CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2014/03/05 11:54:32 Modified files: sys/conf : newvers.sh Log message: We are now 5.5-current CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2014/03/05 11:59:13 Modified files: sys/conf : GENERIC Log message: re-enable POOL_DEBUG CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/05 12:48:22 Modified files: sys/arch/armv7/conf: GENERIC-IMX GENERIC-OMAP GENERIC-SUNXI RAMDISK-IMX RAMDISK-OMAP RAMDISK-SUNXI Log message: Remove TIMEZONE and DST options from GENERIC-* kernels. Remove APERTURE, DDB_SAFE_CONSOLE and *_DEBUG from RAMDISK-* kernels. Add option USBVERBOSE to all kernels. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/03/05 12:53:42 Modified files: . : INDEX Log message: sync; reminded by jasper@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/03/05 13:01:59 Modified files: lib/libsndio : mio_open.3 sio_open.3 Log message: say this is the "sndio" api, as we have other audio/midi apis, makes "man -k" happier. ok jmc, schwarze CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/03/05 13:03:01 Modified files: distrib/octeon/ramdisk: install.md Log message: Fix spacing in md_congrats() CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/03/05 13:03:05 Modified files: usr.bin/sndiod : sock.h Log message: remove unused var CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/03/05 13:04:21 Modified files: usr.bin/sndiod : sock.c Log message: Check that socket is writable before attempting to write data packets. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/03/05 13:06:05 Modified files: usr.bin/sndiod : dsp.c dsp.h Log message: remove (unused) square tone generator CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/03/05 13:24:17 Modified files: usr.bin/sndiod : dev.c dev.h sndiod.c Log message: remove unused "autostart" feature CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/03/05 13:31:22 Modified files: usr.bin/sndiod : dev.c dev.h Log message: - properly set initial position: fixes incorrect position reporting on busy machines configured to use tiny block sizes - run play and rec cycle in the same loop. No behavior change, but the code is much simpler this way. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/03/05 13:40:49 Modified files: lib/libsndio : sio.c sio_aucat.c sio_priv.h sio_sun.c Log message: - use relative read/write positions to keep track of buffer usage as seen by the caller - refresh current position before reading/writing data, to keep the current position always consistent with read & write pointers - fix confusion between processed samples by the hardware (as reported by GET{I,O}OFFS) and samples played as reported by GETINFO(). Fixes incorrect delta propagated after xruns in play-only and rec-only modes - don't wait for POLLIN or POLLOUT to be set to refresh ring pointers, as they may not be set in certain cases. Fixes sndiod crash after few days of continuous playback. - save current parameters instead of calling getpar() too often CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/05 13:46:50 Modified files: sbin/ifconfig : ifconfig.c Log message: fix a null test, from remco. and then modernize some other function pointer calls. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/05 14:35:21 Modified files: sys/dev/sdmmc : sdmmc.c Log message: Raise the delay before initializing sdmmc. Still a hack so the XXX stays, but at least lets the reader on X220 work pretty reliably, rather than about 1/4 of the time. ok stsp@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/05 14:45:54 Modified files: usr.bin/mg : theo.c Log message: complaint handling CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/03/05 15:32:32 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: refactor solve_from_ports a bit. do the write to cache thru a temp file, so the end result is atomic, to be used to enable a global depends cache for parallel building in the near future. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/03/05 15:42:36 Modified files: usr.sbin/pkg_add/OpenBSD: signify.pm Log message: shush. signify is quiet now, but we want it to stay that way CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/05 15:53:36 Modified files: usr.bin/signify: signify.c Log message: check calloc and free memory. noticed by jsg and lteo. tweak failure tracking CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/05 15:55:07 Modified files: usr.bin/signify: signify.c Log message: tighten up code a little CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/05 16:03:19 Modified files: usr.bin/signify: signify.c Log message: when reading a message, add one byte so we can nul terminuate. simplify verifychecksums with the knowledge that input is a proper string. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/05 16:10:42 Modified files: sys/conf : files sys/dev/pci : files.pci Added files: sys/dev/ic : qlw.c qlwreg.h qlwvar.h sys/dev/pci : qlw_pci.c Log message: Introduce qlw(4), a new driver for QLogic ISP SCSI HBAs. For now only supports the PCI variants; SBUs support will follow. Works reasonably well now. Others are encouraged to test it. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/05 16:11:18 Modified files: usr.bin/signify: signify.c Log message: consistently say buflen so i know what length it is CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/05 16:14:37 Modified files: usr.bin/mandoc : chars.in Log message: In -Tutf8 mode, mandoc_char(7) named accent character escape sequences have to render as non-combining accents; if you want combining accents, you have to explicitly specify them using the Unicode character numbers for combining accents, or you can use character escape sequences for accented characters. This lets mandoc behave like groff. Additionally, both the Ossanna/Kernighan/Ritter troff manual and the GNU troff manual say that \' and \` are equivalent to \(aa and \(ga, respectively, so do the same for these. This mitigates issues with man(7) code autogenerated by texinfo2man(1), which mistranslates TeX ` and ' to \` and \' instead of \(oq and \(cq as reported by sthen@ and as analyzed by bentley@. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/05 16:27:37 Modified files: sys/dev/pci : qlw_pci.c Log message: Make this compile on sparc64 too. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/05 16:44:47 Modified files: lib/libc/gen : getpwent.c getgrent.c Log message: Fix the return values of getpwnam_r(), getpwuid_r(), getgrnam_r(), and getgrgid_r() to agree with POSIX. Not touching errno handling yet, which will also need fixing. Problem originally reported by william at 25thandClement dot com on bugs@. OK sthen@, and kettenis@ agrees it's "a step in the right direction". CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/05 16:47:00 Modified files: sys/dev/acpi : acpihpet.c Log message: force cfattach decl to same form as others CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/05 16:53:06 Modified files: . : lyrics.html Log message: add one minor commentary.. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/05 16:54:09 Modified files: . : index.html Log message: opencvs web site no longer run CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/05 19:28:25 Modified files: distrib/notes/i386: contents Removed files: distrib/amd64/cdfs: Makefile distrib/i386/cdfs-emu: Makefile Log message: cdemu dies CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/05 19:35:12 Added files: distrib/amd64/cdfs: Makefile Removed files: distrib/amd64/cdfs-emu: Makefile Log message: uhm, kill the right file, resurrect the other CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/05 20:16:27 Removed files: etc/signify : 55base.pub 55fw.pub 55pkg.pub Log message: the pre-5.5 test keys are no longer useful CVSROOT: /cvs Module name: src Changes by: gerhard@cvs.openbsd.org 2014/03/06 00:28:21 Modified files: lib/libc/stdio : open_wmemstream.c Log message: Fix unsigned comparision. ok mpi@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2014/03/06 00:34:17 Modified files: faq/pt : index.html nl : index.html opensmtpd/pt : index.html openssh/de : index.html openssh/nl : index.html pt : donations.html index.html plus.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/03/06 01:58:43 Modified files: usr.bin/libtool: libtool usr.bin/libtool/LT: LaFile.pm usr.bin/libtool/LT/Mode: Install.pm Log message: Also accept "install-check" as an install script. This part will probably be reworked and simplified in the future anyway... ok espie@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/06 04:32:55 Modified files: share/man/man4 : Makefile qla.4 pci.4 Added files: share/man/man4 : qlw.4 Log message: ge for qlw(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/06 06:44:47 Modified files: share/man/man4 : qla.4 qle.4 Log message: Describing the bus type in the SYNOPSIS is redundant. ok dlg@ CVSROOT: /cvs Module name: src Changes by: gerhard@cvs.openbsd.org 2014/03/06 07:08:06 Modified files: sys/dev/pci : mpii.c Log message: Cleanup dead code. ok mikeb@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/03/06 07:51:48 Modified files: usr.bin/mg : tags.c Log message: add missing stdio.h include for fparseln(). from Ulrich Mueller, via Han Boetes ok florian@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2014/03/06 08:01:58 Modified files: usr.bin/signify: signify.1 signify.c Log message: tweak; from jmc@ and yours truly ok jmc@ tedu@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/03/06 08:07:11 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Always print the key signify(1) is using. sure deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/06 10:36:28 Modified files: usr.bin/calendar/calendars: calendar.birthday Log message: add michelangelo's death (an odd addition for a birthday file, i guess); From: patrick keshishian CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/06 10:37:43 Modified files: bin/ed : ed.1 Log message: add an ASYNCHRONOUS EVENTS section for signals, as per vi; ok millert CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/06 10:38:28 Modified files: lib/libc/sys : getsockopt.2 Log message: sort SEE ALSO; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/06 10:39:23 Modified files: sbin/fdisk : fdisk.8 fdisk.c Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/06 10:41:28 Modified files: regress/usr.bin/mdoclint: mdoclint Log message: - for netbsd, accept 2014 dates - netbsd have changed hp700 to hppa (from wiz@netbsd) - update rcsid CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/06 10:42:25 Modified files: lib/libpthread/man: pthread_set_name_np.3 Log message: sync with header; From: Gabriel Linder CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/06 10:43:16 Modified files: share/man/man4 : qlw.4 Log message: fix AUTHORS; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/06 10:44:00 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/06 10:49:54 Modified files: share/man/man4 : qlw.4 Log message: Fix inconsistency in the naming of the chipsets. Pointed out by deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/06 10:57:34 Modified files: sys/dev/pci : qlw_pci.c Log message: Set the correct clock rate for ISP1020/1020A. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/06 11:09:17 Modified files: sys/dev/pci : qlw_pci.c Log message: Make sure we don't attach to those silly AMI MegaRAIDs that expose the ISP12160 they're using as their underlying SCSI controller. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/03/06 11:38:36 Modified files: faq : index.html Added files: faq : obsd-faq.txt pf-faq.txt Log message: keeping txt files on the ftp servers is kinda strange these days, move to web servers. Translators: I would not recommend translating this. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/06 13:04:46 Modified files: usr.bin/signify: signify.c Log message: allow password on stdin if it's not a tty. commonly requested. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2014/03/06 16:03:18 Modified files: lib/libc/gen : readpassphrase.3 Log message: If RPP_STDIN is set the prompt is not displayed. Use explicit_bzero in the example code. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/06 16:28:01 Modified files: sys/dev/usb : usbdi.c Log message: Makes the "cleartoggle" function provided by HC drivers optional because upcoming xhci(4) driver won't use it. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/06 16:51:04 Modified files: sys/dev/usb : usbdi.h usbdivar.h Log message: Add include guards. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/06 16:53:12 Modified files: sys/dev/usb : usbdi.c usbdivar.h Log message: Turn usbd_xfer_isread() into a public function so that we can use it in various drivers, mainly HC, instead of always rerolling our own. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/06 17:20:55 Modified files: sys/dev/ic : qlwvar.h Log message: Duplicate enum values are a bad idea. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/06 19:21:55 Modified files: usr.bin/mandoc : roff.c regress/usr.bin/mandoc/roff/cond: if.in if.out_ascii Log message: Three bugfixes related to the closing of conditional blocks: 1. Handle more than one `\}' on macro lines, as it was already done for text lines. 2. Do not treat `\}' as a macro invocation after a dot at the beginning of a line. That allows more than one `\}' to work on lines starting with `.\}'. It also simplifies the code. 3. Do not complain about characters following `\}'. Those are not lost, but handled normally both on text and macro lines. CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/03/06 21:10:55 Modified files: bin/md5 : cksum.1 md5.1 md5.c Log message: When using the -C option, exit with an exit status of 1 if any of the files specified on the command line do not exist in the checklist. ok deraadt@ tedu@ CVSROOT: /cvs Module name: src Changes by: gerhard@cvs.openbsd.org 2014/03/07 00:19:42 Modified files: sbin/isakmpd : x509.c Log message: If allocation of 'id' fails, don't try to deref it after 'goto fail'. ok millert@ CVSROOT: /cvs Module name: src Changes by: gerhard@cvs.openbsd.org 2014/03/07 00:47:15 Modified files: sys/arch/i386/i386: trap.c Log message: Remove superfluous 'return'. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/07 02:38:14 Modified files: sys/dev/usb : ehci.c ohci.c uhci.c usbdi.c usbdi.h Log message: We already have three identical copies of the *hci_str() function, so merge them into usbd_str() to not introduce other copies with the upcoming HC drivers. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/03/07 02:44:11 Modified files: usr.sbin/pkg_add/OpenBSD: PackageRepository.pm Log message: the IO::Uncompress framework can auto-detect compression type, turn that on to make sure things are okay all the time. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/03/07 02:45:53 Modified files: usr.sbin/pkg_add/OpenBSD: PkgSpec.pm Log message: rename $_ for better style... lots more to be done CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/07 02:51:50 Modified files: sys/dev/usb : ehci.c ohci.c uhci.c Log message: Transfer descriptors already have a back pointer to the USB device descriptor they are linked to, so no need to dereference their pipe pointer. Simplify a lot of affectations, no functional change. ok pirofti@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/03/07 03:15:39 Modified files: usr.bin/sndiod : dev.c dev.h sock.c Log message: remove unused mmc start/stop/relocate call-backs as they don't make sense for clients and are handled through midi anyway CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/03/07 03:17:18 Modified files: lib/libsndio : sio_aucat.c Log message: slightly "nicer" debug printfs CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/03/07 03:23:05 Modified files: usr.bin/sndiod : dev.c dev.h sock.c Log message: remove unused "delta" argument from onmove callbacks CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/07 05:45:49 Modified files: sys/dev/ic : qlw.c qlwvar.h sys/dev/pci : qlw_pci.c Log message: Provide the appropriate default values for the SCSI initiaror ID on sgi and sparc64. CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2014/03/07 08:24:15 Modified files: . : donations.html Log message: Add Matteo Filippetto. CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2014/03/07 08:25:25 Modified files: . : want.html Log message: Remove my request for macppc hardware. Matteo Filippetto has sent me a powerbook g4. Thanks! CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/07 09:56:57 Modified files: sys/arch/amd64/amd64: lapic.c pmap.c sys/arch/amd64/include: pmap.h Log message: We already assume global mappings (PG_G) are supported, so pmap_pg_g is unnecessary ok krw@ kettenis@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/07 10:57:28 Modified files: usr.bin/mandoc : roff.c regress/usr.bin/mandoc/roff/cond: if.in if.out_ascii Log message: Even on macro lines, \} must not cause whitespace. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/07 11:37:32 Modified files: usr.bin/mandoc : roff.c regress/usr.bin/mandoc/roff/cond: if.in if.out_ascii Log message: In roff_cond_sub(), make sure that the incorrect input sequence `\\}', when found on a macro line, does not close a conditional block. The companion function roff_cond_text() already did this correctly, but make the code more readable without functional change. While here, report the correct column number in related error messages. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/07 11:39:02 Modified files: sys/dev/usb : if_atu.c if_otus.c if_ral.c if_rsu.c if_rum.c if_run.c if_smsc.c if_uath.c if_urtw.c if_urtwn.c if_zyd.c ubsa.c umsm.c uoaklux.c uoakrh.c uoakv.c usps.c uthum.c uticom.c utrh.c uts.c utwitch.c Log message: Do not define per-driver DEBUG variable when USB_DEBUG is defined. It's really impossible to debug the USB stack when any single device you plug in your machine starts to vomit its own poetry, CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/07 11:56:14 Modified files: sys/dev/usb : usbf_subr.c Log message: Use the revision number for coherency. No object change. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/07 11:57:23 Modified files: sys/dev/usb : uhub.c usbdi_util.c usbdi_util.h Log message: Indtroduce usbd_get_hub_descriptor() to start cleaning uhub(4)'s mess. This will help us deal with the different hub device descriptors used by super speed devices. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/07 11:59:40 Modified files: sys/dev/usb : usb_subr.c Log message: Print the wrong device descriptor's bMaxPacketSize before correcting it for USB2 devices. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/07 12:34:49 Modified files: usr.bin/yacc : output.c skeleton.c Log message: drag this code into modern style. ok zhuk CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/07 12:44:07 Modified files: usr.bin/yacc : output.c skeleton.c Log message: a few other tweaks it's easier to see in the light of day CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/07 12:49:44 Modified files: usr.bin/signify: signify.c Log message: allow reading input messages on a pipe. use at your own peril. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/07 12:53:33 Modified files: usr.bin/signify: signify.c Log message: if message file is stdin, don't read passphrase from stdin, it won't work. too many features; this circus needs a lion tamer CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/03/07 14:56:13 Modified files: sbin/fdisk : cmd.c cmd.h disk.c disk.h fdisk.c mbr.c mbr.h misc.c misc.h part.c part.h user.c user.h Log message: Relieve the code of an overburden of unnecessary typedef abstraction. Call a 'struct' a 'struct' and not a pony. No functional change. idea ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/07 15:17:03 Modified files: sys/dev/ic : qlw.c qlwvar.h Log message: Reduce the number of ccbs by a factor three since we need up to three request entries per SCSI command. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/07 15:39:08 Modified files: sys/dev/ic : qlw.c qlwvar.h sys/dev/pci : qlw_pci.c Log message: Make sure a SCSI initiator ID provided by Open Firmware overrides the value read from nvram, just like we did for isp(4). CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/07 15:50:31 Modified files: etc/etc.i386 : Makefile.inc Removed files: etc/etc.i386 : INSTALL.linux Log message: too old, undermaintained CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/07 16:16:55 Modified files: faq : current.html Log message: add markers for 5.5 cutoff CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/07 17:09:20 Modified files: usr.bin/env : env.c Log message: Make sure that env(1) always prints a diagnostic message to stderr if it fails without invoking the utility, such that failure of env(1) and failure of the utility can be distinguished. Without this patch, broken commands like "env =foo myprog" failed silently, now they properly report an invalid argument. OK millert@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/07 17:44:14 Modified files: usr.bin/yacc : closure.c Log message: reindent CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/07 18:05:39 Modified files: usr.bin/yacc : defs.h error.c lalr.c Log message: reindent CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2014/03/07 18:31:46 Modified files: . : plus.html Log message: plus.html Feb 24-Mar 2nd. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/07 18:42:17 Modified files: usr.bin/env : env.1 Log message: Make sure all possible EXIT STATUS values are listed, none are listed multiple times, and polish the wording. Incompleteness and potential for confusion noticed by millert@. Using feedback from jmc@ and millert@. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/03/07 18:54:14 Modified files: sbin/fdisk : mbr.h Log message: It's silly to check at compile time for DEV_BSIZE == 512. ok deraadt@ with gritted teeth on keeping for now. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/07 21:43:39 Modified files: share/man/man7 : roff.7 usr.bin/mandoc : roff.c regress/usr.bin/mandoc/roff/cond: Makefile Added files: regress/usr.bin/mandoc/roff/cond: strcmp.in strcmp.out_ascii Log message: Improve .if/.ie condition handling. * Support string comparisons. * Support negation not only for numerical, but for all conditions. * Switch the `o' condition from false to true. * Handle the `c', `d', and `r' conditions as false for now. * Use int for boolean data instead of rolling our own "enum roffrule"; needed such that we can use the standard ! and == operators. Havard Eidnes reported via the NetBSD bug tracking system that some Tcl*(3) manuals need this, and Thomas Klausner forwarded the report to me. This doesn't make the crazy Tcl*(3) macrology maze happy yet, but brings us a bit closer. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/08 04:42:56 Modified files: sys/dev/usb : usb_subr.c Log message: Pass M_ZERO to malloc(9) when allocating usbd pipes to make sure to initialize the per-controller part. ok deraadt@, kettenis@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/08 04:44:18 Modified files: sys/dev/usb : usbdivar.h Log message: Add defines for upcoming USB 3.0 support. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/08 04:47:26 Modified files: sys/dev/usb : usb.h Log message: Add various super speed defines, mostly the same as in FreeBSD to keep similar userland exported API definitions. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/08 04:49:19 Modified files: sys/dev/usb : usb.c Log message: Attach to host controller drivers advertising USB 3.0 support and assign the correct speed. This has no effect for the moment since there is no such driver in our tree, but something tells me it might change soon. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/08 04:52:02 Modified files: sys/dev/usb : uhub.c Log message: Recognize super speed devices, note that this driver sill uses non-superspeed hub descriptors. This is the minimal change I came with to be able to properly attach and use USB 3.0 devices attached to a xHCI root hub, uhub(4) clearly needs some love. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/08 07:34:12 Modified files: sys/conf : files sys/dev/pci : files.pci Added files: sys/dev/usb : xhci.c xhcireg.h xhcivar.h sys/dev/pci : xhci_pci.c Log message: Dumb xhci(4) implementation. This driver does not handle isochronous endpoint (yet) and has no logical TD representation. Each transfer is linked to the raw TRB of its related endpoint. Most of the transfer error completion codes are not handled, even with all the cheese provided by miod@ I couldn't find a proper way to reset an endpoint asynchronously when a device babbles. Or maybe it was the wine? Anyway this will come soon. In general the endpoint configuration and reset code is really crude and requires some love, but our stack should be fixed to properly open only once the default pipe of every new USB device first. This means this driver wont work as it is, our stack needs other changes first. Suspend/resume works but ports are not suspended for the moment. But even with these problems, interrupt devices: ukbd(4), ums(4) and sensors like ugold(4) work properly and USB 3.0 umass(4) devices give me a reasonnable read/write speed. Timeouts to cancel USB transfers are not enabled *on purpose*, to be able to track down potential timing issues. I'm committing now so that others can help fixing my bugs (8 All this work has been done on an ExpressCard with a NEC xHCI 0.96, other implementations/versions might trigger more bugs :) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/08 08:13:12 Modified files: sys/dev/ic : qlw.c qlwreg.h qlwvar.h sys/dev/pci : qlw_pci.c Log message: Enable DMA bursting. Not sure it actually makes things faster, but both isp(4) and the linux qla1280 driver seem to do this. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/03/08 08:47:52 Modified files: usr.sbin/smtpd : mta.c Log message: code cleanup CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/08 08:50:21 Modified files: usr.bin/mandoc : man_html.c man_term.c tree.c regress/usr.bin/mandoc/man/TP: Makefile Added files: regress/usr.bin/mandoc/man/TP: sameline.in sameline.out_ascii Log message: To find out whether .TP head arguments are same-line or next-line arguments, use the MAN_LINE flag instead of the man_node line member. This is required such that user-defined macros wrapping .TP work correctly. Issue found by Havard Eidnes in Tcl_NewStringObj(3), reported via the NetBSD bug tracking system and Thomas Klausner . CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/03/08 08:57:31 Modified files: usr.sbin/smtpd : table_ldap.c Log message: format string has changed for K_USERINFO CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/08 09:04:02 Modified files: sys/dev/ic : qlw.c Log message: Check the appropriate struct member for the various SDEV_* quirks. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/08 09:20:00 Modified files: usr.bin/mandoc : man_term.c regress/usr.bin/mandoc/man/nf: Makefile Added files: regress/usr.bin/mandoc/man/nf: userdef.in userdef.out_ascii Log message: In .nf mode, use the MAN_LINE flag to detect input line breaks instead of the man_node line member. This is required to preserve line breaks contained in user-defined macros called in .nf mode. Found in a code audit triggered by fixing a similar issue in .TP. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/08 09:34:29 Modified files: sys/dev/ic : qlw.c Log message: Enable tagged queueing. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/08 09:47:43 Modified files: lib/libc/gen : getpwent.c Log message: Fix getpw{nam,uid}{,_r}() errno handling for the non-YP case. Prevent close(2) and syslog(3) from stomping on errno; from guenther@. Set ERANGE if the buf is too small, required by POSIX; from jca@. ok millert@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/08 09:56:29 Modified files: sys/dev/ic : qlw.c qlwreg.h qlwvar.h Log message: A bit of spring cleaning. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/08 10:08:11 Modified files: share/mk : bsd.man.mk Log message: Keep the build log clean: Hide ugly shell constructs used for exit value handling. Issue reported and patch ok'ed by deraadt@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/08 10:54:13 src/regress/usr.bin/mandoc/char/accent Update of /cvs/src/regress/usr.bin/mandoc/char/accent In directory cvs.openbsd.org:/tmp/cvs-serv13176/accent Log Message: Directory /cvs/src/regress/usr.bin/mandoc/char/accent added to the repository CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/08 11:00:59 Modified files: regress/usr.bin/mandoc/char: Makefile Added files: regress/usr.bin/mandoc/char/accent: Makefile combine.in combine.out_utf8 nocombine.in nocombine.out_ascii nocombine.out_utf8 utf8only.in utf8only.out_utf8 Log message: Test handling of combining and non-combining accents for the ASCII and UTF-8 output modes. Related to mandoc/chars.in rev. 1.21. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/08 11:15:36 Modified files: . : want.html Log message: explain why we want developers to have sparc64 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/08 11:28:24 Modified files: sys/arch/alpha/conf: GENERIC RAMDISK sys/arch/amd64/conf: GENERIC RAMDISK_CD sys/arch/i386/conf: GENERIC RAMDISK_CD sys/arch/macppc/conf: GENERIC RAMDISK sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 RAMDISK-IP27 RAMDISK-IP30 RAMDISK-IP32 sys/arch/sparc64/conf: GENERIC RAMDISK Log message: Enable qlw(4) on alpha/amd64/i386/macppc/sgi/sparc64 to force people to test. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/08 11:30:54 Modified files: sys/dev/ic : qlw.c qlwreg.h qlwvar.h Log message: Attempt to recover if wide and/or synchronous transfers fail. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/08 11:42:42 Modified files: sys/dev/ic : qlw.c Log message: Only attempt to load firmware if we actually have some. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/08 13:34:05 Modified files: sys/arch/hppa/conf: GENERIC Log message: No reason to leave hppa behind. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/08 14:30:28 Modified files: . : want.html Log message: +the CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2014/03/08 15:37:32 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: Add the RX earlyoff support for older chips (8168{E-VL,EP, F}) and RXDV GATED bits for the 8168G controller. This fixes operation of the 8168G controllers. This makes reception of packets work with the 8168G controllers in the Shuttle DS47 and other systems. From FreeBSD, based on the Realtek Linux driver. ok sthen@ giovani@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/08 15:49:01 Modified files: sys/dev/pci : azalia.c Log message: better loop conditions. ok kettenis ratchov sasano CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/08 15:54:30 Modified files: sys/kern : kern_descrip.c vfs_syscalls.c sys/sys : filedesc.h Log message: split falloc into two functions, the allocation and the publication. the first part is likely to fail, but we can generally prevent the second part from failing. use these two functions to drop the fdp lock around vn_open in sys_open, but still maintain the original semantics of allocate then open. the goal here is to fix the blocked fifo deadlock in a threaded program. testing volunteers in short supply, resorting to conscription CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2014/03/08 22:09:39 Modified files: sys/dev/usb : usbdevs Log message: - Add Hirose vendor id and USB-100 FastE Ethernet idoduct id - Add Realtek RTL8152 / RTL8153 ids - Add Davicom DM96xx ids CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2014/03/08 22:10:53 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: sebastia@cvs.openbsd.org 2014/03/09 00:11:09 Modified files: . : want.html Log message: For the near future, there are now enough vaxen available. Thanks to everyone who helped getting them. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/09 00:42:29 Modified files: sys/dev/pci/drm: drmP.h drm_drv.c drm_memory.c files.drm Removed files: sys/dev/pci/drm: drm_bufs.c drm_context.c drm_lock.c drm_scatter.c Log message: remove dri1 interfaces discussed with kettenis some time last year CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/03/09 03:55:10 Modified files: usr.sbin/pkg_add: pkg_mklocatedb Log message: record errors, and only crash at the end. much less painful to synch sets this way... CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/09 04:01:25 Modified files: sys/arch/sgi/xbow: odyssey.c Log message: Replace more magic numbers with OPENGL_xxx constants. No functional change. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/09 04:12:17 Modified files: sys/arch/mips64/include: cpu.h sys/arch/mips64/mips64: cache_loongson2.c cache_octeon.c cache_r10k.c cache_r4k.c cache_r5k.c cache_tfp.c cpu.c mips64_machdep.c sys/arch/octeon/include: cpu.h sys/arch/octeon/octeon: machdep.c sys/arch/sgi/include: cpu.h sys/arch/sgi/localbus: tcc.c sys/arch/sgi/sgi: ip22_machdep.c ip30_machdep.c machdep.c Log message: Rework the per-cpu cache information. Use a common struct to store the line size, the number of sets, and the total size (and the set size, for convenience) per cache (I$, D$, L2, L3). This allows cpu.c to print the number of ways (sets) of L2 and L3 caches from the cache information, rather than hardcoding this from the processor type. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/09 05:07:18 Modified files: sys/dev/pci/drm: drm_crtc.c drm_crtc_helper.c drm_edid.c drm_fb_helper.c drm_global.c drm_hashtab.c drm_irq.c drm_mm.c Log message: use linux style memory allocations in shared drm code CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/09 06:32:56 Modified files: sys/dev/pci/drm/radeon: r600.c r600d.h Log message: drm/radeon: set the full cache bit for fences on r7xx+ From Alex Deucher 93e2a4108f7d2665136d6051727471731889ea5f in ubuntu 3.8 d45b964a22cad962d3ede1eba8d24f5cee7b2a92 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/09 10:55:12 Modified files: sys/dev/pci : pcidevs Log message: add some more Xeon E5 devices CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/09 10:56:29 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 13:44:33 Modified files: sysutils/ruby-puppet/3: Makefile distinfo sysutils/ruby-puppet/3/patches: patch-lib_puppet_type_mount_rb sysutils/ruby-puppet/3/pkg: PLIST Log message: update to puppet-3.4.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 13:45:23 Modified files: sysutils/mcollective: Makefile distinfo Log message: update to mcollective-2.4.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 13:45:58 Modified files: sysutils/ruby-facter: Makefile distinfo Log message: update to facter-1.7.5 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 13:46:21 Modified files: databases/ruby-hiera: Makefile distinfo databases/ruby-hiera/patches: patch-lib_hiera_backend_rb Log message: update to hiera-1.3.2 CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/03/09 13:46:32 Modified files: net/tor : Makefile distinfo Log message: Update to 0.2.4.21. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/09 13:46:35 Modified files: net/libproxy : Makefile x11/gnome/gvfs : Makefile Log message: put back the "bootstrap" annotation. It is necessary when BUILD_ONCE is in place, but it was lost in dpb through a code reorg. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/03/09 13:47:10 Modified files: editors/ged : Makefile distinfo editors/ged/patches: patch-doc_ed_info Log message: Update to ged 1.10. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 13:47:18 Modified files: sysutils/augeas: Makefile Added files: sysutils/augeas/patches: patch-lenses_sshd_aug Log message: backport fix from upstream git to make the sshd lens much more flexible GH issue #75 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/09 13:47:35 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB: Config.pm Log message: restore BUILD_ONCE optimization for full ports builds CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/03/09 13:47:41 Modified files: shells/osh : Makefile distinfo Log message: Update to new snapshot osh-20131109. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 13:48:59 Modified files: textproc/asciidoc: Makefile Log message: Remove non-existing files from MODPY_ADJ_FILES. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 13:49:12 Modified files: lang/smlnj/patches: patch-base_runtime_objs_mk_ppc-openbsd Log message: tidy ${CPP} CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/03/09 13:49:21 Modified files: devel/gdb : Makefile distinfo devel/gdb/patches: patch-bfd_coff-rs6000_c patch-bfd_elf_c patch-bfd_peXXigen_c patch-gdb_data-directory_Makefile_in devel/gdb/pkg : PLIST Added files: devel/gdb/patches: patch-gdb_bsd-kvm_c patch-gdb_doc_Makefile_in Log message: Update to gdb 7.7. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 13:49:54 Modified files: devel/rebar : Makefile distinfo Log message: - update to rebar-2.2.0 - switch to github for master sites CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 13:50:33 Modified files: devel/utop : Makefile devel/utop/pkg : PLIST Log message: don't install gzipped manpages. ok edd@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 13:50:44 Modified files: devel/ocaml-lambda-term: Makefile devel/ocaml-lambda-term/pkg: PLIST Log message: don't install gzipped man pages CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 13:51:16 Modified files: sysutils/ruby-facter/patches: patch-lib_facter_kernelrelease_rb patch-lib_facter_physicalprocessorcount_rb patch-spec_unit_physicalprocessorcount_spec_rb Log message: sync comments for patches submitted/merged upstream CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 13:52:27 Modified files: lang/abcl : Makefile Log message: Timo Myyra takes maintainership CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/03/09 13:53:12 Modified files: graphics/simgear: Makefile distinfo graphics/simgear/pkg: PLIST games/flightgear: Makefile.inc games/flightgear/base: Makefile distinfo games/flightgear/base/pkg: PLIST games/flightgear/data: Makefile distinfo games/flightgear/data/pkg: PLIST Added files: graphics/simgear/patches: patch-CMakeLists_txt Log message: Update SimGear and FlightGear to 3.0.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 13:53:21 Modified files: net/farstream : Makefile net/farstream/patches: patch-tests_check_testutils_c patch-tests_check_transmitter_stunalternd_c patch-transmitters_multicast_fs-multicast-transmitter_c patch-transmitters_rawudp_fs-rawudp-transmitter_h Log message: rework patches that were submitted upstream CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 13:54:08 Removed files: net/libnice/patches: patch-stun_stun5389_c patch-stun_tools_stunbdc_c Log message: these patches are no longer needed CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 13:54:45 Modified files: textproc/libxml: Makefile textproc/libxml/patches: patch-python_tests_Makefile_in Log message: use correct variable in FAKE_FLAGS, so we can drop a chunk from the patch CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 13:58:51 Added files: devel/capstone/patches: patch-MCInst_h patch-arch_Mips_MipsInstPrinter_c patch-cs_c patch-include_capstone_h patch-tests_test_mips_c Log message: prevent a clash with the 'mips' symbol on mips64; fixes build. ok benoit@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 13:59:41 Modified files: editors/nedit : Makefile Log message: drop maintainership CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 14:00:33 Modified files: lang/gambit : Makefile distinfo lang/gambit/patches: patch-doc_makefile_in lang/gambit/pkg: PLIST Log message: - update to gambit-4.7.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 14:01:29 Modified files: devel/libgit2/py-git2: Makefile distinfo devel/libgit2/py-git2/pkg: PLIST Log message: update to pygit2-0.20.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 14:01:51 Modified files: devel/libgit2/libgit2-glib: Makefile distinfo devel/libgit2/libgit2-glib/pkg: PLIST Log message: update to libgit2-glib-0.0.12 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 14:02:37 Modified files: security/libgcrypt: Makefile Added files: security/libgcrypt/patches: patch-src_secmem_c Log message: add patch from gnupg to silence the "using insecure memory" warning when swap is encrypted. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/09 14:03:27 Modified files: infrastructure/mk: bsd.port.mk Log message: - replace `` with $$() in most places. stylistically, I tend to prefer ``, but since we use a lot of fragments, the parenthetical nature of $() is better. - give a more complete name to portstree-/inst- depends lists, so that several "make package" can run in the same cache. - create temp dependency files atomically by using mktemp/chmod/mv (global cache) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 14:03:43 Modified files: x11/i3status : Makefile Added files: x11/i3status/patches: patch-src_print_battery_info_c Log message: For the %percentage display of batteries, drop the leading '0' for values < 10. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 14:04:56 Modified files: x11/gnome/grilo: Makefile distinfo x11/gnome/grilo/pkg: PLIST Removed files: x11/gnome/grilo/patches: patch-configure_ac Log message: update to grilo-0.2.8 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/09 14:04:57 Modified files: infrastructure/lib/DPB: MiniCurses.pm Log message: color tweaks: - use blue for "waiting-for-lock" - make "frozen" actually readable (black on red, change percent from purple to white) - fix host names. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 14:05:06 Modified files: x11/gnome/grilo-plugins: Makefile distinfo x11/gnome/grilo-plugins/pkg: PLIST Log message: update to grilo-plugins-0.2.10 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 14:07:19 Removed files: net/emesene : Makefile distinfo net/emesene/files: setup.py net/emesene/patches: patch-PluginManager_py patch-emesenecommon_py patch-plugins_base___init___py net/emesene/pkg: DESCR PLIST Log message: zap this port, MSN was shutdown and this port hasn't been touched in 5 years either. ok aja@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/09 14:08:32 Modified files: infrastructure/lib/DPB: Core.pm Log message: - refactor the unswallow code for readability, and to be able to use it at the end of fake - sort available cores so that if all hosts fire at the same time, the load will be fair (found out on yandex machines) - new iamroot property: for chroot distant hosts, it's simpler to connect as root, then you can directly chroot -u user and not need the extra sudo stage. - more specific "walk_same_host_jobs" to use to signal jobs, for instance. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 14:08:54 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: sync CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/09 14:09:53 Modified files: infrastructure/lib/DPB: Locks.pm Log message: jobs will register the dependencies they would want, preventing junk from removing them (so that we do less delete/re-add cycles, the more cores you have the more relevant this becomes). again, found on Yandex machines, thx to 12 cores or more. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/09 14:11:33 Modified files: infrastructure/lib/DPB: PortBuilder.pm infrastructure/lib/DPB/Heuristics: Size.pm Log message: pass logfile to the sizer, so it can output more specific information, like its size computations. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 14:12:58 ports/lang/chicken/bootstrap Update of /cvs/ports/lang/chicken/bootstrap In directory cvs.openbsd.org:/tmp/cvs-serv32314/bootstrap Log Message: Directory /cvs/ports/lang/chicken/bootstrap added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 14:13:04 ports/lang/chicken/bootstrap/patches Update of /cvs/ports/lang/chicken/bootstrap/patches In directory cvs.openbsd.org:/tmp/cvs-serv23667/patches Log Message: Directory /cvs/ports/lang/chicken/bootstrap/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 14:13:05 ports/lang/chicken/bootstrap/pkg Update of /cvs/ports/lang/chicken/bootstrap/pkg In directory cvs.openbsd.org:/tmp/cvs-serv23667/pkg Log Message: Directory /cvs/ports/lang/chicken/bootstrap/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 14:13:17 ports/lang/chicken/core Update of /cvs/ports/lang/chicken/core In directory cvs.openbsd.org:/tmp/cvs-serv4478/core Log Message: Directory /cvs/ports/lang/chicken/core added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 14:13:21 ports/lang/chicken/core/patches Update of /cvs/ports/lang/chicken/core/patches In directory cvs.openbsd.org:/tmp/cvs-serv1307/patches Log Message: Directory /cvs/ports/lang/chicken/core/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 14:13:22 ports/lang/chicken/core/pkg Update of /cvs/ports/lang/chicken/core/pkg In directory cvs.openbsd.org:/tmp/cvs-serv1307/pkg Log Message: Directory /cvs/ports/lang/chicken/core/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/09 14:15:10 Modified files: infrastructure/lib/DPB: SubEngine.pm infrastructure/lib/DPB/SubEngine: Build.pm Log message: path normalization: introduce can_really_start_build that handles held locks, and starts build. Specialize it for normal builds to remove all build_path_list elements at once, and choose the smallest one. in all, this means that the logs will show less variety in what they build, thus giving better statistics earlier. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 14:17:01 Modified files: lang/chicken : Makefile Added files: lang/chicken : Makefile.inc lang/chicken/bootstrap: Makefile distinfo lang/chicken/bootstrap/patches: patch-Makefile_bsd lang/chicken/bootstrap/pkg: DESCR PLIST lang/chicken/core: Makefile distinfo lang/chicken/core/patches: patch-Makefile_bsd patch-csc_scm patch-defaults_make patch-eval_scm patch-rules_make patch-runtime_c lang/chicken/core/pkg: DESCR PLIST Removed files: lang/chicken : distinfo lang/chicken/patches: patch-Makefile_in patch-cscbench_scm lang/chicken/pkg: DESCR PFRAG.shared PLIST Log message: - long overdue update of chicken to 4.8.0.5 - Timo takes maintainership mostly by Timo Myyra, with some cleaning/tweaks by sthen@/me CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 14:18:51 Modified files: net : Makefile Log message: -emesene CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 14:21:23 Modified files: sysutils/libvirt: Makefile distinfo sysutils/libvirt/patches: patch-src_Makefile_in sysutils/libvirt/pkg: PLIST Log message: update to libvirt-1.2.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 14:21:29 Modified files: x11/virt-viewer: Makefile distinfo x11/virt-viewer/pkg: PLIST Removed files: x11/virt-viewer/patches: patch-data_remote-viewer_desktop_in Log message: update to virt-viewer-0.6.0 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/09 14:23:43 Modified files: sys/dev/pci : qla_pci.c qle.c qlw_pci.c Log message: Print interrupt string *after* establishing it. Requested by miod@ (since xbow(4) on sgi secretly modifies the string behind out back when interrupts get established). CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/03/09 14:23:44 Modified files: lang/python : Makefile.inc lang/python/2.7: Makefile lang/python/3.3: Makefile Log message: Activate locale.bindtextdomain in Python. ok aja@. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/09 14:24:18 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: micro optimization, visible on loads of cores: release swallowed cores at end of fake, so they have time to sort themselves out (waiting-for-lock) before package is finished. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/09 14:25:19 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: tidy: extra space. and make sure we have an offset in the log. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/03/09 14:26:48 Modified files: plan9/plan9port: Makefile distinfo plan9/plan9port/patches: patch-INSTALL patch-src_lib9_dirread_c plan9/plan9port/pkg: PLIST Removed files: plan9/plan9port/patches: patch-include_u_h patch-src_libthread_OpenBSD-386-asm_S patch-src_libthread_OpenBSD-power-asm_S patch-src_libthread_mkfile patch-src_libthread_sysofiles_sh patch-src_libthread_threadimpl_h Log message: Overdue update to a newer snapshot, 20140306. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/09 14:30:10 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: be slightly less eager when running junk: take into account dependencies that ports already scheduled want. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/03/09 14:30:34 Modified files: games/manaplus : Makefile distinfo games/manaplus/pkg: PLIST Log message: Update to 1.4.3.1 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/09 14:31:04 Modified files: infrastructure/lib/DPB: MiniCurses.pm Log message: well, root@echo is a valid hostname CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/03/09 14:32:03 Modified files: games/wtf : Makefile distinfo Log message: Update to 20140305. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/09 14:33:37 Modified files: infrastructure/mk: pkgpath.mk Log message: allows for a global cache to depends. to be documented once this is fully figured out... CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/03/09 14:35:34 Modified files: www/rawdog : Makefile distinfo Log message: Update to 2.19 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/03/09 14:38:00 Modified files: multimedia/livestreamer: Makefile distinfo multimedia/livestreamer/pkg: PLIST Log message: Update to 1.7.5 MLG fans can now watch MLGtv with livestreamer. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/03/09 14:39:09 Log message: Import cmocka, An elegant unit testing framework for C with support for mock objects. needed for regress tests of libssh. Status: Vendor Tag: rpointel Release Tags: rpointel_2014-03-09 N ports/devel/cmocka/Makefile N ports/devel/cmocka/distinfo N ports/devel/cmocka/pkg/PLIST N ports/devel/cmocka/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/03/09 14:39:59 Modified files: devel : Makefile Log message: +cmocka CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/03/09 14:41:14 Modified files: security/libssh: Makefile distinfo security/libssh/patches: patch-cmake_Modules_DefineCompilerFlags_cmake security/libssh/pkg: PLIST Removed files: security/libssh/patches: patch-src_channels_c Log message: Update libssh to 0.6.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 14:43:34 Modified files: devel/ruby-rspec/core: Makefile distinfo devel/ruby-rspec/core/pkg: PLIST Log message: update to rspec-core-2.14.8 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 14:43:44 Modified files: devel/ruby-rspec/expectations: Makefile distinfo Log message: update to rspec-expectations-2.14.5 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 14:44:06 Modified files: devel/ruby-rspec/mocks: Makefile distinfo devel/ruby-rspec/mocks/pkg: PLIST Log message: update to rspec-mocks-2.14.6 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/09 14:45:47 Modified files: lang/chicken : Makefile.inc Log message: - don't hardcode version in ${MASTER_SITES} - add hppa64 to the list of arches with MACHINE_STACK_GROWS_UP ok maintainer CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/09 14:50:43 ports/telephony/asterisk-sounds/core-sounds/en_GB Update of /cvs/ports/telephony/asterisk-sounds/core-sounds/en_GB In directory cvs.openbsd.org:/tmp/cvs-serv8755/core-sounds/en_GB Log Message: Directory /cvs/ports/telephony/asterisk-sounds/core-sounds/en_GB added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/09 14:50:44 ports/telephony/asterisk-sounds/extra-sounds/en_GB Update of /cvs/ports/telephony/asterisk-sounds/extra-sounds/en_GB In directory cvs.openbsd.org:/tmp/cvs-serv8755/extra-sounds/en_GB Log Message: Directory /cvs/ports/telephony/asterisk-sounds/extra-sounds/en_GB added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/09 14:51:26 Modified files: telephony/asterisk-sounds/core-sounds: Makefile Makefile.inc distinfo telephony/asterisk-sounds/core-sounds/pkg: PLIST-en PLIST-fr PLIST-it telephony/asterisk-sounds/extra-sounds: Makefile Makefile.inc distinfo telephony/asterisk-sounds/extra-sounds/pkg: PLIST-en PLIST-fr Added files: telephony/asterisk-sounds/core-sounds/en_GB: Makefile telephony/asterisk-sounds/core-sounds/pkg: PLIST-en_GB telephony/asterisk-sounds/extra-sounds/en_GB: Makefile telephony/asterisk-sounds/extra-sounds/pkg: PLIST-en_GB Log message: update to new asterisk core-sounds and extra-sounds, which includes uk english CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/09 14:51:43 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-channels_chan_sip_c Log message: update to asterisk 11.8.0 CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2014/03/09 14:52:18 Modified files: sysutils/tarsnap: Makefile Log message: Switch MASTER_SITES to https since http redirects to unhelpful directory index CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/09 14:52:25 Modified files: comms/smstools : Makefile comms/smstools/patches: patch-src_Makefile Log message: enable iconv in smstools CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/09 14:52:51 Modified files: databases/openldap: Makefile distinfo databases/openldap/patches: patch-Makefile_in Log message: update to openldap 2.4.39 CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2014/03/09 14:53:12 Modified files: lang/node-typescript: Makefile distinfo Log message: Update node-typescript to 0.9.7 aka 1.0RC CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2014/03/09 14:54:07 Modified files: mail/trojita : Makefile distinfo mail/trojita/pkg: PLIST Log message: Update trojita to 0.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/09 14:56:30 Modified files: textproc/mupdf/patches: patch-source_xps_xps-common_c patch-source_xps_xps-glyphs_c patch-source_xps_xps-gradient_c patch-source_xps_xps-path_c Log message: add comments to patches with the CVE id, now it's known CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/09 14:56:44 Modified files: www/squid/snapshot: Makefile distinfo www/squid/snapshot/patches: patch-src_client_side_reply_cc Log message: update to squid 3.4.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/09 14:57:40 Modified files: www/apache-httpd: Makefile www/apache-httpd/pkg: DESCR Removed files: www/apache-httpd/pkg: MESSAGE Log message: tweak DESCR/remove MESSAGE which are talking about base httpd CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/09 15:01:55 Modified files: devel/gwenhywfar: Makefile distinfo devel/gwenhywfar/patches: patch-plugins_dbio_csv_Makefile_in patch-plugins_dbio_olddb_Makefile_in patch-plugins_dbio_xmldb_Makefile_in devel/gwenhywfar/pkg: PLIST Log message: update to gwenhywfar 4.10.0b and clean up DISTFILES handling (not the latest version, but not far off and that can be updated separately) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/09 15:03:07 Modified files: productivity/aqbanking: Makefile distinfo productivity/aqbanking/pkg: PLIST Log message: update aqbanking to 5.3.6b and clean up DISTFILES handling, adding some support for sepa payments (not the latest version, but not far off and that can be updated separately) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/09 15:04:05 Modified files: multimedia/minidlna: Makefile distinfo multimedia/minidlna/patches: patch-icons_c patch-utils_c Removed files: multimedia/minidlna/patches: patch-getifaddr_c Log message: update to minidlna 1.1.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/09 15:07:49 Modified files: multimedia/get_iplayer: Makefile distinfo multimedia/get_iplayer/patches: patch-get_iplayer Log message: update to get_iplayer 2.85 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/03/09 15:27:03 Modified files: math/veusz : Makefile distinfo math/veusz/pkg : PLIST Log message: Update to 1.20.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/09 15:32:38 Modified files: net/pidgin-sipe: Makefile distinfo net/pidgin-sipe/pkg: PLIST Log message: update to pidgin-sipe 1.18.0, from Tom Doherty CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 15:32:49 Modified files: x11/gnome/banshee: Makefile distinfo x11/gnome/banshee/pkg: PLIST Removed files: x11/gnome/banshee/patches: patch-src_Extensions_Banshee_OpticalDisc_Banshee_OpticalDisc_addin_xml Log message: Update to banshee-2.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 15:40:57 Modified files: infrastructure/mk: bsd.port.mk Log message: Add an intermediate variable because some tools like python to not properly parse variables with trailing spaces and add a bogus "" argument. input/ok espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 15:43:03 Modified files: x11/gnome/caribou: Makefile Added files: x11/gnome/caribou/patches: patch-libcaribou_Makefile_in Log message: Merge patch from upstream and get rid of MODPY_ADJ_FILES. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 15:44:09 Modified files: x11/gnome/anjuta: Makefile x11/gnome/anjuta/patches: patch-configure_ac Removed files: x11/gnome/anjuta/patches: patch-plugins_project-wizard_templates_pygtk_src_main_py patch-plugins_project-wizard_templates_pygtk_wiz_in patch-plugins_project-wizard_templates_python_src_main_py patch-plugins_project-wizard_templates_python_wiz_in Log message: Drop patches and use substs instead. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 15:45:36 Modified files: print/cups-filters: Makefile distinfo print/cups-filters/pkg: README Log message: Update cups-filters-1.0.46. Rework documentation. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 15:46:34 Modified files: print/cups : Makefile print/cups/pkg : cupsd.rc Log message: rcexec is needed in rc_pre(). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 15:47:44 Modified files: graphics/dia : Makefile Added files: graphics/dia/patches: patch-plug-ins_cairo_diacairo-renderer_c Removed files: graphics/dia/patches: patch-plug-ins_cairo_diacairo_c Log message: Fix font kerning problems with pangocairo (from upstream). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 15:48:55 Modified files: x11/gnome/ekiga: Makefile x11/gnome/ekiga/patches: patch-configure Added files: x11/gnome/ekiga/patches: patch-lib_engine_components_call-history_history-contact_cpp patch-src_Makefile_in Removed files: x11/gnome/ekiga/patches: patch-src_gui_main_cpp Log message: All patches pushed upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 15:50:10 Modified files: www/epiphany : Makefile Removed files: www/epiphany/patches: patch-configure patch-lib_Makefile_in patch-src_Makefile_in patch-tests_Makefile_in Log message: Drop uneeded patches now that the underlying issue has been fixed usptream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 15:51:21 Modified files: databases/evolution-data-server: Makefile Added files: databases/evolution-data-server/patches: patch-configure_ac patch-m4_evo_krb5_support_m4 Removed files: databases/evolution-data-server/patches: patch-configure Log message: Better way to set DB_LIBS. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 15:52:16 Modified files: net/telepathy/folks: Makefile Log message: Fix bogus CONFIGURE_ARGS (no pkg change). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 15:53:29 Modified files: print/foo2zjs : Makefile distinfo print/foo2zjs/patches: patch-Makefile patch-getweb_in print/foo2zjs/pkg: PLIST Log message: Update to foo2zjs-20140302. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 15:54:06 Modified files: graphics/gdk-pixbuf2: Makefile distinfo Log message: Update to gdk-pixbuf-2.30.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 15:56:20 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/patches: patch-daemon_Makefile_in patch-daemon_gdm-session-record_c patch-daemon_gdm-xdmcp-display-factory_c Added files: x11/gnome/gdm/patches: patch-daemon_gdm-session_h Removed files: x11/gnome/gdm/patches: patch-daemon_gdm-session-record_h Log message: Patches committed upstream. Make gdm_login() / gdm_logout() static. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/09 15:57:06 Modified files: graphics/dcraw : Makefile distinfo Log message: update to dcraw 9.20 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 15:57:38 Modified files: devel/glade : Makefile Added files: devel/glade/patches: patch-gladeui_glade-command_c patch-gladeui_glade-command_h patch-gladeui_glade-project_c patch-gladeui_glade-utils_h Log message: Fix a pair of printf security problems (upstream). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 15:58:27 Modified files: mail/gmime : Makefile distinfo mail/gmime/pkg : PLIST-mono Log message: Update to gmime-2.6.20. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 15:59:33 Modified files: x11/gnome/controlcenter: Makefile distinfo x11/gnome/controlcenter/patches: patch-panels_user-accounts_Makefile_in Log message: Add BZ URL. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:00:24 Modified files: x11/gnome/devel-docs: Makefile distinfo x11/gnome/devel-docs/pkg: PLIST Log message: Update to gnome-devel-docs-3.10.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:01:01 Modified files: x11/gnome/documents: Makefile Log message: Use TRACKER_VERSION. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:01:53 Modified files: x11/gnome/music: Makefile distinfo x11/gnome/music/pkg: PLIST Removed files: x11/gnome/music/patches: patch-gnome-music_in Log message: Update to gnome-music-3.10.3. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/09 16:03:27 Modified files: net/icli : Makefile distinfo net/icli/patches: icinga-bin_icli Log message: update to icli 0.46 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:04:37 Modified files: audio/sonata : Makefile net/gajim : Makefile textproc/catfish: Makefile Removed files: audio/sonata/patches: patch-sonata_launcher_py net/gajim/patches: patch-src_plugins_plugins_i18n_py textproc/catfish/patches: patch-catfish_py Log message: Our python supports locale.bindtextdomain now. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:06:09 Modified files: misc/gramps : Makefile misc/gramps/pkg: PLIST Removed files: misc/gramps/patches: patch-gramps_gen_utils_grampslocale_py Log message: Do not install gzipped man pages; prodded by and ok jasper@ Drop locale.bindtextdomain patch. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:06:46 Modified files: x11/gnome/photos: Makefile Log message: Use TRACKER_VERSION. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/09 16:07:10 Modified files: net/totd : Makefile distinfo net/totd/pkg : DESCR Log message: clean up DESCR; faithd no more, mention af-to, mention DNS64 alternatives. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:07:57 Modified files: x11/gnome/user-docs: Makefile distinfo x11/gnome/user-docs/pkg: PLIST Log message: Update to gnome-user-docs-3.10.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:08:50 Modified files: security/gnutls: Makefile distinfo Removed files: security/gnutls/patches: patch-lib_x509_verify_c Log message: SECURITY update to gnutls-3.2.12.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:09:36 Modified files: devel/goffice : Makefile distinfo devel/goffice/pkg: PLIST Log message: Update to goffice-0.10.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:10:25 Modified files: math/gnumeric : Makefile distinfo math/gnumeric/pkg: PLIST Removed files: math/gnumeric/patches: patch-gnumeric_desktop_in patch-src_gnm-so-path_c Log message: Update to gnumeric-1.12.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:11:05 Modified files: editors/abiword: Makefile Log message: Sync WANTLIB after goffice update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:11:44 Modified files: devel/gobject-introspection: Makefile devel/gobject-introspection/pkg: PLIST Removed files: devel/gobject-introspection/patches: patch-giscanner_utils_py Log message: Remove now uneeded LIBTOOL patch. Drop uneeded MODPY_ADJ_FILES. Missing dep on py-mako. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:12:36 Modified files: x11/gtk+2 : Makefile x11/gtk+2/pkg : PLIST-guic PLIST-main Log message: Drop old @unexec/@unexec-delete. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:13:19 Modified files: textproc/gtk-doc: Makefile distinfo textproc/gtk-doc/pkg: PLIST Log message: Update to gtk-doc-1.20. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:14:04 Modified files: devel/harfbuzz : Makefile distinfo devel/harfbuzz/pkg: PLIST-main Log message: Update to harfbuzz-0.9.26. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:14:54 Modified files: print/hplip : Makefile print/hplip/pkg: README-common Log message: Tweak README. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:15:38 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.261. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:16:21 Modified files: x11/gnome/latexila: Makefile distinfo Log message: Update to latexila-2.10.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:17:03 Modified files: textproc/latexmk: Makefile distinfo textproc/latexmk/patches: patch-latexmk_pl Log message: Update to latexmk-439. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:18:08 Modified files: x11/gnome/libgda: Makefile Added files: x11/gnome/libgda/patches: patch-m4_bdb_m4 Removed files: x11/gnome/libgda/patches: patch-configure Log message: Better libdb detection. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:18:50 Modified files: devel/libgee : Makefile distinfo Log message: Update to libgee-0.12.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:19:28 Modified files: x11/gnome/libmediaart: Makefile Log message: Fix CATEGORIES. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/09 16:19:35 Modified files: sysutils/moreutils: Makefile distinfo sysutils/moreutils/patches: patch-ifdata_c patch-ifne_c Log message: update to moreutils 0.51 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:21:23 Modified files: net/libnice : Makefile distinfo net/libnice/pkg: PLIST Added files: net/libnice/patches: patch-configure Removed files: net/libnice/patches: patch-Makefile_in Log message: Update to libnice-0.1.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:22:11 Modified files: x11/gnome/libsecret: Makefile distinfo x11/gnome/libsecret/pkg: PLIST Removed files: x11/gnome/libsecret/patches: patch-libsecret_Makefile_in Log message: Update to libsecret-0.18. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:23:19 Modified files: devel/libwnck/patches: patch-libwnck_tasklist_c devel/libwnck3/patches: patch-libwnck_tasklist_c Log message: Pushed upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:25:02 Modified files: www/owncloud : Makefile distinfo www/owncloud/pkg: PLIST README Log message: SECURITY update to owncloud-6.0.2. Rework README to fix cronjobs and add a section about encryption and chroot. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/03/09 16:25:06 Modified files: sbin/fdisk : cmd.c disk.c fdisk.c mbr.c mbr.h misc.c part.c user.c Log message: Instead of passing around 'char buf[DEV_BSIZE]' buffers, pass around 'struct dos_mbr' variables, since that is what the buffers were used for. Removes need to know about DEV_BSIZE and thus include param.h from all files but one so move the param.h #include to that file (mbr.c). Nuke a bunch of local MBR #defines in favour of the disklabel.h ones. Remove a bunch of unneeded #includes, replace the odd malloc/bzero with calloc, replace equally odd bcopy's with memcpy, remove a stray duplicate MBR parsing in MBR_pcopy(). No intentional functional change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:25:36 Modified files: devel/pango : Makefile Log message: Fix comment, no pkg change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:26:56 Modified files: sysutils/polkit: Makefile sysutils/polkit/patches: patch-Makefile_am patch-configure_ac patch-src_polkit_polkitunixprocess_c patch-src_polkitagent_Makefile_am patch-src_polkitagent_polkitagenthelper-bsdauth_c patch-src_polkitbackend_polkitbackendinteractiveauthority_c patch-src_polkitbackend_polkitbackendjsauthority_c Removed files: sysutils/polkit/patches: patch-docs_man_pkexec_xml patch-docs_man_polkit_xml patch-docs_polkit_Makefile_am patch-docs_polkit_overview_xml patch-src_examples_org_freedesktop_policykit_examples_pkexec_policy_in Log message: Merge some build patches from upstream and add BZ URLs. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:28:04 Modified files: x11/spice-gtk : Makefile distinfo x11/spice-gtk/pkg: PLIST Added files: x11/spice-gtk/patches: patch-gtk_channel-display_c Log message: Update to spice-gtk-0.23. ok jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:29:01 Modified files: devel/startup-notification: Makefile devel/startup-notification/patches: patch-libsn_sn-monitor_c patch-libsn_sn-monitor_h Removed files: devel/startup-notification/patches: patch-libsn_sn-launcher_c patch-test_test-launcher-xcb_c patch-test_test-monitor-xcb_c patch-test_test-send-xmessage-xcb_c patch-test_test-watch-xmessages-xcb_c Log message: Drop old patches. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:29:39 Modified files: sysutils/toad : Makefile distinfo Removed files: sysutils/toad/patches: patch-Makefile Log message: Update to toad-1.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:30:17 Modified files: x11/gnome/yelp : Makefile distinfo Log message: Update to yelp-3.10.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:30:54 Modified files: net/zabbix : Makefile net/zabbix/pkg : PLIST-web README-web Log message: @sample zabbix.conf.php and give it proper permissions. ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:31:54 Modified files: productivity/zeitgeist: Makefile productivity/zeitgeist/patches: patch-configure patch-libzeitgeist_Makefile_in patch-libzeitgeist_log_vala Added files: productivity/zeitgeist/patches: patch-libzeitgeist_zeitgeist-2_0_deps Log message: Merge build fixes from upstream. ok jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:32:48 Modified files: multimedia/gstreamer1: Makefile.inc Log message: Bump to 1.2.3. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/03/09 16:32:48 Modified files: security/libgcrypt: Makefile Log message: Enable ASM bits. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:32:58 Modified files: multimedia/gstreamer1/core: distinfo Log message: Update to gstreamer1-1.2.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:33:12 Modified files: multimedia/gstreamer1/plugins-base: Makefile distinfo multimedia/gstreamer1/plugins-base/patches: patch-configure_ac patch-ext_cdparanoia_gstcdparanoiasrc_c Log message: Update to gstreamer1-plugins-base-1.2.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:33:24 Modified files: multimedia/gstreamer1/plugins-good: distinfo multimedia/gstreamer1/plugins-good/patches: patch-gst_udp_gstmultiudpsink_c Removed files: multimedia/gstreamer1/plugins-good/patches: patch-sys_v4l2_v4l2_calls_c Log message: Update to gstreamer1-plugins-good-1.2.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:33:36 Modified files: multimedia/gstreamer1/plugins-ugly: distinfo Log message: Update to gstreamer1-plugins-ugly-1.2.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:33:49 Modified files: multimedia/gstreamer1/plugins-bad: distinfo Log message: Update to gstreamer1-plugins-bad-1.2.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:34:01 Modified files: multimedia/gstreamer1/plugins-libav: distinfo Log message: Update to gstreamer1-plugins-libav-1.2.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:35:26 Removed files: audio/celt051 : Makefile distinfo audio/celt051/patches: patch-celt051_pc_in patch-tools_Makefile_in patch-tools_celtdec_c audio/celt051/pkg: DESCR PFRAG.shared PLIST Log message: x11/spice-gtk is now using opus so nothing else depends on unmaintained celt051 -- drop it. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:35:46 Modified files: audio : Makefile Log message: -celt051 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/03/09 16:35:51 Modified files: games/warzone2100: Makefile distinfo games/warzone2100/patches: patch-configure_ac Removed files: games/warzone2100/patches: patch-build_tools_autorevision patch-lib_exceptionhandler_exceptionhandler_cpp Log message: Update to Warzone 2100 3.1.1. ok pascal@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:36:36 Removed files: graphics/lasem : Makefile distinfo graphics/lasem/pkg: DESCR PFRAG.shared PLIST Log message: devel/goffice was the last user of lasem -- not needed anymore. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:36:51 Modified files: graphics : Makefile Log message: -lasem CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/09 16:38:05 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add celt051 and lasem. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2014/03/09 16:43:25 Modified files: www/sarg : Makefile distinfo Log message: update to sarg 2.3.8 - remove chmod for configure script, it has the right mods now - compact the do-install target OK sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/03/09 16:47:50 Modified files: security/botan : Makefile distinfo Log message: Update to Botan 1.10.7. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/03/09 16:48:53 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: Update to Postfix 2.12-20140223. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/03/09 16:50:17 Modified files: emulators/qemu : Makefile emulators/qemu/patches: patch-configure patch-pc-bios_optionrom_Makefile Log message: - Sync PIE bits with what was commited upstream - Use stack protector strong instead of all ok sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/09 17:01:41 Modified files: math/R : Makefile math/R/patches : patch-configure Log message: R would pick up readline if it was around, so let's use it anyways somehow requires gmake ;( (problem found by me, patch from maintainer) CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2014/03/09 17:44:51 Log message: add py-keyczar 0.71c which is a dependecy for ansible 1.5 Keyczar is an open source cryptographic toolkit designed to make it easier and safer for developers to use cryptography in their applications. Keyczar supports authentication and encryption with both symmetric and asymmetric keys. with feedback and OK sthen@ Status: Vendor Tag: rpe Release Tags: rpe_20140310 N ports/security/py-keyczar/Makefile N ports/security/py-keyczar/distinfo N ports/security/py-keyczar/pkg/DESCR N ports/security/py-keyczar/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2014/03/09 17:49:08 Modified files: security : Makefile Log message: add py-keyczar CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2014/03/09 18:14:34 Modified files: distrib/miniroot: install.sub Log message: replace set size calculation with a fixed value - reduce complexity - don't abuse index.txt OK halex@ krw@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/03/09 19:11:39 Modified files: www/xcache : Makefile distinfo www/xcache/pkg : DESCR PFRAG.coverager PLIST Removed files: www/xcache/patches: patch-xcache_ini Log message: Update to XCache 3.1.0. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/03/09 19:13:34 Modified files: databases/mariadb: Makefile distinfo databases/mariadb/patches: patch-cmake_install_macros_cmake patch-libmysql_CMakeLists_txt patch-scripts_CMakeLists_txt patch-sql_mysqld_cc patch-storage_oqgraph_CMakeLists_txt databases/mariadb/pkg: PLIST-main PLIST-server PLIST-tests Log message: Update to MariaDB 10.0.8. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/03/09 19:18:48 Modified files: devel/p5-Data-Dumper-Concise: Makefile distinfo Log message: Update to p5-Data-Dumper-Concise 2.021 CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2014/03/09 19:33:22 Modified files: games/vms-empire: Makefile distinfo Log message: Update to vms-empire-1.11. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/09 20:23:56 Modified files: sys/dev/pci : pcidevs Log message: add Xeon E5 v2, DH8900, and a few other devices CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/09 20:24:59 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/09 20:31:12 Modified files: sys/dev/pci : ichiic.c Log message: match on C600 IDF controllers and DH8900 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/09 21:08:35 Modified files: sys/dev/pci : if_em.c if_em_hw.c if_em_hw.h Log message: match on more i217/i218 variants CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/09 22:09:53 Modified files: sys/dev/pci : if_em.c if_em_hw.c if_em_hw.h Log message: match on 82580 quad fiber and add untested support for DH89XX/Cave Creek PCH which seem to function like a 82580 with some external Marvell PHYs. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2014/03/09 22:17:23 ports/emulators/gambatte/files Update of /cvs/ports/emulators/gambatte/files In directory cvs.openbsd.org:/tmp/cvs-serv5906/files Log Message: Directory /cvs/ports/emulators/gambatte/files added to the repository CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2014/03/09 22:18:25 Modified files: emulators/gambatte: Makefile emulators/gambatte/pkg: PLIST Added files: emulators/gambatte/files: gambatte_sdl.6 Log message: Re-add gambatte's manpage, removed by upstream in a recent release. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2014/03/09 23:03:50 Modified files: sys/arch/amd64/amd64: acpi_wakecode.S Log message: acpi_saved_rsp was defined twice. The asm resume code was using the first definition and the C part of the resume code was using the second. This manifested itself as mysterious reboot and stack corruption problems on resume. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/03/09 23:28:12 Modified files: sys/netinet6 : ip6_mroute.c Log message: In ip6_mrouter_set() and ip6_mrouter_get(), change the error number EACCES to EPERM. EACCES is meant for file access permissions (as documented on the errno(2) man page), so EPERM seems more appropriate. Based on a similar change from FreeBSD via Loganaden Velvindron. ok bluhm@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/10 01:54:14 Modified files: lib/libc/gen : opendir.c readdir.c seekdir.c telldir.h Log message: Optimization, no functional change: Save a cookie pointing to the very first entry in the DIR.dd_buf cache buffer and use that to speed up seekdir(3) when rewinding to that first entry. No libc bump because DIR is an opaque struct. When the optimization applies, which in particular it always does for rewinddir(3) after reading less than about 500 entries, seekdir(3) execution time drops from 100 to 0.05 milliseconds on my i386 notebook. Other cases are not slowed down. Based on an idea from and ok by guenther@. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/10 03:06:12 Modified files: infrastructure/lib/DPB: Engine.pm Log message: note to myself, this makes deduplicating paths in the queue complicated. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/10 03:14:15 Modified files: devel/iso-codes: Makefile distinfo Log message: update to iso-codes-3.51 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/10 03:17:30 Modified files: x11/gnome/grilo: Makefile distinfo Log message: update to grilo-0.2.9 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/10 03:17:48 Modified files: x11/gnome/grilo-plugins: Makefile distinfo x11/gnome/grilo-plugins/pkg: PLIST Log message: update to grilo-plugins-0.2.11 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/10 03:18:02 Modified files: geo : Makefile Log message: -memphis CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/10 03:18:19 Removed files: geo/memphis : Makefile distinfo geo/memphis/pkg: DESCR PLIST Log message: drop memphis, old, unmaintained and unused. ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/10 03:20:18 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: geo/memphis has left the building CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/10 03:34:07 Modified files: infrastructure/lib/DPB/Core: Init.pm Log message: figure out if we are running as root thru ssh, thus removing the need for an extra sudo step CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/10 03:34:54 Modified files: infrastructure/lib/DPB/Core: Distant.pm Log message: explicitly prevent tty allocation on distant host CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/03/10 03:41:27 Modified files: sys/arch/octeon/dev: if_cnmac.c Log message: - fix the mediastatus when the interface is not configured. - remove unneeded comment, kern.netlivelock doesn't get set here. - rework octeon_eth_mediainit() to be more like other drivers and remove a bunch of XXXs in the process. testing and ok yasuoka@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/10 03:46:08 Added files: infrastructure/lib/OpenBSD: PlistScanner.pm Log message: extract a large part of check-conflicts. aim is to reuse that in check-common-dirs, as those two tools do very similar things CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/10 03:53:16 Modified files: lang/chicken : Makefile.inc Log message: tsk tsk, jasper CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2014/03/10 04:48:29 Modified files: faq : faq15.html Log message: replace convoluted ssl description with signify keys handling. to be fleshed out if necessary CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/10 05:17:11 Modified files: usr.bin/mail : mail.1 Log message: pedantic word change; CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/03/10 05:58:32 Modified files: shells/bash : Makefile distinfo shells/bash/patches: patch-Makefile_in shells/bash/pkg: PLIST Removed files: shells/bash/patches: patch-doc_bash_1 patch-general_c Log message: Update to 4.3. Release announcement: https://lists.gnu.org/archive/html/info-gnu/2014-02/msg00010.html CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/03/10 06:02:59 Modified files: archivers/unzip: Makefile Log message: we have lchown() CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/10 06:18:18 Modified files: share/man/man4 : Makefile usb.4 Added files: share/man/man4 : xhci.4 Log message: Manpage for xhci(4). CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/10 06:19:37 Modified files: share/man/man4 : ehci.4 Log message: Mention rate-matching hub since newer EHCI controllers come without companion controller. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/10 06:21:35 Modified files: sys/net : if_trunk.c if_vlan.c sys/netinet : if_ether.c Log message: if_lladdr -> if_sadl, no functional change. ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/03/10 10:02:36 Modified files: archivers : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: archivers/bzip : Makefile distinfo archivers/bzip/patches: patch-Makefile patch-bzip_c archivers/bzip/pkg: DESCR MESSAGE PLIST Log message: remove archivers/bzip, a long forgotten, patent-encumbered compressor ok lteo@ sthen@ ajacoutot@ CVSROOT: /cvs Module name: www Changes by: mpi@cvs.openbsd.org 2014/03/10 10:19:48 Modified files: . : want.html Log message: Some hardware I could use to continue working on USB 3/xHCI support. Bump copyright while here. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2014/03/10 11:22:27 Modified files: sys/net : pf.c Log message: When setting up the packet description, also retrieve the Traffic Class field of IPv6 packets. Issue reported by Christophe Heurtaux on frnog. ok mikeb@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2014/03/10 11:27:06 Modified files: sys/net : pf.c Log message: When translating packets from one address family to another, pass the TOS/Traffic Class field of the original packet. Discussed with mikeb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/10 12:18:27 Modified files: sysutils/polkit: Makefile Log message: Unbreak: needs textproc/gtk-doc; the dependency loop is gone so this is safe. reported by espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/10 13:39:40 Modified files: devel/gobject-introspection: Makefile Added files: devel/gobject-introspection/patches: patch-giscanner_utils_py Log message: This patch is still needed after all for the old gstreamer plugins-base. I missed that when testing other g-o-i ports... my bad. I am working with upstream to find a final solution to this. breakage reported by espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/10 13:54:24 Modified files: sysutils/polkit: Makefile Log message: Fix warnings to please espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/10 13:55:31 Modified files: sysutils/salt-testing: Makefile Log message: Renove myself from maintainer. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/10 13:56:58 Modified files: usr.sbin/traceroute: traceroute.c usr.sbin/traceroute6: traceroute6.c Log message: 10_setvbuf.msg CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/10 13:57:24 Modified files: usr.sbin/traceroute6: traceroute6.c Log message: 11_w_flag.msg CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/10 13:58:06 Modified files: usr.sbin/traceroute: traceroute.c Log message: 12_malloc_memset_to_calloc.msg CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/10 13:58:43 Modified files: usr.sbin/traceroute6: traceroute6.c Log message: 13_datalen.msg CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/10 14:17:27 Modified files: devel/nspr : Makefile distinfo devel/nspr/patches: patch-nspr_configure_in patch-nspr_pr_src_pthreads_ptthread_c Log message: Minor bugfix update to nspr 4.10.3, req'ed by future mozillas. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/10 14:26:00 Modified files: infrastructure/mk: gcc4.port.mk Log message: Default to gcc 4.8 for ports using gcc4 module. Stay at 4.6 for hppa & alpha for now, since lang/gcc/4.8 doesnt build there yet. Discussed with espie@ pascal@ sthen@ tobiasu@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/10 14:27:25 Modified files: audio/mscore : Makefile editors/libreoffice: Makefile emulators/mupen64plus/video-glide64mk2: Makefile games/pingus : Makefile games/valyriatear: Makefile lang/classpath : Makefile lang/racket : Makefile mail/lumail : Makefile mail/mimetic : Makefile mail/trojita : Makefile print/cups-filters: Makefile textproc/pdftk : Makefile www/chromium : Makefile x11/kde4/kstars: Makefile x11/kde4/workspace: Makefile x11/worker : Makefile devel/xulrunner/24: Makefile Log message: Bump ports using gcc4 module. (not: mozilla ports not bumped since they're going to be updated in a few) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/10 14:28:42 Modified files: audio/clementine: Makefile Added files: audio/clementine/patches: patch-src_CMakeLists_txt patch-src_internet_spotifyblobdownloader_cpp Log message: Fix build with gcc 4.8, remove a pair of -W not supported by that version and include for unlink(), since it uses -Werror. Diff shown to zhuk@ who was going to look into it.. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/03/10 14:28:47 Modified files: games/extremetuxracer: Makefile distinfo games/extremetuxracer/pkg: PLIST Removed files: games/extremetuxracer/patches: patch-src_ppgltk_images_png_reader_cpp Log message: Update to extremetuxracer 0.6.0. Note that this requires gcc 4.8. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/10 14:31:06 Modified files: mail/mozilla-thunderbird: Makefile Log message: Bump REVISION-main for gcc4 module change (sigh, that one was already up2date..) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/10 14:33:13 Modified files: www/mozilla : mozilla.port.mk Log message: Ensure ports using www/mozilla depend on the latest & greatest nss & nspr, respectively 3.15.4 and 4.10.3. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/10 14:34:00 Modified files: www/firefox-esr: Makefile Log message: Bump REVISION for gcc4 & www/mozilla MODULES changes. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/10 14:37:27 Modified files: usr.bin/expand : expand.1 Log message: - zap some "this option applies to this util" lines that i consider unneccessary - standard EXIT STATUS (hand holding from schwarze) - restructure STANDARDS to our normal format - as noted by schwarze, blank separated -t patterns are accepted. the work on making the man page read correctly to reflect this is his ok millert in an earlier incantation ok schwarze CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/10 14:44:12 Modified files: www/seamonkey : Makefile distinfo www/seamonkey/patches: patch-config_config_mk patch-mozilla_js_src_configure_in www/seamonkey-i18n: Makefile.inc distinfo Removed files: www/seamonkey/patches: patch-mozilla_content_media_gstreamer_GStreamerLoader_cpp patch-mozilla_gfx_layers_BufferUnrotate_cpp patch-mozilla_ipc_chromium_src_base_debug_util_posix_cc Log message: Update to seamonkey 2.24. See http://www.seamonkey-project.org/releases/seamonkey2.24/ - Fixes MFSA-2014-01 to 13, excluding 06 and 10 - remove GStreamerLoader.cpp patch, merged in 927898 (or now useless) - remove patch-mozilla_gfx_layers_BufferUnrotate_cpp, merged in 929439 - remove patch-mozilla_ipc_chromium_src_base_debug_util_posix_cc, merged in 927810 (was p_psflags change in base) There *might* be an issue building enigmail, but i dont remember if it appeared in 2.24 or 2.25, and i'll handle that shortly. Let's ride the gcc4+www/mozilla MODULE change! CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/03/10 14:50:30 Modified files: graphics/pngcrush: Makefile distinfo Log message: Update to pngcrush 1.7.72. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/10 14:53:29 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-browser_app_profile_firefox_js patch-browser_installer_Makefile_in Removed files: www/mozilla-firefox/patches: patch-content_media_gstreamer_GStreamerLoader_cpp patch-gfx_layers_BufferUnrotate_cpp patch-ipc_chromium_src_base_debug_util_posix_cc Log message: Update to firefox 27.0.1. - See http://www.mozilla.org/en-US/firefox/27.0.1/releasenotes/ - Fixes MFSA 2014-01->13 - remove GStreamerLoader.cpp patch, merged in 927898 (or now useless) - remove patch-gfx_layers_BufferUnrotate_cpp, merged in 929439 - remove patch-ipc_chromium_src_base_debug_util_posix_cc, merged in 927810 (was p_psflags change in base) Note: firefox 28 is due in ~10 days, but is depending on a SQLite update in base, currently being worked on. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/03/10 14:56:17 Modified files: security/py-paramiko: Makefile distinfo security/py-paramiko/pkg: PLIST Log message: Update to py-paramiko 1.12.2. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/03/10 14:56:53 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-Makefile patch-gitweb_gitweb_perl patch-t_t0000-basic_sh patch-t_t9200-git-cvsexportcommit_sh patch-t_test-lib_sh devel/git/pkg : PLIST-main PLIST-x11 Log message: Update to git 1.9.0 ok benoit@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/10 14:59:53 Modified files: www/firefox-i18n: Makefile Makefile.inc distinfo Removed files: www/firefox-i18n/ak: Makefile www/firefox-i18n/lg: Makefile www/firefox-i18n/nso: Makefile www/firefox-i18n/ta-LK: Makefile Log message: Update to firefox-i18n 27.0.1. Note: ak (Akan), lg (Luganda), nso (Northern Sotho) & ta-LK (Tamil, Sri Lanka) were removed upstream. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/10 15:10:36 Modified files: sys/arch/mips64/include: regdef.h Log message: n64 is the default, drop the o32/o64 register assignment conditionals. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/10 15:11:49 Modified files: lang/gcc/4.6 : Makefile Log message: Only build 4.6 on alpha/hppa. Lots of cpu cycles saved on other archs! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/10 15:14:07 Modified files: sysutils/libvirt: Makefile Log message: yet another fuck-up. shared library numbers don't go down. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/03/10 15:15:36 Modified files: security/pdfcrack: Makefile distinfo Log message: Update to pdfcrack 0.12. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/10 15:17:58 Modified files: sys/arch/mips64/include: pmap.h sys/arch/mips64/mips64: pmap.c Log message: Support PMAP_NOCACHE in pmap_enter() flags. If set when mapping a managed page, the pte is created uncached. Make sure pmap_enter_pv() honours the cache bits of the pte, instead of assuming it will only get called for cached pages. Have it set PV_UNCACHED in the pv flags for the page, if this is the first use of this page and the mapping is not cached. Only check for a virtual aliasing cache condition if the new mapping is cached. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/10 15:32:15 Modified files: sys/arch/loongson/include: bus.h sys/arch/loongson/loongson: bus_dma.c sys/arch/octeon/include: bus.h sys/arch/octeon/octeon: bus_dma.c sys/arch/sgi/include: bus.h sys/arch/sgi/sgi: bus_dma.c Log message: Support BUS_DMA_NOCACHE in bus_dma(9). Memory allocations done with BUS_DMA_NOCACHE (or BUS_DMA_COHERENT if the platform does not have coherent caches) will use PMAP_NOCACHE when invoking pmap_enter(), to avoid creating cached mappings, and then evicting them from the cache. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/10 15:33:17 Modified files: lang/gcc/4.6 : Makefile Log message: document what's actually going on CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/10 15:35:04 Modified files: infrastructure/mk: gcc4.port.mk Log message: Remove trailing spaces (long line iz looooooong!) that snuck in when i failed at copy&paste. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/03/10 15:40:58 Modified files: sbin/fdisk : cmd.c cmd.h misc.c misc.h user.c Log message: No need to pass the name of the command to the function that is implementing that command, a pointer to the command arguments is the only thing needed. No need to have a pointer to the command table in every command, since there is only one table. No need for shiney new stack space for every command name and arguments parsed, since we don't recurse we can just use static memory. No intentional functional change. CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2014/03/10 16:16:20 Modified files: lang/gambit : Makefile Log message: Gambit overwrites our default cflags with -O1. ok sthen@ jasper@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/03/10 16:43:38 Modified files: net/curl : Makefile distinfo Removed files: net/curl/patches: patch-docs_libcurl_curl_easy_setopt_3 patch-lib_url_c Log message: maintenance update to 7.35.0 CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2014/03/10 16:56:27 Modified files: www/selfoss : Makefile distinfo www/selfoss/pkg: PLIST Log message: update selfoss to 2.10 OK aja@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2014/03/10 17:12:20 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST Removed files: sysutils/ansible/patches: patch-library_cloud_docker patch-library_net_infrastructure_openvswitch_bridge patch-library_net_infrastructure_openvswitch_port patch-library_packaging_apt patch-library_packaging_rpm_key patch-library_system_modprobe Log message: update to ansible 1.5 - remove a bunch of patches, which were basically backports - fix HOMEPAGE - adjust Makefile due to the section 3 manpage removal OK aja@ landry@ CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2014/03/10 18:01:50 Modified files: lang/seed7 : Makefile Log message: Unbreak seed7 on hppa. Tested by me and tobiasu@. ok bcallah@ tobiasu@ sthen@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/10 22:11:14 Modified files: sys/arch/amd64/amd64: db_disasm.c sys/arch/i386/i386: db_disasm.c Log message: Synchronize the i386 and amd64 ddb disassemblers and add support for many newer instructions. With feedback from jsg@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2014/03/10 23:16:32 Modified files: emulators/nestopia: Makefile distinfo emulators/nestopia/patches: patch-Makefile Log message: Update to nestopia-1.45. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/11 00:31:27 Modified files: www/seamonkey : Makefile Log message: Disable the -enigmail subpackage. A change in mozilla's build system in the gecko 27 cycle made it impossible to build enigmail within SM as it used to be the way. Upstream enigmail has a new build system separate of mozilla, which i'll shortly import (once i've figured out how to make systemwide extensions working for different products) CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/11 01:02:11 Modified files: . : 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 4.4-psd.html 4.4-smm.html 4.4-usd.html 40.html 41.html 42.html 43.html 44.html 45.html 46.html 47.html 48.html 49.html 50.html 51.html 52.html 53.html 54.html alpha.html amd64.html amiga.html announce28.html anoncvs.html arc.html armish.html armv7.html art1.html art2.html art3.html art4.html aviion.html bank-donation.html beagle.html books.html cats.html crypto.html cvsync.html disabled.html docum.html donations.html errata.html errata21.html errata22.html errata23.html errata24.html errata25.html errata26.html errata27.html errata28.html errata29.html errata30.html errata31.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html errata39.html errata40.html errata41.html errata42.html errata43.html errata44.html errata45.html errata46.html errata47.html errata48.html errata49.html errata50.html errata51.html errata52.html errata53.html errata54.html errata55.html events.html ftp.html goals.html hackathons.html hp300.html hppa.html hppa64.html i386.html index.html items.html landisk.html loongson.html luna88k.html lyrics.html mac68k.html macppc.html mail.html mug.html mvme68k.html mvme88k.html octeon.html older.html orders.html palm.html pegasos.html pkg-stable28.html pkg-stable29.html pkg-stable30.html pkg-stable31.html pkg-stable32.html pkg-stable33.html pkg-stable34.html pkg-stable35.html pkg-stable36.html pkg-stable37.html pkg-stable38.html pkg-stable39.html pkg-stable40.html pkg-stable41.html plat.html plus.html plus20.html plus21.html plus22.html plus23.html plus24.html plus25.html plus26.html plus27.html plus28.html plus29.html plus30.html plus31.html plus32.html plus33.html plus34.html plus35.html plus36.html plus37.html plus38.html plus39.html plus40.html plus41.html plus42.html plus43.html plus44.html plus45.html plus46.html plus47.html plus48.html plus49.html plus50.html plus51.html plus52.html plus53.html plus54.html pmax.html policy.html porting.html powerpc.html press.html products.html report.html romp.html security.html sgi.html smp.html socppc.html solbourne.html sparc.html sparc64.html stable.html sun3.html testimonials.html translation-explained.html translation.html tshirts.html users.html vax-simh.html vax.html want.html why-cvs.html zaurus.html papers : index.html Removed files: . : 4.3-ps1.html 4.3-ps2.html 4.3-smm.html 4.3-usd.html query-pr.html Log message: start to get rid of annoying tail at the bottom of each page; browser back buttons do that fine, and the rest of the text is not very relevant. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/11 01:41:10 Modified files: games/hack : hack.c hack.mon.c hack.pri.c hack.save.c Log message: lint is dead (long live the lint!) CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/11 01:42:55 Modified files: games/sail : extern.h main.c pl_main.c Log message: lint is dead (long live the lint!) Declare play() and pl_main() as __dead, to solve the original problem CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/03/11 01:50:49 Modified files: sys/arch/mips64/include: asm.h sys/arch/mips64/mips64: exception.S Log message: remove #if(n)def __LP64__ from the mips64 codebase, as mips32 never really went anywhere. ok miod@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/11 01:56:59 Modified files: net/librest : Makefile distinfo net/librest/pkg: PLIST Removed files: net/librest/patches: patch-rest_rest-proxy-call-private_h patch-rest_rest-proxy-call_c net/librest/pkg: PFRAG.shared Log message: update to librest-0.7.91 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/11 02:02:36 Modified files: games/hack : config.h Log message: Welcome to 1989: we can ask for signed chars when we want them CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/11 02:05:15 Modified files: games/hack : hack.do.c hack.do_name.c hack.end.c hack.engrave.c hack.h hack.invent.c hack.lev.c hack.mon.c hack.o_init.c hack.pager.c hack.read.c hack.save.c hack.shk.c hack.steal.c hack.topl.c hack.worm.c Log message: Match bwrite()'s prototype with write()'s, zapping a lint comment Delete casts to char* of arguments to bwrite() and free() CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/11 02:17:40 Modified files: sysutils/libvirt: Makefile Log message: bump the right libs CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/03/11 03:27:46 Modified files: databases/mariadb: Makefile distinfo databases/mariadb/patches: patch-client_CMakeLists_txt patch-cmake_install_macros_cmake patch-libmysql_CMakeLists_txt patch-scripts_mysql_install_db_sh patch-sql_CMakeLists_txt patch-sql_mysqld_cc databases/mariadb/pkg: PLIST-server PLIST-tests Log message: Update to MariaDB 10.0.9. ok sthen@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/11 04:24:42 Modified files: sys/dev/usb : ehci.c ehcireg.h ohci.c uhci.c uhub.c Log message: Kill dead links. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/11 04:28:55 Modified files: sys/netinet : ip_icmp.c Log message: In case imcp_reflect() is called without a given source address do not try to find a matching address by iterating over a global list and always use the routing table. Idea from claudio@, moral support from henning@, ok mikeb@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/11 04:31:29 Modified files: sys/netinet : if_ether.c sys/netinet6 : nd6.c Log message: Remove gratuitous differences between arp and nd6 rtrequests, no functional change. ok jca@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2014/03/11 04:42:34 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/pkg: PLIST-docs Log message: Update to 9.3.3. This update fixes 8 CVE (CVE-2014-0060, CVE-2014-0061, CVE-2014-0062, CVE-2014-0063, CVE-2014-0064, CVE-2014-0065, CVE-2014-0066 and CVE-2014-0067). This update also fixes some issues which affect binary replication and row locking, and can cause recoverable data corruption in some cases. ok sthen@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/11 04:55:50 Modified files: build/mirrors : anoncvs.html.end anoncvs.html.head cvsync.html.end cvsync.html.head ftp.html.end ftp.html.head openbgpd-ftp.html.end openbgpd-ftp.html.head openntpd-ftp.html.end openntpd-ftp.html.head openntpd-portable.html.head Log message: track changes to the generated files in the source files roll copyright date on files that i'm touching anyway CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/11 04:57:00 Modified files: build : groups.skel Log message: drop tail CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/11 04:57:54 Modified files: build : groups.dat Log message: drop some groups with broken websites CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/11 04:58:09 Modified files: . : ftp.html cvsync.html groups.html openbgpd : ftp.html openntpd : ftp.html portable.html openssh : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/11 08:29:07 Modified files: sys/dev/pci : agp_i810.c Log message: Don't bitch about binding into stolen memory on older hardware either. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/03/11 08:52:01 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-base_base_gypi patch-base_debug_stack_trace_posix_cc patch-base_process_memory_linux_cc patch-base_sys_info_posix_cc patch-breakpad_breakpad_gyp patch-build_all_gyp patch-build_common_gypi patch-build_gyp_chromium patch-chrome_app_chrome_main_delegate_cc patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_browser_process_impl_cc patch-chrome_browser_browser_process_impl_h patch-chrome_browser_browser_resources_grd patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_extensions_api_image_writer_private_image_writer_private_api_cc patch-chrome_browser_extensions_api_image_writer_private_operation_h patch-chrome_browser_extensions_api_serial_serial_connection_posix_cc patch-chrome_browser_sync_profile_sync_components_factory_impl_cc patch-chrome_browser_ui_gtk_first_run_dialog_cc patch-chrome_browser_ui_webui_about_ui_cc patch-chrome_browser_ui_webui_options_browser_options_handler_cc patch-chrome_browser_ui_webui_options_browser_options_handler_h patch-chrome_browser_web_applications_web_app_cc patch-chrome_chrome_browser_extensions_gypi patch-chrome_chrome_browser_gypi patch-chrome_chrome_renderer_gypi patch-chrome_common_chrome_paths_cc patch-chrome_common_chrome_switches_h patch-chrome_common_extensions_api_api_gyp patch-chrome_renderer_printing_print_web_view_helper_h patch-chrome_test_ui_ui_test_cc patch-content_app_content_main_runner_cc patch-content_browser_browser_main_loop_cc patch-content_content_browser_gypi patch-content_content_common_gypi patch-content_renderer_pepper_usb_key_code_conversion_cc patch-content_renderer_renderer_webkitplatformsupport_impl_cc patch-gpu_gpu_config_gypi patch-media_audio_openbsd_audio_manager_openbsd_cc patch-media_media_gyp patch-media_video_capture_linux_video_capture_device_linux_cc patch-printing_printing_gyp patch-remoting_remoting_gyp patch-skia_skia_gyp patch-skia_skia_library_gypi patch-third_party_WebKit_Source_build_features_gypi patch-third_party_WebKit_Source_core_core_gyp patch-third_party_WebKit_Source_web_web_gyp patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_asm patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_h patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_asm patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_h patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_ia32_config_asm patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_ia32_config_h patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_x64_config_asm patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_x64_config_h patch-third_party_ffmpeg_libavutil_cpu_c patch-third_party_leveldatabase_env_chromium_cc patch-third_party_libjingle_libjingle_gyp patch-third_party_libjingle_source_talk_base_physicalsocketserver_cc patch-third_party_webrtc_build_common_gypi patch-tools_gyp_pylib_gyp_generator_make_py patch-tools_gyp_pylib_gyp_generator_ninja_py patch-ui_events_event_switches_h www/chromium/pkg: PLIST Added files: www/chromium/patches: patch-base_file_util_posix_cc patch-base_strings_safe_sprintf_cc patch-chrome_browser_extensions_api_music_manager_private_device_id_linux_cc patch-chrome_browser_media_galleries_media_file_system_registry_cc patch-components_policy_resources_policy_templates_json patch-components_policy_tools_generate_policy_source_py patch-net_udp_udp_socket_libevent_cc patch-third_party_WebKit_Source_platform_blink_platform_gyp patch-third_party_WebKit_Source_web_linux_WebFontRendering_cpp patch-ui_events_event_switches_cc patch-v8_src_globals_h Removed files: www/chromium/patches: patch-chrome_app_policy_policy_templates_json patch-chrome_chrome_browser_ui_gypi patch-chrome_chrome_gyp patch-chrome_tools_build_generate_policy_source_py Log message: update to 33.0.1750.146 CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2014/03/11 09:06:23 Modified files: usr.sbin/nginx : CHANGES CHANGES.ru LICENSE usr.sbin/nginx/src/core: nginx.h ngx_connection.c usr.sbin/nginx/src/event: ngx_event_openssl.c usr.sbin/nginx/src/http: ngx_http_request.c ngx_http_request_body.c ngx_http_spdy.c ngx_http_upstream.c Log message: bugfix update to 1.4.6 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/11 09:24:49 Modified files: databases/mysql2pgsql: Makefile Log message: point HOMEPAGE to the sql-related projects page instead of an overview page. this could probably use an update to the "new" 2007 version.. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/11 09:25:34 Modified files: sbin/isakmpd : isakmpd.8 Log message: For CA generation, go back to using a two-step procedure to create a CSR and then self-sign it rather than using the "openssl req" shortcut. This allows us to specify -extfile and thus set the correct certificate extensions so that stricter SSL implementations will trust this as a CA cert, and matches how things are done in ssl(8). This is basically a partial revert of r1.77. Researched by chrisz@, tweak/ok jmc@ ok beck@ CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2014/03/11 11:07:22 Modified files: multimedia/get_iplayer: Makefile www/p5-HTML-Parser: Makefile distinfo Log message: Update p5-HTML-Parser to 3.71 recommended for get_iplayer Ok @shen CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/03/11 11:28:48 Modified files: security/pdfcrack: Makefile distinfo security/pdfcrack/patches: patch-Makefile Log message: Update to pdfcrack 0.13. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/11 11:30:06 Modified files: www/seamonkey : Makefile Log message: Really disable all the bits related to enigmail; now packages fine. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/03/11 12:03:29 Modified files: games/extremetuxracer: Makefile Log message: add -I${X11BASE}/include manually to let this build again; noticed by espie@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/11 12:07:42 Modified files: . : donations.html Log message: Time for a much-needed update of this page. Unconfuse everyone. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/11 12:15:39 Modified files: . : orders.html Log message: clarify CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/11 12:19:13 Modified files: . : press.html Log message: unmaintained, sadly CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/11 12:19:27 Modified files: . : goals.html index.html Log message: clarify situation CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2014/03/11 12:25:37 Modified files: productivity/taskwarrior: Makefile distinfo productivity/taskwarrior/pkg: PLIST Removed files: productivity/taskwarrior/patches: patch-src_CMakeLists_txt patch-src_columns_CMakeLists_txt patch-src_commands_CMakeLists_txt Log message: Update taskwarrior to 2.3.0! * remove patches because upstream rocks Thanks to lteo@ for almost testing <3 https://git.tasktools.org/projects/TM/repos/task/commits/cc5a56ebfacb828f497bc81b0eca32e5716856c6 https://git.tasktools.org/projects/TM/repos/task/commits/f31116f28764e0c151b7e5c2bd1cedb0d8aa63f0 https://git.tasktools.org/projects/TM/repos/task/commits/27f65a821f9d68bf74246084073c034b22e2aa13 OK bcalah@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/11 13:04:36 Modified files: . : donations.html Log message: tweak to mention build environment CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/11 13:30:44 Modified files: telephony/asterisk: Makefile distinfo Log message: SECURITY update to Asterisk 11.8.1, fixing:- http://downloads.digium.com/pub/security/AST-2014-001.html Stack Overflow in HTTP Processing of Cookie Headers. http://downloads.digium.com/pub/security/AST-2014-002.html Denial of Service Through File Descriptor Exhaustion with chan_sip Session-Timers. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/11 13:45:28 Modified files: sys/arch/alpha/include: stdarg.h sys/arch/amd64/include: stdarg.h sys/arch/hp300/dev: dca.c sys/arch/hppa/include: stdarg.h sys/arch/hppa64/include: stdarg.h sys/arch/i386/include: stdarg.h sys/arch/ia64/include: stdarg.h sys/arch/m68k/include: stdarg.h sys/arch/mips64/include: endian.h sys/arch/sparc/include: stdarg.h sys/arch/sparc64/include: stdarg.h sys/arch/vax/include: intr.h macros.h stdarg.h sys/dev/ic : rt2661.c sys/kern : tty_conf.c uipc_domain.c sys/netinet : tcp_debug.c sys/sys : cdefs.h types.h Log message: lint is gone, and the 'lint' conditional was never in the implementation namespace, so stop changing behavior when it's #defined ok beck@ krw@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/03/11 14:07:07 Modified files: lang/ruby/1.9 : Makefile distinfo lang/ruby/1.9/pkg: PLIST-ri_docs Removed files: lang/ruby/1.9/patches: patch-lib_rubygems_version_rb Log message: Update to ruby 1.9.3-p545 Remove rubygems security patch applied upstream. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/11 14:08:25 Modified files: . : hackathons.html Log message: OpenBSD Foundation funded Berlin b2k13 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/03/11 14:08:45 Modified files: lang/ruby/2.0 : Makefile distinfo lang/ruby/2.0/pkg: PLIST-ri_docs Log message: Update to ruby 2.0.0-p451 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/03/11 14:10:40 Modified files: lang/ruby/2.1 : Makefile distinfo lang/ruby/2.1/pkg: PLIST-main PLIST-ri_docs Removed files: lang/ruby/2.1/patches: patch-ext_socket_option_c patch-lib_rinda_ring_rb patch-lib_rubygems_rb Log message: Update to ruby 2.1.1 Remove some patches applied upstream. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/11 14:29:01 Modified files: . : donations.html Log message: typo CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/11 14:32:42 Modified files: sys/arch/mips64/mips64: cache_r5k.c Log message: Simpler RM7000 L2 cache initialization code (no longer matches what pmon2000 did, but less awkward). Also make sure that the code changing the K0SEG CCA value has enough nops, before returning to cached space, to match the recommended procedure in the RM52xx and RM7000 erratas. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/11 14:32:46 Modified files: sysutils/polkit: Makefile sysutils/polkit/patches: patch-configure_ac Added files: sysutils/polkit/patches: patch-docs_polkit_Makefile_am Log message: make tree build again CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/11 15:00:38 Modified files: www/webkit : Makefile Log message: Bump REVISION after gcc4 MODULE change. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2014/03/11 16:22:46 Modified files: devel/lpeg : Makefile distinfo devel/lpeg/patches: patch-makefile Removed files: devel/lpeg/patches: patch-lpeg_c Log message: Update lpeg to 0.12 and use MODLUA_BIN in do-test "Looks good to me." jasper@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2014/03/11 16:25:26 Modified files: share/zoneinfo/datfiles: africa antarctica asia australasia backward etcetera europe iso3166.tab leapseconds northamerica southamerica zone.tab Log message: Update to tzcode2014a from ftp.iana.org. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2014/03/11 18:44:10 Modified files: sys/arch/alpha/conf: GENERIC sys/arch/amd64/conf: GENERIC sys/arch/hppa/conf: GENERIC sys/arch/i386/conf: GENERIC sys/arch/macppc/conf: GENERIC sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 sys/arch/sparc64/conf: GENERIC Log message: enable qla(4) and qle(4) in GENERIC configs where isp(4) is already CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2014/03/11 21:56:32 Modified files: devel/sdl2 : Makefile distinfo Log message: Update to sdl2-2.0.2. ok bcallah@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2014/03/11 22:00:53 Modified files: games/minetest : Makefile distinfo games/minetest/patches: patch-src_CMakeLists_txt patch-src_porting_cpp games/minetest/pkg: PLIST Log message: Update to minetest-0.4.9. ok abieber@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/03/11 22:44:58 Modified files: usr.bin/ssh : ssh-keyscan.c Log message: scan for Ed25519 keys by default too CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/03/11 22:50:32 Modified files: usr.bin/ssh : ssh-keygen.c auth-bsdauth.c Log message: don't count on things that accept arguments by reference to clear things for us on error; most things do, but it's unsafe form. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/03/11 22:51:12 Modified files: usr.bin/ssh : authfile.c Log message: correct test that kdf name is not "none" or "bcrypt" CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/11 23:04:43 Modified files: bin : Makefile Removed files: bin/rmail : Makefile rmail.8 rmail.c Log message: rmail should not reside in /bin. ok deraadt guenther CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/11 23:07:26 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2014/03/12 00:18:34 Modified files: cad/ngspice : Makefile distinfo cad/ngspice/pkg: PLIST Added files: cad/ngspice/patches: patch-configure Removed files: cad/ngspice/patches: patch-src_maths_misc_randnumb_c patch-tests_bin_check_sh Log message: Update to ngspice-26. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2014/03/12 00:27:29 Modified files: faq/nl : faq1.html faq10.html faq15.html index.html nl : donations.html ftp.html index.html opensmtpd/nl : index.html openssh/nl : ftp.html portable.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/12 01:11:24 Modified files: audio/ruby-sonos: Makefile Added files: audio/ruby-sonos/patches: patch-lib_sonos_endpoint_a_v_transport_rb Log message: Unbreak #clear_queue by removing extraneous method call CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/12 01:14:14 Modified files: x11/virt-viewer: Makefile Log message: regen WANTLIB to unbreak CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/12 01:40:34 Modified files: net/libnice : Makefile Added files: net/libnice/patches: patch-agent_agent_c patch-agent_component_c patch-agent_conncheck_c patch-agent_inputstream_c patch-agent_outputstream_c patch-agent_pseudotcp_c patch-socket_tcp-turn_c Log message: fix a host of shadowed declarations. ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/12 01:53:00 Modified files: net/libnice/patches: patch-agent_agent_c patch-agent_component_c patch-agent_conncheck_c patch-agent_inputstream_c patch-agent_outputstream_c patch-agent_pseudotcp_c patch-socket_tcp-turn_c Log message: submitted upstream; sync comments accordingly CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/12 01:56:52 Modified files: x11/i3status/patches: patch-src_print_battery_info_c Log message: sync with what has been pushed upstream CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/12 02:29:43 Modified files: www/minitube : Makefile distinfo www/minitube/pkg: PLIST Removed files: www/minitube/patches: patch-locale_locale_pri patch-src_standardfeedsview_cpp patch-src_video_cpp Log message: Update to minitube-2.1.6 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/12 02:32:13 Modified files: devel/cmake : Makefile distinfo Log message: Maintenance update to cmake-2.8.12.2 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/12 02:37:50 Modified files: security/pcsc-lite: Makefile distinfo security/pcsc-lite/pkg: PLIST Added files: security/pcsc-lite/patches: patch-configure_ac patch-src_Makefile_in Log message: Update to pcsc-lite-1.8.11 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/12 03:04:00 Modified files: www : Makefile Log message: -silverstripe CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/12 03:06:25 Removed files: www/silverstripe: Makefile distinfo www/silverstripe/patches: patch-framework_forms_FormField_php patch-framework_forms_Form_php patch-framework_forms_TreeDropdownField_php www/silverstripe/pkg: DESCR PLIST README Log message: remove silverstripe as a port, it has no extra benefit compared to downloading and extracting the upstream tarball. prompted by/ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/12 03:06:48 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: no more silverstripe CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/12 03:58:23 Modified files: lib/libc/gen : getpwent.c Log message: The functions getpw{nam,uid}_r() no longer set errno, not even if an error occurs, but of course they do return the error. This matches what getgr{nam,gid}_r() have already been doing. Original idea by kettenis@, and deraadt@ called that idea "the only sane approach". ok kettenis@ millert@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2014/03/12 04:19:40 Modified files: usr.bin/nc : netcat.c Log message: Unbreak nc -6 -l. Don't retrieve and thus later set the routing table unless -V is passed (intent of the previous commit), and use SOL_SOCKET instead of IPPROTO_IP to set the rtable in local_listen(). ok sthen@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/12 04:54:36 Modified files: lib/libc/gen : getpwent.c getgrent.c Log message: Make sure that setgrent(), endgrent(), and endpwent() do not clobber errno; they might do so on open() and close() failures, but by POSIX, they are not supposed to fail. Note that ignoring failures inside setgrent() does not matter, the following getgrent() is bound to fail the same way again, anyway. If you insist on detecting open() failure, use setgroupent(), even though that is less portable. While here, remove two pointless (void) casts. ok millert@ jca@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/12 05:04:41 Modified files: math/R : Makefile distinfo math/R/patches : patch-Makeconf_in patch-Makefile_in patch-configure patch-doc_Makefile_in patch-etc_Makeconf_in patch-src_appl_Makefile_in patch-src_main_Makefile_in patch-src_main_connections_c patch-src_main_gram_y patch-src_main_main_c patch-src_main_platform_c patch-src_scripts_config math/R/pkg : PLIST Added files: math/R/patches : patch-src_scripts_javareconf_in Removed files: math/R/patches : patch-src_scripts_javareconf Log message: Long overdue update of R to version 3.0.3. Tests and feedback: Ze Loff and Rafael Sadowski (maintainer) OK Rafael Sadowski (maintainer) CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2014/03/12 05:16:14 Modified files: sysutils/usbutils: Makefile distinfo sysutils/usbutils/patches: patch-Makefile_am patch-lsusb_c Log message: Update to usbutils-`James Bond`. ok ajacoutot@, sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/12 05:22:03 Modified files: sysutils/ykpers: Makefile distinfo Log message: update to ykpers 1.15.1, adding support for new YubiKey Neo version 3.2 and a number of other fixes and improvements CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/12 05:26:18 Modified files: www/c-icap/c-icap: Makefile distinfo Log message: update to c-icap 0.3.3, not officially noted as such but looks like SECURITY as it fixes at least a buffer overflow CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/03/12 05:32:38 Modified files: sysutils/multitime: Makefile distinfo Log message: Update sysutils/multitime to version 1.3. From author and MAINTAINER, Laurence Tratt. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/12 05:36:06 Modified files: lib/libc/gen : getgrent.3 getpwent.3 getpwnam.3 Log message: Add ERRORS and STANDARDS, thanks to brad@ for the reminder. Fix the description of the RETURN VALUES of get*_r(). Minor polishing while here. Feedback and ok jmc@, ok millert@ jca@. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/12 05:41:43 Modified files: graphics/feh : Makefile distinfo graphics/feh/patches: patch-man_feh_pre patch-share_applications_feh_pre patch-src_events_c graphics/feh/pkg: PLIST Removed files: graphics/feh/patches: patch-src_winwidget_c patch-src_winwidget_h Log message: Update to feh-2.10 CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/03/12 05:57:54 Modified files: sbin/iked : ikev2.c Log message: unbreak config-address w/o pool; ok mikeb@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/12 06:03:55 Modified files: sys/net : route.c rtsock.c Log message: RTAX_IFP points to the "struct sockaddr_dl" corresponding to the link-layer address of an interface. This ugly structure is used to export the interface's name and index, not only the link-layer address as its name might suggest. So instead reaching this descriptor by forcing and abusing the position of the link-layer "struct ifaddr" in the per-interface list, use the if_sadl pointer directly. ok mikeb@, henning@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/12 06:07:17 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-src_Makefile Removed files: databases/redis/patches: patch-src_config_c Log message: Update to redis-2.8.7 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/12 06:34:27 Modified files: x11/i3 : Makefile x11/i3/patches : patch-src_ipc_c Log message: Bugfix: ipc_receive_message reply memleak (upstream git commit a16dfdb15e2767d9753d45982b189de6edfdf70b) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/12 06:54:45 Modified files: lib/libc/gen : getpwent.3 Log message: since we are documenting that setpwfile() is no longer available, maybe don;t cross reference (Xr) its also no longer available man page: use Fn instead; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/12 07:00:35 Modified files: sys/arch/i386/i386: bus_dma.c Log message: Add compiler barier to bus_dmamap_sync(9), just in case compiler/linker optimizations really become as evil as some people claim, or some poor soul tries to optimize things by inlining this function. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/12 07:05:02 Modified files: sys/dev/usb : xhci.c Log message: If a device is babbling do a full reset of the associated endpoint before telling the stack/driver that the responsible transfer is done. Since the request sequence requires, in the present form, to submit two commands from the interrupt handler, modify the command routine to be able to submit asynchronous commands. I can now use my crappy urtwn(4) over xhci(4). While here convert some #if -> #ifdef, pointed out by brad@. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2014/03/12 07:07:00 Modified files: usr.bin/ssh : ssh-keyscan.1 Log message: scan for Ed25519 keys by default too CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/12 07:18:37 Modified files: x11/qt4 : Makefile Added files: x11/qt4/patches: patch-src_xml_sax_qxml_cpp Log message: Fix for CVE-2013-4549: QXmlSimpleReader in Qt before 5.2 allows context-dependent attackers to cause a denial of service (memory consumption) via an XML Entity Expansion (XEE) attack From upstream via Arch Linux OK espie@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/12 07:43:09 Modified files: security/ccid : Makefile security/pcsc-lite: Makefile Log message: Use sthen's mirror due to problems with SPI's certificate CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/12 08:15:09 Modified files: sys/netinet6 : in6_src.c Log message: ANSIfy a declaration, no object change. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/03/12 08:28:09 Modified files: sbin/iked : ikev2.c Log message: don't leak an ibuf for each expired SA; ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/12 08:32:28 Modified files: lang/coffeescript: Makefile distinfo lang/coffeescript/pkg: PLIST Log message: update to coffeescript-1.7.1 feedback/ok abieber@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/12 10:07:53 Modified files: gnu/usr.sbin/sendmail/sendmail: sendmail.8 Log message: no more rmail in base; ok millert CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/12 11:58:08 Modified files: security/gnutls: Tag: OPENBSD_5_4 Makefile security/gnutls/patches: Tag: OPENBSD_5_4 patch-lib_x509_verify_c Log message: Security fix for CVE-2014-0092 ok aja@ sthen@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/12 12:17:27 Modified files: etc : rpc inetd.conf libexec : Makefile usr.sbin : Makefile Removed files: libexec/rpc.sprayd: Makefile rpc.sprayd.8 sprayd.c usr.sbin/spray : Makefile spray.8 spray.c Log message: Are they going to help? No. Well, then tell them to stay out of the way. ok deraadt CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/12 12:21:34 Modified files: etc : crontab mailer.conf rc.conf etc/mail : smtpd.conf Log message: switch over to smtpd by default. ok deraadt gilles todd CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2014/03/12 13:05:03 Modified files: faq : current.html Log message: no rest for the wicked CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/12 14:47:36 Modified files: distrib/notes : mirrors Log message: no more www@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/03/12 15:01:56 Modified files: security/py-ecdsa: Makefile distinfo Log message: Update to py-ecdsa 0.11. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/03/12 15:05:11 Modified files: devel/py-hgtools: Makefile distinfo devel/py-hgtools/pkg: PLIST Log message: Update to py-hgtools 5.0. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/03/12 15:05:13 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/12 15:20:58 Modified files: mail/mutt/snapshot: Makefile Added files: mail/mutt/snapshot/patches: patch-copy_c Log message: SECURITY update for Mutt; fix buffer overrun caused by not updating a string length after address expansion (rfc2047 header decode). http://dev.mutt.org/trac/changeset/9bf7593e3c08cc32bd69595d5c1cac75c29ba09d CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/12 15:40:27 Modified files: etc/mail : Makefile Log message: just run newaliases. should be about the same, but less sendmail. ok todd CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/12 15:46:56 Modified files: lang/coffeescript: Makefile lang/coffeescript/pkg: DESCR Log message: sync DESCR with upstream homepage and add BUILD_DEPENDS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/12 16:33:01 Modified files: mail/mutt/snapshot: Makefile distinfo Removed files: mail/mutt/snapshot/patches: patch-copy_c Log message: update to Mutt 1.5.23, rolling in the security fix added in a patch earlier, and fixing a couple of other issues. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2014/03/12 16:51:21 Modified files: lang/luajit : Makefile distinfo lang/luajit/patches: patch-Makefile patch-src_Makefile patch-src_lj_arch_h Log message: Update to the latest luajit - tested on amd64 using luakit. luasocket was also used as a test. OK jturner@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/12 17:52:14 Modified files: net/net-snmp : Makefile distinfo net/net-snmp/pkg: PLIST-main PLIST-perl Removed files: net/net-snmp/pkg: PFRAG.no-shared-perl PFRAG.shared-main PFRAG.shared-perl Log message: Update to Net-SNMP 5.7.2.1 and merge PLISTs (perl is shared arch only, so no need to split to PFRAG.shared-perl. 5.7.2.1 fixes a security issue on Linux (in ICMP-MIB), but is basically a noop update for us. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/12 18:33:55 Modified files: usr.bin/yacc : main.c reader.c Log message: indent, add a touch of style CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/12 18:56:39 Modified files: usr.bin/yacc : symtab.c verbose.c warshall.c Log message: indentation style CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/12 18:59:34 Modified files: usr.bin/yacc : lr0.c mkpar.c Log message: last bits of indentation and style CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/12 19:03:35 Modified files: www/racktables : Makefile distinfo www/racktables/pkg: PLIST Log message: update to racktables 0.20.7, including some unspecified security fixes CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/12 19:18:22 Modified files: usr.bin/yacc : closure.c lalr.c lr0.c output.c reader.c warshall.c Log message: collapse variable declarations CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/12 19:22:54 Modified files: sys/netinet : ip_icmp.c Log message: fix buffer overflows in icmp redirect handling introduced in rev 1.106 ok mpi@ millert@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2014/03/12 20:00:32 Log message: update to NSD 4.0.2, ok sthen@ Status: Vendor Tag: NLNETLABS Release Tags: NSD_4_0_2 C src/usr.sbin/nsd/axfr.c U src/usr.sbin/nsd/rrl.c U src/usr.sbin/nsd/tsig-openssl.h U src/usr.sbin/nsd/LICENSE U src/usr.sbin/nsd/udbzone.h U src/usr.sbin/nsd/iterated_hash.h U src/usr.sbin/nsd/nsec3.h C src/usr.sbin/nsd/nsd.8.in U src/usr.sbin/nsd/remote.h C src/usr.sbin/nsd/server.c U src/usr.sbin/nsd/packet.h C src/usr.sbin/nsd/query.c U src/usr.sbin/nsd/answer.h U src/usr.sbin/nsd/buffer.h U src/usr.sbin/nsd/nsd.h U src/usr.sbin/nsd/nsec3.c C src/usr.sbin/nsd/configure.ac U src/usr.sbin/nsd/xfrd-tcp.c U src/usr.sbin/nsd/zonec.h U src/usr.sbin/nsd/xfrd-disk.c U src/usr.sbin/nsd/remote.c U src/usr.sbin/nsd/xfrd-tcp.h U src/usr.sbin/nsd/udb.h U src/usr.sbin/nsd/tsig-openssl.c U src/usr.sbin/nsd/netio.c U src/usr.sbin/nsd/nsd.c U src/usr.sbin/nsd/region-allocator.h U src/usr.sbin/nsd/axfr.h U src/usr.sbin/nsd/tsig.c U src/usr.sbin/nsd/nsd.conf.sample.in U src/usr.sbin/nsd/tsig.h C src/usr.sbin/nsd/nsd.conf.5.in U src/usr.sbin/nsd/nsd-control.c U src/usr.sbin/nsd/rdata.h U src/usr.sbin/nsd/answer.c U src/usr.sbin/nsd/xfrd.h U src/usr.sbin/nsd/xfrd.c U src/usr.sbin/nsd/xfrd-notify.c U src/usr.sbin/nsd/nsd-checkconf.c U src/usr.sbin/nsd/Makefile.in C src/usr.sbin/nsd/configure U src/usr.sbin/nsd/packet.c U src/usr.sbin/nsd/radtree.h U src/usr.sbin/nsd/rrl.h U src/usr.sbin/nsd/mini_event.h U src/usr.sbin/nsd/netio.h U src/usr.sbin/nsd/configyyrename.h U src/usr.sbin/nsd/options.h U src/usr.sbin/nsd/configparser.y U src/usr.sbin/nsd/dns.c U src/usr.sbin/nsd/difffile.c U src/usr.sbin/nsd/xfrd-disk.h U src/usr.sbin/nsd/namedb.h U src/usr.sbin/nsd/radtree.c U src/usr.sbin/nsd/zlexer.lex U src/usr.sbin/nsd/buffer.c U src/usr.sbin/nsd/difffile.h U src/usr.sbin/nsd/xfrd-notify.h U src/usr.sbin/nsd/install-sh U src/usr.sbin/nsd/dname.h U src/usr.sbin/nsd/namedb.c U src/usr.sbin/nsd/edns.h U src/usr.sbin/nsd/dns.h U src/usr.sbin/nsd/nsd-mem.c U src/usr.sbin/nsd/ipc.h U src/usr.sbin/nsd/rbtree.h U src/usr.sbin/nsd/mini_event.c U src/usr.sbin/nsd/edns.c U src/usr.sbin/nsd/mkinstalldirs U src/usr.sbin/nsd/nsd-control.8.in U src/usr.sbin/nsd/dname.c U src/usr.sbin/nsd/dbaccess.c U src/usr.sbin/nsd/dbcreate.c U src/usr.sbin/nsd/util.h C src/usr.sbin/nsd/config.h.in U src/usr.sbin/nsd/lookup3.c U src/usr.sbin/nsd/region-allocator.c U src/usr.sbin/nsd/acx_nlnetlabs.m4 U src/usr.sbin/nsd/ipc.c U src/usr.sbin/nsd/rdata.c U src/usr.sbin/nsd/udbradtree.c U src/usr.sbin/nsd/lookup3.h U src/usr.sbin/nsd/zparser.y U src/usr.sbin/nsd/udbzone.c U src/usr.sbin/nsd/nsd-control-setup.sh.in U src/usr.sbin/nsd/udbradtree.h C src/usr.sbin/nsd/zonec.c U src/usr.sbin/nsd/udb.c U src/usr.sbin/nsd/configlexer.lex U src/usr.sbin/nsd/options.c U src/usr.sbin/nsd/iterated_hash.c C src/usr.sbin/nsd/nsd-checkconf.8.in U src/usr.sbin/nsd/query.h U src/usr.sbin/nsd/util.c U src/usr.sbin/nsd/rbtree.c U src/usr.sbin/nsd/compat/pselect.c U src/usr.sbin/nsd/compat/malloc.c U src/usr.sbin/nsd/compat/b64_pton.c U src/usr.sbin/nsd/compat/b64_ntop.c U src/usr.sbin/nsd/compat/strlcpy.c U src/usr.sbin/nsd/compat/inet_pton.c U src/usr.sbin/nsd/compat/memcmp.c U src/usr.sbin/nsd/compat/memmove.c U src/usr.sbin/nsd/compat/fake-rfc2553.h U src/usr.sbin/nsd/compat/strptime.c U src/usr.sbin/nsd/compat/strlcat.c C src/usr.sbin/nsd/compat/snprintf.c U src/usr.sbin/nsd/compat/fake-rfc2553.c U src/usr.sbin/nsd/compat/inet_ntop.c U src/usr.sbin/nsd/compat/basename.c U src/usr.sbin/nsd/compat/inet_aton.c U src/usr.sbin/nsd/compat/memcmp.h 11 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: brad@cvs.openbsd.org 2014/03/12 20:09:34 Modified files: usr.sbin/nsd : axfr.c config.h.in configure configure.ac nsd-checkconf.8.in nsd.8.in nsd.conf.5.in query.c server.c zonec.c usr.sbin/nsd/compat: snprintf.c Log message: merge conflicts CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/03/12 20:17:13 Modified files: sys/arch/octeon/octeon: locore.S Added files: sys/arch/octeon/dev: cn30xxcorereg.h Log message: Drop the REPUN bit from CvmCtl register not to allow unaligned access. Also add new cn30xxcorereg.h to provide constant variables of octeon core. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/12 21:52:56 Modified files: sys/arch/alpha/alpha: machdep.c sys/arch/amd64/amd64: acpi_machdep.c machdep.c sys/arch/arm/xscale: pxa2x0_apm.c sys/arch/armish/armish: armish_machdep.c sys/arch/armv7/armv7: armv7_machdep.c sys/arch/aviion/aviion: machdep.c sys/arch/hp300/hp300: machdep.c sys/arch/hppa/hppa: machdep.c sys/arch/hppa64/hppa64: machdep.c sys/arch/i386/i386: acpi_machdep.c apm.c machdep.c sys/arch/landisk/landisk: machdep.c sys/arch/loongson/dev: apm.c sys/arch/loongson/loongson: machdep.c sys/arch/luna88k/luna88k: machdep.c sys/arch/macppc/macppc: machdep.c sys/arch/mvme68k/mvme68k: machdep.c sys/arch/mvme88k/mvme88k: machdep.c sys/arch/octeon/octeon: machdep.c sys/arch/sgi/sgi: machdep.c sys/arch/socppc/socppc: machdep.c sys/arch/solbourne/solbourne: machdep.c sys/arch/sparc/sparc: machdep.c sys/arch/sparc64/sparc64: machdep.c sys/arch/vax/vax: machdep.c sys/arch/zaurus/dev: zaurus_apm.c sys/arch/zaurus/zaurus: zaurus_machdep.c sys/dev/acpi : acpi.c sys/kern : subr_autoconf.c subr_hibernate.c sys/sys : device.h Log message: get rid of the assumption that the head of the alldevs list is the "mainbus" device. this breaks when mpath is enabled because it attaches before mainbus and therefore takes the head position. have autoconf provide device_mainbus() which looks up mainbus_cd, and use that instead. discussed with deraadt who just wants mpath stuff to move forward despite there being many ways to shine this particular turd. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/12 22:21:35 Modified files: sys/sys : cdefs.h Log message: bring __unaligned(x) in. guenther wanted some comments describing their use which i think ive failed miserably at but we can all help fix it in the tree. from netbsd (which is where we got __packed) definitely ok miod@ ok guenther@ CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2014/03/13 01:12:27 Modified files: . : plus.html Log message: plus.html for Mar 3-4 (looks like the last entries for 5.5). CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/03/13 01:48:14 Modified files: sys/dev/pckbc : pckbd.c Log message: Don't use volume keys when in raw-mode (this doesn't work), and let Xorg driver do the translation and handle them as regular keys. Fixes confusion caused by the volume being changed twice in contradictory ways: once by X programs and once by the pckbd(4) driver. ok deraadt, kettenis CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/13 02:58:14 Modified files: net/haproxy : Makefile net/haproxy/patches: patch-doc_haproxy_1 Log message: Fix bogus path in the manual page. From Kent Fritz, ok sthen@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/13 03:04:32 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update to youtube-dl-2014.03.12 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/13 03:07:01 Modified files: sbin/ping : ping.8 Log message: no more spray(8); CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/13 03:18:33 Modified files: www/tomcat/v7 : Makefile distinfo www/tomcat/v7/pkg: PLIST-examples Log message: Update to tomcat-7.0.52. This fixes CVE-2014-0050, a DoS vulnerability related to multi-part processing. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/13 03:24:10 Modified files: mail/mutt/snapshot: Tag: OPENBSD_5_4 Makefile Added files: mail/mutt/snapshot/patches: Tag: OPENBSD_5_4 patch-src_copy_c Log message: SECURITY update for Mutt; fix buffer overrun caused by not updating a string length after address expansion (rfc2047 header decode). http://dev.mutt.org/trac/changeset/9bf7593e3c08cc32bd69595d5c1cac75c29ba09d CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/13 04:06:08 Modified files: graphics/dcraw : Makefile Log message: Upstream now wants lcms2; update deps and linkage. Build problem reported by nigel@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/13 04:09:43 Modified files: usr.sbin : Makefile include : Makefile Log message: Unhook httpd(8) from build OK krw@, gilles@, lteo@, tedu@, todd@, benno@, sthen@ "The time is right." and much help getting the show on the road deraadt@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/13 04:11:01 Modified files: etc : Makefile rc rc.conf etc/mtree : 4.4BSD.dist Removed files: etc/rc.d : httpd Log message: Unhook httpd(8) from build; etc bits OK krw@, gilles@, lteo@, tedu@, todd@, benno@, sthen@ "The time is right." and much help getting the show on the road deraadt@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/13 04:12:11 Modified files: lib/libc/sys : select.2 share/man/man7 : hier.7 share/man/man8 : intro.8 ssl.8 sys/arch/amd64/stand/pxeboot: pxeboot.8 sys/arch/i386/stand/pxeboot: pxeboot.8 usr.sbin/openssl: openssl.1 usr.sbin/tcpdrop: tcpdrop.8 Log message: Unhook httpd(8) from build; man page bits tweaks jmc@ OK krw@, gilles@, lteo@, tedu@, todd@, benno@, sthen@ "The time is right." and much help getting the show on the road deraadt@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/13 04:12:38 Modified files: distrib/sets/lists/etc: mi Log message: httpd(8) is no more "you can commit this, too" deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/13 04:22:52 Modified files: net/nbtscan : Makefile distinfo net/nbtscan/pkg: PLIST Added files: net/nbtscan/patches: patch-statusq_h Log message: Add prototypes to fix nbtscan on LP64, probably broken since bigmem. Patch from Kent Fritz, slight Makefile cleanup by me. Sync plist/ditsinfo while there. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/03/13 04:31:52 Modified files: games/flightgear/data: Makefile Log message: re-add bzip2 to BDEP. needed because EXTRACT_ONLY= removes it. noticed by nigel@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/13 04:31:54 Modified files: sys/dev/ic : qlw.c qlwvar.h Log message: Decouple the sizes of the request and response queues, and reduce the size of the response queue to half the size of the request queue (with a minimum of 64 entries). This matches what isp(4) is doing and seems to be necessary for the onboard 1040B found on the Origin 200 (sgi). CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/03/13 04:42:29 Modified files: www/lighttpd : Makefile distinfo Log message: Update to lighttpd 1.4.35. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/13 04:56:45 Modified files: devel/libmagic : Makefile distinfo Removed files: devel/libmagic/patches: patch-configure Log message: SECURITY update to libmagic 5.17, missing bounds checks when following offset information obtained from a file being scanned, https://github.com/file/file/commit/447558595a3650db2886cd2f416ad0beba965801 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/13 04:57:43 Modified files: devel/py-libmagic: Makefile distinfo Log message: SECURITY update to py-libmagic 5.17, missing bounds checks when following offset information obtained from a file being scanned, https://github.com/file/file/commit/447558595a3650db2886cd2f416ad0beba965801 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/13 04:58:04 Modified files: devel/py-libmagic: Makefile Log message: NO_TEST CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/13 04:59:37 Modified files: mail/mutt/snapshot: Tag: OPENBSD_5_5 Makefile Added files: mail/mutt/snapshot/patches: Tag: OPENBSD_5_5 patch-src_copy_c Log message: SECURITY update for Mutt; fix buffer overrun caused by not updating a string length after address expansion (rfc2047 header decode). http://dev.mutt.org/trac/changeset/9bf7593e3c08cc32bd69595d5c1cac75c29ba09d CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/13 05:08:00 Log message: import net/p5-Net-SCP, from maintainer Sergey Bronnikov, ok benoit@ Net::SCP is a Perl extension to make use of SCP, providing simple wrappers around the system scp command. Status: Vendor Tag: sthen Release Tags: sthen_20140313 N ports/net/p5-Net-SCP/Makefile N ports/net/p5-Net-SCP/distinfo N ports/net/p5-Net-SCP/pkg/DESCR N ports/net/p5-Net-SCP/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/13 05:08:02 Log message: import net/p5-Net-SSH, from maintainer Sergey Bronnikov, ok benoit@ Net::SSH is a Perl extension to make use of ssh, providing simple wrappers around the system ssh command. Status: Vendor Tag: sthen Release Tags: sthen_20140313 N ports/net/p5-Net-SSH/Makefile N ports/net/p5-Net-SSH/distinfo N ports/net/p5-Net-SSH/pkg/DESCR N ports/net/p5-Net-SSH/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/13 05:08:40 Modified files: net : Makefile Log message: +p5-Net-SCP, p5-Net-SSH CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/03/13 06:02:28 Modified files: sbin/fdisk : cmd.c disk.c disk.h fdisk.c mbr.c misc.c part.c user.c Log message: Merge 'struct DISK_metrics' and 'struct disk' into one, since we don't need to record two sets of metric/geometry data. Use 'geometry' instead of 'metrics' in names and comments. Eliminate DISK_getmetrics(). While here, make 64 the minimal valid value for '-l' instead of 1. This avoids the possibility of having 0 cylinders. No intentional functional change. Feedback & tweak from chris@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/03/13 06:12:35 Modified files: sbin/fdisk : cmd.c Log message: Remove some lint -- ARGSUSED. Inspired by guenther@. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/13 06:45:04 Modified files: sys/dev/pci/drm: drmP.h drm_drv.c sys/dev/pci/drm/i915: i915_drv.c sys/dev/pci/drm/radeon: radeon_kms.c Log message: Block userland from entering drm code (and make sure it is no longer in there) before we truly start quiescing the device and don't unblock until we've finished waking the device up. Fixes issues with suspend/resume on inteldrm(4) and perhaps radeondrm(4) as well. i"it is the right place to stall" deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2014/03/13 07:11:30 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: Missed removing some bits with rev 1.147. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/13 07:30:28 Modified files: devel/jdk/1.7 : Tag: OPENBSD_5_4 Makefile Added files: devel/jdk/1.7/patches: Tag: OPENBSD_5_4 patch-jdk_src_solaris_classes_sun_nio_ch_DefaultAsynchronousChannelProvider_java Log message: Add this patch here too, so I can commit a security update for the tomcats. Requested by, and OK jasper@ Original commit message: Fix DefaultAsynchronousChannelProvider.create so it does not crash ("java.lang.InternalError: platform not recognized"), but instead creates an instance of BsdAsynchronousChannelProvider(). From FreeBSD PR 183389 okay kurt@ (maintainer) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/13 07:35:21 Modified files: sys/dev/pci/drm: drm_agpsupport.c Log message: We no longer provide the dri1 agp interfaces, so remove the associated glue as well. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/13 07:36:08 Modified files: www/tomcat/v6 : Tag: OPENBSD_5_4 Makefile distinfo www/tomcat/v6/patches: Tag: OPENBSD_5_4 patch-webapps_ROOT_index_html patch-webapps_ROOT_index_jsp www/tomcat/v6/pkg: Tag: OPENBSD_5_4 PLIST-examples PLIST-main www/tomcat/v7 : Tag: OPENBSD_5_4 Makefile distinfo www/tomcat/v7/pkg: Tag: OPENBSD_5_4 PLIST-examples PLIST-main Log message: Security updates: v6 -> 6.0.39 v7 -> 7.0.52 Fixes for CVEs 2013-1571 and 2014-0050 Requested by, and OK jasper@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/13 07:47:10 Modified files: devel/jdk/1.7/patches: patch-jdk_src_solaris_classes_sun_nio_ch_DefaultAsynchronousChannelProvider_java Log message: Add forgotten comment. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/13 08:21:37 Modified files: www/tomcat/v7 : Tag: OPENBSD_5_5 Makefile distinfo www/tomcat/v7/pkg: Tag: OPENBSD_5_5 PLIST-examples Log message: Security update to tomcat-7.0.52 Fix for CVE-2014-0050 Requested by, and OK jasper@ CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2014/03/13 08:28:33 Modified files: usr.sbin/smtpd : enqueue.c Log message: The enqueue utility should not add a User-Agent header to emails. ok gilles jcs CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/13 08:47:44 Modified files: usr.sbin/smtpd : smtpd.8 Log message: remove old instructions about sendmail. poke by jmc CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/13 08:50:41 Modified files: mail/exim : Makefile mail/exim/files: exim-enable mail/exim/pkg : MESSAGE-main Log message: default MTA is now smtpd not sendmail CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/13 09:22:21 Modified files: etc : rpc Log message: it's a tedu miracle! this file is just descriptions, so resurrect sprayd CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2014/03/13 09:22:37 Modified files: faq : current.html Log message: no need to edit rpc CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/13 09:24:41 Modified files: include : paths.h Log message: the default rsh is now spelled ssh. ok deraadt CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/03/13 10:53:22 Added files: lang/ruby/1.9/patches: patch-ext_tk_extconf_rb Log message: Add missing patch, noticed by nigel@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/03/13 10:53:43 Added files: lang/ruby/2.0/patches: patch-ext_tk_extconf_rb Log message: Add missing patch, noticed by nigel@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/13 11:28:04 Log message: Import a snapshot of the modified Apache httpd (previously in base) to ports. Mostly worked on by florian@, port tweaks by me. Status: Vendor Tag: sthen Release Tags: sthen_20140313 N ports/www/apache-httpd-openbsd/Makefile N ports/www/apache-httpd-openbsd/distinfo N ports/www/apache-httpd-openbsd/patches/patch-Makefile_bsd-wrapper N ports/www/apache-httpd-openbsd/patches/patch-config_layout N ports/www/apache-httpd-openbsd/pkg/PFRAG.shared N ports/www/apache-httpd-openbsd/pkg/DESCR N ports/www/apache-httpd-openbsd/pkg/httpd.rc N ports/www/apache-httpd-openbsd/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/13 11:30:09 Log message: Import a snapshot of the old base httpd to ports, mostly worked on by florian@, some port tweaks by me. Status: Vendor Tag: sthen Release Tags: sthen_20140313 U ports/www/apache-httpd-openbsd/Makefile U ports/www/apache-httpd-openbsd/distinfo U ports/www/apache-httpd-openbsd/patches/patch-Makefile_bsd-wrapper U ports/www/apache-httpd-openbsd/patches/patch-config_layout U ports/www/apache-httpd-openbsd/pkg/PFRAG.shared U ports/www/apache-httpd-openbsd/pkg/DESCR U ports/www/apache-httpd-openbsd/pkg/httpd.rc U ports/www/apache-httpd-openbsd/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/13 11:32:26 Modified files: www : Makefile Log message: link apache-httpd-openbsd CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/13 11:33:28 Modified files: lang/php : Makefile.inc lang/php/5.3 : Makefile lang/php/5.4 : Makefile lang/php/5.5 : Makefile www/clearsilver: Makefile www/mod_auth_bsd: Makefile www/mod_auth_kerb: Makefile www/mod_auth_ldap: Makefile www/mod_auth_ldap/patches: patch-Makefile_in www/mod_auth_mysql: Makefile www/mod_auth_pgsql: Makefile www/mod_auth_radius: Makefile www/mod_encoding: Makefile www/mod_fastcgi: Makefile www/mod_geoip : Makefile www/mod_gzip : Makefile www/mod_jk : Makefile www/mod_layout : Makefile www/mod_ldapvhost: Makefile www/mod_log_sql: Makefile www/mod_mp3 : Makefile www/mod_perl : Makefile www/mod_random : Makefile www/mod_ruby : Makefile www/mod_scgi : Makefile www/mod_security: Makefile www/mod_text2html: Makefile www/opengroupware: Makefile www/p5-CGI-SpeedyCGI: Makefile www/p5-HTML-Embperl: Makefile Removed files: www/mod_auth_bsd/patches: patch-Makefile Log message: handle httpd move, originally from florian@, tweaks by me CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/13 12:11:43 Modified files: misc/redshift : Makefile distinfo misc/redshift/pkg: DESCR PLIST Log message: Update to redshift-1.8. initial submission from 'Fred' CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/13 12:29:39 Modified files: print/cups-filters: Makefile distinfo print/cups-filters/patches: patch-filter_foomatic-rip_process_c patch-filter_foomatic-rip_util_h print/cups-filters/pkg: PLIST Log message: SECURITY update to cups-filters-1.0.48. CVE-2013-6474, CVE-2013-6475, CVE-2013-6473 CVSROOT: /cvs Module name: src Changes by: brynet@cvs.openbsd.org 2014/03/13 12:41:18 Modified files: usr.sbin/acpidump: acpidump.8 Log message: Add a reference to the ACPICA utilities, with examples. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brynet@cvs.openbsd.org 2014/03/13 12:46:03 Modified files: usr.sbin/acpidump: acpidump.8 Log message: Correction from jmc@, sort references alphabetically. CVSROOT: /cvs Module name: src Changes by: brynet@cvs.openbsd.org 2014/03/13 12:52:38 Modified files: sys/dev/acpi : dsdt.c Log message: Update the _OSI list to include newer Redmond products which may be requested by newer firmware. May cause problems with brightness control on some systems. "lets see what happens" kettenis@, and.. deraadt@ agrees (..hopefully). CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/13 13:23:11 Modified files: usr.bin/mandoc : term.c Log message: In -Tutf8 mode, make sure that hyphens get counted against the output line length even when they are breakable. Before this, a line containing N breakable hyphens could get up to N characters wider than the right margin in -Tutf8 output mode. Issue reported by tedu@ on bugs@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/13 13:35:08 Modified files: usr.sbin/acpidump: acpidump.8 Log message: oops! none of us spotted that pkg_add is section 1, not 8; CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/13 14:38:30 Modified files: etc : group master.passwd Log message: smtpd dudes forgot to add their _smtpq user CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/13 14:39:27 Modified files: usr.sbin/smtpd : queue_backend.c Log message: When failing to find the required privsep user entry, it is not cool at all to fall back to a different user entry. It is decidedly unsafe. ok tedu. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/03/13 14:44:49 Modified files: regress/usr.bin/ssh: login-timeout.sh Log message: this test is a sorry mess of race conditions; add another sleep to avoid a failure on slow machines (at least until I find a better way) CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/03/13 14:50:22 Modified files: math/cgal : Makefile distinfo Log message: This is actually CGAL 3.8, not 4.1 as it claims to be, due to confusing MASTER_SITES layout. Correct the mistake and bump EPOCH. ok jasper@ CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2014/03/13 14:55:45 Modified files: faq : current.html Log message: instructions for _smtpq CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/13 15:05:39 Modified files: math/cgal : Makefile Log message: make it easier for updates: move MASTER_SITES up next to DISTNAME. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/13 15:13:53 Modified files: www/p5-Apache-Test: Makefile www/p5-Apache-Test/pkg: PLIST Log message: fixup for new httpd location, spotted by ajacoutot@ CVSROOT: /cvs Module name: src Changes by: brynet@cvs.openbsd.org 2014/03/13 15:14:08 Modified files: usr.sbin/acpidump: acpidump.8 Log message: Don't suggest running the AML parser as root. :-) kindly pointed out by jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/13 15:17:29 Modified files: www/p5-libapreq: Makefile Log message: fixup for new httpd location, spotted by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/13 15:21:48 Modified files: net/mldonkey/stable: Makefile distinfo net/mldonkey/stable/patches: patch-config_configure_in Added files: net/mldonkey/stable/patches: patch-src_daemon_common_commonMessages_ml patch-src_daemon_driver_driverCommands_ml patch-src_daemon_driver_driverControlers_ml patch-src_utils_lib_gettext_ml4 patch-src_utils_lib_gettext_mli Removed files: net/mldonkey/stable/patches: patch-src_utils_net_upnp_stubs_c Log message: Update to mldonkey-3.1.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/13 15:22:20 Modified files: www/p5-HTML-Embperl: Makefile distinfo Log message: fix license marker, don't USE_GROFF, regen distinfo CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/13 16:03:37 Modified files: devel/libvmime : Makefile Log message: Fix comment, no pkg change. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/13 16:10:53 Modified files: infrastructure/mk: apache-module.port.mk Log message: ugh, forgot to commit this CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/13 16:25:46 Modified files: www/p5-CGI-SpeedyCGI: Makefile distinfo www/p5-CGI-SpeedyCGI/files: mod_speedycgi-enable www/p5-CGI-SpeedyCGI/patches: patch-mod_speedycgi_Makefile_tmpl patch-src_optdefs www/p5-CGI-SpeedyCGI/pkg: PLIST Log message: more fixing following httpd move CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/13 16:35:45 Modified files: x11/gnome/documents: Makefile distinfo Log message: Update to gnome-documents-3.10.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/13 16:37:27 Modified files: print/hplip : Makefile distinfo print/hplip/patches: patch-Makefile_in patch-base_codes_py patch-base_password_py patch-configure patch-installer_core_install_py patch-setup_py patch-ui4_devmgr5_py patch-ui_devmgr4_py print/hplip/pkg: PLIST-hpijs Log message: Update to hplip-3.14.3. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/13 16:45:07 Modified files: www/p5-MasonX-Interp-WithCallbacks: Makefile distinfo Log message: unbreak tests CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/13 17:04:14 Modified files: sys/dev/ic : qlw.c Log message: When polling for command completion, clear the interrupt before reading the response queue in pointer register. Interrupts seem to be edge-triggered so if we don't do this we might miss command completions. Seems to fix the remaining issues on the 1040B as found on the Origin 200. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/13 17:07:47 Modified files: gnu/usr.bin/binutils/include/opcode: i386.h Log message: Add a few more instruction patterns that are apparently needed by gcc 4.8. Taken from binutils 2.17. ok guenther@ CVSROOT: /cvs Module name: www Changes by: florian@cvs.openbsd.org 2014/03/13 17:59:47 Modified files: faq : current.html Log message: httpd(8) is no more. CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2014/03/13 18:08:58 Modified files: . : donations.html Log message: adding Barry Magee CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/13 18:35:50 Modified files: etc : ftpusers etc/mail : aliases Log message: adding a user is hard. mistakes pointed out by ajacoutot CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2014/03/13 18:37:12 Modified files: faq : current.html Log message: mistakes here too, by tim van der molen CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/13 19:02:33 Modified files: faq : current.html Log message: tweak httpd notes CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2014/03/13 19:10:40 Modified files: faq : current.html Log message: tweak http wording CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/13 19:20:44 Modified files: sys/arch/sparc64/include: mplock.h sys/arch/sparc64/sparc64: lock_machdep.c Log message: rework mplock as ticket locks instead of spinlocks. this provides fairer access to the kernel lock (which suffers very heavy contention at the moment). i wrote this at n2k14 and reworked it shortly after to use the mi atomic ops api when that was agreed on. ive been running it on my systems ever since. the version before the atomic op tweaks was tested by kettenis@ n2k14 (deraadt@ and kettenis@ in particular if i recall correctly) oked this going in after 5.5 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/13 20:08:57 Modified files: sys/arch/amd64/include: mplock.h sys/arch/amd64/amd64: lock_machdep.c Log message: rework mplocks to use tickets instead of spinning. this provides fairer access to the kernel lock between logical cpus, especially in multi socket systems. i first wrote this diff in 2011. it provided the model for the i386 and sparc64 ticket locks. ok n2k14 for post 5.5 (deraadt@ and kettenis@ in particular) CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/13 21:01:39 Modified files: sys/arch/i386/i386: lock_machdep.c sys/arch/i386/include: mplock.h Log message: rework mplocks to use tickets instead of spinning. this provides fairer access to the kernel lock between logical cpus, especially in multi socket systems. i first wrote this diff in 2011. ok n2k14 for post 5.5 (deraadt@ and kettenis@ in particular) CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/03/13 21:44:13 Modified files: lib/libpcap : gencode.c pcap-bpf.c pcap.c savefile.c Log message: Change a few malloc+memset calls to calloc. ok deraadt@ florian@ CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/03/13 21:45:41 Modified files: lib/libpcap : gencode.c savefile.c Log message: Remove pointless casts. No binary change. suggested by krw@ CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2014/03/13 23:27:00 Modified files: usr.sbin/smtpd : queue_backend.c Log message: print the correct user name if SMTPD_QUEUE_USER is missing ok tedu@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/13 23:36:31 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.mvme68k md.mvme88k md.octeon 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: jmatthew@cvs.openbsd.org 2014/03/13 23:38:32 Modified files: sys/arch/alpha/conf: RAMDISK RAMDISKB RAMDISKBIG RAMDISKC sys/arch/amd64/conf: RAMDISK_CD sys/arch/i386/conf: RAMDISK_CD sys/arch/macppc/conf: RAMDISK sys/arch/sparc64/conf: RAMDISK Log message: enable qla(4) and qle(4) in ramdisks, except on sgi where the cdfs overflows CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/14 01:46:12 Modified files: usr.bin/make : make.1 Log message: better wording; From: Daniel Dickman CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/14 01:53:21 Modified files: x11/qt4 : Tag: OPENBSD_5_4 Makefile Added files: x11/qt4/patches: Tag: OPENBSD_5_4 patch-src_xml_sax_qxml_cpp Log message: Fix for CVE-2013-4549: QXmlSimpleReader in Qt before 5.2 allows context-dependent attackers to cause a denial of service (memory consumption) via an XML Entity Expansion (XEE) attack. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/14 01:56:59 Modified files: x11/qt4 : Tag: OPENBSD_5_5 Makefile Added files: x11/qt4/patches: Tag: OPENBSD_5_5 patch-src_xml_sax_qxml_cpp Log message: Fix for CVE-2013-4549: QXmlSimpleReader in Qt before 5.2 allows context-dependent attackers to cause a denial of service (memory consumption) via an XML Entity Expansion (XEE) attack. ok sthen@ CVSROOT: /cvs Module name: xenocara Changes by: dcoppa@cvs.openbsd.org 2014/03/14 02:18:02 Modified files: lib/freetype : CMakeLists.txt ChangeLog Jamfile Makefile README configure lib/freetype/builds: freetype.mk modules.mk toplevel.mk lib/freetype/builds/dos: detect.mk lib/freetype/builds/unix: aclocal.m4 config.guess config.sub configure configure.ac configure.raw freetype-config.in freetype2.in ftconfig.h ftconfig.in install-sh install.mk ltmain.sh unix-def.in lib/freetype/builds/wince/vc2005-ce: freetype.vcproj index.html lib/freetype/builds/wince/vc2008-ce: freetype.vcproj index.html lib/freetype/builds/windows: detect.mk win32-def.mk lib/freetype/builds/windows/vc2005: freetype.vcproj index.html lib/freetype/builds/windows/vc2008: freetype.vcproj index.html lib/freetype/builds/windows/vc2010: freetype.vcxproj index.html lib/freetype/builds/windows/visualc: freetype.dsp freetype.vcproj index.html lib/freetype/builds/windows/visualce: freetype.dsp freetype.vcproj index.html lib/freetype/devel: ftoption.h lib/freetype/docs: CHANGES INSTALL.CROSS INSTALL.GNU INSTALL.UNIX VERSION.DLL lib/freetype/docs/reference: ft2-auto_hinter.html ft2-base_interface.html ft2-basic_types.html ft2-bdf_fonts.html ft2-bitmap_handling.html ft2-bzip2.html ft2-cache_subsystem.html ft2-cff_driver.html ft2-cid_fonts.html ft2-computations.html ft2-font_formats.html ft2-gasp_table.html ft2-glyph_management.html ft2-glyph_stroker.html ft2-glyph_variants.html ft2-gx_validation.html ft2-gzip.html ft2-header_file_macros.html ft2-incremental.html ft2-index.html ft2-lcd_filtering.html ft2-list_processing.html ft2-lzw.html ft2-mac_specific.html ft2-module_management.html ft2-multiple_masters.html ft2-ot_validation.html ft2-outline_processing.html ft2-pfr_fonts.html ft2-quick_advance.html ft2-raster.html ft2-sfnt_names.html ft2-sizes_management.html ft2-system_interface.html ft2-toc.html ft2-truetype_engine.html ft2-truetype_tables.html ft2-tt_driver.html ft2-type1_tables.html ft2-user_allocation.html ft2-version.html ft2-winfnt_fonts.html lib/freetype/include: freetype.h ftautoh.h ftbdf.h ftchapters.h ftoutln.h lib/freetype/include/config: ftconfig.h ftoption.h lib/freetype/include/internal: ftrfork.h fttrace.h lib/freetype/src/autofit: afblue.c afblue.cin afblue.h afblue.hin afcjk.c afcjk.h afdummy.c afdummy.h afglobal.c afglobal.h afhints.c afhints.h afindic.c afindic.h aflatin.c aflatin.h aflatin2.c aflatin2.h afloader.c afloader.h afmodule.c afmodule.h afpic.c afpic.h afscript.h aftypes.h afwrtsys.h autofit.c rules.mk lib/freetype/src/base: basepic.c ftbitmap.c ftcalc.c ftobjs.c ftoutln.c ftrfork.c rules.mk lib/freetype/src/bdf: bdfdrivr.c bdflib.c lib/freetype/src/cff: cf2blues.c cf2font.c cf2ft.c cf2hints.c cffload.c cffobjs.c cffparse.c lib/freetype/src/cid: cidload.c cidobjs.c cidparse.c cidparse.h lib/freetype/src/gzip: adler32.c zconf.h zutil.c zutil.h lib/freetype/src/pcf: pcfread.c lib/freetype/src/pfr: pfrload.c pfrobjs.c lib/freetype/src/psaux: psobjs.c lib/freetype/src/pshinter: pshalgo.c lib/freetype/src/psnames: rules.mk lib/freetype/src/raster: ftraster.c lib/freetype/src/sfnt: sfdriver.c ttcmap.c ttsbit.c lib/freetype/src/smooth: ftgrays.c lib/freetype/src/tools: afblue.pl lib/freetype/src/truetype: ttgload.c ttinterp.c ttinterp.h lib/freetype/src/type1: t1gload.c t1load.c t1objs.c t1parse.c lib/freetype/src/type42: t42objs.c t42parse.c lib/freetype/src/winfonts: winfnt.c Added files: lib/freetype : ChangeLog.24 lib/freetype/builds/unix: pkg.m4 lib/freetype/docs: freetype-config.1 lib/freetype/docs/reference: ft2-header_inclusion.html lib/freetype/src/autofit: afcover.h afranges.c afranges.h afstyles.h hbshim.c hbshim.h Removed files: lib/freetype/docs: ft2faq.html Log message: Security/bugfixing update to freetype-2.5.3, featuring a fix for a vulnerability in the CFF driver (CVE-2014-2240) and assorted minor fixes. ok matthieu@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/14 02:43:20 Modified files: faq : current.html Log message: tweak httpd removal text; make it clear that users moving to apache-httpd-openbsd still need to remove the first set of files and probably want to keep many of the second set. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2014/03/14 04:02:52 Modified files: usr.bin/mg : file.c Log message: Check if buffer is to be saved as a directory. ok florian@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/03/14 04:17:17 Modified files: security/libssh: Makefile distinfo Log message: update to 0.6.3 security fix: http://www.libssh.org/2014/03/04/libssh-0-6-3-security-release/ https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2014-0017 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/03/14 04:18:56 Modified files: www/chromium : Makefile Log message: fix dependencies and wantlib CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/03/14 04:19:01 Modified files: usr.bin/make : make.1 Log message: .depend is definitely not *appended* to Makefile. Its rules are also read after the main makefile. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/14 04:47:21 Modified files: share/man/man9 : Makefile sys/arch/powerpc/include: endian.h sys/arch/sparc64/include: endian.h sys/sys : endian.h Added files: share/man/man9 : bemtoh32.9 Log message: provide an MI api for doing byteswapping loads and stores. some archs have instrutions that can do this, and the rest that dont get to use wrappers around the byteswap(3) api. this provides MI backends for sparc64 and powerpc which get a big benefit from this because byteswapping in registers is really hard for them. the intended use case is for reading and writing bits of dma memory handed to and from hardware. discussed with miod@ guenther@ deraadt@ ok miod@ kettenis@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/14 05:04:24 Modified files: sys/dev/ic : gem.c gemvar.h Log message: use lemtoh64 and htolem64 for reading and writing entries in the rings. tested on sparc64 and powerpc with and without the MI backends for the lem ops enabled. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/03/14 05:07:33 Modified files: lib/libc/asr : asr_debug.c asr_private.h asr_utils.c getaddrinfo_async.c gethostnamadr_async.c getnetnamadr_async.c res_mkquery.c res_send_async.c Log message: prefix structure names to avoid ambiguity and possible collisions when the API gets public. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/03/14 05:09:45 Modified files: usr.sbin/smtpd : dns.c Log message: field rename CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/03/14 05:14:11 Modified files: usr.sbin/smtpd : smtp_session.c Log message: more informative log message on unknown SNI. looks better to tedu@, ok gilles@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/03/14 05:28:59 Modified files: mail/extsmail : Makefile distinfo Log message: Update to extsmail-1.7. From author and MAINTAINER Laurence Tratt, with a minor tweak from myself to correctly pass down CFLAGS. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/14 05:53:35 Modified files: share/man/man9 : bemtoh32.9 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/03/14 06:08:18 Modified files: sys/netinet : in.c Log message: Add missing parens so 'if' statement controls both of the statements it was intended to control. No real-world change say mikeb@ and mpi@. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/14 06:32:18 Added files: www/mod_auth_bsd/patches: patch-Makefile Log message: reinstate patch to unbreak build, spotted by espie CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2014/03/14 08:11:31 Modified files: sys/dev/usb : usbdivar.h Log message: Have some style. Okay mpi@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/03/14 08:33:36 ports/devel/cmocka/patches Update of /cvs/ports/devel/cmocka/patches In directory cvs.openbsd.org:/tmp/cvs-serv29021/patches Log Message: Directory /cvs/ports/devel/cmocka/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/03/14 08:35:01 Modified files: devel/cmocka : Makefile Added files: devel/cmocka/patches: patch-include_cmocka_h Log message: add a patch to permit build on arch != amd64, and bump revision. spotted by Nigel (thanks). ok sthen@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/14 08:39:58 Modified files: www/owncloud : Tag: OPENBSD_5_5 Makefile distinfo www/owncloud/pkg: Tag: OPENBSD_5_5 PLIST README Log message: SECURITY update to owncloud-6.0.2. Rework README to fix cronjobs and add a section about encryption and chroot. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/14 08:58:57 Modified files: sys/dev/usb : usbdevs Log message: Add the ISY IWL 4000 a new urtwn(4) device, from Fabian Raetz and Peter J. Philipp. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/14 08:59:43 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/14 09:00:47 Modified files: share/man/man4 : urtwn.4 sys/dev/usb : if_urtwn.c Log message: Add the ISY IWL 4000 a new urtwn(4) device, from Fabian Raetz and Peter J. Philipp. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/14 09:27:55 Modified files: www/owncloud : Tag: OPENBSD_5_4 Makefile distinfo www/owncloud/pkg: Tag: OPENBSD_5_4 PLIST Log message: security update to owncloud-5.0.15 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/03/14 09:41:33 Modified files: sbin/fdisk : cmd.c disk.c disk.h fdisk.c mbr.c misc.c part.c user.c Log message: Revert last -- broke building snaps. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/14 10:01:59 Log message: Update to NSD 4.0.3, main change is to improve/fix nsd.db database corruption checks and avoid some causes of corruption. More details at http://article.gmane.org/gmane.network.dns.nsd.general/1687 Status: Vendor Tag: NLNETLABS Release Tags: NSD_4_0_3 U src/usr.sbin/nsd/axfr.c U src/usr.sbin/nsd/rrl.c U src/usr.sbin/nsd/tsig-openssl.h U src/usr.sbin/nsd/LICENSE U src/usr.sbin/nsd/udbzone.h U src/usr.sbin/nsd/iterated_hash.h U src/usr.sbin/nsd/nsec3.h C src/usr.sbin/nsd/nsd.8.in U src/usr.sbin/nsd/remote.h C src/usr.sbin/nsd/server.c U src/usr.sbin/nsd/packet.h U src/usr.sbin/nsd/query.c U src/usr.sbin/nsd/answer.h U src/usr.sbin/nsd/buffer.h U src/usr.sbin/nsd/nsd.h U src/usr.sbin/nsd/nsec3.c C src/usr.sbin/nsd/configure.ac U src/usr.sbin/nsd/xfrd-tcp.c U src/usr.sbin/nsd/zonec.h U src/usr.sbin/nsd/xfrd-disk.c U src/usr.sbin/nsd/remote.c U src/usr.sbin/nsd/xfrd-tcp.h U src/usr.sbin/nsd/udb.h U src/usr.sbin/nsd/tsig-openssl.c U src/usr.sbin/nsd/netio.c U src/usr.sbin/nsd/nsd.c U src/usr.sbin/nsd/region-allocator.h U src/usr.sbin/nsd/axfr.h U src/usr.sbin/nsd/tsig.c U src/usr.sbin/nsd/nsd.conf.sample.in U src/usr.sbin/nsd/tsig.h C src/usr.sbin/nsd/nsd.conf.5.in U src/usr.sbin/nsd/nsd-control.c U src/usr.sbin/nsd/rdata.h U src/usr.sbin/nsd/answer.c U src/usr.sbin/nsd/xfrd.h C src/usr.sbin/nsd/xfrd.c U src/usr.sbin/nsd/xfrd-notify.c U src/usr.sbin/nsd/nsd-checkconf.c U src/usr.sbin/nsd/Makefile.in C src/usr.sbin/nsd/configure U src/usr.sbin/nsd/packet.c U src/usr.sbin/nsd/radtree.h U src/usr.sbin/nsd/rrl.h U src/usr.sbin/nsd/mini_event.h U src/usr.sbin/nsd/netio.h U src/usr.sbin/nsd/configyyrename.h U src/usr.sbin/nsd/options.h U src/usr.sbin/nsd/configparser.y U src/usr.sbin/nsd/dns.c U src/usr.sbin/nsd/difffile.c U src/usr.sbin/nsd/xfrd-disk.h U src/usr.sbin/nsd/namedb.h U src/usr.sbin/nsd/radtree.c U src/usr.sbin/nsd/zlexer.lex U src/usr.sbin/nsd/buffer.c U src/usr.sbin/nsd/difffile.h U src/usr.sbin/nsd/xfrd-notify.h U src/usr.sbin/nsd/install-sh U src/usr.sbin/nsd/dname.h U src/usr.sbin/nsd/namedb.c U src/usr.sbin/nsd/edns.h U src/usr.sbin/nsd/dns.h U src/usr.sbin/nsd/nsd-mem.c U src/usr.sbin/nsd/ipc.h U src/usr.sbin/nsd/rbtree.h U src/usr.sbin/nsd/mini_event.c U src/usr.sbin/nsd/edns.c U src/usr.sbin/nsd/mkinstalldirs U src/usr.sbin/nsd/dname.c U src/usr.sbin/nsd/nsd-control.8.in U src/usr.sbin/nsd/dbaccess.c U src/usr.sbin/nsd/dbcreate.c U src/usr.sbin/nsd/util.h U src/usr.sbin/nsd/config.h.in U src/usr.sbin/nsd/lookup3.c U src/usr.sbin/nsd/region-allocator.c U src/usr.sbin/nsd/acx_nlnetlabs.m4 U src/usr.sbin/nsd/ipc.c U src/usr.sbin/nsd/rdata.c U src/usr.sbin/nsd/udbradtree.c U src/usr.sbin/nsd/lookup3.h U src/usr.sbin/nsd/zparser.y U src/usr.sbin/nsd/udbzone.c U src/usr.sbin/nsd/nsd-control-setup.sh.in U src/usr.sbin/nsd/udbradtree.h U src/usr.sbin/nsd/zonec.c U src/usr.sbin/nsd/udb.c U src/usr.sbin/nsd/configlexer.lex U src/usr.sbin/nsd/options.c U src/usr.sbin/nsd/iterated_hash.c C src/usr.sbin/nsd/nsd-checkconf.8.in U src/usr.sbin/nsd/query.h U src/usr.sbin/nsd/util.c U src/usr.sbin/nsd/rbtree.c U src/usr.sbin/nsd/compat/pselect.c U src/usr.sbin/nsd/compat/malloc.c U src/usr.sbin/nsd/compat/b64_pton.c U src/usr.sbin/nsd/compat/b64_ntop.c U src/usr.sbin/nsd/compat/strlcpy.c U src/usr.sbin/nsd/compat/inet_pton.c U src/usr.sbin/nsd/compat/memcmp.c U src/usr.sbin/nsd/compat/memmove.c U src/usr.sbin/nsd/compat/fake-rfc2553.h U src/usr.sbin/nsd/compat/strptime.c U src/usr.sbin/nsd/compat/strlcat.c U src/usr.sbin/nsd/compat/snprintf.c U src/usr.sbin/nsd/compat/fake-rfc2553.c U src/usr.sbin/nsd/compat/inet_ntop.c U src/usr.sbin/nsd/compat/basename.c U src/usr.sbin/nsd/compat/inet_aton.c U src/usr.sbin/nsd/compat/memcmp.h 7 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 2014/03/14 10:03:54 Modified files: usr.sbin/nsd : configure configure.ac nsd-checkconf.8.in nsd.8.in nsd.conf.5.in server.c xfrd.c Log message: merge conflicts CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2014/03/14 10:13:43 Modified files: devel/gwenhywfar: Makefile devel/gwenhywfar/pkg: PLIST Log message: add qt4 to port ready for kmymoney Ok @sthen CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/14 10:44:36 Modified files: . : 54.html Log message: typo CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/14 10:44:46 Added files: . : 55.html Log message: add scaffold CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/14 10:57:21 Modified files: sys/arch/mips64/include: asm.h Log message: Revert previous; turns out to be necessary to build the 32-bit boot blocks on sgi. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/14 11:26:18 Modified files: x11/gnome/py-atspi: Makefile net/telepathy/telepathy-gabble: Makefile textproc/catfish: Makefile x11/gnome/alacarte: Makefile audio/sonata : Makefile misc/gramps : Makefile sysutils/d-feet: Makefile textproc/nfoview: Makefile x11/gnome/orca : Makefile x11/gnome/tweak-tool: Makefile Log message: Sync comment about the need to RUN_DEPENDS on gtk+3 when the corresponding introspection is used; add missing dependency where needed (i.e. when not provided by indirect dependencies). CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2014/03/14 11:34:09 Modified files: . : 55.html Log message: tmpfs, pkg_add "shrinkage", dpb building kde4, kde4 as a highlight. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/03/14 11:34:21 Modified files: net/unbound : Makefile distinfo net/unbound/patches: patch-Makefile_in patch-doc_example_conf_in Log message: Update to Unbound 1.4.22. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/14 11:42:59 Modified files: security/gnutls: Makefile Log message: Be safe and explicitely set --with-default-trust-store-file. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/14 11:48:15 Modified files: x11/gnome/ekiga/patches: patch-lib_engine_components_call-history_history-contact_cpp Log message: Unbreak, it seems I totally screwed up my previous merge... spotted by nigel@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/14 11:56:36 Modified files: etc : services Log message: Add "ub-dns-control" (for unbound's equivalent of rndc), so that it's added to the port list in net.inet.tcp.baddynamic. Service name taken from IANA service-names-port-numbers.txt. If anyone's interested in adding AF_UNIX support for comms between unbound and unbound-control, that would very welcome. OK brad@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2014/03/14 12:19:35 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST Log message: Update ansible to 1.5.3 Changes since 1.5: - Fix validate_certs and run_command errors from previous release - Fixes to the git module related to host key checking - Fix module errors in airbrake and apt from previous release - Force command action to not be executed by the shell unless specifically enabled. - Validate SSL certs accessed through urllib*. - Implement new default cipher class AES256 in ansible-vault. - Misc bug fixes. OK aja@ CVSROOT: /cvs Module name: xenocara Changes by: dcoppa@cvs.openbsd.org 2014/03/14 14:41:41 Modified files: lib/freetype : Makefile lib/freetype/builds/unix: freetype2.in Log message: Revert to the freetype2.pc we had before. There were local changes and I accidentally removed them. ok matthieu@ Sorry for breaking the xenocara tree! CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2014/03/14 16:08:41 Modified files: lang/eagle : Makefile distinfo Log message: Update to beta29. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/03/14 17:31:24 Modified files: www/piwik : Makefile distinfo www/piwik/pkg : PLIST Removed files: www/piwik/patches: patch-core_Plugin_Manager_php Log message: Update to 2.1.0 and install README file The updater plugin should be enabled before upgrading, otherwise your database could not be upgraded CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/14 17:42:41 Modified files: sys/arch/amd64/amd64: conf.c sys/arch/i386/i386: conf.c sys/arch/macppc/macppc: conf.c sys/dev/pci : agp.c sys/sys : conf.h Log message: Remove the userland AGP interface. Now that we have KMS, it is no longer used by any of the remaining xenocara drivers. Except perhaps for the legacy i810 support in the xf86-video-intel driver. But i810 support has almost certainly been broken for more than a year now, and any remaining users are probably better off using the xf86-video-vesa driver ever since XAA support was removed from the X server. ok deraadt@, jsg@, mpi@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/14 17:47:04 Modified files: etc/etc.amd64 : MAKEDEV.md etc/etc.i386 : MAKEDEV.md etc/etc.macppc : MAKEDEV.md Log message: We no longer support the userland interface for agp(4). CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/14 17:47:28 Modified files: usr.sbin/unbound: Makefile.bsd-wrapper Log message: use $chrootdir/run for pid file, like nsd. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/03/14 17:48:49 Modified files: www/phpmyadmin : Makefile distinfo www/phpmyadmin/pkg: PLIST Log message: Bugfix update to 4.1.9 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/14 17:51:25 Modified files: etc/etc.amd64 : MAKEDEV etc/etc.i386 : MAKEDEV etc/etc.macppc : MAKEDEV Log message: regen CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/03/14 17:52:25 Modified files: net/filezilla : Makefile distinfo net/filezilla/pkg: PLIST Log message: Bugfix update to 3.7.4.1 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/14 17:55:58 Modified files: share/man/man8/man8.amd64: MAKEDEV.8 share/man/man8/man8.i386: MAKEDEV.8 share/man/man8/man8.macppc: MAKEDEV.8 Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/14 17:57:03 Modified files: share/man/man4 : agp.4 Log message: The userland AGP interface has been removed. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/14 18:17:45 Modified files: devel/gwenhywfar: Makefile distinfo Log message: bugfix/cleanup update to gwenhywfar 4.11.0b CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/14 18:34:18 Added files: etc : unbound.conf etc/rc.d : unbound Log message: Add a new sample config file and rc.d script for unbound, ok deraadt@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/14 18:59:50 Modified files: etc/rc.d : syslogd Log message: httpd_flags was still used here; remove it. Add a log socket in /var/www/dev/log if nginx is enabled, it is needed as the openlog() call is done after chrooting. ok brad@ florian@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/14 19:02:27 Modified files: productivity/aqbanking: Makefile distinfo Log message: update to aqbanking 5.4.1b, various SEPA fixes CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/14 19:08:05 Modified files: usr.sbin/unbound: Makefile.bsd-wrapper Log message: change pidfile location again; actually this is written before chroot, so it can go straight in /var/run CVSROOT: /cvs Module name: src Changes by: andre@cvs.openbsd.org 2014/03/14 20:24:44 Modified files: sys/dev/usb : usbhid.h Log message: Add usage pages from usb HID Power Devices spec. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: andre@cvs.openbsd.org 2014/03/14 20:35:19 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: Add myself. ok mpi@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/14 22:07:39 Modified files: etc/etc.sgi : disktab distrib/sgi/cdfs: Makefile Log message: Bump the cdXX image from 12MB to 13MB. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/14 22:09:21 Modified files: sys/arch/sgi/conf: RAMDISK-IP27 RAMDISK-IP30 RAMDISK-IP32 Log message: Enable qla(4) and qle(4) to match the corresponding RAMDISKs. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/03/14 22:31:03 Modified files: build : mirrors.dat Log message: welcome openbsd.cs.toronto.edu, a joint project of krw@, ian@, me, and the University of Toronto CS dept. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/03/14 22:33:49 Modified files: . : anoncvs.html cvsync.html ftp.html ftplist openbgpd : ftp.html openntpd : ftp.html portable.html openssh : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2014/03/14 23:05:55 Modified files: lib/libdrm : Makefile.inc xf86drm.h xf86drmMode.c lib/libdrm/intel: intel_bufmgr.h intel_bufmgr_gem.c Log message: update to libdrm 2.4.52 ok matthieu@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/14 23:08:59 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/15 00:18:00 Modified files: sys/arch/sparc64/include: atomic.h Log message: make the membars look more correct for any memory ordering mode. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/15 01:11:09 Modified files: graphics/shared-color-targets: Makefile distinfo graphics/shared-color-targets/pkg: PLIST Log message: Update to shared-color-targets-0.1.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/15 01:17:55 Modified files: x11/gnome/shell/patches: patch-configure_ac patch-js_Makefile_am patch-js_misc_config_js_in patch-js_ui_panel_js patch-js_ui_sessionMode_js patch-src_Makefile_am Log message: Fixed upstream. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/03/15 03:13:13 Modified files: math/ntl : Makefile distinfo math/ntl/patches: patch-src_DoConfig patch-src_GF2EX_c patch-src_VERSION_INFO patch-src_WordVector_c patch-src_tools_c patch-src_tools_h patch-src_vec_GF2_c math/ntl/pkg : DESCR Log message: Update to ntl 6.1.0. CVSROOT: /cvs Module name: www Changes by: sobrado@cvs.openbsd.org 2014/03/15 03:15:35 Modified files: . : 55.html Log message: OpenSSH 6.6 new features and bug fixes. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/15 03:49:28 Modified files: sys/dev/usb : ehci.c ohci.c uhci.c Log message: Unify the *hci_timeout() functions, there should be no functional change. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/15 03:50:26 Modified files: sys/dev/usb : uhidev.c uhidev.h Log message: Remove debug leftover. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/15 03:51:27 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB: Core.pm Logger.pm infrastructure/lib/DPB/Job: Port.pm Log message: tweak waiting-for-lock mechanism: explicitly keep track of order, and have each job relinquishing lock wake up the next one. To cater for external dpbs, also try to wake up next job if we don't own the lock. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/15 04:13:24 Modified files: sys/dev/usb : uhidev.c Log message: Starting the spring cleanup. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/15 04:34:19 Modified files: build : mirrors.dat Log message: trailing dot in fingerprint CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/15 04:34:46 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/03/15 04:39:28 Modified files: app/xterm : input.c Log message: Apply the ':' symbol to the SunPaste/XF86Paste events translations. This makes shure that shift modifers are taken into account to trigger the translation. It fixes the 'v' key on Zaurus keyboard, which has SunPaste at 3rd level and was thus bound to insert-selection() regardless of the shift level. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/15 05:36:38 Modified files: sys/dev/ic : qlw.c Log message: Fix pasto in error message. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/15 05:53:35 Modified files: sys/dev/ic : qlw.c Log message: Only issue SET_FIRMWARE_FEATURES command if we actually have any firmware features to set. Needed for upcoming ISP1000 SBus support. Might help with running on older firmwares on PCI variants as well. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/15 06:28:47 Modified files: sys/dev/ic : qlw.c qlwreg.h Log message: The ISP1000 firmware doesn't support the _A64 mailbox command variants. Since we don't actually need these as we always make sure our bus addresses fit into 32 bits, simply use the non-_A64 variants. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/15 06:52:56 Modified files: share/man/man4 : vr.4 Log message: Fix description: DMA buffers only need to be longword-aligned on older vr parts. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/03/15 07:04:16 Modified files: emulators/fs-uae: Makefile distinfo emulators/fs-uae/patches: patch-Makefile patch-libfsemu_Makefile patch-src_fs-uae_main_c emulators/fs-uae/pkg: PLIST README Removed files: emulators/fs-uae/patches: patch-launcher_fs_uae_launcher_ChecksumTool_py patch-launcher_fs_uae_launcher_Config_py patch-launcher_fs_uae_launcher_fsui_wx_filedialog_py patch-launcher_fs_uae_launcher_ui_config_HardDriveGroup_py patch-src_od-fs_hardfile_host_cpp Log message: Update to fs-uae-2.4.0. Joystick and hardfile support tested. Note that the launcher has moved out of the main fs-uae source tree. A commit adding the launcher as a new port will follow. OK bcallah@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/15 07:08:52 Modified files: sys/dev/ic : qlw.c qlwreg.h qlwvar.h sys/dev/pci : qlw_pci.c Log message: More ISP1000 (SBus) bits. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/03/15 07:11:59 Log message: Import fs-uae-launcher-2.4.0. The fs-uae launcher was moved from the main fs-uae source tree, thus it now makes sense for it to have its own port now. OK bcallah@ Status: Vendor Tag: edd Release Tags: edd_20140315 N ports/emulators/fs-uae-launcher/Makefile N ports/emulators/fs-uae-launcher/distinfo N ports/emulators/fs-uae-launcher/pkg/PLIST N ports/emulators/fs-uae-launcher/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/03/15 07:12:56 Modified files: emulators : Makefile Log message: Link fs-uae-launcher to build. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/03/15 07:37:18 Log message: Import libscrypt. Shared library that implements the scrypt key derivation function. from maintainer Daniel Levai, ok sthen@ Status: Vendor Tag: benoit Release Tags: benoit_20140315 N ports/security/libscrypt/Makefile N ports/security/libscrypt/distinfo N ports/security/libscrypt/patches/patch-main_c N ports/security/libscrypt/patches/patch-Makefile N ports/security/libscrypt/pkg/DESCR N ports/security/libscrypt/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/03/15 08:01:46 Modified files: security : Makefile Log message: +libscrypt CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2014/03/15 09:28:01 Modified files: sysutils/ansible: Makefile distinfo Log message: bump revision due to a fix from upstream without changing the vers. number https://github.com/ansible/ansible/commit/157b783521b52d9c3f357e811f6be0ec7600a89e OK sthen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/03/15 09:42:28 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: Add myself OK benoit@ sthen@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/03/15 11:18:17 Modified files: games/manaplus : Makefile distinfo games/manaplus/pkg: PLIST Log message: Update to 1.4.3.15 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/03/15 11:24:20 Modified files: proto/xcb-proto: Makefile Makefile.am NEWS configure.ac py-compile proto/xcb-proto/doc: xml-xcb.txt proto/xcb-proto/src: Makefile.am composite.xml damage.xml dpms.xml dri2.xml glx.xml randr.xml render.xml res.xml screensaver.xml shape.xml shm.xml sync.xml xcb.xsd xevie.xml xfixes.xml xinput.xml xkb.xml xproto.xml xtest.xml xv.xml proto/xcb-proto/xcbgen: expr.py state.py xtypes.py Added files: proto/xcb-proto: autogen.sh proto/xcb-proto/src: dri3.xml ge.xml present.xml xf86vidmode.xml Log message: Update to xcb-proto 1.10 CVSROOT: /cvs Module name: xenocara Changes by: dcoppa@cvs.openbsd.org 2014/03/15 11:27:50 Modified files: lib/freetype/builds/unix: freetype-config.in Log message: (re)fix freetype-config too. Spotted by nigel@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/15 11:28:26 Modified files: usr.bin/ssh : ssh-agent.c ssh-keygen.1 ssh-keygen.c Log message: Improve usage() and documentation towards the standard form. In particular, this line saves a lot of man page reading time. usage: ssh-keygen [-q] [-b bits] [-t dsa | ecdsa | ed25519 | rsa | rsa1] [-N new_passphrase] [-C comment] [-f output_keyfile] ok schwarze jmc CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/03/15 12:02:09 Modified files: lib/freetype : Makefile Log message: Fix freetype-config after update to freetype 2.5.3. reported by nigel@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/03/15 12:09:43 Modified files: lib/freetype/builds/unix: freetype-config.in Log message: Revert previous. This was not part of our local changes and the commit wasn't approved. The correct fix is in ../../Makefile CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/03/15 13:41:03 Modified files: math/galculator: Makefile distinfo math/galculator/pkg: PLIST Log message: bug fix update to 2.1.3 CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2014/03/15 15:33:10 Modified files: build : Makefile build/mirrors : openssh-ftp.html.head openssh : ftp.html index.html openbsd.html portable.html Added files: openssh/txt : release-6.6 Log message: openssh-6.6 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/15 15:49:47 Modified files: sys/dev/sbus : files.sbus sys/dev/ic : qlw.c qlwreg.h Added files: sys/dev/sbus : qlw_sbus.c Log message: ISP1000 SBus support for qlw(4). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/15 15:54:26 Modified files: share/man/man4 : qlw.4 sbus.4 Log message: qlw(4) on sbus(4) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/03/15 15:59:56 Modified files: sys/sys : cdefs.h Log message: add a __bounded() define as a shortcut for out bounds-checking attributes that turns itself off when not compiling with gcc add __warn_unused_result as a shortcut to the __warn_unused_result__ attribute ok martynas@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/15 16:13:36 Modified files: etc : Makefile group master.passwd rc rc.conf etc/mtree : 4.4BSD.dist usr.sbin : Makefile Log message: Enable Unbound in base, ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/15 16:29:28 Modified files: sys/arch/sparc64/conf: GENERIC RAMDISK Log message: Enable qlw(4) at sbus(4). CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/15 16:56:05 Modified files: etc : ftpusers etc/mail : aliases Log message: Add _unbound user here too. Reminded by aja@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/15 17:14:05 Modified files: share/man/man4 : pci.4 sbus.4 Log message: update qla/qlw entries; use the exact Nd text: all other pages do this, and trying to be tailor the description doesn;t work; CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2014/03/15 18:29:50 Modified files: openssh : openbsd.html Log message: OpenBSD <=5.4 needs a patch to build OpenSSH 6.6 because of the new explicit_bzero() libc function. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/15 19:34:31 Modified files: net/openfire : Makefile distinfo net/openfire/pkg: PLIST Log message: update to Openfire 3.9.1, from Marc Peters CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/15 20:43:08 Modified files: sys/dev/usb : usbdevs Log message: Add Sitecom LN-032 from/tested by Fabian Raetz. While here add a few other AX88179 devices as well. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/15 20:43:46 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/15 20:46:57 Modified files: share/man/man4 : axen.4 sys/dev/usb : if_axen.c Log message: Add Sitecom LN-032 from/tested by Fabian Raetz. While here add a few other AX88179 devices as well. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/03/15 20:57:14 Modified files: devel/p5-DateTime-TimeZone: Makefile distinfo devel/p5-DateTime-TimeZone/pkg: PLIST Log message: Update to p5-DateTime-TimeZone-1.64 OK sthen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/03/15 20:58:06 Modified files: devel/p5-DateTime: Makefile distinfo Log message: Update to p5-DateTime-1.07 yep sthen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/03/15 20:59:03 Modified files: devel/p5-DateTime-Format-Builder: Makefile distinfo devel/p5-DateTime-Format-Builder/pkg: PLIST Log message: Update to p5-DateTime-Format-Builder-0.81 definitely sthen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/03/15 21:00:03 Modified files: devel/p5-DateTime-Format-Strptime: Makefile distinfo Log message: Update to p5-DateTime-Format-Strptime-1.54 ok sthen@ CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2014/03/15 21:22:46 Modified files: . : events.html Log message: move asiabsdcon to the past and link my slides CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2014/03/15 21:23:06 Modified files: papers : index.html Log message: link my asiabsdcon slides CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/15 21:34:32 Modified files: sys/dev/pci/drm/i915: i915_drv.c intel_display.c Log message: drm/i915: Do not clobber config status after a forced restore of hw state From Chris Wilson 790dddadff219165a4666def708c16e8db2c5a7d in ubuntu 3.8 edd5b13313551d6b04acfb90d3db58ed3cf3c814 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/15 23:19:44 Modified files: sys/arch/i386/i386: machdep.c sys/arch/amd64/amd64: est.c Log message: Remove warnings on unknown x86 models in the code that returns the FSB speed and remove the no-op cases added to avoid the warning. We shouldn't normally hit the warning anyway, the bus speed is only used on older i386 machines with piixpcib/ichpcib based speedstep or to create a fake high/low table with newer style speedstep when we can't get the table from ACPI. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/15 23:30:13 Modified files: bin/rcp : pathnames.h rcp.c Log message: cope with the renaming of default _PATH_RSH ok tedu CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/16 00:38:25 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/etc: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/16 01:28:55 Modified files: sys/arch/amd64/include: pmap.h Log message: Comment fixes: document the direct map and the kernel image, correct the address of the alt L1 PTE, etc. Remove extern declaration of pdes, as it doesn't exist as a global. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/16 01:48:00 Modified files: sys/arch/amd64/include: db_machdep.h sys/arch/i386/include: db_machdep.h Log message: Kill DB_*TASK_NAME* macros which were only ever on i386/amd64 and never used. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/03/16 02:01:18 Modified files: graphics/pngcrush: Makefile distinfo Log message: Update to pngcrush 1.7.73. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/16 02:28:55 Modified files: share/man/man4 : pci.4 qla.4 qle.4 sbus.4 Log message: simplify ISPxxxx namings in Nd lines, ok kettenis jmc CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/16 02:33:05 Modified files: lib/libpcap : optimize.c Log message: Overflow check the calculation for a malloc size. XXX noted by lteo, change proofed & tested as well CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/16 02:52:53 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: do the depends computation before the fork and after the lock, so we're aware of everything going on on the same host. In particular, group together other ports waiting for lock on the same host, and run one single pkg_add. since they are now in order, this helps quite a bit. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/03/16 02:54:34 Modified files: security/clusterssh: Makefile distinfo security/clusterssh/pkg: DESCR Log message: Update to clusterssh 4.02.03. from Daniel Levai, maintainer timeout CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/16 02:55:30 Modified files: x11/gnome/controlcenter: Makefile Log message: tyop in comment. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/16 03:11:23 Modified files: x11/gnome : gnome.port.mk Log message: Do not blindly add a RUN_DEPENDS on yelp whenever we install help files but instead, check wether MODGNOME_DESKTOP_FILE is also defined; if so we can assume a GUI application and keep the RUN_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/16 03:12:24 Modified files: comms/gmfsk : Makefile databases/mdbtools/snapshot: Makefile misc/gtk3mm-documentation: Makefile textproc/gtk-doc: Makefile x11/gnome/anjuta-extras: Makefile x11/gnome/desktop: Makefile x11/gnome/devel-docs: Makefile x11/gnome/gdm : Makefile x11/gnome/gedit-plugins: Makefile x11/gnome/grilo-plugins: Makefile x11/gnome/initial-setup: Makefile x11/gnome/mousetweaks: Makefile x11/gnome/user-docs: Makefile x11/gnome/yelp-tools: Makefile x11/gnome/zenity: Makefile x11/gnome/getting-started-docs: Makefile Log message: Bump after recent gnome.port.mk changes; these do not require to RUN_DEPENDS on yelp. Note that this change will drop a big pile of dependencies from the pkg and it is possible that some dependencies will be missing from the dependency chain; if that is the case, it means that the pkg dependencies were wrong in the first place and would have required fixing anyway. Any fallout, please let me know. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/03/16 03:12:55 Modified files: share/man/man5 : port-modules.5 Log message: Cope with recent x11/gnome MODULE change. Add x11/kde4 placeholder. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/16 03:16:27 Modified files: sysutils/polkit: Makefile sysutils/polkit/patches: patch-configure_ac Removed files: sysutils/polkit/patches: patch-docs_polkit_Makefile_am Log message: Circular dependency with textproc/gtk-doc is gone. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/16 03:42:02 Modified files: audio/gmpc : Makefile audio/gmpc/pkg : PLIST Log message: Simplify by using the x11/gnome MODULE. Renge PLIST and WANTLIB while here. ok landry@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/03/16 03:42:12 Modified files: mail/dovecot : Makefile Added files: mail/dovecot/patches: patch-src_lib_ipwd_c Log message: Remove workaround that was added to workaround non POSIX compliant getpwnam_r / getpwuid_r functions. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/03/16 03:45:32 Modified files: devel/capstone : Makefile distinfo devel/capstone/patches: patch-Makefile patch-cs_c devel/capstone/pkg: PLIST Log message: Update capstone to 2.1.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/16 03:45:35 Modified files: devel/glib2/patches: patch-gio_glib-compile-schemas_c patch-gio_gunixmount_c Log message: Sync comment with what was committed upstream; no pkg change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/16 03:58:10 Modified files: www/bacula-web : Makefile www/bacula-web/pkg: PLIST www/owncloud : Makefile www/owncloud/pkg: PLIST README Log message: Do not use "@owner www" but "@group www"; this allows swapping between different web servers more easily by adding the corresponding httpd user to the www group. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/16 04:03:22 Modified files: sysutils/accountsservice/patches: patch-src_daemon_c Log message: Sync comment with what has been committed upstream; no pkg change. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/16 04:17:12 Modified files: share/man/man4 : qle.4 Log message: tweak the Nd, for consistency; CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/16 04:32:31 Modified files: sys/dev/usb : hidkbd.c Log message: Don't use volume keys when in raw-mode (this doesn't work), and let Xorg driver do the translation and handle them as regular keys. Fixes confusion caused by the volume being changed twice in contradictory ways: once by X programs and once by the ukbd(4) driver. ok ratchov@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/16 04:36:44 Modified files: sys/dev/ic : qlw.c Log message: Patch up the firmware revision for the ISP1000 firmware since it doesn't return the proper version numbers. From isp(4). CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/16 04:53:09 Modified files: sys/dev/usb : usbhid.h hidkbd.c Log message: Convert LED page defines to the common usage names patern, no functionnal change. ok andre@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/16 04:54:40 Modified files: sys/dev/usb : uhidev.c Log message: Move the logic to deal with devices with broken descriptors into its own function and don't leave the driver half-configured if a children doesn't set the interrupt function. tested by jeremy@, ok andre@ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2014/03/16 05:01:22 Modified files: . : 55.html Log message: update version numbers of various src/xenocara/ports components CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/16 05:21:28 Modified files: graphics/amide : Makefile graphics/amide/patches: patch-configure_in patch-src_Makefile_in patch-src_amitk_common_c patch-src_ui_common_c Log message: Simplify by using the x11/gnome MODULE. Regen patches while here. Drop USE_GROFF. ok benoit@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/16 05:26:21 Log message: import devel/lutok, from Sergey Bronnikov, ok shadchin@ pre-lock, only minor changes since. Lutok provides thin C++ wrappers around the Lua C API to easy the interaction between C++ and Lua. These wrappers make intensive use of RAII to prevent resource leakage, expose C++-friendly data types, report errors by means of exceptions and ensure that the Lua stack is always left untouched in the face of errors. The library also provides a small subset of miscellaneous utility functions built on top of the wrappers. Status: Vendor Tag: sthen Release Tags: sthen_20140316 N ports/devel/lutok/Makefile N ports/devel/lutok/distinfo N ports/devel/lutok/patches/patch-configure N ports/devel/lutok/pkg/DESCR N ports/devel/lutok/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/16 05:27:28 Log message: import devel/atf, from Sergey Bronnikov, ok shadchin@ pre-lock, only minor changes since. The Automated Testing Framework (ATF) is a collection of libraries and utilities designed to easy unattended application testing in the hands of developers and end users of a specific piece of software. Status: Vendor Tag: sthen Release Tags: sthen_20140316 N ports/devel/atf/Makefile N ports/devel/atf/distinfo N ports/devel/atf/patches/patch-configure N ports/devel/atf/pkg/DESCR N ports/devel/atf/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/16 05:28:11 Log message: import devel/kyua-cli, from Sergey Bronnikov, ok shadchin@ pre-lock, only minor changes since. Kyua (pronounced Q.A.) is a testing framework for both developers and users. Kyua is different from most other testing frameworks in that it puts the end user experience before anything else. There are multiple reasons for users to run the tests themselves, and Kyua ensures that they can do so in the most convenient way. Status: Vendor Tag: sthen Release Tags: sthen_20140316 N ports/devel/kyua-cli/Makefile N ports/devel/kyua-cli/distinfo N ports/devel/kyua-cli/patches/patch-configure N ports/devel/kyua-cli/patches/patch-utils_datetime_test_cpp N ports/devel/kyua-cli/pkg/DESCR N ports/devel/kyua-cli/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/16 05:28:42 Log message: import devel/kyua-testers, from Sergey Bronnikov, ok shadchin@ pre-lock, only minor changes since. This module, kyua-testers, provides scriptable interfaces to interact with test programs of various kinds. The interface of such testers allows the caller to execute a single test case of a single test program in a controlled and homogeneous manner. Status: Vendor Tag: sthen Release Tags: sthen_20140316 N ports/devel/kyua-testers/Makefile N ports/devel/kyua-testers/distinfo N ports/devel/kyua-testers/patches/patch-configure N ports/devel/kyua-testers/patches/patch-fs_test_c N ports/devel/kyua-testers/pkg/DESCR N ports/devel/kyua-testers/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/16 05:29:57 Modified files: devel : Makefile Log message: +atf, kyua-cli, kyua-testers, lutok CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/16 05:38:22 Modified files: share/man/man4 : Makefile Log message: descend into man4.octeon CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/16 05:38:30 Log message: import unbound 1.4.22 upstream sources, ok brad@ Status: Vendor Tag: NLNETLABS Release Tags: UNBOUND_1_4_22 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/ax_pthread.m4 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/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/winsock_event.h U src/usr.sbin/unbound/util/module.h C 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 C src/usr.sbin/unbound/util/fptr_wlist.c U src/usr.sbin/unbound/util/timehist.c C 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 C 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 C 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 C 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 N src/usr.sbin/unbound/ldns/parseutil.h N src/usr.sbin/unbound/ldns/keyraw.c N src/usr.sbin/unbound/ldns/str2wire.h N src/usr.sbin/unbound/ldns/rrdef.h N src/usr.sbin/unbound/ldns/parse.h N src/usr.sbin/unbound/ldns/parseutil.c N src/usr.sbin/unbound/ldns/str2wire.c N src/usr.sbin/unbound/ldns/rrdef.c N src/usr.sbin/unbound/ldns/keyraw.h N src/usr.sbin/unbound/ldns/pkthdr.h N src/usr.sbin/unbound/ldns/wire2str.h N src/usr.sbin/unbound/ldns/sbuffer.h N src/usr.sbin/unbound/ldns/sbuffer.c U src/usr.sbin/unbound/ldns/parse.c N src/usr.sbin/unbound/ldns/wire2str.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 U 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 U src/usr.sbin/unbound/validator/val_secalgo.c U src/usr.sbin/unbound/validator/val_nsec3.c C src/usr.sbin/unbound/daemon/worker.c C 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 N src/usr.sbin/unbound/libunbound/unbound-event.h C src/usr.sbin/unbound/libunbound/libworker.c U src/usr.sbin/unbound/libunbound/context.h 19 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: ports Changes by: brad@cvs.openbsd.org 2014/03/16 05:38:47 Modified files: x11/vlc : Makefile distinfo x11/vlc/pkg : PLIST-main Removed files: x11/vlc/patches: patch-modules_text_renderer_freetype_c Log message: Update to VLC 2.0.10. ok sthen@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/16 05:43:29 Modified files: usr.sbin/unbound: Makefile.bsd-wrapper Makefile.in configure configure.ac usr.sbin/unbound/daemon: remote.c remote.h unbound.c worker.c worker.h usr.sbin/unbound/doc: Changelog unbound-host.1 usr.sbin/unbound/iterator: iter_hints.c usr.sbin/unbound/libunbound: libworker.c usr.sbin/unbound/services: listen_dnsport.c listen_dnsport.h usr.sbin/unbound/smallapp: worker_cb.c usr.sbin/unbound/util: fptr_wlist.c fptr_wlist.h netevent.c netevent.h Removed files: usr.sbin/unbound/ldns: Changelog LICENSE Makefile.in README README.git README.snapshots aclocal.m4 acx_nlnetlabs.m4 ax_pkg_swig.m4 ax_python_devel.m4 buffer.c config.guess config.sub configure configure.ac dane.c dname.c dnssec.c dnssec_sign.c dnssec_verify.c dnssec_zone.c duration.c error.c higher.c host2str.c host2wire.c install-sh keys.c libdns.doxygen libdns.vim linktest.c ltmain.sh net.c packet.c radix.c rbtree.c rdata.c resolver.c rr.c rr_functions.c sha1.c sha2.c str2host.c tsig.c update.c util.c wire2host.c zone.c usr.sbin/unbound/ldns/compat: b64_ntop.c b64_pton.c calloc.c ctime_r.c fake-rfc2553.c fake-rfc2553.h gmtime_r.c inet_aton.c inet_ntop.c inet_pton.c isascii.c isblank.c localtime_r.c malloc.c memmove.c realloc.c snprintf.c strlcpy.c timegm.c usr.sbin/unbound/ldns/doc: API-header.xml API.xml CodingStyle TODO design.dox dns-lib-implementations doxyparse.pl function_manpages header.html libdns.css tutorial1_mx.dox tutorial2_zone.dox tutorial3_signzone.dox usr.sbin/unbound/ldns/drill: ChangeLog.22-nov-2005 Makefile.in README REGRESSIONS chasetrace.c config.h.in configure configure.ac dnssec.c drill.1.in drill.c drill.h drill_util.c drill_util.h error.c install-sh root.c securetrace.c work.c usr.sbin/unbound/ldns/ldns: buffer.h common.h.in config.h.in dane.h dname.h dnssec.h dnssec_sign.h dnssec_verify.h dnssec_zone.h duration.h error.h higher.h host2str.h host2wire.h keys.h ldns.h net.h.in packet.h parse.h radix.h rbtree.h rdata.h resolver.h rr.h rr_functions.h sha1.h sha2.h str2host.h tsig.h update.h util.h.in wire2host.h zone.h usr.sbin/unbound/ldns/packaging: ldns-config.1 ldns-config.in libldns.pc.in Log message: merge conflicts, remove old libldns files CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/03/16 05:45:15 Modified files: net/isc-dhcp : Makefile distinfo net/isc-dhcp/patches: patch-client_Makefile_in patch-common_socket_c patch-server_dhcpd_c Log message: Update to isc-dhcp 4.3.0. ok sthen@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/16 05:57:10 Modified files: etc : changelist Log message: add unbound.conf and (dnssec) root.key to changelist CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/16 06:04:21 Modified files: net : Makefile net/unbound : Makefile Log message: unbound is now in base, mark the ports version as COMES_WITH=5.6 and unhook from the build. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/16 06:04:34 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: unbound -> /usr/sbin/unbound CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/16 06:39:22 Modified files: mail/p5-Mail-SpamAssassin: Makefile distinfo mail/p5-Mail-SpamAssassin/pkg: PLIST Removed files: mail/p5-Mail-SpamAssassin/patches: patch-spamc_libspamc_c patch-spamc_libspamc_h patch-spamc_spamc_c patch-spamc_spamc_pod patch-spamd_spamd_raw patch-t_spamd_ssl_v23_t patch-t_spamd_ssl_v2_t Log message: update to SpamAssassin 3.4.0, with input from brad@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/16 06:58:48 Modified files: www/squid/stable: Makefile distinfo www/squid/stable/patches: patch-src_client_side_reply_cc Log message: update to squid-3.3.12, security fix for CVE-2014-0128 in HTTPS request handling, only affects users who have enabled the "ssl-bump" MITM feature. workarounds at http://www.squid-cache.org/Advisories/SQUID-2014_1.txt CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/16 07:15:12 Modified files: www/squid/snapshot: Makefile distinfo www/squid/snapshot/patches: patch-configure_ac patch-src_client_side_reply_cc Log message: update to squid-3.4.4, security fix for CVE-2014-0128 in HTTPS request handling affecting users who have enabled the "ssl-bump" MITM feature. workarounds at http://www.squid-cache.org/Advisories/SQUID-2014_1.txt Also includes other fixes, see changelog. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/16 07:57:28 Modified files: sys/dev/pci : agp.c Log message: Remove unused prototypes. CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2014/03/16 08:27:59 Modified files: . : 55.html Log message: start listing hardware support changes CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/16 09:53:25 Modified files: security/gnutls: Makefile Log message: unbound is in base, tweak comment. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/16 09:58:48 Modified files: x11/gnome/tracker: Makefile Log message: Missing textproc/icu4c. spotted by nigel@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/16 10:51:26 Modified files: . : 55.html Log message: more numbers CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/16 10:59:31 Modified files: . : 55.html Log message: small improvements CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/16 11:08:53 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/16 11:22:06 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: obvious typo. spotted by jasper@ CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2014/03/16 11:26:19 Modified files: . : 55.html Log message: stray html CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2014/03/16 11:29:17 Modified files: . : 54.html Log message: so here's where the poison came from CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/16 11:29:32 Modified files: . : 55.html Log message: correct where urls will land CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2014/03/16 11:34:13 Modified files: . : 55.html Log message: signify CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2014/03/16 11:36:47 Modified files: . : 55.html Log message: mention buffer cache CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/16 11:46:22 Modified files: sys/arch/macppc/macppc: conf.c Log message: fix typo; unbreak build CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/16 11:49:09 Modified files: usr.bin/nl : nl.1 Log message: nl appeared in 5.5 CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2014/03/16 11:51:42 Modified files: . : 55.html Log message: sem_open and nl CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2014/03/16 11:52:38 Modified files: . : 55.html Log message: no popa3d CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/16 11:58:28 Modified files: usr.bin/signify: signify.c Log message: start trusting the untrusted comment. (a little) embed the name of the verification key to save some typing CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/16 12:03:19 Modified files: usr.bin/signify: signify.c Log message: check the inferred path is in /etc/signify CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/16 12:09:49 Modified files: usr.bin/signify: signify.c Log message: prevent common(?) mistake. can't use a directory as a file CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/16 12:12:08 Modified files: usr.bin/signify: signify.c Log message: tweak path checks. now you can create keys named ......pub by deraadt CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/16 12:38:30 Modified files: bin/chio : chio.c bin/chmod : chmod.c include : complex.h ctype.h signal.h stdbool.h stdio.h lib/libc/gen : errlist.c lib/libc/locale: iswctype.c lib/libc/rpc : xdr.c lib/libc/stdlib: tfind.c tsearch.c lib/librthread : rthread.c usr.bin/gprof : dfn.c usr.bin/lex : main.c usr.bin/mail : cmd2.c usr.bin/yacc : skeleton.c usr.sbin/npppd/common: debugmacro.h usr.sbin/portmap: portmap.c usr.sbin/relayd: relayd.c usr.sbin/snmpd : snmpd.c Log message: lint is dead (long live the lint!), so stop using it as a cpp conditional (namespace pollution!) or talking about its opinion on code. ok krw@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/03/16 12:50:19 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/16 13:20:44 Modified files: . : 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 47.html 48.html 49.html 50.html 51.html 52.html 53.html 54.html 55.html Log message: some unification CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/16 13:25:56 Modified files: . : 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 47.html 48.html 49.html 50.html 51.html 52.html 53.html 54.html Log message: unify CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/16 13:43:59 Modified files: databases/openldap: Makefile databases/openldap/pkg: PLIST-main Log message: remove an old explicit @pkgpath ${BASE_PKGPATH} in the plist from when this port was first converted to multi-packages that is now getting in the way, problem reported by nigel@, espie noticed the @pkgpath line. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/16 13:56:29 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/16 14:17:10 Modified files: usr.bin/signify: signify.c Log message: grow buffer faster CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/16 14:31:46 Modified files: sys/arch/alpha/include: db_machdep.h sys/arch/amd64/include: db_machdep.h sys/arch/arm/include: db_machdep.h sys/arch/hppa/include: db_machdep.h sys/arch/hppa64/include: db_machdep.h sys/arch/i386/include: db_machdep.h sys/arch/m68k/include: db_machdep.h sys/arch/m88k/include: db_machdep.h sys/arch/mips64/include: db_machdep.h sys/arch/powerpc/include: db_machdep.h sys/arch/sh/include: db_machdep.h sys/arch/sparc/include: db_machdep.h sys/arch/sparc64/include: db_machdep.h sys/arch/vax/include: db_machdep.h sys/ddb : db_elf.c db_sym.c db_sym.h Log message: DDB supports ELF symbols are all archs, and it's always the same as the native size, so eliminate the #defines. ok miod@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/16 14:45:47 Modified files: usr.sbin/crunchgen: crunchide.c Log message: Zap some globals and a TODO missed in the a.out purge. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/03/16 14:48:57 Modified files: lang/seed7 : Makefile distinfo Log message: Update to 20140316. CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2014/03/16 15:38:35 Modified files: . : 55.html Log message: TJ rejects my attempt to reform the spelling of cryptographically CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/03/16 15:42:48 Log message: Import p5-Lingua-EN-Words2Nums-0.18 OK sthen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20140316 N ports/textproc/p5-Lingua-EN-Words2Nums/Makefile N ports/textproc/p5-Lingua-EN-Words2Nums/distinfo N ports/textproc/p5-Lingua-EN-Words2Nums/pkg/DESCR N ports/textproc/p5-Lingua-EN-Words2Nums/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/03/16 15:49:43 Log message: Import p5-Lingua-EN-FindNumber-1.2 OK sthen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20140316 N ports/textproc/p5-Lingua-EN-FindNumber/Makefile N ports/textproc/p5-Lingua-EN-FindNumber/distinfo N ports/textproc/p5-Lingua-EN-FindNumber/pkg/DESCR N ports/textproc/p5-Lingua-EN-FindNumber/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/03/16 15:50:26 Log message: Import p5-Lingua-EN-Number-IsOrdinal-0.04 OK sthen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20140316 N ports/textproc/p5-Lingua-EN-Number-IsOrdinal/Makefile N ports/textproc/p5-Lingua-EN-Number-IsOrdinal/distinfo N ports/textproc/p5-Lingua-EN-Number-IsOrdinal/pkg/DESCR N ports/textproc/p5-Lingua-EN-Number-IsOrdinal/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/03/16 15:52:21 Modified files: textproc : Makefile Log message: + p5-Lingua-EN-FindNumber, p5-Lingua-EN-Number-IsOrdinal, p5-Lingua-EN-Words2Nums CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/03/16 15:54:40 Modified files: textproc/p5-Lingua-EN-Inflect: Makefile distinfo Log message: Update to p5-Lingua-EN-Inflect-1.895 OK sthen@ and maintainer CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/03/16 15:55:18 Modified files: textproc/p5-Lingua-EN-Tagger: Makefile distinfo Log message: Update to p5-Lingua-EN-Tagger-0.24 OK sthen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/03/16 15:56:38 Modified files: textproc/p5-Lingua-EN-Inflect-Phrase: Makefile distinfo textproc/p5-Lingua-EN-Inflect-Phrase/pkg: PLIST Log message: Update to p5-Lingua-EN-Inflect-Phrase-0.18 OK. sthen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/03/16 15:57:04 Modified files: textproc/p5-String-ToIdentifier-EN: Makefile distinfo Log message: Update to p5-String-ToIdentifier-EN-0.11 OK. sthen@ CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2014/03/16 15:57:56 Modified files: x11/xcursorgen : Makefile distinfo x11/xcursor-themes: Makefile distinfo Log message: Update xcursorgen to X.org version 7.7 1.0.5 and xcursor-themes to 1.0.4 ok and tweaks sthen@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/16 16:01:35 Modified files: usr.bin/signify: signify.c Log message: we want strncmp here to be safer. spotted by halex. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2014/03/16 16:07:43 Modified files: net/serf : Makefile distinfo Log message: Update to serf-1.3.4 and fix master site URL; ok sthen CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/16 16:26:25 Modified files: faq : current.html Log message: pkg_delete unbound before upgrading, to avoid a conflict with /etc/rc.d/unbound reminded by benno@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/03/16 16:33:44 Log message: Import p5-Test-Most-0.33 OK. sthen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20140316 N ports/devel/p5-Test-Most/Makefile N ports/devel/p5-Test-Most/distinfo N ports/devel/p5-Test-Most/typescript N ports/devel/p5-Test-Most/pkg/DESCR N ports/devel/p5-Test-Most/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/03/16 16:39:47 Removed files: devel/p5-Test-Most: typescript Log message: Remove file that wasn't there when I started. Oops. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/03/16 16:40:18 Modified files: devel : Makefile Log message: +p5-Test-Most CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/16 16:43:13 Modified files: usr.bin/signify: signify.c Log message: oops, forgot the err function here. noticed by Henri Kemppainen CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/16 16:49:56 Modified files: usr.bin/signify: signify.1 Log message: secretly document the signature comment public key name stuff CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/16 17:29:41 Modified files: usr.bin/signify: signify.c Log message: resolve espie's complaints about appendall (maybe) by folding it into writeb64file. idea from deraadt CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/16 17:39:42 Modified files: usr.bin/signify: signify.c Log message: do filename check in the other place too. needs a refactor CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/16 18:01:58 Modified files: usr.bin/signify: signify.c Log message: have to fill in comment before we can use it. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/16 19:06:24 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/etc: mi Log message: dirs belong in base CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/16 19:23:58 Modified files: usr.bin/signify: signify.c Log message: clarify a variable or two; ok tedu CVSROOT: /cvs Module name: www Changes by: jturner@cvs.openbsd.org 2014/03/16 19:37:44 Modified files: . : events.html Log message: Remove extra word CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/16 19:43:57 Modified files: faq : current.html Log message: Add a quick mention of php to the httpd/nginx notes, and point out php-fpm CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2014/03/16 19:45:09 Modified files: . : 55.html Log message: vax switched to gcc3, i386 defaults to pie, gcc 2.95 got removed CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/16 20:10:54 Modified files: usr.bin/signify: signify.c Log message: move fingerprint check into verifymsg (stop printing fingerprints here; probably not that helpful) CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2014/03/16 20:26:49 Modified files: . : 55.html Log message: add a few more changes still missing are time_t, pf queueing, installboot and autoinstall changes CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/16 20:43:15 Modified files: regress/usr.bin/signify: signify.sh Log message: fix for new sig header by testing pipe code too ;) CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/16 20:49:02 Modified files: regress/usr.bin/signify: Makefile signify.sh Log message: test -C CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/16 20:54:54 Modified files: usr.bin/signify: signify.c Log message: refactor and recombine verify functions. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/16 21:07:11 Modified files: usr.bin/signify: signify.c Log message: pull out the pubkey reading bits CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/16 21:10:26 Modified files: usr.bin/signify: signify.c Log message: check memcmp return explicitly CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/16 21:33:57 Modified files: usr.bin/signify: signify.c Log message: tweak a few messages CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/16 22:09:39 Modified files: usr.bin/signify: signify.c Log message: simplify readmsg loop CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/16 22:10:59 Modified files: sys/dev/pci : agp.c Log message: fix memory leaks in error paths when setting up the gatt ok kettenis@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/17 02:31:54 Modified files: usr.bin/mandoc : makewhatis.8 Log message: sync to bsd.lv: remove the Berkeley DB specific parts and document -n CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/17 02:39:13 Modified files: print/cups-filters: Tag: OPENBSD_5_4 Makefile Added files: print/cups-filters/patches: Tag: OPENBSD_5_4 patch-filter_pdftoopvp_OPVPOutputDev_cxx patch-filter_pdftoopvp_oprs_OPVPSplash_cxx patch-filter_pdftoopvp_oprs_OPVPWrapper_cxx Log message: SECURITY FIX for CVE-2013-6474, CVE-2013-6475, and CVE-2013-6476. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/17 02:52:47 Modified files: print/cups-filters: Tag: OPENBSD_5_5 Makefile Added files: print/cups-filters/patches: Tag: OPENBSD_5_5 patch-filter_pdftoopvp_OPVPOutputDev_cxx patch-filter_pdftoopvp_oprs_OPVPSplash_cxx patch-filter_pdftoopvp_oprs_OPVPWrapper_cxx Log message: SECURITY FIX for CVE-2013-6474, CVE-2013-6475, and CVE-2013-6476. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/17 03:25:39 Modified files: usr.bin/mandoc : apropos.1 whatis.1 Log message: remove Berkeley DB parts CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2014/03/17 03:49:46 Modified files: devel/sdl2 : Makefile Added files: devel/sdl2/patches: patch-src_audio_sndio_SDL_sndioaudio_c Log message: enable 24-bit audio encodings CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/17 03:59:00 Modified files: graphics/p5-GD : Makefile distinfo graphics/p5-GD/pkg: PLIST Log message: update to p5-GD 2.52 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/17 04:04:01 Modified files: share/man/man7 : hier.7 Log message: add /var/unbound/etc/; ok sthen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/17 04:19:30 Modified files: graphics/py-gd : Makefile distinfo graphics/py-gd/patches: patch-Setup_py graphics/py-gd/pkg: PLIST Removed files: graphics/py-gd/patches: patch-gddemo_py Log message: update to py-gd 0.58 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/17 04:24:40 Modified files: sys/net : rtsock.c Log message: Remove pre-rt_getifa() code to find the address descriptor (ifa) related to a route entry, no need to do the work twice. This chunk should have been deleted when post-4.4BSD changes from BSD/OS 4.2 were merged more than 10 years ago. While here properly indent the following block. tested by chris@, ok krw@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/17 04:47:12 Modified files: infrastructure/lib/DPB: Engine.pm Log message: log when we actually run engine, since this is hard to match with perf log. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/17 04:47:45 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: don't bother re-adding already shunted depends. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/17 04:48:40 Modified files: infrastructure/lib/DPB: Config.pm Fetch.pm PortInfo.pm State.pm Vars.pm infrastructure/lib/DPB/Heuristics: Size.pm Log message: prepare for perl 5.18 - don't bother declaring $_ for while(<>) loops. assume current default will still work. - rename variable for readability elsewhere. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/17 04:49:19 Modified files: infrastructure/bin: dpb Log message: my tracer used lexical $_ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/17 05:29:11 Modified files: usr.bin/mandoc : apropos.1 makewhatis.8 whatis.1 Log message: describe new features CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/03/17 05:47:06 Modified files: usr.bin/signify: signify.c Log message: clean up after ourselves. okay tedu@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/17 06:23:24 Modified files: devel/gobject-introspection: Makefile devel/gobject-introspection/patches: patch-giscanner_utils_py Log message: Slighly modified version of the libtool patch and add BZ URL. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/17 06:48:14 src/usr.bin/htpasswd Update of /cvs/src/usr.bin/htpasswd In directory cvs.openbsd.org:/tmp/cvs-serv6097/htpasswd Log Message: Directory /cvs/src/usr.bin/htpasswd added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/17 06:49:13 Added files: usr.bin/htpasswd: Makefile htpasswd.c htpasswd.1 Log message: Re-implement htpasswd from scratch. There is so much bad advice on the internet that it's better to have a known tool in base. Intentionally not switch compatible with the old htpasswd. The only switch really needed would be for batch mode, but that was inherently insecure in the old htpasswd. Batch mode will be coming shortly. OK sthen, tedu, benno CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/17 06:50:09 Modified files: usr.bin : Makefile Log message: Hookup new htpasswd. OK sthen, tedu, benno CVSROOT: /cvs Module name: www Changes by: florian@cvs.openbsd.org 2014/03/17 06:50:55 Modified files: faq : current.html Log message: welcome back htpasswd(1) CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/17 06:51:58 Modified files: usr.bin/htpasswd: htpasswd.c Log message: The correct idiom is of course the umask song and dance. Brain-fart by me. pointed out by deraadt OK benno CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/17 07:03:11 Modified files: security/stunnel: Makefile distinfo security/stunnel/patches: patch-Makefile_in patch-tools_Makefile_in Log message: SECURITY update to stunnel 5.00, fixes an issue similar to libssh and postgresql where a forked child process doesn't correctly reset RNG state. See CVE-2014-0016, http://www.openwall.com/lists/oss-security/2014/03/05/1 ok gsoares@ Note from upstream release notes: "stunnel 5.00 disables some features previously enabled by default. Users should review whether the new defaults are appropriate for their particular deployments." These changes include: FIPS mode, pid file generation and libwrap disabled by default, and the default cipher list has been updated to "HIGH:MEDIUM:+3DES:+DH:!aNULL:!SSLv2". CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/03/17 07:15:45 Modified files: sbin/fdisk : cmd.c disk.c disk.h fdisk.c mbr.c misc.c part.c user.c Log message: Un-revert, being careful to not break snap building. Add paranoia check for any missing geometry. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/17 07:39:29 Modified files: usr.sbin/slowcgi: slowcgi.c Log message: jturner pointed out that if one wants to run cgi scripts outside /cgi-bin SCRIPT_NAME doesn't cut it. The spec says: "The SCRIPT_NAME variable MUST be set to a URL path". Use SCRIPT_FILENAME which can be an absolute filesystem path for these cases and fall back to using SCRIPT_NAME if SCRIPT_FILENAME is not present. Details how to handle this worked out by jturner and sthen. Based on an erlier diff by jturner. Tested by jturner OK jturner, sthen CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/17 07:42:02 Modified files: usr.bin/htpasswd: htpasswd.1 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/17 07:54:58 Modified files: usr.bin/htpasswd: htpasswd.c Log message: No need for \t in usage(), pointed out by sthen and should have been in the initial commit. Sorry about that. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/03/17 08:01:09 Modified files: multimedia/libvpx: Makefile distinfo multimedia/libvpx/patches: patch-build_make_Makefile patch-build_make_gen_asm_deps_sh patch-configure patch-libs_mk patch-vp8_common_sad_c_c multimedia/libvpx/pkg: PLIST Removed files: multimedia/libvpx/pkg: PFRAG.shared Log message: Update to libvpx 1.2.0. ok sthen@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/17 08:21:08 Modified files: bin/md5 : cksum.1 Log message: use Ex; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/17 08:23:50 Modified files: usr.bin/compress: compress.1 Log message: use Ex; CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/17 09:18:55 Modified files: regress/usr.bin/signify: signify.sh Log message: use quiet signify CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/17 09:19:06 Modified files: usr.bin/signify: signify.c Log message: quiet time is over CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/17 10:29:22 Modified files: usr.bin/mandoc : mansearch.c Log message: in apropos(1) output, sort names and avoid multiple section numbers CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/03/17 10:40:00 Modified files: sbin/fdisk : cmd.c cmd.h disk.c disk.h fdisk.c mbr.c mbr.h misc.c misc.h part.c part.h user.c user.h Log message: Nuke pointless blank lines, defines, comments and casts. Eliminate #include in *.h files in favour of listing them as required in the *.c files. Fix error message to correctly state that 64 is the minimum value for -l. Use errx() where errno is not relevant. Use 'continue' rather than a label to go back to start of a loop. No intentional functional change. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/17 11:07:45 Modified files: usr.sbin : Makefile etc : Makefile share/man/man4 : pppoe.4 sppp.4 usr.sbin/pppd : pppd.8 Removed files: etc/ppp : ppp.conf.sample ppp.linkdown.sample ppp.linkup.sample ppp.secret.sample Log message: the userland ppp(9) code goes awa. Having too much ppp choice in the tree results in one-true-ppp not coming into existance. This code is essentially un-audited and quite dangerous. ok claudio sthen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/17 11:15:52 Removed files: usr.sbin/ppp : Makefile Makefile.inc usr.sbin/ppp/ppp: Makefile README.changes README.nat acf.c acf.h alias.c alias.h alias_cuseeme.c alias_db.c alias_ftp.c alias_irc.c alias_local.h alias_nbt.c alias_pptp.c alias_proxy.c alias_skinny.c alias_smedia.c alias_util.c arp.c arp.h async.c async.h auth.c auth.h bundle.c bundle.h cbcp.c cbcp.h ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h chat.c chat.h command.c command.h datalink.c datalink.h deflate.c deflate.h defs.c defs.h descriptor.h ether.c ether.h exec.c exec.h filter.c filter.h fsm.c fsm.h hdlc.c hdlc.h i4b.c i4b.h id.c id.h iface.c iface.h ip.c ip.h ipcp.c ipcp.h iplist.c iplist.h ipv6cp.c ipv6cp.h layer.h lcp.c lcp.h link.c link.h log.c log.h lqr.c lqr.h main.c main.h mbuf.c mbuf.h mp.c mp.h mppe.c mppe.h nat_cmd.c nat_cmd.h ncp.c ncp.h ncpaddr.c ncpaddr.h netgraph.c netgraph.h pap.c pap.h physical.c physical.h ppp.8 pred.c pred.h probe.c probe.h prompt.c prompt.h proto.c proto.h radius.c radius.h radlib.c radlib.h radlib_private.h radlib_vs.h route.c route.h server.c server.h sig.c sig.h slcompress.c slcompress.h sync.c sync.h systems.c systems.h tcp.c tcp.h tcpmss.c tcpmss.h throughput.c throughput.h timer.c timer.h tty.c tty.h tun.c tun.h ua.h udp.c udp.h vjcomp.c vjcomp.h usr.sbin/ppp/pppctl: Makefile pppctl.8 pppctl.c Log message: ppp(8) goes to the bit bucket in the sky CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/03/17 11:16:06 Modified files: usr.bin/sndiod : dev.c dev.h siofile.c Log message: unbreak monitoring mode, which was shifted in time by 1 block CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/03/17 11:16:32 Modified files: usr.bin/sndiod : dsp.c Log message: typo in debug printf CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/03/17 11:17:01 Modified files: usr.bin/sndiod : file.c Log message: fix wrong file status strings CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/03/17 11:24:02 Modified files: sys/dev/pci : pcidevs Log message: add vendor Red Hat and two devices ok jsg@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/03/17 11:24:41 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/17 11:26:50 Modified files: sysutils/ruby-facter: Makefile Added files: sysutils/ruby-facter/patches: patch-lib_facter_virtual_rb Log message: When running on oVirt correctly set is_virtual/virtual facts CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/17 11:45:09 Modified files: etc : group master.passwd Log message: _ppp uid/gid will come up for recycling (but please not within a year) CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/03/17 11:53:33 Modified files: usr.bin/sndiod : dev.c Log message: Drop dev_clear(), merge dev_full_cycle() and dev_empty_cycle() into dev_cycle(). No behavior change. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/17 12:04:07 Modified files: etc : newsyslog.conf Log message: ppp.log was just for ppp(8) CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/17 12:05:00 Modified files: etc/mail : aliases Log message: no more _ppp user CVSROOT: /cvs Module name: src Changes by: andre@cvs.openbsd.org 2014/03/17 12:40:46 Modified files: sys/arch/amd64/conf: GENERIC sys/dev/usb : files.usb Added files: share/man/man4 : upd.4 sys/dev/usb : upd.c Log message: Add upd(4) to the tree, disabled. Please do not enable it yet. At this moment upd(4) exposes data from usb-based uninterruptable power systems (or just USB Power Devices), sysctl(8) sensors (read snmpd(8) friendly), it is also an "in-base" alternative to other 3rdparty UPS-monitoring software, we have plans to bring more features. This is my first "something" into the tree. Lots of thanks: sthen@ and blambert@ are the ones to blame for the idea/challenge. mpi@ is the one whom pushed me to get it correct (from uhub -> uhidev). reyk@ mentored me on OpenBSD-way with previous iked/relayd experiences. ok mpi@, deraadt@ "get it in". CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/17 12:42:41 Removed files: usr.sbin/pppoe : Makefile client.c common.c debug.c pppoe.8 pppoe.c pppoe.h server.c session.c tag.c Log message: to the great bit bucket in the sky... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/17 12:45:48 Modified files: share/man/man4 : Makefile Log message: build upd.4 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/17 12:56:39 src/lib/librt Update of /cvs/src/lib/librt In directory cvs.openbsd.org:/tmp/cvs-serv24732/librt Log Message: Directory /cvs/src/lib/librt added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/17 12:58:16 Added files: lib/librt : Makefile rt.c Log message: Add a dummy librt, to ease porting software from Linux and Solaris. ok ratchov@, ajacoutot@, millert@, guenther@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/17 13:09:31 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/17 13:35:28 Modified files: lib : Makefile Log message: enable librt CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/17 13:44:10 Modified files: usr.bin/ssh : ssh.1 Log message: old descriptions of des and blowfish are old. maybe ok deraadt CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/17 13:50:38 Modified files: libexec : Makefile Log message: i thought guenther was going to axe uucpd, but he's slacking CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/17 13:53:26 Removed files: libexec/uucpd : Makefile pathnames.h uucpd.8 uucpd.c Log message: today's conan quote: two or three years ago it was just another snake cult. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/17 14:03:35 Removed files: usr.bin/tip : cu.1 Log message: this file is dead CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/17 14:05:27 Modified files: usr.bin/login : login.1 etc : inetd.conf usr.bin/tip : tip.1 Log message: uucp cleansing CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/17 14:07:09 Modified files: share/man/man4 : upd.4 usb.4 Log message: repair & Xr CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/17 14:54:10 Modified files: libexec/ftpd : ftpd.8 ftpd.c Log message: Add an option to disallow ftp access to accounts with uid below a certain number (idea borrowed from pure-ftpd). Enabled by default with minimum uid 1000 to prevent access to admin accounts. tweak/OK millert@, OK deraadt@, gsoares@ and aja@ like it too. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/17 15:01:02 Modified files: etc : ftpusers Log message: No need to keep a manually maintained list of system daemons here, ftpd can disallow them itself. ok deraadt@ millert@, gsoares@ and aja@ like it too. ("nobody" still needs to be listed). CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/17 15:02:49 Modified files: libexec/ftpd : ftpd.c Log message: typo, spotted by okan@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/17 15:05:27 Modified files: faq : current.html Log message: ftpd now denies uid < 1000 by default CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/17 15:14:33 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2014/03/17 15:25:09 Modified files: usr.bin/htpasswd: htpasswd.c Log message: move ftruncate down, lessen the chance that the file it might be left empty. while there, fix an error msg. ok florian CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/17 15:32:12 Modified files: bin/df : df.1 Log message: word tweak from schwarze; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/17 15:45:07 Modified files: usr.bin/htpasswd: htpasswd.1 Log message: reword to make it clearer this is not nginx-specific; requested by sthen/florian; ok florian CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/17 15:48:51 Modified files: usr.bin/at : at.1 usr.bin/awk : awk.1 usr.bin/expand : expand.1 Log message: as suggested by schwarze, reshuffle STANDARDS text detailing posix features we don;t support next to the posix compat blurb, in order to make things a bit clearer; this also makes the text more concise; ok millert schwarze sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/17 15:55:05 Modified files: share/man/man4 : pppoe.4 Log message: some userland pppoe cleaning; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/17 16:01:56 Modified files: sys/dev/pci : agp.c agp_ali.c agp_amd.c agp_apple.c agp_i810.c agp_sis.c agp_via.c agpreg.h vga_pci.c sys/dev/pci/drm: drmP.h Removed files: sys/sys : agpio.h Log message: The AGP ioctl interface is gone; remove the header file as well. ok matthieu@ CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2014/03/17 16:10:33 Modified files: faq : current.html Log message: removal. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/17 16:13:46 Modified files: libexec/ftpd : ftpd.8 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/17 16:15:24 Modified files: sys/dev/pci/drm/i915: i915_gem_execbuffer.c Log message: Use the ci_inatomic flag here as well to "disable" page faults and provide the same implementations of kmap_atomic() and kunmap_atomic() as we have in i915_gem.c. These will be unified later. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/17 16:37:53 Modified files: usr.bin/htpasswd: htpasswd.c Log message: flock password file OK benno CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/17 16:39:19 Modified files: usr.bin/htpasswd: htpasswd.c Log message: Stop nagging after 5 non-bcrypt hashes OK benno CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/17 16:44:33 Modified files: mail/geary : Makefile distinfo mail/geary/pkg : PLIST Log message: Update to geary 0.6.0. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/17 16:57:41 Modified files: share/man/man7 : hier.7 Log message: remove reference to cu and uucp; ok tedu CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/03/17 17:15:02 Modified files: devel/ipython : Makefile distinfo devel/ipython/pkg: PLIST Log message: Update to ipython-1.2.1. OK benoit@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/17 17:20:57 Modified files: graphics/gd : Makefile distinfo graphics/gd/pkg: PLIST Removed files: graphics/gd/patches: patch-configure patch-gd_gd_c graphics/gd/pkg: PFRAG.shared Log message: update to libgd 2.1.0; ok brad@. wantlib syncs to follow. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/17 17:21:26 Modified files: cad/pcb : Makefile distinfo converters/libpst: Makefile devel/cvsgraph : Makefile distinfo graphics/fswebcam: Makefile distinfo graphics/libgphoto2: Makefile Log message: sync follow graphics/gd update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/17 17:21:43 Modified files: graphics/luagd : distinfo graphics/mscgen: Makefile distinfo graphics/p5-GD : Makefile math/gnuplot : Makefile math/graphviz : Makefile math/plplot : Makefile distinfo Log message: sync follow graphics/gd update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/17 17:22:02 Modified files: net/amule : Makefile distinfo net/mldonkey/stable: Makefile net/mrtg : Makefile distinfo net/nagios/nagios: Makefile net/pfstat : Makefile distinfo net/rtg : Makefile distinfo net/vnstat : Makefile distinfo print/texlive/base: Makefile Log message: sync follow graphics/gd update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/17 17:22:21 Modified files: sysutils/apcupsd: Makefile sysutils/modlogan: Makefile distinfo sysutils/modlogan/pkg: PLIST www/analog : Makefile distinfo www/sarg : Makefile www/webalizer : Makefile distinfo Log message: sync follow graphics/gd update CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/17 17:23:37 Modified files: libexec/ftpd : ftpd.c Log message: args! fix argstr. from LEVAI Daniel. CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/03/17 21:58:49 Modified files: lib/libc/net : ethers.3 Log message: Sync with the way struct ether_addr is actually defined in netinet/if_ether.h CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/03/17 22:12:55 Modified files: www/liferea : Makefile distinfo Log message: Maintenance/bugfix update to 1.10.7 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/17 23:57:22 Modified files: security/wpa_supplicant: Makefile distinfo security/wpa_supplicant/patches: patch-src_utils_eloop_c patch-wpa_supplicant_Makefile security/wpa_supplicant/pkg: PLIST Added files: security/wpa_supplicant/patches: patch-src_crypto_ms_funcs_c patch-src_crypto_tls_h patch-src_crypto_tls_openssl_c patch-src_drivers_driver_openbsd_c Removed files: security/wpa_supplicant/files: driver_openbsd.c security/wpa_supplicant/patches: patch-src_drivers_drivers_c patch-src_drivers_drivers_mak patch-src_drivers_drivers_mk Log message: Update to wpa_supplicant-2.1. Tested by pascal@ and Gregor Best OK sthen@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 00:40:01 Modified files: x11/gnome/librsvg: Makefile distinfo Removed files: x11/gnome/librsvg/patches: patch-rsvg-base_c Log message: Update to librsvg-2.40.2. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/18 00:50:18 Modified files: x11/gnome-mplayer: Makefile x11/gnome-mplayer/patches: patch-src_gui_c patch-src_main_c Added files: x11/gnome-mplayer/patches: patch-src_gui_h Log message: Prevent window from going fullscreen on startup when embedded (upstream svn revision r2468) Fix fullscreen mode hanging when control menu goes thru show/hide (upstream svn revision r2469) CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/18 00:59:00 Modified files: sys/kern : uipc_usrreq.c sysv_msg.c sysv_sem.c sysv_shm.c Log message: In prep for killing ps_mainproc, use pr->ps_pid instead of pr->ps_mainproc->p_pid to get the PID. ok matthew@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/18 01:01:21 Modified files: sys/kern : uipc_socket.c Log message: When creating a unix socket, save the PID for pf's log(user), even when not in the original thread. ok matthew@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/18 01:01:50 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update to youtube-dl-2014.03.17 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/18 01:25:53 Modified files: lang/ruby/2.1 : Makefile Log message: mark broken on mips64 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/18 01:31:04 Modified files: sys/ddb : db_structinfo.c Log message: Unbreak DDB_STRUCT after removal of agpio.h CVSROOT: /cvs Module name: src Changes by: syl@cvs.openbsd.org 2014/03/18 01:34:18 Modified files: sys/arch/armv7/armv7: armv7.c sys/arch/armv7/conf: GENERIC-OMAP sys/arch/armv7/omap: am335x.c am335x_prcmreg.h files.omap prcm.c prcmvar.h Log message: Add missing parts of the tiic driver. inspired by rapha@ ok rapha@, jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 01:49:10 Modified files: graphics/libgexiv2: Makefile distinfo graphics/libgexiv2/pkg: PLIST Removed files: graphics/libgexiv2/patches: patch-Makefile patch-configure Log message: Update to libgexiv2-0.10.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 01:53:59 Modified files: devel/pango : Makefile distinfo Log message: Update to pango-1.36.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 02:03:23 Modified files: x11/gnome/desktop: Makefile x11/gnome/desktop/patches: patch-libgnome-desktop_Makefile_in Log message: Not needed now that we have a librt stub. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 02:08:00 Modified files: x11/gtk+2 : Makefile distinfo x11/gtk+2/patches: patch-gtk_Makefile_in x11/gtk+2/pkg : PLIST-main Removed files: x11/gtk+2/patches: patch-gtk_gtkfilesystem_c Log message: Update to gtk+2-2.24.23. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/18 02:12:23 Modified files: x11/mlterm : Makefile distinfo x11/mlterm/patches: patch-xwindow_x_screen_c patch-xwindow_xlib_x_window_c Removed files: x11/mlterm/patches: patch-xwindow_fb_x_display_c patch-xwindow_fb_x_display_wscons_c Log message: Update to mlterm-3.3.3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 02:16:51 Modified files: graphics/argyll: Makefile distinfo graphics/argyll/patches: patch-Jamtop patch-spectro_icoms_ux_c graphics/argyll/pkg: PLIST Log message: Update to argyllcms-1.6.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 02:39:38 Modified files: graphics/gtkam : Makefile graphics/gtkam/pkg: PLIST Log message: Regen WANTLIB and PLIST. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 02:40:14 Modified files: graphics/libgphoto2: Makefile distinfo graphics/libgphoto2/patches: patch-libgphoto2_port_gphoto2_gphoto2-port-portability_h graphics/libgphoto2/pkg: PLIST Log message: Update to libgphoto-2.5.3.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 02:40:35 Modified files: graphics/gphoto2: Makefile distinfo graphics/gphoto2/patches: patch-gphoto2_actions_c Log message: Update to gphoto-2.5.3. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/18 02:51:53 Modified files: sys/miscfs/fuse: fuse_device.c fuse_file.c fuse_lookup.c fuse_vnops.c Log message: Do not rely on the fact that sys/vnode.h includes all the world through uvm/uvm.h and add proper includes for function definitions. ok syl@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 03:01:07 Modified files: net/gnugk : Makefile net/gnugk/patches: patch-configure Log message: Remove the librt chunk, it's not needed anymore. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/18 03:01:11 Modified files: share/man/man9 : Makefile route.9 Added files: share/man/man9 : rt_timer_add.9 rtable_add.9 rtlabel_id2name.9 Log message: Split route(9) into various manuals to make it easier to complete/improve its content. With inputs from jmc@ and schwarze@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/03/18 03:09:03 Log message: Import p5-DBIx-Connector. DBIx::Connector provides a simple interface for fast and safe DBI connection and transaction management. from maintainer Abel Abraham Camarillo Ojeda, ok sthen@ Status: Vendor Tag: benoit Release Tags: benoit_20140318 N ports/databases/p5-DBIx-Connector/Makefile N ports/databases/p5-DBIx-Connector/distinfo N ports/databases/p5-DBIx-Connector/pkg/DESCR N ports/databases/p5-DBIx-Connector/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/18 03:11:31 Modified files: usr.bin/kdump : Makefile mkioctls Log message: is gone; pointed out by Benoit Lecocq. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 03:12:01 Modified files: devel/check : Makefile distinfo devel/check/patches: patch-Makefile_in patch-doc_Makefile_in devel/check/pkg: PLIST Removed files: devel/check/patches: patch-configure devel/check/pkg: PFRAG.shared Log message: Update to check-0.9.12. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/03/18 03:15:00 Modified files: databases : Makefile Log message: +p5-DBIx-Connector CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/18 03:21:35 Modified files: sys/dev/pci : agp_intel.c Log message: is gone CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 03:26:16 Modified files: mail/zarafa/zarafa: Makefile mail/zarafa/zarafa/patches: patch-provider_server_Makefile_in Log message: Fix zarafa_server_LDADD and drop librt chunk. ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 03:55:06 Modified files: x11/emelfm2 : Makefile x11/emelfm2/patches: patch-Makefile Log message: Drop librt chunk. This port could use a serious update... CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/18 04:06:39 Modified files: usr.sbin/traceroute6: traceroute6.8 traceroute6.c Log message: Free -l flag, by default print hostnames and numeric addresses, like traceroute does. Immediatly reclaim -l flag to print hop limit of received pkg like traceroute does. OK benno CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/18 04:08:24 Modified files: usr.sbin/traceroute6: traceroute6.c Log message: Remove #if 0; after nearly 14 years it's probably the right thing to set rcvhlim to zero. OK lteo, benno CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/18 04:08:58 Modified files: usr.sbin/traceroute: traceroute.c Log message: Wrap long line. OK lteo, benno CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/18 04:09:37 Modified files: usr.sbin/traceroute6: traceroute6.c Log message: Stop if the sum of unreachables and timeouts are >= number of probes, but only if we have at least one unreachable; from traceroute OK benno CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/18 04:10:17 Modified files: usr.sbin/traceroute: traceroute.c usr.sbin/traceroute6: traceroute6.c Log message: AF independent print_asn OK benno CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/18 04:11:00 Modified files: usr.sbin/traceroute: traceroute.c usr.sbin/traceroute6: traceroute6.c Log message: Sync inetname from traceroute6 and thereby make it AF independent. While there drop the !nflag check as it's never called with nflag set, simplify the code a bit and adapt style from traceroute. OK benno CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/18 04:11:36 Modified files: usr.sbin/traceroute: traceroute.c usr.sbin/traceroute6: traceroute6.c Log message: Make print AF independet and use it in traceroute and traceroute6. OK benno CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 04:18:25 Modified files: graphics/mandelbulber: Makefile Removed files: graphics/mandelbulber/patches: patch-makefiles_objects_mk Log message: Drop librt patch. Regen WANTLIB. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 04:34:16 Modified files: audio/mumble : Makefile audio/mumble/patches: patch-src_mumble_mumble_pro Removed files: audio/mumble/patches: patch-plugins_link_link_pro Log message: Remove librt patch and chunk. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/18 04:47:34 Modified files: sys/net : if_spppsubr.c route.c route.h rtsock.c sys/netinet : if_ether.c ip_carp.c sys/netinet6 : nd6_rtr.c share/man/man9 : Makefile rtable_add.9 Log message: Rename rt_gettable() into rtable_get(), swap its arguments to be coherent with the existing rtable_* functions and document it. While here fix some other manpage glitches pointed out by jmc@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 04:50:47 Modified files: devel/acpica : Makefile devel/acpica/patches: patch-tools_acpiexec_Makefile net/maradns-deadwood: Makefile net/maradns-deadwood/patches: patch-src_Makefile x11/ion : Makefile x11/ion/patches: patch-system_mk Removed files: devel/acpica/patches: patch-generate_unix_acpiexec_Makefile Log message: We have a librt stub now; no needs for these. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 05:29:46 Modified files: games/minetest : Makefile games/minetest/patches: patch-src_CMakeLists_txt Removed files: games/minetest/patches: patch-src_porting_cpp Log message: Drop librt chunk and remove empty patch. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/18 05:33:29 Modified files: math/gnuplot : Makefile Log message: unbreak gnuplot,no_x11 following gd changes; reported by/analysis nigel@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/18 05:37:53 Modified files: graphics/libraw: Makefile distinfo Removed files: graphics/libraw/patches: patch-src_libraw_cxx_cpp Log message: update to libraw-0.16.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2014/03/18 05:50:41 Modified files: x11/gnustep/systempreferences: Makefile distinfo x11/gnustep/systempreferences/pkg: PLIST Log message: update to 1.2.0, added Internet preferences module, and other minor enhancements to existing modules. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/18 05:53:54 Modified files: share/man/man9 : rtable_add.9 Log message: typo, pointed by millert@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/18 05:57:02 Modified files: net/maclookup : Makefile distinfo Log message: update to maclookup 1.3, now accepting mac addresses on the command-line as well as being usable as a filter CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/18 06:02:22 Modified files: graphics/exiv2 : Makefile distinfo graphics/exiv2/patches: patch-src_value_cpp patch-src_version_cpp graphics/exiv2/pkg: PLIST Added files: graphics/exiv2/patches: patch-configure Removed files: graphics/exiv2/pkg: PFRAG.shared Log message: update to exiv2-0.24 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/18 06:08:54 Modified files: devel/libyaml : Makefile distinfo Removed files: devel/libyaml/patches: patch-src_api_c patch-src_scanner_c Log message: update to yaml-0.1.5, addressing some issues jeremy@ noticed with ruby that were introduced by the patches added to fix the security issue. ok jeremy@ maintainer timed-out CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/18 06:12:05 Modified files: x11/i3 : Makefile x11/i3/patches : patch-src_commands_c Log message: Bugfix: don't try to resize docks by command cmd_resize does not implement a method to resize dock clients. A command like `[instance=".*"] resize grow width 160 px or 16 ppt` when a dock client matched would crash i3. (upstream git commit a6a6c9b6d9d47ef1ccbff5ac5d4fe17f9666f29f) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/18 06:13:01 Modified files: devel/libyaml : Tag: OPENBSD_5_4 Makefile distinfo Removed files: devel/libyaml/patches: Tag: OPENBSD_5_4 patch-src_api_c patch-src_scanner_c Log message: update to yaml-0.1.5, addressing some issues jeremy@ noticed with ruby that were introduced by the patches added to fix the security issue. ok jeremy@ maintainer timed-out CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/18 06:13:41 Modified files: devel/libyaml : Tag: OPENBSD_5_5 Makefile distinfo Removed files: devel/libyaml/patches: Tag: OPENBSD_5_5 patch-src_api_c patch-src_scanner_c Log message: update to yaml-0.1.5, addressing some issues jeremy@ noticed with ruby that were introduced by the patches added to fix the security issue. ok jeremy@ maintainer timed-out CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2014/03/18 06:18:00 Modified files: x11/gnustep/webserver: Makefile distinfo Log message: Update to 1.5, full bump required, tested with impersonatortoolkit still works CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 06:25:12 Modified files: games/stepmania: Makefile games/stepmania/patches: patch-src_Makefile_in Log message: Drop iconv and rt chunks, these aren't needed anymore. ok espie@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 06:26:08 Modified files: textproc/mupdf : Makefile textproc/mupdf/patches: patch-Makerules Log message: Drop librt chunk. ok sthen@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 07:06:37 Modified files: print/gtklp : Makefile distinfo Log message: Update to gtklp-1.3.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 07:09:30 Modified files: print/foomatic-db-engine: Makefile distinfo print/foomatic-db-engine/pkg: PLIST Log message: Update to foomatic-db-engine-4.0.10. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 07:17:48 Modified files: print/psutils : Makefile distinfo print/psutils/pkg: PLIST Added files: print/psutils/patches: patch-configure patch-psutil_c Log message: Update to psutils-1.23. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/18 07:47:14 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: Correctly parse attribute length form imsg. While there don't assign data twice. From rivo nurges ris _AT_ estpak _DOT_ ee, thanks! OK sthen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 07:48:31 Modified files: devel/vte3 : Makefile Log message: Add comment for next upgrade. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 07:57:04 Modified files: devel/codeblocks: Makefile Removed files: devel/codeblocks/patches: patch-src_sdk_resources_lexers_lexer_bash_sample Log message: Drop useless patch. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/18 08:04:31 Modified files: share/man/man9 : rtable_add.9 Log message: zap trailing whitespace; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/18 08:04:33 Modified files: devel/libmagic : Tag: OPENBSD_5_4 Makefile Added files: devel/libmagic/patches: Tag: OPENBSD_5_4 patch-src_softmagic_c Log message: Security fix for CVE-2014-2270, out-of-bounds memory access when parsing Portable Executable (PE) format files CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/18 08:04:46 Modified files: devel/libmagic : Tag: OPENBSD_5_5 Makefile Added files: devel/libmagic/patches: Tag: OPENBSD_5_5 patch-src_softmagic_c Log message: Security fix for CVE-2014-2270, out-of-bounds memory access when parsing Portable Executable (PE) format files CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2014/03/18 08:18:22 Modified files: usr.sbin/arp : arp.c Log message: Put AF_ROUTE socket that arp(8) operates on into the appropriate rdomain. Previously "arp -V 1 -d 10.0.0.1" would hang forever since while the target rdomain was passed in the rtm, the AF_ROUTE socket was always created in the rdomain 0. Due to the logic in route_input (rtsock.c) route socket's rdomain is compared against the target rdomain of the request and reply is generated only when they match. In our case rdomains were different which cased arp(8) to hang waiting for the reply that would never be sent. ok deraadt CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 08:19:54 Modified files: www/phantomjs : Makefile Log message: Drop uneeded substitution. CVSROOT: /cvs Module name: src Changes by: rapha@cvs.openbsd.org 2014/03/18 08:23:52 Modified files: sys/arch/armv7/omap: ti_iic.c Log message: Initialize len, from netbsd ok syl@, bmercer@, jasper@ CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2014/03/18 08:35:01 Modified files: distrib/luna88k/miniroot: Makefile Log message: Correct the location of 'bsd.rd'. suggested by miod@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2014/03/18 08:43:59 Modified files: distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2014/03/18 08:55:49 Modified files: sys/netinet : if_ether.c Log message: Notify userland via the routing socket when ARP resolution completes; discussed with claudio@ at n2k14, ok mpi CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/18 09:01:07 Modified files: share/man/man9 : rtlabel_id2name.9 Log message: Fix rtlabel_id2name() SYNOPSIS, requested by jmc@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/18 09:18:36 Modified files: lang/php/5.4 : Makefile distinfo lang/php/5.4/patches: patch-php_ini-development patch-php_ini-production Log message: Security update to php 5.4.26, ok robert@ 5.4.26: JSON: Fixed bug #65753 (JsonSerializeable couldn't implement on module extension) Fileinfo: Fixed bug #66731 (file: infinite recursion) (CVE-2014-1943) Fileinfo: Fixed bug #66820 (out-of-bounds memory access in fileinfo) (CVE-2014-2270) LDAP: Implemented ldap_modify_batch (https://wiki.php.net/rfc/ldap_modify_batch). Openssl: Fixed bug #66501 (Add EC key support to php_openssl_is_private_key). Pgsql: Added warning for dangerous client encoding and remove possible injections for pg_insert()/pg_update()/pg_delete()/pg_select(). 5.4.25: Core: Fixed bug #66286 (Incorrect object comparison with inheritance). Core: Fixed bug #66509 (copy() arginfo has changed starting from 5.4). mysqlnd: Fixed bug #66283 (Segmentation fault after memory_limit). PDO_pgsql: Fixed bug #62479 (PDO-psql cannot connect if password contains spaces). Session: Fixed bug #66481 (Calls to session_name() segfault when session.name is null). CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/18 09:41:19 Modified files: faq : current.html Log message: uucpd, ppp(8) ("user-ppp") and pppoe(8) were removed - suggest possible alternatives. Tweaked from a diff from okan@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/18 09:47:23 Modified files: sys/dev/usb : xhci.c Log message: Properly clear and free the endpoint associated to a pipe. Do not forget to update the Endpoint Context with the last valid endpoint and free the device resources, including its slot, when the default pipe is closed. Device addresses can now be reused and I should be done with descriptor leaks. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 10:35:39 Modified files: devel/ruby-prof: Makefile Removed files: devel/ruby-prof/patches: patch-ext_ruby_prof_extconf_rb Log message: Drop the librt chunk. ok jeremy@ (maintainer) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/03/18 10:40:46 Modified files: usr.sbin/pkg_add/OpenBSD: signify.pm Log message: now that signify can read/write messages to pipes, use that to avoid creating temporary files. for checking, use the "embedded sig" format to avoid writing to two distinct pipes from the same process (tedu@ reluctantly agrees) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/03/18 10:42:24 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm Log message: ... and commit this as well (linked to new signify.pm): allows specific block of code to run on both father&child sides, thus making our system more useful around pipes... Also zap two "my $_" on while(<>) to prepare for new perl. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/18 10:56:06 Modified files: usr.bin/mandoc : mandocdb.c Log message: Allow checking that databases are up to date even when you have no write permission on the databases, as requested by espie@ quite some time ago. But make sure to not slow database generation down when you do have write permission, and to not delay error reporting in -Q mode. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/18 10:58:45 Modified files: sys/arch/sparc64/conf: RAMDISK Log message: First setup that stops using isp(4), and relies on ql[aew](4). Not due to testing... but because they can't fit side by side. ok kettenis CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/03/18 11:46:04 Modified files: lib/libssl/src/doc/crypto: X509_STORE_CTX_get_error.pod lib/libssl/src/doc/ssl: SSL_COMP_add_compression_method.pod SSL_CTX_add_session.pod SSL_CTX_load_verify_locations.pod SSL_CTX_set_client_CA_list.pod SSL_CTX_set_session_id_context.pod SSL_CTX_set_ssl_version.pod SSL_CTX_use_psk_identity_hint.pod SSL_accept.pod SSL_clear.pod SSL_connect.pod SSL_do_handshake.pod SSL_read.pod SSL_session_reused.pod SSL_set_fd.pod SSL_set_session.pod SSL_shutdown.pod SSL_write.pod Log message: prepare manpages for new perl. Note that I missed two of these in the diff shown initially, thx to the atrocious Makefile rule... okay millert@, sthen@, basically CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/18 11:47:04 Modified files: usr.bin/htpasswd: htpasswd.c htpasswd.1 Log message: Batch mode; read exactly one line "login:unencrypted-password" from stdin. OK benno man page tweak and OK sthen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/18 11:53:17 Modified files: net/bro/patches: patch-configure_in Log message: Don't pick up libbind if installed, it breaks the build. No pkg change. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/18 11:56:36 Modified files: net/GeoIP : Makefile distinfo net/GeoIP/pkg : DESCR PLIST Removed files: net/GeoIP/patches: patch-conf_Makefile_in net/GeoIP/pkg : PFRAG.shared Log message: Update to GeoIP 1.6.0, and bundle an up-to-date geolite database (along with a maintainer Makefile target to ease updates). Handled properly with @sample to allow user updates. Note that upstream no longer bundles the geoipupdate tool in the main GeoIP software distribution (thus making this package LGPL only rather than having any GPL components). geoipupdate could be provided as a separate port if there's interest (it's only useful for paid subs though). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/18 11:56:56 Modified files: net/p5-Geo-IP : Makefile distinfo Log message: update to p5-Geo-IP 1.43 CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/03/18 12:03:44 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Drop the check for badly formed *etc sets when we check signatures; it saves us time and if the sets are signed we can assume they are legit (yes, I am an assumer). CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/03/18 12:06:25 Modified files: lib/libssl/man : Makefile Log message: prevent failed command from generating bogus file okay guenther@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/18 12:25:40 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.mvme68k md.mvme88k md.octeon md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/18 12:48:46 Modified files: lib/libssl/man : Makefile Log message: * Fix another instance of directly writing to the target with a utility that might fail. * Keep the build log clean. * Make sure syntax checks run again when doing: make clean; make ok espie@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/03/18 12:53:29 Modified files: usr.sbin/pkg_add: pkg_mklocatedb usr.sbin/pkg_add/OpenBSD: Add.pm AddDelete.pm Delete.pm LibSpec.pm Log.pm Mtree.pm PackageLocator.pm PackageName.pm PackageRepository.pm PackingElement.pm PackingList.pm PkgAdd.pm PkgCheck.pm PkgCreate.pm PkgInfo.pm RequiredBy.pm State.pm Subst.pm Vstat.pm usr.sbin/pkg_add/OpenBSD/PackageRepository: HTTP.pm Persistant.pm SCP.pm usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm Log message: remove $_ usage that warns under perl 5.18 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/18 13:23:42 Modified files: sys/arch/vax/include: exec.h Log message: More a.out detritus ok miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/18 13:24:59 Modified files: net/py-GeoIP : Makefile distinfo net/py-GeoIP/pkg: PLIST Log message: update to py-GeoIP 1.2.9, ok benoit@ (maintainer) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/03/18 14:04:26 Modified files: sbin/fdisk : mbrcode.h Log message: Sync built-in MBR with current (a.k.a. '2004 Version') of /usr/mdec/mbr. Only one instruction changes, a 'cli' becomes 'sti'. ok deraadt@ tedu@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/18 14:39:45 Modified files: infrastructure/bin: resolve-lib Log message: my $_ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/03/18 14:54:34 Modified files: usr.bin/pkg-config/OpenBSD: PkgConfig.pm Log message: zap "my $_" for reading STDIN. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/03/18 14:56:30 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: don't use $_ as "throw-away" variable, proper idiom is "undef" (and if you're wondering about the unused extra parameter, this is designed to allow a new makewhatis that shares more code with pkg_create) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/18 15:09:28 Modified files: sys/arch/alpha/alpha: mutex.c sys/arch/alpha/include: mutex.h Log message: To prevent lock ordering problems with the kernel lock, we need to make sure we block all interrupts that can grab the kernel lock. The simplest way to achieve this is to make sure mutexes always raise the ipl to the highest level that has interrupts that grab the kernel lock. This will allow us to have "mpsafe" interrupt handlers at lower priority levels. No change for non-MULTIPROCESSOR kernels. ok miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/18 16:36:37 Modified files: . : Makefile.cross distrib : Makefile distrib/notes : Makefile distrib/sets/lists/man: mi distrib/special/installboot: Makefile distrib/special/kbd: Makefile etc : Makefile remote etc/etc.aviion : MAKEDEV.md etc/mtree : 4.4BSD.dist 4.4BSD.usr lib/libc/stdlib: Makefile.inc lib/libc/sys : Makefile.inc ptrace.2 lib/libm : Makefile libexec/ld.so/ldconfig: prebind.c regress/etc/MAKEDEV: Makefile regress/sys/copy: Makefile regress/sys/ptrace: ptrace.c regress/usr.bin/mdoclint: mdoclint sbin/disklabel : Makefile disklabel.c sbin/kbd : Makefile sbin/reboot : reboot.8 sbin/wsconsctl : Makefile share/man/man4 : Makefile ddb.4 hil.4 isa.4 options.4 osiop.4 wdsc.4 share/man/man5 : bsd.port.mk.5 genassym.cf.5 share/man/man7 : mdoc.7 share/man/man8 : Makefile diskless.8 share/mk : bsd.own.mk sys : Makefile sys/arch/m88k/include: proc.h vmparam.h sys/conf : files sys/dev/ic : sti.c sys/dev/isa : isavar.h sys/kern : Makefile usr.bin/sendbug: sendbug.c usr.sbin/installboot: Makefile usr.sbin/wsconscfg: Makefile Removed files: distrib/hp300 : Makefile Makefile.inc distrib/hp300/ramdisk: Makefile Makefile.inc install.md list distrib/mvme68k: Makefile Makefile.inc distrib/mvme68k/ramdisk: Makefile Makefile.inc install.md list distrib/mvme88k: Makefile Makefile.inc distrib/mvme88k/ramdisk: Makefile Makefile.inc install.md list distrib/notes/hp300: contents features hardware install prep upgrade whatis xfer distrib/notes/mvme68k: contents features hardware install prep upgrade whatis xfer distrib/notes/mvme88k: contents features hardware install prep upgrade whatis xfer distrib/sets/lists/base: md.hp300 md.mvme68k md.mvme88k distrib/sets/lists/comp: md.hp300 md.mvme68k md.mvme88k distrib/sets/lists/etc: md.hp300 md.mvme68k md.mvme88k distrib/sets/lists/game: md.hp300 md.mvme68k md.mvme88k distrib/sets/lists/man: md.hp300 md.mvme68k md.mvme88k etc/etc.hp300 : MAKEDEV MAKEDEV.md Makefile Makefile.inc disktab fbtab sysctl.conf ttys etc/etc.mvme68k: MAKEDEV MAKEDEV.md Makefile Makefile.inc disktab fbtab sysctl.conf ttys etc/etc.mvme88k: MAKEDEV MAKEDEV.md Makefile Makefile.inc disktab fbtab sysctl.conf ttys lib/libc/arch/m68k: DEFS.h Makefile.inc SYS.h lib/libc/arch/m68k/gdtoa: Makefile.inc arith.h gd_qnan.h strtold.c lib/libc/arch/m68k/gen: Makefile.inc _setjmp.S adddf3.S addsf3.S ashlsi3.S ashrsi3.S cmpdf2.S cmpsf2.S divdf3.S divsf3.S divsi3.S extendsfdf2.S fabs.S fixdfsi.S fixunsdfsi.S floatsidf.S flt_rounds.S fpclassifyl.c fpgetmask.S fpgetround.S fpgetsticky.S fpsetmask.S fpsetround.S fpsetsticky.S infinity.c isfinitel.c isinfl.c isnanl.c isnormall.c ldexp.S lshlsi3.S lshrsi3.S modf.S modsi3.S muldf3.S mulsf3.S mulsi3.S nan.c negdf2.S negsf2.S saveregs.c setjmp.S signbitl.c sigsetjmp.S subdf3.S subsf3.S truncdfsf2.S udivsi3.S umodsi3.S umulsi3.S lib/libc/arch/m68k/net: Makefile.inc htonl.S htons.S ntohl.S ntohs.S lib/libc/arch/m68k/stdlib: abs.S insque.S remque.S lib/libc/arch/m68k/string: Makefile.inc bcmp.S bcopy.S bzero.S ffs.S index.S memcmp.S memcpy.S memmove.S memset.S rindex.S strcat.S strchr.S strcmp.S strcpy.S strlcpy.S strlen.S strncmp.S strncpy.S strrchr.S swab.S lib/libc/arch/m68k/sys: Ovfork.S __get_tcb.S brk.S cerror.S exect.S fork.S sbrk.S shmat.S sigpending.S sigprocmask.S sigreturn.S sigsuspend.S syscall.S tfork_thread.S lib/libkvm : kvm_m68k.c lib/libm/arch/mc68881: e_acos.S e_acosf.S e_acosl.S e_asin.S e_asinf.S e_asinl.S e_atanh.S e_atanhf.S e_cosh.S e_coshf.S e_exp.S e_expf.S e_log.S e_log10.S e_log10f.S e_logf.S e_remainder.S e_remainderf.S e_scalb.S e_scalbf.S e_sinh.S e_sinhf.S e_sqrt.S e_sqrtf.S e_sqrtl.S fenv.c s_atan.S s_atanf.S s_atanl.S s_ceil.S s_ceilf.S s_copysign.S s_copysignf.S s_copysignl.S s_cos.S s_cosf.S s_cosl.S s_expm1.S s_expm1f.S s_floor.S s_floorf.S s_log1p.S s_log1pf.S s_logb.S s_logbf.S s_logbl.S s_rint.S s_rintf.S s_rintl.S s_scalbnf.S s_scalbnl.S s_sin.S s_sinf.S s_sinl.S s_tan.S s_tanf.S s_tanh.S s_tanhf.S s_tanl.S lib/librthread/arch/m68k: _atomic_lock.c cerror.S lib/libssl/crypto/arch/m68k: opensslconf.h libexec/ld.so/m68k: Makefile.inc archdep.h ldasm.S memcpy.c rtld_machine.c syscall.h regress/sys/arch/m68k: Makefile regress/sys/arch/m68k/060sp: Makefile dotest.c dotestsubs.S goodoutput regress/sys/arch/m68k/emuspeed: Makefile compare div64.s emuspeed.c mul64.s speed.h test.s share/man/man4/man4.hp300: Makefile apci.4 autoconf.4 ct.4 dca.4 dcm.4 dio.4 dnkbd.4 dvbox.4 frodo.4 gbox.4 hd.4 hpibbus.4 hyper.4 intro.4 isabr.4 le.4 mem.4 nhpib.4 ppi.4 rbox.4 sgc.4 spc.4 topcat.4 tvrx.4 share/man/man4/man4.mvme68k: Makefile autoconf.4 cl.4 dart.4 ie.4 intro.4 le.4 lrc.4 mem.4 memc.4 ofobio.4 pcctwo.4 vme.4 vs.4 vsbic.4 share/man/man4/man4.mvme88k: Makefile angelfire.4 autoconf.4 bussw.4 cl.4 dart.4 dsrtc.4 ie.4 intro.4 le.4 mem.4 memc.4 nvram.4 pcctwo.4 syscon.4 vme.4 vs.4 vsbic.4 share/man/man8/man8.hp300: MAKEDEV.8 Makefile boot_hp300.8 share/man/man8/man8.mvme68k: MAKEDEV.8 Makefile boot_mvme68k.8 share/man/man8/man8.mvme88k: MAKEDEV.8 Makefile boot_mvme88k.8 sys/arch/hp300 : Makefile sys/arch/hp300/compile: .cvsignore sys/arch/hp300/conf: GENERIC Makefile.hp300 RAMDISK files.hp300 sys/arch/hp300/dev: Makefile apci.c apci_subr.c apcireg.h apcivar.h arcofi_dio.c ct.c ctreg.h dca.c dcareg.h dcm.c dcmreg.h devlist2h.awk dio.c diodevs diodevs.h diodevs_data.h diofb.c diofb_mono.c diofbreg.h diofbvar.h dioreg.h diovar.h dma.c dmareg.h dmavar.h dnkbd.c dnkbdmap.c dnkbdmap.h dvbox.c dvboxreg.h fhpib.c fhpibreg.h frodo.c frodoreg.h frodovar.h gbox.c gboxreg.h hd.c hdreg.h hdvar.h hil_intio.c hp98265reg.h hpib.c hpibvar.h hyper.c hyperreg.h if_le.c if_lereg.h if_levar.h intio.c intiovar.h iotypes.h isa_machdep.h isabr.c isabrreg.h maskbits.h mb89352.c mb89352reg.h mb89352var.h mt.c mtreg.h nhpib.c nhpibreg.h ppi.c ppiioctl.h rbox.c rboxreg.h sgc.c sgcreg.h sgcvar.h spc.c sti_dio.c sti_machdep.c sti_machdep.h sti_sgc.c topcat.c topcatreg.h tvrx.c sys/arch/hp300/hp300: autoconf.c bus_space.c clock.c clockreg.h conf.c db_memrw.c disksubr.c genassym.cf intr.c kgdb_machdep.c leds.c leds.h locore.s machdep.c mem.c pmap_bootstrap.c sys_machdep.c trap.c vectors.s vm_machdep.c wscons_machdep.c sys/arch/hp300/include: _float.h _types.h asm.h atomic.h autoconf.h bus.h cdefs.h cpu.h db_machdep.h disklabel.h endian.h exec.h fenv.h frame.h hil_machdep.h hp300spu.h ieee.h ieeefp.h intr.h kcore.h limits.h loadfile_machdep.h lock.h mutex.h param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h reg.h reloc.h setjmp.h signal.h spinlock.h stdarg.h tcb.h trap.h varargs.h vmparam.h sys/arch/hp300/stand: Makefile Makefile.inc sys/arch/hp300/stand/cdboot: Makefile cdboot.c conf.c cons.c devopen.c sys/arch/hp300/stand/common: Makefile apci.c autoconf.c cons.c ct.c dca.c dcm.c dnkbd.c fhpib.c hd.c hil.c hpib.c if_le.c ite.c ite_dv.c ite_gb.c ite_hy.c ite_rb.c ite_sti.c ite_subr.c ite_tc.c ite_tvrx.c kbd.c kbdconf.c machdep.c nhpib.c scsi.c sd.c version.c sys/arch/hp300/stand/include: consdefs.h device.h grf_dvreg.h grf_gbreg.h grf_hyreg.h grf_rbreg.h grf_tcreg.h hilreg.h hpibvar.h if_lereg.h itereg.h itevar.h kbdvar.h maskbits.h rominfo.h samachdep.h scsireg.h scsivar.h volhdr.h sys/arch/hp300/stand/installboot: Makefile installboot.sh sys/arch/hp300/stand/libsa: Makefile devopen.c exec_hp300.c rawfs.c rawfs.h sys/arch/hp300/stand/libsaz: Makefile sys/arch/hp300/stand/libz: Makefile sys/arch/hp300/stand/mkboot: Makefile mkboot.c sys/arch/hp300/stand/uboot: Makefile clock.c conf.c netio.c prf.c srt0.S tgets.c uboot.c sys/arch/m68k : Makefile sys/arch/m68k/060sp: Makefile Makefile.inc ReadMe.NetBSD asm2gas changes copyright.S errata fnetbsd.S fplsp.doc fplsp.s fplsp.sa fpsp.doc fpsp.s fpsp.sa fskeletn.s ftest.s ftest.sa ilsp.doc ilsp.s ilsp.sa inetbsd.S iskeletn.s isp.doc isp.s isp.sa itest.s itest.sa misc netbsd.S os.s pfpsp.s pfpsp.sa readme test.doc sys/arch/m68k/conf: files.m68k sys/arch/m68k/fpsp: DYADIC.CI5 DYADIC.GCC DYADIC.GEN DYADIC.R3V6 FPSP.sa L_ENTRY.AWK L_LIST MONADIC.CI5 MONADIC.GCC MONADIC.GEN MONADIC.R3V6 Makefile Makefile.inc asm2gas bindec.sa binstr.sa bugfix.sa copyright.s decbin.sa do_func.sa fpsp.h gen_except.sa get_op.sa kernel_ex.sa l_fpsp.h l_support.sa netbsd.sa res_func.sa round.sa sacos.sa sasin.sa satan.sa satanh.sa scale.sa scosh.sa setox.sa sgetem.sa sint.sa skeleton.sa slog2.sa slogn.sa smovecr.sa srem_mod.sa ssin.sa ssinh.sa stan.sa stanh.sa sto_res.sa stwotox.sa tbldo.sa util.sa x_bsun.sa x_fline.sa x_operr.sa x_ovfl.sa x_snan.sa x_store.sa x_unfl.sa x_unimp.sa x_unsupp.sa sys/arch/m68k/include: _float.h _types.h asm.h atomic.h cdefs.h cpu.h db_machdep.h endian.h exec.h fenv.h frame.h ieee.h ieeefp.h intr.h kcore.h limits.h lock.h mutex.h param.h pcb.h pmap_motorola.h proc.h profile.h psl.h pte_motorola.h ptrace.h reg.h reloc.h setjmp.h signal.h spinlock.h stdarg.h tcb.h trap.h varargs.h vmparam.h sys/arch/m68k/m68k: bcopy.s cachectl.c copy.s copypage.s db_disasm.c db_disasm.h db_interface.c db_memrw.c db_trace.c genassym.cf in_cksum.c kgdb_m68k.c m68k_machdep.c mutex.c oc_cksum.s pmap_bootstrap.c pmap_motorola.c process_machdep.c regdump.c sig_machdep.c sigcode.s sigreturn.s softintr.c support.s trap_subr.s sys/arch/mvme68k: Makefile sys/arch/mvme68k/compile: .cvsignore sys/arch/mvme68k/conf: GENERIC MVME147 MVME162 MVME167 MVME177 Makefile.mvme68k RAMDISK files.mvme68k sys/arch/mvme68k/dev: bpp.c bppvar.h cl.c clock.c clreg.h dart.c dart_lrc.c dart_ofobio.c dartreg.h dartvar.h flash.c flashreg.h fooip.c i82596.h if_ie.c if_ie.h if_le.c if_lereg.h if_levar.h ipic.c ipicreg.h lp.c lrc.c lrcreg.h mainbus.c mc.c mcreg.h memc.c memcreg.h memdevs.c memdevs.h nvram.c nvramreg.h ofobio.c ofobioreg.h osiop_mvme68k.c pcc.c pccreg.h pcctwo.c pcctworeg.h sram.c vme.c vme.h vmel.c vmes.c vs.c vsbic.c vsreg.h vsvar.h wdsc.c wdscreg.h wl.c wlreg.h zs.c sys/arch/mvme68k/include: _float.h _types.h asm.h atomic.h autoconf.h bus.h cdefs.h conf.h cpu.h db_machdep.h disklabel.h endian.h exec.h fenv.h frame.h ieee.h ieeefp.h intr.h kcore.h limits.h loadfile_machdep.h lock.h mioctl.h mutex.h nvram.h param.h pcb.h pmap.h proc.h profile.h prom.h psl.h pte.h ptrace.h reg.h reloc.h setjmp.h signal.h spinlock.h stdarg.h tcb.h trap.h varargs.h vmparam.h z8530var.h sys/arch/mvme68k/mvme68k: autoconf.c bus_dma.c conf.c disksubr.c genassym.cf locore.s machdep.c mem.c pmap_bootstrap.c sys_machdep.c trap.c vectors.s vm_machdep.c sys/arch/mvme68k/stand: Makefile Makefile.inc ld.script sys/arch/mvme68k/stand/bootsd: Makefile README boot.c conf.c version.c sys/arch/mvme68k/stand/bootst: Makefile boot.c conf.c dev_tape.c dev_tape.h rawfs.c rawfs.h version.c sys/arch/mvme68k/stand/bootxx: Makefile bootxx.c conf.c sys/arch/mvme68k/stand/bugcrt: Makefile Makefile.inc bugcrt.c bugcrtS.S sys/arch/mvme68k/stand/installboot: Makefile installboot.8 installboot.c nlist.c sys/arch/mvme68k/stand/libbug: Makefile Makefile.inc delay.c diskrd.c diskwr.c getbrdid.c inchr.c instat.c libbug.h outln.c outstr.c putchar.c return.c rtc_rd.c sys/arch/mvme68k/stand/libsa: Makefile Makefile.inc SRT0.S bugdev.c clock.c exec_mvme.c libsa.h parse_args.c sys/arch/mvme68k/stand/libz: Makefile Makefile.inc sys/arch/mvme68k/stand/netboot: Makefile boot.c conf.c config.h dev_net.c dev_net.h devopen.c i82586.h if_ie.c if_iereg.h if_le.c if_lereg.h version.c sys/arch/mvme68k/stand/prtvid: Makefile prtvid.c sys/arch/mvme68k/stand/sboot: Makefile XBUG.S XSRT0.S clock.c clockreg.h etherfun.c etherfun.h if_le.c if_lereg.h oc_cksum.S sboot.c sboot.h srec.c sys/arch/mvme68k/stand/wrtvid: Makefile Makefile.inc wrtvid.c sys/arch/mvme88k: Makefile sys/arch/mvme88k/compile: .cvsignore sys/arch/mvme88k/conf: GENERIC GENERIC.MP M181 M187 M188 M197 Makefile.mvme88k RAMDISK files.mvme88k ld.script sys/arch/mvme88k/dev: angelfire.c bpp.c bppvar.h bugio.c bussw.c busswreg.h cl.c clreg.h dart.c ds1216.c i82596.h if_ie.c if_ie.h if_le.c if_lereg.h if_levar.h mainbus.c memc.c memcreg.h memdevs.c memdevs.h nvram.c nvramreg.h osiop_pcctwo.c pcctwo.c pcctworeg.h pcctwovar.h sram.c syscon.c vme.c vme.h vmel.c vmes.c vs.c vsbic.c vsreg.h vsvar.h vx.c vxreg.h sys/arch/mvme88k/include: _float.h _types.h asm.h asm_macro.h atomic.h autoconf.h board.h bug.h bugio.h bus.h cdefs.h cmmu.h conf.h cpu.h db_machdep.h disklabel.h endian.h exec.h fenv.h fpu.h frame.h ieee.h ieeefp.h intr.h kcore.h limits.h loadfile_machdep.h lock.h m88100.h m88110.h m8820x.h m88410.h mioctl.h mmu.h mplock.h mutex.h mvme181.h mvme187.h mvme188.h mvme197.h param.h pcb.h pmap.h pmap_table.h proc.h profile.h prom.h psl.h ptrace.h reg.h reloc.h setjmp.h signal.h spinlock.h stdarg.h tcb.h trap.h varargs.h vmparam.h sys/arch/mvme88k/mvme88k: autoconf.c bus_dma.c clock.c clockvar.h conf.c db_machdep.c disksubr.c eh.S genassym.cf locore.S m181_machdep.c m187_machdep.c m188_machdep.c m197_machdep.c m1x7_machdep.c m88110.c m8820x.c m88410.c machdep.c pmap_table.c sys/arch/mvme88k/stand: Makefile Makefile.inc ld.script sys/arch/mvme88k/stand/bootsd: Makefile boot.c conf.c version.c sys/arch/mvme88k/stand/bootst: Makefile boot.c conf.c dev_tape.c dev_tape.h rawfs.c rawfs.h version.c sys/arch/mvme88k/stand/bootxx: Makefile bootxx.c conf.c sys/arch/mvme88k/stand/bugcrt: Makefile Makefile.inc crt0.S sys/arch/mvme88k/stand/installboot: Makefile installboot.8 installboot.c nlist.c sys/arch/mvme88k/stand/libbug: Makefile Makefile.inc delay.c diskrd.c diskwr.c getbrdid.c inchr.c instat.c libbug.h netcfig.c netctrl.c netfopen.c netfread.c outstr.c prom.h putchar.c return.c rtc_rd.c sys/arch/mvme88k/stand/libsa: Makefile Makefile.inc board.c bugdev.c clock.c exec_mvme.c fault.c libsa.h parse_args.c setjmp.S sys/arch/mvme88k/stand/libz: Makefile Makefile.inc sys/arch/mvme88k/stand/netboot: Makefile boot.c conf.c config.h dev_net.c dev_net.h devices.c devopen.c i82586.h if_ie.c if_le.c if_lereg.h netif.c version.c sys/arch/mvme88k/stand/prtvid: Makefile prtvid.c vid.h sys/arch/mvme88k/stand/sboot: Makefile devices.c devopen.c sboot.c version.c sys/arch/mvme88k/stand/tftpboot: Makefile boot.c conf.c netdev.c netdev.h tftpfs.c tftpfs.h version.c sys/arch/mvme88k/stand/wrtvid: Makefile Makefile.inc wrtvid.c sys/lib/libkern/arch/m68k: DEFS.h SYS.h bcmp.S bcopy.S bzero.S ffs.S htonl.S htons.S memcmp.S memcpy.S memmove.S memset.S scanc.S skpc.S strcmp.S strlen.S strncmp.S strncpy.S usr.bin/gprof : m68k.c m68k.h usr.sbin/installboot: hp300_installboot.c Log message: Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping this hardware alive is becoming increasingly difficult, and I should heed the message sent by the three disks which have died on me over the last few days. Noone sane will mourn these ports anyway. So long, and thanks for the fish. CVSROOT: /cvs Module name: xenocara Changes by: miod@cvs.openbsd.org 2014/03/18 16:37:29 Modified files: driver : Makefile xserver : Makefile.bsd-wrapper xserver/hw/xfree86/os-support/bsd: Makefile.am Makefile.in Removed files: distrib/notes : README.hp300 README.mvme68k README.mvme88k distrib/sets/lists/xbase: md.hp300 md.mvme68k md.mvme88k distrib/sets/lists/xetc: md.hp300 md.mvme68k md.mvme88k distrib/sets/lists/xserv: md.hp300 md.mvme68k md.mvme88k distrib/sets/lists/xshare: md.hp300 md.mvme68k md.mvme88k xserver/hw/xfree86/os-support/bsd: hp300_video.c Log message: Remove {hp300,mvme68k,mvme88k} bits. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/18 16:45:19 Modified files: . : amiga.html cats.html arc.html mac68k.html palm.html pegasos.html pmax.html sun3.html Log message: unify discontinue messages. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/18 17:13:33 Modified files: security/p5-Crypt-DES: Makefile distinfo Log message: update to Crypt-DES-2.07 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/18 17:17:28 Modified files: sys/dev/ic : qlw.c Log message: Remove timeout logic from the polling loop. It causes more problems than it solves, and hopefully timeouts won't happen anymore now that we clear interrupts before checking the response in pointer. Fixes problems on my alpha where spinning up one of the disks takes longer than the timeout value. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/18 17:23:09 Modified files: sys/arch/sgi/gio: light.c lightreg.h Log message: - Fix clipping bounds in fill and blt operations; the lower-right corner is supposed to be outside the clipping region, not inside (i.e. there was an off-by-one everywhere). - Add colormap support, by programming the RAMDAC palette registers at init time, and also implement the colormap ioctls. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2014/03/18 17:39:14 Modified files: www/wordpress : Makefile distinfo Log message: Update Wordpress to 3.8.1 And take maintainership. Ok merdely@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/03/18 17:56:07 Modified files: multimedia/livestreamer-curses: Makefile distinfo multimedia/livestreamer-curses/pkg: PLIST Removed files: multimedia/livestreamer-curses/files: livestreamer-curses Log message: Update to 1.0.1 Upstream has made this packager friendly now. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/18 18:01:56 Modified files: sys/kern : kern_exec.c Log message: Properly align the stack using _STACKALIGNBYTES, rather that the ALIGN() macro which is unaware that stacks may need larger alignment. This may mean that some workarounds in crt0 can go away (here's looking at you mips64..) Tested on about half the architectures (the most special cases), so let's see what happens. with tobiasu CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/18 19:45:52 ports/textproc/calibre/files Update of /cvs/ports/textproc/calibre/files In directory cvs.openbsd.org:/tmp/cvs-serv10698/files Log Message: Directory /cvs/ports/textproc/calibre/files added to the repository CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/18 19:59:49 Modified files: distrib/notes : m4.common distrib/notes/alpha: install xfer distrib/notes/aviion: contents install xfer distrib/notes/hppa: install xfer distrib/notes/landisk: install distrib/notes/loongson: install distrib/notes/luna88k: contents install prep upgrade xfer distrib/notes/macppc: install distrib/notes/sgi: install xfer distrib/notes/sparc: install xfer distrib/notes/sparc64: install xfer distrib/notes/vax: install xfer Log message: you are still welcome to install from tape, but as befits an elite master of unix arcana, we will not condescend to tell you how. why spoil the fun? CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/18 20:15:46 Modified files: textproc/calibre: Makefile distinfo textproc/calibre/patches: patch-setup___init___py patch-setup_build_environment_py patch-setup_extensions_py patch-setup_install_py patch-src_calibre_constants_py patch-src_calibre_linux_py textproc/calibre/pkg: PLIST Added files: textproc/calibre/files: fake-xdg Log message: update to calibre 1.28.0 and replace a nasty block of patching with a helper script that mimics various xdg-* utils to install under the fake dir. CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2014/03/18 20:16:22 Modified files: usr.bin/libtool: libtool usr.bin/libtool/LT: Getopt.pm LaLoFile.pm Library.pm usr.bin/libtool/LT/Mode: Install.pm Link.pm Log message: Remove lexical $_ from libtool in preparation for perl 5.18 OK and additional changes from espie@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/18 20:34:45 Modified files: lib/libc/crypt : crypt.3 Log message: right or wrong, bcrypt() is declared in pwd.h, not unistd.h CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/18 20:43:03 Modified files: lib/libc/crypt : bcrypt.c Log message: consolidate the base64 code in one place, and remove inadequate test code CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/18 22:04:25 Modified files: etc : mklogin.conf Log message: no rest for the wicked. increase user blf logrounds default to 8(+2). increase root to 9(+1). ok deraadt (and a thank you to miod for helping to reduce the set of architectures harmed by this) CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/18 22:17:33 Modified files: sys/ufs/ffs : ffs_inode.c sys/ufs/ufs : inode.h ufs_inode.c ufs_vnops.c usr.sbin/pstat : pstat.8 pstat.c Log message: Pull in FreeBSD r37363 and r37887: -- Sync timestamp changes for inodes of special files to disk as late as possible (when the inode is reclaimed). Temporarily only do this if option UFS_LAZYMOD configured and softupdates aren't enabled. UFS_LAZYMOD is intentionally left out of /sys/conf/options. This is mainly to avoid almost useless disk i/o on battery powered machines. It's silly to write to disk (on the next sync or when the inode becomes inactive) just because someone hit a key or something wrote to the screen or /dev/null. -- Made lazy syncing of timestamps for special files non-optional. -- Also, include support in 'pstat -v' to display the IN_LAZYMOD flag. ok tedu@ millert@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/18 23:11:06 Modified files: sys/sys : cdefs.h Log message: It's been a quarter century: pre-ANSI C is dead CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/18 23:14:13 Modified files: sys/arch/alpha/include: _types.h sys/arch/amd64/include: _types.h sys/arch/arm/include: _types.h sys/arch/hppa/include: _types.h sys/arch/hppa64/include: _types.h sys/arch/i386/include: _types.h sys/arch/ia64/include: _types.h sys/arch/m88k/include: _types.h sys/arch/mips64/include: _types.h sys/arch/powerpc/include: _types.h sys/arch/sh/include: _types.h sys/arch/sparc/include: _types.h sys/arch/sparc64/include: _types.h sys/arch/vax/include: _types.h Log message: It's safe to assumed 'signed' exists CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/18 23:17:02 Modified files: lib/libc/stdio : vfprintf.c vfscanf.c vfwprintf.c vfwscanf.c Log message: It's still safe to assumed 'signed' exists CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 01:23:15 Modified files: devel/p5-Event : Makefile distinfo Log message: update to Event-1.21 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 01:23:26 Modified files: devel/p5-IO-Digest: Makefile distinfo Log message: update to IO-Digest-0.11 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/19 01:23:40 Modified files: devel/goffice : Makefile distinfo devel/goffice/pkg: PLIST Log message: Update to goffice-0.10.13. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 01:23:45 Modified files: security/p5-Crypt-Blowfish: Makefile distinfo security/p5-Crypt-Blowfish/patches: patch-Blowfish_xs Log message: update to Crypt-Blowfish-2.14 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 01:23:57 Modified files: security/p5-Crypt-Twofish: Makefile distinfo Log message: Crypt-Twofish-2.17 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/19 01:23:57 Modified files: math/gnumeric : Makefile distinfo Log message: Update to gnumeric-1.12.13. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/19 01:31:53 Modified files: x11/i3 : Makefile x11/i3/patches : patch-common_mk Log message: Remove the librt chunk. ok dcoppa@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/19 01:32:37 Modified files: editors/gummi : Makefile Removed files: editors/gummi/patches: patch-configure Log message: Drop librt patch. Regen WANTLIB. ok kili@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/19 01:44:04 Modified files: graphics/shotwell: Makefile distinfo graphics/shotwell/patches: patch-Makefile patch-configure graphics/shotwell/pkg: PLIST Log message: Update to shotwell-0.18.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 01:48:22 Modified files: x11/gnome/online-accounts: Makefile distinfo Log message: update to gnome-online-accounts-3.10.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 02:35:57 ports/devel/p5-PerlIO-via-symlink/patches Update of /cvs/ports/devel/p5-PerlIO-via-symlink/patches In directory cvs.openbsd.org:/tmp/cvs-serv24131/patches Log Message: Directory /cvs/ports/devel/p5-PerlIO-via-symlink/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 02:40:57 Modified files: devel/p5-PerlIO-via-symlink: Makefile Log message: Don't use the bundled ancient copy of Module::Install. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/19 02:59:37 Modified files: sys/dev/usb : ucycom.c ugold.c uhid.c uhidev.c uhidev.h uoaklux.c uoakrh.c uoakv.c uthum.c utrh.c utwitch.c Log message: Add a temporary hack to let a subdriver claim all the reportIDs of a device. This should be removed once all the drivers attaching to uhidev(4) are converted. ok andre@, sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 03:02:54 Modified files: devel/p5-Module-ScanDeps: Makefile distinfo devel/p5-Module-ScanDeps/pkg: PLIST Log message: update to Module-ScanDeps-1.13 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/19 03:07:06 Modified files: sys/arch/amd64/conf: GENERIC sys/arch/macppc/conf: GENERIC sys/arch/sparc64/conf: GENERIC Log message: Enable upd(4) on three archs to get it tested, requested by deraadt@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 03:07:26 Modified files: devel/p5-Module-Install: Makefile distinfo Log message: update to Module-Install-1.08 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 03:22:20 Log message: import Module-Install-AuthorTests-0.002 ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20141903 N ports/devel/p5-Module-Install-AuthorTests/Makefile N ports/devel/p5-Module-Install-AuthorTests/distinfo N ports/devel/p5-Module-Install-AuthorTests/pkg/PLIST N ports/devel/p5-Module-Install-AuthorTests/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/19 03:22:25 Modified files: share/man/man4 : upd.4 Log message: upd(4) attaches at uhidev(4), ok andre@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 03:23:08 Log message: import Module-Install-XSUtil-0.45 ok aja@ cvs: ---------------------------------------------------------------------- Status: Vendor Tag: jasper Release Tags: jasper_20141903 N ports/devel/p5-Module-Install-XSUtil/Makefile N ports/devel/p5-Module-Install-XSUtil/distinfo N ports/devel/p5-Module-Install-XSUtil/pkg/DESCR N ports/devel/p5-Module-Install-XSUtil/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 03:23:34 Log message: import Module-Install-Repository-0.06 ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20141903 N ports/devel/p5-Module-Install-Repository/Makefile N ports/devel/p5-Module-Install-Repository/distinfo N ports/devel/p5-Module-Install-Repository/pkg/DESCR N ports/devel/p5-Module-Install-Repository/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 03:24:33 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 03:25:06 Modified files: misc/p5-File-MMagic-XS: Makefile distinfo Log message: update to File-MMagic-XS-0.09007 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/19 04:09:20 Modified files: share/man/man9 : mbuf.9 sys/dev/ic : acx.c ath.c athn.c atw.c bwi.c malo.c rt2560.c rt2661.c rt2860.c rtw.c sys/dev/pci : if_iwn.c if_wpi.c sys/dev/usb : if_athn_usb.c if_atu.c if_otus.c if_ral.c if_rum.c if_run.c if_uath.c if_upgt.c if_urtw.c if_urtwn.c if_zyd.c sys/net80211 : ieee80211_output.c sys/sys : mbuf.h Log message: Stop abusing the rcvif pointer to pass wireless nodes down to the driver start routines. Instead add & use a pointer in the pkthdr since we don't want the overhead of using a mbuf_tags(9). claudio@ pointed out that other subsystems might want to use this pointer too, so here's a new cookie! ok claudio@, mikeb@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/19 05:15:56 Modified files: security/py-bcrypt: Makefile distinfo security/py-bcrypt/pkg: PLIST Log message: SECURITY update to py-bcrypt 0.4, from Francisco de Borja Lopez Rio - while there, fix WANTLIB and enable python 3 support; by me Fix concurrency bug reported by Alan Fairless of spideroak.com: Multiple threads may hash into the same memory area simultaneously. This may manifest as occasional random authentication failures (as user-a's password hash is compared to user-b's), but could potentially be used to bypass password checking by an attacker (user-a attempts login on user-b's account, while simultaneously flooding auth requests against user-a's account to overwrite the hash). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/19 05:16:16 Modified files: security : Makefile Log message: build py-bcrypt,python3 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/19 06:49:00 Modified files: sbin/ipsecctl : ipsec.conf.5 Log message: Unify ipsec.conf(5)'s copy of the text dealing with multiline comments, this was missed when unifying text in the other parse.y parsers (see e.g. pf.conf.5 r1.495). Noticed in a misc@ post by zeloff at zeloff/org. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/19 06:57:51 Modified files: share/man/man4 : sti.4 arcofi.4 wskbd.4 wsmouse.4 Log message: remove references to hp300 pages, recently removed; ok miod CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 07:24:29 Modified files: misc : Makefile Log message: -dnetc CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 07:25:54 Removed files: misc/dnetc : Makefile distinfo misc/dnetc/pkg : DESCR PLIST Log message: Drop binary-only dnetc port...where to begin...last OpenBSD binary was built in 2004, the port still has sparc/a.out binaries, maintainer email bounces, the binaries dump core (bad syscall)... ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 07:26:20 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: mention dnetc CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 07:28:04 Modified files: infrastructure/mk: arch-defines.mk Log message: sync with recent hp300/mvme{6,8}8k/m68k removal ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 07:28:57 Modified files: devel/libsigsegv: Makefile devel/boehm-gc : Makefile net/kismet : Makefile sysutils/pciutils: Makefile Log message: no more m68k CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 07:37:41 Modified files: audio/ac3dec/patches: patch-configure Log message: drop unneeded m68k chunk CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 07:38:36 Modified files: devel/ffcall : Makefile Log message: drop m68k related comment CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 07:40:59 Modified files: archivers/bzip2: Makefile net/curl : Makefile security/gnupg : Makefile Log message: remove m68k-related workarounds CVSROOT: /cvs Module name: src Changes by: andre@cvs.openbsd.org 2014/03/19 07:45:44 Modified files: sys/dev/usb : usb_quirks.c Log message: Removing devices supported by upd(4) from quirks. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 07:48:40 Modified files: devel/p5-EV/patches: patch-libev_ev_c shells/tcsh/patches: patch-host_defs news/nn : Makefile Log message: remove support for m68k in patches that add it; patches where the m68k bits are in context (but not the actual patch) were left out. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/19 07:49:12 Modified files: sys/net : if.c Log message: Since in{,6}_ifdetach() take care of removing the IPv4/6 addresses from the per-ifp list when an interface is destroyed/removed the only address left on the list at this point is the link-layer one. So remove the custom loop and its associated hack for the link-layer address and simply call if_free_sadl(). As a side effect, this should fix any scenario where if_alloc_sadl() is called multiple time since the first link-layer address allocated was never removed from the per-ifp list. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 07:53:29 Modified files: graphics/xanim : Makefile distinfo lang/g77 : Makefile x11/slim : Makefile x11/slim/pkg : README Removed files: graphics/xanim/patches: m68k-patch Log message: more assorted m68k related cleanups CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/19 07:56:08 Modified files: devel/libsigsegv: Makefile Log message: as pointed by Stuart, it's better to drop ONLY_FOR_ARCHS here as it already contains (almost) every single architecture we support. If something is not supported it's a good incentive to fix it. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/19 08:02:24 Modified files: usr.sbin/rip6query: rip6query.c Log message: Remove #ifdef FreeBSD. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/19 08:39:41 Modified files: graphics/viewnior: Makefile distinfo graphics/viewnior/pkg: PLIST Removed files: graphics/viewnior/patches: patch-configure Log message: Update to viewnior-1.4. Drop myself from maintainer. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/19 08:42:44 Modified files: usr.bin/ssh : scp.1 bin/cp : cp.1 bin : Makefile Log message: there is no need for rcp anymore ok deraadt millert CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/19 08:44:17 Removed files: bin/rcp : Makefile extern.h pathnames.h rcp.1 rcp.c util.c Log message: Thulsa Doom says "Infidel Defilers. They shall all drown in lakes of blood." CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/19 08:56:44 Modified files: usr.bin/htpasswd: htpasswd.c Log message: missing -B in second usage line pointed out by jmc@, thanks! CVSROOT: /cvs Module name: ports Changes by: miod@cvs.openbsd.org 2014/03/19 09:23:59 Modified files: devel/glib2/patches: gcc3-patch-glib_tests_Makefile_in Log message: Catch up to the current state of the tarball. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/19 09:24:15 Modified files: share/man/man5 : hosts.equiv.5 Log message: no more rcp; CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/19 09:28:16 Modified files: etc/etc.vax : MAKEDEV.md Log message: Tell the manpage machinery to not output Xr to hd(4/vax) in MAKEDEV.8, since such a manpage does not currently exist. Requested by jmc@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/19 09:29:13 Modified files: share/man/man8/man8.vax: MAKEDEV.8 Log message: regen CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/03/19 09:29:50 Modified files: editors/zile : Makefile distinfo Added files: editors/zile/patches: patch-src_funcs_c patch-src_minibuf_c Log message: Update Zile to 2.4.11 Large changelog, the main item is libgc is now really used in Zile. ok juanfra@, gonzalo@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/19 10:08:32 Modified files: sys/dev/usb : upd.c Log message: spacing CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/19 10:25:03 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: andre@cvs.openbsd.org 2014/03/19 10:34:35 Modified files: sys/dev/usb : upd.c Log message: When BatteryPresent flag is not set, invalidate battery-dependent sensors. suggested by deraadt@ ok mpi@ CVSROOT: /cvs Module name: www Changes by: okan@cvs.openbsd.org 2014/03/19 13:55:49 Modified files: faq : current.html Log message: rcp(1) removal CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2014/03/19 14:10:29 Modified files: faq : current.html Log message: consistent formatting of command line pre chunks, at least for 2014 CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/19 15:10:27 Modified files: usr.sbin/smtpd/makemap: Makefile share/man/man5 : Makefile gnu/usr.sbin/sendmail/makemap: Makefile gnu/usr.sbin/sendmail/sendmail: Makefile sendmail.8 Log message: use smtpd man pages by default. ok deraadt jmc sendmail.8 note by jmc CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/19 15:50:59 Modified files: usr.bin/mandoc : libmandoc.h main.c mandoc.h mandocdb.c read.c roff.c Log message: Generalize the mparse_alloc() and roff_alloc() functions by giving them an "options" argument, replacing the existing "inttype" and "quick" arguments, preparing for a future MPARSE_SO option. Store this argument in struct mparse and struct roff, replacing the existing "inttype", "parsetype", and "quick" members. No functional change except one tiny cosmetic fix in roff_TH(). CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2014/03/19 16:01:52 Modified files: . : hp300.html mvme68k.html mvme88k.html Log message: Mention these platforms will be discontinued after 5.5. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/19 16:20:36 Modified files: usr.bin/mandoc : main.c mandoc.h mandocdb.c read.c Log message: Without the MPARSE_SO option, if the file contains nothing but a single .so request, do not read the file pointed to, but instead let mparse_result() provide the file name pointed to as a return value. To be used by makewhatis(8) in the future. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/19 16:33:04 Modified files: usr.bin/mandoc : mandocdb.c Log message: Register pure .so pages as mlinks, not as mpages. This doesn't affect /usr/share/man, but improves /usr/X11R6/man: * Eliminates multiple apropos(1) output for such pages. * Reduces X11R6 database size from 450 kB to 240 kB (-47%). * Reduces X11R6 database build time from 1.68s to 1.00s (-40%). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/19 16:56:44 Modified files: share/man/man4 : umsm.4 Log message: remove userland ppp bits; CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2014/03/19 17:05:38 Modified files: . : 55.html Log message: bootloader random CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/03/19 20:08:29 Modified files: sbin/fdisk : misc.c Log message: Add back #include so strtod() works better. Fixes fdisk on sparc64 at least. Found when deraadt@ complained about loongson miniroot blowing up. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/19 20:57:13 Modified files: usr.bin/mandoc : roff.c Log message: Remove currently unimplemented macros from the lists of used-defined macros to be cleared during .Dd and .TH because clearing them at that point defeats the purpose of backup implementations provided in the manual page itself, some of which _do_ work with mandoc(1). While here, add the new .%C macro to the list to be cleared. CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/03/19 21:38:33 Modified files: bin/ps : keyword.c Log message: Move the "minflt" entry to the correct spot in the var array so that all keywords are sorted in ascending order again. This fixes a bug where ps(1) thought that "minflt" was an invalid keyword. This bug was introduced when the "maxrss" keyword was accidentally added to the array after "minflt" instead of before, so the bsearch(3)-based keyword lookup could never find "minflt". ok deraadt@ guenther@ millert@ tedu@ CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/03/19 21:58:29 src/regress/bin/ps Update of /cvs/src/regress/bin/ps In directory cvs.openbsd.org:/tmp/cvs-serv22381/ps Log Message: Directory /cvs/src/regress/bin/ps added to the repository CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/03/19 22:00:34 Added files: regress/bin/ps : Makefile Log message: Basic tests for ps(1) to check for valid/invalid keywords CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/03/19 22:02:02 Modified files: regress/bin : Makefile Log message: Enable ps regression tests CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/20 00:50:16 Modified files: graphics/p5-Imager-QRCode: Makefile distinfo Log message: update to Imager-QRCode-0.034 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/20 00:53:26 Modified files: devel/p5-Getargs-Long: Makefile distinfo Log message: update to p5-Getargs-Long-1.1003 CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2014/03/20 01:47:29 Modified files: usr.bin/mg : basic.c buffer.c cscope.c dir.c dired.c echo.c extend.c file.c fileio.c grep.c line.c macro.c modes.c paragraph.c re_search.c region.c search.c tags.c ttyio.c undo.c window.c word.c yank.c Log message: Add some missing dobeeps. ok florian@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/20 02:10:11 Modified files: devel/libgsf : Makefile distinfo devel/libgsf/pkg: PLIST Log message: Update to libgsf-1.14.30. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/20 02:49:32 Modified files: usr.bin/find : find.1 Log message: - use more portable -o in examples, requested by millert and sobrado - tweak STANDARDS to make the note about -and and -or a little clearer - remove some gnu clutter ok millert sobrado CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/20 02:51:52 Modified files: x11/gtk+2 : Makefile Log message: Drop XXX. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/03/20 03:00:09 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Cope with recent signify(1) changes and simplify getting/checking the sets. ok sthen@ rpe@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2014/03/20 03:03:37 Modified files: databases/postgresql: Tag: OPENBSD_5_3 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_5_3 PLIST-docs Log message: Update to 9.2.7 This update fixes 8 CVE (CVE-2014-0060, CVE-2014-0061, CVE-2014-0062, CVE-2014-0063, CVE-2014-0064, CVE-2014-0065, CVE-2014-0066 and CVE-2014-0067). This update also fixes some issues which affect binary replication and row locking, and can cause recoverable data corruption in some cases. CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2014/03/20 03:12:51 Modified files: databases/postgresql: Tag: OPENBSD_5_4 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_5_4 PLIST-docs Log message: Update to 9.2.7 This update fixes 8 CVE (CVE-2014-0060, CVE-2014-0061, CVE-2014-0062, CVE-2014-0063, CVE-2014-0064, CVE-2014-0065, CVE-2014-0066 and CVE-2014-0067). This update also fixes some issues which affect binary replication and row locking, and can cause recoverable data corruption in some cases. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/20 03:18:01 Modified files: sys/nfs : nfs_boot.c Log message: Kill NFS_BOOT_GATEWAY, ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/20 04:39:45 Modified files: www/phpvirtualbox: Makefile www/phpvirtualbox/pkg: PLIST README Removed files: www/phpvirtualbox/files: phpvirtualbox.conf Log message: Drop Apache-specific file and configuration; make documentation work on any HTTP server. Successfully tested with base nginx. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/20 05:17:09 Modified files: sysutils/entr : Makefile distinfo Log message: - update to entr 2.8, from maintainer/upstream Eric Radman - while there, line up variables in ports Makefile, like nearly every other port in the tree CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2014/03/20 05:22:15 Modified files: sys/netinet : ip_icmp.c Log message: revert rev. 1.115 In case imcp_reflect() is called without a given source address do not try to find a matching address by iterating over a global list and always use the routing table. This breaks icmp echo replies (and maybe more) on machines with >1 ip "reverting is safer and make it clear that this function needs more love" ok florian@, mpi@ for the revert CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/20 06:26:33 Modified files: sysutils/symon : Makefile sysutils/symon/pkg: MESSAGE-main MESSAGE-mux PLIST-main PLIST-mon PLIST-mux Added files: sysutils/symon/patches: patch-client_SymuxClient_pm Removed files: sysutils/symon/pkg: MESSAGE-mon Log message: fix POD errors in SymuxClient(3p), and install some files to saner locations CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/20 06:31:22 Modified files: sysutils/symon : Makefile sysutils/symon/pkg: PLIST-mux Log message: Shouldn't have c_config.sh in PLIST-mux. One day maybe I'll work out the gymnastics needed to move this to non-overlapping subpackages without pkg_add -u being unhappy.. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/20 06:34:28 Modified files: usr.sbin/nginx/conf: nginx.conf Log message: - add a comment pointing to http://wiki.nginx.org/Pitfalls, it has important information for people writing nginx configuration. - remove commented-out "ssl_protocols SSLv3 TLSv1" line; nginx default is "SSLv3 TLSv1 TLSv1.1 TLSv1.2", so uncommenting this line removes desirable protocols ok robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/20 06:43:21 Modified files: www/bacula-web : Makefile www/bacula-web/pkg: PLIST README Removed files: www/bacula-web/files: bacula-web.conf Log message: Make this port HTTP-server-agnostic. Tested with base nginx. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/20 06:46:15 Modified files: net/net-snmp : Makefile Added files: net/net-snmp/patches: patch-perl_SNMP_SNMP_pm Log message: fix pod errors CVSROOT: /cvs Module name: src Changes by: andre@cvs.openbsd.org 2014/03/20 06:50:49 Modified files: sys/dev/usb : upd.c usb_quirks.c Log message: CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/20 07:02:19 Modified files: lang/php/5.3 : Makefile lang/php/5.3/patches: patch-php_ini-development patch-php_ini-production lang/php/5.4 : Makefile lang/php/5.4/patches: patch-php_ini-development patch-php_ini-production lang/php/5.5 : Makefile lang/php/5.5/patches: patch-php_ini-development patch-php_ini-production lang/php/files : DESCR-main Log message: Default to UTC instead of having an undefined timezone. This can be easily changed per application or system-wide and will allow some PHP apps to behave right out-of-the-box without the following vomit: PHP message: PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set()..... ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/20 07:03:11 Modified files: net/zabbix : Makefile net/zabbix/files: zabbix.ini Log message: Renove uneeded chunk. ok robert@ (maintainer) CVSROOT: /cvs Module name: src Changes by: andre@cvs.openbsd.org 2014/03/20 07:07:01 Modified files: sys/dev/usb : upd.c usb_quirks.c Log message: Add several devices we already have defined in usbdevs and are also known to be UPSes. (forced commit due to previous empty commit message) ok mpi@ sthen@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/03/20 07:18:21 Modified files: sbin/fdisk : cmd.c disk.c fdisk.c misc.c part.c user.c Log message: Add back various #includes of err.h, unistd.h, ctype.h, ioctl.h to eliminate multiple 'implicit' declarations introduced by the previous over-zealous #include cleanup. Thanks to to tedu@ for pointing out how -Wall reveals all. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/20 07:18:34 Removed files: www/gitlist : Makefile distinfo www/gitlist/files: gitlist.conf www/gitlist/patches: patch-config_ini-example www/gitlist/pkg: DESCR PLIST README UNMESSAGE Log message: Drop gitlist. It is again one of these ports that only extract upstream tarball with no added benefit and worse, unmaintained and outdated. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/20 07:18:51 Modified files: www : Makefile Log message: -gitlist CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/20 07:19:06 Modified files: sys/net : if.c if_var.h sys/net80211 : ieee80211_node.h Log message: Do not pull unconditionally in , only the address tree and the 80211 nodes need it. ok henning@, mikeb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/20 07:19:34 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: gitlist is no more. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/03/20 07:43:32 Modified files: sbin/fdisk : part.c Log message: Simplify a bit of code to make sure even -Wall can see the variables are not used uninitialized. As a bonus, make variables the same type as the data they are trying to preserve. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/20 07:53:09 Modified files: devel/p5-Module-Install-XSUtil: Makefile Log message: add missing dependency CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/20 07:59:49 Modified files: databases/lbdb : Makefile Added files: databases/lbdb/patches: patch-mutt_ldap_query_pl_in Log message: fix POD error CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/20 08:20:30 Modified files: devel/p5-Class-ErrorHandler: Makefile distinfo Log message: update to p5-Class-ErrorHandler-0.03 CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2014/03/20 08:51:29 Modified files: x11/spectrwm : Makefile distinfo x11/spectrwm/patches: patch-spectrwm_c Log message: Update for Spectrwm to 2.5.0: Fix 'bind[] = ...' not unbinding as expected. Fix quirk matching of windows missing WM_CLASS. Add new maximize_toggle action. Improve support for Extended Window Manager Hints (EWMH). Add support for _NET_RESTACK_WINDOW. Add support for _NET_DESKTOP_GEOMETRY and _NET_DESKTOP_VIEWPORT. Add 'name' configuration option. Add support for _NET_WM_DESKTOP client message. And others. OK edd@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/20 09:04:35 Modified files: usr.bin/htpasswd: htpasswd.c Log message: Various fixes from Tiago Cunha tcunha _AT_ gmx _DOT_ com: - const for file and tok - remove \n from err(3) - typo in error message - s/err/errx/ for functions that do not set errno - s/fprintf(stderr,...)/warnx/ Thanks! OK sthen, benno CVSROOT: /cvs Module name: src Changes by: abieber@cvs.openbsd.org 2014/03/20 09:05:04 Modified files: sys/dev/usb : usbdevs Log message: Add ITUNER USBLCD256x64 OK sthen@ CVSROOT: /cvs Module name: src Changes by: abieber@cvs.openbsd.org 2014/03/20 09:05:31 Modified files: sys/dev/usb : usbdevs_data.h usbdevs.h Log message: sync CVSROOT: /cvs Module name: src Changes by: abieber@cvs.openbsd.org 2014/03/20 09:07:11 Modified files: sys/dev/usb : usb_quirks.c Log message: add USB_PRODUCT_ITUNER_USBLCD256x64 as UQ_BAD_HID so libusb can talk via interrupt transfers OK sthen@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/20 09:39:41 Modified files: usr.bin/gencat : gencat.1 Log message: $delset, not $del; ok millert CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/20 10:25:21 Modified files: net/icinga/core: Makefile net/icinga/core/pkg: README-main Log message: nginx configuration instructions for icinga-cgi. icinga-web is not yet covered. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/20 11:33:09 Modified files: audio/pulseaudio: Makefile distinfo audio/pulseaudio/files: module-sndio-symdef.h module-sndio.c audio/pulseaudio/patches: patch-configure_ac patch-src_Makefile_am patch-src_daemon_caps_c patch-src_daemon_main_c patch-src_modules_module-detect_c patch-src_tests_mult-s16-test_c audio/pulseaudio/pkg: PLIST Removed files: audio/pulseaudio/patches: patch-src_pulsecore_lock-autospawn_c Log message: Update to pulseaudio-5.0. ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/20 11:55:43 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 sysutils/accountsservice/pkg: PLIST Removed files: sysutils/accountsservice/patches: patch-configure_ac patch-src_user-classify_c Log message: Update to accountsservice-0.6.36. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/20 11:59:40 Modified files: devel/liblouis : Makefile devel/liblouis/pkg: DESCR Log message: Update to liblouis-2.5.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/20 12:07:59 Modified files: games/stepmania: Makefile Log message: INSTALL_PROGRAM -> INSTALL_SCRIPT ok espie@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/20 12:10:30 Modified files: audio/espeak : Makefile distinfo audio/espeak/patches: patch-src_event_cpp patch-src_fifo_cpp audio/espeak/pkg: PLIST Log message: Update to espeak-1.48.04. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/20 12:44:39 Modified files: www/selfoss : Makefile www/selfoss/files: selfoss.conf Log message: Drop unneeded php_value. ok rpe@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/20 12:47:23 Modified files: sysutils/accountsservice: Makefile sysutils/accountsservice/patches: patch-src_daemon_c Added files: sysutils/accountsservice/patches: patch-src_wtmp-helper_c Log message: Better fix for our lack of utmpx; from upstream. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/20 13:12:11 Modified files: usr.bin/fstat : fuser.1 Log message: this util is marked xsi; CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2014/03/20 13:21:00 Modified files: security/luasec: Makefile distinfo security/luasec/patches: patch-src_Makefile security/luasec/pkg: DESCR PLIST Log message: update to 0.5 from Henrik Friedrichsen < henrik at diff dot cc > CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/03/20 14:01:28 Modified files: distrib/miniroot: install.sh install.sub upgrade.sh Log message: FTP is so 20th century. Remove 'ftp' as a method to obtain installation sets. 'http' is the present. A bunch of related or triggered cleanup/consistenizing. Prodded by deraadt@, much feedback and testing by rpe@. ok rpe@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/20 14:12:17 Modified files: x11/gnome/grilo: Makefile distinfo x11/gnome/grilo/pkg: PLIST Log message: update to grilo-0.2.10 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/20 14:13:24 Modified files: x11/gnome/grilo-plugins: Makefile distinfo x11/gnome/grilo-plugins/pkg: PLIST Log message: update to grilo-plugins-0.2.12 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/20 14:23:51 Modified files: net/telepathy/telepathy-farstream: Makefile distinfo Log message: update to telepathy-farstream-0.6.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/20 14:28:43 Modified files: net/telepathy/telepathy-spec: Makefile distinfo net/telepathy/telepathy-spec/pkg: PLIST Log message: update to telepathy-spec-0.99.8 CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2014/03/20 14:29:27 Modified files: regress/gnu/egcs/gcc-bounds: md-2.c Log message: replace MD4 with MD5; ok tedu@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/20 14:31:39 Modified files: net/telepathy/telepathy-gabble: Makefile distinfo net/telepathy/telepathy-gabble/pkg: PLIST Log message: update to telepathy-gabble-0.18.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/20 14:31:59 Modified files: net/telepathy/telepathy-mission-control: Makefile distinfo Log message: update to telepathy-mission-control-5.16.1 CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2014/03/20 14:32:42 Modified files: bin/md5 : cksum.1 md5.c Log message: remove insecure MD4 checksum algorithm; ok tedu@, man page ok jmc@ "A collision attack published in 2007 can find collisions for full MD4 in less than two hash operations." CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/20 14:34:57 Log message: import Math-BigInt-Pari-1.17 looks ok to sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20142003 N ports/math/p5-Math-BigInt-Pari/distinfo N ports/math/p5-Math-BigInt-Pari/Makefile N ports/math/p5-Math-BigInt-Pari/pkg/PLIST N ports/math/p5-Math-BigInt-Pari/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/20 14:35:31 Modified files: math : Makefile Log message: +p5-Math-BigInt-Pari CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/20 14:36:00 Modified files: security/p5-Crypt-DH: Makefile distinfo Log message: update to p5-Crypt-DH-0.07 CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2014/03/20 14:39:13 Modified files: lib/libskey : skey.5 skey.h skeysubr.c usr.bin/skey : Makefile skey.1 skey.c usr.bin/skeyinit: skeyinit.1 skeyinit.c Log message: Remove the (non-default) MD4 hash algorithm from S/Key. ok millert, man pages ok jmc@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/20 14:48:21 Modified files: net/telepathy/telepathy-gabble: Makefile net/telepathy/telepathy-gabble/pkg: PLIST Log message: better way to clean the plist instead of @comment'ing .a/.la files. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/20 15:10:20 Modified files: net/telepathy/telepathy-glib: Makefile distinfo net/telepathy/telepathy-glib/patches: patch-telepathy-glib_Makefile_in net/telepathy/telepathy-glib/pkg: PLIST Log message: update to telepathy-glib-0.23.3 CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/20 16:03:56 Modified files: bin/md5 : Makefile cksum.1 crc.c crc.h md5.c Log message: purge sum and sysvsum code. ok deraadt jmc lteo millert a few initial leftovers spotted by naddy CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/20 16:06:21 Modified files: bin/md5 : cksum.1 Log message: missed a turd CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/20 18:23:15 Modified files: etc/mtree : 4.4BSD.dist usr.sbin/unbound: Makefile.bsd-wrapper etc : unbound.conf Log message: Install a /var/unbound/db directory, writable by the _unbound daemon, and use it as the default location for the DNSSEC root key. Update default config for this location. With this, the only step required to enable DNSSEC validation is to uncomment these default config entries and restart: #module-config: "validator iterator" #auto-trust-anchor-file: "/var/unbound/db/root.key" There is no longer a requirement to run unbound-anchor manually to update the root key. The rc.d script will take care of updates at boot, and Unbound will manage the file itself at runtime. Test with "dig test.dnssec-or-not.net txt @127.0.0.1" or similar. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/20 18:41:18 Modified files: devel/libmemcached: Makefile Added files: devel/libmemcached/patches: patch-docs_memslap_pod Log message: convert some UTF-8 smart quotes to ascii, pod2man in perl 5.18 doesn't like them CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/20 18:48:28 Modified files: net/mrtg : Makefile Added files: net/mrtg/patches: patch-doc_mrtg-squid_pod Log message: set =encoding in .pod document with iso8859-1, for new pod2man CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/20 18:56:09 Added files: graphics/enblend-enfuse/patches: patch-src_DefaultSig_pm Log message: patch file used during enblend-enfuse build to work with perl 5.18; from Debian http://search.cpan.org/dist/perl-5.18.0/pod/perldelta.pod#qw%28...%29_can_no_longer_be_used_as_parentheses CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2014/03/20 19:11:52 Modified files: mail/trojita : Makefile distinfo Log message: Update trojita to 0.4.1 This update fixes CVE-2014-2567. More information here: http://jkt.flaska.net/blog/Trojita_0_4_1__a_security_update_for_CVE_2014_2567.html CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/03/20 20:55:29 Modified files: lib/libpcap : nametoaddr.c Log message: Remove #ifdef lint block, since lint is gone. This #ifdef block was a local addition that has never been part of upstream. No binary change. feedback from guenther@ CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2014/03/20 21:11:16 Modified files: faq : current.html Log message: Fix typo in rm command for uucpd. Diff from Daniel Bolgheroni. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/20 21:56:49 Modified files: sys/arch/sparc64/sparc64: machdep.c Log message: Correct the (normally ignored) argument to SLIST_HEAD_INITIALIZER() CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/20 22:59:42 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: snc CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/21 01:32:30 Modified files: mail/roundcubemail: Makefile mail/roundcubemail/files: roundcubemail.conf Log message: Comment php_value date.timezone since this is the default now. Not removed because the warning about keeping the same TZ with the DB server still stands. ok sthen@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/21 01:32:57 Modified files: net/telepathy : Makefile Log message: unhook telepathy-{inspector,spec} CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/21 01:33:43 Removed files: net/telepathy/telepathy-inspector: Makefile distinfo net/telepathy/telepathy-inspector/pkg: DESCR PLIST net/telepathy/telepathy-spec: Makefile distinfo net/telepathy/telepathy-spec/pkg: DESCR PLIST Log message: zap useless ports which only target telepathy-developers and which did help us in the past getting the stack up and running, but it's just dead weight now. ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/21 01:36:26 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: add telepathy-{inspector,spec} CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/21 01:44:43 Modified files: net/rtg : Makefile Log message: missed bump CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/03/21 02:02:11 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Fix small regression when not using a full path to sets. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/03/21 02:13:57 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Use ftp -D. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/21 03:07:49 ports/www/p5-HTML-Base/patches Update of /cvs/ports/www/p5-HTML-Base/patches In directory cvs.openbsd.org:/tmp/cvs-serv26604/patches Log Message: Directory /cvs/ports/www/p5-HTML-Base/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/21 03:07:58 Modified files: www/p5-HTML-Base: Makefile Added files: www/p5-HTML-Base/patches: patch-html_base_pod Log message: fix pod errors CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/21 03:33:15 Modified files: mail/sympa : Makefile Added files: mail/sympa/patches: patch-doc_man8_alias_manager_pod_in patch-doc_man8_archived_pod_in patch-doc_man8_bounced_pod_in Log message: explicitly set pod2man encoding CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/21 03:45:09 Modified files: sys/netinet6 : nd6_nbr.c Log message: If a NA is received on a carp interface in BACKUP state and match one of the carp addresses silently ignore it since it is certainly coming from the carp MASTER. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/21 03:49:24 Modified files: www/wml : Makefile Added files: www/wml/patches: patch-wml_docs_wml_intro_pod patch-wml_docs_wml_tutorial_pod Log message: explicitly set pod encoding CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/21 04:06:58 ports/mail/swaks/patches Update of /cvs/ports/mail/swaks/patches In directory cvs.openbsd.org:/tmp/cvs-serv32534/patches Log Message: Directory /cvs/ports/mail/swaks/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/21 04:07:41 Modified files: mail/swaks : Makefile Added files: mail/swaks/patches: patch-swaks Log message: s,=item ##,=item C<##>, fix with perl 5.18 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/21 04:23:22 Modified files: devel/liblouis : Makefile Log message: fix build twice update to 2.5.3 ? I suspect some update was lost, but let it package at least. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/21 04:26:49 Modified files: net/bro/patches: patch-configure_in Log message: this was not tested. dnl only works as a comment if there's a space after it. CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2014/03/21 04:27:45 Modified files: databases/postgresql: Tag: OPENBSD_5_5 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_5_5 PLIST-docs Log message: Update to 9.3.3 This update fixes 8 CVE (CVE-2014-0060, CVE-2014-0061, CVE-2014-0062, CVE-2014-0063, CVE-2014-0064, CVE-2014-0065, CVE-2014-0066 and CVE-2014-0067). This update also fixes some issues which affect binary replication and row locking, and can cause recoverable data corruption in some cases. ok jasper@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/21 04:32:17 Modified files: sys/netinet : in.c Log message: Split the magic to add a connected route for every new IPv4 address added to an interface into two functions: one for route to prefix and one for route to host. This magic has been added to work around the behavior of rtinit() and preserve the connected route to prefix when the first address of a subnet is removed. Since this "feature" has been present for point- to-point interfaces too for more than 10 years, this diff does not change anything in this regard, even if I'm not sure it makes sense. Tested by benno@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/21 04:44:42 Modified files: share/man/man9 : Makefile rt_timer_add.9 sys/net : route.c route.h sys/netinet : ip_icmp.c ip_input.c sys/netinet6 : icmp6.c Log message: rt_timer* spring cleanup. Rename and document rt_timer_count() into rt_timer_queue_count() to be consistent with the other functions. Remove unused argument from rt_timer_queue_destroy(), clean the definitions and finally use the same order in NAME and DESCRIPTION as requested by jmc@. ok henning@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/21 04:45:04 Modified files: sysutils/parallel: Makefile Added files: sysutils/parallel/patches: patch-src_parallel_pod Log message: fix POD errors; lifted from new latest release. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/21 04:48:10 Modified files: net/rsnapshot/patches: patch-rsnapshot-program_pl Log message: fix pod2man error CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/21 04:51:55 Modified files: devel/liblouis : Makefile distinfo devel/liblouis/patches: patch-python_louis_Makefile_in devel/liblouis/pkg: PLIST Log message: Really update to liblouis-2.5.4. I have no clue how I ended up half-updating this port in my previous commit??? Thanks espie@ for noticing/fixing. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/21 04:53:18 Modified files: . : errata51.html Log message: fix url split over 2 lines CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/03/21 04:58:46 Modified files: libexec/makewhatis/OpenBSD: Makewhatis.pm libexec/makewhatis/OpenBSD/Makewhatis: Subject.pm Log message: fix picky mode, my subject handler was not maintaining enough state. problem introduced some time ago while improving the code :( okay millert@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/03/21 04:59:31 Modified files: libexec/makewhatis/OpenBSD: Makewhatis.pm libexec/makewhatis/OpenBSD/Makewhatis: Check.pm Find.pm Formated.pm Unformated.pm Log message: fix "my $_" issues in preparation for perl 5.18 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/21 05:01:33 Modified files: mail/spampd : Makefile mail/spampd/patches: patch-spampd Log message: fix POD errors, CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/21 05:01:43 Modified files: infrastructure/bin: make-plist Log message: zap $_ usage CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/21 05:11:24 Modified files: build : groups.dat Log message: remove entries from groups.dat with broken webservers CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/21 05:11:31 Modified files: . : groups.html Log message: sync CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/21 05:15:07 Modified files: build : support.dat Log message: remove some entries with broken www CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/21 05:15:14 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/21 05:16:43 Modified files: faq : faq8.html Log message: llvm is in ports/devel/llvm, not ports/lang/llvm CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/21 05:20:41 Modified files: usr.bin/head : head.1 Log message: make the STANDARDS note a little clearer, and use portable examples; ok millert CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/21 05:21:14 ports/net/p5-Net-SSH2/patches Update of /cvs/ports/net/p5-Net-SSH2/patches In directory cvs.openbsd.org:/tmp/cvs-serv15708/patches Log Message: Directory /cvs/ports/net/p5-Net-SSH2/patches added to the repository CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/21 05:21:32 Modified files: share/man/man7 : hier.7 Log message: just document /var/unbound/, instead of worrying about subdirs; ok sthen CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/21 05:21:35 Added files: net/p5-Net-SSH2/patches: patch-inc_Devel_CheckLib_pm Log message: Fix build with perl 5.18 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/21 05:24:11 Modified files: share/man/man9 : rt_timer_add.9 Log message: zap trailing whitespace; CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/21 05:31:06 Modified files: faq : faq15.html Log message: add XXX comment reminding about content duplication with faq/ports CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/21 05:31:25 Modified files: faq/ports : ports.html Log message: update example typescripts CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/21 05:36:42 Modified files: . : i386.html Log message: remove dead (and fairly useless) href to vmware gsx server CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/21 05:39:23 Modified files: . : lyrics.html Log message: fix vrrp-minutes-97dec.txt link CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/21 06:03:50 ports/security/p5-GnuPG-Interface/patches Update of /cvs/ports/security/p5-GnuPG-Interface/patches In directory cvs.openbsd.org:/tmp/cvs-serv8897/patches Log Message: Directory /cvs/ports/security/p5-GnuPG-Interface/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/21 06:05:29 Added files: security/p5-GnuPG-Interface/patches: patch-Makefile_PL Log message: unbreak with perl 5.18, patch taken from 0.46. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/21 06:26:18 Modified files: security/zebedee/patches: patch-Makefile Log message: don't bother running pod2man on a .pod file which won't build with perl 5.18, and then end up not installing it anyway. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/21 06:46:56 Added files: www/squid/stable/patches: patch-helpers_basic_auth_DB_config_test patch-helpers_external_acl_SQL_session_config_test patch-helpers_log_daemon_DB_config_test Log message: test pod2man differently, previous version no good with perl 5.18 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/21 06:55:23 Modified files: www/wml : Makefile Added files: www/wml/patches: patch-wml_aux_freetable_freetable_src patch-wml_backend_p2_mp4h_doc_mp4h_mp4h patch-wml_backend_p2_mp4h_mp4h-config_src patch-wml_backend_p6_asubst_asubst_src patch-wml_include_des_typography_src patch-wml_include_fmt_isolatin_src Log message: Fix remaining pod2man errors. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/21 07:07:34 Modified files: x11/p5-Tk : Makefile Added files: x11/p5-Tk/patches: patch-IO_IO_xs patch-tkGlue_c Log message: fix build with perl 5.17.7; from upstream this could use an update.. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/21 07:10:54 Modified files: www/wml : Makefile www/wml/patches: patch-wml_aux_freetable_freetable_src patch-wml_backend_p6_asubst_asubst_src patch-wml_include_des_typography_src patch-wml_include_fmt_isolatin_src Log message: more tweaks; put the =encoding lines after __END__ in files which have both source and pod CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/03/21 07:22:09 Modified files: etc : newsyslog.conf Log message: Add nginx default log files to the rotation. ok jung@ stephan@ tweaks and ok sthen@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/21 07:48:28 Modified files: sys/netinet : ip_carp.c Log message: Global lists of addresses are species near extinction, even carp do not like them! Since carp(4) interfaces do some magic tricks to find a compatible interface if you do not specify a `carpdev' argument, make them iterate over &ifnet instead of &in{,6}_ifaddr. ok benno@, mikeb@, florian@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/21 09:08:31 Modified files: devel/p5-MooseX-LogDispatch: Makefile distinfo Log message: update to p5-MooseX-LogDispatch-1.2002 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/21 09:12:38 Modified files: devel/p5-Try-Tiny: Makefile distinfo Log message: update to p5-Try-Tiny-0.19 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/21 09:20:40 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/21 09:21:23 Modified files: devel/p5-Module-Runtime: Makefile distinfo Log message: update to Module-Runtime-0.014 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/21 09:28:34 Modified files: graphics/p5-Cairo: Makefile distinfo Log message: Bugfix update to p5-Cairo-1.104. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/21 09:29:15 Modified files: devel/p5-Package-DeprecationManager: Makefile distinfo Log message: update to p5-Package-DeprecationManager-0.13 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/21 09:37:16 Modified files: print/foo2zjs : Makefile distinfo print/foo2zjs/patches: patch-getweb_in Log message: Update to foo2zjs-20140318. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/21 10:45:51 Modified files: databases/sqlports/files: TreeWalker.pm Log message: fix $_ usage CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/21 11:18:23 Modified files: devel : Makefile Removed files: devel/svk : Makefile distinfo devel/svk/patches: patch-Makefile_PL devel/svk/pkg : DESCR PLIST Log message: Remove SVK; it doesn't build with perl 5.18, and developed stopped upstream some time ago - see http://lists.bestpractical.com/pipermail/svk-devel/2009-May/001224.html ok jasper@ aja@ ian@ and stsp@ who says: SVK was released before Git and Mercurial were conceived. Its use of Subversion's APIs hasn't been updated beyond Subversion 1.4 which is ancient by today's standards. There are migration paths towards Subversion 1.8 and to Git/Mercurial. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/21 11:19:48 Modified files: devel : Makefile Removed files: devel/p5-SVN-Dump: Makefile distinfo devel/p5-SVN-Dump/pkg: DESCR PLIST devel/p5-SVN-Mirror: Makefile distinfo devel/p5-SVN-Mirror/pkg: DESCR PLIST Log message: remove ports which were there for devel/sdk, pointed out by stsp@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/21 11:22:41 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: removal quirks for svk, p5-SVN-Dump, p5-SVN-Mirror CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/21 11:26:04 Modified files: www/ap2-mod_perl: Makefile distinfo Log message: update to mod_perl-2.0.8 and adjust MASTER_SITES ok maintainer CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/21 11:55:28 Modified files: devel/p5-Variable-Magic: Makefile distinfo Log message: update to Variable-Magic-0.53 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/21 12:29:28 Modified files: graphics/clutter: Makefile.inc Log message: Amend license marker. CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2014/03/21 13:11:48 Modified files: faq : current.html Log message: unbound user and group CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/21 13:41:58 Modified files: faq : current.html Log message: - say "updated" in the contents list for Unbound. - previous users of the package shouldn't add a duplicate user. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2014/03/21 13:55:11 Modified files: usr.sbin/pppd : Makefile Log message: Disable MS-CHAPv1 (RFC 2433) support. Undocumented; Microsoft dropped support in 2007 (Windows Vista); requires MD4, which will be removed. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/03/21 14:01:42 Modified files: cad : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: cad/chipmunk : Makefile distinfo cad/chipmunk/files: Makefile cad/chipmunk/patches: patch-log_src_ana_globals_c patch-log_src_ana_inter_c patch-log_src_log_c patch-log_src_loged_c patch-psys_include_p2c_lunix_pas_h patch-psys_include_p2c_p2c_h patch-psys_src_Makefile patch-psys_src_lunix_pas_c patch-psys_src_misc_c patch-psys_src_newasmlib_c patch-psys_src_newcrt_c patch-psys_src_plot_c patch-until_V1_2_data_types_c patch-until_V1_2_ffman_c patch-until_V1_2_main_c patch-until_V1_2_prim_stuff_c patch-until_V1_2_prim_stuff_h patch-view_viewmod_c patch-wol_wol_init_c cad/chipmunk/pkg: DESCR PLIST Log message: remove chipmunk: ancient cruft ported to Unix some 25 years ago and on life support for a long time; ok sthen@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/21 15:39:36 Modified files: sys/arch/mips64/mips64: pmap.c sys/kern : subr_hibernate.c sys/uvm : uvm_page.h uvm_pmemrange.c Log message: Allow for two more pmap-specific bits in vm_page pg_flags. Define PG_PMAPMASK as all the possible pmap-specific bits (similar to the other PG_fooMASK) to make sure MI code does not need to be updated, the next time more bits are allocated to greedy pmaps. No functional change, soon to be used by the (greedy) mips64 pmap. CVSROOT: /cvs Module name: src Changes by: andre@cvs.openbsd.org 2014/03/21 15:46:47 Modified files: sys/kern : tty_nmea.c Log message: Some knf, no functional changes. ok sthen@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/21 15:49:45 Modified files: sys/arch/loongson/loongson: bus_dma.c sys/arch/mips64/include: pmap.h sys/arch/mips64/mips64: pmap.c sys/arch/octeon/octeon: bus_dma.c sys/arch/sgi/sgi: bus_dma.c Log message: Rename the symbolic constants for the pmap-specific vm_pag pg_flags from PV_xxx to PGF_xxx for consistency (these are not stored in pvlist entries anymore since years). The PG_ prefix can't be used here because of name conflicts with names, and I'd rather not rename the pte constants. No functional change. But it makes my life easier. CVSROOT: /cvs Module name: src Changes by: andre@cvs.openbsd.org 2014/03/21 15:54:14 Modified files: sys/kern : tty_nmea.c Log message: Fix missing brackets: longitude/latitude status set to critical every time nmea_timeout() is triggered introduced in rev 1.37. ok sthen@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/21 16:00:59 Modified files: sys/arch/sgi/sgi: autoconf.c Log message: Keep the `clamp memory to what pmap can address' logic unconditional, and use a define to figure out what the pmap limit is. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/21 16:17:01 Modified files: usr.bin/mandoc : Makefile arch.c att.c chars.c eqn.c html.c lib.c main.c man.c man_hash.c man_validate.c mandoc.c mandoc.h mandocdb.c manpath.c mansearch.c mdoc.c mdoc_argv.c mdoc_hash.c mdoc_man.c mdoc_validate.c msec.c out.c read.c roff.c st.c tbl.c tbl_data.c tbl_layout.c term.c term_ascii.c term_ps.c vol.c Added files: usr.bin/mandoc : mandoc_aux.c mandoc_aux.h Log message: The files mandoc.c and mandoc.h contained both specialised low-level functions used for multiple languages (mdoc, man, roff), for example mandoc_escape(), mandoc_getarg(), mandoc_eos(), and generic auxiliary functions. Split the auxiliaries out into their own file and header. While here, do some #include cleanup. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/21 16:52:21 Modified files: usr.bin/mandoc : mandoc_aux.c mandoc_aux.h mandocdb.c mansearch.c mdoc.c mdoc_validate.c roff.c Log message: avoid repetitive code for asprintf error handling CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/21 17:05:41 Modified files: sys/arch/mips64/include: cpu.h db_machdep.h sys/arch/mips64/mips64: db_machdep.c mips64_machdep.c Log message: Rename db_inst_type() into classify_insn() and make that function available outside of ddb. It will be used by regular kernel code shortly. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/21 18:00:38 Modified files: sys/arch/mips64/include: pte.h Log message: Shuffle tlblo-related defines, to better show which bits are software only, and which bits end up in the actual tlb registers. On non-R8000 kernels, shrink the actual physical address bits to add a new software bit, PG_SP (for `special'), which will be used shortly. This halves the physical memory addressable by non-MIPS_PTE64 kernels, which should not be a problem anyway. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/21 18:01:04 Modified files: sys/arch/mips64/conf: files.mips64 sys/arch/mips64/include: cpu.h pcb.h pmap.h sys/arch/mips64/mips64: context.S genassym.cf pmap.c tlbhandler.S trap.c sys/arch/sgi/sgi: machdep.c Added files: sys/arch/mips64/mips64: r4000_errata.c Log message: Second draft of my attempt to workaround the infamous R4000 end-of-page errata, affecting R4000 processors revision 2.x and below (found on most R4000 Indigo and a few R4000 Indy). Since this errata gets triggered by TLB misses when the code flow crosses a page boundary, this code attempts to identify code pages prone to trigger the errata, and force the next page to be mapped for at least as long as the current pc lies in the troublesome page, by creating wiring extra TLB entries. These entries get recycled in a lazy-but-aggressive-enough way, either because of context switches, or because of further tlb exceptions reaching trap(). The errata workaround code is only compiled on R4000-capable kernels (i.e. sgi GENERIC-IP22 and nothing else), and only enabled on affected processors (i.e. not on R4000 revision 3, or on R4400). There is still room for improvemnt in unlucky cases, but in this simple enough incarnation, this allows my R4000 2.2 Indigo to finally reliably boot multiuser, even though both /sbin/init and /bin/sh contain code pages which can trigger the errata. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/21 18:51:58 Modified files: sys/dev/pci : mmuagp.c Log message: is gone; this compiles fine without it CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/21 18:56:07 Modified files: usr.bin/mandoc : man.c man.h mandocdb.c Log message: If a man(7) NAME section contains macros, avoid truncated or empty entries for .Nd in mandocdb(8), instead use the macro content recursively. This improves indexing of more than 200 manuals in Xenocara, i.e. more than 15%, in particular GL and some Xkb. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/21 19:05:45 Modified files: cad/xnecview : Makefile distinfo cad/xnecview/patches: patch-xwin_c Log message: update to xnecview 1.36, and fix LP64 issues (doesn't include string.h so no prototypes for str* functions). CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/03/21 19:13:02 Modified files: distrib/miniroot: install.sub distrib/vax : install.md Log message: Remove 'tape' as a method for installing sets. Elite masters of unix arcana able to do without instructions for tape installs, can do without the crutch of script support. If any non-EMOUA tape users surface, this is easy to restore. ok halex@ on the actual diff. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/21 19:26:42 Modified files: comms/fldigi : Makefile distinfo comms/fldigi/patches: patch-src_xmlrpcpp_XmlRpcDispatch_cpp Log message: update to fldigi-3.21.79 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/03/21 20:24:43 Modified files: distrib/vax : install.md distrib/miniroot: install.sub Log message: Oops. MDMTDEVS is used to populate /dev. Put those bits back. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/03/21 20:42:00 Modified files: distrib/miniroot: install.sub Log message: Upper case another global variable (nifs -> NIFS). CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/21 20:42:34 Modified files: usr.bin/mg : theo.c Log message: truer words were never spoken CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/03/21 22:18:18 Modified files: usr.sbin/npppd/pppoe: pppoed.c usr.sbin/npppd/pptp: pptpd.c Log message: Stop output "Stopped" log message of the tunnel protocols. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/03/21 22:19:54 Modified files: usr.sbin/npppd/pptp: pptpd.c Log message: Don't stop listening 1723/tcp when accept() is failed. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/03/21 22:21:04 Modified files: usr.sbin/npppd/npppd: npppd.c npppd_radius.c Log message: In RADIUS accounting, realm_framed_ip_address was mistakenly used for Framed-IP-Address. acct_framed_ip_address should be used for that purpose. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/03/21 22:23:17 Modified files: usr.sbin/npppd/npppd: npppd.c npppd.conf.5 npppd.h npppd_auth.c npppd_auth.h npppd_auth_local.h parse.y Log message: Fixed a bug in npppd_auth_get_user() which caused segmentation faults after a user authentication is succeeded in case the authentication config option has `username-suffix' and 'strip-atmark-realm' is yes. Delete `username-prefix' from authentication setting. This config option was mis-leading and useless. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/03/21 22:25:00 Modified files: usr.sbin/npppd/npppd: radius_req.c Log message: Add an assert not to call radius_cancel_request() on callback. If the assert is disabled by compile time, the function returns immediatly on that condition. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/03/21 22:30:31 Modified files: usr.sbin/npppd/common: debugutil.h usr.sbin/npppd/npppd: Makefile npppd.c npppd.h npppd_config.c npppd_ctl.c npppd_ctl.h npppd_local.h ppp.c usr.sbin/npppctl: Makefile npppctl.8 npppctl.c parser.c parser.h Added files: usr.sbin/npppd/npppd: control.c Log message: Reimplement control part of npppd(8) with imsg. Also add "monitor" command for npppctl(8) to monitor PPP session start/stop events. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/03/21 22:32:39 Modified files: usr.sbin/npppd/l2tp: l2tp.h l2tp_conf.h l2tpd.c usr.sbin/npppd/npppd: npppd.conf npppd.conf.5 parse.y ppp.c usr.sbin/npppd/pptp: pptp.h pptp_conf.h pptpd.c Log message: Now tunnel can have multiple listen addresses. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/22 00:05:45 Modified files: sys/arch/alpha/alpha: machdep.c sys/arch/amd64/amd64: machdep.c sys/arch/arm/arm: sig_machdep.c sys/arch/hppa/hppa: machdep.c sys/arch/hppa64/hppa64: machdep.c sys/arch/i386/i386: linux_machdep.c machdep.c sys/arch/m88k/m88k: sig_machdep.c sys/arch/macppc/macppc: machdep.c sys/arch/mips64/mips64: sendsig.c sys/arch/sh/sh : sh_machdep.c sys/arch/socppc/socppc: machdep.c sys/arch/solbourne/solbourne: machdep.c sys/arch/sparc/sparc: machdep.c sys/arch/sparc64/sparc64: machdep.c sys/arch/vax/vax: machdep.c sys/kern : exec_elf.c init_main.c kern_exit.c kern_fork.c kern_sig.c kern_synch.c kern_sysctl.c tty.c tty_pty.c sys/nfs : nfs_socket.c sys/sys : proc.h signalvar.h sysctl.h Log message: Move p_sigacts from struct proc to struct process. testing help mpi@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/22 02:02:03 Modified files: usr.bin/ipcrm : ipcrm.1 usr.bin/ipcs : ipcs.1 Log message: standard blurb; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/22 02:16:21 Modified files: www/phpvirtualbox: Makefile www/phpvirtualbox/pkg: PLIST www/bacula-web : Makefile www/bacula-web/pkg: PLIST Log message: No more /var/www/conf/modules. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/22 03:40:21 Modified files: www/owncloud : Makefile www/owncloud/pkg: PLIST README UNMESSAGE Added files: www/owncloud/patches: patch-lib_private_setup_php patch-lib_private_util_php Removed files: www/owncloud/files: owncloud.conf Log message: Rework this port to make it work with nginx(8) by default. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2014/03/22 03:41:28 Modified files: usr.sbin/smtpd : config.c smtpd.c smtpd.h Log message: disable the imsg buffers profiling code unless requested, this will prevent all processes from waking up every second CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2014/03/22 04:00:58 Modified files: usr.bin/mg : tags.c Log message: If no default tag defined, still let user input a tag to find. From Sunil Nimmagadda. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/22 04:08:41 Added files: mail/sympa/patches: patch-doc_man8_sympa_pod Log message: *really* fix for perl 5.18. easy to forget to rebuild when dreadful makefile rules are in effect CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 04:22:36 Modified files: security/p5-Crypt-DSA: Makefile distinfo Log message: update to p5-Crypt-DSA-1.17 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 04:26:38 Modified files: math/plplot : Makefile Log message: missing bumps after gd update CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/03/22 04:36:22 Modified files: usr.bin/make : Makefile Log message: don't use >$@ directly CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2014/03/22 05:05:37 Modified files: usr.bin/mg : bell.c def.h main.c Log message: donebell is no longer required. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/03/22 05:16:42 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Make sure to add missing users/groups _before_ running the distribution-etc-root-var target; otherwise mtree(8) can fail. issue reported and debugged by deraadt@ ok sthen@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/22 05:18:05 Modified files: lib/libkvm : kvm_proc2.c Log message: Unbreak tree; p_sigacts moved from struct proc to struct process CVSROOT: /cvs Module name: www Changes by: florian@cvs.openbsd.org 2014/03/22 06:10:44 Modified files: . : 55.html Log message: pflow(4) and slowcgi(8) improvements CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/03/22 06:26:03 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Also remove TEMPROOT in error_rm_wrkdir. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/03/22 06:33:36 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Fix trap: do not remove the entire WRKDIR -- we may have our backed up files in there. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/22 06:52:29 Modified files: . : 55.html Log message: noteably->notably CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/03/22 06:58:18 Modified files: . : 55.html Log message: fill in some more pkg counts CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 07:46:27 Log message: import Eval-Closure-0.11 ok espie@ Status: Vendor Tag: jasper Release Tags: jasper_20142103 N ports/devel/p5-Eval-Closure/Makefile N ports/devel/p5-Eval-Closure/distinfo N ports/devel/p5-Eval-Closure/pkg/PLIST N ports/devel/p5-Eval-Closure/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 07:47:02 Log message: import Module-Implementation-0.07 ok espie@ Status: Vendor Tag: jasper Release Tags: jasper_20142103 N ports/devel/p5-Module-Implementation/Makefile N ports/devel/p5-Module-Implementation/distinfo N ports/devel/p5-Module-Implementation/pkg/DESCR N ports/devel/p5-Module-Implementation/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 07:47:29 Log message: import Sub-Exporter-Progressive-0.001011 ok espie@ Status: Vendor Tag: jasper Release Tags: jasper_20142103 N ports/devel/p5-Sub-Exporter-Progressive/Makefile N ports/devel/p5-Sub-Exporter-Progressive/distinfo N ports/devel/p5-Sub-Exporter-Progressive/pkg/DESCR N ports/devel/p5-Sub-Exporter-Progressive/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 07:49:23 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 07:50:50 Modified files: devel/p5-Class-Load: Makefile distinfo Log message: update to Class-Load-0.21, needed by upcoming Moose update CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 07:51:19 Log message: import Class-Load-XS-0.08 ok espie@ Status: Vendor Tag: jasper Release Tags: jasper_20142103 N ports/devel/p5-Class-Load-XS/Makefile N ports/devel/p5-Class-Load-XS/distinfo N ports/devel/p5-Class-Load-XS/pkg/DESCR N ports/devel/p5-Class-Load-XS/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 07:51:37 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 07:53:57 Modified files: devel/p5-Moose : Makefile distinfo devel/p5-Moose/pkg: PLIST Log message: update to Moose-2.1204, needed by the upcoming perl update. there will be some fallout from this update, but it'll be dealt with shortly. partly based on a previous update by Sergey Bronnikov CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 07:55:34 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: devel/p5-Class-MOP: Makefile distinfo devel/p5-Class-MOP/patches: patch-t_016_class_errors_and_edge_cases_t devel/p5-Class-MOP/pkg: DESCR PLIST Log message: Class::MOP is part of Moose now CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 08:00:10 Modified files: devel/p5-namespace-autoclean: Makefile distinfo Log message: update to namespace-autoclean-0.15 and bump dependency on Moose to get Class::MOP through there. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 08:00:43 Modified files: devel/p5-File-ChangeNotify: Makefile devel/p5-MooseX-Types-Path-Class: Makefile www/p5-Catalyst-Runtime: Makefile www/p5-Drupal-Admin: Makefile Log message: adjust for Class::MOP move into Moose CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 08:02:25 Modified files: devel/p5-B-Hooks-EndOfScope: Makefile distinfo devel/p5-B-Hooks-EndOfScope/pkg: PLIST Log message: update to B-Hooks-EndOfScope-0.13 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 08:03:04 Modified files: devel/p5-MooseX-Declare: Makefile distinfo Log message: update to MooseX-Declare-0.38 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 08:03:20 Modified files: devel/p5-MooseX-Getopt: Makefile distinfo Log message: update to MooseX-Getopt-0.62 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 08:05:28 Modified files: devel/p5-MooseX-Method-Signatures: Makefile distinfo Log message: update to MooseX-Method-Signatures-0.47 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 08:05:38 Modified files: devel/p5-MooseX-NonMoose: Makefile distinfo Log message: update to MooseX-NonMoose-0.26 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 08:05:57 Modified files: devel/p5-MooseX-Role-Parameterized: Makefile distinfo devel/p5-MooseX-Role-Parameterized/pkg: PLIST Log message: update to MooseX-Role-Parameterized-1.02 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 08:06:09 Modified files: devel/p5-MooseX-Traits: Makefile distinfo Log message: update to MooseX-Traits-0.12 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 08:06:22 Modified files: devel/p5-MooseX-Types: Makefile distinfo Log message: update to MooseX-Types-0.44 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 08:06:36 Modified files: devel/p5-MooseX-Types-DateTime: Makefile distinfo Log message: update to MooseX-Types-DateTime-0.10 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 08:06:58 Modified files: devel/p5-namespace-clean: Makefile distinfo devel/p5-namespace-clean/pkg: PLIST Log message: update to namespace-clean-0.25 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 08:08:56 Modified files: devel/p5-Any-Moose: Makefile devel/p5-Devel-PartialDump: Makefile devel/p5-MooseX-ConfigFromFile: Makefile devel/p5-MooseX-Daemonize: Makefile devel/p5-MooseX-Log-Log4perl: Makefile devel/p5-MooseX-POE: Makefile Log message: fixup TEST_DEPENDS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 08:09:54 Modified files: devel/p5-MooseX-LogDispatch: Makefile Log message: fixup TEST_DEPENDS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/22 08:23:20 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: unbreak after chipmunk removal CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/22 08:31:51 Modified files: devel/quirks : Makefile Log message: check syntax, avoids stupid typos... CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/03/22 09:40:04 Modified files: sbin/fdisk : part.c Log message: warn() -> warnx() when errno is irrelevant. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2014/03/22 13:07:21 Modified files: . : mvme88k.html Log message: Belatedly mention MVME181 as supported. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2014/03/22 13:10:32 Modified files: . : hp300.html mvme68k.html hp300 : hp300faq.html Log message: Make the manpage links require 5.4 manpages from man.cgi, as most of these pages no longer exist in -CURRENT (or no longer cover these platforms) CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/03/22 16:21:25 Modified files: devel/py-six : Makefile distinfo Log message: Update to 1.6.1 CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/22 17:02:03 Modified files: lib/libc/crypt : bcrypt.c Log message: switch to shorter ISC license. this was ok with Niels Provos. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/22 17:05:43 Modified files: net/pmacct : Makefile distinfo net/pmacct/pkg : DESCR PFRAG.mysql PFRAG.postgresql PLIST Added files: net/pmacct/patches: patch-configure_in patch-src_isis_isis_c patch-src_isis_stream_c patch-src_isis_thread_c patch-src_network_h Removed files: net/pmacct/patches: patch-configure Log message: Update to pmacct 1.5.0rc2 (old version in the ports tree could read netflow v9 but not IPFIX). Follow upstream and use threads by default, roll in the flavour with an @pkgpath (though we didn't build packages with threads enabled anyway). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/22 18:00:32 Modified files: sys/arch/sgi/sgi: ip22_machdep.c Log message: Repair R5000SC and R4600SC external L2 cache setup, broken in previous revision. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/22 19:43:41 Modified files: net/nfdump : Makefile distinfo Log message: update to nfdump 1.6.11 CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/22 20:42:47 Modified files: games/hunt/huntd: Makefile answer.c driver.c huntd.6 Log message: stop using libwrap. ok deraadt CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/22 21:33:58 Modified files: share/mk : bsd.own.mk Log message: default to tcpwrappers off. ok deraadt CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/23 01:08:09 Modified files: graphics/clutter/cogl: Makefile Log message: Add BZ URL. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/23 01:11:21 Modified files: net/telepathy/telepathy-glib: Makefile Log message: Add BZ URL. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/23 01:44:37 Modified files: bin/kill : kill.1 Log message: note that the last two usage forms are marked xsi; ok millert CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/23 01:45:47 Modified files: games/hunt/huntd: huntd.6 Log message: some minor cleanup: - new sentence, new line - no need to quote Sh lines, or Pa args CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/23 03:21:30 Modified files: x11/kde/pim3 : Makefile x11/kde/addons3: Makefile Log message: the big bad bug in libtool where modules and libraries are not properly separated strikes again. perl 5.18 changes the order of hash keys, so that some of the sloppyness of the current libtool code is more likely to seep thru. revert those to gnu libtool until this is fixed :( CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/23 03:27:21 Added files: net/smokeping/patches: patch-lib_Smokeping_pm Log message: fix documentation for new pod2man CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/23 03:51:33 Modified files: www/webkit/patches: patch-GNUmakefile_in Log message: use ln -f, so even if we rerun things twice, we won't blow in a stupid way. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/03/23 04:54:43 Modified files: lang/fpc : Makefile distinfo lang/fpc/patches: patch-fpcsrc_compiler_systems_t_bsd_pas patch-fpcsrc_rtl_openbsd_i386_cprt0_as patch-fpcsrc_rtl_openbsd_i386_prt0_as patch-fpcsrc_rtl_openbsd_sysnr_inc patch-fpcsrc_rtl_openbsd_x86_64_cprt0_as patch-fpcsrc_rtl_openbsd_x86_64_prt0_as lang/fpc/pkg : PLIST Removed files: lang/fpc/patches: patch-fpcsrc_packages_openssl_src_openssl_pas patch-fpcsrc_rtl_bsd_ossysc_inc patch-fpcsrc_rtl_openbsd_Makefile patch-fpcsrc_rtl_openbsd_Makefile_fpc Log message: Update to FPC 2.6.4; bootstrap mirrored by aja@ again, thanks! CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/03/23 05:48:23 Modified files: sys/dev/pckbc : pckbd.c Log message: my bad, last commit was not ok deraadt, revert it. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/23 05:54:59 Modified files: sys/dev/usb : hidkbd.c Log message: Revert audio key handling, requested by ratchov@ CVSROOT: /cvs Module name: src Changes by: andre@cvs.openbsd.org 2014/03/23 06:20:14 Modified files: sys/dev/usb : uhidev.c Log message: Fix uhidev_detach() when detaching a device which did not claimed for all report IDs, on those cases some positions on sc_subdevs[] can be null. Initial analysis by guenther@. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2014/03/23 06:24:14 Modified files: infrastructure/man/man1: dpb-replay.1 dpb.1 Log message: Ok @espie CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/23 06:25:26 Modified files: etc : unbound.conf Log message: Remove commented-out module-config line, it is already set to "validator iterator" by default. Pointed out by Patrik Lundin. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/03/23 06:30:26 Modified files: sysutils/parallel: Makefile distinfo sysutils/parallel/patches: patch-src_Makefile_in sysutils/parallel/pkg: PLIST Removed files: sysutils/parallel/patches: patch-src_parallel_pod Log message: Update to parallel-20140322. Tested with new perl/ok jasper@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2014/03/23 06:44:00 Modified files: bin/kill : kill.c Log message: kill(1) doesn't use getopt() due to its non-standard option processing. However, POSIX (really XSI) says it should honor "--" to disambiguate between -signum and -pgid. This adds simple "--" handling such that "kill -- -pgid" is accepted. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/23 06:44:19 Modified files: usr.bin/mandoc : mandocdb.c mdoc.c mdoc.h Log message: If an .Nd block contains macros, avoid fragmented entries in mandocdb(8), instead use the .Nd content recursively. Improves a couple of index entries in base. CVSROOT: /cvs Module name: www Changes by: millert@cvs.openbsd.org 2014/03/23 06:49:53 Modified files: . : mail.html Log message: The www list is gone. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/23 06:59:57 Modified files: www/webkit/patches: patch-GNUmakefile_in Log message: better: don't bother linking if it's already there, just don't error out for that... CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2014/03/23 07:10:22 Modified files: biology/bioperl: Makefile biology/bioperl/pkg: PLIST Added files: biology/bioperl/patches: patch-maintenance_symlink_script_pl Log message: Stop creating a symlink when building port Ok espie@ sthen@ jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/23 07:18:57 Modified files: audio/rhythmbox: Makefile distinfo Log message: Update to rhythmbox-3.0.2. CVSROOT: /cvs Module name: www Changes by: millert@cvs.openbsd.org 2014/03/23 07:47:04 Modified files: . : mail.html Log message: The mac68k list is gone too. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/23 07:55:19 Modified files: devel/p5-Class-Accessor-Lite: Makefile Log message: fix double COMMENT.. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/03/23 07:56:24 Modified files: sbin/fdisk : mbr.h Log message: Change struct mbr signature field type from 'unsigned short' to 'u_int16_t' to be consistant with disklabel.h's struct dos_mbr. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/23 07:57:46 Modified files: devel/p5-App-Info: Makefile distinfo Log message: update to p5-App-Info-0.57 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/23 07:57:47 Modified files: devel/p5-Class-Accessor-Lite: Makefile distinfo Log message: update to p5-Class-Accessor-Lite-0.06 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/23 07:59:37 Modified files: devel/p5-Array-Compare: Makefile distinfo Log message: update to p5-Array-Compare-2.02 and add missing TEST_DEPENDS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/23 08:23:04 Modified files: devel/p5-AnyEvent-HTTP: Makefile Log message: add missing dependency CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/23 08:24:29 Modified files: devel/p5-Array-Window: Makefile Log message: add missing run dependency CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/23 08:27:39 Modified files: devel/p5-Class-InsideOut: Makefile devel/p5-Devel-FindRef: Makefile devel/p5-Iterator-Util: Makefile devel/p5-Coro : Makefile Log message: TEST_DEPENDS=${RUN_DEPENDS} is already set by cpan.port.mk CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/23 08:52:15 Modified files: devel/p5-B-Keywords: Makefile distinfo Log message: update to p5-B-Keywords-1.13 to unbreak with perl >= 5.15.. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/23 08:53:39 Modified files: devel/p5-Carp-Assert-More: Makefile Log message: add missing test dependency CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/23 09:14:29 Modified files: usr.bin/mandoc : mdoc_validate.c Log message: Retire the old concat() function. For .Sh, i wasn't even needed at all. For .Dd, .Nm, and .Os, use the new mdoc_deroff() instead. This gets rid of the last limited-size static buffers in this file, hence eliminates the last explicit MANDOCERR_MEM throwers here, and it shortens the code by 50 lines. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/23 09:28:10 Modified files: sys/arch/socppc/socppc: machdep.c Log message: Initialize additional BATs (IBAT4-IBAT7 and DBAT4-IBAT7). The rb600 firmware has these enabled and this leads to memory corruption that (surprisingly) only shows up when running PIE. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/23 10:00:17 Modified files: audio/libgpod : Makefile Log message: fix hidden dependency issue on gtk-doc components... CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/03/23 10:06:37 Modified files: audio/esound : Makefile Log message: don't link against libwrap, sync wantlib CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/23 10:28:29 Modified files: usr.bin/lex : flex.1 Log message: put a pointer to the "incompatibilities with lex and posix" into STANDARDS (big thanks to whoever took the trouble to write that one!), and while there fix a couple of typos in said section; CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/03/23 10:45:32 Modified files: mail/alpine/patches: patch-imap_Makefile Log message: stop building the mtest tool: it isn't installed, it isn't used, but it relies on gets(3) CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/03/23 10:49:30 Modified files: databases/mysql: Makefile databases/mariadb: Makefile databases/mariadb/patches: patch-sql_mysqld_cc Removed files: databases/mysql/patches: patch-sql_mysqld_cc Log message: Disable the TCP wrappers support. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/23 11:22:45 Modified files: japanese/Wnn : Makefile Added files: japanese/Wnn/patches: patch-Wnn_jlib_kankana_c patch-Wnn_jutil_wddel_c patch-Wnn_manual_intro patch-Wnn_manual_v3tov4_v3tov4 Log message: zap gets usage. very straightforward, since all those are to fixed sized buffers (also synch the documentation, which contains cut&paste from the original code). CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2014/03/23 11:29:06 Modified files: share/mk : bsd.own.mk share/man/man1 : gcc-local.1 Log message: Finally give powerpc PIE. Remaining bugs on socppc fixed by kettenis@. "I think you should do this switch right away" deraadt@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/03/23 11:30:20 Modified files: lang/gcc/4.8 : Makefile lang/gcc/4.8/patches: patch-gcc_config_gcc lang/gfortran : Makefile lang/gfortran/patches: patch-gcc_config_gcc lang/g77 : Makefile lang/g77/patches: patch-gcc_config_gcc Log message: Switch GCC in ports to PIE by default on powerpc. CVSROOT: /cvs Module name: www Changes by: pascal@cvs.openbsd.org 2014/03/23 11:31:43 Modified files: faq : current.html Log message: Update instructions for the PIE switch on powerpc. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/23 11:50:20 Modified files: faq : current.html Log message: Mention that for the _unbound group, older sysmerge cannot do this automatically, but manual intervention was required. Thankfully that has been improved... CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2014/03/23 12:01:07 Modified files: faq : current.html Log message: Tell people to update their kernel before going PIE on powerpc. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/23 12:10:45 Modified files: faq : current.html Log message: unify PIE instructions with others CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2014/03/23 12:17:35 Modified files: audio/mumble : Makefile audio/mumble/patches: patch-src_mumble_mumble_pro devel/acpica : Makefile devel/acpica/patches: patch-tools_acpiexec_Makefile devel/ruby-prof: Makefile editors/gummi : Makefile games/minetest : Makefile games/minetest/patches: patch-src_CMakeLists_txt games/stepmania: Makefile games/stepmania/patches: patch-src_Makefile_in graphics/mandelbulber: Makefile mail/zarafa/zarafa: Makefile mail/zarafa/zarafa/patches: patch-provider_server_Makefile_in net/gnugk : Makefile net/gnugk/patches: patch-configure net/maradns-deadwood: Makefile net/maradns-deadwood/patches: patch-src_Makefile textproc/mupdf : Makefile textproc/mupdf/patches: patch-Makerules x11/emelfm2 : Makefile x11/emelfm2/patches: patch-Makefile x11/gnome/desktop: Makefile x11/gnome/desktop/patches: patch-libgnome-desktop_Makefile_in x11/i3 : Makefile x11/i3/patches : patch-common_mk x11/ion : Makefile x11/ion/patches: patch-system_mk Added files: audio/mumble/patches: patch-plugins_link_link_pro devel/acpica/patches: patch-generate_unix_acpiexec_Makefile devel/ruby-prof/patches: patch-ext_ruby_prof_extconf_rb editors/gummi/patches: patch-configure graphics/mandelbulber/patches: patch-makefiles_objects_mk Log message: Revert librt changes. Prodded by espie@. CVSROOT: /cvs Module name: src Changes by: kili@cvs.openbsd.org 2014/03/23 12:18:44 Modified files: lib : Makefile Log message: Unhook librt stub. It's causing too much breakeage to the ports tree. Prodded by espie@. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/23 12:20:59 Modified files: sys/arch/armish/armish: armish_machdep.c Log message: Unbreak after last commit. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/23 12:33:04 Modified files: mail/zarafa/zarafa: Makefile mail/zarafa/zarafa/patches: patch-provider_server_Makefile_in Log message: Fix wrong revert in previous. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/03/23 12:50:40 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm math : Makefile Removed files: math/maple : Makefile distinfo math/maple/files: resolv_display.c math/maple/patches: install-aa install-ab math/maple/pkg : DESCR PLIST math/maple-share: Makefile distinfo math/maple-share/pkg: DESCR PLIST Log message: remove Maple, ancient Linux/i386 version of commerical software; ok espie@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/23 13:00:14 Modified files: . : 55.html Log message: file change CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2014/03/23 13:03:49 Modified files: faq : current.html Log message: die librt, die CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2014/03/23 14:02:14 Modified files: security/wpa_supplicant/patches: patch-wpa_supplicant_Makefile Log message: Don't try to link against librt. ok dcoppa@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/23 14:57:23 Modified files: usr.bin/mandoc : man.c Log message: Skip leading escape sequences in man_deroff(). Helps indexing of some manuals containing overzealous escaping in their NAME section. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/03/23 15:05:25 Modified files: net/netatalk : Makefile Log message: Disable TCP wrappers support. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/23 15:07:10 Modified files: net/nagios/nrpe: Makefile Log message: disable tcp wrappers CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/23 15:10:57 Log message: import ports/textproc/uchardet, ok landry@ uchardet is a C language binding of the original C++ implementation of the universal charset detection library by Mozilla. uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. The original code of universalchardet is available at http://lxr.mozilla.org/seamonkey/source/extensions/universalchardet/ Techniques used by universalchardet are described at http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html Status: Vendor Tag: sthen Release Tags: sthen_20140323 N ports/textproc/uchardet/Makefile N ports/textproc/uchardet/distinfo N ports/textproc/uchardet/pkg/PLIST N ports/textproc/uchardet/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/23 15:12:10 Modified files: textproc : Makefile Log message: +uchardet CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/23 15:23:51 Modified files: sysutils/nut : Makefile Removed files: sysutils/nut/patches: patch-configure Log message: byebye tcp wrappers CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/23 15:36:51 Modified files: net/vsftpd : Makefile net/vsftpd/patches: patch-builddefs_h Removed files: net/vsftpd/patches: patch-tcpwrap_c Log message: disable tcp wrappers, ok benoit@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/23 16:04:23 Modified files: net/net-snmp : Makefile Log message: disable tcp wrappers CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/23 16:05:00 Modified files: net/gnugk : Makefile Log message: sync WANTLIB following removal of tcp wrappers from net-snmp CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/23 16:05:10 Modified files: telephony/asterisk: Makefile Log message: sync WANTLIB following removal of tcp wrappers from net-snmp CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/23 16:06:37 Modified files: devel/p5-Class-C3: Makefile distinfo Log message: update to p5-Class-C3-0.26 (among others, unbreaks regress tests with perl 5.18) CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/23 16:08:15 Modified files: libexec/security: security Log message: don't check ftpusers in security(8), from gsoares@, ok afresh1@ schwarze@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/23 16:08:59 Modified files: share/man/man8 : security.8 Log message: security doesn't check ftpusers any more; reminded by jmc CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/23 16:10:32 Modified files: devel/p5-Class-Generate: Makefile distinfo Log message: update to p5-Class-Generate-1.14 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/23 16:13:18 Modified files: devel/p5-Class-InsideOut: Makefile distinfo devel/p5-Class-InsideOut/pkg: PLIST Log message: update to Class-InsideOut-1.13 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/23 16:14:25 Modified files: devel/p5-Class-Load-XS: Makefile Log message: add missing TEST_DEPENDS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/23 16:18:21 ports/devel/p5-Class-Std/patches Update of /cvs/ports/devel/p5-Class-Std/patches In directory cvs.openbsd.org:/tmp/cvs-serv31233/patches Log Message: Directory /cvs/ports/devel/p5-Class-Std/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/23 16:19:46 Modified files: devel/p5-Class-Std: Makefile Added files: devel/p5-Class-Std/patches: patch-lib_Class_Std_pm Log message: fix test with perl 5.18 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/23 16:21:53 Modified files: devel/p5-Class-Unload: Makefile distinfo Log message: update to Class-Unload-0.08 to unbreak with perl 5.18 and add missing dependency CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2014/03/23 16:39:28 Modified files: games/stepmania: Makefile games/stepmania/patches: patch-src_Makefile_in Log message: Remove -liconv that slipped in with the previous commit. Noticed by ajacoutot@ CVSROOT: /cvs Module name: src Changes by: bcallah@cvs.openbsd.org 2014/03/23 16:58:18 Modified files: usr.bin/sendbug: sendbug.1 Log message: Point people to the bugs@ archives on marc.info. ok tedu@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/23 17:14:54 Modified files: lib/libc : shlib_version Log message: major++ in preparation for coming changes CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/23 17:15:58 Modified files: lib/libc/stdio : Makefile.inc fgets.3 Removed files: lib/libc/stdio : gets.c Log message: c11 compliance: remove gets() CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/23 17:16:48 Modified files: lib/libc/string: Makefile.inc Removed files: lib/libc/string: bm.3 bm.c Log message: remove the never used bm string functions CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/23 17:19:21 Modified files: lib/libc/crypt : bcrypt.c Log message: minimal change to implementation of bcrypt to not require static globals. add some friendlier functions. move the classic static data api into wrapper functions. a few more changes to come... CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/23 17:20:12 Modified files: lib/libc/crypt : bcrypt.c Log message: two functions don't need to be exported CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/23 17:25:05 Modified files: lib/libc/crypt : bcrypt.c Log message: some improvements suggested by djm. use better constant for salt size. always copy ":" to gerror, in case somebody is dumb enough to overwrite it timingsafe_bcmp before somebody whines about strcmp CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2014/03/23 17:27:22 Modified files: include : Makefile lib/libc/hash : Makefile.inc rmd160.3 sha1.3 sha2.3 Added files: lib/libc/hash : md5.3 Removed files: include : md4.h lib/libc/hash : md4.c mdX.3 Log message: Remove the MD4 functions. "A collision attack published in 2007 can find collisions for full MD4 in less than two hash operations." ok deraadt@, man pages ok jmc@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/23 17:27:52 Modified files: lib/libc/crypt : bcrypt.c Log message: clear stack variables, suggested by djm CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/23 17:41:31 Modified files: include : Makefile Removed files: include : bm.h Log message: more bm excision CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2014/03/23 17:53:33 Modified files: faq : current.html Log message: document bm.h and md4.h removal CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/23 18:00:29 Modified files: lib/libc/crypt : bcrypt.c Log message: oops, merge error CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/23 18:19:48 Modified files: sys/sys : ucred.h mount.h sys/nfs : nfs.h sys/kern : kern_prot.c vfs_subr.c sbin/mountd : mountd.c Log message: Split the API: struct ucred remains the kernel internal structure while struct xucred becomes the structure for syscalls (mount(2) and nfssvc(2)). ok deraadt@ beck@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/23 19:00:58 Modified files: sys/dev/pci : if_myx.c Log message: nothing after the irq ack posting relies on it being ordered. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2014/03/23 19:05:37 Modified files: . : policy.html Log message: Update text about Caldera, GPL, and X.Org, trim text about Apache. Add a hint that trying to put substantial bodies of code into the public domain is not necessarily a great idea. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/23 19:18:28 Modified files: sys/dev/pci : if_myxreg.h Log message: annotate some packed structures with the alignment the hardware requires and the driver provides. without this gcc assumes the alignment of these structures is 1, which leads to some horrible asm. this is particularly interesting when reading stuff from the myx_status struct (like the txdone count) which needs to be atomic. doing byte reads and shifting them into a word in registers isnt atomic. its also probably a bit slow. specifying the alignment fixes this. deraadt@ warned me about this maybe 8 years ago. CVSROOT: /cvs Module name: src Changes by: jturner@cvs.openbsd.org 2014/03/23 19:37:47 Log message: Update sqlite to 3.8.4. A list of changes are available here: http://sqlite.org/changes.html. Tested in a bulk and ok landry@ Status: Vendor Tag: sqlite3 Release Tags: sqlite_3_8_4 U src/lib/libsqlite3/sqlite3.pc.in U src/lib/libsqlite3/VERSION U src/lib/libsqlite3/addopcodes.awk U src/lib/libsqlite3/mkopcodec.awk U src/lib/libsqlite3/mkopcodeh.awk U src/lib/libsqlite3/ext/README.txt U src/lib/libsqlite3/ext/async/sqlite3async.c U src/lib/libsqlite3/ext/async/README.txt U src/lib/libsqlite3/ext/async/sqlite3async.h U src/lib/libsqlite3/ext/fts1/fts1_porter.c U src/lib/libsqlite3/ext/fts1/README.txt U src/lib/libsqlite3/ext/fts1/ft_hash.c U src/lib/libsqlite3/ext/fts1/ft_hash.h U src/lib/libsqlite3/ext/fts1/fts1.c U src/lib/libsqlite3/ext/fts1/fts1.h U src/lib/libsqlite3/ext/fts1/fts1_hash.c U src/lib/libsqlite3/ext/fts1/fts1_hash.h U src/lib/libsqlite3/ext/fts1/fts1_tokenizer.h U src/lib/libsqlite3/ext/fts1/fts1_tokenizer1.c U src/lib/libsqlite3/ext/fts1/fulltext.c U src/lib/libsqlite3/ext/fts1/fulltext.h U src/lib/libsqlite3/ext/fts1/simple_tokenizer.c U src/lib/libsqlite3/ext/fts1/tokenizer.h U src/lib/libsqlite3/ext/fts2/README.tokenizers U src/lib/libsqlite3/ext/fts2/README.txt U src/lib/libsqlite3/ext/fts2/fts2.c U src/lib/libsqlite3/ext/fts2/fts2.h U src/lib/libsqlite3/ext/fts2/fts2_hash.c U src/lib/libsqlite3/ext/fts2/fts2_hash.h U src/lib/libsqlite3/ext/fts2/fts2_icu.c U src/lib/libsqlite3/ext/fts2/fts2_porter.c U src/lib/libsqlite3/ext/fts2/fts2_tokenizer.c U src/lib/libsqlite3/ext/fts2/fts2_tokenizer.h U src/lib/libsqlite3/ext/fts2/fts2_tokenizer1.c U src/lib/libsqlite3/ext/fts2/mkfts2amal.tcl U src/lib/libsqlite3/ext/fts3/README.tokenizers U src/lib/libsqlite3/ext/fts3/README.content U src/lib/libsqlite3/ext/fts3/README.syntax U src/lib/libsqlite3/ext/fts3/fts3_porter.c U src/lib/libsqlite3/ext/fts3/README.txt U src/lib/libsqlite3/ext/fts3/fts3.c U src/lib/libsqlite3/ext/fts3/fts3.h U src/lib/libsqlite3/ext/fts3/fts3Int.h U src/lib/libsqlite3/ext/fts3/fts3_aux.c U src/lib/libsqlite3/ext/fts3/fts3_expr.c U src/lib/libsqlite3/ext/fts3/fts3_hash.c U src/lib/libsqlite3/ext/fts3/fts3_hash.h U src/lib/libsqlite3/ext/fts3/fts3_icu.c U src/lib/libsqlite3/ext/fts3/fts3_tokenize_vtab.c U src/lib/libsqlite3/ext/fts3/fts3_snippet.c U src/lib/libsqlite3/ext/fts3/fts3_term.c U src/lib/libsqlite3/ext/fts3/fts3_test.c U src/lib/libsqlite3/ext/fts3/fts3_tokenizer.c U src/lib/libsqlite3/ext/fts3/fts3_tokenizer.h U src/lib/libsqlite3/ext/fts3/fts3_tokenizer1.c U src/lib/libsqlite3/ext/fts3/fts3_unicode.c U src/lib/libsqlite3/ext/fts3/fts3_unicode2.c U src/lib/libsqlite3/ext/fts3/fts3_write.c U src/lib/libsqlite3/ext/fts3/fts3speed.tcl U src/lib/libsqlite3/ext/fts3/mkfts3amal.tcl U src/lib/libsqlite3/ext/fts3/tool/fts3view.c U src/lib/libsqlite3/ext/fts3/unicode/CaseFolding.txt U src/lib/libsqlite3/ext/fts3/unicode/UnicodeData.txt U src/lib/libsqlite3/ext/fts3/unicode/mkunicode.tcl U src/lib/libsqlite3/ext/icu/README.txt U src/lib/libsqlite3/ext/icu/icu.c U src/lib/libsqlite3/ext/icu/sqliteicu.h U src/lib/libsqlite3/ext/misc/percentile.c U src/lib/libsqlite3/ext/misc/amatch.c U src/lib/libsqlite3/ext/misc/closure.c U src/lib/libsqlite3/ext/misc/fuzzer.c U src/lib/libsqlite3/ext/misc/ieee754.c U src/lib/libsqlite3/ext/misc/nextchar.c U src/lib/libsqlite3/ext/misc/wholenumber.c U src/lib/libsqlite3/ext/misc/regexp.c U src/lib/libsqlite3/ext/misc/rot13.c U src/lib/libsqlite3/ext/misc/spellfix.c N src/lib/libsqlite3/ext/misc/totype.c N src/lib/libsqlite3/ext/misc/vfslog.c U src/lib/libsqlite3/ext/misc/vtshim.c U src/lib/libsqlite3/ext/rtree/rtree1.test U src/lib/libsqlite3/ext/rtree/README U src/lib/libsqlite3/ext/rtree/rtree.c U src/lib/libsqlite3/ext/rtree/rtree.h U src/lib/libsqlite3/ext/rtree/rtree_perf.tcl U src/lib/libsqlite3/ext/rtree/rtree2.test U src/lib/libsqlite3/ext/rtree/rtree3.test U src/lib/libsqlite3/ext/rtree/rtree4.test U src/lib/libsqlite3/ext/rtree/rtree5.test U src/lib/libsqlite3/ext/rtree/rtree6.test U src/lib/libsqlite3/ext/rtree/rtree7.test U src/lib/libsqlite3/ext/rtree/rtree8.test U src/lib/libsqlite3/ext/rtree/rtree9.test U src/lib/libsqlite3/ext/rtree/rtreeA.test U src/lib/libsqlite3/ext/rtree/rtreeB.test N src/lib/libsqlite3/ext/rtree/rtreeC.test U src/lib/libsqlite3/ext/rtree/rtree_util.tcl U src/lib/libsqlite3/ext/rtree/sqlite3rtree.h U src/lib/libsqlite3/ext/rtree/tkt3363.test U src/lib/libsqlite3/ext/rtree/viewrtree.tcl U src/lib/libsqlite3/src/analyze.c U src/lib/libsqlite3/src/alter.c U src/lib/libsqlite3/src/memjournal.c U src/lib/libsqlite3/src/attach.c U src/lib/libsqlite3/src/auth.c U src/lib/libsqlite3/src/backup.c U src/lib/libsqlite3/src/bitvec.c U src/lib/libsqlite3/src/btmutex.c U src/lib/libsqlite3/src/btree.c U src/lib/libsqlite3/src/btree.h U src/lib/libsqlite3/src/btreeInt.h U src/lib/libsqlite3/src/build.c U src/lib/libsqlite3/src/callback.c U src/lib/libsqlite3/src/complete.c U src/lib/libsqlite3/src/ctime.c U src/lib/libsqlite3/src/date.c U src/lib/libsqlite3/src/delete.c U src/lib/libsqlite3/src/expr.c U src/lib/libsqlite3/src/fault.c U src/lib/libsqlite3/src/fkey.c U src/lib/libsqlite3/src/func.c U src/lib/libsqlite3/src/global.c U src/lib/libsqlite3/src/hash.c U src/lib/libsqlite3/src/hash.h U src/lib/libsqlite3/src/hwtime.h U src/lib/libsqlite3/src/insert.c U src/lib/libsqlite3/src/utf.c U src/lib/libsqlite3/src/journal.c U src/lib/libsqlite3/src/legacy.c U src/lib/libsqlite3/src/lempar.c U src/lib/libsqlite3/src/loadext.c U src/lib/libsqlite3/src/main.c U src/lib/libsqlite3/src/malloc.c U src/lib/libsqlite3/src/mem0.c U src/lib/libsqlite3/src/mem1.c U src/lib/libsqlite3/src/mem2.c U src/lib/libsqlite3/src/mem3.c U src/lib/libsqlite3/src/mem5.c U src/lib/libsqlite3/src/mutex_noop.c U src/lib/libsqlite3/src/mutex.c U src/lib/libsqlite3/src/mutex.h U src/lib/libsqlite3/src/test_multiplex.c U src/lib/libsqlite3/src/mutex_unix.c U src/lib/libsqlite3/src/mutex_w32.c U src/lib/libsqlite3/src/notify.c U src/lib/libsqlite3/src/os.c U src/lib/libsqlite3/src/os.h U src/lib/libsqlite3/src/os_common.h C src/lib/libsqlite3/src/os_unix.c U src/lib/libsqlite3/src/os_win.c U src/lib/libsqlite3/src/pager.c U src/lib/libsqlite3/src/pager.h C src/lib/libsqlite3/src/parse.y U src/lib/libsqlite3/src/pcache.c U src/lib/libsqlite3/src/pcache.h U src/lib/libsqlite3/src/pcache1.c U src/lib/libsqlite3/src/pragma.c U src/lib/libsqlite3/src/prepare.c U src/lib/libsqlite3/src/printf.c C src/lib/libsqlite3/src/random.c U src/lib/libsqlite3/src/resolve.c U src/lib/libsqlite3/src/rowset.c U src/lib/libsqlite3/src/select.c U src/lib/libsqlite3/src/sqlite.h.in U src/lib/libsqlite3/src/sqlite3.rc U src/lib/libsqlite3/src/sqlite3ext.h U src/lib/libsqlite3/src/sqliteInt.h U src/lib/libsqlite3/src/sqliteLimit.h U src/lib/libsqlite3/src/status.c U src/lib/libsqlite3/src/table.c U src/lib/libsqlite3/src/tclsqlite.c U src/lib/libsqlite3/src/test1.c U src/lib/libsqlite3/src/test2.c U src/lib/libsqlite3/src/test3.c U src/lib/libsqlite3/src/test4.c U src/lib/libsqlite3/src/test5.c U src/lib/libsqlite3/src/test6.c U src/lib/libsqlite3/src/test7.c U src/lib/libsqlite3/src/test8.c U src/lib/libsqlite3/src/test9.c U src/lib/libsqlite3/src/test_async.c U src/lib/libsqlite3/src/test_autoext.c U src/lib/libsqlite3/src/test_backup.c U src/lib/libsqlite3/src/test_btree.c U src/lib/libsqlite3/src/test_config.c U src/lib/libsqlite3/src/test_demovfs.c U src/lib/libsqlite3/src/test_devsym.c U src/lib/libsqlite3/src/test_fs.c U src/lib/libsqlite3/src/test_func.c U src/lib/libsqlite3/src/test_hexio.c U src/lib/libsqlite3/src/test_init.c U src/lib/libsqlite3/src/test_intarray.c U src/lib/libsqlite3/src/test_intarray.h U src/lib/libsqlite3/src/test_journal.c U src/lib/libsqlite3/src/test_loadext.c U src/lib/libsqlite3/src/test_malloc.c U src/lib/libsqlite3/src/vacuum.c U src/lib/libsqlite3/src/test_multiplex.h U src/lib/libsqlite3/src/test_mutex.c U src/lib/libsqlite3/src/test_onefile.c U src/lib/libsqlite3/src/test_osinst.c U src/lib/libsqlite3/src/util.c U src/lib/libsqlite3/src/test_pcache.c U src/lib/libsqlite3/src/test_quota.c U src/lib/libsqlite3/src/test_quota.h U src/lib/libsqlite3/src/test_rtree.c U src/lib/libsqlite3/src/test_schema.c U src/lib/libsqlite3/src/test_server.c U src/lib/libsqlite3/src/test_sqllog.c U src/lib/libsqlite3/src/test_stat.c U src/lib/libsqlite3/src/test_superlock.c U src/lib/libsqlite3/src/test_syscall.c U src/lib/libsqlite3/src/test_tclvar.c U src/lib/libsqlite3/src/test_thread.c U src/lib/libsqlite3/src/test_vfs.c U src/lib/libsqlite3/src/test_vfstrace.c U src/lib/libsqlite3/src/test_wsd.c U src/lib/libsqlite3/src/tokenize.c U src/lib/libsqlite3/src/trigger.c U src/lib/libsqlite3/src/update.c U src/lib/libsqlite3/src/vdbe.c U src/lib/libsqlite3/src/vdbe.h U src/lib/libsqlite3/src/vdbeInt.h U src/lib/libsqlite3/src/vdbeapi.c U src/lib/libsqlite3/src/vdbeaux.c U src/lib/libsqlite3/src/vdbeblob.c U src/lib/libsqlite3/src/vdbemem.c U src/lib/libsqlite3/src/vdbesort.c U src/lib/libsqlite3/src/vdbetrace.c U src/lib/libsqlite3/src/vtab.c U src/lib/libsqlite3/src/wal.c U src/lib/libsqlite3/src/wal.h U src/lib/libsqlite3/src/walker.c U src/lib/libsqlite3/src/where.c N src/lib/libsqlite3/src/whereInt.h U src/lib/libsqlite3/tool/build-all-msvc.bat U src/lib/libsqlite3/tool/build-shell.sh U src/lib/libsqlite3/tool/checkSpacing.c U src/lib/libsqlite3/tool/diffdb.c U src/lib/libsqlite3/tool/extract.c N src/lib/libsqlite3/tool/fast_vacuum.c U src/lib/libsqlite3/tool/fragck.tcl U src/lib/libsqlite3/tool/genfkey.README U src/lib/libsqlite3/tool/genfkey.test U src/lib/libsqlite3/tool/getlock.c C src/lib/libsqlite3/tool/lemon.c U src/lib/libsqlite3/tool/lempar.c N src/lib/libsqlite3/tool/logest.c U src/lib/libsqlite3/tool/mkautoconfamal.sh U src/lib/libsqlite3/tool/mkkeywordhash.c U src/lib/libsqlite3/tool/mkopts.tcl N src/lib/libsqlite3/tool/mkpragmatab.tcl U src/lib/libsqlite3/tool/mkspeedsql.tcl U src/lib/libsqlite3/tool/mksqlite3c-noext.tcl U src/lib/libsqlite3/tool/mksqlite3c.tcl U src/lib/libsqlite3/tool/mksqlite3h.tcl U src/lib/libsqlite3/tool/mksqlite3internalh.tcl U src/lib/libsqlite3/tool/mkvsix.tcl U src/lib/libsqlite3/tool/offsets.c U src/lib/libsqlite3/tool/omittest.tcl U src/lib/libsqlite3/tool/opcodeDoc.awk N src/lib/libsqlite3/tool/pagesig.c U src/lib/libsqlite3/tool/restore_jrnl.tcl U src/lib/libsqlite3/tool/rollback-test.c U src/lib/libsqlite3/tool/showdb.c U src/lib/libsqlite3/tool/showjournal.c U src/lib/libsqlite3/tool/showwal.c U src/lib/libsqlite3/tool/soak1.tcl U src/lib/libsqlite3/tool/space_used.tcl U src/lib/libsqlite3/tool/spaceanal.tcl U src/lib/libsqlite3/tool/speedtest.tcl U src/lib/libsqlite3/tool/speedtest16.c U src/lib/libsqlite3/tool/speedtest2.tcl U src/lib/libsqlite3/tool/speedtest8.c U src/lib/libsqlite3/tool/speedtest8inst1.c U src/lib/libsqlite3/tool/split-sqlite3c.tcl U src/lib/libsqlite3/tool/stack_usage.tcl U src/lib/libsqlite3/tool/symbols-mingw.sh U src/lib/libsqlite3/tool/symbols.sh U src/lib/libsqlite3/tool/tostr.awk U src/lib/libsqlite3/tool/vdbe-compress.tcl N src/lib/libsqlite3/tool/vdbe_profile.tcl U src/lib/libsqlite3/tool/warnings-clang.sh U src/lib/libsqlite3/tool/warnings.sh U src/lib/libsqlite3/tool/win/sqlite.vsix 4 conflicts created by this import. Use the following command to help the merge: cvs checkout -jsqlite3:yesterday -jsqlite3 src/lib/libsqlite3 CVSROOT: /cvs Module name: src Changes by: jturner@cvs.openbsd.org 2014/03/23 19:40:09 Modified files: lib/libsqlite3/src: os_unix.c parse.y random.c lib/libsqlite3/tool: lemon.c Log message: Merge conflicts CVSROOT: /cvs Module name: src Changes by: jturner@cvs.openbsd.org 2014/03/23 19:42:47 Modified files: lib/libsqlite3 : shlib_version sqlite3.pc lib/libsqlite3/src: sqlite3.h Removed files: lib/libsqlite3/tool: wherecosttest.c Log message: Bump major to 27, regen .pc and header with new version info. Remove left over file. CVSROOT: /cvs Module name: src Changes by: jturner@cvs.openbsd.org 2014/03/23 19:45:06 Log message: Update sqlite to 3.8.4. A list of changes are available here: http://sqlite.org/changes.html. Tested in a bulk and ok landry@ Status: Vendor Tag: sqlite3 Release Tags: sqlite_3_8_4 C src/usr.bin/sqlite3/sqlite3.1 C src/usr.bin/sqlite3/shell.c 2 conflicts created by this import. Use the following command to help the merge: cvs checkout -jsqlite3:yesterday -jsqlite3 src/usr.bin/sqlite3 CVSROOT: /cvs Module name: src Changes by: jturner@cvs.openbsd.org 2014/03/23 19:45:35 Modified files: usr.bin/sqlite3: shell.c sqlite3.1 Log message: Merge conflicts CVSROOT: /cvs Module name: src Changes by: jturner@cvs.openbsd.org 2014/03/23 19:47:26 Modified files: lib/libsqlite3 : Makefile Log message: Enable SQLITE_ENABLE_FTS3_PARENTHESIS ok landry@ okan@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2014/03/23 19:49:16 Modified files: x11/gnustep/fisicalab: Makefile distinfo Log message: Bugfix update to 0.3.4: Connect the radio buttons at UI (to select the units system) with the model. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/23 19:54:58 Modified files: lib/libc/sys : nfssvc.2 Log message: Update to match header CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/23 20:59:12 Modified files: sys/dev/ic : mpi.c Log message: factor out the setting of the request context field so mpi_start does it on behalf of all its callers. use htolem32 and lemtoh32 to handle the message context. both save bytes. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/23 21:23:24 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/23 21:48:00 Modified files: sys/compat/linux: linux_misc.c sys/ddb : db_structinfo.c sys/kern : kern_prot.c kern_sig.c Log message: The kernel isn't involved in times(3); should never be included there CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/23 22:05:11 Modified files: sys/dev/ic : mpi.c mpireg.h Log message: mpi scatter gather lists are 24 bytes long and next to each other in memory. that means you cant do 8 byte loads and stores on the sg_addr member cos it wont be 8 byte aligned half the time which makes strict alignment archs (ie, the fun ones ones) upset. annotate the sge as being 4 byte aligned. replace the sg_addr member with sg_addr_lo and sg_addr_hi. replace htole64 assignment of the sg addr with a wrapper that does the right thing with a couple of htolem32 calls. generated code shrinks again. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/23 22:26:58 Modified files: sys/dev/ic : mpi.c mpireg.h Log message: use htolemXX and lemtohXX in the scsi_cmd paths. apart from the flags handling in sgls, this shrinks the io hot path on sparc64 and powerpc a lot. its pretty much the same on i386/amd64/alpha. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/23 23:07:10 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/24 00:06:11 Modified files: . : 55.html Log message: some more meat CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2014/03/24 00:25:54 Modified files: . : 55.html Log message: Oh yeah, 64bit time_t CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/24 00:27:57 Modified files: . : 55.html Log message: typo CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/24 01:23:28 Modified files: graphics/argyll/patches: patch-Jamtop Log message: sneaky, sneaky, sneaky... an update without an -lrt comment. Fix that one. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/24 01:24:20 Modified files: sys/dev/pci : mpii.c Log message: rework mpii to use tasks instead of scsi_tasks for sas event handling. scsi_tasks are still backed by workq, and i dont like having to allocate storage to defer work. sas events that cause hotplug events are queued in the softc to be handled by a single task that loops on the queue for work. think levelled interrupts. this has a side effect that interrupts are necessary to enumerate devices for attachment. i wrote this toward the end of last year, but thought it best to wait for 5.5 unlock. CVSROOT: /cvs Module name: src Changes by: syl@cvs.openbsd.org 2014/03/24 01:24:32 Modified files: lib/libfuse : fuse.c Log message: Warn the user if there is a missing mountpoint parameter. ok ajacoutot@, tedu@, pelikan@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/24 01:29:22 Modified files: usr.bin/locale : locale.1 Log message: - add an EXIT STATUS section - more consistent STANDARDS blurb - -nosplit in AUTHORS ok stsp CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 01:47:24 Modified files: biology/bioperl: Makefile mail/p5-Mail-DKIM: Makefile net/p5-POE-Component-IRC: Makefile www/p5-Apache-Test: Makefile www/p5-Dancer : Makefile www/wml : Makefile Log message: TEST_DEPENDS=${RUN_DEPENDS} already gets set by cpan.port.mk CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 01:50:22 Modified files: devel/avr32/gcc-bootstrap: Makefile Log message: set PERMIT_PACKAGE_* to Yes as the license doesn't forbid or restrict distribution in a way that would warrant it. wether it's usefull to be have bootstrap package built is another question, but not to be answered with PERMIT_PACKAGE_* discussed with and ok stsp@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 01:53:25 Modified files: devel/p5-Config-General: Makefile distinfo Log message: update to p5-Config-General-2.52 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 01:55:05 Modified files: devel/p5-Config-Std: Makefile distinfo Log message: update to p5-Config-Std-0.901 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 01:56:25 Modified files: devel/p5-Data-Alias: Makefile distinfo Log message: update to p5-Data-Alias-1.18 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 02:00:37 Modified files: devel/p5-Data-Dump: Makefile distinfo Log message: update to p5-Data-Dump-1.22 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 02:11:43 Modified files: devel/p5-Data-Dump-Streamer: Makefile distinfo Log message: update to Data-Dump-Streamer-2.37 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 02:16:12 Modified files: devel/p5-Devel-Size: Makefile distinfo Log message: update to p5-Devel-Size-0.79 CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2014/03/24 02:20:17 Modified files: . : 55.html Log message: Mention some /bin and /usr/lib improvements CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 02:20:22 Modified files: devel/p5-PadWalker: Makefile distinfo Log message: update to p5-PadWalker-1.98 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 02:25:35 Modified files: devel/p5-Devel-ebug: Makefile distinfo devel/p5-Devel-ebug/pkg: PLIST Log message: update to Devel-ebug-0.55 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 02:33:14 Modified files: devel/p5-File-Find-Rule-Perl: Makefile distinfo Log message: update to File-Find-Rule-Perl-1.13 and add missing dependency CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 02:36:41 Modified files: devel/p5-File-Flat: Makefile distinfo Log message: update to File-Flat-1.04 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 02:36:49 Modified files: devel/p5-Test-ClassAPI: Makefile Log message: add missing run dependency CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 02:38:49 Modified files: devel/p5-File-HomeDir: Makefile distinfo Log message: update to File-HomeDir-1.00 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 02:41:20 Modified files: devel/p5-File-MimeInfo: Makefile distinfo Log message: update to p5-File-MimeInfo-0.22 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 02:53:35 Modified files: devel/p5-File-chdir: Makefile distinfo devel/p5-File-chdir/pkg: PLIST Removed files: devel/p5-File-chdir/patches: patch-Makefile_PL Log message: update to p5-File-chdir-0.1008 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 02:57:04 Modified files: devel/p5-Graph : Makefile distinfo Log message: update to Graph-0.96 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 02:59:47 Modified files: devel/p5-Log-Agent: Makefile distinfo devel/p5-Log-Agent/pkg: PLIST Log message: update p5-Log-Agent-1.000 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 03:02:43 Modified files: devel/p5-Log-Dispatch-Binlog: Makefile Log message: unfuck dependencies CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 03:04:58 Modified files: devel/p5-Log-Dispatch-Config: Makefile distinfo devel/p5-Log-Dispatch-Config/pkg: PLIST Log message: update to Log-Dispatch-Config-1.04 and add missing dependency CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/24 03:08:47 Modified files: devel/readline : Makefile devel/readline/pkg: PLIST devel/cgdb : Makefile net/lftp : Makefile math/R : Makefile Log message: fix bulk builds: move includes out of the way as well as the library, so that other ports don't fail randomly when they find gnu-readline. okay sthen@ CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2014/03/24 03:08:55 Log message: import games/opentyrian, from Pascal Schmid. Tweaks by sthen@ and me. ok bcallah@ schwarze@ sthen@ Description: Tyrian is an arcade-style vertical scrolling shooter. The story is set in 20,031 where you play as Trent Hawkins, a skilled fighter-pilot employed to fight Microsol and save the galaxy. Status: Vendor Tag: juanfra Release Tags: juanfra_2014-Mar-24 N ports/games/opentyrian/Makefile N ports/games/opentyrian/distinfo N ports/games/opentyrian/files/opentyrian N ports/games/opentyrian/pkg/PLIST N ports/games/opentyrian/pkg/DESCR N ports/games/opentyrian/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2014/03/24 03:10:54 Modified files: games : Makefile Log message: +opentyrian CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 03:12:34 Modified files: devel/p5-Module-Implementation: Makefile Log message: add missing test dependency CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 03:14:55 Modified files: devel/p5-MooseX-Declare: Makefile Log message: add missing test dependency CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 03:16:23 Modified files: www/p5-MasonX-Interp-WithCallbacks: Makefile Log message: this one got away... TEST_DEPENDS=${RUN_DEPENDS} gets set by cpan.port.mk CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/24 03:24:10 Modified files: etc/rc.d : syslogd etc/mtree : 4.4BSD.dist Log message: Add /var/unbound/dev/log, it isn't needed for initial startup because Unbound opens the log before chrooting, but this handles the case where syslogd is restarted during Unbound's runtime. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 03:25:44 Modified files: devel/p5-MooseX-Method-Signatures: Makefile Log message: add missing test dependencies CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 03:27:42 ports/devel/p5-MooseX-MultiInitArg/patches Update of /cvs/ports/devel/p5-MooseX-MultiInitArg/patches In directory cvs.openbsd.org:/tmp/cvs-serv24102/patches Log Message: Directory /cvs/ports/devel/p5-MooseX-MultiInitArg/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 03:27:59 Added files: devel/p5-MooseX-MultiInitArg/patches: patch-t_01-main_t Log message: unbreak tests with perl 5.18 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 03:29:38 Modified files: devel/p5-MooseX-Params-Validate: Makefile distinfo Log message: update to p5-MooseX-Params-Validate-0.18 and add missing test dependency CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/24 03:46:59 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.263. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/24 03:58:24 Modified files: misc/libosinfo : Makefile distinfo misc/libosinfo/pkg: PLIST Log message: Update to libosinfo-0.2.10. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/24 04:05:51 Modified files: x11/hicolor-icon-theme: Makefile distinfo Log message: Update to hicolor-icon-theme-0.13. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/24 04:06:26 Modified files: x11/gtk+2 : Makefile Log message: Bump after hicolor-icon-theme update. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 04:08:43 Modified files: devel/p5-MooseX-Types-DateTime: Makefile Log message: add missing test dependency CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 04:09:47 Modified files: devel/p5-MooseX-Role-Parameterized: Makefile Log message: add missing test dependency CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/24 04:13:29 Modified files: graphics/simple-scan: Makefile distinfo graphics/simple-scan/patches: patch-configure_ac graphics/simple-scan/pkg: PLIST Log message: Update to simple-scan-3.12.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 04:13:38 Modified files: devel/p5-Object-Event: Makefile Log message: add missing run dependency CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 04:18:08 Modified files: devel/p5-POE-XS-Queue-Array: Makefile distinfo Log message: update to POE-XS-Queue-Array-0.006 add missing dependency on POE.. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 04:26:25 ports/devel/p5-POE-Component-Supervisor/patches Update of /cvs/ports/devel/p5-POE-Component-Supervisor/patches In directory cvs.openbsd.org:/tmp/cvs-serv8369/patches Log Message: Directory /cvs/ports/devel/p5-POE-Component-Supervisor/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 04:27:10 Modified files: devel/p5-POE-Component-Supervisor: Makefile Added files: devel/p5-POE-Component-Supervisor/patches: patch-lib_POE_Component_Supervisor_Handle_Proc_pm patch-t_04_global_restart_policy_t Log message: unbreak with perl 5.18 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 04:28:29 Log message: import Perl-Command-0.01 ok espie@ Status: Vendor Tag: jasper Release Tags: jasper_20142403 N ports/devel/p5-Perl-Command/Makefile N ports/devel/p5-Perl-Command/distinfo N ports/devel/p5-Perl-Command/pkg/DESCR N ports/devel/p5-Perl-Command/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 04:28:52 Log message: import Path-Tiny-0.052 ok espie@ Status: Vendor Tag: jasper Release Tags: jasper_20142403 N ports/devel/p5-Path-Tiny/Makefile N ports/devel/p5-Path-Tiny/distinfo N ports/devel/p5-Path-Tiny/pkg/PLIST N ports/devel/p5-Path-Tiny/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 04:29:55 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 04:30:49 Modified files: devel/p5-MooseX-Getopt: Makefile Log message: add missing test dependency CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 04:31:23 Modified files: devel/p5-Log-Dispatch-Config-TestLog: Makefile distinfo Log message: update to Log-Dispatch-Config-TestLog-0.02 and add missing test dependencies CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/24 04:31:53 Modified files: sysutils/deja-dup: Makefile distinfo sysutils/deja-dup/pkg: PLIST Added files: sysutils/deja-dup/patches: patch-deja-dup_widgets_WidgetUtils_vala patch-libdeja_PythonChecker_vala Removed files: sysutils/deja-dup/patches: patch-common_PythonChecker_vala patch-widgets_WidgetUtils_vala Log message: Update to deja-dup-28.0. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/03/24 04:41:40 Modified files: etc : changelist Log message: Stop monitoring apache files. ok florian@ jung@ sthen@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/24 04:48:29 Modified files: usr.sbin/route6d: route6d.c Log message: Remove commented out MSG_DONTROUTE flag. No object change. ok florian@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/24 05:01:47 Modified files: usr.sbin/ospf6d: packet.c Log message: Passing MSG_DONTROUTE to sendto() here has no effect since SO_DONTROUTE is only implemented for IPv4. Just remove it. Tested by and ok florian@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/24 05:05:03 Modified files: sys/dev/pci : mpii.c Log message: replace bzero with memset CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/24 05:06:38 Modified files: graphics/libgphoto2: Makefile distinfo graphics/libgphoto2/patches: patch-libgphoto2_port_gphoto2_gphoto2-port-portability_h Log message: Update to libgphoto-2.5.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/24 05:07:47 Modified files: graphics/gphoto2: Makefile distinfo graphics/gphoto2/patches: patch-gphoto2_actions_c Log message: Update to gphoto-2.5.4. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/24 05:10:48 Modified files: sys/dev/pci : mpii.c Log message: bcopy to memcpy CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/24 05:11:49 Modified files: sbin/ping : ping.8 ping.c usr.sbin/traceroute: traceroute.8 traceroute.c usr.sbin/traceroute6: traceroute6.8 traceroute6.c Log message: Remove "-r" option from ping(8) and traceroute{,6}(8). You've probably never heard about it, it was to bypass the routing tables, not available for IPv6 and we're going to always use the routing tables soon. ok florian@, man pages ok jmc@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/03/24 05:58:15 Modified files: usr.sbin/pkg_add/OpenBSD: Signer.pm Log message: don't proceed in case of permission errors CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/24 06:06:58 Modified files: sys/dev/pci : mpii.c mpiireg.h Log message: make mpii_sge look like mpi_sge, and provide a wrapper for setting the address in it like the one in mpi too. shrinks load_xs a bit CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/24 06:15:03 Modified files: sys/dev/pci : mpiireg.h Log message: mpii_sges are 4 byte aligned. makes storing the flags field a bit easier on strict alignment archs. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/24 06:24:30 Modified files: sys/dev/pci : mpiireg.h Log message: scsi io bits are at least 4 byte aligned CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/24 06:29:39 Modified files: print/unpaper : Makefile Log message: Fix MASTER_SITES. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/24 06:31:16 Modified files: games/frogatto : Makefile Log message: Drop myself from MAINTAINER. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/24 06:41:13 Modified files: x11/dbus-glib : Makefile distinfo Log message: Update to dbus-glib-0.102. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/24 06:43:51 Modified files: sys/dev/pci : mpii.c Log message: shrink the iopath a bit by using htolemXX and lemtohXX. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/24 06:45:38 Modified files: devel/libconfig: Makefile distinfo devel/libconfig/pkg: PLIST Removed files: devel/libconfig/pkg: PFRAG.shared Log message: Update to libconfig-1.4.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/24 06:47:55 Modified files: security/cvechecker: Makefile distinfo Removed files: security/cvechecker/patches: patch-src_cvecheck_c Log message: Update to cvechecker-3.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/24 06:51:18 Modified files: print/foomatic-db-engine: Makefile distinfo Log message: Update to foomatic-db-engine-4.0.11. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/03/24 06:53:37 Modified files: databases/openldap: Makefile databases/openldap23: Makefile databases/openldap23/patches: patch-configure Removed files: databases/openldap/patches: patch-configure_in Log message: disable TCP wrappers support; with/ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/24 06:54:55 Modified files: mail/alpine/patches: patch-imap_Makefile Log message: Add comment; no pkg change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/24 06:55:43 Modified files: audio/libgpod : Makefile Log message: Consistency with the rest of the tree. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/24 07:40:18 Modified files: x11/gnome/orca : Makefile distinfo Log message: Update to orca-3.10.3. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/24 07:56:01 Modified files: libexec : Makefile Removed files: libexec/tcpd : BLURB CHANGES DISCLAIMER Makefile Makefile.inc README libexec/tcpd/safe_finger: Makefile safe_finger.8 safe_finger.c libexec/tcpd/tcpd: Makefile tcpd.8 tcpd.c libexec/tcpd/tcpdchk: Makefile inetcf.c inetcf.h scaffold.c scaffold.h tcpdchk.8 tcpdchk.c libexec/tcpd/tcpdmatch: Makefile tcpdmatch.8 tcpdmatch.c Log message: libwrap is going away, so can this. ok tedu CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2014/03/24 08:28:45 Modified files: . : policy.html Log message: Don't merely claim that OpenBSD copyright policy is simple; actually prove the point by explaining it up front in half a sentence, and point to the license template right away. Later on, explain that moral rights are inalienable, that economic rights can be transferred, what the difference between a transfer and a license is, and why code cannot legally be more free than under an ISC or BSD license. Polish the wording at a few places. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/24 08:39:23 Modified files: security/dante : Makefile Log message: Disable tcp wrappers CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/24 08:43:07 Modified files: devel/p5-Data-Dump-Streamer: Makefile Log message: missing BUILD_DEPENDS CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2014/03/24 08:54:06 Modified files: . : policy.html Log message: modernize link to the license template, no content change CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2014/03/24 08:55:12 Modified files: usr.sbin/smtpd : smtpd.c Log message: do not call purge_task every 10 secs, it is only needed once at startup and will cause the parent process to wake up unnecessarily at runtime ok eric@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 08:59:14 Modified files: devel : Makefile Removed files: devel/p5-Event-Lib: Makefile distinfo devel/p5-Event-Lib/pkg: DESCR PLIST Log message: drop unused, unmaintained (upstream) and broken with any half-recent perl. ok okan@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2014/03/24 08:59:13 Log message: Import perl-5.18.2 OK espie@ sthen@ deraadt@ Status: Vendor Tag: PERL Release Tags: PERL_5_18_2 U src/gnu/usr.bin/perl/Artistic U src/gnu/usr.bin/perl/AUTHORS U src/gnu/usr.bin/perl/autodoc.pl C src/gnu/usr.bin/perl/av.c C src/gnu/usr.bin/perl/av.h C src/gnu/usr.bin/perl/cflags.SH U src/gnu/usr.bin/perl/Changes U src/gnu/usr.bin/perl/charclass_invlists.h C src/gnu/usr.bin/perl/config_h.SH C src/gnu/usr.bin/perl/configpm C src/gnu/usr.bin/perl/Configure U src/gnu/usr.bin/perl/configure.com U src/gnu/usr.bin/perl/configure.gnu C src/gnu/usr.bin/perl/cop.h U src/gnu/usr.bin/perl/Copying C src/gnu/usr.bin/perl/cv.h C src/gnu/usr.bin/perl/deb.c C src/gnu/usr.bin/perl/doio.c C src/gnu/usr.bin/perl/doop.c C src/gnu/usr.bin/perl/dosish.h U src/gnu/usr.bin/perl/dquote_static.c C src/gnu/usr.bin/perl/dump.c U src/gnu/usr.bin/perl/embed.fnc C src/gnu/usr.bin/perl/embed.h U src/gnu/usr.bin/perl/embedvar.h C src/gnu/usr.bin/perl/EXTERN.h U src/gnu/usr.bin/perl/fakesdio.h U src/gnu/usr.bin/perl/fakethr.h U src/gnu/usr.bin/perl/feature.h U src/gnu/usr.bin/perl/form.h U src/gnu/usr.bin/perl/generate_uudmap.c U src/gnu/usr.bin/perl/genpacksizetables.pl U src/gnu/usr.bin/perl/globals.c C src/gnu/usr.bin/perl/globvar.sym C src/gnu/usr.bin/perl/gv.c C src/gnu/usr.bin/perl/gv.h C src/gnu/usr.bin/perl/handy.h C src/gnu/usr.bin/perl/hv.c C src/gnu/usr.bin/perl/hv.h N src/gnu/usr.bin/perl/hv_func.h N src/gnu/usr.bin/perl/inline.h N src/gnu/usr.bin/perl/inline_invlist.c C src/gnu/usr.bin/perl/INSTALL C src/gnu/usr.bin/perl/installhtml U src/gnu/usr.bin/perl/install_lib.pl C src/gnu/usr.bin/perl/installman C src/gnu/usr.bin/perl/installperl U src/gnu/usr.bin/perl/INTERN.h U src/gnu/usr.bin/perl/intrpvar.h U src/gnu/usr.bin/perl/iperlsys.h U src/gnu/usr.bin/perl/keywords.c U src/gnu/usr.bin/perl/keywords.h U src/gnu/usr.bin/perl/l1_char_class_tab.h U src/gnu/usr.bin/perl/locale.c U src/gnu/usr.bin/perl/madly.c U src/gnu/usr.bin/perl/make_ext.pl U src/gnu/usr.bin/perl/make_patchnum.pl C src/gnu/usr.bin/perl/makedef.pl C src/gnu/usr.bin/perl/makedepend.SH U src/gnu/usr.bin/perl/Makefile.micro C src/gnu/usr.bin/perl/Makefile.SH C src/gnu/usr.bin/perl/malloc.c U src/gnu/usr.bin/perl/malloc_ctl.h C src/gnu/usr.bin/perl/MANIFEST U src/gnu/usr.bin/perl/mathoms.c N src/gnu/usr.bin/perl/META.json U src/gnu/usr.bin/perl/META.yml U src/gnu/usr.bin/perl/metaconfig.h U src/gnu/usr.bin/perl/metaconfig.SH C src/gnu/usr.bin/perl/mg.c C src/gnu/usr.bin/perl/mg.h U src/gnu/usr.bin/perl/mg_names.c U src/gnu/usr.bin/perl/mg_raw.h U src/gnu/usr.bin/perl/mg_vtable.h C src/gnu/usr.bin/perl/minimod.pl C src/gnu/usr.bin/perl/miniperlmain.c U src/gnu/usr.bin/perl/mkppport U src/gnu/usr.bin/perl/mkppport.lst U src/gnu/usr.bin/perl/mro.c U src/gnu/usr.bin/perl/myconfig.SH U src/gnu/usr.bin/perl/mydtrace.h C src/gnu/usr.bin/perl/nostdio.h U src/gnu/usr.bin/perl/numeric.c C src/gnu/usr.bin/perl/op.c C src/gnu/usr.bin/perl/op.h U src/gnu/usr.bin/perl/op_reg_common.h C src/gnu/usr.bin/perl/opcode.h U src/gnu/usr.bin/perl/opnames.h U src/gnu/usr.bin/perl/overload.c U src/gnu/usr.bin/perl/overload.h U src/gnu/usr.bin/perl/pad.c U src/gnu/usr.bin/perl/pad.h U src/gnu/usr.bin/perl/parser.h C src/gnu/usr.bin/perl/patchlevel.h C src/gnu/usr.bin/perl/perl.c C src/gnu/usr.bin/perl/perl.h U src/gnu/usr.bin/perl/perlapi.c U src/gnu/usr.bin/perl/perlapi.h U src/gnu/usr.bin/perl/perldtrace.d C src/gnu/usr.bin/perl/perlio.c C src/gnu/usr.bin/perl/perlio.h U src/gnu/usr.bin/perl/perlio.sym U src/gnu/usr.bin/perl/perliol.h C src/gnu/usr.bin/perl/perlsdio.h C src/gnu/usr.bin/perl/perlsfio.h U src/gnu/usr.bin/perl/perlsh U src/gnu/usr.bin/perl/perlvars.h U src/gnu/usr.bin/perl/perly.act C src/gnu/usr.bin/perl/perly.c C src/gnu/usr.bin/perl/perly.h U src/gnu/usr.bin/perl/perly.tab C src/gnu/usr.bin/perl/perly.y U src/gnu/usr.bin/perl/Policy_sh.SH C src/gnu/usr.bin/perl/pp.c C src/gnu/usr.bin/perl/pp.h C src/gnu/usr.bin/perl/pp_ctl.c C src/gnu/usr.bin/perl/pp_hot.c U src/gnu/usr.bin/perl/pp_pack.c U src/gnu/usr.bin/perl/pp_proto.h U src/gnu/usr.bin/perl/pp_sort.c C src/gnu/usr.bin/perl/pp_sys.c C src/gnu/usr.bin/perl/proto.h C src/gnu/usr.bin/perl/README U src/gnu/usr.bin/perl/README.aix U src/gnu/usr.bin/perl/README.amiga U src/gnu/usr.bin/perl/README.bs2000 U src/gnu/usr.bin/perl/README.ce U src/gnu/usr.bin/perl/README.cn U src/gnu/usr.bin/perl/README.cygwin U src/gnu/usr.bin/perl/README.dgux U src/gnu/usr.bin/perl/README.dos U src/gnu/usr.bin/perl/README.freebsd U src/gnu/usr.bin/perl/README.haiku U src/gnu/usr.bin/perl/README.hpux U src/gnu/usr.bin/perl/README.hurd U src/gnu/usr.bin/perl/README.irix U src/gnu/usr.bin/perl/README.jp U src/gnu/usr.bin/perl/README.ko U src/gnu/usr.bin/perl/README.linux U src/gnu/usr.bin/perl/README.macos U src/gnu/usr.bin/perl/README.macosx U src/gnu/usr.bin/perl/README.micro U src/gnu/usr.bin/perl/README.netware U src/gnu/usr.bin/perl/README.openbsd C src/gnu/usr.bin/perl/README.os2 U src/gnu/usr.bin/perl/README.os390 U src/gnu/usr.bin/perl/README.os400 U src/gnu/usr.bin/perl/README.plan9 U src/gnu/usr.bin/perl/README.qnx U src/gnu/usr.bin/perl/README.riscos U src/gnu/usr.bin/perl/README.solaris U src/gnu/usr.bin/perl/README.symbian U src/gnu/usr.bin/perl/README.tru64 U src/gnu/usr.bin/perl/README.tw C src/gnu/usr.bin/perl/README.vms U src/gnu/usr.bin/perl/README.vos C src/gnu/usr.bin/perl/README.win32 U src/gnu/usr.bin/perl/reentr.c U src/gnu/usr.bin/perl/reentr.h U src/gnu/usr.bin/perl/regcharclass.h C src/gnu/usr.bin/perl/regcomp.c C src/gnu/usr.bin/perl/run.c C src/gnu/usr.bin/perl/regcomp.h U src/gnu/usr.bin/perl/regcomp.sym U src/gnu/usr.bin/perl/regen.pl U src/gnu/usr.bin/perl/regen_perly.pl C src/gnu/usr.bin/perl/regexec.c C src/gnu/usr.bin/perl/regexp.h U src/gnu/usr.bin/perl/regnodes.h U src/gnu/usr.bin/perl/runtests.SH C src/gnu/usr.bin/perl/scope.c C src/gnu/usr.bin/perl/scope.h C src/gnu/usr.bin/perl/sv.c C src/gnu/usr.bin/perl/sv.h C src/gnu/usr.bin/perl/taint.c U src/gnu/usr.bin/perl/TestInit.pm U src/gnu/usr.bin/perl/thread.h U src/gnu/usr.bin/perl/time64.c U src/gnu/usr.bin/perl/time64.h U src/gnu/usr.bin/perl/time64_config.h C src/gnu/usr.bin/perl/toke.c C src/gnu/usr.bin/perl/uconfig.h C src/gnu/usr.bin/perl/uconfig.sh C src/gnu/usr.bin/perl/uconfig64.sh N src/gnu/usr.bin/perl/unicode_constants.h C src/gnu/usr.bin/perl/universal.c C src/gnu/usr.bin/perl/unixish.h U src/gnu/usr.bin/perl/utf8.c U src/gnu/usr.bin/perl/utf8.h U src/gnu/usr.bin/perl/utfebcdic.h C src/gnu/usr.bin/perl/util.c C src/gnu/usr.bin/perl/util.h C src/gnu/usr.bin/perl/utils.lst U src/gnu/usr.bin/perl/warnings.h U src/gnu/usr.bin/perl/write_buildcustomize.pl C src/gnu/usr.bin/perl/XSUB.h U src/gnu/usr.bin/perl/cpan/Archive-Extract/lib/Archive/Extract.pm U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/01_Archive-Extract.t U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/double_dir.zip U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.bz2 U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.ear U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.gz U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.jar U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.lzma U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.par U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.tar U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.tar.gz U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.tar.xz U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.tgz U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.txz U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.war U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.xz I src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.Z U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.zip U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.ear U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.jar U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.par U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tar U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tar.bz2 U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tar.gz U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tar.xz U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tbz U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tgz U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.txz U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.war U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.zip U src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/ptar U src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/ptardiff U src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/ptargrep U src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar.pm U src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/Constant.pm U src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/File.pm U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/01_use.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/02_methods.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/03_file.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/04_resolved_issues.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/05_iter.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/06_error.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/90_symlink.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/99_pod.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/header/signed.tar U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/linktest/linktest_missing_dir.tar U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/linktest/linktest_with_dir.tar U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/b U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/bar.tar U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/foo.tbz U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/foo.tgz U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/b U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/bar.tar U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/foo.tbz U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/foo.tgz U src/gnu/usr.bin/perl/cpan/autodie/lib/autodie.pm U src/gnu/usr.bin/perl/cpan/autodie/lib/Fatal.pm U src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/exception.pm U src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/hints.pm U src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/exception/system.pm U src/gnu/usr.bin/perl/cpan/autodie/t/00-load.t U src/gnu/usr.bin/perl/cpan/autodie/t/autodie.t U src/gnu/usr.bin/perl/cpan/autodie/t/autodie_test_module.pm U src/gnu/usr.bin/perl/cpan/autodie/t/backcompat.t U src/gnu/usr.bin/perl/cpan/autodie/t/basic_exceptions.t U src/gnu/usr.bin/perl/cpan/autodie/t/binmode.t U src/gnu/usr.bin/perl/cpan/autodie/t/blog_hints.t U src/gnu/usr.bin/perl/cpan/autodie/t/caller.t U src/gnu/usr.bin/perl/cpan/autodie/t/context.t U src/gnu/usr.bin/perl/cpan/autodie/t/context_lexical.t U src/gnu/usr.bin/perl/cpan/autodie/t/crickey.t U src/gnu/usr.bin/perl/cpan/autodie/t/dbmopen.t U src/gnu/usr.bin/perl/cpan/autodie/t/eval_error.t U src/gnu/usr.bin/perl/cpan/autodie/t/exception_class.t U src/gnu/usr.bin/perl/cpan/autodie/t/exceptions.t U src/gnu/usr.bin/perl/cpan/autodie/t/exec.t U src/gnu/usr.bin/perl/cpan/autodie/t/Fatal.t U src/gnu/usr.bin/perl/cpan/autodie/t/filehandles.t U src/gnu/usr.bin/perl/cpan/autodie/t/fileno.t U src/gnu/usr.bin/perl/cpan/autodie/t/flock.t U src/gnu/usr.bin/perl/cpan/autodie/t/format-clobber.t U src/gnu/usr.bin/perl/cpan/autodie/t/hints.t U src/gnu/usr.bin/perl/cpan/autodie/t/hints_insist.t U src/gnu/usr.bin/perl/cpan/autodie/t/hints_pod_examples.t U src/gnu/usr.bin/perl/cpan/autodie/t/hints_provider_does.t U src/gnu/usr.bin/perl/cpan/autodie/t/hints_provider_easy_does_it.t U src/gnu/usr.bin/perl/cpan/autodie/t/hints_provider_isa.t U src/gnu/usr.bin/perl/cpan/autodie/t/internal-backcompat.t U src/gnu/usr.bin/perl/cpan/autodie/t/internal.t U src/gnu/usr.bin/perl/cpan/autodie/t/lethal.t U src/gnu/usr.bin/perl/cpan/autodie/t/mkdir.t U src/gnu/usr.bin/perl/cpan/autodie/t/open.t U src/gnu/usr.bin/perl/cpan/autodie/t/recv.t U src/gnu/usr.bin/perl/cpan/autodie/t/repeat.t U src/gnu/usr.bin/perl/cpan/autodie/t/scope_leak.t U src/gnu/usr.bin/perl/cpan/autodie/t/string-eval-basic.t U src/gnu/usr.bin/perl/cpan/autodie/t/string-eval-leak.t U src/gnu/usr.bin/perl/cpan/autodie/t/sysopen.t U src/gnu/usr.bin/perl/cpan/autodie/t/truncate.t U src/gnu/usr.bin/perl/cpan/autodie/t/unlink.t U src/gnu/usr.bin/perl/cpan/autodie/t/user-context.t U src/gnu/usr.bin/perl/cpan/autodie/t/usersub.t U src/gnu/usr.bin/perl/cpan/autodie/t/version.t U src/gnu/usr.bin/perl/cpan/autodie/t/version_tag.t U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Caller_helper.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_pod_examples.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_provider_does.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_provider_easy_does_it.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_provider_isa.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_test.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/lethal.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/OtherTypes.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/au.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/badname.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/missing.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/au/exception.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/my/autodie.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/pujHa/ghach.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/pujHa/ghach/Dotlh.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Some/Module.pm U src/gnu/usr.bin/perl/cpan/AutoLoader/lib/AutoLoader.pm U src/gnu/usr.bin/perl/cpan/AutoLoader/lib/AutoSplit.pm U src/gnu/usr.bin/perl/cpan/AutoLoader/t/01AutoLoader.t U src/gnu/usr.bin/perl/cpan/AutoLoader/t/02AutoSplit.t U src/gnu/usr.bin/perl/cpan/B-Debug/Debug.pm U src/gnu/usr.bin/perl/cpan/B-Debug/t/debug.t C src/gnu/usr.bin/perl/cpan/B-Lint/lib/B/Lint.pm C src/gnu/usr.bin/perl/cpan/B-Lint/lib/B/Lint/Debug.pm C src/gnu/usr.bin/perl/cpan/B-Lint/t/lint.t U src/gnu/usr.bin/perl/cpan/B-Lint/t/pluglib/B/Lint/Plugin/Test.pm C src/gnu/usr.bin/perl/cpan/CGI/Changes U src/gnu/usr.bin/perl/cpan/CGI/examples/caution.xbm U src/gnu/usr.bin/perl/cpan/CGI/examples/clickable_image.cgi U src/gnu/usr.bin/perl/cpan/CGI/examples/cookie.cgi U src/gnu/usr.bin/perl/cpan/CGI/examples/crash.cgi U src/gnu/usr.bin/perl/cpan/CGI/examples/customize.cgi U src/gnu/usr.bin/perl/cpan/CGI/examples/diff_upload.cgi U src/gnu/usr.bin/perl/cpan/CGI/examples/dna.small.gif U src/gnu/usr.bin/perl/cpan/CGI/examples/file_upload.cgi U src/gnu/usr.bin/perl/cpan/CGI/examples/frameset.cgi U src/gnu/usr.bin/perl/cpan/CGI/examples/index.html U src/gnu/usr.bin/perl/cpan/CGI/examples/internal_links.cgi U src/gnu/usr.bin/perl/cpan/CGI/examples/javascript.cgi U src/gnu/usr.bin/perl/cpan/CGI/examples/make_links.pl U src/gnu/usr.bin/perl/cpan/CGI/examples/monty.cgi U src/gnu/usr.bin/perl/cpan/CGI/examples/multiple_forms.cgi U src/gnu/usr.bin/perl/cpan/CGI/examples/nph-clock.cgi U src/gnu/usr.bin/perl/cpan/CGI/examples/nph-multipart.cgi U src/gnu/usr.bin/perl/cpan/CGI/examples/popup.cgi U src/gnu/usr.bin/perl/cpan/CGI/examples/save_state.cgi U src/gnu/usr.bin/perl/cpan/CGI/examples/tryit.cgi U src/gnu/usr.bin/perl/cpan/CGI/examples/wilogo.gif C src/gnu/usr.bin/perl/cpan/CGI/lib/CGI.pm U src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Apache.pm C src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Carp.pm C src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Cookie.pm U src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Fast.pm U src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Pretty.pm U src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Push.pm U src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Switch.pm C src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Util.pm U src/gnu/usr.bin/perl/cpan/CGI/t/apache.t U src/gnu/usr.bin/perl/cpan/CGI/t/autoescape.t U src/gnu/usr.bin/perl/cpan/CGI/t/can.t U src/gnu/usr.bin/perl/cpan/CGI/t/carp.t U src/gnu/usr.bin/perl/cpan/CGI/t/charset.t U src/gnu/usr.bin/perl/cpan/CGI/t/checkbox_group.t U src/gnu/usr.bin/perl/cpan/CGI/t/cookie.t U src/gnu/usr.bin/perl/cpan/CGI/t/delete.t U src/gnu/usr.bin/perl/cpan/CGI/t/Dump.t U src/gnu/usr.bin/perl/cpan/CGI/t/end_form.t U src/gnu/usr.bin/perl/cpan/CGI/t/form.t U src/gnu/usr.bin/perl/cpan/CGI/t/function.t C src/gnu/usr.bin/perl/cpan/CGI/t/headers.t U src/gnu/usr.bin/perl/cpan/CGI/t/hidden.t C src/gnu/usr.bin/perl/cpan/CGI/t/html.t U src/gnu/usr.bin/perl/cpan/CGI/t/http.t U src/gnu/usr.bin/perl/cpan/CGI/t/init.t U src/gnu/usr.bin/perl/cpan/CGI/t/init_test.txt N src/gnu/usr.bin/perl/cpan/CGI/t/multipart_init.t U src/gnu/usr.bin/perl/cpan/CGI/t/no_tabindex.t U src/gnu/usr.bin/perl/cpan/CGI/t/param_fetch.t U src/gnu/usr.bin/perl/cpan/CGI/t/popup_menu.t U src/gnu/usr.bin/perl/cpan/CGI/t/pretty.t U src/gnu/usr.bin/perl/cpan/CGI/t/push.t U src/gnu/usr.bin/perl/cpan/CGI/t/query_string.t U src/gnu/usr.bin/perl/cpan/CGI/t/request.t U src/gnu/usr.bin/perl/cpan/CGI/t/rt-52469.t U src/gnu/usr.bin/perl/cpan/CGI/t/save_read_roundtrip.t U src/gnu/usr.bin/perl/cpan/CGI/t/start_end_asterisk.t U src/gnu/usr.bin/perl/cpan/CGI/t/start_end_end.t U src/gnu/usr.bin/perl/cpan/CGI/t/start_end_start.t U src/gnu/usr.bin/perl/cpan/CGI/t/switch.t U src/gnu/usr.bin/perl/cpan/CGI/t/tmpdir.t U src/gnu/usr.bin/perl/cpan/CGI/t/unescapeHTML.t U src/gnu/usr.bin/perl/cpan/CGI/t/upload.t U src/gnu/usr.bin/perl/cpan/CGI/t/upload_post_text.txt U src/gnu/usr.bin/perl/cpan/CGI/t/uploadInfo.t U src/gnu/usr.bin/perl/cpan/CGI/t/url.t U src/gnu/usr.bin/perl/cpan/CGI/t/user_agent.t U src/gnu/usr.bin/perl/cpan/CGI/t/utf8.t U src/gnu/usr.bin/perl/cpan/CGI/t/util-58.t U src/gnu/usr.bin/perl/cpan/CGI/t/util.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/Bzip2.xs C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/Changes U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/Makefile.PL C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/README U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/typemap U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/blocksort.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/compress.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/crctable.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/decompress.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/huffman.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/LICENSE U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/randtable.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/fallback/constants.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/fallback/constants.xs C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/private/MakeUtil.pm C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/000prereq.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/01bzip2.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/09limitoutput.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/99pod.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/Changes U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/config.in U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/Makefile.PL U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/README U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/typemap U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/Zlib.xs U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/examples/filtdef U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/examples/filtinf U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/fallback/constants.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/fallback/constants.xs U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/private/MakeUtil.pm U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/01version.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/02zlib.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/07bufsize.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/09limitoutput.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/18lvalue.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/compress/CompTestUtils.pm C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/adler32.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/compress.c C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/crc32.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/crc32.h C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/deflate.c C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/deflate.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/infback.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inffast.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inffast.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inffixed.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inflate.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inflate.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inftrees.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inftrees.h C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/trees.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/trees.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/uncompr.c C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zconf.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zlib.h C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zutil.c C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zutil.h N src/gnu/usr.bin/perl/cpan/Config-Perl-V/V.pm N src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/00_pod.t N src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/01_pod.t N src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/10_base.t N src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/20_plv.t U src/gnu/usr.bin/perl/cpan/CPAN/Changes U src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2003.pub U src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2005.pub U src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2007.pub U src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2009.pub U src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2011.pub U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/App/Cpan.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Author.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Bundle.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/CacheMgr.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Complete.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Debug.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/DeferredCode.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Distribution.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Distroprefs.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Distrostatus.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FirstTime.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FTP.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/HandleConfig.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Index.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/InfoObj.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Kwalify.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Mirrors.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Module.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Nox.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Prompt.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Queue.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Shell.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Tarzip.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/URL.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Version.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/API/HOWTO.pod U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/blocked_urllist.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/RecursiveDependency.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/yaml_not_installed.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/yaml_process_error.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FTP/netrc.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/HTTP/Client.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/HTTP/Credentials.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Kwalify/distroprefs.dd U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Kwalify/distroprefs.yml U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/LWP/UserAgent.pm U src/gnu/usr.bin/perl/cpan/CPAN/scripts/cpan U src/gnu/usr.bin/perl/cpan/CPAN/t/01loadme.t U src/gnu/usr.bin/perl/cpan/CPAN/t/02nox.t U src/gnu/usr.bin/perl/cpan/CPAN/t/03pkgs.t U src/gnu/usr.bin/perl/cpan/CPAN/t/10version.t U src/gnu/usr.bin/perl/cpan/CPAN/t/11mirroredby.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/Changes U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Converter.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Feature.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/History.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Prereqs.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Validator.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/converter-bad.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/converter-fail.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/converter.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/load-bad.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/meta-obj.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/no-index.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/prereqs-finalize.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/prereqs-merge.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/prereqs.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/repository.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/save-load.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/strings.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/validator.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/gpl-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/META-1_0.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/META-1_1.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/META-1_2.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/META-1_3.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/META-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/META-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/resources.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/restricted-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/restrictive-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/unicode.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/version-not-normal.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/version-ranges-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/version-ranges-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/107650337-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/1122575719-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/1206545041-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/1598804075-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/1927486199-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/1985684504-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/1985980974-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/2031017050-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/284247103-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/344981821-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/35478989-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/476602558-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/98042513-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/META-1_0.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/META-1_1.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/META-1_2.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/META-1_3.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/META-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/META-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/restrictive-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/version-ranges-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_0.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_1.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_2.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_3.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-2.json N src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/Changes N src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements.pm N src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/accepts.t N src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/bad_version_hook.t N src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/basic.t N src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/finalize.t N src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/from-hash.t N src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/merge.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/lib/CPAN/Meta/YAML.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/01_compile.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/02_basic.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/03_regression.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/05_export.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/11_meta_yml.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/12_plagger.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/13_perl_smith.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/14_yaml_org.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/15_multibyte.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/16_nullrefs.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/17_toolbar.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/18_tap.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/19_errors.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/20_subclass.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/21_bom.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/22_comments.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/HTML-WebDAO.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/multibyte.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/one.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/sample.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/Spreadsheet-Read.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/Template-Provider-Unicode-Japanese.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/toolbar.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/two.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/utf_16_le_bom.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/vanilla.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/Test.pm U src/gnu/usr.bin/perl/cpan/CPANPLUS/Makefile.PL U src/gnu/usr.bin/perl/cpan/CPANPLUS/bin/cpan2dist U src/gnu/usr.bin/perl/cpan/CPANPLUS/bin/cpanp U src/gnu/usr.bin/perl/cpan/CPANPLUS/bin/cpanp-run-perl U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Backend.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Config.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Configure.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Error.pm U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/FAQ.pod U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Hacking.pod C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Selfupdate.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Backend/RV.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Config/HomeEnv.pm U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Configure/Setup.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist/Autobundle.pm U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist/Base.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist/MM.pm U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist/Sample.pm U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Constants.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Extract.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Fetch.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Report.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Search.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Source.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Utils.pm U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Constants/Report.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Source/Memory.pm U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Source/SQLite.pm U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Source/SQLite/Tie.pm U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Utils/Autoflush.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Author.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Checksums.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Fake.pm U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Signature.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Author/Fake.pm U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Classic.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/HOWTO.pod C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/Remote.pm C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/Source.pm U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/01_CPANPLUS-Configure.t U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/02_CPANPLUS-Internals.t U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/03_CPANPLUS-Internals-Source.t U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/04_CPANPLUS-Module.t U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/06_CPANPLUS-Internals-Constants.t U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/07_CPANPLUS-Internals-Extract.t U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/08_CPANPLUS-Backend.t U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/09_CPANPLUS-Internals-Search.t U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/10_CPANPLUS-Error.t U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/15_CPANPLUS-Shell.t U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/19_CPANPLUS-Dist.t U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/20_CPANPLUS-Dist-MM.t U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/25_CPANPLUS.t U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/40_CPANPLUS-Internals-Report.t U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Bundle-Foo-Bar-0.01.tar.gz U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/CHECKSUMS U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.meta U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.readme U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.tar.gz U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/perl5.005_03.tar.gz U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/CHECKSUMS U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.readme U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.tar.gz U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/CHECKSUMS U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.readme U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.tar.gz U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/CHECKSUMS U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.readme U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.tar.gz U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/autobundle/Snapshot.pm U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/inc/conf.pl U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build.pm U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build/Constants.pm U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/01_CPANPLUS-Dist-Build-Constants.t U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/02_CPANPLUS-Dist-Build.t U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/dummy-CPAN/authors/01mailrc.txt.gz U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/dummy-CPAN/modules/02packages.details.txt.gz U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/dummy-CPAN/modules/03modlist.data.gz U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/dummy-perl/.hidden U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/inc/conf.pl U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/src/noxs/Foo-Bar-0.01.tar.gz U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/src/xs/Foo-Bar-0.01.tar.gz U src/gnu/usr.bin/perl/cpan/DB_File/Changes U src/gnu/usr.bin/perl/cpan/DB_File/config.in U src/gnu/usr.bin/perl/cpan/DB_File/DB_File.pm U src/gnu/usr.bin/perl/cpan/DB_File/DB_File.xs U src/gnu/usr.bin/perl/cpan/DB_File/DB_File_BS U src/gnu/usr.bin/perl/cpan/DB_File/dbinfo U src/gnu/usr.bin/perl/cpan/DB_File/Makefile.PL U src/gnu/usr.bin/perl/cpan/DB_File/typemap U src/gnu/usr.bin/perl/cpan/DB_File/version.c U src/gnu/usr.bin/perl/cpan/DB_File/hints/dynixptx.pl U src/gnu/usr.bin/perl/cpan/DB_File/hints/sco.pl U src/gnu/usr.bin/perl/cpan/DB_File/t/db-btree.t U src/gnu/usr.bin/perl/cpan/DB_File/t/db-hash.t U src/gnu/usr.bin/perl/cpan/DB_File/t/db-recno.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/apicheck_c.PL U src/gnu/usr.bin/perl/cpan/Devel-PPPort/Changes U src/gnu/usr.bin/perl/cpan/Devel-PPPort/HACKERS U src/gnu/usr.bin/perl/cpan/Devel-PPPort/Makefile.PL U src/gnu/usr.bin/perl/cpan/Devel-PPPort/MANIFEST.SKIP U src/gnu/usr.bin/perl/cpan/Devel-PPPort/mktests.PL U src/gnu/usr.bin/perl/cpan/Devel-PPPort/module2.c U src/gnu/usr.bin/perl/cpan/Devel-PPPort/module3.c U src/gnu/usr.bin/perl/cpan/Devel-PPPort/PPPort.xs U src/gnu/usr.bin/perl/cpan/Devel-PPPort/ppport_h.PL U src/gnu/usr.bin/perl/cpan/Devel-PPPort/PPPort_pm.PL U src/gnu/usr.bin/perl/cpan/Devel-PPPort/PPPort_xs.PL U src/gnu/usr.bin/perl/cpan/Devel-PPPort/README U src/gnu/usr.bin/perl/cpan/Devel-PPPort/soak U src/gnu/usr.bin/perl/cpan/Devel-PPPort/TODO U src/gnu/usr.bin/perl/cpan/Devel-PPPort/typemap U src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/buildperl.pl U src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/devtools.pl U src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/mkapidoc.sh U src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/mktodo U src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/mktodo.pl U src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/regenerate U src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/scanprov U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/apicheck.pl U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/apidoc.fnc U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/embed.fnc U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/ppport.fnc U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/ppptools.pl U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004010 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004020 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004030 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004040 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004050 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005010 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005020 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005030 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005040 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5006000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5006001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5006002 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5007000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5007001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5007002 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5007003 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008002 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008003 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008004 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008005 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008006 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008007 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008008 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008009 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009002 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009003 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009004 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009005 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5010000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5010001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5011000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5011001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5011002 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5011003 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5011004 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5011005 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5012000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5012001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5012002 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5012003 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013002 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013003 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013004 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013005 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013006 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013007 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013008 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013009 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013010 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013011 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5014000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/call U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/cop U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/exception U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/format U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/grok U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/gv U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/HvNAME U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/limits U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/magic U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/memory C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/misc U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/mPUSH U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/MY_CXT U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/newCONSTSUB U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/newRV U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/newSV_type U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/newSVpv U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/podtest U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/ppphbin U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/ppphdoc U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/ppphtest U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/pv_tools U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/pvs U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/shared_pv U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/snprintf U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/sprintf U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/strlfuncs U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/Sv_set U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/sv_xpvf U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/SvPV U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/SvREFCNT U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/threads U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/uv U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/variables U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/version U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/warn U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004010 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004020 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004030 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004040 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004050 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005010 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005020 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005030 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005040 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5006000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5006001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5006002 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5007000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5007001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5007002 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5007003 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008002 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008003 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008004 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008005 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008006 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008007 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008008 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008009 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009002 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009003 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009004 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009005 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5010000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5010001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5011000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5011001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5011002 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5011003 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5011004 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5011005 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5012000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5012001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5012002 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5012003 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013002 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013003 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013004 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013005 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013006 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013007 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013008 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013009 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013010 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013011 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5014000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/call.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/cop.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/exception.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/format.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/grok.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/gv.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/HvNAME.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/limits.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/magic.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/memory.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/misc.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/mPUSH.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/MY_CXT.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/newCONSTSUB.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/newRV.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/newSV_type.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/newSVpv.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/podtest.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/ppphtest.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/pv_tools.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/pvs.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/shared_pv.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/snprintf.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/sprintf.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/strlfuncs.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/SvPV.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/Sv_set.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/sv_xpvf.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/SvREFCNT.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/testutil.pl U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/threads.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/uv.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/variables.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/warn.t U src/gnu/usr.bin/perl/cpan/Digest/Changes U src/gnu/usr.bin/perl/cpan/Digest/Digest.pm U src/gnu/usr.bin/perl/cpan/Digest/Digest/base.pm U src/gnu/usr.bin/perl/cpan/Digest/Digest/file.pm U src/gnu/usr.bin/perl/cpan/Digest/t/base.t U src/gnu/usr.bin/perl/cpan/Digest/t/digest.t U src/gnu/usr.bin/perl/cpan/Digest/t/file.t U src/gnu/usr.bin/perl/cpan/Digest/t/security.t U src/gnu/usr.bin/perl/cpan/Digest/t/lib/Digest/Dummy.pm C src/gnu/usr.bin/perl/cpan/Digest-MD5/Changes U src/gnu/usr.bin/perl/cpan/Digest-MD5/Makefile.PL U src/gnu/usr.bin/perl/cpan/Digest-MD5/MD5.pm C src/gnu/usr.bin/perl/cpan/Digest-MD5/MD5.xs U src/gnu/usr.bin/perl/cpan/Digest-MD5/README U src/gnu/usr.bin/perl/cpan/Digest-MD5/typemap U src/gnu/usr.bin/perl/cpan/Digest-MD5/hints/dec_osf.pl U src/gnu/usr.bin/perl/cpan/Digest-MD5/hints/irix_6.pl U src/gnu/usr.bin/perl/cpan/Digest-MD5/hints/MacOS.pl U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/align.t U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/badfile.t U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/bits.t U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/clone.t C src/gnu/usr.bin/perl/cpan/Digest-MD5/t/files.t U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/md5-aaa.t U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/threads.t U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/utf8.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/Changes U src/gnu/usr.bin/perl/cpan/Digest-SHA/Makefile.PL U src/gnu/usr.bin/perl/cpan/Digest-SHA/README U src/gnu/usr.bin/perl/cpan/Digest-SHA/SHA.xs U src/gnu/usr.bin/perl/cpan/Digest-SHA/shasum U src/gnu/usr.bin/perl/cpan/Digest-SHA/typemap U src/gnu/usr.bin/perl/cpan/Digest-SHA/lib/Digest/SHA.pm U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha.c U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha.h U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha64bit.c U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha64bit.h U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/allfcns.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/base64.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/bitbuf.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/dumpload.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/fips180-4.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/fips198.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/gg.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/gglong.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/hmacsha.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/ireland.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/methods.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/nistbit.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/nistbyte.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/rfc2202.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha1.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha224.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha256.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha384.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha512.t N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/unicode.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/woodbury.t U src/gnu/usr.bin/perl/cpan/Encode/AUTHORS C src/gnu/usr.bin/perl/cpan/Encode/Changes U src/gnu/usr.bin/perl/cpan/Encode/encengine.c C src/gnu/usr.bin/perl/cpan/Encode/Encode.pm C src/gnu/usr.bin/perl/cpan/Encode/Encode.xs C src/gnu/usr.bin/perl/cpan/Encode/encoding.pm C src/gnu/usr.bin/perl/cpan/Encode/Makefile.PL U src/gnu/usr.bin/perl/cpan/Encode/MANIFEST N src/gnu/usr.bin/perl/cpan/Encode/META.json U src/gnu/usr.bin/perl/cpan/Encode/META.yml U src/gnu/usr.bin/perl/cpan/Encode/README U src/gnu/usr.bin/perl/cpan/Encode/bin/enc2xs U src/gnu/usr.bin/perl/cpan/Encode/bin/piconv U src/gnu/usr.bin/perl/cpan/Encode/bin/ucm2table U src/gnu/usr.bin/perl/cpan/Encode/bin/ucmlint U src/gnu/usr.bin/perl/cpan/Encode/bin/ucmsort U src/gnu/usr.bin/perl/cpan/Encode/bin/unidump U src/gnu/usr.bin/perl/cpan/Encode/Byte/Byte.pm U src/gnu/usr.bin/perl/cpan/Encode/Byte/Makefile.PL U src/gnu/usr.bin/perl/cpan/Encode/CN/CN.pm U src/gnu/usr.bin/perl/cpan/Encode/CN/Makefile.PL U src/gnu/usr.bin/perl/cpan/Encode/EBCDIC/EBCDIC.pm U src/gnu/usr.bin/perl/cpan/Encode/EBCDIC/Makefile.PL U src/gnu/usr.bin/perl/cpan/Encode/Encode/_PM.e2x U src/gnu/usr.bin/perl/cpan/Encode/Encode/_T.e2x U src/gnu/usr.bin/perl/cpan/Encode/Encode/Changes.e2x U src/gnu/usr.bin/perl/cpan/Encode/Encode/ConfigLocal_PM.e2x U src/gnu/usr.bin/perl/cpan/Encode/Encode/encode.h U src/gnu/usr.bin/perl/cpan/Encode/Encode/Makefile_PL.e2x U src/gnu/usr.bin/perl/cpan/Encode/Encode/README.e2x U src/gnu/usr.bin/perl/cpan/Encode/JP/JP.pm U src/gnu/usr.bin/perl/cpan/Encode/JP/Makefile.PL U src/gnu/usr.bin/perl/cpan/Encode/KR/KR.pm U src/gnu/usr.bin/perl/cpan/Encode/KR/Makefile.PL C src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Alias.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/CJKConstants.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Config.pm C src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Encoder.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Encoding.pm C src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/GSM0338.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Guess.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/PerlIO.pod U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Supported.pod U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/CN/HZ.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/JP/H2Z.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/JP/JIS7.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/KR/2022_KR.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/Header.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/Name.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm C src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Unicode/UTF7.pm U src/gnu/usr.bin/perl/cpan/Encode/Symbol/Makefile.PL U src/gnu/usr.bin/perl/cpan/Encode/Symbol/Symbol.pm U src/gnu/usr.bin/perl/cpan/Encode/t/Aliases.t U src/gnu/usr.bin/perl/cpan/Encode/t/at-cn.t U src/gnu/usr.bin/perl/cpan/Encode/t/at-tw.t U src/gnu/usr.bin/perl/cpan/Encode/t/big5-eten.enc U src/gnu/usr.bin/perl/cpan/Encode/t/big5-eten.utf U src/gnu/usr.bin/perl/cpan/Encode/t/big5-hkscs.enc U src/gnu/usr.bin/perl/cpan/Encode/t/big5-hkscs.utf U src/gnu/usr.bin/perl/cpan/Encode/t/CJKT.t C src/gnu/usr.bin/perl/cpan/Encode/t/enc_data.t C src/gnu/usr.bin/perl/cpan/Encode/t/enc_eucjp.t U src/gnu/usr.bin/perl/cpan/Encode/t/enc_module.enc C src/gnu/usr.bin/perl/cpan/Encode/t/enc_module.t C src/gnu/usr.bin/perl/cpan/Encode/t/enc_utf8.t U src/gnu/usr.bin/perl/cpan/Encode/t/Encode.t U src/gnu/usr.bin/perl/cpan/Encode/t/Encoder.t U src/gnu/usr.bin/perl/cpan/Encode/t/encoding.t U src/gnu/usr.bin/perl/cpan/Encode/t/fallback.t U src/gnu/usr.bin/perl/cpan/Encode/t/from_to.t U src/gnu/usr.bin/perl/cpan/Encode/t/gb2312.enc U src/gnu/usr.bin/perl/cpan/Encode/t/gb2312.utf U src/gnu/usr.bin/perl/cpan/Encode/t/grow.t U src/gnu/usr.bin/perl/cpan/Encode/t/gsm0338.t U src/gnu/usr.bin/perl/cpan/Encode/t/guess.t U src/gnu/usr.bin/perl/cpan/Encode/t/jis7-fallback.t U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0201.enc U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0201.utf U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0208.enc U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0208.utf U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0212.enc U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0212.utf C src/gnu/usr.bin/perl/cpan/Encode/t/jperl.t U src/gnu/usr.bin/perl/cpan/Encode/t/ksc5601.enc U src/gnu/usr.bin/perl/cpan/Encode/t/ksc5601.utf U src/gnu/usr.bin/perl/cpan/Encode/t/mime-header.t U src/gnu/usr.bin/perl/cpan/Encode/t/mime-name.t U src/gnu/usr.bin/perl/cpan/Encode/t/mime_header_iso2022jp.t C src/gnu/usr.bin/perl/cpan/Encode/t/Mod_EUCJP.pm U src/gnu/usr.bin/perl/cpan/Encode/t/perlio.t C src/gnu/usr.bin/perl/cpan/Encode/t/piconv.t U src/gnu/usr.bin/perl/cpan/Encode/t/rt.pl U src/gnu/usr.bin/perl/cpan/Encode/t/unibench.pl C src/gnu/usr.bin/perl/cpan/Encode/t/Unicode.t U src/gnu/usr.bin/perl/cpan/Encode/t/utf8ref.t U src/gnu/usr.bin/perl/cpan/Encode/t/utf8strict.t U src/gnu/usr.bin/perl/cpan/Encode/TW/Makefile.PL U src/gnu/usr.bin/perl/cpan/Encode/TW/TW.pm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-1.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-10.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-11.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-13.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-14.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-15.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-16.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-2.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-3.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-4.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-5.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-6.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-7.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-8.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-9.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/adobeStdenc.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/adobeSymbol.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/adobeZdingbat.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/ascii.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/big5-eten.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/big5-hkscs.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp037.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1006.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1026.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1047.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1250.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1251.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1252.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1253.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1254.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1255.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1256.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1257.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1258.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp424.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp437.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp500.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp737.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp775.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp850.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp852.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp855.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp856.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp857.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp858.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp860.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp861.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp862.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp863.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp864.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp865.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp866.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp869.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp874.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp875.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp932.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp936.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp949.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp950.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/ctrl.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/dingbats.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/euc-cn.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/euc-jp.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/euc-kr.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/gb12345.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/gb2312.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/hp-roman8.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/ir-165.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/jis0201.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/jis0208.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/jis0212.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/johab.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/koi8-f.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/koi8-r.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/koi8-u.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/ksc5601.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macArabic.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macCentEuro.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macChinsimp.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macChintrad.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macCroatian.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macCyrillic.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macDingbats.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macFarsi.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macGreek.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macHebrew.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macIceland.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macJapanese.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macKorean.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macRoman.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macROMnn.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macRUMnn.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macSami.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macSymbol.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macThai.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macTurkish.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macUkraine.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/nextstep.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/null.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/posix-bc.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/shiftjis.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/symbol.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/viscii.ucm U src/gnu/usr.bin/perl/cpan/Encode/Unicode/Makefile.PL U src/gnu/usr.bin/perl/cpan/Encode/Unicode/Unicode.pm C src/gnu/usr.bin/perl/cpan/Encode/Unicode/Unicode.xs U src/gnu/usr.bin/perl/cpan/encoding-warnings/Changes U src/gnu/usr.bin/perl/cpan/encoding-warnings/lib/encoding/warnings.pm U src/gnu/usr.bin/perl/cpan/encoding-warnings/t/1-warning.t U src/gnu/usr.bin/perl/cpan/encoding-warnings/t/2-fatal.t U src/gnu/usr.bin/perl/cpan/encoding-warnings/t/3-normal.t U src/gnu/usr.bin/perl/cpan/encoding-warnings/t/4-lexical.t U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Utils.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/t/Constant.t C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/Changes U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/MANIFEST U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/NOTES U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/PATCHING U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/README U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/README.packaging U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/TODO U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/bin/instmodsh U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_MacOS.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_NW5.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS2.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_UWIN.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/00compile.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/01perl_bugs.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/arch_check.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/backwards.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/basic.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/build_man.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/cd.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/config.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/dir_target.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/echo.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/fix_libs.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/fixin.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/hints.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/INST.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/INSTALL_BASE.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/installed_file.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/is_of_type.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/Liblist.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/make.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/maketext_filter.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/meta_convert.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/META_for_testing.json U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/META_for_testing.yml U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/META_for_testing_tricky_version.yml U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/metafile_data.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/metafile_file.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/min_perl_version.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/miniperl.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/Mkbootstrap.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Any.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_BeOS.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Cygwin.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_NW5.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_OS2.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Unix.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_VMS.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Win32.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/oneliner.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/parse_abstract.t C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/parse_version.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/PL_FILES.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/pm.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/pm_to_blib.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/pod2man.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/postamble.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prefixify.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prereq.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prereq_print.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/problems.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prompt.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/recurs.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/revision.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/several_authors.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/split_command.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/test_boilerplate.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/testlib.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/VERSION_FROM.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/writemakefile_args.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/xs.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/TieIn.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/TieOut.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/NoXS.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/MPV.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/PL_FILES.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/Problem.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/Recurs.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/SAS.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch1/Config.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch2/Config.pm N src/gnu/usr.bin/perl/cpan/File-CheckTree/lib/File/CheckTree.pm N src/gnu/usr.bin/perl/cpan/File-CheckTree/t/CheckTree.t U src/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/Fetch.pm U src/gnu/usr.bin/perl/cpan/File-Fetch/t/01_File-Fetch.t U src/gnu/usr.bin/perl/cpan/File-Fetch/t/null_subclass.t U src/gnu/usr.bin/perl/cpan/File-Path/lib/File/Path.pm U src/gnu/usr.bin/perl/cpan/File-Path/t/Path.t U src/gnu/usr.bin/perl/cpan/File-Path/t/taint.t N src/gnu/usr.bin/perl/cpan/File-Temp/lib/File/Temp.pm U src/gnu/usr.bin/perl/cpan/File-Temp/t/cmp.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/fork.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/lock.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/mktemp.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/object.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/posix.t N src/gnu/usr.bin/perl/cpan/File-Temp/t/rmtree.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/security.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/seekable.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/tempfile.t U src/gnu/usr.bin/perl/cpan/Filter-Util-Call/Call.pm U src/gnu/usr.bin/perl/cpan/Filter-Util-Call/Call.xs U src/gnu/usr.bin/perl/cpan/Filter-Util-Call/filter-util.pl U src/gnu/usr.bin/perl/cpan/Filter-Util-Call/t/call.t U src/gnu/usr.bin/perl/cpan/Getopt-Long/CHANGES U src/gnu/usr.bin/perl/cpan/Getopt-Long/README C src/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/Long.pm U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-basic.t U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-linkage.t U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-oo.t U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-xargv.t U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-xstring.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/lib/HTTP/Tiny.pm U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/00-compile.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/000_load.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/001_api.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/002_croakage.t N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/003_agent.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/010_url.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/020_headers.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/030_response.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/040_content.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/050_chunked_body.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/060_http_date.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/100_get.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/101_head.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/102_put.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/103_delete.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/104_post.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/110_mirror.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/130_redirect.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/140_proxy.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/150_post_form.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/Util.pm U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/delete-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/form-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/form-02.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/form-03.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/form-04.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-02.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-03.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-04.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-05.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-06.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-07.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-08.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-09.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-10.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-11.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-12.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-13.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-14.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-15.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-16.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-17.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-18.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-19.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-20.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-21.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/head-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/mirror-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/mirror-02.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/mirror-03.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/mirror-04.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/mirror-05.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/post-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/put-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/put-02.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/put-03.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/put-04.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/put-05.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-02.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-03.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-04.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-05.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-06.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-07.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-08.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-09.txt U src/gnu/usr.bin/perl/cpan/IO-Compress/Changes U src/gnu/usr.bin/perl/cpan/IO-Compress/Makefile.PL U src/gnu/usr.bin/perl/cpan/IO-Compress/README U src/gnu/usr.bin/perl/cpan/IO-Compress/bin/zipdetails U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/filtdef U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/filtinf U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/gzcat U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/gzgrep U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/gzstream U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/anycat U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/bzip2/bzcat U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/bzip2/bzgrep U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/bzip2/bzstream U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/gzip/gzappend U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/gzip/gzcat U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/gzip/gzgrep U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/gzip/gzstream U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress/Zlib.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/File/GlobMapper.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Bzip2.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Deflate.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/FAQ.pod U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Gzip.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/RawDeflate.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zip.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/Bzip2.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/Deflate.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/Identity.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base/Common.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Gzip/Constants.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zip/Constants.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zlib/Constants.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zlib/Extra.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/AnyInflate.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/AnyUncompress.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Base.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Bunzip2.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Gunzip.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Inflate.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Unzip.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Bunzip2.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Inflate.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/private/MakeUtil.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/t/000prereq.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-transparent.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/004gziphdr.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/005defhdr.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/006zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/010examples-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/010examples-zlib.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/01misc.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/020isize.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/050interop-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-gzip-only.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip-bzip2-only.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip-only.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip-store-only.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-transparent.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/111const-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/999pod.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-01version.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-03zlib-v1.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-05examples.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-06gzsetp.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-08encoding.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-14gzopen.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/globmapper.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/any.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/anyunc.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/CompTestUtils.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/destroy.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/encode.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/generic.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/merge.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/multi.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/newtied.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/oneshot.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/prime.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/tied.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/truncate.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/zlib-generic.pl U src/gnu/usr.bin/perl/cpan/IO-Zlib/Zlib.pm U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/basic.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/external.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/getc.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/getline.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/import.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/large.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/tied.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/uncomp1.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/uncomp2.t U src/gnu/usr.bin/perl/cpan/IPC-Cmd/lib/IPC/Cmd.pm U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/01_IPC-Cmd.t U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/02_Interactive.t U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/src/child.pl U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/src/output.pl U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/src/x.tgz U src/gnu/usr.bin/perl/cpan/IPC-SysV/Changes U src/gnu/usr.bin/perl/cpan/IPC-SysV/Makefile.PL U src/gnu/usr.bin/perl/cpan/IPC-SysV/MANIFEST.SKIP U src/gnu/usr.bin/perl/cpan/IPC-SysV/README U src/gnu/usr.bin/perl/cpan/IPC-SysV/regen.pl U src/gnu/usr.bin/perl/cpan/IPC-SysV/SysV.xs U src/gnu/usr.bin/perl/cpan/IPC-SysV/TODO U src/gnu/usr.bin/perl/cpan/IPC-SysV/typemap U src/gnu/usr.bin/perl/cpan/IPC-SysV/hints/cygwin.pl U src/gnu/usr.bin/perl/cpan/IPC-SysV/hints/next_3.pl U src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/Msg.pm U src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/Semaphore.pm U src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/SharedMem.pm U src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/SysV.pm U src/gnu/usr.bin/perl/cpan/IPC-SysV/t/ipcsysv.t U src/gnu/usr.bin/perl/cpan/IPC-SysV/t/msg.t U src/gnu/usr.bin/perl/cpan/IPC-SysV/t/pod.t U src/gnu/usr.bin/perl/cpan/IPC-SysV/t/podcov.t U src/gnu/usr.bin/perl/cpan/IPC-SysV/t/sem.t U src/gnu/usr.bin/perl/cpan/IPC-SysV/t/shm.t U src/gnu/usr.bin/perl/cpan/JSON-PP/bin/json_pp U src/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/PP.pm U src/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/PP/Boolean.pm U src/gnu/usr.bin/perl/cpan/JSON-PP/t/000_load.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/001_utf8.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/002_error.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/003_types.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/006_pc_pretty.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/007_pc_esc.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/008_pc_base.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/009_pc_extra_number.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/010_pc_keysort.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/011_pc_expo.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/012_blessed.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/013_limit.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/014_latin1.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/015_prefix.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/016_tied.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/017_relaxed.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/018_json_checker.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/019_incr.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/020_unknown.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/021_evans_bugrep.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/022_comment_at_eof.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/099_binary.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/104_sortby.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/105_esc_slash.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/106_allow_barekey.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/107_allow_singlequote.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/108_decode.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/109_encode.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/110_bignum.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/112_upgrade.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/113_overloaded_eq.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/114_decode_prefix.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/115_tie_ixhash.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/116_incr_parse_fixed.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/_unicode_handling.pm U src/gnu/usr.bin/perl/cpan/libnet/Changes U src/gnu/usr.bin/perl/cpan/libnet/Config.eg U src/gnu/usr.bin/perl/cpan/libnet/Hostname.pm.eg U src/gnu/usr.bin/perl/cpan/libnet/Makefile.PL U src/gnu/usr.bin/perl/cpan/libnet/README U src/gnu/usr.bin/perl/cpan/libnet/demos/ftp U src/gnu/usr.bin/perl/cpan/libnet/demos/inetd U src/gnu/usr.bin/perl/cpan/libnet/demos/nntp U src/gnu/usr.bin/perl/cpan/libnet/demos/nntp.mirror U src/gnu/usr.bin/perl/cpan/libnet/demos/pop3 U src/gnu/usr.bin/perl/cpan/libnet/demos/smtp.self U src/gnu/usr.bin/perl/cpan/libnet/demos/time U src/gnu/usr.bin/perl/cpan/libnet/Net/Cmd.pm U src/gnu/usr.bin/perl/cpan/libnet/Net/Config.pm U src/gnu/usr.bin/perl/cpan/libnet/Net/Domain.pm U src/gnu/usr.bin/perl/cpan/libnet/Net/FTP.pm U src/gnu/usr.bin/perl/cpan/libnet/Net/libnetFAQ.pod U src/gnu/usr.bin/perl/cpan/libnet/Net/Netrc.pm U src/gnu/usr.bin/perl/cpan/libnet/Net/NNTP.pm U src/gnu/usr.bin/perl/cpan/libnet/Net/POP3.pm U src/gnu/usr.bin/perl/cpan/libnet/Net/SMTP.pm U src/gnu/usr.bin/perl/cpan/libnet/Net/Time.pm U src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/A.pm U src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/dataconn.pm U src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/E.pm U src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/I.pm U src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/L.pm U src/gnu/usr.bin/perl/cpan/libnet/t/config.t U src/gnu/usr.bin/perl/cpan/libnet/t/datasend.t U src/gnu/usr.bin/perl/cpan/libnet/t/ftp.t U src/gnu/usr.bin/perl/cpan/libnet/t/hostname.t U src/gnu/usr.bin/perl/cpan/libnet/t/libnet_t.pl U src/gnu/usr.bin/perl/cpan/libnet/t/netrc.t U src/gnu/usr.bin/perl/cpan/libnet/t/nntp.t U src/gnu/usr.bin/perl/cpan/libnet/t/require.t U src/gnu/usr.bin/perl/cpan/libnet/t/smtp.t U src/gnu/usr.bin/perl/cpan/libnet/t/time.t C src/gnu/usr.bin/perl/cpan/List-Util/Changes C src/gnu/usr.bin/perl/cpan/List-Util/ListUtil.xs U src/gnu/usr.bin/perl/cpan/List-Util/Makefile.PL U src/gnu/usr.bin/perl/cpan/List-Util/multicall.h U src/gnu/usr.bin/perl/cpan/List-Util/README C src/gnu/usr.bin/perl/cpan/List-Util/lib/List/Util.pm C src/gnu/usr.bin/perl/cpan/List-Util/lib/List/Util/XS.pm C src/gnu/usr.bin/perl/cpan/List-Util/lib/Scalar/Util.pm U src/gnu/usr.bin/perl/cpan/List-Util/t/00version.t U src/gnu/usr.bin/perl/cpan/List-Util/t/blessed.t U src/gnu/usr.bin/perl/cpan/List-Util/t/dualvar.t U src/gnu/usr.bin/perl/cpan/List-Util/t/first.t U src/gnu/usr.bin/perl/cpan/List-Util/t/getmagic-once.t U src/gnu/usr.bin/perl/cpan/List-Util/t/isvstring.t U src/gnu/usr.bin/perl/cpan/List-Util/t/lln.t U src/gnu/usr.bin/perl/cpan/List-Util/t/max.t U src/gnu/usr.bin/perl/cpan/List-Util/t/maxstr.t U src/gnu/usr.bin/perl/cpan/List-Util/t/min.t U src/gnu/usr.bin/perl/cpan/List-Util/t/minstr.t N src/gnu/usr.bin/perl/cpan/List-Util/t/multicall-refcount.t U src/gnu/usr.bin/perl/cpan/List-Util/t/openhan.t U src/gnu/usr.bin/perl/cpan/List-Util/t/proto.t U src/gnu/usr.bin/perl/cpan/List-Util/t/readonly.t U src/gnu/usr.bin/perl/cpan/List-Util/t/reduce.t U src/gnu/usr.bin/perl/cpan/List-Util/t/refaddr.t U src/gnu/usr.bin/perl/cpan/List-Util/t/reftype.t U src/gnu/usr.bin/perl/cpan/List-Util/t/shuffle.t U src/gnu/usr.bin/perl/cpan/List-Util/t/stack-corruption.t U src/gnu/usr.bin/perl/cpan/List-Util/t/sum.t N src/gnu/usr.bin/perl/cpan/List-Util/t/sum0.t U src/gnu/usr.bin/perl/cpan/List-Util/t/tainted.t U src/gnu/usr.bin/perl/cpan/List-Util/t/weak.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/ChangeLog U src/gnu/usr.bin/perl/cpan/Locale-Codes/LICENSE U src/gnu/usr.bin/perl/cpan/Locale-Codes/README.first U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes.pod C src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Country.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Country.pod C src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Currency.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Currency.pod C src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Language.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Language.pod C src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Script.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Script.pod U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/API.pod U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Changes.pod U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Constants.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Constants.pod U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Country.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Country.pod U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Country_Codes.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Country_Retired.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Currency.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Currency.pod U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Currency_Codes.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Currency_Retired.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pod U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Codes.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Retired.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pod U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Codes.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Retired.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Language.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Language.pod U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Language_Codes.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Language_Retired.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangVar_Codes.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangVar_Retired.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Script.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Script.pod U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Script_Codes.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Script_Retired.pm U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/alias_code.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/alias_code_old.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/code2country.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/code2country_old.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/code2currency.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/code2langext.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/code2langfam.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/code2language.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/code2langvar.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/code2script.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/country.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/country2code.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/country2code_old.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/country_code2code.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/country_code2code_old.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/country_old.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/currency2code.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/currency2code_old.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/langext2code.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/langfam2code.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/language.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/language2code.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/language_old.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/langvar2code.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/script2code.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/script2code_old.t U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/testfunc.pl U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/0-signature.t U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/1-basic.t U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default.t U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.t U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_with_i_default/en.po U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_with_i_default/fr.po U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_with_i_default/i_default.po U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_without_i_default/en.po U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_without_i_default/fr.po U src/gnu/usr.bin/perl/cpan/Log-Message/lib/Log/Message.pm U src/gnu/usr.bin/perl/cpan/Log-Message/lib/Log/Message/Config.pm U src/gnu/usr.bin/perl/cpan/Log-Message/lib/Log/Message/Handlers.pm U src/gnu/usr.bin/perl/cpan/Log-Message/lib/Log/Message/Item.pm U src/gnu/usr.bin/perl/cpan/Log-Message/t/01_Log-Message-Config.t U src/gnu/usr.bin/perl/cpan/Log-Message/t/02_Log-Message.t U src/gnu/usr.bin/perl/cpan/Log-Message/t/conf/config_file U src/gnu/usr.bin/perl/cpan/Log-Message/t/conf/LoadMe.pl U src/gnu/usr.bin/perl/cpan/Log-Message-Simple/lib/Log/Message/Simple.pm U src/gnu/usr.bin/perl/cpan/Log-Message-Simple/t/01_use.t U src/gnu/usr.bin/perl/cpan/Log-Message-Simple/t/02_imports.t U src/gnu/usr.bin/perl/cpan/Log-Message-Simple/t/03_functions.t U src/gnu/usr.bin/perl/cpan/Math-Complex/ChangeLog U src/gnu/usr.bin/perl/cpan/Math-Complex/Makefile.PL U src/gnu/usr.bin/perl/cpan/Math-Complex/lib/Math/Complex.pm U src/gnu/usr.bin/perl/cpan/Math-Complex/lib/Math/Trig.pm U src/gnu/usr.bin/perl/cpan/Math-Complex/t/Complex.t U src/gnu/usr.bin/perl/cpan/Math-Complex/t/Trig.t U src/gnu/usr.bin/perl/cpan/Math-Complex/t/underbar.t C src/gnu/usr.bin/perl/cpan/Memoize/Memoize.pm C src/gnu/usr.bin/perl/cpan/Memoize/TODO U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/AnyDBM_File.pm U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/Expire.pm U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/ExpireFile.pm U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/ExpireTest.pm U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/NDBM_File.pm U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/SDBM_File.pm U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/Storable.pm U src/gnu/usr.bin/perl/cpan/Memoize/t/array.t U src/gnu/usr.bin/perl/cpan/Memoize/t/array_confusion.t U src/gnu/usr.bin/perl/cpan/Memoize/t/correctness.t U src/gnu/usr.bin/perl/cpan/Memoize/t/errors.t U src/gnu/usr.bin/perl/cpan/Memoize/t/expfile.t U src/gnu/usr.bin/perl/cpan/Memoize/t/expire.t U src/gnu/usr.bin/perl/cpan/Memoize/t/expmod_n.t U src/gnu/usr.bin/perl/cpan/Memoize/t/expmod_t.t U src/gnu/usr.bin/perl/cpan/Memoize/t/flush.t U src/gnu/usr.bin/perl/cpan/Memoize/t/normalize.t U src/gnu/usr.bin/perl/cpan/Memoize/t/prototype.t U src/gnu/usr.bin/perl/cpan/Memoize/t/speed.t U src/gnu/usr.bin/perl/cpan/Memoize/t/tie.t U src/gnu/usr.bin/perl/cpan/Memoize/t/tie_gdbm.t U src/gnu/usr.bin/perl/cpan/Memoize/t/tie_ndbm.t U src/gnu/usr.bin/perl/cpan/Memoize/t/tie_sdbm.t U src/gnu/usr.bin/perl/cpan/Memoize/t/tie_storable.t U src/gnu/usr.bin/perl/cpan/Memoize/t/tiefeatures.t U src/gnu/usr.bin/perl/cpan/Memoize/t/unmemoize.t U src/gnu/usr.bin/perl/cpan/MIME-Base64/Base64.pm U src/gnu/usr.bin/perl/cpan/MIME-Base64/Base64.xs U src/gnu/usr.bin/perl/cpan/MIME-Base64/Changes U src/gnu/usr.bin/perl/cpan/MIME-Base64/Makefile.PL U src/gnu/usr.bin/perl/cpan/MIME-Base64/QuotedPrint.pm U src/gnu/usr.bin/perl/cpan/MIME-Base64/README U src/gnu/usr.bin/perl/cpan/MIME-Base64/t/base64.t U src/gnu/usr.bin/perl/cpan/MIME-Base64/t/length.t U src/gnu/usr.bin/perl/cpan/MIME-Base64/t/quoted-print.t U src/gnu/usr.bin/perl/cpan/MIME-Base64/t/unicode.t U src/gnu/usr.bin/perl/cpan/NEXT/lib/NEXT.pm U src/gnu/usr.bin/perl/cpan/NEXT/t/actual.t U src/gnu/usr.bin/perl/cpan/NEXT/t/actuns.t U src/gnu/usr.bin/perl/cpan/NEXT/t/dynamically_scoped_regex_vars.t U src/gnu/usr.bin/perl/cpan/NEXT/t/next.t U src/gnu/usr.bin/perl/cpan/NEXT/t/stringify.t U src/gnu/usr.bin/perl/cpan/NEXT/t/unseen.t U src/gnu/usr.bin/perl/cpan/Module-Build/Changes U src/gnu/usr.bin/perl/cpan/Module-Build/bin/config_data U src/gnu/usr.bin/perl/cpan/Module-Build/lib/inc/latest.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/inc/latest/private.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/API.pod U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Authoring.pod U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Base.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Bundling.pod U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Compat.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Config.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/ConfigData.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Cookbook.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Dumper.pm C src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/ModuleInfo.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Notes.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/PodParser.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/PPMMaker.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Version.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/YAML.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/aix.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/Amiga.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/cygwin.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/darwin.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/Default.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/EBCDIC.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/MacOS.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/MPEiX.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/os2.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/RiscOS.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/Unix.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/VMS.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/VOS.pm U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/Windows.pm U src/gnu/usr.bin/perl/cpan/Module-Build/t/00-compile.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/add_property.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/basic.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/bundle_inc.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/compat.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/debug.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/destinations.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/ext.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/extend.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/files.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/help.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/install.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/install_extra_target.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/manifypods.t C src/gnu/usr.bin/perl/cpan/Module-Build/t/metadata.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/metadata2.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/mymeta.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/new_from_context.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/notes.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/parents.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/perl_mb_opt.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/PL_files.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/pod_parser.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/ppm.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/README.pod U src/gnu/usr.bin/perl/cpan/Module-Build/t/resume.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/runthrough.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/sample.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/script_dist.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/test_file_exts.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/test_type.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/test_types.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/tilde.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/use_tap_harness.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/versions.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/write_default_maniskip.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/xs.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/actions/installdeps.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/actions/manifest_skip.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/bundled/Software/License.pm U src/gnu/usr.bin/perl/cpan/Module-Build/t/bundled/Tie/CPHash.pm U src/gnu/usr.bin/perl/cpan/Module-Build/t/compat/exit.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/lib/DistGen.pm U src/gnu/usr.bin/perl/cpan/Module-Build/t/lib/MBTest.pm U src/gnu/usr.bin/perl/cpan/Module-Build/t/lib/Module/Signature.pm U src/gnu/usr.bin/perl/cpan/Module-Build/t/lib/Software/License/VaporWare.pm U src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/dist_suffix.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/license.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/module_name.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/needs_compiler.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/release_status.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/requires.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/share_dir.t U src/gnu/usr.bin/perl/cpan/Module-Load/lib/Module/Load.pm U src/gnu/usr.bin/perl/cpan/Module-Load/t/01_Module-Load.t U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/config_file U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/LoadIt.pm U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/LoadMe.pl U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/TestModule.pm U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/ToBeLoaded U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/Must/Be/Loaded.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/01_Module_Load_Conditional.t N src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/test_lib/a/X.pm N src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/test_lib/b/X.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/Commented.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/InPod.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/LoadIt.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/LoadMe.pl N src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/NotMain.pm N src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/NotX.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/ToBeLoaded U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm U src/gnu/usr.bin/perl/cpan/Module-Loaded/lib/Module/Loaded.pm U src/gnu/usr.bin/perl/cpan/Module-Loaded/t/01_Module-Loaded.t U src/gnu/usr.bin/perl/cpan/Module-Metadata/lib/Module/Metadata.pm N src/gnu/usr.bin/perl/cpan/Module-Metadata/t/encoding.t U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/metadata.t U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/version.t U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/DistGen.pm U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/MBTest.pm U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/0_1/Foo.pm U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/0_2/Foo.pm N src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/BOMTest/UTF16BE.pm N src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/BOMTest/UTF16LE.pm N src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/BOMTest/UTF8.pm U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/Tie/CPHash.pm U src/gnu/usr.bin/perl/cpan/Module-Pluggable/Makefile.PL U src/gnu/usr.bin/perl/cpan/Module-Pluggable/lib/Devel/InnerPackage.pm U src/gnu/usr.bin/perl/cpan/Module-Pluggable/lib/Module/Pluggable.pm U src/gnu/usr.bin/perl/cpan/Module-Pluggable/lib/Module/Pluggable/Object.pm U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/01use.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/02alsoworks.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/02works.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/02works_taint.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/03diffname.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/04acmedir.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/04acmedir_single.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/04acmepath.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/04acmepath_single.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/05postpath.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/06multipath.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/07instantiate.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/08nothing.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/09require.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_inner.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_noinner.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_onefile.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_override.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/12only.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_super.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/11usetwice.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/12onlyarray.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/12onlyregex.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/12onlyrequire.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/13except.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/13exceptarray.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/13exceptregex.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/14package.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/15topicsafe.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/16different_extension.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/17devel_inner_package.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/18skipped_package.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/19can_ok_clobber.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/20dodgy_files.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/21editor_junk.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/22trigger.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/23depth.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/24local_inc_object.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/24local_inc_package.t U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/Acme/Foo-Bar.pm U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm.swo U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm.swp I src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm~ U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Foo.pm U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/ExtTest/Plugin/Bar.plugin U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/ExtTest/Plugin/Foo.plugin U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/InnerTest/Plugin/Foo.pm U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyTest/Plugin/Bar.pm U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyTest/Plugin/Foo.pm U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/No/Middle.pm U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/OddTest/Plugin/Foo.pm U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/TA/C/A/I.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/Text/Abbrev.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/TriggerTest/Plugin/After.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/TriggerTest/Plugin/CallbackAllow.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/TriggerTest/Plugin/CallbackDeny.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/TriggerTest/Plugin/Deny.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/TriggerTest/Plugin/Error.pm U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/Zot/.Zork.pm U src/gnu/usr.bin/perl/cpan/Object-Accessor/lib/Object/Accessor.pm U src/gnu/usr.bin/perl/cpan/Object-Accessor/t/00_Object-Accessor.t U src/gnu/usr.bin/perl/cpan/Object-Accessor/t/01_Object-Accessor-Subclassed.t U src/gnu/usr.bin/perl/cpan/Object-Accessor/t/02_Object-Accessor-allow.t U src/gnu/usr.bin/perl/cpan/Object-Accessor/t/03_Object-Accessor-local.t U src/gnu/usr.bin/perl/cpan/Object-Accessor/t/04_Object-Accessor-lvalue.t U src/gnu/usr.bin/perl/cpan/Object-Accessor/t/05_Object-Accessor-callback.t U src/gnu/usr.bin/perl/cpan/Object-Accessor/t/06_Object-Accessor-alias.t U src/gnu/usr.bin/perl/cpan/Package-Constants/lib/Package/Constants.pm U src/gnu/usr.bin/perl/cpan/Package-Constants/t/01_list.t U src/gnu/usr.bin/perl/cpan/Params-Check/lib/Params/Check.pm U src/gnu/usr.bin/perl/cpan/Params-Check/t/01_Params-Check.t U src/gnu/usr.bin/perl/cpan/parent/lib/parent.pm U src/gnu/usr.bin/perl/cpan/parent/t/compile-time-file.t U src/gnu/usr.bin/perl/cpan/parent/t/compile-time.t U src/gnu/usr.bin/perl/cpan/parent/t/parent-classfromclassfile.t U src/gnu/usr.bin/perl/cpan/parent/t/parent-classfromfile.t U src/gnu/usr.bin/perl/cpan/parent/t/parent-pmc.t U src/gnu/usr.bin/perl/cpan/parent/t/parent-returns-false.t U src/gnu/usr.bin/perl/cpan/parent/t/parent.t U src/gnu/usr.bin/perl/cpan/parent/t/lib/Dummy.pm U src/gnu/usr.bin/perl/cpan/parent/t/lib/Dummy2.plugin U src/gnu/usr.bin/perl/cpan/parent/t/lib/FileThatOnlyExistsAsPMC.pmc U src/gnu/usr.bin/perl/cpan/parent/t/lib/ReturnsFalse.pm U src/gnu/usr.bin/perl/cpan/parent/t/lib/Dummy/Outside.pm U src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/Changes U src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/lib/Parse/CPAN/Meta.pm U src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/01_compile.t U src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/02_api.t U src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/03_functions.t U src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/04_export.t U src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/05_errors.t U src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/VR-META.json U src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/VR-META.yml U src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm U src/gnu/usr.bin/perl/cpan/Perl-OSType/lib/Perl/OSType.pm U src/gnu/usr.bin/perl/cpan/Perl-OSType/t/OSType.t U src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq.pm U src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq.pod U src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq1.pod U src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq2.pod U src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq3.pod U src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq4.pod U src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq5.pod U src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq6.pod U src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq7.pod U src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq8.pod U src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq9.pod U src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlglossary.pod U src/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/QuotedPrint.pm U src/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t N src/gnu/usr.bin/perl/cpan/Pod-Checker/lib/Pod/Checker.pm N src/gnu/usr.bin/perl/cpan/Pod-Checker/scripts/podchecker.PL N src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/contains_bad_pod.xr N src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/empty.xr N src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/podchkenc.t N src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/podchkenc.xr N src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/poderrs.t N src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/poderrs.xr N src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/selfcheck.t N src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/testcmp.pl N src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/testpchk.pl U src/gnu/usr.bin/perl/cpan/Pod-Escapes/ChangeLog U src/gnu/usr.bin/perl/cpan/Pod-Escapes/README U src/gnu/usr.bin/perl/cpan/Pod-Escapes/lib/Pod/Escapes.pm U src/gnu/usr.bin/perl/cpan/Pod-Escapes/t/01_about_verbose.t U src/gnu/usr.bin/perl/cpan/Pod-Escapes/t/10_main.t U src/gnu/usr.bin/perl/cpan/Pod-Escapes/t/15_name2charnum.t U src/gnu/usr.bin/perl/cpan/Pod-LaTeX/pod2latex.PL U src/gnu/usr.bin/perl/cpan/Pod-LaTeX/lib/Pod/LaTeX.pm U src/gnu/usr.bin/perl/cpan/Pod-LaTeX/t/pod2latex.t U src/gnu/usr.bin/perl/cpan/Pod-LaTeX/t/user.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Find.pm U src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/InputObjects.pm U src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Parser.pm U src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/ParseUtils.pm C src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/PlainText.pm C src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Select.pm U src/gnu/usr.bin/perl/cpan/Pod-Parser/scripts/podselect.PL U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/contains_bad_pod.xr C src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/contains_pod.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/contains_pod.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/empty.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/emptycmd.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/emptycmd.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/find.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/for.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/for.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/headings.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/headings.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/include.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/include.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/included.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/included.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/lref.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/lref.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/multiline_items.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/multiline_items.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/nested_items.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/nested_items.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/nested_seqs.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/nested_seqs.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/oneline_cmds.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/oneline_cmds.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/podselect.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/podselect.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/selfcheck.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/special_seqs.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/special_seqs.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testcmp.pl U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testp2pt.pl U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testpchk.pl U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/twice.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testpods/lib/Pod/Stuff.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/no-head.pod U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/perlfunc.pod U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/utf8.pod U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/perldoc.pod U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/GetOptsOO.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToANSI.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToChecker.pm C src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToNroff.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToPod.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToRtf.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTerm.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToText.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTk.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/t/load.t U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/t/pod.t U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/t/man/_get_columns.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/ChangeLog U src/gnu/usr.bin/perl/cpan/Pod-Simple/README U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Checker.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Debug.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/DumpAsText.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/DumpAsXML.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/HTML.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/HTMLBatch.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/HTMLLegacy.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Methody.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Progress.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParser.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserEndToken.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserStartToken.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/RTF.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Search.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/SimpleTree.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Subclassing.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Text.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TiedOutFH.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Transcode.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TranscodeDumb.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TranscodeSmart.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/XHTML.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/00about.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/20_skip.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ac_d.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/accept01.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/accept05.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/basic.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/begin.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/cbacks.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/chunking.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/closeys.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/emptylists.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/enc-chars.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/encod01.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/encod02.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/encod03.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/encod04.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/end_over.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/eol.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/eol2.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fake-closers.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes_e.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes_l.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes_s.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/for.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fornot.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/heads.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/html01.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/html02.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/html03.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/htmlbat.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/items.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/items02.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/itemstar.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk1.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk1o.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk2.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk2o.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/linkclas.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/output.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlcyg.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlcygo.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlfaq.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlfaqo.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlvar.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlvaro.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/puller.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/pulltitl.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/reinit.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/render.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search05.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search10.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search12.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search20.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search22.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search25.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search26.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search27.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search28.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search29.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search50.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/stree.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/strpvbtm.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/tiedfh.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/verb_fmt.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/verbatim.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/whine.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/x_nixer.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml-bkb.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml01.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml05.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml10.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml15.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml20.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jp.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jp.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpx.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpx.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpy.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpy.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpz.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpz.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/8859_7.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/8859_7.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/cp1256.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/cp1256.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn01.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn01.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn02.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn02.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn03.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn03.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn04.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn04.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_cont.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_cont.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_dup.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_dup.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/iso6.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/iso6.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/koi8r.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/koi8r.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38b.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38b.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38p.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38p.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1fr.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1fr.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1frim.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1frim.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/nonesuch.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/nonesuch.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/pasternak_cp1251.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/pasternak_cp1251.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_explicit.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_explicit.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_latin1.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_latin1.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_utf8.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_utf8.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/polish_utf8.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/polish_utf8.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/s2763_sjis.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/s2763_sjis.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/thai_iso11.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/thai_iso11.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_implicit_utf8.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf16be_bom.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf16le_bom.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/README U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Blorm.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/squaa.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/zikzik.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/hinkhonk/Glunk.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/hinkhonk/readme.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/hinkhonk/Vliff.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/pod/perlflif.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/pod/perlthng.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/squaa/Glunk.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/squaa/Vliff.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/Fiddle.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/Pronk.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/Veng.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/Suzzle.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/hinkhonk/Glunk.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/hinkhonk/readme.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/hinkhonk/Vliff.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/pod/perlthng.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/pod/perlzuk.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/squaa/Vliff.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/squaa/Wowo.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib3/squaa/Vliff.pm N src/gnu/usr.bin/perl/cpan/Pod-Usage/lib/Pod/Usage.pm N src/gnu/usr.bin/perl/cpan/Pod-Usage/scripts/pod2usage.PL N src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/p2u_data.pl N src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/pod2usage.t N src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/pod2usage.xr N src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/pod2usage2.t N src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/testcmp.pl N src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/testp2pt.pl N src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/usage.pod N src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/usage2.pod U src/gnu/usr.bin/perl/cpan/podlators/VERSION C src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Man.pm U src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/ParseLink.pm C src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text.pm U src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/Color.pm U src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/Overstrike.pm U src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/Termcap.pm U src/gnu/usr.bin/perl/cpan/podlators/scripts/pod2man.PL U src/gnu/usr.bin/perl/cpan/podlators/scripts/pod2text.PL U src/gnu/usr.bin/perl/cpan/podlators/t/basic.cap U src/gnu/usr.bin/perl/cpan/podlators/t/basic.clr U src/gnu/usr.bin/perl/cpan/podlators/t/basic.man U src/gnu/usr.bin/perl/cpan/podlators/t/basic.ovr U src/gnu/usr.bin/perl/cpan/podlators/t/basic.pod U src/gnu/usr.bin/perl/cpan/podlators/t/basic.t U src/gnu/usr.bin/perl/cpan/podlators/t/basic.txt U src/gnu/usr.bin/perl/cpan/podlators/t/color.t U src/gnu/usr.bin/perl/cpan/podlators/t/devise-date.t U src/gnu/usr.bin/perl/cpan/podlators/t/filehandle.t U src/gnu/usr.bin/perl/cpan/podlators/t/man-heading.t U src/gnu/usr.bin/perl/cpan/podlators/t/man-options.t U src/gnu/usr.bin/perl/cpan/podlators/t/man-perlio.t U src/gnu/usr.bin/perl/cpan/podlators/t/man-utf8.t U src/gnu/usr.bin/perl/cpan/podlators/t/man.t U src/gnu/usr.bin/perl/cpan/podlators/t/overstrike.t U src/gnu/usr.bin/perl/cpan/podlators/t/parselink.t U src/gnu/usr.bin/perl/cpan/podlators/t/pod-parser.t U src/gnu/usr.bin/perl/cpan/podlators/t/pod-spelling.t U src/gnu/usr.bin/perl/cpan/podlators/t/pod.t U src/gnu/usr.bin/perl/cpan/podlators/t/termcap.t U src/gnu/usr.bin/perl/cpan/podlators/t/text-encoding.t U src/gnu/usr.bin/perl/cpan/podlators/t/text-options.t U src/gnu/usr.bin/perl/cpan/podlators/t/text-perlio.t U src/gnu/usr.bin/perl/cpan/podlators/t/text-utf8.t U src/gnu/usr.bin/perl/cpan/podlators/t/text.t U src/gnu/usr.bin/perl/cpan/Socket/Makefile.PL U src/gnu/usr.bin/perl/cpan/Socket/Socket.pm U src/gnu/usr.bin/perl/cpan/Socket/Socket.xs U src/gnu/usr.bin/perl/cpan/Socket/typemap U src/gnu/usr.bin/perl/cpan/Socket/t/getaddrinfo.t U src/gnu/usr.bin/perl/cpan/Socket/t/getnameinfo.t N src/gnu/usr.bin/perl/cpan/Socket/t/ip_mreq.t U src/gnu/usr.bin/perl/cpan/Socket/t/ipv6_mreq.t U src/gnu/usr.bin/perl/cpan/Socket/t/sockaddr.t U src/gnu/usr.bin/perl/cpan/Socket/t/Socket.t U src/gnu/usr.bin/perl/cpan/Socket/t/socketpair.t U src/gnu/usr.bin/perl/cpan/Sys-Syslog/Changes U src/gnu/usr.bin/perl/cpan/Sys-Syslog/Makefile.PL U src/gnu/usr.bin/perl/cpan/Sys-Syslog/README U src/gnu/usr.bin/perl/cpan/Sys-Syslog/README.win32 U src/gnu/usr.bin/perl/cpan/Sys-Syslog/Syslog.pm U src/gnu/usr.bin/perl/cpan/Sys-Syslog/Syslog.xs U src/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/const-c.inc U src/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/const-xs.inc U src/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/syslog.h U src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/00-load.t U src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/constants.t N src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/facilities-routing.t U src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/syslog.t U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/compile.pl U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/PerlLog.mc U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/PerlLog_dll.uu U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/PerlLog_RES.uu U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/Win32.pm U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/ANSIColor.pm U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/ChangeLog U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/README N src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/aliases-func.t U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/basic.t N src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/basic256.t N src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/eval.t U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/stringify.t N src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/taint.t U src/gnu/usr.bin/perl/cpan/Term-Cap/Cap.pm U src/gnu/usr.bin/perl/cpan/Term-Cap/test.pl U src/gnu/usr.bin/perl/cpan/Term-UI/lib/Term/UI.pm U src/gnu/usr.bin/perl/cpan/Term-UI/lib/Term/UI/History.pm U src/gnu/usr.bin/perl/cpan/Term-UI/t/00_load.t U src/gnu/usr.bin/perl/cpan/Term-UI/t/01_history.t U src/gnu/usr.bin/perl/cpan/Term-UI/t/02_ui.t U src/gnu/usr.bin/perl/cpan/Test/lib/Test.pm U src/gnu/usr.bin/perl/cpan/Test/t/05_about_verbose.t U src/gnu/usr.bin/perl/cpan/Test/t/fail.t U src/gnu/usr.bin/perl/cpan/Test/t/mix.t U src/gnu/usr.bin/perl/cpan/Test/t/multiline.t U src/gnu/usr.bin/perl/cpan/Test/t/onfail.t U src/gnu/usr.bin/perl/cpan/Test/t/qr.t U src/gnu/usr.bin/perl/cpan/Test/t/skip.t U src/gnu/usr.bin/perl/cpan/Test/t/success.t U src/gnu/usr.bin/perl/cpan/Test/t/todo.t U src/gnu/usr.bin/perl/cpan/Test-Harness/Changes U src/gnu/usr.bin/perl/cpan/Test-Harness/MANIFEST U src/gnu/usr.bin/perl/cpan/Test-Harness/MANIFEST.CUMMULATIVE U src/gnu/usr.bin/perl/cpan/Test-Harness/bin/prove U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State/Result.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State/Result/Test.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Base.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Object.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Base.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Color.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/File.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Session.pm C src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console/ParallelSession.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console/Session.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/File/Session.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness/Beyond.pod U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Aggregator.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Grammar.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/IteratorFactory.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/ResultFactory.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Source.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Utils.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/Array.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/Process.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/Stream.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Bailout.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Comment.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Plan.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Pragma.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Test.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Unknown.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Version.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Scheduler/Job.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Scheduler/Spinner.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Executable.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/File.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Handle.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Perl.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/RawTAP.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/YAMLish/Reader.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/YAMLish/Writer.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/Test/Harness.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/000-load.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/aggregator.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/bailout.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/base.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/callbacks.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/console.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/errors.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/file.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/glob-to-regexp.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/grammar.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/harness-bailout.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/harness-subclass.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/harness.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/iterator_factory.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/iterators.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/multiplexer.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/nested.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/nofork-mux.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/nofork.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/nowarn.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/object.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/parse.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/parser-config.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/parser-subclass.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/perl5lib.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/premature-bailout.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/process.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/prove.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/proveenv.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/proverc.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/proverun.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/proveversion.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/regression.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/results.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/scheduler.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_handler.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/spool.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/state.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/state_results.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/streams.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/taint.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/testargs.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/unicode.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/utils.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/yamlish-output.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/yamlish-writer.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/yamlish.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/env.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/env_opts.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/failure.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/inc-propagation.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/inc_taint.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/nonumbers.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/regression.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/subclass.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/switches.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/test-harness-compat.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/version.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/data/catme.1 U src/gnu/usr.bin/perl/cpan/Test-Harness/t/data/proverc U src/gnu/usr.bin/perl/cpan/Test-Harness/t/data/sample.yml U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/EmptyParser.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyCustom.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyFileSourceHandler.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyGrammar.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyIterator.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyPerlSourceHandler.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyResult.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyResultFactory.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MySourceHandler.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/NoFork.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/NOP.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy2.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/Dev/Null.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/IO/c55Capture.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/TAP/Harness/TestSubclass.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/TAP/Parser/SubclassTest.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/proverc/emptyexec U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/bailout U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/bignum U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/bignum_many U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/combined U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/combined_compat U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/delayed U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/descriptive U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/descriptive_trailing U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die_head_end U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die_last_minute U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die_unfinished U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/duplicates U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/echo U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/empty U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/escape_eol U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/escape_hash U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/head_end U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/head_fail U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/inc_taint U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/junk_before_plan U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/lone_not_bug U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/no_nums U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/no_output U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/out_err_mix U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/out_of_order U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/schwern U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/schwern-todo-quiet U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/segfault U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/sequence_misparse U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/shbang_misparse U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/simple U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/simple_fail U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/simple_yaml U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/simple_yaml_missing_version13 U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skip U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skip_nomsg U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skipall U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skipall_nomsg U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skipall_v13 U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/space_after_plan U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/stdout_stderr U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/strict U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/switches U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/taint U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/taint_warn U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/todo U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/todo_inline U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/todo_misparse U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/too_many U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/version_good U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/version_late U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/version_old U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/vms_nit U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/with_comments U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/yaml_late_plan U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/zero_valid U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_badtap U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_complain U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_directives U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_failure U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/psql.bat U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.1 U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.bat U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.pl U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.sh U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.tap U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source_args.sh U src/gnu/usr.bin/perl/cpan/Test-Harness/t/subclass_tests/non_perl_source U src/gnu/usr.bin/perl/cpan/Test-Harness/t/subclass_tests/perl_source U src/gnu/usr.bin/perl/cpan/Test-Simple/Changes U src/gnu/usr.bin/perl/cpan/Test-Simple/README U src/gnu/usr.bin/perl/cpan/Test-Simple/TODO U src/gnu/usr.bin/perl/cpan/Test-Simple/examples/indent.pl U src/gnu/usr.bin/perl/cpan/Test-Simple/examples/subtest.t U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/More.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Simple.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tutorial.pod U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Module.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Tester.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/00test_harness_check.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/bad_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/bail_out.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/BEGIN_require_ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/BEGIN_use_ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/buffer.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/c_flag.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/circular_data.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/cmp_ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/dependents.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/diag.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/died.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/dont_overwrite_die_handler.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/eq_set.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/exit.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/explain.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/extra.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/extra_one.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/fail-like.t C src/gnu/usr.bin/perl/cpan/Test-Simple/t/fail-more.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/fail.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/fail_one.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/filehandles.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/fork.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/harness_active.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/import.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/is_deeply_dne_bug.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/is_deeply_fail.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/is_deeply_with_threads.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/missing.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/More.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/new_ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/no_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/no_tests.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/note.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/overload.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/overload_threads.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_bad.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_is_noplan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_no_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_shouldnt_import.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_skip_all.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/require_ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/simple.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/skip.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/skipall.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/tbm_doesnt_set_exported_to.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/thread_taint.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/threads.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/todo.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/undef.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/use_ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/useing.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/utf8.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/versions.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/Builder.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/carp.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/create.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/current_test.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/current_test_without_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/details.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_double.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_plan_mismatch.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_with_no_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_with_number.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_with_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/fork_with_new_stdout.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/has_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/has_plan2.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/is_fh.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/is_passing.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/maybe_regex.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/no_diag.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/no_ending.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/no_header.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/no_plan_at_all.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/ok_obj.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/output.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/reset.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/try.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Dummy.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/MyOverload.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/NoExporter.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/SigDie.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/TieOut.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Dev/Null.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Builder/NoOutput.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/Catch.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_in_eval.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_with_handler.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/exit.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/extras.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/five_fail.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/last_minute_death.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/pre_plan_death.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/require.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/success.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few_fail.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/two_fail.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Simple/load.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/args.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/basic.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/die.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/do.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/exceptions.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/for_do_t.test U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/fork.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/implicit_done.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/line_numbers.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/predicate.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/singleton.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/todo.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/wstat.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_01basic.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_02fhrestore.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_03die.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_04line_num.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_05faildiag.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_06errormess.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_07args.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/Changes U src/gnu/usr.bin/perl/cpan/Text-Balanced/README U src/gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text/Balanced.pm U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/01_compile.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/02_extbrk.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/03_extcbk.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/04_extdel.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/05_extmul.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/06_extqlk.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/07_exttag.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/08_extvar.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/09_gentag.t U src/gnu/usr.bin/perl/cpan/Text-ParseWords/lib/Text/ParseWords.pm U src/gnu/usr.bin/perl/cpan/Text-ParseWords/t/ParseWords.t U src/gnu/usr.bin/perl/cpan/Text-ParseWords/t/taint.t U src/gnu/usr.bin/perl/cpan/Text-Soundex/Changes U src/gnu/usr.bin/perl/cpan/Text-Soundex/README U src/gnu/usr.bin/perl/cpan/Text-Soundex/Soundex.pm U src/gnu/usr.bin/perl/cpan/Text-Soundex/Soundex.xs U src/gnu/usr.bin/perl/cpan/Text-Soundex/t/Soundex.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/CHANGELOG U src/gnu/usr.bin/perl/cpan/Text-Tabs/lib/Text/Tabs.pm U src/gnu/usr.bin/perl/cpan/Text-Tabs/lib/Text/Wrap.pm U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/37000.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/39548.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/belg4mit.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/dandv.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/fill.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Jacobson.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Jacobson2.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Jochen.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/sep.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/sep2.t N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Tabs-ElCid.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/tabs.t N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Wrap-JLB.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/wrap.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/wrap_separator2.t U src/gnu/usr.bin/perl/cpan/Tie-RefHash/lib/Tie/RefHash.pm U src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/rebless.t U src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/refhash.t U src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/storable.t U src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/threaded.t U src/gnu/usr.bin/perl/cpan/Time-HiRes/Changes U src/gnu/usr.bin/perl/cpan/Time-HiRes/HiRes.pm U src/gnu/usr.bin/perl/cpan/Time-HiRes/HiRes.xs U src/gnu/usr.bin/perl/cpan/Time-HiRes/Makefile.PL U src/gnu/usr.bin/perl/cpan/Time-HiRes/typemap U src/gnu/usr.bin/perl/cpan/Time-HiRes/fallback/const-c.inc U src/gnu/usr.bin/perl/cpan/Time-HiRes/fallback/const-xs.inc U src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/aix.pl U src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/dec_osf.pl U src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/dynixptx.pl U src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/irix.pl U src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/linux.pl U src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/sco.pl U src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/solaris.pl U src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/svr4.pl U src/gnu/usr.bin/perl/cpan/Time-HiRes/t/alarm.t U src/gnu/usr.bin/perl/cpan/Time-HiRes/t/clock.t U src/gnu/usr.bin/perl/cpan/Time-HiRes/t/gettimeofday.t U src/gnu/usr.bin/perl/cpan/Time-HiRes/t/itimer.t U src/gnu/usr.bin/perl/cpan/Time-HiRes/t/nanosleep.t U src/gnu/usr.bin/perl/cpan/Time-HiRes/t/sleep.t U src/gnu/usr.bin/perl/cpan/Time-HiRes/t/stat.t U src/gnu/usr.bin/perl/cpan/Time-HiRes/t/time.t U src/gnu/usr.bin/perl/cpan/Time-HiRes/t/tv_interval.t U src/gnu/usr.bin/perl/cpan/Time-HiRes/t/ualarm.t U src/gnu/usr.bin/perl/cpan/Time-HiRes/t/usleep.t U src/gnu/usr.bin/perl/cpan/Time-HiRes/t/Watchdog.pm U src/gnu/usr.bin/perl/cpan/Time-Local/lib/Time/Local.pm U src/gnu/usr.bin/perl/cpan/Time-Local/t/Local.t U src/gnu/usr.bin/perl/cpan/Time-Piece/Changes U src/gnu/usr.bin/perl/cpan/Time-Piece/Makefile.PL U src/gnu/usr.bin/perl/cpan/Time-Piece/Piece.pm U src/gnu/usr.bin/perl/cpan/Time-Piece/Piece.xs U src/gnu/usr.bin/perl/cpan/Time-Piece/README U src/gnu/usr.bin/perl/cpan/Time-Piece/Seconds.pm U src/gnu/usr.bin/perl/cpan/Time-Piece/t/01base.t U src/gnu/usr.bin/perl/cpan/Time-Piece/t/02core.t U src/gnu/usr.bin/perl/cpan/Time-Piece/t/03compare.t U src/gnu/usr.bin/perl/cpan/Time-Piece/t/04mjd.t U src/gnu/usr.bin/perl/cpan/Time-Piece/t/05overload.t U src/gnu/usr.bin/perl/cpan/Time-Piece/t/06subclass.t U src/gnu/usr.bin/perl/cpan/Time-Piece/t/07arith.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Changes U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate.pm U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate.xs U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Makefile.PL U src/gnu/usr.bin/perl/cpan/Unicode-Collate/mkheader U src/gnu/usr.bin/perl/cpan/Unicode-Collate/README U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/allkeys.txt U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/keys.txt U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale.pm U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/Big5.pm U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/GB2312.pm U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/JISX0208.pm U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/Korean.pm U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/Pinyin.pm U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/Stroke.pm N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/Zhuyin.pm U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/af.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ar.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/as.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/az.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/be.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/bg.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/bn.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ca.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/cs.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/cy.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/da.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/de_phone.pl N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ee.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/eo.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/es.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/es_trad.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/et.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fa.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fi.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fi_phone.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fil.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fo.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fr.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/gu.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ha.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/haw.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/hi.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/hr.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/hu.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/hy.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ig.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/is.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ja.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/kk.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/kl.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/kn.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ko.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/kok.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ln.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/lt.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/lv.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/mk.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ml.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/mr.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/mt.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/nb.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/nn.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/nso.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/om.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/or.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/pa.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/pl.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ro.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ru.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sa.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/se.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/si.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/si_dict.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sk.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sl.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sq.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sr.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sv.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sv_refo.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ta.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/te.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/th.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/tn.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/to.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/tr.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/uk.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ur.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/vi.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/wae.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/wo.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/yo.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh_big5.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh_gb.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh_pin.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh_strk.pl N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh_zhu.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/altern.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/backwds.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_b5.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_gb.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_ja.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_ko.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_py.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_st.t N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_zy.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjkrange.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/compatui.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/contract.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/default.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/hangtype.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/hangul.t N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/ident.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/iglevel2.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/ignor.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/illegal.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/illegalp.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/index.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_af.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ar.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_as.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_az.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_be.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_bg.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_bn.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_bs.t N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_bscy.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ca.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cjk.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cjkc.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cs.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cy.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cyrl.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_da.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_de.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_deph.t N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ee.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_eo.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_es.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_estr.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_et.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fa.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fi.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fil.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fiph.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fo.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fr.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_gu.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ha.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_haw.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_hi.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_hr.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_hu.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_hy.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ig.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_is.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ja.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_jait.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_japr.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_kk.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_kl.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_kn.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ko.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_kok.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ln.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_lt.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_lv.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_mk.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ml.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_mr.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_mt.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_nb.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_nn.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_nso.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_om.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_or.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_pa.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_pl.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ro.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ru.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sa.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_se.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_si.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sidt.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sk.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sl.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sq.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sr.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_srla.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sv.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_svrf.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sw.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ta.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_te.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_test.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_th.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_tn.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_to.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_tr.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_uk.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ur.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_vi.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_wae.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_wo.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_yo.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zh.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zhb5.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zhgb.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zhpy.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zhst.t N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zhzy.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/nonchar.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/normal.t N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/notable.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/overcjk0.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/overcjk1.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/override.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/rearrang.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/rewrite.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/test.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/trailwt.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/variable.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/view.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/version.t U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/Changes U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/Makefile.PL U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/mkheader U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/Normalize.pm U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/Normalize.xs U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/README U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/fcdc.t U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/form.t U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/func.t U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/illegal.t U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/norm.t U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/null.t U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/partial1.t U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/partial2.t U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/proto.t U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/split.t U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/test.t U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/tie.t U src/gnu/usr.bin/perl/cpan/Win32/Changes U src/gnu/usr.bin/perl/cpan/Win32/longpath.inc U src/gnu/usr.bin/perl/cpan/Win32/Makefile.PL U src/gnu/usr.bin/perl/cpan/Win32/Win32.pm U src/gnu/usr.bin/perl/cpan/Win32/Win32.xs N src/gnu/usr.bin/perl/cpan/Win32/t/CodePage.t U src/gnu/usr.bin/perl/cpan/Win32/t/CreateFile.t U src/gnu/usr.bin/perl/cpan/Win32/t/ExpandEnvironmentStrings.t U src/gnu/usr.bin/perl/cpan/Win32/t/GetCurrentThreadId.t U src/gnu/usr.bin/perl/cpan/Win32/t/GetFileVersion.t U src/gnu/usr.bin/perl/cpan/Win32/t/GetFolderPath.t U src/gnu/usr.bin/perl/cpan/Win32/t/GetFullPathName.t U src/gnu/usr.bin/perl/cpan/Win32/t/GetLongPathName.t U src/gnu/usr.bin/perl/cpan/Win32/t/GetOSName.t U src/gnu/usr.bin/perl/cpan/Win32/t/GetOSVersion.t U src/gnu/usr.bin/perl/cpan/Win32/t/GetShortPathName.t U src/gnu/usr.bin/perl/cpan/Win32/t/GuidGen.t U src/gnu/usr.bin/perl/cpan/Win32/t/Names.t U src/gnu/usr.bin/perl/cpan/Win32/t/Unicode.t U src/gnu/usr.bin/perl/cpan/Win32API-File/buffers.h U src/gnu/usr.bin/perl/cpan/Win32API-File/cFile.h U src/gnu/usr.bin/perl/cpan/Win32API-File/cFile.pc U src/gnu/usr.bin/perl/cpan/Win32API-File/Changes U src/gnu/usr.bin/perl/cpan/Win32API-File/const2perl.h U src/gnu/usr.bin/perl/cpan/Win32API-File/File.pm U src/gnu/usr.bin/perl/cpan/Win32API-File/File.xs U src/gnu/usr.bin/perl/cpan/Win32API-File/Makefile.PL U src/gnu/usr.bin/perl/cpan/Win32API-File/README U src/gnu/usr.bin/perl/cpan/Win32API-File/typemap U src/gnu/usr.bin/perl/cpan/Win32API-File/ExtUtils/Myconst2perl.pm U src/gnu/usr.bin/perl/cpan/Win32API-File/t/file.t U src/gnu/usr.bin/perl/cpan/Win32API-File/t/tie.t U src/gnu/usr.bin/perl/Cross/build-arm-n770-sh U src/gnu/usr.bin/perl/Cross/cflags-cross-arm U src/gnu/usr.bin/perl/Cross/config U src/gnu/usr.bin/perl/Cross/config.sh-arm-linux U src/gnu/usr.bin/perl/Cross/config.sh-arm-linux-n770 U src/gnu/usr.bin/perl/Cross/generate_config_sh U src/gnu/usr.bin/perl/Cross/installperl.patch U src/gnu/usr.bin/perl/Cross/Makefile U src/gnu/usr.bin/perl/Cross/Makefile-cross-SH U src/gnu/usr.bin/perl/Cross/Makefile.SH.patch U src/gnu/usr.bin/perl/Cross/README U src/gnu/usr.bin/perl/Cross/README.new U src/gnu/usr.bin/perl/Cross/TODO U src/gnu/usr.bin/perl/Cross/warp U src/gnu/usr.bin/perl/cygwin/cygwin.c U src/gnu/usr.bin/perl/dist/Attribute-Handlers/Changes U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/Demo.pm U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo2.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo3.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo4.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_call.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_chain.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_cycle.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_hashdir.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_phases.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_range.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_rawdata.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/Descriptions.pm U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/MyClass.pm U src/gnu/usr.bin/perl/dist/Attribute-Handlers/lib/Attribute/Handlers.pm U src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/constants.t U src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/data_convert.t U src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/linerep.t U src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/multi.t U src/gnu/usr.bin/perl/dist/autouse/lib/autouse.pm U src/gnu/usr.bin/perl/dist/autouse/t/autouse.t U src/gnu/usr.bin/perl/dist/autouse/t/lib/MyTestModule.pm U src/gnu/usr.bin/perl/dist/autouse/t/lib/MyTestModule2.pm U src/gnu/usr.bin/perl/dist/B-Deparse/Deparse.pm U src/gnu/usr.bin/perl/dist/B-Deparse/t/core.t U src/gnu/usr.bin/perl/dist/B-Deparse/t/deparse.t U src/gnu/usr.bin/perl/dist/base/Changes U src/gnu/usr.bin/perl/dist/base/MANIFEST U src/gnu/usr.bin/perl/dist/base/META.yml U src/gnu/usr.bin/perl/dist/base/lib/base.pm U src/gnu/usr.bin/perl/dist/base/lib/fields.pm U src/gnu/usr.bin/perl/dist/base/t/base.t U src/gnu/usr.bin/perl/dist/base/t/compile-time.t U src/gnu/usr.bin/perl/dist/base/t/fields-5_6_0.t U src/gnu/usr.bin/perl/dist/base/t/fields-5_8_0.t U src/gnu/usr.bin/perl/dist/base/t/fields-base.t U src/gnu/usr.bin/perl/dist/base/t/fields.t U src/gnu/usr.bin/perl/dist/base/t/isa.t U src/gnu/usr.bin/perl/dist/base/t/sigdie.t U src/gnu/usr.bin/perl/dist/base/t/version.t U src/gnu/usr.bin/perl/dist/base/t/warnings.t U src/gnu/usr.bin/perl/dist/base/t/lib/Dummy.pm U src/gnu/usr.bin/perl/dist/base/t/lib/HasSigDie.pm U src/gnu/usr.bin/perl/dist/bignum/lib/bigint.pm U src/gnu/usr.bin/perl/dist/bignum/lib/bignum.pm U src/gnu/usr.bin/perl/dist/bignum/lib/bigrat.pm U src/gnu/usr.bin/perl/dist/bignum/lib/Math/BigFloat/Trace.pm U src/gnu/usr.bin/perl/dist/bignum/lib/Math/BigInt/Trace.pm U src/gnu/usr.bin/perl/dist/bignum/t/big_e_pi.t U src/gnu/usr.bin/perl/dist/bignum/t/bigexp.t U src/gnu/usr.bin/perl/dist/bignum/t/bigint.t U src/gnu/usr.bin/perl/dist/bignum/t/bignum.t U src/gnu/usr.bin/perl/dist/bignum/t/bigrat.t U src/gnu/usr.bin/perl/dist/bignum/t/bii_e_pi.t U src/gnu/usr.bin/perl/dist/bignum/t/biinfnan.t U src/gnu/usr.bin/perl/dist/bignum/t/bir_e_pi.t U src/gnu/usr.bin/perl/dist/bignum/t/bn_lite.t U src/gnu/usr.bin/perl/dist/bignum/t/bninfnan.t U src/gnu/usr.bin/perl/dist/bignum/t/br_lite.t U src/gnu/usr.bin/perl/dist/bignum/t/brinfnan.t U src/gnu/usr.bin/perl/dist/bignum/t/in_effect.t U src/gnu/usr.bin/perl/dist/bignum/t/infnan.inc U src/gnu/usr.bin/perl/dist/bignum/t/option_a.t U src/gnu/usr.bin/perl/dist/bignum/t/option_l.t U src/gnu/usr.bin/perl/dist/bignum/t/option_p.t N src/gnu/usr.bin/perl/dist/bignum/t/overrides.t U src/gnu/usr.bin/perl/dist/bignum/t/ratopt_a.t U src/gnu/usr.bin/perl/dist/bignum/t/scope_f.t U src/gnu/usr.bin/perl/dist/bignum/t/scope_i.t U src/gnu/usr.bin/perl/dist/bignum/t/scope_r.t U src/gnu/usr.bin/perl/dist/Carp/Makefile.PL U src/gnu/usr.bin/perl/dist/Carp/lib/Carp.pm U src/gnu/usr.bin/perl/dist/Carp/lib/Carp/Heavy.pm U src/gnu/usr.bin/perl/dist/Carp/t/Carp.t U src/gnu/usr.bin/perl/dist/Carp/t/heavy.t N src/gnu/usr.bin/perl/dist/Carp/t/stash_deletion.t U src/gnu/usr.bin/perl/dist/Carp/t/swash.t U src/gnu/usr.bin/perl/dist/Carp/t/vivify_gv.t U src/gnu/usr.bin/perl/dist/Carp/t/vivify_stash.t U src/gnu/usr.bin/perl/dist/Carp/t/with_warnings.t U src/gnu/usr.bin/perl/dist/constant/lib/constant.pm U src/gnu/usr.bin/perl/dist/constant/t/constant.t U src/gnu/usr.bin/perl/dist/constant/t/utf8.t U src/gnu/usr.bin/perl/dist/Cwd/Cwd.pm U src/gnu/usr.bin/perl/dist/Cwd/Cwd.xs U src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec.pm U src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec/Cygwin.pm U src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec/Epoc.pm U src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec/Functions.pm U src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec/Mac.pm U src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec/OS2.pm U src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec/Unix.pm U src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec/VMS.pm U src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec/Win32.pm U src/gnu/usr.bin/perl/dist/Cwd/t/crossplatform.t U src/gnu/usr.bin/perl/dist/Cwd/t/cwd.t U src/gnu/usr.bin/perl/dist/Cwd/t/Functions.t U src/gnu/usr.bin/perl/dist/Cwd/t/rel2abs2rel.t U src/gnu/usr.bin/perl/dist/Cwd/t/Spec-taint.t U src/gnu/usr.bin/perl/dist/Cwd/t/Spec.t U src/gnu/usr.bin/perl/dist/Cwd/t/taint.t U src/gnu/usr.bin/perl/dist/Cwd/t/tmpdir.t U src/gnu/usr.bin/perl/dist/Cwd/t/win32.t U src/gnu/usr.bin/perl/dist/Data-Dumper/Changes U src/gnu/usr.bin/perl/dist/Data-Dumper/Dumper.pm U src/gnu/usr.bin/perl/dist/Data-Dumper/Dumper.xs U src/gnu/usr.bin/perl/dist/Data-Dumper/Todo U src/gnu/usr.bin/perl/dist/Data-Dumper/t/bless.t N src/gnu/usr.bin/perl/dist/Data-Dumper/t/bless_var_method.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/bugs.t N src/gnu/usr.bin/perl/dist/Data-Dumper/t/deparse.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/dumper.t N src/gnu/usr.bin/perl/dist/Data-Dumper/t/dumpperl.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/freezer.t N src/gnu/usr.bin/perl/dist/Data-Dumper/t/freezer_useperl.t N src/gnu/usr.bin/perl/dist/Data-Dumper/t/indent.t N src/gnu/usr.bin/perl/dist/Data-Dumper/t/misc.t N src/gnu/usr.bin/perl/dist/Data-Dumper/t/names.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/overload.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/pair.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/perl-74170.t N src/gnu/usr.bin/perl/dist/Data-Dumper/t/purity_deepcopy_maxdepth.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/qr.t N src/gnu/usr.bin/perl/dist/Data-Dumper/t/quotekeys.t N src/gnu/usr.bin/perl/dist/Data-Dumper/t/seen.t N src/gnu/usr.bin/perl/dist/Data-Dumper/t/sortkeys.t N src/gnu/usr.bin/perl/dist/Data-Dumper/t/sparseseen.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/terse.t N src/gnu/usr.bin/perl/dist/Data-Dumper/t/toaster.t N src/gnu/usr.bin/perl/dist/Data-Dumper/t/values.t N src/gnu/usr.bin/perl/dist/Data-Dumper/t/lib/Testing.pm U src/gnu/usr.bin/perl/dist/Devel-SelfStubber/lib/Devel/SelfStubber.pm U src/gnu/usr.bin/perl/dist/Devel-SelfStubber/t/Devel-SelfStubber.t U src/gnu/usr.bin/perl/dist/Dumpvalue/lib/Dumpvalue.pm U src/gnu/usr.bin/perl/dist/Dumpvalue/t/Dumpvalue.t U src/gnu/usr.bin/perl/dist/Env/lib/Env.pm U src/gnu/usr.bin/perl/dist/Env/t/array.t U src/gnu/usr.bin/perl/dist/Env/t/env.t U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/Changes U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/LICENSE U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/Makefile.PL U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/README.patching U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/README.release U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/cygwin.pm U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/darwin.pm U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Unix.pm U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows.pm U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/00-have-compiler.t U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/01-basic.t U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/02-link.t U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/03-cplusplus.t U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/04-base.t U src/gnu/usr.bin/perl/dist/ExtUtils-Command/lib/ExtUtils/Command.pm U src/gnu/usr.bin/perl/dist/ExtUtils-Command/t/cp.t U src/gnu/usr.bin/perl/dist/ExtUtils-Command/t/eu_command.t U src/gnu/usr.bin/perl/dist/ExtUtils-Command/t/lib/TieOut.pm U src/gnu/usr.bin/perl/dist/ExtUtils-Install/Changes U src/gnu/usr.bin/perl/dist/ExtUtils-Install/lib/ExtUtils/Install.pm U src/gnu/usr.bin/perl/dist/ExtUtils-Install/lib/ExtUtils/Installed.pm U src/gnu/usr.bin/perl/dist/ExtUtils-Install/lib/ExtUtils/Packlist.pm U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/can_write_dir.t U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/Install.t U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/Installapi2.t U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/Installed.t U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/InstallWithMM.t U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/Packlist.t U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/lib/TieOut.pm U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm U src/gnu/usr.bin/perl/dist/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm U src/gnu/usr.bin/perl/dist/ExtUtils-Manifest/lib/ExtUtils/MANIFEST.SKIP U src/gnu/usr.bin/perl/dist/ExtUtils-Manifest/t/Manifest.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/Changes U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/perlxs.pod U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/perlxstut.pod U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/perlxstypemap.pod U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pod U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/xsubpp U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm C src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Cmd.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/001-basic.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/002-more.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/003-usage.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/004-nolinenumbers.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/101-standard_typemap_locations.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/102-trim_whitespace.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/103-tidy_type.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/104-map_type.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/105-valid_proto_string.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/106-process_typemaps.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/107-make_targetable.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/108-map_type.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/109-standard_XS_defs.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/110-assign_func_args.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/111-analyze_preprocessor_statements.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/112-set_cond.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/114-blurt_death_Warn.t N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/115-avoid-noise.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/501-t-compile.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/510-t-bare.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/511-t-whitespace.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/512-t-file.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/513-t-merge.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/514-t-embed.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/515-t-cmd.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/600-t-compat.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/pseudotypemap1 U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSInclude.xsh U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSMore.xs U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSTest.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSTest.xs U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSUsage.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSUsage.xs N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSWarn.xs U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/b.typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/combined.typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/confl_repl.typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/confl_skip.typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/conflicting.typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/other.typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/perl.typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/simple.typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/lib/IncludeTester.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/lib/PrimitiveCapture.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/lib/ExtUtils/Typemaps/Test.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/lib/TypemapTest/Foo.pm U src/gnu/usr.bin/perl/dist/Filter-Simple/lib/Filter/Simple.pm U src/gnu/usr.bin/perl/dist/Filter-Simple/t/code_no_comments.t U src/gnu/usr.bin/perl/dist/Filter-Simple/t/data.t U src/gnu/usr.bin/perl/dist/Filter-Simple/t/export.t U src/gnu/usr.bin/perl/dist/Filter-Simple/t/filter.t U src/gnu/usr.bin/perl/dist/Filter-Simple/t/filter_only.t U src/gnu/usr.bin/perl/dist/Filter-Simple/t/import.t U src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/CodeNoComments.pm U src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/ExportTest.pm U src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/FilterOnlyTest.pm U src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/FilterTest.pm U src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/ImportTest.pm U src/gnu/usr.bin/perl/dist/I18N-Collate/lib/I18N/Collate.pm U src/gnu/usr.bin/perl/dist/I18N-Collate/t/I18N-Collate.t U src/gnu/usr.bin/perl/dist/I18N-LangTags/ChangeLog U src/gnu/usr.bin/perl/dist/I18N-LangTags/README U src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags.pm U src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm U src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/List.pm U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/01_about_verbose.t U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/05_main.t U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/07_listy.t U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/10_http.t U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/20_locales.t U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/50_super.t U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/55_supers_strict.t U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/80_all_env.t U src/gnu/usr.bin/perl/dist/if/if.pm U src/gnu/usr.bin/perl/dist/if/t/if.t U src/gnu/usr.bin/perl/dist/IO/ChangeLog U src/gnu/usr.bin/perl/dist/IO/IO.pm U src/gnu/usr.bin/perl/dist/IO/IO.xs U src/gnu/usr.bin/perl/dist/IO/Makefile.PL U src/gnu/usr.bin/perl/dist/IO/poll.c U src/gnu/usr.bin/perl/dist/IO/poll.h U src/gnu/usr.bin/perl/dist/IO/README U src/gnu/usr.bin/perl/dist/IO/hints/sco.pl U src/gnu/usr.bin/perl/dist/IO/lib/IO/Dir.pm U src/gnu/usr.bin/perl/dist/IO/lib/IO/File.pm U src/gnu/usr.bin/perl/dist/IO/lib/IO/Handle.pm U src/gnu/usr.bin/perl/dist/IO/lib/IO/Pipe.pm U src/gnu/usr.bin/perl/dist/IO/lib/IO/Poll.pm U src/gnu/usr.bin/perl/dist/IO/lib/IO/Seekable.pm U src/gnu/usr.bin/perl/dist/IO/lib/IO/Select.pm U src/gnu/usr.bin/perl/dist/IO/lib/IO/Socket.pm U src/gnu/usr.bin/perl/dist/IO/lib/IO/Socket/INET.pm U src/gnu/usr.bin/perl/dist/IO/lib/IO/Socket/UNIX.pm N src/gnu/usr.bin/perl/dist/IO/t/cachepropagate-tcp.t N src/gnu/usr.bin/perl/dist/IO/t/cachepropagate-udp.t N src/gnu/usr.bin/perl/dist/IO/t/cachepropagate-unix.t U src/gnu/usr.bin/perl/dist/IO/t/IO.t U src/gnu/usr.bin/perl/dist/IO/t/io_const.t U src/gnu/usr.bin/perl/dist/IO/t/io_dir.t U src/gnu/usr.bin/perl/dist/IO/t/io_dup.t U src/gnu/usr.bin/perl/dist/IO/t/io_file.t U src/gnu/usr.bin/perl/dist/IO/t/io_file_export.t U src/gnu/usr.bin/perl/dist/IO/t/io_linenum.t U src/gnu/usr.bin/perl/dist/IO/t/io_multihomed.t U src/gnu/usr.bin/perl/dist/IO/t/io_pipe.t U src/gnu/usr.bin/perl/dist/IO/t/io_poll.t U src/gnu/usr.bin/perl/dist/IO/t/io_sel.t U src/gnu/usr.bin/perl/dist/IO/t/io_sock.t U src/gnu/usr.bin/perl/dist/IO/t/io_taint.t U src/gnu/usr.bin/perl/dist/IO/t/io_tell.t U src/gnu/usr.bin/perl/dist/IO/t/io_udp.t U src/gnu/usr.bin/perl/dist/IO/t/io_unix.t U src/gnu/usr.bin/perl/dist/IO/t/io_utf8.t U src/gnu/usr.bin/perl/dist/IO/t/io_utf8argv.t U src/gnu/usr.bin/perl/dist/IO/t/io_xs.t U src/gnu/usr.bin/perl/dist/lib/lib_pm.PL U src/gnu/usr.bin/perl/dist/lib/Makefile.PL U src/gnu/usr.bin/perl/dist/lib/t/01lib.t U src/gnu/usr.bin/perl/dist/Safe/Changes U src/gnu/usr.bin/perl/dist/Safe/Makefile.PL U src/gnu/usr.bin/perl/dist/Safe/MANIFEST U src/gnu/usr.bin/perl/dist/Safe/META.yml U src/gnu/usr.bin/perl/dist/Safe/README U src/gnu/usr.bin/perl/dist/Safe/Safe.pm U src/gnu/usr.bin/perl/dist/Safe/t/safe1.t U src/gnu/usr.bin/perl/dist/Safe/t/safe2.t U src/gnu/usr.bin/perl/dist/Safe/t/safe3.t U src/gnu/usr.bin/perl/dist/Safe/t/safeload.t U src/gnu/usr.bin/perl/dist/Safe/t/safenamedcap.t U src/gnu/usr.bin/perl/dist/Safe/t/safeops.t N src/gnu/usr.bin/perl/dist/Safe/t/saferegexp.t U src/gnu/usr.bin/perl/dist/Safe/t/safesort.t U src/gnu/usr.bin/perl/dist/Safe/t/safeuniversal.t U src/gnu/usr.bin/perl/dist/Safe/t/safeutf8.t U src/gnu/usr.bin/perl/dist/Safe/t/safewrap.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/ChangeLog U src/gnu/usr.bin/perl/dist/Locale-Maketext/README U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext.pm U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext.pod U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/Cookbook.pod U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/Guts.pm U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/GutsLoader.pm U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/01_about_verbose.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/04_use_external_lex_cache.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/09_compile.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/10_make.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/20_get.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/30_eval_dollar_at.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/40_super.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/50_super.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/60_super.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/70_fail_auto.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/90_utf8.t U src/gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigFloat.pm U src/gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigInt.pm U src/gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigInt/Calc.pm U src/gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm U src/gnu/usr.bin/perl/dist/Math-BigInt/t/_e_math.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/alias.inc U src/gnu/usr.bin/perl/dist/Math-BigInt/t/bare_mbf.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/bare_mbi.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/bare_mif.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/big_pi_e.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/bigfltpm.inc U src/gnu/usr.bin/perl/dist/Math-BigInt/t/bigfltpm.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/bigintc.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/bigintpm.inc U src/gnu/usr.bin/perl/dist/Math-BigInt/t/bigintpm.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/bigints.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/biglog.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/bigroot.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/calling.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/config.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/const_mbf.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/constant.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/downgrade.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/inf_nan.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/isa.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/lib_load.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/mbf_ali.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/mbi_ali.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/mbi_rand.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/mbimbf.inc U src/gnu/usr.bin/perl/dist/Math-BigInt/t/mbimbf.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/nan_cmp.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/new_overloaded.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/req_mbf0.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/req_mbf1.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/req_mbfa.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/req_mbfi.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/req_mbfn.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/req_mbfw.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/require.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/round.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/rt-16221.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/sub_ali.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/sub_mbf.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/sub_mbi.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/sub_mif.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/trap.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/upgrade.inc U src/gnu/usr.bin/perl/dist/Math-BigInt/t/upgrade.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/upgrade2.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/upgradef.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/use.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/use_lib1.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/use_lib2.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/use_lib3.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/use_lib4.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/use_mbfw.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/with_sub.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/Math/BigFloat/Subclass.pm U src/gnu/usr.bin/perl/dist/Math-BigInt/t/Math/BigInt/BareCalc.pm U src/gnu/usr.bin/perl/dist/Math-BigInt/t/Math/BigInt/Scalar.pm U src/gnu/usr.bin/perl/dist/Math-BigInt/t/Math/BigInt/Subclass.pm U src/gnu/usr.bin/perl/dist/Math-BigInt-FastCalc/FastCalc.xs U src/gnu/usr.bin/perl/dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm U src/gnu/usr.bin/perl/dist/Math-BigInt-FastCalc/t/bigintfc.t U src/gnu/usr.bin/perl/dist/Math-BigInt-FastCalc/t/bootstrap.t U src/gnu/usr.bin/perl/dist/Math-BigInt-FastCalc/t/leak.t U src/gnu/usr.bin/perl/dist/Math-BigInt-FastCalc/t/mbi_rand.t U src/gnu/usr.bin/perl/dist/Math-BigRat/lib/Math/BigRat.pm U src/gnu/usr.bin/perl/dist/Math-BigRat/t/big_ap.t U src/gnu/usr.bin/perl/dist/Math-BigRat/t/bigfltpm.inc U src/gnu/usr.bin/perl/dist/Math-BigRat/t/bigfltrt.t U src/gnu/usr.bin/perl/dist/Math-BigRat/t/biglog.t U src/gnu/usr.bin/perl/dist/Math-BigRat/t/bigrat.t U src/gnu/usr.bin/perl/dist/Math-BigRat/t/bigratpm.inc U src/gnu/usr.bin/perl/dist/Math-BigRat/t/bigratpm.t U src/gnu/usr.bin/perl/dist/Math-BigRat/t/bigratup.t U src/gnu/usr.bin/perl/dist/Math-BigRat/t/bigroot.t U src/gnu/usr.bin/perl/dist/Math-BigRat/t/bitwise.t U src/gnu/usr.bin/perl/dist/Math-BigRat/t/hang.t U src/gnu/usr.bin/perl/dist/Math-BigRat/t/requirer.t U src/gnu/usr.bin/perl/dist/Math-BigRat/t/trap.t U src/gnu/usr.bin/perl/dist/Math-BigRat/t/Math/BigRat/Test.pm U src/gnu/usr.bin/perl/dist/Module-CoreList/Changes U src/gnu/usr.bin/perl/dist/Module-CoreList/corelist U src/gnu/usr.bin/perl/dist/Module-CoreList/identify-dependencies U src/gnu/usr.bin/perl/dist/Module-CoreList/Makefile.PL U src/gnu/usr.bin/perl/dist/Module-CoreList/MANIFEST U src/gnu/usr.bin/perl/dist/Module-CoreList/README U src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList.pm U src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList.pod U src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm N src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList/Utils.pm U src/gnu/usr.bin/perl/dist/Module-CoreList/t/corelist.t U src/gnu/usr.bin/perl/dist/Module-CoreList/t/deprecated.t U src/gnu/usr.bin/perl/dist/Module-CoreList/t/find_modules.t N src/gnu/usr.bin/perl/dist/Module-CoreList/t/is_core.t U src/gnu/usr.bin/perl/dist/Module-CoreList/t/pod.t N src/gnu/usr.bin/perl/dist/Module-CoreList/t/utils.t U src/gnu/usr.bin/perl/dist/Net-Ping/Changes C src/gnu/usr.bin/perl/dist/Net-Ping/lib/Net/Ping.pm U src/gnu/usr.bin/perl/dist/Net-Ping/t/100_load.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/110_icmp_inst.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/120_udp_inst.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/130_tcp_inst.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/140_stream_inst.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/150_syn_inst.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/190_alarm.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/200_ping_tcp.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/250_ping_hires.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/300_ping_stream.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/400_ping_syn.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/410_syn_host.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/450_service.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/500_ping_icmp.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/510_ping_udp.t N src/gnu/usr.bin/perl/dist/Net-Ping/t/520_icmp_ttl.t N src/gnu/usr.bin/perl/dist/Search-Dict/Changes N src/gnu/usr.bin/perl/dist/Search-Dict/Makefile.PL N src/gnu/usr.bin/perl/dist/Search-Dict/README.patching N src/gnu/usr.bin/perl/dist/Search-Dict/README.release U src/gnu/usr.bin/perl/dist/Search-Dict/lib/Search/Dict.pm U src/gnu/usr.bin/perl/dist/Search-Dict/t/Dict.t U src/gnu/usr.bin/perl/dist/SelfLoader/lib/SelfLoader.pm U src/gnu/usr.bin/perl/dist/SelfLoader/t/01SelfLoader.t U src/gnu/usr.bin/perl/dist/SelfLoader/t/02SelfLoader-buggy.t U src/gnu/usr.bin/perl/dist/SelfLoader/t/03taint.t U src/gnu/usr.bin/perl/dist/Storable/ChangeLog U src/gnu/usr.bin/perl/dist/Storable/Makefile.PL U src/gnu/usr.bin/perl/dist/Storable/README U src/gnu/usr.bin/perl/dist/Storable/Storable.pm U src/gnu/usr.bin/perl/dist/Storable/Storable.xs U src/gnu/usr.bin/perl/dist/Storable/hints/gnukfreebsd.pl U src/gnu/usr.bin/perl/dist/Storable/hints/gnuknetbsd.pl U src/gnu/usr.bin/perl/dist/Storable/hints/hpux.pl U src/gnu/usr.bin/perl/dist/Storable/hints/linux.pl U src/gnu/usr.bin/perl/dist/Storable/t/attach_errors.t U src/gnu/usr.bin/perl/dist/Storable/t/attach_singleton.t U src/gnu/usr.bin/perl/dist/Storable/t/blessed.t U src/gnu/usr.bin/perl/dist/Storable/t/canonical.t U src/gnu/usr.bin/perl/dist/Storable/t/circular_hook.t U src/gnu/usr.bin/perl/dist/Storable/t/code.t U src/gnu/usr.bin/perl/dist/Storable/t/compat01.t U src/gnu/usr.bin/perl/dist/Storable/t/compat06.t U src/gnu/usr.bin/perl/dist/Storable/t/croak.t U src/gnu/usr.bin/perl/dist/Storable/t/dclone.t U src/gnu/usr.bin/perl/dist/Storable/t/downgrade.t U src/gnu/usr.bin/perl/dist/Storable/t/file_magic.t U src/gnu/usr.bin/perl/dist/Storable/t/forgive.t U src/gnu/usr.bin/perl/dist/Storable/t/freeze.t U src/gnu/usr.bin/perl/dist/Storable/t/HAS_ATTACH.pm U src/gnu/usr.bin/perl/dist/Storable/t/HAS_HOOK.pm U src/gnu/usr.bin/perl/dist/Storable/t/HAS_OVERLOAD.pm U src/gnu/usr.bin/perl/dist/Storable/t/integer.t U src/gnu/usr.bin/perl/dist/Storable/t/interwork56.t U src/gnu/usr.bin/perl/dist/Storable/t/just_plain_nasty.t U src/gnu/usr.bin/perl/dist/Storable/t/lock.t U src/gnu/usr.bin/perl/dist/Storable/t/make_56_interwork.pl U src/gnu/usr.bin/perl/dist/Storable/t/make_downgrade.pl U src/gnu/usr.bin/perl/dist/Storable/t/make_overload.pl U src/gnu/usr.bin/perl/dist/Storable/t/malice.t U src/gnu/usr.bin/perl/dist/Storable/t/overload.t U src/gnu/usr.bin/perl/dist/Storable/t/recurse.t U src/gnu/usr.bin/perl/dist/Storable/t/restrict.t U src/gnu/usr.bin/perl/dist/Storable/t/retrieve.t U src/gnu/usr.bin/perl/dist/Storable/t/robust.t U src/gnu/usr.bin/perl/dist/Storable/t/sig_die.t U src/gnu/usr.bin/perl/dist/Storable/t/st-dump.pl U src/gnu/usr.bin/perl/dist/Storable/t/store.t U src/gnu/usr.bin/perl/dist/Storable/t/testlib.pl U src/gnu/usr.bin/perl/dist/Storable/t/threads.t U src/gnu/usr.bin/perl/dist/Storable/t/tied.t U src/gnu/usr.bin/perl/dist/Storable/t/tied_hook.t U src/gnu/usr.bin/perl/dist/Storable/t/tied_items.t U src/gnu/usr.bin/perl/dist/Storable/t/utf8.t U src/gnu/usr.bin/perl/dist/Storable/t/utf8hash.t U src/gnu/usr.bin/perl/dist/Storable/t/weak.t U src/gnu/usr.bin/perl/dist/Term-Complete/lib/Term/Complete.pm U src/gnu/usr.bin/perl/dist/Term-Complete/t/Complete.t U src/gnu/usr.bin/perl/dist/Term-ReadLine/lib/Term/ReadLine.pm U src/gnu/usr.bin/perl/dist/Term-ReadLine/t/AE.t U src/gnu/usr.bin/perl/dist/Term-ReadLine/t/AETk.t U src/gnu/usr.bin/perl/dist/Term-ReadLine/t/ReadLine.t U src/gnu/usr.bin/perl/dist/Term-ReadLine/t/Tk.t U src/gnu/usr.bin/perl/dist/Text-Abbrev/lib/Text/Abbrev.pm U src/gnu/usr.bin/perl/dist/Text-Abbrev/t/Abbrev.t U src/gnu/usr.bin/perl/dist/Thread-Queue/lib/Thread/Queue.pm U src/gnu/usr.bin/perl/dist/Thread-Queue/t/01_basic.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/02_refs.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/03_peek.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/04_errs.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/05_extract.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/06_insert.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/07_lock.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/08_nothreads.t N src/gnu/usr.bin/perl/dist/Thread-Queue/t/09_ended.t N src/gnu/usr.bin/perl/dist/Thread-Queue/t/10_timed.t U src/gnu/usr.bin/perl/dist/Thread-Semaphore/lib/Thread/Semaphore.pm U src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/01_basic.t U src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/02_errs.t U src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/03_nothreads.t U src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/04_nonblocking.t U src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/05_force.t U src/gnu/usr.bin/perl/dist/threads/threads.xs U src/gnu/usr.bin/perl/dist/threads/hints/hpux.pl U src/gnu/usr.bin/perl/dist/threads/hints/linux.pl U src/gnu/usr.bin/perl/dist/threads/lib/threads.pm U src/gnu/usr.bin/perl/dist/threads/t/basic.t U src/gnu/usr.bin/perl/dist/threads/t/blocks.t U src/gnu/usr.bin/perl/dist/threads/t/context.t U src/gnu/usr.bin/perl/dist/threads/t/end.t U src/gnu/usr.bin/perl/dist/threads/t/err.t U src/gnu/usr.bin/perl/dist/threads/t/exit.t U src/gnu/usr.bin/perl/dist/threads/t/free.t U src/gnu/usr.bin/perl/dist/threads/t/free2.t U src/gnu/usr.bin/perl/dist/threads/t/join.t U src/gnu/usr.bin/perl/dist/threads/t/kill.t U src/gnu/usr.bin/perl/dist/threads/t/kill2.t U src/gnu/usr.bin/perl/dist/threads/t/libc.t U src/gnu/usr.bin/perl/dist/threads/t/list.t U src/gnu/usr.bin/perl/dist/threads/t/no_threads.t U src/gnu/usr.bin/perl/dist/threads/t/problems.t U src/gnu/usr.bin/perl/dist/threads/t/stack.t U src/gnu/usr.bin/perl/dist/threads/t/stack_env.t U src/gnu/usr.bin/perl/dist/threads/t/state.t U src/gnu/usr.bin/perl/dist/threads/t/stress_cv.t U src/gnu/usr.bin/perl/dist/threads/t/stress_re.t U src/gnu/usr.bin/perl/dist/threads/t/stress_string.t U src/gnu/usr.bin/perl/dist/threads/t/thread.t U src/gnu/usr.bin/perl/dist/threads-shared/shared.xs U src/gnu/usr.bin/perl/dist/threads-shared/hints/linux.pl U src/gnu/usr.bin/perl/dist/threads-shared/lib/threads/shared.pm U src/gnu/usr.bin/perl/dist/threads-shared/t/0nothread.t U src/gnu/usr.bin/perl/dist/threads-shared/t/av_refs.t U src/gnu/usr.bin/perl/dist/threads-shared/t/av_simple.t U src/gnu/usr.bin/perl/dist/threads-shared/t/blessed.t U src/gnu/usr.bin/perl/dist/threads-shared/t/clone.t U src/gnu/usr.bin/perl/dist/threads-shared/t/cond.t U src/gnu/usr.bin/perl/dist/threads-shared/t/disabled.t N src/gnu/usr.bin/perl/dist/threads-shared/t/dualvar.t U src/gnu/usr.bin/perl/dist/threads-shared/t/hv_refs.t U src/gnu/usr.bin/perl/dist/threads-shared/t/hv_simple.t U src/gnu/usr.bin/perl/dist/threads-shared/t/no_share.t U src/gnu/usr.bin/perl/dist/threads-shared/t/object.t U src/gnu/usr.bin/perl/dist/threads-shared/t/object2.t U src/gnu/usr.bin/perl/dist/threads-shared/t/shared_attr.t C src/gnu/usr.bin/perl/dist/threads-shared/t/stress.t U src/gnu/usr.bin/perl/dist/threads-shared/t/sv_refs.t U src/gnu/usr.bin/perl/dist/threads-shared/t/sv_simple.t U src/gnu/usr.bin/perl/dist/threads-shared/t/utf8.t U src/gnu/usr.bin/perl/dist/threads-shared/t/wait.t U src/gnu/usr.bin/perl/dist/threads-shared/t/waithires.t U src/gnu/usr.bin/perl/dist/Tie-File/lib/Tie/File.pm U src/gnu/usr.bin/perl/dist/Tie-File/t/00_version.t U src/gnu/usr.bin/perl/dist/Tie-File/t/01_gen.t U src/gnu/usr.bin/perl/dist/Tie-File/t/02_fetchsize.t U src/gnu/usr.bin/perl/dist/Tie-File/t/03_longfetch.t U src/gnu/usr.bin/perl/dist/Tie-File/t/04_splice.t U src/gnu/usr.bin/perl/dist/Tie-File/t/05_size.t U src/gnu/usr.bin/perl/dist/Tie-File/t/06_fixrec.t U src/gnu/usr.bin/perl/dist/Tie-File/t/07_rv_splice.t U src/gnu/usr.bin/perl/dist/Tie-File/t/08_ro.t U src/gnu/usr.bin/perl/dist/Tie-File/t/09_gen_rs.t U src/gnu/usr.bin/perl/dist/Tie-File/t/10_splice_rs.t U src/gnu/usr.bin/perl/dist/Tie-File/t/11_rv_splice_rs.t U src/gnu/usr.bin/perl/dist/Tie-File/t/12_longfetch_rs.t U src/gnu/usr.bin/perl/dist/Tie-File/t/13_size_rs.t U src/gnu/usr.bin/perl/dist/Tie-File/t/14_lock.t U src/gnu/usr.bin/perl/dist/Tie-File/t/15_pushpop.t U src/gnu/usr.bin/perl/dist/Tie-File/t/16_handle.t U src/gnu/usr.bin/perl/dist/Tie-File/t/17_misc_meth.t U src/gnu/usr.bin/perl/dist/Tie-File/t/18_rs_fixrec.t U src/gnu/usr.bin/perl/dist/Tie-File/t/19_cache.t U src/gnu/usr.bin/perl/dist/Tie-File/t/20_cache_full.t U src/gnu/usr.bin/perl/dist/Tie-File/t/21_win32.t U src/gnu/usr.bin/perl/dist/Tie-File/t/22_autochomp.t U src/gnu/usr.bin/perl/dist/Tie-File/t/23_rv_ac_splice.t U src/gnu/usr.bin/perl/dist/Tie-File/t/24_cache_loop.t U src/gnu/usr.bin/perl/dist/Tie-File/t/25_gen_nocache.t U src/gnu/usr.bin/perl/dist/Tie-File/t/26_twrite.t U src/gnu/usr.bin/perl/dist/Tie-File/t/27_iwrite.t U src/gnu/usr.bin/perl/dist/Tie-File/t/28_mtwrite.t U src/gnu/usr.bin/perl/dist/Tie-File/t/29_downcopy.t U src/gnu/usr.bin/perl/dist/Tie-File/t/29a_upcopy.t U src/gnu/usr.bin/perl/dist/Tie-File/t/30_defer.t U src/gnu/usr.bin/perl/dist/Tie-File/t/31_autodefer.t U src/gnu/usr.bin/perl/dist/Tie-File/t/32_defer_misc.t U src/gnu/usr.bin/perl/dist/Tie-File/t/33_defer_vs.t U src/gnu/usr.bin/perl/dist/Tie-File/t/40_abs_cache.t U src/gnu/usr.bin/perl/dist/Tie-File/t/41_heap.t U src/gnu/usr.bin/perl/dist/Tie-File/t/42_offset.t U src/gnu/usr.bin/perl/dist/XSLoader/Makefile.PL U src/gnu/usr.bin/perl/dist/XSLoader/XSLoader_pm.PL U src/gnu/usr.bin/perl/dist/XSLoader/t/XSLoader.t U src/gnu/usr.bin/perl/djgpp/config.over U src/gnu/usr.bin/perl/djgpp/configure.bat U src/gnu/usr.bin/perl/djgpp/djgpp.c U src/gnu/usr.bin/perl/djgpp/djgpp.h U src/gnu/usr.bin/perl/djgpp/djgppsed.sh U src/gnu/usr.bin/perl/djgpp/fixpmain U src/gnu/usr.bin/perl/ext/arybase/arybase.pm U src/gnu/usr.bin/perl/ext/arybase/arybase.xs U src/gnu/usr.bin/perl/ext/arybase/ptable.h U src/gnu/usr.bin/perl/ext/arybase/t/aeach.t U src/gnu/usr.bin/perl/ext/arybase/t/aelem.t U src/gnu/usr.bin/perl/ext/arybase/t/akeys.t U src/gnu/usr.bin/perl/ext/arybase/t/arybase.t U src/gnu/usr.bin/perl/ext/arybase/t/aslice.t U src/gnu/usr.bin/perl/ext/arybase/t/av2arylen.t U src/gnu/usr.bin/perl/ext/arybase/t/index.t U src/gnu/usr.bin/perl/ext/arybase/t/lslice.t U src/gnu/usr.bin/perl/ext/arybase/t/pos.t U src/gnu/usr.bin/perl/ext/arybase/t/scope.t U src/gnu/usr.bin/perl/ext/arybase/t/scope_0.pm U src/gnu/usr.bin/perl/ext/arybase/t/splice.t U src/gnu/usr.bin/perl/ext/arybase/t/substr.t U src/gnu/usr.bin/perl/ext/attributes/attributes.pm U src/gnu/usr.bin/perl/ext/attributes/attributes.xs U src/gnu/usr.bin/perl/ext/B/B.pm U src/gnu/usr.bin/perl/ext/B/B.xs U src/gnu/usr.bin/perl/ext/B/Makefile.PL U src/gnu/usr.bin/perl/ext/B/O.pm U src/gnu/usr.bin/perl/ext/B/typemap C src/gnu/usr.bin/perl/ext/B/B/Concise.pm U src/gnu/usr.bin/perl/ext/B/B/Showlex.pm U src/gnu/usr.bin/perl/ext/B/B/Terse.pm U src/gnu/usr.bin/perl/ext/B/B/Xref.pm U src/gnu/usr.bin/perl/ext/B/hints/darwin.pl U src/gnu/usr.bin/perl/ext/B/hints/openbsd.pl U src/gnu/usr.bin/perl/ext/B/t/b.t U src/gnu/usr.bin/perl/ext/B/t/concise-xs.t U src/gnu/usr.bin/perl/ext/B/t/concise.t U src/gnu/usr.bin/perl/ext/B/t/f_map U src/gnu/usr.bin/perl/ext/B/t/f_map.t U src/gnu/usr.bin/perl/ext/B/t/f_sort U src/gnu/usr.bin/perl/ext/B/t/f_sort.t U src/gnu/usr.bin/perl/ext/B/t/o.t U src/gnu/usr.bin/perl/ext/B/t/optree_check.t U src/gnu/usr.bin/perl/ext/B/t/optree_concise.t U src/gnu/usr.bin/perl/ext/B/t/optree_constants.t U src/gnu/usr.bin/perl/ext/B/t/optree_misc.t U src/gnu/usr.bin/perl/ext/B/t/optree_samples.t U src/gnu/usr.bin/perl/ext/B/t/optree_sort.t U src/gnu/usr.bin/perl/ext/B/t/optree_specials.t U src/gnu/usr.bin/perl/ext/B/t/optree_varinit.t U src/gnu/usr.bin/perl/ext/B/t/OptreeCheck.pm U src/gnu/usr.bin/perl/ext/B/t/pragma.t U src/gnu/usr.bin/perl/ext/B/t/showlex.t U src/gnu/usr.bin/perl/ext/B/t/terse.t U src/gnu/usr.bin/perl/ext/B/t/walkoptree.t U src/gnu/usr.bin/perl/ext/B/t/xref.t U src/gnu/usr.bin/perl/ext/Devel-Peek/Changes U src/gnu/usr.bin/perl/ext/Devel-Peek/Makefile.PL U src/gnu/usr.bin/perl/ext/Devel-Peek/Peek.pm U src/gnu/usr.bin/perl/ext/Devel-Peek/Peek.xs U src/gnu/usr.bin/perl/ext/Devel-Peek/t/Peek.t C src/gnu/usr.bin/perl/ext/DynaLoader/dl_aix.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dld.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dllload.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dlopen.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dyld.xs C src/gnu/usr.bin/perl/ext/DynaLoader/dl_hpux.xs C src/gnu/usr.bin/perl/ext/DynaLoader/dl_next.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_none.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_symbian.xs C src/gnu/usr.bin/perl/ext/DynaLoader/dl_vms.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_win32.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dlutils.c U src/gnu/usr.bin/perl/ext/DynaLoader/DynaLoader_pm.PL U src/gnu/usr.bin/perl/ext/DynaLoader/Makefile.PL U src/gnu/usr.bin/perl/ext/DynaLoader/README U src/gnu/usr.bin/perl/ext/DynaLoader/hints/aix.pl U src/gnu/usr.bin/perl/ext/DynaLoader/hints/gnukfreebsd.pl U src/gnu/usr.bin/perl/ext/DynaLoader/hints/gnuknetbsd.pl U src/gnu/usr.bin/perl/ext/DynaLoader/hints/linux.pl U src/gnu/usr.bin/perl/ext/DynaLoader/hints/netbsd.pl U src/gnu/usr.bin/perl/ext/DynaLoader/hints/openbsd.pl U src/gnu/usr.bin/perl/ext/DynaLoader/t/DynaLoader.t U src/gnu/usr.bin/perl/ext/Errno/ChangeLog U src/gnu/usr.bin/perl/ext/Errno/Errno_pm.PL U src/gnu/usr.bin/perl/ext/Errno/Makefile.PL U src/gnu/usr.bin/perl/ext/Errno/t/Errno.t U src/gnu/usr.bin/perl/ext/Fcntl/Fcntl.pm U src/gnu/usr.bin/perl/ext/Fcntl/Fcntl.xs U src/gnu/usr.bin/perl/ext/Fcntl/Makefile.PL U src/gnu/usr.bin/perl/ext/Fcntl/t/autoload.t U src/gnu/usr.bin/perl/ext/Fcntl/t/fcntl.t U src/gnu/usr.bin/perl/ext/Fcntl/t/mode.t U src/gnu/usr.bin/perl/ext/Fcntl/t/syslfs.t N src/gnu/usr.bin/perl/ext/File-DosGlob/DosGlob.xs N src/gnu/usr.bin/perl/ext/File-DosGlob/lib/File/DosGlob.pm N src/gnu/usr.bin/perl/ext/File-DosGlob/t/DosGlob.t C src/gnu/usr.bin/perl/ext/File-Glob/bsd_glob.c U src/gnu/usr.bin/perl/ext/File-Glob/bsd_glob.h U src/gnu/usr.bin/perl/ext/File-Glob/Changes U src/gnu/usr.bin/perl/ext/File-Glob/Glob.pm U src/gnu/usr.bin/perl/ext/File-Glob/Glob.xs U src/gnu/usr.bin/perl/ext/File-Glob/Makefile.PL U src/gnu/usr.bin/perl/ext/File-Glob/TODO U src/gnu/usr.bin/perl/ext/File-Glob/t/basic.t U src/gnu/usr.bin/perl/ext/File-Glob/t/case.t U src/gnu/usr.bin/perl/ext/File-Glob/t/global.t N src/gnu/usr.bin/perl/ext/File-Glob/t/rt114984.t U src/gnu/usr.bin/perl/ext/File-Glob/t/taint.t N src/gnu/usr.bin/perl/ext/File-Glob/t/threads.t U src/gnu/usr.bin/perl/ext/FileCache/lib/FileCache.pm U src/gnu/usr.bin/perl/ext/FileCache/t/01open.t U src/gnu/usr.bin/perl/ext/FileCache/t/02maxopen.t U src/gnu/usr.bin/perl/ext/FileCache/t/03append.t U src/gnu/usr.bin/perl/ext/FileCache/t/04twoarg.t U src/gnu/usr.bin/perl/ext/FileCache/t/05override.t U src/gnu/usr.bin/perl/ext/FileCache/t/06export.t U src/gnu/usr.bin/perl/ext/FileCache/t/07noimport.t C src/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.pm U src/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.xs U src/gnu/usr.bin/perl/ext/GDBM_File/Makefile.PL C src/gnu/usr.bin/perl/ext/GDBM_File/typemap U src/gnu/usr.bin/perl/ext/GDBM_File/hints/sco.pl N src/gnu/usr.bin/perl/ext/GDBM_File/t/fatal.t U src/gnu/usr.bin/perl/ext/GDBM_File/t/gdbm.t U src/gnu/usr.bin/perl/ext/Hash-Util/Changes U src/gnu/usr.bin/perl/ext/Hash-Util/Makefile.PL U src/gnu/usr.bin/perl/ext/Hash-Util/Util.xs U src/gnu/usr.bin/perl/ext/Hash-Util/lib/Hash/Util.pm U src/gnu/usr.bin/perl/ext/Hash-Util/t/Util.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/Changes U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/FieldHash.xs U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/01_load.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/02_function.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/03_class.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/04_thread.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/05_perlhook.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/11_hashassign.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/12_hashwarn.t U src/gnu/usr.bin/perl/ext/I18N-Langinfo/Langinfo.pm U src/gnu/usr.bin/perl/ext/I18N-Langinfo/Langinfo.xs U src/gnu/usr.bin/perl/ext/I18N-Langinfo/Makefile.PL U src/gnu/usr.bin/perl/ext/I18N-Langinfo/t/Langinfo.t U src/gnu/usr.bin/perl/ext/IPC-Open3/lib/IPC/Open2.pm C src/gnu/usr.bin/perl/ext/IPC-Open3/lib/IPC/Open3.pm U src/gnu/usr.bin/perl/ext/IPC-Open3/t/fd.t U src/gnu/usr.bin/perl/ext/IPC-Open3/t/IPC-Open2.t U src/gnu/usr.bin/perl/ext/IPC-Open3/t/IPC-Open3.t U src/gnu/usr.bin/perl/ext/mro/Changes U src/gnu/usr.bin/perl/ext/mro/mro.pm U src/gnu/usr.bin/perl/ext/mro/mro.xs U src/gnu/usr.bin/perl/ext/NDBM_File/Makefile.PL U src/gnu/usr.bin/perl/ext/NDBM_File/NDBM_File.pm U src/gnu/usr.bin/perl/ext/NDBM_File/NDBM_File.xs C src/gnu/usr.bin/perl/ext/NDBM_File/typemap U src/gnu/usr.bin/perl/ext/NDBM_File/hints/cygwin.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/dec_osf.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/dynixptx.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/gnu.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/gnukfreebsd.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/gnuknetbsd.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/linux.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/sco.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/solaris.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/svr4.pl U src/gnu/usr.bin/perl/ext/NDBM_File/t/ndbm.t U src/gnu/usr.bin/perl/ext/ODBM_File/Makefile.PL U src/gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.pm U src/gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.xs U src/gnu/usr.bin/perl/ext/ODBM_File/typemap U src/gnu/usr.bin/perl/ext/ODBM_File/hints/cygwin.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/dec_osf.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/gnu.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/gnukfreebsd.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/gnuknetbsd.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/hpux.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/linux.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/sco.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/solaris.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/svr4.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/ultrix.pl U src/gnu/usr.bin/perl/ext/ODBM_File/t/odbm.t C src/gnu/usr.bin/perl/ext/Opcode/Opcode.pm U src/gnu/usr.bin/perl/ext/Opcode/Opcode.xs U src/gnu/usr.bin/perl/ext/Opcode/ops.pm U src/gnu/usr.bin/perl/ext/Opcode/t/Opcode.t U src/gnu/usr.bin/perl/ext/Opcode/t/ops.t U src/gnu/usr.bin/perl/ext/PerlIO-encoding/encoding.pm C src/gnu/usr.bin/perl/ext/PerlIO-encoding/encoding.xs U src/gnu/usr.bin/perl/ext/PerlIO-encoding/MANIFEST U src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/encoding.t U src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/fallback.t U src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/nolooping.t U src/gnu/usr.bin/perl/ext/PerlIO-mmap/mmap.pm U src/gnu/usr.bin/perl/ext/PerlIO-mmap/mmap.xs U src/gnu/usr.bin/perl/ext/PerlIO-scalar/scalar.pm U src/gnu/usr.bin/perl/ext/PerlIO-scalar/scalar.xs U src/gnu/usr.bin/perl/ext/PerlIO-scalar/t/scalar.t U src/gnu/usr.bin/perl/ext/PerlIO-scalar/t/scalar_ungetc.t U src/gnu/usr.bin/perl/ext/PerlIO-via/via.pm U src/gnu/usr.bin/perl/ext/PerlIO-via/via.xs U src/gnu/usr.bin/perl/ext/PerlIO-via/hints/aix.pl U src/gnu/usr.bin/perl/ext/PerlIO-via/t/via.t U src/gnu/usr.bin/perl/ext/Pod-Functions/Functions_pm.PL U src/gnu/usr.bin/perl/ext/Pod-Functions/Makefile.PL U src/gnu/usr.bin/perl/ext/Pod-Functions/t/Functions.t U src/gnu/usr.bin/perl/ext/re/Makefile.PL U src/gnu/usr.bin/perl/ext/re/re.pm U src/gnu/usr.bin/perl/ext/re/re.xs U src/gnu/usr.bin/perl/ext/re/re_comp.h U src/gnu/usr.bin/perl/ext/re/re_top.h U src/gnu/usr.bin/perl/ext/re/t/lexical_debug.pl U src/gnu/usr.bin/perl/ext/re/t/lexical_debug.t U src/gnu/usr.bin/perl/ext/re/t/qr.t U src/gnu/usr.bin/perl/ext/re/t/re.t U src/gnu/usr.bin/perl/ext/re/t/re_funcs.t U src/gnu/usr.bin/perl/ext/re/t/re_funcs_u.t C src/gnu/usr.bin/perl/ext/re/t/reflags.t U src/gnu/usr.bin/perl/ext/re/t/regop.pl C src/gnu/usr.bin/perl/ext/re/t/regop.t U src/gnu/usr.bin/perl/ext/Pod-Html/bin/pod2html U src/gnu/usr.bin/perl/ext/Pod-Html/lib/Pod/Html.pm U src/gnu/usr.bin/perl/ext/Pod-Html/t/cache.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/cache.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/crossref.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/crossref.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/crossref2.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/crossref3.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/eol.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/feature.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/feature.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/feature2.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/feature2.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir1.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir1.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir2.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir2.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir3.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir3.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir4.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir4.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir5.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir5.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmlescp.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmlescp.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmllink.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmllink.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmlview.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmlview.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/pod2html-lib.pl U src/gnu/usr.bin/perl/ext/Pod-Html/t/poderr.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/poderr.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/podnoerr.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/podnoerr.t U src/gnu/usr.bin/perl/ext/Pod-Html/testdir/perlpodspec-copy.pod U src/gnu/usr.bin/perl/ext/Pod-Html/testdir/perlvar-copy.pod U src/gnu/usr.bin/perl/ext/POSIX/Makefile.PL C src/gnu/usr.bin/perl/ext/POSIX/POSIX.xs U src/gnu/usr.bin/perl/ext/POSIX/typemap U src/gnu/usr.bin/perl/ext/POSIX/hints/bsdos.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/dynixptx.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/freebsd.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/gnukfreebsd.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/gnuknetbsd.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/linux.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/mint.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/netbsd.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/next_3.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/openbsd.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/sunos_4.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/svr4.pl U src/gnu/usr.bin/perl/ext/POSIX/lib/POSIX.pm U src/gnu/usr.bin/perl/ext/POSIX/lib/POSIX.pod U src/gnu/usr.bin/perl/ext/POSIX/t/export.t U src/gnu/usr.bin/perl/ext/POSIX/t/is.t U src/gnu/usr.bin/perl/ext/POSIX/t/math.t U src/gnu/usr.bin/perl/ext/POSIX/t/posix.t U src/gnu/usr.bin/perl/ext/POSIX/t/sigaction.t U src/gnu/usr.bin/perl/ext/POSIX/t/sigset.t U src/gnu/usr.bin/perl/ext/POSIX/t/sysconf.t U src/gnu/usr.bin/perl/ext/POSIX/t/taint.t U src/gnu/usr.bin/perl/ext/POSIX/t/termios.t U src/gnu/usr.bin/perl/ext/POSIX/t/time.t U src/gnu/usr.bin/perl/ext/POSIX/t/unimplemented.t U src/gnu/usr.bin/perl/ext/POSIX/t/usage.t U src/gnu/usr.bin/perl/ext/POSIX/t/waitpid.t U src/gnu/usr.bin/perl/ext/POSIX/t/wrappers.t C src/gnu/usr.bin/perl/ext/SDBM_File/Makefile.PL U src/gnu/usr.bin/perl/ext/SDBM_File/SDBM_File.pm U src/gnu/usr.bin/perl/ext/SDBM_File/SDBM_File.xs C src/gnu/usr.bin/perl/ext/SDBM_File/typemap U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/biblio U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/CHANGES U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/COMPARE U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dba.c U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbd.c U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbe.1 U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbe.c U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbu.c U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/grind U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/hash.c U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/linux.patches U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/Makefile.PL U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/makefile.sdbm C src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/pair.c U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/pair.h U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/README C src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/readme.ms U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/README.too U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/sdbm.3 C src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/sdbm.c C src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/sdbm.h U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/tune.h U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/util.c U src/gnu/usr.bin/perl/ext/SDBM_File/t/sdbm.t U src/gnu/usr.bin/perl/ext/Sys-Hostname/Hostname.pm U src/gnu/usr.bin/perl/ext/Sys-Hostname/Hostname.xs U src/gnu/usr.bin/perl/ext/Sys-Hostname/t/Hostname.t U src/gnu/usr.bin/perl/ext/Tie-Hash-NamedCapture/NamedCapture.pm U src/gnu/usr.bin/perl/ext/Tie-Hash-NamedCapture/NamedCapture.xs U src/gnu/usr.bin/perl/ext/Tie-Hash-NamedCapture/t/tiehash.t U src/gnu/usr.bin/perl/ext/Tie-Memoize/lib/Tie/Memoize.pm U src/gnu/usr.bin/perl/ext/Tie-Memoize/t/Tie-Memoize.t U src/gnu/usr.bin/perl/ext/VMS-DCLsym/0README.txt U src/gnu/usr.bin/perl/ext/VMS-DCLsym/DCLsym.pm U src/gnu/usr.bin/perl/ext/VMS-DCLsym/DCLsym.xs U src/gnu/usr.bin/perl/ext/VMS-DCLsym/Makefile.PL U src/gnu/usr.bin/perl/ext/VMS-DCLsym/t/vms_dclsym.t U src/gnu/usr.bin/perl/ext/VMS-Stdio/0README.txt U src/gnu/usr.bin/perl/ext/VMS-Stdio/Makefile.PL U src/gnu/usr.bin/perl/ext/VMS-Stdio/Stdio.pm U src/gnu/usr.bin/perl/ext/VMS-Stdio/Stdio.xs U src/gnu/usr.bin/perl/ext/VMS-Stdio/t/vms_stdio.t U src/gnu/usr.bin/perl/ext/Win32CORE/Makefile.PL U src/gnu/usr.bin/perl/ext/Win32CORE/Win32CORE.c U src/gnu/usr.bin/perl/ext/Win32CORE/Win32CORE.pm U src/gnu/usr.bin/perl/ext/Win32CORE/t/win32core.t U src/gnu/usr.bin/perl/ext/XS-APItest/APItest.pm U src/gnu/usr.bin/perl/ext/XS-APItest/APItest.xs U src/gnu/usr.bin/perl/ext/XS-APItest/core.c U src/gnu/usr.bin/perl/ext/XS-APItest/core_or_not.inc U src/gnu/usr.bin/perl/ext/XS-APItest/exception.c U src/gnu/usr.bin/perl/ext/XS-APItest/Makefile.PL U src/gnu/usr.bin/perl/ext/XS-APItest/MANIFEST U src/gnu/usr.bin/perl/ext/XS-APItest/notcore.c U src/gnu/usr.bin/perl/ext/XS-APItest/numeric.xs U src/gnu/usr.bin/perl/ext/XS-APItest/README U src/gnu/usr.bin/perl/ext/XS-APItest/typemap U src/gnu/usr.bin/perl/ext/XS-APItest/XSUB-redefined-macros.xs U src/gnu/usr.bin/perl/ext/XS-APItest/XSUB-undef-XS_VERSION.xs U src/gnu/usr.bin/perl/ext/XS-APItest/t/addissub.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/arrayexpr.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/autoload.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/BHK.pm U src/gnu/usr.bin/perl/ext/XS-APItest/t/Block.pm U src/gnu/usr.bin/perl/ext/XS-APItest/t/blockasexpr.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/blockhooks-csc.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/blockhooks.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/call.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/call_checker.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/caller.t N src/gnu/usr.bin/perl/ext/XS-APItest/t/callregexec.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/check_warnings.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/cleanup.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/clone-with-stack.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/cophh.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/coplabel.t N src/gnu/usr.bin/perl/ext/XS-APItest/t/copstash.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/copyhints.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/customop.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/eval-filter.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/exception.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/grok.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/fetch_pad_names.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/gotosub.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_autoload4.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_fetchmeth.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_fetchmeth_autoload.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_fetchmethod_flags.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_init.t N src/gnu/usr.bin/perl/ext/XS-APItest/t/handy.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/hash.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/keyword_multiline.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/keyword_plugin.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/labelconst.aux U src/gnu/usr.bin/perl/ext/XS-APItest/t/labelconst.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/labelconst_utf8.aux N src/gnu/usr.bin/perl/ext/XS-APItest/t/lexsub.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/loopblock.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/looprest.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/lvalue.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/magic.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/magic_chain.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/Markers.pm U src/gnu/usr.bin/perl/ext/XS-APItest/t/mro.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/multicall.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/my_cxt.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/my_exit.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/newCONSTSUB.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/Null.pm U src/gnu/usr.bin/perl/ext/XS-APItest/t/op.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/op_contextualize.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/op_list.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/overload.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/pad_scalar.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/peep.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/pmflag.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/postinc.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/printf.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/ptr_table.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/push.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/refs.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/rmagical.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/rv2cv_op_cv.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/savehints.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/scopelessblock.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/sort.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/stmtasexpr.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/stmtsasexpr.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/sviscow.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/stuff_modify_bug.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/stuff_svcur_bug.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/svpeek.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/svpv.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/svpv_magic.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/svsetsv.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/swaplabel.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/swaptwostmts.t N src/gnu/usr.bin/perl/ext/XS-APItest/t/sym-hook.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/temp_lv_sub.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/underscore_length.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf16_to_utf8.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/whichsig.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/xs_special_subs.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/xs_special_subs_require.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/xsub_h.t U src/gnu/usr.bin/perl/ext/XS-Typemap/Makefile.PL U src/gnu/usr.bin/perl/ext/XS-Typemap/README U src/gnu/usr.bin/perl/ext/XS-Typemap/stdio.c U src/gnu/usr.bin/perl/ext/XS-Typemap/Typemap.pm U src/gnu/usr.bin/perl/ext/XS-Typemap/Typemap.xs U src/gnu/usr.bin/perl/ext/XS-Typemap/t/Typemap.t U src/gnu/usr.bin/perl/h2pl/cbreak.pl U src/gnu/usr.bin/perl/h2pl/cbreak2.pl U src/gnu/usr.bin/perl/h2pl/getioctlsizes U src/gnu/usr.bin/perl/h2pl/mksizes U src/gnu/usr.bin/perl/h2pl/mkvars U src/gnu/usr.bin/perl/h2pl/README U src/gnu/usr.bin/perl/h2pl/tcbreak U src/gnu/usr.bin/perl/h2pl/tcbreak2 U src/gnu/usr.bin/perl/h2pl/eg/sizeof.ph U src/gnu/usr.bin/perl/h2pl/eg/sysexits.pl U src/gnu/usr.bin/perl/h2pl/eg/sys/errno.pl U src/gnu/usr.bin/perl/h2pl/eg/sys/ioctl.pl U src/gnu/usr.bin/perl/haiku/haikuish.h U src/gnu/usr.bin/perl/haiku/Haiku/Haiku.pm U src/gnu/usr.bin/perl/haiku/Haiku/Haiku.xs U src/gnu/usr.bin/perl/haiku/Haiku/Makefile.PL U src/gnu/usr.bin/perl/hints/3b1.sh U src/gnu/usr.bin/perl/hints/3b1cc C src/gnu/usr.bin/perl/hints/aix.sh U src/gnu/usr.bin/perl/hints/aix_3.sh U src/gnu/usr.bin/perl/hints/aix_4.sh U src/gnu/usr.bin/perl/hints/altos486.sh U src/gnu/usr.bin/perl/hints/amigaos.sh U src/gnu/usr.bin/perl/hints/atheos.sh U src/gnu/usr.bin/perl/hints/aux_3.sh U src/gnu/usr.bin/perl/hints/broken-db.msg U src/gnu/usr.bin/perl/hints/bsdos.sh U src/gnu/usr.bin/perl/hints/catamount.sh U src/gnu/usr.bin/perl/hints/convexos.sh U src/gnu/usr.bin/perl/hints/cxux.sh U src/gnu/usr.bin/perl/hints/cygwin.sh U src/gnu/usr.bin/perl/hints/darwin.sh U src/gnu/usr.bin/perl/hints/dcosx.sh U src/gnu/usr.bin/perl/hints/dec_osf.sh C src/gnu/usr.bin/perl/hints/dgux.sh U src/gnu/usr.bin/perl/hints/dos_djgpp.sh U src/gnu/usr.bin/perl/hints/dragonfly.sh U src/gnu/usr.bin/perl/hints/dynix.sh U src/gnu/usr.bin/perl/hints/dynixptx.sh U src/gnu/usr.bin/perl/hints/epix.sh U src/gnu/usr.bin/perl/hints/fps.sh U src/gnu/usr.bin/perl/hints/esix4.sh U src/gnu/usr.bin/perl/hints/freebsd.sh U src/gnu/usr.bin/perl/hints/genix.sh U src/gnu/usr.bin/perl/hints/gnu.sh U src/gnu/usr.bin/perl/hints/gnukfreebsd.sh U src/gnu/usr.bin/perl/hints/gnuknetbsd.sh U src/gnu/usr.bin/perl/hints/greenhills.sh C src/gnu/usr.bin/perl/hints/haiku.sh C src/gnu/usr.bin/perl/hints/hpux.sh U src/gnu/usr.bin/perl/hints/i386.sh U src/gnu/usr.bin/perl/hints/interix.sh U src/gnu/usr.bin/perl/hints/irix_4.sh U src/gnu/usr.bin/perl/hints/irix_5.sh U src/gnu/usr.bin/perl/hints/irix_6.sh U src/gnu/usr.bin/perl/hints/irix_6_0.sh U src/gnu/usr.bin/perl/hints/irix_6_1.sh U src/gnu/usr.bin/perl/hints/isc.sh U src/gnu/usr.bin/perl/hints/isc_2.sh C src/gnu/usr.bin/perl/hints/linux.sh U src/gnu/usr.bin/perl/hints/lynxos.sh U src/gnu/usr.bin/perl/hints/midnightbsd.sh U src/gnu/usr.bin/perl/hints/mips.sh U src/gnu/usr.bin/perl/hints/mirbsd.sh U src/gnu/usr.bin/perl/hints/mpc.sh U src/gnu/usr.bin/perl/hints/ncr_tower.sh U src/gnu/usr.bin/perl/hints/opus.sh U src/gnu/usr.bin/perl/hints/netbsd.sh U src/gnu/usr.bin/perl/hints/newsos4.sh U src/gnu/usr.bin/perl/hints/next_3.sh U src/gnu/usr.bin/perl/hints/next_3_0.sh U src/gnu/usr.bin/perl/hints/next_4.sh U src/gnu/usr.bin/perl/hints/nonstopux.sh U src/gnu/usr.bin/perl/hints/openbsd.sh U src/gnu/usr.bin/perl/hints/os2.sh U src/gnu/usr.bin/perl/hints/os390.sh U src/gnu/usr.bin/perl/hints/os400.sh U src/gnu/usr.bin/perl/hints/posix-bc.sh U src/gnu/usr.bin/perl/hints/powerux.sh U src/gnu/usr.bin/perl/hints/qnx.sh U src/gnu/usr.bin/perl/hints/README.hints U src/gnu/usr.bin/perl/hints/riscos.sh U src/gnu/usr.bin/perl/hints/sco.sh U src/gnu/usr.bin/perl/hints/sco_2_3_0.sh U src/gnu/usr.bin/perl/hints/sco_2_3_1.sh U src/gnu/usr.bin/perl/hints/sco_2_3_2.sh U src/gnu/usr.bin/perl/hints/sco_2_3_3.sh U src/gnu/usr.bin/perl/hints/sco_2_3_4.sh C src/gnu/usr.bin/perl/hints/solaris_2.sh U src/gnu/usr.bin/perl/hints/stellar.sh U src/gnu/usr.bin/perl/hints/sunos_4_0.sh U src/gnu/usr.bin/perl/hints/sunos_4_1.sh U src/gnu/usr.bin/perl/hints/super-ux.sh U src/gnu/usr.bin/perl/hints/svr4.sh U src/gnu/usr.bin/perl/hints/svr5.sh U src/gnu/usr.bin/perl/hints/t001.c U src/gnu/usr.bin/perl/hints/ti1500.sh U src/gnu/usr.bin/perl/hints/titanos.sh U src/gnu/usr.bin/perl/hints/ultrix_4.sh U src/gnu/usr.bin/perl/hints/umips.sh U src/gnu/usr.bin/perl/hints/unicos.sh U src/gnu/usr.bin/perl/hints/unicosmk.sh U src/gnu/usr.bin/perl/hints/unisysdynix.sh U src/gnu/usr.bin/perl/hints/utekv.sh U src/gnu/usr.bin/perl/hints/uwin.sh U src/gnu/usr.bin/perl/hints/vos.sh U src/gnu/usr.bin/perl/lib/_charnames.pm U src/gnu/usr.bin/perl/lib/AnyDBM_File.pm U src/gnu/usr.bin/perl/lib/AnyDBM_File.t C src/gnu/usr.bin/perl/lib/Benchmark.pm U src/gnu/usr.bin/perl/lib/Benchmark.t U src/gnu/usr.bin/perl/lib/blib.pm U src/gnu/usr.bin/perl/lib/blib.t U src/gnu/usr.bin/perl/lib/bytes.pm U src/gnu/usr.bin/perl/lib/bytes.t U src/gnu/usr.bin/perl/lib/bytes_heavy.pl U src/gnu/usr.bin/perl/lib/charnames.pm U src/gnu/usr.bin/perl/lib/charnames.t U src/gnu/usr.bin/perl/lib/Config.t U src/gnu/usr.bin/perl/lib/CORE.pod U src/gnu/usr.bin/perl/lib/DB.pm U src/gnu/usr.bin/perl/lib/DB.t U src/gnu/usr.bin/perl/lib/DBM_Filter.pm U src/gnu/usr.bin/perl/lib/dbm_filter_util.pl U src/gnu/usr.bin/perl/lib/deprecate.pm C src/gnu/usr.bin/perl/lib/diagnostics.pm U src/gnu/usr.bin/perl/lib/diagnostics.t U src/gnu/usr.bin/perl/lib/DirHandle.pm U src/gnu/usr.bin/perl/lib/DirHandle.t C src/gnu/usr.bin/perl/lib/dumpvar.pl U src/gnu/usr.bin/perl/lib/dumpvar.t C src/gnu/usr.bin/perl/lib/English.pm U src/gnu/usr.bin/perl/lib/English.t C src/gnu/usr.bin/perl/lib/Exporter.pm U src/gnu/usr.bin/perl/lib/Exporter.t U src/gnu/usr.bin/perl/lib/feature.pm U src/gnu/usr.bin/perl/lib/feature.t U src/gnu/usr.bin/perl/lib/FileHandle.pm U src/gnu/usr.bin/perl/lib/FileHandle.t U src/gnu/usr.bin/perl/lib/filetest.pm U src/gnu/usr.bin/perl/lib/filetest.t U src/gnu/usr.bin/perl/lib/FindBin.pm U src/gnu/usr.bin/perl/lib/FindBin.t U src/gnu/usr.bin/perl/lib/h2ph.t U src/gnu/usr.bin/perl/lib/h2xs.t U src/gnu/usr.bin/perl/lib/integer.pm U src/gnu/usr.bin/perl/lib/less.pm U src/gnu/usr.bin/perl/lib/integer.t U src/gnu/usr.bin/perl/lib/Internals.t U src/gnu/usr.bin/perl/lib/less.t C src/gnu/usr.bin/perl/lib/locale.pm C src/gnu/usr.bin/perl/lib/locale.t U src/gnu/usr.bin/perl/lib/open.pm U src/gnu/usr.bin/perl/lib/open.t C src/gnu/usr.bin/perl/lib/overload.pm U src/gnu/usr.bin/perl/lib/overload.t U src/gnu/usr.bin/perl/lib/overload64.t U src/gnu/usr.bin/perl/lib/overloading.pm U src/gnu/usr.bin/perl/lib/overloading.t C src/gnu/usr.bin/perl/lib/perl5db.pl U src/gnu/usr.bin/perl/lib/perl5db.t U src/gnu/usr.bin/perl/lib/PerlIO.pm U src/gnu/usr.bin/perl/lib/SelectSaver.pm U src/gnu/usr.bin/perl/lib/SelectSaver.t C src/gnu/usr.bin/perl/lib/sigtrap.pm U src/gnu/usr.bin/perl/lib/sigtrap.t U src/gnu/usr.bin/perl/lib/sort.pm U src/gnu/usr.bin/perl/lib/sort.t U src/gnu/usr.bin/perl/lib/strict.pm U src/gnu/usr.bin/perl/lib/strict.t U src/gnu/usr.bin/perl/lib/subs.pm U src/gnu/usr.bin/perl/lib/subs.t U src/gnu/usr.bin/perl/lib/Symbol.pm U src/gnu/usr.bin/perl/lib/Symbol.t U src/gnu/usr.bin/perl/lib/Thread.pm U src/gnu/usr.bin/perl/lib/Thread.t U src/gnu/usr.bin/perl/lib/UNIVERSAL.pm U src/gnu/usr.bin/perl/lib/utf8.pm C src/gnu/usr.bin/perl/lib/utf8.t U src/gnu/usr.bin/perl/lib/utf8_heavy.pl C src/gnu/usr.bin/perl/lib/vars.pm U src/gnu/usr.bin/perl/lib/vars.t U src/gnu/usr.bin/perl/lib/vars_carp.t U src/gnu/usr.bin/perl/lib/version.pm U src/gnu/usr.bin/perl/lib/version.pod U src/gnu/usr.bin/perl/lib/vmsish.pm U src/gnu/usr.bin/perl/lib/vmsish.t U src/gnu/usr.bin/perl/lib/warnings.pm U src/gnu/usr.bin/perl/lib/warnings.t C src/gnu/usr.bin/perl/lib/Class/Struct.pm U src/gnu/usr.bin/perl/lib/Class/Struct.t U src/gnu/usr.bin/perl/lib/Config/Extensions.pm U src/gnu/usr.bin/perl/lib/Config/Extensions.t U src/gnu/usr.bin/perl/lib/DBM_Filter/Changes U src/gnu/usr.bin/perl/lib/DBM_Filter/compress.pm U src/gnu/usr.bin/perl/lib/DBM_Filter/encode.pm U src/gnu/usr.bin/perl/lib/DBM_Filter/int32.pm U src/gnu/usr.bin/perl/lib/DBM_Filter/null.pm U src/gnu/usr.bin/perl/lib/DBM_Filter/utf8.pm U src/gnu/usr.bin/perl/lib/DBM_Filter/t/01error.t U src/gnu/usr.bin/perl/lib/DBM_Filter/t/02core.t U src/gnu/usr.bin/perl/lib/DBM_Filter/t/compress.t U src/gnu/usr.bin/perl/lib/DBM_Filter/t/encode.t U src/gnu/usr.bin/perl/lib/DBM_Filter/t/int32.t U src/gnu/usr.bin/perl/lib/DBM_Filter/t/null.t U src/gnu/usr.bin/perl/lib/DBM_Filter/t/utf8.t U src/gnu/usr.bin/perl/lib/Net/hostent.pm U src/gnu/usr.bin/perl/lib/Net/hostent.t U src/gnu/usr.bin/perl/lib/Net/netent.pm U src/gnu/usr.bin/perl/lib/Net/netent.t U src/gnu/usr.bin/perl/lib/Net/protoent.pm U src/gnu/usr.bin/perl/lib/Net/protoent.t U src/gnu/usr.bin/perl/lib/Net/servent.pm U src/gnu/usr.bin/perl/lib/Net/servent.t U src/gnu/usr.bin/perl/lib/Exporter/Heavy.pm U src/gnu/usr.bin/perl/lib/ExtUtils/Embed.pm C src/gnu/usr.bin/perl/lib/ExtUtils/typemap U src/gnu/usr.bin/perl/lib/ExtUtils/XSSymSet.pm U src/gnu/usr.bin/perl/lib/ExtUtils/t/Embed.t U src/gnu/usr.bin/perl/lib/feature/unicode_strings.t U src/gnu/usr.bin/perl/lib/File/Basename.pm U src/gnu/usr.bin/perl/lib/File/Basename.t U src/gnu/usr.bin/perl/lib/File/Compare.pm U src/gnu/usr.bin/perl/lib/File/Compare.t C src/gnu/usr.bin/perl/lib/File/Copy.pm U src/gnu/usr.bin/perl/lib/File/Copy.t C src/gnu/usr.bin/perl/lib/File/Find.pm N src/gnu/usr.bin/perl/lib/File/stat-7896.t C src/gnu/usr.bin/perl/lib/File/stat.pm U src/gnu/usr.bin/perl/lib/File/stat.t U src/gnu/usr.bin/perl/lib/File/Find/t/find.t U src/gnu/usr.bin/perl/lib/File/Find/t/taint.t U src/gnu/usr.bin/perl/lib/Getopt/Std.pm U src/gnu/usr.bin/perl/lib/Getopt/Std.t U src/gnu/usr.bin/perl/lib/overload/numbers.pm U src/gnu/usr.bin/perl/lib/perl5db/t/break-on-dot U src/gnu/usr.bin/perl/lib/perl5db/t/breakpoint-bug U src/gnu/usr.bin/perl/lib/perl5db/t/disable-breakpoints-1 U src/gnu/usr.bin/perl/lib/perl5db/t/disable-breakpoints-2 U src/gnu/usr.bin/perl/lib/perl5db/t/disable-breakpoints-3 U src/gnu/usr.bin/perl/lib/perl5db/t/EnableModule.pm U src/gnu/usr.bin/perl/lib/perl5db/t/eval-line-bug N src/gnu/usr.bin/perl/lib/perl5db/t/fact U src/gnu/usr.bin/perl/lib/perl5db/t/filename-line-breakpoint N src/gnu/usr.bin/perl/lib/perl5db/t/load-modules U src/gnu/usr.bin/perl/lib/perl5db/t/lvalue-bug U src/gnu/usr.bin/perl/lib/perl5db/t/MyModule.pm U src/gnu/usr.bin/perl/lib/perl5db/t/proxy-constants U src/gnu/usr.bin/perl/lib/perl5db/t/rt-104168 U src/gnu/usr.bin/perl/lib/perl5db/t/rt-61222 U src/gnu/usr.bin/perl/lib/perl5db/t/rt-66110 N src/gnu/usr.bin/perl/lib/perl5db/t/source-cmd-test-no-q.perldb N src/gnu/usr.bin/perl/lib/perl5db/t/source-cmd-test.perldb U src/gnu/usr.bin/perl/lib/perl5db/t/symbol-table-bug U src/gnu/usr.bin/perl/lib/perl5db/t/taint N src/gnu/usr.bin/perl/lib/perl5db/t/test-a-statement-1 N src/gnu/usr.bin/perl/lib/perl5db/t/test-dieLevel-option-1 N src/gnu/usr.bin/perl/lib/perl5db/t/test-frame-option-1 N src/gnu/usr.bin/perl/lib/perl5db/t/test-l-statement-1 N src/gnu/usr.bin/perl/lib/perl5db/t/test-l-statement-2 N src/gnu/usr.bin/perl/lib/perl5db/t/test-m-statement-1 N src/gnu/usr.bin/perl/lib/perl5db/t/test-passing-at-underscore-to-x-etc N src/gnu/usr.bin/perl/lib/perl5db/t/test-PrintRet-option-1 N src/gnu/usr.bin/perl/lib/perl5db/t/test-r-statement N src/gnu/usr.bin/perl/lib/perl5db/t/test-w-statement-1 N src/gnu/usr.bin/perl/lib/perl5db/t/test-warnLevel-option-1 U src/gnu/usr.bin/perl/lib/perl5db/t/uncalled-subroutine U src/gnu/usr.bin/perl/lib/perl5db/t/with-subroutine U src/gnu/usr.bin/perl/lib/Pod/t/InputObjects.t U src/gnu/usr.bin/perl/lib/Pod/t/Select.t U src/gnu/usr.bin/perl/lib/Pod/t/Usage.t U src/gnu/usr.bin/perl/lib/Pod/t/utils.t U src/gnu/usr.bin/perl/lib/Tie/Array.pm U src/gnu/usr.bin/perl/lib/Tie/ExtraHash.t U src/gnu/usr.bin/perl/lib/Tie/Handle.pm U src/gnu/usr.bin/perl/lib/Tie/Hash.pm U src/gnu/usr.bin/perl/lib/Tie/Hash.t U src/gnu/usr.bin/perl/lib/Tie/Scalar.pm U src/gnu/usr.bin/perl/lib/Tie/Scalar.t U src/gnu/usr.bin/perl/lib/Tie/StdHandle.pm U src/gnu/usr.bin/perl/lib/Tie/SubstrHash.pm U src/gnu/usr.bin/perl/lib/Tie/SubstrHash.t U src/gnu/usr.bin/perl/lib/Tie/Array/push.t U src/gnu/usr.bin/perl/lib/Tie/Array/splice.t U src/gnu/usr.bin/perl/lib/Tie/Array/std.t U src/gnu/usr.bin/perl/lib/Tie/Array/stdpush.t U src/gnu/usr.bin/perl/lib/Tie/Handle/stdhandle.t U src/gnu/usr.bin/perl/lib/Tie/Handle/stdhandle_from_handle.t U src/gnu/usr.bin/perl/lib/Time/gmtime.pm U src/gnu/usr.bin/perl/lib/Time/gmtime.t U src/gnu/usr.bin/perl/lib/Time/localtime.pm U src/gnu/usr.bin/perl/lib/Time/localtime.t U src/gnu/usr.bin/perl/lib/Time/tm.pm U src/gnu/usr.bin/perl/lib/Unicode/README U src/gnu/usr.bin/perl/lib/Unicode/UCD.pm U src/gnu/usr.bin/perl/lib/Unicode/UCD.t U src/gnu/usr.bin/perl/lib/unicore/ArabicShaping.txt U src/gnu/usr.bin/perl/lib/unicore/BidiMirroring.txt U src/gnu/usr.bin/perl/lib/unicore/Blocks.txt U src/gnu/usr.bin/perl/lib/unicore/CaseFolding.txt U src/gnu/usr.bin/perl/lib/unicore/CJKRadicals.txt U src/gnu/usr.bin/perl/lib/unicore/CompositionExclusions.txt U src/gnu/usr.bin/perl/lib/unicore/DAge.txt U src/gnu/usr.bin/perl/lib/unicore/DCoreProperties.txt U src/gnu/usr.bin/perl/lib/unicore/DNormalizationProps.txt U src/gnu/usr.bin/perl/lib/unicore/EastAsianWidth.txt U src/gnu/usr.bin/perl/lib/unicore/EmojiSources.txt U src/gnu/usr.bin/perl/lib/unicore/HangulSyllableType.txt U src/gnu/usr.bin/perl/lib/unicore/Index.txt U src/gnu/usr.bin/perl/lib/unicore/IndicMatraCategory.txt U src/gnu/usr.bin/perl/lib/unicore/IndicSyllabicCategory.txt U src/gnu/usr.bin/perl/lib/unicore/Jamo.txt U src/gnu/usr.bin/perl/lib/unicore/LineBreak.txt U src/gnu/usr.bin/perl/lib/unicore/Makefile U src/gnu/usr.bin/perl/lib/unicore/mktables U src/gnu/usr.bin/perl/lib/unicore/NameAliases.txt U src/gnu/usr.bin/perl/lib/unicore/NamedSequences.txt U src/gnu/usr.bin/perl/lib/unicore/NamedSqProv.txt U src/gnu/usr.bin/perl/lib/unicore/NamesList.txt U src/gnu/usr.bin/perl/lib/unicore/NormalizationCorrections.txt U src/gnu/usr.bin/perl/lib/unicore/PropertyAliases.txt U src/gnu/usr.bin/perl/lib/unicore/PropList.txt U src/gnu/usr.bin/perl/lib/unicore/PropValueAliases.txt U src/gnu/usr.bin/perl/lib/unicore/README.perl U src/gnu/usr.bin/perl/lib/unicore/ReadMe.txt U src/gnu/usr.bin/perl/lib/unicore/ScriptExtensions.txt U src/gnu/usr.bin/perl/lib/unicore/Scripts.txt U src/gnu/usr.bin/perl/lib/unicore/SpecialCasing.txt U src/gnu/usr.bin/perl/lib/unicore/StandardizedVariants.txt U src/gnu/usr.bin/perl/lib/unicore/UnicodeData.txt U src/gnu/usr.bin/perl/lib/unicore/version U src/gnu/usr.bin/perl/lib/unicore/auxiliary/GCBTest.txt U src/gnu/usr.bin/perl/lib/unicore/auxiliary/GraphemeBreakProperty.txt U src/gnu/usr.bin/perl/lib/unicore/auxiliary/SentenceBreakProperty.txt U src/gnu/usr.bin/perl/lib/unicore/auxiliary/WordBreakProperty.txt U src/gnu/usr.bin/perl/lib/unicore/extracted/DBidiClass.txt U src/gnu/usr.bin/perl/lib/unicore/extracted/DBinaryProperties.txt U src/gnu/usr.bin/perl/lib/unicore/extracted/DCombiningClass.txt U src/gnu/usr.bin/perl/lib/unicore/extracted/DDecompositionType.txt U src/gnu/usr.bin/perl/lib/unicore/extracted/DEastAsianWidth.txt U src/gnu/usr.bin/perl/lib/unicore/extracted/DGeneralCategory.txt U src/gnu/usr.bin/perl/lib/unicore/extracted/DJoinGroup.txt U src/gnu/usr.bin/perl/lib/unicore/extracted/DJoinType.txt U src/gnu/usr.bin/perl/lib/unicore/extracted/DLineBreak.txt U src/gnu/usr.bin/perl/lib/unicore/extracted/DNumType.txt U src/gnu/usr.bin/perl/lib/unicore/extracted/DNumValues.txt U src/gnu/usr.bin/perl/lib/User/grent.pm U src/gnu/usr.bin/perl/lib/User/grent.t U src/gnu/usr.bin/perl/lib/User/pwent.pm U src/gnu/usr.bin/perl/lib/User/pwent.t U src/gnu/usr.bin/perl/lib/version/Internals.pod U src/gnu/usr.bin/perl/lib/version/t/01base.t U src/gnu/usr.bin/perl/lib/version/t/02derived.t U src/gnu/usr.bin/perl/lib/version/t/03require.t U src/gnu/usr.bin/perl/lib/version/t/04strict_lax.t U src/gnu/usr.bin/perl/lib/version/t/05sigdie.t U src/gnu/usr.bin/perl/lib/version/t/06noop.t U src/gnu/usr.bin/perl/lib/version/t/07locale.t U src/gnu/usr.bin/perl/lib/version/t/coretests.pm U src/gnu/usr.bin/perl/lib/warnings/register.pm U src/gnu/usr.bin/perl/mad/Nomad.pm U src/gnu/usr.bin/perl/mad/p55 U src/gnu/usr.bin/perl/mad/P5AST.pm U src/gnu/usr.bin/perl/mad/P5re.pm U src/gnu/usr.bin/perl/mad/PLXML.pm U src/gnu/usr.bin/perl/mad/t/p55.t U src/gnu/usr.bin/perl/NetWare/CLIBsdio.h U src/gnu/usr.bin/perl/NetWare/CLIBstr.h U src/gnu/usr.bin/perl/NetWare/CLIBstuf.c U src/gnu/usr.bin/perl/NetWare/CLIBstuf.h U src/gnu/usr.bin/perl/NetWare/config.wc U src/gnu/usr.bin/perl/NetWare/config_h.PL U src/gnu/usr.bin/perl/NetWare/config_H.wc U src/gnu/usr.bin/perl/NetWare/config_sh.PL U src/gnu/usr.bin/perl/NetWare/deb.h U src/gnu/usr.bin/perl/NetWare/dl_netware.xs U src/gnu/usr.bin/perl/NetWare/intdef.h U src/gnu/usr.bin/perl/NetWare/interface.c U src/gnu/usr.bin/perl/NetWare/interface.cpp U src/gnu/usr.bin/perl/NetWare/interface.h U src/gnu/usr.bin/perl/NetWare/iperlhost.h U src/gnu/usr.bin/perl/NetWare/Main.c U src/gnu/usr.bin/perl/NetWare/Makefile U src/gnu/usr.bin/perl/NetWare/MP.imp U src/gnu/usr.bin/perl/NetWare/netware.h U src/gnu/usr.bin/perl/NetWare/nw5.c U src/gnu/usr.bin/perl/NetWare/nw5iop.h U src/gnu/usr.bin/perl/NetWare/nw5sck.c U src/gnu/usr.bin/perl/NetWare/nw5sck.h U src/gnu/usr.bin/perl/NetWare/nw5thread.c U src/gnu/usr.bin/perl/NetWare/nw5thread.h U src/gnu/usr.bin/perl/NetWare/nwhashcls.cpp U src/gnu/usr.bin/perl/NetWare/nwhashcls.h U src/gnu/usr.bin/perl/NetWare/Nwmain.c U src/gnu/usr.bin/perl/NetWare/nwperlhost.h U src/gnu/usr.bin/perl/NetWare/nwperlsys.c U src/gnu/usr.bin/perl/NetWare/nwperlsys.h U src/gnu/usr.bin/perl/NetWare/Nwpipe.c U src/gnu/usr.bin/perl/NetWare/nwpipe.h U src/gnu/usr.bin/perl/NetWare/nwplglob.c U src/gnu/usr.bin/perl/NetWare/nwplglob.h U src/gnu/usr.bin/perl/NetWare/nwstdio.h U src/gnu/usr.bin/perl/NetWare/NWTInfo.c U src/gnu/usr.bin/perl/NetWare/nwtinfo.h U src/gnu/usr.bin/perl/NetWare/NWUtil.c U src/gnu/usr.bin/perl/NetWare/nwutil.h U src/gnu/usr.bin/perl/NetWare/nwvmem.h U src/gnu/usr.bin/perl/NetWare/perllib.cpp U src/gnu/usr.bin/perl/NetWare/splittree.pl U src/gnu/usr.bin/perl/NetWare/sv_nw.c U src/gnu/usr.bin/perl/NetWare/win32ish.h U src/gnu/usr.bin/perl/NetWare/bat/Buildtype.bat U src/gnu/usr.bin/perl/NetWare/bat/SetCodeWar.bat U src/gnu/usr.bin/perl/NetWare/bat/Setnlmsdk.bat U src/gnu/usr.bin/perl/NetWare/bat/SetNWBld.bat U src/gnu/usr.bin/perl/NetWare/bat/ToggleD2.bat U src/gnu/usr.bin/perl/NetWare/t/NWModify.pl U src/gnu/usr.bin/perl/NetWare/t/NWScripts.pl U src/gnu/usr.bin/perl/NetWare/t/Readme.txt U src/gnu/usr.bin/perl/NetWare/testnlm/echo/echo.c U src/gnu/usr.bin/perl/NetWare/testnlm/type/type.c U src/gnu/usr.bin/perl/os2/Changes U src/gnu/usr.bin/perl/os2/diff.configure U src/gnu/usr.bin/perl/os2/dl_os2.c U src/gnu/usr.bin/perl/os2/dlfcn.h U src/gnu/usr.bin/perl/os2/Makefile.SHs C src/gnu/usr.bin/perl/os2/os2.c U src/gnu/usr.bin/perl/os2/os2.sym U src/gnu/usr.bin/perl/os2/os2_base.t U src/gnu/usr.bin/perl/os2/os2_pipe.t U src/gnu/usr.bin/perl/os2/os2add.sym U src/gnu/usr.bin/perl/os2/os2ish.h U src/gnu/usr.bin/perl/os2/os2thread.h U src/gnu/usr.bin/perl/os2/perl2cmd.pl U src/gnu/usr.bin/perl/os2/perlrexx.c U src/gnu/usr.bin/perl/os2/perlrexx.cmd U src/gnu/usr.bin/perl/os2/OS2/typemap U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/Changes U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/ExtAttr.pm U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/ExtAttr.xs U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/Makefile.PL U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/MANIFEST U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/myea.h U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/typemap U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/t/os2_ea.t U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/Changes U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/Makefile.PL U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/MANIFEST U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/PrfDB.pm U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/PrfDB.xs U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/t/os2_prfdb.t U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/Makefile.PL U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/MANIFEST U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/Process.pm U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/Process.xs U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_atoms.t U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_clipboard.t U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process.t U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process_kid.t U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process_text.t U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/Changes U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/Makefile.PL U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/MANIFEST U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/REXX.pm U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/REXX.xs U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/Changes U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/DLL.pm U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/DLL.xs U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/Makefile.PL U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/MANIFEST U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_cmprt.t U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_dllld.t U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_emxrv.t U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_objcall.t U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_sql.test U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_tiesql.test U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_tievar.t U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_tieydb.t U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_varset.t U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_vrexx.t U src/gnu/usr.bin/perl/plan9/aperl U src/gnu/usr.bin/perl/plan9/buildinfo C src/gnu/usr.bin/perl/plan9/config.plan9 U src/gnu/usr.bin/perl/plan9/config_h.sample U src/gnu/usr.bin/perl/plan9/config_sh.sample U src/gnu/usr.bin/perl/plan9/exclude U src/gnu/usr.bin/perl/plan9/fndvers U src/gnu/usr.bin/perl/plan9/genconfig.pl C src/gnu/usr.bin/perl/plan9/mkfile U src/gnu/usr.bin/perl/plan9/myconfig.plan9 U src/gnu/usr.bin/perl/plan9/plan9.c U src/gnu/usr.bin/perl/plan9/plan9ish.h U src/gnu/usr.bin/perl/plan9/setup.rc U src/gnu/usr.bin/perl/plan9/versnum U src/gnu/usr.bin/perl/plan9/arpa/inet.h U src/gnu/usr.bin/perl/pod/buildtoc U src/gnu/usr.bin/perl/pod/Makefile.SH C src/gnu/usr.bin/perl/pod/perl.pod U src/gnu/usr.bin/perl/pod/perl5004delta.pod U src/gnu/usr.bin/perl/pod/perl5005delta.pod U src/gnu/usr.bin/perl/pod/perl5100delta.pod U src/gnu/usr.bin/perl/pod/perl5101delta.pod U src/gnu/usr.bin/perl/pod/perl5120delta.pod U src/gnu/usr.bin/perl/pod/perl5121delta.pod U src/gnu/usr.bin/perl/pod/perl5122delta.pod U src/gnu/usr.bin/perl/pod/perl5123delta.pod U src/gnu/usr.bin/perl/pod/perl5124delta.pod N src/gnu/usr.bin/perl/pod/perl5125delta.pod U src/gnu/usr.bin/perl/pod/perl5140delta.pod U src/gnu/usr.bin/perl/pod/perl5141delta.pod U src/gnu/usr.bin/perl/pod/perl5142delta.pod U src/gnu/usr.bin/perl/pod/perl5143delta.pod N src/gnu/usr.bin/perl/pod/perl5144delta.pod U src/gnu/usr.bin/perl/pod/perl5160delta.pod U src/gnu/usr.bin/perl/pod/perl5161delta.pod U src/gnu/usr.bin/perl/pod/perl5162delta.pod N src/gnu/usr.bin/perl/pod/perl5163delta.pod N src/gnu/usr.bin/perl/pod/perl5180delta.pod N src/gnu/usr.bin/perl/pod/perl5181delta.pod U src/gnu/usr.bin/perl/pod/perl561delta.pod U src/gnu/usr.bin/perl/pod/perl56delta.pod U src/gnu/usr.bin/perl/pod/perl581delta.pod U src/gnu/usr.bin/perl/pod/perl582delta.pod U src/gnu/usr.bin/perl/pod/perl583delta.pod U src/gnu/usr.bin/perl/pod/perl584delta.pod U src/gnu/usr.bin/perl/pod/perl585delta.pod U src/gnu/usr.bin/perl/pod/perl586delta.pod U src/gnu/usr.bin/perl/pod/perl587delta.pod U src/gnu/usr.bin/perl/pod/perl588delta.pod U src/gnu/usr.bin/perl/pod/perl589delta.pod C src/gnu/usr.bin/perl/pod/perl58delta.pod U src/gnu/usr.bin/perl/pod/rofftoc U src/gnu/usr.bin/perl/pod/perlapio.pod U src/gnu/usr.bin/perl/pod/perlartistic.pod C src/gnu/usr.bin/perl/pod/perlbook.pod U src/gnu/usr.bin/perl/pod/perlboot.pod U src/gnu/usr.bin/perl/pod/perlbot.pod C src/gnu/usr.bin/perl/pod/perlcall.pod U src/gnu/usr.bin/perl/pod/perlcheat.pod U src/gnu/usr.bin/perl/pod/perlclib.pod U src/gnu/usr.bin/perl/pod/perlcommunity.pod C src/gnu/usr.bin/perl/pod/perldata.pod U src/gnu/usr.bin/perl/pod/perldbmfilter.pod U src/gnu/usr.bin/perl/pod/perldebguts.pod U src/gnu/usr.bin/perl/pod/perldebtut.pod C src/gnu/usr.bin/perl/pod/perldebug.pod C src/gnu/usr.bin/perl/pod/perldelta.pod C src/gnu/usr.bin/perl/pod/perldiag.pod C src/gnu/usr.bin/perl/pod/perldsc.pod U src/gnu/usr.bin/perl/pod/perldtrace.pod U src/gnu/usr.bin/perl/pod/perlebcdic.pod C src/gnu/usr.bin/perl/pod/perlembed.pod U src/gnu/usr.bin/perl/pod/perlexperiment.pod U src/gnu/usr.bin/perl/pod/perlfilter.pod U src/gnu/usr.bin/perl/pod/perlfork.pod C src/gnu/usr.bin/perl/pod/perlform.pod C src/gnu/usr.bin/perl/pod/perlfunc.pod U src/gnu/usr.bin/perl/pod/perlgit.pod U src/gnu/usr.bin/perl/pod/perlgpl.pod C src/gnu/usr.bin/perl/pod/perlguts.pod U src/gnu/usr.bin/perl/pod/perlhack.pod U src/gnu/usr.bin/perl/pod/perlhacktips.pod U src/gnu/usr.bin/perl/pod/perlhacktut.pod C src/gnu/usr.bin/perl/pod/perlhist.pod U src/gnu/usr.bin/perl/pod/perlinterp.pod U src/gnu/usr.bin/perl/pod/perlintro.pod U src/gnu/usr.bin/perl/pod/perliol.pod C src/gnu/usr.bin/perl/pod/perlipc.pod U src/gnu/usr.bin/perl/pod/perllexwarn.pod C src/gnu/usr.bin/perl/pod/perllocale.pod U src/gnu/usr.bin/perl/pod/perllol.pod C src/gnu/usr.bin/perl/pod/perlmod.pod C src/gnu/usr.bin/perl/pod/perlmodinstall.pod U src/gnu/usr.bin/perl/pod/perlmodlib.PL U src/gnu/usr.bin/perl/pod/perlmroapi.pod U src/gnu/usr.bin/perl/pod/perlmodstyle.pod U src/gnu/usr.bin/perl/pod/perlnewmod.pod U src/gnu/usr.bin/perl/pod/perlnumber.pod C src/gnu/usr.bin/perl/pod/perlobj.pod U src/gnu/usr.bin/perl/pod/perlootut.pod C src/gnu/usr.bin/perl/pod/perlop.pod U src/gnu/usr.bin/perl/pod/perlopentut.pod U src/gnu/usr.bin/perl/pod/perlpacktut.pod U src/gnu/usr.bin/perl/pod/perlperf.pod C src/gnu/usr.bin/perl/pod/perlpod.pod U src/gnu/usr.bin/perl/pod/perlpodspec.pod U src/gnu/usr.bin/perl/pod/perlpodstyle.pod U src/gnu/usr.bin/perl/pod/perlpolicy.pod U src/gnu/usr.bin/perl/pod/perlport.pod U src/gnu/usr.bin/perl/pod/perlpragma.pod C src/gnu/usr.bin/perl/pod/perlre.pod U src/gnu/usr.bin/perl/pod/perlreapi.pod U src/gnu/usr.bin/perl/pod/perlrebackslash.pod U src/gnu/usr.bin/perl/pod/perlrecharclass.pod C src/gnu/usr.bin/perl/pod/perlref.pod U src/gnu/usr.bin/perl/pod/perlreftut.pod U src/gnu/usr.bin/perl/pod/perlreguts.pod C src/gnu/usr.bin/perl/pod/perlrepository.pod U src/gnu/usr.bin/perl/pod/perlrequick.pod U src/gnu/usr.bin/perl/pod/perlreref.pod U src/gnu/usr.bin/perl/pod/perlretut.pod C src/gnu/usr.bin/perl/pod/perlrun.pod C src/gnu/usr.bin/perl/pod/perlsec.pod U src/gnu/usr.bin/perl/pod/perlsource.pod U src/gnu/usr.bin/perl/pod/perlstyle.pod C src/gnu/usr.bin/perl/pod/perlsub.pod C src/gnu/usr.bin/perl/pod/perlsyn.pod C src/gnu/usr.bin/perl/pod/perlthrtut.pod U src/gnu/usr.bin/perl/pod/perltie.pod U src/gnu/usr.bin/perl/pod/perltodo.pod U src/gnu/usr.bin/perl/pod/perltooc.pod U src/gnu/usr.bin/perl/pod/perltoot.pod C src/gnu/usr.bin/perl/pod/perltrap.pod U src/gnu/usr.bin/perl/pod/perlunicode.pod U src/gnu/usr.bin/perl/pod/perlunifaq.pod U src/gnu/usr.bin/perl/pod/perluniintro.pod U src/gnu/usr.bin/perl/pod/perlunitut.pod C src/gnu/usr.bin/perl/pod/perlvar.pod U src/gnu/usr.bin/perl/pod/perlutil.pod U src/gnu/usr.bin/perl/pod/perlvms.pod U src/gnu/usr.bin/perl/pod/splitman U src/gnu/usr.bin/perl/pod/splitpod U src/gnu/usr.bin/perl/Porting/acknowledgements.pl U src/gnu/usr.bin/perl/Porting/add-package.pl U src/gnu/usr.bin/perl/Porting/bisect-example.sh U src/gnu/usr.bin/perl/Porting/bisect-runner.pl U src/gnu/usr.bin/perl/Porting/bisect.pl U src/gnu/usr.bin/perl/Porting/bump-perl-version U src/gnu/usr.bin/perl/Porting/check-cpan-pollution U src/gnu/usr.bin/perl/Porting/check83.pl U src/gnu/usr.bin/perl/Porting/checkansi.pl U src/gnu/usr.bin/perl/Porting/checkAUTHORS.pl U src/gnu/usr.bin/perl/Porting/checkcfgvar.pl U src/gnu/usr.bin/perl/Porting/checkpodencoding.pl U src/gnu/usr.bin/perl/Porting/checkURL.pl U src/gnu/usr.bin/perl/Porting/checkVERSION.pl U src/gnu/usr.bin/perl/Porting/cherrymaint U src/gnu/usr.bin/perl/Porting/cmpVERSION.pl U src/gnu/usr.bin/perl/Porting/config.sh C src/gnu/usr.bin/perl/Porting/config_H U src/gnu/usr.bin/perl/Porting/config_h.pl U src/gnu/usr.bin/perl/Porting/core-cpan-diff U src/gnu/usr.bin/perl/Porting/corecpan.pl U src/gnu/usr.bin/perl/Porting/corelist-diff U src/gnu/usr.bin/perl/Porting/corelist-perldelta.pl U src/gnu/usr.bin/perl/Porting/corelist.pl U src/gnu/usr.bin/perl/Porting/epigraphs.pod U src/gnu/usr.bin/perl/Porting/exec-bit.txt U src/gnu/usr.bin/perl/Porting/exercise_makedef.pl U src/gnu/usr.bin/perl/Porting/expand-macro.pl U src/gnu/usr.bin/perl/Porting/findrfuncs U src/gnu/usr.bin/perl/Porting/git-deltatool U src/gnu/usr.bin/perl/Porting/git-find-p4-change U src/gnu/usr.bin/perl/Porting/git-make-p4-refs U src/gnu/usr.bin/perl/Porting/GitUtils.pm C src/gnu/usr.bin/perl/Porting/Glossary U src/gnu/usr.bin/perl/Porting/how_to_write_a_perldelta.pod N src/gnu/usr.bin/perl/Porting/leakfinder.pl U src/gnu/usr.bin/perl/Porting/Maintainers C src/gnu/usr.bin/perl/Porting/Maintainers.pl U src/gnu/usr.bin/perl/Porting/Maintainers.pm U src/gnu/usr.bin/perl/Porting/make-rmg-checklist C src/gnu/usr.bin/perl/Porting/makerel U src/gnu/usr.bin/perl/Porting/make_dot_patch.pl U src/gnu/usr.bin/perl/Porting/make_modlib_cpan.pl U src/gnu/usr.bin/perl/Porting/make_snapshot.pl U src/gnu/usr.bin/perl/Porting/makemeta U src/gnu/usr.bin/perl/Porting/manicheck U src/gnu/usr.bin/perl/Porting/manisort U src/gnu/usr.bin/perl/Porting/new-perldelta.pl U src/gnu/usr.bin/perl/Porting/newtests-perldelta.pl U src/gnu/usr.bin/perl/Porting/perldelta_template.pod U src/gnu/usr.bin/perl/Porting/perlhist_calculate.pl U src/gnu/usr.bin/perl/Porting/pod_lib.pl U src/gnu/usr.bin/perl/Porting/pod_rules.pl U src/gnu/usr.bin/perl/Porting/podtidy C src/gnu/usr.bin/perl/Porting/pumpkin.pod N src/gnu/usr.bin/perl/Porting/README.pod U src/gnu/usr.bin/perl/Porting/README.y2038 U src/gnu/usr.bin/perl/Porting/release_announcement_template.txt U src/gnu/usr.bin/perl/Porting/release_managers_guide.pod U src/gnu/usr.bin/perl/Porting/release_schedule.pod U src/gnu/usr.bin/perl/Porting/rt_list_patches U src/gnu/usr.bin/perl/Porting/sort_perldiag.pl U src/gnu/usr.bin/perl/Porting/sync-with-cpan U src/gnu/usr.bin/perl/Porting/testall.atom U src/gnu/usr.bin/perl/Porting/thirdclean U src/gnu/usr.bin/perl/Porting/timecheck.c U src/gnu/usr.bin/perl/Porting/timecheck2.c U src/gnu/usr.bin/perl/Porting/todo.pod U src/gnu/usr.bin/perl/Porting/valgrindpp.pl U src/gnu/usr.bin/perl/qnx/ar U src/gnu/usr.bin/perl/qnx/cpp U src/gnu/usr.bin/perl/qnx/qnx.c U src/gnu/usr.bin/perl/regen/embed.pl U src/gnu/usr.bin/perl/regen/embed_lib.pl U src/gnu/usr.bin/perl/regen/feature.pl U src/gnu/usr.bin/perl/regen/keywords.pl U src/gnu/usr.bin/perl/regen/mg_vtable.pl U src/gnu/usr.bin/perl/regen/mk_invlists.pl U src/gnu/usr.bin/perl/regen/mk_PL_charclass.pl U src/gnu/usr.bin/perl/regen/opcode.pl U src/gnu/usr.bin/perl/regen/opcodes U src/gnu/usr.bin/perl/regen/overload.pl U src/gnu/usr.bin/perl/regen/reentr.pl U src/gnu/usr.bin/perl/regen/regcharclass.pl N src/gnu/usr.bin/perl/regen/regcharclass_multi_char_folds.pl U src/gnu/usr.bin/perl/regen/regcomp.pl U src/gnu/usr.bin/perl/regen/regen_lib.pl U src/gnu/usr.bin/perl/regen/uconfig_h.pl N src/gnu/usr.bin/perl/regen/unicode_constants.pl U src/gnu/usr.bin/perl/regen/warnings.pl U src/gnu/usr.bin/perl/symbian/bld.inf U src/gnu/usr.bin/perl/symbian/config.pl U src/gnu/usr.bin/perl/symbian/config.sh U src/gnu/usr.bin/perl/symbian/cwd.pl U src/gnu/usr.bin/perl/symbian/demo_pl U src/gnu/usr.bin/perl/symbian/find_writeable_data.pl U src/gnu/usr.bin/perl/symbian/hexdump.pl U src/gnu/usr.bin/perl/symbian/install.cfg U src/gnu/usr.bin/perl/symbian/makesis.pl U src/gnu/usr.bin/perl/symbian/PerlApp.cpp U src/gnu/usr.bin/perl/symbian/PerlApp.h U src/gnu/usr.bin/perl/symbian/PerlApp.hrh U src/gnu/usr.bin/perl/symbian/PerlAppAif.rss U src/gnu/usr.bin/perl/symbian/PerlBase.cpp U src/gnu/usr.bin/perl/symbian/PerlBase.h U src/gnu/usr.bin/perl/symbian/PerlBase.pod U src/gnu/usr.bin/perl/symbian/PerlRecog.cpp U src/gnu/usr.bin/perl/symbian/PerlRecog.mmp U src/gnu/usr.bin/perl/symbian/PerlUi.cpp U src/gnu/usr.bin/perl/symbian/PerlUi.h U src/gnu/usr.bin/perl/symbian/PerlUi.hrh U src/gnu/usr.bin/perl/symbian/PerlUiS60.rss U src/gnu/usr.bin/perl/symbian/PerlUiS80.rss U src/gnu/usr.bin/perl/symbian/PerlUiS90.rss U src/gnu/usr.bin/perl/symbian/PerlUiUIQ.rss U src/gnu/usr.bin/perl/symbian/PerlUtil.cpp U src/gnu/usr.bin/perl/symbian/PerlUtil.h U src/gnu/usr.bin/perl/symbian/PerlUtil.pod U src/gnu/usr.bin/perl/symbian/port.pl U src/gnu/usr.bin/perl/symbian/README U src/gnu/usr.bin/perl/symbian/sanity.pl U src/gnu/usr.bin/perl/symbian/sdk.pl U src/gnu/usr.bin/perl/symbian/sisify.pl U src/gnu/usr.bin/perl/symbian/symbian_dll.cpp U src/gnu/usr.bin/perl/symbian/symbian_proto.h U src/gnu/usr.bin/perl/symbian/symbian_stubs.c U src/gnu/usr.bin/perl/symbian/symbian_stubs.h U src/gnu/usr.bin/perl/symbian/symbian_utils.cpp U src/gnu/usr.bin/perl/symbian/symbianish.h U src/gnu/usr.bin/perl/symbian/TODO U src/gnu/usr.bin/perl/symbian/uid.pl U src/gnu/usr.bin/perl/symbian/version.pl U src/gnu/usr.bin/perl/symbian/xsbuild.pl U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/bld.inf U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/location.pl U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.mmp U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.pkg U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.pm U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.xs U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/README C src/gnu/usr.bin/perl/t/harness U src/gnu/usr.bin/perl/t/perl.supp U src/gnu/usr.bin/perl/t/README C src/gnu/usr.bin/perl/t/TEST U src/gnu/usr.bin/perl/t/test.pl U src/gnu/usr.bin/perl/t/thread_it.pl U src/gnu/usr.bin/perl/t/base/cond.t U src/gnu/usr.bin/perl/t/base/if.t C src/gnu/usr.bin/perl/t/base/lex.t U src/gnu/usr.bin/perl/t/base/num.t U src/gnu/usr.bin/perl/t/base/pat.t U src/gnu/usr.bin/perl/t/base/rs.t U src/gnu/usr.bin/perl/t/base/term.t U src/gnu/usr.bin/perl/t/base/while.t U src/gnu/usr.bin/perl/t/benchmark/rt26188-speed-up-keys-on-empty-hash.t N src/gnu/usr.bin/perl/t/bigmem/read.t N src/gnu/usr.bin/perl/t/bigmem/vec.t U src/gnu/usr.bin/perl/t/cmd/elsif.t C src/gnu/usr.bin/perl/t/cmd/for.t U src/gnu/usr.bin/perl/t/cmd/mod.t U src/gnu/usr.bin/perl/t/cmd/subval.t U src/gnu/usr.bin/perl/t/cmd/switch.t U src/gnu/usr.bin/perl/t/comp/bproto.t U src/gnu/usr.bin/perl/t/comp/cmdopt.t U src/gnu/usr.bin/perl/t/comp/colon.t U src/gnu/usr.bin/perl/t/comp/decl.t U src/gnu/usr.bin/perl/t/comp/final_line_num.t U src/gnu/usr.bin/perl/t/comp/fold.t U src/gnu/usr.bin/perl/t/comp/form_scope.t U src/gnu/usr.bin/perl/t/comp/hints.aux U src/gnu/usr.bin/perl/t/comp/hints.t U src/gnu/usr.bin/perl/t/comp/line_debug.t U src/gnu/usr.bin/perl/t/comp/line_debug_0.aux U src/gnu/usr.bin/perl/t/comp/multiline.t U src/gnu/usr.bin/perl/t/comp/opsubs.t U src/gnu/usr.bin/perl/t/comp/our.t U src/gnu/usr.bin/perl/t/comp/package.t U src/gnu/usr.bin/perl/t/comp/package_block.t U src/gnu/usr.bin/perl/t/comp/parser.t C src/gnu/usr.bin/perl/t/comp/proto.t U src/gnu/usr.bin/perl/t/comp/redef.t C src/gnu/usr.bin/perl/t/comp/require.t U src/gnu/usr.bin/perl/t/comp/retainedlines.t U src/gnu/usr.bin/perl/t/comp/term.t U src/gnu/usr.bin/perl/t/comp/uproto.t C src/gnu/usr.bin/perl/t/comp/use.t U src/gnu/usr.bin/perl/t/comp/utf.t U src/gnu/usr.bin/perl/t/io/argv.t U src/gnu/usr.bin/perl/t/io/binmode.t U src/gnu/usr.bin/perl/t/io/bom.t U src/gnu/usr.bin/perl/t/io/crlf.t U src/gnu/usr.bin/perl/t/io/crlf_through.t U src/gnu/usr.bin/perl/t/io/data.t U src/gnu/usr.bin/perl/t/io/defout.t U src/gnu/usr.bin/perl/t/io/dup.t U src/gnu/usr.bin/perl/t/io/eintr.t U src/gnu/usr.bin/perl/t/io/errno.t U src/gnu/usr.bin/perl/t/io/errnosig.t U src/gnu/usr.bin/perl/t/io/fflush.t C src/gnu/usr.bin/perl/t/io/fs.t C src/gnu/usr.bin/perl/t/io/inplace.t U src/gnu/usr.bin/perl/t/io/iofile.t U src/gnu/usr.bin/perl/t/io/iprefix.t U src/gnu/usr.bin/perl/t/io/layers.t U src/gnu/usr.bin/perl/t/io/nargv.t C src/gnu/usr.bin/perl/t/io/open.t U src/gnu/usr.bin/perl/t/io/openpid.t U src/gnu/usr.bin/perl/t/io/perlio.t U src/gnu/usr.bin/perl/t/io/perlio_fail.t U src/gnu/usr.bin/perl/t/io/perlio_leaks.t U src/gnu/usr.bin/perl/t/io/perlio_open.t C src/gnu/usr.bin/perl/t/io/pipe.t C src/gnu/usr.bin/perl/t/io/print.t U src/gnu/usr.bin/perl/t/io/pvbm.t U src/gnu/usr.bin/perl/t/io/read.t U src/gnu/usr.bin/perl/t/io/say.t U src/gnu/usr.bin/perl/t/io/shm.t U src/gnu/usr.bin/perl/t/io/tell.t U src/gnu/usr.bin/perl/t/io/through.t U src/gnu/usr.bin/perl/t/io/utf8.t U src/gnu/usr.bin/perl/t/japh/abigail.t U src/gnu/usr.bin/perl/t/lib/1_compile.t U src/gnu/usr.bin/perl/t/lib/Cname.pm U src/gnu/usr.bin/perl/t/lib/common.pl U src/gnu/usr.bin/perl/t/lib/commonsense.t U src/gnu/usr.bin/perl/t/lib/compmod.pl N src/gnu/usr.bin/perl/t/lib/Count.pm U src/gnu/usr.bin/perl/t/lib/croak.t U src/gnu/usr.bin/perl/t/lib/cygwin.t U src/gnu/usr.bin/perl/t/lib/dbmt_common.pl U src/gnu/usr.bin/perl/t/lib/deprecate.t U src/gnu/usr.bin/perl/t/lib/h2ph.h U src/gnu/usr.bin/perl/t/lib/h2ph.pht U src/gnu/usr.bin/perl/t/lib/mypragma.pm U src/gnu/usr.bin/perl/t/lib/mypragma.t U src/gnu/usr.bin/perl/t/lib/no_load.t U src/gnu/usr.bin/perl/t/lib/overload_fallback.t U src/gnu/usr.bin/perl/t/lib/overload_nomethod.t U src/gnu/usr.bin/perl/t/lib/Sans_mypragma.pm U src/gnu/usr.bin/perl/t/lib/proxy_constant_subs.t N src/gnu/usr.bin/perl/t/lib/test_require.pm U src/gnu/usr.bin/perl/t/lib/test_use.pm U src/gnu/usr.bin/perl/t/lib/test_use_14937.pm U src/gnu/usr.bin/perl/t/lib/universal.t U src/gnu/usr.bin/perl/t/lib/charnames/alias U src/gnu/usr.bin/perl/t/lib/croak/mg U src/gnu/usr.bin/perl/t/lib/croak/op U src/gnu/usr.bin/perl/t/lib/croak/pp_ctl N src/gnu/usr.bin/perl/t/lib/croak/pp_hot N src/gnu/usr.bin/perl/t/lib/croak/toke U src/gnu/usr.bin/perl/t/lib/deprecate/Deprecated.pm U src/gnu/usr.bin/perl/t/lib/deprecate/Optionally.pm N src/gnu/usr.bin/perl/t/lib/Devel/nodb.pm U src/gnu/usr.bin/perl/t/lib/Devel/switchd.pm U src/gnu/usr.bin/perl/t/lib/Devel/switchd_empty.pm U src/gnu/usr.bin/perl/t/lib/feature/bundle U src/gnu/usr.bin/perl/t/lib/feature/implicit U src/gnu/usr.bin/perl/t/lib/feature/nonesuch U src/gnu/usr.bin/perl/t/lib/feature/say U src/gnu/usr.bin/perl/t/lib/feature/switch U src/gnu/usr.bin/perl/t/lib/locale/latin1 U src/gnu/usr.bin/perl/t/lib/locale/utf8 U src/gnu/usr.bin/perl/t/lib/strict/refs U src/gnu/usr.bin/perl/t/lib/strict/subs U src/gnu/usr.bin/perl/t/lib/strict/vars U src/gnu/usr.bin/perl/t/lib/subs/subs U src/gnu/usr.bin/perl/t/lib/warnings/1global U src/gnu/usr.bin/perl/t/lib/warnings/2use U src/gnu/usr.bin/perl/t/lib/warnings/3both U src/gnu/usr.bin/perl/t/lib/warnings/4lint U src/gnu/usr.bin/perl/t/lib/warnings/5nolint U src/gnu/usr.bin/perl/t/lib/warnings/6default U src/gnu/usr.bin/perl/t/lib/warnings/7fatal U src/gnu/usr.bin/perl/t/lib/warnings/8signal U src/gnu/usr.bin/perl/t/lib/warnings/9enabled U src/gnu/usr.bin/perl/t/lib/warnings/9uninit U src/gnu/usr.bin/perl/t/lib/warnings/av U src/gnu/usr.bin/perl/t/lib/warnings/doio U src/gnu/usr.bin/perl/t/lib/warnings/doop U src/gnu/usr.bin/perl/t/lib/warnings/gv U src/gnu/usr.bin/perl/t/lib/warnings/hv U src/gnu/usr.bin/perl/t/lib/warnings/malloc U src/gnu/usr.bin/perl/t/lib/warnings/mg U src/gnu/usr.bin/perl/t/lib/warnings/op U src/gnu/usr.bin/perl/t/lib/warnings/pad U src/gnu/usr.bin/perl/t/lib/warnings/perl U src/gnu/usr.bin/perl/t/lib/warnings/perlio U src/gnu/usr.bin/perl/t/lib/warnings/perly U src/gnu/usr.bin/perl/t/lib/warnings/pp U src/gnu/usr.bin/perl/t/lib/warnings/pp_ctl U src/gnu/usr.bin/perl/t/lib/warnings/pp_hot U src/gnu/usr.bin/perl/t/lib/warnings/pp_pack U src/gnu/usr.bin/perl/t/lib/warnings/pp_sys U src/gnu/usr.bin/perl/t/lib/warnings/regcomp U src/gnu/usr.bin/perl/t/lib/warnings/regexec U src/gnu/usr.bin/perl/t/lib/warnings/run C src/gnu/usr.bin/perl/t/lib/warnings/sv U src/gnu/usr.bin/perl/t/lib/warnings/taint U src/gnu/usr.bin/perl/t/lib/warnings/toke U src/gnu/usr.bin/perl/t/lib/warnings/universal U src/gnu/usr.bin/perl/t/lib/warnings/utf8 U src/gnu/usr.bin/perl/t/lib/warnings/util U src/gnu/usr.bin/perl/t/mro/basic.t U src/gnu/usr.bin/perl/t/mro/basic_01_c3.t U src/gnu/usr.bin/perl/t/mro/basic_01_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_01_dfs.t U src/gnu/usr.bin/perl/t/mro/basic_01_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_02_c3.t U src/gnu/usr.bin/perl/t/mro/basic_02_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_02_dfs.t U src/gnu/usr.bin/perl/t/mro/basic_02_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_03_c3.t U src/gnu/usr.bin/perl/t/mro/basic_03_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_03_dfs.t U src/gnu/usr.bin/perl/t/mro/basic_03_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_04_c3.t U src/gnu/usr.bin/perl/t/mro/basic_04_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_04_dfs.t U src/gnu/usr.bin/perl/t/mro/basic_04_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_05_c3.t U src/gnu/usr.bin/perl/t/mro/basic_05_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_05_dfs.t U src/gnu/usr.bin/perl/t/mro/basic_05_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_utf8.t U src/gnu/usr.bin/perl/t/mro/c3_with_overload.t U src/gnu/usr.bin/perl/t/mro/c3_with_overload_utf8.t U src/gnu/usr.bin/perl/t/mro/complex_c3.t U src/gnu/usr.bin/perl/t/mro/complex_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/complex_dfs.t U src/gnu/usr.bin/perl/t/mro/complex_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/dbic_c3.t U src/gnu/usr.bin/perl/t/mro/dbic_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/dbic_dfs.t U src/gnu/usr.bin/perl/t/mro/dbic_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/inconsistent_c3.t U src/gnu/usr.bin/perl/t/mro/inconsistent_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/isa_aliases.t U src/gnu/usr.bin/perl/t/mro/isa_aliases_utf8.t U src/gnu/usr.bin/perl/t/mro/isa_c3.t U src/gnu/usr.bin/perl/t/mro/isa_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/isa_dfs.t U src/gnu/usr.bin/perl/t/mro/isa_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/isarev.t U src/gnu/usr.bin/perl/t/mro/isarev_utf8.t U src/gnu/usr.bin/perl/t/mro/method_caching.t U src/gnu/usr.bin/perl/t/mro/method_caching_utf8.t U src/gnu/usr.bin/perl/t/mro/next_edgecases.t U src/gnu/usr.bin/perl/t/mro/next_edgecases_utf8.t U src/gnu/usr.bin/perl/t/mro/next_goto.t U src/gnu/usr.bin/perl/t/mro/next_goto_utf8.t U src/gnu/usr.bin/perl/t/mro/next_inanon.t U src/gnu/usr.bin/perl/t/mro/next_inanon_utf8.t U src/gnu/usr.bin/perl/t/mro/next_ineval.t U src/gnu/usr.bin/perl/t/mro/next_ineval_utf8.t U src/gnu/usr.bin/perl/t/mro/next_method.t U src/gnu/usr.bin/perl/t/mro/next_method_utf8.t U src/gnu/usr.bin/perl/t/mro/next_NEXT.t U src/gnu/usr.bin/perl/t/mro/next_NEXT_utf8.t U src/gnu/usr.bin/perl/t/mro/next_skip.t U src/gnu/usr.bin/perl/t/mro/next_skip_utf8.t U src/gnu/usr.bin/perl/t/mro/overload_c3.t U src/gnu/usr.bin/perl/t/mro/overload_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/overload_dfs.t U src/gnu/usr.bin/perl/t/mro/package_aliases.t U src/gnu/usr.bin/perl/t/mro/package_aliases_utf8.t U src/gnu/usr.bin/perl/t/mro/pkg_gen.t U src/gnu/usr.bin/perl/t/mro/pkg_gen_utf8.t U src/gnu/usr.bin/perl/t/mro/recursion_c3.t U src/gnu/usr.bin/perl/t/mro/recursion_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/recursion_dfs.t U src/gnu/usr.bin/perl/t/mro/recursion_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/vulcan_c3.t U src/gnu/usr.bin/perl/t/mro/vulcan_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/vulcan_dfs.t U src/gnu/usr.bin/perl/t/mro/vulcan_dfs_utf8.t U src/gnu/usr.bin/perl/t/op/64bitint.t U src/gnu/usr.bin/perl/t/op/alarm.t U src/gnu/usr.bin/perl/t/op/anonsub.t C src/gnu/usr.bin/perl/t/op/append.t U src/gnu/usr.bin/perl/t/op/args.t U src/gnu/usr.bin/perl/t/op/array.t U src/gnu/usr.bin/perl/t/op/array_base.t U src/gnu/usr.bin/perl/t/op/assignwarn.t U src/gnu/usr.bin/perl/t/op/attrhand.t U src/gnu/usr.bin/perl/t/op/attrs.t U src/gnu/usr.bin/perl/t/op/auto.t U src/gnu/usr.bin/perl/t/op/avhv.t U src/gnu/usr.bin/perl/t/op/bless.t U src/gnu/usr.bin/perl/t/op/blocks.t U src/gnu/usr.bin/perl/t/op/bop.t U src/gnu/usr.bin/perl/t/op/caller.pl U src/gnu/usr.bin/perl/t/op/caller.t U src/gnu/usr.bin/perl/t/op/chars.t U src/gnu/usr.bin/perl/t/op/chdir.t C src/gnu/usr.bin/perl/t/op/chop.t U src/gnu/usr.bin/perl/t/op/chr.t C src/gnu/usr.bin/perl/t/op/closure.t N src/gnu/usr.bin/perl/t/op/closure_test.pl U src/gnu/usr.bin/perl/t/op/concat2.t C src/gnu/usr.bin/perl/t/op/cond.t U src/gnu/usr.bin/perl/t/op/context.t U src/gnu/usr.bin/perl/t/op/coreamp.t U src/gnu/usr.bin/perl/t/op/coresubs.t U src/gnu/usr.bin/perl/t/op/cproto.t U src/gnu/usr.bin/perl/t/op/crypt.t U src/gnu/usr.bin/perl/t/op/current_sub.t U src/gnu/usr.bin/perl/t/op/dbm.t N src/gnu/usr.bin/perl/t/op/defined.t U src/gnu/usr.bin/perl/t/op/defins.t U src/gnu/usr.bin/perl/t/op/delete.t U src/gnu/usr.bin/perl/t/op/die.t U src/gnu/usr.bin/perl/t/op/die_except.t U src/gnu/usr.bin/perl/t/op/die_exit.t U src/gnu/usr.bin/perl/t/op/die_keeperr.t U src/gnu/usr.bin/perl/t/op/die_unwind.t C src/gnu/usr.bin/perl/t/op/do.t U src/gnu/usr.bin/perl/t/op/dor.t C src/gnu/usr.bin/perl/t/op/each.t U src/gnu/usr.bin/perl/t/op/each_array.t C src/gnu/usr.bin/perl/t/op/eval.t U src/gnu/usr.bin/perl/t/op/evalbytes.t C src/gnu/usr.bin/perl/t/op/exec.t U src/gnu/usr.bin/perl/t/op/exists_sub.t C src/gnu/usr.bin/perl/t/op/exp.t U src/gnu/usr.bin/perl/t/op/fh.t U src/gnu/usr.bin/perl/t/op/filehandle.t U src/gnu/usr.bin/perl/t/op/filetest.t U src/gnu/usr.bin/perl/t/op/filetest_stack_ok.t U src/gnu/usr.bin/perl/t/op/filetest_t.t U src/gnu/usr.bin/perl/t/op/flip.t N src/gnu/usr.bin/perl/t/op/for.t C src/gnu/usr.bin/perl/t/op/fork.t U src/gnu/usr.bin/perl/t/op/fresh_perl_utf8.t U src/gnu/usr.bin/perl/t/op/getpid.t U src/gnu/usr.bin/perl/t/op/getppid.t C src/gnu/usr.bin/perl/t/op/glob.t U src/gnu/usr.bin/perl/t/op/gmagic.t C src/gnu/usr.bin/perl/t/op/goto.t U src/gnu/usr.bin/perl/t/op/goto_xs.t U src/gnu/usr.bin/perl/t/op/grent.t U src/gnu/usr.bin/perl/t/op/grep.t C src/gnu/usr.bin/perl/t/op/groups.t C src/gnu/usr.bin/perl/t/op/gv.t U src/gnu/usr.bin/perl/t/op/hash-rt85026.t C src/gnu/usr.bin/perl/t/op/hash.t U src/gnu/usr.bin/perl/t/op/hashassign.t U src/gnu/usr.bin/perl/t/op/hashwarn.t N src/gnu/usr.bin/perl/t/op/heredoc.t C src/gnu/usr.bin/perl/t/op/inc.t U src/gnu/usr.bin/perl/t/op/inccode-tie.t U src/gnu/usr.bin/perl/t/op/inccode.t U src/gnu/usr.bin/perl/t/op/incfilter.t U src/gnu/usr.bin/perl/t/op/index.t U src/gnu/usr.bin/perl/t/op/index_thr.t C src/gnu/usr.bin/perl/t/op/int.t C src/gnu/usr.bin/perl/t/op/join.t U src/gnu/usr.bin/perl/t/op/kill0.t U src/gnu/usr.bin/perl/t/op/lc.t U src/gnu/usr.bin/perl/t/op/leaky-magic.t U src/gnu/usr.bin/perl/t/op/length.t U src/gnu/usr.bin/perl/t/op/lex.t U src/gnu/usr.bin/perl/t/op/lex_assign.t N src/gnu/usr.bin/perl/t/op/lexsub.t U src/gnu/usr.bin/perl/t/op/lfs.t U src/gnu/usr.bin/perl/t/op/list.t C src/gnu/usr.bin/perl/t/op/local.t U src/gnu/usr.bin/perl/t/op/localref.t U src/gnu/usr.bin/perl/t/op/lock.t U src/gnu/usr.bin/perl/t/op/loopctl.t U src/gnu/usr.bin/perl/t/op/lop.t U src/gnu/usr.bin/perl/t/op/magic-27839.t C src/gnu/usr.bin/perl/t/op/magic.t C src/gnu/usr.bin/perl/t/op/method.t C src/gnu/usr.bin/perl/t/op/mkdir.t C src/gnu/usr.bin/perl/t/op/my.t U src/gnu/usr.bin/perl/t/op/my_stash.t U src/gnu/usr.bin/perl/t/op/mydef.t U src/gnu/usr.bin/perl/t/op/negate.t U src/gnu/usr.bin/perl/t/op/not.t U src/gnu/usr.bin/perl/t/op/numconvert.t C src/gnu/usr.bin/perl/t/op/oct.t U src/gnu/usr.bin/perl/t/op/or.t U src/gnu/usr.bin/perl/t/op/ord.t U src/gnu/usr.bin/perl/t/op/overload_integer.t U src/gnu/usr.bin/perl/t/op/override.t C src/gnu/usr.bin/perl/t/op/pack.t U src/gnu/usr.bin/perl/t/op/packagev.t U src/gnu/usr.bin/perl/t/op/pos.t U src/gnu/usr.bin/perl/t/op/pow.t U src/gnu/usr.bin/perl/t/op/print.t U src/gnu/usr.bin/perl/t/op/protowarn.t C src/gnu/usr.bin/perl/t/op/push.t U src/gnu/usr.bin/perl/t/op/pwent.t U src/gnu/usr.bin/perl/t/op/qr.t C src/gnu/usr.bin/perl/t/op/quotemeta.t U src/gnu/usr.bin/perl/t/op/rand.t U src/gnu/usr.bin/perl/t/op/range.t U src/gnu/usr.bin/perl/t/op/read.t U src/gnu/usr.bin/perl/t/op/readdir.t U src/gnu/usr.bin/perl/t/op/readline.t U src/gnu/usr.bin/perl/t/op/recurse.t C src/gnu/usr.bin/perl/t/op/ref.t U src/gnu/usr.bin/perl/t/op/repeat.t U src/gnu/usr.bin/perl/t/op/require_37033.t U src/gnu/usr.bin/perl/t/op/require_errors.t U src/gnu/usr.bin/perl/t/op/reset.t U src/gnu/usr.bin/perl/t/op/reverse.t U src/gnu/usr.bin/perl/t/op/runlevel.t U src/gnu/usr.bin/perl/t/op/select.t U src/gnu/usr.bin/perl/t/op/setpgrpstack.t U src/gnu/usr.bin/perl/t/op/sigdispatch.t U src/gnu/usr.bin/perl/t/op/sigsystem.t U src/gnu/usr.bin/perl/t/op/sleep.t U src/gnu/usr.bin/perl/t/op/smartkve.t U src/gnu/usr.bin/perl/t/op/smartmatch.t C src/gnu/usr.bin/perl/t/op/sort.t U src/gnu/usr.bin/perl/t/op/splice.t C src/gnu/usr.bin/perl/t/op/split.t U src/gnu/usr.bin/perl/t/op/split_unicode.t C src/gnu/usr.bin/perl/t/op/sprintf.t C src/gnu/usr.bin/perl/t/op/sprintf2.t U src/gnu/usr.bin/perl/t/op/srand.t U src/gnu/usr.bin/perl/t/op/sselect.t U src/gnu/usr.bin/perl/t/op/stash.t C src/gnu/usr.bin/perl/t/op/stat.t U src/gnu/usr.bin/perl/t/op/state.t U src/gnu/usr.bin/perl/t/op/study.t U src/gnu/usr.bin/perl/t/op/studytied.t U src/gnu/usr.bin/perl/t/op/sub.t U src/gnu/usr.bin/perl/t/op/sub_lval.t C src/gnu/usr.bin/perl/t/op/substr.t U src/gnu/usr.bin/perl/t/op/substr_thr.t N src/gnu/usr.bin/perl/t/op/svleak.pl U src/gnu/usr.bin/perl/t/op/svleak.t U src/gnu/usr.bin/perl/t/op/switch.t U src/gnu/usr.bin/perl/t/op/symbolcache.t C src/gnu/usr.bin/perl/t/op/sysio.t C src/gnu/usr.bin/perl/t/op/taint.t U src/gnu/usr.bin/perl/t/op/threads-dirh.t C src/gnu/usr.bin/perl/t/op/threads.t U src/gnu/usr.bin/perl/t/op/threads_create.pl C src/gnu/usr.bin/perl/t/op/tie.t U src/gnu/usr.bin/perl/t/op/tie_fetch_count.t U src/gnu/usr.bin/perl/t/op/tiearray.t U src/gnu/usr.bin/perl/t/op/tiehandle.t U src/gnu/usr.bin/perl/t/op/time.t U src/gnu/usr.bin/perl/t/op/time_loop.t U src/gnu/usr.bin/perl/t/op/tr.t U src/gnu/usr.bin/perl/t/op/undef.t C src/gnu/usr.bin/perl/t/op/universal.t U src/gnu/usr.bin/perl/t/op/unlink.t U src/gnu/usr.bin/perl/t/op/unshift.t U src/gnu/usr.bin/perl/t/op/upgrade.t U src/gnu/usr.bin/perl/t/op/utf8cache.t U src/gnu/usr.bin/perl/t/op/utf8decode.t U src/gnu/usr.bin/perl/t/op/utf8magic.t U src/gnu/usr.bin/perl/t/op/utfhash.t U src/gnu/usr.bin/perl/t/op/utftaint.t U src/gnu/usr.bin/perl/t/op/vec.t U src/gnu/usr.bin/perl/t/op/ver.t U src/gnu/usr.bin/perl/t/op/wantarray.t U src/gnu/usr.bin/perl/t/op/warn.t N src/gnu/usr.bin/perl/t/op/while.t C src/gnu/usr.bin/perl/t/op/write.t U src/gnu/usr.bin/perl/t/op/yadayada.t N src/gnu/usr.bin/perl/t/opbasic/arith.t N src/gnu/usr.bin/perl/t/opbasic/cmp.t N src/gnu/usr.bin/perl/t/opbasic/concat.t N src/gnu/usr.bin/perl/t/opbasic/magic_phase.t N src/gnu/usr.bin/perl/t/opbasic/qq.t U src/gnu/usr.bin/perl/t/porting/args_assert.t U src/gnu/usr.bin/perl/t/porting/authors.t U src/gnu/usr.bin/perl/t/porting/bincompat.t U src/gnu/usr.bin/perl/t/porting/checkcase.t U src/gnu/usr.bin/perl/t/porting/checkcfgvar.t U src/gnu/usr.bin/perl/t/porting/cmp_version.t U src/gnu/usr.bin/perl/t/porting/customized.dat U src/gnu/usr.bin/perl/t/porting/customized.t U src/gnu/usr.bin/perl/t/porting/diag.t C src/gnu/usr.bin/perl/t/porting/dual-life.t U src/gnu/usr.bin/perl/t/porting/exec-bit.t N src/gnu/usr.bin/perl/t/porting/extrefs.t U src/gnu/usr.bin/perl/t/porting/filenames.t U src/gnu/usr.bin/perl/t/porting/FindExt.t U src/gnu/usr.bin/perl/t/porting/globvar.t U src/gnu/usr.bin/perl/t/porting/known_pod_issues.dat U src/gnu/usr.bin/perl/t/porting/maintainers.t U src/gnu/usr.bin/perl/t/porting/manifest.t U src/gnu/usr.bin/perl/t/porting/pending-author.t U src/gnu/usr.bin/perl/t/porting/perlfunc.t U src/gnu/usr.bin/perl/t/porting/pod_rules.t U src/gnu/usr.bin/perl/t/porting/podcheck.t U src/gnu/usr.bin/perl/t/porting/regen.t U src/gnu/usr.bin/perl/t/porting/test_bootstrap.t U src/gnu/usr.bin/perl/t/porting/utils.t U src/gnu/usr.bin/perl/t/re/charset.t U src/gnu/usr.bin/perl/t/re/fold_grind.t U src/gnu/usr.bin/perl/t/re/no_utf8_pm.t U src/gnu/usr.bin/perl/t/re/overload.t C src/gnu/usr.bin/perl/t/re/pat.t U src/gnu/usr.bin/perl/t/re/pat_advanced.t U src/gnu/usr.bin/perl/t/re/pat_advanced_thr.t U src/gnu/usr.bin/perl/t/re/pat_psycho.t U src/gnu/usr.bin/perl/t/re/pat_psycho_thr.t U src/gnu/usr.bin/perl/t/re/pat_re_eval.t U src/gnu/usr.bin/perl/t/re/pat_re_eval_thr.t U src/gnu/usr.bin/perl/t/re/pat_rt_report.t U src/gnu/usr.bin/perl/t/re/pat_rt_report_thr.t U src/gnu/usr.bin/perl/t/re/pat_special_cc.t U src/gnu/usr.bin/perl/t/re/pat_special_cc_thr.t U src/gnu/usr.bin/perl/t/re/pat_thr.t N src/gnu/usr.bin/perl/t/re/pos.t U src/gnu/usr.bin/perl/t/re/qr-72922.t U src/gnu/usr.bin/perl/t/re/qr.t U src/gnu/usr.bin/perl/t/re/qr_gc.t U src/gnu/usr.bin/perl/t/re/qrstack.t U src/gnu/usr.bin/perl/t/re/re_tests N src/gnu/usr.bin/perl/t/re/recompile.t U src/gnu/usr.bin/perl/t/re/reg_60508.t U src/gnu/usr.bin/perl/t/re/reg_email.t U src/gnu/usr.bin/perl/t/re/reg_email_thr.t U src/gnu/usr.bin/perl/t/re/reg_eval.t U src/gnu/usr.bin/perl/t/re/reg_eval_scope.t U src/gnu/usr.bin/perl/t/re/reg_fold.t U src/gnu/usr.bin/perl/t/re/reg_mesg.t U src/gnu/usr.bin/perl/t/re/reg_namedcapture.t U src/gnu/usr.bin/perl/t/re/reg_nc_tie.t U src/gnu/usr.bin/perl/t/re/reg_pmod.t U src/gnu/usr.bin/perl/t/re/reg_posixcc.t N src/gnu/usr.bin/perl/t/re/regex_sets.t N src/gnu/usr.bin/perl/t/re/regex_sets_compat.t U src/gnu/usr.bin/perl/t/re/regexp.t U src/gnu/usr.bin/perl/t/re/regexp_noamp.t U src/gnu/usr.bin/perl/t/re/regexp_notrie.t U src/gnu/usr.bin/perl/t/re/regexp_qr.t U src/gnu/usr.bin/perl/t/re/regexp_qr_embed.t U src/gnu/usr.bin/perl/t/re/regexp_qr_embed_thr.t U src/gnu/usr.bin/perl/t/re/rxcode.t U src/gnu/usr.bin/perl/t/re/regexp_trielist.t U src/gnu/usr.bin/perl/t/re/regexp_unicode_prop.t U src/gnu/usr.bin/perl/t/re/regexp_unicode_prop_thr.t U src/gnu/usr.bin/perl/t/re/subst.t U src/gnu/usr.bin/perl/t/re/subst_amp.t U src/gnu/usr.bin/perl/t/re/subst_wamp.t U src/gnu/usr.bin/perl/t/re/substT.t U src/gnu/usr.bin/perl/t/re/uniprops.t U src/gnu/usr.bin/perl/t/run/cloexec.t N src/gnu/usr.bin/perl/t/run/dtrace.pl U src/gnu/usr.bin/perl/t/run/dtrace.t U src/gnu/usr.bin/perl/t/run/exit.t U src/gnu/usr.bin/perl/t/run/fresh_perl.t U src/gnu/usr.bin/perl/t/run/locale.t N src/gnu/usr.bin/perl/t/run/mad.t U src/gnu/usr.bin/perl/t/run/noswitch.t U src/gnu/usr.bin/perl/t/run/runenv.t U src/gnu/usr.bin/perl/t/run/script.t U src/gnu/usr.bin/perl/t/run/switch0.t U src/gnu/usr.bin/perl/t/run/switcha.t U src/gnu/usr.bin/perl/t/run/switchC.t U src/gnu/usr.bin/perl/t/run/switchd-78586.t U src/gnu/usr.bin/perl/t/run/switchd.t U src/gnu/usr.bin/perl/t/run/switches.t U src/gnu/usr.bin/perl/t/run/switchF.t U src/gnu/usr.bin/perl/t/run/switchF1.t U src/gnu/usr.bin/perl/t/run/switchI.t N src/gnu/usr.bin/perl/t/run/switchM.t U src/gnu/usr.bin/perl/t/run/switchn.t U src/gnu/usr.bin/perl/t/run/switchp.t U src/gnu/usr.bin/perl/t/run/switcht.t U src/gnu/usr.bin/perl/t/run/switchx.aux U src/gnu/usr.bin/perl/t/run/switchx.t U src/gnu/usr.bin/perl/t/run/switchx2.aux U src/gnu/usr.bin/perl/t/run/switchx3.aux N src/gnu/usr.bin/perl/t/run/flib/broken.pm N src/gnu/usr.bin/perl/t/test_pl/_num_to_alpha.t U src/gnu/usr.bin/perl/t/test_pl/can_isa_ok.t N src/gnu/usr.bin/perl/t/test_pl/tempfile.t U src/gnu/usr.bin/perl/t/uni/attrs.t U src/gnu/usr.bin/perl/t/uni/bless.t U src/gnu/usr.bin/perl/t/uni/cache.t U src/gnu/usr.bin/perl/t/uni/caller.t U src/gnu/usr.bin/perl/t/uni/case.pl U src/gnu/usr.bin/perl/t/uni/chomp.t U src/gnu/usr.bin/perl/t/uni/chr.t U src/gnu/usr.bin/perl/t/uni/class.t U src/gnu/usr.bin/perl/t/uni/eval.t C src/gnu/usr.bin/perl/t/uni/fold.t U src/gnu/usr.bin/perl/t/uni/goto.t U src/gnu/usr.bin/perl/t/uni/greek.t U src/gnu/usr.bin/perl/t/uni/gv.t U src/gnu/usr.bin/perl/t/uni/labels.t U src/gnu/usr.bin/perl/t/uni/latin2.t U src/gnu/usr.bin/perl/t/uni/lex_utf8.t U src/gnu/usr.bin/perl/t/uni/lower.t U src/gnu/usr.bin/perl/t/uni/method.t U src/gnu/usr.bin/perl/t/uni/opcroak.t C src/gnu/usr.bin/perl/t/uni/overload.t U src/gnu/usr.bin/perl/t/uni/package.t U src/gnu/usr.bin/perl/t/uni/parser.t U src/gnu/usr.bin/perl/t/uni/readline.t U src/gnu/usr.bin/perl/t/uni/select.t U src/gnu/usr.bin/perl/t/uni/sprintf.t U src/gnu/usr.bin/perl/t/uni/stash.t U src/gnu/usr.bin/perl/t/uni/tie.t U src/gnu/usr.bin/perl/t/uni/title.t C src/gnu/usr.bin/perl/t/uni/tr_7jis.t C src/gnu/usr.bin/perl/t/uni/tr_eucjp.t C src/gnu/usr.bin/perl/t/uni/tr_sjis.t C src/gnu/usr.bin/perl/t/uni/tr_utf8.t U src/gnu/usr.bin/perl/t/uni/universal.t U src/gnu/usr.bin/perl/t/uni/upper.t N src/gnu/usr.bin/perl/t/uni/variables.t U src/gnu/usr.bin/perl/t/uni/write.t N src/gnu/usr.bin/perl/t/win32/fs.t U src/gnu/usr.bin/perl/t/win32/runenv.t U src/gnu/usr.bin/perl/t/win32/system.t U src/gnu/usr.bin/perl/t/win32/system_tests U src/gnu/usr.bin/perl/t/x2p/s2p.t U src/gnu/usr.bin/perl/utils/c2ph.PL U src/gnu/usr.bin/perl/utils/config_data.PL U src/gnu/usr.bin/perl/utils/corelist.PL U src/gnu/usr.bin/perl/utils/cpan.PL U src/gnu/usr.bin/perl/utils/cpan2dist.PL U src/gnu/usr.bin/perl/utils/cpanp-run-perl.PL U src/gnu/usr.bin/perl/utils/cpanp.PL U src/gnu/usr.bin/perl/utils/enc2xs.PL U src/gnu/usr.bin/perl/utils/h2ph.PL C src/gnu/usr.bin/perl/utils/h2xs.PL U src/gnu/usr.bin/perl/utils/instmodsh.PL U src/gnu/usr.bin/perl/utils/json_pp.PL C src/gnu/usr.bin/perl/utils/libnetcfg.PL U src/gnu/usr.bin/perl/utils/Makefile U src/gnu/usr.bin/perl/utils/Makefile.SH C src/gnu/usr.bin/perl/utils/perlbug.PL U src/gnu/usr.bin/perl/utils/perldoc.PL U src/gnu/usr.bin/perl/utils/perlivp.PL U src/gnu/usr.bin/perl/utils/piconv.PL U src/gnu/usr.bin/perl/utils/pl2pm.PL U src/gnu/usr.bin/perl/utils/pod2html.PL U src/gnu/usr.bin/perl/utils/prove.PL U src/gnu/usr.bin/perl/utils/ptar.PL U src/gnu/usr.bin/perl/utils/ptardiff.PL U src/gnu/usr.bin/perl/utils/ptargrep.PL U src/gnu/usr.bin/perl/utils/shasum.PL U src/gnu/usr.bin/perl/utils/splain.PL U src/gnu/usr.bin/perl/utils/xsubpp.PL U src/gnu/usr.bin/perl/utils/zipdetails.PL U src/gnu/usr.bin/perl/vms/descrip_mms.template C src/gnu/usr.bin/perl/vms/gen_shrfls.pl U src/gnu/usr.bin/perl/vms/genopt.com U src/gnu/usr.bin/perl/vms/make_command.com U src/gnu/usr.bin/perl/vms/mms2make.pl U src/gnu/usr.bin/perl/vms/munchconfig.c U src/gnu/usr.bin/perl/vms/myconfig.com U src/gnu/usr.bin/perl/vms/test.com C src/gnu/usr.bin/perl/vms/vms.c C src/gnu/usr.bin/perl/vms/vmsish.h U src/gnu/usr.bin/perl/vms/vmspipe.com U src/gnu/usr.bin/perl/vms/ext/Filespec.pm C src/gnu/usr.bin/perl/vms/ext/filespec.t U src/gnu/usr.bin/perl/vos/Changes U src/gnu/usr.bin/perl/vos/compile_full_perl.cm U src/gnu/usr.bin/perl/vos/configure_full_perl.sh U src/gnu/usr.bin/perl/vos/make_full_perl.sh U src/gnu/usr.bin/perl/vos/vos.c U src/gnu/usr.bin/perl/vos/vosish.h U src/gnu/usr.bin/perl/win32/config.ce U src/gnu/usr.bin/perl/win32/config.gc C src/gnu/usr.bin/perl/win32/config.vc U src/gnu/usr.bin/perl/win32/config_H.ce C src/gnu/usr.bin/perl/win32/config_H.gc C src/gnu/usr.bin/perl/win32/config_h.PL C src/gnu/usr.bin/perl/win32/config_H.vc C src/gnu/usr.bin/perl/win32/config_sh.PL U src/gnu/usr.bin/perl/win32/create_perllibst_h.pl U src/gnu/usr.bin/perl/win32/distclean.bat U src/gnu/usr.bin/perl/win32/fcrypt.c U src/gnu/usr.bin/perl/win32/FindExt.pm U src/gnu/usr.bin/perl/win32/list_static_libs.pl C src/gnu/usr.bin/perl/win32/Makefile U src/gnu/usr.bin/perl/win32/Makefile.ce C src/gnu/usr.bin/perl/win32/makefile.mk U src/gnu/usr.bin/perl/win32/perl.rc U src/gnu/usr.bin/perl/win32/perlexe.ico U src/gnu/usr.bin/perl/win32/perlexe.manifest U src/gnu/usr.bin/perl/win32/perlexe.rc C src/gnu/usr.bin/perl/win32/perlglob.c U src/gnu/usr.bin/perl/win32/perlhost.h C src/gnu/usr.bin/perl/win32/perllib.c U src/gnu/usr.bin/perl/win32/perlmaince.c C src/gnu/usr.bin/perl/win32/pod.mak U src/gnu/usr.bin/perl/win32/runperl.c U src/gnu/usr.bin/perl/win32/vdir.h U src/gnu/usr.bin/perl/win32/vmem.h C src/gnu/usr.bin/perl/win32/win32.c C src/gnu/usr.bin/perl/win32/win32.h U src/gnu/usr.bin/perl/win32/win32ceio.c C src/gnu/usr.bin/perl/win32/win32io.c U src/gnu/usr.bin/perl/win32/win32iop-o.h C src/gnu/usr.bin/perl/win32/win32iop.h C src/gnu/usr.bin/perl/win32/win32sck.c U src/gnu/usr.bin/perl/win32/win32thread.c U src/gnu/usr.bin/perl/win32/win32thread.h U src/gnu/usr.bin/perl/win32/wince.c U src/gnu/usr.bin/perl/win32/wince.h U src/gnu/usr.bin/perl/win32/wincesck.c U src/gnu/usr.bin/perl/win32/bin/exetype.pl U src/gnu/usr.bin/perl/win32/bin/perlglob.pl C src/gnu/usr.bin/perl/win32/bin/pl2bat.pl C src/gnu/usr.bin/perl/win32/bin/runperl.pl U src/gnu/usr.bin/perl/win32/bin/search.pl U src/gnu/usr.bin/perl/win32/ce-helpers/cecopy-lib.pl U src/gnu/usr.bin/perl/win32/ce-helpers/comp.pl U src/gnu/usr.bin/perl/win32/ce-helpers/compile-all.bat U src/gnu/usr.bin/perl/win32/ce-helpers/compile.bat U src/gnu/usr.bin/perl/win32/ce-helpers/makedist.pl U src/gnu/usr.bin/perl/win32/ce-helpers/registry.bat U src/gnu/usr.bin/perl/win32/include/dirent.h U src/gnu/usr.bin/perl/win32/include/netdb.h U src/gnu/usr.bin/perl/win32/include/arpa/inet.h C src/gnu/usr.bin/perl/win32/include/sys/socket.h C src/gnu/usr.bin/perl/x2p/a2p.c C src/gnu/usr.bin/perl/x2p/a2p.h C src/gnu/usr.bin/perl/x2p/a2p.pod U src/gnu/usr.bin/perl/x2p/a2p.y C src/gnu/usr.bin/perl/x2p/a2py.c C src/gnu/usr.bin/perl/x2p/cflags.SH U src/gnu/usr.bin/perl/x2p/EXTERN.h U src/gnu/usr.bin/perl/x2p/find2perl.PL C src/gnu/usr.bin/perl/x2p/hash.c U src/gnu/usr.bin/perl/x2p/hash.h U src/gnu/usr.bin/perl/x2p/INTERN.h C src/gnu/usr.bin/perl/x2p/Makefile.SH U src/gnu/usr.bin/perl/x2p/s2p.PL C src/gnu/usr.bin/perl/x2p/str.c U src/gnu/usr.bin/perl/x2p/str.h C src/gnu/usr.bin/perl/x2p/util.c U src/gnu/usr.bin/perl/x2p/util.h C src/gnu/usr.bin/perl/x2p/walk.c 360 conflicts created by this import. Use the following command to help the merge: cvs checkout -jPERL:yesterday -jPERL src/gnu/usr.bin/perl CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/24 09:00:35 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: mention p5-Event-Lib CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2014/03/24 09:05:34 Modified files: gnu/usr.bin/perl: Configure DynaLoader.sed EXTERN.h INSTALL MANIFEST Makefile.SH Makefile.bsd-wrapper Makefile.bsd-wrapper1 README README.os2 README.vms README.win32 XSUB.h av.c av.h cflags.SH config.over config_h.SH configpm cop.h cv.h deb.c doio.c doop.c dosish.h dump.c embed.h git_version.h globvar.sym gv.c gv.h handy.h hv.c hv.h installhtml installman installperl makedef.pl makedepend.SH malloc.c mg.c mg.h minimod.pl miniperlmain.c nostdio.h op.c op.h opcode.h patchlevel.h perl.c perl.h perlio.c perlio.h perlsdio.h perlsfio.h perly.c perly.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h shlib_version sv.c sv.h taint.c toke.c uconfig.h uconfig.sh uconfig64.sh universal.c unixish.h util.c util.h utils.lst gnu/usr.bin/perl/Porting: Glossary Maintainers.pl config_H makerel pumpkin.pod gnu/usr.bin/perl/cpan/CGI: Changes gnu/usr.bin/perl/cpan/CGI/lib: CGI.pm gnu/usr.bin/perl/cpan/CGI/lib/CGI: Carp.pm Cookie.pm Util.pm gnu/usr.bin/perl/cpan/CGI/t: headers.t html.t gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS: Backend.pm Config.pm Configure.pm Dist.pm Error.pm Internals.pm Module.pm Selfupdate.pm Shell.pm gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Backend: RV.pm gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist: Autobundle.pm MM.pm gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals: Extract.pm Fetch.pm Report.pm Search.pm Source.pm Utils.pm gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Source: Memory.pm gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module: Author.pm Checksums.pm Fake.pm gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Author: Fake.pm gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell: Default.pm gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins: CustomSource.pm Remote.pm Source.pm gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2: Changes README gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/lib/Compress/Raw: Bzip2.pm gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t: 000prereq.t gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src: adler32.c crc32.c deflate.c deflate.h trees.c zconf.h zutil.c zutil.h gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc: misc gnu/usr.bin/perl/cpan/Digest-MD5: Changes MD5.xs gnu/usr.bin/perl/cpan/Digest-MD5/t: files.t gnu/usr.bin/perl/cpan/Encode: Changes Encode.pm Encode.xs Makefile.PL encoding.pm gnu/usr.bin/perl/cpan/Encode/Unicode: Unicode.xs gnu/usr.bin/perl/cpan/Encode/lib/Encode: Alias.pm Encoder.pm GSM0338.pm gnu/usr.bin/perl/cpan/Encode/lib/Encode/Unicode: UTF7.pm gnu/usr.bin/perl/cpan/Encode/t: Mod_EUCJP.pm Unicode.t enc_data.t enc_eucjp.t enc_module.t enc_utf8.t jperl.t piconv.t gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker: Changes gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils: MM_Any.pm MM_Unix.pm MakeMaker.pm gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker: FAQ.pod gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t: parse_version.t gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt: Long.pm gnu/usr.bin/perl/cpan/List-Util: Changes ListUtil.xs gnu/usr.bin/perl/cpan/List-Util/lib/List: Util.pm gnu/usr.bin/perl/cpan/List-Util/lib/List/Util: XS.pm gnu/usr.bin/perl/cpan/List-Util/lib/Scalar: Util.pm gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale: Country.pm Currency.pm Language.pm Script.pm gnu/usr.bin/perl/cpan/Memoize: Memoize.pm TODO gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build: ModuleInfo.pm gnu/usr.bin/perl/cpan/Module-Build/t: metadata.t gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod: PlainText.pm Select.pm gnu/usr.bin/perl/cpan/Pod-Parser/t/pod: contains_pod.t gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc: ToMan.pm gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple: Search.pm gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console: ParallelSession.pm gnu/usr.bin/perl/cpan/Test-Simple/t: fail-more.t gnu/usr.bin/perl/cpan/Text-Tabs: CHANGELOG gnu/usr.bin/perl/cpan/Text-Tabs/lib/Text: Tabs.pm Wrap.pm gnu/usr.bin/perl/cpan/Text-Tabs/t: Tabs-ElCid.t Wrap-JLB.t gnu/usr.bin/perl/cpan/podlators/lib/Pod: Man.pm Text.pm gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS: Utilities.pm gnu/usr.bin/perl/dist/Math-BigInt/lib/Math: BigInt.pm gnu/usr.bin/perl/dist/Net-Ping/lib/Net: Ping.pm gnu/usr.bin/perl/dist/threads-shared/t: stress.t gnu/usr.bin/perl/ext/B/B: Concise.pm gnu/usr.bin/perl/ext/DynaLoader: dl_aix.xs dl_hpux.xs dl_next.xs dl_vms.xs gnu/usr.bin/perl/ext/File-Glob: bsd_glob.c gnu/usr.bin/perl/ext/GDBM_File: GDBM_File.pm typemap gnu/usr.bin/perl/ext/IPC-Open3/lib/IPC: Open3.pm gnu/usr.bin/perl/ext/NDBM_File: typemap gnu/usr.bin/perl/ext/Opcode: Opcode.pm gnu/usr.bin/perl/ext/POSIX: POSIX.xs gnu/usr.bin/perl/ext/PerlIO-encoding: encoding.xs gnu/usr.bin/perl/ext/SDBM_File: Makefile.PL typemap gnu/usr.bin/perl/ext/SDBM_File/sdbm: pair.c readme.ms sdbm.c sdbm.h gnu/usr.bin/perl/ext/re/t: reflags.t regop.t gnu/usr.bin/perl/hints: aix.sh dgux.sh haiku.sh hpux.sh linux.sh openbsd.sh solaris_2.sh gnu/usr.bin/perl/lib: Benchmark.pm English.pm Exporter.pm diagnostics.pm dumpvar.pl locale.pm locale.t overload.pm perl5db.pl sigtrap.pm utf8.t vars.pm gnu/usr.bin/perl/lib/Class: Struct.pm gnu/usr.bin/perl/lib/ExtUtils: typemap gnu/usr.bin/perl/lib/File: Copy.pm Find.pm stat.pm gnu/usr.bin/perl/lib/unicore: CombiningClass.pl Decomposition.pl Heavy.pl Name.pl Name.pm TestProp.pl UCD.pl mktables.lst gnu/usr.bin/perl/lib/unicore/To: Age.pl Bc.pl Bmg.pl Cf.pl Digit.pl Ea.pl Fold.pl GCB.pl Gc.pl Hst.pl Isc.pl Jg.pl Jt.pl Lb.pl Lc.pl Lower.pl NFCQC.pl NFDQC.pl NFKCCF.pl NFKCQC.pl NFKDQC.pl Na1.pl NameAlia.pl Nt.pl Nv.pl PerlDeci.pl SB.pl Sc.pl Scx.pl Tc.pl Title.pl Uc.pl Upper.pl WB.pl gnu/usr.bin/perl/lib/unicore/lib/AHex: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Age: NA.pl V11.pl V20.pl V21.pl V30.pl V31.pl V32.pl V40.pl V41.pl V50.pl V51.pl V52.pl V60.pl V61.pl gnu/usr.bin/perl/lib/unicore/lib/Alpha: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Bc: AL.pl AN.pl B.pl BN.pl CS.pl EN.pl ES.pl ET.pl L.pl LRE.pl LRO.pl NSM.pl ON.pl PDF.pl R.pl RLE.pl RLO.pl S.pl WS.pl gnu/usr.bin/perl/lib/unicore/lib/BidiC: Y.pl gnu/usr.bin/perl/lib/unicore/lib/BidiM: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Blk: ASCII.pl AegeanNu.pl Alchemic.pl Alphabet.pl Ancient2.pl AncientG.pl AncientS.pl Arabic.pl ArabicEx.pl ArabicMa.pl ArabicP2.pl ArabicPF.pl ArabicSu.pl Armenian.pl Arrows.pl Avestan.pl Balinese.pl Bamum.pl BamumSup.pl Batak.pl Bengali.pl BlockEle.pl Bopomof2.pl Bopomofo.pl BoxDrawi.pl Brahmi.pl Buginese.pl Buhid.pl Byzantin.pl CJK.pl CJKComp2.pl CJKComp3.pl CJKComp4.pl CJKCompa.pl CJKExtA.pl CJKExtB.pl CJKExtC.pl CJKExtD.pl CJKRadic.pl CJKStrok.pl CJKSymbo.pl Carian.pl Chakma.pl Cham.pl Cherokee.pl CompatJa.pl ControlP.pl Coptic.pl Counting.pl Cuneifo2.pl Cuneifor.pl Currency.pl CypriotS.pl Cyrilli2.pl Cyrilli3.pl Cyrilli4.pl Cyrillic.pl Devanag2.pl Devanaga.pl Diacrit2.pl Diacrit3.pl Diacriti.pl Dingbats.pl Domino.pl Egyptian.pl Emoticon.pl Enclose2.pl Enclose3.pl Enclose4.pl Enclosed.pl Ethiopi2.pl Ethiopi3.pl Ethiopi4.pl Ethiopic.pl Geometri.pl Georgia2.pl Georgian.pl Glagolit.pl Gothic.pl Greek.pl GreekExt.pl Gujarati.pl Gurmukhi.pl HalfAndF.pl HalfMark.pl Hangul.pl Hanunoo.pl Hebrew.pl HighPUSu.pl HighSurr.pl Hiragana.pl IDC.pl IPAExt.pl Imperial.pl IndicNum.pl Inscrip2.pl Inscript.pl Jamo.pl JamoExtA.pl JamoExtB.pl Javanese.pl Kaithi.pl KanaSup.pl Kanbun.pl Kangxi.pl Kannada.pl Katakan2.pl Katakana.pl Kharosht.pl Khmer.pl KhmerSym.pl Lao.pl Latin1.pl LatinEx2.pl LatinEx3.pl LatinEx4.pl LatinEx5.pl LatinExt.pl Lepcha.pl Letterli.pl Limbu.pl LinearBI.pl LinearBS.pl LowSurro.pl Lycian.pl Lydian.pl Mahjong.pl Malayala.pl Mandaic.pl MathAlph.pl MathOper.pl MeeteiM2.pl MeeteiMa.pl Meroitic.pl Miao.pl MiscArro.pl MiscMat2.pl MiscMath.pl MiscPict.pl MiscSymb.pl MiscTech.pl Modifie2.pl Modifier.pl Mongolia.pl Music.pl Myanmar.pl MyanmarE.pl NB.pl NKo.pl NewTaiLu.pl NumberFo.pl OCR.pl Ogham.pl OldItali.pl OldPersi.pl OldTurki.pl Oriya.pl Osmanya.pl PUA.pl PhagsPa.pl Phaistos.pl Phoenici.pl Phoneti2.pl Phonetic.pl PlayingC.pl Punctuat.pl Rejang.pl Rumi.pl Runic.pl Samarita.pl Saurasht.pl Sharada.pl Sinhala.pl SmallFor.pl SoraSomp.pl Specials.pl Sundane2.pl Sundanes.pl SupArro2.pl SupArrow.pl SupMathO.pl SupPUAA.pl SupPUAB.pl SupPunct.pl SuperAnd.pl SylotiNa.pl Syriac.pl Tagalog.pl Tagbanwa.pl Tags.pl TaiLe.pl TaiTham.pl TaiViet.pl TaiXuanJ.pl Takri.pl Tamil.pl Telugu.pl Thaana.pl Thai.pl Tibetan.pl Tifinagh.pl Transpor.pl UCAS.pl UCASExt.pl Ugaritic.pl VS.pl VSSup.pl Vai.pl VedicExt.pl Vertical.pl YiRadica.pl YiSyllab.pl Yijing.pl gnu/usr.bin/perl/lib/unicore/lib/CE: Y.pl gnu/usr.bin/perl/lib/unicore/lib/CI: Y.pl gnu/usr.bin/perl/lib/unicore/lib/CWCF: Y.pl gnu/usr.bin/perl/lib/unicore/lib/CWCM: Y.pl gnu/usr.bin/perl/lib/unicore/lib/CWKCF: Y.pl gnu/usr.bin/perl/lib/unicore/lib/CWL: Y.pl gnu/usr.bin/perl/lib/unicore/lib/CWT: Y.pl gnu/usr.bin/perl/lib/unicore/lib/CWU: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Cased: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Ccc: A.pl AL.pl AR.pl ATA.pl ATAR.pl ATB.pl B.pl BL.pl BR.pl CCC10.pl CCC103.pl CCC107.pl CCC11.pl CCC118.pl CCC12.pl CCC122.pl CCC129.pl CCC13.pl CCC130.pl CCC132.pl CCC14.pl CCC15.pl CCC16.pl CCC17.pl CCC18.pl CCC19.pl CCC20.pl CCC21.pl CCC22.pl CCC23.pl CCC24.pl CCC25.pl CCC26.pl CCC27.pl CCC28.pl CCC29.pl CCC30.pl CCC31.pl CCC32.pl CCC33.pl CCC34.pl CCC35.pl CCC36.pl CCC84.pl CCC91.pl DA.pl DB.pl IS.pl KV.pl L.pl NK.pl NR.pl OV.pl R.pl VR.pl gnu/usr.bin/perl/lib/unicore/lib/CompEx: Y.pl gnu/usr.bin/perl/lib/unicore/lib/DI: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Dash: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Dep: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Dia: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Dt: Com.pl Enc.pl Fin.pl Font.pl Fra.pl Init.pl Iso.pl Med.pl Nar.pl Nb.pl NonCanon.pl Sml.pl Sqr.pl Sub.pl Sup.pl Vert.pl gnu/usr.bin/perl/lib/unicore/lib/Ea: A.pl H.pl N.pl Na.pl W.pl gnu/usr.bin/perl/lib/unicore/lib/Ext: Y.pl gnu/usr.bin/perl/lib/unicore/lib/GCB: CN.pl EX.pl SM.pl XX.pl gnu/usr.bin/perl/lib/unicore/lib/Gc: C.pl Cc.pl Cf.pl Cn.pl Co.pl Cs.pl L.pl LC.pl Ll.pl Lm.pl Lo.pl Lu.pl M.pl Mc.pl Me.pl Mn.pl N.pl Nd.pl Nl.pl No.pl P.pl Pd.pl Pe.pl Pf.pl Pi.pl Po.pl Ps.pl S.pl Sc.pl Sk.pl Sm.pl So.pl Z.pl Zl.pl Zp.pl Zs.pl gnu/usr.bin/perl/lib/unicore/lib/GrBase: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Hex: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Hst: NA.pl gnu/usr.bin/perl/lib/unicore/lib/Hyphen: Y.pl gnu/usr.bin/perl/lib/unicore/lib/IDC: Y.pl gnu/usr.bin/perl/lib/unicore/lib/IDS: Y.pl gnu/usr.bin/perl/lib/unicore/lib/IDSB: Y.pl gnu/usr.bin/perl/lib/unicore/lib/IDST: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Ideo: Y.pl gnu/usr.bin/perl/lib/unicore/lib/In: 2_0.pl 2_1.pl 3_0.pl 3_1.pl 3_2.pl 4_0.pl 4_1.pl 5_0.pl 5_1.pl 5_2.pl 6_0.pl 6_1.pl gnu/usr.bin/perl/lib/unicore/lib/Jg: Ain.pl Alaph.pl Alef.pl Beh.pl Beth.pl Burushas.pl Dal.pl DalathRi.pl E.pl FarsiYeh.pl Fe.pl Feh.pl FinalSem.pl Gaf.pl Gamal.pl Hah.pl HamzaOnH.pl He.pl Heh.pl HehGoal.pl Heth.pl Kaf.pl Kaph.pl Khaph.pl KnottedH.pl Lam.pl Lamadh.pl Meem.pl Mim.pl NoJoinin.pl Noon.pl Nun.pl Nya.pl Pe.pl Qaf.pl Qaph.pl Reh.pl Reversed.pl Rohingya.pl Sad.pl Sadhe.pl Seen.pl Semkath.pl Shin.pl SwashKaf.pl SyriacWa.pl Tah.pl Taw.pl TehMarbu.pl Teth.pl Waw.pl Yeh.pl YehBarre.pl YehWithT.pl Yudh.pl YudhHe.pl Zain.pl Zhain.pl gnu/usr.bin/perl/lib/unicore/lib/JoinC: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Jt: C.pl D.pl R.pl T.pl U.pl gnu/usr.bin/perl/lib/unicore/lib/LOE: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Lb: AI.pl AL.pl B2.pl BA.pl BB.pl BK.pl CB.pl CJ.pl CL.pl CM.pl CP.pl EX.pl GL.pl HL.pl HY.pl ID.pl IN.pl IS.pl NL.pl NS.pl OP.pl PO.pl PR.pl QU.pl SA.pl SG.pl SP.pl SY.pl WJ.pl XX.pl ZW.pl gnu/usr.bin/perl/lib/unicore/lib/Lower: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Math: Y.pl gnu/usr.bin/perl/lib/unicore/lib/NChar: Y.pl gnu/usr.bin/perl/lib/unicore/lib/NFCQC: Y.pl gnu/usr.bin/perl/lib/unicore/lib/NFDQC: N.pl Y.pl gnu/usr.bin/perl/lib/unicore/lib/NFKCQC: N.pl Y.pl gnu/usr.bin/perl/lib/unicore/lib/NFKDQC: N.pl gnu/usr.bin/perl/lib/unicore/lib/Nt: Di.pl Nu.pl gnu/usr.bin/perl/lib/unicore/lib/Nv: 0.pl 1.pl 10.pl 100.pl 1000.pl 10000.pl 100000.pl 10000000.pl 10000002.pl 11.pl 11_2.pl 12.pl 13.pl 13_2.pl 14.pl 15.pl 15_2.pl 16.pl 17.pl 17_2.pl 18.pl 19.pl 1_10.pl 1_16.pl 1_2.pl 1_3.pl 1_4.pl 1_5.pl 1_6.pl 1_7.pl 1_8.pl 1_9.pl 2.pl 20.pl 200.pl 2000.pl 20000.pl 21.pl 22.pl 23.pl 24.pl 25.pl 26.pl 27.pl 28.pl 29.pl 2_3.pl 2_5.pl 3.pl 30.pl 300.pl 3000.pl 30000.pl 31.pl 32.pl 33.pl 34.pl 35.pl 36.pl 37.pl 38.pl 39.pl 3_16.pl 3_2.pl 3_4.pl 3_5.pl 3_8.pl 4.pl 40.pl 400.pl 4000.pl 40000.pl 41.pl 42.pl 43.pl 44.pl 45.pl 46.pl 47.pl 48.pl 49.pl 4_5.pl 5.pl 50.pl 500.pl 5000.pl 50000.pl 5_2.pl 5_6.pl 5_8.pl 6.pl 60.pl 600.pl 6000.pl 60000.pl 7.pl 70.pl 700.pl 7000.pl 70000.pl 7_2.pl 7_8.pl 8.pl 80.pl 800.pl 8000.pl 80000.pl 9.pl 90.pl 900.pl 9000.pl 90000.pl 9_2.pl _1_2.pl gnu/usr.bin/perl/lib/unicore/lib/PatSyn: Y.pl gnu/usr.bin/perl/lib/unicore/lib/PatWS: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Perl: Alnum.pl Any.pl Assigned.pl Blank.pl Graph.pl PerlSpac.pl PerlWord.pl PosixAln.pl PosixAlp.pl PosixBla.pl PosixCnt.pl PosixDig.pl PosixGra.pl PosixLow.pl PosixPri.pl PosixPun.pl PosixUpp.pl Print.pl SpacePer.pl Title.pl VertSpac.pl Word.pl XPosixPu.pl _PerlIDS.pl _PerlQuo.pl _XExtend.pl _XLVLVTV.pl gnu/usr.bin/perl/lib/unicore/lib/QMark: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Radical: Y.pl gnu/usr.bin/perl/lib/unicore/lib/SB: AT.pl CL.pl EX.pl FO.pl LE.pl LO.pl SC.pl SE.pl ST.pl Sp.pl UP.pl XX.pl gnu/usr.bin/perl/lib/unicore/lib/SD: Y.pl gnu/usr.bin/perl/lib/unicore/lib/STerm: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Sc: Arab.pl Armn.pl Beng.pl Bopo.pl Buhd.pl Cprt.pl Deva.pl Geor.pl Gujr.pl Guru.pl Han.pl Hang.pl Hano.pl Hira.pl Kana.pl Kthi.pl Linb.pl Mand.pl Mong.pl Orya.pl Phag.pl Syrc.pl Tagb.pl Takr.pl Tglg.pl Thaa.pl Yi.pl Zinh.pl Zyyy.pl gnu/usr.bin/perl/lib/unicore/lib/Scx: Arab.pl Armn.pl Beng.pl Bopo.pl Buhd.pl Cprt.pl Cyrl.pl Deva.pl Geor.pl Grek.pl Gujr.pl Guru.pl Han.pl Hang.pl Hano.pl Hira.pl Kana.pl Kthi.pl Latn.pl Linb.pl Mand.pl Mong.pl Orya.pl Phag.pl Syrc.pl Tagb.pl Takr.pl Tglg.pl Thaa.pl Yi.pl Zinh.pl Zyyy.pl gnu/usr.bin/perl/lib/unicore/lib/Term: Y.pl gnu/usr.bin/perl/lib/unicore/lib/UIdeo: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Upper: Y.pl gnu/usr.bin/perl/lib/unicore/lib/VS: Y.pl gnu/usr.bin/perl/lib/unicore/lib/WB: FO.pl KA.pl LE.pl MB.pl ML.pl MN.pl NL.pl NU.pl XX.pl gnu/usr.bin/perl/lib/unicore/lib/XIDC: Y.pl gnu/usr.bin/perl/lib/unicore/lib/XIDS: Y.pl gnu/usr.bin/perl/os2: os2.c gnu/usr.bin/perl/plan9: config.plan9 mkfile gnu/usr.bin/perl/pod: perl.pod perl58delta.pod perlbook.pod perlcall.pod perldata.pod perldebug.pod perldelta.pod perldiag.pod perldsc.pod perlembed.pod perlform.pod perlfunc.pod perlguts.pod perlhist.pod perlipc.pod perllocale.pod perlmod.pod perlmodinstall.pod perlobj.pod perlop.pod perlpod.pod perlre.pod perlref.pod perlrun.pod perlsec.pod perlsub.pod perlsyn.pod perlthrtut.pod perltrap.pod perluniprops.pod perlvar.pod gnu/usr.bin/perl/t: TEST harness gnu/usr.bin/perl/t/base: lex.t gnu/usr.bin/perl/t/cmd: for.t gnu/usr.bin/perl/t/comp: proto.t require.t use.t gnu/usr.bin/perl/t/io: fs.t inplace.t open.t pipe.t print.t gnu/usr.bin/perl/t/lib/warnings: sv gnu/usr.bin/perl/t/op: append.t chop.t closure.t cond.t do.t each.t eval.t exec.t exp.t fork.t glob.t goto.t groups.t gv.t hash.t inc.t int.t join.t local.t magic.t method.t mkdir.t my.t oct.t pack.t push.t quotemeta.t ref.t sort.t split.t sprintf.t sprintf2.t stat.t substr.t sysio.t taint.t threads.t tie.t universal.t write.t gnu/usr.bin/perl/t/porting: dual-life.t gnu/usr.bin/perl/t/re: pat.t gnu/usr.bin/perl/t/uni: fold.t overload.t tr_7jis.t tr_eucjp.t tr_sjis.t tr_utf8.t gnu/usr.bin/perl/utils: Makefile.SH h2xs.PL libnetcfg.PL perlbug.PL gnu/usr.bin/perl/vms: gen_shrfls.pl vms.c vmsish.h gnu/usr.bin/perl/vms/ext: filespec.t gnu/usr.bin/perl/win32: Makefile config.vc config_H.gc config_H.vc config_h.PL config_sh.PL makefile.mk perlglob.c perllib.c pod.mak win32.c win32.h win32io.c win32iop.h win32sck.c gnu/usr.bin/perl/win32/bin: pl2bat.pl runperl.pl gnu/usr.bin/perl/win32/include/sys: socket.h gnu/usr.bin/perl/x2p: Makefile.SH a2p.c a2p.h a2p.pod a2py.c cflags.SH hash.c str.c util.c walk.c Added files: gnu/usr.bin/perl/cpan/B-Lint/lib/B: Lint.pm gnu/usr.bin/perl/cpan/B-Lint/lib/B/Lint: Debug.pm gnu/usr.bin/perl/cpan/B-Lint/t: lint.t gnu/usr.bin/perl/cpan/B-Lint/t/pluglib/B/Lint/Plugin: Test.pm gnu/usr.bin/perl/cpan/Text-Tabs/t: 79766.t gnu/usr.bin/perl/lib/unicore/lib/Age: V62.pl gnu/usr.bin/perl/lib/unicore/lib/Blk: Braille.pl Deseret.pl KayahLi.pl Lisu.pl Meroiti2.pl OlChiki.pl OldSouth.pl Shavian.pl gnu/usr.bin/perl/lib/unicore/lib/Dt: Wide.pl gnu/usr.bin/perl/lib/unicore/lib/GCB: CR.pl LF.pl gnu/usr.bin/perl/lib/unicore/lib/In: 6_2.pl gnu/usr.bin/perl/lib/unicore/lib/NFCQC: M.pl gnu/usr.bin/perl/lib/unicore/lib/NFKDQC: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Nt: None.pl gnu/usr.bin/perl/lib/unicore/lib/Nv: 216000.pl 432000.pl _1.pl gnu/usr.bin/perl/lib/unicore/lib/Perl: _PerlAny.pl _PerlCh2.pl _PerlCha.pl _PerlIDC.pl _XGCBL.pl _XGCBLV.pl _XGCBLVT.pl _XGCBT.pl _XGCBV.pl _XRI.pl _XRegula.pl _XSpecia.pl gnu/usr.bin/perl/lib/unicore/lib/SB: NU.pl gnu/usr.bin/perl/lib/unicore/lib/Sc: Armi.pl Avst.pl Bali.pl Bamu.pl Batk.pl Brah.pl Bugi.pl Cakm.pl Cans.pl Cari.pl Cham.pl Cher.pl Copt.pl Cyrl.pl Egyp.pl Ethi.pl Glag.pl Goth.pl Grek.pl Hebr.pl Ital.pl Java.pl Khar.pl Khmr.pl Knda.pl Lana.pl Lao.pl Latn.pl Lepc.pl Limb.pl Lyci.pl Lydi.pl Merc.pl Miao.pl Mlym.pl Mtei.pl Mymr.pl Nko.pl Ogam.pl Orkh.pl Osma.pl Phli.pl Phnx.pl Prti.pl Rjng.pl Runr.pl Samr.pl Saur.pl Shrd.pl Sinh.pl Sora.pl Sund.pl Sylo.pl Tale.pl Talu.pl Taml.pl Tavt.pl Telu.pl Tfng.pl Thai.pl Tibt.pl Ugar.pl Vai.pl Xpeo.pl Xsux.pl Zzzz.pl gnu/usr.bin/perl/lib/unicore/lib/WB: EX.pl gnu/usr.bin/perl/pod: perlrepository.pod Removed files: gnu/usr.bin/perl: README.beos README.epoc README.mpeix README.uts README.vmesa gnu/usr.bin/perl/Porting: curliff.pl gnu/usr.bin/perl/beos: beos.c beosish.h nm.c gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta: Requirements.pm gnu/usr.bin/perl/cpan/CPAN-Meta/t: accepts.t bad_version_hook.t basic.t finalize.t from-hash.t merge.t gnu/usr.bin/perl/cpan/Digest-SHA/src: hmac.c hmac.h hmacxtra.c shaxtra.c gnu/usr.bin/perl/cpan/File-Temp: Temp.pm gnu/usr.bin/perl/cpan/Module-Load-Conditional/t: 02_Parse_Version.t gnu/usr.bin/perl/cpan/Perl-OSType/t: 00-compile.t gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod: Checker.pm Usage.pm gnu/usr.bin/perl/cpan/Pod-Parser/scripts: pod2usage.PL podchecker.PL gnu/usr.bin/perl/cpan/Pod-Parser/t/pod: p2u_data.pl pod2usage.t pod2usage.xr pod2usage2.t podchkenc.t podchkenc.xr poderrs.t poderrs.xr usage.pod usage2.pod gnu/usr.bin/perl/cpan/Version-Requirements: Changes gnu/usr.bin/perl/cpan/Version-Requirements/lib/Version: Requirements.pm gnu/usr.bin/perl/cpan/Version-Requirements/t: accepts.t basic.t finalize.t from-hash.t merge.t gnu/usr.bin/perl/dist/B-Lint/lib/B: Lint.pm gnu/usr.bin/perl/dist/B-Lint/lib/B/Lint: Debug.pm gnu/usr.bin/perl/dist/B-Lint/t: lint.t gnu/usr.bin/perl/dist/B-Lint/t/pluglib/B/Lint/Plugin: Test.pm gnu/usr.bin/perl/dist/File-CheckTree/lib/File: CheckTree.pm gnu/usr.bin/perl/dist/File-CheckTree/t: CheckTree.t gnu/usr.bin/perl/epoc: config.sh createpkg.pl epoc.c epoc_stubs.c epocish.c epocish.h link.pl gnu/usr.bin/perl/ext/DynaLoader: dl_beos.xs dl_mpeix.xs dl_vmesa.xs gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t: 10_hash.t gnu/usr.bin/perl/ext/POSIX/hints: uts.pl gnu/usr.bin/perl/ext/re/hints: mpeix.pl gnu/usr.bin/perl/hints: beos.sh mpeix.sh rhapsody.sh uts.sh vmesa.sh gnu/usr.bin/perl/lib/File: DosGlob.pm DosGlob.t gnu/usr.bin/perl/lib/unicore/lib/Dt: None.pl gnu/usr.bin/perl/lib/unicore/lib/Ea: F.pl gnu/usr.bin/perl/lib/unicore/lib/Gc: Pc.pl gnu/usr.bin/perl/lib/unicore/lib/Lb: CR.pl H2.pl H3.pl JL.pl JT.pl JV.pl LF.pl NU.pl gnu/usr.bin/perl/lib/unicore/lib/NFKCQC: M.pl gnu/usr.bin/perl/lib/unicore/lib/Nv: NaN.pl gnu/usr.bin/perl/lib/unicore/lib/Perl: PosixSpa.pl _PerlNon.pl _XBegin.pl gnu/usr.bin/perl/lib/unicore/lib/Scx: Armi.pl Avst.pl Bali.pl Bamu.pl Batk.pl Brah.pl Brai.pl Bugi.pl Cakm.pl Cans.pl Cari.pl Cham.pl Cher.pl Copt.pl Dsrt.pl Egyp.pl Ethi.pl Glag.pl Goth.pl Hebr.pl Ital.pl Java.pl Kali.pl Khar.pl Khmr.pl Knda.pl Lana.pl Lao.pl Lepc.pl Limb.pl Lisu.pl Lyci.pl Lydi.pl Merc.pl Mero.pl Miao.pl Mlym.pl Mtei.pl Mymr.pl Nko.pl Ogam.pl Olck.pl Orkh.pl Osma.pl Phli.pl Phnx.pl Prti.pl Rjng.pl Runr.pl Samr.pl Sarb.pl Saur.pl Shaw.pl Shrd.pl Sinh.pl Sora.pl Sund.pl Sylo.pl Tale.pl Talu.pl Taml.pl Tavt.pl Telu.pl Tfng.pl Thai.pl Tibt.pl Ugar.pl Vai.pl Xpeo.pl Xsux.pl Zzzz.pl gnu/usr.bin/perl/lib/unicore/lib/Space: Y.pl gnu/usr.bin/perl/mpeix: mpeix.c mpeix_setjmp.c mpeixish.h nm relink gnu/usr.bin/perl/t/cmd: while.t gnu/usr.bin/perl/t/op: arith.t cmp.t concat.t magic_phase.t qq.t while_readdir.t gnu/usr.bin/perl/uts: sprintf_wrap.c strtol_wrap.c gnu/usr.bin/perl/vmesa: Makefile vmesa.c vmesaish.h gnu/usr.bin/perl/win32: config.gc64 config.gc64nox config.vc64 config_H.gc64 config_H.gc64nox config_H.vc64 Log message: Merge perl-5.18.2 plus local patches, remove old files OK espie@ sthen@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/24 09:08:21 Modified files: www/bacula-web : Makefile www/bacula-web/pkg: README Log message: "deny all;" rule for nginx(8). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/24 09:09:16 Modified files: www/owncloud : Makefile www/owncloud/pkg: README Log message: Remove empty line. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/03/24 09:18:17 Modified files: infrastructure/bin: make-plist infrastructure/lib/OpenBSD: FS.pm Recorder.pm infrastructure/package: check-lib-depends Log message: Lexical $_ fixes in package tools okay espie@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/03/24 09:20:32 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Rework the way we fetch and verify sets to simplify the process. Don't fetch SHA256 twice when we are updating from the same repo. Better output. Simplify extract_set (becomes extract_sets and deal with all sets at once). Make sure we cannot pass -s xetcXX and/or -x etcXX. Bring consistency in condition evaluations. Drop some unused variables. with inputs from rpe@ CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2014/03/24 09:38:21 Modified files: faq : current.html Log message: Note the mount(2) change's effects CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/24 10:26:13 Modified files: faq : current.html Log message: typo CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/24 10:39:25 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.zaurus mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/24 10:41:27 Modified files: libexec/ftpd : Makefile ftpd.c Log message: remove tcpwrappers support. ok deraadt CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/03/24 10:42:32 Modified files: net/jftpgw : Makefile Removed files: net/jftpgw/patches: patch-configure_in Log message: disable TCP wrappers CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/24 10:47:13 Modified files: devel/avr32/gcc-bootstrap: Makefile Log message: you guys should test your diffs. PERMIT_PACKAGE* makes it into the package, so bump... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/24 10:50:43 Modified files: www/owncloud : Makefile www/owncloud/pkg: README Log message: Add and fix links to doc.owncloud.org. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/03/24 11:00:08 Modified files: graphics/dcmtk : Makefile Log message: disable TCP wrappers CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/24 11:06:49 Modified files: sys/dev/pci/drm: drmP.h sys/dev/pci/drm/i915: i915_gem.c i915_irq.c i915_reg.h intel_bios.c intel_opregion.c intel_overlay.c intel_panel.c intel_pm.c intel_ringbuffer.c intel_ringbuffer.h intel_sdvo.c intel_tv.c sys/dev/pci/drm/radeon: radeon_ttm.c Log message: Another round of reducing diffs with the Linux codebase. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/24 11:08:09 Modified files: usr.bin/spell : special.4bsd Log message: tcpd parts went away CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/24 11:11:41 Modified files: lib : Makefile Log message: stop building libwrap. ok deraadt CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/24 11:12:01 Modified files: sys/arch/mips64/mips64: tlbhandler.S Log message: Make sure tlb_probe() reads the probe result before reenabling interrupts (egads!). While there, remove leftover instructions from an early flavour of tlb_update_indexed(), which crept in by accident. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/24 11:12:52 Modified files: sys/arch/mips64/mips64: r4000_errata.c Log message: Only need to call tlb_probe() once per pair, instead of once per page. CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2014/03/24 11:14:46 Modified files: net/socat : Makefile distinfo net/socat/patches: patch-doc_socat_1 Removed files: net/socat/patches: patch-compat_h Log message: Update to version 1.7.2.4, and remove libwrap Ok sthen@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/24 11:17:12 Removed files: lib/libwrap : DISCLAIMER Makefile clean_exit.c diag.c eval.c hosts_access.3 hosts_access.5 hosts_access.c hosts_ctl.c hosts_options.5 misc.c options.c percent_m.c percent_x.c refuse.c rfc1413.3 rfc931.c shell_cmd.c shlib_version socket.c tcpd.h update.c Log message: The secret of steel has always carried with it a mystery. You must learn its riddle, Conan. You must learn its discipline. For no one, no one in this world can you trust. Not men, not women, not beasts. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/24 11:39:35 Modified files: mail/exim : Makefile mail/exim/files: Makefile Log message: disable tcp wrappers CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/24 11:42:04 Modified files: etc : changelist Log message: okan reminds me hosts.allow lived here too CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2014/03/24 11:51:52 Modified files: faq : current.html Log message: do you want to live forever? CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/24 11:53:00 Modified files: x11/dbus-glib : Makefile Log message: reinstate EPOCH, found by nigel@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/24 12:19:21 Modified files: mail/cyrus-imapd: Makefile sysutils/bacula: Makefile x11/gnome/gdm : Makefile Log message: Drop now unneeded CONFIGURE_ARGS. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2014/03/24 12:20:19 Modified files: x11/smplayer : Makefile distinfo x11/smplayer/patches: patch-Makefile x11/smplayer/pkg: PLIST Log message: Update for smtplayer to 0.8.6 with some tips from zhuk@. OK zhuk@, edd@ (maintainer) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/24 12:46:59 Modified files: share/man/man3 : intro.3 Log message: no more libwrap; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/24 13:09:14 Modified files: include : Makefile Log message: unbreak the tree; no more libwrap CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2014/03/24 13:11:18 Modified files: . : mail.html Log message: sebastian rother said the formatting was weird. add a missing close tag. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/24 13:40:22 Modified files: lang/vala : Makefile Added files: lang/vala/patches: patch-tests_testrunner_sh Log message: Properly find bash(1); from upstream. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/24 14:33:01 Modified files: usr.bin/htpasswd: htpasswd.1 htpasswd.c Log message: sf@ pointed out that the -B flag is already in use by apache's htpasswd (since version 2.4); change it to -I. The -B flag was not in use for a long time so this change should not cause too much trouble. OK sf@, jmc@ no objections from sthen@ "kein problem damit" benno@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/24 14:40:03 Modified files: etc : Makefile Log message: sum -> cksum, ok deraadt CVSROOT: /cvs Module name: xenocara Changes by: sthen@cvs.openbsd.org 2014/03/24 14:41:19 Modified files: . : Makefile Log message: sum -> cksum CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/24 14:43:55 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/24 14:47:30 Modified files: distrib/sgi/ramdisk: install.md Log message: Bail out from md_prep_disklabel() with `return', not `exit'. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/24 14:55:47 ports/mail/enigmail/patches Update of /cvs/ports/mail/enigmail/patches In directory cvs.openbsd.org:/tmp/cvs-serv21479/patches Log Message: Directory /cvs/ports/mail/enigmail/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: miod@cvs.openbsd.org 2014/03/24 14:59:47 Modified files: devel/doxygen : Makefile Log message: NOT_FOR_ARCHS += m88k so that maybe next time I don't fall into this again. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/24 15:01:46 Added files: mail/enigmail : Makefile distinfo mail/enigmail/patches: patch-config_getOsTarget_pl patch-ipc_src_Makefile mail/enigmail/pkg: DESCR-main DESCR-seamonkey PLIST-main PLIST-seamonkey Log message: Resurrect mail/enigmail, shipping a git tarball from sf.net so that we can use the "new" auto* build system decoupled from mozilla build system. mail/enigmail,-main will replace mail/thunderbird,-enigmail (and respectively, mail/enigmail,-seamonkey will replace www/seamonkey,-enigmail) now that i've finally figured out how to install systemwide extensions in ${LOCALBASE}/lib/mozilla/extensions/${APPID} and how to automagically enable them. Finally, we only build enigmail once... ok aja@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/24 15:03:39 Modified files: www/mozilla : mozilla.port.mk Log message: Ensure mozillas depend on the newest sqlite 3.8.4 by setting MODMOZ_WANTLIB to sqlite3>=27. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/24 15:04:38 Modified files: devel/xulrunner/24: Makefile Log message: Bump after MODMOZ_WANTLIB change. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/24 15:11:37 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-browser_installer_Makefile_in patch-extensions_auth_nsAuthGSSAPI_cpp patch-extensions_spellcheck_hunspell_src_mozHunspell_cpp patch-toolkit_components_downloads_nsDownloadManager_cpp www/mozilla-firefox/pkg: PLIST www/firefox-i18n: Makefile.inc distinfo Added files: www/mozilla-firefox/files: all-openbsd.js Removed files: www/mozilla-firefox/patches: patch-browser_app_profile_firefox_js patch-js_src_ctypes_libffi_configure patch-js_src_ctypes_libffi_src_mips_ffi_c patch-js_src_ctypes_libffi_src_mips_ffitarget_h patch-js_src_ctypes_libffi_src_x86_freebsd_S Log message: Update to firefox 28.0. - See http://www.mozilla.org/en-US/firefox/28.0/releasenotes/ - Fixes MFSA 2014-15->32 - add an all-openbsd.js file to modify default preferences instead of patching browser/app/profile/firefox.js like pigs. Install it in browser/defaults/preferences/ so that it is effective by default for newer profiles. Currently, we only use it to disable safebrowsing feature.. - remove libffi patches, were merged upstream in #928390 and #928381 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/24 15:14:52 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: Update to firefox-esr 24.4.0. - See http://www.mozilla.org/en-US/firefox/24.4.0/releasenotes/ - Fixes MFSA-2014-15->17,26->32 CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/03/24 15:16:15 Modified files: graphics/blender: Makefile distinfo graphics/blender/patches: patch-extern_libmv_libmv_numeric_numeric_h patch-extern_libmv_libmv_tracking_brute_region_tracker_cc patch-intern_cycles_CMakeLists_txt patch-source_blender_blenkernel_intern_blender_c patch-source_blender_blenkernel_intern_packedFile_c patch-source_blender_blenlib_intern_storage_c patch-source_blender_blenloader_intern_writefile_c graphics/blender/pkg: PLIST Added files: graphics/blender/patches: patch-intern_ffmpeg_ffmpeg_compat_h patch-intern_guardedalloc_intern_mallocn_guarded_impl_c patch-intern_guardedalloc_intern_mallocn_intern_h patch-source_gameengine_Expressions_InputParser_cpp Removed files: graphics/blender/patches: patch-extern_carve_CMakeLists_txt patch-intern_bsp_CMakeLists_txt patch-intern_cycles_blender_CMakeLists_txt patch-intern_cycles_device_CMakeLists_txt patch-intern_cycles_render_CMakeLists_txt patch-intern_cycles_util_CMakeLists_txt patch-source_blender_imbuf_intern_openexr_CMakeLists_txt patch-source_gameengine_Ketsji_CMakeLists_txt Log message: Update to latest version, blender 2.70. Switch to gcc 4.8. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/24 15:23:29 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/mozilla-thunderbird/patches: patch-mozilla_js_src_configure_in mail/mozilla-thunderbird/pkg: PLIST-main mail/thunderbird-i18n: Makefile.inc distinfo Added files: mail/mozilla-thunderbird/files: all-openbsd.js Removed files: mail/mozilla-thunderbird/patches: patch-mailnews_base_search_src_nsMsgSearchTerm_cpp patch-mailnews_extensions_enigmail_genxpi mail/mozilla-thunderbird/pkg: DESCR-enigmail PLIST-enigmail Log message: Update to thunderbird 24.4.0. - See http://www.mozilla.org/en-US/thunderbird/24.4.0/releasenotes/ - Fixes MFSA-2014-15->17,26->32 - Remove enigmail subpackage, build goo & patches, will be superseded by mail/enigmail,-main - add an all-openbsd.js file to customize default preferences and install it in defaults/pref/. Use it to set extensions.autoDisableScopes to 3, so that extensions installed in ${LOCALBASE}/lib/mozilla/extensions/${APPID} are enabled by default. - remove patch-mailnews_base_search_src_nsMsgSearchTerm_cpp, merged in #885538 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/24 15:34:21 Modified files: www/seamonkey : Makefile distinfo www/seamonkey/patches: patch-config_config_mk patch-mozilla_js_src_configure_in patch-mozilla_toolkit_components_downloads_nsDownloadManager_cpp www/seamonkey/pkg: PLIST-lightning PLIST-main www/seamonkey-i18n: Makefile.inc distinfo Added files: www/seamonkey/files: all-openbsd.js Removed files: www/seamonkey/patches: patch-mozilla_js_src_ctypes_libffi_configure patch-mozilla_js_src_ctypes_libffi_src_x86_freebsd_S www/seamonkey/pkg: DESCR-enigmail PLIST-enigmail Log message: Update to seamonkey 2.25. - See http://www.seamonkey-project.org/releases/seamonkey2.25/ - Fixes MFSA-2014-15->32 (except 21,24,25, not relevant to SM?) - Remove enigmail subpackage, build goo & patches, will be superseded by mail/enigmail,-seamonkey - add an all-openbsd.js file to customize default preferences and install it in defaults/pref/. Use it to set extensions.autoDisableScopes to 3, so that extensions installed in ${LOCALBASE}/lib/mozilla/extensions/${APPID} are enabled by default. - remove libffi patches, were merged upstream in #928390 and #928381 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/24 15:37:00 Modified files: mail : Makefile Log message: link enigmail to the build CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/24 15:42:41 Modified files: bin/dd : args.c dd.1 Log message: support gigabytes. also update some comments and make goto label nicer. ok deraadt jmc CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/24 15:44:09 Modified files: security/stunnel: Makefile Log message: Disable libwrap support. Ok gsoares@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/24 15:46:16 Modified files: mail/enigmail : Makefile distinfo Log message: Update to git master, and mirror the tarball since sourceforge can't be trusted... noted by jasper@. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/24 15:46:16 Modified files: net/sslh : Makefile net/sslh/patches: patch-Makefile Log message: Disable libwrap support. Ok Bjorn Ketelaars (maintainer) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/03/24 16:41:00 Modified files: sysutils/syslog-ng: Makefile Log message: remove support for TCP wrappers; ok steven@ CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2014/03/24 17:22:54 Modified files: sys/dev/acpi : acpithinkpad.c Log message: add support for aux button strip on newer thinkpads like the 2nd generation x1 carbon that have done away with regular F1-F12 keys from rivo nurges and reportedly tested on x1 carbon, x220, and x61s CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/24 19:26:33 Modified files: net/icinga : Makefile.inc net/icinga/core: Makefile distinfo net/icinga/core/patches: patch-Changelog patch-configure patch-sample-config_icinga_cfg_in net/icinga/core/pkg: PLIST-cgi PLIST-ido PLIST-main net/icinga/web : Makefile distinfo net/icinga/web/patches: patch-Makefile_in net/icinga/web/pkg: PLIST Removed files: net/icinga/web/patches: patch-lib_agavi_Makefile_in patch-lib_raphael_Makefile_in Log message: update to Icinga 1.11.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/24 19:45:27 Modified files: net/ttg : Makefile distinfo net/ttg/patches: patch-ttg_c Log message: update to TTG ("SNMP Text Traffic Grapher") 2.1 - adds optional support for 64-bit counters and ifDescr in the interface list CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2014/03/24 20:38:26 Modified files: www/nginx/stable: Makefile distinfo Log message: SECURITY update to nginx-1.4.7; ok sthen. Resolves CVE-2014-0133 CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2014/03/24 20:39:38 Modified files: www/nginx/devel: Makefile Added files: www/nginx/devel/patches: patch-src_http_ngx_http_spdy_c Log message: SECURITY fix for CVE-2014-0088 and apply fix for CVE-2014-0133; ok sthen a proper 1.5 update is in the works CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/24 21:16:38 Modified files: sys/dev/usb : usbdevs Log message: add HP-x9G+ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/24 21:17: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 2014/03/24 21:29:23 Modified files: share/man/man4 : Makefile usb.4 sys/dev/usb : files.usb Added files: share/man/man4 : uscom.4 sys/dev/usb : uscom.c Log message: Add a driver for simple usb serial devices, it attaches ucom but doesn't set any custom callbacks. John Long has a HPx9G+ device that requires this. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/24 21:53:35 Modified files: sys/arch/sparc64/include: endian.h Log message: the memory constraints are correct on the MD_SWAPIO bits, so we dont need the extra restrictions that __volatile provides on the __asm statements. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/24 22:04:36 Modified files: sys/kern : vfs_lookup.c Log message: As long as we're pulling in "systrace.h", might as well conditionalize the inclusion of CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/24 22:25:06 Modified files: sys/arch/powerpc/include: endian.h Log message: the memory constraints are correct, so we dont need volatile to provide extra restrictions on ordering. CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/03/24 22:28:28 Modified files: lib/libskey : skeysubr.c Log message: Fix two bugs introduced after MD4 removal: Change the default algorithm back to md5 (as documented on the man pages), and do not let skey_set_algorithm() cause a segfault if an unsupported algorithm is specified. earlier version ok tedu@ help/ok millert@, ok naddy@ CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/03/24 22:29:49 Modified files: regress/lib/libskey: skeytest.c Log message: Update the libskey regression tests: - Remove the MD4 data sets since MD4 has been removed from base - Add new data sets for RMD-160 (suggested by millert@) - Ensure that the default algorithm is "md5" (as documented on the skey man pages) - Ensure that skey_set_algorithm() will not blindly accept an unsupported algorithm - Ensure that skey_set_algorithm() recognizes the algorithms in the provided data set - Ensure that skey_get_algorithm() returns the algorithm set by skey_set_algorithm() looks good to millert@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/24 22:34:42 Modified files: sys/dev/pci : qle.c qlereg.h Log message: use htolem32 to write out qle sg elements, and annotate the structure as being 4 byte aligned. rewrite qle_put_data_seg so it takes an address and length rather than a dma descriptor so it can be used to write sges for arbitrary things rather than just dmamaps. use it to write out all sges. ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/24 23:41:44 Modified files: sys/dev/ic : mpireg.h Log message: everything is at least 4 byte aligned. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/25 00:25:45 Modified files: www/webkit : Makefile distinfo www/webkit/patches: patch-GNUmakefile_in patch-Source_JavaScriptCore_heap_MachineStackMarker_cpp patch-Source_JavaScriptCore_jit_ExecutableAllocator_h patch-Source_JavaScriptCore_llint_LLIntOfflineAsmConfig_h patch-Source_JavaScriptCore_llint_LowLevelInterpreter32_64_asm patch-Source_JavaScriptCore_llint_LowLevelInterpreter_asm patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port_h patch-Source_ThirdParty_leveldb_port_port_posix_h patch-Source_WTF_wtf_DisallowCType_h patch-Source_WTF_wtf_MathExtras_h patch-Source_WTF_wtf_Platform_h patch-Source_WTF_wtf_RAMSize_cpp patch-Source_WTF_wtf_dtoa_utils_h patch-Source_WebCore_plugins_PluginDatabase_cpp patch-Source_WebKit2_UIProcess_Launcher_gtk_ProcessLauncherGtk_cpp patch-Source_WebKit2_WebProcess_soup_WebKitSoupRequestInputStream_h patch-Tools_MiniBrowser_gtk_main_c patch-configure www/webkit/pkg : PFRAG.gtk3 PLIST Added files: www/webkit/patches: patch-Source_WebKit2_Platform_IPC_unix_ConnectionUnix_cpp Removed files: www/webkit/patches: patch-Source_JavaScriptCore_assembler_MacroAssemblerX86Common_h patch-Source_WTF_wtf_Atomics_h patch-Source_WebKit2_Platform_CoreIPC_unix_ConnectionUnix_cpp patch-Source_WebKit2_PluginProcess_unix_PluginProcessMainUnix_cpp patch-Source_WebKit2_UIProcess_Plugins_unix_PluginProcessProxyUnix_cpp patch-Source_WebKit2_UIProcess_StatisticsRequest_cpp Log message: Update to webkit 2.4.0. See http://webkitgtk.org/2014/03/24/webkitgtk2.4.0-released.html. Note that Webkit2 API is still broken, on OpenBSD(and FreeBSD) and this might be the last release shipping the Webkit1 API. Pass -DLOG_DISABLED=0 to CPPFLAGS to somewhat allow debugging. Use the same ruby version on sparc64 as other archs now that they're more reliable. Remove some patches merged upstream, and add links to upstream bz for most of the remaining patches. Note: this needs gnu/usr.bin/binutils/include/opcode/i386.h r1.15 to build. And gcc 4.8 (and python, ruby & perl :) Built numerous times on amd64/ppc/sparc64 (broken at runtime on the last two, but that's not a regression from 2.2..) and went in a bunch of bulks. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/25 00:26:21 Modified files: www/webkit : Makefile Log message: Whoops, remove REVISION that snuck in. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/25 01:10:34 Modified files: share/man/man4 : uscom.4 usb.4 Log message: Nd lines are not new sentences, and do not begin with capitals; CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/25 01:15:52 Modified files: sys/dev/pci : qle.c qlereg.h Log message: rework qle_put_cmd to use hto[lb]emXX as best it can. ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/25 01:26:50 Modified files: sys/dev/ic : mpi.c Log message: when reading from the chip you use letoh32, not htole32. jmatthew@ agrees with me CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/25 01:31:32 Removed files: x11/gnome/search-tool: Makefile distinfo x11/gnome/search-tool/pkg: DESCR PLIST Log message: Remove gnome-search-tool; unmaintained upstream and does not work properly. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/25 01:31:45 Modified files: x11/gnome : Makefile Log message: -search-tool CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/25 01:32:17 Modified files: meta/gnome : Makefile Log message: x11/gnome/search-tool is gone. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/25 01:33:03 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: gnome-search-tool is gone. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/25 02:41:48 Removed files: x11/gnome/system-log: Makefile distinfo x11/gnome/system-log/pkg: DESCR PLIST Log message: Drop gnome-system-log; unmaintained upstream. Replacement would be gnome-logs but that requires... systemd! ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/25 02:42:02 Modified files: x11/gnome : Makefile Log message: -system-log CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2014/03/25 02:42:25 Modified files: net/munin : Makefile distinfo net/munin/pkg : README-main README-server Added files: net/munin/patches: patch-master__bin_munin-check_in Log message: update munin to 2.0.19 and add some improvements: - unbreak munin-check script and make it useful - move a note of newsyslog.conf fragment for munin-node.log to README-main - add missing { in README-server - instructions about reducing disk I/O with rrdcached. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/25 02:42:27 Modified files: meta/gnome : Makefile Log message: x11/gnome/system-log is no more. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/25 02:43:16 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: gnome-system-log is gone. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/25 02:53:17 Modified files: graphics/p5-Image-ExifTool: Makefile distinfo graphics/p5-Image-ExifTool/pkg: PLIST Log message: update to Image-ExifTool-9.53, from maintainer Patrick Keshishian CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/25 02:59:45 Modified files: lang/vala : Makefile distinfo lang/vala/pkg : PLIST Removed files: lang/vala/patches: patch-tests_testrunner_sh Log message: - update to vala-0.24.0 if there happens to be any fallout, it'll be dealt with shortly. ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/25 03:00:47 Modified files: x11/gnome/code-assistance: Makefile x11/gnome/anjuta: Makefile x11/gnome/anjuta/patches: patch-configure_ac Log message: fix for vala-0.24 CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/03/25 03:01:11 Modified files: usr.sbin/smtpd : dns.c Log message: Integrate necessary dns packet parsing helpers from asr. They are not supposed to be exposed. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/25 03:02:07 Modified files: x11/xfce4 : xfce4.port.mk Log message: Use DISTNAME?= to allow ports using xfce4 MODULE to override it. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/25 03:21:01 Modified files: . : INDEX Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/25 03:36:03 Modified files: devel/p5-MooseX-Types-DateTime: Makefile Log message: hump da bump CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/25 03:36:37 Modified files: sys/dev/ic : mpi.c Log message: use lemtohXX and htolemXX as much as possible CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/25 03:39:17 Modified files: x11/gnome : gnome.port.mk Log message: Bump requirements. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/03/25 03:40:03 Modified files: usr.bin/ssh : myproposal.h Log message: trimm default proposals. This commit removes the weaker pre-SHA2 hashes, the broken ciphers (arcfour), and the broken modes (CBC) from the default configuration (the patch only changes the default, all the modes are still available for the config files). ok djm@, reminded by tedu@ & naddy@ and discussed with many CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/25 03:40:32 Modified files: www/midori : Makefile distinfo www/midori/pkg : PLIST Log message: Update to midori 0.5.7. See http://midori-browser.org/changelog/#v057. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2014/03/25 03:55:25 Modified files: faq : current.html Log message: Remove all of libwrap; ok sthen@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/25 04:06:25 Modified files: net/ddclient : Makefile distinfo net/ddclient/pkg: PLIST Log message: Update to ddclient-3.8.2 Added support for ChangeIP and assorted bugfixes CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2014/03/25 04:06:29 Modified files: usr.sbin/smtpd : enqueue.c Log message: when locally enqueuing messages without specifying a domain for sender or recipient, the local domain is assumed. this was correctly handled at the smtp level, but headers were not updated to reflect that. issue experienced by several people, fix tested by ajacoutot@ and I ok eric@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2014/03/25 04:28:58 Modified files: usr.sbin/smtpd : parse.y Log message: reword error message when a table has an invalid configuration file, it has confused a few people ok eric@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/03/25 04:33:33 Log message: Import OpenColorIO. OpenColorIO (OCIO) is a complete color management solution geared towards motion picture production with an emphasis on visual effects and computer animation. OCIO provides a straightforward and consistent user experience across all supporting applications while allowing for sophisticated back-end configuration options suitable for high-end production usage. OCIO is compatible with the Academy Color Encoding Specification (ACES) and is LUT-format agnostic, supporting many popular formats. ok landry@ Status: Vendor Tag: pascal Release Tags: pascal_20140325 N ports/graphics/opencolorio/Makefile N ports/graphics/opencolorio/distinfo N ports/graphics/opencolorio/pkg/PLIST N ports/graphics/opencolorio/pkg/DESCR N ports/graphics/opencolorio/patches/patch-export_OpenColorIO_OpenColorABI_h_in N ports/graphics/opencolorio/patches/patch-src_core_Platform_h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/03/25 04:35:17 Modified files: graphics : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/03/25 04:37:39 Modified files: graphics/openimageio: Makefile distinfo graphics/openimageio/patches: patch-src_cmake_platform_cmake patch-src_libutil_sysutil_cpp patch-src_libutil_tbb_misc_cpp graphics/openimageio/pkg: PLIST Added files: graphics/openimageio/patches: patch-src_cineon_imageio_cineoninput_cpp patch-src_dpx_imageio_dpxinput_cpp patch-src_rla_imageio_rlainput_cpp Removed files: graphics/openimageio/patches: patch-src_include_thread_h Log message: Update to OpenImageIO 1.3.12, enable OCIO support. Disable threads, eliminating the need for atomic ops. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/03/25 04:38:07 Modified files: graphics/blender: Makefile Log message: Enable OpenColorIO support. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/25 05:18:46 Modified files: net/libproxy : Makefile net/libproxy/pkg: DESCR-webkit Removed files: net/libproxy/patches: patch-libproxy_cmake_modules_pacrunner_mozjs_cmk patch-libproxy_modules_pacrunner_mozjs_cpp net/libproxy/pkg: DESCR-mozilla PLIST-mozilla Log message: Drop libproxy-mozilla; one JS interpreter (webkit) is enough and there is no official support upstream for the newer spidermonkey. discussed with and ok landry@ jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/25 05:22:29 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: 'libproxy-mozilla' => 'libproxy-webkit' CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/25 05:37:47 Modified files: x11/gnome : gnome.port.mk Log message: Tweak comment; no functionality change. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/25 06:01:28 Modified files: sys/dev/pci : qle.c Log message: when working with the cdb its better to use cmdlen than datalen. ok jmatthew@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/25 06:23:36 Modified files: news/leafnode : Makefile news/leafnode/patches: patch-INSTALL Log message: tcp wrappers are gone. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/25 06:31:50 Modified files: security/sshguard: Makefile security/sshguard/pkg: README Log message: Drop the tcpd FLAVOR. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/25 06:32:10 Modified files: security : Makefile Log message: -sshguard,tcpd CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/25 06:33:31 Modified files: security/sshguard/pkg: PLIST Log message: Forgot @pkgpath in previous. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/03/25 06:59:03 Modified files: sbin/fdisk : part.c part.h Log message: Use 'struct dos_partition' variable to access 'struct dos_partition' data. Since all the fields but 2 that are specially handled are u_int8_t's there should be no danger from alignment issues. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/25 07:01:54 Modified files: textproc/gtk-doc: Makefile Log message: add missing build dependency on glib2 (needed by regress tests) CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2014/03/25 07:21:21 Modified files: lang/go : Makefile distinfo lang/go/pkg : PLIST Added files: lang/go/patches: patch-api_except_txt patch-api_next_txt Log message: Upgrade lang/go to version 1.2.1. Update API exceptions so that make regress passes fully - this is the same change that has already been made in Go tip. ok sthen@, "Go for it" krw@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/25 07:28:58 Modified files: graphics/gdk-pixbuf2: Makefile distinfo Log message: Update to gdk-pixbuf-2.30.7. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/25 08:19:49 Modified files: libexec/mail.local: mail.local.8 Log message: make this page slightly less sendmail centric; ok gilles CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2014/03/25 08:47:08 Modified files: share/zoneinfo/datfiles: africa antarctica australasia europe zone.tab Log message: Update to tzdata2014b from ftp.iana.org CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/25 09:23:27 Modified files: lib/libc/stdio : stdio.3 Log message: no gets CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/25 09:24:12 Modified files: include : stdio.h Log message: no gets CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/25 09:24:54 Modified files: print/cups-filters: Makefile distinfo print/cups-filters/pkg: PLIST Log message: Update to cups-filters-1.0.49. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/25 09:55:15 Modified files: include : stdio.h Log message: try to put the pin back in. removing gets means removing it from libstdc++ and guenther tells me that will require changing version numbers. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/25 10:00:26 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/25 10:06:58 Modified files: x11/gnome/gucharmap: Makefile x11/gnome/gucharmap/pkg: PLIST Log message: disable vala for now to prevent breaking vapigen when atk gets updated CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/25 10:18:02 Modified files: devel/py-dulwich: Makefile distinfo devel/py-dulwich/pkg: PLIST Log message: update to py-dulwich, from new maintainer Dmitrij D. Czarkoff CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/25 10:19:15 Modified files: devel/py-hg-git: Makefile distinfo devel/py-hg-git/pkg: PLIST Log message: update to py-hg-git, from new maintainer Dmitrij D. Czarkoff, with a small tweak from me to handle running tests on a system which does not have a python->python2.7 symlink. CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2014/03/25 10:32:57 Modified files: . : policy.html Log message: typo, tweak CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/25 10:54:25 Modified files: meta/gnome : Makefile meta/gnome/pkg : README-main Log message: Tweak the part about GDM. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/03/25 11:00:02 Modified files: lib/libc/stdlib: malloc.c Log message: Poul-Henning Kamp informed me he is allright with this licensing change. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/25 11:07:22 Modified files: x11/p5-Tk : Makefile Log message: Subpackaged perl port; needs to carry WANTLIB across to the -main subpackage otherwise it won't be updated for perl XS ABI changes. Also don't need a WANTLIB for -demo. Problem hit by nigel@ doing partial dpb rebuilds CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/25 11:23:40 Modified files: sys/dev/pci : xhci_pci.c sys/dev/usb : xhci.c xhcivar.h Log message: Upon resume do a full reset of the HC, including the command and event rings, and rewrite all the addresses in the registers. While here don't keep a copy of our usb(4) child device, autoconf(9) knows how to reach our children. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/25 11:44:39 Modified files: sys/dev/pci/drm: drmP.h drm_drv.c sys/dev/pci/drm/i915: i915_drv.h sys/dev/pci/drm/ttm: ttm_page_alloc.c Log message: Remove and shuffle some includes to reduce their number since drmP.h is included by a lot of files. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/25 11:52:18 Modified files: cad/xnecview : Makefile Added files: cad/xnecview/patches: patch-Makefile Log message: - get rid of imake and remove BROKEN lines (which were only there due to makedepend problems which is no longer run) - get rid of useless VERSION variable that's only referenced once in the port Makefile no functional change but due to imake removal I've bumped REVISION. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2014/03/25 11:53:09 Modified files: . : 55.html Log message: talk about autoinstall CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/25 12:02:15 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/03/25 12:42:26 Modified files: www/lighttpd : Tag: OPENBSD_5_4 Makefile distinfo Removed files: www/lighttpd/patches: Tag: OPENBSD_5_4 patch-src_base_h patch-src_configfile_c patch-src_network_c patch-src_server_c Log message: MFC security update to lighttpd 1.4.35. CVE-2014-2323, CVE-2014-2324 http://download.lighttpd.net/lighttpd/security/lighttpd_sa_2014_01.txt ok sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/25 12:54:37 Modified files: distrib/sets/lists/base: md.armish md.armv7 md.aviion md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.vax md.zaurus Log message: sync CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/03/25 12:57:31 Modified files: textproc/the_silver_searcher: Makefile distinfo Log message: Bugfix update to 0.21.1 From Florian Stinglmayr (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/25 12:58:07 Modified files: distrib/sets/lists/base: md.armish md.armv7 md.aviion md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.vax md.zaurus Log message: oops CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/25 13:07:07 Modified files: distrib/sets/lists/base: md.armish md.armv7 md.aviion md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.vax md.zaurus Log message: sync, hopefully better this time CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2014/03/25 13:29:38 Modified files: . : press.html Log message: mention of OpenBSD in french press (and official reports) CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/03/25 13:35:46 Modified files: www/lighttpd : Tag: OPENBSD_5_5 Makefile distinfo Log message: MFC security update to lighttpd 1.4.35. CVE-2014-2323, CVE-2014-2324 http://download.lighttpd.net/lighttpd/security/lighttpd_sa_2014_01.txt ok sthen@ CVSROOT: /cvs Module name: www Changes by: millert@cvs.openbsd.org 2014/03/25 13:46:26 Modified files: . : mail.html Log message: The Polish and Russian mailing lists are long dead. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/03/25 13:48:11 Modified files: lib/libc/asr : asr.c asr.h asr_debug.c asr_private.h getaddrinfo.c getaddrinfo_async.c gethostnamadr.c gethostnamadr_async.c getnameinfo.c getnameinfo_async.c getnetnamadr.c getnetnamadr_async.c getrrsetbyname.c getrrsetbyname_async.c res_query.c res_search_async.c res_send.c res_send_async.c Log message: Cleanup and simplify the API to be exposed. Use better names for structures, functions and defines. discussed with and ok deraadt@ guenther@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/03/25 13:50:17 Modified files: usr.sbin/smtpd : dns.c Log message: update after asr API update CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/25 13:56:37 Modified files: x11/gnome/contacts: Makefile Added files: x11/gnome/contacts/patches: patch-src_contacts-view_vala Log message: unbreak with vala 0.24; patch from upstream bugzilla CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2014/03/25 14:23:01 Modified files: . : press.html Log message: duh won't fly CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/25 14:27:37 Modified files: sys/dev/usb : ehci.c ehcivar.h ohci.c ohcivar.h uhci.c uhcivar.h xhci.c xhcivar.h Log message: Instead of matching root hubs with a custom address, that only works because USB_START_ADDR is defined to 0 and the softc is M_ZERO'd, assume that root hubs are the only devices with a depth of 0. Root hubs can now happily be detached and reattached. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2014/03/25 15:03:00 Modified files: usr.bin : Makefile Removed files: usr.bin/file2c : Makefile file2c.1 file2c.c Log message: Remove file2c. Nothing in the tree uses it and hexdump works as well for most use cases. OK deraadt@, espie@, gsoares@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/25 15:05:26 Modified files: mail/p5-Mail-SpamAssassin: Makefile Removed files: mail/p5-Mail-SpamAssassin/patches: patch-lib_Mail_SpamAssassin_Util_DependencyInfo_pm patch-lib_Mail_SpamAssassin_Util_RegistrarBoundaries_pm Log message: missed cvs rm's, pointed out by brad@ (not a problem, but no need to keep them any more). CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/03/25 15:20:39 Modified files: devel/readline : Makefile graphics/cal3d : Makefile multimedia/vitunes: Makefile net/enet : Makefile productivity/slideml: Makefile security/rarcrack: Makefile sysutils/diskrescue: Makefile textproc/sim : Makefile www/wbox : Makefile Log message: replace MAINTAINER address with currently valid address, bump REVISIONS. okay maintainer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/25 15:50:16 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/25 16:38:23 Modified files: mail/enigmail : Makefile Log message: Add archivers/zip to BDEP; espie@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/25 18:15:47 Modified files: share/man/man8 : rc.subr.8 Log message: rc_stop() sends SIGTERM, not SIGKILL; reported by when only is needed, so remove the former and include the latter instead of pulling it in . This header already requires various other types anyway. While here remove unneeded headers. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/26 08:44:13 Modified files: x11/gnome/power-manager: Makefile distinfo x11/gnome/power-manager/pkg: PLIST Log message: Update to gnome-power-manager-3.12.0. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/26 08:50:30 Modified files: share/man/man9 : rtlabel_id2name.9 rt_timer_add.9 Log message: Add a CONTEXT section. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/26 08:55:04 Modified files: geo/geocode-glib: Makefile distinfo geo/geocode-glib/pkg: PLIST Removed files: geo/geocode-glib/patches: patch-geocode-glib_Makefile_in Log message: update to geocode-glib-3.12.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/26 08:56:23 Modified files: sysutils/polkit: Makefile sysutils/polkit/patches: patch-configure_ac Added files: sysutils/polkit/patches: patch-docs_polkit_Makefile_am Log message: Drop gtk-doc from build_depends. req. by espie@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/26 09:13:59 Modified files: sys/net : if_ethersubr.c Log message: bcmp -> memcmp CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/26 09:24:41 Modified files: x11/gnome/devhelp: Makefile distinfo x11/gnome/devhelp/pkg: PLIST Log message: Update to devhelp-3.12.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/26 10:00:31 Modified files: cad/fritzing : Makefile distinfo cad/fritzing/patches: patch-phoenix_pro cad/fritzing/pkg: PLIST Removed files: cad/fritzing/files: fritzing.desktop Log message: update to fritzing-0.8.7 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/26 10:05:38 Modified files: devel/spidermonkey: Makefile x11/gnome/shell: Makefile x11/gnome/gjs : Makefile Log message: These 3 need to be in sync wrt to compiler MODULE. Add missing MODGCC4_LANGS to the gnome ports while here. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/26 10:09:06 Modified files: x11/gnome : gnome.port.mk Log message: Bump requirements. CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2014/03/26 10:36:32 Modified files: gnu/usr.bin/perl: Configure Log message: Make perl build in a non-writable src tree OK millert@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/26 11:16:22 Modified files: sysutils/accountsservice: Makefile distinfo sysutils/accountsservice/patches: patch-src_Makefile_in patch-src_libaccountsservice_Makefile_in sysutils/accountsservice/pkg: PLIST Removed files: sysutils/accountsservice/patches: patch-src_wtmp-helper_c Log message: Update to accountsservice-0.6.37. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/26 11:16:26 Modified files: usr.bin/ssh : myproposal.h Log message: The current sharing of myproposal[] between both client and server code makes the previous diff highly unpallatable. We want to go in that direction for the server, but not for the client. Sigh. Brought up by naddy. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2014/03/26 11:38:27 Modified files: security/jailkit: Makefile distinfo security/jailkit/patches: patch-ini_jk_init_ini patch-man_jailkit_8 patch-man_jk_socketd_8 Log message: This is an update for jailkit to 2.17, is a minor bugfix release, allows jk_chrootsh to be called -su, it improves argument handling and error messages, and makes jk_cp honor the -j option again. Also remove maintainer. Tested on powerpc@ and amd64@ OK sebastia@ (EX-Maintainer ;) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/26 11:55:41 Modified files: x11/gnome/libsecret: Makefile Log message: Tweak comment; no pkg change. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/26 12:03:02 Modified files: net/telepathy/telepathy-glib: Makefile distinfo net/telepathy/telepathy-glib/patches: patch-telepathy-glib_Makefile_in net/telepathy/telepathy-glib/pkg: PLIST Log message: update to telepathy-glib-0.24.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/26 12:04:26 Modified files: converters/libpst: Makefile Log message: MODLIBICONV_LIB_DEPENDS -> MODGETTEXT_LIB_DEPENDS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/26 12:07:57 Modified files: net/quvi/quvi : Makefile Log message: Use the devel/gettext MODULE. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/26 12:08:45 Modified files: www/mozilla-firefox: Tag: OPENBSD_5_4 Makefile distinfo Log message: security update to firefox-24.4.0esr CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/26 12:09:07 Modified files: www/firefox-i18n: Tag: OPENBSD_5_4 Makefile.inc distinfo Log message: sync with firefox-esr CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/03/26 12:13:15 Modified files: include : Makefile lib/libc/asr : Makefile.inc asr.c asr_debug.c asr_run.3 asr_utils.c getaddrinfo.c getaddrinfo_async.c gethostnamadr.c gethostnamadr_async.c getnameinfo.c getnameinfo_async.c getnetnamadr.c getnetnamadr_async.c getrrsetbyname.c getrrsetbyname_async.c res_init.c res_mkquery.c res_query.c res_search_async.c res_send.c res_send_async.c Added files: include : asr.h Removed files: lib/libc/asr : asr.h Log message: Make the asr API public. Install asr.h to /usr/include.h and manpages. Include tweaks suggested by mpi@ ok deraadt@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/03/26 12:14:22 Modified files: usr.sbin/smtpd : dns.c usr.sbin/smtpd/smtpd: Makefile Log message: asr API is now public CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/26 12:17:49 Modified files: security/pinentry: Makefile Log message: Sync WANTLIB. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/26 12:36:16 Modified files: converters/libpst: Makefile Log message: Cleanup wantlib. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/26 13:38:18 Modified files: sys/arch/mips64/mips64: exception.S trap.c Log message: Service R4[04]00SC-specific virtual coherency exceptions directly from the lowest bowels of the exception handling code, rather than in trap(). They won't get recorded in the trap history, but there is a measurable speedup. No change for non-CPU_R4000 kernels. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/26 13:39:39 Modified files: sys/arch/amd64/include: vmparam.h Log message: Increase max data size. 32G is the new 640K. Using this much memory may have negative side effects, but at least now you have the option. Here's some rope; have fun. maybe ok a few people. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/26 13:58:37 Modified files: usr.bin/ssh : sshd.8 sshd.c usr.bin/ssh/sshd: Makefile Log message: remove libwrap support. ok deraadt djm mfriedl CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/26 14:04:14 Modified files: devel/libofx : Makefile distinfo devel/libofx/pkg: PLIST Log message: Bugfix update to libofx 0.9.9. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/26 14:17:01 Modified files: etc : Makefile Added files: etc/etc.alpha : login.conf etc/etc.amd64 : login.conf etc/etc.armish : login.conf etc/etc.armv7 : login.conf etc/etc.aviion : login.conf etc/etc.hppa : login.conf etc/etc.hppa64 : login.conf etc/etc.i386 : login.conf etc/etc.landisk: login.conf etc/etc.loongson: login.conf etc/etc.luna88k: login.conf etc/etc.macppc : login.conf etc/etc.octeon : login.conf etc/etc.sgi : login.conf etc/etc.socppc : login.conf etc/etc.sparc : login.conf etc/etc.sparc64: login.conf etc/etc.vax : login.conf etc/etc.zaurus : login.conf Removed files: etc : login.conf.in mklogin.conf Log message: end experimental login.conf template support. one file per machine. ok deraadt millert CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/26 14:22:20 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/03/26 14:49:28 Log message: Import a copy of our former /usr/libexec/uucpd, recently removed. ok sthen@ The uucpd daemon reads a username and password, and then executes uucico, the UUCP file transfer daemon. To be used with inetd. Status: Vendor Tag: jca Release Tags: jca_20140326 N ports/net/uucpd/Makefile N ports/net/uucpd/distinfo N ports/net/uucpd/pkg/PLIST N ports/net/uucpd/pkg/DESCR N ports/net/uucpd/patches/patch-uucpd_8 N ports/net/uucpd/patches/patch-pathnames_h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/03/26 14:52:01 Log message: Import a copy of our /bin/rmail, recently removed. ok sthen@ The rmail utility interprets incoming mail received via uucp, collapsing ``From'' lines in the form generated by mail.local into a single line of the form ``return-path!sender'', and passing the processed mail on to sendmail. Status: Vendor Tag: jca Release Tags: jca_20140326 N ports/mail/rmail/Makefile N ports/mail/rmail/distinfo N ports/mail/rmail/pkg/PLIST N ports/mail/rmail/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/26 14:53:31 Modified files: usr.bin/mandoc : mandocdb.c Log message: Improve error reporting. Simplify combining a custom format string with perror(), avoiding many manual calls to strerror(errno). For low-level failures, report attempted function calls. Do not abuse the say() filename argument for files outside the basedir, and even less for other text. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/03/26 14:54:07 Modified files: net : Makefile Log message: +uucpd CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/03/26 14:55:04 Modified files: mail : Makefile Log message: +rmail CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/03/26 14:57:14 Modified files: net/uucp : Makefile Log message: Add mail/rmail as a RUN_DEPENDS, and ensure rmail can be found in ${LOCALBASE}/bin. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/26 15:10:06 Modified files: www/webkit/patches: patch-GNUmakefile_in Log message: Drop chunk 7 of patch-GNUmakefile_in, it was added for webkit 2.0.0 at that time to workaround a gmake weirdness triggering forkbombs, but now apparently it causes weird build failures with binutils error messages when using MAKE_JOBS>=4, as experienced by sthen@, naddy@ & espie@. Unfortunately, i don't have hardware with 4 cores or more, so didnt see those... Removing the chunk doesnt seem to show gmake weirdness anymore, so just do it (tm). Analysed by espie@. Note that gtk3 FLAVOR is broken on powerpc with "undefined reference to `__atomic_fetch_add_8'". /me goes crying in a corner. building webkit is hard, let's go shopping. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/26 15:27:10 Modified files: usr.sbin/unbound/util: config_file.c Log message: Print correct filename if config errors exist in an "include"d file. From upstream r3099 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/26 15:35:28 Modified files: usr.sbin/unbound: Makefile.in configure configure.ac Added files: usr.sbin/unbound/doc: unbound-host.1.in Removed files: usr.sbin/unbound/doc: unbound-host.1 Log message: Handle unbound-host(1) the same way as other manpages and have configure generate a copy in the build directory. Removes some complexity and fixes a problem noticed by rpe@ when running 'make -f Makefile.bsd-wrapper clean' in src dir without having an obj dir present. From upstream r3100. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/26 15:36:40 Modified files: usr.sbin/unbound: Makefile.bsd-wrapper Log message: Remove bsd-wrapper pieces to handle pulling unbound-host.1 from src, no longer needed now that this file is handled the same in Unbound's build infrastructure as the other manpages. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/26 15:39:33 Modified files: usr.bin/mandoc : mandocdb.c Log message: Without bloating mandoc(1) itself, let mandocdb(8) support files called manN/X.N.gz and catN/X.0.gz, reading them through a pipe(2) from gunzip(1) -c. Asked for by various people in the past. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2014/03/26 16:02:06 Modified files: usr.bin/mg : mg.1 random.c Log message: Previously, C-t (transpose two chars) did not behave the same as Emacs. This diff makes mg behave more so. Though new-line characters are treated as any other. Difference from emacs observed and reported by deraadt@. First diff tested and ridiculed by deraadt@. Second diff not tested and not ridiculed by deraadt@ but at least email responded to. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/03/26 17:03:59 Modified files: usr.sbin/sysmerge: sysmerge.8 sysmerge.sh Log message: login.conf(5) is not special anymore. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/26 19:52:53 Added files: images : McFishy.jpg cd55-s.gif poster31-s.gif poster31.jpg Log message: parts of 55 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/26 20:09:10 Modified files: . : errata55.html index.html older.html orders.html Log message: activate 5.5 pre-orders; wonder which of the regulars win this time CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/03/26 20:15:35 Modified files: graphics/GraphicsMagick: Makefile distinfo graphics/GraphicsMagick/patches: patch-configure graphics/GraphicsMagick/pkg: PLIST Log message: Update to GraphicsMagick 1.3.19. ok sthen@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/26 21:52:46 Modified files: sys/dev/pci : qle.c Log message: move to htolemXX and lemtohXX. interestingly, this caught a few type errors which may have affected operation on BE archs. ok jmatthew@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2014/03/26 22:00:25 Modified files: games/widelands: Makefile distinfo games/widelands/pkg: PLIST Added files: games/widelands/patches: patch-CMakeLists_txt patch-src_cookie_priority_queue_h patch-src_descr_maintainer_h patch-src_io_filesystem_disk_filesystem_cc patch-src_network_network_system_h patch-src_wlapplication_cc Removed files: games/widelands/patches: patch-SConstruct patch-build_scons-tools_ctags_py patch-build_scons-tools_scons_configure_py patch-src_network_system_h patch-src_ui_ui_basic_ui_progresswindow_cc Log message: Update to widelands-0.17. ok bcallah@ kirby@ landry@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/26 22:12:28 Modified files: sys/sys : proc.h Log message: Reorder a few struct process members to avoid copying some values that will be reinitialized anyway. Delete some blank lines to prevent the same error being repeated. ok millert@ deraadt@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/26 22:38:40 Modified files: sys/dev : systrace.c Log message: Check for PS_SUGID/PS_SUGIDEXEC against the correct set of flags ok deraadt@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/26 23:09:26 Modified files: sys/dev/pci : mpii.c Log message: apply more htolemXX and lemtohXX. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/26 23:18:15 Modified files: sys/dev/pci : mpii.c Log message: forgot a htolem32 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/26 23:20:27 Modified files: sys/dev/pci : mpii.c Log message: remove unused macros CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/26 23:34:07 Modified files: sys/dev/pci : mpii.c Log message: updating the reply queue indexes on the chip dont have any dependent register ops, so dont need barriers around them. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/26 23:53:37 Modified files: sys/dev/pci : mpii.c Log message: optimise mpii_push_reply. int types are easier to work with than shorts. use a compare to handle ring wraparound rather than a mod operation. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 00:51:38 Modified files: sysutils/polkit: Makefile Log message: BUILD_DEPENDS -> BUILD_DEPENDS+ fix an issue reported by nigel@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 00:55:57 Modified files: devel/check : Makefile Log message: librt removal fallout: force bump so that it gets updated now that librt is not detected anymore. spotted by nigel@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/27 01:06:33 Modified files: sys/dev/pci : mpii.c Log message: you want the ring to wrap when it gets to the size of the ring, not one after it. jmatthew@ figured out i am bad at c. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/27 01:12:52 Modified files: sys/dev/pci : mpii.c Log message: tweak the looping of the postq CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 01:27:04 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: restore_sum: remove newly created sum file(s). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/27 01:28:35 Modified files: share/man/man9 : malloc.9 Log message: tweak previous; help/ok dlg CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/27 01:30:25 Modified files: usr.bin/mg : mg.1 Log message: new-line -> newline; not sure whether it's worth flattening the other few examples of this in our pages, but since it's used multiple times here without hyphen, at least keeps this page consistent; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 01:45:34 Modified files: x11/gtk+3 : Makefile Log message: spidermonkey -> mozjs17 in comment; no pkg change. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 01:52:14 Modified files: devel/json-glib: Makefile Log message: add missing build dependency as spotted by landry@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 01:57:44 Modified files: databases/gdbm : Makefile distinfo databases/gdbm/pkg: PLIST Removed files: databases/gdbm/pkg: PFRAG.shared Log message: - update to gdbm-1.11 - unbreak and enable regress tests ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 01:59:35 Modified files: sysutils/upower: Makefile distinfo sysutils/upower/pkg: PLIST Log message: - update to upower-0.99.0 there will be some fallout due to major API changes, but they will be dealt with today as the offenders (gnome-related) will be updated. ok landry@ (MAINTAINER), aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 02:02:49 Modified files: devel/dconf : Makefile distinfo devel/dconf/patches: patch-bin_Makefile_in patch-client_Makefile_in patch-dbus-1_Makefile_in patch-editor_Makefile_in devel/dconf/pkg: PLIST-editor PLIST-main Removed files: devel/dconf/patches: patch-tests_Makefile_in Log message: Update to dconf-0.20.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 02:03:08 Modified files: devel/gsettings-desktop-schemas: Makefile distinfo devel/gsettings-desktop-schemas/pkg: PLIST Log message: Update to gsettings-desktop-schemas-3.12.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 02:03:34 Modified files: x11/gnome/common: Makefile distinfo Log message: update to gnome-common-3.12.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 02:03:47 Modified files: devel/py-gobject3: Makefile distinfo devel/py-gobject3/pkg: PLIST-main Log message: Update to py-gobject3-3.12.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 02:04:22 Modified files: x11/gnome/tweak-tool: Makefile distinfo Log message: Update to gnome-tweak-tool-3.12.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 02:05:14 Modified files: x11/gnome/libgnome-keyring: Makefile distinfo x11/gnome/libgnome-keyring/pkg: PLIST Log message: Update to libgnome-keyring-3.12.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 02:06:04 Modified files: x11/gnome/gcr : Makefile distinfo x11/gnome/gcr/pkg: PLIST Added files: x11/gnome/gcr/patches: patch-Makefile_in Removed files: x11/gnome/gcr/patches: patch-ui_Makefile_in Log message: Update to gcr-3.12.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 02:06:33 Modified files: x11/gnome/keyring: Makefile distinfo x11/gnome/keyring/pkg: PLIST Log message: Update to gnome-keyring-3.12.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 02:07:04 Modified files: devel/libsoup : Makefile distinfo devel/libsoup/pkg: PLIST Log message: Update to libsoup-2.46.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 02:14:16 Modified files: devel/vte3 : Makefile distinfo devel/vte3/pkg : PLIST Removed files: devel/vte3/patches: patch-src_vteutils_c Log message: update to vte3-0.36.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 02:22:09 Modified files: x11/gnome/online-accounts: Makefile distinfo x11/gnome/online-accounts/pkg: PLIST Log message: update to gnome-online-accounts-3.12.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 02:23:28 Modified files: x11/gnome/libgweather: Makefile distinfo x11/gnome/libgweather/pkg: PLIST Removed files: x11/gnome/libgweather/patches: patch-libgweather_weather_c Log message: update to libgweather-3.12.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 02:30:54 Modified files: x11/gnome/gucharmap: Makefile distinfo x11/gnome/gucharmap/pkg: PLIST Log message: update to gucharmap-3.12.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 02:33:13 Modified files: x11/gnome/screenshot: Makefile distinfo x11/gnome/screenshot/pkg: PLIST Log message: update to gnome-screenshot-3.12.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 02:33:21 Modified files: x11/gnome/font-viewer: Makefile distinfo x11/gnome/font-viewer/pkg: PLIST Log message: update to gnome-font-viewer-3.12.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 02:44:53 Modified files: www/gtkhtml4 : Makefile distinfo www/gtkhtml4/pkg: PLIST Log message: update to gtkhtml-4.8.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 02:47:56 Modified files: devel/erl-meck : Makefile devel/uthash : Makefile Log message: use WRKDIR as PORTHOME CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 02:55:09 Modified files: x11/gnome/gvfs : Makefile distinfo x11/gnome/gvfs/pkg: PLIST-main Removed files: x11/gnome/gvfs/patches: patch-daemon_gvfsafpvolume_c patch-daemon_gvfsbackendarchive_c patch-daemon_gvfsbackendsftp_c patch-daemon_gvfsdaemon_c patch-daemon_gvfsftptask_c patch-daemon_gvfshttpinputstream_c patch-daemon_gvfsjobenumerate_c patch-daemon_pty_open_c x11/gnome/gvfs/pkg: PFRAG.shared-main Log message: Update to gvfs-1.20.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 03:00:40 Modified files: devel/dconf : Makefile devel/dconf/pkg: PLIST-main devel/gconf2 : Makefile devel/gconf2/pkg: PLIST devel/glib2 : Makefile devel/glib2/pkg: PLIST net/glib2-networking: Makefile net/glib2-networking/pkg: PLIST Log message: Consistency in the gio-querymodules call. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 03:04:56 Modified files: x11/gnome/desktop: Makefile distinfo x11/gnome/desktop/patches: patch-libgnome-desktop_Makefile_in x11/gnome/desktop/pkg: PLIST Log message: Update to gnome-desktop-3.12.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 03:05:31 Modified files: meta/gnome : Makefile Log message: Welcome GNOME 3.12.0! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 03:08:53 Modified files: www/epiphany : Makefile distinfo www/epiphany/pkg: PLIST Log message: update to epiphany-3.12.0 and no longer mark it BROKEN, webkit2 works well enough (not perfect, there are still some issues). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 03:09:39 Modified files: www/epiphany : Makefile Log message: drop unused COMMENT that escaped from previous commit. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 03:15:02 Modified files: x11/gnome/weather: Makefile distinfo x11/gnome/weather/pkg: PLIST Log message: Update to gnome-weather-3.12.0. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/27 03:28:06 Modified files: audio/pianobar : Makefile audio/pianobar/patches: patch-src_ui_act_c Added files: audio/pianobar/patches: patch-src_main_c patch-src_ui_c Log message: format string fixes from upstream (git commit ebfd7d45c6b8eb5b2a1ee6e97a3f21f5f5bf9b43) CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/27 03:30:55 Modified files: usr.bin/mg : paragraph.c Log message: Don't use nospace uninitialized in gotobop and gotoeop. Problem noticed and diff from bcallah@. Slightly different fix by me. OK lum@, bcallah@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/27 03:32:18 Modified files: usr.sbin/traceroute6: traceroute6.c Log message: zap dead code; OK lteo@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 03:41:42 Modified files: x11/gnome/power-manager: Makefile Log message: Unbreak by syncing wantlib after upower update. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/27 03:42:57 Modified files: sys/dev/pci : mpiireg.h Log message: the request and reply descriptors are 8 byte aligned for the hardware. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 03:58:47 Modified files: x11/gnome/baobab: Makefile distinfo x11/gnome/baobab/pkg: PLIST Removed files: x11/gnome/baobab/patches: patch-src_Makefile_in Log message: Update to baobab-3.12.0. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/27 04:07:04 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update to youtube-dl-2014.03.27.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 04:08:21 Modified files: databases/evolution-data-server: Makefile distinfo databases/evolution-data-server/pkg: PLIST Added files: databases/evolution-data-server/patches: patch-configure Removed files: databases/evolution-data-server/patches: patch-configure_ac patch-m4_evo_krb5_support_m4 Log message: Update to evolution-data-server-3.12.0. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/27 04:13:14 Modified files: audio/pianobar : Makefile audio/pianobar/patches: patch-src_main_c Added files: audio/pianobar/patches: patch-src_libpiano_piano_h patch-src_libpiano_request_c patch-src_libpiano_response_c patch-src_libwaitress_waitress_c Log message: Bugfixes from upstream: libpiano: Request track length (upstream git commit 90f6ffbdb7c7cc07cb02b69fcfb3a3844f0180b7) libwaitress: Increase the receive buffer (upstream git commit 8e685c992516834e35bcccea1f61c39a9d847e2f) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 04:15:02 Modified files: x11/gnome/file-roller: Makefile distinfo x11/gnome/file-roller/pkg: PLIST Log message: update to file-roller-3.12.0 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/27 04:15:43 Modified files: sys/dev/pci : mpii.c Log message: tweak mpii_start. on 64bit archs you can post the descriptor in one go, which is easy. on 32bit you have to post it in halves in the right order, which is not atomic and requires barriers for ordering. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 04:16:03 Modified files: devel/libgee : Makefile distinfo Log message: Update to libgee-0.14.0. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/27 04:24:40 Modified files: sys/arch/amd64/amd64: acpi_machdep.c pmap.c sys/arch/amd64/include: atomic.h lock.h Log message: replace x86_atomic_cas_things with atomic_cas_foo equivalents. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 04:24:46 Log message: import appdata-tools-0.1.7 ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20142703 N ports/misc/appdata-tools/Makefile N ports/misc/appdata-tools/distinfo N ports/misc/appdata-tools/pkg/DESCR N ports/misc/appdata-tools/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 04:25:14 Modified files: misc : Makefile Log message: +appdata-tools CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 04:27:17 Modified files: x11/gnome/nautilus: Makefile distinfo x11/gnome/nautilus/pkg: PLIST Log message: Update to nautilus-3.12.0. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/27 04:30:58 Modified files: share/man/man9 : mbuf.9 sys/kern : uipc_mbuf.c sys/sys : mbuf.h Log message: Store an ifp index instead of a pointer in the "struct mbuf_ext". This is part of the plan to remove the ifp pointer from the packet header that will allow us to stop garbage collecting mbuf(9)s when an ifp is detached/destroyed. ok mikeb@, lteo@, benno@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/27 04:35:19 Modified files: www/mod_jk : Makefile distinfo www/mod_jk/patches: patch-native_apache-1_3_mod_jk_c patch-native_configure www/ap2-mod_jk : Makefile distinfo www/ap2-mod_jk/patches: patch-native_configure Log message: Update tomcat-connectors to ver 1.2.39 CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/03/27 04:39:13 Modified files: mail/py-policyd-spf: Makefile Log message: Add missing run-dependency CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/27 04:39:23 Modified files: sys/net : if_var.h route.c sys/netinet : if_ether.c in.c in_var.h ip_carp.c sys/netinet6 : in6.c in6_var.h nd6.c nd6_rtr.c Log message: Stop mixing interface address flags with routing entry ones. Instead of always copying ifa_flags to the routing entry flags when creating a route by calling rtinit(), explicitly pass the RTF_CLONING flag when required. This means ifa_flags are now *only* used to check if an address has an associated route that was created by the kernel auto-magically. ok benno@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/27 04:40:42 Modified files: usr.sbin/nginx/conf: nginx.conf Log message: adjust commented-out sample blocks for PHP and SSL configurations: - add a small shared SSL session cache - disable rc4 ciphers in sample config - switch to a unix socket for php-fpm - use try_files to avoid passing non-existing files to php http://wiki.nginx.org/Pitfalls#Passing_Uncontrolled_Requests_to_PHP ok robert@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/27 04:41:21 Modified files: lang/php/5.3 : Makefile lang/php/5.3/patches: patch-sapi_fpm_php-fpm_conf_in lang/php/5.4 : Makefile lang/php/5.4/patches: patch-sapi_fpm_php-fpm_conf_in Log message: switch sample php-fpm config to using unix sockets. ok robert@, tested with new nginx sample config, everything in chroot. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/27 04:44:23 Modified files: sys/netinet : ip_input.c ip_var.h Log message: Stop dereferencing the ifp pointer present in the packet header all over the input path since it is going to die. Should be no functional change. ok mikeb@, lteo@, benno@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 04:48:12 Modified files: x11/gnome/seahorse: Makefile distinfo x11/gnome/seahorse/pkg: PLIST Removed files: x11/gnome/seahorse/patches: patch-common_config_vapi Log message: Update to seahorse-3.12.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 04:58:21 Modified files: geo/geoclue2 : Makefile distinfo geo/geoclue2/pkg: PLIST Log message: update to geoclue-2.1.7 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/27 05:21:01 Modified files: sys/dev/pci : mpiireg.h Log message: everything is at least 4 byte aligned CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/27 05:25:16 Modified files: databases/hs-hedis: Makefile distinfo Log message: Update to hedis-0.6.5 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 05:30:01 Modified files: infrastructure/db: user.list Log message: Add user for geo/geoclue2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 05:30:16 Modified files: geo/geoclue2 : Makefile geo/geoclue2/pkg: PLIST Log message: Properly install configuration files. Run the DBus service as an unprivilege user. Add a RUN_DEPENDS on DBus. Use the x11/gnome MODULE so that we don't need to BUILD_DEPENDS on devel/desktop-file-utils. CVSROOT: /cvs Module name: src Changes by: daniel@cvs.openbsd.org 2014/03/27 05:32:29 Modified files: sys/dev/pci : if_ipw.c Log message: fix a theoretical double free. ok tedu@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/27 05:34:05 Modified files: lang/php/5.5 : Makefile distinfo lang/php/5.5/patches: patch-ext_sockets_sockaddr_conv_c patch-php_ini-development patch-php_ini-production patch-sapi_fpm_php-fpm_conf_in Log message: update php/5.5 to 5.5.10 and adjust php-fpm.conf to use unix sockets (5.5 is still unlinked to the build) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 05:40:22 Modified files: x11/gnome/mousetweaks: Makefile distinfo x11/gnome/mousetweaks/pkg: PLIST Log message: Update to mousetweaks-3.12.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 05:41:04 Modified files: x11/gnome/settings-daemon: Makefile distinfo x11/gnome/settings-daemon/pkg: PLIST Log message: Update to gnome-settings-daemon-3.12.0.1. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2014/03/27 06:07:49 Modified files: sys/net : pf_norm.c Log message: When enforcing TOS (Traffic Class), preserve the ECN bits, just as we do with IPv4 packets. ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/03/27 06:07:59 Modified files: security/ppgen : Makefile sysutils/ansible: Makefile Log message: Drop USE_GROFF since groff and mandoc produce identical output. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 06:14:26 Modified files: x11/gtksourceview3: Makefile distinfo x11/gtksourceview3/pkg: PLIST Log message: update to gtksourceview3-3.12.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 06:14:31 Modified files: graphics/evince: Makefile distinfo graphics/evince/pkg: PLIST-main Log message: update to evince-3.12.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 06:17:43 Modified files: x11/gnome/gedit: Makefile distinfo x11/gnome/gedit/pkg: PLIST Added files: x11/gnome/gedit/patches: patch-plugins_zeitgeist_zeitgeist_plugin_desktop_in Log message: update to gedit-3.12.0 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/27 06:19:55 Modified files: sys/dev/pci : mpiireg.h mpii.c Log message: last of the htolem32 bits CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 06:22:15 Modified files: x11/gnome/gedit/patches: patch-plugins_zeitgeist_zeitgeist_plugin_desktop_in Log message: patch submitted upstream, adjust header accordingly CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 06:25:16 Modified files: net/liboauth : Makefile distinfo Log message: Update to liboauth-1.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 06:39:08 Modified files: x11/gnome/color-manager: Makefile distinfo x11/gnome/color-manager/patches: patch-configure x11/gnome/color-manager/pkg: PLIST Log message: Update to gnome-color-manager-3.12.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 06:41:07 Modified files: x11/gnome/controlcenter: Makefile distinfo x11/gnome/controlcenter/patches: patch-panels_common_cc-common-language_c patch-panels_user-accounts_Makefile_in patch-panels_user-accounts_um-realm-manager_c Removed files: x11/gnome/controlcenter/patches: patch-panels_region_cc-region-panel_c Log message: Update to gnome-control-center-3.12.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 06:41:18 Modified files: x11/gnome/gedit/patches: patch-plugins_zeitgeist_zeitgeist_plugin_desktop_in Log message: pushed upstream CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 06:42:05 Modified files: x11/gnome/session: Makefile distinfo x11/gnome/session/pkg: PLIST Added files: x11/gnome/session/patches: patch-gnome-session_Makefile_in patch-gnome-session_gsm-consolekit_c patch-gnome-session_gsm-system_c Log message: Update to gnome-session-3.12.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 06:44:51 Removed files: graphics/clutter/mash: Makefile distinfo graphics/clutter/mash/pkg: DESCR PLIST Log message: Remove mash -- pretty much discontinued upstream and nothing uses it anymore. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 06:45:05 Modified files: graphics/clutter: Makefile Log message: -mash CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 06:46:07 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: mash is gone. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 06:47:02 Modified files: x11/gnome/eog : Makefile distinfo x11/gnome/eog/pkg: PLIST Removed files: x11/gnome/eog/patches: patch-src_eog-jobs_h Log message: update to eog-3.12.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 06:47:10 Modified files: x11/gnome/eog-plugins: Makefile distinfo x11/gnome/eog-plugins/pkg: PLIST Log message: update to eog-plugins-3.12.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 06:53:25 Modified files: x11/gnome/clocks: Makefile distinfo x11/gnome/clocks/pkg: PLIST Log message: Update to gnome-clocks-3.12.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 07:01:45 Modified files: x11/gnome/calculator: Makefile distinfo x11/gnome/calculator/pkg: PLIST Log message: update to gnome-calculator-3.12.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 07:07:14 Modified files: graphics/clutter: Makefile.inc Log message: bump MAJOR to 1.18 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 07:07:32 Modified files: graphics/clutter/cogl: Makefile distinfo graphics/clutter/cogl/patches: patch-cogl_winsys_cogl-winsys-egl-kms_c graphics/clutter/cogl/pkg: PLIST Log message: update to cogl-1.18.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 07:07:37 Modified files: x11/gnome/latexila: Makefile distinfo x11/gnome/latexila/pkg: PLIST Log message: Update to latexila-2.12.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 07:07:44 Modified files: graphics/clutter/core: Makefile distinfo graphics/clutter/core/patches: patch-clutter_Makefile_in patch-configure graphics/clutter/core/pkg: PLIST Log message: update to clutter-1.18.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 07:07:58 Modified files: graphics/clutter/clutter-gst: Makefile graphics/clutter/clutter-gtk: Makefile Log message: sync WANTLIB CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/27 07:08:24 Modified files: usr.bin/mail : mail.1 Log message: make this page less sendmail-centric; ok gilles CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/27 07:15:30 Modified files: libexec/lockspool: lockspool.1 share/man/man7 : mailaddr.7 Log message: +.Xr smtpd 8 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 07:20:04 Modified files: x11/gnome/online-miners: Makefile Log message: Fix comment; no pkg change. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/27 07:27:28 Modified files: lib/libc/sys : getsockopt.2 send.2 sys/compat/linux: linux_socket.c sys/kern : uipc_socket.c sys/netinet : in_pcb.c ip_divert.c ip_output.c ip_var.h raw_ip.c tcp_output.c udp_usrreq.c sys/netinet6 : in6_src.c ip6_divert.c Log message: Retire kernel support for SO_DONTROUTE, since the plan is to always use the routing table there's no future for an option that wants to bypass it. This option has never been implemented for IPv6 anyway, so let's just remove the IPv4 bits that you weren't aware of. Tested by florian@, man pages inputs from jmc@, ok benno@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/27 07:33:02 Modified files: share/man/man9 : usbd_transfer.9 Log message: tweak previous; help/ok mpi CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/03/27 07:34:53 Modified files: www/py-requests: Makefile distinfo www/py-requests/pkg: PLIST Log message: Update to 2.2.1 ok benoit@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 07:46:09 Modified files: geo/libchamplain: Makefile geo/gpx-viewer : Makefile geo/emerillon : Makefile graphics/gthumb: Makefile x11/gnome/caribou: Makefile x11/gnome/eog-plugins: Makefile Log message: sync WANTLIB after cogl/clutter update CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 07:47:36 Modified files: x11/gnome/keyring: Makefile Log message: Drop unneeded BUILD_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/27 07:52:30 Modified files: security/yubiserve: Makefile security/yubiserve/patches: patch-yubiserve_py Log message: remove bogus timestamp-checking code resulting in spurious failures CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2014/03/27 07:52:45 Modified files: etc : mailer.conf Log message: do not keep hoststat and purgestat, they are pointing to the sendmail executable and will not serve any purpose with smtpd by default ok jmc@ tedu@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2014/03/27 07:53:39 Modified files: usr.sbin/mailwrapper: mailer.conf.5 Log message: switch smtpd and sendmail examples now that smtpd is the default ok jmc@ tedu@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 07:54:07 Modified files: x11/gnome/tracker: Makefile Log message: mail/evolution,-main is going to merge. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/27 07:55:43 Modified files: security/ccid : Makefile distinfo Added files: security/ccid/patches: patch-src_ccid_usb_c Log message: Update to ccid-1.4.16 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 07:56:19 Modified files: x11/gnome/code-assistance: Makefile distinfo x11/gnome/code-assistance/pkg: PLIST Removed files: x11/gnome/code-assistance/patches: patch-backends_jscommon_gnome_codeassistance_transport_dbus_js Log message: update to gnome-code-assistance-0.3.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/27 08:04:35 Modified files: lang/php : Makefile.inc lang/php/5.3 : Makefile lang/php/5.4 : Makefile Log message: fix WANTLIB CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/27 08:05:02 Modified files: lang/php/5.5 : Makefile Added files: lang/php/5.5/patches: patch-ext_gd_config_m4 Log message: fix WANTLIB and add a patch I forgot to 'cvs add'; didn't build without the patch, so no bump CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 08:13:10 Modified files: mail/evolution : Makefile distinfo Added files: mail/evolution/pkg: DESCR PLIST Removed files: mail/evolution/pkg: DESCR-main DESCR-plugins PLIST-main PLIST-plugins Log message: Update to evolution-3.12.0. Merge -main and -plugins -- dependencies between the 2 are not different enough to justify subpackaging. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 08:13:31 Modified files: mail/evolution-rss: Makefile mail/evolution-ews: Makefile meta/gnome : Makefile Log message: Bump after evolution subpackages merge. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 08:18:49 Modified files: x11/gnome/tracker: Makefile Log message: Bump EVO_VERSION; unnused for now, so no pkg change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 08:20:58 Modified files: mail/evolution-rss: Makefile Log message: Bump EVO_VERSION and mark BROKEN for now; will be dealt with after GNOME 3.12 is fully in. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 08:21:46 Modified files: devel/glade : Makefile distinfo devel/glade/pkg: PLIST Removed files: devel/glade/patches: patch-gladeui_glade-command_c patch-gladeui_glade-command_h patch-gladeui_glade-project_c patch-gladeui_glade-utils_h Log message: update to glade-3.18.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 08:25:45 Modified files: productivity/zeitgeist: Makefile Log message: Fix HOMEPAGE. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 08:29:29 Modified files: graphics/gthumb: Makefile distinfo Log message: update to gthumb-3.2.7 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 08:35:14 Modified files: mail/evolution-ews: Makefile distinfo mail/evolution-ews/pkg: PLIST Log message: Update to evolution-ews-3.12.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 09:04:15 Modified files: x11/gnome/gedit-plugins: Makefile distinfo x11/gnome/gedit-plugins/pkg: PLIST Removed files: x11/gnome/gedit-plugins/patches: patch-configure_ac Log message: update to gedit-plugins-3.12.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 09:04:17 Modified files: x11/gnome/anjuta: Makefile distinfo x11/gnome/anjuta/pkg: PLIST Removed files: x11/gnome/anjuta/patches: patch-configure_ac patch-plugins_language-support-python_org_gnome_anjuta_plugins_python_gschema_xml_in Log message: update to anjuta-3.12.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 09:05:59 Modified files: x11/gnome/contacts: Makefile distinfo Removed files: x11/gnome/contacts/patches: patch-src_contacts-view_vala Log message: update to gnome-contacts-3.12.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 09:12:29 Modified files: x11/gnome/tracker: Makefile distinfo x11/gnome/tracker/patches: patch-data_tracker-miner_pc_in patch-src_tracker-control_tracker-control-general_c x11/gnome/tracker/pkg: PLIST Added files: x11/gnome/tracker/patches: patch-data_tracker-control_pc_in Removed files: x11/gnome/tracker/patches: patch-data_tracker-extract_pc_in patch-src_libtracker-miner_tracker-monitor_c patch-tests_libtracker-miner_Makefile_in Log message: Update to (meta-)tracker-1.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 09:12:47 Modified files: x11/gnome/bijiben: Makefile x11/gnome/documents: Makefile x11/gnome/grilo-plugins: Makefile x11/gnome/online-miners: Makefile x11/gnome/photos: Makefile x11/gnome/rygel: Makefile Log message: Bump TRACKER_VERSION. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 09:23:12 Modified files: x11/gnome/vinagre: Makefile distinfo x11/gnome/vinagre/pkg: PLIST Log message: update to vinagre-3.12.0 CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/27 09:27:45 Modified files: gnu/gcc/libstdc++-v3/include/c_std: std_cstdio.h gnu/lib/libstdc++/libstdc++/include/c_std: std_cstdio.h Log message: remove gets reference. ok espie CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/27 09:28:17 Modified files: include : stdio.h Log message: safe to remove gets, now that's gone from cstdio too CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/27 09:29:53 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 plus52.html plus53.html plus54.html Added files: . : plus55.html Log message: hopefully correct rotate of plus files CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/03/27 09:32:13 Modified files: bin/dd : args.c conv_tab.c dd.1 extern.h Log message: The "old" conversions are not mandated by any standard and are underspecified. The man page offers little guidance as to their use. Remove them and spare people the (likely poor) decision to use them. ok deraadt jmc millert CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/27 09:36:37 Modified files: . : security.html Log message: extend list CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 09:41:08 Modified files: x11/gnome/music: Makefile distinfo x11/gnome/music/pkg: PLIST Log message: Update to gnome-music-3.12.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 09:42:26 Modified files: x11/gnome/maps : Makefile distinfo x11/gnome/maps/pkg: PLIST Log message: Update to gnome-maps-3.12.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 09:45:32 Modified files: x11/gnome/gdl : Makefile distinfo Log message: update to gdl-3.12.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 10:08:53 Modified files: x11/gnome/rygel: Makefile distinfo x11/gnome/rygel/pkg: PLIST Log message: update to rygel-0.22.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 10:11:35 Modified files: x11/gnome/totem-pl-parser: Makefile distinfo x11/gnome/totem-pl-parser/pkg: PLIST Log message: Update to totem-pl-parser-3.10.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 10:13:03 Log message: Import libgfbgraph-0.2.2. A GObject library for Facebook Graph API. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20140327 N ports/x11/gnome/gfbgraph/distinfo N ports/x11/gnome/gfbgraph/Makefile N ports/x11/gnome/gfbgraph/pkg/DESCR N ports/x11/gnome/gfbgraph/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 10:13:35 Modified files: x11/gnome : Makefile Log message: +gfbgraph CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 10:13:52 Modified files: x11/gnome/bijiben: Makefile distinfo x11/gnome/bijiben/pkg: PLIST Log message: update to bijiben-3.12.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 10:21:58 Modified files: x11/gnome/photos: Makefile distinfo x11/gnome/photos/pkg: PLIST Log message: Update to gnome-photos-3.12.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 10:37:27 Modified files: x11/gnome/orca : Makefile distinfo x11/gnome/orca/pkg: PLIST Log message: Update to orca-3.12.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 10:48:17 Modified files: x11/gnome/vino : Makefile distinfo x11/gnome/vino/pkg: PLIST Log message: Update to vino-3.12.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 11:00:15 Modified files: x11/gnome/grilo-plugins: Makefile Log message: Sync with new tracker. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 11:06:09 Modified files: x11/gnome/online-miners: Makefile distinfo x11/gnome/online-miners/pkg: PLIST Removed files: x11/gnome/online-miners/patches: patch-src_tracker-ioprio_h patch-src_tracker-sched_c patch-src_tracker-sched_h Log message: Update to gnome-online-miners-3.12.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 11:10:48 Modified files: x11/gnome/totem: Makefile distinfo x11/gnome/totem/pkg: PLIST Removed files: x11/gnome/totem/patches: patch-browser-plugin_totemPlugin_cpp patch-configure Log message: Update to totem-3.12.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 11:43:41 Modified files: x11/gnome/documents: Makefile distinfo x11/gnome/documents/pkg: PLIST Log message: Update to gnome-documents-3.12.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 11:51:07 Modified files: sysutils/polkit: Makefile x11/gnome/online-miners: Makefile geo/geoclue2 : Makefile Log message: It makes no sense to explicitely depend on x11/dbus; nowadays dbus will almost end up in any dependency chain and if we start adding run_depends on it, we'll beed to do it for a hundre ports or so. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 13:04:23 Modified files: x11/gnome/empathy: Makefile distinfo Added files: x11/gnome/empathy/patches: patch-configure Log message: - update to empathy-3.12.0 - drop unneeded CONFIGURE_ARGS - add workaround to bug in pkg-config(1) which would cause it to eat all the cpu (to be investigated) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 13:04:40 Modified files: x11/gnome/mutter: Makefile distinfo x11/gnome/mutter/patches: patch-src_core_screen_c x11/gnome/mutter/pkg: PLIST Log message: update to mutter-3.12.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 13:05:31 Modified files: x11/gnome/shell: Makefile distinfo x11/gnome/shell/pkg: PLIST Removed files: x11/gnome/shell/patches: patch-configure_ac patch-js_Makefile_am patch-js_misc_config_js_in patch-js_ui_lookingGlass_js patch-js_ui_panel_js patch-js_ui_sessionMode_js patch-src_Makefile_am patch-src_main_c patch-src_shell-global_c patch-src_shell-global_h patch-src_shell-js_c Log message: update to gnome-shell-3.12.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 13:05:58 Modified files: x11/gnome/shell-extensions: Makefile distinfo x11/gnome/shell-extensions/pkg: PLIST Log message: update to gnome-shell-extensions-3.12.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 13:06:17 Modified files: x11/gnome/terminal: Makefile distinfo x11/gnome/terminal/pkg: PLIST Added files: x11/gnome/terminal/patches: patch-src_server_c Removed files: x11/gnome/terminal/patches: patch-src_client_c patch-src_terminal-app_c patch-src_terminal_c Log message: update to gnome-terminal-3.12.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 13:13:08 Modified files: x11/gnome/system-monitor: Makefile distinfo x11/gnome/system-monitor/pkg: PLIST Removed files: x11/gnome/system-monitor/patches: patch-src_prefsdialog_cpp patch-src_procproperties_cpp patch-src_treeview_c Log message: update to gnome-system-monitor-3.12.0 it has some runtime issues, they'll be dealt with shortly. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 13:17:02 Modified files: x11/xfce4/xfce4-power-manager: Makefile Log message: Sync WANTLIB after upower update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 13:19:18 Modified files: x11/gnome/gdm : Makefile distinfo x11/gnome/gdm/patches: patch-configure_ac patch-daemon_gdm-simple-slave_c patch-data_Makefile_in patch-data_Xsession_in x11/gnome/gdm/pkg: PLIST Added files: x11/gnome/gdm/patches: patch-daemon_gdm-manager_c patch-daemon_gdm-server_c patch-daemon_gdm-session-worker_c patch-data_dconf_defaults_00-upstream-settings Removed files: x11/gnome/gdm/patches: patch-daemon_Makefile_in patch-daemon_gdm-session_c patch-daemon_gdm-session_h patch-daemon_gdm-xdmcp-display-factory_c patch-data_00-upstream-settings Log message: Update to gdm-3.12.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 13:37:58 Modified files: x11/gnome/sushi: Makefile Log message: sync WANTLIB after clutter update CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/27 13:41:05 Modified files: x11/gnome/initial-setup: Makefile distinfo x11/gnome/initial-setup/patches: patch-configure_ac patch-gnome-initial-setup_Makefile_in patch-gnome-initial-setup_gis-assistant_h patch-gnome-initial-setup_gis-driver_h patch-gnome-initial-setup_gis-page_h patch-gnome-initial-setup_gnome-initial-setup_c patch-gnome-initial-setup_pages_Makefile_in patch-gnome-initial-setup_pages_account_Makefile_in patch-gnome-initial-setup_pages_account_um-realm-manager_c x11/gnome/initial-setup/pkg: PLIST Added files: x11/gnome/initial-setup/patches: patch-gnome-initial-setup_pages_password_Makefile_in patch-gnome-initial-setup_pages_password_um-realm-manager_c Log message: Update to gnome-initial-setup-3.12.0. This ends the GNOME 3.12.0 update from the Hobbits (Jasper and I). A full ports bulk is in progress in case there was some undetected build breakage(s). Expect some runtime issue in GNOME in the next 24 hours until everything has had time to settle. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/27 14:15:00 Modified files: sys/arch/sgi/gio: grtwo.c grtworeg.h Log message: Program the colormap correctly; gives us proper shade of blue and highlighting. Add a simple screen burner accessop. CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2014/03/27 14:31:56 Modified files: . : 55.html Log message: Add 5.5 dhclient love. Prodded by guenther@. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2014/03/27 14:38:16 Modified files: sys/arch/amd64/conf: GENERIC RAMDISK_CD sys/arch/i386/conf: GENERIC RAMDISK_CD Log message: Add commented out entries for xhci(4). ok mpi@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/27 14:54:28 Added files: cad/fritzing/files: fritzing.desktop Log message: re-add missing file CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/27 15:24:22 Modified files: sys/arch/sgi/gio: gio.c sys/arch/sgi/localbus: imc.c imcreg.h Log message: {fix,add} comments. CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2014/03/27 15:24:51 Modified files: . : 55.html Log message: Misc 5.5 love. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/03/27 15:38:10 Modified files: audio/aqualung : Makefile audio/aqualung/patches: patch-src_decoder_dec_lavc_c patch-src_decoder_dec_lavc_h Log message: - Update for newer FFmpeg API. - Add missing dependencies. - Sync WANTLIBs. ok jeremy@ CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2014/03/27 15:41:30 Modified files: . : 55.html Log message: {meat,flesh}++ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/27 15:58:13 Modified files: sys/arch/loongson/include: vmparam.h Log message: Increase VM_PHYSSEG_MAX, necessary for systems with non-contiguous memory (such as 2E and 3A systems). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/27 15:58:57 Modified files: sys/arch/loongson/loongson: loongson2_machdep.c Log message: Make sure the HIBERNATE pages get reserved regardless of the memory layout. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/27 16:03:48 Added files: www/webkit/patches: patch-Source_WebKit2_Platform_IPC_Connection_h patch-Source_WebKit2_UIProcess_StatisticsRequest_cpp Log message: Fix gtk3 FLAVOR / Webkit2 on powerpc. Using std::atomic on a 64 bits type wont fly on a 32 bits arch.. since gcc wont have atomic builtins for it. #ifdef out the templatization as a workaround for now. https://bugs.webkit.org/show_bug.cgi?id=130837 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/27 16:16:03 Modified files: sys/arch/loongson/dev: bonito.c bonitovar.h sys/arch/loongson/include: autoconf.h pci_machdep.h sys/arch/loongson/loongson: gdium_machdep.c generic2e_machdep.c machdep.c wscons_machdep.c yeeloong_machdep.c Log message: Remove dependency from wscons_machdep upon bonito. Instead of hardcoding bonito as the northbridge, have the per-platform early setup code register functions providing access to the PCI configuration space, for the wscons code to walk the PCI space in search of a graphics board. No functional change yet. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/27 16:34:42 Modified files: usr.sbin/mailwrapper: mailwrapper.8 Log message: one more Xr to smtpd; CVSROOT: /cvs Module name: www Changes by: jca@cvs.openbsd.org 2014/03/27 16:38:08 Modified files: faq : current.html Log message: Updated instructions for rmail/uucpd. ok sthen@ naddy@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/03/27 17:01:27 Modified files: usr.bin/ssh : myproposal.h ssh-keyscan.c sshconnect2.c sshd.c Log message: disable weak proposals in sshd, but keep them in ssh; ok djm@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/27 17:17:40 Modified files: sys/dev/pci : mfii.c Log message: unbreak mfii after i changed the layout of some structures it borrows from mpii. disappointment from deraadt@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/27 17:33:15 Modified files: . : hackathons.html Log message: fix an id tag CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/27 19:12:59 Modified files: sys/lib/libsa : bootp.c net.h tftp.c Log message: Fix alignment of tftp structure by changing the 'header' member's type to a struct with the necessary alignment. analysis and ok kettenis@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/27 20:42:18 Modified files: sys/arch/amd64/conf: GENERIC sys/arch/hppa/conf: GENERIC sys/arch/i386/conf: GENERIC sys/arch/sparc64/conf: GENERIC Log message: enable mpath plus sym and rdac on some archs so we can learn about what the effects will be. sgi will follow after i fix some known fallout first. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/27 21:04:30 Modified files: . : errata.html errata21.html errata22.html errata23.html errata24.html errata25.html errata26.html errata27.html errata28.html errata29.html errata30.html errata31.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html errata39.html errata40.html errata41.html errata42.html errata43.html errata44.html errata45.html errata46.html errata47.html errata48.html errata49.html errata50.html errata51.html errata52.html errata53.html errata54.html errata55.html Log message: repair headers CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/03/27 21:08:41 Modified files: archivers/quazip: Makefile distinfo Log message: Update to 0.6.2 ok benoit@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/27 21:37:32 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 plus52.html plus53.html plus54.html plus55.html Log message: unify a bit CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/27 22:13:10 Modified files: . : anoncvs.html crypto.html cvsync.html security.html Log message: some long needed cleanups CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/27 22:18:33 Modified files: . : ECL.html announce28.html mail.html products.html stable.html Log message: more consistant CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/27 22:59:34 Modified files: sys/dev/pci : qlereg.h Log message: specify at least the alignment the hardware requires, and in some cases the alignment the driver guarantees. with and ok jmatthew@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/27 23:09:35 Modified files: . : lyrics.html Added files: images : 55song.jpg Log message: release 5.5 song, hoping people appreciate the effort we go through to put a song on each cd... HINT HINT HINT Pretty sure the written lyrics are slightly imperfect.. please send fixes direct to me. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2014/03/27 23:17:11 Modified files: usr.bin/ssh : ssh_config.5 sshd_config.5 Log message: sync available and default algorithms, improve algorithm list formatting help from jmc@ and schwarze@, ok deraadt@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/28 00:07:27 Modified files: . : lyrics.html Log message: ... and the first tweaks come in.. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 00:56:25 Modified files: mail/evolution-rss: Makefile distinfo Removed files: mail/evolution-rss/patches: patch-src_rss-config-factory_c patch-src_rss-image_c patch-src_rss_c Log message: Unbreak with new evolution and evolution-data-server. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 01:06:33 Modified files: net/telepathy/folks: Makefile Log message: WANTLIB sync after e-d-s update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 01:20:47 Modified files: productivity/glabels: Makefile Log message: Sync WANTLIB after e-d-s update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 01:38:09 Modified files: databases/libdbi: Makefile distinfo databases/libdbi/patches: patch-Makefile_in patch-configure databases/libdbi/pkg: PLIST Removed files: databases/libdbi/pkg: PFRAG.shared Log message: Update to libdbi-0.8.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 01:54:00 Modified files: x11/gnome/ekiga: Makefile Log message: Sync WANTLIB after e-d-s update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 01:57:56 Modified files: x11/gnome/libxklavier: Makefile Log message: Explicitely set BUILD_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 01:59:59 Modified files: x11/gnome/gdm : Makefile Log message: Missing build+run dependency on devel/iso-codes. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 02:01:15 Modified files: textproc/gtkspell3: Makefile Log message: Missing build+run dependency on devel/iso-codes. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 02:03:19 Modified files: multimedia/gstreamer-0.10/plugins-base: Makefile multimedia/gstreamer1/plugins-base: Makefile Log message: Missing build+run dependency on devel/iso-codes. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 02:12:05 Modified files: productivity/gnucash: Makefile distinfo productivity/gnucash/pkg: PLIST Log message: Update to gnucash-2.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 02:23:42 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/pkg: PLIST Log message: Properly cleanup /var/db/gdm/.pulse/ when using 'pkg_delete -c'. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/28 02:25:13 Modified files: x11/gnome/shell: Makefile Added files: x11/gnome/shell/patches: patch-js_ui_appDisplay_js patch-js_ui_iconGrid_js patch-js_ui_search_js Log message: unbreak browsing applications with cursor keys by ensuring the focused icon is viewable. also fix a buglet with search results while here. from upstream CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/03/28 02:33:52 Modified files: sys/compat/linux: linux_socket.c sys/kern : uipc_socket.c sys/netinet : in_pcb.c ip_divert.c ip_output.c ip_var.h raw_ip.c tcp_output.c udp_usrreq.c sys/netinet6 : in6_src.c ip6_divert.c lib/libc/sys : send.2 getsockopt.2 Log message: revert "Retire kernel support for SO_DONTROUTE" diff, which does bad things for localhost connections. discussed with deraadt@ CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2014/03/28 02:39:27 Modified files: . : plus.html Log message: plus.html for March 5th to 21st, checked by jj@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/28 02:47:44 Modified files: x11/gnome/gedit: Makefile Added files: x11/gnome/gedit/patches: patch-gedit_gedit-app_c patch-gedit_gedit-preferences-dialog_c patch-gedit_gedit-preferences-dialog_ui Log message: apply some fixes from upstream (mem leak and move plugin manager to ui file) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 02:48:14 Modified files: x11/gnome : gnome.port.mk Log message: Add a new option to MODGNOME_TOOLS: docbook. This is used when man pages require textproc/docbook-xsl. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 02:48:41 Modified files: audio/easytag : Makefile devel/dconf : Makefile devel/glade : Makefile devel/glib2 : Makefile devel/json-glib: Makefile graphics/dia : Makefile x11/gnome/controlcenter: Makefile x11/gnome/documents: Makefile x11/gnome/gvfs : Makefile x11/gnome/libsecret: Makefile x11/gnome/online-accounts: Makefile x11/gnome/settings-daemon: Makefile x11/gnome/shell: Makefile x11/gtk+3 : Makefile Log message: Move to the new MODGNOME_TOOLS docbook option. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 02:49:25 Modified files: share/man/man5 : port-modules.5 Log message: Document the new docbook MODGNOME_TOOLS option. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 03:10:04 Modified files: textproc/gtk-doc: Makefile Log message: Add docbook to MODGNOME_TOOLS. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/28 03:17:37 Modified files: www/epiphany : Makefile Log message: fix MODGNOME_TOOLS line, it's 'yelp', not 'yes' CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/28 03:25:27 Modified files: x11/gnome/eog-plugins: Makefile Added files: x11/gnome/eog-plugins/patches: patch-plugins_export-to-folder_export-to-folder_py patch-plugins_slideshowshuffle_slideshowshuffle_plugin_desktop_in Log message: - stop the export-to-folder plugin from needlessly spamming the console - unbreak loading the slideshowshuffle plugin CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 03:30:34 Modified files: audio/rhythmbox: Makefile x11/gnome/controlcenter: Makefile x11/gnome/online-miners: Makefile x11/gnome/photos: Makefile x11/gnome/totem: Makefile Log message: Consistency in the x11/gnome/grilo-plugins dependency and add where missing. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 03:32:27 Modified files: misc/appdata-tools: Makefile Log message: Simplify by moving to the gnome MODULE. Add missing devel/gettext MODULE. Explicitely set --disable-schemas with a comment; so that python is not looked for. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/28 03:33:20 Modified files: x11/gnome/eog-plugins/patches: patch-plugins_slideshowshuffle_slideshowshuffle_plugin_desktop_in Log message: add link to upstream bz CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/03/28 03:39:42 Modified files: devel/py-hgtools: Makefile distinfo devel/py-hgtools/pkg: DESCR Log message: Update py-hgtools to 5.0.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 03:55:14 Modified files: x11/gnome/libgda: Makefile Log message: devel/iso-codes is needed for -ui not for -main. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 03:56:03 Modified files: net/twitux : Makefile Log message: Missing RUN_DEPENDS on devel/iso-codes. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 04:05:10 Modified files: www/epiphany : Makefile www/epiphany/pkg: PLIST Log message: Drop libtool la file. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 04:06:11 Modified files: net/rrdtool : Makefile Log message: Tweak wantlib and add devel/gettext MODULE. Make sure -ruby does not depends on python. ok sthen@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/28 04:19:22 Modified files: x11/mlterm : Makefile distinfo x11/mlterm/patches: patch-configure_in patch-xwindow_x_screen_c Added files: x11/mlterm/patches: patch-common_c_imagelib_c Log message: Update to mlterm-3.3.4 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 04:30:28 Modified files: www/bacula-web : Makefile www/bacula-web/pkg: README www/owncloud : Makefile www/owncloud/pkg: README Log message: Cope with recent php and nginx default configuration changes. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/28 05:14:43 Modified files: www/horde/horde: Makefile www/horde/horde/pkg: README Log message: update nginx config fragments (move to unix domain sockets for php-fpm) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/28 05:36:08 Modified files: net/p5-Business-PayPal-API: Makefile distinfo Log message: fix with new perl CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/28 05:40:16 Modified files: biology/bioperl: Makefile Log message: BROKEN with perl 5.18 CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2014/03/28 05:45:25 Modified files: databases/postgresql: Tag: OPENBSD_5_3 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_5_3 PLIST-docs Log message: Bugfixes update to 9.2.8 ok sthen@, jasper@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2014/03/28 05:46:49 Modified files: databases/postgresql: Tag: OPENBSD_5_4 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_5_4 PLIST-docs Log message: Bugfixes update to 9.2.8 ok sthen@, jasper@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/28 05:46:56 Modified files: devel/git : Makefile distinfo Log message: Bugfixing update to git-1.9.1 OK benoit@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2014/03/28 05:50:51 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/pkg: PLIST-docs Log message: Critical update to 9.3.4 "The data corruption issue in PostgreSQL 9.3 affects binary replication standbys, servers being recovered from point-in-time-recovery backup, and standalone servers which recover from a system crash. The bug causes unrecoverable index corruption during recovery due to incorrect replay of row locking operations. This can then cause query results to be inconsistent depending on whether or not an index is used, and eventually lead to primary key violations and similar issues." ok sthen@, jasper@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2014/03/28 05:54:25 Modified files: databases/postgresql: Tag: OPENBSD_5_5 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_5_5 PLIST-docs Log message: Critical update to 9.3.4 "The data corruption issue in PostgreSQL 9.3 affects binary replication standbys, servers being recovered from point-in-time-recovery backup, and standalone servers which recover from a system crash. The bug causes unrecoverable index corruption during recovery due to incorrect replay of row locking operations. This can then cause query results to be inconsistent depending on whether or not an index is used, and eventually lead to primary key violations and similar issues." ok sthen@, jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/28 06:17:48 Log message: import p5-IO-SessionData, a supporting module for SOAP::Lite. ok nigel@ Status: Vendor Tag: sthen Release Tags: sthen_20140328 N ports/devel/p5-IO-SessionData/Makefile N ports/devel/p5-IO-SessionData/distinfo N ports/devel/p5-IO-SessionData/pkg/PLIST N ports/devel/p5-IO-SessionData/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/28 06:18:07 Modified files: www/p5-SOAP-Lite: Makefile distinfo www/p5-SOAP-Lite/pkg: DESCR PLIST Removed files: www/p5-SOAP-Lite/patches: patch-bin_SOAPsh_pl patch-bin_XMLRPCsh_pl patch-bin_stubmaker_pl Log message: update to p5-SOAP-Lite 1.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/28 06:18:37 Modified files: devel : Makefile Log message: +p5-IO-SessionData CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/28 06:31:45 ports/x11/gnome/common/patches Update of /cvs/ports/x11/gnome/common/patches In directory cvs.openbsd.org:/tmp/cvs-serv19636/patches Log Message: Directory /cvs/ports/x11/gnome/common/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/28 06:33:10 Modified files: x11/gnome/common: Makefile Added files: x11/gnome/common/patches: patch-macros2_gnome-autogen_sh Log message: revert a commit that results in finding the wrong aclocal. to be investigated later, but it unbreaks libgtop2 for now. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/28 06:36:29 Modified files: devel/libgtop2 : Makefile Log message: bump dependency on gnome-common to ensure we have a fixed gnome-autogen.sh CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 07:30:19 Modified files: devel/libgtop2 : Makefile x11/gnome/common: Makefile Removed files: x11/gnome/common/patches: patch-macros2_gnome-autogen_sh Log message: Turns out gnome-common is too clever for our stupid autotools ports... Just symlink aclocal and friends. ok jasper@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/28 08:14:11 Modified files: sys/dev/usb : xhci.c Log message: If a command is submitted when the hardware is already gone, it will obviously time out. That is what happen when pipes are closed after unplugging an xhci(4) express card for example. In such case, make sure the command TRB is reset. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/28 09:08:03 Added files: graphics/darktable/patches: patch-src_CMakeLists_txt Log message: Disable -Werror to prevent failing compilation when using deprecated functions from libgnome-keyring ok sthen@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/28 09:22:41 Modified files: www/p5-HTML-Lint: Makefile distinfo www/p5-HTML-Lint/pkg: PLIST Log message: update to p5-HTML-Lint 2.20 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/03/28 09:35:21 Modified files: sysutils/ggrep : Makefile distinfo Log message: Update to grep-2.18 ok naddy@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 09:54:15 Modified files: x11/gnome/shell: Makefile Log message: Tweak deps now that js files are bundled into the binary. net/telepathy/telepathy-mission-control not needed anymore. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 10:02:22 Modified files: x11/gnome/shell-extensions: Makefile x11/gnome/shell-extensions/pkg: PLIST Log message: No need to build+run depends on x11/gnome/desktop. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/28 10:18:21 Modified files: multimedia/get_iplayer: Makefile multimedia/get_iplayer/patches: patch-get_iplayer Log message: add a patch from nigel@ so that https urls aren't detected as being malformed CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/28 10:19:26 Modified files: sys/dev/usb : xhci.c Log message: Do not declare a struct as const if we write to it, fix build on sparc64 reported by brad@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/28 10:19:31 Modified files: textproc/uncrustify: Makefile Log message: fix CONFIGURE_STYLE from 'simple' to 'gnu' (which is far from simple). this also ensures that gawk won't be picked up when it shouldn't. ok rpointel@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 10:20:20 Modified files: meta/gnome : Makefile Log message: Add x11/gnome/contacts to -main. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2014/03/28 10:24:57 Modified files: sys/arch/sparc64/conf: GENERIC RAMDISK Log message: Add commented out entries for xhci(4). ok mpi@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/03/28 10:47:06 Modified files: usr.bin/mg : theo.c Log message: let's talk about shit CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/03/28 11:57:11 Modified files: sys/dev/ic : ahci.c sti.c sys/dev/isa : aha.c sys/dev/pci : ahci_pci.c vga_pci.c viomb.c sys/dev/pci/drm/ttm: ttm_page_alloc.c sys/dev : video.c sys/kern : dma_alloc.c exec_subr.c init_main.c kern_fork.c kern_malloc.c kern_malloc_debug.c subr_pool.c uipc_mbuf.c vfs_biomem.c sys/nfs : nfs_kq.c sys/sys : vnode.h sys/tmpfs : tmpfs_subr.c tmpfs_vnops.c sys/uvm : uvm.h uvm_extern.h Log message: Reduce uvm include madness. Use instead of if possible and remove double inclusions. ok beck@, mlarkin@, deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/28 12:33:26 Modified files: bin/ls : ls.1 Log message: expand STANDARDS somewhat; ok millert CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/28 13:16:15 Modified files: usr.bin/mandoc : mansearch.c Log message: Properly initialize malloc(3)ed memory. With this bug fix, partly unitialized memory could sometimes be returned, sometimes causing crashes by bogus free(3)s in apropos(1). CVSROOT: /cvs Module name: www Changes by: nigel@cvs.openbsd.org 2014/03/28 14:01:06 Modified files: faq : current.html Log message: Additional files to remove for wrap removal Ok aja CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/28 14:28:30 Modified files: x11/gnome/eog-plugins/patches: patch-plugins_export-to-folder_export-to-folder_py patch-plugins_slideshowshuffle_slideshowshuffle_plugin_desktop_in Log message: pushed upstream CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/03/28 14:58:56 Log message: Import flac123. flac123 is a command line tool for playing audio files stored in the lossless FLAC format. It fills a gap in the existing FLAC tools which provide a standalone tool to encode and decode files, a tool to manipulate metadata, but no command line tool for playback. From: Donovan Watteau Status: Vendor Tag: naddy Release Tags: naddy_20140328 N ports/audio/flac123/distinfo N ports/audio/flac123/Makefile N ports/audio/flac123/files/flac123.1 N ports/audio/flac123/pkg/DESCR N ports/audio/flac123/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/03/28 14:59:48 Modified files: audio : Makefile Log message: +flac123 CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2014/03/28 15:21:31 Modified files: devel/p5-Module-Find: Makefile distinfo devel/p5-Module-Find/pkg: PLIST Log message: Update to version 0.12 Ok sthen@ CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2014/03/28 15:25:13 Modified files: devel/p5-Test-CheckManifest: Makefile distinfo Log message: Update to version 1.28 Ok sthen@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/28 15:37:03 Modified files: . : donations.html Log message: improve the distinction between gifts and donations CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/28 15:39:40 Modified files: . : donations.html Log message: another small refinement CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/28 15:51:41 Modified files: . : donations.html Log message: typo CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2014/03/28 15:59:33 Modified files: devel/p5-Test-WWW-Mechanize: Makefile distinfo Removed files: devel/p5-Test-WWW-Mechanize/patches: patch-t_content_lacks_t Log message: Update to version 1.44 Ok sthen@ CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2014/03/28 16:09:31 Modified files: converters/p5-Convert-ASN1: Makefile distinfo converters/p5-Convert-ASN1/pkg: DESCR Log message: Update to version 0.26 Ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 16:13:21 Modified files: x11/gnome/gvfs : Makefile Log message: Force setting -rpath ; not sure which of libtool or ld fucks it up... CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2014/03/28 16:15:36 Modified files: net/p5-Net-DHCP: Makefile distinfo net/p5-Net-DHCP/pkg: PLIST Log message: Update to version 0.693 Ok sthen@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/03/28 16:25:49 Modified files: sys/dev/pci : mfii.c Log message: if you split a 64bit thing into two 32bit halves, it helps to write half of the source value to both the hi and lo parts. writing both of the source halves to just lo isnt going to work good. found by naddy@. sorry guys. CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2014/03/28 16:38:42 Modified files: . : lyrics.html Log message: Expand the time_t timeline a bit more CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/28 17:25:54 Modified files: usr.bin/mandoc : mandoc.h tbl_layout.c tbl_term.c regress/usr.bin/mandoc/tbl: Makefile Added files: regress/usr.bin/mandoc/tbl: vert.in vert.out_ascii Log message: Allow leading and trailing vertical lines, and format them in the same way as groff. While here, do not require whitespace before vertical lines in layout specifications. Issues found by bentley@ in mpv(1). CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/28 18:04:43 Modified files: . : 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 47.html 48.html 49.html 50.html 51.html 52.html 53.html 54.html 55.html Log message: unify CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 18:19:45 Modified files: geo/geoclue2 : Makefile geo/geoclue2/pkg: PLIST Log message: Run as root for now; for some require it cannot acquire the bus. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/28 18:27:00 Modified files: geo/geoclue2 : Makefile Log message: Duh, actually fix running as unpriv user -- was due to an evil typo... CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/03/29 01:50:15 Modified files: textproc/highlight: Makefile distinfo textproc/highlight/pkg: PLIST Log message: Update highlight to 3.17. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/03/29 02:21:30 Modified files: devel/py-hgtools: Makefile distinfo Log message: Update py-hgtools to 5.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/29 02:47:21 Modified files: x11/gnome/shell: Makefile Log message: Extend comment. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/03/29 02:56:21 Modified files: regress/usr.bin/pkg-config: Makefile Added files: regress/usr.bin/pkg-config/pcdir: variables.pc Log message: shuffle --variable related tests together and add a few more which are known to pass CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/29 02:56:24 Modified files: x11/gnome/menus: Makefile Added files: x11/gnome/menus/patches: patch-libmenu_desktop-entries_c patch-libmenu_entry-directories_c patch-libmenu_gmenu-tree_c patch-util_test-menu-spec_c Log message: Fix some memory leaks and crashes (from upstream). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/29 03:02:26 Modified files: x11/gnome/alacarte: Makefile distinfo x11/gnome/alacarte/pkg: PLIST Log message: update to alacarte-3.11.91 CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/03/29 03:20:30 Modified files: regress/usr.bin/pkg-config: Makefile Log message: add currently failing (rather, hanging) test taken from empathy's configure script. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/03/29 03:25:39 Modified files: regress/usr.bin/pkg-config: Makefile Log message: tweak the non-hanging but failing earlier test. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/29 04:09:27 Modified files: lang/gcc/4.8 : Makefile Added files: lang/gcc/4.8/patches: patch-libstdc++-v3_config_os_bsd_openbsd_os_defines_h Log message: quick hack to unbreak gcc/4.8 after gets removal; bootstraps will be updated later. ok pascal@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/29 05:18:39 Modified files: usr.sbin/traceroute: traceroute.c Log message: use iovec in wait_for_reply; reduces diff to traceroute6 OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/29 05:19:41 Modified files: usr.sbin/traceroute: traceroute.c Log message: use deltaT to calculate time intervalls; reduces diff to traceroute6 OK benno@, lteo@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/29 05:26:03 Modified files: share/man/man4 : pflow.4 sys/net : if_pflow.c if_pflow.h Log message: Kill pflowproto 9, it's unfixable post 2038, a better, standardized option is pflowproto 10. Also it duplicates a lot of code from pflowproto 10 and will get in the way in the future. OK benno@ CVSROOT: /cvs Module name: www Changes by: florian@cvs.openbsd.org 2014/03/29 05:33:29 Modified files: faq : current.html Log message: pflowproto 9 is no more. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/03/29 05:37:05 Modified files: regress/usr.bin/pkg-config: Makefile Log message: don't spam the console CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/03/29 05:49:41 Modified files: regress/sys/net/pflow: Makefile ifconfig.ok Removed files: regress/sys/net/pflow: flow.9_4 flow.9_6 template.v9 Log message: pflowproto 9 is no more. While there fix regression for inaddr_any flowsrc. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/29 06:07:01 Modified files: net/icinga/core: Makefile distinfo net/icinga/core/pkg: README-main Log message: update to Icinga 1.11.1, fixing CVE-2014-2386 in icinga-cgi (small buffer overflows when checking strlen against MAX_INPUT_BUFFER) and a couple of other minor issues CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/29 06:35:05 Modified files: net/icinga/core: Tag: OPENBSD_5_5 Makefile distinfo net/icinga/core/patches: Tag: OPENBSD_5_5 patch-Changelog net/icinga/core/pkg: Tag: OPENBSD_5_5 PLIST-cgi Log message: update Icinga in -stable to 1.10.4, fixing CVE-2014-2386 in icinga-cgi (small buffer overflows when checking strlen against MAX_INPUT_BUFFER), also some other hardening in icinga-cgi and other minor issues including some problems with passive host checks and zombie avoidance for idoutils CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/03/29 06:51:18 Modified files: net/icinga/core: Tag: OPENBSD_5_4 Makefile distinfo net/icinga/core/patches: Tag: OPENBSD_5_4 patch-Changelog net/icinga/core/pkg: Tag: OPENBSD_5_4 PLIST-cgi Log message: update 5.4-stable to Icinga 1.9.6, fixing CVE-2014-2386 in icinga-cgi (small buffer overflows when checking strlen against MAX_INPUT_BUFFER), also some other hardening in icinga-cgi and other minor issues including some problems with passive host checks CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/29 07:01:31 Modified files: sys/arch/sgi/gio: grtwo.c Log message: Do not play with the xmapmode register, for its layout seems to differ between board revisions < 4 (found on Indigo) and >= 4 (found on Indy and Indigo2). Paint the cursor as an inverted glyph, instead of exchanging bg and fg colours (matching the current practice on other frame buffers). Speed-up overlapping copy operations by attempting to perform them in larger chunks whenever possible; this speeds up console jump scrolling. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/03/29 07:30:26 Modified files: lang/gcc/4.8 : Makefile Log message: escape for make CVSROOT: /cvs Module name: xenocara Changes by: ajacoutot@cvs.openbsd.org 2014/03/29 08:27:12 Modified files: data/xkeyboard-config/rules: Makefile Log message: Install the evdev rules for xkbdata. Note that only the rules are installed, there is no evdev compat whatsoever in OpenBSD (yet?). This is needed for gnome to prevent fucking up keyboard rules. discussed with and ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/29 08:46:26 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/patches: patch-daemon_gdm-server_c Log message: Tweak patch; still fucked though. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/03/29 09:01:51 Modified files: lang/gcc/4.8 : Makefile Log message: fix quoting CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/29 09:27:12 Modified files: . : donations.html Log message: new CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/29 09:34:38 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/pkg: PLIST Log message: Make sure we remove /etc/dconf/db/gdm since dconf handling had changed in gdm. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/29 09:39:13 Modified files: sysutils/nut : Makefile sysutils/nut/pkg: PLIST-main Log message: Also @comment html/nut-banner.png like other html/ stuffs that currently install directly under PREFIX. ok sthen@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/29 10:35:59 Modified files: x11/gnome/grilo-plugins: Makefile Log message: -rpath seems to be not needed for this port anymore. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2014/03/29 10:41:05 Modified files: usr.sbin/nginx : CHANGES CHANGES.ru usr.sbin/nginx/src/core: nginx.h usr.sbin/nginx/src/http: ngx_http_spdy.c usr.sbin/nginx/src/http/modules: ngx_http_fastcgi_module.c Log message: bugfix and security update to 1.4.7: CVE-2014-0133 does not affect OpenBSD because SPDY is not enabled ok florian@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/29 10:42:52 Removed files: www/p5-RTx-Tags: Makefile distinfo www/p5-RTx-Tags/patches: patch-inc_Module_Install_RTx_pm www/p5-RTx-Tags/pkg: DESCR PLIST Log message: Drop p5-RTx-Tags which installs some files under a non-sense path. Nothing uses it in-tree and robert@ is working on a huge RT update. ok robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/29 10:43:14 Modified files: www : Makefile Log message: -p5-RTx-Tags CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/29 10:44:29 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register p5-RTx-Tags removal. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/29 11:32:41 Modified files: distrib/amd64/common: Makefile.inc distrib/i386/common: Makefile.inc Log message: Place kernel after running installboot, because this makes overflow easier to calculate. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/03/29 12:09:31 Modified files: sys/arch/alpha/alpha: cpu.c db_interface.c mutex.c pmap.c sys/arch/alpha/include: alpha_cpu.h atomic.h bwx.h cpu.h lock.h pcb.h sys/arch/alpha/pci: irongate_pci.c sys/arch/amd64/amd64: bus_space.c cpu.c fpu.c intr.c ipifuncs.c lapic.c machdep.c pctr.c via.c sys/arch/amd64/include: atomic.h bus.h cpufunc.h intr.h lock.h mutex.h pctr.h pio.h proc.h sys/arch/amd64/isa: clock.c sys/arch/amd64/stand/libsa: bioscons.c biosdev.c biosprobe.c memprobe.c time.c sys/arch/arm/arm: cpu.c cpufunc.c pmap.c pmap7.c sys/arch/arm/include: atomic.h cpufunc.h lock.h sys/arch/arm/xscale: i80321_intr.c pxa2x0.c pxa2x0_intr.c pxa2x0_intr.h sys/arch/armish/include: armish_intr.h sys/arch/armv7/armv7: armv7_machdep.c sys/arch/armv7/omap: intc.h sys/arch/armv7/sunxi: a1xintc.h sys/arch/aviion/aviion: prom.c sys/arch/aviion/stand/libprom: cpuid.c getc.c getenaddr.c prom.h putc.c sys/arch/aviion/stand/libsa: fault.c sys/arch/hppa/dev: clock.c dino.c mem.c power.c sys/arch/hppa/gsc: if_ie_gsc.c sys/arch/hppa/hppa: db_interface.c lock_machdep.c machdep.c mainbus.c sys/arch/hppa/include: atomic.h cpufunc.h intr.h lock.h sys/arch/hppa64/dev: cpu.c power.c sys/arch/hppa64/hppa64: db_interface.c machdep.c sys/arch/hppa64/include: atomic.h cpufunc.h sys/arch/i386/i386: apm.c bios.c bus_dma.c bus_space.c cpu.c db_interface.c kgdb_machdep.c lapic.c machdep.c pctr.c via.c vm86.c sys/arch/i386/include: atomic.h bus.h cpu.h cpufunc.h intr.h lock.h mutex.h pctr.h pio.h profile.h sys/arch/i386/isa: clock.c npx.c sys/arch/i386/pci: pcibios.c piixpcib.c sys/arch/i386/stand/libsa: apmprobe.c bioscons.c biosdev.c biosprobe.c cpuprobe.c memprobe.c pciprobe.c ps2probe.c time.c sys/arch/ia64/include: mutex.h sys/arch/landisk/landisk: intr.c sys/arch/loongson/include: bus.h sys/arch/luna88k/stand/boot: fault.c sys/arch/m88k/include: asm_macro.h atomic.h cpu.h lock.h mmu.h tcb.h sys/arch/m88k/m88k: m88110_fp.c m88k_machdep.c sys/arch/macppc/dev: smu.c zs.c sys/arch/macppc/include: bus.h sys/arch/macppc/macppc: lock_machdep.c sys/arch/macppc/pci: agp_machdep.c sys/arch/mips64/include: atomic.h cpu.h sys/arch/mips64/mips64: arcbios.c cache_loongson2.c cache_r10k.c cache_r4k.c cache_r5k.c fp_emulate.c sys/arch/octeon/dev: cn30xxpow.c sys/arch/octeon/include: bus.h octeonvar.h sys/arch/powerpc/include: atomic.h cpu.h mutex.h proc.h tcb.h sys/arch/powerpc/powerpc: cpu_subr.c in_cksum.c sys/arch/sgi/localbus: tcc.c sys/arch/sgi/stand/boot: arcbios.c sys/arch/sh/include: atomic.h sys/arch/sh/sh : trap.c sys/arch/socppc/include: bus.h sys/arch/socppc/socppc: cpu.c sys/arch/socppc/stand/boot: machdep.c sys/arch/sparc/dev: magmareg.h sys/arch/sparc/include: atomic.h psl.h tcb.h sys/arch/sparc/sparc: asm.h in_cksum.c sys/arch/sparc64/dev: creator.c sys/arch/sparc64/include: atomic.h cpu.h ctlreg.h mutex.h proc.h psl.h tcb.h sys/arch/sparc64/sparc64: autoconf.c clock.c cpu.c db_interface.c in4_cksum.c intr.c ipifuncs.c lock_machdep.c openfirm.c sys/arch/vax/include: atomic.h intr.h macros.h mtpr.h sys/arch/vax/vax: in4_cksum.c in_cksum.c sys/arch/zaurus/dev: zts.c sys/arch/zaurus/zaurus: zaurus_machdep.c sys/dev : vmt.c sys/dev/pci : agp_apple.c sys/dev/usb : usbdivar.h sys/dev/x86emu : x86emu.c sys/kern : init_main.c subr_autoconf.c sys/sys : device.h proc.h rwlock.h sched.h Log message: It's been a quarter century: we can assume volatile is present with that name. ok dlg@ mpi@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/29 13:31:06 Modified files: x11/gnome/nautilus: Makefile x11/gnome/tracker: Makefile x11/gnome/tracker/pkg: PLIST Removed files: x11/gnome/tracker/patches: patch-data_tracker-control_pc_in patch-data_tracker-miner_pc_in patch-data_tracker-sparql_pc_in Log message: Reverse the nautilus <-> tracker dependency. It makes more sense nowadays. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/29 13:32:25 Modified files: x11/gnome/documents: Makefile x11/gnome/photos: Makefile Log message: Cope with tracker/nautilus dependency switch. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/03/29 15:16:21 Modified files: games/manaplus : Makefile distinfo Log message: Update to 1.4.3.29 CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2014/03/29 15:58:11 Modified files: . : alpha.html armish.html armv7.html aviion.html cats.html hp300.html hppa.html hppa64.html landisk.html loongson.html luna88k.html macppc.html mvme68k.html mvme88k.html octeon.html palm.html sgi.html socppc.html solbourne.html sparc.html sparc64.html vax.html zaurus.html Log message: Remove project lists from platform pages. They all amount to `support more hardware, improve stability and performance, and squelch bugs', which ought to be considered implicit. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/03/29 16:00:33 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/03/29 16:50:05 Modified files: mail/mailscanner: Makefile Log message: Mirror the distfile and change MASTER_SITES to my server; upstream snuck in config file changes to the distfile. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/03/29 16:51:13 Modified files: mail/mailscanner: Tag: OPENBSD_5_5 Makefile Log message: Mirror the distfile and change MASTER_SITES to my server; upstream snuck in config file changes to the distfile. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2014/03/29 17:59:26 Log message: Import ports/lang/nimrod. ok juanfra@ Nimrod is a statically typed, imperative programming language that tries to give the programmer ultimate power without compromises on runtime efficiency. This means it focuses on compile-time mechanisms in all their various forms. Beneath a nice infix/indentation based syntax with a powerful (AST based, hygienic) macro system lies a semantic model that supports a soft realtime GC on thread local heaps. Asynchronous message passing is used between threads, so no "stop the world" mechanism is necessary. An unsafe shared memory heap is also provided for the increased efficiency that results from that model. Status: Vendor Tag: jturner Release Tags: jturner_20140329 N ports/lang/nimrod/Makefile N ports/lang/nimrod/distinfo N ports/lang/nimrod/pkg/DESCR N ports/lang/nimrod/pkg/PLIST N ports/lang/nimrod/patches/patch-build_3_2_posix_c N ports/lang/nimrod/patches/patch-config_nimrod_cfg N ports/lang/nimrod/patches/patch-lib_posix_posix_nim N ports/lang/nimrod/patches/patch-build_sh N ports/lang/nimrod/patches/patch-install_sh N ports/lang/nimrod/patches/patch-build_3_1_posix_c N ports/lang/nimrod/patches/patch-compiler_extccomp_nim No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/03/29 17:59:49 Modified files: sys/arch/loongson/include: autoconf.h pmon.h sys/arch/loongson/loongson: machdep.c pmon.c sys/arch/mips64/mips64: cpu.c Log message: Update the loongson codebase to recognize the so-called `EFI-like' interface supposedly provided by newer PMON firmware (on Loongson 2Gq and Loongson 3A systems). CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2014/03/29 18:01:14 Modified files: lang : Makefile Log message: +nimrod CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2014/03/29 18:15:01 Modified files: lang/nimrod/patches: patch-config_nimrod_cfg Log message: Enable tlsEmulation. No bump needed was just imported. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/29 18:37:11 Modified files: sys/dev/pci/drm: drm.h Log message: correct the value of DRM_MAJOR for non i386 platforms ok matthieu@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/29 18:58:24 Modified files: sys/dev/pci/drm/i915: intel_ringbuffer.c intel_ringbuffer.h Log message: drm/i915: Add intel_ring_cachline_align() From Ville Syrjala 0320c449d2a820ed2a1972e23d8f20f8024a5872 in ubuntu 3.8 753b1ad4a281b0663329409d410243e91825c323 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/29 19:03:05 Modified files: sys/dev/pci/drm/i915: intel_display.c Log message: drm/i915: Prevent MI_DISPLAY_FLIP straddling two cachelines on IVB From Ville Syrjala 0828f7607cee51cabf00b984dad3a8ef200beb41 in ubuntu 3.8 f66fab8e1cd6b3127ba4c5c0d11539fbe1de1e36 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/29 19:06:31 Modified files: sys/dev/pci/drm/i915: intel_dp.c Log message: drm/i915/dp: increase native aux defer retry timeout From Jani Nikula 6048560066737a87621b9169ef4bdab0e3cef620 in ubuntu 3.8 04eada25d1f72efdecd32d702706594f81de65d5 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/29 19:10:36 Modified files: sys/dev/pci/drm/i915: intel_dp.c Log message: drm/i915/dp: add native aux defer retry limit From Jani Nikula b4cdadf2591e12c61f895556cf93a8b61a36892c in ubuntu 3.8 f51a44b9a6c4982cc25bfb3727de9bb893621ebc in mainline linux CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2014/03/29 19:11:00 Modified files: gnu/gcc/gcc : common.opt toplev.c Log message: Change the heuristics of -fstack-protector to select to protect additional functions --- those that have local array definitions, or have references to local frame addresses. Note that upstream uses -fstack-protector-strong and misleads people: -fstack-protector, -fstack-protector-all, -fstack-protector-strong can you tell which one is safe? Luckily, OpenBSD has its own compiler and is able to do the right thing for security: this is enabled by default, and called -fstack-protector. OK deraadt@, miod@. Tested for 3 months. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/29 19:39:10 Modified files: . : security.html Log message: link to 55 errata CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/03/29 19:45:20 Modified files: . : lyrics.html Removed files: . : disabled.html items.html Log message: spring cleaning CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/29 19:54:02 Modified files: share/man/man4 : usb.4 Log message: sort attachments CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/29 20:12:23 Modified files: sys/dev/pci/drm/radeon: radeon_kms.c Log message: drm/radeon: fix missing bo reservation From Christian Koenig ea0e5ee12a70badcdfee846bfaf5d4338dc285ca in ubuntu 3.8 5e386b574cf7e1593e1296e5b0feea4108ed6ad8 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/03/29 20:17:51 Modified files: sys/dev/pci/drm/radeon: atombios_crtc.c Log message: drm/radeon: disable pll sharing for DP on DCE4.1 From Alex Deucher 2e673e623ba5a604c02fadcad9bf75e6a0ee9705 in ubuntu 3.8 9ef4e1d000a5b335fcebfcf8aef3405e59574c89 in mainline linux CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/29 22:56:06 Modified files: distrib/amd64/iso: Makefile etc/etc.amd64 : disktab Log message: increase size of iso media CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/03/29 23:05:08 Modified files: distrib/amd64/iso: Makefile etc/etc.amd64 : disktab Log message: increase size of iso media (try 2) CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/03/30 00:59:49 Modified files: devel/libyaml : Makefile distinfo Log message: Update to libyaml 0.1.6 to fix CVE-2014-2525 OK benoit@, pea@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/30 01:21:26 Modified files: games/fortune/datfiles: fortunes Log message: typo fix From: Josh Grosse; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/03/30 01:26:12 Modified files: bin/ls : ls.1 Log message: a pesky comma rendered the text describing how output is sorted relevant only to the "if more than one operand is given" scenario; replace it with a full stop and start a new paragraph; ok millert CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/30 03:25:12 Modified files: print/cups-filters: Makefile distinfo Log message: Update to cups-filters-1.0.50. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/30 06:36:28 Modified files: net/farstream/patches: patch-tests_check_testutils_c patch-tests_check_transmitter_stunalternd_c patch-transmitters_rawudp_fs-rawudp-transmitter_h Log message: committed upstream CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/30 06:50:52 Modified files: sysutils/accountsservice: Makefile sysutils/accountsservice/patches: patch-src_user_c Log message: Properly detect locked/unlocked users. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/30 06:59:52 Modified files: x11/gnome : Makefile Log message: -gedit-cossa CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/30 07:00:32 Removed files: x11/gnome/gedit-cossa: Makefile distinfo x11/gnome/gedit-cossa/patches: patch-src_Makefile_in x11/gnome/gedit-cossa/pkg: DESCR PLIST Log message: remove gedit-cossa, which hasn't seen in a release in years and didn't follow along on the new menu api which renders it completely broken. ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/30 07:01:21 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: mention gedit-cossa CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/30 07:13:08 Modified files: x11/gnome/gedit-code-assistance: Makefile distinfo x11/gnome/gedit-code-assistance/pkg: PLIST Log message: update to gedit-code-assistance-0.3.1 CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/03/30 07:15:04 Modified files: sys/netinet : Tag: OPENBSD_5_5 ip_icmp.c Log message: apply OpenBSD 5.5 errata 1: Memory corruption happens during ICMP reflection handling. ICMP reflection is disabled by default. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/30 07:26:44 Modified files: x11/gnome : Makefile Log message: -anjuta-extras CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/30 07:27:37 Removed files: x11/gnome/anjuta-extras: Makefile distinfo x11/gnome/anjuta-extras/pkg: DESCR PLIST Log message: remove anjuta-extras which doesn't really add anything to anjuta and is rather dormant upstream. ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/03/30 07:28:12 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: add anjuta-extras CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/30 07:37:34 Modified files: graphics/evince: Makefile Added files: graphics/evince/patches: patch-libview_ev-view-presentation_c Log message: Fix a possible crash during the build with introspection enabled (upstream). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/30 08:31:56 Modified files: x11/gnome/nemiver: Makefile Added files: x11/gnome/nemiver/patches: patch-src_common_nmv-ustring_cc Log message: Merge a patch from usptream. Use our libtool. Still BROKEN. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/30 08:42:13 Modified files: lang/vala : Makefile Added files: lang/vala/patches: patch-vapi_atk_vapi Log message: atk: Update and fix metadata (upstream) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/30 08:43:24 Modified files: x11/gnome : gnome.port.mk x11/gnome/gdm/patches: patch-daemon_gdm-server_c x11/gnome/gucharmap: Makefile x11/gnome/gucharmap/pkg: PLIST x11/gnome/nemiver: Makefile Log message: Bump vala requirements. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/30 08:44:36 Modified files: x11/gnome/nemiver: Makefile Log message: This was not supposed to go in in previous. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/30 08:45:32 Added files: x11/gnome/gdm/patches: patch-daemon_main_c Log message: Revert a patch from upstream -- missed in previous. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/30 08:48:23 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/patches: patch-daemon_gdm-server_c Log message: Re-apply the -noreset X switch from upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/30 08:53:34 Modified files: misc/libosinfo : Makefile Log message: Our libtool produces an undefined reference to `memcpy' ???!! CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/03/30 10:36:25 Modified files: sys/arch/sparc64/conf: GENERIC Log message: Drop isp(4) to make the kernel fit again. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/30 10:50:44 Modified files: meta/gnome : Makefile meta/gnome/pkg : README-main Log message: Some README rewordings. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/30 10:53:06 Modified files: lang/vala/patches: patch-vapi_atk_vapi Log message: Committed upstream. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/03/30 11:57:38 Modified files: build : support.skel Log message: remove tail (inc. www@) CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/03/30 11:57:53 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/03/30 12:15:43 Modified files: editors/emacs21/patches: patch-src_unexelf_c Log message: Fix build on alpha after sys/exec_ecoff.h removal 5 months ago. Use the provided HDRR struct instead of #defining it to struct ecoff_symhdr with hints from kettenis@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/03/30 12:38:31 Modified files: multimedia/xine-ui: Makefile distinfo multimedia/xine-ui/pkg: PLIST Removed files: multimedia/xine-ui/patches: patch-src_xitk_Makefile_in patch-src_xitk_actions_c patch-src_xitk_event_c patch-src_xitk_kbindings_c patch-src_xitk_panel_c patch-src_xitk_videowin_c patch-src_xitk_xine-toolkit_dnd_c patch-src_xitk_xine-toolkit_xitk_c Log message: Update to Xine-ui 0.99.8. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/03/30 12:43:44 Modified files: x11/gnome/gdm/patches: patch-daemon_gdm-server_c Log message: Meh my last unexpected commit really fucked things up... noticed by rpe@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/03/30 12:59:49 src/regress/usr.bin/mandoc/roff/ll Update of /cvs/src/regress/usr.bin/mandoc/roff/ll In directory cvs.openbsd.org:/tmp/cvs-serv7588/ll Log Message: Directory /cvs/src/regress/usr.bin/mandoc/roff/ll added to the repository CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/03/30 13:13:39 Modified files: faq : faq1.html faq2.html faq3.html faq4.html faq5.html faq6.html faq7.html faq8.html faq9.html faq10.html faq11.html faq12.html faq13.html faq14.html faq15.html Log message: remove www@ references, simplify footers on all pages. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/03/30 13:17:28 Modified files: faq : faq6.html Log message: correct
 orders, spotted by validator.w3.org


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2014/03/30 13:21:46

Modified files:
	faq            : truetype.html current.html 

Log message:
remove www@ refs


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/03/30 13:27:31

Log message:
    Import security/p5-Mozilla-CA-Fake, an alternative to CPAN's Mozilla::CA but
    rather than bundling an old copy of Mozilla certs, this just points to the
    system /etc/ssl/cert.pem. OK on earlier version and tweaks nigel@
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20140330
    
    N ports/security/p5-Mozilla-CA-Fake/Makefile
    N ports/security/p5-Mozilla-CA-Fake/distinfo
    N ports/security/p5-Mozilla-CA-Fake/pkg/DESCR
    N ports/security/p5-Mozilla-CA-Fake/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/03/30 13:28:02

Modified files:
	security       : Makefile 
Removed files:
	security/p5-Mozilla-CA: Makefile distinfo 
	security/p5-Mozilla-CA/pkg: DESCR PLIST 

Log message:
switch from p5-Mozilla-CA to p5-Mozilla-CA-Fake


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/03/30 13:28:47

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
'p5-Mozilla-CA' => 'p5-Mozilla-CA-Fake'


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/03/30 13:30:28

Modified files:
	lang/gcc/4.8   : Makefile 

Log message:
fix the quick hack to unbreak gcc/4.8 after gets() removal
ok nigel@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/03/30 13:36:42

Modified files:
	productivity/grisbi: Makefile distinfo 
	productivity/grisbi/pkg: PLIST 
Removed files:
	productivity/grisbi/patches: patch-src_gsb_file_c 
	                             patch-src_gsb_form_widget_c 
	                             patch-src_include_h 

Log message:
Long-awaited update to grisbi 1.0.0.

Add goffice08 dependency for accounts graphing feature, finally!


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/03/30 13:37:17

Added files:
	productivity/grisbi/patches: patch-src_bet_data_c 

Log message:
Add patch to remove a trailing semicolon breaking logic, found on the
grisbi-devel@ ML.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/03/30 13:43:19

Modified files:
	regress/usr.bin/mandoc/roff/de: Makefile 

Log message:
make -Tascii explicit, to be safe when -Tlocale becomes the default


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/03/30 13:47:32

Modified files:
	share/man/man7 : roff.7 
	usr.bin/mandoc : man.c man.h man_html.c man_macro.c man_term.c 
	                 man_validate.c mdoc.c mdoc.h mdoc_argv.c 
	                 mdoc_html.c mdoc_macro.c mdoc_man.c mdoc_term.c 
	                 mdoc_validate.c term.h term_ascii.c term_ps.c 
	regress/usr.bin/mandoc/roff: Makefile 
Added files:
	regress/usr.bin/mandoc/roff/ll: Makefile basic.in 
	                                basic.out_ascii 

Log message:
Implement the roff(7) .ll (line length) request.
Found by naddy@ in the textproc/enchant(1) port.
Of course, do not use this in new manuals.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/03/30 13:48:04

Modified files:
	sys/arch/sparc/stand/boot: boot.c 
	sys/arch/sparc/stand/common: version.c 

Log message:
Close the kernel fd before attempting to load /etc/random.seed, and reopen it
afterwards, for some prom misbehave if the network interface is opened twice;
repairs boot.net operation on at least SS5 PROM v2.21; found the hard way by
sebastia@. Crank boot version; verified not to hurt disk boot.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/03/30 14:38:10

Modified files:
	lang/clojure   : Makefile distinfo 
	lang/clojure/files: clj_completions 
	lang/clojure/pkg: PLIST 

Log message:
update to clojure-1.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/03/30 15:08:24

Modified files:
	lang/clojure   : Makefile 
	lang/clojure/files: clj_completions clj_completions.clj 

Log message:
write out the sorted list of completions, makes it easier to diff the list


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/03/30 15:27:59

Modified files:
	share/man/man7 : roff.7 
	usr.bin/mandoc : man_term.c mdoc_term.c term.c term.h 
	                 term_ascii.c term_ps.c 
	regress/usr.bin/mandoc/roff/ll: basic.in basic.out_ascii 

Log message:
Support relative arguments to .ll (increase or decrease line length).


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/03/30 15:54:49

Modified files:
	sys/sys        : proc.h sysctl.h ucred.h 
	sys/kern       : exec_elf.c init_main.c kern_acct.c 
	                 kern_descrip.c kern_event.c kern_exec.c 
	                 kern_exit.c kern_fork.c kern_ktrace.c 
	                 kern_proc.c kern_prot.c kern_resource.c 
	                 kern_sig.c kern_sysctl.c subr_log.c 
	                 sys_generic.c sys_process.c sys_socket.c 
	                 tty_pty.c uipc_socket.c vfs_syscalls.c 
	sys/ufs/ufs    : ufs_quota.c 
	sys/net        : bpf.c if_tun.c pf_ioctl.c 
	sys/dev        : systrace.c 
	sys/arch/alpha/alpha: trap.c 
	sys/arch/amd64/amd64: trap.c 
	sys/arch/arm/arm: fault.c 
	sys/arch/sh/sh : trap.c 
	sys/arch/sparc64/sparc64: trap.c 
	sys/arch/vax/vax: trap.c 
	sys/compat/linux: linux_misc.c linux_sched.c 
	lib/libkvm     : kvm_file2.c kvm_proc2.c 

Log message:
Eliminates struct pcred by moving the real and saved ugids into
struct ucred; struct process then directly links to the ucred

Based on a discussion at c2k10 or so before noting that FreeBSD and
NetBSD did this too.

ok matthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2014/03/30 16:37:41

Modified files:
	usr.bin/ftp    : fetch.c 

Log message:
SSLeay_add_ssl_algorithms() is just a #define for SSL_library_init(), so
kill the former.  ok guenther@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2014/03/30 16:39:42

Modified files:
	usr.bin/ftp    : fetch.c 

Log message:
Check the return value from SSL_CTX_set_cipher_list(), for consistency.
ok guenther@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2014/03/30 16:40:38

Modified files:
	usr.bin/ftp    : fetch.c 

Log message:
SNI support.  ok guenther@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/03/30 17:57:43

Modified files:
	share/man/man7 : man.7 mdoc.7 

Log message:
i suggested a CONTEXT section for kernel manpages that describes
which contexts you can call functions in. deraadt@ encouraged me
to pursue it. ive applied it to a few pages and i think it is worth
moving forward with.

this specific diff was requested by schwartz@ while we were discussing
it before 5.5.
tweaks from jmc@ schwartz@
ok schwartz@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/03/30 18:02:45

Modified files:
	usr.bin/mandoc : mdoc.h mdoc_validate.c 

Log message:
recognise the CONTEXT section. we consider it only applicable to
section 9 manpages for now.

requested by schwartz@ pre 5.5
tweaks by jmc@ schwartz@
ok schwartz@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/03/30 18:09:54

Modified files:
	share/misc     : mdoc.template 

Log message:
Sh CONTEXT

requested by schwartz@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/03/30 18:19:30

Modified files:
	sys/dev/ic     : ahcivar.h 

Log message:
dva on ahci is 64bit


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2014/03/30 19:47:54

Modified files:
	faq            : upgrade35.html upgrade36.html upgrade37.html 
	                 upgrade38.html upgrade39.html upgrade40.html 
	                 upgrade41.html upgrade42.html upgrade43.html 
	                 upgrade44.html upgrade45.html upgrade46.html 
	                 upgrade47.html upgrade48.html upgrade49.html 
	                 upgrade50.html upgrade51.html upgrade52.html 
	                 upgrade53.html upgrade54.html 

Log message:
www@ is no more.  normalized 54 to new footer style, but rest were left
unchanged deliberately.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2014/03/30 20:33:07

Modified files:
	faq/pf         : anchors.html authpf.html carp.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 perf.html pools.html queueing.html rdr.html 
	                 shortcuts.html tables.html tagging.html 

Log message:
www@ removal, normalize footers.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/03/30 21:12:47

Modified files:
	.              : errata.html errata21.html errata22.html 
	                 errata23.html errata24.html errata25.html 
	                 errata26.html errata27.html errata28.html 
	                 errata29.html errata30.html errata31.html 
	                 errata32.html errata33.html errata34.html 
	                 errata35.html errata36.html errata37.html 
	                 errata38.html errata39.html errata40.html 
	                 errata41.html errata42.html errata43.html 
	                 errata44.html errata45.html errata46.html 
	                 errata47.html errata48.html errata49.html 
	                 errata50.html errata51.html errata52.html 
	                 errata53.html errata54.html errata55.html 

Log message:
grand unification


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/03/30 21:36:54

Modified files:
	.              : errata21.html errata22.html errata23.html 
	                 errata24.html errata25.html errata26.html 
	                 errata27.html errata28.html errata29.html 
	                 errata30.html errata31.html errata32.html 
	                 errata33.html errata34.html errata35.html 

Log message:
another small unification


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/03/30 21:38:46

Modified files:
	sys/dev/ic     : ahci.c ahcivar.h 

Log message:
massage the prdt (what an sgl is on every other chip) loading with
better ops and alignment.

ok jmatthew@ who was cruel and made me test hibernate before he oked it.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/03/30 21:58:35

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

Log message:
replace bzero with memset


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/03/30 22:11:40

Modified files:
	.              : errata22.html errata23.html errata24.html 
	                 errata25.html errata26.html errata27.html 
	                 errata28.html errata29.html errata30.html 
	                 errata33.html errata34.html errata35.html 

Log message:
more tilling


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/03/30 22:22:26

Modified files:
	sys/arch/alpha/conf: GENERIC RAMDISK RAMDISKB RAMDISKBIG 
	                     RAMDISKC 

Log message:
give up on isp, and only use ql[wae]
Be a bit cynical about firmware fitting, of course..
ok jmatthew


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/03/30 22:46:59

Modified files:
	sys/dev/ic     : ahcivar.h ahci.c 

Log message:
ahci dva things are 64bit and surprisingly aligned nicely to 64bit too.

ok jmatthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/03/31 00:18:30

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

Log message:
move the last htoleXX things to htolemXX where possible.

ok jmatthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2014/03/31 00:44:23

Modified files:
	regress/usr.bin/pkg-config: Makefile 
	regress/usr.bin/pkg-config/pcdir: variables.pc 

Log message:
add test where Libs contains a variable reference


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/03/31 00:56:14

Modified files:
	x11/gnome/terminal: Makefile 
	x11/gnome/terminal/pkg: PLIST 
Added files:
	x11/gnome/terminal/patches: patch-src_terminal-appmenu_ui 

Log message:
appmenu: Fix action parameter (upstream).
This allows launching a new terminal from the global menu...


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/03/31 00:58:10

Modified files:
	sys/dev/ic     : ahcivar.h 

Log message:
the hardware expects ahci_cmd_table to be 128 byte aligned


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/03/31 01:06:20

Modified files:
	bin/ls         : ls.1 

Log message:
revert previous: i was wrong;
thanks thomas klausner for noticing


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/03/31 01:33:12

Modified files:
	graphics/mapnik: Makefile 

Log message:
Use the devel/gettext module.

ok landry@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/03/31 01:41:48

Modified files:
	sys/dev/pci    : qle.c qlereg.h 

Log message:
qle dvas straddle 4 byte boundaries, so best to treat them as two
u_int32_ts rather than u_int64_ts.

ok jmatthew@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/03/31 01:42:21

Modified files:
	mail/smtpclient: Makefile 

Log message:
replace MASTER_SITES with a working mirror


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/03/31 02:43:22

Modified files:
	databases/puppetdb: Makefile distinfo 
	databases/puppetdb/patches: patch-Rakefile 
	                            patch-ext_files_puppetdb-anonymize 
	                            patch-ext_files_puppetdb-export 
	                            patch-ext_files_puppetdb-foreground 
	                            patch-ext_files_puppetdb-import 

Log message:
update to puppetdb-1.6.3


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/03/31 03:09:19

Modified files:
	usr.bin/cu     : cu.1 cu.c 

Log message:
Fix REMOTE to work like tip(1) - it can be either a path to a remote(5)
database or a description (for example "foo:dv=/dev/bar"). Add support
for HOST which works as I thought REMOTE did.

Manpage help from jmc@.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/03/31 03:16:26

Modified files:
	usr.bin/cu     : cu.c 

Log message:
If HOST or the host argument starts with a /, treat it as a device name
(so, for example, "cu /dev/cuaU0" will work).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/03/31 03:17:57

Modified files:
	databases/puppetdb: Makefile 
	databases/puppetdb/patches: patch-ext_files_puppetdb-ssl-setup 
	databases/puppetdb/pkg: PLIST-main 
Added files:
	databases/puppetdb/patches: patch-ext_files_puppetdb_env 
Removed files:
	databases/puppetdb/patches: patch-ext_files_puppetdb-anonymize 
	                            patch-ext_files_puppetdb-export 
	                            patch-ext_files_puppetdb-foreground 
	                            patch-ext_files_puppetdb-import 

Log message:
simplify patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/03/31 03:34:52

Modified files:
	devel/libgtop2 : Makefile 
	devel/libgtop2/patches: patch-libgtop-sysdeps_m4 
	                        patch-sysdeps_openbsd_Makefile_am 
	devel/libgtop2/pkg: PLIST 

Log message:
Tweak patching a bit and regen PLIST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/03/31 03:38:25

Modified files:
	x11/gnome/color-manager: Makefile 

Log message:
No point is maintaining a list of all the warnings our old gcc does not
support; just disable them.

prodded by jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/03/31 03:58:33

Modified files:
	devel/libpeas  : Makefile distinfo 
	devel/libpeas/patches: 
	                       patch-tests_libpeas_plugins_extension-python_Makefile_in 
	devel/libpeas/pkg: PLIST 
Removed files:
	devel/libpeas/patches: 
	                       patch-tests_libpeas_plugins_extension-js_Makefile_in 

Log message:
update to libpeas-1.10.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/03/31 04:12:19

Modified files:
	devel/libpeas  : Makefile 

Log message:
drop unused CONFIGURE_ARGS


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/03/31 04:16:55

Added files:
	devel/libpeas/patches: patch-tests_libpeas_engine_c 
	                       patch-tests_libpeas_extension-c_c 

Log message:
unbreak engine and extension-c tests


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/03/31 04:28:20

Modified files:
	lang/railo     : Makefile 
	lang/railo/pkg : README 
Added files:
	lang/railo/pkg : MESSAGE 

Log message:
Modify the README instructions based on a diff from dcoppa@ to work around the
changes made in Tomcat 7.0.52 which broke previous installations. Add a MESSAGE
as well (to be removed after next release) so that people upgrading production
servers are clued into the required changes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/03/31 04:29:49

Modified files:
	lang/railo     : Tag: OPENBSD_5_5 Makefile 
	lang/railo/pkg : Tag: OPENBSD_5_5 README 
Added files:
	lang/railo/pkg : Tag: OPENBSD_5_5 MESSAGE 

Log message:
MFC, since Tomcat's configuration-breaking update went into -stable too:

Modify the README instructions based on a diff from dcoppa@ to work around the
changes made in Tomcat 7.0.52 which broke previous installations. Add a MESSAGE
as well (to be removed after next release) so that people upgrading production
servers are clued into the required changes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/03/31 04:31:36

Modified files:
	lang/railo     : Tag: OPENBSD_5_4 Makefile 
	lang/railo/pkg : Tag: OPENBSD_5_4 README 

Log message:
MFC, since Tomcat's configuration-breaking update went into -stable too:

Modify the README instructions based on a diff from dcoppa@ to work around the
changes made in Tomcat 7.0.52 which broke previous installations. Add a MESSAGE
as well (to be removed after next release) so that people upgrading production
servers are clued into the required changes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/03/31 04:57:38

Modified files:
	lang/railo     : Makefile 
	lang/railo/pkg : MESSAGE 

Log message:
doubled 'the', noticed by dcoppa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/03/31 05:18:47

Modified files:
	devel/libpeas/patches: patch-tests_libpeas_engine_c 
	                       patch-tests_libpeas_extension-c_c 

Log message:
submitted upstream


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/03/31 05:25:45

Modified files:
	sys/dev/ic     : qla.c qlareg.h qlavar.h 

Log message:
Rather than scanning local loop ids sequentially, just ask the chip which
local devices it has logged in to.  This will also be useful for hotplug
later on.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2014/03/31 06:09:00

Modified files:
	lib/libxtrans  : Xtranssock.c 

Log message:
Increase the send buffer for UNIX sockets to be at least 64k such that large
sends (for example, XGetImage() replies in the X server) happen at non-glacial
speeds.  Makes Firefox useable again on web pages with large images.  Already
pushed upstream.

ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/03/31 06:11:42

Modified files:
	sys/dev/acpi   : acpi.c 
	sys/arch/i386/i386: apm.c 
	sys/arch/zaurus/dev: zaurus_apm.c 
	sys/arch/loongson/dev: apm.c 

Log message:
Change the order of operations during a suspend/resume cycle and
call bufq_quiesce() after executing the DVACT_QUIESCE handlers.

This should be safe since no disk nor controller drivers have such
handler but it will allow us to detach sd(4) devices attached to a
USB bus.

Another benefit pointed out by kettenis@ is that drivers that need
to read a firmware from the disk should be able to do it at resume
time in a DVACT_WAKEUP handler.

ok kettenis@, deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/03/31 06:50:44

Modified files:
	faq            : current.html 

Log message:
Update unbound notes; previous users from packages will also need to adjust
pkg_scripts/unbound_flags lines. Clarify which situations require manually
adding users.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/03/31 06:51:12

Modified files:
	regress/usr.bin/mdoclint: mdoclint 

Log message:
recognise CONTEXT sections, for man9;


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/03/31 07:04:11

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

Log message:
update to squidclamav 6.11


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/03/31 07:39:34

Modified files:
	usr.bin/ssh    : ssh-keygen.1 

Log message:
the text for the -K option was inserted in the wrong place in -r1.108;
fix From: Matthew Clarke


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2014/03/31 07:44:04

Modified files:
	usr.bin/libtool/LT/Mode/Link: Library.pm 

Log message:
Match GNU libtool and properly add -rpath to the linker when linking
libraries. Until now we only did that for bin programs, but some libs
can also depend on other libs which aren't in the standard search path.

passed a full ports bulk (thanks jasper@)
ok jasper@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/03/31 07:44:47

Modified files:
	graphics/gthumb: Makefile 
	x11/gnome/gvfs : Makefile 

Log message:
Drop the rpath hack no that our libtool somewhat does the right thing.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/03/31 08:02:06

Modified files:
	audio/pulseaudio: Makefile 

Log message:
Add XXX and comments wrt GNU libtool.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/03/31 08:22:48

Modified files:
	devel/codeblocks: Makefile 

Log message:
No need for rpath in LDFLAGS anymore.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/03/31 08:26:01

Modified files:
	mail/evolution : Makefile 
	mail/evolution-ews: Makefile 

Log message:
Explicit -rpath is not needed anymore.


CVSROOT:	/cvs
Module name:	src
Changes by:	bcallah@cvs.openbsd.org	2014/03/31 08:26:03

Modified files:
	usr.bin/mg     : cmode.c 

Log message:
Remove a redundant assignment for slashp in findnonblank().
Remove a redundant comment in the same place while here.
Tweaks from lum@
ok florian@ lum@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/03/31 08:57:25

Modified files:
	x11/gnome/rygel: Makefile 
Added files:
	x11/gnome/rygel/patches: patch-configure 

Log message:
Make it use our libtool(1) so that with the recent rpath fix it can properly
load tracker libs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2014/03/31 09:14:13

Modified files:
	databases/p5-DBIx-SearchBuilder: Makefile distinfo 
	databases/p5-DBIx-SearchBuilder/pkg: PLIST 

Log message:
update to 1.65, ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2014/03/31 09:14:27

Modified files:
	devel/p5-IPC-Run: Makefile distinfo 

Log message:
update to 0.92, ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2014/03/31 09:14:40

Modified files:
	devel/p5-Locale-Maketext-Fuzzy: Makefile distinfo 

Log message:
update to 0.11, ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2014/03/31 09:14:51

Modified files:
	devel/p5-Log-Dispatch: Makefile distinfo 
	devel/p5-Log-Dispatch/pkg: PLIST 

Log message:
update to 2.41, ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2014/03/31 09:15:04

Modified files:
	textproc/p5-Text-Quoted: Makefile distinfo 

Log message:
update to 2.08, ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2014/03/31 09:15:19

Modified files:
	www/p5-HTML-RewriteAttributes: Makefile distinfo 

Log message:
update to 0.05, ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/03/31 09:19:59

Modified files:
	graphics/colord: Makefile 

Log message:
missing build dep on dbus


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/03/31 09:21:55

Modified files:
	devel/p5-Log-Dispatch: Makefile 

Log message:
add missing dependencies


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/03/31 09:25:26

Modified files:
	usr.bin/ssh    : Makefile.inc 

Log message:
ssh has a target painted on it's back, so use -fstack-protector-all
dtucker mentioned that -portable does this


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/03/31 09:27:57

Modified files:
	www/p5-HTML-RewriteAttributes: Makefile 

Log message:
fix dependencies, add missing dependency and fix license marker


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/03/31 10:02:48

Modified files:
	.              : errata21.html errata22.html errata23.html 
	                 errata24.html errata25.html errata26.html 
	                 errata27.html errata28.html errata29.html 
	                 errata30.html errata31.html errata32.html 
	                 errata33.html errata34.html errata35.html 
	                 errata36.html errata37.html errata38.html 
	                 errata39.html errata40.html errata41.html 
	                 errata42.html errata43.html errata44.html 
	                 errata45.html errata46.html errata47.html 
	                 errata48.html errata49.html errata50.html 
	                 errata52.html errata53.html errata54.html 
	                 errata55.html 

Log message:
further unification, without losing history


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/03/31 10:18:06

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

Log message:
Force the detach of all USB devices by disconnecting the root hubs
before suspending the machine.

Prior to this commit, devices were logically disconnected after
resuming the machine leading to funny races since the controller
was reset in between.

ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/03/31 10:22:17

Modified files:
	.              : 21.html 22.html 23.html 24.html 25.html 26.html 
	                 ECL.html plus.html plus54.html plus55.html 

Log message:
bring out your dead


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/03/31 10:50:23

Modified files:
	www/webkit     : Makefile 

Log message:
mark BROKEN-i386 to save time in bulk builds until this can be fixed


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/03/31 11:06:54

Modified files:
	sysutils/syslog-ng: Makefile 
	sysutils/syslog-ng/pkg: PLIST 

Log message:
Remove XXX now that our libtool(1) properly adds -rpath when needed.
Handle --sysconfdir by setting SYSCONFDIR.

ok steven@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/03/31 11:24:49

Modified files:
	devel/apache-ant: Makefile distinfo 
	devel/apache-ant/pkg: PLIST 

Log message:
update to apache-ant-1.9.3


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2014/03/31 12:00:58

Modified files:
	usr.bin/mg     : dir.c 

Log message:
Allow more than one level of directories to be create via
make-directory again. ok florian@ jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2014/03/31 12:16:24

Modified files:
	usr.bin/pkg-config/OpenBSD: PkgConfig.pm 

Log message:
if it looks like a variable, expands like a variable and resolves like a
variable, then it need not be a variable.

add a way out the variable expansion loop when the returned value from the
values hash looks like a variable.

this resolves an issue where using --define-variable=libdir=${libdir} would
create and infinite loop of looking up the value of libdir. such as triggered
by the x11/gnome/empathy configure script.

tested in a bulk build as well as builds of base and xenocara
ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/03/31 12:58:41

Modified files:
	sys/arch/macppc/dev: macintr.c openpic.c 
	sys/arch/macppc/macppc: dma.c machdep.c 
	sys/arch/powerpc/powerpc: pmap.c 
	sys/arch/socppc/socppc: dma.c machdep.c 

Log message:
Including  is enough, no need for  or more.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/03/31 13:37:15

Modified files:
	sys/kern       : init_main.c 

Log message:
Grab the kernel lock before autoconf.  This way device drivers can drop it in
any context if they feel like it.

ok deraadt@, guenther@
(who both suggested we could probably grab it even earlier)


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/03/31 13:50:52

Modified files:
	sbin/fdisk     : mbr.c misc.c misc.h part.c 

Log message:
Nuke [get|put][short|long] and just use letoh[16|32] and
htole[16|32]. This is made possible by a) copying unaligned data
(struct dos_partition's) into properly aligned structs and accessing
the fields of the same; and b) realizing that gcc is smart enough to
access fields in packed struct's *if* it knows it is accessing a
packed struct. Even sparc64 finally gave a thumbs up.

After several attempts and feedback from deraadt@ and dlg@, it looks
good to deraadt@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/03/31 13:51:11

Modified files:
	games/pioneers : Makefile 

Log message:
Unconditionally depend on libnotify.  The configure script picks it up
if there and PKG_CHECK_MODULES is hard to override.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/03/31 14:16:39

Modified files:
	sys/uvm        : uvm_fault.c 

Log message:
In uvm_fault(), when attempting to map backpages and forwpages, defer
the pmap_update() to the end of the loop, rather than after each loop
iteration - which might not even end up invoking pmap_enter()!

Quiet blessing from guenther@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/03/31 14:21:19

Modified files:
	sys/arch/loongson/include: cpu.h 
	sys/arch/mips64/include: cache.h cpu.h pmap.h 
	sys/arch/mips64/mips64: cache_loongson2.c cache_octeon.c 
	                        cache_r10k.c cache_r4k.c cache_r5k.c 
	                        cache_tfp.c pmap.c 
	sys/arch/octeon/include: cpu.h 

Log message:
Due the virtually indexed nature of the L1 instruction cache on most mips
processors, every time a new text page is mapped in a pmap, the L1 I$ is
flushed for the va spanned by this page.

Since we map pages of our binaries upon demand, as they get faulted in, but
uvm_fault() tries to map the few neighbour pages, this can end up in a
bunch of pmap_enter() calls in a row, for executable mappings. If the L1
I$ is small enough, this can cause the whole L1 I$ cache to be flushed
several times.

Change pmap_enter() to postpone these flushes by only registering the
pending flushes, and have pmap_update() perform them. The cpu-specific
cache code can then optimize this to avoid unnecessary operations.

Tested on R4000SC, R4600SC, R5000SC, RM7000, R10000 with 4KB and 16KB
page sizes (coherent and non-coherent designs), and Loongson 2F by mikeb@ and
me. Should not affect anything on Octeon since there is no way to flush a
subset of I$ anyway.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/03/31 14:24:06

Modified files:
	graphics/libraw: Makefile 

Log message:
BROKEN-hppa =  undefined reference to __sync_fetch_and_add_4


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2014/03/31 14:54:37

Modified files:
	bin/ls         : ls.1 ls.c 

Log message:
restore the traditional behavior of -f implying -a; apparently Keith Bostic
forgot to restore it when the -f flag was put back on 2nd of September 1989,
after being removed on 16th of August as a consequence of issues getting it
working over NFS, so deviation from traditional UNIX behavior in all BSDs
looks like an historical accident; as a side effect, this change accommodates
behavior of this option to IEEE Std 1003.1-2008 (``POSIX.1'').

joint work with jmc@ (who found the inaccuracy in our implementation),
schwarze@ (who provided a detailed tracking of historical facts) and millert@

ok millert@, schwarze@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/03/31 15:10:10

Modified files:
	sys/arch/alpha/dev: sgmap_common.c sgmap_typedep.c sgmapvar.h 

Log message:
Use extent_alloc_with_descr(9) and add a mutex to protect the extent.
This should make bus_dmamap_load(9) and bus_dmamap_unload(9) "mpsafe".

As a bonus this gets rid of a potential memory allocation in the IO path.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2014/03/31 15:29:59

Modified files:
	usr.bin/mg     : file.c 

Log message:
Tidy up. No functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/03/31 15:32:00

Modified files:
	usr.bin/tmux   : input.c 

Log message:
Change secondary device attributes response to \033[>84;0;0c which is
unique for tmux.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/03/31 15:32:31

Modified files:
	usr.bin/tmux   : cmd.c 

Log message:
Don't write into buffer if no arguments, reported by Filipe Rosset.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/03/31 15:34:08

Modified files:
	usr.bin/tmux   : Makefile screen-redraw.c tmux.h window-clock.c 
Removed files:
	usr.bin/tmux   : clock.c 

Log message:
Having three *clock* files is ridiculous, remove clock.c.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/03/31 15:36:43

Modified files:
	usr.bin/tmux   : mode-key.c tmux.h window-choose.c 

Log message:
Add start-of-list, end-of-list, top-line and bottom-line in choice mode,
from madmaverick9 at roxxmail dot eu, similar diff a few days later from
Marcel Partap.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/03/31 15:37:55

Modified files:
	usr.bin/tmux   : format.c resize.c tmux.1 tmux.h 

Log message:
Make session_attached a count and add session_many_attached flag.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/03/31 15:39:31

Modified files:
	usr.bin/tmux   : cmd-set-buffer.c mode-key.c paste.c tmux.1 
	                 tmux.h window-copy.c 

Log message:
Add setb -a to append and a copy mode append command, from J Raynor with
minor changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/03/31 15:39:59

Modified files:
	usr.bin/tmux   : tmux.h 

Log message:
Use hex constants rather than shifts for mouse events and flags, pointed
out by Marcel Partap.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/03/31 15:40:21

Modified files:
	usr.bin/tmux   : tmux.h tty-keys.c 

Log message:
Add names for mouse button bits rather than using magic numbers, from
Marcel Partap.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/03/31 15:41:07

Modified files:
	usr.bin/tmux   : window.c 

Log message:
Don't segfaut when the parent of the layout cell is NULL, from Thomas Adam.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2014/03/31 15:41:13

Log message:
    This library provides simple read-only access to the local computer's
    networking configuration. It is currently capable of getting a list of
    all the network interfaces and their respective IPv4, IPv6 and MAC
    addresses.
    
    From David Schaefer, some small changes to patches/patch-cbits_network_h
    from me, also discussed with dcoppa@
    
    ok dcoppa@
    
    Status:
    
    Vendor Tag:	kili
    Release Tags:	kili_20140331
    
    N ports/net/hs-network-info/Makefile
    N ports/net/hs-network-info/distinfo
    N ports/net/hs-network-info/patches/patch-cbits_network_h
    N ports/net/hs-network-info/pkg/DESCR
    N ports/net/hs-network-info/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/03/31 15:41:35

Modified files:
	usr.bin/tmux   : options-table.c status.c tmux.1 

Log message:
Make message-limit a server option.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/03/31 15:42:05

Modified files:
	usr.bin/tmux   : log.c tmux.h 

Log message:
Remove unused log functions.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/03/31 15:42:27

Modified files:
	usr.bin/tmux   : grid-view.c grid.c tmux.h 

Log message:
GRID_DEBUG is no longer needed.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/03/31 15:42:45

Modified files:
	usr.bin/tmux   : input-keys.c log.c tmux.c 

Log message:
Remove log_debug2 as well and simplify log.c.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2014/03/31 15:42:50

Modified files:
	net            : Makefile 

Log message:
Hook hs-network-info.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/03/31 15:43:35

Modified files:
	usr.bin/tmux   : utf8.c 

Log message:
In four byte UTF-8 sequences, only three bits of the first byte should
be used. Fix from Koga Osamu.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/03/31 15:43:55

Modified files:
	usr.bin/tmux   : cmd-set-buffer.c 

Log message:
Don't crash with a zero-length argument to setb, from J Raynor.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2014/03/31 15:43:55

Log message:
    This library is useful for creating, comparing, parsing and printing
    Universally Unique Identifiers.
    
    From David Schaefer.
    
    ok dcoppa@
    
    Status:
    
    Vendor Tag:	kili
    Release Tags:	kili_20140331
    
    N ports/devel/hs-uuid/Makefile
    N ports/devel/hs-uuid/distinfo
    N ports/devel/hs-uuid/pkg/DESCR
    N ports/devel/hs-uuid/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2014/03/31 15:44:35

Modified files:
	devel          : Makefile 

Log message:
Hook hs-uuid


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2014/03/31 15:45:37

Modified files:
	databases/hs-postgresql-libpq: Makefile distinfo 

Log message:
Update to hs-postgresql-libpq-0.9.0.0.

From maintainer David Schaefer.

ok dcoppa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2014/03/31 15:48:05

Modified files:
	databases/hs-postgresql-simple: Makefile distinfo 
	databases/hs-postgresql-simple/pkg: PLIST 

Log message:
Update to hs-postgresql-simple-0.4.0.2.

From maintainer David Schaefer


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/03/31 16:03:29

Modified files:
	sbin/fdisk     : cmd.c cmd.h disk.c part.c user.c user.h 

Log message:
Whitespace rectification.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/03/31 16:17:07

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

Log message:
Slightly better debugging code.


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2014/03/31 16:20:15

Modified files:
	sys/sys        : proc.h 

Log message:
Fix octal constant: "\018" -> "\020"

ok guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/03/31 17:04:03

Modified files:
	sbin/fdisk     : cmd.c 

Log message:
Use return value constants to make effects clearer than the use
of an intermediate variable. No intended functional change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/03/31 17:54:36

Modified files:
	textproc/calibre: Makefile distinfo 
	textproc/calibre/patches: patch-setup_extensions_py 
	textproc/calibre/pkg: PLIST 

Log message:
update to calibre 1.30.0


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/03/31 20:05:27

Modified files:
	usr.bin/ssh    : ssh-keysign.c 

Log message:
include fingerprint of key not found
use arc4random_buf() instead of loop+arc4random()


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/03/31 20:16:37

Modified files:
	lib/libc/gen   : login_cap.c 

Log message:
Use setresuid() and setresgid().  OK guenther@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/03/31 21:34:10

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

Log message:
When using VerifyHostKeyDNS with a DNSSEC resolver, down-convert any
certificate keys to plain keys and attempt SSHFP resolution.

Prevents a server from skipping SSHFP lookup and forcing a new-hostkey
dialog by offering only certificate keys.

Reported by mcv21 AT cam.ac.uk


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2014/03/31 23:04:50

Modified files:
	sys/sys        : stdint.h 
	include        : unistd.h 

Log message:
Define intptr_t in  as specified by POSIX

ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/03/31 23:32:57

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

Log message:
demote a debug3 to PACKET_DEBUG; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/03/31 23:50:30

Modified files:
	usr.bin/tmux   : tmux.h 

Log message:
missed commit matching log.c


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/03/31 23:55:37

Modified files:
	x11/gnome/keyring: Makefile 

Log message:
Override a useless configure check; unbreak build when xsltproc is not
installed.

reported by rpe@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/01 00:52:48

Modified files:
	databases/puppetdb/patches: patch-ext_files_puppetdb_env 

Log message:
pushed upstream


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/01 01:01:46

Modified files:
	x11/gnome/gedit: Makefile 
	x11/gnome/gedit/patches: patch-gedit_gedit-app_c 
Added files:
	x11/gnome/gedit/patches: patch-gedit_gedit-menu-stack-switcher_c 
	                         patch-gedit_gedit-window_c 
	                         patch-plugins_filebrowser_gedit-file-browser-messages_c 
	                         patch-plugins_filebrowser_gedit-file-browser-store_c 

Log message:
plug a bunch of leaks in gedit like hans brinker would have


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/01 01:13:17

Modified files:
	devel/pangox-compat: Makefile 
	devel/pango    : Makefile 

Log message:
CONFIGURE_SHARED is implied by the gnome module.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/01 01:18:34

Modified files:
	x11/gnome/session: Makefile 

Log message:
Drop default CONFIGURE_ARGS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/01 01:31:59

Modified files:
	x11/gnome/empathy: Makefile 

Log message:
drop invalid configure argument


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/01 01:40:45

Modified files:
	audio/pulseaudio: Makefile 
	x11/gnome/shell: Makefile 
	x11/gnome/gdm  : Makefile 
	x11/gnome/empathy: Makefile 
	x11/gnome/gvfs : Makefile 
	x11/gnome/online-accounts: Makefile 
	x11/gnome/settings-daemon: Makefile 

Log message:
Explicitely disable udev, gudev, systemd and systemd-journal so we know
where they are used.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2014/04/01 01:47:15

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

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/01 01:59:34

Modified files:
	x11/gnome/online-accounts: Makefile 

Log message:
Missing MODGNU_CONFIG_GUESS_DIRS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/01 02:02:11

Modified files:
	devel/libyaml  : Tag: OPENBSD_5_5 Makefile distinfo 

Log message:
security update for CVE-2014-2525

ok pea@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/01 02:02:42

Modified files:
	devel/libyaml  : Tag: OPENBSD_5_4 Makefile distinfo 

Log message:
security update for CVE-2014-2525

ok pea@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/01 02:08:22

Modified files:
	audio/rhythmbox: Makefile 
	audio/rhythmbox/pkg: PLIST 

Log message:
Re-instate cdda; non functional but stop hiding things so that we can start
to work on them.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/01 02:14:17

Modified files:
	x11/gnome/icon-theme: Makefile 
	x11/gnome/icon-theme-extras: Makefile 
	x11/gnome/icon-theme-symbolic: Makefile 

Log message:
Use CONFIGURE_ENV instead of a hackish link.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/01 02:24:59

Modified files:
	graphics/clutter: Makefile.inc 

Log message:
gtk-doc is already handled by the gnome module.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/01 03:00:46

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

Log message:
cleanup forkmda() and get rid of a useless seteuid()-based dance

prompted by deraadt@, ok eric@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/01 03:05:03

Modified files:
	sys/arch/amd64/amd64: bus_dma.c gdt.c genassym.cf 
	sys/arch/amd64/pci: agp_machdep.c 
	sys/arch/i386/i386: gdt.c kvm86.c 
	sys/arch/i386/pci: agp_machdep.c 

Log message:
More  ->  cleaning.

ok kettenis@, deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/01 04:20:33

Modified files:
	graphics/tiff2png: Makefile 
	graphics/tiff2png/patches: patch-tiff2png_c 

Log message:
fix a whole bunch of implicit declarations


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/01 04:46:41

Modified files:
	textproc/gtranslator: Makefile 
	textproc/gtranslator/pkg: PLIST 

Log message:
Fix CONFIGURE_ARGS and remove .a and .la module files.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/01 05:32:57

Modified files:
	x11/gnome/gcr  : Makefile 

Log message:
Missing build_depends on textproc/libxslt.

spotted by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/01 05:39:21

Log message:
    import ports/net/vpnc-scripts, to replace the bundle connection scripts in
    vpnc and openconnect. ok rpe@
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20140401
    
    N ports/net/vpnc-scripts/distinfo
    N ports/net/vpnc-scripts/Makefile
    N ports/net/vpnc-scripts/pkg/PLIST
    N ports/net/vpnc-scripts/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/01 05:39:52

Modified files:
	net            : Makefile 

Log message:
+vpnc-scripts


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/01 05:40:12

Modified files:
	net/openconnect: Makefile distinfo 
	net/openconnect/pkg: PLIST 
Removed files:
	net/openconnect/patches: patch-vpnc-script 

Log message:
switch to separate vpnc-scripts; ok/tweak rpe@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/01 05:40:27

Modified files:
	security/vpnc  : Makefile 
	security/vpnc/files: split.sh 
	security/vpnc/pkg: PLIST 
Added files:
	security/vpnc/patches: patch-config_c 
Removed files:
	security/vpnc/patches: patch-vpnc-script_in 

Log message:
switch to separate vpnc-scripts package; ok rpe@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/01 07:21:14

Modified files:
	x11/gnome/rygel: Makefile 
	x11/gnome/rygel/pkg: PLIST 
	www/epiphany   : Makefile 
	x11/gnome/anjuta: Makefile 
	x11/gnome/anjuta/pkg: PLIST 
	x11/gnome/ekiga: Makefile 
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: PLIST 
	x11/gnome/nemiver: Makefile 
	x11/gnome/gvfs : Makefile 
	x11/gnome/gvfs/pkg: PLIST-main 
	x11/gnome/tracker: Makefile 
	x11/gnome/tracker/pkg: PLIST 

Log message:
In x11/gnome ports we use disable-static inconsistently, usually to get
rid of static module archives; but since we end up manually removing the
libtool la files anyway, just don't bother setting up the tag.
part 1/2


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/01 07:21:47

Modified files:
	audio/rhythmbox: Makefile 
	devel/goffice  : Makefile 
	devel/goffice/pkg: PLIST 
	devel/goffice08: Makefile 
	devel/goffice08/pkg: PLIST 
	devel/libgdata : Makefile 
	devel/libgdata/pkg: PLIST 
	devel/libpeas  : Makefile 
	devel/pango    : Makefile 
	devel/pango/pkg: PLIST 
	devel/pangox-compat: Makefile 
	devel/pangox-compat/pkg: PLIST 
	geo/libchamplain: Makefile 
	graphics/clutter: Makefile.inc 
	graphics/clutter/clutter-gst: Makefile 
	graphics/clutter/clutter-gst/pkg: PLIST 
	graphics/clutter/clutter-gtk: Makefile 
	graphics/clutter/clutter-gtk/pkg: PLIST 
	graphics/clutter/cogl: Makefile 
	graphics/clutter/cogl/pkg: PLIST 
	graphics/clutter/core: Makefile 
	graphics/clutter/core/pkg: PLIST 
	graphics/dia   : Makefile 
	graphics/evince: Makefile 
	graphics/evince/pkg: PLIST-main 
	graphics/gthumb: Makefile 
	mail/evolution : Makefile 
	mail/evolution/pkg: PLIST 
	mail/evolution-ews: Makefile 
	net/glib2-networking: Makefile 
	net/gupnp/core : Makefile 
	net/gupnp/core/pkg: PLIST 
	productivity/gnucash: Makefile 
	productivity/gnucash/pkg: PLIST 
	sysutils/deja-dup: Makefile 
	sysutils/deja-dup/pkg: PLIST 
	x11/gnome/banshee: Makefile 
	x11/gnome/caribou: Makefile 
	x11/gnome/caribou/pkg: PLIST 
	x11/gnome/controlcenter: Makefile 
	x11/gnome/documents: Makefile 
	x11/gnome/documents/pkg: PLIST 
	x11/gnome/gedit: Makefile 
	x11/gnome/gedit/pkg: PLIST 
	x11/gnome/gedit-plugins: Makefile 
	x11/gnome/gjs  : Makefile 
	x11/gnome/gjs/pkg: PLIST 
	x11/gnome/grilo-plugins: Makefile 
	x11/gnome/grilo-plugins/pkg: PLIST 
	x11/gnome/keyring: Makefile 
	x11/gnome/libgda: Makefile 
	x11/gnome/libgda/pkg: PLIST-main PLIST-ui 
	x11/gnome/music: Makefile 
	x11/gnome/music/pkg: PLIST 
	x11/gnome/mutter: Makefile 
	x11/gnome/mutter/pkg: PLIST 
	x11/gnome/online-miners: Makefile 
	x11/gnome/seahorse-nautilus: Makefile 
	x11/gnome/settings-daemon: Makefile 
	x11/gnome/shell: Makefile 
	x11/gnome/sushi: Makefile 
	x11/gnome/themes-standard: Makefile 
	x11/gnome/totem: Makefile 
	x11/gnome/totem/pkg: PLIST 
	x11/gnome/user-share: Makefile 
	x11/gnome/weather: Makefile 
	x11/gpointing-device-settings: Makefile 
	x11/gpointing-device-settings/pkg: PLIST 
	x11/gtk-engines2: Makefile 
	x11/gtk2-murrine-engine: Makefile 
	x11/py-gtk2    : Makefile 
	x11/py-gtk2/pkg: PLIST 

Log message:
In x11/gnome ports we use disable-static inconsistently, usually to get
rid of static module archives; but since we end up manually removing the
libtool la files anyway, just don't bother setting up the tag.
part 2/2


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/01 07:48:46

Modified files:
	databases/evolution-data-server: Makefile 

Log message:
Set the dbload path to db4_load to unbreak build when db3 is installed.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/01 08:05:50

Modified files:
	usr.bin/units  : units.lib 

Log message:
update currency exchange rates;


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/01 08:52:10

Modified files:
	audio/libcanberra: Makefile 
	audio/libcanberra/pkg: PLIST-gtk PLIST-gtk3 PLIST-main 
	audio/pulseaudio: Makefile 
	audio/pulseaudio/pkg: PLIST 
	devel/codeblocks: Makefile 
	devel/codeblocks/pkg: PLIST 
	devel/py-notify: Makefile 
	devel/py-notify/pkg: PLIST 
	editors/subtitleeditor: Makefile 
	editors/subtitleeditor/pkg: PLIST 
	games/gcompris : Makefile 
	games/gcompris/pkg: PLIST 
	graphics/babl  : Makefile 
	graphics/babl/pkg: PLIST 
	graphics/gegl  : Makefile 
	graphics/gegl/pkg: PLIST-main PLIST-plugins 
	net/glib2-networking: Makefile 
	net/libnice    : Makefile 
	net/libnice/pkg: PLIST 
	net/telepathy/telepathy-mission-control: Makefile 
	net/telepathy/telepathy-mission-control/pkg: PLIST 
	print/hplip    : Makefile 
	print/hplip/pkg: PLIST-common PLIST-hpijs 
	x11/gtk2-aurora-engine: Makefile 
	x11/gtk2-aurora-engine/pkg: PLIST 
	x11/gtk2-equinox-engine: Makefile 
	x11/gtk2-equinox-engine/pkg: PLIST 
	x11/gtk2-nodoka-engine: Makefile 
	x11/gtk2-nodoka-engine/pkg: PLIST 
	x11/gtk2-rezlooks-engine: Makefile 
	x11/gtk2-rezlooks-engine/pkg: PLIST 
	x11/gtk3-unico-engine: Makefile 
	x11/gtk3-unico-engine/pkg: PLIST 
	x11/gtk2-murrine-engine: Makefile 
	x11/gtk2-murrine-engine/pkg: PLIST 

Log message:
Some PLISTs have brazillions of @comment entries for .la files; sanitize
some of the ports a bit and rm at post-install time, it is way simpler to
maintain.


CVSROOT:	/cvs
Module name:	ports
Changes by:	florian@cvs.openbsd.org	2014/04/01 09:07:19

Modified files:
	www/apache-httpd-openbsd: Makefile 

Log message:
Point HOMEPAGE to github. It contains a complete history of the old
base httpd(8).
Need to bump REVISION pointed out and OK by sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2014/04/01 09:31:32

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

Log message:
in the gnome module section for MODGNOME_TOOLS, rename 'gi' to
'gobject-introspection'


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/01 09:31:47

Modified files:
	audio/rhythmbox: Makefile 
	databases/evolution-data-server: Makefile 
	devel/atk      : Makefile 
	devel/dee      : Makefile 
	devel/gconf2   : Makefile 
	devel/glade    : Makefile 
	devel/goffice  : Makefile 
	devel/gsettings-desktop-schemas: Makefile 
	devel/json-glib: Makefile 
	devel/libgdata : Makefile 
	devel/libgee   : Makefile 
	devel/libgee06 : Makefile 
	devel/libgit2/libgit2-glib: Makefile 
	devel/libgsf   : Makefile 
	devel/libgtop2 : Makefile 
	devel/libnotify: Makefile 
	devel/libsoup  : Makefile 
	devel/libunique: Makefile 
	devel/libunique3: Makefile 
	devel/libwnck  : Makefile 
	devel/libwnck3 : Makefile 
	devel/pango    : Makefile 
	devel/vte      : Makefile 
	devel/vte3     : Makefile 
	geo/emerillon  : Makefile 
	geo/geocode-glib: Makefile 
	geo/libchamplain: Makefile 
	graphics/clutter/clutter-gst: Makefile 
	graphics/clutter/clutter-gtk: Makefile 
	graphics/clutter/cogl: Makefile 
	graphics/clutter/core: Makefile 
	graphics/evince: Makefile 
	graphics/gdk-pixbuf2: Makefile 
	graphics/goocanvas2: Makefile 
	graphics/libgexiv2: Makefile 
	mail/geary     : Makefile 
	mail/gmime     : Makefile 
	math/gnumeric  : Makefile 
	misc/libosinfo : Makefile 
	net/gssdp      : Makefile 
	net/gupnp/av   : Makefile 
	net/gupnp/core : Makefile 
	net/gupnp/dlna : Makefile 
	net/gupnp/igd  : Makefile 
	net/librest    : Makefile 
	net/telepathy/folks: Makefile 
	productivity/zeitgeist: Makefile 
	sysutils/d-feet: Makefile 
	textproc/gtkspell3: Makefile 
	textproc/gtranslator: Makefile 
	www/webkit     : Makefile 
	x11/gnome      : gnome.port.mk 
	x11/gnome/anjuta: Makefile 
	x11/gnome/at-spi2-core: Makefile 
	x11/gnome/baobab: Makefile 
	x11/gnome/contacts: Makefile 
	x11/gnome/desktop: Makefile 
	x11/gnome/documents: Makefile 
	x11/gnome/eog  : Makefile 
	x11/gnome/gcr  : Makefile 
	x11/gnome/gdl  : Makefile 
	x11/gnome/gdm  : Makefile 
	x11/gnome/gedit: Makefile 
	x11/gnome/gedit-code-assistance: Makefile 
	x11/gnome/gfbgraph: Makefile 
	x11/gnome/grilo: Makefile 
	x11/gnome/gucharmap: Makefile 
	x11/gnome/libcryptui: Makefile 
	x11/gnome/libgda: Makefile 
	x11/gnome/libgnome-keyring: Makefile 
	x11/gnome/libgweather: Makefile 
	x11/gnome/libmediaart: Makefile 
	x11/gnome/librsvg: Makefile 
	x11/gnome/libsecret: Makefile 
	x11/gnome/libxklavier: Makefile 
	x11/gnome/libzapojit: Makefile 
	x11/gnome/menus: Makefile 
	x11/gnome/music: Makefile 
	x11/gnome/mutter: Makefile 
	x11/gnome/nautilus: Makefile 
	x11/gnome/nautilus-sendto: Makefile 
	x11/gnome/online-accounts: Makefile 
	x11/gnome/shell: Makefile 
	x11/gnome/totem: Makefile 
	x11/gnome/totem-pl-parser: Makefile 
	x11/gnome/tracker: Makefile 
	x11/gnome/weather: Makefile 
	x11/gtk+2      : Makefile 
	x11/gtk+3      : Makefile 
	x11/gtk-vnc    : Makefile 
	x11/gtksourceview3: Makefile 

Log message:
start to make MODGNOME_TOOLS resemble the name of the tools actually used.
rename 'gi' to 'gobject-introspection'.

discussed with aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/01 10:09:23

Modified files:
	x11/gnome/libmediaart: Makefile distinfo 
	x11/gnome/libmediaart/pkg: PLIST 

Log message:
Update to libmediaart-0.4.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/01 10:31:41

Modified files:
	multimedia/gstreamer-0.10: Makefile.inc 
	multimedia/gstreamer-0.10/core: Makefile 
	multimedia/gstreamer-0.10/core/pkg: PLIST 
	multimedia/gstreamer-0.10/mm: Makefile 
	multimedia/gstreamer-0.10/mm/pkg: PLIST 
	multimedia/gstreamer-0.10/plugins-bad: Makefile 
	multimedia/gstreamer-0.10/plugins-bad/pkg: PLIST-main 
	multimedia/gstreamer-0.10/plugins-base: Makefile 
	multimedia/gstreamer-0.10/plugins-base/pkg: PLIST 
	multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile 
	multimedia/gstreamer-0.10/plugins-gl: Makefile 
	multimedia/gstreamer-0.10/plugins-gl/pkg: PLIST 
	multimedia/gstreamer-0.10/plugins-good: Makefile 
	multimedia/gstreamer-0.10/plugins-ugly: Makefile 
	multimedia/gstreamer-0.10/plugins-ugly/pkg: PLIST-main 
	multimedia/gstreamer-0.10/py-gstreamer: Makefile 
	multimedia/gstreamer1: Makefile.inc 
	multimedia/gstreamer1/core: Makefile 
	multimedia/gstreamer1/core/pkg: PLIST 
	multimedia/gstreamer1/plugins-bad: Makefile 
	multimedia/gstreamer1/plugins-bad/pkg: PLIST 
	multimedia/gstreamer1/plugins-base: Makefile 
	multimedia/gstreamer1/plugins-base/pkg: PLIST 
	multimedia/gstreamer1/plugins-good: Makefile 
	multimedia/gstreamer1/plugins-good/pkg: PLIST-main 
	multimedia/gstreamer1/plugins-libav: Makefile 
	multimedia/gstreamer1/plugins-ugly: Makefile 
	multimedia/gstreamer1/plugins-ugly/pkg: PLIST 

Log message:
Seems I forgot that part in previous rampage...


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/04/01 10:33:23

Modified files:
	.              : index.html 
Removed files:
	cs             : crypto.html donations.html events.html ftp.html 
	                 goals.html index.html plat.html security.html 
	                 testimonials.html users.html 
	de             : 21.html 22.html 23.html 24.html 25.html 26.html 
	                 27.html 28.html 29.html 30.html 31.html 32.html 
	                 33.html 34.html 35.html 36.html 37.html 38.html 
	                 39.html 40.html 41.html 42.html 43.html 44.html 
	                 49.html 50.html 51.html 52.html 53.html 54.html 
	                 alpha.html amd64.html amiga.html anoncvs.html 
	                 arc.html armish.html armv7.html art1.html 
	                 art2.html art3.html art4.html 
	                 bank-donation.html beagle.html books.html 
	                 crypto.html cvsync.html disabled.html 
	                 docum.html donations.html errata.html 
	                 errata27.html errata28.html errata29.html 
	                 errata30.html errata31.html errata32.html 
	                 errata33.html errata34.html errata35.html 
	                 errata36.html errata37.html errata38.html 
	                 errata39.html errata40.html errata41.html 
	                 errata42.html errata43.html errata44.html 
	                 events.html ftp.html goals.html hackathons.html 
	                 hp300.html hppa.html i386.html index.html 
	                 items.html landisk.html loongson.html 
	                 luna88k.html mac68k.html macppc.html mail.html 
	                 mvme68k.html mvme88k.html octeon.html 
	                 older.html orders.html plat.html pmax.html 
	                 policy.html porting.html press.html 
	                 products.html report.html romp.html 
	                 security.html sgi.html smp.html socppc.html 
	                 sparc.html sparc64.html stable.html sun3.html 
	                 testimonials.html translation.html tshirts.html 
	                 users.html vax.html why-cvs.html zaurus.html 
	es             : 25.html 26.html 27.html 28.html 29.html 30.html 
	                 31.html 32.html 33.html 34.html 36.html 
	                 alpha.html amd64.html amiga.html anoncvs.html 
	                 arc.html art1.html art2.html art3.html 
	                 art4.html books.html crypto.html cvsup.html 
	                 cvsync.html disabled.html docum.html 
	                 donations.html errata.html errata23.html 
	                 errata24.html errata25.html errata26.html 
	                 errata27.html errata28.html errata29.html 
	                 errata30.html errata31.html errata32.html 
	                 errata33.html errata34.html errata35.html 
	                 events.html ftp.html goals.html groups.html 
	                 grp-tmpl.txt hp300.html hppa.html hppa64.html 
	                 i386.html index.html mac68k.html macppc.html 
	                 mail.html mvme68k.html mvme88k.html 
	                 pegasos.html plat.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 plus34.html pmax.html 
	                 policy.html porting.html press.html 
	                 products.html query-pr.html report.html 
	                 romp.html security.html sgi.html smp.html 
	                 sparc.html sparc64.html stable.html sun3.html 
	                 supp-tmpl.txt support.html testimonials.html 
	                 users.html vax.html want.html why-cvs.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 52.html alpha.html 
	                 amd64.html amiga.html anoncvs.html arc.html 
	                 armish.html art1.html art2.html art3.html 
	                 art4.html aviion.html bank-donation.html 
	                 books.html cats.html crypto.html cvsync.html 
	                 docum.html donations.html errata.html 
	                 errata32.html errata33.html errata34.html 
	                 errata35.html errata36.html errata37.html 
	                 errata38.html errata39.html errata40.html 
	                 errata41.html errata42.html errata43.html 
	                 errata44.html errata45.html errata46.html 
	                 errata47.html errata48.html errata49.html 
	                 errata50.html errata51.html errata52.html 
	                 errata53.html errata54.html events.html 
	                 ftp.html goals.html hackathons.html hp300.html 
	                 hppa.html hppa64.html i386.html index.html 
	                 items.html landisk.html loongson.html 
	                 luna88k.html mac68k.html macppc.html mail.html 
	                 mvme68k.html mvme88k.html orders.html palm.html 
	                 plat.html pmax.html policy.html porting.html 
	                 press.html products.html report.html romp.html 
	                 security.html sgi.html smp.html socppc.html 
	                 solbourne.html sparc.html sparc64.html 
	                 stable.html sun3.html translation.html 
	                 users.html vax-simh.html vax.html want.html 
	                 why-cvs.html zaurus.html 
	hu             : 31.html alpha.html amd64.html anoncvs.html 
	                 arc.html donations.html errata.html 
	                 errata35.html errata36.html errata37.html 
	                 errata38.html ftp.html goals.html hp300.html 
	                 index.html plat.html romp.html sgi.html 
	                 smp.html sparc64.html vax.html want.html 
	                 why-cvs.html 
	it             : crypto.html ftp.html goals.html index.html 
	ja             : index.html 
	lt             : 41.html anoncvs.html armish.html art1.html 
	                 art2.html art3.html art4.html docum.html 
	                 donations.html errata.html errata39.html 
	                 errata40.html errata41.html ftp.html goals.html 
	                 index.html landisk.html mail.html 
	                 pkg-stable39.html pkg-stable40.html plat.html 
	                 pmax.html report.html romp.html smp.html 
	                 solbourne.html stable.html vax-simh.html 
	                 vax.html why-cvs.html 
	nl             : 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 anoncvs.html art1.html 
	                 art2.html art3.html art4.html 
	                 bank-donation.html books.html crypto.html 
	                 cvsync.html disabled.html docum.html 
	                 donations.html ftp.html goals.html index.html 
	                 items.html mail.html older.html orders.html 
	                 plat.html policy.html report.html smp.html 
	                 stable.html translation.html tshirts.html 
	                 why-cvs.html 
	pl             : 34.html anoncvs.html cvsup.html goals.html 
	                 i386.html index.html mail.html plat.html 
	                 policy.html porting.html ports.html report.html 
	                 smp.html stable.html testimonials.html 
	                 why-cvs.html 
	pt             : art1.html art2.html art3.html art4.html 
	                 crypto.html cvsync.html disabled.html 
	                 docum.html donations.html goals.html index.html 
	                 plat.html plus.html query-pr.html smp.html 
	                 stable.html translation.html why-cvs.html 
	ro             : books.html donations.html goals.html index.html 
	                 plat.html plus.html translation.html vax.html 
	ru             : 52.html anoncvs.html crypto.html ftp.html 
	                 goals.html hackathons.html index.html 
	                 mac68k.html mail.html plat.html porting.html 
	                 report.html security.html smp.html stable.html 
	                 why-cvs.html 
	zh             : 40.html 41.html 42.html 43.html 44.html 45.html 
	                 46.html 47.html anoncvs.html art1.html 
	                 art2.html art3.html art4.html books.html 
	                 crypto.html cvsup.html cvsync.html 
	                 disabled.html docum.html errata.html 
	                 errata40.html errata41.html errata42.html 
	                 errata43.html errata44.html errata45.html 
	                 errata46.html errata47.html errata48.html 
	                 ftp.html getting.html goals.html index.html 
	                 orders.html plat.html query-pr.html smp.html 
	                 translation.html why-cvs.html 

Log message:
abandon translations; ajacoutot and team are done


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/01 10:43:16

Modified files:
	bin/ls         : ls.1 

Log message:
slightly reword -f; ok sobrado schwarze


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/01 10:48:39

Modified files:
	x11/gnome/gvfs : Makefile 
Added files:
	x11/gnome/gvfs/patches: patch-common_gvfsmountinfo_c 
	                        patch-configure_ac 

Log message:
Use nl_langinfo constants conditionally (upstream).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/01 10:55:40

Modified files:
	net/bird       : Makefile distinfo 

Log message:
update bird; 1.4.1's the word

o BGP add-path support (RFC draft).
o BGP graceful restart (RFC 4724).
o OSPF: many changes in socket layer.
o OSPF: support for secondary addresses in BSD.
o OSPF: names for vlink pseudointerfaces (vlinkX).
o Several bugfixes.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2014/04/01 11:03:10

Modified files:
	faq            : index.html 
Removed files:
	faq/cs         : faq1.html faq11.html faq2.html faq3.html 
	                 faq4.html faq9.html index.html 
	faq/de         : faq1.html faq10.html faq11.html faq12.html 
	                 faq13.html faq14.html faq15.html faq2.html 
	                 faq3.html faq4.html faq5.html faq6.html 
	                 faq7.html faq8.html faq9.html index.html 
	                 truetype.html upgrade-minifaq.html 
	                 upgrade35.html upgrade36.html upgrade37.html 
	                 upgrade38.html upgrade39.html upgrade40.html 
	                 upgrade41.html upgrade42.html upgrade43.html 
	                 upgrade44.html 
	faq/es         : faq1.html faq10.html faq11.html faq12.html 
	                 faq13.html faq14.html faq2.html faq3.html 
	                 faq4.html faq5.html faq6.html faq7.html 
	                 faq8.html faq9.html index.html truetype.html 
	                 upgrade-minifaq.html 
	faq/fr         : current.html faq1.html faq10.html faq11.html 
	                 faq12.html faq13.html faq14.html faq15.html 
	                 faq2.html faq3.html faq4.html faq5.html 
	                 faq6.html faq7.html faq8.html faq9.html 
	                 index.html truetype.html upgrade-minifaq.html 
	                 upgrade35.html upgrade36.html upgrade37.html 
	                 upgrade38.html upgrade39.html upgrade40.html 
	                 upgrade41.html upgrade42.html upgrade43.html 
	                 upgrade44.html upgrade45.html 
	faq/hu         : faq3.html faq4.html faq5.html index.html 
	faq/nl         : faq1.html faq10.html faq11.html faq12.html 
	                 faq13.html faq14.html faq15.html faq2.html 
	                 faq3.html faq4.html faq5.html faq6.html 
	                 faq7.html faq8.html faq9.html index.html 
	                 truetype.html upgrade-minifaq.html 
	                 upgrade35.html upgrade36.html upgrade37.html 
	                 upgrade38.html upgrade39.html upgrade40.html 
	                 upgrade41.html 
	faq/pt         : faq1.html faq10.html faq11.html faq12.html 
	                 faq13.html faq14.html faq15.html faq2.html 
	                 faq3.html faq4.html faq5.html faq6.html 
	                 faq7.html faq8.html faq9.html index.html 
	                 truetype.html 
	faq/ru         : faq1.html faq11.html faq12.html faq15.html 
	                 faq2.html faq3.html faq4.html faq5.html 
	                 faq6.html faq7.html faq8.html faq9.html 
	                 index.html 
	faq/zh         : current.html faq1.html faq15.html faq2.html 
	                 faq3.html faq4.html faq5.html faq6.html 
	                 index.html 

Log message:
Abandon translations, per deraadt@ and ajacoutot@.
Thanks to all those that did the translation work, and my appologies to
those who had to translate my writing!


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/01 11:03:15

Modified files:
	audio/easytag  : Makefile 
	audio/gmpc     : Makefile 
	audio/rhythmbox: Makefile 
	databases/gq   : Makefile 
	devel/dconf    : Makefile 
	devel/gconf-editor: Makefile 
	devel/giggle   : Makefile 
	devel/glade    : Makefile 
	games/gbrainy  : Makefile 
	games/gnome-mastermind: Makefile 
	games/grhino   : Makefile 
	games/pioneers : Makefile 
	geo/emerillon  : Makefile 
	geo/geocode-glib: Makefile 
	geo/viking     : Makefile 
	graphics/amide : Makefile 
	graphics/dia   : Makefile 
	graphics/evince: Makefile 
	graphics/gdk-pixbuf2: Makefile 
	graphics/gthumb: Makefile 
	graphics/pdfmod: Makefile 
	graphics/shotwell: Makefile 
	graphics/simple-scan: Makefile 
	japanese/gwaei : Makefile 
	mail/evolution : Makefile 
	mail/geary     : Makefile 
	math/gnumeric  : Makefile 
	net/twitux     : Makefile 
	productivity/glabels: Makefile 
	productivity/gnucash: Makefile 
	sysutils/d-feet: Makefile 
	sysutils/deja-dup: Makefile 
	textproc/gtranslator: Makefile 
	textproc/meld  : Makefile 
	www/epiphany   : Makefile 
	x11/gnome      : gnome.port.mk 
	x11/gnome/alacarte: Makefile 
	x11/gnome/anjuta: Makefile 
	x11/gnome/banshee: Makefile 
	x11/gnome/baobab: Makefile 
	x11/gnome/bijiben: Makefile 
	x11/gnome/calculator: Makefile 
	x11/gnome/clocks: Makefile 
	x11/gnome/color-manager: Makefile 
	x11/gnome/contacts: Makefile 
	x11/gnome/controlcenter: Makefile 
	x11/gnome/dictionary: Makefile 
	x11/gnome/documents: Makefile 
	x11/gnome/ekiga: Makefile 
	x11/gnome/empathy: Makefile 
	x11/gnome/eog  : Makefile 
	x11/gnome/file-roller: Makefile 
	x11/gnome/gcr  : Makefile 
	x11/gnome/gdm  : Makefile 
	x11/gnome/gedit: Makefile 
	x11/gnome/ghex : Makefile 
	x11/gnome/gucharmap: Makefile 
	x11/gnome/gvfs : Makefile 
	x11/gnome/latexila: Makefile 
	x11/gnome/libgda: Makefile 
	x11/gnome/libgweather: Makefile 
	x11/gnome/menus: Makefile 
	x11/gnome/moserial: Makefile 
	x11/gnome/music: Makefile 
	x11/gnome/nautilus: Makefile 
	x11/gnome/nemiver: Makefile 
	x11/gnome/online-accounts: Makefile 
	x11/gnome/orca : Makefile 
	x11/gnome/planner: Makefile 
	x11/gnome/rygel: Makefile 
	x11/gnome/seahorse: Makefile 
	x11/gnome/settings-daemon: Makefile 
	x11/gnome/shell: Makefile 
	x11/gnome/system-monitor: Makefile 
	x11/gnome/terminal: Makefile 
	x11/gnome/totem: Makefile 
	x11/gnome/tracker: Makefile 
	x11/gnome/vinagre: Makefile 
	x11/gnome/weather: Makefile 
	x11/gtk+3      : Makefile 

Log message:
move more bits and bobs into MODGNOME_TOOLS to make it more clear which
tools are actually used.

This commit replaces
MODGNOME_DESKTOP_FILE with MODGNOME_TOOLS += desktop-file-utils
MODGNOME_MIME_FILE with MODGNOME_TOOLS += shared-mime-info
MODGNOME_ICON_CACHE with MODGNOME_TOOLS += gtk-update-icon-cache

(some prettyfication will follow shortly)


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2014/04/01 11:03:57

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

Log message:
sync with gnome.port.mk regarding MODGNOME_TOOLS, idea discussed with aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/01 11:12:01

Modified files:
	devel/p5-Number-Compare: Makefile distinfo 

Log message:
update to p5-Number-Compare 0.03, fix warnings with perl 5.12


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2014/04/01 11:14:11

Modified files:
	faq/pf         : index.html 
Removed files:
	faq/pf/cs      : config.html filter.html index.html macros.html 
	                 options.html perf.html tables.html 
	faq/pf/es      : anchors.html authpf.html carp.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 perf.html pools.html queueing.html rdr.html 
	                 scrub.html shortcuts.html tables.html 
	                 tagging.html 
	faq/pf/fr      : anchors.html authpf.html carp.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 perf.html pools.html queueing.html rdr.html 
	                 shortcuts.html tables.html tagging.html 
	faq/pf/hu      : example1.html 
	faq/pf/it      : anchors.html authpf.html carp.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 perf.html pools.html queueing.html rdr.html 
	                 shortcuts.html tables.html tagging.html 
	faq/pf/nl      : anchors.html authpf.html carp.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 perf.html pools.html queueing.html rdr.html 
	                 shortcuts.html tables.html tagging.html 
	faq/pf/pl      : anchors.html authpf.html carp.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 perf.html pools.html queueing.html rdr.html 
	                 scrub.html shortcuts.html tables.html 
	                 tagging.html 
	faq/pf/pt      : anchors.html authpf.html carp.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 perf.html pools.html queueing.html rdr.html 
	                 shortcuts.html tables.html tagging.html 
	faq/pf/ru      : anchors.html authpf.html carp.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 perf.html pools.html queueing.html rdr.html 
	                 shortcuts.html tables.html tagging.html 
	faq/pf/zh      : authpf.html config.html index.html macros.html 
	                 perf.html scrub.html tables.html 

Log message:
Abandon translations, per deraadt@ and ajacoutot@.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2014/04/01 11:15:09

Removed files:
	faq/pl         : current.html faq1.html faq10.html faq11.html 
	                 faq12.html faq13.html faq14.html faq15.html 
	                 faq2.html faq3.html faq4.html faq5.html 
	                 faq6.html faq7.html faq8.html faq9.html 
	                 index.html truetype.html upgrade-minifaq.html 
	                 upgrade35.html upgrade36.html upgrade37.html 
	                 upgrade38.html upgrade39.html upgrade40.html 
	                 upgrade41.html upgrade42.html upgrade43.html 
	                 upgrade44.html 

Log message:
missed one.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2014/04/01 11:18:45

Removed files:
	faq/pf/de      : anchors.html authpf.html carp.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 perf.html pools.html queueing.html rdr.html 
	                 shortcuts.html tables.html tagging.html 

Log message:
missed another one...


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/04/01 11:23:03

Modified files:
	opencvs        : index.html 
Removed files:
	hp300/fr       : domain.commands.html hp300faq.html 
	                 serialconsole.html 
	hp300/pt       : domain.commands.html hp300faq.html 
	                 serialconsole.html 
	opencvs/cs     : index.html 
	opencvs/de     : goals.html index.html manual.html press.html 
	opencvs/fr     : goals.html index.html manual.html press.html 
	opencvs/nl     : goals.html index.html manual.html press.html 
	opencvs/pt     : goals.html index.html manual.html press.html 
	opencvs/ro     : goals.html index.html manual.html press.html 
	opencvs/ru     : goals.html index.html manual.html press.html 
	opencvs/zh     : goals.html index.html manual.html press.html 
	porting/de     : autoconf.html config.html diffs.html 
	                 libraries.html update.html 
	porting/es     : diffs.html libraries.html 
	porting/fr     : audio-port.html autoconf.html checklist.html 
	                 config.html diffs.html libraries.html 
	                 porttest.html update.html 
	spamd/cs       : index.html 
	spamd/de       : index.html 
	spamd/fr       : index.html 
	spamd/pt       : index.html 
	spamd/ru       : index.html 
	spamd/zh       : index.html 
	papers/de      : index.html 
	papers/es      : index.html 
	papers/fr      : index.html 
	papers/pt      : index.html 

Log message:
more unmaintained transations go away


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/01 12:01:19

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

Log message:
EV -> Ev;


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/01 12:02:58

Modified files:
	meta/gnome     : Makefile 
	meta/gnome/pkg : README-main 
Added files:
	meta/gnome/pkg : DESCR-extras PLIST-extras 
Removed files:
	meta/gnome/pkg : DESCR-extra PLIST-extra 

Log message:
gnome-extra -> gnome-extras
There was a reason to do this in the past but now this just bothers me.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/01 12:03:16

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
'gnome-extra' => 'gnome-extras'


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/01 12:06:32

Modified files:
	audio/easytag  : Makefile 
	audio/gmpc     : Makefile 
	audio/rhythmbox: Makefile 
	comms/gmfsk    : Makefile 
	databases/evolution-data-server: Makefile 
	databases/gq   : Makefile 
	databases/mdbtools/snapshot: Makefile 
	devel/atk      : Makefile 
	devel/dconf    : Makefile 
	devel/dee      : Makefile 
	devel/gconf-editor: Makefile 
	devel/gconf2   : Makefile 
	devel/giggle   : Makefile 
	devel/glade    : Makefile 
	devel/glib2    : Makefile 
	devel/goffice  : Makefile 
	devel/gsettings-desktop-schemas: Makefile 
	devel/json-glib: Makefile 
	devel/libgdata : Makefile 
	devel/libgee   : Makefile 
	devel/libgee06 : Makefile 
	devel/libgit2/libgit2-glib: Makefile 
	devel/libgsf   : Makefile 
	devel/libgtop2 : Makefile 
	devel/libnotify: Makefile 
	devel/libunique: Makefile 
	devel/libunique3: Makefile 
	devel/libwnck  : Makefile 
	devel/libwnck3 : Makefile 
	devel/pango    : Makefile 
	devel/vte      : Makefile 
	devel/vte3     : Makefile 
	games/gbrainy  : Makefile 
	games/gnome-mastermind: Makefile 
	games/grhino   : Makefile 
	games/pioneers : Makefile 
	geo/emerillon  : Makefile 
	geo/geocode-glib: Makefile 
	geo/libchamplain: Makefile 
	geo/viking     : Makefile 
	graphics/amide : Makefile 
	graphics/clutter/clutter-gst: Makefile 
	graphics/clutter/clutter-gtk: Makefile 
	graphics/clutter/cogl: Makefile 
	graphics/clutter/core: Makefile 
	graphics/dia   : Makefile 
	graphics/evince: Makefile 
	graphics/gdk-pixbuf2: Makefile 
	graphics/goocanvas2: Makefile 
	graphics/gthumb: Makefile 
	graphics/libgexiv2: Makefile 
	graphics/pdfmod: Makefile 
	graphics/shotwell: Makefile 
	graphics/simple-scan: Makefile 
	japanese/gwaei : Makefile 
	mail/evolution : Makefile 
	mail/geary     : Makefile 
	mail/gmime     : Makefile 
	math/gnumeric  : Makefile 
	misc/gtk3mm-documentation: Makefile 
	misc/libosinfo : Makefile 
	net/gssdp      : Makefile 
	net/gupnp/av   : Makefile 
	net/gupnp/core : Makefile 
	net/gupnp/dlna : Makefile 
	net/gupnp/igd  : Makefile 
	net/librest    : Makefile 
	net/telepathy/folks: Makefile 
	net/twitux     : Makefile 
	productivity/glabels: Makefile 
	productivity/gnucash: Makefile 
	sysutils/d-feet: Makefile 
	sysutils/deja-dup: Makefile 
	textproc/gtk-doc: Makefile 
	textproc/gtkspell3: Makefile 
	textproc/gtranslator: Makefile 
	textproc/meld  : Makefile 
	www/epiphany   : Makefile 
	x11/gnome/alacarte: Makefile 
	x11/gnome/anjuta: Makefile 
	x11/gnome/at-spi2-core: Makefile 
	x11/gnome/banshee: Makefile 
	x11/gnome/baobab: Makefile 
	x11/gnome/bijiben: Makefile 
	x11/gnome/calculator: Makefile 
	x11/gnome/clocks: Makefile 
	x11/gnome/code-assistance: Makefile 
	x11/gnome/color-manager: Makefile 
	x11/gnome/contacts: Makefile 
	x11/gnome/controlcenter: Makefile 
	x11/gnome/desktop: Makefile 
	x11/gnome/devel-docs: Makefile 
	x11/gnome/dictionary: Makefile 
	x11/gnome/documents: Makefile 
	x11/gnome/ekiga: Makefile 
	x11/gnome/empathy: Makefile 
	x11/gnome/eog  : Makefile 
	x11/gnome/file-roller: Makefile 
	x11/gnome/gcr  : Makefile 
	x11/gnome/gdl  : Makefile 
	x11/gnome/gdm  : Makefile 
	x11/gnome/gedit: Makefile 
	x11/gnome/gedit-code-assistance: Makefile 
	x11/gnome/gedit-plugins: Makefile 
	x11/gnome/getting-started-docs: Makefile 
	x11/gnome/gfbgraph: Makefile 
	x11/gnome/ghex : Makefile 
	x11/gnome/grilo: Makefile 
	x11/gnome/grilo-plugins: Makefile 
	x11/gnome/gucharmap: Makefile 
	x11/gnome/gvfs : Makefile 
	x11/gnome/latexila: Makefile 
	x11/gnome/libcryptui: Makefile 
	x11/gnome/libgda: Makefile 
	x11/gnome/libgnome-keyring: Makefile 
	x11/gnome/libgweather: Makefile 
	x11/gnome/libmediaart: Makefile 
	x11/gnome/librsvg: Makefile 
	x11/gnome/libsecret: Makefile 
	x11/gnome/libxklavier: Makefile 
	x11/gnome/libzapojit: Makefile 
	x11/gnome/menus: Makefile 
	x11/gnome/moserial: Makefile 
	x11/gnome/mousetweaks: Makefile 
	x11/gnome/music: Makefile 
	x11/gnome/mutter: Makefile 
	x11/gnome/nautilus: Makefile 
	x11/gnome/nautilus-sendto: Makefile 
	x11/gnome/nemiver: Makefile 
	x11/gnome/online-accounts: Makefile 
	x11/gnome/orca : Makefile 
	x11/gnome/planner: Makefile 
	x11/gnome/rygel: Makefile 
	x11/gnome/seahorse: Makefile 
	x11/gnome/settings-daemon: Makefile 
	x11/gnome/shell: Makefile 
	x11/gnome/system-monitor: Makefile 
	x11/gnome/terminal: Makefile 
	x11/gnome/totem: Makefile 
	x11/gnome/totem-pl-parser: Makefile 
	x11/gnome/tracker: Makefile 
	x11/gnome/user-docs: Makefile 
	x11/gnome/vinagre: Makefile 
	x11/gnome/weather: Makefile 
	x11/gnome/zenity: Makefile 
	x11/gtk+2      : Makefile 
	x11/gtk+3      : Makefile 
	x11/gtk-vnc    : Makefile 
	x11/gtksourceview3: Makefile 

Log message:
merge various MODGNOME_TOOLS lines into a single line (or two if it would
exceed 80 chars); no functional change intended..


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/01 12:07:48

Modified files:
	x11/gnome/mutter: Makefile 

Log message:
DESKTOP_FILES was not a valid variable; use MODGNOME_TOOLS instead


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/01 12:09:51

Modified files:
	infrastructure/templates: mk.conf.template 

Log message:
poison some old gnome.port.mk variables


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/01 12:26:42

Modified files:
	net            : Makefile 

Log message:
vpn-scripts -> vpnc-scripts


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/01 12:26:56

Modified files:
	databases/mariadb: Makefile distinfo 
	databases/mariadb/patches: patch-libmysql_CMakeLists_txt 
	                           patch-sql_mysqld_cc 
	databases/mariadb/pkg: PLIST-server PLIST-tests 

Log message:
Update to MariaDB 10.0.10.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/01 12:38:54

Modified files:
	.              : INDEX 
	devel/libpeas  : Makefile 
	geo/geoclue2   : Makefile 
	graphics/evince: Makefile 
	infrastructure/mk: bsd.port.mk 
	mail/evolution-rss: Makefile 
	net/gnaughty   : Makefile 
	x11/gnome/devhelp: Makefile 
	x11/gnome/font-viewer: Makefile 
	x11/gnome/icon-theme: Makefile 
	x11/gnome/icon-theme-extras: Makefile 
	x11/gnome/icon-theme-symbolic: Makefile 
	x11/gnome/libbonoboui: Makefile 
	x11/gnome/maps : Makefile 
	x11/gnome/photos: Makefile 
	x11/gnome/power-manager: Makefile 
	x11/gnome/screenshot: Makefile 
	x11/gnome/seahorse-nautilus: Makefile 
	x11/gnome/session: Makefile 
	x11/gnome/shell-extensions: Makefile 
	x11/gnome/themes-standard: Makefile 
	x11/gnome/tweak-tool: Makefile 
	x11/gnome/user-share: Makefile 
	x11/gnome/yelp : Makefile 
	x11/gpointing-device-settings: Makefile 

Log message:
switch over port to MODGNOME_TOOLS that didnt have it yet


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/01 12:41:33

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
this easter egg wasn't supposed to go in (yet)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/01 12:46:22

Modified files:
	.              : INDEX 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/01 13:36:10

Modified files:
	devel/libgtop2 : Makefile 

Log message:
fix deps


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/01 13:38:36

Modified files:
	devel/libgtop2 : Makefile 

Log message:
tweak previous..


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/04/01 13:44:55

Modified files:
	openssh        : index.html 
Removed files:
	openssh/cs     : index.html 
	openssh/de     : bank-donation.html donations.html faq.html 
	                 features.html ftp.html goals.html history.html 
	                 index.html java.html list.html macos.html 
	                 manual.html openbsd.html palmos.html 
	                 portable.html press.html report.html 
	                 security.html specs.html tshirts.html unix.html 
	                 users.html windows.html 
	openssh/es     : faq.html features.html ftp.html goals.html 
	                 history.html index.html java.html list.html 
	                 macos.html manual.html openbsd.html palmos.html 
	                 portable.html press.html report.html 
	                 security.html unix.html users.html windows.html 
	openssh/fr     : bank-donation.html donations.html faq.html 
	                 features.html ftp.html goals.html gsoc.html 
	                 history.html index.html java.html list.html 
	                 macos.html manual.html openbsd.html palmos.html 
	                 portable.html press.html report.html 
	                 security.html tshirts.html unix.html users.html 
	                 windows.html 
	openssh/hu     : faq.html features.html ftp.html goals.html 
	                 history.html index.html java.html list.html 
	                 macos.html manual.html openbsd.html palmos.html 
	                 portable.html report.html security.html 
	                 unix.html users.html windows.html 
	openssh/it     : index.html 
	openssh/ja     : donations.html faq.html features.html ftp.html 
	                 goals.html history.html index.html java.html 
	                 list.html macos.html manual.html openbsd.html 
	                 palmos.html portable.html press.html 
	                 report.html security.html unix.html users.html 
	                 windows.html 
	openssh/nl     : bank-donation.html donations.html faq.html 
	                 features.html ftp.html goals.html history.html 
	                 index.html java.html list.html macos.html 
	                 manual.html openbsd.html palmos.html 
	                 portable.html press.html report.html 
	                 security.html unix.html users.html windows.html 
	openssh/ru     : bank-donation.html donations.html faq.html 
	                 features.html ftp.html goals.html history.html 
	                 index.html java.html list.html macos.html 
	                 manual.html openbsd.html palmos.html 
	                 portable.html press.html report.html 
	                 security.html specs.html tshirts.html unix.html 
	                 users.html windows.html 

Log message:
give up on translation


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/04/01 14:13:02

Modified files:
	openbgpd       : index.html 
	openntpd       : index.html 
	opensmtpd      : index.html 
Removed files:
	openbgpd/cs    : index.html 
	openbgpd/de    : ftp.html goals.html index.html manual.html 
	                 papers.html users.html 
	openbgpd/fr    : ftp.html goals.html index.html manual.html 
	                 papers.html users.html 
	openbgpd/nl    : goals.html index.html manual.html papers.html 
	                 users.html 
	openbgpd/pt    : ftp.html goals.html index.html manual.html 
	                 papers.html users.html 
	openbgpd/ro    : ftp.html goals.html index.html manual.html 
	                 papers.html users.html 
	openbgpd/ru    : ftp.html goals.html index.html manual.html 
	                 papers.html users.html 
	openntpd/cs    : index.html 
	openntpd/de    : ftp.html goals.html index.html manual.html 
	                 papers.html portable.html 
	openntpd/es    : index.html manual.html 
	openntpd/fr    : ftp.html goals.html index.html manual.html 
	                 papers.html portable.html 
	openntpd/ja    : goals.html index.html manual.html papers.html 
	openntpd/nl    : goals.html index.html manual.html papers.html 
	openntpd/pt    : ftp.html goals.html index.html manual.html 
	                 papers.html portable.html 
	openntpd/ro    : ftp.html goals.html index.html manual.html 
	                 papers.html portable.html 
	openntpd/ru    : ftp.html goals.html index.html manual.html 
	                 papers.html portable.html 
	opensmtpd/cs   : index.html 
	opensmtpd/de   : goals.html index.html list.html manual.html 
	                 papers.html portable.html security.html 
	                 users.html 
	opensmtpd/fr   : goals.html index.html list.html papers.html 
	                 security.html users.html 
	opensmtpd/nl   : goals.html index.html list.html manual.html 
	                 papers.html portable.html security.html 
	                 users.html 
	opensmtpd/pt   : index.html 
	opensmtpd/ru   : goals.html index.html list.html manual.html 
	                 papers.html portable.html security.html 
	                 users.html 

Log message:
give up on translation


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/04/01 14:16:50

Modified files:
	sys/dev/pci/drm: drmP.h 
	sys/dev/pci/drm/i915: i915_gem.c i915_gem_execbuffer.c 
Added files:
	sys/dev/pci/drm: drm_linux.h 

Log message:
Move some duplicated code implementing Linux compatibility APIs and stick it
in a seperate header file.  This will become a dumping ground for similar code.

ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/01 14:42:39

Modified files:
	sys/arch/powerpc/powerpc: pmap.c 
	sys/arch/socppc/include: intr.h 
	sys/arch/socppc/socppc: autoconf.c machdep.c 
Added files:
	sys/arch/powerpc/include: powerpc.h 
Removed files:
	sys/arch/socppc/include: powerpc.h 

Log message:
Remove the almost unused abstraction around "struct firmware" and use
instead a single function ppc_mem_regions() required by the ppc pmap.

ok kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/01 15:32:30

Modified files:
	x11/gnome/icon-theme-symbolic: Makefile 

Log message:
fix pasto and bump revision


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2014/04/01 17:14:25

Modified files:
	usr.sbin/smtpd/makemap: Makefile 
	usr.sbin/smtpd/smtpctl: Makefile 
	usr.sbin/smtpd/smtpd: Makefile 
	usr.sbin/smtpd/table-ldap: Makefile 
	usr.sbin/smtpd/table-passwd: Makefile 
	usr.sbin/smtpd/table-sqlite: Makefile 

Log message:
Remove -ggdb -g3, this shouldn't be here
Requested by deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/01 18:33:09

Modified files:
	mail/postfix/snapshot: Makefile 
	mail/postfix/snapshot/files: postfix-enable 
	mail/postfix/stable: Makefile 
	mail/postfix/stable/files: postfix-enable 

Log message:
Replace sendmail with smtpd.

From David Hill

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/01 20:12:24

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

Log message:
use setresgid()
ok guenther millert


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/02 00:14:01

Modified files:
	x11/gnome/gvfs : Makefile 
Added files:
	x11/gnome/gvfs/patches: patch-programs_gvfs-tree_c 

Log message:
Fix sefgault in gvfs-tree.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/02 00:33:29

Modified files:
	x11/gnome/gvfs/patches: patch-programs_gvfs-tree_c 

Log message:
Committed upstream.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/02 00:38:21

Modified files:
	faq            : index.html 

Log message:
Drop reference to translation and assorted link.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/02 00:38:41

Removed files:
	.              : translation-explained.html translation.html 
	opensmtpd/de   : report.html 
	opensmtpd/faq/de: filter.html 
	openssh/usage/de: graphs.html index.html ssh-stats.html 
	openssh/usage/es: graphs.html index.html ssh-stats.html 
	openssh/usage/fr: graphs.html index.html ssh-stats.html 
	openssh/usage/ja: graphs.html index.html ssh-stats.html 
	openssh/usage/nl: graphs.html index.html ssh-stats.html 
	openssh/usage/ru: graphs.html index.html ssh-stats.html 

Log message:
More translation removal.


CVSROOT:	/cvs
Module name:	www
Changes by:	tedu@cvs.openbsd.org	2014/04/02 00:47:54

Modified files:
	.              : amd64.html i386.html 

Log message:
whack the giant unmaintained uninteresting hardware lists


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/04/02 00:53:57

Removed files:
	opensmtpd/faq/pt: index.html 

Log message:
bye bye


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/02 01:01:54

Modified files:
	x11/gnome/rygel/patches: patch-configure 

Log message:
Link to BZ.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/02 01:10:52

Modified files:
	net/gnaughty   : Makefile 

Log message:
this port incorrectly had MODGNOME_DESKTOP_FILE, eventhough it wasn't using the
gnome module..


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/02 01:35:41

Modified files:
	www/firefox-esr: Tag: OPENBSD_5_5 Makefile distinfo 

Log message:
update to firefox-24.4.0esr


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/02 01:36:14

Modified files:
	www/firefox-esr-i18n: Tag: OPENBSD_5_5 Makefile.inc distinfo 

Log message:
sync with firefox-24.4.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/02 01:44:07

Modified files:
	misc/libosinfo : Makefile 

Log message:
Use our libtool.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/02 01:55:09

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

Log message:
pane_start_path has gone away.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/02 02:25:24

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

Log message:
Document the required x11/gnome goos.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/02 03:23:13

Modified files:
	converters/libunistring: Makefile 
	converters/libunistring/pkg: PLIST 
Removed files:
	converters/libunistring/pkg: PFRAG.shared 

Log message:
This now builds fine with our libtool.

ok pascal@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/02 03:36:14

Modified files:
	audio/easytag  : Makefile 
	audio/gmpc     : Makefile 
	audio/rhythmbox: Makefile 
	comms/gmfsk    : Makefile 
	databases/evolution-data-server: Makefile 
	databases/gq   : Makefile 
	databases/mdbtools/snapshot: Makefile 
	devel/atk      : Makefile 
	devel/dconf    : Makefile 
	devel/dee      : Makefile 
	devel/gconf-editor: Makefile 
	devel/giggle   : Makefile 
	devel/glade    : Makefile 
	devel/glib2    : Makefile 
	devel/goffice  : Makefile 
	devel/json-glib: Makefile 
	devel/libgdata : Makefile 
	devel/libgee06 : Makefile 
	devel/libgit2/libgit2-glib: Makefile 
	devel/libgsf   : Makefile 
	devel/libgtop2 : Makefile 
	devel/libnotify: Makefile 
	devel/libpeas  : Makefile 
	devel/libsoup  : Makefile 
	devel/libunique: Makefile 
	devel/libunique3: Makefile 
	devel/libwnck  : Makefile 
	devel/libwnck3 : Makefile 
	devel/pango    : Makefile 
	devel/vte      : Makefile 
	devel/vte3     : Makefile 
	games/gbrainy  : Makefile 
	games/gnome-mastermind: Makefile 
	games/grhino   : Makefile 
	games/pioneers : Makefile 
	geo/emerillon  : Makefile 
	geo/geoclue2   : Makefile 
	geo/geocode-glib: Makefile 
	geo/libchamplain: Makefile 
	geo/viking     : Makefile 
	graphics/amide : Makefile 
	graphics/clutter/clutter-gst: Makefile 
	graphics/clutter/clutter-gtk: Makefile 
	graphics/clutter/cogl: Makefile 
	graphics/clutter/core: Makefile 
	graphics/dia   : Makefile 
	graphics/evince: Makefile 
	graphics/gdk-pixbuf2: Makefile 
	graphics/goocanvas2: Makefile 
	graphics/gthumb: Makefile 
	graphics/pdfmod: Makefile 
	graphics/shotwell: Makefile 
	japanese/gwaei : Makefile 
	mail/evolution : Makefile 
	mail/evolution-rss: Makefile 
	mail/geary     : Makefile 
	mail/gmime     : Makefile 
	math/gnumeric  : Makefile 
	misc/appdata-tools: Makefile 
	misc/libosinfo : Makefile 
	net/gssdp      : Makefile 
	net/gupnp/av   : Makefile 
	net/gupnp/core : Makefile 
	net/gupnp/dlna : Makefile 
	net/gupnp/igd  : Makefile 
	net/librest    : Makefile 
	net/telepathy/folks: Makefile 
	net/twitux     : Makefile 
	productivity/gnucash: Makefile 
	productivity/zeitgeist: Makefile 
	sysutils/d-feet: Makefile 
	sysutils/deja-dup: Makefile 
	textproc/gtk-doc: Makefile 
	textproc/gtkspell3: Makefile 
	textproc/gtranslator: Makefile 
	textproc/meld  : Makefile 
	www/epiphany   : Makefile 
	www/webkit     : Makefile 
	x11/gnome/alacarte: Makefile 
	x11/gnome/anjuta: Makefile 
	x11/gnome/at-spi2-core: Makefile 
	x11/gnome/baobab: Makefile 
	x11/gnome/bijiben: Makefile 
	x11/gnome/calculator: Makefile 
	x11/gnome/clocks: Makefile 
	x11/gnome/code-assistance: Makefile 
	x11/gnome/color-manager: Makefile 
	x11/gnome/contacts: Makefile 
	x11/gnome/controlcenter: Makefile 
	x11/gnome/desktop: Makefile 
	x11/gnome/devel-docs: Makefile 
	x11/gnome/devhelp: Makefile 
	x11/gnome/dictionary: Makefile 
	x11/gnome/documents: Makefile 
	x11/gnome/ekiga: Makefile 
	x11/gnome/empathy: Makefile 
	x11/gnome/eog  : Makefile 
	x11/gnome/file-roller: Makefile 
	x11/gnome/gcr  : Makefile 
	x11/gnome/gdl  : Makefile 
	x11/gnome/gdm  : Makefile 
	x11/gnome/gedit: Makefile 
	x11/gnome/gedit-plugins: Makefile 
	x11/gnome/getting-started-docs: Makefile 
	x11/gnome/gfbgraph: Makefile 
	x11/gnome/ghex : Makefile 
	x11/gnome/gucharmap: Makefile 
	x11/gnome/gvfs : Makefile 
	x11/gnome/icon-theme-extras: Makefile 
	x11/gnome/icon-theme-symbolic: Makefile 
	x11/gnome/latexila: Makefile 
	x11/gnome/libbonoboui: Makefile 
	x11/gnome/libgda: Makefile 
	x11/gnome/libgnome-keyring: Makefile 
	x11/gnome/libgweather: Makefile 
	x11/gnome/libmediaart: Makefile 
	x11/gnome/librsvg: Makefile 
	x11/gnome/libsecret: Makefile 
	x11/gnome/libxklavier: Makefile 
	x11/gnome/maps : Makefile 
	x11/gnome/menus: Makefile 
	x11/gnome/moserial: Makefile 
	x11/gnome/mousetweaks: Makefile 
	x11/gnome/music: Makefile 
	x11/gnome/mutter: Makefile 
	x11/gnome/nautilus: Makefile 
	x11/gnome/nemiver: Makefile 
	x11/gnome/online-accounts: Makefile 
	x11/gnome/orca : Makefile 
	x11/gnome/photos: Makefile 
	x11/gnome/planner: Makefile 
	x11/gnome/power-manager: Makefile 
	x11/gnome/rygel: Makefile 
	x11/gnome/screenshot: Makefile 
	x11/gnome/seahorse: Makefile 
	x11/gnome/seahorse-nautilus: Makefile 
	x11/gnome/session: Makefile 
	x11/gnome/settings-daemon: Makefile 
	x11/gnome/shell: Makefile 
	x11/gnome/shell-extensions: Makefile 
	x11/gnome/terminal: Makefile 
	x11/gnome/themes-standard: Makefile 
	x11/gnome/totem: Makefile 
	x11/gnome/totem-pl-parser: Makefile 
	x11/gnome/tracker: Makefile 
	x11/gnome/tweak-tool: Makefile 
	x11/gnome/user-docs: Makefile 
	x11/gnome/user-share: Makefile 
	x11/gnome/weather: Makefile 
	x11/gnome/yelp : Makefile 
	x11/gnome/zenity: Makefile 
	x11/gpointing-device-settings: Makefile 
	x11/gtk+2      : Makefile 
	x11/gtk+3      : Makefile 
	x11/gtk-vnc    : Makefile 
	x11/gtksourceview3: Makefile 

Log message:
cleanup double spaces and sort MODGNOME_TOOLS


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/02 03:56:01

Modified files:
	graphics/openimageio: Makefile 

Log message:
use MODPY_WANTLIB instead of hardcoding python2.7


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/04/02 04:37:59

Modified files:
	sys/scsi       : mpath_rdac.c 

Log message:
skey == SKEY_ILLEGAL_REQUEST && ASC_ASCQ(sense) == 0x9401 means
invalid request due to current lu ownership


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/04/02 05:31:57

Modified files:
	sys/scsi       : mpath_rdac.c 

Log message:
whitespace fix, no functional change


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/02 05:37:36

Modified files:
	x11/gnome/user-share: Makefile distinfo 
	x11/gnome/user-share/patches: patch-configure 

Log message:
Update to gnome-user-share-3.10.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/02 07:10:48

Modified files:
	share/man/man9 : Makefile route.9 
Added files:
	share/man/man9 : rtrequest1.9 

Log message:
Add a man page for rtrequest1(9) splitted from route(9) with some
improvements.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/02 07:19:01

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

Log message:
Add missing "SEE ALSO" header.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/02 08:00:25

Modified files:
	x11/gnome/color-manager: Makefile 

Log message:
Put back yelp which got removed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/02 08:20:11

Modified files:
	mail/geary     : Makefile 

Log message:
Indent.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/02 08:34:47

Modified files:
	x11/gnome/devel-docs: Makefile 
	x11/gnome/documents: Makefile 
	x11/gnome/music: Makefile 
	infrastructure/templates: mk.conf.template 
	math/gnumeric  : Makefile 
	sysutils/d-feet: Makefile 
	textproc/gtranslator: Makefile 
	x11/gnome/at-spi2-core: Makefile 

Log message:
Re-indent and add proper MODGNOME_TOOLS where missing.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/02 08:44:55

Modified files:
	games/gnome-mastermind: Makefile 

Log message:
re-add yelp


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/02 08:47:21

Modified files:
	x11/gtk+2      : Makefile 
	x11/gtk+2/pkg  : README-main 

Log message:
Document how to pick up the default theme.

adapted from Fabian Raetz and stsp@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/02 09:00:27

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

Log message:
goos -> goo

req. by jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/02 09:30:12

Log message:
    import polari-3.12.0
    
    Polari is an Internet Relay Chat (IRC) client designed for GNOME.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20140204
    
    N ports/x11/gnome/polari/Makefile
    N ports/x11/gnome/polari/distinfo
    N ports/x11/gnome/polari/pkg/DESCR
    N ports/x11/gnome/polari/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/02 09:30:39

Modified files:
	x11/gnome      : Makefile 

Log message:
+polari


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/02 09:37:45

Modified files:
	x11/gnome/anjuta: Makefile 
	x11/gnome/anjuta/pkg: PLIST 
	x11/gnome/ghex : Makefile 
	x11/gnome/ghex/pkg: PLIST 

Log message:
add missing icon goo for non-hiclor directories


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/02 10:12:04

Modified files:
	graphics/simple-scan: Makefile 
	graphics/simple-scan/patches: patch-src_simple-scan_vala 
	graphics/simple-scan/pkg: PLIST 

Log message:
Drop udev-only variable.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/02 10:40:54

Modified files:
	sys/arch/macppc/conf: GENERIC 

Log message:
enable mpath


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/02 10:41:01

Modified files:
	sys/arch/hppa/conf: GENERIC 

Log message:
enable hds


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/02 11:08:23

Modified files:
	usr.bin/tmux   : status.c 

Log message:
Do not replace ## with # in status_replace1 because it'll be done later
by the format code.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/02 11:14:24

Modified files:
	usr.bin/tmux   : server-window.c 

Log message:
Use the same logic for bell with and without visual-bell, from Filip
Moc.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/02 12:12:18

Modified files:
	usr.bin/tmux   : cmd-choose-buffer.c cmd-list-buffers.c format.c 
	                 paste.c tmux.1 tmux.h utf8.c 

Log message:
Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also make
buffer_sample bigger to let it trim at window right edge.


CVSROOT:	/cvs
Module name:	www
Changes by:	florian@cvs.openbsd.org	2014/04/02 14:31:13

Modified files:
	faq            : faq10.html faq4.html 

Log message:
The FAQ talks about the latest release, so link httpd(8) related man
pages to the 5.4 version.
Pointed out by Raf Czlonka , thanks!
OK nick


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2014/04/02 14:32:00

Modified files:
	usr.bin/mg     : extend.c mg.1 

Log message:
Add the '#' character as a comment character in the startup file.
Include ';' and '#' into man page.  ok deraadt@ phessler@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/04/02 15:43:30

Modified files:
	etc            : unbound.conf 

Log message:
Fix syntax error in commented out local-zone entry.  OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2014/04/02 20:24:38

Modified files:
	lang/node-typescript: Makefile distinfo 

Log message:
Update node-typescript to 1.0.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/04/02 20:52:52

Modified files:
	games/wtf      : Makefile distinfo 

Log message:
Belated update to 20140310.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/02 21:57:42

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

Log message:
lies lies lies lies lies


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/04/02 22:02:50

Modified files:
	sys/scsi       : mpath_hds.c 

Log message:
massage the preferred path detection to happen when mpath asks for
a paths status, rather than on attach. the status it returns depends
on the type of device you have. hds provides two types of arrays,
symmetric and asymmetric.

on a symmetric device you can shove io down any path to any port
on any controller and it will work. on symmetric devices we say all
paths are part of the same group, and unconditionally return active
path status to any check request.

on asymmetric devices we group paths by which controller in teh
array they connect to. the controllers return whether theyre providing
a preferred path via a couple of status bits in a hds specific vpd
page, so we query that and return the state of the bits.

unfortunately hds arrays dont report change of lun ownership in any
way, so we dont currently have any way of failing over at the moment.
ill have to think about the least worst way to handle that.

tested by deraadt@ on hppa


CVSROOT:	/cvs
Module name:	www
Changes by:	lteo@cvs.openbsd.org	2014/04/02 22:07:44

Modified files:
	.              : 55.html 

Log message:
Add several items:
- checksum offload framework improvements
- PF newqueue
- PF received-on any
- PF default policy is now block return
- tcpdump detection of bad ICMP and ICMPv6 checksums
- new sha512(1) tool
- new features in sha256(1) and friends


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2014/04/02 22:10:34

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

Log message:
Sync malloc(9) M_* types with sys/malloc.h


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2014/04/03 00:06:56

Modified files:
	sys/net        : if_spppsubr.c 

Log message:
It cannot be assumed the top of the mbuf chain has required length here.
Actually, since packets from Octeon's cnmac(4) don't have enough size,
pppoe(4) is unable to connect.

ok claudio


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2014/04/03 00:10:43

Log message:
    Import pod2mdoc-0.0.9.
    
    Status:
    
    Vendor Tag:	bentley
    Release Tags:	bentley_20140403
    
    N ports/textproc/pod2mdoc/Makefile
    N ports/textproc/pod2mdoc/distinfo
    N ports/textproc/pod2mdoc/pkg/PLIST
    N ports/textproc/pod2mdoc/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2014/04/03 00:12:04

Log message:
    Import docbook2mdoc-0.0.7.
    
    An older version of both this and pod2mdoc were ok benno@ schwarze@
    
    Status:
    
    Vendor Tag:	bentley
    Release Tags:	bentley_20140403
    
    N ports/textproc/docbook2mdoc/Makefile
    N ports/textproc/docbook2mdoc/distinfo
    N ports/textproc/docbook2mdoc/pkg/DESCR
    N ports/textproc/docbook2mdoc/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2014/04/03 00:15:07

Modified files:
	textproc       : Makefile 

Log message:
+{pod2mdoc,docbook2mdoc}


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/03 00:15:18

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

Log message:
document some non-portable env vars in STANDARDS;
ok millert sobrado schwarze


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/03 00:42:24

Modified files:
	print/cups-filters: Makefile distinfo 

Log message:
SECURITY update to cups-filters-1.0.51.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2014/04/03 01:04:52

Log message:
    Import doclifter-2.14.
    
    The doclifter program translates documents written in troff macros to
    DocBook.
    
    Lifting documents from presentation level to semantic level is hard, and
    a really good job requires human polishing. This tool aims to do
    everything that can be mechanized, and to preserve any troff-level
    information that might have structural implications in XML comments.
    
    This tool does the hard parts. TBL tables are translated into DocBook
    table markup, PIC into SVG, and EQN into MathML (relying on pic2svg and
    GNU eqn for the last two).
    
    ok benoit@ schwarze@
    
    Status:
    
    Vendor Tag:	bentley
    Release Tags:	bentley_20140403
    
    N ports/textproc/doclifter/Makefile
    N ports/textproc/doclifter/distinfo
    N ports/textproc/doclifter/pkg/DESCR
    N ports/textproc/doclifter/pkg/PLIST
    N ports/textproc/doclifter/patches/patch-manlifter
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2014/04/03 01:05:26

Modified files:
	textproc       : Makefile 

Log message:
+doclifter


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2014/04/03 01:10:18

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

Log message:
calucuation of response message size was wrong.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/03 01:11:06

Modified files:
	x11/gnome/polari: Makefile 

Log message:
Fix MODGNOME_TOOLS typo.
Missing LIB_DEPENDS and RUN_DEPENDS.
Remove libtool files.
Regen WANTLIB/PLIST.


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2014/04/03 01:12:58

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

Log message:
add mention about "monitor" command.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/03 01:20:50

Modified files:
	meta/gnome     : Makefile 

Log message:
Add polari to -extras.


CVSROOT:	/cvs
Module name:	www
Changes by:	syl@cvs.openbsd.org	2014/04/03 01:53:28

Modified files:
	.              : 55.html 

Log message:
Mention fuse


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/03 01:59:35

Modified files:
	sysutils/duplicity: Makefile distinfo 
	sysutils/duplicity/patches: patch-bin_duplicity 
	sysutils/duplicity/pkg: PLIST 

Log message:
Update to duplicity-0.6.23.

maintainer timeout


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/03 02:07:16

Modified files:
	sys/arch/loongson/loongson: machdep.c 
	sys/arch/mips64/mips64: genassym.cf mips64_machdep.c 
	                        r4000_errata.c sys_machdep.c 
	sys/arch/octeon/octeon: machdep.c 
	sys/arch/sgi/pci: macepcibridge.c 
	sys/arch/sgi/sgi: bus_dma.c ip22_machdep.c ip27_machdep.c 
	                  ip30_machdep.c machdep.c 
	sys/arch/sgi/xbow: xbridge.c 

Log message:
Moar  ->  love.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/03 02:15:17

Modified files:
	usr.bin/tmux   : input-keys.c tty-keys.c 

Log message:
A couple of trivial mouse-related style nits.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/03 02:20:29

Modified files:
	usr.bin/tmux   : tmux.h tty-keys.c window-choose.c window-copy.c 

Log message:
Work out mouse scroll wheel effect when the mouse is first detected and
store it in struct mouse_event, reduce the scroll size the 3 but allow
shift to reduce it to 1 and meta and ctrl to multiply by 3 if the
terminal supports them, also support wheel in choose mode. From Marcel
Partap.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/03 02:22:10

Modified files:
	sys/net        : route.c route.h 
	sys/netinet6   : in6.c in6_var.h 

Log message:
Introduce rt_ifa_{add,del}loop() to replace in6_{add,rem}loop().

Move these functions to a more generic place and make them reuse
existing code, they'll be soon used in IPv4 too.

Tested by André Lucas, Vigdis and sthen@, thanks!

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/03 03:05:47

Modified files:
	sysutils/deja-dup: Makefile distinfo 
	sysutils/deja-dup/pkg: PLIST 
Added files:
	sysutils/deja-dup/patches: patch-man_CMakeLists_txt 
Removed files:
	sysutils/deja-dup/patches: 
	                           patch-deja-dup_widgets_WidgetUtils_vala 

Log message:
Update to deja-dup-30.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/03 03:15:06

Modified files:
	sys/arch/sparc64/dev: vdsk.c vdsp.c vldcp.c vnet.c 
	sys/arch/sparc64/sparc64: db_interface.c genassym.cf mdesc.c 

Log message:
Use  if it's enough.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/03 04:10:50

Modified files:
	print/cups-filters: Tag: OPENBSD_5_5 Makefile 
Added files:
	print/cups-filters/patches: Tag: OPENBSD_5_5 
	                            patch-utils_cups-browsed_c 

Log message:
SECURITY FIX to prevent arbitrary code injection.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/03 04:17:34

Modified files:
	sys/arch/arm/arm: arm32_machdep.c cpufunc.c fiq.c 
	sys/arch/arm/xscale: i80321_intr.c pxa2x0_pcic.c 
	sys/arch/zaurus/dev: scoop_pcic.c 

Log message:
More uvm_extern.h cleanup.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/04/03 05:27:02

Modified files:
	lib/libevent   : Makefile event.3 event.c event.h shlib_version 

Log message:
add helper functions to use asr with libevent.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/04/03 05:32:02

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

Log message:
use asr helpers after libevent update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/03 05:40:02

Modified files:
	devel/libexecinfo/patches: patch-libbacktrace_backtrace_c 

Log message:
__BUILTIN_HACK isn't just for mips anymore, so reword comment to make it
platform-agnostic.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/03 06:08:40

Modified files:
	x11/gnome/icon-theme-extras: Makefile 

Log message:
zap stray '='


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/03 06:13:09

ports/misc/libosinfo/patches

Update of /cvs/ports/misc/libosinfo/patches
In directory cvs.openbsd.org:/tmp/cvs-serv27912/patches

Log Message:
Directory /cvs/ports/misc/libosinfo/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/03 06:18:19

Modified files:
	x11/gnome      : gnome.port.mk 

Log message:
since MODGNOME_TOOLS takes more (and longer) arguments now, validate the input
adapted from bsd.port.mk's handling for 'clean='

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/03 06:23:33

Removed files:
	x11/gnome/empathy/patches: patch-configure 

Log message:
it's been long enough that PkgConfig.pm was fixed


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/03 06:37:42

Modified files:
	devel/libsoup  : Makefile 
	mail/evolution-rss: Makefile 
	misc/appdata-tools: Makefile 
	productivity/zeitgeist: Makefile 
	www/webkit     : Makefile 
	x11/gpointing-device-settings: Makefile 

Log message:
drop extra = from MODGNOME_TOOLS

no package change


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/03 06:48:35

Modified files:
	misc/libosinfo : Makefile 
Added files:
	misc/libosinfo/patches: patch-data_oses_openbsd_xml_in 

Log message:
Update information for OpenBSD with past two releases.

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/03 06:50:21

Modified files:
	print/cups     : Makefile 
Removed files:
	print/cups/patches: patch-backend_usb-libusb_c 

Log message:
This should not be needed anymore.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/04/03 06:56:14

Modified files:
	sys/arch/sparc64/conf: GENERIC 

Log message:
enable hds


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/03 07:14:14

Modified files:
	net/snmptt     : Makefile distinfo 

Log message:
update to snmptt 1.4 and tweak COMMENT


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/03 07:30:05

Modified files:
	lib/libevent   : event.3 

Log message:
sort SEE ALSO;


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2014/04/03 07:46:47

Modified files:
	devel/libexecinfo: Makefile 

Log message:
Landisk needs __BUILTIN_HACK to build libexecinfo.

Suggested by jasper@
Okay sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/03 08:21:19

Modified files:
	devel/harfbuzz : Makefile distinfo 

Log message:
Update to harfbuzz-0.9.27.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/03 08:42:15

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

Log message:
XHCI -> xHCI to be consistent with device names.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/03 08:47:03

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

Log message:
various macro cleanup and tweaks;
ok yasuoka schwarze


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/03 08:50:28

Modified files:
	textproc/icu4c : Makefile distinfo 
	textproc/icu4c/pkg: PLIST 

Log message:
Update to icu4c-53.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/04/03 09:13:19

Added files:
	security/samhain/patches: patch-c_random_sh 

Log message:
add another semi-portable alternative to work around our lack of sum(1)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/03 09:19:20

Added files:
	www/webkit/patches: patch-Source_JavaScriptCore_dfg_DFGNode_h 

Log message:
fix one issue with webkit on i386, from landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/03 09:20:15

Modified files:
	www/webkit     : Makefile 

Log message:
update BROKEN-i386 line now we have a different error ("Error: suffix or
operands invalid for `fucomip'" from the assembler).


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/03 09:37:14

Modified files:
	usr.bin/mandoc : makewhatis.8 mandocdb.c 

Log message:
The -v option of mandocdb(8) clashes with the -v option of espie@'s
makewhatis(8), which traditionally does something different,
so rename it to -D (mnemonics: Debug, Dump, Display).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/03 09:48:00

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

Log message:
Update to calcurse-3.1.4 finally... it seems to work fine now.


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/03 09:55:30

Modified files:
	lib/libc/crypt : md5crypt.c 
	lib/libc/hash  : helper.c md5.3 
	sys/kern       : kern_tc.c 
	sys/sys        : timetc.h 

Log message:
I have discussed these licenses with Poul-Henning Kamp and he has agreed to
this license change. We will remember that we all still like beer.


CVSROOT:	/cvs
Module name:	www
Changes by:	lteo@cvs.openbsd.org	2014/04/03 10:05:15

Modified files:
	.              : 55.html 

Log message:
Clarify that it is the block policy in the default pf.conf that has
changed to "block return".

pointed out by and with help from sobrado@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2014/04/03 10:15:38

Modified files:
	sbin/disklabel : editor.c 

Log message:
Proper validation and computation of bsize in expert mode; ok krw@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/03 10:18:11

Modified files:
	lib/libc/stdlib: malloc.c 

Log message:
Update Copyright notice; ok otto@ beck@ deraadt@.
This is merely a by-product of figuring out the amount of phk@ code
contained herein; i'm not planning to hack on this file.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/03 10:26:53

Modified files:
	usr.bin/mandoc : makewhatis.8 mandocdb.c 

Log message:
Rename the -W option to -p (mnemonics: picky, print to stderr):
That letter was already chosen by espie@ for OpenBSD 2.7,
so avoid being gratuitiously different more than a decade later.
Accept -v for backward compatibility with espie@'s makewhatis,
even though it does nothing right now.


CVSROOT:	/cvs
Module name:	www
Changes by:	sobrado@cvs.openbsd.org	2014/04/03 10:38:42

Modified files:
	.              : 55.html 

Log message:
tweaks in links to manual pages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/03 11:36:18

Modified files:
	devel/glib2mm  : Makefile distinfo 
	devel/glib2mm/pkg: PLIST 
Added files:
	devel/glib2mm/patches: patch-glib_glibmm_variant_cc 
	                       patch-glib_glibmm_wrap_init_cc 

Log message:
Update to glib2mm-2.39.92.1 (git checkout from today with a couple of local
patches to unbreak "mm" applications).


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2014/04/03 11:43:06

Modified files:
	textproc/pod2mdoc: Makefile distinfo 

Log message:
Update to pod2mdoc-0.0.10.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/03 11:45:34

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.macppc md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/03 11:55:27

Modified files:
	lib/libc/hash  : helper.c 

Log message:
put $OpenBSD$ back.. notice by philip.


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/03 11:58:31

Modified files:
	sys/kern       : kern_tc.c 
	sys/sys        : timetc.h 

Log message:
fix $OpenBSD$, noticed by philip


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/03 12:27:25

Modified files:
	gnu/usr.bin/perl: Makefile.bsd-wrapper1 

Log message:
Put back 1.11, lost during the last update; unbreaks NOPIC builds.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/03 12:29:37

Modified files:
	sys/arch/mips64/include: pmap.h 

Log message:
Do not keep the EOP check bits in PGF_PRESERVE.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/03 13:53:07

Modified files:
	graphics/amide : Makefile distinfo 
	graphics/amide/patches: patch-src_Makefile_in 
	                        patch-src_amitk_common_c 
Added files:
	graphics/amide/patches: patch-configure_ac 
Removed files:
	graphics/amide/patches: patch-configure_in 

Log message:
Update to amide 1.0.5.

ok benoit@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/04/03 14:01:47

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

Log message:
Add the missing 6322 PCI id.

ok jmatthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2014/04/03 14:17:12

Modified files:
	usr.bin/mg     : def.h dir.c dired.c file.c 

Log message:
When finding a file in a non-existant directory:

C-x C-f ~/no/dir/here/fn

offer to make the directory by pressing 'y', instead of suggesting the
make-directory command. ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/03 14:21:01

Modified files:
	sys/uvm        : uvm_fault.c uvm_fault.h uvm_init.c 

Log message:
uvm_fault() will try to fault neighbouring pages for the MADV_NORMAL case,
which is the default, unless the fault call is explicitly used to wire a given
page.

The amount of pages being faulted in was borrowed from the FreeBSD VM code,
about 15 years ago, at a time FreeBSD was only reliably running on 4KB page
size systems.

It is questionable whether faulting the same amount of pages, on platforms
where the page size is larger, is a good idea, as it may cause too much I/O.

Add an uvmfault_init() routine, which will compute the proper number of pages
at runtime, depending upon the actual page size, and attempting to fault in
the same overall size the previous code would have done with 4KB pages.

ok tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/03 14:32:26

Modified files:
	etc/etc.loongson: MAKEDEV.md 

Log message:
Add wskbd nodes to the bsd.rd /dev posse; allows kbd -l to work as intended
in the install media. Reported by Donovan Watteau


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/03 14:34:48

Modified files:
	etc/etc.loongson: MAKEDEV 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/03 14:45:09

Modified files:
	sbin/kbd       : Makefile 

Log message:
Install the manpage on loongson too (and arm* while there); it could be argued
that this little binary is worth building everywhere with an MI manpage although
there are still a few arches where it won't serve any useful purpose;
spotted by Donovan Watteau.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/03 14:55:45

Modified files:
	sbin/kbd       : Makefile 

Log message:
On second thought, make that manpage MI, even though the binary is not
necessarily built; that makes it consistent with wsconsctl(8).
Prodded by deraadt.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/03 15:36:59

Modified files:
	sys/kern       : kern_malloc.c subr_pool.c 

Log message:
if it's ok to wait, it must also be ok to give the kernel lock. do so.
(then immediately reacquire it). this has the effect of giving interrupts
on other CPUs to a chance to run and reduces latency in many cases.
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/03 15:40:10

Modified files:
	sys/uvm        : uvm_extern.h uvm_glue.c uvm_map.c 

Log message:
add a uvm_yield function and use it in the reaper path to prevent the
reaper from hogging the cpu. it will do the kernel lock twiddle trick to
allow other CPUs a chance to run, and also checks if the reaper has been
running for an entire timeslice and should be preempted.
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/03 15:45:27

Modified files:
	usr.bin/mandoc : mandocdb.c 

Log message:
Instead of silently doing nothing at all,
warn and return non-zero when the manpath is empty, that is,
when /etc/man.conf is non-existent or unreadable
AND the environment variable MANPATH is unset or empty
AND no directories were given on the command line.

Inspired by the error handling in espie@'s makewhatis(8),
except that one doesn't know about MANPATH.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/03 15:53:07

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
XIRING Ximax CDC adapter


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/03 15:53:32

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

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/03 16:19:27

Modified files:
	sys/kern       : clock_subr.c 

Log message:
bcopy -> memcpy


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/04/03 19:50:25

Modified files:
	sys/arch/macppc/macppc: autoconf.c 

Log message:
let device_register match scsi devices to anything hanging off a
scsibus. this lets path drivers get matched instead of just sd(4).

ask mpath to maybe swap a path with a disk via mpath.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/03 20:29:46

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/03 20:31:01

Modified files:
	usr.bin/mandoc : makewhatis.8 mandocdb.c 

Log message:
When the -n or -t flag is given to makewhatis(8),
write names and decriptions to stdout,
in a format similar to apropos(1) output.
Inspired by espie@'s makewhatis.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/03 20:49:46

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

Log message:
remove some duplicate text,
and some remains of the template not pertinent to section 8;
ok yasuoka@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/03 21:34:41

Modified files:
	sys/net        : if_pppx.c 

Log message:
Paul B. Henson discovered it was possible to hit a kernel
panic with pppx when using npppd with multiple pppx devices.

This is triggered when pppxclose() is called on device that hasn't
been opened causing a NULL dereference and panic.  Avoid
this by returning ENXIO if the device has not been opened.

ok yasuoka@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/04 01:00:21

Modified files:
	devel/glib2mm  : Makefile distinfo 
Removed files:
	devel/glib2mm/patches: patch-glib_glibmm_variant_cc 
	                       patch-glib_glibmm_wrap_init_cc 

Log message:
Update to glib2mm-2.39.92.2 - patches committed upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/04 01:45:53

Added files:
	devel/mm-common: Makefile distinfo 
	devel/mm-common/pkg: DESCR PLIST 

Log message:
Resurrect mm-common; it's needed for gnome development.

The mm-common module provides the build infrastructure and utilities
shared among the GNOME C++ binding libraries. <...>

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/04 01:46:25

Modified files:
	devel          : Makefile 

Log message:
+mm-common


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/04 02:45:04

Modified files:
	net/bird       : Makefile distinfo 

Log message:
update to BIRD 1.4.2, "When a BFD session is removed while being
scheduled for notification, the session stays in notify list and is
removed twice, which leads to a strange crash after a while."


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/04 03:03:36

Modified files:
	graphics/evince: Makefile 
Added files:
	graphics/evince/patches: patch-shell_ev-window_c 

Log message:
Don't crash when trying to save a copy (upstream).


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/04/04 03:57:39

Modified files:
	devel/capstone : Makefile distinfo 
	devel/capstone/patches: patch-Makefile 
	devel/capstone/pkg: PLIST 

Log message:
Update capstone to 2.1.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/04 04:17:37

Modified files:
	graphics/simple-scan: Makefile 

Log message:
Missing RUN_DEPENDS.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/04/04 05:27:41

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

Log message:
Rework the command polling loop so it can handle multiple responses in a single
interrupt.  With this we can talk to Hitachi disk arrays, which sometimes
return so much sense data that a status continuation response is generated
in addition to the normal status response.

tested by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/04 06:36:09

Modified files:
	distrib/sets/lists/base: md.macppc md.socppc 
	distrib/sets/lists/comp: md.macppc md.socppc 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/04/04 07:13:58

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

Log message:
start the purge task after events are set, or we can miss SIGCHLD

ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/04 08:31:16

Modified files:
	sysutils/ruby-facter: Makefile distinfo 
	sysutils/ruby-facter/patches: patch-lib_facter_memory_rb 
	                              patch-lib_facter_physicalprocessorcount_rb 
	                              patch-lib_facter_util_config_rb 
	                              patch-lib_facter_virtual_rb 
	                              patch-spec_unit_util_config_spec_rb 
	sysutils/ruby-facter/pkg: PLIST 
Removed files:
	sysutils/ruby-facter/patches: patch-lib_facter_ssh_rb 

Log message:
update to facter-2.0.1 (finally!),  please refer to the release notes for detailed
information about the changes:
http://docs.puppetlabs.com/facter/2.0/release_notes.html#facter-201


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/04 08:31:26

Modified files:
	sysutils/ruby-puppet: Makefile.inc 
	sysutils/ruby-puppet/3: Makefile distinfo 
	sysutils/ruby-puppet/3/patches: patch-lib_puppet_defaults_rb 
	                                patch-lib_puppet_provider_package_openbsd_rb 
	sysutils/ruby-puppet/3/pkg: PLIST 
Removed files:
	sysutils/ruby-puppet/3/patches: patch-install_rb 
	                                patch-lib_puppet_provider_mount_parsed_rb 
	                                patch-lib_puppet_provider_mount_rb 
	                                patch-lib_puppet_provider_ssh_authorized_key_parsed_rb 
	                                patch-lib_puppet_type_mount_rb 
	                                patch-lib_puppet_type_ssh_authorized_key_rb 
	                                patch-lib_puppet_type_sshkey_rb 

Log message:
update to puppet-3.5.0, please refer to the release notes for detailed
information about the changes:
http://docs.puppetlabs.com/puppet/latest/reference/release_notes.html#puppet-350


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/04 09:55:17

Modified files:
	usr.bin/mandoc : apropos.1 mandocdb.c mansearch.h 
	                 mansearch_const.c 

Log message:
Remember which names are in the NAME section.
This helps to find missing MLINKS.
Database build times do not change and database growth is minimal
(1.2% with -Q, 0.7% without -Q in /usr/share/man),
so making this optional would be pointless.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/04/04 10:10:42

Modified files:
	usr.sbin/smtpd : bounce.c config.c control.c dns.c enqueue.c 
	                 lka.c lka_session.c mda.c mfa.c mfa_session.c 
	                 mta.c mta_session.c queue.c scheduler.c smtp.c 
	                 smtp_session.c smtpctl.c smtpd.c smtpd.h 
	usr.sbin/smtpd/smtpd: Makefile 
Added files:
	usr.sbin/smtpd : pony.c 

Log message:
Merge the mda, mta and smtp processes into a single unprivileged
process managing message reception, delivery and transfer.  Mostly
mechanical, but very intrusive as it required to rewamp all IMSG to
fix ambiguities.

with and ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/04 10:43:09

Modified files:
	usr.bin/mandoc : mandocdb.c 

Log message:
Warn about missing mlinks.
This is really expensive, more than tripling database build times,
so only do it when the -p (picky) option was given, but none of the
following options were given: -Q (quick), -d, -u, or -t.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2014/04/04 11:53:49

Modified files:
	lang/swi-prolog/patches: patch-src_pl-funcs_h patch-src_test_pl 
	lang/swi-prolog/pkg: PFRAG.shared PLIST 
Added files:
	lang/swi-prolog/patches: patch-packages_clib_Makefile_in 
Removed files:
	lang/swi-prolog/patches: patch-packages_ssl_ssl4pl_c 
	                         patch-packages_zlib_Makefile_in 

Log message:
Update to SWI Prolog 6.6.4

OK ajacoutot@, benoit@

CVS choked last time I tried to commit this, so I hope it works...


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/04 12:23:07

Modified files:
	usr.bin/mandoc : mandocdb.c 

Log message:
In -p (picky) mode, warn unless each filename (aka mlink)
appears as a name in the NAME section.
While here, garbage collect two unused variables, both called "match".


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/04/04 13:44:02

Modified files:
	distrib/miniroot: install.sub 

Log message:
Change HTTP_PROXY back to http_proxy. This is an environment variable
for ftp(1) and not an install script global variable.

Pointed out by rpe@, and probably explains M. Lucas's problems of a
few days ago.

ok sthen@ halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/04 14:00:12

Modified files:
	sys/arch/alpha/pci: sio_pic.c 

Log message:
It seems that, when the on-board USB controller is an ALI M5237 USB and its
interrupt is routed through the ISA PIC, the interrupt is edge-triggered
(despite PCI interrupts being level-triggered).

Attempt to recognize this and correctly setup the PIC ELCR register to `edge'.

This allows ES40 systems (and maybe others, but apparently all the other alpha
systems with on-board M5237 correctly route its interrupt as a PCI interrupt)
to reliably boot multiuser without suffering from USB interrupt storms (this is
especially noticeable when using glass console which, unlike serial console,
does not trigger other interrupts to give other devices a chance to run).

However, this is not enough yet to allow for proper USB device usage; your
mileage may vary.

Tested by bluhm@ and me. Putting it early in the release cycle so that
regressions on other systems, if any, can hopefully get noticed soon enough.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/04 14:25:21

Modified files:
	sys/arch/hppa/hppa: machdep.c 

Log message:
If the PDC_COPROC call fails, and we are running on a PA 1.1 system, assume
the usual 1.1 coprocessor mask, instead of using zero and having every
userland process dying with signal 4.

The circumstances under which this call fails are unclear and could be
tied to specific PROM version (I have tried overzealous stack alignment and
other tricks, to no avail). Interestingly enough, the 715/75 system which
hits this problem, only triggers it when booting from disk, and never when
booting from network.

This diff is an ugly bandaid until the problem is better understood. Or maybe
it is not worth investigating, seeing that Linux hardcodes the coprocessor
mask and never issues PDC_COPROC calls; I wonder what HP/UX does.

In my tree for over 18 months; "Looks like a nice hack" deraadt@
715/75 system provided by Sebastiaan Indesteege, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/04 14:25:44

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

Log message:
fix header parsing issue in enqueuer leading to From: header being stripped
in some cases

ok eric@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/04 14:52:05

Modified files:
	sys/arch/mips64/include: cpu.h 
	sys/arch/mips64/mips64: pmap.c r4000_errata.c 

Log message:
Second step of the R4000 EOP errata WAR: when pmap invalidates a page which
is currently being covered by the wired TLB entries, flush them, so that,
if the process' pc is still running in a vulnerable page, the WAR will
reapply immediately and fault the next page.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/04 15:34:47

Modified files:
	usr.bin/ktrace : ktrace.c ltrace.1 

Log message:
Add the -t ktrace(1) option to ltrace(1), so that you can trigger both
library function call trace and other kernel events trace at the same time.

Suggested by kurt@ a long time ago, I have been sitting on this diff for no
good reason.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/04 17:13:17

Modified files:
	net/scamper    : Makefile distinfo 
	net/scamper/pkg: PLIST 

Log message:
update to scamper 20140404, and install convenience symlinks to use the
"multicall" support (scamper-ping, scamper-trace, scamper-tracelb etc).


CVSROOT:	/cvs
Module name:	ports
Changes by:	afresh1@cvs.openbsd.org	2014/04/04 22:27:55

Modified files:
	devel/p5-File-Find-Rule: Makefile distinfo 

Log message:
Update to File-Find-Rule-0.33

From Sergey Bronnikov


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/04/04 22:46:42

Modified files:
	.              : 55.html 

Log message:
more...


CVSROOT:	/cvs
Module name:	www
Changes by:	lteo@cvs.openbsd.org	2014/04/04 23:05:34

Modified files:
	.              : 55.html 

Log message:
More:
- OpenBSD/armv7 replaces OpenBSD/beagle
- new libevent-based identd
- tcpdump change should be listed in the userland network section


CVSROOT:	/cvs
Module name:	ports
Changes by:	afresh1@cvs.openbsd.org	2014/04/04 23:39:22

Log message:
    Import p5-Role-Tiny-1.003003
    
    From new maintainer Sergey Bronniko
    
    Status:
    
    Vendor Tag:	afresh1
    Release Tags:	afresh1_20140404
    
    N ports/devel/p5-Role-Tiny/Makefile
    N ports/devel/p5-Role-Tiny/distinfo
    N ports/devel/p5-Role-Tiny/pkg/DESCR
    N ports/devel/p5-Role-Tiny/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/04/04 23:42:07

Modified files:
	x11/herbstluftwm: Makefile distinfo 
	x11/herbstluftwm/pkg: PLIST 

Log message:
Update to 0.6.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	afresh1@cvs.openbsd.org	2014/04/04 23:44:11

Log message:
    Import p5-Import-Into-1.002000
    
    From new maintainer Sergey Bronniko
    
    Status:
    
    Vendor Tag:	afresh1
    Release Tags:	afresh1_20140404
    
    N ports/devel/p5-Import-Into/Makefile
    N ports/devel/p5-Import-Into/distinfo
    N ports/devel/p5-Import-Into/pkg/DESCR
    N ports/devel/p5-Import-Into/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	afresh1@cvs.openbsd.org	2014/04/04 23:50:32

Log message:
    Import p5-ExtUtils-Config-0.007
    
    From new maintainer Sergey Bronniko
    
    Status:
    
    Vendor Tag:	afresh1
    Release Tags:	afresh1_20140404
    
    N ports/devel/p5-ExtUtils-Config/Makefile
    N ports/devel/p5-ExtUtils-Config/distinfo
    N ports/devel/p5-ExtUtils-Config/pkg/DESCR
    N ports/devel/p5-ExtUtils-Config/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	afresh1@cvs.openbsd.org	2014/04/04 23:57:19

Log message:
    Import p5-ExtUtils-Helpers-0.022
    
    From new maintainer Sergey Bronniko
    
    Status:
    
    Vendor Tag:	afresh1
    Release Tags:	afresh1_20140404
    
    N ports/devel/p5-ExtUtils-Helpers/Makefile
    N ports/devel/p5-ExtUtils-Helpers/distinfo
    N ports/devel/p5-ExtUtils-Helpers/pkg/DESCR
    N ports/devel/p5-ExtUtils-Helpers/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	afresh1@cvs.openbsd.org	2014/04/05 00:04:56

Log message:
    Import p5-ExtUtils-BuildRC-0.005
    
    From new maintainer Sergey Bronniko
    
    Status:
    
    Vendor Tag:	afresh1
    Release Tags:	afresh1_20140404
    
    N ports/devel/p5-ExtUtils-BuildRC/Makefile
    N ports/devel/p5-ExtUtils-BuildRC/distinfo
    N ports/devel/p5-ExtUtils-BuildRC/pkg/DESCR
    N ports/devel/p5-ExtUtils-BuildRC/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	afresh1@cvs.openbsd.org	2014/04/05 00:06:18

Log message:
    Import p5-ExtUtils-InstallPaths-0.010
    
    From new maintainer Sergey Bronniko
    
    Status:
    
    Vendor Tag:	afresh1
    Release Tags:	afresh1_20140404
    
    N ports/devel/p5-ExtUtils-InstallPaths/Makefile
    N ports/devel/p5-ExtUtils-InstallPaths/distinfo
    N ports/devel/p5-ExtUtils-InstallPaths/pkg/DESCR
    N ports/devel/p5-ExtUtils-InstallPaths/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	afresh1@cvs.openbsd.org	2014/04/05 00:07:40

Log message:
    Import p5-Class-Method-Modifiers-2.10
    
    From new maintainer Sergey Bronniko
    
    Status:
    
    Vendor Tag:	afresh1
    Release Tags:	afresh1_20140404
    
    C ports/devel/p5-Class-Method-Modifiers/Makefile
    C ports/devel/p5-Class-Method-Modifiers/distinfo
    C ports/devel/p5-Class-Method-Modifiers/pkg/DESCR
    C ports/devel/p5-Class-Method-Modifiers/pkg/PLIST
    
    4 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jafresh1:yesterday -jafresh1 ports/devel/p5-Class-Method-Modifiers

CVSROOT:	/cvs
Module name:	ports
Changes by:	afresh1@cvs.openbsd.org	2014/04/05 00:20:05

Added files:
	devel/p5-Class-Method-Modifiers: Makefile distinfo 
	devel/p5-Class-Method-Modifiers/pkg: DESCR PLIST 

Log message:
Bring back p5-Class-Method-Modifiers-2.10

Needed now for p5-Moo

From new maintainer Sergey Bronniko


CVSROOT:	/cvs
Module name:	ports
Changes by:	afresh1@cvs.openbsd.org	2014/04/05 00:22:25

Log message:
    Import p5-indirect-0.31
    
    From new maintainer Sergey Bronniko
    
    Status:
    
    Vendor Tag:	afresh1
    Release Tags:	afresh1_20140404
    
    N ports/devel/p5-indirect/Makefile
    N ports/devel/p5-indirect/distinfo
    N ports/devel/p5-indirect/pkg/DESCR
    N ports/devel/p5-indirect/pkg/PLIST
    N ports/devel/p5-indirect/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/05 01:17:23

Modified files:
	devel/vte      : Makefile 
	devel/vte3     : Makefile 

Log message:
Add MODGNU_CONFIG_GUESS_DIRS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/05 01:53:03

Modified files:
	devel/p5-Role-Tiny/pkg: DESCR 

Log message:
tweak long DESCR


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/05 01:56:11

Modified files:
	devel/iso-codes: Makefile distinfo 
	devel/iso-codes/pkg: PLIST 

Log message:
update to iso-codes-3.52


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/05 02:23:19

Modified files:
	openssh        : index.html 

Log message:
We are already mirroring OpenBSD, so may as well add ourselves as a
mirror for OpenSSH.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/05 03:07:09

Modified files:
	devel/p5-indirect: Makefile 
	devel/p5-indirect/pkg: PLIST 
Removed files:
	devel/p5-indirect/pkg: PFRAG.shared 

Log message:
this is SHARED_ONLY, so merge PFRAG.shared into PLIST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/05 03:10:13

Modified files:
	devel/p5-Class-Method-Modifiers: Makefile 
	devel/p5-Class-Method-Modifiers/pkg: DESCR 

Log message:
simplify DESCR


CVSROOT:	/cvs
Module name:	www
Changes by:	stsp@cvs.openbsd.org	2014/04/05 04:33:05

Modified files:
	.              : 55.html 

Log message:
list changes related to installboot and softraid


CVSROOT:	/cvs
Module name:	www
Changes by:	stsp@cvs.openbsd.org	2014/04/05 05:10:37

Modified files:
	.              : 55.html 

Log message:
Mention various driver additions and changes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/05 05:56:10

Modified files:
	devel/p5-Module-Install: Makefile 

Log message:
groff not needed here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/05 06:36:58

Modified files:
	devel/p5-indirect: Makefile 

Log message:
oops, unbreak REVISION


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/04/05 06:49:27

Modified files:
	sys/dev/ic     : qla.c qlareg.h qlavar.h 

Log message:
set adapter buswidth according to the number of loop ids supported by the
firmware (2048 for 2k login firmware, 256 otherwise)

pointed out by deraadt@, ok dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/05 07:30:59

Modified files:
	sys/net        : if_pppx.c 

Log message:
Be sure to release rwlock when returning error in pppxclose().


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/05 07:43:16

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

Log message:
fix writing of multiline To and Cc headers

issue spotted, fix tested and okayed krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/05 07:55:46

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

Log message:
Update to glib2mm-2.39.93.


CVSROOT:	/cvs
Module name:	ports
Changes by:	afresh1@cvs.openbsd.org	2014/04/05 09:09:04

Log message:
    Import p5-strictures-1.005004
    
    From new maintainer Sergey Bronniko. OK sthen@
    
    Status:
    
    Vendor Tag:	afresh1
    Release Tags:	afresh1_20140405
    
    N ports/devel/p5-strictures/Makefile
    N ports/devel/p5-strictures/distinfo
    N ports/devel/p5-strictures/pkg/DESCR
    N ports/devel/p5-strictures/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	afresh1@cvs.openbsd.org	2014/04/05 09:09:46

Log message:
    Import p5-Moo-1.004002
    
    From new maintainer Sergey Bronniko. OK sthen@
    
    Status:
    
    Vendor Tag:	afresh1
    Release Tags:	afresh1_20140405
    
    N ports/devel/p5-Moo/Makefile
    N ports/devel/p5-Moo/distinfo
    N ports/devel/p5-Moo/pkg/DESCR
    N ports/devel/p5-Moo/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/05 09:22:29

Modified files:
	x11/gtk3mm     : Makefile distinfo 

Log message:
Update to gtk3mm-3.11.10.


CVSROOT:	/cvs
Module name:	ports
Changes by:	afresh1@cvs.openbsd.org	2014/04/05 09:34:27

Modified files:
	devel          : Makefile 

Log message:
+p5-Moo and dependencies
+p5-Class-Method-Modifiers
+p5-ExtUtils-BuildRC
+p5-ExtUtils-Config
+p5-ExtUtils-Helpers
+p5-ExtUtils-InstallPaths
+p5-Import-Into
+p5-Role-Tiny
+p5-indirect
+p5-strictures

OK sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	rpe@cvs.openbsd.org	2014/04/05 09:55:15

Modified files:
	.              : 55.html 

Log message:
consistently single quote dhcp options


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/05 10:33:14

Modified files:
	sys/arch/sparc64/conf: GENERIC RAMDISK RAMDISKU5 

Log message:
qla and qle are working well enough, so just delete use of isp.  don't
even comment the lines.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/05 10:33:54

Modified files:
	sys/arch/i386/conf: GENERIC RAMDISK RAMDISKB RAMDISKC RAMDISK_CD 

Log message:
enable hds, and give up on isp


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/05 10:34:10

Modified files:
	sys/arch/amd64/conf: GENERIC RAMDISK RAMDISK_CD 

Log message:
enable hds, and give up on isp


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/05 11:18:00

Modified files:
	sys/uvm        : uvm_pmemrange.c 

Log message:
Fix logic error and prevent theoretical infinite loop in the worst case scenario
in uvm_pmr_rootupdate(). Issue spotted and fix provided by Kieran Devlin.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/05 11:39:36

Modified files:
	x11/gnome/terminal: Makefile 
Removed files:
	x11/gnome/terminal/patches: patch-src_server_c 

Log message:
Remove local patch; UTF-8 is required for gnome-terminal.

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/05 14:33:38

Modified files:
	share/man/man7 : roff.7 
	usr.bin/mandoc : roff.c 
	regress/usr.bin/mandoc/roff/nr: Makefile 
Added files:
	regress/usr.bin/mandoc/roff/nr: rr.in rr.out_ascii 

Log message:
Implement the roff(7) .rr (remove register) request.
As reported by sthen@, the perl-5.18 pod2man(1) preamble
thinks cool kids use that in manuals.  I hope *you* know better.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/04/05 15:10:32

Modified files:
	faq/ports      : specialtopics.html 

Log message:
suggest a custom target in mk.conf for ease of calling gmdiff


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/05 15:17:48

Modified files:
	usr.bin/mandoc : term.c 

Log message:
bugfix: make sure all variables are properly initialized
when rendering .ll (line length) requests.  oops.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/04/05 15:41:06

Modified files:
	faq/ports      : specialtopics.html 

Log message:
tweak makefile fragment; cleaner output


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/05 16:14:59

Modified files:
	sysutils/entr  : Makefile 
Added files:
	sysutils/entr/patches: patch-entr_c 

Log message:
Support NOTE_TRUNCATE to allow entr to trigger on truncated files.
OK with Eric Radman (port maintainer/upstream).


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/04/06 00:37:56

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

Log message:
Update bluefish to 2.2.5.

from Marc Peters.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/06 04:51:23

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/patches: patch-data_Init_in 
	                       patch-data_PostSession_in 
	                       patch-data_PreSession_in 

Log message:
Finally unbreak GDM runtime -- it is fully working now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/06 05:31:21

Log message:
    import textproc/podofo, ok benoit@
    
    PoDoFo is a free portable C++ library which includes classes to parse a PDF
    file and modify its contents into memory. The changes can be written back to
    disk easily. PoDoFo is designed to avoid loading large PDF objects into
    memory until they are required and can write large streams immediately to
    disk, so it is possible to manipulate quite large files with it.
    
    Besides PDF parsing and writing PoDoFo includes also very simple classes
    to create your own PDF files.
    
    PoDoFo is primarily useful for applications that wish to do lower level
    manipulation of PDF, such as extracting content or merging files. It's also
    useful if your application has specific requirements for its PDF output that
    more general output-oriented libraries like Cairo cannot satisfy.
    
    Simple tools tuild around the PoDoFo library are also included. They are
    primarily examples on how to use the PoDoFo library in your own projects,
    but also offer some features for working with PDF files.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20140406
    
    N ports/textproc/podofo/Makefile
    N ports/textproc/podofo/distinfo
    N ports/textproc/podofo/pkg/PLIST
    N ports/textproc/podofo/pkg/DESCR
    N ports/textproc/podofo/patches/patch-src_base_PdfString_cpp
    N ports/textproc/podofo/patches/patch-CMakeLists_txt
    N ports/textproc/podofo/patches/patch-src_base_PdfXRefStream_cpp
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/06 05:32:04

Modified files:
	textproc/calibre: Makefile 
	textproc/calibre/patches: patch-setup_extensions_py 
	textproc/calibre/pkg: PLIST 

Log message:
remove the hack that permitted building without podofo


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/06 06:05:20

Modified files:
	audio/p5-Audio-MPD-Common: Makefile 
	audio/p5-Audio-MPD: Makefile 
	audio/p5-MPEG-Audio-Frame: Makefile 
	audio/p5-Music-Audioscrobbler-MPD: Makefile 
	audio/p5-Music-Audioscrobbler-Submit: Makefile 
	audio/p5-POE-Component-Client-MPD: Makefile 

Log message:
zap some unnecessary USE_GROFFs


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/06 06:09:15

Modified files:
	productivity/zeitgeist: Makefile 
	productivity/zeitgeist/patches: patch-libzeitgeist_log_vala 
Added files:
	productivity/zeitgeist/patches: 
	                                patch-libzeitgeist_where-clause_vala 

Log message:
Merge some patches from upstream to better deal with new glib2 and new vala.

ok jasper@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/04/06 06:15:26

Modified files:
	share/man/man8 : release.8 

Log message:
Don't suggest people use env(1) in conjunction with sudo.  It is
safer to have sudo set the variable so you get an error message if
it would fail.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/06 06:16:47

Modified files:
	x11/gtk+3      : Makefile 
Added files:
	x11/gtk+3/patches: patch-gtk_gtkapplication-dbus_c 
	                   patch-gtk_gtkflowbox_c patch-gtk_gtkoverlay_c 
	                   patch-gtk_gtktextbufferserialize_c 

Log message:
Merge some bug/crash fixes from upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/06 06:17:29

Modified files:
	devel/glib2    : Makefile 
Added files:
	devel/glib2/patches: patch-gio_gapplication_c 
	                     patch-gio_gnetworkmonitornetlink_c 

Log message:
Merge some relevant bug fixes from upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/06 06:52:25

Modified files:
	lang/php/5.4   : Makefile distinfo 

Log message:
update to PHP 5.4.27, ok robert@

- Core: Fixed bug #60602 (proc_open() changes environment array)
- Fileinfo: Fixed bug #66946 (fileinfo: extensive backtracking in awk rule
regular expression (CVE-2013-7345))
- FPM: Added clear_env configuration directive to disable clearenv() call.
- GMP: Fixed bug #66872 (invalid argument crashes gmp_testbit)
- Mail: Fixed bug #66535 (Don't add newline after X-PHP-Originating-Script)
- MySQLi: Fixed bug #66762 (Segfault in mysqli_stmt::bind_result() when
link closed)
- Openssl: Fixed bug #66833 (Default disgest algo is still MD5, switch to SHA1)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/06 06:53:41

Modified files:
	lang/php/5.5   : Makefile distinfo 
	lang/php/5.5/pkg: PLIST-main 

Log message:
update to PHP 5.5.11, ok robert@ - various bug fixes including
fileinfo CVE-2013-7345


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/06 06:53:50

Modified files:
	lang/php       : Makefile 

Log message:
build 5.5, ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/04/06 09:48:25

Modified files:
	www/bozohttpd  : Makefile distinfo 
	www/bozohttpd/patches: patch-Makefile 

Log message:
Update bozohttpd to 20140201.


CVSROOT:	/cvs
Module name:	src
Changes by:	jturner@cvs.openbsd.org	2014/04/06 09:54:32

Log message:
    Update sqlite to 3.8.4.3. Recommended update to fix a problem that might
    cause an incorrect query result and a potential buffer overread that
    could corrupt a database file. Further details here:
    http://sqlite.org/changes.html.
    
    "sure ok" landry@
    
    Status:
    
    Vendor Tag:	sqlite3
    Release Tags:	sqlite_3_8_4_3
    
    U src/lib/libsqlite3/sqlite3.pc.in
    U src/lib/libsqlite3/VERSION
    U src/lib/libsqlite3/addopcodes.awk
    U src/lib/libsqlite3/mkopcodec.awk
    U src/lib/libsqlite3/mkopcodeh.awk
    U src/lib/libsqlite3/ext/README.txt
    U src/lib/libsqlite3/ext/async/sqlite3async.c
    U src/lib/libsqlite3/ext/async/README.txt
    U src/lib/libsqlite3/ext/async/sqlite3async.h
    U src/lib/libsqlite3/ext/fts1/fts1_porter.c
    U src/lib/libsqlite3/ext/fts1/README.txt
    U src/lib/libsqlite3/ext/fts1/ft_hash.c
    U src/lib/libsqlite3/ext/fts1/ft_hash.h
    U src/lib/libsqlite3/ext/fts1/fts1.c
    U src/lib/libsqlite3/ext/fts1/fts1.h
    U src/lib/libsqlite3/ext/fts1/fts1_hash.c
    U src/lib/libsqlite3/ext/fts1/fts1_hash.h
    U src/lib/libsqlite3/ext/fts1/fts1_tokenizer.h
    U src/lib/libsqlite3/ext/fts1/fts1_tokenizer1.c
    U src/lib/libsqlite3/ext/fts1/fulltext.c
    U src/lib/libsqlite3/ext/fts1/fulltext.h
    U src/lib/libsqlite3/ext/fts1/simple_tokenizer.c
    U src/lib/libsqlite3/ext/fts1/tokenizer.h
    U src/lib/libsqlite3/ext/fts2/README.tokenizers
    U src/lib/libsqlite3/ext/fts2/README.txt
    U src/lib/libsqlite3/ext/fts2/fts2.c
    U src/lib/libsqlite3/ext/fts2/fts2.h
    U src/lib/libsqlite3/ext/fts2/fts2_hash.c
    U src/lib/libsqlite3/ext/fts2/fts2_hash.h
    U src/lib/libsqlite3/ext/fts2/fts2_icu.c
    U src/lib/libsqlite3/ext/fts2/fts2_porter.c
    U src/lib/libsqlite3/ext/fts2/fts2_tokenizer.c
    U src/lib/libsqlite3/ext/fts2/fts2_tokenizer.h
    U src/lib/libsqlite3/ext/fts2/fts2_tokenizer1.c
    U src/lib/libsqlite3/ext/fts2/mkfts2amal.tcl
    U src/lib/libsqlite3/ext/fts3/README.tokenizers
    U src/lib/libsqlite3/ext/fts3/README.content
    U src/lib/libsqlite3/ext/fts3/README.syntax
    U src/lib/libsqlite3/ext/fts3/fts3_porter.c
    U src/lib/libsqlite3/ext/fts3/README.txt
    U src/lib/libsqlite3/ext/fts3/fts3.c
    U src/lib/libsqlite3/ext/fts3/fts3.h
    U src/lib/libsqlite3/ext/fts3/fts3Int.h
    U src/lib/libsqlite3/ext/fts3/fts3_aux.c
    U src/lib/libsqlite3/ext/fts3/fts3_expr.c
    U src/lib/libsqlite3/ext/fts3/fts3_hash.c
    U src/lib/libsqlite3/ext/fts3/fts3_hash.h
    U src/lib/libsqlite3/ext/fts3/fts3_icu.c
    U src/lib/libsqlite3/ext/fts3/fts3_tokenize_vtab.c
    U src/lib/libsqlite3/ext/fts3/fts3_snippet.c
    U src/lib/libsqlite3/ext/fts3/fts3_term.c
    U src/lib/libsqlite3/ext/fts3/fts3_test.c
    U src/lib/libsqlite3/ext/fts3/fts3_tokenizer.c
    U src/lib/libsqlite3/ext/fts3/fts3_tokenizer.h
    U src/lib/libsqlite3/ext/fts3/fts3_tokenizer1.c
    U src/lib/libsqlite3/ext/fts3/fts3_unicode.c
    U src/lib/libsqlite3/ext/fts3/fts3_unicode2.c
    U src/lib/libsqlite3/ext/fts3/fts3_write.c
    U src/lib/libsqlite3/ext/fts3/fts3speed.tcl
    U src/lib/libsqlite3/ext/fts3/mkfts3amal.tcl
    U src/lib/libsqlite3/ext/fts3/tool/fts3view.c
    U src/lib/libsqlite3/ext/fts3/unicode/CaseFolding.txt
    U src/lib/libsqlite3/ext/fts3/unicode/UnicodeData.txt
    U src/lib/libsqlite3/ext/fts3/unicode/mkunicode.tcl
    U src/lib/libsqlite3/ext/icu/README.txt
    U src/lib/libsqlite3/ext/icu/icu.c
    U src/lib/libsqlite3/ext/icu/sqliteicu.h
    U src/lib/libsqlite3/ext/misc/percentile.c
    U src/lib/libsqlite3/ext/misc/amatch.c
    U src/lib/libsqlite3/ext/misc/closure.c
    U src/lib/libsqlite3/ext/misc/fuzzer.c
    U src/lib/libsqlite3/ext/misc/ieee754.c
    U src/lib/libsqlite3/ext/misc/nextchar.c
    U src/lib/libsqlite3/ext/misc/wholenumber.c
    U src/lib/libsqlite3/ext/misc/regexp.c
    U src/lib/libsqlite3/ext/misc/rot13.c
    U src/lib/libsqlite3/ext/misc/spellfix.c
    U src/lib/libsqlite3/ext/misc/totype.c
    U src/lib/libsqlite3/ext/misc/vfslog.c
    U src/lib/libsqlite3/ext/misc/vtshim.c
    U src/lib/libsqlite3/ext/rtree/rtree1.test
    U src/lib/libsqlite3/ext/rtree/README
    U src/lib/libsqlite3/ext/rtree/rtree.c
    U src/lib/libsqlite3/ext/rtree/rtree.h
    U src/lib/libsqlite3/ext/rtree/rtree_perf.tcl
    U src/lib/libsqlite3/ext/rtree/rtree2.test
    U src/lib/libsqlite3/ext/rtree/rtree3.test
    U src/lib/libsqlite3/ext/rtree/rtree4.test
    U src/lib/libsqlite3/ext/rtree/rtree5.test
    U src/lib/libsqlite3/ext/rtree/rtree6.test
    U src/lib/libsqlite3/ext/rtree/rtree7.test
    U src/lib/libsqlite3/ext/rtree/rtree8.test
    U src/lib/libsqlite3/ext/rtree/rtree9.test
    U src/lib/libsqlite3/ext/rtree/rtreeA.test
    U src/lib/libsqlite3/ext/rtree/rtreeB.test
    U src/lib/libsqlite3/ext/rtree/rtreeC.test
    N src/lib/libsqlite3/ext/rtree/rtreeD.test
    U src/lib/libsqlite3/ext/rtree/rtree_util.tcl
    U src/lib/libsqlite3/ext/rtree/sqlite3rtree.h
    U src/lib/libsqlite3/ext/rtree/tkt3363.test
    U src/lib/libsqlite3/ext/rtree/viewrtree.tcl
    U src/lib/libsqlite3/src/analyze.c
    U src/lib/libsqlite3/src/alter.c
    U src/lib/libsqlite3/src/memjournal.c
    U src/lib/libsqlite3/src/attach.c
    U src/lib/libsqlite3/src/auth.c
    U src/lib/libsqlite3/src/backup.c
    U src/lib/libsqlite3/src/bitvec.c
    U src/lib/libsqlite3/src/btmutex.c
    U src/lib/libsqlite3/src/btree.c
    U src/lib/libsqlite3/src/btree.h
    U src/lib/libsqlite3/src/btreeInt.h
    U src/lib/libsqlite3/src/build.c
    U src/lib/libsqlite3/src/callback.c
    U src/lib/libsqlite3/src/complete.c
    U src/lib/libsqlite3/src/ctime.c
    U src/lib/libsqlite3/src/date.c
    U src/lib/libsqlite3/src/delete.c
    U src/lib/libsqlite3/src/expr.c
    U src/lib/libsqlite3/src/fault.c
    U src/lib/libsqlite3/src/fkey.c
    U src/lib/libsqlite3/src/func.c
    U src/lib/libsqlite3/src/global.c
    U src/lib/libsqlite3/src/hash.c
    U src/lib/libsqlite3/src/hash.h
    U src/lib/libsqlite3/src/hwtime.h
    U src/lib/libsqlite3/src/insert.c
    U src/lib/libsqlite3/src/utf.c
    U src/lib/libsqlite3/src/journal.c
    U src/lib/libsqlite3/src/legacy.c
    U src/lib/libsqlite3/src/lempar.c
    U src/lib/libsqlite3/src/loadext.c
    U src/lib/libsqlite3/src/main.c
    U src/lib/libsqlite3/src/malloc.c
    U src/lib/libsqlite3/src/mem0.c
    U src/lib/libsqlite3/src/mem1.c
    U src/lib/libsqlite3/src/mem2.c
    U src/lib/libsqlite3/src/mem3.c
    U src/lib/libsqlite3/src/mem5.c
    U src/lib/libsqlite3/src/mutex_noop.c
    U src/lib/libsqlite3/src/mutex.c
    U src/lib/libsqlite3/src/mutex.h
    U src/lib/libsqlite3/src/test_multiplex.c
    U src/lib/libsqlite3/src/mutex_unix.c
    U src/lib/libsqlite3/src/mutex_w32.c
    U src/lib/libsqlite3/src/notify.c
    U src/lib/libsqlite3/src/os.c
    U src/lib/libsqlite3/src/os.h
    U src/lib/libsqlite3/src/os_common.h
    U src/lib/libsqlite3/src/os_unix.c
    U src/lib/libsqlite3/src/os_win.c
    U src/lib/libsqlite3/src/pager.c
    U src/lib/libsqlite3/src/pager.h
    U src/lib/libsqlite3/src/parse.y
    U src/lib/libsqlite3/src/pcache.c
    U src/lib/libsqlite3/src/pcache.h
    U src/lib/libsqlite3/src/pcache1.c
    U src/lib/libsqlite3/src/pragma.c
    U src/lib/libsqlite3/src/prepare.c
    U src/lib/libsqlite3/src/printf.c
    U src/lib/libsqlite3/src/random.c
    U src/lib/libsqlite3/src/resolve.c
    U src/lib/libsqlite3/src/rowset.c
    U src/lib/libsqlite3/src/select.c
    U src/lib/libsqlite3/src/sqlite.h.in
    U src/lib/libsqlite3/src/sqlite3.rc
    U src/lib/libsqlite3/src/sqlite3ext.h
    U src/lib/libsqlite3/src/sqliteInt.h
    U src/lib/libsqlite3/src/sqliteLimit.h
    U src/lib/libsqlite3/src/status.c
    U src/lib/libsqlite3/src/table.c
    U src/lib/libsqlite3/src/tclsqlite.c
    U src/lib/libsqlite3/src/test1.c
    U src/lib/libsqlite3/src/test2.c
    U src/lib/libsqlite3/src/test3.c
    U src/lib/libsqlite3/src/test4.c
    U src/lib/libsqlite3/src/test5.c
    U src/lib/libsqlite3/src/test6.c
    U src/lib/libsqlite3/src/test7.c
    U src/lib/libsqlite3/src/test8.c
    U src/lib/libsqlite3/src/test9.c
    U src/lib/libsqlite3/src/test_async.c
    U src/lib/libsqlite3/src/test_autoext.c
    U src/lib/libsqlite3/src/test_backup.c
    U src/lib/libsqlite3/src/test_btree.c
    U src/lib/libsqlite3/src/test_config.c
    U src/lib/libsqlite3/src/test_demovfs.c
    U src/lib/libsqlite3/src/test_devsym.c
    U src/lib/libsqlite3/src/test_fs.c
    U src/lib/libsqlite3/src/test_func.c
    U src/lib/libsqlite3/src/test_hexio.c
    U src/lib/libsqlite3/src/test_init.c
    U src/lib/libsqlite3/src/test_intarray.c
    U src/lib/libsqlite3/src/test_intarray.h
    U src/lib/libsqlite3/src/test_journal.c
    U src/lib/libsqlite3/src/test_loadext.c
    U src/lib/libsqlite3/src/test_malloc.c
    U src/lib/libsqlite3/src/vacuum.c
    U src/lib/libsqlite3/src/test_multiplex.h
    U src/lib/libsqlite3/src/test_mutex.c
    U src/lib/libsqlite3/src/test_onefile.c
    U src/lib/libsqlite3/src/test_osinst.c
    U src/lib/libsqlite3/src/util.c
    U src/lib/libsqlite3/src/test_pcache.c
    U src/lib/libsqlite3/src/test_quota.c
    U src/lib/libsqlite3/src/test_quota.h
    U src/lib/libsqlite3/src/test_rtree.c
    U src/lib/libsqlite3/src/test_schema.c
    U src/lib/libsqlite3/src/test_server.c
    U src/lib/libsqlite3/src/test_sqllog.c
    U src/lib/libsqlite3/src/test_stat.c
    U src/lib/libsqlite3/src/test_superlock.c
    U src/lib/libsqlite3/src/test_syscall.c
    U src/lib/libsqlite3/src/test_tclvar.c
    U src/lib/libsqlite3/src/test_thread.c
    U src/lib/libsqlite3/src/test_vfs.c
    U src/lib/libsqlite3/src/test_vfstrace.c
    U src/lib/libsqlite3/src/test_wsd.c
    U src/lib/libsqlite3/src/tokenize.c
    U src/lib/libsqlite3/src/trigger.c
    U src/lib/libsqlite3/src/update.c
    U src/lib/libsqlite3/src/vdbe.c
    U src/lib/libsqlite3/src/vdbe.h
    U src/lib/libsqlite3/src/vdbeInt.h
    U src/lib/libsqlite3/src/vdbeapi.c
    U src/lib/libsqlite3/src/vdbeaux.c
    U src/lib/libsqlite3/src/vdbeblob.c
    U src/lib/libsqlite3/src/vdbemem.c
    U src/lib/libsqlite3/src/vdbesort.c
    U src/lib/libsqlite3/src/vdbetrace.c
    U src/lib/libsqlite3/src/vtab.c
    U src/lib/libsqlite3/src/wal.c
    U src/lib/libsqlite3/src/wal.h
    U src/lib/libsqlite3/src/walker.c
    U src/lib/libsqlite3/src/where.c
    U src/lib/libsqlite3/src/whereInt.h
    U src/lib/libsqlite3/tool/build-all-msvc.bat
    U src/lib/libsqlite3/tool/build-shell.sh
    U src/lib/libsqlite3/tool/checkSpacing.c
    U src/lib/libsqlite3/tool/diffdb.c
    U src/lib/libsqlite3/tool/extract.c
    U src/lib/libsqlite3/tool/fast_vacuum.c
    U src/lib/libsqlite3/tool/fragck.tcl
    U src/lib/libsqlite3/tool/genfkey.README
    U src/lib/libsqlite3/tool/genfkey.test
    U src/lib/libsqlite3/tool/getlock.c
    U src/lib/libsqlite3/tool/lemon.c
    U src/lib/libsqlite3/tool/lempar.c
    U src/lib/libsqlite3/tool/logest.c
    U src/lib/libsqlite3/tool/mkautoconfamal.sh
    U src/lib/libsqlite3/tool/mkkeywordhash.c
    U src/lib/libsqlite3/tool/mkopts.tcl
    U src/lib/libsqlite3/tool/mkpragmatab.tcl
    U src/lib/libsqlite3/tool/mkspeedsql.tcl
    U src/lib/libsqlite3/tool/mksqlite3c-noext.tcl
    U src/lib/libsqlite3/tool/mksqlite3c.tcl
    U src/lib/libsqlite3/tool/mksqlite3h.tcl
    U src/lib/libsqlite3/tool/mksqlite3internalh.tcl
    U src/lib/libsqlite3/tool/mkvsix.tcl
    U src/lib/libsqlite3/tool/offsets.c
    U src/lib/libsqlite3/tool/omittest.tcl
    U src/lib/libsqlite3/tool/opcodeDoc.awk
    U src/lib/libsqlite3/tool/pagesig.c
    U src/lib/libsqlite3/tool/restore_jrnl.tcl
    U src/lib/libsqlite3/tool/rollback-test.c
    U src/lib/libsqlite3/tool/showdb.c
    U src/lib/libsqlite3/tool/showjournal.c
    U src/lib/libsqlite3/tool/showwal.c
    U src/lib/libsqlite3/tool/soak1.tcl
    U src/lib/libsqlite3/tool/space_used.tcl
    U src/lib/libsqlite3/tool/spaceanal.tcl
    U src/lib/libsqlite3/tool/speedtest.tcl
    U src/lib/libsqlite3/tool/speedtest16.c
    U src/lib/libsqlite3/tool/speedtest2.tcl
    U src/lib/libsqlite3/tool/speedtest8.c
    U src/lib/libsqlite3/tool/speedtest8inst1.c
    U src/lib/libsqlite3/tool/split-sqlite3c.tcl
    U src/lib/libsqlite3/tool/stack_usage.tcl
    U src/lib/libsqlite3/tool/symbols-mingw.sh
    U src/lib/libsqlite3/tool/symbols.sh
    U src/lib/libsqlite3/tool/tostr.awk
    U src/lib/libsqlite3/tool/vdbe-compress.tcl
    U src/lib/libsqlite3/tool/vdbe_profile.tcl
    U src/lib/libsqlite3/tool/warnings-clang.sh
    U src/lib/libsqlite3/tool/warnings.sh
    U src/lib/libsqlite3/tool/win/sqlite.vsix
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	jturner@cvs.openbsd.org	2014/04/06 09:55:11

Modified files:
	lib/libsqlite3 : sqlite3.pc 
	lib/libsqlite3/src: sqlite3.h 

Log message:
Regen .pc and header with new version info. Bump not needed, confirmed
by deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	chrisz@cvs.openbsd.org	2014/04/06 10:49:40

Modified files:
	sys/netinet    : in_pcb.c tcp_usrreq.c 
	sys/netinet6   : in6_pcb.c 

Log message:
Remove redundant call to in{,6}_pcbbind() from tcp PRU_CONNECT.
Make sure that in_pcbbind() is called from in_pcbconnect() by KASSERTing that
local port == 0 implies an unspecified local address.

OK claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/06 11:01:34

Modified files:
	net/rrdtool    : Makefile 
	net/rrdtool/files: rrdtool-chroot.sh 

Log message:
Remove MODRUBY_REV and switch to the default Ruby version now that packages
are available on a wider range of arches. Adjust comments in rrdtool-chroot
script (talk about "web server" rather than Apache).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/06 11:03:03

Modified files:
	multimedia/get_iplayer: Makefile distinfo 
	multimedia/get_iplayer/patches: patch-get_iplayer 

Log message:
update to get_iplayer 2.86


CVSROOT:	/cvs
Module name:	src
Changes by:	chrisz@cvs.openbsd.org	2014/04/06 11:13:23

Modified files:
	sys/netinet    : in_pcb.c in_pcb.h 

Log message:
factor out source and destination address mangling from in_pcbconnect()
for later reuse in udp_output().

"Apart from that OK" claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/06 11:16:35

Modified files:
	gnu/usr.bin/binutils-2.17/include/opcode: i386.h 
	gnu/usr.bin/binutils/include/opcode: i386.h 

Log message:
Add the missing addressing modes for the fucomip instruction. Surprisingly,
fucompi was correct.
Unbreaks www/webkit on i386.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	chrisz@cvs.openbsd.org	2014/04/06 11:40:36

Modified files:
	sys/netinet    : udp_usrreq.c 

Log message:
get rid of expensive temporary connect in udp_output().

Also fixes a possible memory leak where m doesn't get freed in bail case.

"lets do it like this" claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/04/06 12:28:35

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

Log message:
Clear the interrupt before reading the response queue pointer register in
the interrupt handler as well.  See rev 1.12.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/06 13:02:00

ports/productivity/impressive/patches

Update of /cvs/ports/productivity/impressive/patches
In directory cvs.openbsd.org:/tmp/cvs-serv25476/patches

Log Message:
Directory /cvs/ports/productivity/impressive/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/06 13:26:09

ports/graphics/py-graphics/patches

Update of /cvs/ports/graphics/py-graphics/patches
In directory cvs.openbsd.org:/tmp/cvs-serv32737/graphics/py-graphics/patches

Log Message:
Directory /cvs/ports/graphics/py-graphics/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/06 14:13:11

Modified files:
	audio/xmms2    : Makefile 
Added files:
	audio/xmms2/patches: patch-src_plugins_avcodec_avcodec_c 
	                     patch-src_plugins_avcodec_avcodec_compat_h 

Log message:
Update the avcodec plugin for newer FFmpeg API.

Tested by pascal@

ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/06 14:13:53

Modified files:
	multimedia/ffmpeg2theora: Makefile 
Added files:
	multimedia/ffmpeg2theora/patches: patch-src_ffmpeg2theora_c 

Log message:
Remove the use of deprecated API for FFmpeg.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/04/06 14:17:24

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

Log message:
Rework the command polling loop in a similar fashion as was done for qla(4).


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/06 14:24:01

Modified files:
	multimedia/libquicktime: Makefile 
Added files:
	multimedia/libquicktime/patches: patch-plugins_ffmpeg_audio_c 
	                                 patch-plugins_ffmpeg_params_c 
	                                 patch-plugins_ffmpeg_video_c 

Log message:
Update for newer FFmpeg API.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/06 15:10:19

Modified files:
	graphics/py-Pillow: Makefile distinfo 
	graphics/py-Pillow/patches: patch-setup_py 
	graphics/py-Pillow/pkg: PLIST 
Added files:
	graphics/py-Pillow/patches: patch-Scripts_player_py 
Removed files:
	graphics/py-Pillow/patches: patch-Scripts_pilfont_py 
	                            patch-_imagingft_c 

Log message:
update to py-Pillow 2.4.0. Commits to move py-Imaging users over to py-Pillow will follow (words of encouragement from landry@)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/06 15:10:22

Modified files:
	graphics       : Makefile 
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 
Removed files:
	graphics/py-Imaging: Makefile distinfo 
	graphics/py-Imaging/patches: patch-Scripts_pilfont_py 
	                             patch-Tk_tkImaging_c 
	                             patch-_imagingft_c 
	                             patch-selftest_py patch-setup_py 
	graphics/py-Imaging/pkg: DESCR PLIST 

Log message:
replace py-Imaging with py-Pillow


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/06 15:10:23

Modified files:
	geo/tilecache  : Makefile 

Log message:
add missing rdep and switch py-Imaging to py-Pillow


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/06 15:10:25

Modified files:
	games/fretsonfire: Makefile 
Added files:
	games/fretsonfire/patches: patch-src_Font_py 
	                           patch-src_Texture_py 

Log message:
switch from py-Imaging to py-Pillow, and mark BROKEN due to crashes at startup (same with py-Imaging)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/06 15:10:27

Modified files:
	productivity/impressive: Makefile distinfo 

Log message:
update to impressive 0.10.4, fixing a skewed display problem, and switch from py-Imaging to py-Pillow


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/06 15:10:30

Modified files:
	multimedia/moovida: Makefile.inc 
	graphics/comix : Makefile 
	graphics/comix/patches: patch-install_py patch-src_comix_py 
	graphics/asymptote: Makefile 
	games/mnemosyne: Makefile 
	graphics/py-matplotlib: Makefile 
	print/hplip    : Makefile 
	graphics/py-graphics: Makefile distinfo 
	textproc/calibre: Makefile 
	graphics/py-pyx: Makefile 
	print/py-reportlab/reportlab: Makefile 
	print/scribus  : Makefile 
	multimedia/moovida/core: Makefile 
	multimedia/moovida/plugins-ugly: Makefile 
	multimedia/moovida/plugins-good: Makefile 
	multimedia/moovida/plugins-bad: Makefile 
Added files:
	graphics/comix/patches: patch-mime_comicthumb 
	                        patch-src_histogram_py 
	                        patch-src_image_py patch-src_library_py 
	                        patch-src_thumbbar_py 
	                        patch-src_thumbnail_py 
	                        patch-src_thumbremover_py 
	graphics/py-graphics/patches: patch-PyGraphics_picture_py 
	graphics/py-pyx/patches: patch-examples_bitmap_pil_py 
	                         patch-pyx_epsfile_py patch-pyx_mesh_py 
	print/scribus/patches: 
	                       patch-scribus_plugins_scriptplugin_scripts_FontSample_py 
	multimedia/moovida/core/patches: 
	                                 patch-elisa_extern_coherence_covers_by_amazon_py 

Log message:
switch py-Imaging to py-Pillow, plus some "s/import Image/from PIL import Image/" patches where necessary


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2014/04/06 16:21:11

Modified files:
	www/chromium   : Makefile distinfo 

Log message:
update to 33.0.1750.152


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/04/06 17:16:19

Modified files:
	lang/seed7     : Makefile distinfo 

Log message:
Update to 20140406.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/06 18:21:28

Modified files:
	textproc/calibre: Makefile distinfo 
	textproc/calibre/pkg: PLIST 

Log message:
update to calibre 1.31.0


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/04/06 18:38:43

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

Log message:
ISP2322 chips need a different firmware image to other 2300s, so until we
add that, don't try loading firmware for them.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/06 19:13:13

Modified files:
	mail/postfix/snapshot: Makefile distinfo 

Log message:
Update to Postfix 2.12-20140321.

ok sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	brad@cvs.openbsd.org	2014/04/06 19:29:06

Modified files:
	.              : 55.html 

Log message:
Don't mention axen(4) as it isn't enabled yet and don't mention the
8168G support as it doesn't work unless using -current.


CVSROOT:	/cvs
Module name:	www
Changes by:	brynet@cvs.openbsd.org	2014/04/06 19:40:00

Modified files:
	.              : 55.html 

Log message:
Use  tags for C types.

not sure if ok, but committing.


CVSROOT:	/cvs
Module name:	www
Changes by:	brynet@cvs.openbsd.org	2014/04/06 20:25:21

Modified files:
	.              : 55.html 

Log message:
Revert previous, "not ok" :-)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/07 00:24:08

Modified files:
	sysutils/duplicity: Makefile 

Log message:
Missing RDEP; noticed by brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/07 00:24:25

Modified files:
	sysutils/ruby-shadow: Makefile distinfo 

Log message:
update to ruby-shadow-2.3.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/07 00:30:13

Modified files:
	devel/mspdebug : Makefile distinfo 

Log message:
update to mspdebug-0.22


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/07 00:41:49

Modified files:
	x11/wxSVG      : Makefile distinfo 

Log message:
Update to wxSVG 1.2.1.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/07 00:43:11

Modified files:
	sys/dev/pci/drm: drmP.h drm_drv.c 
	sys/dev/pci/drm/i915: intel_display.c 
	sys/dev/pci/drm/radeon: atombios_encoders.c evergreen.c ni.c 
	                        r100.c r300.c r420.c radeon.h 
	                        radeon_agp.c radeon_atombios.c 
	                        radeon_combios.c radeon_device.c 
	                        radeon_irq_kms.c radeon_kms.c 
	                        radeon_legacy_encoders.c 

Log message:
reduce the diff to linux for drm pci vid/pid tests
ok kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/07 00:43:12

Modified files:
	multimedia/dvdstyler: Makefile distinfo 
	multimedia/dvdstyler/pkg: PLIST 

Log message:
Update to DVDStyler 2.7.1.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/07 00:52:18

Added files:
	graphics/gegl/patches: patch-operations_external_ff-load_c 

Log message:
Update gegl to deal with newer FFmpeg API.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/07 02:01:37

Modified files:
	multimedia/ffmpeg-php: Makefile 
	multimedia/ffmpeg-php/patches: patch-ffmpeg_movie_c 

Log message:
Update ffmpeg-php to build with newer FFmpeg.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/04/07 02:27:24

Modified files:
	sys/arch/alpha/conf: GENERIC RAMDISKBIG 
	sys/arch/amd64/conf: GENERIC RAMDISK_CD 
	sys/arch/armish/conf: GENERIC RAMDISK 
	sys/arch/armv7/conf: GENERIC-IMX GENERIC-OMAP GENERIC-SUNXI 
	                     RAMDISK-IMX RAMDISK-OMAP RAMDISK-SUNXI 
	sys/arch/hppa/conf: GENERIC RAMDISK 
	sys/arch/hppa64/conf: GENERIC RAMDISK 
	sys/arch/i386/conf: GENERIC RAMDISK_CD 
	sys/arch/landisk/conf: GENERIC RAMDISK 
	sys/arch/loongson/conf: GENERIC RAMDISK 
	sys/arch/macppc/conf: GENERIC RAMDISK 
	sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 
	                   RAMDISK-IP27 RAMDISK-IP30 RAMDISK-IP32 
	sys/arch/socppc/conf: GENERIC 
	sys/arch/sparc64/conf: GENERIC RAMDISK 
	sys/arch/zaurus/conf: GENERIC RAMDISK 

Log message:
Add axen(4) wherever axe(4) is.

ok mpi@ yuo@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/04/07 02:43:54

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

Log message:
When iterating through fabric ports, start at our own port ID.  It doesn't
matter if we don't see ourselves, and if we pick another starting point, the
first port we see might disappear half way through (I have seen this happen),
which makes it more complicated to identify when we're back at the start.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/04/07 03:30:52

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Add Fresco Logic FL1400.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/04/07 03:31:35

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/07 03:55:41

Modified files:
	x11/gnome      : Makefile 

Log message:
+getting-started-docs
it's been forgotten since it was first imported


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/07 03:58:25

Modified files:
	share/termtypes: termtypes.master 

Log message:
Update termtypes.master to upstream terminfo-20140329.src.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/07 04:00:17

Modified files:
	meta/gnome     : Makefile 

Log message:
Do not depend on x11/gnome/initial-setup for now; it requires support for
locales and some systemd interfaces.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/07 04:04:17

Modified files:
	lib/libc/sys   : getsockopt.2 send.2 
	sys/compat/linux: linux_socket.c 
	sys/kern       : uipc_socket.c 
	sys/netinet    : in_pcb.c ip_divert.c ip_output.c ip_var.h 
	                 raw_ip.c tcp_output.c udp_usrreq.c 
	sys/netinet6   : in6_src.c ip6_divert.c 

Log message:
Retire kernel support for SO_DONTROUTE, this time without breaking
localhost connections.

The plan is to always use the routing table for addresses and routes
resolutions, so there is no future for an option that wants to bypass
it.  This option has never been implemented for IPv6 anyway, so let's
just remove the IPv4 bits that you weren't aware of.

Tested a least by lteo@, guenther@ and chrisz@, ok mikeb@, benno@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/07 04:17:47

Modified files:
	x11/gnome/icon-theme-symbolic: Makefile 

Log message:
Unfuck MODGNOME_TOOLS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/07 04:19:25

Modified files:
	x11/gnome/gdm  : Makefile 
Added files:
	x11/gnome/gdm/patches: patch-daemon_gdm-slave_c 

Log message:
gnome-initial-setup -> _gnome-initial-setup


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/07 04:30:32

Modified files:
	x11/gnome/initial-setup: Makefile 
	x11/gnome/initial-setup/patches: 
	                                 patch-gnome-initial-setup_Makefile_in 
Added files:
	x11/gnome/initial-setup/patches: 
	                                 patch-gnome-initial-setup_pages_keyboard_cc-input-chooser_c 
	                                 patch-gnome-initial-setup_pages_keyboard_gis-keyboard-page_c 
	                                 patch-gnome-initial-setup_pages_language_gis-language-page_c 
	                                 patch-gnome-initial-setup_pages_region_gis-region-page_c 

Log message:
Prevent initial-setup from crashing all over -- not for public consumption
yet.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/07 04:32:16

Modified files:
	usr.bin/tmux   : cmd-save-buffer.c 

Log message:
save-buffer needs to use O_TRUNC.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/07 05:57:24

Modified files:
	multimedia     : Makefile 
Removed files:
	multimedia/ffmpeg-php: Makefile distinfo 
	multimedia/ffmpeg-php/patches: patch-config_m4 
	                               patch-ffmpeg-php_c 
	                               patch-ffmpeg_errorhandler_c 
	                               patch-ffmpeg_errorhandler_h 
	                               patch-ffmpeg_frame_c 
	                               patch-ffmpeg_frame_h 
	                               patch-ffmpeg_movie_c 
	                               patch-ffmpeg_movie_h 
	                               patch-ffmpeg_tools_c 
	                               patch-ffmpeg_tools_h 
	                               patch-php_ffmpeg_h 
	multimedia/ffmpeg-php/pkg: DESCR PLIST 

Log message:
remove ffmpeg-php, the port hasn't worked since 2011 (only the ini file is
installed!) without anyone complaining, and needs patches for pretty much
every update to ffmpeg. "I won't cry over it" ajacoutout@ "me either" brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/07 06:31:47

Modified files:
	net/nagios/plugins: Makefile 
	net/nagios/plugins/pkg: DESCR-main PLIST-main 
Removed files:
	net/nagios/plugins/pkg: DESCR-ntp PLIST-ntp 

Log message:
rename nagios-plugins to monitoring-plugins, see
https://www.monitoring-plugins.org/archive/help/2014-January/006503.html
re: name change; keeping the same directory name for now

rework multipackages to use BUILD_PACKAGES

avoid unnecessary build dependencies

merge -ntp into -main, this plugin is now a standalone C implementation
rather than a perl script depending on ntpd.org tools


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/07 06:31:51

Modified files:
	net/nagios/p5-Nagios-Plugin: Makefile distinfo 
	net/nagios/p5-Nagios-Plugin/pkg: DESCR PLIST 

Log message:
switch from p5-Nagios-Plugin 0.36 to p5-Monitoring-Plugin 0.37

see https://www.monitoring-plugins.org/archive/help/2014-January/006503.html
re: name change; keeping the same directory name for now


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/07 06:32:20

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
handle nagios-plugins -> monitoring plugins renaming/merge


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/07 06:32:23

Modified files:
	net/icinga/core: Makefile 
	net/nagios/nagios: Makefile 
	net/nagios/check_bioctl: Makefile 
	net/nagios/check_hw_sensors: Makefile 
	net/nagios/check_openbgpd: Makefile 
	net/nagios/check_sip: Makefile 
	net/nagios/nrpe: Makefile 

Log message:
bump; nagios-plugins -> monitoring-plugins


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/07 06:40:14

Modified files:
	x11/gnome      : Makefile 

Log message:
-moserial


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/07 06:41:15

Removed files:
	x11/gnome/moserial: Makefile distinfo 
	x11/gnome/moserial/patches: patch-src_MainWindow_c 
	                            patch-src_SerialConnection_c 
	                            patch-src_Settings_c 
	x11/gnome/moserial/pkg: DESCR PLIST 

Log message:
remove moserial which unmaintained upstream and can be replaced
with gnome-terminal + tip.

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/07 06:41:27

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
record moserial removal


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/07 06:53:32

Modified files:
	www/webkit     : Makefile 

Log message:
unbreak on i386; thanks Miod!


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2014/04/07 07:46:06

Modified files:
	mail/zarafa    : Makefile.inc 
	mail/zarafa/zarafa: Makefile distinfo 
	mail/zarafa/zarafa/patches: 
	                            patch-ECtools_zarafa-admin_zarafa-admin_cpp 
	                            patch-ECtools_zarafa-monitor_zarafa-monitor_cpp 
	                            patch-ECtools_zarafa-search_ECAnalyzers_cpp 
	                            patch-ECtools_zarafa-search_ECIndexDB_cpp 
	                            patch-ECtools_zarafa-search_Makefile_in 
	                            patch-ECtools_zarafa-search_zarafa-search_cpp 
	                            patch-common_ECLogger_cpp 
	                            patch-common_ECLogger_h 
	                            patch-common_Makefile_in 
	                            patch-common_mapi_ptr_mapi_object_ptr_h 
	                            patch-common_platform_h 
	                            patch-common_platform_linux_h 
	                            patch-configure 
	                            patch-doc_Makefile_in 
	                            patch-doc_manual_xml 
	                            patch-installer_linux_dagent_cfg 
	                            patch-installer_linux_gateway_cfg 
	                            patch-installer_linux_search_cfg 
	                            patch-installer_linux_server_cfg 
	                            patch-installer_linux_spooler_cfg 
	                            patch-libfreebusy_Makefile_in 
	                            patch-provider_client_Makefile_in 
	                            patch-provider_contacts_Makefile_in 
	                            patch-provider_libserver_ECSession_cpp 
	                            patch-provider_libserver_Makefile_in 
	                            patch-provider_server_ECServer_cpp 
	                            patch-spooler_DAgent_cpp 
	                            patch-spooler_Spooler_cpp 
	                            patch-swig_icalmapi_i 
	mail/zarafa/zarafa/pkg: PLIST-main 
Added files:
	mail/zarafa/zarafa/patches: patch-inetmapi_Makefile_in 
	                            patch-libcalendar_src_OccurrenceData_h 

Log message:
update to 7.1.9


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2014/04/07 07:46:23

Modified files:
	mail/zarafa/webapp: Makefile distinfo 
	mail/zarafa/webapp/pkg: PLIST 

Log message:
update to 1.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2014/04/07 08:35:00

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

Log message:
Update wavpack to 4.70.0

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/07 08:51:26

Modified files:
	biology/p5-Bio-ASN1-EntrezGene: Makefile 
	comms/p5-SendPage: Makefile 
	converters/p5-Catalyst-Plugin-Charsets-Japanese: Makefile 
	converters/p5-Catalyst-View-JSON: Makefile 
	converters/p5-Convert-ASCII-Armour: Makefile 
	converters/p5-Convert-BinHex: Makefile 
	converters/p5-Convert-Binary-C: Makefile 
	converters/p5-JSON-XS-VersionOneAndTwo: Makefile 

Log message:
drop some USE_GROFF in perl ports where it's not needed


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/07 09:03:38

Modified files:
	devel/p5-Module-ScanDeps: Makefile 

Log message:
drop USE_GROFF here, not needed, and this takes groff out of the required
build deps for "CONFIGURE_STYLE=perl modinst" ports


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/07 09:05:12

Modified files:
	share/man/man7 : roff.7 
	usr.bin/mandoc : roff.c 
	regress/usr.bin/mandoc/roff/cond: numeric.in numeric.out_ascii 
	regress/usr.bin/mandoc/roff/nr: Makefile 
Added files:
	regress/usr.bin/mandoc/roff/nr: eval.in eval.out_ascii 

Log message:
Almost complete implementation of roff(7) numerical expressions.
Support all binary operators except ';' (scale conversion).
Fully support chained operations and nested parentheses.
Use this for the .nr, .if, and .ie requests.
While here, fix parsing of integer numbers in roff_getnum().


CVSROOT:	/cvs
Module name:	www
Changes by:	mpi@cvs.openbsd.org	2014/04/07 09:09:33

Modified files:
	.              : donations.html want.html 

Log message:
Maxim Belooussov sent me a xHCI PCIe card and Ryan Corder a laptop
with an integrated one.  Thank you very much!


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/07 09:34:27

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

Log message:
Use the `use_polling' hack to make sure usb_delay_ms() will not
call tsleep(9) on resume.  deraadt@ pointed that this not needed
for powerdown since `cold' is set.

Another approach would be to call delay() directly in the reset
functions, but let stay coherent with the other HC drivers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/07 09:38:25

Modified files:
	x11/gnome/shell: Makefile 
Added files:
	x11/gnome/shell/patches: patch-src_shell-global_c 

Log message:
Fix shell_global_reexec_self() on OpenBSD.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/07 09:39:01

Modified files:
	distrib/sets/lists/base: md.vax 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/04/07 09:49:22

Modified files:
	usr.bin/top    : top.c 

Log message:
Just exit if we get an error or HUP when poll()ing the keyboard.
Otherwise, top may spin when its tty goes away.  OK deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/07 10:05:53

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/patches: patch-daemon_gdm-session-worker_c 
	                       patch-data_Init_in 
	                       patch-data_PostSession_in 
	                       patch-data_PreSession_in 

Log message:
Revert previous and merge patch from upstream now that it's been fixed.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/07 10:29:06

Modified files:
	sys/arch/macppc/include: param.h 

Log message:
increase MSGBUFSIZE


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/04/07 10:59:43

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

Log message:
Remove description of old more's -d option which we haven't supported
for years.  OK jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/04/07 11:33:57

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

Log message:
Back out rev 1.30, our less does actually support the old-style more
-d flag.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/07 11:50:43

Modified files:
	usr.bin/mandoc : mandoc.c 

Log message:
Accept arbitrary argument delimiters for various roff(7) escape sequences.
Needed for example by the new Perl pod2man(1) preamble.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/07 11:57:56

Modified files:
	lib/libc/compat-43: sigblock.3 
	lib/libc/locale: towlower.3 
	lib/libc/net   : Makefile.inc getifaddrs.3 
	lib/libc/stdlib: rand.3 
	lib/libc/string: memchr.3 strerror.3 

Log message:
Add some missing names to the NAME sections.
For inet(3), go the other way, remove some bogus symlinks.
Found while testing the new makewhatis(8).
ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2014/04/07 13:32:03

Modified files:
	www/chromium   : Makefile 
	www/chromium/patches: 
	                      patch-chrome_browser_browser_process_impl_cc 
	                      patch-content_app_content_main_runner_cc 

Log message:
properly initialize the media filesystem registry to avoid a crash while
closing the settings/about/history pages


CVSROOT:	/cvs
Module name:	src
Changes by:	chrisz@cvs.openbsd.org	2014/04/07 13:51:15

Modified files:
	sys/netinet    : udp_usrreq.c 

Log message:
In udp_output() also use the correct source address in case of an unbound socket.

OK claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/04/07 13:55:46

Modified files:
	usr.sbin/iscsid: control.c iscsid.c iscsid.h 

Log message:
To win the startup race on the control socket we need to listen to it as
well only then the connect() call from iscsictl will not fail. Move listen()
into the init function and rename control_listen() to control_event_init()
since it is now only doing that.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/04/07 14:12:02

Added files:
	usr.bin/less   : more.1 

Log message:
First cut at a separate more(1), based on the 4.4BSD more.1.
There are a number of commands listed that POSIX does not specify
which we may want to remove or at least document as extensions.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/07 15:00:00

Modified files:
	usr.bin/mandoc : roff.c 
	regress/usr.bin/mandoc/roff/ds: Makefile 
Added files:
	regress/usr.bin/mandoc/roff/ds: nested.in nested.out_ascii 

Log message:
We already supported (outer) user-defined strings containing references
to other (inner) user-defined strings in their values, such that the inner
ones get expanded at expansion time of the outer ones (delayed evaluation).
Now we also support specifying the name of an (outer) user-defined
string to expand using the expanded values of some other (inner)
user-defined strings (indirect reference).


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2014/04/07 15:16:45

Modified files:
	sysutils/syslog-ng: Makefile 

Log message:
disable geoip for now, it was picked up by configure
spotted by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/07 15:41:50

Modified files:
	share/man/man3 : intro.3 

Log message:
add heimbase; description from (and ok) ajacoutot


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/07 15:42:56

Modified files:
	usr.bin/ktrace : ktrace.c 

Log message:
add -t to usage() for ltrace;


CVSROOT:	/cvs
Module name:	src
Changes by:	andre@cvs.openbsd.org	2014/04/07 15:54:13

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

Log message:
- Remove a enumerator for supported sensors, makes better usage of our usb api;
- Allocate/enable sensors wich match both: the static usage table of supported
usage IDs and the usages supported by the device;
- Do not attach when no sensors can be allocated;
- Makes device querying smarter: query the device just once for values stored
in the same reportid reply payload.
- Use sensor_status.

ok mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/07 15:57:12

Modified files:
	usr.bin/less   : more.1 

Log message:
some initial cleanup;


CVSROOT:	/cvs
Module name:	src
Changes by:	andre@cvs.openbsd.org	2014/04/07 16:20:43

Modified files:
	sys/arch/alpha/conf: GENERIC 
	sys/arch/armish/conf: GENERIC 
	sys/arch/hppa/conf: GENERIC 
	sys/arch/i386/conf: GENERIC 
	sys/arch/landisk/conf: GENERIC 
	sys/arch/loongson/conf: GENERIC 
	sys/arch/socppc/conf: GENERIC 
	sys/arch/zaurus/conf: GENERIC 

Log message:
Enable upd(4) on archs where uhidev(4) is present, requested by mpi@.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/04/07 17:32:41

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

Log message:
Add MSI support for xhci(4). Also add a quirk for some of the Fresco
Logic controllers, taken from the Linux kernel.

ok mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	chris@cvs.openbsd.org	2014/04/07 17:55:21

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

Log message:
Remove baloney about OpenBSD lacking USB 3.0 xhci support


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/04/07 17:57:27

Modified files:
	lib/libssl/src/ssl: d1_both.c t1_lib.c 

Log message:
cherrypick fix for CVE-2014-0160 "heartbleed" vulnerability from
OpenSSL git; ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/04/07 18:55:03

Modified files:
	lib/libssl/src/ssl: Tag: OPENBSD_5_3 d1_both.c t1_lib.c 

Log message:
MFC:
cherrypick fix for CVE-2014-0160 "heartbleed" vulnerability from
OpenSSL git; ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/04/07 18:55:23

Modified files:
	lib/libssl/src/ssl: Tag: OPENBSD_5_4 d1_both.c t1_lib.c 

Log message:
MFC:
cherrypick fix for CVE-2014-0160 "heartbleed" vulnerability from
OpenSSL git; ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/04/07 18:55:39

Modified files:
	lib/libssl/src/ssl: Tag: OPENBSD_5_5 d1_both.c t1_lib.c 

Log message:
MFC:
cherrypick fix for CVE-2014-0160 "heartbleed" vulnerability from
OpenSSL git; ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/04/07 19:13:09

Modified files:
	share/man/man4 : usb.4 axen.4 

Log message:
Remove mentioning the 178a chipset until support is actually added/enabled.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/04/07 19:18:19

Modified files:
	share/man/man4 : mos.4 smsc.4 
	share/man/man4/man4.armv7: cpsw.4 

Log message:
driver pages shouldn't be mentioning ukphy.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/07 19:36:50

Modified files:
	share/man/man7 : roff.7 
	usr.bin/mandoc : mandoc.c roff.c 
	regress/usr.bin/mandoc/roff/esc: Makefile 
Added files:
	regress/usr.bin/mandoc/roff/esc: B.in B.out_ascii w.in 
	                                 w.out_ascii 

Log message:
Fully implement the \B (validate numerical expression) and
partially implement the \w (measure text width) escape sequence
in a way that makes them usable in numerical expressions and in
conditional requests, similar to how \n (interpolate number register)
and \* (expand user-defined string) are implemented.

This lets mandoc(1) handle the baroque low-level roff code
found at the beginning of the ggrep(1) manual.
Thanks to pascal@ for the report.


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2014/04/07 20:10:04

Modified files:
	.              : plus.html 

Log message:
plus.html for March 22-30, ok from jj@ (who also spotted april fool's joke that snuck in).


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/04/07 20:21:17

Modified files:
	.              : errata53.html errata54.html errata55.html 

Log message:
release patches for 5.3, 5.4, and upcoming 5.5:
Missing bounds checking in OpenSSL's implementation of the TLS/DTLS
heartbeat extension (RFC6520) which can result in a leak of memory
contents.
To get ahead of a misconception... this does not affect SSH at all...


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/04/07 20:25:33

Modified files:
	sys/arch/hppa/conf: GENERIC RAMDISK 
	sys/arch/zaurus/conf: GENERIC RAMDISK 

Log message:
Add rgephy(4) for axe(4) and axen(4).


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/07 21:15:27

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

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/04/07 21:25:04

Modified files:
	.              : errata53.html errata54.html 

Log message:
oops, pre-5.5 is unsignified


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/07 22:26:53

Modified files:
	sys/net        : if_pppx.c 

Log message:
Revert 1.27 and 1.28, but make sure to initialize the pxd_unit field correctly
in pppxopen(). ok dlg@ yasuoka@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/07 22:40:29

Modified files:
	usr.bin/mandoc : mdoc_term.c 

Log message:
If the SYNOPSIS section contains an excessively long .Nm,
adjust the right margin to avoid running into an assertion;
output in that case now agrees with groff, too.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/07 22:45:50

Modified files:
	regress/usr.bin/mandoc/mdoc/Bl: diag.in diag.out_ascii hang.in 
	                                hang.out_ascii tag.in 
	                                tag.out_ascii 
	regress/usr.bin/mandoc/mdoc/Fo: break.in break.out_ascii 
	regress/usr.bin/mandoc/mdoc/Nm: Makefile 
	regress/usr.bin/mandoc/man/HP: Makefile 
Added files:
	regress/usr.bin/mandoc/mdoc/Nm: long.in long.out_ascii 
	regress/usr.bin/mandoc/man/HP: break.in break.out_ascii 

Log message:
more tests for excessively long text in TERMP_NOBREAK mode


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/08 01:13:01

Modified files:
	usr.bin/mandoc : man_term.c mdoc_term.c term.c term.h 
	regress/usr.bin/mandoc/man/IP: Makefile 
	regress/usr.bin/mandoc/man/TP: Makefile 
Added files:
	regress/usr.bin/mandoc/man/IP: longhead.in longhead.out_ascii 
	regress/usr.bin/mandoc/man/TP: longhead.in longhead.out_ascii 

Log message:
Add a new term_flushln() flag TERMP_BRIND (if break, then indent)
to control indentation of continuation lines in TERMP_NOBREAK mode.
In the past, this was always on; continue using it
for .Bl, .Nm, .Fn, .Fo, and .HP, but no longer for .IP and .TP.

I looked at this because sthen@ reported the issue in a manual
of a Perl module from ports, but it affects base, too: This patch
reduces groff-mandoc differences in base by more than 15%.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/08 03:02:52

Modified files:
	sys/arch/amd64/pci: vga_post.c 
	sys/arch/i386/pci: vga_post.c 

Log message:
No need for 


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/08 03:34:23

Modified files:
	sys/arch/hppa/dev: mem.c sti_sgc.c 
	sys/arch/hppa/hppa: genassym.cf machdep.c mainbus.c pmap.c 
	                    trap.c vm_machdep.c 
	sys/arch/hppa64/dev: mem.c 
	sys/arch/hppa64/hppa64: genassym.cf machdep.c mainbus.c trap.c 
	                        vm_machdep.c 
	sys/arch/hppa64/include: pmap.h 

Log message:
Less 


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/08 04:19:21

Modified files:
	geo/gmapcatcher: Makefile 

Log message:
missed commit for py-Imaging -> py-Pillow (it's BROKEN anyway but
sqlports noticed)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/08 04:20:26

Modified files:
	.              : INDEX 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/08 06:11:37

Modified files:
	print/cups-filters: Makefile distinfo 

Log message:
Update to cups-filters-1.0.52.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/08 06:22:48

Modified files:
	www/squid      : Makefile.inc 
	www/squid/snapshot: Makefile distinfo 
	www/squid/snapshot/patches: patch-configure_ac 
	                            patch-src_Makefile_am 
	                            patch-src_cf_data_pre 
	                            patch-src_client_side_reply_cc 
	www/squid/snapshot/pkg: DESCR-main PLIST-main 
	www/squid/stable: Makefile distinfo 
	www/squid/stable/patches: patch-acinclude_compiler-flags_m4 
	                          patch-bootstrap_sh patch-configure_ac 
	                          patch-helpers_external_acl_wbinfo_group_ext_wbinfo_group_acl_pl_in 
	                          patch-src_Makefile_am 
	                          patch-src_cf_data_pre 
	                          patch-src_client_side_reply_cc 
	                          patch-src_squid_8_in 
	www/squid/stable/pkg: PLIST-ldap PLIST-main PLIST-ntlm 
	                      README-main squid.rc 
Removed files:
	www/squid/stable/patches: 
	                          patch-helpers_basic_auth_DB_config_test 
	                          patch-helpers_external_acl_SQL_session_config_test 
	                          patch-helpers_log_daemon_DB_config_test 

Log message:
switch squid/stable to the 3.4 branch, and update squid/snapshot to a
recent snapshot from the 3.5 branch


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/08 06:28:48

Modified files:
	security/gnutls: Makefile distinfo 

Log message:
Bugfix update to gnutls-3.2.13.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/08 06:44:57

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

Log message:
zero-fill static buffer before use in DSN code

diff from Sunil Nimmagadda, ok eric@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/08 07:23:51

Modified files:
	sys/arch/sparc/sparc: iommu.c pmap.c 

Log message:
Fewer !


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/04/08 07:26:28

Modified files:
	usr.bin/sudo   : sudoers 

Log message:
add an error detection mechanism. People not used to doing ports often mess
up their sudo configuration, and end up telling us that "flavors are broken".
Add an explicit env variable that's there just to catch that early, to be
bumped each time sudoers need to be adjusted.

okay sthen@, matthieu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/04/08 07:29:34

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
makes it impossible to build ports if your sudo setup is incorrect, instead
of working haphazardly half the time.

NOTE: you *must* fix your sudoers for ports to keep working, make sure you
are able to pass thru SUDO_PORT_V1 ! (and the rest that's already there)

okay matthieu@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/08 07:42:35

Modified files:
	x11/gnome/settings-daemon: Makefile 
Added files:
	x11/gnome/settings-daemon/patches: 
	                                   patch-plugins_datetime_gsd-timezone-monitor_c 
	                                   patch-plugins_keyboard_gsd-keyboard-manager_c 

Log message:
Bring a couple of bugfixes from upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/08 07:59:32

Modified files:
	graphics/jbigkit: Makefile distinfo 
	graphics/jbigkit/patches: patch-Makefile patch-libjbig_Makefile 
	                          patch-pbmtools_Makefile 
Removed files:
	graphics/jbigkit/patches: patch-pbmtools_jbgtopbm_c 

Log message:
SECURITY update to jbigkit 2.1 (no ABI change)

- fixed a buffer-overflow vulnerability in the jbig.c decoder,
reported by Florian Weimer (Red Hat): CVE-2013-6369

- fixed ability of corrupted input data to force jbig85.c decoder
into an end-less loop

- fixed a bug in the processing of private deterministic-prediction
tables (DPPRIV=1) in jbig.c decoder

- fixed integer-type mismatches in printf arguments on 64-bit systems

- fuzz-testing script added


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/08 08:04:11

Modified files:
	lib/libc/gen   : sysconf.c 
	sbin/sysctl    : sysctl.c 
	usr.bin/systat : vmstat.c 
	usr.bin/top    : machine.c 
	usr.bin/vmstat : vmstat.c 
	usr.sbin/snmpd : mib.c 

Log message:
Use VM_UVMEXP instead of VM_METER for memory usages and directly
include  where it is needed instead of relying on
it being included by .

miod@ likes it, ok guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/08 08:20:01

Modified files:
	lib/libutil    : bcrypt_pbkdf.c 

Log message:
fix an error in the stride calculations. the math only works for multiples
of the stride. don't overwrite past the end of the buffer, and also save
that amount for later so the array is completely filled. ok deraadt djm

reported by Dmitry Chestnykh (dchest)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/08 09:22:44

Modified files:
	databases/evolution-data-server: Makefile 
Added files:
	databases/evolution-data-server/patches: 
	                                         patch-addressbook_backends_google_e-book-backend-google_c 
	                                         patch-addressbook_backends_google_e-book-google-utils_c 
	                                         patch-addressbook_libebook-contacts_e-vcard_c 
	                                         patch-camel_providers_imapx_camel-imapx-folder_c 
	                                         patch-camel_providers_imapx_camel-imapx-server_c 
	                                         patch-camel_providers_imapx_camel-imapx-settings_c 
	                                         patch-libedataserver_e-source-registry_c 
	                                         patch-services_evolution-source-registry_evolution-source-registry_c 

Log message:
Start unbreaking the evolution stack by merging relevant commits from
upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/08 09:23:15

Modified files:
	mail/evolution : Makefile 
Added files:
	mail/evolution/patches: 
	                        patch-addressbook_gui_widgets_e-minicard_c 
	                        patch-calendar_gui_dialogs_comp-editor_c 
	                        patch-calendar_gui_e-day-view_c 
	                        patch-calendar_importers_icalendar-importer_c 
	                        patch-e-util_e-config_c 
	                        patch-e-util_e-file-request_c 
	                        patch-e-util_e-photo-cache_c 
	                        patch-e-util_e-send-options_c 
	                        patch-e-util_e-table-column-specification_c 
	                        patch-e-util_e-table-field-chooser-item_c 
	                        patch-e-util_e-table-header-item_c 
	                        patch-e-util_e-table-item_c 
	                        patch-e-util_evolution-source-viewer_c 
	                        patch-e-util_test-source-selector_c 
	                        patch-mail_e-mail-backend_c 
	                        patch-mail_e-mail-config-service-notebook_c 
	                        patch-mail_e-mail-config-window_c 
	                        patch-mail_e-mail-display_c 
	                        patch-mail_e-mail-reader_c 
	                        patch-mail_em-folder-tree_c 
	                        patch-modules_addressbook_autocompletion-config_c 
	                        patch-modules_text-highlight_e-mail-formatter-text-highlight_c 
	                        patch-plugins_bbdb_bbdb_c 
	                        patch-shell_e-shell-searchbar_c 

Log message:
Start unbreaking the evolution stack by merging relevant commits from
upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/08 09:24:00

Modified files:
	x11/gnome/controlcenter: Makefile 
Added files:
	x11/gnome/controlcenter/patches: 
	                                 patch-panels_info_cc-info-panel_c 

Log message:
Do not display the "Check for updates" button; it makes no sense for us.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/08 09:24:21

Modified files:
	x11/gnome/shell: Makefile 
	x11/gnome/shell/patches: patch-src_shell-global_c 

Log message:
Sync patch with the one on BZ.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/04/08 09:25:43

Modified files:
	usr.sbin/smtpd : queue.c scheduler.c 

Log message:
use correct imsg

ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2014/04/08 10:31:11

Removed files:
	www/chromium/patches: 
	                      patch-chrome_browser_browser_process_impl_h 

Log message:
remove bogus patch


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/04/08 10:39:01

Modified files:
	.              : security.html 

Log message:
add links


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/08 11:23:41

Modified files:
	devel/gobject-introspection: Makefile 
Removed files:
	devel/gobject-introspection/patches: patch-giscanner_utils_py 

Log message:
Drop local path that forces libtool path.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/08 11:25:06

Modified files:
	multimedia/gstreamer-0.10/core: Makefile 
	multimedia/gstreamer-0.10/plugins-base: Makefile 
	multimedia/gstreamer1/core: Makefile 
	multimedia/gstreamer1/plugins-bad: Makefile 
	multimedia/gstreamer1/plugins-base: Makefile 
	graphics/clutter/clutter-gst: Makefile 
	x11/gnome/online-accounts: Makefile 

Log message:
Unbreak after libtool patch removal from g-o-i.

big thank to jasper@ for running a bulk against all g-o-i ports


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/08 11:25:35

Modified files:
	x11/gnome      : gnome.port.mk 

Log message:
Bump go-i.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/08 11:27:13

Modified files:
	x11/gnome/terminal: Makefile 
Added files:
	x11/gnome/terminal/patches: patch-src_server_c 

Log message:
Fix su/sudo detection (upstream).


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/08 12:48:41

Modified files:
	sys/msdosfs    : msdosfs_vnops.c 
	sys/sys        : vnode.h 
	sys/ufs/ext2fs : ext2fs_readwrite.c 
	sys/ufs/ffs    : ffs_vnops.c 
	sys/uvm        : uvm_vnode.c 

Log message:
add IO_NOCACHE flag to vop_write arguments, which in turn sets B_NOCACHE
on the written buffers. Use the flag for writes from the page daemon to
ensure that we free buffers written out by the page daemon rather than
caching them.
ok kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/04/08 12:55:59

Modified files:
	devel/libgtop2 : Makefile 
	devel/libgtop2/patches: patch-sysdeps_openbsd_mem_c 

Log message:
switch from VM_METER to VM_UVMEXP; ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/04/08 12:56:52

Modified files:
	audio/xmms     : Makefile 
Added files:
	audio/xmms/patches: patch-xmms_bmp_c 

Log message:
Fix CVE-2007-0653, CVE-2007-0654.
Integer overflow and underflow allows user-assisted remote attackers
to execute arbitrary code via crafted header information in a skin
bitmap image, which triggers memory corruption.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/08 13:11:58

Modified files:
	util/macros    : ChangeLog INSTALL configure configure.ac 
	                 xorg-macros.m4.in 

Log message:
Update to xorg-macros 1.19.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/08 13:46:24

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/08 14:09:46

Modified files:
	regress/lib/libutil/bcrypt_pbkdf: bcrypt_pbkdf_test.c 

Log message:
add a test for writing too far


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/08 14:14:25

Modified files:
	lib/libc/crypt : bcrypt.c 

Log message:
use char * for strings, saving casts. add return codes to base64 functions


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2014/04/08 15:05:06

Modified files:
	net/zabbix     : Makefile distinfo 
	net/zabbix/pkg : PLIST-web 
Removed files:
	net/zabbix/patches: patch-src_libs_zbxsysinfo_openbsd_swap_c 

Log message:
update to 2.2.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	gonzalo@cvs.openbsd.org	2014/04/08 15:24:28

Modified files:
	x11/smtube     : Makefile distinfo 
	x11/smtube/pkg : PLIST 

Log message:
Update to latest version, adapt for Youtube changes.

diff from giovanni@ thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/08 16:39:02

Modified files:
	usr.bin/less   : more.1 

Log message:
various fixes for the options list, and use the same Nd as less (which was
also historical more's);

feedback/ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2014/04/08 17:18:21

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

Log message:
Build libgcc without SSP.  With the new SSP-strong heuristics,
_moddi3.o gets protected and landisk bootblocks got broken.
Fundamentally this causes a link dependency on libc that we'll not
always be able to satisfy.  Spotted by deraadt@.
OK matthew@, kettenis@, guenther@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/08 18:39:49

Modified files:
	telephony/asterisk-sounds/core-sounds: Makefile.inc 
	telephony/asterisk-sounds/core-sounds/pkg: PLIST-en PLIST-en_AU 
	                                           PLIST-en_GB PLIST-es 
	                                           PLIST-fr PLIST-it 
	                                           PLIST-ru 

Log message:
fix conflict markers, update problem reported by brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/08 18:41:03

Modified files:
	telephony/asterisk-sounds/extra-sounds: Makefile.inc 
	telephony/asterisk-sounds/extra-sounds/pkg: PLIST-en PLIST-en_GB 
	                                            PLIST-fr 

Log message:
fix conflict markers, same as update problem with core-sounds reported by brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/08 18:41:47

Modified files:
	telephony/asterisk-sounds/moh-opsound: Makefile 
	telephony/asterisk-sounds/moh-opsound/pkg: PLIST 

Log message:
fix conflict markers, same as update problem with core-sounds reported by brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2014/04/08 21:34:49

Modified files:
	lang/racket    : Makefile distinfo 
	lang/racket/pkg: DESCR PLIST README 
Added files:
	lang/racket/patches: patch-racket_src_configure 
Removed files:
	lang/racket/patches: patch-src_configure 
	                     patch-src_racket_sconfig_h 
	                     patch-src_racket_src_eval_c 
	                     patch-src_racket_src_module_c 
	                     patch-src_racket_src_mzstkchk_h 
	                     patch-src_racket_src_schpriv_h 
	lang/racket/pkg: PFRAG.amd64 

Log message:
Update to racket 6, plus some additional changes.

Tested by bcallah@ (i386), jturner@ (amd64) and me (both platforms).

Help and OK from jturner@ to an old similar diff. Change from
RUN_DEPENDS to LIB_DEPENDS of some deps suggested by sthen@ and OK
from him.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/04/08 21:59:28

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

Log message:
some mild knf


CVSROOT:	/cvs
Module name:	www
Changes by:	lteo@cvs.openbsd.org	2014/04/08 22:26:49

Modified files:
	.              : 55.html 

Log message:
Improve spacing and formatting; also move several items related to ports
and packages into their own section for consistency with the rest of the
page


CVSROOT:	/cvs
Module name:	www
Changes by:	lteo@cvs.openbsd.org	2014/04/08 22:36:14

Modified files:
	.              : 55.html 

Log message:
Move several items related to the installer to a new "Installer improvements"
section


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/04/08 23:00:28

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

Log message:
remove an abstraction that just wraps a straight malloc on attach for
the sc_devs array.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/08 23:57:59

Modified files:
	usr.bin/less   : more.1 

Log message:
update ENVIRONMENT; ok millert


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/04/09 00:13:24

Modified files:
	.              : 55.html 

Log message:
attempt to clarify difference between miniroot55.fs and install55.fs (this is the one containing sets)


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2014/04/09 00:16:05

Modified files:
	editors/libreoffice/patches: patch-configure_ac 
	                             patch-liborcus_UnpackedTarball_liborcus_mk 
Added files:
	editors/libreoffice/patches: 
	                             patch-i18npool_source_collator_data_ko_charset_txt 
	                             patch-i18npool_source_collator_data_zh_TW_charset_txt 

Log message:
disable the ko and zh_TW collator charset until the issue with ICU 5.3
is fixed upstream: https://bugs.freedesktop.org/show_bug.cgi?id=77071


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2014/04/09 00:27:56

Modified files:
	net/zabbix     : Makefile 
	net/zabbix/pkg : zabbix_agentd.rc 

Log message:
remove pexp from the zabbix_agentd as it does not change it's process title
anymore, noted and a different diff sent by rivo nurges 


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/09 00:30:26

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
I have seen a Hitachi ISP2100 in the wild, and next time do not want
to scan for the product ID again.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/09 00:30:38

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/04/09 00:36:33

Modified files:
	sys/dev/pci    : pcireg.h 

Log message:
apparently NVM is a type of mass storage now


CVSROOT:	/cvs
Module name:	src
Changes by:	chrisz@cvs.openbsd.org	2014/04/09 02:44:08

Modified files:
	sys/netinet6   : udp6_output.c 

Log message:
Fix m_freem(NULL) in error case.

OK claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2014/04/09 04:10:57

Modified files:
	usr.bin/ftp    : fetch.c 

Log message:
If TLS validation is on, retrieve the server TLS certificate and
check the server hostname against the subjectAltName extension field
and/or the CommonName DN portion.  ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/09 06:19:53

Modified files:
	x11/gnome/controlcenter/patches: 
	                                 patch-panels_info_cc-info-panel_c 

Log message:
Pushed upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/09 06:30:41

Modified files:
	x11/qt4        : Makefile 

Log message:
Add textproc/icu4c to run_depends since it gets dlopen'd.

ok espie@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/04/09 06:47:23

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

Log message:
remove useless define for banner

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/09 06:51:15

Modified files:
	lib/libssl     : cert.pem 

Log message:
Use root CAs that are used by TeleSec (Deutsche Telekom AG):

- Baltimore CyberTrust Root
- Deutsche Telekom Root CA 2
- T-TeleSec GlobalRoot Class 2
- T-TeleSec GlobalRoot Class 3

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/09 08:24:21

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

Log message:
mark as xsi;


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2014/04/09 08:33:39

Modified files:
	lib/libssl     : cert.pem 

Log message:
Remove CA certificates which are not listed in Mozilla's certdata.txt.
Notably this removes CAcert who it turns out have strict requirements on
redistribution (http://www.cacert.org/policy/RootDistributionLicense.php)
which we don't meet.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/04/09 08:56:08

Modified files:
	.              : 55.html 

Log message:
sparc: 4681 packages


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/09 09:20:36

Modified files:
	print/foo2zjs  : Makefile distinfo 
	print/foo2zjs/patches: patch-getweb_in 

Log message:
Update to foo2zjs-20140408.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/04/09 09:23:49

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

Log message:
need to change imsg type before forwarding.

reported by jturner@
ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/09 09:34:33

Modified files:
	usr.bin/less   : more.1 

Log message:
update COMMANDS to only reflect those specified by posix; ok millert


CVSROOT:	/cvs
Module name:	ports
Changes by:	gonzalo@cvs.openbsd.org	2014/04/09 09:59:46

Modified files:
	www/wordpress  : Makefile distinfo 

Log message:
Security update for Wordpress:

http://wordpress.org/news/2014/04/wordpress-3-8-2/

same diff from kili@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/09 10:14:41

Modified files:
	usr.bin/less   : more.1 

Log message:
add EXIT STATUS; ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/04/09 12:55:19

Modified files:
	usr.sbin/smtpd : config.c control.c filter_api.c pony.c smtp.c 
	                 smtp_session.c smtpd.c smtpd.h 
	usr.sbin/smtpd/smtpd: Makefile 

Log message:
Zap the mfa process. It is not currently doing anything, and content filtering
will be done at session level anyway.

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/04/09 13:12:45

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

Log message:
display correct imsg when profiling is on and if the type was changed


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2014/04/09 13:23:55

Modified files:
	mail/sylpheed  : Makefile distinfo 
	mail/sylpheed/pkg: PLIST 
Removed files:
	mail/sylpheed/pkg: PFRAG.shared 

Log message:
update sylpheed to 3.4.1.
ok juanfra@ and Amit Kulkarni.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/09 13:47:51

Modified files:
	www/squid/stable: Makefile 

Log message:
missed a bump when I moved this from snapshots/ to stable/, thanks naddy@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/09 14:21:16

Modified files:
	driver/xf86-video-ati: ChangeLog Makefile.bsd-wrapper aclocal.m4 
	                       configure configure.ac 
	driver/xf86-video-ati/man: radeon.man 
	driver/xf86-video-ati/src: ati_pciids_gen.h drmmode_display.c 
	                           evergreen_exa.c 
	                           evergreen_textured_videofuncs.c 
	                           r600_exa.c radeon.h 
	                           radeon_bo_helper.c 
	                           radeon_chipinfo_gen.h 
	                           radeon_chipset_gen.h radeon_dri2.c 
	                           radeon_drm.h radeon_exa_funcs.c 
	                           radeon_glamor.c radeon_glamor.h 
	                           radeon_kms.c radeon_pci_chipset_gen.h 
	                           radeon_pci_device_match_gen.h 
	                           radeon_probe.c radeon_probe.h 
	                           radeon_video.c 
	driver/xf86-video-ati/src/pcidb: ati_pciids.csv 

Log message:
Update to xf86-video-ati 7.3.0. Tested by jsg@ ajacoutot@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2014/04/09 14:35:58

Modified files:
	usr.bin/ftp    : Tag: OPENBSD_5_5 fetch.c 

Log message:
SECURITY fix: the ftp(1) client would fail to check the server hostname
when connecting to an https website. This allowed any trusted CA-signed
certificate to impersonate any other website.  ok sthen@ deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	jca@cvs.openbsd.org	2014/04/09 14:36:50

Modified files:
	.              : errata55.html security.html 

Log message:
errata and security entries for the ftp(1) https flaw in 5.5.
Help from and ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2014/04/09 14:45:57

Modified files:
	sysutils/resmon: Makefile 

Log message:
Bump after the nagios-plugins -> monitoring-plugins change.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/09 14:50:03

Modified files:
	usr.bin/mg     : file.c 

Log message:
Revert 1.93, it breaks permission checks.
"go for it" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/04/09 14:50:36

Modified files:
	usr.bin/less   : optfunc.c 

Log message:
In "more" mode, POSIX says the command specified by the -p option
should apply to every edited file, not just the first one.  It is
equivalent to less's ++ option.  Patch sent to upstream.  OK shadchin@


CVSROOT:	/cvs
Module name:	www
Changes by:	jca@cvs.openbsd.org	2014/04/09 15:09:26

Modified files:
	.              : errata53.html errata54.html errata55.html 

Log message:
Link to the online manpages for pflow(4) and ftp(1). ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/09 15:10:35

Modified files:
	sys/arch/mips64/include: trap.h 
	sys/arch/mips64/mips64: db_machdep.c exception_tfp.S 
	                        tlbhandler.S trap.c 

Log message:
Make trapDump() take the printf-like function as a 2nd parameter.
No functional change; helps non-released kernels with extra debugging code (-:


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2014/04/09 15:20:33

Modified files:
	lang/racket    : Makefile 

Log message:
Fix name of libuniaue in WANTLIB to unbreak the build.

ok jturner@ juanfra@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/09 15:42:39

Modified files:
	usr.bin/less   : more.1 

Log message:
- move the "more is less" blurb to a more relevant place
- document in STANDARDS that we do not have an equivalent "skip" command

ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/09 15:49:31

Modified files:
	usr.bin/mandoc : mandocdb.c mansearch.c mansearch.h 
	                 mansearch_const.c 

Log message:
After careful gprof(1)ing of the new apropos(1), move the descriptions
back from the keys table to the mpages table:  I found a good way
to still use them in searches, without complication of the code.

On my notebook, this reduces typical apropos(1) search times by about 40%,
it reduces /usr/share/man database size by 6% in makewhatis(8) -Q mode
and by 2% in standard mode (less overhead storing pointers to mpages),
and it doesn't measurably change database build times (may even be
going down by a percent or so because less data is being copied
around in ohashes).


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/09 15:56:26

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

Log message:
tweak STANDARDS; ok millert sobrado


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/04/09 16:11:33

Modified files:
	www/apache-httpd: Makefile distinfo 
	www/apache-httpd/patches: patch-docs_man_suexec_8 
	www/apache-httpd/pkg: PLIST 

Log message:
Update www/apache-httpd to 2.2.17.
Fixes CVE-2014-0098 and CVE-2013-6438 among other changes.
ok sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/04/09 16:53:20

Modified files:
	usr.bin/less   : more.1 

Log message:
The -p option now matches POSIX.  With jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/09 18:50:58

Modified files:
	net/samba      : Makefile 
	net/samba/patches: patch-nsswitch_wbinfo_c 
	                   patch-source3_lib_netapi_group_c 
	                   patch-source3_lib_netapi_user_c 
	                   patch-source3_rpc_client_cli_lsarpc_c 
	                   patch-source3_rpc_client_cli_pipe_c 
	                   patch-source3_rpcclient_cmd_samr_c 
	                   patch-source3_smbd_lanman_c 
	                   patch-source3_utils_net_rpc_c 
Added files:
	net/samba/patches: patch-source3_auth_check_samsec_c 
	                   patch-source3_rpc_server_samr_srv_samr_chgpasswd_c 
	                   patch-source3_rpc_server_samr_srv_samr_nt_c 

Log message:
Fix a security issue with Samba..

Password lockout not enforced for SAMR password changes. CVE-2013-4496

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/04/09 19:28:33

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

Log message:
marking the isr as MPSAFE snuck in with r1.76.

while it might be ok (and hasnt actually blown up since i committed
that) id rather review the code and enable it explicitely.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/09 19:40:04

Modified files:
	sys/uvm        : uvm_map.c 

Log message:
rename waitable to waitok as suggested by kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/09 20:45:04

Modified files:
	usr.bin/mandoc : mandocdb.c mansearch.c mansearch.h 
	                 mansearch_const.c 

Log message:
Next speed optimization step for the new apropos(1).
Split manual names out of the common "keys" table into their
own "names" table.  This reduces standard apropos(1) search
times (i.e. searching for names and descriptions only) by
typically about 70% for the full /usr/share/man database.
(Yes, that multiplies with the previous optimization step,
so both together have reduced search times by a factor of
more than six.  I'm not done yet, expect more to come.)

Even with the minimal databases built with makewhatis(8) -Q,
this step still reduces search times by 15-20%.  For both cases,
database sizes and build times hardly change (+/-2%).


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2014/04/09 20:55:58

Modified files:
	.              : errata34.html 

Log message:
 -->  from ropers at gmail


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2014/04/09 21:15:34

Modified files:
	.              : errata35.html 

Log message:
validation errors: & -> &  ahref -> a href, extra 


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2014/04/09 21:18:48

Modified files:
	.              : errata22.html errata24.html errata25.html 
	                 errata26.html errata27.html errata28.html 
	                 errata29.html errata30.html errata31.html 
	                 errata33.html 

Log message:
validation: stray s, quotes


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2014/04/09 23:32:52

Modified files:
	textproc/pod2mdoc: Makefile distinfo 

Log message:
Update to pod2mdoc-0.0.11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/09 23:43:26

Modified files:
	devel/glib2    : Makefile 
Added files:
	devel/glib2/patches: patch-glib_gstrfuncs_c 

Log message:
g_str_has_prefix: don't call strlen(str) (BZ #727890).
This prevents a segfault when using WebKit browsers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2014/04/10 00:04:42

Modified files:
	emulators/fceux: Makefile distinfo 
	emulators/fceux/patches: patch-SConstruct 
	emulators/fceux/pkg: PLIST 
Added files:
	emulators/fceux/patches: patch-fceux_desktop 

Log message:
Update to fceux-2.2.2.

ok benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/10 00:13:04

Modified files:
	www/gnash      : Makefile 
	www/gnash/patches: patch-libmedia_ffmpeg_AudioDecoderFfmpeg_cpp 
	                   patch-libmedia_ffmpeg_MediaParserFfmpeg_cpp 
	                   patch-libmedia_ffmpeg_VideoDecoderFfmpeg_cpp 
	                   patch-libmedia_ffmpeg_ffmpegHeaders_h 
	                   patch-macros_ffmpeg_m4 
Added files:
	www/gnash/patches: patch-configure_ac 
	                   patch-libmedia_ffmpeg_AudioResamplerFfmpeg_cpp 
	                   patch-libmedia_ffmpeg_AudioResamplerFfmpeg_h 
	                   patch-libmedia_ffmpeg_VideoDecoderFfmpegVaapi_cpp 
	                   patch-libmedia_ffmpeg_VideoDecoderFfmpegVaapi_h 
	                   patch-libmedia_ffmpeg_VideoDecoderFfmpeg_h 

Log message:
Back port updated FFmpeg backend for Gnash to bring in some
bug fixes and deal with newer FFmpeg.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2014/04/10 00:32:48

Modified files:
	games/openttd  : Makefile distinfo 
	games/openttd/pkg: PLIST 

Log message:
Update to openttd-1.4.0.

Changelog for 1.4.0 at:
http://vcs.openttd.org/svn/changeset?new=26378%40trunk%2Fchangelog.txt&old=26137%40trunk%2Fchangelog.txt

comments + ok kirby@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/10 00:42:21

Modified files:
	usr.bin/less   : more.1 

Log message:
remove some obsolescent text and tweak -p slightly; ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	kili@cvs.openbsd.org	2014/04/10 00:50:29

Modified files:
	gnu/usr.bin/perl: hv.c 

Log message:
Revive the fix for Perl RT bug 116441 (null dereference affecting
mod_perl).

ok sthen@ millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/10 01:29:06

Modified files:
	devel/glib2    : Makefile 
Added files:
	devel/glib2/patches: patch-configure_ac 
	                     patch-gio_gtlscertificate_c 
	                     patch-gobject_Makefile_in 

Log message:
Bring a couple fixes from upstream:
- fix certificate list parsing with trailing comments
- never unload libgobject (fixes a segfault under some circumstances)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/10 02:45:07

Modified files:
	devel/glib2    : Makefile 
	devel/glib2/patches: patch-configure_ac 

Log message:
Do not force -pthread in LDFLAGS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/10 03:13:01

Modified files:
	devel/glib2    : Makefile 
	devel/glib2/patches: patch-configure_ac 

Log message:
Unset LIBS to that configure checks that unset LDFLAGS do not fail because
of not being able to find libintl.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/10 05:27:53

Modified files:
	mail/evolution : Makefile 

Log message:
Tweak comment, no pkg change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/04/10 05:59:08

Modified files:
	shells/bash    : Makefile distinfo 

Log message:
update to 4.3 patchlevel 8


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/04/10 06:25:22

Modified files:
	shells/bash    : Makefile 

Log message:
don't require bison, patch (005) contains changes to y.tab.c


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/10 07:38:19

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
drop ftp.esaynet.be from MASTER_SITE_MYSQL, from Donovan Watteau


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/10 07:47:21

Modified files:
	share/man/man9 : Makefile 
	sys/net        : if.c route.c route.h 
	sys/netinet    : in.c 
	sys/netinet6   : in6.c 
Added files:
	share/man/man9 : rt_ifa_add.9 

Log message:
Retire rtinit() an use rt_ifa_add(9) and rt_ifa_del(9) to manage
connected routes to prefixes/hosts.

Since the introduction of rt_ifa_addloop(9) and rt_ifa_delloop(9),
rtinit() was just a wrapper, so use the underlying functions
directly and document them.

Inputs from and ok mikeb@, manpage tweaks from jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/10 07:48:24

Modified files:
	sys/kern       : vfs_bio.c vfs_subr.c 
	sys/sys        : buf.h 

Log message:
pull the bufcache freelist code out into separate functions to allow new
algorithms to be tested. in the process, drop support for unused B_AGE and
b_synctime options.
previous versions ok beck deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/10 07:55:55

Modified files:
	sys/net        : route.c 

Log message:
Don't use ifa_ifwithnet() with obvious sockaddr_dl argument.  This
function should not deal with link-layer addresses and here there's
no reason to do it.

ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/10 08:03:57

Modified files:
	usr.bin/mg     : cscope.c 

Log message:
fix fd leaks in error paths missed last time around


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/10 08:19:38

Modified files:
	devel/glib2/patches: patch-glib_gstrfuncs_c 

Log message:
Committed upstream.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2014/04/10 08:36:25

Modified files:
	sys/netinet    : if_ether.c 

Log message:
notify userland when arp entry is removed;  ok mpi


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/10 08:37:10

Modified files:
	devel/libgtop2/patches: patch-sysdeps_openbsd_mem_c 

Log message:
Re-add comment that got removed in previous commit.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/04/10 08:44:03

Modified files:
	www/liferea    : Makefile distinfo 

Log message:
Bugfix update to 1.10.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/04/10 10:01:12

Modified files:
	lang/io        : Makefile 
	lang/io/pkg    : PLIST 

Log message:
Add explicit dependency on net/loudmouth.

Issue found by naddy@, OK naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/10 10:08:02

Modified files:
	sbin/iked      : iked.h ikev2.c ikev2_msg.c ikev2_pld.c 

Log message:
Add validation routines to ikev2_pld.c: For each payload type overall
header structure is checked for sanity before copying the header.
Always pass down the number of remaining bytes in the payload or
substructure so we can always ensure to not go beyond actual data.
Also remove the quick parsing step as it does not provide a real
benefit anymore.

From Hans-Joerg Hoexer

ok mikeb@ markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/10 10:52:02

Modified files:
	devel/glib2    : Makefile 
Added files:
	devel/glib2/patches: patch-gio_gapplication-tool_c 

Log message:
Unbreak gapplication-tool (upstream).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/10 11:15:34

Modified files:
	print/cups     : Makefile distinfo 
	print/cups/pkg : PLIST-libs PLIST-main 

Log message:
SECURITY update to cups-1.7.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/10 11:48:02

Modified files:
	lib/libssl/src/ssl: s3_pkt.c 

Log message:
don't release the read buffer if we're not done reading from it.
ok benno deraadt


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/04/10 12:03:22

Modified files:
	build          : support.dat 

Log message:
update from wesley at aise.re


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/10 12:03:44

Modified files:
	lib/libssl/ssl : Makefile 

Log message:
disable buf freelists. we'll see what happens next.
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/10 12:09:08

Modified files:
	lib/libssl/ssl : Makefile 

Log message:
Disable Segglemann's RFC520 hearbeat.

I am completely blown away that the same IETF that cannot efficiently
allocate needed protocol, service numbers, or other such things when
they are needed, can so quickly and easily rubber stamp the addition
of a 64K Covert Channel in a critical protocol.  The organization
should look at itself very carefully, find out how this this happened,
and everyone who allowed this to happen on their watch should be
evicted from the decision making process.  IETF, I don't trust you.

ok tedu markus


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/10 12:09:25

Modified files:
	lib/libssl/ssl : shlib_version 

Log message:
crank major; struct ssl_ctx_st changes; ok tedu


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/10 12:10:16

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.macppc md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/10 13:01:37

Modified files:
	lib/libssl/src/ssl: s3_pkt.c 

Log message:
Piotr Sikora pointed me at a more refined diff for the buffer release
issue. Apply that version. Maybe someday upstream will wake up and then
we can have the same code.
https://rt.openssl.org/Ticket/Display.html?id=2167&user=guest&pass=guest


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/04/10 13:27:51

Modified files:
	build          : groups.skel support.skel 

Log message:
www is dead, use misc


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/04/10 13:28:07

Modified files:
	.              : support.html groups.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/10 14:00:27

Modified files:
	lib/libssl/ssl : Makefile 

Log message:
oops, typo, spotted by Matthias Scheler


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/04/10 14:20:16

Modified files:
	lang/newlisp   : Makefile distinfo 
	lang/newlisp/patches: patch-configure-alt 
	lang/newlisp/pkg: PLIST 
Removed files:
	lang/newlisp/patches: patch-newlisp_h 

Log message:
Update to 10.6.0
ok jturner@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/04/10 18:06:30

Modified files:
	sys/net        : route.c 

Log message:
Fix tree breakage.

With r1.160 route.c needs #include  because bsd.rd and
friends don't pull in netmpls/mpls.h which is how bsd[.mp] get it.

ok deraadt@ guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/10 20:56:41

Modified files:
	sbin/pfctl     : pfctl.c 

Log message:
fix a use after free in an error path
ok henning@ mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/10 20:58:08

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

Log message:
fix a use after free in an error path
ok gilles@


CVSROOT:	/cvs
Module name:	www
Changes by:	lteo@cvs.openbsd.org	2014/04/10 21:52:48

Modified files:
	.              : 55.html 

Log message:
- Mention that the Broadcom multi-touch trackpads supported by the
ubcmtp(4) driver are found on newer Apple laptops
- IPv6 transmit TCP checksum offload in bge(4)
- IPv6 transmit TCP/UDP checksum offload in jme(4)
- IPv6 rdomain support
- staticly linked -> statically linked
- uhts(4) man page no longer exists so unlink it


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2014/04/10 22:08:58

Modified files:
	lib/libpcap    : CHANGES README ethertype.h gencode.h llc.h 
	                 pcap-int.h pcap-namedb.h pcap.h ppp.h 

Log message:
Zap CVS $Header tags, reduces diff with upstream's repo

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/10 22:47:26

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

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	brad@cvs.openbsd.org	2014/04/10 23:05:48

Modified files:
	.              : 55.html 

Log message:
Remove the bge(4) entry as it was disabled before the release.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/04/10 23:09:31

Modified files:
	devel/py-hgtools: Makefile distinfo 

Log message:
Update py-hgtools to 5.3.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/11 00:09:29

Modified files:
	sys/dev/pci/drm: radeon_drm.h 

Log message:
sync with libdrm 2.4.53


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2014/04/11 00:15:17

Modified files:
	lib/libdrm     : Makefile.inc xf86drmMode.c 

Log message:
update to libdrm 2.4.53
For us the only code change is some new radeon_drm.h defines
as the xf86drmMode.c change is ifdef __FreeBSD__.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2014/04/11 00:16:39

Modified files:
	.              : 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/11 01:00:27

Modified files:
	print/cups     : Tag: OPENBSD_5_4 Makefile 
Added files:
	print/cups/patches: Tag: OPENBSD_5_4 patch-scheduler_client_c 

Log message:
SECURITY: The scheduler now blocks URLs containing embedded HTML
http://www.cups.org/str.php?L4356


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/11 01:01:22

Modified files:
	print/cups     : Tag: OPENBSD_5_5 Makefile 
Added files:
	print/cups/patches: Tag: OPENBSD_5_5 patch-scheduler_client_c 

Log message:
SECURITY: The scheduler now blocks URLs containing embedded HTML
http://www.cups.org/str.php?L4356


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/11 02:44:37

Modified files:
	sys/net        : if_vxlan.c if_vxlan.h 

Log message:
Interfaces are associated to rdomains, make it clear by renaming
`sc_rtableid' into `sc_rdomain'.  No functional change.

ok reyk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2014/04/11 03:17:35

Modified files:
	sysutils/deja-dup: Makefile 

Log message:
unbreak
ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2014/04/11 03:35:04

Modified files:
	mail/courier-authlib: Makefile distinfo 
	mail/courier-authlib/patches: patch-Makefile_in patch-configure 
	mail/courier-authlib/pkg: PLIST-userdb 
Added files:
	mail/courier-authlib/patches: patch-libs_bdbobj_Makefile_in 
	                              patch-libs_liblock_locktest_c 
Removed files:
	mail/courier-authlib/patches: patch-bdbobj_Makefile_in 
	                              patch-liblock_locktest_c 

Log message:
bugfix update to 0.66.1
remove an hidden dependency on db/v4 spotted by espie@ and naddy@, thanks


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/11 04:00:17

Modified files:
	mail/evolution : Makefile 
	mail/evolution/patches: patch-calendar_gui_dialogs_comp-editor_c 
	                        patch-mail_e-mail-reader_c 
Added files:
	mail/evolution/patches: 
	                        patch-addressbook_gui_contact-editor_e-contact-editor_c 
	                        patch-calendar_alarm-notify_alarm-notify_ui 
	                        patch-calendar_gui_e-calendar-view_c 
	                        patch-e-util_e-misc-utils_c 
	                        patch-e-util_e-misc-utils_h 
	                        patch-e-util_e-source-config_c 
	                        patch-mail_e-mail-config-assistant_c 
	                        patch-mail_e-mail-config-defaults-page_c 
	                        patch-mail_e-mail-config-identity-page_c 
	                        patch-mail_e-mail-config-provider-page_c 
	                        patch-mail_e-mail-config-security-page_c 
	                        patch-mail_e-mail-config-welcome-page_c 
	                        patch-modules_book-config-ldap_evolution-book-config-ldap_c 
	                        patch-modules_cal-config-caldav_evolution-cal-config-caldav_c 
	                        patch-modules_mail-config_e-mail-config-remote-accounts_c 
	                        patch-modules_mail-config_e-mail-config-sendmail-backend_c 
	                        patch-modules_mail-config_e-mail-config-smtp-backend_c 
	                        patch-modules_startup-wizard_e-mail-config-import-progress-page_c 

Log message:
Bring a brazillion bugfixes from upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/11 04:21:15

Modified files:
	meta/gnome     : Makefile 

Log message:
graphics/colord-gtk is already in the dependency chain.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/11 04:48:17

Modified files:
	graphics/colord: Makefile distinfo 
	graphics/colord/patches: patch-configure patch-src_Makefile_in 
	                         patch-src_cd-main_c 
	graphics/colord/pkg: PLIST 
Added files:
	graphics/colord/patches: patch-client_cd-util_c 
	                         patch-lib_colord_cd-icc-store_c 
Removed files:
	graphics/colord/patches: patch-src_cd-profile-store_c 
	                         patch-src_cd-profile_c 

Log message:
Update to colord-1.2.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/11 08:47:25

Modified files:
	x11/gnome/gvfs : Makefile distinfo 
Removed files:
	x11/gnome/gvfs/patches: patch-common_gvfsmountinfo_c 
	                        patch-configure_ac 
	                        patch-programs_gvfs-tree_c 

Log message:
Update to gvfs-1.20.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/11 08:52:46

Modified files:
	games/gcompris : Makefile distinfo 
	games/gcompris/patches: patch-src_gcompris_Makefile_in 
	                        patch-src_goocanvas_src_Makefile_in 
	games/gcompris/pkg: PLIST 

Log message:
Update to gcompris-14.03.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/11 08:54:39

Modified files:
	x11/gnome/color-manager: Makefile distinfo 
	x11/gnome/color-manager/patches: patch-configure 

Log message:
Update to gnome-color-manager-3.12.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/04/11 09:15:40

Modified files:
	textproc/highlight: Makefile distinfo 
	textproc/highlight/pkg: PLIST 

Log message:
Update highlight to 3.18.


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2014/04/11 09:25:25

Modified files:
	x11/icewm      : Makefile 
	x11/icewm/patches: patch-Makefile_in patch-configure 
	                   patch-src_default_h 
	x11/icewm/pkg  : PLIST 

Log message:
install man page
enable apm monitor in tray area
enable lock button
ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/11 09:45:39

Modified files:
	usr.bin/mandoc : apropos.c mansearch.c mansearch.h 

Log message:
Further apropos(1) speed optimization was trickier than anticipated.
Contrary to what i initially thought, almost all time is now spent
inside sqlite3(3) routines, and i found no easy way calling less of them.
However, sqlite(3) spends substantial time in malloc(3), and even more
(twice that) in its immediate malloc wrapper, sqlite3MemMalloc(),
keeping track of all individual malloc chunk sizes.  Typically about
90% of the malloced memory is used for purposes of the pagecache.

By providing an mmap(3) MAP_ANON SQLITE_CONFIG_PAGECACHE, execution
time decreases by 20-25% for simple (Nd and/or Nm) queries, 10-20% for
non-NAME queries, and even apropos(1) resident memory size as reported
by top(1) decreases by 20% for simple and by 60% for non-NAME queries.
The new function, mansearch_setup(), spends no measurable time.

The pagesize chosen is optimal:
* Substantially smaller pages yield no gain at all.
* Larger pages provide no additional benefit and just waste memory.

The chosen number of pages in the cache is a compromise:
* For simple queries, a handful of pages would suffice to get the full
speed effect, at an apropos(1) resident memory size of about 2.0 MB.
* For non-NAME queries, a large pagecache with 2k pages (2.5 MB) might
gain a few more percent in speed, but at the expense of doubling the
apropos(1) resident memory size for *all* queries.
* The chosen number of 256 pages (330 kB) allows nearly full speed gain
for all queries at the price of a 15% resident memory size increase.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/11 10:28:17

Modified files:
	www/owncloud   : Makefile 
	www/owncloud/pkg: README 

Log message:
5.0 -> 6.0 in URL

spotted by "rgouveia"


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/04/11 11:44:09

Modified files:
	www/dillo      : Makefile distinfo 
	www/dillo/patches: patch-dillorc 
	www/dillo/pkg  : PLIST 

Log message:
Update to 3.0.4.
Prevent dillo from disabling threaded dns (from brad@)
ok brad@ jturner@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2014/04/11 12:11:10

Modified files:
	net/rtorrent   : Makefile 

Log message:
Mark rtorrent broken on sh.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/11 12:27:45

Modified files:
	www/webkit     : Makefile 
	www/webkit/patches: patch-GNUmakefile_in 
Added files:
	www/webkit/patches: 
	                    patch-Source_WebKit2_Platform_unix_SharedMemoryUnix_cpp 

Log message:
Remove fcntl call to set access mode flags on the duplicated files
descriptor. Those flags make fcntl to fail (upstream).

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/11 13:11:47

Modified files:
	x11/gnome/desktop: Makefile 
Added files:
	x11/gnome/desktop/patches: 
	                           patch-libgnome-desktop_gnome-languages_c 

Log message:
Better locale patch (GNOME BZ #710412).

courtesy of Rui Matos (GNOME) and stsp@
Thank you Stephan for addressing my rants...


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/11 13:12:10

Modified files:
	x11/gnome/controlcenter: Makefile 
	x11/gnome/controlcenter/patches: 
	                                 patch-panels_common_cc-common-language_c 
Added files:
	x11/gnome/controlcenter/patches: 
	                                 patch-panels_region_cc-input-chooser_c 

Log message:
Better locale patch (GNOME BZ #710412).


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/11 13:35:54

Modified files:
	usr.bin/tmux   : arguments.c cmd-list.c window-copy.c 

Log message:
Don't blindly increase offsets by the return value of snprintf, if there
wasn't enough space this will go off the end. Instead clamp to the
available space. Fixes crash reported by Julien Rebetez.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/04/11 14:19:57

Modified files:
	telephony/asterisk-sounds/moh-opsound: Makefile 

Log message:
actually bump revision


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/11 15:32:33

src/lib/libcrypto

Update of /cvs/src/lib/libcrypto
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/lib/libcrypto

Log Message:
Directory /cvs/src/lib/libcrypto added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/11 16:43:48

src/lib/libcrypto/man

Update of /cvs/src/lib/libcrypto/man
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/lib/libcrypto/man

Log Message:
Directory /cvs/src/lib/libcrypto/man added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/11 16:46:58

src/lib/libcrypto/crypto

Update of /cvs/src/lib/libcrypto/crypto
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/lib/libcrypto/crypto

Log Message:
Directory /cvs/src/lib/libcrypto/crypto added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/11 16:47:15

src/lib/libcrypto/crypto/arch

Update of /cvs/src/lib/libcrypto/crypto/arch
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/lib/libcrypto/crypto/arch

Log Message:
Directory /cvs/src/lib/libcrypto/crypto/arch added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/11 16:47:32

src/lib/libcrypto/crypto/arch/alpha

Update of /cvs/src/lib/libcrypto/crypto/arch/alpha
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/lib/libcrypto/crypto/arch/alpha

Log Message:
Directory /cvs/src/lib/libcrypto/crypto/arch/alpha added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/11 16:47:33

src/lib/libcrypto/crypto/arch/amd64

Update of /cvs/src/lib/libcrypto/crypto/arch/amd64
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/lib/libcrypto/crypto/arch/amd64

Log Message:
Directory /cvs/src/lib/libcrypto/crypto/arch/amd64 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/11 16:47:34

src/lib/libcrypto/crypto/arch/arm

Update of /cvs/src/lib/libcrypto/crypto/arch/arm
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/lib/libcrypto/crypto/arch/arm

Log Message:
Directory /cvs/src/lib/libcrypto/crypto/arch/arm added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/11 16:47:35

src/lib/libcrypto/crypto/arch/hppa

Update of /cvs/src/lib/libcrypto/crypto/arch/hppa
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/lib/libcrypto/crypto/arch/hppa

Log Message:
Directory /cvs/src/lib/libcrypto/crypto/arch/hppa added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/11 16:47:37

src/lib/libcrypto/crypto/arch/hppa64

Update of /cvs/src/lib/libcrypto/crypto/arch/hppa64
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/lib/libcrypto/crypto/arch/hppa64

Log Message:
Directory /cvs/src/lib/libcrypto/crypto/arch/hppa64 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/11 16:47:38

src/lib/libcrypto/crypto/arch/i386

Update of /cvs/src/lib/libcrypto/crypto/arch/i386
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/lib/libcrypto/crypto/arch/i386

Log Message:
Directory /cvs/src/lib/libcrypto/crypto/arch/i386 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/11 16:47:39

src/lib/libcrypto/crypto/arch/m88k

Update of /cvs/src/lib/libcrypto/crypto/arch/m88k
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/lib/libcrypto/crypto/arch/m88k

Log Message:
Directory /cvs/src/lib/libcrypto/crypto/arch/m88k added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/11 16:47:40

src/lib/libcrypto/crypto/arch/mips64

Update of /cvs/src/lib/libcrypto/crypto/arch/mips64
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/lib/libcrypto/crypto/arch/mips64

Log Message:
Directory /cvs/src/lib/libcrypto/crypto/arch/mips64 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/11 16:47:41

src/lib/libcrypto/crypto/arch/powerpc

Update of /cvs/src/lib/libcrypto/crypto/arch/powerpc
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/lib/libcrypto/crypto/arch/powerpc

Log Message:
Directory /cvs/src/lib/libcrypto/crypto/arch/powerpc added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/11 16:47:42

src/lib/libcrypto/crypto/arch/sh

Update of /cvs/src/lib/libcrypto/crypto/arch/sh
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/lib/libcrypto/crypto/arch/sh

Log Message:
Directory /cvs/src/lib/libcrypto/crypto/arch/sh added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/11 16:47:43

src/lib/libcrypto/crypto/arch/sparc

Update of /cvs/src/lib/libcrypto/crypto/arch/sparc
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/lib/libcrypto/crypto/arch/sparc

Log Message:
Directory /cvs/src/lib/libcrypto/crypto/arch/sparc added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/11 16:47:44

src/lib/libcrypto/crypto/arch/sparc64

Update of /cvs/src/lib/libcrypto/crypto/arch/sparc64
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/lib/libcrypto/crypto/arch/sparc64

Log Message:
Directory /cvs/src/lib/libcrypto/crypto/arch/sparc64 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/11 16:47:45

src/lib/libcrypto/crypto/arch/vax

Update of /cvs/src/lib/libcrypto/crypto/arch/vax
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/lib/libcrypto/crypto/arch/vax

Log Message:
Directory /cvs/src/lib/libcrypto/crypto/arch/vax added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/11 16:51:54

Modified files:
	etc            : Makefile 
	include        : Makefile 
	lib            : Makefile 
	lib/libssl     : Makefile generate_pkgconfig.sh 
	lib/libssl/man : Makefile 
	lib/libssl/ssl : Makefile 
Added files:
	lib/libcrypto  : Makefile cert.pem generate_pkgconfig.sh 
	                 openssl.cnf x509v3.cnf 
	lib/libcrypto/crypto: Makefile shlib_version 
	lib/libcrypto/crypto/arch/alpha: opensslconf.h 
	lib/libcrypto/crypto/arch/amd64: opensslconf.h 
	lib/libcrypto/crypto/arch/arm: opensslconf.h 
	lib/libcrypto/crypto/arch/hppa: opensslconf.h 
	lib/libcrypto/crypto/arch/hppa64: opensslconf.h 
	lib/libcrypto/crypto/arch/i386: opensslconf.h 
	lib/libcrypto/crypto/arch/m88k: opensslconf.h 
	lib/libcrypto/crypto/arch/mips64: opensslconf.h 
	lib/libcrypto/crypto/arch/powerpc: opensslconf.h 
	lib/libcrypto/crypto/arch/sh: opensslconf.h 
	lib/libcrypto/crypto/arch/sparc: opensslconf.h 
	lib/libcrypto/crypto/arch/sparc64: opensslconf.h 
	lib/libcrypto/crypto/arch/vax: bn_asm_vax.S opensslconf.h 
	lib/libcrypto/man: Makefile 
Removed files:
	lib/libssl     : cert.pem openssl.cnf ssleay.cnf x509v3.cnf 
	lib/libssl/crypto: Makefile shlib_version 
	lib/libssl/crypto/arch/alpha: opensslconf.h 
	lib/libssl/crypto/arch/amd64: opensslconf.h 
	lib/libssl/crypto/arch/arm: opensslconf.h 
	lib/libssl/crypto/arch/hppa: opensslconf.h 
	lib/libssl/crypto/arch/hppa64: opensslconf.h 
	lib/libssl/crypto/arch/i386: opensslconf.h 
	lib/libssl/crypto/arch/m88k: opensslconf.h 
	lib/libssl/crypto/arch/mips64: opensslconf.h 
	lib/libssl/crypto/arch/powerpc: opensslconf.h 
	lib/libssl/crypto/arch/sh: opensslconf.h 
	lib/libssl/crypto/arch/sparc: opensslconf.h 
	lib/libssl/crypto/arch/sparc64: opensslconf.h 
	lib/libssl/crypto/arch/vax: bn_asm_vax.S opensslconf.h 

Log message:
Move build machinery for libcrypto from libssl/crypto to libcrypto, as well
as configuration files; split manpages and .pc files between libcrypto and
libssl.
No functional change, only there to make engineering easier, and libcrypto
sources are still found in libssl/src/crypto at the moment.

ok reyk@, also discussed with deraadt@ beck@ and the usual crypto suspects.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	miod@cvs.openbsd.org	2014/04/11 16:58:12

Modified files:
	app/xterm      : Makefile 

Log message:
Add -fno-stack-protector to the two files which already need to be built
with -O1 on landisk - they definitely hit worst case logic in what passes for
a compiler we're using.
ok martynas@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/04/11 19:01:19

Modified files:
	usr.bin/less   : pattern.c 

Log message:
Unlike less, more should use basic regular expressions.
OK schwarze@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/04/11 22:42:28

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
fake toy


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/04/11 22:43:39

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/04/11 22:55:53

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

Log message:
avoid crash at exit: check that pmonitor!=NULL before dereferencing;
bz#2225, patch from kavi AT juniper.net


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/04/11 23:06:58

Modified files:
	sys/conf       : files 
	sys/dev/pci    : files.pci 
Added files:
	sys/dev/ic     : nvme.c nvmereg.h nvmevar.h 
	sys/dev/pci    : nvme_pci.c 

Log message:
start working on a driver for non volatile memory express controllers.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/04/11 23:23:35

Modified files:
	sys/dev/ic     : nvmereg.h 

Log message:
nvm admin command opcodes


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/11 23:57:29

Modified files:
	devel/glib2/patches: patch-configure_ac 

Log message:
Pushed usptream.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/12 00:03:30

Modified files:
	sys/dev/pci/drm/radeon: radeon_ttm.c 

Log message:
drm/radeon: TTM must be init with cpu-visible VRAM, v2

From Lauri Kasanen
7e88b3ea565f869721b8ac011ee73b95b773e938 in ubuntu 3.8
14eedc32a3c0ec9dd70448a73763ee21feae3111 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/12 00:05:53

Modified files:
	sys/dev/pci/drm/radeon: atombios_encoders.c 

Log message:
drm/radeon/atom: select the proper number of lanes in transmitter setup

From Alex Deucher
20b03e738e7ded3ab66dd7dd3c3ac198c8531381 in ubuntu 3.8
d03874c881a049a50e12f285077ab1f9fc2686e1 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/12 00:08:22

Modified files:
	sys/dev/pci/drm/ttm: ttm_bo.c 

Log message:
drm/ttm: don't oops if no invalidate_caches()

From Rob Clark
8af4707afcb6d191b9cc75dfd73b9550e8276253 in ubuntu 3.8
9ef7506f7eff3fc42724269f62e30164c141661f in mainline linux


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/04/12 00:48:38

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

Log message:
Update py-jonpy to 0.11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/12 01:10:43

Modified files:
	x11/gnome/shell: Makefile 
	x11/gnome/shell/patches: patch-src_shell-global_c 

Log message:
Sync with BZ patch.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/04/12 01:36:58

Modified files:
	textproc/py-polib: Makefile distinfo 

Log message:
Update py-polib to 1.0.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/12 01:39:12

Modified files:
	audio/easytag  : Makefile distinfo 
	audio/easytag/pkg: PLIST 

Log message:
Update to easytag-2.2.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2014/04/12 03:00:56

Modified files:
	devel/py-tz    : Makefile distinfo 
	devel/py-tz/pkg: PLIST 

Log message:
Update to py-tz 2014.2.

ok sthen@, maintainer timeout


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2014/04/12 03:05:00

Modified files:
	editors/texmaker: Makefile distinfo 
	editors/texmaker/patches: patch-texmaker_cpp patch-texmaker_pro 

Log message:
Update to texmaker 4.1.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/04/12 03:34:48

Modified files:
	devel/git      : Makefile distinfo 

Log message:
Update git to 1.9.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/12 03:58:43

Modified files:
	net/GeoIP      : Makefile distinfo 

Log message:
update to newer geolite database


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2014/04/12 05:26:42

Modified files:
	sys/arch/luna88k/luna88k: machdep.c 

Log message:
Delete unused variable.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/12 06:47:43

Modified files:
	usr.bin/cu     : cu.c 

Log message:
-l should override HOST, pointed out by claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/12 08:02:19

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

Log message:
simplify flag tests


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/04/12 08:18:11

Modified files:
	sys/kern       : kern_descrip.c vfs_syscalls.c 
	sys/sys        : filedesc.h 

Log message:
revert falloc change, as it causes all new processes to get stuck after a while
(race condition ?)

problem noticed by me, aja, sthen, brynet, rpe.

vanishing after this revert, okay aja@, sthen@

tedu, you probably want to look into re-checking the fcreate/fpublish addition
first, then if it's stable, see about tweaking doopenat ?


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/12 09:38:39

Modified files:
	usr.bin/less   : more.1 

Log message:
- simplify macros in COMMANDS
- some clean up
- don;t document VISUAL, since we're sticking to posix stuff here

ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/12 09:57:50

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

Log message:
fix a bit test
from FreeBSD rev 241829


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/12 10:08:10

Modified files:
	share/man/man8 : ssl.8 

Log message:
word fix;
From: Mike Small


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/04/12 10:39:34

Modified files:
	www/apache-httpd: Tag: OPENBSD_5_4 Makefile 
Added files:
	www/apache-httpd/patches: Tag: OPENBSD_5_4 
	                          patch-modules_dav_main_util_c 
	                          patch-modules_loggers_mod_log_config_c 

Log message:
For 5.4-stable, patch www/apache-httpd for CVE-2014-0098 and CVE-2013-6438.
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/04/12 10:40:26

Modified files:
	www/apache-httpd: Tag: OPENBSD_5_5 Makefile 
Added files:
	www/apache-httpd/patches: Tag: OPENBSD_5_5 
	                          patch-modules_dav_main_util_c 
	                          patch-modules_loggers_mod_log_config_c 

Log message:
For 5.5-stable, patch www/apache-httpd for CVE-2014-0098 and CVE-2013-6438.
ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/12 10:41:10

Modified files:
	usr.bin/less   : more.1 

Log message:
more(1) is not an editor, so don't say -t will "edit" a file;
wording suggested by millert@, also discussed with sobrado@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/12 11:00:22

Modified files:
	lib/libssl/src/ssl: Tag: OPENBSD_5_3 s3_pkt.c 

Log message:
from head, will become 5.3 015_openssl.patch

Changes by:     tedu@cvs.openbsd.org    2014/04/10 13:01:37
Piotr Sikora pointed me at a more refined diff for the buffer release
issue. Apply that version. Maybe someday upstream will wake up and then
we can have the same code.
https://rt.openssl.org/Ticket/Display.html?id=2167&user=guest&pass=guest


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/12 11:00:53

Modified files:
	lib/libssl/src/ssl: Tag: OPENBSD_5_4 s3_pkt.c 

Log message:
from head, will become 5.4 008_openssl.patch

Changes by:     tedu@cvs.openbsd.org    2014/04/10 13:01:37
Piotr Sikora pointed me at a more refined diff for the buffer release
issue. Apply that version. Maybe someday upstream will wake up and then
we can have the same code.
https://rt.openssl.org/Ticket/Display.html?id=2167&user=guest&pass=guest


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/12 11:01:14

Modified files:
	lib/libssl/src/ssl: Tag: OPENBSD_5_5 s3_pkt.c 

Log message:
from head, will become 5.5 004_openssl.patch

Changes by:     tedu@cvs.openbsd.org    2014/04/10 13:01:37
Piotr Sikora pointed me at a more refined diff for the buffer release
issue. Apply that version. Maybe someday upstream will wake up and then
we can have the same code.
https://rt.openssl.org/Ticket/Display.html?id=2167&user=guest&pass=guest


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/12 11:01:23

Modified files:
	libexec/getty  : subr.c 

Log message:
remove the prototype for compatflags() which was removed in 2013.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/04/12 11:05:58

Modified files:
	devel/apr      : Makefile distinfo 

Log message:
Update APR to 1.5.0.

Enable APR memory pool debugging, which has the desirable side effect
of making APR memory pools a thin layer around malloc() and free() and
thus benefit from related exploit mitigation. APR will also overwrite
memory with a poison byte before freeing like malloc's J flag does.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/04/12 11:06:02

Modified files:
	devel/apr-util : Makefile distinfo 

Log message:
Update to APR-util 1.5.3, compatible with APR 1.5.0.
ok sthen@, and thanks to giovanni@ for catching my shared-lib bump error


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/12 11:09:19

Modified files:
	x11/gtk+2      : Makefile 
	x11/gtk+2/pkg  : PLIST-guic 

Log message:
@unexec -> @unexec-delete


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/12 11:22:41

Modified files:
	x11/gtk+3      : Makefile distinfo 
	x11/gtk+3/patches: patch-gtk_Makefile_in 
Removed files:
	x11/gtk+3/patches: patch-gtk_gtkapplication-dbus_c 
	                   patch-gtk_gtkflowbox_c patch-gtk_gtkoverlay_c 
	                   patch-gtk_gtktextbufferserialize_c 
	                   patch-modules_printbackends_cloudprint_gtkprintercloudprint_h 

Log message:
Bugfix update to gtk+3-3.12.1.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/04/12 11:39:58

Modified files:
	.              : errata53.html errata54.html errata55.html 
	                 security.html 

Log message:
errata for 5.3 - 5.5.

In truth, this bug goes back about EIGHT YEARS.  The feature it depends
on is optional on sockets, so it appears OpenBSD's httpd (apache 1) may
avoid it, but other web server and client software are not.

A use-after-free race condition in OpenSSL's read buffer may permit an attacker
to inject data from one connection into another.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/04/12 12:00:29

Modified files:
	.              : errata53.html errata54.html errata55.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/04/12 12:13:50

Modified files:
	usr.bin/less   : more.1 

Log message:
Reference re_format(7), not ed(1) when talking about regexp matching.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/04/12 13:52:19

Modified files:
	net/nagios/plugins: Makefile 
	net/nagios/plugins/pkg: PLIST-main 

Log message:
Add missing @conflict marker after renaming nagios-plugins package to
monitoring-plugins. sthen@ (MAINTAINER) agrees.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/12 14:41:26

Modified files:
	x11/vlc        : Makefile 
	x11/vlc/patches: patch-configure_ac 
Added files:
	x11/vlc/patches: patch-modules_codec_avcodec_Modules_am 
	                 patch-modules_codec_avcodec_audio_c 
	                 patch-modules_codec_avcodec_avcodec_c 
	                 patch-modules_codec_avcodec_avcodec_h 
	                 patch-modules_codec_avcodec_cpu_c 
	                 patch-modules_codec_avcodec_encoder_c 

Log message:
Pull some bits from 2.1 to deal with newer FFmpeg API.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/12 14:59:19

Modified files:
	gnu/usr.bin/gcc/gcc: protector.c 

Log message:
Bring back the fix in r1.16 of the gcc 2.95 version of protector.c - the code
was present, but commented.

This fixes code generation of usr.sbin/dhcpd/memory.c!new_address_range()
on vax.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/12 15:17:13

Modified files:
	devel/libJudy  : Makefile distinfo 
	devel/libJudy/patches: patch-src_apps_demo_run_demo 
	devel/libJudy/pkg: PLIST 
Removed files:
	devel/libJudy/pkg: PFRAG.shared 

Log message:
update to libJudy 1.0.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/12 15:24:12

Modified files:
	net/samba      : Tag: OPENBSD_5_5 Makefile 
	net/samba/patches: Tag: OPENBSD_5_5 patch-nsswitch_wbinfo_c 
	                   patch-source3_lib_netapi_group_c 
	                   patch-source3_lib_netapi_user_c 
	                   patch-source3_rpc_client_cli_lsarpc_c 
	                   patch-source3_rpc_client_cli_pipe_c 
	                   patch-source3_rpcclient_cmd_samr_c 
	                   patch-source3_smbd_lanman_c 
	                   patch-source3_utils_net_rpc_c 
Added files:
	net/samba/patches: Tag: OPENBSD_5_5 
	                   patch-source3_auth_check_samsec_c 
	                   patch-source3_rpc_server_samr_srv_samr_chgpasswd_c 
	                   patch-source3_rpc_server_samr_srv_samr_nt_c 

Log message:
Fix a security issue with Samba..

Password lockout not enforced for SAMR password changes. CVE-2013-4496

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/04/12 19:01:39

Modified files:
	audio/nap      : Makefile 
	converters/p5-JSON-XS: Makefile 
	databases/mydumper: Makefile 
	databases/p5-DBD-Mock: Makefile 
	databases/pg-toolbox: Makefile 
	devel/p5-Algorithm-C3: Makefile 
	devel/p5-Class-AutoClass: Makefile 
	devel/p5-Class-C3: Makefile 
	devel/p5-Class-Date: Makefile 
	devel/p5-Class-Generate: Makefile 
	devel/p5-Config-IniFiles: Makefile 
	devel/p5-Test-Exception: Makefile 
	devel/p5-Text-FixEOL: Makefile 
	devel/p5-Tree-DAG_Node: Makefile 
	devel/p5-YAML-Shell: Makefile 
	devel/p5-capitalization: Makefile 
	games/netris   : Makefile 
	graphics/ImageMagick: Makefile 
	graphics/enblend-enfuse: Makefile 
	graphics/fswebcam: Makefile 
	graphics/gtkam : Makefile 
	graphics/p5-GD-SVG: Makefile 
	graphics/p5-Image-Size: Makefile 
	graphics/ufraw : Makefile 
	lang/mono-basic: Makefile 
	mail/p5-Mail-Alias: Makefile 
	mail/p5-Mail-POP3Client: Makefile 
	math/p5-AI-FANN: Makefile 
	math/p5-AI-NeuralNet-BackProp: Makefile 
	math/wcalc     : Makefile 
	misc/rlwrap    : Makefile 
	net/p5-Net-FTP-Recursive: Makefile 
	net/p5-Net-Pcap: Makefile 
	net/p5-Net-Telnet-Cisco: Makefile 
	security/p5-Crypt-Random: Makefile 
	security/swatch: Makefile 
	telephony/kamailio: Makefile 
	textproc/p5-Text-Reform: Makefile 
	textproc/p5-XML-XSLT: Makefile 
	www/p5-Apache-Gallery: Makefile 
	www/p5-Data-URIEncode: Makefile 
	www/p5-HTML-FillInForm: Makefile 
	www/p5-WWW-Bugzilla: Makefile 
	www/wApua      : Makefile 
	x11/Xdialog    : Makefile 
	x11/krusader   : Makefile 

Log message:
Drop USE_GROFF since groff and mandoc produce identical output.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/12 23:38:45

Modified files:
	usr.sbin/rdate : ntpleaps.c 

Log message:
remove a 'RCSId[]' which was missed in the rcsid[] removal from 2009.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/13 00:32:41

Modified files:
	sys/dev/acpi   : acpitz.c 

Log message:
perform the same ACPITZ_INIT operation as attach does, at DVACT_WAKEUP
time also.  Let's commit this idea since it is sound, and keep an eye
for reports.
discussed months ago with kettenis and mlarkin


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/13 01:03:19

Modified files:
	www/lighttpd   : Makefile 
Added files:
	www/lighttpd/patches: patch-src_server_c 

Log message:
Upstream bug fix:

Use keep-alive timeout while waiting for HTTP headers; use always the read
timeout while waiting for the HTTP body.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/04/13 01:06:26

Modified files:
	security/py-pefile: Makefile distinfo 
	security/py-pefile/pkg: PLIST 

Log message:
Update py-pefile to 1.2.10-139.

ok rpointel@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2014/04/13 01:10:12

Log message:
    import Python 3.4 but it will be linked to the build later.
    ok aja@.
    Release notes: https://docs.python.org/3.4/whatsnew/3.4.html
    
    Status:
    
    Vendor Tag:	rpointel
    Release Tags:	rpointel_2014_04_13
    
    N ports/lang/python/3.4/Makefile
    N ports/lang/python/3.4/distinfo
    N ports/lang/python/3.4/pkg/DESCR-gdbm
    N ports/lang/python/3.4/pkg/DESCR-idle
    N ports/lang/python/3.4/pkg/DESCR-main
    N ports/lang/python/3.4/pkg/DESCR-tests
    N ports/lang/python/3.4/pkg/DESCR-tkinter
    N ports/lang/python/3.4/pkg/PLIST-gdbm
    N ports/lang/python/3.4/pkg/PLIST-idle
    N ports/lang/python/3.4/pkg/PLIST-main
    N ports/lang/python/3.4/pkg/PLIST-tests
    N ports/lang/python/3.4/pkg/PLIST-tkinter
    N ports/lang/python/3.4/patches/patch-Makefile_pre_in
    N ports/lang/python/3.4/patches/patch-configure_ac
    N ports/lang/python/3.4/patches/patch-Modules_pyexpat_c
    N ports/lang/python/3.4/patches/patch-setup_py
    N ports/lang/python/3.4/patches/patch-Lib_test_test_os_py
    N ports/lang/python/3.4/patches/patch-Lib_os_py
    N ports/lang/python/3.4/files/CHANGES.OpenBSD
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2014/04/13 01:11:10

Modified files:
	lang/python    : Makefile.inc python.port.mk 

Log message:
understand Python 3.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2014/04/13 01:41:28

Modified files:
	lang/python    : Makefile 

Log message:
link 3.4 to the build to have better test coverage on weird architectures.
ok sthen@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/13 01:47:15

Modified files:
	print/hplip    : Makefile distinfo 
	print/hplip/patches: patch-Makefile_in 
	print/hplip/pkg: PLIST-hpijs 

Log message:
Update to hplip-3.14.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/13 02:10:26

Modified files:
	productivity/tryton/trytond: Makefile distinfo 

Log message:
Update to trytond-3.0.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/13 02:10:43

Modified files:
	productivity/tryton/tryton: Makefile distinfo 

Log message:
Update to tryton-3.0.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/13 02:11:14

Modified files:
	productivity/tryton/account: Makefile distinfo 
	productivity/tryton/account_dunning_letter: Makefile distinfo 
	productivity/tryton/account_invoice: Makefile 
	productivity/tryton/account_stock_anglo_saxon: Makefile distinfo 
	productivity/tryton/project: Makefile distinfo 
	productivity/tryton/project_revenue: Makefile distinfo 
	productivity/tryton/sale_supply: Makefile distinfo 
	productivity/tryton/stock_supply: Makefile distinfo 

Log message:
Update tryton modules to their latest release.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/04/13 02:35:27

Modified files:
	share/mk       : bsd.own.mk 
	sys/arch/alpha/stand: Makefile.inc 
	gnu/usr.sbin/sendmail: Makefile.inc 
	gnu/usr.sbin/sendmail/sendmail: Makefile 

Log message:
Clean up last bits of TCP_WRAPPERS and ELF_TOOLCHAIN.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/13 02:46:20

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

Log message:
httpd(8) did a chdir(2) to the directory containing the cgi script. As
there might be scripts depending on this do the same in slowcgi(8).

pointed out and OK ratchov@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/04/13 03:03:13

Modified files:
	textproc/p5-Text-TabularDisplay: Makefile distinfo 

Log message:
Update p5-Text-TabularDisplay to 1.35.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/04/13 03:19:19

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

Log message:
Update p5-Proc-Simple to 1.31.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/13 03:49:57

Modified files:
	graphics/lcms2 : Makefile distinfo 

Log message:
Update to lcms2-2.6.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/13 04:30:12

Log message:
    Re-import xf86-video-ast.
    This chipset is found in HP Proliant MicroServer remote access cards
    among others. ok kettenis, seems like a good idea to jasper@.
    
    Status:
    
    Vendor Tag:	xorg
    Release Tags:	v0_99_9
    
    C xenocara/driver/xf86-video-ast/ltmain.sh
    C xenocara/driver/xf86-video-ast/missing
    C xenocara/driver/xf86-video-ast/depcomp
    C xenocara/driver/xf86-video-ast/install-sh
    C xenocara/driver/xf86-video-ast/aclocal.m4
    C xenocara/driver/xf86-video-ast/config.h.in
    C xenocara/driver/xf86-video-ast/config.guess
    C xenocara/driver/xf86-video-ast/README
    U xenocara/driver/xf86-video-ast/COPYING
    C xenocara/driver/xf86-video-ast/ChangeLog
    C xenocara/driver/xf86-video-ast/config.sub
    C xenocara/driver/xf86-video-ast/Makefile.am
    C xenocara/driver/xf86-video-ast/configure.ac
    C xenocara/driver/xf86-video-ast/configure
    N xenocara/driver/xf86-video-ast/INSTALL
    C xenocara/driver/xf86-video-ast/Makefile.in
    C xenocara/driver/xf86-video-ast/src/Makefile.in
    C xenocara/driver/xf86-video-ast/src/ast_vgatool.h
    C xenocara/driver/xf86-video-ast/src/ast_2dtool.c
    C xenocara/driver/xf86-video-ast/src/ast_cursor.c
    C xenocara/driver/xf86-video-ast/src/Makefile.am
    C xenocara/driver/xf86-video-ast/src/ast_mode.c
    C xenocara/driver/xf86-video-ast/src/ast_driver.c
    C xenocara/driver/xf86-video-ast/src/ast_pcirename.h
    C xenocara/driver/xf86-video-ast/src/ast.h
    C xenocara/driver/xf86-video-ast/src/ast_vgatool.c
    C xenocara/driver/xf86-video-ast/src/ast_accel.c
    C xenocara/driver/xf86-video-ast/src/ast_mode.h
    U xenocara/driver/xf86-video-ast/src/ast_cursor.h
    C xenocara/driver/xf86-video-ast/src/ast_2dtool.h
    N xenocara/driver/xf86-video-ast/src/compat-api.h
    C xenocara/driver/xf86-video-ast/src/ast_tool.c
    N xenocara/driver/xf86-video-ast/obj/config.log
    N xenocara/driver/xf86-video-ast/obj/config.h
    N xenocara/driver/xf86-video-ast/obj/config.status
    N xenocara/driver/xf86-video-ast/obj/libtool
    N xenocara/driver/xf86-video-ast/obj/Makefile
    N xenocara/driver/xf86-video-ast/obj/stamp-h1
    N xenocara/driver/xf86-video-ast/obj/src/ast_driver.lo
    N xenocara/driver/xf86-video-ast/obj/src/ast_vgatool.lo
    N xenocara/driver/xf86-video-ast/obj/src/ast_drv.la
    N xenocara/driver/xf86-video-ast/obj/src/ast_accel.lo
    N xenocara/driver/xf86-video-ast/obj/src/Makefile
    N xenocara/driver/xf86-video-ast/obj/src/ast_2dtool.lo
    N xenocara/driver/xf86-video-ast/obj/src/ast_mode.lo
    N xenocara/driver/xf86-video-ast/obj/src/ast_tool.lo
    N xenocara/driver/xf86-video-ast/obj/src/ast_cursor.lo
    I xenocara/driver/xf86-video-ast/obj/src/.libs/ast_accel.o
    I xenocara/driver/xf86-video-ast/obj/src/.libs/ast_vgatool.o
    I xenocara/driver/xf86-video-ast/obj/src/.libs/ast_driver.o
    I xenocara/driver/xf86-video-ast/obj/src/.libs/ast_mode.o
    I xenocara/driver/xf86-video-ast/obj/src/.libs/ast_drv.so
    L xenocara/driver/xf86-video-ast/obj/src/.libs/ast_drv.la
    I xenocara/driver/xf86-video-ast/obj/src/.libs/ast_tool.o
    N xenocara/driver/xf86-video-ast/obj/src/.libs/ast_drv.lai
    I xenocara/driver/xf86-video-ast/obj/src/.libs/ast_2dtool.o
    I xenocara/driver/xf86-video-ast/obj/src/.libs/ast_cursor.o
    N xenocara/driver/xf86-video-ast/obj/src/.deps/ast_tool.Plo
    N xenocara/driver/xf86-video-ast/obj/src/.deps/ast_vgatool.Plo
    N xenocara/driver/xf86-video-ast/obj/src/.deps/ast_driver.Plo
    N xenocara/driver/xf86-video-ast/obj/src/.deps/ast_cursor.Plo
    N xenocara/driver/xf86-video-ast/obj/src/.deps/ast_mode.Plo
    N xenocara/driver/xf86-video-ast/obj/src/.deps/ast_2dtool.Plo
    N xenocara/driver/xf86-video-ast/obj/src/.deps/ast_accel.Plo
    
    28 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jxorg:yesterday -jxorg xenocara/driver/xf86-video-ast

CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2014/04/13 04:36:41

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

Log message:
fix language/spelling in error string

ok claudio@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/13 04:36:51

Added files:
	driver/xf86-video-ast: COPYING ChangeLog Makefile.am Makefile.in 
	                       README aclocal.m4 config.guess 
	                       config.h.in config.sub configure 
	                       configure.ac depcomp install-sh ltmain.sh 
	                       missing 
	driver/xf86-video-ast/src: Makefile.am Makefile.in ast.h 
	                           ast_2dtool.c ast_2dtool.h ast_accel.c 
	                           ast_cursor.c ast_cursor.h 
	                           ast_driver.c ast_mode.c ast_mode.h 
	                           ast_pcirename.h ast_tool.c 
	                           ast_vgatool.c ast_vgatool.h 

Log message:
Re-add ast files that previous re-import failed to re-add


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/13 04:38:41

Added files:
	driver/xf86-video-ast: Makefile.bsd-wrapper 

Log message:
And finally re-add BSD Makefile.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/13 04:41:00

Modified files:
	driver         : Makefile 

Log message:
Link xf86-video-ast to the build on i386 and amd64.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/13 04:51:28

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/13 05:01:02

xenocara/proto/presentproto

Update of /cvs/xenocara/proto/presentproto
In directory cvs.openbsd.org:/tmp/cvs-serv15249/presentproto

Log Message:
Directory /cvs/xenocara/proto/presentproto added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/13 05:02:02

Added files:
	proto/presentproto: ChangeLog INSTALL Makefile Makefile.am 
	                    Makefile.in aclocal.m4 config.guess 
	                    config.sub configure configure.ac install-sh 
	                    missing presentproto.h presentproto.pc.in 
	                    presentproto.txt presenttokens.h 

Log message:
Add presentproto 1.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/13 05:04:26

Modified files:
	proto          : Makefile 

Log message:
Link presentproto to the build


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/13 05:05:19

Modified files:
	proto/xextproto: ChangeLog configure.ac shm.h shmproto.h 
Added files:
	proto/xextproto: compile 

Log message:
Update to xextproto 7.3.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/13 05:50:10

Modified files:
	x11/gnome/calculator: Makefile distinfo 
	x11/gnome/calculator/pkg: PLIST 

Log message:
update to gnome-calculator-3.12.1


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/13 05:57:05

Modified files:
	lib/libxtrans  : ChangeLog INSTALL Makefile.am Makefile.in 
	                 Xtrans.c Xtrans.h Xtransint.h Xtranslcl.c 
	                 Xtranssock.c Xtransutil.c aclocal.m4 
	                 config.guess config.sub configure configure.ac 
	                 install-sh missing transport.c xtrans.m4 
	                 xtrans.pc.in 
	lib/libxtrans/doc: Makefile.in xtrans.xml 
Added files:
	lib/libxtrans  : compile 
Removed files:
	lib/libxtrans  : Xtranstli.c 

Log message:
Update to xtrans 1.3.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/13 06:38:37

Modified files:
	www/squid/snapshot: Makefile distinfo 

Log message:
update to newer snapshot of squid, and mark BROKEN-i386 for now - stable
version is unaffected. (If atomic ops are available at all, it wants 64-bit
ops; http://permalink.gmane.org/gmane.comp.web.squid.devel/22453)


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/04/13 06:48:01

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

Log message:
In debug output, print loop ids as decimals and port ids as 24bit hex.
Fix some parameters and wording too.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/13 06:53:23

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2014/04/13 08:43:01

Modified files:
	sys/dev/acpi   : acpi.c 

Log message:
Fix a badly worded debug message that implied the entire machine was going
to sleep, instead of just the acpi thread going to sleep.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/13 09:16:37

Log message:
    Import OpenSSL 1.0.1g
    
    Status:
    
    Vendor Tag:	OPENSSL
    Release Tags:	openssl_1_0_1_g
    
    I src/lib/libssl/src/CVS
    U src/lib/libssl/src/ACKNOWLEDGMENTS
    C src/lib/libssl/src/CHANGES
    U src/lib/libssl/src/CHANGES.SSLeay
    C src/lib/libssl/src/config
    C src/lib/libssl/src/Configure
    U src/lib/libssl/src/e_os2.h
    C src/lib/libssl/src/e_os.h
    C src/lib/libssl/src/FAQ
    U src/lib/libssl/src/INSTALL
    U src/lib/libssl/src/INSTALL.DJGPP
    U src/lib/libssl/src/INSTALL.MacOS
    U src/lib/libssl/src/INSTALL.NW
    U src/lib/libssl/src/INSTALL.OS2
    U src/lib/libssl/src/INSTALL.VMS
    C src/lib/libssl/src/INSTALL.W32
    U src/lib/libssl/src/INSTALL.W64
    U src/lib/libssl/src/INSTALL.WCE
    U src/lib/libssl/src/LICENSE
    C src/lib/libssl/src/Makefile
    C src/lib/libssl/src/Makefile.org
    U src/lib/libssl/src/Makefile.shared
    C src/lib/libssl/src/NEWS
    U src/lib/libssl/src/openssl.doxy
    C src/lib/libssl/src/openssl.spec
    C src/lib/libssl/src/PROBLEMS
    C src/lib/libssl/src/README
    U src/lib/libssl/src/README.ASN1
    U src/lib/libssl/src/README.ENGINE
    I src/lib/libssl/src/lib/CVS
    N src/lib/libssl/src/lib/Makefile
    I src/lib/libssl/src/lib/libssl/CVS
    N src/lib/libssl/src/lib/libssl/Makefile
    N src/lib/libssl/src/lib/libssl/generate_pkgconfig.sh
    I src/lib/libssl/src/lib/libssl/man/CVS
    N src/lib/libssl/src/lib/libssl/man/Makefile
    I src/lib/libssl/src/lib/libssl/src/CVS
    N src/lib/libssl/src/lib/libssl/src/ACKNOWLEDGMENTS
    N src/lib/libssl/src/lib/libssl/src/CHANGES
    N src/lib/libssl/src/lib/libssl/src/CHANGES.SSLeay
    N src/lib/libssl/src/lib/libssl/src/Configure
    N src/lib/libssl/src/lib/libssl/src/FAQ
    N src/lib/libssl/src/lib/libssl/src/INSTALL
    N src/lib/libssl/src/lib/libssl/src/INSTALL.DJGPP
    N src/lib/libssl/src/lib/libssl/src/INSTALL.MacOS
    N src/lib/libssl/src/lib/libssl/src/INSTALL.NW
    N src/lib/libssl/src/lib/libssl/src/INSTALL.OS2
    N src/lib/libssl/src/lib/libssl/src/INSTALL.VMS
    N src/lib/libssl/src/lib/libssl/src/INSTALL.W32
    N src/lib/libssl/src/lib/libssl/src/INSTALL.W64
    N src/lib/libssl/src/lib/libssl/src/INSTALL.WCE
    N src/lib/libssl/src/lib/libssl/src/LICENSE
    N src/lib/libssl/src/lib/libssl/src/Makefile
    N src/lib/libssl/src/lib/libssl/src/Makefile.org
    N src/lib/libssl/src/lib/libssl/src/Makefile.shared
    N src/lib/libssl/src/lib/libssl/src/NEWS
    N src/lib/libssl/src/lib/libssl/src/PROBLEMS
    N src/lib/libssl/src/lib/libssl/src/README
    N src/lib/libssl/src/lib/libssl/src/README.ASN1
    N src/lib/libssl/src/lib/libssl/src/README.ENGINE
    N src/lib/libssl/src/lib/libssl/src/config
    N src/lib/libssl/src/lib/libssl/src/e_os.h
    N src/lib/libssl/src/lib/libssl/src/e_os2.h
    N src/lib/libssl/src/lib/libssl/src/install.com
    N src/lib/libssl/src/lib/libssl/src/makevms.com
    N src/lib/libssl/src/lib/libssl/src/openssl.doxy
    N src/lib/libssl/src/lib/libssl/src/openssl.spec
    I src/lib/libssl/src/lib/libssl/src/MacOS/CVS
    N src/lib/libssl/src/lib/libssl/src/MacOS/GUSI_Init.cpp
    N src/lib/libssl/src/lib/libssl/src/MacOS/OpenSSL.mcp.hqx
    N src/lib/libssl/src/lib/libssl/src/MacOS/Randomizer.cpp
    N src/lib/libssl/src/lib/libssl/src/MacOS/Randomizer.h
    N src/lib/libssl/src/lib/libssl/src/MacOS/TODO
    N src/lib/libssl/src/lib/libssl/src/MacOS/_MWERKS_GUSI_prefix.h
    N src/lib/libssl/src/lib/libssl/src/MacOS/_MWERKS_prefix.h
    N src/lib/libssl/src/lib/libssl/src/MacOS/buildinf.h
    N src/lib/libssl/src/lib/libssl/src/MacOS/mklinks.as.hqx
    N src/lib/libssl/src/lib/libssl/src/MacOS/opensslconf.h
    I src/lib/libssl/src/lib/libssl/src/MacOS/GetHTTPS.src/CVS
    N src/lib/libssl/src/lib/libssl/src/MacOS/GetHTTPS.src/CPStringUtils.cpp
    N src/lib/libssl/src/lib/libssl/src/MacOS/GetHTTPS.src/CPStringUtils.hpp
    N src/lib/libssl/src/lib/libssl/src/MacOS/GetHTTPS.src/ErrorHandling.cpp
    N src/lib/libssl/src/lib/libssl/src/MacOS/GetHTTPS.src/ErrorHandling.hpp
    N src/lib/libssl/src/lib/libssl/src/MacOS/GetHTTPS.src/GetHTTPS.cpp
    N src/lib/libssl/src/lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.cpp
    N src/lib/libssl/src/lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.h
    I src/lib/libssl/src/lib/libssl/src/Netware/CVS
    N src/lib/libssl/src/lib/libssl/src/Netware/build.bat
    N src/lib/libssl/src/lib/libssl/src/Netware/cpy_tests.bat
    N src/lib/libssl/src/lib/libssl/src/Netware/do_tests.pl
    N src/lib/libssl/src/lib/libssl/src/Netware/globals.txt
    N src/lib/libssl/src/lib/libssl/src/Netware/readme.txt
    N src/lib/libssl/src/lib/libssl/src/Netware/set_env.bat
    I src/lib/libssl/src/lib/libssl/src/VMS/CVS
    N src/lib/libssl/src/lib/libssl/src/VMS/TODO
    N src/lib/libssl/src/lib/libssl/src/VMS/VMSify-conf.pl
    N src/lib/libssl/src/lib/libssl/src/VMS/WISHLIST.TXT
    N src/lib/libssl/src/lib/libssl/src/VMS/install-vms.com
    N src/lib/libssl/src/lib/libssl/src/VMS/install.com
    N src/lib/libssl/src/lib/libssl/src/VMS/mkshared.com
    N src/lib/libssl/src/lib/libssl/src/VMS/multinet_shr.opt
    N src/lib/libssl/src/lib/libssl/src/VMS/openssl_startup.com
    N src/lib/libssl/src/lib/libssl/src/VMS/openssl_undo.com
    N src/lib/libssl/src/lib/libssl/src/VMS/openssl_utils.com
    N src/lib/libssl/src/lib/libssl/src/VMS/socketshr_shr.opt
    N src/lib/libssl/src/lib/libssl/src/VMS/tcpip_shr_decc.opt
    N src/lib/libssl/src/lib/libssl/src/VMS/test-includes.com
    N src/lib/libssl/src/lib/libssl/src/VMS/ucx_shr_decc.opt
    N src/lib/libssl/src/lib/libssl/src/VMS/ucx_shr_decc_log.opt
    N src/lib/libssl/src/lib/libssl/src/VMS/ucx_shr_vaxc.opt
    I src/lib/libssl/src/lib/libssl/src/apps/CVS
    N src/lib/libssl/src/lib/libssl/src/apps/CA.com
    N src/lib/libssl/src/lib/libssl/src/apps/CA.pl.in
    N src/lib/libssl/src/lib/libssl/src/apps/CA.sh
    N src/lib/libssl/src/lib/libssl/src/apps/Makefile
    N src/lib/libssl/src/lib/libssl/src/apps/app_rand.c
    N src/lib/libssl/src/lib/libssl/src/apps/apps.c
    N src/lib/libssl/src/lib/libssl/src/apps/apps.h
    N src/lib/libssl/src/lib/libssl/src/apps/asn1pars.c
    N src/lib/libssl/src/lib/libssl/src/apps/ca-cert.srl
    N src/lib/libssl/src/lib/libssl/src/apps/ca-key.pem
    N src/lib/libssl/src/lib/libssl/src/apps/ca-req.pem
    N src/lib/libssl/src/lib/libssl/src/apps/ca.c
    N src/lib/libssl/src/lib/libssl/src/apps/cert.pem
    N src/lib/libssl/src/lib/libssl/src/apps/ciphers.c
    N src/lib/libssl/src/lib/libssl/src/apps/client.pem
    N src/lib/libssl/src/lib/libssl/src/apps/cms.c
    N src/lib/libssl/src/lib/libssl/src/apps/crl.c
    N src/lib/libssl/src/lib/libssl/src/apps/crl2p7.c
    N src/lib/libssl/src/lib/libssl/src/apps/dgst.c
    N src/lib/libssl/src/lib/libssl/src/apps/dh.c
    N src/lib/libssl/src/lib/libssl/src/apps/dh1024.pem
    N src/lib/libssl/src/lib/libssl/src/apps/dh2048.pem
    N src/lib/libssl/src/lib/libssl/src/apps/dh4096.pem
    N src/lib/libssl/src/lib/libssl/src/apps/dh512.pem
    N src/lib/libssl/src/lib/libssl/src/apps/dhparam.c
    N src/lib/libssl/src/lib/libssl/src/apps/dsa-ca.pem
    N src/lib/libssl/src/lib/libssl/src/apps/dsa-pca.pem
    N src/lib/libssl/src/lib/libssl/src/apps/dsa.c
    N src/lib/libssl/src/lib/libssl/src/apps/dsa1024.pem
    N src/lib/libssl/src/lib/libssl/src/apps/dsa512.pem
    N src/lib/libssl/src/lib/libssl/src/apps/dsap.pem
    N src/lib/libssl/src/lib/libssl/src/apps/dsaparam.c
    N src/lib/libssl/src/lib/libssl/src/apps/ec.c
    N src/lib/libssl/src/lib/libssl/src/apps/ecparam.c
    N src/lib/libssl/src/lib/libssl/src/apps/enc.c
    N src/lib/libssl/src/lib/libssl/src/apps/engine.c
    N src/lib/libssl/src/lib/libssl/src/apps/errstr.c
    N src/lib/libssl/src/lib/libssl/src/apps/gendh.c
    N src/lib/libssl/src/lib/libssl/src/apps/gendsa.c
    N src/lib/libssl/src/lib/libssl/src/apps/genpkey.c
    N src/lib/libssl/src/lib/libssl/src/apps/genrsa.c
    N src/lib/libssl/src/lib/libssl/src/apps/install-apps.com
    N src/lib/libssl/src/lib/libssl/src/apps/install.com
    N src/lib/libssl/src/lib/libssl/src/apps/makeapps.com
    N src/lib/libssl/src/lib/libssl/src/apps/nseq.c
    N src/lib/libssl/src/lib/libssl/src/apps/ocsp.c
    N src/lib/libssl/src/lib/libssl/src/apps/oid.cnf
    N src/lib/libssl/src/lib/libssl/src/apps/openssl-vms.cnf
    N src/lib/libssl/src/lib/libssl/src/apps/openssl.c
    N src/lib/libssl/src/lib/libssl/src/apps/openssl.cnf
    N src/lib/libssl/src/lib/libssl/src/apps/passwd.c
    N src/lib/libssl/src/lib/libssl/src/apps/pca-cert.srl
    N src/lib/libssl/src/lib/libssl/src/apps/pca-key.pem
    N src/lib/libssl/src/lib/libssl/src/apps/pca-req.pem
    N src/lib/libssl/src/lib/libssl/src/apps/pkcs12.c
    N src/lib/libssl/src/lib/libssl/src/apps/pkcs7.c
    N src/lib/libssl/src/lib/libssl/src/apps/pkcs8.c
    N src/lib/libssl/src/lib/libssl/src/apps/pkey.c
    N src/lib/libssl/src/lib/libssl/src/apps/pkeyparam.c
    N src/lib/libssl/src/lib/libssl/src/apps/pkeyutl.c
    N src/lib/libssl/src/lib/libssl/src/apps/prime.c
    N src/lib/libssl/src/lib/libssl/src/apps/privkey.pem
    N src/lib/libssl/src/lib/libssl/src/apps/progs.h
    N src/lib/libssl/src/lib/libssl/src/apps/progs.pl
    N src/lib/libssl/src/lib/libssl/src/apps/rand.c
    N src/lib/libssl/src/lib/libssl/src/apps/req.c
    N src/lib/libssl/src/lib/libssl/src/apps/req.pem
    N src/lib/libssl/src/lib/libssl/src/apps/rsa.c
    N src/lib/libssl/src/lib/libssl/src/apps/rsa8192.pem
    N src/lib/libssl/src/lib/libssl/src/apps/rsautl.c
    N src/lib/libssl/src/lib/libssl/src/apps/s1024key.pem
    N src/lib/libssl/src/lib/libssl/src/apps/s1024req.pem
    N src/lib/libssl/src/lib/libssl/src/apps/s512-key.pem
    N src/lib/libssl/src/lib/libssl/src/apps/s512-req.pem
    N src/lib/libssl/src/lib/libssl/src/apps/s_apps.h
    N src/lib/libssl/src/lib/libssl/src/apps/s_cb.c
    N src/lib/libssl/src/lib/libssl/src/apps/s_client.c
    N src/lib/libssl/src/lib/libssl/src/apps/s_server.c
    N src/lib/libssl/src/lib/libssl/src/apps/s_socket.c
    N src/lib/libssl/src/lib/libssl/src/apps/s_time.c
    N src/lib/libssl/src/lib/libssl/src/apps/server.pem
    N src/lib/libssl/src/lib/libssl/src/apps/server.srl
    N src/lib/libssl/src/lib/libssl/src/apps/server2.pem
    N src/lib/libssl/src/lib/libssl/src/apps/sess_id.c
    N src/lib/libssl/src/lib/libssl/src/apps/smime.c
    N src/lib/libssl/src/lib/libssl/src/apps/speed.c
    N src/lib/libssl/src/lib/libssl/src/apps/spkac.c
    N src/lib/libssl/src/lib/libssl/src/apps/srp.c
    N src/lib/libssl/src/lib/libssl/src/apps/testCA.pem
    N src/lib/libssl/src/lib/libssl/src/apps/testdsa.h
    N src/lib/libssl/src/lib/libssl/src/apps/testrsa.h
    N src/lib/libssl/src/lib/libssl/src/apps/timeouts.h
    N src/lib/libssl/src/lib/libssl/src/apps/ts.c
    N src/lib/libssl/src/lib/libssl/src/apps/tsget
    N src/lib/libssl/src/lib/libssl/src/apps/verify.c
    N src/lib/libssl/src/lib/libssl/src/apps/version.c
    N src/lib/libssl/src/lib/libssl/src/apps/vms_decc_init.c
    N src/lib/libssl/src/lib/libssl/src/apps/winrand.c
    N src/lib/libssl/src/lib/libssl/src/apps/x509.c
    I src/lib/libssl/src/lib/libssl/src/apps/set/CVS
    N src/lib/libssl/src/lib/libssl/src/apps/set/set-g-ca.pem
    N src/lib/libssl/src/lib/libssl/src/apps/set/set-m-ca.pem
    N src/lib/libssl/src/lib/libssl/src/apps/set/set_b_ca.pem
    N src/lib/libssl/src/lib/libssl/src/apps/set/set_c_ca.pem
    N src/lib/libssl/src/lib/libssl/src/apps/set/set_d_ct.pem
    N src/lib/libssl/src/lib/libssl/src/apps/set/set_root.pem
    I src/lib/libssl/src/lib/libssl/src/apps/demoCA/CVS
    N src/lib/libssl/src/lib/libssl/src/apps/demoCA/cacert.pem
    N src/lib/libssl/src/lib/libssl/src/apps/demoCA/index.txt
    N src/lib/libssl/src/lib/libssl/src/apps/demoCA/serial
    I src/lib/libssl/src/lib/libssl/src/apps/demoCA/private/CVS
    N src/lib/libssl/src/lib/libssl/src/apps/demoCA/private/cakey.pem
    I src/lib/libssl/src/lib/libssl/src/apps/demoSRP/CVS
    N src/lib/libssl/src/lib/libssl/src/apps/demoSRP/srp_verifier.txt
    N src/lib/libssl/src/lib/libssl/src/apps/demoSRP/srp_verifier.txt.attr
    I src/lib/libssl/src/lib/libssl/src/bugs/CVS
    N src/lib/libssl/src/lib/libssl/src/bugs/MS
    N src/lib/libssl/src/lib/libssl/src/bugs/SSLv3
    N src/lib/libssl/src/lib/libssl/src/bugs/alpha.c
    N src/lib/libssl/src/lib/libssl/src/bugs/dggccbug.c
    N src/lib/libssl/src/lib/libssl/src/bugs/sgiccbug.c
    N src/lib/libssl/src/lib/libssl/src/bugs/sslref.dif
    N src/lib/libssl/src/lib/libssl/src/bugs/stream.c
    N src/lib/libssl/src/lib/libssl/src/bugs/ultrixcc.c
    I src/lib/libssl/src/lib/libssl/src/certs/CVS
    N src/lib/libssl/src/lib/libssl/src/certs/README.RootCerts
    I src/lib/libssl/src/lib/libssl/src/certs/demo/CVS
    N src/lib/libssl/src/lib/libssl/src/certs/demo/ca-cert.pem
    N src/lib/libssl/src/lib/libssl/src/certs/demo/dsa-ca.pem
    N src/lib/libssl/src/lib/libssl/src/certs/demo/dsa-pca.pem
    N src/lib/libssl/src/lib/libssl/src/certs/demo/pca-cert.pem
    I src/lib/libssl/src/lib/libssl/src/certs/expired/CVS
    N src/lib/libssl/src/lib/libssl/src/certs/expired/ICE.crl
    I src/lib/libssl/src/lib/libssl/src/crypto/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/LPdir_nyi.c
    N src/lib/libssl/src/lib/libssl/src/crypto/LPdir_unix.c
    N src/lib/libssl/src/lib/libssl/src/crypto/LPdir_vms.c
    N src/lib/libssl/src/lib/libssl/src/crypto/LPdir_win.c
    N src/lib/libssl/src/lib/libssl/src/crypto/LPdir_win32.c
    N src/lib/libssl/src/lib/libssl/src/crypto/LPdir_wince.c
    N src/lib/libssl/src/lib/libssl/src/crypto/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/alphacpuid.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/arm_arch.h
    N src/lib/libssl/src/lib/libssl/src/crypto/armcap.c
    N src/lib/libssl/src/lib/libssl/src/crypto/armv4cpuid.S
    N src/lib/libssl/src/lib/libssl/src/crypto/buildinf.h
    N src/lib/libssl/src/lib/libssl/src/crypto/cpt_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/cryptlib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/cryptlib.h
    N src/lib/libssl/src/lib/libssl/src/crypto/crypto-lib.com
    N src/lib/libssl/src/lib/libssl/src/crypto/crypto.h
    N src/lib/libssl/src/lib/libssl/src/crypto/cversion.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ebcdic.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ebcdic.h
    N src/lib/libssl/src/lib/libssl/src/crypto/ex_data.c
    N src/lib/libssl/src/lib/libssl/src/crypto/fips_ers.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ia64cpuid.S
    N src/lib/libssl/src/lib/libssl/src/crypto/install-crypto.com
    N src/lib/libssl/src/lib/libssl/src/crypto/install.com
    N src/lib/libssl/src/lib/libssl/src/crypto/md32_common.h
    N src/lib/libssl/src/lib/libssl/src/crypto/mem.c
    N src/lib/libssl/src/lib/libssl/src/crypto/mem_clr.c
    N src/lib/libssl/src/lib/libssl/src/crypto/mem_dbg.c
    N src/lib/libssl/src/lib/libssl/src/crypto/o_dir.c
    N src/lib/libssl/src/lib/libssl/src/crypto/o_dir.h
    N src/lib/libssl/src/lib/libssl/src/crypto/o_dir_test.c
    N src/lib/libssl/src/lib/libssl/src/crypto/o_fips.c
    N src/lib/libssl/src/lib/libssl/src/crypto/o_init.c
    N src/lib/libssl/src/lib/libssl/src/crypto/o_str.c
    N src/lib/libssl/src/lib/libssl/src/crypto/o_str.h
    N src/lib/libssl/src/lib/libssl/src/crypto/o_time.c
    N src/lib/libssl/src/lib/libssl/src/crypto/o_time.h
    N src/lib/libssl/src/lib/libssl/src/crypto/opensslconf.h.in
    N src/lib/libssl/src/lib/libssl/src/crypto/opensslv.h
    N src/lib/libssl/src/lib/libssl/src/crypto/ossl_typ.h
    N src/lib/libssl/src/lib/libssl/src/crypto/pariscid.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/ppccap.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ppccpuid.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/s390xcap.c
    N src/lib/libssl/src/lib/libssl/src/crypto/s390xcpuid.S
    N src/lib/libssl/src/lib/libssl/src/crypto/sparccpuid.S
    N src/lib/libssl/src/lib/libssl/src/crypto/sparcv9cap.c
    N src/lib/libssl/src/lib/libssl/src/crypto/symhacks.h
    N src/lib/libssl/src/lib/libssl/src/crypto/uid.c
    N src/lib/libssl/src/lib/libssl/src/crypto/vms_rms.h
    N src/lib/libssl/src/lib/libssl/src/crypto/x86_64cpuid.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/x86cpuid.pl
    I src/lib/libssl/src/lib/libssl/src/crypto/aes/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/README
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/aes.h
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/aes_cbc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/aes_cfb.c
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/aes_core.c
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/aes_ctr.c
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/aes_ecb.c
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/aes_ige.c
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/aes_locl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/aes_misc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/aes_ofb.c
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/aes_wrap.c
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/aes_x86core.c
    I src/lib/libssl/src/lib/libssl/src/crypto/aes/asm/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/asm/aes-586.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/asm/aes-armv4.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/asm/aes-ia64.S
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/asm/aes-mips.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/asm/aes-parisc.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/asm/aes-ppc.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/asm/aes-s390x.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/asm/aes-sparcv9.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/asm/aes-x86_64.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/asm/aesni-sha1-x86_64.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/asm/aesni-x86.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/asm/aesni-x86_64.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/asm/bsaes-x86_64.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/asm/vpaes-x86.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/aes/asm/vpaes-x86_64.pl
    I src/lib/libssl/src/lib/libssl/src/crypto/asn1/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/a_bitstr.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/a_bool.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/a_bytes.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/a_d2i_fp.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/a_digest.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/a_dup.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/a_enum.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/a_gentm.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/a_i2d_fp.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/a_int.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/a_mbstr.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/a_object.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/a_octet.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/a_print.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/a_set.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/a_sign.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/a_strex.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/a_strnid.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/a_time.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/a_type.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/a_utctm.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/a_utf8.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/a_verify.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/ameth_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/asn1.h
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/asn1_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/asn1_gen.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/asn1_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/asn1_locl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/asn1_mac.h
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/asn1_par.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/asn1t.h
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/asn_mime.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/asn_moid.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/asn_pack.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/bio_asn1.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/bio_ndef.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/charmap.h
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/charmap.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/d2i_pr.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/d2i_pu.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/evp_asn1.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/f_enum.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/f_int.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/f_string.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/i2d_pr.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/i2d_pu.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/n_pkey.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/nsseq.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/p5_pbe.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/p5_pbev2.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/p8_pkey.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/t_bitst.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/t_crl.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/t_pkey.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/t_req.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/t_spki.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/t_x509.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/t_x509a.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/tasn_dec.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/tasn_enc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/tasn_fre.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/tasn_new.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/tasn_prn.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/tasn_typ.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/tasn_utl.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/x_algor.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/x_attrib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/x_bignum.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/x_crl.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/x_exten.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/x_info.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/x_long.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/x_name.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/x_nx509.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/x_pkey.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/x_pubkey.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/x_req.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/x_sig.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/x_spki.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/x_val.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/x_x509.c
    N src/lib/libssl/src/lib/libssl/src/crypto/asn1/x_x509a.c
    I src/lib/libssl/src/lib/libssl/src/crypto/bf/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/bf/COPYRIGHT
    N src/lib/libssl/src/lib/libssl/src/crypto/bf/INSTALL
    N src/lib/libssl/src/lib/libssl/src/crypto/bf/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/bf/README
    N src/lib/libssl/src/lib/libssl/src/crypto/bf/VERSION
    N src/lib/libssl/src/lib/libssl/src/crypto/bf/bf_cbc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bf/bf_cfb64.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bf/bf_ecb.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bf/bf_enc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bf/bf_locl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/bf/bf_ofb64.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bf/bf_opts.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bf/bf_pi.h
    N src/lib/libssl/src/lib/libssl/src/crypto/bf/bf_skey.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bf/bfs.cpp
    N src/lib/libssl/src/lib/libssl/src/crypto/bf/bfspeed.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bf/bftest.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bf/blowfish.h
    I src/lib/libssl/src/lib/libssl/src/crypto/bf/asm/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/bf/asm/bf-586.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bf/asm/bf-686.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bf/asm/readme
    I src/lib/libssl/src/lib/libssl/src/crypto/bio/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/bio/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/bio/b_dump.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bio/b_print.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bio/b_sock.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bio/bf_buff.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bio/bf_lbuf.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bio/bf_nbio.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bio/bf_null.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bio/bio.h
    N src/lib/libssl/src/lib/libssl/src/crypto/bio/bio_cb.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bio/bio_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bio/bio_lcl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/bio/bio_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bio/bss_acpt.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bio/bss_bio.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bio/bss_conn.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bio/bss_dgram.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bio/bss_fd.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bio/bss_file.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bio/bss_log.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bio/bss_mem.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bio/bss_null.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bio/bss_rtcp.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bio/bss_sock.c
    I src/lib/libssl/src/lib/libssl/src/crypto/bn/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn.h
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn.mul
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_add.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_asm.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_blind.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_const.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_ctx.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_depr.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_div.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_exp.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_exp2.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_gcd.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_gf2m.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_kron.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_lcl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_mod.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_mont.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_mpi.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_mul.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_nist.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_prime.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_prime.h
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_prime.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_print.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_rand.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_recp.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_shift.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_sqr.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_sqrt.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_word.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bn_x931p.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bnspeed.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/bntest.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/divtest.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/exp.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/expspeed.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/exptest.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/todo
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/vms-helper.c
    I src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/README
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/alpha-mont.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/armv4-gf2m.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/armv4-mont.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/bn-586.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/co-586.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/ia64-mont.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/ia64.S
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/mips-mont.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/mips.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/mips3-mont.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/mips3.s
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/modexp512-x86_64.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/pa-risc2.s
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/pa-risc2W.s
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/parisc-mont.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/ppc-mont.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/ppc.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/ppc64-mont.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/s390x-gf2m.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/s390x-mont.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/s390x.S
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/sparcv8.S
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/sparcv8plus.S
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/sparcv9-mont.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/sparcv9a-mont.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/via-mont.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/vms.mar
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/x86-gf2m.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/x86-mont.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/x86.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/x86_64-gcc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/x86_64-gf2m.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/x86_64-mont.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/x86_64-mont5.pl
    I src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/x86/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/x86/add.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/x86/comba.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/x86/div.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/x86/f
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/x86/mul.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/x86/mul_add.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/x86/sqr.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/bn/asm/x86/sub.pl
    I src/lib/libssl/src/lib/libssl/src/crypto/buffer/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/buffer/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/buffer/buf_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/buffer/buf_str.c
    N src/lib/libssl/src/lib/libssl/src/crypto/buffer/buffer.c
    N src/lib/libssl/src/lib/libssl/src/crypto/buffer/buffer.h
    I src/lib/libssl/src/lib/libssl/src/crypto/camellia/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/camellia/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/camellia/camellia.c
    N src/lib/libssl/src/lib/libssl/src/crypto/camellia/camellia.h
    N src/lib/libssl/src/lib/libssl/src/crypto/camellia/cmll_cbc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/camellia/cmll_cfb.c
    N src/lib/libssl/src/lib/libssl/src/crypto/camellia/cmll_ctr.c
    N src/lib/libssl/src/lib/libssl/src/crypto/camellia/cmll_ecb.c
    N src/lib/libssl/src/lib/libssl/src/crypto/camellia/cmll_locl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/camellia/cmll_misc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/camellia/cmll_ofb.c
    N src/lib/libssl/src/lib/libssl/src/crypto/camellia/cmll_utl.c
    I src/lib/libssl/src/lib/libssl/src/crypto/camellia/asm/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/camellia/asm/cmll-x86.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/camellia/asm/cmll-x86_64.pl
    I src/lib/libssl/src/lib/libssl/src/crypto/cast/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/cast/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/cast/c_cfb64.c
    N src/lib/libssl/src/lib/libssl/src/crypto/cast/c_ecb.c
    N src/lib/libssl/src/lib/libssl/src/crypto/cast/c_enc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/cast/c_ofb64.c
    N src/lib/libssl/src/lib/libssl/src/crypto/cast/c_skey.c
    N src/lib/libssl/src/lib/libssl/src/crypto/cast/cast.h
    N src/lib/libssl/src/lib/libssl/src/crypto/cast/cast_lcl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/cast/cast_s.h
    N src/lib/libssl/src/lib/libssl/src/crypto/cast/cast_spd.c
    N src/lib/libssl/src/lib/libssl/src/crypto/cast/castopts.c
    N src/lib/libssl/src/lib/libssl/src/crypto/cast/casts.cpp
    N src/lib/libssl/src/lib/libssl/src/crypto/cast/casttest.c
    I src/lib/libssl/src/lib/libssl/src/crypto/cast/asm/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/cast/asm/cast-586.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/cast/asm/readme
    I src/lib/libssl/src/lib/libssl/src/crypto/cmac/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/cmac/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/cmac/cm_ameth.c
    N src/lib/libssl/src/lib/libssl/src/crypto/cmac/cm_pmeth.c
    N src/lib/libssl/src/lib/libssl/src/crypto/cmac/cmac.c
    N src/lib/libssl/src/lib/libssl/src/crypto/cmac/cmac.h
    I src/lib/libssl/src/lib/libssl/src/crypto/cms/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/cms/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/cms/cms.h
    N src/lib/libssl/src/lib/libssl/src/crypto/cms/cms_asn1.c
    N src/lib/libssl/src/lib/libssl/src/crypto/cms/cms_att.c
    N src/lib/libssl/src/lib/libssl/src/crypto/cms/cms_cd.c
    N src/lib/libssl/src/lib/libssl/src/crypto/cms/cms_dd.c
    N src/lib/libssl/src/lib/libssl/src/crypto/cms/cms_enc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/cms/cms_env.c
    N src/lib/libssl/src/lib/libssl/src/crypto/cms/cms_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/cms/cms_ess.c
    N src/lib/libssl/src/lib/libssl/src/crypto/cms/cms_io.c
    N src/lib/libssl/src/lib/libssl/src/crypto/cms/cms_lcl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/cms/cms_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/cms/cms_pwri.c
    N src/lib/libssl/src/lib/libssl/src/crypto/cms/cms_sd.c
    N src/lib/libssl/src/lib/libssl/src/crypto/cms/cms_smime.c
    I src/lib/libssl/src/lib/libssl/src/crypto/comp/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/comp/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/comp/c_rle.c
    N src/lib/libssl/src/lib/libssl/src/crypto/comp/c_zlib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/comp/comp.h
    N src/lib/libssl/src/lib/libssl/src/crypto/comp/comp_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/comp/comp_lib.c
    I src/lib/libssl/src/lib/libssl/src/crypto/conf/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/conf/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/conf/README
    N src/lib/libssl/src/lib/libssl/src/crypto/conf/cnf_save.c
    N src/lib/libssl/src/lib/libssl/src/crypto/conf/conf.h
    N src/lib/libssl/src/lib/libssl/src/crypto/conf/conf_api.c
    N src/lib/libssl/src/lib/libssl/src/crypto/conf/conf_api.h
    N src/lib/libssl/src/lib/libssl/src/crypto/conf/conf_def.c
    N src/lib/libssl/src/lib/libssl/src/crypto/conf/conf_def.h
    N src/lib/libssl/src/lib/libssl/src/crypto/conf/conf_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/conf/conf_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/conf/conf_mall.c
    N src/lib/libssl/src/lib/libssl/src/crypto/conf/conf_mod.c
    N src/lib/libssl/src/lib/libssl/src/crypto/conf/conf_sap.c
    N src/lib/libssl/src/lib/libssl/src/crypto/conf/keysets.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/conf/ssleay.cnf
    N src/lib/libssl/src/lib/libssl/src/crypto/conf/test.c
    I src/lib/libssl/src/lib/libssl/src/crypto/des/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/des/COPYRIGHT
    N src/lib/libssl/src/lib/libssl/src/crypto/des/DES.pm
    N src/lib/libssl/src/lib/libssl/src/crypto/des/DES.xs
    N src/lib/libssl/src/lib/libssl/src/crypto/des/FILES0
    N src/lib/libssl/src/lib/libssl/src/crypto/des/INSTALL
    N src/lib/libssl/src/lib/libssl/src/crypto/des/Imakefile
    N src/lib/libssl/src/lib/libssl/src/crypto/des/KERBEROS
    N src/lib/libssl/src/lib/libssl/src/crypto/des/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/des/README
    N src/lib/libssl/src/lib/libssl/src/crypto/des/VERSION
    N src/lib/libssl/src/lib/libssl/src/crypto/des/cbc3_enc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/cbc_cksm.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/cbc_enc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/cfb64ede.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/cfb64enc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/cfb_enc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/des-lib.com
    N src/lib/libssl/src/lib/libssl/src/crypto/des/des.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/des.h
    N src/lib/libssl/src/lib/libssl/src/crypto/des/des.pod
    N src/lib/libssl/src/lib/libssl/src/crypto/des/des3s.cpp
    N src/lib/libssl/src/lib/libssl/src/crypto/des/des_enc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/des_locl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/des/des_old.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/des_old.h
    N src/lib/libssl/src/lib/libssl/src/crypto/des/des_old2.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/des_opts.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/des_ver.h
    N src/lib/libssl/src/lib/libssl/src/crypto/des/dess.cpp
    N src/lib/libssl/src/lib/libssl/src/crypto/des/destest.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/ecb3_enc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/ecb_enc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/ede_cbcm_enc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/enc_read.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/enc_writ.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/fcrypt.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/fcrypt_b.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/makefile.bc
    N src/lib/libssl/src/lib/libssl/src/crypto/des/ncbc_enc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/ofb64ede.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/ofb64enc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/ofb_enc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/options.txt
    N src/lib/libssl/src/lib/libssl/src/crypto/des/pcbc_enc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/qud_cksm.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/rand_key.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/read2pwd.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/read_pwd.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/rpc_des.h
    N src/lib/libssl/src/lib/libssl/src/crypto/des/rpc_enc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/rpw.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/set_key.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/speed.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/spr.h
    N src/lib/libssl/src/lib/libssl/src/crypto/des/str2key.c
    N src/lib/libssl/src/lib/libssl/src/crypto/des/typemap
    N src/lib/libssl/src/lib/libssl/src/crypto/des/xcbc_enc.c
    I src/lib/libssl/src/lib/libssl/src/crypto/des/asm/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/des/asm/crypt586.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/des/asm/des-586.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/des/asm/des_enc.m4
    N src/lib/libssl/src/lib/libssl/src/crypto/des/asm/desboth.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/des/asm/readme
    I src/lib/libssl/src/lib/libssl/src/crypto/des/t/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/des/t/test
    I src/lib/libssl/src/lib/libssl/src/crypto/des/times/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/des/times/486-50.sol
    N src/lib/libssl/src/lib/libssl/src/crypto/des/times/586-100.lnx
    N src/lib/libssl/src/lib/libssl/src/crypto/des/times/686-200.fre
    N src/lib/libssl/src/lib/libssl/src/crypto/des/times/aix.cc
    N src/lib/libssl/src/lib/libssl/src/crypto/des/times/alpha.cc
    N src/lib/libssl/src/lib/libssl/src/crypto/des/times/hpux.cc
    N src/lib/libssl/src/lib/libssl/src/crypto/des/times/sparc.gcc
    N src/lib/libssl/src/lib/libssl/src/crypto/des/times/usparc.cc
    I src/lib/libssl/src/lib/libssl/src/crypto/dh/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/dh/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/dh/dh.h
    N src/lib/libssl/src/lib/libssl/src/crypto/dh/dh1024.pem
    N src/lib/libssl/src/lib/libssl/src/crypto/dh/dh192.pem
    N src/lib/libssl/src/lib/libssl/src/crypto/dh/dh2048.pem
    N src/lib/libssl/src/lib/libssl/src/crypto/dh/dh4096.pem
    N src/lib/libssl/src/lib/libssl/src/crypto/dh/dh512.pem
    N src/lib/libssl/src/lib/libssl/src/crypto/dh/dh_ameth.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dh/dh_asn1.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dh/dh_check.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dh/dh_depr.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dh/dh_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dh/dh_gen.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dh/dh_key.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dh/dh_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dh/dh_pmeth.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dh/dh_prn.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dh/dhtest.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dh/example
    N src/lib/libssl/src/lib/libssl/src/crypto/dh/generate
    N src/lib/libssl/src/lib/libssl/src/crypto/dh/p1024.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dh/p192.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dh/p512.c
    I src/lib/libssl/src/lib/libssl/src/crypto/dsa/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/dsa/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/dsa/README
    N src/lib/libssl/src/lib/libssl/src/crypto/dsa/dsa.h
    N src/lib/libssl/src/lib/libssl/src/crypto/dsa/dsa_ameth.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dsa/dsa_asn1.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dsa/dsa_depr.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dsa/dsa_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dsa/dsa_gen.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dsa/dsa_key.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dsa/dsa_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dsa/dsa_locl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/dsa/dsa_ossl.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dsa/dsa_pmeth.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dsa/dsa_prn.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dsa/dsa_sign.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dsa/dsa_vrf.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dsa/dsagen.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dsa/dsatest.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dsa/fips186a.txt
    I src/lib/libssl/src/lib/libssl/src/crypto/dso/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/dso/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/dso/README
    N src/lib/libssl/src/lib/libssl/src/crypto/dso/dso.h
    N src/lib/libssl/src/lib/libssl/src/crypto/dso/dso_beos.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dso/dso_dl.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dso/dso_dlfcn.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dso/dso_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dso/dso_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dso/dso_null.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dso/dso_openssl.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dso/dso_vms.c
    N src/lib/libssl/src/lib/libssl/src/crypto/dso/dso_win32.c
    I src/lib/libssl/src/lib/libssl/src/crypto/ec/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ec.h
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ec2_mult.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ec2_oct.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ec2_smpl.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ec_ameth.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ec_asn1.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ec_check.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ec_curve.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ec_cvt.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ec_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ec_key.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ec_lcl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ec_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ec_mult.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ec_oct.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ec_pmeth.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ec_print.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/eck_prn.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ecp_mont.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ecp_nist.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ecp_nistp224.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ecp_nistp256.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ecp_nistp521.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ecp_nistputil.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ecp_oct.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ecp_smpl.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ec/ectest.c
    I src/lib/libssl/src/lib/libssl/src/crypto/ecdh/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/ecdh/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/ecdh/ecdh.h
    N src/lib/libssl/src/lib/libssl/src/crypto/ecdh/ecdhtest.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ecdh/ech_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ecdh/ech_key.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ecdh/ech_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ecdh/ech_locl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/ecdh/ech_ossl.c
    I src/lib/libssl/src/lib/libssl/src/crypto/ecdsa/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/ecdsa/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/ecdsa/ecdsa.h
    N src/lib/libssl/src/lib/libssl/src/crypto/ecdsa/ecdsatest.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ecdsa/ecs_asn1.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ecdsa/ecs_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ecdsa/ecs_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ecdsa/ecs_locl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/ecdsa/ecs_ossl.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ecdsa/ecs_sign.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ecdsa/ecs_vrf.c
    I src/lib/libssl/src/lib/libssl/src/crypto/engine/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/README
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/eng_aesni.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/eng_all.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/eng_cnf.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/eng_cryptodev.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/eng_ctrl.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/eng_dyn.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/eng_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/eng_fat.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/eng_init.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/eng_int.h
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/eng_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/eng_list.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/eng_openssl.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/eng_padlock.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/eng_pkey.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/eng_rdrand.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/eng_rsax.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/eng_table.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/engine.h
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/enginetest.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/tb_asnmth.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/hw_cryptodev.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/tb_cipher.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/tb_dh.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/tb_digest.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/tb_dsa.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/tb_ecdh.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/tb_ecdsa.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/tb_pkmeth.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/tb_rand.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/tb_rsa.c
    N src/lib/libssl/src/lib/libssl/src/crypto/engine/tb_store.c
    I src/lib/libssl/src/lib/libssl/src/crypto/err/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/err/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/err/err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/err/err.h
    N src/lib/libssl/src/lib/libssl/src/crypto/err/err_all.c
    N src/lib/libssl/src/lib/libssl/src/crypto/err/err_prn.c
    N src/lib/libssl/src/lib/libssl/src/crypto/err/openssl.ec
    I src/lib/libssl/src/lib/libssl/src/crypto/evp/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/bio_b64.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/bio_enc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/bio_md.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/bio_ok.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/c_all.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/c_allc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/c_alld.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/digest.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/e_aes.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/e_aes_cbc_hmac_sha1.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/e_bf.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/e_camellia.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/e_cast.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/e_des.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/e_des3.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/e_dsa.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/e_idea.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/e_null.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/e_old.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/e_rc2.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/e_rc4.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/e_rc4_hmac_md5.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/e_rc5.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/e_seed.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/e_xcbc_d.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/encode.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/evp.h
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/evp_acnf.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/evp_enc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/evp_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/evp_fips.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/evp_key.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/evp_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/evp_locl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/evp_pbe.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/evp_pkey.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/evp_test.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/evptests.txt
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/m_dss.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/m_dss1.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/m_ecdsa.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/m_md2.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/m_md4.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/m_md5.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/m_mdc2.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/m_null.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/m_ripemd.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/m_sha.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/m_sha1.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/m_sigver.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/m_wp.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/names.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/openbsd_hw.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/p5_crpt.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/p5_crpt2.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/p_dec.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/p_enc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/p_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/p_open.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/p_seal.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/p_sign.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/p_verify.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/pmeth_fn.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/pmeth_gn.c
    N src/lib/libssl/src/lib/libssl/src/crypto/evp/pmeth_lib.c
    I src/lib/libssl/src/lib/libssl/src/crypto/hmac/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/hmac/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/hmac/hm_ameth.c
    N src/lib/libssl/src/lib/libssl/src/crypto/hmac/hm_pmeth.c
    N src/lib/libssl/src/lib/libssl/src/crypto/hmac/hmac.c
    N src/lib/libssl/src/lib/libssl/src/crypto/hmac/hmac.h
    N src/lib/libssl/src/lib/libssl/src/crypto/hmac/hmactest.c
    I src/lib/libssl/src/lib/libssl/src/crypto/idea/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/idea/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/idea/i_cbc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/idea/i_cfb64.c
    N src/lib/libssl/src/lib/libssl/src/crypto/idea/i_ecb.c
    N src/lib/libssl/src/lib/libssl/src/crypto/idea/i_ofb64.c
    N src/lib/libssl/src/lib/libssl/src/crypto/idea/i_skey.c
    N src/lib/libssl/src/lib/libssl/src/crypto/idea/idea.h
    N src/lib/libssl/src/lib/libssl/src/crypto/idea/idea_lcl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/idea/idea_spd.c
    N src/lib/libssl/src/lib/libssl/src/crypto/idea/ideatest.c
    N src/lib/libssl/src/lib/libssl/src/crypto/idea/version
    I src/lib/libssl/src/lib/libssl/src/crypto/jpake/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/jpake/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/jpake/jpake.c
    N src/lib/libssl/src/lib/libssl/src/crypto/jpake/jpake.h
    N src/lib/libssl/src/lib/libssl/src/crypto/jpake/jpake_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/jpake/jpaketest.c
    I src/lib/libssl/src/lib/libssl/src/crypto/krb5/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/krb5/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/krb5/krb5_asn.c
    N src/lib/libssl/src/lib/libssl/src/crypto/krb5/krb5_asn.h
    I src/lib/libssl/src/lib/libssl/src/crypto/lhash/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/lhash/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/lhash/lh_stats.c
    N src/lib/libssl/src/lib/libssl/src/crypto/lhash/lh_test.c
    N src/lib/libssl/src/lib/libssl/src/crypto/lhash/lhash.c
    N src/lib/libssl/src/lib/libssl/src/crypto/lhash/lhash.h
    N src/lib/libssl/src/lib/libssl/src/crypto/lhash/num.pl
    I src/lib/libssl/src/lib/libssl/src/crypto/md2/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/md2/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/md2/md2.c
    N src/lib/libssl/src/lib/libssl/src/crypto/md2/md2.h
    N src/lib/libssl/src/lib/libssl/src/crypto/md2/md2_dgst.c
    N src/lib/libssl/src/lib/libssl/src/crypto/md2/md2_one.c
    N src/lib/libssl/src/lib/libssl/src/crypto/md2/md2test.c
    I src/lib/libssl/src/lib/libssl/src/crypto/md4/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/md4/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/md4/md4.c
    N src/lib/libssl/src/lib/libssl/src/crypto/md4/md4.h
    N src/lib/libssl/src/lib/libssl/src/crypto/md4/md4_dgst.c
    N src/lib/libssl/src/lib/libssl/src/crypto/md4/md4_locl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/md4/md4_one.c
    N src/lib/libssl/src/lib/libssl/src/crypto/md4/md4s.cpp
    N src/lib/libssl/src/lib/libssl/src/crypto/md4/md4test.c
    I src/lib/libssl/src/lib/libssl/src/crypto/md5/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/md5/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/md5/md5.c
    N src/lib/libssl/src/lib/libssl/src/crypto/md5/md5.h
    N src/lib/libssl/src/lib/libssl/src/crypto/md5/md5_dgst.c
    N src/lib/libssl/src/lib/libssl/src/crypto/md5/md5_locl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/md5/md5_one.c
    N src/lib/libssl/src/lib/libssl/src/crypto/md5/md5s.cpp
    N src/lib/libssl/src/lib/libssl/src/crypto/md5/md5test.c
    I src/lib/libssl/src/lib/libssl/src/crypto/md5/asm/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/md5/asm/md5-586.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/md5/asm/md5-ia64.S
    N src/lib/libssl/src/lib/libssl/src/crypto/md5/asm/md5-x86_64.pl
    I src/lib/libssl/src/lib/libssl/src/crypto/mdc2/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/mdc2/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/mdc2/mdc2.h
    N src/lib/libssl/src/lib/libssl/src/crypto/mdc2/mdc2_one.c
    N src/lib/libssl/src/lib/libssl/src/crypto/mdc2/mdc2dgst.c
    N src/lib/libssl/src/lib/libssl/src/crypto/mdc2/mdc2test.c
    I src/lib/libssl/src/lib/libssl/src/crypto/modes/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/modes/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/modes/cbc128.c
    N src/lib/libssl/src/lib/libssl/src/crypto/modes/ccm128.c
    N src/lib/libssl/src/lib/libssl/src/crypto/modes/cfb128.c
    N src/lib/libssl/src/lib/libssl/src/crypto/modes/ctr128.c
    N src/lib/libssl/src/lib/libssl/src/crypto/modes/cts128.c
    N src/lib/libssl/src/lib/libssl/src/crypto/modes/gcm128.c
    N src/lib/libssl/src/lib/libssl/src/crypto/modes/modes.h
    N src/lib/libssl/src/lib/libssl/src/crypto/modes/modes_lcl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/modes/ofb128.c
    N src/lib/libssl/src/lib/libssl/src/crypto/modes/xts128.c
    I src/lib/libssl/src/lib/libssl/src/crypto/modes/asm/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/modes/asm/ghash-alpha.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/modes/asm/ghash-armv4.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/modes/asm/ghash-ia64.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/modes/asm/ghash-parisc.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/modes/asm/ghash-s390x.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/modes/asm/ghash-sparcv9.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/modes/asm/ghash-x86.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/modes/asm/ghash-x86_64.pl
    I src/lib/libssl/src/lib/libssl/src/crypto/objects/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/objects/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/objects/o_names.c
    N src/lib/libssl/src/lib/libssl/src/crypto/objects/obj_dat.c
    N src/lib/libssl/src/lib/libssl/src/crypto/objects/obj_dat.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/objects/obj_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/objects/obj_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/objects/obj_mac.num
    N src/lib/libssl/src/lib/libssl/src/crypto/objects/obj_xref.c
    N src/lib/libssl/src/lib/libssl/src/crypto/objects/obj_xref.h
    N src/lib/libssl/src/lib/libssl/src/crypto/objects/obj_xref.txt
    N src/lib/libssl/src/lib/libssl/src/crypto/objects/objects.README
    N src/lib/libssl/src/lib/libssl/src/crypto/objects/objects.h
    N src/lib/libssl/src/lib/libssl/src/crypto/objects/objects.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/objects/objects.txt
    N src/lib/libssl/src/lib/libssl/src/crypto/objects/objxref.pl
    I src/lib/libssl/src/lib/libssl/src/crypto/ocsp/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/ocsp/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/ocsp/ocsp.h
    N src/lib/libssl/src/lib/libssl/src/crypto/ocsp/ocsp_asn.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ocsp/ocsp_cl.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ocsp/ocsp_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ocsp/ocsp_ext.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ocsp/ocsp_ht.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ocsp/ocsp_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ocsp/ocsp_prn.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ocsp/ocsp_srv.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ocsp/ocsp_vfy.c
    I src/lib/libssl/src/lib/libssl/src/crypto/pem/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/pem/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/pem/message
    N src/lib/libssl/src/lib/libssl/src/crypto/pem/pem.h
    N src/lib/libssl/src/lib/libssl/src/crypto/pem/pem2.h
    N src/lib/libssl/src/lib/libssl/src/crypto/pem/pem_all.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pem/pem_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pem/pem_info.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pem/pem_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pem/pem_oth.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pem/pem_pk8.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pem/pem_pkey.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pem/pem_seal.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pem/pem_sign.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pem/pem_x509.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pem/pem_xaux.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pem/pkcs7.lis
    N src/lib/libssl/src/lib/libssl/src/crypto/pem/pvkfmt.c
    I src/lib/libssl/src/lib/libssl/src/crypto/perlasm/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/perlasm/cbc.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/perlasm/ppc-xlate.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/perlasm/readme
    N src/lib/libssl/src/lib/libssl/src/crypto/perlasm/x86_64-xlate.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/perlasm/x86asm.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/perlasm/x86gas.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/perlasm/x86masm.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/perlasm/x86nasm.pl
    I src/lib/libssl/src/lib/libssl/src/crypto/pkcs12/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs12/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs12/p12_add.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs12/p12_asn.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs12/p12_attr.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs12/p12_crpt.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs12/p12_crt.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs12/p12_decr.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs12/p12_init.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs12/p12_key.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs12/p12_kiss.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs12/p12_mutl.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs12/p12_npas.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs12/p12_p8d.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs12/p12_p8e.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs12/p12_utl.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs12/pk12err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs12/pkcs12.h
    I src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/bio_ber.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/bio_pk7.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/dec.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/des.pem
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/doc
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/enc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/es1.pem
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/example.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/example.h
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/info.pem
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/infokey.pem
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/pk7_asn1.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/pk7_attr.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/pk7_dgst.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/pk7_doit.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/pk7_enc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/pk7_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/pk7_mime.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/pk7_smime.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/pkcs7.h
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/pkcs7err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/server.pem
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/sign.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/verify.c
    I src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/p7/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/p7/a1
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/p7/a2
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/p7/cert.p7c
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/p7/smime.p7m
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/p7/smime.p7s
    I src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/t/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/t/3des.pem
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/t/3dess.pem
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/t/c.pem
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/t/ff
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/t/msie-e
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/t/msie-e.pem
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/t/msie-enc-01
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/t/msie-enc-01.pem
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/t/msie-enc-02
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/t/msie-enc-02.pem
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/t/msie-s-a-e
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/t/msie-s-a-e.pem
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/t/nav-smime
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/t/s.pem
    N src/lib/libssl/src/lib/libssl/src/crypto/pkcs7/t/server.pem
    I src/lib/libssl/src/lib/libssl/src/crypto/pqueue/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/pqueue/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/pqueue/pq_test.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pqueue/pqueue.c
    N src/lib/libssl/src/lib/libssl/src/crypto/pqueue/pqueue.h
    I src/lib/libssl/src/lib/libssl/src/crypto/rand/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/rand/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/rand/md_rand.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rand/rand.h
    N src/lib/libssl/src/lib/libssl/src/crypto/rand/rand_egd.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rand/rand_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rand/rand_lcl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/rand/rand_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rand/rand_nw.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rand/rand_os2.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rand/rand_unix.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rand/rand_vms.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rand/rand_win.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rand/randfile.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rand/randtest.c
    I src/lib/libssl/src/lib/libssl/src/crypto/rc2/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/rc2/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/rc2/rc2.h
    N src/lib/libssl/src/lib/libssl/src/crypto/rc2/rc2_cbc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rc2/rc2_ecb.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rc2/rc2_locl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/rc2/rc2_skey.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rc2/rc2cfb64.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rc2/rc2ofb64.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rc2/rc2speed.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rc2/rc2test.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rc2/rrc2.doc
    N src/lib/libssl/src/lib/libssl/src/crypto/rc2/tab.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rc2/version
    I src/lib/libssl/src/lib/libssl/src/crypto/rc4/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/rc4/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/rc4/rc4.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rc4/rc4.h
    N src/lib/libssl/src/lib/libssl/src/crypto/rc4/rc4_enc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rc4/rc4_locl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/rc4/rc4_skey.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rc4/rc4_utl.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rc4/rc4s.cpp
    N src/lib/libssl/src/lib/libssl/src/crypto/rc4/rc4speed.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rc4/rc4test.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rc4/rrc4.doc
    I src/lib/libssl/src/lib/libssl/src/crypto/rc4/asm/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/rc4/asm/rc4-586.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/rc4/asm/rc4-ia64.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/rc4/asm/rc4-md5-x86_64.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/rc4/asm/rc4-parisc.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/rc4/asm/rc4-s390x.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/rc4/asm/rc4-x86_64.pl
    I src/lib/libssl/src/lib/libssl/src/crypto/rc5/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/rc5/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/rc5/rc5.h
    N src/lib/libssl/src/lib/libssl/src/crypto/rc5/rc5_locl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/rc5/rc5s.cpp
    N src/lib/libssl/src/lib/libssl/src/crypto/rc5/rc5test.c
    I src/lib/libssl/src/lib/libssl/src/crypto/ripemd/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/ripemd/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/ripemd/README
    N src/lib/libssl/src/lib/libssl/src/crypto/ripemd/ripemd.h
    N src/lib/libssl/src/lib/libssl/src/crypto/ripemd/rmd160.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ripemd/rmd_dgst.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ripemd/rmd_locl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/ripemd/rmd_one.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ripemd/rmdconst.h
    N src/lib/libssl/src/lib/libssl/src/crypto/ripemd/rmdtest.c
    I src/lib/libssl/src/lib/libssl/src/crypto/ripemd/asm/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/ripemd/asm/rips.cpp
    N src/lib/libssl/src/lib/libssl/src/crypto/ripemd/asm/rmd-586.pl
    I src/lib/libssl/src/lib/libssl/src/crypto/rsa/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/rsa/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/rsa/rsa.h
    N src/lib/libssl/src/lib/libssl/src/crypto/rsa/rsa_ameth.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rsa/rsa_asn1.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rsa/rsa_chk.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rsa/rsa_crpt.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rsa/rsa_depr.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rsa/rsa_eay.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rsa/rsa_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rsa/rsa_gen.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rsa/rsa_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rsa/rsa_locl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/rsa/rsa_none.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rsa/rsa_null.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rsa/rsa_oaep.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rsa/rsa_pk1.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rsa/rsa_pmeth.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rsa/rsa_prn.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rsa/rsa_pss.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rsa/rsa_saos.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rsa/rsa_sign.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rsa/rsa_ssl.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rsa/rsa_test.c
    N src/lib/libssl/src/lib/libssl/src/crypto/rsa/rsa_x931.c
    I src/lib/libssl/src/lib/libssl/src/crypto/seed/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/seed/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/seed/seed.c
    N src/lib/libssl/src/lib/libssl/src/crypto/seed/seed.h
    N src/lib/libssl/src/lib/libssl/src/crypto/seed/seed_cbc.c
    N src/lib/libssl/src/lib/libssl/src/crypto/seed/seed_cfb.c
    N src/lib/libssl/src/lib/libssl/src/crypto/seed/seed_ecb.c
    N src/lib/libssl/src/lib/libssl/src/crypto/seed/seed_locl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/seed/seed_ofb.c
    I src/lib/libssl/src/lib/libssl/src/crypto/sha/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/sha.c
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/sha.h
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/sha1.c
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/sha1_one.c
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/sha1dgst.c
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/sha1test.c
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/sha256.c
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/sha256t.c
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/sha512.c
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/sha512t.c
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/sha_dgst.c
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/sha_locl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/sha_one.c
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/shatest.c
    I src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/README
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/sha1-586.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/sha1-alpha.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/sha1-armv4-large.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/sha1-ia64.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/sha1-mips.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/sha1-parisc.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/sha1-ppc.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/sha1-s390x.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/sha1-sparcv9.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/sha1-sparcv9a.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/sha1-thumb.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/sha1-x86_64.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/sha256-586.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/sha256-armv4.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/sha512-586.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/sha512-armv4.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/sha512-ia64.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/sha512-mips.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/sha512-parisc.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/sha512-ppc.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/sha512-s390x.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/sha512-sparcv9.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/sha/asm/sha512-x86_64.pl
    I src/lib/libssl/src/lib/libssl/src/crypto/srp/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/srp/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/srp/srp.h
    N src/lib/libssl/src/lib/libssl/src/crypto/srp/srp_grps.h
    N src/lib/libssl/src/lib/libssl/src/crypto/srp/srp_lcl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/srp/srp_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/srp/srp_vfy.c
    N src/lib/libssl/src/lib/libssl/src/crypto/srp/srptest.c
    I src/lib/libssl/src/lib/libssl/src/crypto/stack/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/stack/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/stack/safestack.h
    N src/lib/libssl/src/lib/libssl/src/crypto/stack/stack.c
    N src/lib/libssl/src/lib/libssl/src/crypto/stack/stack.h
    I src/lib/libssl/src/lib/libssl/src/crypto/store/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/store/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/store/README
    N src/lib/libssl/src/lib/libssl/src/crypto/store/store.h
    N src/lib/libssl/src/lib/libssl/src/crypto/store/str_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/store/str_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/store/str_locl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/store/str_mem.c
    N src/lib/libssl/src/lib/libssl/src/crypto/store/str_meth.c
    I src/lib/libssl/src/lib/libssl/src/crypto/threads/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/threads/README
    N src/lib/libssl/src/lib/libssl/src/crypto/threads/mttest.c
    N src/lib/libssl/src/lib/libssl/src/crypto/threads/netware.bat
    N src/lib/libssl/src/lib/libssl/src/crypto/threads/profile.sh
    N src/lib/libssl/src/lib/libssl/src/crypto/threads/ptest.bat
    N src/lib/libssl/src/lib/libssl/src/crypto/threads/pthread.sh
    N src/lib/libssl/src/lib/libssl/src/crypto/threads/pthread2.sh
    N src/lib/libssl/src/lib/libssl/src/crypto/threads/pthreads-vms.com
    N src/lib/libssl/src/lib/libssl/src/crypto/threads/purify.sh
    N src/lib/libssl/src/lib/libssl/src/crypto/threads/solaris.sh
    N src/lib/libssl/src/lib/libssl/src/crypto/threads/th-lock.c
    N src/lib/libssl/src/lib/libssl/src/crypto/threads/win32.bat
    I src/lib/libssl/src/lib/libssl/src/crypto/ts/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/ts/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/ts/ts.h
    N src/lib/libssl/src/lib/libssl/src/crypto/ts/ts_asn1.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ts/ts_conf.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ts/ts_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ts/ts_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ts/ts_req_print.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ts/ts_req_utils.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ts/ts_rsp_print.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ts/ts_rsp_sign.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ts/ts_rsp_utils.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ts/ts_rsp_verify.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ts/ts_verify_ctx.c
    I src/lib/libssl/src/lib/libssl/src/crypto/txt_db/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/txt_db/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/txt_db/txt_db.c
    N src/lib/libssl/src/lib/libssl/src/crypto/txt_db/txt_db.h
    I src/lib/libssl/src/lib/libssl/src/crypto/ui/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/ui/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/ui/ui.h
    N src/lib/libssl/src/lib/libssl/src/crypto/ui/ui_compat.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ui/ui_compat.h
    N src/lib/libssl/src/lib/libssl/src/crypto/ui/ui_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ui/ui_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ui/ui_locl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/ui/ui_openssl.c
    N src/lib/libssl/src/lib/libssl/src/crypto/ui/ui_util.c
    I src/lib/libssl/src/lib/libssl/src/crypto/whrlpool/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/whrlpool/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/whrlpool/whrlpool.h
    N src/lib/libssl/src/lib/libssl/src/crypto/whrlpool/wp_block.c
    N src/lib/libssl/src/lib/libssl/src/crypto/whrlpool/wp_dgst.c
    N src/lib/libssl/src/lib/libssl/src/crypto/whrlpool/wp_locl.h
    N src/lib/libssl/src/lib/libssl/src/crypto/whrlpool/wp_test.c
    I src/lib/libssl/src/lib/libssl/src/crypto/whrlpool/asm/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/whrlpool/asm/wp-mmx.pl
    N src/lib/libssl/src/lib/libssl/src/crypto/whrlpool/asm/wp-x86_64.pl
    I src/lib/libssl/src/lib/libssl/src/crypto/x509/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/by_dir.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/by_file.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/x509.h
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/x509_att.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/x509_cmp.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/x509_d2.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/x509_def.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/x509_err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/x509_ext.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/x509_lu.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/x509_obj.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/x509_r2x.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/x509_req.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/x509_set.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/x509_trs.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/x509_txt.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/x509_v3.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/x509_vfy.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/x509_vfy.h
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/x509_vpm.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/x509cset.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/x509name.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/x509rset.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/x509spki.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/x509type.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509/x_all.c
    I src/lib/libssl/src/lib/libssl/src/crypto/x509v3/CVS
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/Makefile
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/ext_dat.h
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/pcy_cache.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/pcy_data.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/pcy_int.h
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/pcy_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/pcy_map.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/pcy_node.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/pcy_tree.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/tabtest.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_addr.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_akey.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_akeya.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_alt.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_asid.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_bcons.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_bitst.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_conf.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_cpols.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_crld.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_enum.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_extku.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_genn.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3err.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_ia5.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_info.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_int.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_lib.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_ncons.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_ocsp.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_pci.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_pcia.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_pcons.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_pku.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_pmaps.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_prn.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_purp.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_skey.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_sxnet.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3_utl.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3conf.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/v3prin.c
    N src/lib/libssl/src/lib/libssl/src/crypto/x509v3/x509v3.h
    I src/lib/libssl/src/lib/libssl/src/demos/CVS
    N src/lib/libssl/src/lib/libssl/src/demos/README
    N src/lib/libssl/src/lib/libssl/src/demos/b64.c
    N src/lib/libssl/src/lib/libssl/src/demos/b64.pl
    N src/lib/libssl/src/lib/libssl/src/demos/privkey.pem
    N src/lib/libssl/src/lib/libssl/src/demos/selfsign.c
    N src/lib/libssl/src/lib/libssl/src/demos/spkigen.c
    I src/lib/libssl/src/lib/libssl/src/demos/asn1/CVS
    N src/lib/libssl/src/lib/libssl/src/demos/asn1/README.ASN1
    N src/lib/libssl/src/lib/libssl/src/demos/asn1/ocsp.c
    I src/lib/libssl/src/lib/libssl/src/demos/bio/CVS
    N src/lib/libssl/src/lib/libssl/src/demos/bio/Makefile
    N src/lib/libssl/src/lib/libssl/src/demos/bio/README
    N src/lib/libssl/src/lib/libssl/src/demos/bio/saccept.c
    N src/lib/libssl/src/lib/libssl/src/demos/bio/sconnect.c
    N src/lib/libssl/src/lib/libssl/src/demos/bio/server.pem
    I src/lib/libssl/src/lib/libssl/src/demos/cms/CVS
    N src/lib/libssl/src/lib/libssl/src/demos/cms/cacert.pem
    N src/lib/libssl/src/lib/libssl/src/demos/cms/cakey.pem
    N src/lib/libssl/src/lib/libssl/src/demos/cms/cms_comp.c
    N src/lib/libssl/src/lib/libssl/src/demos/cms/cms_ddec.c
    N src/lib/libssl/src/lib/libssl/src/demos/cms/cms_dec.c
    N src/lib/libssl/src/lib/libssl/src/demos/cms/cms_denc.c
    N src/lib/libssl/src/lib/libssl/src/demos/cms/cms_enc.c
    N src/lib/libssl/src/lib/libssl/src/demos/cms/cms_sign.c
    N src/lib/libssl/src/lib/libssl/src/demos/cms/cms_sign2.c
    N src/lib/libssl/src/lib/libssl/src/demos/cms/cms_uncomp.c
    N src/lib/libssl/src/lib/libssl/src/demos/cms/cms_ver.c
    N src/lib/libssl/src/lib/libssl/src/demos/cms/comp.txt
    N src/lib/libssl/src/lib/libssl/src/demos/cms/encr.txt
    N src/lib/libssl/src/lib/libssl/src/demos/cms/sign.txt
    N src/lib/libssl/src/lib/libssl/src/demos/cms/signer.pem
    N src/lib/libssl/src/lib/libssl/src/demos/cms/signer2.pem
    I src/lib/libssl/src/lib/libssl/src/demos/easy_tls/CVS
    N src/lib/libssl/src/lib/libssl/src/demos/easy_tls/Makefile
    N src/lib/libssl/src/lib/libssl/src/demos/easy_tls/README
    N src/lib/libssl/src/lib/libssl/src/demos/easy_tls/cacerts.pem
    N src/lib/libssl/src/lib/libssl/src/demos/easy_tls/cert.pem
    N src/lib/libssl/src/lib/libssl/src/demos/easy_tls/easy-tls.c
    N src/lib/libssl/src/lib/libssl/src/demos/easy_tls/easy-tls.h
    N src/lib/libssl/src/lib/libssl/src/demos/easy_tls/test.c
    N src/lib/libssl/src/lib/libssl/src/demos/easy_tls/test.h
    I src/lib/libssl/src/lib/libssl/src/demos/eay/CVS
    N src/lib/libssl/src/lib/libssl/src/demos/eay/Makefile
    N src/lib/libssl/src/lib/libssl/src/demos/eay/base64.c
    N src/lib/libssl/src/lib/libssl/src/demos/eay/conn.c
    N src/lib/libssl/src/lib/libssl/src/demos/eay/loadrsa.c
    I src/lib/libssl/src/lib/libssl/src/demos/engines/CVS
    I src/lib/libssl/src/lib/libssl/src/demos/engines/cluster_labs/CVS
    N src/lib/libssl/src/lib/libssl/src/demos/engines/cluster_labs/Makefile
    N src/lib/libssl/src/lib/libssl/src/demos/engines/cluster_labs/cluster_labs.h
    N src/lib/libssl/src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs.c
    N src/lib/libssl/src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs.ec
    N src/lib/libssl/src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs_err.c
    N src/lib/libssl/src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs_err.h
    I src/lib/libssl/src/lib/libssl/src/demos/engines/ibmca/CVS
    N src/lib/libssl/src/lib/libssl/src/demos/engines/ibmca/Makefile
    N src/lib/libssl/src/lib/libssl/src/demos/engines/ibmca/hw_ibmca.c
    N src/lib/libssl/src/lib/libssl/src/demos/engines/ibmca/hw_ibmca.ec
    N src/lib/libssl/src/lib/libssl/src/demos/engines/ibmca/hw_ibmca_err.c
    N src/lib/libssl/src/lib/libssl/src/demos/engines/ibmca/hw_ibmca_err.h
    N src/lib/libssl/src/lib/libssl/src/demos/engines/ibmca/ica_openssl_api.h
    I src/lib/libssl/src/lib/libssl/src/demos/engines/rsaref/CVS
    N src/lib/libssl/src/lib/libssl/src/demos/engines/rsaref/Makefile
    N src/lib/libssl/src/lib/libssl/src/demos/engines/rsaref/README
    N src/lib/libssl/src/lib/libssl/src/demos/engines/rsaref/build.com
    N src/lib/libssl/src/lib/libssl/src/demos/engines/rsaref/rsaref.c
    N src/lib/libssl/src/lib/libssl/src/demos/engines/rsaref/rsaref.ec
    N src/lib/libssl/src/lib/libssl/src/demos/engines/rsaref/rsaref_err.c
    N src/lib/libssl/src/lib/libssl/src/demos/engines/rsaref/rsaref_err.h
    I src/lib/libssl/src/lib/libssl/src/demos/engines/zencod/CVS
    N src/lib/libssl/src/lib/libssl/src/demos/engines/zencod/Makefile
    N src/lib/libssl/src/lib/libssl/src/demos/engines/zencod/hw_zencod.c
    N src/lib/libssl/src/lib/libssl/src/demos/engines/zencod/hw_zencod.ec
    N src/lib/libssl/src/lib/libssl/src/demos/engines/zencod/hw_zencod.h
    N src/lib/libssl/src/lib/libssl/src/demos/engines/zencod/hw_zencod_err.c
    N src/lib/libssl/src/lib/libssl/src/demos/engines/zencod/hw_zencod_err.h
    I src/lib/libssl/src/lib/libssl/src/demos/maurice/CVS
    N src/lib/libssl/src/lib/libssl/src/demos/maurice/Makefile
    N src/lib/libssl/src/lib/libssl/src/demos/maurice/README
    N src/lib/libssl/src/lib/libssl/src/demos/maurice/cert.pem
    N src/lib/libssl/src/lib/libssl/src/demos/maurice/example1.c
    N src/lib/libssl/src/lib/libssl/src/demos/maurice/example2.c
    N src/lib/libssl/src/lib/libssl/src/demos/maurice/example3.c
    N src/lib/libssl/src/lib/libssl/src/demos/maurice/example4.c
    N src/lib/libssl/src/lib/libssl/src/demos/maurice/loadkeys.c
    N src/lib/libssl/src/lib/libssl/src/demos/maurice/loadkeys.h
    N src/lib/libssl/src/lib/libssl/src/demos/maurice/privkey.pem
    I src/lib/libssl/src/lib/libssl/src/demos/pkcs12/CVS
    N src/lib/libssl/src/lib/libssl/src/demos/pkcs12/README
    N src/lib/libssl/src/lib/libssl/src/demos/pkcs12/pkread.c
    N src/lib/libssl/src/lib/libssl/src/demos/pkcs12/pkwrite.c
    I src/lib/libssl/src/lib/libssl/src/demos/prime/CVS
    N src/lib/libssl/src/lib/libssl/src/demos/prime/Makefile
    N src/lib/libssl/src/lib/libssl/src/demos/prime/prime.c
    I src/lib/libssl/src/lib/libssl/src/demos/sign/CVS
    N src/lib/libssl/src/lib/libssl/src/demos/sign/Makefile
    N src/lib/libssl/src/lib/libssl/src/demos/sign/cert.pem
    N src/lib/libssl/src/lib/libssl/src/demos/sign/key.pem
    N src/lib/libssl/src/lib/libssl/src/demos/sign/sig.txt
    N src/lib/libssl/src/lib/libssl/src/demos/sign/sign.c
    N src/lib/libssl/src/lib/libssl/src/demos/sign/sign.txt
    I src/lib/libssl/src/lib/libssl/src/demos/smime/CVS
    N src/lib/libssl/src/lib/libssl/src/demos/smime/cacert.pem
    N src/lib/libssl/src/lib/libssl/src/demos/smime/cakey.pem
    N src/lib/libssl/src/lib/libssl/src/demos/smime/encr.txt
    N src/lib/libssl/src/lib/libssl/src/demos/smime/sign.txt
    N src/lib/libssl/src/lib/libssl/src/demos/smime/signer.pem
    N src/lib/libssl/src/lib/libssl/src/demos/smime/signer2.pem
    N src/lib/libssl/src/lib/libssl/src/demos/smime/smdec.c
    N src/lib/libssl/src/lib/libssl/src/demos/smime/smenc.c
    N src/lib/libssl/src/lib/libssl/src/demos/smime/smsign.c
    N src/lib/libssl/src/lib/libssl/src/demos/smime/smsign2.c
    N src/lib/libssl/src/lib/libssl/src/demos/smime/smver.c
    I src/lib/libssl/src/lib/libssl/src/demos/ssl/CVS
    N src/lib/libssl/src/lib/libssl/src/demos/ssl/cli.cpp
    N src/lib/libssl/src/lib/libssl/src/demos/ssl/inetdsrv.cpp
    N src/lib/libssl/src/lib/libssl/src/demos/ssl/serv.cpp
    I src/lib/libssl/src/lib/libssl/src/demos/ssltest-ecc/CVS
    N src/lib/libssl/src/lib/libssl/src/demos/ssltest-ecc/ECC-RSAcertgen.sh
    N src/lib/libssl/src/lib/libssl/src/demos/ssltest-ecc/ECCcertgen.sh
    N src/lib/libssl/src/lib/libssl/src/demos/ssltest-ecc/README
    N src/lib/libssl/src/lib/libssl/src/demos/ssltest-ecc/RSAcertgen.sh
    N src/lib/libssl/src/lib/libssl/src/demos/ssltest-ecc/ssltest.sh
    I src/lib/libssl/src/lib/libssl/src/demos/state_machine/CVS
    N src/lib/libssl/src/lib/libssl/src/demos/state_machine/Makefile
    N src/lib/libssl/src/lib/libssl/src/demos/state_machine/state_machine.c
    I src/lib/libssl/src/lib/libssl/src/demos/tunala/CVS
    N src/lib/libssl/src/lib/libssl/src/demos/tunala/A-client.pem
    N src/lib/libssl/src/lib/libssl/src/demos/tunala/A-server.pem
    N src/lib/libssl/src/lib/libssl/src/demos/tunala/CA.pem
    N src/lib/libssl/src/lib/libssl/src/demos/tunala/INSTALL
    N src/lib/libssl/src/lib/libssl/src/demos/tunala/Makefile
    N src/lib/libssl/src/lib/libssl/src/demos/tunala/Makefile.am
    N src/lib/libssl/src/lib/libssl/src/demos/tunala/README
    N src/lib/libssl/src/lib/libssl/src/demos/tunala/autogunk.sh
    N src/lib/libssl/src/lib/libssl/src/demos/tunala/autoungunk.sh
    N src/lib/libssl/src/lib/libssl/src/demos/tunala/breakage.c
    N src/lib/libssl/src/lib/libssl/src/demos/tunala/buffer.c
    N src/lib/libssl/src/lib/libssl/src/demos/tunala/cb.c
    N src/lib/libssl/src/lib/libssl/src/demos/tunala/configure.in
    N src/lib/libssl/src/lib/libssl/src/demos/tunala/ip.c
    N src/lib/libssl/src/lib/libssl/src/demos/tunala/sm.c
    N src/lib/libssl/src/lib/libssl/src/demos/tunala/test.sh
    N src/lib/libssl/src/lib/libssl/src/demos/tunala/tunala.c
    N src/lib/libssl/src/lib/libssl/src/demos/tunala/tunala.h
    I src/lib/libssl/src/lib/libssl/src/demos/x509/CVS
    N src/lib/libssl/src/lib/libssl/src/demos/x509/README
    N src/lib/libssl/src/lib/libssl/src/demos/x509/mkcert.c
    N src/lib/libssl/src/lib/libssl/src/demos/x509/mkreq.c
    I src/lib/libssl/src/lib/libssl/src/doc/CVS
    N src/lib/libssl/src/lib/libssl/src/doc/README
    N src/lib/libssl/src/lib/libssl/src/doc/c-indentation.el
    N src/lib/libssl/src/lib/libssl/src/doc/fingerprints.txt
    N src/lib/libssl/src/lib/libssl/src/doc/openssl-shared.txt
    N src/lib/libssl/src/lib/libssl/src/doc/openssl.txt
    N src/lib/libssl/src/lib/libssl/src/doc/openssl_button.gif
    N src/lib/libssl/src/lib/libssl/src/doc/openssl_button.html
    N src/lib/libssl/src/lib/libssl/src/doc/ssleay.txt
    N src/lib/libssl/src/lib/libssl/src/doc/standards.txt
    I src/lib/libssl/src/lib/libssl/src/doc/HOWTO/CVS
    N src/lib/libssl/src/lib/libssl/src/doc/HOWTO/certificates.txt
    N src/lib/libssl/src/lib/libssl/src/doc/HOWTO/keys.txt
    N src/lib/libssl/src/lib/libssl/src/doc/HOWTO/proxy_certificates.txt
    I src/lib/libssl/src/lib/libssl/src/doc/apps/CVS
    N src/lib/libssl/src/lib/libssl/src/doc/apps/CA.pl.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/asn1parse.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/ca.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/ciphers.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/cms.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/config.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/crl.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/crl2pkcs7.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/dgst.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/dhparam.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/dsa.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/dsaparam.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/ec.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/ecparam.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/enc.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/errstr.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/gendsa.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/genpkey.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/genrsa.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/nseq.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/ocsp.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/openssl.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/passwd.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/pkcs12.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/pkcs7.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/pkcs8.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/pkey.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/pkeyparam.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/pkeyutl.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/rand.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/req.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/rsa.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/rsautl.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/s_client.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/s_server.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/s_time.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/sess_id.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/smime.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/speed.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/spkac.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/ts.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/tsget.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/verify.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/version.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/x509.pod
    N src/lib/libssl/src/lib/libssl/src/doc/apps/x509v3_config.pod
    I src/lib/libssl/src/lib/libssl/src/doc/crypto/CVS
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/ASN1_OBJECT_new.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/ASN1_STRING_length.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/ASN1_STRING_new.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/ASN1_STRING_print_ex.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/ASN1_generate_nconf.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BIO_ctrl.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BIO_f_base64.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BIO_f_buffer.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BIO_f_cipher.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BIO_f_md.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BIO_f_null.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BIO_f_ssl.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BIO_find_type.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BIO_new.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BIO_new_CMS.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BIO_push.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BIO_read.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BN_add.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BIO_s_accept.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BIO_s_bio.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BIO_s_connect.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BIO_s_fd.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BIO_s_file.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BIO_s_mem.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BIO_s_null.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BIO_s_socket.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BIO_set_callback.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BIO_should_retry.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BN_BLINDING_new.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BN_CTX_new.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BN_CTX_start.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BN_add_word.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BN_bn2bin.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BN_cmp.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BN_copy.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BN_generate_prime.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BN_mod_inverse.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/bio.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BN_mod_mul_montgomery.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BN_mod_mul_reciprocal.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BN_new.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BN_num_bytes.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BN_rand.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BN_set_bit.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BN_swap.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/BN_zero.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/CMS_add0_cert.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/CMS_add1_recipient_cert.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/CMS_compress.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/CMS_decrypt.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/CMS_encrypt.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/CMS_final.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/CMS_get0_RecipientInfos.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/CMS_get0_SignerInfos.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/CMS_get0_type.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/CMS_get1_ReceiptRequest.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/CMS_sign.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/CMS_sign_add1_signer.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/CMS_sign_receipt.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/CMS_uncompress.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/CMS_verify.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/CMS_verify_receipt.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/CONF_modules_free.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/CONF_modules_load_file.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/CRYPTO_set_ex_data.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/DH_generate_key.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/DH_generate_parameters.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/DH_get_ex_new_index.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/DH_new.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/DH_set_method.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/DH_size.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/DSA_SIG_new.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/DSA_do_sign.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/DSA_dup_DH.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/DSA_generate_key.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/DSA_generate_parameters.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/DSA_get_ex_new_index.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/DSA_new.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/DSA_set_method.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/DSA_sign.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/DSA_size.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/ERR_GET_LIB.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/ERR_clear_error.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/ERR_error_string.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/ERR_get_error.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/ERR_load_crypto_strings.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/ERR_load_strings.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/ERR_print_errors.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/ERR_put_error.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/ERR_remove_state.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/ERR_set_mark.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/EVP_BytesToKey.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/EVP_DigestInit.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/EVP_DigestSignInit.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/EVP_DigestVerifyInit.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/EVP_EncryptInit.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/EVP_OpenInit.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/EVP_PKEY_CTX_ctrl.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/EVP_PKEY_CTX_new.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/EVP_PKEY_cmp.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/EVP_PKEY_decrypt.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/EVP_PKEY_derive.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/EVP_PKEY_encrypt.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/EVP_PKEY_get_default_digest.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/EVP_PKEY_keygen.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/EVP_PKEY_new.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/EVP_PKEY_print_private.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/bn.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/EVP_PKEY_set1_RSA.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/EVP_PKEY_sign.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/EVP_PKEY_verify.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/EVP_PKEY_verifyrecover.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/EVP_SealInit.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/EVP_SignInit.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/EVP_VerifyInit.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/OBJ_nid2obj.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/OPENSSL_Applink.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/OPENSSL_VERSION_NUMBER.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/OPENSSL_config.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/OPENSSL_ia32cap.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/OPENSSL_load_builtin_modules.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/OpenSSL_add_all_algorithms.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/PEM_write_bio_CMS_stream.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/PKCS12_create.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/PEM_write_bio_PKCS7_stream.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/PKCS12_parse.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/PKCS7_decrypt.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/PKCS7_encrypt.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/PKCS7_sign.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/PKCS7_sign_add_signer.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/PKCS7_verify.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/RAND_add.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/RAND_bytes.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/RAND_cleanup.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/RAND_egd.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/RAND_load_file.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/RAND_set_rand_method.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/RSA_blinding_on.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/RSA_check_key.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/RSA_generate_key.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/RSA_get_ex_new_index.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/RSA_new.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/RSA_padding_add_PKCS1_type_1.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/RSA_print.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/RSA_private_encrypt.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/RSA_public_encrypt.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/RSA_set_method.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/RSA_sign.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/RSA_sign_ASN1_OCTET_STRING.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/RSA_size.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/SMIME_read_CMS.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/SMIME_read_PKCS7.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/SMIME_write_CMS.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/SMIME_write_PKCS7.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/X509_NAME_ENTRY_get_object.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/X509_NAME_add_entry_by_txt.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/X509_NAME_get_index_by_NID.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/X509_NAME_print_ex.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/X509_STORE_CTX_get_error.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/X509_STORE_CTX_get_ex_new_index.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/X509_STORE_CTX_new.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/X509_STORE_CTX_set_verify_cb.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/X509_STORE_set_verify_cb_func.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/X509_VERIFY_PARAM_set_flags.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/X509_new.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/X509_verify_cert.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/blowfish.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/bn_internal.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/buffer.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/crypto.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/d2i_ASN1_OBJECT.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/d2i_DHparams.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/d2i_DSAPublicKey.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/d2i_PKCS8PrivateKey.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/d2i_RSAPublicKey.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/d2i_X509.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/d2i_X509_ALGOR.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/d2i_X509_CRL.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/d2i_X509_NAME.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/d2i_X509_REQ.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/d2i_X509_SIG.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/des.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/des_modes.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/dh.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/dsa.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/ecdsa.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/engine.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/err.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/evp.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/hmac.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/i2d_CMS_bio_stream.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/i2d_PKCS7_bio_stream.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/lh_stats.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/lhash.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/md5.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/mdc2.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/pem.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/rand.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/rc4.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/ripemd.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/rsa.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/sha.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/threads.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/ui.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/ui_compat.pod
    N src/lib/libssl/src/lib/libssl/src/doc/crypto/x509.pod
    I src/lib/libssl/src/lib/libssl/src/doc/ssl/CVS
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CIPHER_get_name.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_COMP_add_compression_method.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_add_extra_chain_cert.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_add_session.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_ctrl.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_flush_sessions.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_free.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_get_ex_new_index.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_get_verify_mode.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_load_verify_locations.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_new.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_sess_number.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_sess_set_cache_size.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/ssl.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_sess_set_get_cb.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_sessions.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_set_cert_store.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_set_cert_verify_callback.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_set_cipher_list.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_set_client_CA_list.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_set_client_cert_cb.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_set_default_passwd_cb.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_set_generate_session_id.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_set_info_callback.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_set_mode.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_set_msg_callback.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_set_options.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_set_psk_client_callback.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_set_session_cache_mode.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_set_session_id_context.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_set_ssl_version.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_set_timeout.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_set_tmp_dh_callback.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_set_tmp_rsa_callback.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_set_verify.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_use_certificate.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_CTX_use_psk_identity_hint.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_SESSION_free.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_SESSION_get_ex_new_index.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_SESSION_get_time.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_accept.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_alert_type_string.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_clear.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_connect.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_do_handshake.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_free.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_get_SSL_CTX.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_get_ciphers.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_get_client_CA_list.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_get_current_cipher.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_get_default_timeout.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_get_error.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_get_ex_data_X509_STORE_CTX_idx.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_get_fd.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_get_ex_new_index.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_get_peer_cert_chain.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_get_peer_certificate.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_get_psk_identity.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_get_rbio.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_get_session.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_get_verify_result.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_get_version.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_library_init.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_load_client_CA_file.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_new.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_pending.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_read.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_rstate_string.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_session_reused.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_set_bio.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_set_connect_state.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_set_fd.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_set_session.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_set_shutdown.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_set_verify_result.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_shutdown.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_state_string.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_want.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/SSL_write.pod
    N src/lib/libssl/src/lib/libssl/src/doc/ssl/d2i_SSL_SESSION.pod
    I src/lib/libssl/src/lib/libssl/src/engines/CVS
    N src/lib/libssl/src/lib/libssl/src/engines/Makefile
    N src/lib/libssl/src/lib/libssl/src/engines/alpha.opt
    N src/lib/libssl/src/lib/libssl/src/engines/axp.opt
    N src/lib/libssl/src/lib/libssl/src/engines/capierr.bat
    N src/lib/libssl/src/lib/libssl/src/engines/e_4758cca.c
    N src/lib/libssl/src/lib/libssl/src/engines/e_4758cca.ec
    N src/lib/libssl/src/lib/libssl/src/engines/e_4758cca_err.c
    N src/lib/libssl/src/lib/libssl/src/engines/e_4758cca_err.h
    N src/lib/libssl/src/lib/libssl/src/engines/e_aep.c
    N src/lib/libssl/src/lib/libssl/src/engines/e_aep.ec
    N src/lib/libssl/src/lib/libssl/src/engines/e_aep_err.c
    N src/lib/libssl/src/lib/libssl/src/engines/e_aep_err.h
    N src/lib/libssl/src/lib/libssl/src/engines/e_atalla.c
    N src/lib/libssl/src/lib/libssl/src/engines/e_atalla.ec
    N src/lib/libssl/src/lib/libssl/src/engines/e_atalla_err.c
    N src/lib/libssl/src/lib/libssl/src/engines/e_atalla_err.h
    N src/lib/libssl/src/lib/libssl/src/engines/e_capi.c
    N src/lib/libssl/src/lib/libssl/src/engines/e_capi.ec
    N src/lib/libssl/src/lib/libssl/src/engines/e_capi_err.c
    N src/lib/libssl/src/lib/libssl/src/engines/e_capi_err.h
    N src/lib/libssl/src/lib/libssl/src/engines/e_chil.c
    N src/lib/libssl/src/lib/libssl/src/engines/e_chil.ec
    N src/lib/libssl/src/lib/libssl/src/engines/e_gmp.c
    N src/lib/libssl/src/lib/libssl/src/engines/e_chil_err.c
    N src/lib/libssl/src/lib/libssl/src/engines/e_chil_err.h
    N src/lib/libssl/src/lib/libssl/src/engines/e_cswift.c
    N src/lib/libssl/src/lib/libssl/src/engines/e_cswift.ec
    N src/lib/libssl/src/lib/libssl/src/engines/e_cswift_err.c
    N src/lib/libssl/src/lib/libssl/src/engines/e_cswift_err.h
    N src/lib/libssl/src/lib/libssl/src/engines/e_gmp.ec
    N src/lib/libssl/src/lib/libssl/src/engines/e_gmp_err.c
    N src/lib/libssl/src/lib/libssl/src/engines/e_gmp_err.h
    N src/lib/libssl/src/lib/libssl/src/engines/e_nuron.c
    N src/lib/libssl/src/lib/libssl/src/engines/e_nuron.ec
    N src/lib/libssl/src/lib/libssl/src/engines/e_nuron_err.c
    N src/lib/libssl/src/lib/libssl/src/engines/e_nuron_err.h
    N src/lib/libssl/src/lib/libssl/src/engines/e_padlock.c
    N src/lib/libssl/src/lib/libssl/src/engines/e_padlock.ec
    N src/lib/libssl/src/lib/libssl/src/engines/e_sureware.c
    N src/lib/libssl/src/lib/libssl/src/engines/e_sureware.ec
    N src/lib/libssl/src/lib/libssl/src/engines/e_sureware_err.c
    N src/lib/libssl/src/lib/libssl/src/engines/e_sureware_err.h
    N src/lib/libssl/src/lib/libssl/src/engines/e_ubsec.c
    N src/lib/libssl/src/lib/libssl/src/engines/e_ubsec.ec
    N src/lib/libssl/src/lib/libssl/src/engines/e_ubsec_err.c
    N src/lib/libssl/src/lib/libssl/src/engines/vax.opt
    N src/lib/libssl/src/lib/libssl/src/engines/e_ubsec_err.h
    N src/lib/libssl/src/lib/libssl/src/engines/engine_vector.mar
    N src/lib/libssl/src/lib/libssl/src/engines/ia64.opt
    N src/lib/libssl/src/lib/libssl/src/engines/makeengines.com
    I src/lib/libssl/src/lib/libssl/src/engines/ccgost/CVS
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/Makefile
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/README.gost
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/e_gost_err.c
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/e_gost_err.h
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/e_gost_err.proto
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/gost.ec
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/gost2001.c
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/gost2001_keyx.c
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/gost2001_keyx.h
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/gost89.c
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/gost89.h
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/gost94_keyx.c
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/gost_ameth.c
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/gost_asn1.c
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/gost_crypt.c
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/gost_ctl.c
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/gost_eng.c
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/gost_keywrap.c
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/gost_keywrap.h
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/gost_lcl.h
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/gost_md.c
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/gost_params.c
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/gost_params.h
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/gost_pmeth.c
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/gost_sign.c
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/gosthash.c
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/gosthash.h
    N src/lib/libssl/src/lib/libssl/src/engines/ccgost/gostsum.c
    I src/lib/libssl/src/lib/libssl/src/engines/vendor_defns/CVS
    N src/lib/libssl/src/lib/libssl/src/engines/vendor_defns/aep.h
    N src/lib/libssl/src/lib/libssl/src/engines/vendor_defns/atalla.h
    N src/lib/libssl/src/lib/libssl/src/engines/vendor_defns/cswift.h
    N src/lib/libssl/src/lib/libssl/src/engines/vendor_defns/hw_4758_cca.h
    N src/lib/libssl/src/lib/libssl/src/engines/vendor_defns/hw_ubsec.h
    N src/lib/libssl/src/lib/libssl/src/engines/vendor_defns/hwcryptohook.h
    N src/lib/libssl/src/lib/libssl/src/engines/vendor_defns/sureware.h
    I src/lib/libssl/src/lib/libssl/src/ms/CVS
    N src/lib/libssl/src/lib/libssl/src/ms/32all.bat
    N src/lib/libssl/src/lib/libssl/src/ms/README
    N src/lib/libssl/src/lib/libssl/src/ms/applink.c
    N src/lib/libssl/src/lib/libssl/src/ms/bcb4.bat
    N src/lib/libssl/src/lib/libssl/src/ms/certCA.srl
    N src/lib/libssl/src/lib/libssl/src/ms/certCA.ss
    N src/lib/libssl/src/lib/libssl/src/ms/certU.ss
    N src/lib/libssl/src/lib/libssl/src/ms/cmp.pl
    N src/lib/libssl/src/lib/libssl/src/ms/do_ms.bat
    N src/lib/libssl/src/lib/libssl/src/ms/do_nasm.bat
    N src/lib/libssl/src/lib/libssl/src/ms/do_nt.bat
    N src/lib/libssl/src/lib/libssl/src/ms/do_win64a.bat
    N src/lib/libssl/src/lib/libssl/src/ms/do_win64i.bat
    N src/lib/libssl/src/lib/libssl/src/ms/keyCA.ss
    N src/lib/libssl/src/lib/libssl/src/ms/keyU.ss
    N src/lib/libssl/src/lib/libssl/src/ms/mingw32.bat
    N src/lib/libssl/src/lib/libssl/src/ms/mw.bat
    N src/lib/libssl/src/lib/libssl/src/ms/req2CA.ss
    N src/lib/libssl/src/lib/libssl/src/ms/reqCA.ss
    N src/lib/libssl/src/lib/libssl/src/ms/reqU.ss
    N src/lib/libssl/src/lib/libssl/src/ms/speed32.bat
    N src/lib/libssl/src/lib/libssl/src/ms/tenc.bat
    N src/lib/libssl/src/lib/libssl/src/ms/tencce.bat
    N src/lib/libssl/src/lib/libssl/src/ms/test.bat
    N src/lib/libssl/src/lib/libssl/src/ms/testce.bat
    N src/lib/libssl/src/lib/libssl/src/ms/testce2.bat
    N src/lib/libssl/src/lib/libssl/src/ms/testenc.bat
    N src/lib/libssl/src/lib/libssl/src/ms/testencce.bat
    N src/lib/libssl/src/lib/libssl/src/ms/testpem.bat
    N src/lib/libssl/src/lib/libssl/src/ms/testpemce.bat
    N src/lib/libssl/src/lib/libssl/src/ms/testss.bat
    N src/lib/libssl/src/lib/libssl/src/ms/testssce.bat
    N src/lib/libssl/src/lib/libssl/src/ms/tlhelp32.h
    N src/lib/libssl/src/lib/libssl/src/ms/tpem.bat
    N src/lib/libssl/src/lib/libssl/src/ms/tpemce.bat
    N src/lib/libssl/src/lib/libssl/src/ms/uplink-common.pl
    N src/lib/libssl/src/lib/libssl/src/ms/uplink-ia64.pl
    N src/lib/libssl/src/lib/libssl/src/ms/uplink-x86.pl
    N src/lib/libssl/src/lib/libssl/src/ms/uplink-x86_64.pl
    N src/lib/libssl/src/lib/libssl/src/ms/uplink.c
    N src/lib/libssl/src/lib/libssl/src/ms/uplink.h
    N src/lib/libssl/src/lib/libssl/src/ms/uplink.pl
    N src/lib/libssl/src/lib/libssl/src/ms/x86asm.bat
    I src/lib/libssl/src/lib/libssl/src/os2/CVS
    N src/lib/libssl/src/lib/libssl/src/os2/OS2-EMX.cmd
    N src/lib/libssl/src/lib/libssl/src/os2/backwardify.pl
    I src/lib/libssl/src/lib/libssl/src/shlib/CVS
    N src/lib/libssl/src/lib/libssl/src/shlib/Makefile.hpux10-cc
    N src/lib/libssl/src/lib/libssl/src/shlib/README
    N src/lib/libssl/src/lib/libssl/src/shlib/hpux10-cc.sh
    N src/lib/libssl/src/lib/libssl/src/shlib/irix.sh
    N src/lib/libssl/src/lib/libssl/src/shlib/sco5-shared-gcc.sh
    N src/lib/libssl/src/lib/libssl/src/shlib/sco5-shared-installed
    N src/lib/libssl/src/lib/libssl/src/shlib/sco5-shared.sh
    N src/lib/libssl/src/lib/libssl/src/shlib/solaris-sc4.sh
    N src/lib/libssl/src/lib/libssl/src/shlib/solaris.sh
    N src/lib/libssl/src/lib/libssl/src/shlib/sun.sh
    N src/lib/libssl/src/lib/libssl/src/shlib/svr5-shared-gcc.sh
    N src/lib/libssl/src/lib/libssl/src/shlib/svr5-shared-installed
    N src/lib/libssl/src/lib/libssl/src/shlib/svr5-shared.sh
    N src/lib/libssl/src/lib/libssl/src/shlib/win32.bat
    N src/lib/libssl/src/lib/libssl/src/shlib/win32dll.bat
    I src/lib/libssl/src/lib/libssl/src/ssl/CVS
    N src/lib/libssl/src/lib/libssl/src/ssl/Makefile
    N src/lib/libssl/src/lib/libssl/src/ssl/bio_ssl.c
    N src/lib/libssl/src/lib/libssl/src/ssl/d1_both.c
    N src/lib/libssl/src/lib/libssl/src/ssl/d1_clnt.c
    N src/lib/libssl/src/lib/libssl/src/ssl/d1_enc.c
    N src/lib/libssl/src/lib/libssl/src/ssl/d1_lib.c
    N src/lib/libssl/src/lib/libssl/src/ssl/d1_meth.c
    N src/lib/libssl/src/lib/libssl/src/ssl/d1_pkt.c
    N src/lib/libssl/src/lib/libssl/src/ssl/d1_srtp.c
    N src/lib/libssl/src/lib/libssl/src/ssl/d1_srvr.c
    N src/lib/libssl/src/lib/libssl/src/ssl/dtls1.h
    N src/lib/libssl/src/lib/libssl/src/ssl/install-ssl.com
    N src/lib/libssl/src/lib/libssl/src/ssl/install.com
    N src/lib/libssl/src/lib/libssl/src/ssl/kssl.c
    N src/lib/libssl/src/lib/libssl/src/ssl/kssl.h
    N src/lib/libssl/src/lib/libssl/src/ssl/kssl_lcl.h
    N src/lib/libssl/src/lib/libssl/src/ssl/s23_clnt.c
    N src/lib/libssl/src/lib/libssl/src/ssl/s23_lib.c
    N src/lib/libssl/src/lib/libssl/src/ssl/s23_meth.c
    N src/lib/libssl/src/lib/libssl/src/ssl/s23_pkt.c
    N src/lib/libssl/src/lib/libssl/src/ssl/s23_srvr.c
    N src/lib/libssl/src/lib/libssl/src/ssl/s2_clnt.c
    N src/lib/libssl/src/lib/libssl/src/ssl/s2_enc.c
    N src/lib/libssl/src/lib/libssl/src/ssl/s2_lib.c
    N src/lib/libssl/src/lib/libssl/src/ssl/s2_meth.c
    N src/lib/libssl/src/lib/libssl/src/ssl/s2_pkt.c
    N src/lib/libssl/src/lib/libssl/src/ssl/s2_srvr.c
    N src/lib/libssl/src/lib/libssl/src/ssl/s3_both.c
    N src/lib/libssl/src/lib/libssl/src/ssl/s3_cbc.c
    N src/lib/libssl/src/lib/libssl/src/ssl/s3_clnt.c
    N src/lib/libssl/src/lib/libssl/src/ssl/s3_enc.c
    N src/lib/libssl/src/lib/libssl/src/ssl/s3_lib.c
    N src/lib/libssl/src/lib/libssl/src/ssl/s3_meth.c
    N src/lib/libssl/src/lib/libssl/src/ssl/s3_pkt.c
    N src/lib/libssl/src/lib/libssl/src/ssl/s3_srvr.c
    N src/lib/libssl/src/lib/libssl/src/ssl/srtp.h
    N src/lib/libssl/src/lib/libssl/src/ssl/ssl-lib.com
    N src/lib/libssl/src/lib/libssl/src/ssl/ssl.h
    N src/lib/libssl/src/lib/libssl/src/ssl/ssl2.h
    N src/lib/libssl/src/lib/libssl/src/ssl/ssl23.h
    N src/lib/libssl/src/lib/libssl/src/ssl/ssl3.h
    N src/lib/libssl/src/lib/libssl/src/ssl/ssl_algs.c
    N src/lib/libssl/src/lib/libssl/src/ssl/ssl_asn1.c
    N src/lib/libssl/src/lib/libssl/src/ssl/ssl_cert.c
    N src/lib/libssl/src/lib/libssl/src/ssl/ssl_ciph.c
    N src/lib/libssl/src/lib/libssl/src/ssl/ssl_err.c
    N src/lib/libssl/src/lib/libssl/src/ssl/ssl_err2.c
    N src/lib/libssl/src/lib/libssl/src/ssl/ssl_lib.c
    N src/lib/libssl/src/lib/libssl/src/ssl/ssl_locl.h
    N src/lib/libssl/src/lib/libssl/src/ssl/ssl_rsa.c
    N src/lib/libssl/src/lib/libssl/src/ssl/ssl_sess.c
    N src/lib/libssl/src/lib/libssl/src/ssl/ssl_stat.c
    N src/lib/libssl/src/lib/libssl/src/ssl/ssl_task.c
    N src/lib/libssl/src/lib/libssl/src/ssl/ssl_txt.c
    N src/lib/libssl/src/lib/libssl/src/ssl/ssltest.c
    N src/lib/libssl/src/lib/libssl/src/ssl/t1_clnt.c
    N src/lib/libssl/src/lib/libssl/src/ssl/t1_enc.c
    N src/lib/libssl/src/lib/libssl/src/ssl/t1_lib.c
    N src/lib/libssl/src/lib/libssl/src/ssl/t1_meth.c
    N src/lib/libssl/src/lib/libssl/src/ssl/t1_reneg.c
    N src/lib/libssl/src/lib/libssl/src/ssl/t1_srvr.c
    N src/lib/libssl/src/lib/libssl/src/ssl/tls1.h
    N src/lib/libssl/src/lib/libssl/src/ssl/tls_srp.c
    I src/lib/libssl/src/lib/libssl/src/test/CVS
    N src/lib/libssl/src/lib/libssl/src/test/CAss.cnf
    N src/lib/libssl/src/lib/libssl/src/test/CAssdh.cnf
    N src/lib/libssl/src/lib/libssl/src/test/CAssdsa.cnf
    N src/lib/libssl/src/lib/libssl/src/test/CAssrsa.cnf
    N src/lib/libssl/src/lib/libssl/src/test/CAtsa.cnf
    N src/lib/libssl/src/lib/libssl/src/test/Makefile
    N src/lib/libssl/src/lib/libssl/src/test/P1ss.cnf
    N src/lib/libssl/src/lib/libssl/src/test/P2ss.cnf
    N src/lib/libssl/src/lib/libssl/src/test/Sssdsa.cnf
    N src/lib/libssl/src/lib/libssl/src/test/Sssrsa.cnf
    N src/lib/libssl/src/lib/libssl/src/test/Uss.cnf
    N src/lib/libssl/src/lib/libssl/src/test/VMSca-response.1
    N src/lib/libssl/src/lib/libssl/src/test/VMSca-response.2
    N src/lib/libssl/src/lib/libssl/src/test/asn1test.c
    N src/lib/libssl/src/lib/libssl/src/test/bctest
    N src/lib/libssl/src/lib/libssl/src/test/bctest.com
    N src/lib/libssl/src/lib/libssl/src/test/bntest.com
    N src/lib/libssl/src/lib/libssl/src/test/clean_test.com
    N src/lib/libssl/src/lib/libssl/src/test/cms-examples.pl
    N src/lib/libssl/src/lib/libssl/src/test/cms-test.pl
    N src/lib/libssl/src/lib/libssl/src/test/dummytest.c
    N src/lib/libssl/src/lib/libssl/src/test/evptests.txt
    N src/lib/libssl/src/lib/libssl/src/test/tcrl
    N src/lib/libssl/src/lib/libssl/src/test/igetest.c
    N src/lib/libssl/src/lib/libssl/src/test/maketests.com
    N src/lib/libssl/src/lib/libssl/src/test/methtest.c
    N src/lib/libssl/src/lib/libssl/src/test/pkcs7-1.pem
    N src/lib/libssl/src/lib/libssl/src/test/pkcs7.pem
    N src/lib/libssl/src/lib/libssl/src/test/pkits-test.pl
    N src/lib/libssl/src/lib/libssl/src/test/r160test.c
    N src/lib/libssl/src/lib/libssl/src/test/smcont.txt
    N src/lib/libssl/src/lib/libssl/src/test/tcrl.com
    N src/lib/libssl/src/lib/libssl/src/test/test.cnf
    N src/lib/libssl/src/lib/libssl/src/test/test_aesni
    N src/lib/libssl/src/lib/libssl/src/test/test_padlock
    N src/lib/libssl/src/lib/libssl/src/test/testca
    N src/lib/libssl/src/lib/libssl/src/test/testca.com
    N src/lib/libssl/src/lib/libssl/src/test/testcrl.pem
    N src/lib/libssl/src/lib/libssl/src/test/testenc
    N src/lib/libssl/src/lib/libssl/src/test/testenc.com
    N src/lib/libssl/src/lib/libssl/src/test/testgen
    N src/lib/libssl/src/lib/libssl/src/test/testgen.com
    N src/lib/libssl/src/lib/libssl/src/test/testp7.pem
    N src/lib/libssl/src/lib/libssl/src/test/testreq2.pem
    N src/lib/libssl/src/lib/libssl/src/test/testrsa.pem
    N src/lib/libssl/src/lib/libssl/src/test/tests.com
    N src/lib/libssl/src/lib/libssl/src/test/testsid.pem
    N src/lib/libssl/src/lib/libssl/src/test/testss
    N src/lib/libssl/src/lib/libssl/src/test/testss.com
    N src/lib/libssl/src/lib/libssl/src/test/testssl
    N src/lib/libssl/src/lib/libssl/src/test/testssl.com
    N src/lib/libssl/src/lib/libssl/src/test/testsslproxy
    N src/lib/libssl/src/lib/libssl/src/test/testtsa
    N src/lib/libssl/src/lib/libssl/src/test/testtsa.com
    N src/lib/libssl/src/lib/libssl/src/test/testx509.pem
    N src/lib/libssl/src/lib/libssl/src/test/times
    N src/lib/libssl/src/lib/libssl/src/test/tpkcs7
    N src/lib/libssl/src/lib/libssl/src/test/tpkcs7.com
    N src/lib/libssl/src/lib/libssl/src/test/tpkcs7d
    N src/lib/libssl/src/lib/libssl/src/test/tpkcs7d.com
    N src/lib/libssl/src/lib/libssl/src/test/treq
    N src/lib/libssl/src/lib/libssl/src/test/treq.com
    N src/lib/libssl/src/lib/libssl/src/test/trsa
    N src/lib/libssl/src/lib/libssl/src/test/trsa.com
    N src/lib/libssl/src/lib/libssl/src/test/tsid
    N src/lib/libssl/src/lib/libssl/src/test/tsid.com
    N src/lib/libssl/src/lib/libssl/src/test/tverify.com
    N src/lib/libssl/src/lib/libssl/src/test/tx509
    N src/lib/libssl/src/lib/libssl/src/test/tx509.com
    N src/lib/libssl/src/lib/libssl/src/test/v3-cert1.pem
    N src/lib/libssl/src/lib/libssl/src/test/v3-cert2.pem
    I src/lib/libssl/src/lib/libssl/src/test/smime-certs/CVS
    N src/lib/libssl/src/lib/libssl/src/test/smime-certs/smdsa1.pem
    N src/lib/libssl/src/lib/libssl/src/test/smime-certs/smdsa2.pem
    N src/lib/libssl/src/lib/libssl/src/test/smime-certs/smdsa3.pem
    N src/lib/libssl/src/lib/libssl/src/test/smime-certs/smdsap.pem
    N src/lib/libssl/src/lib/libssl/src/test/smime-certs/smroot.pem
    N src/lib/libssl/src/lib/libssl/src/test/smime-certs/smrsa1.pem
    N src/lib/libssl/src/lib/libssl/src/test/smime-certs/smrsa2.pem
    N src/lib/libssl/src/lib/libssl/src/test/smime-certs/smrsa3.pem
    I src/lib/libssl/src/lib/libssl/src/times/CVS
    N src/lib/libssl/src/lib/libssl/src/times/100.lnx
    N src/lib/libssl/src/lib/libssl/src/times/100.nt
    N src/lib/libssl/src/lib/libssl/src/times/200.lnx
    N src/lib/libssl/src/lib/libssl/src/times/486-66.dos
    N src/lib/libssl/src/lib/libssl/src/times/486-66.nt
    N src/lib/libssl/src/lib/libssl/src/times/486-66.w31
    N src/lib/libssl/src/lib/libssl/src/times/5.lnx
    N src/lib/libssl/src/lib/libssl/src/times/586-085i.nt
    N src/lib/libssl/src/lib/libssl/src/times/586-100.LN3
    N src/lib/libssl/src/lib/libssl/src/times/586-100.NT2
    N src/lib/libssl/src/lib/libssl/src/times/586-100.dos
    N src/lib/libssl/src/lib/libssl/src/times/586-100.ln4
    N src/lib/libssl/src/lib/libssl/src/times/586-100.lnx
    N src/lib/libssl/src/lib/libssl/src/times/586-100.nt
    N src/lib/libssl/src/lib/libssl/src/times/586-100.ntx
    N src/lib/libssl/src/lib/libssl/src/times/586-100.w31
    N src/lib/libssl/src/lib/libssl/src/times/586-1002.lnx
    N src/lib/libssl/src/lib/libssl/src/times/586p-100.lnx
    N src/lib/libssl/src/lib/libssl/src/times/686-200.bsd
    N src/lib/libssl/src/lib/libssl/src/times/686-200.lnx
    N src/lib/libssl/src/lib/libssl/src/times/686-200.nt
    N src/lib/libssl/src/lib/libssl/src/times/L1
    N src/lib/libssl/src/lib/libssl/src/times/R10000.t
    N src/lib/libssl/src/lib/libssl/src/times/R4400.t
    N src/lib/libssl/src/lib/libssl/src/times/aix.t
    N src/lib/libssl/src/lib/libssl/src/times/aixold.t
    N src/lib/libssl/src/lib/libssl/src/times/alpha.t
    N src/lib/libssl/src/lib/libssl/src/times/alpha400.t
    N src/lib/libssl/src/lib/libssl/src/times/cyrix100.lnx
    N src/lib/libssl/src/lib/libssl/src/times/dgux-x86.t
    N src/lib/libssl/src/lib/libssl/src/times/dgux.t
    N src/lib/libssl/src/lib/libssl/src/times/hpux-acc.t
    N src/lib/libssl/src/lib/libssl/src/times/hpux-kr.t
    N src/lib/libssl/src/lib/libssl/src/times/hpux.t
    N src/lib/libssl/src/lib/libssl/src/times/p2.w95
    N src/lib/libssl/src/lib/libssl/src/times/pent2.t
    N src/lib/libssl/src/lib/libssl/src/times/readme
    N src/lib/libssl/src/lib/libssl/src/times/s586-100.lnx
    N src/lib/libssl/src/lib/libssl/src/times/s586-100.nt
    N src/lib/libssl/src/lib/libssl/src/times/sgi.t
    N src/lib/libssl/src/lib/libssl/src/times/sparc.t
    N src/lib/libssl/src/lib/libssl/src/times/sparc2
    N src/lib/libssl/src/lib/libssl/src/times/sparcLX.t
    N src/lib/libssl/src/lib/libssl/src/times/usparc.t
    I src/lib/libssl/src/lib/libssl/src/times/090/CVS
    N src/lib/libssl/src/lib/libssl/src/times/090/586-100.nt
    I src/lib/libssl/src/lib/libssl/src/times/091/CVS
    N src/lib/libssl/src/lib/libssl/src/times/091/486-50.nt
    N src/lib/libssl/src/lib/libssl/src/times/091/586-100.lnx
    N src/lib/libssl/src/lib/libssl/src/times/091/68000.bsd
    N src/lib/libssl/src/lib/libssl/src/times/091/686-200.lnx
    N src/lib/libssl/src/lib/libssl/src/times/091/alpha064.osf
    N src/lib/libssl/src/lib/libssl/src/times/091/alpha164.lnx
    N src/lib/libssl/src/lib/libssl/src/times/091/alpha164.osf
    N src/lib/libssl/src/lib/libssl/src/times/091/mips-rel.pl
    N src/lib/libssl/src/lib/libssl/src/times/091/r10000.irx
    N src/lib/libssl/src/lib/libssl/src/times/091/r3000.ult
    N src/lib/libssl/src/lib/libssl/src/times/091/r4400.irx
    I src/lib/libssl/src/lib/libssl/src/times/x86/CVS
    N src/lib/libssl/src/lib/libssl/src/times/x86/bfs.cpp
    N src/lib/libssl/src/lib/libssl/src/times/x86/casts.cpp
    N src/lib/libssl/src/lib/libssl/src/times/x86/des3s.cpp
    N src/lib/libssl/src/lib/libssl/src/times/x86/dess.cpp
    N src/lib/libssl/src/lib/libssl/src/times/x86/md4s.cpp
    N src/lib/libssl/src/lib/libssl/src/times/x86/md5s.cpp
    N src/lib/libssl/src/lib/libssl/src/times/x86/rc4s.cpp
    N src/lib/libssl/src/lib/libssl/src/times/x86/sha1s.cpp
    I src/lib/libssl/src/lib/libssl/src/tools/CVS
    N src/lib/libssl/src/lib/libssl/src/tools/Makefile
    N src/lib/libssl/src/lib/libssl/src/tools/c89.sh
    N src/lib/libssl/src/lib/libssl/src/tools/c_hash
    N src/lib/libssl/src/lib/libssl/src/tools/c_info
    N src/lib/libssl/src/lib/libssl/src/tools/c_issuer
    N src/lib/libssl/src/lib/libssl/src/tools/c_name
    N src/lib/libssl/src/lib/libssl/src/tools/c_rehash.in
    I src/lib/libssl/src/lib/libssl/src/util/CVS
    N src/lib/libssl/src/lib/libssl/src/util/FreeBSD.sh
    N src/lib/libssl/src/lib/libssl/src/util/add_cr.pl
    N src/lib/libssl/src/lib/libssl/src/util/bat.sh
    N src/lib/libssl/src/lib/libssl/src/util/ck_errf.pl
    N src/lib/libssl/src/lib/libssl/src/util/clean-depend.pl
    N src/lib/libssl/src/lib/libssl/src/util/copy.pl
    N src/lib/libssl/src/lib/libssl/src/util/cygwin.sh
    N src/lib/libssl/src/lib/libssl/src/util/deleof.pl
    N src/lib/libssl/src/lib/libssl/src/util/deltree.com
    N src/lib/libssl/src/lib/libssl/src/util/dirname.pl
    N src/lib/libssl/src/lib/libssl/src/util/do_ms.sh
    N src/lib/libssl/src/lib/libssl/src/util/domd
    N src/lib/libssl/src/lib/libssl/src/util/err-ins.pl
    N src/lib/libssl/src/lib/libssl/src/util/extract-names.pl
    N src/lib/libssl/src/lib/libssl/src/util/extract-section.pl
    N src/lib/libssl/src/lib/libssl/src/util/files.pl
    N src/lib/libssl/src/lib/libssl/src/util/fixNT.sh
    N src/lib/libssl/src/lib/libssl/src/util/install.sh
    N src/lib/libssl/src/lib/libssl/src/util/libeay.num
    N src/lib/libssl/src/lib/libssl/src/util/mk1mf.pl
    N src/lib/libssl/src/lib/libssl/src/util/mkcerts.sh
    N src/lib/libssl/src/lib/libssl/src/util/mkdef.pl
    N src/lib/libssl/src/lib/libssl/src/util/mkdir-p.pl
    N src/lib/libssl/src/lib/libssl/src/util/mkerr.pl
    N src/lib/libssl/src/lib/libssl/src/util/mkfiles.pl
    N src/lib/libssl/src/lib/libssl/src/util/mklink.pl
    N src/lib/libssl/src/lib/libssl/src/util/mkrc.pl
    N src/lib/libssl/src/lib/libssl/src/util/mkstack.pl
    N src/lib/libssl/src/lib/libssl/src/util/opensslwrap.sh
    N src/lib/libssl/src/lib/libssl/src/util/perlpath.pl
    N src/lib/libssl/src/lib/libssl/src/util/pod2man.pl
    N src/lib/libssl/src/lib/libssl/src/util/pod2mantest
    N src/lib/libssl/src/lib/libssl/src/util/pod2mantest.pod
    N src/lib/libssl/src/lib/libssl/src/util/point.sh
    N src/lib/libssl/src/lib/libssl/src/util/selftest.pl
    N src/lib/libssl/src/lib/libssl/src/util/shlib_wrap.sh
    N src/lib/libssl/src/lib/libssl/src/util/sp-diff.pl
    N src/lib/libssl/src/lib/libssl/src/util/speed.sh
    N src/lib/libssl/src/lib/libssl/src/util/src-dep.pl
    N src/lib/libssl/src/lib/libssl/src/util/ssleay.num
    N src/lib/libssl/src/lib/libssl/src/util/tab_num.pl
    N src/lib/libssl/src/lib/libssl/src/util/x86asm.sh
    I src/lib/libssl/src/lib/libssl/src/util/pl/CVS
    N src/lib/libssl/src/lib/libssl/src/util/pl/BC-32.pl
    N src/lib/libssl/src/lib/libssl/src/util/pl/Mingw32.pl
    N src/lib/libssl/src/lib/libssl/src/util/pl/OS2-EMX.pl
    N src/lib/libssl/src/lib/libssl/src/util/pl/VC-32.pl
    N src/lib/libssl/src/lib/libssl/src/util/pl/linux.pl
    N src/lib/libssl/src/lib/libssl/src/util/pl/netware.pl
    N src/lib/libssl/src/lib/libssl/src/util/pl/ultrix.pl
    N src/lib/libssl/src/lib/libssl/src/util/pl/unix.pl
    I src/lib/libssl/src/lib/libssl/ssl/CVS
    N src/lib/libssl/src/lib/libssl/ssl/Makefile
    N src/lib/libssl/src/lib/libssl/ssl/shlib_version
    I src/lib/libssl/src/lib/libcrypto/CVS
    N src/lib/libssl/src/lib/libcrypto/Makefile
    N src/lib/libssl/src/lib/libcrypto/generate_pkgconfig.sh
    N src/lib/libssl/src/lib/libcrypto/openssl.cnf
    N src/lib/libssl/src/lib/libcrypto/x509v3.cnf
    N src/lib/libssl/src/lib/libcrypto/cert.pem
    N src/lib/libssl/src/lib/libcrypto/crypto/Makefile
    N src/lib/libssl/src/lib/libcrypto/crypto/shlib_version
    I src/lib/libssl/src/lib/libcrypto/crypto/CVS
    I src/lib/libssl/src/lib/libcrypto/crypto/arch/CVS
    N src/lib/libssl/src/lib/libcrypto/crypto/arch/alpha/opensslconf.h
    I src/lib/libssl/src/lib/libcrypto/crypto/arch/alpha/CVS
    N src/lib/libssl/src/lib/libcrypto/crypto/arch/amd64/opensslconf.h
    I src/lib/libssl/src/lib/libcrypto/crypto/arch/amd64/CVS
    N src/lib/libssl/src/lib/libcrypto/crypto/arch/arm/opensslconf.h
    I src/lib/libssl/src/lib/libcrypto/crypto/arch/arm/CVS
    N src/lib/libssl/src/lib/libcrypto/crypto/arch/hppa/opensslconf.h
    I src/lib/libssl/src/lib/libcrypto/crypto/arch/hppa/CVS
    N src/lib/libssl/src/lib/libcrypto/crypto/arch/hppa64/opensslconf.h
    I src/lib/libssl/src/lib/libcrypto/crypto/arch/hppa64/CVS
    N src/lib/libssl/src/lib/libcrypto/crypto/arch/i386/opensslconf.h
    I src/lib/libssl/src/lib/libcrypto/crypto/arch/i386/CVS
    N src/lib/libssl/src/lib/libcrypto/crypto/arch/m88k/opensslconf.h
    I src/lib/libssl/src/lib/libcrypto/crypto/arch/m88k/CVS
    N src/lib/libssl/src/lib/libcrypto/crypto/arch/mips64/opensslconf.h
    I src/lib/libssl/src/lib/libcrypto/crypto/arch/mips64/CVS
    N src/lib/libssl/src/lib/libcrypto/crypto/arch/powerpc/opensslconf.h
    I src/lib/libssl/src/lib/libcrypto/crypto/arch/powerpc/CVS
    N src/lib/libssl/src/lib/libcrypto/crypto/arch/sh/opensslconf.h
    I src/lib/libssl/src/lib/libcrypto/crypto/arch/sh/CVS
    N src/lib/libssl/src/lib/libcrypto/crypto/arch/sparc/opensslconf.h
    I src/lib/libssl/src/lib/libcrypto/crypto/arch/sparc/CVS
    N src/lib/libssl/src/lib/libcrypto/crypto/arch/sparc64/opensslconf.h
    I src/lib/libssl/src/lib/libcrypto/crypto/arch/sparc64/CVS
    N src/lib/libssl/src/lib/libcrypto/crypto/arch/vax/bn_asm_vax.S
    N src/lib/libssl/src/lib/libcrypto/crypto/arch/vax/opensslconf.h
    I src/lib/libssl/src/lib/libcrypto/crypto/arch/vax/CVS
    I src/lib/libssl/src/lib/libcrypto/man/CVS
    N src/lib/libssl/src/lib/libcrypto/man/Makefile
    I src/lib/libssl/src/include/CVS
    N src/lib/libssl/src/include/Makefile
    N src/lib/libssl/src/include/a.out.h
    N src/lib/libssl/src/include/ar.h
    N src/lib/libssl/src/include/asr.h
    N src/lib/libssl/src/include/assert.h
    N src/lib/libssl/src/include/bitstring.h
    N src/lib/libssl/src/include/blf.h
    N src/lib/libssl/src/include/bsd_auth.h
    N src/lib/libssl/src/include/complex.h
    N src/lib/libssl/src/include/cpio.h
    N src/lib/libssl/src/include/ctype.h
    N src/lib/libssl/src/include/curses.h
    N src/lib/libssl/src/include/db.h
    N src/lib/libssl/src/include/dbm.h
    N src/lib/libssl/src/include/des.h
    N src/lib/libssl/src/include/dirent.h
    N src/lib/libssl/src/include/disktab.h
    N src/lib/libssl/src/include/dlfcn.h
    N src/lib/libssl/src/include/elf_abi.h
    N src/lib/libssl/src/include/err.h
    N src/lib/libssl/src/include/errno.h
    N src/lib/libssl/src/include/fenv.h
    N src/lib/libssl/src/include/float.h
    N src/lib/libssl/src/include/fnmatch.h
    N src/lib/libssl/src/include/fstab.h
    N src/lib/libssl/src/include/fts.h
    N src/lib/libssl/src/include/ftw.h
    N src/lib/libssl/src/include/getopt.h
    N src/lib/libssl/src/include/glob.h
    N src/lib/libssl/src/include/grp.h
    N src/lib/libssl/src/include/ieeefp.h
    N src/lib/libssl/src/include/ifaddrs.h
    N src/lib/libssl/src/include/inttypes.h
    N src/lib/libssl/src/include/iso646.h
    N src/lib/libssl/src/include/kvm.h
    N src/lib/libssl/src/include/langinfo.h
    N src/lib/libssl/src/include/libgen.h
    N src/lib/libssl/src/include/limits.h
    N src/lib/libssl/src/include/link.h
    N src/lib/libssl/src/include/link_elf.h
    N src/lib/libssl/src/include/locale.h
    N src/lib/libssl/src/include/login_cap.h
    N src/lib/libssl/src/include/malloc.h
    N src/lib/libssl/src/include/math.h
    N src/lib/libssl/src/include/md5.h
    N src/lib/libssl/src/include/memory.h
    N src/lib/libssl/src/include/mpool.h
    N src/lib/libssl/src/include/ndbm.h
    N src/lib/libssl/src/include/netdb.h
    N src/lib/libssl/src/include/netgroup.h
    N src/lib/libssl/src/include/nl_types.h
    N src/lib/libssl/src/include/nlist.h
    N src/lib/libssl/src/include/ohash.h
    N src/lib/libssl/src/include/paths.h
    N src/lib/libssl/src/include/poll.h
    N src/lib/libssl/src/include/pwd.h
    N src/lib/libssl/src/include/ranlib.h
    N src/lib/libssl/src/include/readpassphrase.h
    N src/lib/libssl/src/include/regex.h
    N src/lib/libssl/src/include/resolv.h
    N src/lib/libssl/src/include/rmd160.h
    N src/lib/libssl/src/include/search.h
    N src/lib/libssl/src/include/setjmp.h
    N src/lib/libssl/src/include/sha1.h
    N src/lib/libssl/src/include/sha2.h
    N src/lib/libssl/src/include/signal.h
    N src/lib/libssl/src/include/sndio.h
    N src/lib/libssl/src/include/spawn.h
    N src/lib/libssl/src/include/stdbool.h
    N src/lib/libssl/src/include/stddef.h
    N src/lib/libssl/src/include/stdio.h
    N src/lib/libssl/src/include/stdlib.h
    N src/lib/libssl/src/include/string.h
    N src/lib/libssl/src/include/strings.h
    N src/lib/libssl/src/include/struct.h
    N src/lib/libssl/src/include/sysexits.h
    N src/lib/libssl/src/include/tar.h
    N src/lib/libssl/src/include/tgmath.h
    N src/lib/libssl/src/include/time.h
    N src/lib/libssl/src/include/ttyent.h
    N src/lib/libssl/src/include/tzfile.h
    N src/lib/libssl/src/include/unistd.h
    N src/lib/libssl/src/include/utime.h
    N src/lib/libssl/src/include/utmp.h
    N src/lib/libssl/src/include/vis.h
    N src/lib/libssl/src/include/wchar.h
    N src/lib/libssl/src/include/wctype.h
    I src/lib/libssl/src/include/arpa/CVS
    N src/lib/libssl/src/include/arpa/ftp.h
    N src/lib/libssl/src/include/arpa/inet.h
    N src/lib/libssl/src/include/arpa/nameser.h
    N src/lib/libssl/src/include/arpa/telnet.h
    N src/lib/libssl/src/include/arpa/tftp.h
    I src/lib/libssl/src/include/protocols/CVS
    N src/lib/libssl/src/include/protocols/dumprestore.h
    N src/lib/libssl/src/include/protocols/routed.h
    N src/lib/libssl/src/include/protocols/rwhod.h
    N src/lib/libssl/src/include/protocols/talkd.h
    N src/lib/libssl/src/include/protocols/timed.h
    I src/lib/libssl/src/include/rpc/CVS
    N src/lib/libssl/src/include/rpc/auth.h
    N src/lib/libssl/src/include/rpc/auth_unix.h
    N src/lib/libssl/src/include/rpc/clnt.h
    N src/lib/libssl/src/include/rpc/pmap_clnt.h
    N src/lib/libssl/src/include/rpc/pmap_prot.h
    N src/lib/libssl/src/include/rpc/pmap_rmt.h
    N src/lib/libssl/src/include/rpc/rpc.h
    N src/lib/libssl/src/include/rpc/rpc_des.h
    N src/lib/libssl/src/include/rpc/rpc_msg.h
    N src/lib/libssl/src/include/rpc/svc.h
    N src/lib/libssl/src/include/rpc/svc_auth.h
    N src/lib/libssl/src/include/rpc/types.h
    N src/lib/libssl/src/include/rpc/xdr.h
    I src/lib/libssl/src/include/rpcsvc/CVS
    N src/lib/libssl/src/include/rpcsvc/yp_prot.h
    N src/lib/libssl/src/include/rpcsvc/ypclnt.h
    I src/lib/libssl/src/etc/CVS
    N src/lib/libssl/src/etc/MAKEDEV.common
    N src/lib/libssl/src/etc/MAKEDEV.man
    N src/lib/libssl/src/etc/MAKEDEV.mansub
    N src/lib/libssl/src/etc/MAKEDEV.mi
    N src/lib/libssl/src/etc/MAKEDEV.sub
    N src/lib/libssl/src/etc/Makefile
    N src/lib/libssl/src/etc/Makefile.inc
    N src/lib/libssl/src/etc/bgpd.conf
    N src/lib/libssl/src/etc/changelist
    N src/lib/libssl/src/etc/chio.conf
    N src/lib/libssl/src/etc/crontab
    N src/lib/libssl/src/etc/csh.cshrc
    N src/lib/libssl/src/etc/csh.login
    N src/lib/libssl/src/etc/csh.logout
    N src/lib/libssl/src/etc/daily
    N src/lib/libssl/src/etc/dhclient.conf
    N src/lib/libssl/src/etc/dhcpd.conf
    N src/lib/libssl/src/etc/dvmrpd.conf
    N src/lib/libssl/src/etc/exports
    N src/lib/libssl/src/etc/fbtab.head
    N src/lib/libssl/src/etc/fbtab.tail
    N src/lib/libssl/src/etc/ftpchroot
    N src/lib/libssl/src/etc/ftpusers
    N src/lib/libssl/src/etc/rc
    N src/lib/libssl/src/etc/gettytab
    N src/lib/libssl/src/etc/group
    N src/lib/libssl/src/etc/hostapd.conf
    N src/lib/libssl/src/etc/hosts
    N src/lib/libssl/src/etc/hosts.equiv
    N src/lib/libssl/src/etc/hosts.lpd
    N src/lib/libssl/src/etc/ifstated.conf
    N src/lib/libssl/src/etc/iked.conf
    N src/lib/libssl/src/etc/inetd.conf
    N src/lib/libssl/src/etc/ipsec.conf
    N src/lib/libssl/src/etc/ksh.kshrc
    N src/lib/libssl/src/etc/ldapd.conf
    N src/lib/libssl/src/etc/ldpd.conf
    N src/lib/libssl/src/etc/locate.rc
    N src/lib/libssl/src/etc/mailer.conf
    N src/lib/libssl/src/etc/man.conf
    N src/lib/libssl/src/etc/master.passwd
    N src/lib/libssl/src/etc/minfree
    N src/lib/libssl/src/etc/mixerctl.conf
    N src/lib/libssl/src/etc/moduli
    N src/lib/libssl/src/etc/moduli.6144
    N src/lib/libssl/src/etc/moduli.8192
    N src/lib/libssl/src/etc/monthly
    N src/lib/libssl/src/etc/motd
    N src/lib/libssl/src/etc/mrouted.conf
    N src/lib/libssl/src/etc/myname
    N src/lib/libssl/src/etc/netstart
    N src/lib/libssl/src/etc/networks
    N src/lib/libssl/src/etc/newsyslog.conf
    N src/lib/libssl/src/etc/nsd.conf
    N src/lib/libssl/src/etc/ntpd.conf
    N src/lib/libssl/src/etc/ospf6d.conf
    N src/lib/libssl/src/etc/ospfd.conf
    N src/lib/libssl/src/etc/pf.conf
    N src/lib/libssl/src/etc/pf.os
    N src/lib/libssl/src/etc/printcap
    N src/lib/libssl/src/etc/protocols
    N src/lib/libssl/src/etc/rbootd.conf
    N src/lib/libssl/src/etc/rc.conf
    N src/lib/libssl/src/etc/rc.local
    N src/lib/libssl/src/etc/rc.securelevel
    N src/lib/libssl/src/etc/rc.shutdown
    N src/lib/libssl/src/etc/relayd.conf
    N src/lib/libssl/src/etc/remote
    N src/lib/libssl/src/etc/ripd.conf
    N src/lib/libssl/src/etc/rpc
    N src/lib/libssl/src/etc/sasyncd.conf
    N src/lib/libssl/src/etc/sensorsd.conf
    N src/lib/libssl/src/etc/services
    N src/lib/libssl/src/etc/shells
    N src/lib/libssl/src/etc/snmpd.conf
    N src/lib/libssl/src/etc/sysctl.conf
    N src/lib/libssl/src/etc/syslog.conf
    N src/lib/libssl/src/etc/ttys.pty
    N src/lib/libssl/src/etc/unbound.conf
    N src/lib/libssl/src/etc/weekly
    N src/lib/libssl/src/etc/wsconsctl.conf
    N src/lib/libssl/src/etc/ypldap.conf
    I src/lib/libssl/src/etc/amd/CVS
    N src/lib/libssl/src/etc/amd/master.sample
    I src/lib/libssl/src/etc/bind/CVS
    N src/lib/libssl/src/etc/bind/db.localhost
    N src/lib/libssl/src/etc/bind/db.loopback
    N src/lib/libssl/src/etc/bind/db.loopback6.arpa
    N src/lib/libssl/src/etc/bind/named-dual.conf
    N src/lib/libssl/src/etc/bind/named-simple.conf
    N src/lib/libssl/src/etc/bind/root.hint
    I src/lib/libssl/src/etc/etc.alpha/CVS
    N src/lib/libssl/src/etc/etc.alpha/MAKEDEV
    N src/lib/libssl/src/etc/etc.alpha/MAKEDEV.md
    N src/lib/libssl/src/etc/etc.alpha/Makefile
    N src/lib/libssl/src/etc/etc.alpha/Makefile.inc
    N src/lib/libssl/src/etc/etc.alpha/disktab
    N src/lib/libssl/src/etc/etc.alpha/fbtab
    N src/lib/libssl/src/etc/etc.alpha/login.conf
    N src/lib/libssl/src/etc/etc.alpha/sysctl.conf
    N src/lib/libssl/src/etc/etc.alpha/ttys
    I src/lib/libssl/src/etc/etc.amd64/CVS
    N src/lib/libssl/src/etc/etc.amd64/MAKEDEV
    N src/lib/libssl/src/etc/etc.amd64/MAKEDEV.md
    N src/lib/libssl/src/etc/etc.amd64/Makefile
    N src/lib/libssl/src/etc/etc.amd64/Makefile.inc
    N src/lib/libssl/src/etc/etc.amd64/disktab
    N src/lib/libssl/src/etc/etc.amd64/fbtab
    N src/lib/libssl/src/etc/etc.amd64/login.conf
    N src/lib/libssl/src/etc/etc.amd64/sysctl.conf
    N src/lib/libssl/src/etc/etc.amd64/ttys
    I src/lib/libssl/src/etc/etc.armish/CVS
    N src/lib/libssl/src/etc/etc.armish/MAKEDEV
    N src/lib/libssl/src/etc/etc.armish/MAKEDEV.md
    N src/lib/libssl/src/etc/etc.armish/Makefile
    N src/lib/libssl/src/etc/etc.armish/Makefile.inc
    N src/lib/libssl/src/etc/etc.armish/disktab
    N src/lib/libssl/src/etc/etc.armish/fbtab
    N src/lib/libssl/src/etc/etc.armish/login.conf
    N src/lib/libssl/src/etc/etc.armish/sysctl.conf
    N src/lib/libssl/src/etc/etc.armish/ttys
    I src/lib/libssl/src/etc/etc.armv7/CVS
    N src/lib/libssl/src/etc/etc.armv7/MAKEDEV
    N src/lib/libssl/src/etc/etc.armv7/MAKEDEV.md
    N src/lib/libssl/src/etc/etc.armv7/Makefile
    N src/lib/libssl/src/etc/etc.armv7/Makefile.inc
    N src/lib/libssl/src/etc/etc.armv7/disktab
    N src/lib/libssl/src/etc/etc.armv7/fbtab
    N src/lib/libssl/src/etc/etc.armv7/login.conf
    N src/lib/libssl/src/etc/etc.armv7/sysctl.conf
    N src/lib/libssl/src/etc/etc.armv7/ttys
    I src/lib/libssl/src/etc/etc.aviion/CVS
    N src/lib/libssl/src/etc/etc.aviion/MAKEDEV
    N src/lib/libssl/src/etc/etc.aviion/MAKEDEV.md
    N src/lib/libssl/src/etc/etc.aviion/Makefile
    N src/lib/libssl/src/etc/etc.aviion/Makefile.inc
    N src/lib/libssl/src/etc/etc.aviion/disktab
    N src/lib/libssl/src/etc/etc.aviion/fbtab
    N src/lib/libssl/src/etc/etc.aviion/login.conf
    N src/lib/libssl/src/etc/etc.aviion/sysctl.conf
    N src/lib/libssl/src/etc/etc.aviion/ttys
    I src/lib/libssl/src/etc/etc.hppa/CVS
    N src/lib/libssl/src/etc/etc.hppa/MAKEDEV
    N src/lib/libssl/src/etc/etc.hppa/MAKEDEV.md
    N src/lib/libssl/src/etc/etc.hppa/Makefile
    N src/lib/libssl/src/etc/etc.hppa/Makefile.inc
    N src/lib/libssl/src/etc/etc.hppa/disktab
    N src/lib/libssl/src/etc/etc.hppa/fbtab
    N src/lib/libssl/src/etc/etc.hppa/login.conf
    N src/lib/libssl/src/etc/etc.hppa/sysctl.conf
    N src/lib/libssl/src/etc/etc.hppa/ttys
    I src/lib/libssl/src/etc/etc.hppa64/CVS
    N src/lib/libssl/src/etc/etc.hppa64/MAKEDEV
    N src/lib/libssl/src/etc/etc.hppa64/MAKEDEV.md
    N src/lib/libssl/src/etc/etc.hppa64/Makefile
    N src/lib/libssl/src/etc/etc.hppa64/Makefile.inc
    N src/lib/libssl/src/etc/etc.hppa64/disktab
    N src/lib/libssl/src/etc/etc.hppa64/fbtab
    N src/lib/libssl/src/etc/etc.hppa64/login.conf
    N src/lib/libssl/src/etc/etc.hppa64/sysctl.conf
    N src/lib/libssl/src/etc/etc.hppa64/ttys
    I src/lib/libssl/src/etc/etc.i386/CVS
    N src/lib/libssl/src/etc/etc.i386/MAKEDEV
    N src/lib/libssl/src/etc/etc.i386/MAKEDEV.md
    N src/lib/libssl/src/etc/etc.i386/Makefile
    N src/lib/libssl/src/etc/etc.i386/Makefile.inc
    N src/lib/libssl/src/etc/etc.i386/disktab
    N src/lib/libssl/src/etc/etc.i386/fbtab
    N src/lib/libssl/src/etc/etc.i386/login.conf
    N src/lib/libssl/src/etc/etc.i386/sysctl.conf
    N src/lib/libssl/src/etc/etc.i386/ttys
    I src/lib/libssl/src/etc/etc.landisk/CVS
    N src/lib/libssl/src/etc/etc.landisk/MAKEDEV
    N src/lib/libssl/src/etc/etc.landisk/MAKEDEV.md
    N src/lib/libssl/src/etc/etc.landisk/Makefile
    N src/lib/libssl/src/etc/etc.landisk/Makefile.inc
    N src/lib/libssl/src/etc/etc.landisk/disktab
    N src/lib/libssl/src/etc/etc.landisk/fbtab
    N src/lib/libssl/src/etc/etc.landisk/login.conf
    N src/lib/libssl/src/etc/etc.landisk/sysctl.conf
    N src/lib/libssl/src/etc/etc.landisk/ttys
    I src/lib/libssl/src/etc/etc.loongson/CVS
    N src/lib/libssl/src/etc/etc.loongson/MAKEDEV
    N src/lib/libssl/src/etc/etc.loongson/MAKEDEV.md
    N src/lib/libssl/src/etc/etc.loongson/Makefile
    N src/lib/libssl/src/etc/etc.loongson/Makefile.inc
    N src/lib/libssl/src/etc/etc.loongson/disktab
    N src/lib/libssl/src/etc/etc.loongson/fbtab
    N src/lib/libssl/src/etc/etc.loongson/login.conf
    N src/lib/libssl/src/etc/etc.loongson/sysctl.conf
    N src/lib/libssl/src/etc/etc.loongson/ttys
    I src/lib/libssl/src/etc/etc.luna88k/CVS
    N src/lib/libssl/src/etc/etc.luna88k/MAKEDEV
    N src/lib/libssl/src/etc/etc.luna88k/MAKEDEV.md
    N src/lib/libssl/src/etc/etc.luna88k/Makefile
    N src/lib/libssl/src/etc/etc.luna88k/Makefile.inc
    N src/lib/libssl/src/etc/etc.luna88k/disktab
    N src/lib/libssl/src/etc/etc.luna88k/fbtab
    N src/lib/libssl/src/etc/etc.luna88k/login.conf
    N src/lib/libssl/src/etc/etc.luna88k/sysctl.conf
    N src/lib/libssl/src/etc/etc.luna88k/ttys
    I src/lib/libssl/src/etc/etc.macppc/CVS
    N src/lib/libssl/src/etc/etc.macppc/MAKEDEV
    N src/lib/libssl/src/etc/etc.macppc/MAKEDEV.md
    N src/lib/libssl/src/etc/etc.macppc/Makefile
    N src/lib/libssl/src/etc/etc.macppc/Makefile.inc
    N src/lib/libssl/src/etc/etc.macppc/disktab
    N src/lib/libssl/src/etc/etc.macppc/fbtab
    N src/lib/libssl/src/etc/etc.macppc/login.conf
    N src/lib/libssl/src/etc/etc.macppc/sysctl.conf
    N src/lib/libssl/src/etc/etc.macppc/ttys
    I src/lib/libssl/src/etc/etc.octeon/CVS
    N src/lib/libssl/src/etc/etc.octeon/MAKEDEV
    N src/lib/libssl/src/etc/etc.octeon/MAKEDEV.md
    N src/lib/libssl/src/etc/etc.octeon/Makefile
    N src/lib/libssl/src/etc/etc.octeon/Makefile.inc
    N src/lib/libssl/src/etc/etc.octeon/disktab
    N src/lib/libssl/src/etc/etc.octeon/fbtab
    N src/lib/libssl/src/etc/etc.octeon/login.conf
    N src/lib/libssl/src/etc/etc.octeon/sysctl.conf
    N src/lib/libssl/src/etc/etc.octeon/ttys
    I src/lib/libssl/src/etc/etc.sgi/CVS
    N src/lib/libssl/src/etc/etc.sgi/MAKEDEV
    N src/lib/libssl/src/etc/etc.sgi/MAKEDEV.md
    N src/lib/libssl/src/etc/etc.sgi/Makefile
    N src/lib/libssl/src/etc/etc.sgi/Makefile.inc
    N src/lib/libssl/src/etc/etc.sgi/disktab
    N src/lib/libssl/src/etc/etc.sgi/fbtab
    N src/lib/libssl/src/etc/etc.sgi/login.conf
    N src/lib/libssl/src/etc/etc.sgi/sysctl.conf
    N src/lib/libssl/src/etc/etc.sgi/ttys
    I src/lib/libssl/src/etc/etc.socppc/CVS
    N src/lib/libssl/src/etc/etc.socppc/MAKEDEV
    N src/lib/libssl/src/etc/etc.socppc/MAKEDEV.md
    N src/lib/libssl/src/etc/etc.socppc/Makefile
    N src/lib/libssl/src/etc/etc.socppc/Makefile.inc
    N src/lib/libssl/src/etc/etc.socppc/disktab
    N src/lib/libssl/src/etc/etc.socppc/fbtab
    N src/lib/libssl/src/etc/etc.socppc/login.conf
    N src/lib/libssl/src/etc/etc.socppc/sysctl.conf
    N src/lib/libssl/src/etc/etc.socppc/ttys
    I src/lib/libssl/src/etc/etc.sparc/CVS
    N src/lib/libssl/src/etc/etc.sparc/MAKEDEV
    N src/lib/libssl/src/etc/etc.sparc/MAKEDEV.md
    N src/lib/libssl/src/etc/etc.sparc/Makefile
    N src/lib/libssl/src/etc/etc.sparc/Makefile.inc
    N src/lib/libssl/src/etc/etc.sparc/disktab
    N src/lib/libssl/src/etc/etc.sparc/fbtab
    N src/lib/libssl/src/etc/etc.sparc/login.conf
    N src/lib/libssl/src/etc/etc.sparc/sysctl.conf
    N src/lib/libssl/src/etc/etc.sparc/ttys
    I src/lib/libssl/src/etc/etc.sparc64/CVS
    N src/lib/libssl/src/etc/etc.sparc64/MAKEDEV
    N src/lib/libssl/src/etc/etc.sparc64/MAKEDEV.md
    N src/lib/libssl/src/etc/etc.sparc64/Makefile
    N src/lib/libssl/src/etc/etc.sparc64/Makefile.inc
    N src/lib/libssl/src/etc/etc.sparc64/disktab
    N src/lib/libssl/src/etc/etc.sparc64/fbtab
    N src/lib/libssl/src/etc/etc.sparc64/login.conf
    N src/lib/libssl/src/etc/etc.sparc64/sysctl.conf
    N src/lib/libssl/src/etc/etc.sparc64/ttys
    I src/lib/libssl/src/etc/etc.vax/CVS
    N src/lib/libssl/src/etc/etc.vax/MAKEDEV
    N src/lib/libssl/src/etc/etc.vax/MAKEDEV.md
    N src/lib/libssl/src/etc/etc.vax/Makefile
    N src/lib/libssl/src/etc/etc.vax/Makefile.inc
    N src/lib/libssl/src/etc/etc.vax/disktab
    N src/lib/libssl/src/etc/etc.vax/fbtab
    N src/lib/libssl/src/etc/etc.vax/login.conf
    N src/lib/libssl/src/etc/etc.vax/sysctl.conf
    N src/lib/libssl/src/etc/etc.vax/ttys
    I src/lib/libssl/src/etc/etc.zaurus/CVS
    N src/lib/libssl/src/etc/etc.zaurus/MAKEDEV
    N src/lib/libssl/src/etc/etc.zaurus/MAKEDEV.md
    N src/lib/libssl/src/etc/etc.zaurus/Makefile
    N src/lib/libssl/src/etc/etc.zaurus/Makefile.inc
    N src/lib/libssl/src/etc/etc.zaurus/disktab
    N src/lib/libssl/src/etc/etc.zaurus/fbtab
    N src/lib/libssl/src/etc/etc.zaurus/login.conf
    N src/lib/libssl/src/etc/etc.zaurus/sysctl.conf
    N src/lib/libssl/src/etc/etc.zaurus/ttys
    I src/lib/libssl/src/etc/kerberosV/CVS
    N src/lib/libssl/src/etc/kerberosV/krb5.conf.example
    I src/lib/libssl/src/etc/mail/CVS
    N src/lib/libssl/src/etc/mail/Makefile
    N src/lib/libssl/src/etc/mail/README
    N src/lib/libssl/src/etc/mail/access
    N src/lib/libssl/src/etc/mail/aliases
    N src/lib/libssl/src/etc/mail/genericstable
    N src/lib/libssl/src/etc/mail/local-host-names
    N src/lib/libssl/src/etc/mail/mailertable
    N src/lib/libssl/src/etc/mail/relay-domains
    N src/lib/libssl/src/etc/mail/smtpd.conf
    N src/lib/libssl/src/etc/mail/spamd.conf
    N src/lib/libssl/src/etc/mail/trusted-users
    N src/lib/libssl/src/etc/mail/virtusertable
    I src/lib/libssl/src/etc/mtree/CVS
    N src/lib/libssl/src/etc/mtree/4.4BSD.dist
    N src/lib/libssl/src/etc/mtree/4.4BSD.root
    N src/lib/libssl/src/etc/mtree/4.4BSD.usr
    N src/lib/libssl/src/etc/mtree/4.4BSD.var
    N src/lib/libssl/src/etc/mtree/BSD.local.dist
    N src/lib/libssl/src/etc/mtree/BSD.x11.dist
    N src/lib/libssl/src/etc/mtree/special
    I src/lib/libssl/src/etc/ppp/CVS
    N src/lib/libssl/src/etc/ppp/chap-secrets
    N src/lib/libssl/src/etc/ppp/chatscript.sample
    N src/lib/libssl/src/etc/ppp/options
    N src/lib/libssl/src/etc/ppp/options.sample
    N src/lib/libssl/src/etc/ppp/pap-secrets
    I src/lib/libssl/src/etc/rc.d/CVS
    N src/lib/libssl/src/etc/rc.d/amd
    N src/lib/libssl/src/etc/rc.d/apmd
    N src/lib/libssl/src/etc/rc.d/bgpd
    N src/lib/libssl/src/etc/rc.d/bootparamd
    N src/lib/libssl/src/etc/rc.d/cron
    N src/lib/libssl/src/etc/rc.d/dhcpd
    N src/lib/libssl/src/etc/rc.d/dhcrelay
    N src/lib/libssl/src/etc/rc.d/dvmrpd
    N src/lib/libssl/src/etc/rc.d/ftpd
    N src/lib/libssl/src/etc/rc.d/ftpproxy
    N src/lib/libssl/src/etc/rc.d/hostapd
    N src/lib/libssl/src/etc/rc.d/hotplugd
    N src/lib/libssl/src/etc/rc.d/identd
    N src/lib/libssl/src/etc/rc.d/ifstated
    N src/lib/libssl/src/etc/rc.d/iked
    N src/lib/libssl/src/etc/rc.d/inetd
    N src/lib/libssl/src/etc/rc.d/ipropd_master
    N src/lib/libssl/src/etc/rc.d/ipropd_slave
    N src/lib/libssl/src/etc/rc.d/isakmpd
    N src/lib/libssl/src/etc/rc.d/kadmind
    N src/lib/libssl/src/etc/rc.d/kdc
    N src/lib/libssl/src/etc/rc.d/kpasswdd
    N src/lib/libssl/src/etc/rc.d/ldapd
    N src/lib/libssl/src/etc/rc.d/ldattach
    N src/lib/libssl/src/etc/rc.d/ldomd
    N src/lib/libssl/src/etc/rc.d/ldpd
    N src/lib/libssl/src/etc/rc.d/lockd
    N src/lib/libssl/src/etc/rc.d/lpd
    N src/lib/libssl/src/etc/rc.d/mopd
    N src/lib/libssl/src/etc/rc.d/mountd
    N src/lib/libssl/src/etc/rc.d/mrouted
    N src/lib/libssl/src/etc/rc.d/named
    N src/lib/libssl/src/etc/rc.d/nfsd
    N src/lib/libssl/src/etc/rc.d/nginx
    N src/lib/libssl/src/etc/rc.d/npppd
    N src/lib/libssl/src/etc/rc.d/nsd
    N src/lib/libssl/src/etc/rc.d/ntpd
    N src/lib/libssl/src/etc/rc.d/ospf6d
    N src/lib/libssl/src/etc/rc.d/ospfd
    N src/lib/libssl/src/etc/rc.d/pflogd
    N src/lib/libssl/src/etc/rc.d/portmap
    N src/lib/libssl/src/etc/rc.d/rarpd
    N src/lib/libssl/src/etc/rc.d/rbootd
    N src/lib/libssl/src/etc/rc.d/rc.subr
    N src/lib/libssl/src/etc/rc.d/relayd
    N src/lib/libssl/src/etc/rc.d/ripd
    N src/lib/libssl/src/etc/rc.d/route6d
    N src/lib/libssl/src/etc/rc.d/rtadvd
    N src/lib/libssl/src/etc/rc.d/rtsold
    N src/lib/libssl/src/etc/rc.d/rwhod
    N src/lib/libssl/src/etc/rc.d/sasyncd
    N src/lib/libssl/src/etc/rc.d/sendmail
    N src/lib/libssl/src/etc/rc.d/sensorsd
    N src/lib/libssl/src/etc/rc.d/slowcgi
    N src/lib/libssl/src/etc/rc.d/smtpd
    N src/lib/libssl/src/etc/rc.d/sndiod
    N src/lib/libssl/src/etc/rc.d/snmpd
    N src/lib/libssl/src/etc/rc.d/spamd
    N src/lib/libssl/src/etc/rc.d/sshd
    N src/lib/libssl/src/etc/rc.d/spamlogd
    N src/lib/libssl/src/etc/rc.d/statd
    N src/lib/libssl/src/etc/rc.d/syslogd
    N src/lib/libssl/src/etc/rc.d/tftpd
    N src/lib/libssl/src/etc/rc.d/tftpproxy
    N src/lib/libssl/src/etc/rc.d/unbound
    N src/lib/libssl/src/etc/rc.d/watchdogd
    N src/lib/libssl/src/etc/rc.d/wsmoused
    N src/lib/libssl/src/etc/rc.d/xdm
    N src/lib/libssl/src/etc/rc.d/ypbind
    N src/lib/libssl/src/etc/rc.d/ypldap
    N src/lib/libssl/src/etc/rc.d/yppasswdd
    N src/lib/libssl/src/etc/rc.d/ypserv
    I src/lib/libssl/src/etc/root/CVS
    N src/lib/libssl/src/etc/root/dot.Xdefaults
    N src/lib/libssl/src/etc/root/dot.cshrc
    N src/lib/libssl/src/etc/root/dot.cvsrc
    N src/lib/libssl/src/etc/root/dot.klogin
    N src/lib/libssl/src/etc/root/dot.login
    N src/lib/libssl/src/etc/root/dot.profile
    N src/lib/libssl/src/etc/root/root.mail
    I src/lib/libssl/src/etc/signify/CVS
    N src/lib/libssl/src/etc/signify/openbsd-55-base.pub
    N src/lib/libssl/src/etc/signify/openbsd-55-fw.pub
    N src/lib/libssl/src/etc/signify/openbsd-55-pkg.pub
    N src/lib/libssl/src/etc/signify/openbsd-56-base.pub
    N src/lib/libssl/src/etc/signify/openbsd-56-fw.pub
    N src/lib/libssl/src/etc/signify/openbsd-56-pkg.pub
    I src/lib/libssl/src/etc/skel/CVS
    N src/lib/libssl/src/etc/skel/dot.Xdefaults
    N src/lib/libssl/src/etc/skel/dot.cshrc
    N src/lib/libssl/src/etc/skel/dot.cvsrc
    N src/lib/libssl/src/etc/skel/dot.login
    N src/lib/libssl/src/etc/skel/dot.mailrc
    N src/lib/libssl/src/etc/skel/dot.profile
    I src/lib/libssl/src/etc/systrace/CVS
    N src/lib/libssl/src/etc/systrace/usr_sbin_lpd
    N src/lib/libssl/src/etc/systrace/usr_sbin_named
    U src/lib/libssl/src/apps/app_rand.c
    C src/lib/libssl/src/apps/apps.c
    C src/lib/libssl/src/apps/apps.h
    U src/lib/libssl/src/apps/asn1pars.c
    C src/lib/libssl/src/apps/ca.c
    U src/lib/libssl/src/apps/ca-cert.srl
    U src/lib/libssl/src/apps/ca-key.pem
    U src/lib/libssl/src/apps/CA.pl.in
    U src/lib/libssl/src/apps/ca-req.pem
    U src/lib/libssl/src/apps/CA.sh
    U src/lib/libssl/src/apps/cert.pem
    U src/lib/libssl/src/apps/ciphers.c
    U src/lib/libssl/src/apps/client.pem
    U src/lib/libssl/src/apps/cms.c
    U src/lib/libssl/src/apps/crl2p7.c
    C src/lib/libssl/src/apps/crl.c
    C src/lib/libssl/src/apps/dgst.c
    U src/lib/libssl/src/apps/dh1024.pem
    U src/lib/libssl/src/apps/dh2048.pem
    U src/lib/libssl/src/apps/dh4096.pem
    U src/lib/libssl/src/apps/dh512.pem
    U src/lib/libssl/src/apps/dh.c
    U src/lib/libssl/src/apps/dsa.c
    C src/lib/libssl/src/apps/dhparam.c
    U src/lib/libssl/src/apps/dsa1024.pem
    U src/lib/libssl/src/apps/dsa512.pem
    U src/lib/libssl/src/apps/dsa-ca.pem
    C src/lib/libssl/src/apps/dsaparam.c
    U src/lib/libssl/src/apps/dsa-pca.pem
    U src/lib/libssl/src/apps/dsap.pem
    U src/lib/libssl/src/apps/ec.c
    U src/lib/libssl/src/apps/ecparam.c
    U src/lib/libssl/src/apps/enc.c
    U src/lib/libssl/src/apps/engine.c
    U src/lib/libssl/src/apps/errstr.c
    U src/lib/libssl/src/apps/gendh.c
    U src/lib/libssl/src/apps/gendsa.c
    U src/lib/libssl/src/apps/genpkey.c
    C src/lib/libssl/src/apps/genrsa.c
    C src/lib/libssl/src/apps/Makefile
    U src/lib/libssl/src/apps/nseq.c
    C src/lib/libssl/src/apps/ocsp.c
    U src/lib/libssl/src/apps/oid.cnf
    C src/lib/libssl/src/apps/openssl.c
    U src/lib/libssl/src/apps/openssl.cnf
    U src/lib/libssl/src/apps/openssl-vms.cnf
    U src/lib/libssl/src/apps/passwd.c
    U src/lib/libssl/src/apps/pca-cert.srl
    U src/lib/libssl/src/apps/pca-key.pem
    U src/lib/libssl/src/apps/pca-req.pem
    C src/lib/libssl/src/apps/pkcs12.c
    U src/lib/libssl/src/apps/pkcs7.c
    U src/lib/libssl/src/apps/pkcs8.c
    U src/lib/libssl/src/apps/pkey.c
    U src/lib/libssl/src/apps/pkeyparam.c
    U src/lib/libssl/src/apps/pkeyutl.c
    U src/lib/libssl/src/apps/prime.c
    U src/lib/libssl/src/apps/privkey.pem
    U src/lib/libssl/src/apps/progs.h
    U src/lib/libssl/src/apps/progs.pl
    U src/lib/libssl/src/apps/rand.c
    C src/lib/libssl/src/apps/req.c
    U src/lib/libssl/src/apps/req.pem
    U src/lib/libssl/src/apps/rsa8192.pem
    U src/lib/libssl/src/apps/rsa.c
    U src/lib/libssl/src/apps/rsautl.c
    U src/lib/libssl/src/apps/s1024key.pem
    U src/lib/libssl/src/apps/s1024req.pem
    U src/lib/libssl/src/apps/s512-key.pem
    U src/lib/libssl/src/apps/s512-req.pem
    U src/lib/libssl/src/apps/s_apps.h
    C src/lib/libssl/src/apps/s_cb.c
    C src/lib/libssl/src/apps/s_client.c
    U src/lib/libssl/src/apps/server2.pem
    U src/lib/libssl/src/apps/server.pem
    U src/lib/libssl/src/apps/server.srl
    U src/lib/libssl/src/apps/smime.c
    U src/lib/libssl/src/apps/sess_id.c
    C src/lib/libssl/src/apps/speed.c
    U src/lib/libssl/src/apps/spkac.c
    U src/lib/libssl/src/apps/srp.c
    C src/lib/libssl/src/apps/s_server.c
    U src/lib/libssl/src/apps/s_socket.c
    U src/lib/libssl/src/apps/s_time.c
    U src/lib/libssl/src/apps/testCA.pem
    U src/lib/libssl/src/apps/testdsa.h
    U src/lib/libssl/src/apps/testrsa.h
    U src/lib/libssl/src/apps/timeouts.h
    U src/lib/libssl/src/apps/ts.c
    U src/lib/libssl/src/apps/tsget
    C src/lib/libssl/src/apps/verify.c
    U src/lib/libssl/src/apps/version.c
    U src/lib/libssl/src/apps/vms_decc_init.c
    U src/lib/libssl/src/apps/winrand.c
    C src/lib/libssl/src/apps/x509.c
    U src/lib/libssl/src/apps/demoCA/cacert.pem
    U src/lib/libssl/src/apps/demoCA/index.txt
    U src/lib/libssl/src/apps/demoCA/serial
    U src/lib/libssl/src/apps/demoCA/private/cakey.pem
    U src/lib/libssl/src/apps/demoSRP/srp_verifier.txt
    U src/lib/libssl/src/apps/demoSRP/srp_verifier.txt.attr
    U src/lib/libssl/src/apps/set/set_b_ca.pem
    U src/lib/libssl/src/apps/set/set_c_ca.pem
    U src/lib/libssl/src/apps/set/set_d_ct.pem
    U src/lib/libssl/src/apps/set/set-g-ca.pem
    U src/lib/libssl/src/apps/set/set-m-ca.pem
    U src/lib/libssl/src/apps/set/set_root.pem
    U src/lib/libssl/src/bugs/alpha.c
    U src/lib/libssl/src/bugs/dggccbug.c
    U src/lib/libssl/src/bugs/MS
    U src/lib/libssl/src/bugs/sgiccbug.c
    U src/lib/libssl/src/bugs/sslref.dif
    U src/lib/libssl/src/bugs/SSLv3
    U src/lib/libssl/src/bugs/stream.c
    U src/lib/libssl/src/bugs/ultrixcc.c
    U src/lib/libssl/src/certs/README.RootCerts
    U src/lib/libssl/src/certs/demo/ca-cert.pem
    U src/lib/libssl/src/certs/demo/dsa-ca.pem
    U src/lib/libssl/src/certs/demo/dsa-pca.pem
    U src/lib/libssl/src/certs/demo/pca-cert.pem
    U src/lib/libssl/src/certs/expired/ICE.crl
    U src/lib/libssl/src/crypto/alphacpuid.pl
    U src/lib/libssl/src/crypto/arm_arch.h
    U src/lib/libssl/src/crypto/armcap.c
    U src/lib/libssl/src/crypto/armv4cpuid.S
    U src/lib/libssl/src/crypto/cpt_err.c
    C src/lib/libssl/src/crypto/cryptlib.c
    C src/lib/libssl/src/crypto/cryptlib.h
    C src/lib/libssl/src/crypto/crypto.h
    U src/lib/libssl/src/crypto/cversion.c
    U src/lib/libssl/src/crypto/ebcdic.c
    U src/lib/libssl/src/crypto/ebcdic.h
    U src/lib/libssl/src/crypto/ex_data.c
    U src/lib/libssl/src/crypto/fips_err.h
    U src/lib/libssl/src/crypto/fips_ers.c
    U src/lib/libssl/src/crypto/ia64cpuid.S
    U src/lib/libssl/src/crypto/LPdir_nyi.c
    U src/lib/libssl/src/crypto/LPdir_unix.c
    U src/lib/libssl/src/crypto/LPdir_vms.c
    U src/lib/libssl/src/crypto/LPdir_win32.c
    U src/lib/libssl/src/crypto/LPdir_win.c
    U src/lib/libssl/src/crypto/LPdir_wince.c
    C src/lib/libssl/src/crypto/Makefile
    U src/lib/libssl/src/crypto/md32_common.h
    C src/lib/libssl/src/crypto/mem.c
    U src/lib/libssl/src/crypto/mem_clr.c
    U src/lib/libssl/src/crypto/mem_dbg.c
    U src/lib/libssl/src/crypto/o_dir.c
    U src/lib/libssl/src/crypto/o_dir.h
    U src/lib/libssl/src/crypto/o_dir_test.c
    U src/lib/libssl/src/crypto/o_fips.c
    U src/lib/libssl/src/crypto/o_init.c
    U src/lib/libssl/src/crypto/opensslconf.h
    U src/lib/libssl/src/crypto/opensslconf.h.in
    C src/lib/libssl/src/crypto/opensslv.h
    U src/lib/libssl/src/crypto/ossl_typ.h
    U src/lib/libssl/src/crypto/o_str.c
    U src/lib/libssl/src/crypto/o_str.h
    U src/lib/libssl/src/crypto/o_time.c
    U src/lib/libssl/src/crypto/o_time.h
    U src/lib/libssl/src/crypto/pariscid.pl
    U src/lib/libssl/src/crypto/ppccap.c
    U src/lib/libssl/src/crypto/ppccpuid.pl
    U src/lib/libssl/src/crypto/s390xcap.c
    U src/lib/libssl/src/crypto/s390xcpuid.S
    U src/lib/libssl/src/crypto/sparccpuid.S
    U src/lib/libssl/src/crypto/sparcv9cap.c
    C src/lib/libssl/src/crypto/symhacks.h
    U src/lib/libssl/src/crypto/uid.c
    U src/lib/libssl/src/crypto/vms_rms.h
    C src/lib/libssl/src/crypto/x86_64cpuid.pl
    U src/lib/libssl/src/crypto/x86cpuid.pl
    U src/lib/libssl/src/crypto/aes/aes_cbc.c
    U src/lib/libssl/src/crypto/aes/aes_cfb.c
    U src/lib/libssl/src/crypto/aes/aes_core.c
    U src/lib/libssl/src/crypto/aes/aes_ctr.c
    U src/lib/libssl/src/crypto/aes/aes_ecb.c
    U src/lib/libssl/src/crypto/aes/aes.h
    U src/lib/libssl/src/crypto/aes/aes_ige.c
    U src/lib/libssl/src/crypto/aes/aes_locl.h
    U src/lib/libssl/src/crypto/aes/aes_misc.c
    U src/lib/libssl/src/crypto/aes/aes_ofb.c
    U src/lib/libssl/src/crypto/aes/aes_wrap.c
    U src/lib/libssl/src/crypto/aes/aes_x86core.c
    U src/lib/libssl/src/crypto/aes/Makefile
    U src/lib/libssl/src/crypto/aes/README
    U src/lib/libssl/src/crypto/aes/asm/aes-586.pl
    U src/lib/libssl/src/crypto/aes/asm/aes-armv4.pl
    U src/lib/libssl/src/crypto/aes/asm/aes-ia64.S
    U src/lib/libssl/src/crypto/aes/asm/aes-mips.pl
    U src/lib/libssl/src/crypto/aes/asm/aesni-sha1-x86_64.pl
    C src/lib/libssl/src/crypto/aes/asm/aesni-x86_64.pl
    U src/lib/libssl/src/crypto/aes/asm/aesni-x86.pl
    U src/lib/libssl/src/crypto/aes/asm/aes-parisc.pl
    U src/lib/libssl/src/crypto/aes/asm/aes-ppc.pl
    U src/lib/libssl/src/crypto/aes/asm/aes-s390x.pl
    U src/lib/libssl/src/crypto/aes/asm/aes-sparcv9.pl
    C src/lib/libssl/src/crypto/aes/asm/aes-x86_64.pl
    U src/lib/libssl/src/crypto/aes/asm/bsaes-x86_64.pl
    U src/lib/libssl/src/crypto/aes/asm/vpaes-x86_64.pl
    U src/lib/libssl/src/crypto/aes/asm/vpaes-x86.pl
    U src/lib/libssl/src/crypto/asn1/a_bitstr.c
    U src/lib/libssl/src/crypto/asn1/a_bool.c
    U src/lib/libssl/src/crypto/asn1/a_bytes.c
    U src/lib/libssl/src/crypto/asn1/a_d2i_fp.c
    U src/lib/libssl/src/crypto/asn1/a_digest.c
    U src/lib/libssl/src/crypto/asn1/a_dup.c
    U src/lib/libssl/src/crypto/asn1/a_enum.c
    U src/lib/libssl/src/crypto/asn1/a_gentm.c
    U src/lib/libssl/src/crypto/asn1/a_i2d_fp.c
    C src/lib/libssl/src/crypto/asn1/a_int.c
    U src/lib/libssl/src/crypto/asn1/a_mbstr.c
    U src/lib/libssl/src/crypto/asn1/ameth_lib.c
    U src/lib/libssl/src/crypto/asn1/a_object.c
    U src/lib/libssl/src/crypto/asn1/a_octet.c
    U src/lib/libssl/src/crypto/asn1/a_print.c
    U src/lib/libssl/src/crypto/asn1/a_set.c
    U src/lib/libssl/src/crypto/asn1/a_sign.c
    C src/lib/libssl/src/crypto/asn1/asn1_err.c
    U src/lib/libssl/src/crypto/asn1/asn1_gen.c
    U src/lib/libssl/src/crypto/asn1/asn1.h
    U src/lib/libssl/src/crypto/asn1/asn1_lib.c
    U src/lib/libssl/src/crypto/asn1/asn1_locl.h
    U src/lib/libssl/src/crypto/asn1/asn1_mac.h
    U src/lib/libssl/src/crypto/asn1/asn1_par.c
    U src/lib/libssl/src/crypto/asn1/asn1t.h
    U src/lib/libssl/src/crypto/asn1/asn_mime.c
    U src/lib/libssl/src/crypto/asn1/asn_moid.c
    U src/lib/libssl/src/crypto/asn1/asn_pack.c
    C src/lib/libssl/src/crypto/asn1/a_strex.c
    U src/lib/libssl/src/crypto/asn1/a_strnid.c
    U src/lib/libssl/src/crypto/asn1/a_time.c
    U src/lib/libssl/src/crypto/asn1/a_type.c
    U src/lib/libssl/src/crypto/asn1/a_utctm.c
    U src/lib/libssl/src/crypto/asn1/a_utf8.c
    C src/lib/libssl/src/crypto/asn1/a_verify.c
    U src/lib/libssl/src/crypto/asn1/bio_asn1.c
    U src/lib/libssl/src/crypto/asn1/bio_ndef.c
    U src/lib/libssl/src/crypto/asn1/charmap.h
    U src/lib/libssl/src/crypto/asn1/charmap.pl
    U src/lib/libssl/src/crypto/asn1/d2i_pr.c
    U src/lib/libssl/src/crypto/asn1/d2i_pu.c
    U src/lib/libssl/src/crypto/asn1/evp_asn1.c
    U src/lib/libssl/src/crypto/asn1/f_enum.c
    U src/lib/libssl/src/crypto/asn1/f_int.c
    U src/lib/libssl/src/crypto/asn1/f_string.c
    U src/lib/libssl/src/crypto/asn1/i2d_pr.c
    U src/lib/libssl/src/crypto/asn1/i2d_pu.c
    U src/lib/libssl/src/crypto/asn1/Makefile
    U src/lib/libssl/src/crypto/asn1/n_pkey.c
    U src/lib/libssl/src/crypto/asn1/nsseq.c
    U src/lib/libssl/src/crypto/asn1/p5_pbe.c
    U src/lib/libssl/src/crypto/asn1/p5_pbev2.c
    U src/lib/libssl/src/crypto/asn1/p8_pkey.c
    U src/lib/libssl/src/crypto/asn1/tasn_dec.c
    U src/lib/libssl/src/crypto/asn1/tasn_enc.c
    U src/lib/libssl/src/crypto/asn1/tasn_fre.c
    U src/lib/libssl/src/crypto/asn1/tasn_new.c
    U src/lib/libssl/src/crypto/asn1/tasn_prn.c
    U src/lib/libssl/src/crypto/asn1/tasn_typ.c
    U src/lib/libssl/src/crypto/asn1/tasn_utl.c
    U src/lib/libssl/src/crypto/asn1/t_bitst.c
    U src/lib/libssl/src/crypto/asn1/t_crl.c
    U src/lib/libssl/src/crypto/asn1/t_pkey.c
    U src/lib/libssl/src/crypto/asn1/t_req.c
    U src/lib/libssl/src/crypto/asn1/t_spki.c
    U src/lib/libssl/src/crypto/asn1/t_x509a.c
    U src/lib/libssl/src/crypto/asn1/t_x509.c
    U src/lib/libssl/src/crypto/asn1/x_algor.c
    U src/lib/libssl/src/crypto/asn1/x_attrib.c
    U src/lib/libssl/src/crypto/asn1/x_bignum.c
    U src/lib/libssl/src/crypto/asn1/x_crl.c
    U src/lib/libssl/src/crypto/asn1/x_exten.c
    U src/lib/libssl/src/crypto/asn1/x_info.c
    U src/lib/libssl/src/crypto/asn1/x_long.c
    U src/lib/libssl/src/crypto/asn1/x_name.c
    U src/lib/libssl/src/crypto/asn1/x_nx509.c
    U src/lib/libssl/src/crypto/asn1/x_pkey.c
    C src/lib/libssl/src/crypto/asn1/x_pubkey.c
    U src/lib/libssl/src/crypto/asn1/x_req.c
    U src/lib/libssl/src/crypto/asn1/x_sig.c
    U src/lib/libssl/src/crypto/asn1/x_spki.c
    U src/lib/libssl/src/crypto/asn1/x_val.c
    U src/lib/libssl/src/crypto/asn1/x_x509a.c
    U src/lib/libssl/src/crypto/asn1/x_x509.c
    U src/lib/libssl/src/crypto/bf/bf_cbc.c
    U src/lib/libssl/src/crypto/bf/bf_cfb64.c
    U src/lib/libssl/src/crypto/bf/bf_ecb.c
    U src/lib/libssl/src/crypto/bf/bf_enc.c
    U src/lib/libssl/src/crypto/bf/bf_locl.h
    U src/lib/libssl/src/crypto/bf/bf_ofb64.c
    U src/lib/libssl/src/crypto/bf/bf_opts.c
    U src/lib/libssl/src/crypto/bf/bf_pi.h
    U src/lib/libssl/src/crypto/bf/bfs.cpp
    U src/lib/libssl/src/crypto/bf/bf_skey.c
    U src/lib/libssl/src/crypto/bf/bfspeed.c
    U src/lib/libssl/src/crypto/bf/bftest.c
    U src/lib/libssl/src/crypto/bf/blowfish.h
    U src/lib/libssl/src/crypto/bf/COPYRIGHT
    U src/lib/libssl/src/crypto/bf/INSTALL
    U src/lib/libssl/src/crypto/bf/Makefile
    U src/lib/libssl/src/crypto/bf/README
    U src/lib/libssl/src/crypto/bf/VERSION
    U src/lib/libssl/src/crypto/bf/asm/bf-586.pl
    U src/lib/libssl/src/crypto/bf/asm/bf-686.pl
    U src/lib/libssl/src/crypto/bf/asm/readme
    U src/lib/libssl/src/crypto/bio/b_dump.c
    U src/lib/libssl/src/crypto/bio/bf_buff.c
    U src/lib/libssl/src/crypto/bio/bf_lbuf.c
    U src/lib/libssl/src/crypto/bio/bf_nbio.c
    U src/lib/libssl/src/crypto/bio/bf_null.c
    U src/lib/libssl/src/crypto/bio/bio_cb.c
    U src/lib/libssl/src/crypto/bio/bio_err.c
    U src/lib/libssl/src/crypto/bio/bio.h
    U src/lib/libssl/src/crypto/bio/bio_lcl.h
    U src/lib/libssl/src/crypto/bio/bio_lib.c
    U src/lib/libssl/src/crypto/bio/b_print.c
    U src/lib/libssl/src/crypto/bio/b_sock.c
    U src/lib/libssl/src/crypto/bio/bss_acpt.c
    U src/lib/libssl/src/crypto/bio/bss_bio.c
    U src/lib/libssl/src/crypto/bio/bss_conn.c
    C src/lib/libssl/src/crypto/bio/bss_dgram.c
    U src/lib/libssl/src/crypto/bio/bss_fd.c
    U src/lib/libssl/src/crypto/bio/bss_file.c
    C src/lib/libssl/src/crypto/bio/bss_log.c
    U src/lib/libssl/src/crypto/bio/bss_mem.c
    U src/lib/libssl/src/crypto/bio/bss_null.c
    U src/lib/libssl/src/crypto/bio/bss_rtcp.c
    U src/lib/libssl/src/crypto/bio/bss_sock.c
    U src/lib/libssl/src/crypto/bio/Makefile
    U src/lib/libssl/src/crypto/bn/bn_add.c
    U src/lib/libssl/src/crypto/bn/bn_asm.c
    U src/lib/libssl/src/crypto/bn/bn_blind.c
    U src/lib/libssl/src/crypto/bn/bn_const.c
    U src/lib/libssl/src/crypto/bn/bn_ctx.c
    U src/lib/libssl/src/crypto/bn/bn_depr.c
    C src/lib/libssl/src/crypto/bn/bn_div.c
    U src/lib/libssl/src/crypto/bn/bn_err.c
    U src/lib/libssl/src/crypto/bn/bn_exp2.c
    U src/lib/libssl/src/crypto/bn/bn_exp.c
    C src/lib/libssl/src/crypto/bn/bn_gcd.c
    U src/lib/libssl/src/crypto/bn/bn_gf2m.c
    C src/lib/libssl/src/crypto/bn/bn.h
    U src/lib/libssl/src/crypto/bn/bn_kron.c
    C src/lib/libssl/src/crypto/bn/bn_lcl.h
    C src/lib/libssl/src/crypto/bn/bn_lib.c
    U src/lib/libssl/src/crypto/bn/bn_mod.c
    U src/lib/libssl/src/crypto/bn/bn_mont.c
    U src/lib/libssl/src/crypto/bn/bn_mpi.c
    U src/lib/libssl/src/crypto/bn/bn.mul
    U src/lib/libssl/src/crypto/bn/bn_mul.c
    C src/lib/libssl/src/crypto/bn/bn_nist.c
    U src/lib/libssl/src/crypto/bn/bn_prime.c
    U src/lib/libssl/src/crypto/bn/bn_prime.h
    U src/lib/libssl/src/crypto/bn/bn_prime.pl
    U src/lib/libssl/src/crypto/bn/bn_print.c
    U src/lib/libssl/src/crypto/bn/bn_rand.c
    U src/lib/libssl/src/crypto/bn/bn_recp.c
    U src/lib/libssl/src/crypto/bn/bn_shift.c
    U src/lib/libssl/src/crypto/bn/bnspeed.c
    U src/lib/libssl/src/crypto/bn/bn_sqr.c
    U src/lib/libssl/src/crypto/bn/bn_sqrt.c
    U src/lib/libssl/src/crypto/bn/bntest.c
    C src/lib/libssl/src/crypto/bn/bn_word.c
    U src/lib/libssl/src/crypto/bn/bn_x931p.c
    U src/lib/libssl/src/crypto/bn/divtest.c
    U src/lib/libssl/src/crypto/bn/exp.c
    U src/lib/libssl/src/crypto/bn/expspeed.c
    U src/lib/libssl/src/crypto/bn/exptest.c
    C src/lib/libssl/src/crypto/bn/Makefile
    U src/lib/libssl/src/crypto/bn/todo
    U src/lib/libssl/src/crypto/bn/vms-helper.c
    U src/lib/libssl/src/crypto/bn/asm/alpha-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/armv4-gf2m.pl
    U src/lib/libssl/src/crypto/bn/asm/armv4-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/bn-586.pl
    U src/lib/libssl/src/crypto/bn/asm/co-586.pl
    U src/lib/libssl/src/crypto/bn/asm/ia64-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/ia64.S
    U src/lib/libssl/src/crypto/bn/asm/mips3-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/mips3.s
    U src/lib/libssl/src/crypto/bn/asm/mips-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/mips.pl
    U src/lib/libssl/src/crypto/bn/asm/modexp512-x86_64.pl
    U src/lib/libssl/src/crypto/bn/asm/pa-risc2.s
    U src/lib/libssl/src/crypto/bn/asm/pa-risc2W.s
    U src/lib/libssl/src/crypto/bn/asm/parisc-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/ppc64-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/ppc-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/ppc.pl
    U src/lib/libssl/src/crypto/bn/asm/README
    U src/lib/libssl/src/crypto/bn/asm/s390x-gf2m.pl
    U src/lib/libssl/src/crypto/bn/asm/s390x-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/s390x.S
    U src/lib/libssl/src/crypto/bn/asm/sparcv8plus.S
    U src/lib/libssl/src/crypto/bn/asm/sparcv8.S
    U src/lib/libssl/src/crypto/bn/asm/sparcv9a-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/sparcv9-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/via-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/vms.mar
    U src/lib/libssl/src/crypto/bn/asm/x86_64-gcc.c
    U src/lib/libssl/src/crypto/bn/asm/x86_64-gf2m.pl
    U src/lib/libssl/src/crypto/bn/asm/x86_64-mont5.pl
    U src/lib/libssl/src/crypto/bn/asm/x86_64-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/x86-gf2m.pl
    U src/lib/libssl/src/crypto/bn/asm/x86-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/x86.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/add.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/comba.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/div.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/f
    U src/lib/libssl/src/crypto/bn/asm/x86/mul_add.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/mul.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/sqr.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/sub.pl
    U src/lib/libssl/src/crypto/buffer/buf_err.c
    C src/lib/libssl/src/crypto/buffer/buffer.c
    C src/lib/libssl/src/crypto/buffer/buffer.h
    U src/lib/libssl/src/crypto/buffer/buf_str.c
    U src/lib/libssl/src/crypto/buffer/Makefile
    U src/lib/libssl/src/crypto/camellia/camellia.c
    U src/lib/libssl/src/crypto/camellia/camellia.h
    U src/lib/libssl/src/crypto/camellia/cmll_cbc.c
    U src/lib/libssl/src/crypto/camellia/cmll_cfb.c
    U src/lib/libssl/src/crypto/camellia/cmll_ctr.c
    U src/lib/libssl/src/crypto/camellia/cmll_ecb.c
    U src/lib/libssl/src/crypto/camellia/cmll_locl.h
    U src/lib/libssl/src/crypto/camellia/cmll_misc.c
    U src/lib/libssl/src/crypto/camellia/cmll_ofb.c
    U src/lib/libssl/src/crypto/camellia/cmll_utl.c
    U src/lib/libssl/src/crypto/camellia/Makefile
    U src/lib/libssl/src/crypto/camellia/asm/cmll-x86_64.pl
    U src/lib/libssl/src/crypto/camellia/asm/cmll-x86.pl
    U src/lib/libssl/src/crypto/cast/cast.h
    U src/lib/libssl/src/crypto/cast/cast_lcl.h
    U src/lib/libssl/src/crypto/cast/castopts.c
    U src/lib/libssl/src/crypto/cast/casts.cpp
    U src/lib/libssl/src/crypto/cast/cast_s.h
    U src/lib/libssl/src/crypto/cast/cast_spd.c
    U src/lib/libssl/src/crypto/cast/casttest.c
    U src/lib/libssl/src/crypto/cast/c_cfb64.c
    U src/lib/libssl/src/crypto/cast/c_ecb.c
    U src/lib/libssl/src/crypto/cast/c_enc.c
    U src/lib/libssl/src/crypto/cast/c_ofb64.c
    U src/lib/libssl/src/crypto/cast/c_skey.c
    U src/lib/libssl/src/crypto/cast/Makefile
    U src/lib/libssl/src/crypto/cast/asm/cast-586.pl
    U src/lib/libssl/src/crypto/cast/asm/readme
    U src/lib/libssl/src/crypto/cmac/cmac.c
    U src/lib/libssl/src/crypto/cmac/cmac.h
    U src/lib/libssl/src/crypto/cmac/cm_ameth.c
    U src/lib/libssl/src/crypto/cmac/cm_pmeth.c
    U src/lib/libssl/src/crypto/cmac/Makefile
    U src/lib/libssl/src/crypto/cms/cms_asn1.c
    U src/lib/libssl/src/crypto/cms/cms_att.c
    U src/lib/libssl/src/crypto/cms/cms_cd.c
    U src/lib/libssl/src/crypto/cms/cms_dd.c
    U src/lib/libssl/src/crypto/cms/cms_enc.c
    U src/lib/libssl/src/crypto/cms/cms_env.c
    U src/lib/libssl/src/crypto/cms/cms_err.c
    U src/lib/libssl/src/crypto/cms/cms_ess.c
    U src/lib/libssl/src/crypto/cms/cms.h
    U src/lib/libssl/src/crypto/cms/cms_io.c
    U src/lib/libssl/src/crypto/cms/cms_lcl.h
    U src/lib/libssl/src/crypto/cms/cms_lib.c
    U src/lib/libssl/src/crypto/cms/cms_pwri.c
    U src/lib/libssl/src/crypto/cms/cms_sd.c
    U src/lib/libssl/src/crypto/cms/cms_smime.c
    U src/lib/libssl/src/crypto/cms/Makefile
    U src/lib/libssl/src/crypto/comp/comp_err.c
    U src/lib/libssl/src/crypto/comp/comp.h
    U src/lib/libssl/src/crypto/comp/comp_lib.c
    U src/lib/libssl/src/crypto/comp/c_rle.c
    U src/lib/libssl/src/crypto/comp/c_zlib.c
    U src/lib/libssl/src/crypto/comp/Makefile
    U src/lib/libssl/src/crypto/conf/cnf_save.c
    U src/lib/libssl/src/crypto/conf/conf_api.c
    U src/lib/libssl/src/crypto/conf/conf_api.h
    U src/lib/libssl/src/crypto/conf/conf_def.c
    U src/lib/libssl/src/crypto/conf/conf_def.h
    U src/lib/libssl/src/crypto/conf/conf_err.c
    U src/lib/libssl/src/crypto/conf/conf.h
    U src/lib/libssl/src/crypto/conf/conf_lib.c
    C src/lib/libssl/src/crypto/conf/conf_mall.c
    U src/lib/libssl/src/crypto/conf/conf_mod.c
    U src/lib/libssl/src/crypto/conf/conf_sap.c
    U src/lib/libssl/src/crypto/conf/keysets.pl
    U src/lib/libssl/src/crypto/conf/Makefile
    U src/lib/libssl/src/crypto/conf/README
    U src/lib/libssl/src/crypto/conf/ssleay.cnf
    U src/lib/libssl/src/crypto/conf/test.c
    U src/lib/libssl/src/crypto/des/cbc3_enc.c
    U src/lib/libssl/src/crypto/des/cbc_cksm.c
    U src/lib/libssl/src/crypto/des/cbc_enc.c
    U src/lib/libssl/src/crypto/des/cfb64ede.c
    U src/lib/libssl/src/crypto/des/cfb64enc.c
    U src/lib/libssl/src/crypto/des/cfb_enc.c
    U src/lib/libssl/src/crypto/des/COPYRIGHT
    U src/lib/libssl/src/crypto/des/des3s.cpp
    U src/lib/libssl/src/crypto/des/des.c
    U src/lib/libssl/src/crypto/des/des_enc.c
    U src/lib/libssl/src/crypto/des/des.h
    U src/lib/libssl/src/crypto/des/des_locl.h
    U src/lib/libssl/src/crypto/des/des_old2.c
    U src/lib/libssl/src/crypto/des/des_old.c
    U src/lib/libssl/src/crypto/des/des_old.h
    U src/lib/libssl/src/crypto/des/des_opts.c
    U src/lib/libssl/src/crypto/des/DES.pm
    U src/lib/libssl/src/crypto/des/des.pod
    U src/lib/libssl/src/crypto/des/dess.cpp
    U src/lib/libssl/src/crypto/des/destest.c
    U src/lib/libssl/src/crypto/des/des_ver.h
    U src/lib/libssl/src/crypto/des/DES.xs
    U src/lib/libssl/src/crypto/des/ecb3_enc.c
    U src/lib/libssl/src/crypto/des/FILES0
    U src/lib/libssl/src/crypto/des/ecb_enc.c
    U src/lib/libssl/src/crypto/des/ede_cbcm_enc.c
    U src/lib/libssl/src/crypto/des/enc_read.c
    U src/lib/libssl/src/crypto/des/enc_writ.c
    U src/lib/libssl/src/crypto/des/fcrypt_b.c
    U src/lib/libssl/src/crypto/des/fcrypt.c
    U src/lib/libssl/src/crypto/des/Imakefile
    U src/lib/libssl/src/crypto/des/INSTALL
    U src/lib/libssl/src/crypto/des/KERBEROS
    U src/lib/libssl/src/crypto/des/Makefile
    U src/lib/libssl/src/crypto/des/makefile.bc
    U src/lib/libssl/src/crypto/des/ncbc_enc.c
    U src/lib/libssl/src/crypto/des/ofb64ede.c
    U src/lib/libssl/src/crypto/des/ofb64enc.c
    U src/lib/libssl/src/crypto/des/ofb_enc.c
    U src/lib/libssl/src/crypto/des/options.txt
    U src/lib/libssl/src/crypto/des/pcbc_enc.c
    U src/lib/libssl/src/crypto/des/qud_cksm.c
    U src/lib/libssl/src/crypto/des/rand_key.c
    U src/lib/libssl/src/crypto/des/read2pwd.c
    U src/lib/libssl/src/crypto/des/README
    U src/lib/libssl/src/crypto/des/read_pwd.c
    U src/lib/libssl/src/crypto/des/rpc_des.h
    U src/lib/libssl/src/crypto/des/rpc_enc.c
    U src/lib/libssl/src/crypto/des/rpw.c
    C src/lib/libssl/src/crypto/des/set_key.c
    U src/lib/libssl/src/crypto/des/speed.c
    U src/lib/libssl/src/crypto/des/spr.h
    C src/lib/libssl/src/crypto/des/str2key.c
    U src/lib/libssl/src/crypto/des/typemap
    U src/lib/libssl/src/crypto/des/VERSION
    U src/lib/libssl/src/crypto/des/xcbc_enc.c
    U src/lib/libssl/src/crypto/des/asm/crypt586.pl
    U src/lib/libssl/src/crypto/des/asm/des-586.pl
    U src/lib/libssl/src/crypto/des/asm/desboth.pl
    U src/lib/libssl/src/crypto/des/asm/des_enc.m4
    U src/lib/libssl/src/crypto/des/asm/readme
    U src/lib/libssl/src/crypto/des/t/test
    U src/lib/libssl/src/crypto/des/times/486-50.sol
    U src/lib/libssl/src/crypto/des/times/586-100.lnx
    U src/lib/libssl/src/crypto/des/times/686-200.fre
    U src/lib/libssl/src/crypto/des/times/aix.cc
    U src/lib/libssl/src/crypto/des/times/alpha.cc
    U src/lib/libssl/src/crypto/des/times/hpux.cc
    U src/lib/libssl/src/crypto/des/times/sparc.gcc
    U src/lib/libssl/src/crypto/des/times/usparc.cc
    U src/lib/libssl/src/crypto/dh/dh1024.pem
    U src/lib/libssl/src/crypto/dh/dh192.pem
    U src/lib/libssl/src/crypto/dh/dh2048.pem
    U src/lib/libssl/src/crypto/dh/dh4096.pem
    U src/lib/libssl/src/crypto/dh/dh512.pem
    U src/lib/libssl/src/crypto/dh/dh_ameth.c
    U src/lib/libssl/src/crypto/dh/dh_asn1.c
    U src/lib/libssl/src/crypto/dh/dh_check.c
    U src/lib/libssl/src/crypto/dh/dh_depr.c
    U src/lib/libssl/src/crypto/dh/dh_err.c
    U src/lib/libssl/src/crypto/dh/dh_gen.c
    U src/lib/libssl/src/crypto/dh/dh.h
    U src/lib/libssl/src/crypto/dh/dh_key.c
    U src/lib/libssl/src/crypto/dh/dh_lib.c
    U src/lib/libssl/src/crypto/dh/dh_pmeth.c
    U src/lib/libssl/src/crypto/dh/dh_prn.c
    U src/lib/libssl/src/crypto/dh/dhtest.c
    U src/lib/libssl/src/crypto/dh/example
    U src/lib/libssl/src/crypto/dh/generate
    U src/lib/libssl/src/crypto/dh/Makefile
    U src/lib/libssl/src/crypto/dh/p1024.c
    U src/lib/libssl/src/crypto/dh/p192.c
    U src/lib/libssl/src/crypto/dh/p512.c
    U src/lib/libssl/src/crypto/dsa/dsa_ameth.c
    U src/lib/libssl/src/crypto/dsa/dsa_asn1.c
    U src/lib/libssl/src/crypto/dsa/dsa_depr.c
    U src/lib/libssl/src/crypto/dsa/dsa_err.c
    U src/lib/libssl/src/crypto/dsa/dsa_gen.c
    U src/lib/libssl/src/crypto/dsa/dsagen.c
    U src/lib/libssl/src/crypto/dsa/dsa.h
    U src/lib/libssl/src/crypto/dsa/dsa_key.c
    U src/lib/libssl/src/crypto/dsa/dsa_lib.c
    U src/lib/libssl/src/crypto/dsa/dsa_locl.h
    U src/lib/libssl/src/crypto/dsa/dsa_ossl.c
    U src/lib/libssl/src/crypto/dsa/dsa_pmeth.c
    U src/lib/libssl/src/crypto/dsa/dsa_prn.c
    U src/lib/libssl/src/crypto/dsa/dsa_sign.c
    U src/lib/libssl/src/crypto/dsa/dsatest.c
    U src/lib/libssl/src/crypto/dsa/dsa_vrf.c
    U src/lib/libssl/src/crypto/dsa/fips186a.txt
    U src/lib/libssl/src/crypto/dsa/Makefile
    U src/lib/libssl/src/crypto/dsa/README
    U src/lib/libssl/src/crypto/dso/dso_beos.c
    U src/lib/libssl/src/crypto/dso/dso_dl.c
    U src/lib/libssl/src/crypto/dso/dso_dlfcn.c
    U src/lib/libssl/src/crypto/dso/dso_err.c
    U src/lib/libssl/src/crypto/dso/dso.h
    U src/lib/libssl/src/crypto/dso/dso_lib.c
    U src/lib/libssl/src/crypto/dso/dso_null.c
    U src/lib/libssl/src/crypto/dso/dso_openssl.c
    U src/lib/libssl/src/crypto/dso/dso_vms.c
    U src/lib/libssl/src/crypto/dso/dso_win32.c
    U src/lib/libssl/src/crypto/dso/Makefile
    U src/lib/libssl/src/crypto/dso/README
    U src/lib/libssl/src/crypto/ec/ec2_mult.c
    U src/lib/libssl/src/crypto/ec/ec2_oct.c
    U src/lib/libssl/src/crypto/ec/ec2_smpl.c
    U src/lib/libssl/src/crypto/ec/ec_ameth.c
    U src/lib/libssl/src/crypto/ec/ec_asn1.c
    U src/lib/libssl/src/crypto/ec/ec_check.c
    U src/lib/libssl/src/crypto/ec/ec_curve.c
    U src/lib/libssl/src/crypto/ec/ec_cvt.c
    U src/lib/libssl/src/crypto/ec/ec_err.c
    C src/lib/libssl/src/crypto/ec/ec.h
    U src/lib/libssl/src/crypto/ec/ec_key.c
    U src/lib/libssl/src/crypto/ec/eck_prn.c
    U src/lib/libssl/src/crypto/ec/ec_lcl.h
    C src/lib/libssl/src/crypto/ec/ec_lib.c
    U src/lib/libssl/src/crypto/ec/ec_mult.c
    U src/lib/libssl/src/crypto/ec/ec_oct.c
    U src/lib/libssl/src/crypto/ec/ec_pmeth.c
    C src/lib/libssl/src/crypto/ec/ecp_mont.c
    U src/lib/libssl/src/crypto/ec/ecp_nist.c
    U src/lib/libssl/src/crypto/ec/ecp_nistp224.c
    U src/lib/libssl/src/crypto/ec/ecp_nistp256.c
    U src/lib/libssl/src/crypto/ec/ecp_nistp521.c
    U src/lib/libssl/src/crypto/ec/ecp_nistputil.c
    U src/lib/libssl/src/crypto/ec/ecp_oct.c
    U src/lib/libssl/src/crypto/ec/ec_print.c
    U src/lib/libssl/src/crypto/ec/ecp_smpl.c
    C src/lib/libssl/src/crypto/ec/ectest.c
    U src/lib/libssl/src/crypto/ec/Makefile
    U src/lib/libssl/src/crypto/ecdh/ecdh.h
    U src/lib/libssl/src/crypto/ecdh/ecdhtest.c
    U src/lib/libssl/src/crypto/ecdh/ech_err.c
    U src/lib/libssl/src/crypto/ecdh/ech_key.c
    U src/lib/libssl/src/crypto/ecdh/ech_lib.c
    U src/lib/libssl/src/crypto/ecdh/ech_locl.h
    U src/lib/libssl/src/crypto/ecdh/ech_ossl.c
    C src/lib/libssl/src/crypto/ecdh/Makefile
    U src/lib/libssl/src/crypto/ecdsa/ecdsa.h
    U src/lib/libssl/src/crypto/ecdsa/ecdsatest.c
    U src/lib/libssl/src/crypto/ecdsa/ecs_asn1.c
    U src/lib/libssl/src/crypto/ecdsa/ecs_err.c
    U src/lib/libssl/src/crypto/ecdsa/ecs_lib.c
    U src/lib/libssl/src/crypto/ecdsa/ecs_locl.h
    U src/lib/libssl/src/crypto/ecdsa/ecs_ossl.c
    U src/lib/libssl/src/crypto/ecdsa/ecs_sign.c
    U src/lib/libssl/src/crypto/ecdsa/ecs_vrf.c
    U src/lib/libssl/src/crypto/ecdsa/Makefile
    U src/lib/libssl/src/crypto/engine/eng_all.c
    U src/lib/libssl/src/crypto/engine/eng_cnf.c
    U src/lib/libssl/src/crypto/engine/eng_ctrl.c
    U src/lib/libssl/src/crypto/engine/eng_dyn.c
    U src/lib/libssl/src/crypto/engine/eng_err.c
    U src/lib/libssl/src/crypto/engine/eng_fat.c
    U src/lib/libssl/src/crypto/engine/engine.h
    U src/lib/libssl/src/crypto/engine/enginetest.c
    U src/lib/libssl/src/crypto/engine/eng_init.c
    U src/lib/libssl/src/crypto/engine/eng_int.h
    U src/lib/libssl/src/crypto/engine/eng_lib.c
    C src/lib/libssl/src/crypto/engine/eng_list.c
    U src/lib/libssl/src/crypto/engine/eng_openssl.c
    U src/lib/libssl/src/crypto/engine/eng_pkey.c
    U src/lib/libssl/src/crypto/engine/eng_rdrand.c
    U src/lib/libssl/src/crypto/engine/eng_rsax.c
    U src/lib/libssl/src/crypto/engine/eng_table.c
    U src/lib/libssl/src/crypto/engine/Makefile
    C src/lib/libssl/src/crypto/engine/hw_cryptodev.c
    U src/lib/libssl/src/crypto/engine/README
    U src/lib/libssl/src/crypto/engine/tb_asnmth.c
    U src/lib/libssl/src/crypto/engine/tb_cipher.c
    U src/lib/libssl/src/crypto/engine/tb_dh.c
    U src/lib/libssl/src/crypto/engine/tb_digest.c
    U src/lib/libssl/src/crypto/engine/tb_dsa.c
    U src/lib/libssl/src/crypto/engine/tb_ecdh.c
    U src/lib/libssl/src/crypto/engine/tb_ecdsa.c
    U src/lib/libssl/src/crypto/engine/tb_pkmeth.c
    U src/lib/libssl/src/crypto/engine/tb_rand.c
    U src/lib/libssl/src/crypto/engine/tb_rsa.c
    U src/lib/libssl/src/crypto/engine/tb_store.c
    C src/lib/libssl/src/crypto/err/err_all.c
    U src/lib/libssl/src/crypto/err/err.c
    U src/lib/libssl/src/crypto/err/err.h
    U src/lib/libssl/src/crypto/err/err_prn.c
    U src/lib/libssl/src/crypto/err/Makefile
    U src/lib/libssl/src/crypto/err/openssl.ec
    C src/lib/libssl/src/crypto/evp/bio_b64.c
    U src/lib/libssl/src/crypto/evp/bio_enc.c
    U src/lib/libssl/src/crypto/evp/bio_md.c
    U src/lib/libssl/src/crypto/evp/bio_ok.c
    U src/lib/libssl/src/crypto/evp/c_all.c
    U src/lib/libssl/src/crypto/evp/c_allc.c
    U src/lib/libssl/src/crypto/evp/c_alld.c
    C src/lib/libssl/src/crypto/evp/digest.c
    C src/lib/libssl/src/crypto/evp/e_aes.c
    C src/lib/libssl/src/crypto/evp/e_aes_cbc_hmac_sha1.c
    U src/lib/libssl/src/crypto/evp/e_bf.c
    U src/lib/libssl/src/crypto/evp/e_camellia.c
    U src/lib/libssl/src/crypto/evp/e_cast.c
    C src/lib/libssl/src/crypto/evp/e_des3.c
    U src/lib/libssl/src/crypto/evp/e_des.c
    U src/lib/libssl/src/crypto/evp/e_dsa.c
    U src/lib/libssl/src/crypto/evp/e_idea.c
    U src/lib/libssl/src/crypto/evp/encode.c
    U src/lib/libssl/src/crypto/evp/e_null.c
    U src/lib/libssl/src/crypto/evp/e_old.c
    U src/lib/libssl/src/crypto/evp/e_rc2.c
    U src/lib/libssl/src/crypto/evp/e_rc4.c
    U src/lib/libssl/src/crypto/evp/e_rc4_hmac_md5.c
    U src/lib/libssl/src/crypto/evp/e_rc5.c
    U src/lib/libssl/src/crypto/evp/e_seed.c
    U src/lib/libssl/src/crypto/evp/evp_acnf.c
    U src/lib/libssl/src/crypto/evp/evp_enc.c
    C src/lib/libssl/src/crypto/evp/evp_err.c
    U src/lib/libssl/src/crypto/evp/evp_fips.c
    C src/lib/libssl/src/crypto/evp/evp.h
    U src/lib/libssl/src/crypto/evp/evp_key.c
    U src/lib/libssl/src/crypto/evp/evp_lib.c
    U src/lib/libssl/src/crypto/evp/evp_locl.h
    U src/lib/libssl/src/crypto/evp/evp_pbe.c
    U src/lib/libssl/src/crypto/evp/evp_pkey.c
    U src/lib/libssl/src/crypto/evp/evp_test.c
    U src/lib/libssl/src/crypto/evp/evptests.txt
    U src/lib/libssl/src/crypto/evp/e_xcbc_d.c
    C src/lib/libssl/src/crypto/evp/Makefile
    C src/lib/libssl/src/crypto/evp/m_dss1.c
    C src/lib/libssl/src/crypto/evp/m_dss.c
    U src/lib/libssl/src/crypto/evp/m_ecdsa.c
    U src/lib/libssl/src/crypto/evp/m_md2.c
    U src/lib/libssl/src/crypto/evp/m_md4.c
    U src/lib/libssl/src/crypto/evp/m_md5.c
    U src/lib/libssl/src/crypto/evp/m_mdc2.c
    U src/lib/libssl/src/crypto/evp/m_null.c
    U src/lib/libssl/src/crypto/evp/m_ripemd.c
    C src/lib/libssl/src/crypto/evp/m_sha1.c
    U src/lib/libssl/src/crypto/evp/m_sha.c
    U src/lib/libssl/src/crypto/evp/m_sigver.c
    U src/lib/libssl/src/crypto/evp/m_wp.c
    U src/lib/libssl/src/crypto/evp/names.c
    U src/lib/libssl/src/crypto/evp/openbsd_hw.c
    C src/lib/libssl/src/crypto/evp/p5_crpt2.c
    U src/lib/libssl/src/crypto/evp/p5_crpt.c
    U src/lib/libssl/src/crypto/evp/p_dec.c
    U src/lib/libssl/src/crypto/evp/p_enc.c
    U src/lib/libssl/src/crypto/evp/p_lib.c
    U src/lib/libssl/src/crypto/evp/pmeth_fn.c
    U src/lib/libssl/src/crypto/evp/pmeth_gn.c
    U src/lib/libssl/src/crypto/evp/pmeth_lib.c
    U src/lib/libssl/src/crypto/evp/p_open.c
    U src/lib/libssl/src/crypto/evp/p_seal.c
    C src/lib/libssl/src/crypto/evp/p_sign.c
    C src/lib/libssl/src/crypto/evp/p_verify.c
    U src/lib/libssl/src/crypto/hmac/hmac.c
    U src/lib/libssl/src/crypto/hmac/hmac.h
    U src/lib/libssl/src/crypto/hmac/hmactest.c
    U src/lib/libssl/src/crypto/hmac/hm_ameth.c
    U src/lib/libssl/src/crypto/hmac/hm_pmeth.c
    U src/lib/libssl/src/crypto/hmac/Makefile
    U src/lib/libssl/src/crypto/idea/i_cbc.c
    U src/lib/libssl/src/crypto/idea/i_cfb64.c
    U src/lib/libssl/src/crypto/idea/idea.h
    U src/lib/libssl/src/crypto/idea/idea_lcl.h
    U src/lib/libssl/src/crypto/idea/idea_spd.c
    U src/lib/libssl/src/crypto/idea/ideatest.c
    U src/lib/libssl/src/crypto/idea/i_ecb.c
    U src/lib/libssl/src/crypto/idea/i_ofb64.c
    U src/lib/libssl/src/crypto/idea/i_skey.c
    U src/lib/libssl/src/crypto/idea/Makefile
    U src/lib/libssl/src/crypto/idea/version
    U src/lib/libssl/src/crypto/jpake/jpake.c
    U src/lib/libssl/src/crypto/jpake/jpake_err.c
    U src/lib/libssl/src/crypto/jpake/jpake.h
    U src/lib/libssl/src/crypto/jpake/jpaketest.c
    U src/lib/libssl/src/crypto/jpake/Makefile
    U src/lib/libssl/src/crypto/krb5/krb5_asn.c
    U src/lib/libssl/src/crypto/krb5/krb5_asn.h
    U src/lib/libssl/src/crypto/krb5/Makefile
    U src/lib/libssl/src/crypto/lhash/lhash.c
    U src/lib/libssl/src/crypto/lhash/lhash.h
    U src/lib/libssl/src/crypto/lhash/lh_stats.c
    U src/lib/libssl/src/crypto/lhash/lh_test.c
    U src/lib/libssl/src/crypto/lhash/Makefile
    U src/lib/libssl/src/crypto/lhash/num.pl
    U src/lib/libssl/src/crypto/md2/Makefile
    U src/lib/libssl/src/crypto/md2/md2.c
    U src/lib/libssl/src/crypto/md2/md2_dgst.c
    U src/lib/libssl/src/crypto/md2/md2.h
    U src/lib/libssl/src/crypto/md2/md2_one.c
    U src/lib/libssl/src/crypto/md2/md2test.c
    U src/lib/libssl/src/crypto/md4/Makefile
    U src/lib/libssl/src/crypto/md4/md4.c
    C src/lib/libssl/src/crypto/md4/md4_dgst.c
    U src/lib/libssl/src/crypto/md4/md4.h
    C src/lib/libssl/src/crypto/md4/md4_locl.h
    U src/lib/libssl/src/crypto/md4/md4_one.c
    U src/lib/libssl/src/crypto/md4/md4s.cpp
    U src/lib/libssl/src/crypto/md4/md4test.c
    U src/lib/libssl/src/crypto/md5/Makefile
    U src/lib/libssl/src/crypto/md5/md5.c
    U src/lib/libssl/src/crypto/md5/md5_dgst.c
    U src/lib/libssl/src/crypto/md5/md5.h
    C src/lib/libssl/src/crypto/md5/md5_locl.h
    U src/lib/libssl/src/crypto/md5/md5_one.c
    U src/lib/libssl/src/crypto/md5/md5s.cpp
    U src/lib/libssl/src/crypto/md5/md5test.c
    U src/lib/libssl/src/crypto/md5/asm/md5-586.pl
    U src/lib/libssl/src/crypto/md5/asm/md5-ia64.S
    U src/lib/libssl/src/crypto/md5/asm/md5-x86_64.pl
    U src/lib/libssl/src/crypto/mdc2/Makefile
    C src/lib/libssl/src/crypto/mdc2/mdc2dgst.c
    U src/lib/libssl/src/crypto/mdc2/mdc2.h
    U src/lib/libssl/src/crypto/mdc2/mdc2_one.c
    U src/lib/libssl/src/crypto/mdc2/mdc2test.c
    U src/lib/libssl/src/crypto/pem/Makefile
    U src/lib/libssl/src/crypto/pem/message
    U src/lib/libssl/src/crypto/pem/pem2.h
    C src/lib/libssl/src/crypto/pem/pem_all.c
    U src/lib/libssl/src/crypto/pem/pem_err.c
    U src/lib/libssl/src/crypto/pem/pem.h
    C src/lib/libssl/src/crypto/pem/pem_info.c
    C src/lib/libssl/src/crypto/pem/pem_lib.c
    U src/lib/libssl/src/crypto/pem/pem_oth.c
    U src/lib/libssl/src/crypto/pem/pem_pk8.c
    U src/lib/libssl/src/crypto/pem/pem_pkey.c
    C src/lib/libssl/src/crypto/pem/pem_seal.c
    U src/lib/libssl/src/crypto/pem/pem_sign.c
    U src/lib/libssl/src/crypto/pem/pem_x509.c
    U src/lib/libssl/src/crypto/pem/pem_xaux.c
    U src/lib/libssl/src/crypto/pem/pkcs7.lis
    U src/lib/libssl/src/crypto/pem/pvkfmt.c
    U src/lib/libssl/src/crypto/modes/cbc128.c
    U src/lib/libssl/src/crypto/modes/ccm128.c
    U src/lib/libssl/src/crypto/modes/cfb128.c
    U src/lib/libssl/src/crypto/modes/ctr128.c
    U src/lib/libssl/src/crypto/modes/cts128.c
    U src/lib/libssl/src/crypto/modes/gcm128.c
    U src/lib/libssl/src/crypto/modes/Makefile
    U src/lib/libssl/src/crypto/modes/modes.h
    U src/lib/libssl/src/crypto/modes/modes_lcl.h
    U src/lib/libssl/src/crypto/modes/ofb128.c
    U src/lib/libssl/src/crypto/modes/xts128.c
    U src/lib/libssl/src/crypto/modes/asm/ghash-alpha.pl
    U src/lib/libssl/src/crypto/modes/asm/ghash-armv4.pl
    U src/lib/libssl/src/crypto/modes/asm/ghash-ia64.pl
    U src/lib/libssl/src/crypto/modes/asm/ghash-parisc.pl
    U src/lib/libssl/src/crypto/modes/asm/ghash-s390x.pl
    U src/lib/libssl/src/crypto/modes/asm/ghash-sparcv9.pl
    U src/lib/libssl/src/crypto/modes/asm/ghash-x86_64.pl
    U src/lib/libssl/src/crypto/modes/asm/ghash-x86.pl
    U src/lib/libssl/src/crypto/objects/Makefile
    U src/lib/libssl/src/crypto/objects/obj_dat.c
    U src/lib/libssl/src/crypto/objects/obj_dat.pl
    U src/lib/libssl/src/crypto/objects/objects.h
    U src/lib/libssl/src/crypto/objects/objects.pl
    U src/lib/libssl/src/crypto/objects/objects.README
    U src/lib/libssl/src/crypto/objects/objects.txt
    U src/lib/libssl/src/crypto/objects/obj_err.c
    U src/lib/libssl/src/crypto/objects/obj_lib.c
    U src/lib/libssl/src/crypto/objects/obj_mac.num
    U src/lib/libssl/src/crypto/objects/obj_xref.c
    U src/lib/libssl/src/crypto/objects/obj_xref.h
    U src/lib/libssl/src/crypto/objects/objxref.pl
    U src/lib/libssl/src/crypto/objects/obj_xref.txt
    C src/lib/libssl/src/crypto/objects/o_names.c
    U src/lib/libssl/src/crypto/ocsp/Makefile
    U src/lib/libssl/src/crypto/ocsp/ocsp_asn.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_cl.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_err.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_ext.c
    U src/lib/libssl/src/crypto/ocsp/ocsp.h
    U src/lib/libssl/src/crypto/ocsp/ocsp_ht.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_lib.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_prn.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_srv.c
    C src/lib/libssl/src/crypto/ocsp/ocsp_vfy.c
    C src/lib/libssl/src/crypto/perlasm/cbc.pl
    U src/lib/libssl/src/crypto/perlasm/ppc-xlate.pl
    U src/lib/libssl/src/crypto/perlasm/readme
    U src/lib/libssl/src/crypto/perlasm/x86_64-xlate.pl
    U src/lib/libssl/src/crypto/perlasm/x86asm.pl
    U src/lib/libssl/src/crypto/perlasm/x86gas.pl
    U src/lib/libssl/src/crypto/perlasm/x86masm.pl
    U src/lib/libssl/src/crypto/perlasm/x86nasm.pl
    U src/lib/libssl/src/crypto/pkcs12/Makefile
    U src/lib/libssl/src/crypto/pkcs12/p12_add.c
    U src/lib/libssl/src/crypto/pkcs12/p12_asn.c
    U src/lib/libssl/src/crypto/pkcs12/p12_attr.c
    U src/lib/libssl/src/crypto/pkcs12/p12_crpt.c
    C src/lib/libssl/src/crypto/pkcs12/p12_crt.c
    U src/lib/libssl/src/crypto/pkcs12/p12_decr.c
    U src/lib/libssl/src/crypto/pkcs12/p12_init.c
    C src/lib/libssl/src/crypto/pkcs12/p12_key.c
    U src/lib/libssl/src/crypto/pkcs12/p12_kiss.c
    U src/lib/libssl/src/crypto/pkcs12/p12_mutl.c
    U src/lib/libssl/src/crypto/pkcs12/p12_npas.c
    U src/lib/libssl/src/crypto/pkcs12/p12_p8d.c
    U src/lib/libssl/src/crypto/pkcs12/p12_p8e.c
    U src/lib/libssl/src/crypto/pkcs12/p12_utl.c
    U src/lib/libssl/src/crypto/pkcs12/pk12err.c
    U src/lib/libssl/src/crypto/pkcs12/pkcs12.h
    U src/lib/libssl/src/crypto/pkcs7/bio_ber.c
    U src/lib/libssl/src/crypto/pkcs7/bio_pk7.c
    U src/lib/libssl/src/crypto/pkcs7/dec.c
    U src/lib/libssl/src/crypto/pkcs7/des.pem
    U src/lib/libssl/src/crypto/pkcs7/doc
    U src/lib/libssl/src/crypto/pkcs7/enc.c
    U src/lib/libssl/src/crypto/pkcs7/es1.pem
    U src/lib/libssl/src/crypto/pkcs7/example.c
    U src/lib/libssl/src/crypto/pkcs7/example.h
    U src/lib/libssl/src/crypto/pkcs7/infokey.pem
    U src/lib/libssl/src/crypto/pkcs7/info.pem
    U src/lib/libssl/src/crypto/pkcs7/Makefile
    U src/lib/libssl/src/crypto/pkcs7/pk7_asn1.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_attr.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_dgst.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_doit.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_enc.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_lib.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_mime.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_smime.c
    U src/lib/libssl/src/crypto/pkcs7/pkcs7err.c
    U src/lib/libssl/src/crypto/pkcs7/pkcs7.h
    U src/lib/libssl/src/crypto/pkcs7/server.pem
    U src/lib/libssl/src/crypto/pkcs7/sign.c
    U src/lib/libssl/src/crypto/pkcs7/verify.c
    U src/lib/libssl/src/crypto/pkcs7/p7/a1
    U src/lib/libssl/src/crypto/pkcs7/p7/a2
    U src/lib/libssl/src/crypto/pkcs7/p7/cert.p7c
    U src/lib/libssl/src/crypto/pkcs7/p7/smime.p7m
    U src/lib/libssl/src/crypto/pkcs7/p7/smime.p7s
    U src/lib/libssl/src/crypto/pkcs7/t/3des.pem
    U src/lib/libssl/src/crypto/pkcs7/t/3dess.pem
    U src/lib/libssl/src/crypto/pkcs7/t/c.pem
    U src/lib/libssl/src/crypto/pkcs7/t/ff
    U src/lib/libssl/src/crypto/pkcs7/t/msie-e
    U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-01
    U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-01.pem
    U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-02
    U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-02.pem
    U src/lib/libssl/src/crypto/pkcs7/t/msie-e.pem
    U src/lib/libssl/src/crypto/pkcs7/t/msie-s-a-e
    U src/lib/libssl/src/crypto/pkcs7/t/msie-s-a-e.pem
    U src/lib/libssl/src/crypto/pkcs7/t/nav-smime
    U src/lib/libssl/src/crypto/pkcs7/t/server.pem
    U src/lib/libssl/src/crypto/pkcs7/t/s.pem
    U src/lib/libssl/src/crypto/pqueue/Makefile
    U src/lib/libssl/src/crypto/pqueue/pq_test.c
    U src/lib/libssl/src/crypto/pqueue/pqueue.c
    U src/lib/libssl/src/crypto/pqueue/pqueue.h
    U src/lib/libssl/src/crypto/rc2/Makefile
    U src/lib/libssl/src/crypto/rc2/rc2_cbc.c
    U src/lib/libssl/src/crypto/rc2/rc2cfb64.c
    U src/lib/libssl/src/crypto/rc2/rc2_ecb.c
    U src/lib/libssl/src/crypto/rc2/rc2.h
    U src/lib/libssl/src/crypto/rc2/rc2_locl.h
    U src/lib/libssl/src/crypto/rc2/rc2ofb64.c
    U src/lib/libssl/src/crypto/rc2/rc2_skey.c
    U src/lib/libssl/src/crypto/rc2/rc2speed.c
    U src/lib/libssl/src/crypto/rc2/rc2test.c
    U src/lib/libssl/src/crypto/rc2/rrc2.doc
    U src/lib/libssl/src/crypto/rc2/tab.c
    U src/lib/libssl/src/crypto/rc2/version
    U src/lib/libssl/src/crypto/rand/Makefile
    C src/lib/libssl/src/crypto/rand/md_rand.c
    U src/lib/libssl/src/crypto/rand/rand_egd.c
    C src/lib/libssl/src/crypto/rand/rand_err.c
    C src/lib/libssl/src/crypto/rand/randfile.c
    C src/lib/libssl/src/crypto/rand/rand.h
    U src/lib/libssl/src/crypto/rand/rand_lcl.h
    C src/lib/libssl/src/crypto/rand/rand_lib.c
    U src/lib/libssl/src/crypto/rand/rand_nw.c
    U src/lib/libssl/src/crypto/rand/rand_os2.c
    U src/lib/libssl/src/crypto/rand/randtest.c
    U src/lib/libssl/src/crypto/rand/rand_unix.c
    U src/lib/libssl/src/crypto/rand/rand_vms.c
    C src/lib/libssl/src/crypto/rand/rand_win.c
    U src/lib/libssl/src/crypto/rc4/Makefile
    U src/lib/libssl/src/crypto/rc4/rc4.c
    U src/lib/libssl/src/crypto/rc4/rc4_enc.c
    U src/lib/libssl/src/crypto/rc4/rc4.h
    U src/lib/libssl/src/crypto/rc4/rc4_locl.h
    U src/lib/libssl/src/crypto/rc4/rc4s.cpp
    U src/lib/libssl/src/crypto/rc4/rc4_skey.c
    U src/lib/libssl/src/crypto/rc4/rc4speed.c
    U src/lib/libssl/src/crypto/rc4/rc4test.c
    U src/lib/libssl/src/crypto/rc4/rc4_utl.c
    U src/lib/libssl/src/crypto/rc4/rrc4.doc
    U src/lib/libssl/src/crypto/rc4/asm/rc4-586.pl
    U src/lib/libssl/src/crypto/rc4/asm/rc4-ia64.pl
    U src/lib/libssl/src/crypto/rc4/asm/rc4-md5-x86_64.pl
    U src/lib/libssl/src/crypto/rc4/asm/rc4-parisc.pl
    U src/lib/libssl/src/crypto/rc4/asm/rc4-s390x.pl
    C src/lib/libssl/src/crypto/rc4/asm/rc4-x86_64.pl
    U src/lib/libssl/src/crypto/rc5/Makefile
    N src/lib/libssl/src/crypto/rc5/rc5cfb64.c
    N src/lib/libssl/src/crypto/rc5/rc5_ecb.c
    N src/lib/libssl/src/crypto/rc5/rc5_enc.c
    U src/lib/libssl/src/crypto/rc5/rc5.h
    U src/lib/libssl/src/crypto/rc5/rc5_locl.h
    N src/lib/libssl/src/crypto/rc5/rc5ofb64.c
    U src/lib/libssl/src/crypto/rc5/rc5s.cpp
    N src/lib/libssl/src/crypto/rc5/rc5_skey.c
    N src/lib/libssl/src/crypto/rc5/rc5speed.c
    U src/lib/libssl/src/crypto/rc5/rc5test.c
    C src/lib/libssl/src/crypto/rc5/asm/rc5-586.pl
    U src/lib/libssl/src/crypto/ripemd/Makefile
    U src/lib/libssl/src/crypto/ripemd/README
    U src/lib/libssl/src/crypto/ripemd/ripemd.h
    U src/lib/libssl/src/crypto/ripemd/rmd160.c
    U src/lib/libssl/src/crypto/ripemd/rmdconst.h
    C src/lib/libssl/src/crypto/ripemd/rmd_dgst.c
    C src/lib/libssl/src/crypto/ripemd/rmd_locl.h
    U src/lib/libssl/src/crypto/ripemd/rmd_one.c
    U src/lib/libssl/src/crypto/ripemd/rmdtest.c
    U src/lib/libssl/src/crypto/ripemd/asm/rips.cpp
    U src/lib/libssl/src/crypto/ripemd/asm/rmd-586.pl
    U src/lib/libssl/src/crypto/rsa/Makefile
    U src/lib/libssl/src/crypto/rsa/rsa_ameth.c
    U src/lib/libssl/src/crypto/rsa/rsa_asn1.c
    C src/lib/libssl/src/crypto/rsa/rsa_chk.c
    U src/lib/libssl/src/crypto/rsa/rsa_crpt.c
    U src/lib/libssl/src/crypto/rsa/rsa_depr.c
    C src/lib/libssl/src/crypto/rsa/rsa_eay.c
    U src/lib/libssl/src/crypto/rsa/rsa_err.c
    U src/lib/libssl/src/crypto/rsa/rsa_gen.c
    C src/lib/libssl/src/crypto/rsa/rsa.h
    U src/lib/libssl/src/crypto/rsa/rsa_lib.c
    U src/lib/libssl/src/crypto/rsa/rsa_locl.h
    U src/lib/libssl/src/crypto/rsa/rsa_none.c
    U src/lib/libssl/src/crypto/rsa/rsa_null.c
    C src/lib/libssl/src/crypto/rsa/rsa_oaep.c
    U src/lib/libssl/src/crypto/rsa/rsa_pk1.c
    U src/lib/libssl/src/crypto/rsa/rsa_pmeth.c
    U src/lib/libssl/src/crypto/rsa/rsa_prn.c
    U src/lib/libssl/src/crypto/rsa/rsa_pss.c
    U src/lib/libssl/src/crypto/rsa/rsa_saos.c
    U src/lib/libssl/src/crypto/rsa/rsa_sign.c
    U src/lib/libssl/src/crypto/rsa/rsa_ssl.c
    U src/lib/libssl/src/crypto/rsa/rsa_test.c
    U src/lib/libssl/src/crypto/rsa/rsa_x931.c
    U src/lib/libssl/src/crypto/seed/Makefile
    U src/lib/libssl/src/crypto/seed/seed.c
    U src/lib/libssl/src/crypto/seed/seed_cbc.c
    U src/lib/libssl/src/crypto/seed/seed_cfb.c
    U src/lib/libssl/src/crypto/seed/seed_ecb.c
    U src/lib/libssl/src/crypto/seed/seed.h
    U src/lib/libssl/src/crypto/seed/seed_locl.h
    U src/lib/libssl/src/crypto/seed/seed_ofb.c
    U src/lib/libssl/src/crypto/sha/Makefile
    U src/lib/libssl/src/crypto/sha/sha1.c
    C src/lib/libssl/src/crypto/sha/sha1dgst.c
    C src/lib/libssl/src/crypto/sha/sha1_one.c
    U src/lib/libssl/src/crypto/sha/sha1test.c
    U src/lib/libssl/src/crypto/sha/sha256.c
    U src/lib/libssl/src/crypto/sha/sha256t.c
    C src/lib/libssl/src/crypto/sha/sha512.c
    U src/lib/libssl/src/crypto/sha/sha512t.c
    U src/lib/libssl/src/crypto/sha/sha.c
    C src/lib/libssl/src/crypto/sha/sha_dgst.c
    U src/lib/libssl/src/crypto/sha/sha.h
    C src/lib/libssl/src/crypto/sha/sha_locl.h
    U src/lib/libssl/src/crypto/sha/sha_one.c
    U src/lib/libssl/src/crypto/sha/shatest.c
    U src/lib/libssl/src/crypto/sha/asm/README
    U src/lib/libssl/src/crypto/sha/asm/sha1-586.pl
    U src/lib/libssl/src/crypto/sha/asm/sha1-alpha.pl
    U src/lib/libssl/src/crypto/sha/asm/sha1-armv4-large.pl
    U src/lib/libssl/src/crypto/sha/asm/sha1-ia64.pl
    U src/lib/libssl/src/crypto/sha/asm/sha1-mips.pl
    U src/lib/libssl/src/crypto/sha/asm/sha1-parisc.pl
    U src/lib/libssl/src/crypto/sha/asm/sha1-ppc.pl
    U src/lib/libssl/src/crypto/sha/asm/sha1-s390x.pl
    U src/lib/libssl/src/crypto/sha/asm/sha1-sparcv9a.pl
    U src/lib/libssl/src/crypto/sha/asm/sha1-sparcv9.pl
    U src/lib/libssl/src/crypto/sha/asm/sha1-thumb.pl
    U src/lib/libssl/src/crypto/sha/asm/sha1-x86_64.pl
    U src/lib/libssl/src/crypto/sha/asm/sha256-586.pl
    U src/lib/libssl/src/crypto/sha/asm/sha256-armv4.pl
    U src/lib/libssl/src/crypto/sha/asm/sha512-586.pl
    U src/lib/libssl/src/crypto/sha/asm/sha512-armv4.pl
    U src/lib/libssl/src/crypto/sha/asm/sha512-ia64.pl
    U src/lib/libssl/src/crypto/sha/asm/sha512-mips.pl
    U src/lib/libssl/src/crypto/sha/asm/sha512-parisc.pl
    U src/lib/libssl/src/crypto/sha/asm/sha512-ppc.pl
    U src/lib/libssl/src/crypto/sha/asm/sha512-s390x.pl
    U src/lib/libssl/src/crypto/sha/asm/sha512-sparcv9.pl
    U src/lib/libssl/src/crypto/sha/asm/sha512-x86_64.pl
    U src/lib/libssl/src/crypto/srp/Makefile
    U src/lib/libssl/src/crypto/srp/srp_grps.h
    U src/lib/libssl/src/crypto/srp/srp.h
    U src/lib/libssl/src/crypto/srp/srp_lcl.h
    U src/lib/libssl/src/crypto/srp/srp_lib.c
    U src/lib/libssl/src/crypto/srp/srptest.c
    U src/lib/libssl/src/crypto/srp/srp_vfy.c
    U src/lib/libssl/src/crypto/stack/Makefile
    U src/lib/libssl/src/crypto/stack/safestack.h
    U src/lib/libssl/src/crypto/stack/stack.c
    U src/lib/libssl/src/crypto/stack/stack.h
    U src/lib/libssl/src/crypto/store/Makefile
    U src/lib/libssl/src/crypto/store/README
    U src/lib/libssl/src/crypto/store/store.h
    U src/lib/libssl/src/crypto/store/str_err.c
    U src/lib/libssl/src/crypto/store/str_lib.c
    U src/lib/libssl/src/crypto/store/str_locl.h
    U src/lib/libssl/src/crypto/store/str_mem.c
    U src/lib/libssl/src/crypto/store/str_meth.c
    U src/lib/libssl/src/crypto/threads/mttest.c
    U src/lib/libssl/src/crypto/threads/netware.bat
    U src/lib/libssl/src/crypto/threads/profile.sh
    U src/lib/libssl/src/crypto/threads/ptest.bat
    U src/lib/libssl/src/crypto/threads/pthread2.sh
    U src/lib/libssl/src/crypto/threads/pthread.sh
    U src/lib/libssl/src/crypto/threads/purify.sh
    U src/lib/libssl/src/crypto/threads/README
    U src/lib/libssl/src/crypto/threads/solaris.sh
    U src/lib/libssl/src/crypto/threads/th-lock.c
    U src/lib/libssl/src/crypto/threads/win32.bat
    U src/lib/libssl/src/crypto/ts/Makefile
    U src/lib/libssl/src/crypto/ts/ts_asn1.c
    U src/lib/libssl/src/crypto/ts/ts_conf.c
    U src/lib/libssl/src/crypto/ts/ts_err.c
    U src/lib/libssl/src/crypto/ts/ts.h
    U src/lib/libssl/src/crypto/ts/ts_lib.c
    U src/lib/libssl/src/crypto/ts/ts_req_print.c
    U src/lib/libssl/src/crypto/ts/ts_req_utils.c
    U src/lib/libssl/src/crypto/ts/ts_rsp_print.c
    U src/lib/libssl/src/crypto/ts/ts_rsp_sign.c
    U src/lib/libssl/src/crypto/ts/ts_rsp_utils.c
    U src/lib/libssl/src/crypto/ts/ts_rsp_verify.c
    U src/lib/libssl/src/crypto/ts/ts_verify_ctx.c
    U src/lib/libssl/src/crypto/txt_db/Makefile
    U src/lib/libssl/src/crypto/txt_db/txt_db.c
    U src/lib/libssl/src/crypto/txt_db/txt_db.h
    U src/lib/libssl/src/crypto/ui/Makefile
    U src/lib/libssl/src/crypto/ui/ui_compat.c
    U src/lib/libssl/src/crypto/ui/ui_compat.h
    U src/lib/libssl/src/crypto/ui/ui_err.c
    U src/lib/libssl/src/crypto/ui/ui.h
    U src/lib/libssl/src/crypto/ui/ui_lib.c
    U src/lib/libssl/src/crypto/ui/ui_locl.h
    C src/lib/libssl/src/crypto/ui/ui_openssl.c
    U src/lib/libssl/src/crypto/ui/ui_util.c
    U src/lib/libssl/src/crypto/whrlpool/Makefile
    U src/lib/libssl/src/crypto/whrlpool/whrlpool.h
    U src/lib/libssl/src/crypto/whrlpool/wp_block.c
    U src/lib/libssl/src/crypto/whrlpool/wp_dgst.c
    U src/lib/libssl/src/crypto/whrlpool/wp_locl.h
    U src/lib/libssl/src/crypto/whrlpool/wp_test.c
    U src/lib/libssl/src/crypto/whrlpool/asm/wp-mmx.pl
    U src/lib/libssl/src/crypto/whrlpool/asm/wp-x86_64.pl
    C src/lib/libssl/src/crypto/x509/by_dir.c
    U src/lib/libssl/src/crypto/x509/by_file.c
    U src/lib/libssl/src/crypto/x509/Makefile
    U src/lib/libssl/src/crypto/x509/x509_att.c
    C src/lib/libssl/src/crypto/x509/x509_cmp.c
    U src/lib/libssl/src/crypto/x509/x509cset.c
    U src/lib/libssl/src/crypto/x509/x509_d2.c
    U src/lib/libssl/src/crypto/x509/x509_def.c
    U src/lib/libssl/src/crypto/x509/x509_err.c
    U src/lib/libssl/src/crypto/x509/x509_ext.c
    U src/lib/libssl/src/crypto/x509/x509.h
    U src/lib/libssl/src/crypto/x509/x509_lu.c
    U src/lib/libssl/src/crypto/x509/x509name.c
    U src/lib/libssl/src/crypto/x509/x509_obj.c
    U src/lib/libssl/src/crypto/x509/x509_r2x.c
    U src/lib/libssl/src/crypto/x509/x509_req.c
    U src/lib/libssl/src/crypto/x509/x509rset.c
    U src/lib/libssl/src/crypto/x509/x509_set.c
    U src/lib/libssl/src/crypto/x509/x509spki.c
    U src/lib/libssl/src/crypto/x509/x509_trs.c
    U src/lib/libssl/src/crypto/x509/x509_txt.c
    U src/lib/libssl/src/crypto/x509/x509type.c
    U src/lib/libssl/src/crypto/x509/x509_v3.c
    C src/lib/libssl/src/crypto/x509/x509_vfy.c
    U src/lib/libssl/src/crypto/x509/x509_vfy.h
    U src/lib/libssl/src/crypto/x509/x509_vpm.c
    C src/lib/libssl/src/crypto/x509/x_all.c
    U src/lib/libssl/src/crypto/x509v3/ext_dat.h
    U src/lib/libssl/src/crypto/x509v3/Makefile
    U src/lib/libssl/src/crypto/x509v3/pcy_cache.c
    U src/lib/libssl/src/crypto/x509v3/pcy_data.c
    U src/lib/libssl/src/crypto/x509v3/pcy_int.h
    U src/lib/libssl/src/crypto/x509v3/pcy_lib.c
    U src/lib/libssl/src/crypto/x509v3/pcy_map.c
    U src/lib/libssl/src/crypto/x509v3/pcy_node.c
    U src/lib/libssl/src/crypto/x509v3/pcy_tree.c
    U src/lib/libssl/src/crypto/x509v3/tabtest.c
    U src/lib/libssl/src/crypto/x509v3/v3_addr.c
    U src/lib/libssl/src/crypto/x509v3/v3_akeya.c
    U src/lib/libssl/src/crypto/x509v3/v3_akey.c
    U src/lib/libssl/src/crypto/x509v3/v3_alt.c
    U src/lib/libssl/src/crypto/x509v3/v3_asid.c
    U src/lib/libssl/src/crypto/x509v3/v3_bcons.c
    U src/lib/libssl/src/crypto/x509v3/v3_bitst.c
    U src/lib/libssl/src/crypto/x509v3/v3_conf.c
    U src/lib/libssl/src/crypto/x509v3/v3conf.c
    U src/lib/libssl/src/crypto/x509v3/v3_cpols.c
    U src/lib/libssl/src/crypto/x509v3/v3_crld.c
    U src/lib/libssl/src/crypto/x509v3/v3_enum.c
    U src/lib/libssl/src/crypto/x509v3/v3err.c
    U src/lib/libssl/src/crypto/x509v3/v3_extku.c
    U src/lib/libssl/src/crypto/x509v3/v3_genn.c
    U src/lib/libssl/src/crypto/x509v3/v3_ia5.c
    U src/lib/libssl/src/crypto/x509v3/v3_info.c
    U src/lib/libssl/src/crypto/x509v3/v3_int.c
    U src/lib/libssl/src/crypto/x509v3/v3_lib.c
    U src/lib/libssl/src/crypto/x509v3/v3_ncons.c
    U src/lib/libssl/src/crypto/x509v3/v3_ocsp.c
    U src/lib/libssl/src/crypto/x509v3/v3_pcia.c
    U src/lib/libssl/src/crypto/x509v3/v3_pci.c
    U src/lib/libssl/src/crypto/x509v3/v3_pcons.c
    U src/lib/libssl/src/crypto/x509v3/v3_pku.c
    U src/lib/libssl/src/crypto/x509v3/v3_pmaps.c
    U src/lib/libssl/src/crypto/x509v3/v3prin.c
    U src/lib/libssl/src/crypto/x509v3/v3_prn.c
    C src/lib/libssl/src/crypto/x509v3/v3_purp.c
    U src/lib/libssl/src/crypto/x509v3/v3_skey.c
    U src/lib/libssl/src/crypto/x509v3/v3_sxnet.c
    U src/lib/libssl/src/crypto/x509v3/v3_utl.c
    U src/lib/libssl/src/crypto/x509v3/x509v3.h
    U src/lib/libssl/src/demos/b64.c
    U src/lib/libssl/src/demos/b64.pl
    U src/lib/libssl/src/demos/privkey.pem
    U src/lib/libssl/src/demos/README
    U src/lib/libssl/src/demos/selfsign.c
    U src/lib/libssl/src/demos/spkigen.c
    U src/lib/libssl/src/demos/asn1/ocsp.c
    U src/lib/libssl/src/demos/asn1/README.ASN1
    U src/lib/libssl/src/demos/bio/Makefile
    U src/lib/libssl/src/demos/bio/README
    U src/lib/libssl/src/demos/bio/saccept.c
    U src/lib/libssl/src/demos/bio/sconnect.c
    U src/lib/libssl/src/demos/bio/server.pem
    U src/lib/libssl/src/demos/cms/cacert.pem
    U src/lib/libssl/src/demos/cms/cakey.pem
    U src/lib/libssl/src/demos/cms/cms_comp.c
    U src/lib/libssl/src/demos/cms/cms_ddec.c
    U src/lib/libssl/src/demos/cms/cms_dec.c
    U src/lib/libssl/src/demos/cms/cms_denc.c
    U src/lib/libssl/src/demos/cms/cms_enc.c
    U src/lib/libssl/src/demos/cms/cms_sign2.c
    U src/lib/libssl/src/demos/cms/cms_sign.c
    U src/lib/libssl/src/demos/cms/cms_uncomp.c
    U src/lib/libssl/src/demos/cms/cms_ver.c
    U src/lib/libssl/src/demos/cms/comp.txt
    U src/lib/libssl/src/demos/cms/encr.txt
    U src/lib/libssl/src/demos/cms/signer2.pem
    U src/lib/libssl/src/demos/cms/signer.pem
    U src/lib/libssl/src/demos/cms/sign.txt
    U src/lib/libssl/src/demos/easy_tls/cacerts.pem
    U src/lib/libssl/src/demos/easy_tls/cert.pem
    U src/lib/libssl/src/demos/easy_tls/easy-tls.c
    U src/lib/libssl/src/demos/easy_tls/easy-tls.h
    U src/lib/libssl/src/demos/easy_tls/Makefile
    U src/lib/libssl/src/demos/easy_tls/README
    U src/lib/libssl/src/demos/easy_tls/test.c
    U src/lib/libssl/src/demos/easy_tls/test.h
    U src/lib/libssl/src/demos/eay/base64.c
    U src/lib/libssl/src/demos/eay/conn.c
    U src/lib/libssl/src/demos/eay/loadrsa.c
    U src/lib/libssl/src/demos/eay/Makefile
    U src/lib/libssl/src/demos/engines/cluster_labs/cluster_labs.h
    U src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs.c
    U src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs.ec
    U src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs_err.c
    U src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs_err.h
    U src/lib/libssl/src/demos/engines/cluster_labs/Makefile
    U src/lib/libssl/src/demos/engines/ibmca/hw_ibmca.c
    U src/lib/libssl/src/demos/engines/ibmca/hw_ibmca.ec
    U src/lib/libssl/src/demos/engines/ibmca/hw_ibmca_err.c
    U src/lib/libssl/src/demos/engines/ibmca/hw_ibmca_err.h
    U src/lib/libssl/src/demos/engines/ibmca/ica_openssl_api.h
    U src/lib/libssl/src/demos/engines/ibmca/Makefile
    U src/lib/libssl/src/demos/engines/rsaref/Makefile
    U src/lib/libssl/src/demos/engines/rsaref/README
    U src/lib/libssl/src/demos/engines/rsaref/rsaref.c
    U src/lib/libssl/src/demos/engines/rsaref/rsaref.ec
    U src/lib/libssl/src/demos/engines/rsaref/rsaref_err.c
    U src/lib/libssl/src/demos/engines/rsaref/rsaref_err.h
    U src/lib/libssl/src/demos/engines/zencod/hw_zencod.c
    U src/lib/libssl/src/demos/engines/zencod/hw_zencod.ec
    U src/lib/libssl/src/demos/engines/zencod/hw_zencod_err.c
    U src/lib/libssl/src/demos/engines/zencod/hw_zencod_err.h
    U src/lib/libssl/src/demos/engines/zencod/hw_zencod.h
    U src/lib/libssl/src/demos/engines/zencod/Makefile
    U src/lib/libssl/src/demos/maurice/cert.pem
    U src/lib/libssl/src/demos/maurice/example1.c
    U src/lib/libssl/src/demos/maurice/example2.c
    U src/lib/libssl/src/demos/maurice/example3.c
    U src/lib/libssl/src/demos/maurice/example4.c
    U src/lib/libssl/src/demos/maurice/loadkeys.c
    U src/lib/libssl/src/demos/maurice/loadkeys.h
    U src/lib/libssl/src/demos/maurice/Makefile
    U src/lib/libssl/src/demos/maurice/privkey.pem
    U src/lib/libssl/src/demos/maurice/README
    U src/lib/libssl/src/demos/pkcs12/pkread.c
    U src/lib/libssl/src/demos/pkcs12/pkwrite.c
    U src/lib/libssl/src/demos/pkcs12/README
    U src/lib/libssl/src/demos/prime/Makefile
    U src/lib/libssl/src/demos/prime/prime.c
    U src/lib/libssl/src/demos/sign/cert.pem
    U src/lib/libssl/src/demos/sign/key.pem
    U src/lib/libssl/src/demos/sign/Makefile
    U src/lib/libssl/src/demos/sign/sign.c
    U src/lib/libssl/src/demos/sign/sign.txt
    U src/lib/libssl/src/demos/sign/sig.txt
    U src/lib/libssl/src/demos/smime/cacert.pem
    U src/lib/libssl/src/demos/smime/cakey.pem
    U src/lib/libssl/src/demos/smime/encr.txt
    U src/lib/libssl/src/demos/smime/signer2.pem
    U src/lib/libssl/src/demos/smime/signer.pem
    U src/lib/libssl/src/demos/smime/sign.txt
    U src/lib/libssl/src/demos/smime/smdec.c
    U src/lib/libssl/src/demos/smime/smenc.c
    U src/lib/libssl/src/demos/smime/smsign2.c
    U src/lib/libssl/src/demos/smime/smsign.c
    U src/lib/libssl/src/demos/smime/smver.c
    U src/lib/libssl/src/demos/ssl/cli.cpp
    U src/lib/libssl/src/demos/ssl/inetdsrv.cpp
    U src/lib/libssl/src/demos/ssl/serv.cpp
    U src/lib/libssl/src/demos/ssltest-ecc/ECCcertgen.sh
    U src/lib/libssl/src/demos/ssltest-ecc/ECC-RSAcertgen.sh
    U src/lib/libssl/src/demos/ssltest-ecc/README
    U src/lib/libssl/src/demos/ssltest-ecc/RSAcertgen.sh
    U src/lib/libssl/src/demos/ssltest-ecc/ssltest.sh
    U src/lib/libssl/src/demos/state_machine/Makefile
    U src/lib/libssl/src/demos/state_machine/state_machine.c
    U src/lib/libssl/src/demos/tunala/A-client.pem
    U src/lib/libssl/src/demos/tunala/A-server.pem
    U src/lib/libssl/src/demos/tunala/autogunk.sh
    U src/lib/libssl/src/demos/tunala/autoungunk.sh
    U src/lib/libssl/src/demos/tunala/breakage.c
    U src/lib/libssl/src/demos/tunala/buffer.c
    U src/lib/libssl/src/demos/tunala/CA.pem
    U src/lib/libssl/src/demos/tunala/cb.c
    U src/lib/libssl/src/demos/tunala/configure.in
    U src/lib/libssl/src/demos/tunala/INSTALL
    U src/lib/libssl/src/demos/tunala/ip.c
    U src/lib/libssl/src/demos/tunala/Makefile
    U src/lib/libssl/src/demos/tunala/Makefile.am
    U src/lib/libssl/src/demos/tunala/README
    U src/lib/libssl/src/demos/tunala/sm.c
    U src/lib/libssl/src/demos/tunala/test.sh
    U src/lib/libssl/src/demos/tunala/tunala.c
    U src/lib/libssl/src/demos/tunala/tunala.h
    U src/lib/libssl/src/demos/x509/mkcert.c
    C src/lib/libssl/src/demos/x509/mkreq.c
    U src/lib/libssl/src/demos/x509/README
    U src/lib/libssl/src/doc/c-indentation.el
    U src/lib/libssl/src/doc/fingerprints.txt
    U src/lib/libssl/src/doc/openssl_button.gif
    U src/lib/libssl/src/doc/openssl_button.html
    U src/lib/libssl/src/doc/openssl-shared.txt
    U src/lib/libssl/src/doc/openssl.txt
    U src/lib/libssl/src/doc/README
    U src/lib/libssl/src/doc/ssleay.txt
    U src/lib/libssl/src/doc/standards.txt
    U src/lib/libssl/src/doc/apps/asn1parse.pod
    C src/lib/libssl/src/doc/apps/CA.pl.pod
    U src/lib/libssl/src/doc/apps/ca.pod
    U src/lib/libssl/src/doc/apps/ciphers.pod
    U src/lib/libssl/src/doc/apps/cms.pod
    C src/lib/libssl/src/doc/apps/config.pod
    U src/lib/libssl/src/doc/apps/crl2pkcs7.pod
    C src/lib/libssl/src/doc/apps/crl.pod
    U src/lib/libssl/src/doc/apps/dgst.pod
    U src/lib/libssl/src/doc/apps/dhparam.pod
    U src/lib/libssl/src/doc/apps/dsaparam.pod
    U src/lib/libssl/src/doc/apps/dsa.pod
    U src/lib/libssl/src/doc/apps/ecparam.pod
    U src/lib/libssl/src/doc/apps/ec.pod
    U src/lib/libssl/src/doc/apps/enc.pod
    U src/lib/libssl/src/doc/apps/errstr.pod
    U src/lib/libssl/src/doc/apps/gendsa.pod
    U src/lib/libssl/src/doc/apps/genpkey.pod
    U src/lib/libssl/src/doc/apps/genrsa.pod
    U src/lib/libssl/src/doc/apps/nseq.pod
    U src/lib/libssl/src/doc/apps/ocsp.pod
    U src/lib/libssl/src/doc/apps/openssl.pod
    U src/lib/libssl/src/doc/apps/passwd.pod
    C src/lib/libssl/src/doc/apps/pkcs12.pod
    U src/lib/libssl/src/doc/apps/pkcs7.pod
    U src/lib/libssl/src/doc/apps/pkcs8.pod
    U src/lib/libssl/src/doc/apps/pkeyparam.pod
    U src/lib/libssl/src/doc/apps/pkey.pod
    U src/lib/libssl/src/doc/apps/pkeyutl.pod
    U src/lib/libssl/src/doc/apps/rand.pod
    C src/lib/libssl/src/doc/apps/req.pod
    C src/lib/libssl/src/doc/apps/rsa.pod
    U src/lib/libssl/src/doc/apps/rsautl.pod
    C src/lib/libssl/src/doc/apps/s_client.pod
    U src/lib/libssl/src/doc/apps/sess_id.pod
    U src/lib/libssl/src/doc/apps/smime.pod
    U src/lib/libssl/src/doc/apps/speed.pod
    U src/lib/libssl/src/doc/apps/spkac.pod
    C src/lib/libssl/src/doc/apps/s_server.pod
    U src/lib/libssl/src/doc/apps/s_time.pod
    U src/lib/libssl/src/doc/apps/tsget.pod
    U src/lib/libssl/src/doc/apps/ts.pod
    C src/lib/libssl/src/doc/apps/verify.pod
    U src/lib/libssl/src/doc/apps/version.pod
    C src/lib/libssl/src/doc/apps/x509.pod
    U src/lib/libssl/src/doc/apps/x509v3_config.pod
    U src/lib/libssl/src/doc/crypto/ASN1_generate_nconf.pod
    U src/lib/libssl/src/doc/crypto/ASN1_OBJECT_new.pod
    U src/lib/libssl/src/doc/crypto/ASN1_STRING_length.pod
    U src/lib/libssl/src/doc/crypto/ASN1_STRING_new.pod
    U src/lib/libssl/src/doc/crypto/ASN1_STRING_print_ex.pod
    U src/lib/libssl/src/doc/crypto/BIO_ctrl.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_base64.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_buffer.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_cipher.pod
    U src/lib/libssl/src/doc/crypto/BIO_find_type.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_md.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_null.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_ssl.pod
    U src/lib/libssl/src/doc/crypto/BIO_new_CMS.pod
    U src/lib/libssl/src/doc/crypto/BIO_new.pod
    U src/lib/libssl/src/doc/crypto/bio.pod
    U src/lib/libssl/src/doc/crypto/BIO_push.pod
    U src/lib/libssl/src/doc/crypto/BIO_read.pod
    U src/lib/libssl/src/doc/crypto/bn.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_accept.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_bio.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_connect.pod
    U src/lib/libssl/src/doc/crypto/BIO_set_callback.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_fd.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_file.pod
    U src/lib/libssl/src/doc/crypto/BIO_should_retry.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_mem.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_null.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_socket.pod
    U src/lib/libssl/src/doc/crypto/blowfish.pod
    U src/lib/libssl/src/doc/crypto/BN_add.pod
    U src/lib/libssl/src/doc/crypto/BN_add_word.pod
    U src/lib/libssl/src/doc/crypto/BN_BLINDING_new.pod
    U src/lib/libssl/src/doc/crypto/BN_bn2bin.pod
    U src/lib/libssl/src/doc/crypto/BN_cmp.pod
    U src/lib/libssl/src/doc/crypto/BN_copy.pod
    U src/lib/libssl/src/doc/crypto/BN_CTX_new.pod
    U src/lib/libssl/src/doc/crypto/BN_CTX_start.pod
    U src/lib/libssl/src/doc/crypto/BN_generate_prime.pod
    U src/lib/libssl/src/doc/crypto/bn_internal.pod
    U src/lib/libssl/src/doc/crypto/BN_mod_inverse.pod
    U src/lib/libssl/src/doc/crypto/BN_mod_mul_montgomery.pod
    U src/lib/libssl/src/doc/crypto/BN_mod_mul_reciprocal.pod
    U src/lib/libssl/src/doc/crypto/BN_new.pod
    U src/lib/libssl/src/doc/crypto/BN_num_bytes.pod
    U src/lib/libssl/src/doc/crypto/BN_rand.pod
    U src/lib/libssl/src/doc/crypto/BN_set_bit.pod
    U src/lib/libssl/src/doc/crypto/BN_swap.pod
    U src/lib/libssl/src/doc/crypto/BN_zero.pod
    U src/lib/libssl/src/doc/crypto/buffer.pod
    U src/lib/libssl/src/doc/crypto/CMS_add0_cert.pod
    U src/lib/libssl/src/doc/crypto/CMS_add1_recipient_cert.pod
    U src/lib/libssl/src/doc/crypto/CMS_compress.pod
    U src/lib/libssl/src/doc/crypto/CMS_decrypt.pod
    U src/lib/libssl/src/doc/crypto/CMS_encrypt.pod
    U src/lib/libssl/src/doc/crypto/CMS_final.pod
    U src/lib/libssl/src/doc/crypto/CMS_get0_RecipientInfos.pod
    U src/lib/libssl/src/doc/crypto/CMS_get0_SignerInfos.pod
    U src/lib/libssl/src/doc/crypto/CMS_get0_type.pod
    U src/lib/libssl/src/doc/crypto/CMS_get1_ReceiptRequest.pod
    U src/lib/libssl/src/doc/crypto/CMS_sign_add1_signer.pod
    U src/lib/libssl/src/doc/crypto/CMS_sign.pod
    U src/lib/libssl/src/doc/crypto/CMS_sign_receipt.pod
    U src/lib/libssl/src/doc/crypto/CMS_uncompress.pod
    U src/lib/libssl/src/doc/crypto/CMS_verify.pod
    U src/lib/libssl/src/doc/crypto/CMS_verify_receipt.pod
    U src/lib/libssl/src/doc/crypto/CONF_modules_free.pod
    U src/lib/libssl/src/doc/crypto/CONF_modules_load_file.pod
    U src/lib/libssl/src/doc/crypto/crypto.pod
    U src/lib/libssl/src/doc/crypto/CRYPTO_set_ex_data.pod
    U src/lib/libssl/src/doc/crypto/d2i_ASN1_OBJECT.pod
    U src/lib/libssl/src/doc/crypto/d2i_DHparams.pod
    U src/lib/libssl/src/doc/crypto/d2i_DSAPublicKey.pod
    U src/lib/libssl/src/doc/crypto/d2i_PKCS8PrivateKey.pod
    U src/lib/libssl/src/doc/crypto/d2i_RSAPublicKey.pod
    U src/lib/libssl/src/doc/crypto/d2i_X509_ALGOR.pod
    U src/lib/libssl/src/doc/crypto/d2i_X509_CRL.pod
    U src/lib/libssl/src/doc/crypto/d2i_X509_NAME.pod
    U src/lib/libssl/src/doc/crypto/d2i_X509.pod
    U src/lib/libssl/src/doc/crypto/d2i_X509_REQ.pod
    U src/lib/libssl/src/doc/crypto/d2i_X509_SIG.pod
    U src/lib/libssl/src/doc/crypto/des_modes.pod
    U src/lib/libssl/src/doc/crypto/des.pod
    U src/lib/libssl/src/doc/crypto/DH_generate_key.pod
    U src/lib/libssl/src/doc/crypto/DH_generate_parameters.pod
    U src/lib/libssl/src/doc/crypto/DH_get_ex_new_index.pod
    U src/lib/libssl/src/doc/crypto/DH_new.pod
    U src/lib/libssl/src/doc/crypto/dh.pod
    U src/lib/libssl/src/doc/crypto/DH_set_method.pod
    U src/lib/libssl/src/doc/crypto/DH_size.pod
    U src/lib/libssl/src/doc/crypto/DSA_do_sign.pod
    U src/lib/libssl/src/doc/crypto/DSA_dup_DH.pod
    U src/lib/libssl/src/doc/crypto/DSA_generate_key.pod
    U src/lib/libssl/src/doc/crypto/DSA_generate_parameters.pod
    U src/lib/libssl/src/doc/crypto/DSA_get_ex_new_index.pod
    U src/lib/libssl/src/doc/crypto/DSA_new.pod
    U src/lib/libssl/src/doc/crypto/dsa.pod
    U src/lib/libssl/src/doc/crypto/DSA_set_method.pod
    U src/lib/libssl/src/doc/crypto/DSA_SIG_new.pod
    U src/lib/libssl/src/doc/crypto/DSA_sign.pod
    U src/lib/libssl/src/doc/crypto/DSA_size.pod
    U src/lib/libssl/src/doc/crypto/ecdsa.pod
    U src/lib/libssl/src/doc/crypto/engine.pod
    U src/lib/libssl/src/doc/crypto/ERR_clear_error.pod
    U src/lib/libssl/src/doc/crypto/ERR_error_string.pod
    C src/lib/libssl/src/doc/crypto/ERR_get_error.pod
    U src/lib/libssl/src/doc/crypto/ERR_GET_LIB.pod
    U src/lib/libssl/src/doc/crypto/ERR_load_crypto_strings.pod
    U src/lib/libssl/src/doc/crypto/ERR_load_strings.pod
    U src/lib/libssl/src/doc/crypto/err.pod
    U src/lib/libssl/src/doc/crypto/ERR_print_errors.pod
    U src/lib/libssl/src/doc/crypto/ERR_put_error.pod
    U src/lib/libssl/src/doc/crypto/ERR_remove_state.pod
    U src/lib/libssl/src/doc/crypto/ERR_set_mark.pod
    C src/lib/libssl/src/doc/crypto/EVP_BytesToKey.pod
    U src/lib/libssl/src/doc/crypto/EVP_DigestInit.pod
    U src/lib/libssl/src/doc/crypto/EVP_DigestSignInit.pod
    U src/lib/libssl/src/doc/crypto/EVP_DigestVerifyInit.pod
    C src/lib/libssl/src/doc/crypto/EVP_EncryptInit.pod
    U src/lib/libssl/src/doc/crypto/EVP_OpenInit.pod
    U src/lib/libssl/src/doc/crypto/EVP_PKEY_cmp.pod
    U src/lib/libssl/src/doc/crypto/EVP_PKEY_CTX_ctrl.pod
    U src/lib/libssl/src/doc/crypto/EVP_PKEY_CTX_new.pod
    U src/lib/libssl/src/doc/crypto/EVP_PKEY_decrypt.pod
    U src/lib/libssl/src/doc/crypto/EVP_PKEY_derive.pod
    U src/lib/libssl/src/doc/crypto/EVP_PKEY_encrypt.pod
    U src/lib/libssl/src/doc/crypto/EVP_PKEY_get_default_digest.pod
    U src/lib/libssl/src/doc/crypto/EVP_PKEY_keygen.pod
    U src/lib/libssl/src/doc/crypto/EVP_PKEY_new.pod
    U src/lib/libssl/src/doc/crypto/evp.pod
    U src/lib/libssl/src/doc/crypto/EVP_PKEY_print_private.pod
    U src/lib/libssl/src/doc/crypto/EVP_PKEY_set1_RSA.pod
    U src/lib/libssl/src/doc/crypto/EVP_PKEY_sign.pod
    U src/lib/libssl/src/doc/crypto/EVP_PKEY_verify.pod
    N src/lib/libssl/src/doc/crypto/EVP_PKEY_verify_recover.pod
    U src/lib/libssl/src/doc/crypto/EVP_SealInit.pod
    U src/lib/libssl/src/doc/crypto/EVP_SignInit.pod
    U src/lib/libssl/src/doc/crypto/EVP_VerifyInit.pod
    U src/lib/libssl/src/doc/crypto/hmac.pod
    U src/lib/libssl/src/doc/crypto/i2d_CMS_bio_stream.pod
    U src/lib/libssl/src/doc/crypto/i2d_PKCS7_bio_stream.pod
    U src/lib/libssl/src/doc/crypto/lhash.pod
    U src/lib/libssl/src/doc/crypto/lh_stats.pod
    U src/lib/libssl/src/doc/crypto/md5.pod
    U src/lib/libssl/src/doc/crypto/mdc2.pod
    U src/lib/libssl/src/doc/crypto/OBJ_nid2obj.pod
    U src/lib/libssl/src/doc/crypto/OpenSSL_add_all_algorithms.pod
    U src/lib/libssl/src/doc/crypto/OPENSSL_Applink.pod
    U src/lib/libssl/src/doc/crypto/OPENSSL_config.pod
    U src/lib/libssl/src/doc/crypto/OPENSSL_ia32cap.pod
    U src/lib/libssl/src/doc/crypto/OPENSSL_load_builtin_modules.pod
    U src/lib/libssl/src/doc/crypto/OPENSSL_VERSION_NUMBER.pod
    C src/lib/libssl/src/doc/crypto/pem.pod
    U src/lib/libssl/src/doc/crypto/PEM_write_bio_CMS_stream.pod
    U src/lib/libssl/src/doc/crypto/PEM_write_bio_PKCS7_stream.pod
    U src/lib/libssl/src/doc/crypto/PKCS12_create.pod
    U src/lib/libssl/src/doc/crypto/PKCS12_parse.pod
    U src/lib/libssl/src/doc/crypto/PKCS7_decrypt.pod
    U src/lib/libssl/src/doc/crypto/PKCS7_encrypt.pod
    U src/lib/libssl/src/doc/crypto/PKCS7_sign_add_signer.pod
    U src/lib/libssl/src/doc/crypto/PKCS7_sign.pod
    U src/lib/libssl/src/doc/crypto/PKCS7_verify.pod
    U src/lib/libssl/src/doc/crypto/RAND_add.pod
    U src/lib/libssl/src/doc/crypto/RAND_bytes.pod
    U src/lib/libssl/src/doc/crypto/RAND_cleanup.pod
    U src/lib/libssl/src/doc/crypto/RAND_egd.pod
    U src/lib/libssl/src/doc/crypto/RAND_load_file.pod
    U src/lib/libssl/src/doc/crypto/rand.pod
    U src/lib/libssl/src/doc/crypto/RAND_set_rand_method.pod
    U src/lib/libssl/src/doc/crypto/rc4.pod
    U src/lib/libssl/src/doc/crypto/ripemd.pod
    U src/lib/libssl/src/doc/crypto/RSA_blinding_on.pod
    U src/lib/libssl/src/doc/crypto/RSA_check_key.pod
    U src/lib/libssl/src/doc/crypto/RSA_generate_key.pod
    U src/lib/libssl/src/doc/crypto/RSA_get_ex_new_index.pod
    U src/lib/libssl/src/doc/crypto/RSA_new.pod
    U src/lib/libssl/src/doc/crypto/RSA_padding_add_PKCS1_type_1.pod
    U src/lib/libssl/src/doc/crypto/rsa.pod
    U src/lib/libssl/src/doc/crypto/RSA_print.pod
    U src/lib/libssl/src/doc/crypto/RSA_private_encrypt.pod
    U src/lib/libssl/src/doc/crypto/RSA_public_encrypt.pod
    U src/lib/libssl/src/doc/crypto/RSA_set_method.pod
    U src/lib/libssl/src/doc/crypto/RSA_sign_ASN1_OCTET_STRING.pod
    U src/lib/libssl/src/doc/crypto/RSA_sign.pod
    U src/lib/libssl/src/doc/crypto/RSA_size.pod
    U src/lib/libssl/src/doc/crypto/sha.pod
    U src/lib/libssl/src/doc/crypto/SMIME_read_CMS.pod
    U src/lib/libssl/src/doc/crypto/SMIME_read_PKCS7.pod
    U src/lib/libssl/src/doc/crypto/SMIME_write_CMS.pod
    U src/lib/libssl/src/doc/crypto/SMIME_write_PKCS7.pod
    U src/lib/libssl/src/doc/crypto/threads.pod
    U src/lib/libssl/src/doc/crypto/ui_compat.pod
    U src/lib/libssl/src/doc/crypto/ui.pod
    U src/lib/libssl/src/doc/crypto/X509_NAME_add_entry_by_txt.pod
    U src/lib/libssl/src/doc/crypto/X509_NAME_ENTRY_get_object.pod
    U src/lib/libssl/src/doc/crypto/X509_NAME_get_index_by_NID.pod
    U src/lib/libssl/src/doc/crypto/X509_NAME_print_ex.pod
    U src/lib/libssl/src/doc/crypto/X509_new.pod
    U src/lib/libssl/src/doc/crypto/x509.pod
    C src/lib/libssl/src/doc/crypto/X509_STORE_CTX_get_error.pod
    U src/lib/libssl/src/doc/crypto/X509_STORE_CTX_new.pod
    U src/lib/libssl/src/doc/crypto/X509_STORE_CTX_get_ex_new_index.pod
    U src/lib/libssl/src/doc/crypto/X509_STORE_CTX_set_verify_cb.pod
    U src/lib/libssl/src/doc/crypto/X509_STORE_set_verify_cb_func.pod
    U src/lib/libssl/src/doc/crypto/X509_verify_cert.pod
    U src/lib/libssl/src/doc/crypto/X509_VERIFY_PARAM_set_flags.pod
    U src/lib/libssl/src/doc/HOWTO/certificates.txt
    U src/lib/libssl/src/doc/HOWTO/keys.txt
    U src/lib/libssl/src/doc/HOWTO/proxy_certificates.txt
    U src/lib/libssl/src/doc/ssl/d2i_SSL_SESSION.pod
    C src/lib/libssl/src/doc/ssl/SSL_accept.pod
    U src/lib/libssl/src/doc/ssl/SSL_alert_type_string.pod
    U src/lib/libssl/src/doc/ssl/SSL_CIPHER_get_name.pod
    U src/lib/libssl/src/doc/ssl/SSL_clear.pod
    U src/lib/libssl/src/doc/ssl/SSL_COMP_add_compression_method.pod
    C src/lib/libssl/src/doc/ssl/SSL_connect.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_add_extra_chain_cert.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_add_session.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_ctrl.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_flush_sessions.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_free.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_get_ex_new_index.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_get_verify_mode.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_new.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_load_verify_locations.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_sessions.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_sess_number.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_sess_set_cache_size.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_sess_set_get_cb.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_cert_store.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_cert_verify_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_cipher_list.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_client_CA_list.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_client_cert_cb.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_default_passwd_cb.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_generate_session_id.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_info_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_mode.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_msg_callback.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_options.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_psk_client_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_session_cache_mode.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_session_id_context.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_ssl_version.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_timeout.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_tmp_dh_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_tmp_rsa_callback.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_verify.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_use_certificate.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_use_psk_identity_hint.pod
    C src/lib/libssl/src/doc/ssl/SSL_do_handshake.pod
    U src/lib/libssl/src/doc/ssl/SSL_free.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_ciphers.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_client_CA_list.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_current_cipher.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_default_timeout.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_error.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_ex_data_X509_STORE_CTX_idx.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_ex_new_index.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_fd.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_peer_cert_chain.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_peer_certificate.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_rbio.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_psk_identity.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_session.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_SSL_CTX.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_verify_result.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_version.pod
    U src/lib/libssl/src/doc/ssl/SSL_library_init.pod
    U src/lib/libssl/src/doc/ssl/SSL_load_client_CA_file.pod
    U src/lib/libssl/src/doc/ssl/SSL_new.pod
    U src/lib/libssl/src/doc/ssl/SSL_pending.pod
    U src/lib/libssl/src/doc/ssl/ssl.pod
    U src/lib/libssl/src/doc/ssl/SSL_read.pod
    U src/lib/libssl/src/doc/ssl/SSL_rstate_string.pod
    U src/lib/libssl/src/doc/ssl/SSL_SESSION_free.pod
    U src/lib/libssl/src/doc/ssl/SSL_SESSION_get_ex_new_index.pod
    U src/lib/libssl/src/doc/ssl/SSL_SESSION_get_time.pod
    U src/lib/libssl/src/doc/ssl/SSL_session_reused.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_bio.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_connect_state.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_fd.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_session.pod
    C src/lib/libssl/src/doc/ssl/SSL_set_shutdown.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_verify_result.pod
    C src/lib/libssl/src/doc/ssl/SSL_shutdown.pod
    U src/lib/libssl/src/doc/ssl/SSL_state_string.pod
    U src/lib/libssl/src/doc/ssl/SSL_want.pod
    U src/lib/libssl/src/doc/ssl/SSL_write.pod
    U src/lib/libssl/src/engines/alpha.opt
    U src/lib/libssl/src/engines/axp.opt
    U src/lib/libssl/src/engines/capierr.bat
    U src/lib/libssl/src/engines/e_4758cca.c
    U src/lib/libssl/src/engines/e_4758cca.ec
    U src/lib/libssl/src/engines/e_4758cca_err.c
    U src/lib/libssl/src/engines/e_4758cca_err.h
    U src/lib/libssl/src/engines/e_aep.c
    U src/lib/libssl/src/engines/e_aep.ec
    U src/lib/libssl/src/engines/e_aep_err.c
    U src/lib/libssl/src/engines/e_aep_err.h
    U src/lib/libssl/src/engines/e_atalla.c
    U src/lib/libssl/src/engines/e_atalla.ec
    U src/lib/libssl/src/engines/e_atalla_err.c
    U src/lib/libssl/src/engines/e_atalla_err.h
    C src/lib/libssl/src/engines/e_capi.c
    U src/lib/libssl/src/engines/e_capi.ec
    U src/lib/libssl/src/engines/e_capi_err.c
    U src/lib/libssl/src/engines/e_capi_err.h
    U src/lib/libssl/src/engines/e_chil.c
    U src/lib/libssl/src/engines/e_chil.ec
    U src/lib/libssl/src/engines/e_chil_err.c
    U src/lib/libssl/src/engines/e_chil_err.h
    U src/lib/libssl/src/engines/e_cswift.c
    U src/lib/libssl/src/engines/e_cswift.ec
    U src/lib/libssl/src/engines/e_cswift_err.c
    U src/lib/libssl/src/engines/e_cswift_err.h
    U src/lib/libssl/src/engines/e_gmp.c
    U src/lib/libssl/src/engines/e_gmp.ec
    U src/lib/libssl/src/engines/e_gmp_err.c
    U src/lib/libssl/src/engines/e_gmp_err.h
    U src/lib/libssl/src/engines/engine_vector.mar
    U src/lib/libssl/src/engines/e_nuron.c
    U src/lib/libssl/src/engines/e_nuron.ec
    U src/lib/libssl/src/engines/e_nuron_err.c
    U src/lib/libssl/src/engines/e_nuron_err.h
    U src/lib/libssl/src/engines/e_padlock.c
    U src/lib/libssl/src/engines/e_padlock.ec
    U src/lib/libssl/src/engines/e_sureware.c
    U src/lib/libssl/src/engines/e_sureware.ec
    U src/lib/libssl/src/engines/e_sureware_err.c
    U src/lib/libssl/src/engines/e_sureware_err.h
    U src/lib/libssl/src/engines/e_ubsec.c
    U src/lib/libssl/src/engines/e_ubsec.ec
    U src/lib/libssl/src/engines/ia64.opt
    U src/lib/libssl/src/engines/e_ubsec_err.c
    U src/lib/libssl/src/engines/e_ubsec_err.h
    U src/lib/libssl/src/engines/Makefile
    U src/lib/libssl/src/engines/vax.opt
    U src/lib/libssl/src/engines/ccgost/e_gost_err.c
    U src/lib/libssl/src/engines/ccgost/e_gost_err.h
    U src/lib/libssl/src/engines/ccgost/e_gost_err.proto
    U src/lib/libssl/src/engines/ccgost/gost2001.c
    U src/lib/libssl/src/engines/ccgost/gost2001_keyx.c
    U src/lib/libssl/src/engines/ccgost/gost2001_keyx.h
    U src/lib/libssl/src/engines/ccgost/gost89.c
    U src/lib/libssl/src/engines/ccgost/gost89.h
    U src/lib/libssl/src/engines/ccgost/gost94_keyx.c
    U src/lib/libssl/src/engines/ccgost/gost_ameth.c
    U src/lib/libssl/src/engines/ccgost/gost_asn1.c
    U src/lib/libssl/src/engines/ccgost/gost_crypt.c
    U src/lib/libssl/src/engines/ccgost/gost_ctl.c
    U src/lib/libssl/src/engines/ccgost/gost.ec
    U src/lib/libssl/src/engines/ccgost/gost_eng.c
    U src/lib/libssl/src/engines/ccgost/gosthash.c
    U src/lib/libssl/src/engines/ccgost/gosthash.h
    U src/lib/libssl/src/engines/ccgost/gost_keywrap.c
    U src/lib/libssl/src/engines/ccgost/gost_keywrap.h
    U src/lib/libssl/src/engines/ccgost/gost_lcl.h
    U src/lib/libssl/src/engines/ccgost/gost_md.c
    U src/lib/libssl/src/engines/ccgost/gost_params.c
    U src/lib/libssl/src/engines/ccgost/gost_params.h
    U src/lib/libssl/src/engines/ccgost/gost_pmeth.c
    U src/lib/libssl/src/engines/ccgost/gost_sign.c
    U src/lib/libssl/src/engines/ccgost/gostsum.c
    U src/lib/libssl/src/engines/ccgost/Makefile
    U src/lib/libssl/src/engines/ccgost/README.gost
    U src/lib/libssl/src/engines/vendor_defns/aep.h
    U src/lib/libssl/src/engines/vendor_defns/atalla.h
    U src/lib/libssl/src/engines/vendor_defns/cswift.h
    U src/lib/libssl/src/engines/vendor_defns/hw_4758_cca.h
    U src/lib/libssl/src/engines/vendor_defns/hwcryptohook.h
    U src/lib/libssl/src/engines/vendor_defns/hw_ubsec.h
    U src/lib/libssl/src/engines/vendor_defns/sureware.h
    U src/lib/libssl/src/shlib/hpux10-cc.sh
    U src/lib/libssl/src/shlib/irix.sh
    U src/lib/libssl/src/shlib/Makefile.hpux10-cc
    U src/lib/libssl/src/shlib/README
    U src/lib/libssl/src/shlib/sco5-shared-gcc.sh
    U src/lib/libssl/src/shlib/sco5-shared-installed
    U src/lib/libssl/src/shlib/sco5-shared.sh
    U src/lib/libssl/src/shlib/solaris-sc4.sh
    U src/lib/libssl/src/shlib/solaris.sh
    U src/lib/libssl/src/shlib/sun.sh
    U src/lib/libssl/src/shlib/svr5-shared-gcc.sh
    U src/lib/libssl/src/shlib/svr5-shared-installed
    U src/lib/libssl/src/shlib/svr5-shared.sh
    U src/lib/libssl/src/shlib/win32.bat
    U src/lib/libssl/src/shlib/win32dll.bat
    U src/lib/libssl/src/ssl/bio_ssl.c
    C src/lib/libssl/src/ssl/d1_both.c
    C src/lib/libssl/src/ssl/d1_clnt.c
    C src/lib/libssl/src/ssl/d1_enc.c
    U src/lib/libssl/src/ssl/d1_lib.c
    U src/lib/libssl/src/ssl/d1_meth.c
    C src/lib/libssl/src/ssl/d1_pkt.c
    U src/lib/libssl/src/ssl/d1_srtp.c
    C src/lib/libssl/src/ssl/d1_srvr.c
    C src/lib/libssl/src/ssl/dtls1.h
    U src/lib/libssl/src/ssl/kssl.c
    C src/lib/libssl/src/ssl/kssl.h
    U src/lib/libssl/src/ssl/kssl_lcl.h
    C src/lib/libssl/src/ssl/Makefile
    C src/lib/libssl/src/ssl/s23_clnt.c
    U src/lib/libssl/src/ssl/s23_lib.c
    U src/lib/libssl/src/ssl/s23_meth.c
    U src/lib/libssl/src/ssl/s23_pkt.c
    U src/lib/libssl/src/ssl/s23_srvr.c
    C src/lib/libssl/src/ssl/s2_clnt.c
    U src/lib/libssl/src/ssl/s2_enc.c
    U src/lib/libssl/src/ssl/s2_lib.c
    U src/lib/libssl/src/ssl/s2_meth.c
    C src/lib/libssl/src/ssl/s2_pkt.c
    C src/lib/libssl/src/ssl/s2_srvr.c
    C src/lib/libssl/src/ssl/s3_both.c
    C src/lib/libssl/src/ssl/s3_cbc.c
    C src/lib/libssl/src/ssl/s3_clnt.c
    C src/lib/libssl/src/ssl/s3_enc.c
    C src/lib/libssl/src/ssl/s3_lib.c
    U src/lib/libssl/src/ssl/s3_meth.c
    C src/lib/libssl/src/ssl/s3_pkt.c
    C src/lib/libssl/src/ssl/s3_srvr.c
    U src/lib/libssl/src/ssl/srtp.h
    U src/lib/libssl/src/ssl/ssl23.h
    U src/lib/libssl/src/ssl/ssl2.h
    C src/lib/libssl/src/ssl/ssl3.h
    C src/lib/libssl/src/ssl/ssl_algs.c
    U src/lib/libssl/src/ssl/ssl_asn1.c
    C src/lib/libssl/src/ssl/ssl_cert.c
    C src/lib/libssl/src/ssl/ssl_ciph.c
    U src/lib/libssl/src/ssl/ssl_err2.c
    C src/lib/libssl/src/ssl/ssl_err.c
    C src/lib/libssl/src/ssl/ssl.h
    C src/lib/libssl/src/ssl/ssl_lib.c
    C src/lib/libssl/src/ssl/ssl_locl.h
    C src/lib/libssl/src/ssl/ssl_rsa.c
    U src/lib/libssl/src/ssl/ssl_sess.c
    U src/lib/libssl/src/ssl/ssl_stat.c
    U src/lib/libssl/src/ssl/ssl_task.c
    C src/lib/libssl/src/ssl/ssltest.c
    U src/lib/libssl/src/ssl/ssl_txt.c
    U src/lib/libssl/src/ssl/t1_clnt.c
    C src/lib/libssl/src/ssl/t1_enc.c
    C src/lib/libssl/src/ssl/t1_lib.c
    U src/lib/libssl/src/ssl/t1_meth.c
    U src/lib/libssl/src/ssl/t1_reneg.c
    U src/lib/libssl/src/ssl/t1_srvr.c
    C src/lib/libssl/src/ssl/tls1.h
    U src/lib/libssl/src/ssl/tls_srp.c
    U src/lib/libssl/src/test/asn1test.c
    U src/lib/libssl/src/test/bctest
    L src/lib/libssl/src/test/bftest.c
    L src/lib/libssl/src/test/bntest.c
    U src/lib/libssl/src/test/CAss.cnf
    U src/lib/libssl/src/test/CAssdh.cnf
    U src/lib/libssl/src/test/CAssdsa.cnf
    U src/lib/libssl/src/test/CAssrsa.cnf
    L src/lib/libssl/src/test/casttest.c
    U src/lib/libssl/src/test/CAtsa.cnf
    U src/lib/libssl/src/test/cms-examples.pl
    U src/lib/libssl/src/test/cms-test.pl
    L src/lib/libssl/src/test/destest.c
    L src/lib/libssl/src/test/dhtest.c
    L src/lib/libssl/src/test/dsatest.c
    U src/lib/libssl/src/test/dummytest.c
    L src/lib/libssl/src/test/ecdhtest.c
    L src/lib/libssl/src/test/ecdsatest.c
    L src/lib/libssl/src/test/ectest.c
    L src/lib/libssl/src/test/enginetest.c
    L src/lib/libssl/src/test/evp_test.c
    U src/lib/libssl/src/test/evptests.txt
    L src/lib/libssl/src/test/exptest.c
    L src/lib/libssl/src/test/hmactest.c
    L src/lib/libssl/src/test/ideatest.c
    U src/lib/libssl/src/test/igetest.c
    L src/lib/libssl/src/test/jpaketest.c
    C src/lib/libssl/src/test/Makefile
    L src/lib/libssl/src/test/md2test.c
    L src/lib/libssl/src/test/md4test.c
    L src/lib/libssl/src/test/md5test.c
    L src/lib/libssl/src/test/mdc2test.c
    U src/lib/libssl/src/test/methtest.c
    U src/lib/libssl/src/test/P1ss.cnf
    U src/lib/libssl/src/test/P2ss.cnf
    U src/lib/libssl/src/test/pkcs7-1.pem
    U src/lib/libssl/src/test/pkcs7.pem
    U src/lib/libssl/src/test/pkits-test.pl
    U src/lib/libssl/src/test/r160test.c
    L src/lib/libssl/src/test/randtest.c
    L src/lib/libssl/src/test/rc2test.c
    L src/lib/libssl/src/test/rc4test.c
    L src/lib/libssl/src/test/rc5test.c
    U src/lib/libssl/src/test/tcrl
    L src/lib/libssl/src/test/rmdtest.c
    L src/lib/libssl/src/test/rsa_test.c
    L src/lib/libssl/src/test/sha1test.c
    L src/lib/libssl/src/test/sha256t.c
    L src/lib/libssl/src/test/sha512t.c
    L src/lib/libssl/src/test/shatest.c
    U src/lib/libssl/src/test/smcont.txt
    L src/lib/libssl/src/test/srptest.c
    L src/lib/libssl/src/test/ssltest.c
    U src/lib/libssl/src/test/Sssdsa.cnf
    U src/lib/libssl/src/test/Sssrsa.cnf
    U src/lib/libssl/src/test/testca
    U src/lib/libssl/src/test/test.cnf
    U src/lib/libssl/src/test/testcrl.pem
    U src/lib/libssl/src/test/testenc
    U src/lib/libssl/src/test/testfipsssl
    U src/lib/libssl/src/test/testgen
    U src/lib/libssl/src/test/testp7.pem
    U src/lib/libssl/src/test/test_padlock
    U src/lib/libssl/src/test/testreq2.pem
    U src/lib/libssl/src/test/testss
    U src/lib/libssl/src/test/testrsa.pem
    U src/lib/libssl/src/test/testsid.pem
    C src/lib/libssl/src/test/testssl
    U src/lib/libssl/src/test/testsslproxy
    U src/lib/libssl/src/test/testtsa
    U src/lib/libssl/src/test/testx509.pem
    U src/lib/libssl/src/test/times
    U src/lib/libssl/src/test/tpkcs7
    U src/lib/libssl/src/test/tpkcs7d
    U src/lib/libssl/src/test/treq
    U src/lib/libssl/src/test/trsa
    U src/lib/libssl/src/test/tsid
    U src/lib/libssl/src/test/tx509
    U src/lib/libssl/src/test/Uss.cnf
    U src/lib/libssl/src/test/v3-cert1.pem
    L src/lib/libssl/src/test/wp_test.c
    U src/lib/libssl/src/test/v3-cert2.pem
    U src/lib/libssl/src/test/VMSca-response.1
    U src/lib/libssl/src/test/VMSca-response.2
    U src/lib/libssl/src/test/smime-certs/smdsa1.pem
    U src/lib/libssl/src/test/smime-certs/smdsa2.pem
    U src/lib/libssl/src/test/smime-certs/smdsa3.pem
    U src/lib/libssl/src/test/smime-certs/smdsap.pem
    U src/lib/libssl/src/test/smime-certs/smroot.pem
    U src/lib/libssl/src/test/smime-certs/smrsa1.pem
    U src/lib/libssl/src/test/smime-certs/smrsa2.pem
    U src/lib/libssl/src/test/smime-certs/smrsa3.pem
    U src/lib/libssl/src/times/100.lnx
    U src/lib/libssl/src/times/100.nt
    U src/lib/libssl/src/times/200.lnx
    U src/lib/libssl/src/times/486-66.dos
    U src/lib/libssl/src/times/486-66.nt
    U src/lib/libssl/src/times/486-66.w31
    U src/lib/libssl/src/times/586-085i.nt
    U src/lib/libssl/src/times/586-1002.lnx
    U src/lib/libssl/src/times/586-100.dos
    U src/lib/libssl/src/times/586-100.LN3
    U src/lib/libssl/src/times/586-100.ln4
    U src/lib/libssl/src/times/586-100.lnx
    U src/lib/libssl/src/times/586-100.nt
    U src/lib/libssl/src/times/586-100.NT2
    U src/lib/libssl/src/times/586-100.ntx
    U src/lib/libssl/src/times/586-100.w31
    U src/lib/libssl/src/times/586p-100.lnx
    U src/lib/libssl/src/times/5.lnx
    U src/lib/libssl/src/times/686-200.bsd
    U src/lib/libssl/src/times/686-200.lnx
    U src/lib/libssl/src/times/686-200.nt
    U src/lib/libssl/src/times/aixold.t
    U src/lib/libssl/src/times/aix.t
    U src/lib/libssl/src/times/alpha.t
    U src/lib/libssl/src/times/alpha400.t
    U src/lib/libssl/src/times/cyrix100.lnx
    U src/lib/libssl/src/times/dgux.t
    U src/lib/libssl/src/times/dgux-x86.t
    U src/lib/libssl/src/times/hpux-acc.t
    U src/lib/libssl/src/times/hpux-kr.t
    U src/lib/libssl/src/times/hpux.t
    U src/lib/libssl/src/times/L1
    U src/lib/libssl/src/times/p2.w95
    U src/lib/libssl/src/times/pent2.t
    U src/lib/libssl/src/times/R10000.t
    U src/lib/libssl/src/times/R4400.t
    U src/lib/libssl/src/times/readme
    U src/lib/libssl/src/times/s586-100.lnx
    U src/lib/libssl/src/times/s586-100.nt
    U src/lib/libssl/src/times/sgi.t
    U src/lib/libssl/src/times/sparc2
    U src/lib/libssl/src/times/sparcLX.t
    U src/lib/libssl/src/times/sparc.t
    U src/lib/libssl/src/times/usparc.t
    U src/lib/libssl/src/times/090/586-100.nt
    U src/lib/libssl/src/times/091/486-50.nt
    U src/lib/libssl/src/times/091/586-100.lnx
    U src/lib/libssl/src/times/091/68000.bsd
    U src/lib/libssl/src/times/091/686-200.lnx
    U src/lib/libssl/src/times/091/alpha064.osf
    U src/lib/libssl/src/times/091/alpha164.lnx
    U src/lib/libssl/src/times/091/alpha164.osf
    U src/lib/libssl/src/times/091/mips-rel.pl
    U src/lib/libssl/src/times/091/r10000.irx
    U src/lib/libssl/src/times/091/r3000.ult
    U src/lib/libssl/src/times/091/r4400.irx
    U src/lib/libssl/src/times/x86/bfs.cpp
    U src/lib/libssl/src/times/x86/casts.cpp
    U src/lib/libssl/src/times/x86/des3s.cpp
    U src/lib/libssl/src/times/x86/dess.cpp
    U src/lib/libssl/src/times/x86/md4s.cpp
    U src/lib/libssl/src/times/x86/md5s.cpp
    U src/lib/libssl/src/times/x86/rc4s.cpp
    U src/lib/libssl/src/times/x86/sha1s.cpp
    U src/lib/libssl/src/tools/c89.sh
    U src/lib/libssl/src/tools/c_hash
    U src/lib/libssl/src/tools/c_info
    U src/lib/libssl/src/tools/c_issuer
    U src/lib/libssl/src/tools/c_name
    U src/lib/libssl/src/tools/c_rehash
    U src/lib/libssl/src/tools/c_rehash.in
    U src/lib/libssl/src/tools/Makefile
    U src/lib/libssl/src/util/add_cr.pl
    U src/lib/libssl/src/util/bat.sh
    U src/lib/libssl/src/util/ck_errf.pl
    U src/lib/libssl/src/util/clean-depend.pl
    U src/lib/libssl/src/util/copy.pl
    U src/lib/libssl/src/util/cygwin.sh
    U src/lib/libssl/src/util/deleof.pl
    U src/lib/libssl/src/util/dirname.pl
    U src/lib/libssl/src/util/domd
    U src/lib/libssl/src/util/do_ms.sh
    U src/lib/libssl/src/util/err-ins.pl
    U src/lib/libssl/src/util/extract-names.pl
    U src/lib/libssl/src/util/extract-section.pl
    U src/lib/libssl/src/util/files.pl
    U src/lib/libssl/src/util/fixNT.sh
    U src/lib/libssl/src/util/FreeBSD.sh
    U src/lib/libssl/src/util/install.sh
    C src/lib/libssl/src/util/libeay.num
    U src/lib/libssl/src/util/mk1mf.pl
    U src/lib/libssl/src/util/mkcerts.sh
    U src/lib/libssl/src/util/mkdef.pl
    U src/lib/libssl/src/util/mkdir-p.pl
    U src/lib/libssl/src/util/mkerr.pl
    U src/lib/libssl/src/util/mkfiles.pl
    U src/lib/libssl/src/util/mklink.pl
    U src/lib/libssl/src/util/mkrc.pl
    U src/lib/libssl/src/util/mkstack.pl
    U src/lib/libssl/src/util/opensslwrap.sh
    U src/lib/libssl/src/util/perlpath.pl
    U src/lib/libssl/src/util/pod2man.pl
    U src/lib/libssl/src/util/pod2mantest
    U src/lib/libssl/src/util/pod2mantest.pod
    U src/lib/libssl/src/util/point.sh
    U src/lib/libssl/src/util/selftest.pl
    U src/lib/libssl/src/util/shlib_wrap.sh
    U src/lib/libssl/src/util/sp-diff.pl
    U src/lib/libssl/src/util/speed.sh
    U src/lib/libssl/src/util/src-dep.pl
    U src/lib/libssl/src/util/ssleay.num
    U src/lib/libssl/src/util/tab_num.pl
    U src/lib/libssl/src/util/x86asm.sh
    C src/lib/libssl/src/util/pl/BC-32.pl
    U src/lib/libssl/src/util/pl/linux.pl
    U src/lib/libssl/src/util/pl/Mingw32.pl
    U src/lib/libssl/src/util/pl/netware.pl
    U src/lib/libssl/src/util/pl/OS2-EMX.pl
    U src/lib/libssl/src/util/pl/ultrix.pl
    U src/lib/libssl/src/util/pl/unix.pl
    C src/lib/libssl/src/util/pl/VC-32.pl
    
    184 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jOPENSSL:yesterday -jOPENSSL src/lib/libssl/src

CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/13 09:25:35

Modified files:
	lib/libssl/src : CHANGES Configure FAQ INSTALL.W32 Makefile 
	                 Makefile.org NEWS PROBLEMS README e_os.h 
	                 openssl.spec 
	lib/libssl/src/apps: Makefile apps.c apps.h ca.c crl.c dgst.c 
	                     dhparam.c dsaparam.c genrsa.c ocsp.c 
	                     openssl.c pkcs12.c req.c s_cb.c s_client.c 
	                     s_server.c speed.c tsget verify.c x509.c 
	lib/libssl/src/crypto: cryptlib.c cryptlib.h crypto.h mem.c 
	                       opensslv.h symhacks.h x86_64cpuid.pl 
	lib/libssl/src/crypto/aes/asm: aes-x86_64.pl aesni-x86_64.pl 
	lib/libssl/src/crypto/asn1: a_int.c a_strex.c asn1_err.c 
	                            x_pubkey.c 
	lib/libssl/src/crypto/bio: bss_dgram.c bss_log.c 
	lib/libssl/src/crypto/bn: bn.h bn_div.c bn_gcd.c bn_lcl.h 
	                          bn_lib.c bn_nist.c 
	lib/libssl/src/crypto/buffer: buffer.c buffer.h 
	lib/libssl/src/crypto/des: des.h des_old.h set_key.c str2key.c 
	lib/libssl/src/crypto/dso: dso_dlfcn.c 
	lib/libssl/src/crypto/ec: ec.h ec_lib.c ecp_mont.c ectest.c 
	lib/libssl/src/crypto/ecdh: Makefile 
	lib/libssl/src/crypto/engine: eng_all.c eng_list.c 
	lib/libssl/src/crypto/err: err_all.c 
	lib/libssl/src/crypto/evp: Makefile bio_b64.c digest.c e_aes.c 
	                           e_aes_cbc_hmac_sha1.c e_des3.c evp.h 
	                           evp_err.c m_dss.c m_dss1.c m_sha1.c 
	                           p5_crpt2.c p_sign.c p_verify.c 
	lib/libssl/src/crypto/md4: md4_dgst.c md4_locl.h 
	lib/libssl/src/crypto/md5: md5_locl.h 
	lib/libssl/src/crypto/mdc2: mdc2dgst.c 
	lib/libssl/src/crypto/modes: Makefile 
	lib/libssl/src/crypto/objects: o_names.c 
	lib/libssl/src/crypto/ocsp: ocsp_vfy.c 
	lib/libssl/src/crypto/pem: pem_all.c pem_info.c pem_lib.c 
	                           pem_seal.c 
	lib/libssl/src/crypto/perlasm: cbc.pl 
	lib/libssl/src/crypto/pkcs12: p12_crt.c p12_key.c 
	lib/libssl/src/crypto/rand: md_rand.c rand.h rand_err.c 
	                            rand_lib.c rand_win.c randfile.c 
	lib/libssl/src/crypto/rc4: rc4test.c 
	lib/libssl/src/crypto/rc4/asm: rc4-x86_64.pl 
	lib/libssl/src/crypto/ripemd: rmd_dgst.c rmd_locl.h 
	lib/libssl/src/crypto/rsa: rsa.h rsa_chk.c rsa_eay.c rsa_oaep.c 
	lib/libssl/src/crypto/sha: Makefile sha1_one.c sha1dgst.c 
	                           sha_dgst.c sha_locl.h 
	lib/libssl/src/crypto/ui: ui_openssl.c 
	lib/libssl/src/crypto/x509: by_dir.c x509_cmp.c x509_vfy.c 
	                            x_all.c 
	lib/libssl/src/crypto/x509v3: v3_purp.c 
	lib/libssl/src/demos/easy_tls: Makefile cacerts.pem cert.pem 
	                               easy-tls.c easy-tls.h test.c 
	                               test.h 
	lib/libssl/src/demos/x509: mkreq.c 
	lib/libssl/src/doc/apps: CA.pl.pod config.pod crl.pod pkcs12.pod 
	                         req.pod rsa.pod s_client.pod 
	                         s_server.pod verify.pod x509.pod 
	lib/libssl/src/doc/crypto: ERR_get_error.pod EVP_BytesToKey.pod 
	                           EVP_DigestInit.pod 
	                           EVP_EncryptInit.pod EVP_SignInit.pod 
	                           des_modes.pod dsa.pod hmac.pod 
	                           mdc2.pod pem.pod ripemd.pod sha.pod 
	lib/libssl/src/doc/ssl: SSL_CTX_set_client_CA_list.pod 
	                        SSL_CTX_set_options.pod 
	                        SSL_CTX_set_verify.pod SSL_accept.pod 
	                        SSL_connect.pod SSL_do_handshake.pod 
	                        SSL_set_shutdown.pod SSL_shutdown.pod 
	                        ssl.pod 
	lib/libssl/src/engines: e_capi.c 
	lib/libssl/src/engines/vendor_defns: hwcryptohook.h 
	lib/libssl/src/ssl: Makefile d1_both.c d1_clnt.c d1_pkt.c 
	                    d1_srvr.c dtls1.h kssl.h s23_clnt.c 
	                    s2_clnt.c s2_pkt.c s2_srvr.c s3_both.c 
	                    s3_clnt.c s3_lib.c s3_pkt.c s3_srvr.c ssl.h 
	                    ssl3.h ssl_algs.c ssl_cert.c ssl_ciph.c 
	                    ssl_err.c ssl_lib.c ssl_locl.h ssl_rsa.c 
	                    ssltest.c t1_enc.c t1_lib.c tls1.h 
	lib/libssl/src/test: Makefile testssl 
	lib/libssl/src/util: libeay.num mk1mf.pl 
	lib/libssl/src/util/pl: BC-32.pl VC-32.pl 
Removed files:
	lib/libssl/src : install.com makevms.com 
	lib/libssl/src/MacOS: GUSI_Init.cpp OpenSSL.mcp.hqx 
	                      Randomizer.cpp Randomizer.h TODO 
	                      _MWERKS_GUSI_prefix.h _MWERKS_prefix.h 
	                      buildinf.h mklinks.as.hqx opensslconf.h 
	lib/libssl/src/MacOS/GetHTTPS.src: CPStringUtils.cpp 
	                                   CPStringUtils.hpp 
	                                   ErrorHandling.cpp 
	                                   ErrorHandling.hpp 
	                                   GetHTTPS.cpp MacSocket.cpp 
	                                   MacSocket.h 
	lib/libssl/src/Netware: build.bat cpy_tests.bat do_tests.pl 
	                        globals.txt readme.txt set_env.bat 
	lib/libssl/src/VMS: TODO VMSify-conf.pl WISHLIST.TXT 
	                    install-vms.com install.com mkshared.com 
	                    multinet_shr.opt openssl_startup.com 
	                    openssl_undo.com openssl_utils.com 
	                    socketshr_shr.opt tcpip_shr_decc.opt 
	                    test-includes.com ucx_shr_decc.opt 
	                    ucx_shr_decc_log.opt ucx_shr_vaxc.opt 
	lib/libssl/src/apps: CA.com install-apps.com install.com 
	                     makeapps.com 
	lib/libssl/src/crypto: crypto-lib.com install-crypto.com 
	                       install.com 
	lib/libssl/src/crypto/des: des-lib.com 
	lib/libssl/src/crypto/threads: pthreads-vms.com 
	lib/libssl/src/demos/engines/rsaref: build.com 
	lib/libssl/src/doc/crypto: EVP_PKEY_verifyrecover.pod 
	lib/libssl/src/engines: makeengines.com 
	lib/libssl/src/ms: 32all.bat README applink.c bcb4.bat 
	                   certCA.srl certCA.ss certU.ss cmp.pl 
	                   do_ms.bat do_nasm.bat do_nt.bat do_win64a.bat 
	                   do_win64i.bat keyCA.ss keyU.ss mingw32.bat 
	                   mw.bat req2CA.ss reqCA.ss reqU.ss speed32.bat 
	                   tenc.bat tencce.bat test.bat testce.bat 
	                   testce2.bat testenc.bat testencce.bat 
	                   testpem.bat testpemce.bat testss.bat 
	                   testssce.bat tlhelp32.h tpem.bat tpemce.bat 
	                   uplink-common.pl uplink-ia64.pl uplink-x86.pl 
	                   uplink-x86_64.pl uplink.c uplink.h uplink.pl 
	                   x86asm.bat 
	lib/libssl/src/os2: OS2-EMX.cmd backwardify.pl 
	lib/libssl/src/ssl: install-ssl.com install.com ssl-lib.com 
	lib/libssl/src/test: bctest.com bntest.com clean_test.com 
	                     maketests.com tcrl.com testca.com 
	                     testenc.com testgen.com tests.com 
	                     testss.com testssl.com testtsa.com 
	                     tpkcs7.com tpkcs7d.com treq.com trsa.com 
	                     tsid.com tverify.com tx509.com 
	lib/libssl/src/util: deltree.com 

Log message:
Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/13 09:26:30

Modified files:
	lib/libcrypto/crypto/arch/amd64: opensslconf.h 

Log message:
No longer define OPENSSL_NO_EC_NISTP_64_GCC_128 on amd64; requested by djm


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/13 09:27:32

Modified files:
	lib/libcrypto/crypto: shlib_version 
	lib/libssl/ssl : shlib_version 

Log message:
Crank libcrypto minor (addition of BN_consttime_swap and CRYPTO_memcmp)
and libssl major (ssl_check_clienthello_tlsext split into two functions)


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/13 09:29:21

Modified files:
	sbin/disklabel : Makefile 
	sbin/fdisk     : Makefile 

Log message:
At some point, we are going to switch the mandoc(1) default
from -Tascii to -Tlocale, even though not quite yet because
there are more important things to do first.
But let's already make -Tascii explicit in the build system
right now, it is safer anyway.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/13 09:42:32

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

Log message:
wrap a long line


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/13 09:48:58

Modified files:
	databases/evolution-data-server: Makefile distinfo 
Removed files:
	databases/evolution-data-server/patches: 
	                                         patch-addressbook_backends_google_e-book-backend-google_c 
	                                         patch-addressbook_backends_google_e-book-google-utils_c 
	                                         patch-addressbook_libebook-contacts_e-vcard_c 
	                                         patch-camel_providers_imapx_camel-imapx-folder_c 
	                                         patch-camel_providers_imapx_camel-imapx-server_c 
	                                         patch-camel_providers_imapx_camel-imapx-settings_c 
	                                         patch-libedataserver_e-source-registry_c 
	                                         patch-services_evolution-source-registry_evolution-source-registry_c 

Log message:
Update to evolution-data-server-3.12.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/13 09:49:50

Modified files:
	lib/libcrypto/crypto: Makefile 
	lib/libssl/ssl : Makefile 
Added files:
	lib/libssl/src/ssl: LPdir_unix.c o_dir.c o_dir.h 
Removed files:
	lib/libssl/src/crypto: LPdir_nyi.c LPdir_unix.c LPdir_vms.c 
	                       LPdir_win.c LPdir_win32.c LPdir_wince.c 
	                       o_dir.c o_dir.h 

Log message:
Move undocumented internal OPENSSL_DIR interface from libcrypto to libssl,
so that libssl no longer need to access the non-external headers of libcrypto
to build.
No library bump, riding upon the recent update.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/13 10:03:30

Modified files:
	lib/libcrypto/crypto: Makefile 

Log message:
Do not install e_os.h, it is not an external header and should not be used
by anything in userland.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/13 10:03:32

Removed files:
	lib/libssl/src/bugs: MS SSLv3 alpha.c dggccbug.c sgiccbug.c 
	                     sslref.dif stream.c ultrixcc.c 

Log message:
send this directory of observations from 20 years to oblivion
ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/13 10:11:00

Removed files:
	lib/libssl/src/times: 100.lnx 100.nt 200.lnx 486-66.dos 
	                      486-66.nt 486-66.w31 5.lnx 586-085i.nt 
	                      586-100.LN3 586-100.NT2 586-100.dos 
	                      586-100.ln4 586-100.lnx 586-100.nt 
	                      586-100.ntx 586-100.w31 586-1002.lnx 
	                      586p-100.lnx 686-200.bsd 686-200.lnx 
	                      686-200.nt L1 R10000.t R4400.t aix.t 
	                      aixold.t alpha.t alpha400.t cyrix100.lnx 
	                      dgux-x86.t dgux.t hpux-acc.t hpux-kr.t 
	                      hpux.t p2.w95 pent2.t readme s586-100.lnx 
	                      s586-100.nt sgi.t sparc.t sparc2 sparcLX.t 
	                      usparc.t 
	lib/libssl/src/times/090: 586-100.nt 
	lib/libssl/src/times/091: 486-50.nt 586-100.lnx 68000.bsd 
	                          686-200.lnx alpha064.osf alpha164.lnx 
	                          alpha164.osf mips-rel.pl r10000.irx 
	                          r3000.ult r4400.irx 
	lib/libssl/src/times/x86: bfs.cpp casts.cpp des3s.cpp dess.cpp 
	                          md4s.cpp md5s.cpp rc4s.cpp sha1s.cpp 

Log message:
historical benchmark results.  irrelevant.
ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/13 10:13:01

Modified files:
	lib/libssl/src : INSTALL 
Removed files:
	lib/libssl/src : INSTALL.DJGPP INSTALL.MacOS INSTALL.NW 
	                 INSTALL.OS2 INSTALL.VMS INSTALL.W32 INSTALL.W64 
	                 INSTALL.WCE PROBLEMS 

Log message:
Irrelevant.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/13 10:14:19

Modified files:
	mail/evolution : Makefile distinfo 
Removed files:
	mail/evolution/patches: 
	                        patch-addressbook_gui_contact-editor_e-contact-editor_c 
	                        patch-addressbook_gui_widgets_e-minicard_c 
	                        patch-calendar_alarm-notify_alarm-notify_ui 
	                        patch-calendar_gui_dialogs_comp-editor_c 
	                        patch-calendar_gui_e-calendar-view_c 
	                        patch-calendar_gui_e-day-view_c 
	                        patch-calendar_importers_icalendar-importer_c 
	                        patch-e-util_e-config_c 
	                        patch-e-util_e-file-request_c 
	                        patch-e-util_e-misc-utils_c 
	                        patch-e-util_e-misc-utils_h 
	                        patch-e-util_e-photo-cache_c 
	                        patch-e-util_e-send-options_c 
	                        patch-e-util_e-source-config_c 
	                        patch-e-util_e-table-column-specification_c 
	                        patch-e-util_e-table-field-chooser-item_c 
	                        patch-e-util_e-table-header-item_c 
	                        patch-e-util_e-table-item_c 
	                        patch-e-util_evolution-source-viewer_c 
	                        patch-e-util_test-source-selector_c 
	                        patch-mail_e-mail-backend_c 
	                        patch-mail_e-mail-config-assistant_c 
	                        patch-mail_e-mail-config-defaults-page_c 
	                        patch-mail_e-mail-config-identity-page_c 
	                        patch-mail_e-mail-config-provider-page_c 
	                        patch-mail_e-mail-config-security-page_c 
	                        patch-mail_e-mail-config-service-notebook_c 
	                        patch-mail_e-mail-config-welcome-page_c 
	                        patch-mail_e-mail-config-window_c 
	                        patch-mail_e-mail-display_c 
	                        patch-mail_e-mail-reader_c 
	                        patch-mail_em-folder-tree_c 
	                        patch-modules_addressbook_autocompletion-config_c 
	                        patch-modules_book-config-ldap_evolution-book-config-ldap_c 
	                        patch-modules_cal-config-caldav_evolution-cal-config-caldav_c 
	                        patch-modules_mail-config_e-mail-config-remote-accounts_c 
	                        patch-modules_mail-config_e-mail-config-sendmail-backend_c 
	                        patch-modules_mail-config_e-mail-config-smtp-backend_c 
	                        patch-modules_startup-wizard_e-mail-config-import-progress-page_c 
	                        patch-modules_text-highlight_e-mail-formatter-text-highlight_c 
	                        patch-plugins_bbdb_bbdb_c 
	                        patch-shell_e-shell-searchbar_c 

Log message:
Update to evolution-3.12.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/13 10:20:44

Modified files:
	mail/evolution-ews: Makefile distinfo 
	mail/evolution-ews/pkg: PLIST 

Log message:
Update to evolution-ews-3.12.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/13 10:33:42

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.macppc md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/13 10:50:24

Modified files:
	lib/libcrypto/crypto: shlib_version 

Log message:
Don't edit on cvs. 23.1 as intended.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/13 10:59:36

Modified files:
	productivity/tryton/account_invoice: distinfo 

Log message:
Forgot to commit this in previous.

spotted by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/13 11:29:41

Modified files:
	lib/libssl/src/crypto/engine: eng_all.c engine.h 
	lib/libssl/src/doc/crypto: engine.pod 
	lib/libssl/src/engines: Makefile 
	lib/libssl/src/util: libeay.num 
Removed files:
	lib/libssl/src/engines: e_4758cca.c e_4758cca.ec e_4758cca_err.c 
	                        e_4758cca_err.h 
	lib/libssl/src/engines/vendor_defns: hw_4758_cca.h 

Log message:
Remove the IBM 4758 engine: we don't have this hardware and it is an
old PCI accelerator that was EOL'ed in 2005.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/13 11:48:39

Modified files:
	lib/libssl/src/crypto/engine: eng_all.c engine.h 
	lib/libssl/src/doc/crypto: engine.pod 
	lib/libssl/src/engines: Makefile 
	lib/libssl/src/util: libeay.num 
Removed files:
	lib/libssl/src/engines: e_ubsec.c e_ubsec.ec e_ubsec_err.c 
	                        e_ubsec_err.h 
	lib/libssl/src/engines/vendor_defns: hw_ubsec.h 

Log message:
Remove the Broadcom ubsec engine:
The vendor_defns/hw_ubsec.h file has a copyright that does not grant rights!

Vendor files should either include a compatible license in the
copyright statement or use OpenSSL's defaults, but adding a copyright
statement without any terms is not acceptable.  It should not have
been included in the first place.

(The ubsec(4) kernel driver is not affected by this change)

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/13 11:58:50

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.macppc md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/13 12:12:23

Modified files:
	lib/libssl/src/crypto/engine: eng_all.c engine.h 
	lib/libssl/src/doc/crypto: engine.pod 
	lib/libssl/src/engines: Makefile 
Removed files:
	lib/libssl/src/engines: e_sureware.c e_sureware.ec 
	                        e_sureware_err.c e_sureware_err.h 
	lib/libssl/src/engines/vendor_defns: sureware.h 

Log message:
Remove the "sureware" engine:
The vendor_defns/sureware.h file by Baltimore Technologies Ltd. has a
copyright that does not grant rights!

Vendor files should either include a compatible license in the
copyright statement or use OpenSSL's defaults, but adding a copyright
statement without any terms is not acceptable.  It should not have
been included in the first place.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/13 12:31:41

Modified files:
	lib/libssl/src/crypto/engine: eng_all.c engine.h 
	lib/libssl/src/doc/crypto: engine.pod 
	lib/libssl/src/engines: Makefile 
Removed files:
	lib/libssl/src/engines: e_cswift.c e_cswift.ec e_cswift_err.c 
	                        e_cswift_err.h 
	lib/libssl/src/engines/vendor_defns: cswift.h 

Log message:
Remove the cswift engine: it is not standalone and we don't have the
hardware.

The vendor_defns/cswift.h does not specify a copyright and
theoretically defaults to the OpenSSL license, but it also mentions
that it includes parts that have been "clipped" from CryptoSwift's
proprietary headers.  This file should better include an explicit
copyright statement or mention OpenSSL's library instead of the
ambiguous "Attribution notice".

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/13 12:50:36

Modified files:
	lib/libssl/src : config 
	lib/libssl/src/crypto/engine: eng_all.c engine.h 
	lib/libssl/src/doc/crypto: engine.pod 
	lib/libssl/src/engines: Makefile 
Removed files:
	lib/libssl/src/engines: e_atalla.c e_atalla.ec e_atalla_err.c 
	                        e_atalla_err.h 
	lib/libssl/src/engines/vendor_defns: atalla.h 

Log message:
Remove the Atalla engine: It is not standalone and depends on external
non-free libraries.  OpenSSL should have a better way to include 3rd
party engines: either completely free or external.  But including a
wrapper for a non-free wrapper in the code base does not make much
sense and could also be provided by the vendor.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/13 12:58:40

Modified files:
	devel/glib2mm  : Makefile distinfo 

Log message:
Update to glib2mm-2.40.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/13 13:04:55

Modified files:
	lib/libssl/src/crypto/engine: eng_all.c engine.h 
	lib/libssl/src/doc/crypto: engine.pod 
	lib/libssl/src/engines: Makefile 
Removed files:
	lib/libssl/src/engines: e_aep.c e_aep.ec e_aep_err.c e_aep_err.h 
	lib/libssl/src/engines/vendor_defns: aep.h 

Log message:
Remove the AEP engine: it is not standalone and doesn't seem to be
relevant anymore.  OpenSSL should have a better way to include 3rd
party engines: either completely and free or external.  But including
a wrapper for a non-free wrapper in the code base does not make much
sense and could also be provided by the vendor.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/13 13:38:44

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

Log message:
Update to goffice-0.10.14.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/13 13:39:01

Modified files:
	math/gnumeric  : Makefile distinfo 

Log message:
Update to gnumeric-1.12.14.


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/13 13:50:56

Modified files:
	lib/libssl/src : e_os.h 
	lib/libssl/src/crypto: cryptlib.c 
	lib/libssl/src/crypto/bio: bio_cb.c bss_file.c bss_log.c 
	lib/libssl/src/crypto/objects: obj_dat.c 
	lib/libssl/src/crypto/rand: randfile.c 

Log message:
Remove some stuff that isn't needed.
ok miod@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/13 13:55:45

Removed files:
	lib/libssl/src : openssl.doxy openssl.spec 

Log message:
no doxy


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/13 13:57:44

Modified files:
	x11/gtk3mm     : Makefile distinfo 

Log message:
Update to gtk3mm-3.12.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/04/13 14:04:57

Modified files:
	games/manaplus : Makefile distinfo 

Log message:
Update to 1.4.4.12


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/13 14:07:16

Removed files:
	lib/libssl/src/shlib: Makefile.hpux10-cc README hpux10-cc.sh 
	                      irix.sh sco5-shared-gcc.sh 
	                      sco5-shared-installed sco5-shared.sh 
	                      solaris-sc4.sh solaris.sh sun.sh 
	                      svr5-shared-gcc.sh svr5-shared-installed 
	                      svr5-shared.sh win32.bat win32dll.bat 

Log message:
We do not need historical shared library build goo for other operating
systems, most of which in any sane world will want to do something
more modern anyways.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/13 14:16:03

Modified files:
	net/freeradius : Makefile 
	net/freeradius/patches: patch-raddb_radiusd_conf_in 
	                        patch-src_main_radsniff_c 
	                        patch-src_modules_rlm_eap_libeap_Makefile 
	                        patch-src_modules_rlm_sql_drivers_rlm_sql_iodbc_configure 
Removed files:
	net/freeradius/patches: patch-raddb_Makefile 
	                        patch-src_modules_rlm_ldap_Makefile_in 

Log message:
Spring cleaning:
- not need for gtar
- reduce some chunks in patches and use post-install to rm what we don't want
- drop uneeded patches/chunks

ok pea@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/13 14:16:14

Modified files:
	lib/libssl/src : e_os2.h 

Log message:
Remove unneded OS portability cruft that we will never use.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/13 14:17:41

Modified files:
	lib/libssl/src : e_os.h 

Log message:
/dev/null does not move around


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/13 14:18:39

Removed files:
	lib/libssl/src : Configure Makefile Makefile.org Makefile.shared 

Log message:
We don't use this build system.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/13 14:37:12

Modified files:
	lib/libssl/src/apps: apps.c ca.c dhparam.c dsaparam.c gendh.c 
	                     genrsa.c openssl.c req.c s_apps.h s_cb.c 
	                     s_client.c s_server.c s_time.c ts.c 
	                     verify.c x509.c 
	lib/libssl/src/demos: selfsign.c 
	lib/libssl/src/ssl: s3_lib.c ssl_task.c ssltest.c 

Log message:
remove more cases of MS_STATIC, MS_CALLBACK, and MS_FAR.  Did you
know that MS_STATIC doesn't mean it is static?  How far can lies
and half-truths be layered?  I wonder if anyone got fooled, and
actually returned a pointer..
ok beck


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/13 15:11:20

Modified files:
	lib/libssl/src/ssl: d1_clnt.c d1_lib.c d1_pkt.c d1_srvr.c 
	                    s23_clnt.c s23_lib.c s23_pkt.c s23_srvr.c 
	                    s2_clnt.c s2_pkt.c s2_srvr.c s3_clnt.c 
	                    s3_lib.c s3_pkt.c s3_srvr.c ssl_cert.c 
	                    ssl_locl.h ssl_task.c ssltest.c 

Log message:
Do not include "e_os.h" anymore.  Simply pull in the necessary headers.

ok miod@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/13 15:21:27

Modified files:
	usr.bin/mandoc : mandocdb.c 

Log message:
better error reporting in case of SQL errors: mention dir and file


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/13 15:41:00

Modified files:
	www/squid/snapshot: Makefile 
	www/squid/snapshot/patches: patch-configure_ac 

Log message:
adjust autoconf test to check for working 64-bit atomic ops (which is not the
case on i386 without using -march=i586 or higher), and remove BROKEN-i386


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/13 16:02:54

Modified files:
	usr.bin/mandoc : mandocdb.c 

Log message:
Unify description handling across all document types (mdoc, man, cat).
Assert that the description is unset right before calling the parse_*
handler, and assign a default if it's still unset right afterwards.
Remove all stray asserts and default assignments found elsewhere.

This fixes SQL_STEP failures for man(7) pages lacking descriptions.


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/13 16:11:45

Modified files:
	lib/libssl/src/crypto: cryptlib.h o_dir_test.c o_time.c 
	lib/libssl/src/ssl: d1_lib.c dtls1.h kssl.c o_dir.c ssl.h 
	                    ssl_cert.c ssltest.c 

Log message:
Remove vms support stuff.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/13 16:17:02

Removed files:
	lib/libssl/src/crypto: symhacks.h 

Log message:
symhacks for vms are no longer needed
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/13 16:37:35

Modified files:
	lib/libssl/src/ssl: d1_lib.c 

Log message:
Fix the gettimeofday function that I broke with my last commit.
noticed by mattheew and deraadt
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/13 17:05:18

Modified files:
	lib/libssl/src/crypto/bio: bss_dgram.c 
	lib/libssl/src/ssl: d1_both.c dtls1.h kssl.c s3_both.c ssl.h 
	                    ssltest.c 

Log message:
Flense a variety of windows support stuff, and a strange gettimeofday function.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/13 17:14:16

Modified files:
	sys/uvm        : uvm_addr.c uvm_amap.c uvm_anon.c uvm_aobj.c 
	                 uvm_device.c uvm_fault.c uvm_glue.c uvm_init.c 
	                 uvm_io.c uvm_km.c uvm_map.c uvm_meter.c 
	                 uvm_mmap.c uvm_page.c uvm_pager.c uvm_pdaemon.c 
	                 uvm_pmemrange.c uvm_swap.c uvm_unix.c 
	                 uvm_user.c uvm_vnode.c 

Log message:
compress code by turning four line comments into one line comments.
emphatic ok usual suspects, grudging ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/13 17:31:37

Modified files:
	lib/libssl/src : e_os.h 
	lib/libssl/src/apps: s_client.c s_server.c s_socket.c s_time.c 
	lib/libssl/src/crypto/bio: b_sock.c bss_acpt.c bss_conn.c 
	                           bss_dgram.c bss_fd.c bss_file.c 
	                           bss_sock.c 
	lib/libssl/src/crypto/err: err.c 

Log message:
Remove various horrible socket syscall wrappers, especially SHUTDOWN*
which did shutdown + close, all nasty and surprising.  Use the raw
syscalls that everyone knows the behaviour of.
ok beck matthew


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/13 17:50:03

Modified files:
	lib/libssl/src/crypto: crypto.h 
	lib/libssl/src/crypto/asn1: asn1.h 
	lib/libssl/src/crypto/des: des_old.h 
	lib/libssl/src/crypto/ec: ec.h ecp_oct.c ecp_smpl.c 
	lib/libssl/src/crypto/engine: engine.h 
	lib/libssl/src/crypto/evp: evp.h 
	lib/libssl/src/crypto/pem: pem.h 
	lib/libssl/src/crypto/pkcs7: pkcs7.h 
	lib/libssl/src/crypto/ts: ts.h 
	lib/libssl/src/crypto/x509: x509.h x509_vfy.h 
	lib/libssl/src/ssl: ssl.h ssl_locl.h 
	lib/libcrypto/crypto: Makefile 

Log message:
Cope with the removal of openssl/symhacks.h


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2014/04/13 17:58:18

Modified files:
	lib/libssl/src/crypto/bio: bss_acpt.c bss_conn.c 

Log message:
Use shutdown(s, SHUT_RDWR) instead of shutdown(s, 2).

ok beck deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/13 18:00:08

Modified files:
	lib/libssl/src/crypto/bio: bss_dgram.c bss_sock.c 

Log message:
two SHUTDOWN2 got away; noticed by beck


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/13 18:00:55

Modified files:
	lib/libssl/src/ssl: kssl.h ssl2.h ssl_lib.c 

Log message:
remove last vestiges of OPENSSL_SYS_XXX from src/ssl
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/13 18:08:08

Modified files:
	regress/usr.bin/mandoc/mdoc/Bl: Makefile 

Log message:
When i committed man_term.c rev. 1.99, i forgot to adjust this test;
now i found the M in my tree...


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/13 18:35:32

Modified files:
	usr.bin/signify: signify.c 

Log message:
confirm passwords when generating keys


CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2014/04/13 19:20:10

Modified files:
	security/luasec: Makefile 
	security/luasec/patches: patch-src_Makefile 

Log message:
Fix issues due to undefined symbol '__guard_local' by linking with
${CC}. Original diff from Henrik Friedrichsen .
Tweaks from me and juanfra@.

ok juanfra@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/04/13 22:14:11

Modified files:
	sys/dev/ic     : qla.c qlareg.h qlavar.h 

Log message:
Always copy out all mailbox registers and use msleep in a loop to ensure that
post-attach mailbox operations work reliably.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/13 22:27:50

Modified files:
	lib/libcrypto/crypto: Makefile 
Removed files:
	lib/libssl/src/crypto/rand: rand_nw.c rand_os2.c rand_vms.c 
	                            rand_win.c 

Log message:
Don't bother compiling files which end up containing
#if OPENSSL_SYS_NOTYOURS

#endif


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/04/13 22:42:22

Modified files:
	sys/dev/ic     : ahci.c ahcireg.h ahcivar.h 
	sys/dev/pci    : ahci_pci.c 
	sys/arch/armv7/imx: imxahci.c 
	sys/arch/armv7/sunxi: sxiahci.c 

Log message:
move the hardware structures into ahcireg.h.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/14 01:00:47

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

Log message:
update STANDARDS somewhat, and some macro simplification;
ok millert sobrado


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/14 01:03:19

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

Log message:
STANDARDS: note that make is optional
ok schwarze sobrado


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2014/04/14 01:18:05

Modified files:
	sbin/iked      : proc.c 
	usr.sbin/relayd: proc.c 
	usr.sbin/snmpd : proc.c 

Log message:
Fix the following idiom in the following way:

arc4random_buf(seed, sizeof(seed));
RAND_seed(seed, sizeof(seed));
+       explicit_bzero(seed, sizeof(seed));

ok reyk@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/14 01:36:12

Modified files:
	sys/arch/alpha/pci: pci_6600.c pci_eb164.c 
	sys/arch/landisk/landisk: machdep.c 
	sys/arch/sh/sh : locore_c.c 

Log message:
Fewer 


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/14 01:54:51

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: gdm.rc 

Log message:
Extend rc_stop() to kill all gdm initiated processes.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/14 02:18:40

Modified files:
	lib/libssl/man : Makefile 

Log message:
Sync the list of man pages with doc/crypto and doc/ssl.  MLINKS will
follow soon.

Tweaks from an ok jim@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/04/14 02:53:35

Modified files:
	mail/claws-mail: Makefile distinfo 
	mail/claws-mail/pkg: PLIST-main 

Log message:
Update to claws-mail 3.9.3.

From jack.szmidt, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/14 03:06:42

Modified files:
	share/man/man9 : mbuf.9 
	sys/kern       : uipc_mbuf.c 
	sys/net        : bpf.c if_bridge.c if_ethersubr.c if_gre.c 
	                 if_mpe.c if_pflow.c if_pfsync.c if_ppp.c 
	                 if_pppoe.c if_sl.c if_spppsubr.c if_tun.c 
	                 if_vxlan.c pf.c 
	sys/netinet    : if_ether.c in_gif.c ip_carp.c ip_divert.c 
	                 ip_ether.c ip_gre.c ip_icmp.c ip_input.c 
	                 ip_ipip.c ip_ipsp.c ip_output.c ip_spd.c 
	                 ipsec_input.c raw_ip.c tcp_input.c tcp_output.c 
	                 tcp_subr.c udp_usrreq.c 
	sys/netinet6   : frag6.c icmp6.c ip6_divert.c ip6_forward.c 
	                 ip6_input.c ip6_output.c mld6.c nd6.c nd6_nbr.c 
	                 raw_ip6.c udp6_output.c 
	sys/sys        : mbuf.h 

Log message:
"struct pkthdr" holds a routing table ID, not a routing domain one.
Avoid the confusion by using an appropriate name for the variable.

Note that since routing domain IDs are a subset of the set of routing
table IDs, the following idiom is correct:

rtableid = rdomain

But to get the routing domain ID corresponding to a given routing table
ID, you must call rtable_l2(9).

claudio@ likes it, ok mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/04/14 03:08:44

Modified files:
	mail/claws-mail: Makefile 

Log message:
Remove commented out REVISION line as intended.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/14 03:13:33

Modified files:
	x11/gnome/music: Makefile distinfo 
	x11/gnome/music/pkg: PLIST 

Log message:
Update to gnome-music-3.12.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/14 03:36:26

Modified files:
	lib/libssl/src/crypto/engine: eng_all.c engine.h 
	lib/libssl/src/crypto/ts: ts_conf.c 
	lib/libssl/src/doc/crypto: engine.pod 
	lib/libssl/src/engines: Makefile 
Removed files:
	lib/libssl/src/engines: e_chil.c e_chil.ec e_chil_err.c 
	                        e_chil_err.h 
	lib/libssl/src/engines/vendor_defns: hwcryptohook.h 

Log message:
Remove the nCipher CHIL engine.  It is not standalone and depends on
external libraries that aren't covered by the same license.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/14 03:50:21

Modified files:
	lib/libssl/src/engines: Makefile 

Log message:
Unlist previously removed chil engine from LIBNAMES


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/14 04:03:00

Modified files:
	lib/libssl/src/crypto/engine: eng_all.c engine.h 
	lib/libssl/src/doc/crypto: engine.pod 
	lib/libssl/src/engines: Makefile 
Removed files:
	lib/libssl/src/engines: e_nuron.c e_nuron.ec e_nuron_err.c 
	                        e_nuron_err.h 

Log message:
Remove the nuron engine.  The static engine is not standalone and the
FPGA-based device is long obsolete.


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2014/04/14 04:29:41

Modified files:
	lib/libc/stdlib: malloc.c 

Log message:
print pid in error messages; ok reyk@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/14 04:34:54

Removed files:
	lib/libssl/src/engines: alpha.opt axp.opt engine_vector.mar 
	                        ia64.opt vax.opt 

Log message:
Remove VMS engine build files.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/14 04:49:12

Modified files:
	lib/libssl/src/ssl: d1_lib.c 

Log message:
Revert to 1.1 minus the VMS stuff, I accidentally committed this chunk
in my last change.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/04/14 04:56:11

Modified files:
	usr.sbin/pkg_add: Makefile 
Added files:
	usr.sbin/pkg_add/OpenBSD: SetList.pm 

Log message:
extract the code that walks setlist, to be able to use it in pkg_check
(waiting for theo to synch sets to commit the rest)


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/14 05:08:35

Modified files:
	lib/libssl/src/ssl: d1_lib.c 

Log message:
Revert previous.  I don't known why cvs blame tells me I committed this,
but after cross-checking with 1.0.1g sources, they are not coming from
my change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/14 05:22:44

Modified files:
	misc/gtk3mm-documentation: Makefile distinfo 
	misc/gtk3mm-documentation/pkg: PLIST 

Log message:
Update to gtk3mm-documentation-3.12.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/04/14 06:37:00

Modified files:
	usr.sbin/pkg_add/OpenBSD: SetList.pm 

Log message:
missed man, and X is somewhat quaint...


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2014/04/14 06:55:10

Modified files:
	usr.sbin/snmpd : Makefile ber.c control.c parse.y snmp.h 
	                 snmpd.conf.5 snmpd.h trap.c 
Added files:
	usr.sbin/snmpd : agentx.c 

Log message:
Make snmpd use the AgentX protcol for accepting trap requests.
AgentX notifications are the only portion implemented right now;
get in the tree to flesh out the remainder.

ok reyk@ benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2014/04/14 06:56:21

Modified files:
	usr.sbin/snmpctl: Makefile parser.c parser.h snmpctl.c 

Log message:
Adapt snmpctl to use AgentX protocol to send traps

ok reyk@ benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2014/04/14 06:58:04

Modified files:
	usr.sbin/relayd: Makefile parse.y relayd.conf.5 relayd.h snmp.c 
Added files:
	usr.sbin/relayd: agentx.c 

Log message:
Adapt relayd to use AgentX protocol to send traps

ok reyk@ benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/14 07:10:35

Modified files:
	lib/libssl/src/ssl: ssl_algs.c ssl_asn1.c ssl_cert.c ssl_ciph.c 
	                    ssl_err.c ssl_err2.c ssl_lib.c ssl_rsa.c 
	                    ssl_sess.c ssl_stat.c ssl_task.c ssl_txt.c 

Log message:
First pass at applying KNF to the OpenSSL code, which almost makes it
readable. This pass is whitespace only and can readily be verified using
tr and md5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/04/14 07:16:28

Modified files:
	textproc/py-prettytable: Makefile distinfo 

Log message:
Update py-prettytable to 0.7.2.

ok edd@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2014/04/14 07:20:46

Modified files:
	regress/usr.bin/pkg-config: Makefile 
	regress/usr.bin/pkg-config/pcdir: variables.pc 

Log message:
fix test regarding false positives


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/14 07:30:33

Modified files:
	lib/libssl/src/ssl: t1_clnt.c t1_enc.c t1_lib.c t1_meth.c 
	                    t1_reneg.c t1_srvr.c 

Log message:
First pass at applying KNF to the OpenSSL code, which almost makes it
readable. This pass is whitespace only and can readily be verified using
tr and md5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/14 07:34:19

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

Log message:
Avoid infinite loop if "secrets file" is used in rsyncd server configuration
and a user attempts login with an invalid username. Bug was introduced in
rsync 3.0.5.  OK espie@


CVSROOT:	/cvs
Module name:	www
Changes by:	blambert@cvs.openbsd.org	2014/04/14 07:37:04

Modified files:
	faq            : current.html 

Log message:
Instructions for dealing with AgentX traps.

ok reyk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/04/14 07:51:12

Modified files:
	devel/p5-IO-Lambda: Makefile distinfo 

Log message:
Update p5-IO-Lambda to 1.23.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/04/14 08:02:43

Modified files:
	devel/p5-IPC-Shareable: Makefile distinfo 

Log message:
Update p5-IPC-Shareable to 0.61.

maintainer timeout


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/04/14 08:02:44

Modified files:
	devel/cmake    : Makefile 
	devel/cmake/patches: patch-Modules_FindPythonInterp_cmake 
	                     patch-Modules_FindPythonLibs_cmake 

Log message:
FindPython{Interp,Libs}: Search for Python 3.4
(upstream git commit ab6201ab647c13fee44c44822b8502e9848faaaf)


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/14 08:16:33

Modified files:
	lib/libssl/src/ssl: d1_both.c d1_enc.c d1_meth.c d1_srtp.c 
	                    d1_lib.c d1_pkt.c 

Log message:
First pass at applying KNF to the OpenSSL code, which almost makes it
readable. This pass is whitespace only and can readily be verified using
tr and md5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/04/14 08:29:22

Modified files:
	devel/p5-Test-Trap: Makefile distinfo 

Log message:
Update p5-Test-Trap to 0.2.4.

maintainer timeout


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/04/14 08:32:49

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 

Log message:
Update to youtube-dl-2014.04.13


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2014/04/14 08:39:18

Modified files:
	usr.sbin/relayd: parse.y 

Log message:
remove 'restricted' symbol from yacc parser, overlooked in previous
commit

found by andre@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2014/04/14 08:50:09

Modified files:
	lib/libssl/src/crypto: cryptlib.h 
	lib/libssl/src/crypto/bn: bn.h bn_mont.c bn_nist.c 

Log message:
replace PTR_SIZE_INT (only used for VMS) with uintptr_t, tweaks from jca@,
makes sense to beck@


CVSROOT:	/cvs
Module name:	www
Changes by:	jturner@cvs.openbsd.org	2014/04/14 08:50:36

Modified files:
	faq            : current.html 

Log message:
Add AgentX entry to TOC


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/14 08:51:11

Modified files:
	lib/libssl/src/ssl: d1_clnt.c d1_srvr.c 

Log message:
First pass at applying KNF to the OpenSSL code, which almost makes it
readable. This pass is whitespace only and can readily be verified using
tr and md5.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/14 08:56:01

Modified files:
	lib/libssl/src/crypto/engine: eng_all.c engine.h 
	lib/libssl/src/engines: Makefile 
Removed files:
	lib/libssl/src/engines: capierr.bat e_capi.c e_capi.ec 
	                        e_capi_err.c e_capi_err.h 

Log message:
Remove the CAPI engine: It is a backend for the Windows CryptoAPI and
could be maintained in an external package.

"it should probably go" beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/14 08:59:47

Modified files:
	lib/libssl/src/ssl: LPdir_unix.c bio_ssl.c tls_srp.c 

Log message:
First pass at applying KNF to the OpenSSL code, which almost makes it
readable. This pass is whitespace only and can readily be verified using
tr and md5.


CVSROOT:	/cvs
Module name:	src
Changes by:	andre@cvs.openbsd.org	2014/04/14 09:11:24

Modified files:
	usr.sbin/relayd: agentx.c 
	usr.sbin/snmpd : agentx.c 

Log message:
No need to include ber.h here, probably overlooked while importing.

ok blambert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/14 09:12:06

Modified files:
	x11/gnome/baobab: Makefile distinfo 
	x11/gnome/baobab/pkg: PLIST 

Log message:
Update to baobab-3.12.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2014/04/14 09:14:29

Modified files:
	sysutils/duplicity: Makefile 
Added files:
	sysutils/duplicity/patches: patch-bin_duplicity_1 
	                            patch-duplicity_globals_py 

Log message:
Switch to pexpect by default after paramiko breakage with the "recent"
shrinking of algorithms support in sshd, and delete the dep on paramiko.
ok stsp@ giovanni@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/14 09:15:33

Modified files:
	lib/libssl/src/ssl: s23_clnt.c s23_lib.c s23_meth.c s23_pkt.c 
	                    s23_srvr.c 

Log message:
First pass at applying KNF to the OpenSSL code, which almost makes it
readable. This pass is whitespace only and can readily be verified using
tr and md5.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/14 09:17:10

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.macppc md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/14 09:20:51

Modified files:
	x11/gnome/backgrounds: Makefile distinfo 

Log message:
Update to gnome-backgrounds-3.12.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/14 09:24:25

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

Log message:
macro fixes for previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/14 09:34:48

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

Log message:
sundry macro chop;


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/14 09:37:02

Modified files:
	lib/libssl/src/ssl: s2_clnt.c s2_enc.c s2_lib.c s2_meth.c 
	                    s2_pkt.c s2_srvr.c 

Log message:
First pass at applying KNF to the OpenSSL code, which almost makes it
readable. This pass is whitespace only and can readily be verified using
tr and md5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/14 09:50:01

Modified files:
	x11/gnome/empathy: Makefile distinfo 

Log message:
update to empathy-3.12.1


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/14 10:07:22

Modified files:
	lib/libssl/src/ssl: s3_both.c s3_cbc.c s3_enc.c s3_lib.c 
	                    s3_meth.c s3_pkt.c 

Log message:
First pass at applying KNF to the OpenSSL code, which almost makes it
readable. This pass is whitespace only and can readily be verified using
tr and md5.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/14 10:13:19

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/14 10:15:35

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 

Log message:
oops, sync better


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/14 10:43:25

Modified files:
	lib/libssl/src/ssl: s3_clnt.c s3_srvr.c 

Log message:
First pass at applying KNF to the OpenSSL code, which almost makes it
readable. This pass is whitespace only and can readily be verified using
tr and md5.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/14 10:49:10

Modified files:
	lib/libssl/src/crypto/engine: eng_all.c engine.h 
	lib/libssl/src/doc/crypto: engine.pod 
	lib/libssl/src/engines: Makefile 
Removed files:
	lib/libssl/src/engines: e_gmp.c e_gmp.ec e_gmp_err.c e_gmp_err.h 

Log message:
Remove the GMP engine: It was an experimental engine using libgmp as
an alternative backend for BIGNUM calculations.  It is PoC code that
is not enabled in OpenSSL and probably not used by anymore.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/14 10:55:06

Modified files:
	lib/libssl/src/apps: Makefile 
	lib/libssl/src/crypto: Makefile 
	lib/libssl/src/engines: Makefile 
	lib/libssl/src/ssl: Makefile 
	lib/libssl/src/test: Makefile 
	lib/libssl/src/crypto/aes: Makefile 
	lib/libssl/src/crypto/asn1: Makefile 
	lib/libssl/src/crypto/bf: Makefile 
	lib/libssl/src/crypto/bio: Makefile 
	lib/libssl/src/crypto/bn: Makefile 
	lib/libssl/src/crypto/buffer: Makefile 
	lib/libssl/src/crypto/camellia: Makefile 
	lib/libssl/src/crypto/cast: Makefile 
	lib/libssl/src/crypto/cmac: Makefile 
	lib/libssl/src/crypto/cms: Makefile 
	lib/libssl/src/crypto/comp: Makefile 
	lib/libssl/src/crypto/conf: Makefile 
	lib/libssl/src/crypto/des: Makefile 
	lib/libssl/src/crypto/dh: Makefile 
	lib/libssl/src/crypto/dsa: Makefile 
	lib/libssl/src/crypto/dso: Makefile 
	lib/libssl/src/crypto/ec: Makefile 
	lib/libssl/src/crypto/ecdh: Makefile 
	lib/libssl/src/crypto/ecdsa: Makefile 
	lib/libssl/src/crypto/engine: Makefile 
	lib/libssl/src/crypto/err: Makefile 
	lib/libssl/src/crypto/evp: Makefile 
	lib/libssl/src/crypto/hmac: Makefile 
	lib/libssl/src/crypto/idea: Makefile 
	lib/libssl/src/crypto/jpake: Makefile 
	lib/libssl/src/crypto/krb5: Makefile 
	lib/libssl/src/crypto/lhash: Makefile 
	lib/libssl/src/crypto/md2: Makefile 
	lib/libssl/src/crypto/md4: Makefile 
	lib/libssl/src/crypto/md5: Makefile 
	lib/libssl/src/crypto/mdc2: Makefile 
	lib/libssl/src/crypto/modes: Makefile 
	lib/libssl/src/crypto/objects: Makefile 
	lib/libssl/src/crypto/ocsp: Makefile 
	lib/libssl/src/crypto/pem: Makefile 
	lib/libssl/src/crypto/pkcs12: Makefile 
	lib/libssl/src/crypto/pkcs7: Makefile 
	lib/libssl/src/crypto/pqueue: Makefile 
	lib/libssl/src/crypto/rand: Makefile 
	lib/libssl/src/crypto/rc2: Makefile 
	lib/libssl/src/crypto/rc4: Makefile 
	lib/libssl/src/crypto/rc5: Makefile 
	lib/libssl/src/crypto/ripemd: Makefile 
	lib/libssl/src/crypto/rsa: Makefile 
	lib/libssl/src/crypto/seed: Makefile 
	lib/libssl/src/crypto/sha: Makefile 
	lib/libssl/src/crypto/srp: Makefile 
	lib/libssl/src/crypto/stack: Makefile 
	lib/libssl/src/crypto/store: Makefile 
	lib/libssl/src/crypto/ts: Makefile 
	lib/libssl/src/crypto/txt_db: Makefile 
	lib/libssl/src/crypto/ui: Makefile 
	lib/libssl/src/crypto/whrlpool: Makefile 
	lib/libssl/src/crypto/x509: Makefile 
	lib/libssl/src/crypto/x509v3: Makefile 
	lib/libssl/src/engines/ccgost: Makefile 

Log message:
remove auto-generated dependencies from the old unused build system, so
that it is easier to find code pieces.  They are getting in the way.
ok miod


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2014/04/14 10:57:03

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.armv7 
	                          md.aviion md.hppa md.i386 md.landisk 
	                          md.loongson md.luna88k md.macppc 
	                          md.octeon md.sgi md.socppc md.sparc 
	                          md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/xserv: md.amd64 md.i386 
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/14 11:06:44

Modified files:
	lib/libssl/src/ssl: kssl.c 

Log message:
First pass at applying KNF to the OpenSSL code, which almost makes it
readable. This pass is whitespace only and can readily be verified using
tr and md5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/04/14 11:10:56

Added files:
	x11/freerdp/patches: patch-libfreerdp-core_ntlmssp_c 

Log message:
complete the move from ancient des_ to DES_ API


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/14 11:20:24

Modified files:
	lib/libssl/src/ssl: ssl_cert.c 

Log message:
convert the use of OPENSSL_DIR_XXX functions to opendir() and frends.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/14 11:22:37

Modified files:
	lib/libssl/src/ssl: ssltest.c 

Log message:
First pass at applying KNF to the OpenSSL code, which almost makes it
readable. This pass is whitespace only and can readily be verified using
tr and md5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/14 11:29:58

Modified files:
	x11/gnome/desktop: Makefile 
	x11/gnome/desktop/patches: 
	                           patch-libgnome-desktop_gnome-languages_c 

Log message:
Sync with most recetn revision of this patch.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/14 11:42:17

Modified files:
	usr.bin/mg     : theo.c 

Log message:
"the randomization in this entire codebase is a grand experiment in stupid"


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/14 11:45:38

Modified files:
	lib/libssl/src/crypto/bn: bn_rand.c 
	lib/libssl/src/ssl: d1_clnt.c d1_srvr.c s23_clnt.c s23_srvr.c 
	                    s2_clnt.c s2_srvr.c s3_clnt.c s3_srvr.c 

Log message:
So the OpenSSL codebase does "get the time, add it as a random seed"
in a bunch of places inside the TLS engine, to try to keep entropy high.
I wonder if their moto is "If you can't solve a problem, at least try
to do it badly".
ok miod


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/14 11:55:32

Modified files:
	fonts/hermit-font: Makefile distinfo 
	fonts/hermit-font/pkg: PLIST 

Log message:
update to hermit-font-1.21
* various glyphs added/updated
* ttf support was removed

ok abieber@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/14 12:07:45

Modified files:
	lib/libssl/src/crypto/des: set_key.c 
	lib/libssl/src/crypto/evp: evp.h 
Removed files:
	lib/libssl/src/crypto/evp: openbsd_hw.c 

Log message:
unifdef -U OPENBSD_DEV_CRYPTO and OPENSSL_OPENBSD_DEV_CRYPTO. This code was the
early attempt at getting kernel-assisted crypto(4) used by libcrypto, before
the engine API existed, and has been #if 0'd out for ages anyway.
No API/ABI change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/14 12:13:23

Modified files:
	graphics/evince: Makefile distinfo 
Removed files:
	graphics/evince/patches: patch-libview_ev-view-presentation_c 
	                         patch-shell_ev-window_c 

Log message:
update to evince-3.12.1


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/14 12:23:28

Modified files:
	usr.bin/less   : more.1 

Log message:
Explain how -p works with respect to multiple commands, and provide EXAMPLES;
feedback and ok jmc@ millert@.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/14 12:31:08

Removed files:
	lib/libssl/src/util: libeay.num ssleay.num 

Log message:
used for windows dll builds only


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/14 12:39:19

Modified files:
	net/glib2-networking: Makefile distinfo 

Log message:
Update to glib2-networking-2.40.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/14 12:40:47

Modified files:
	lib/libssl/src/crypto/engine: Makefile eng_padlock.c 
	lib/libssl/src/engines: Makefile 
Added files:
	lib/libssl/src/crypto/engine: eng_padlock.ec 
Removed files:
	lib/libssl/src/crypto/engine: eng_cryptodev.c 
	lib/libssl/src/engines: e_padlock.c e_padlock.ec 

Log message:
Remove eng_cryptodev.c (merged into old-name hw_cryptodev.c); move
undo the move of crypto/engines/eng_padlock to engines/e_padlock.
Requested by reyk@.

Note that eng_padlock is not compiled in currently.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/14 12:43:24

Modified files:
	x11/dbus       : Makefile 
	x11/dbus/patches: patch-bus_Makefile_in 
	                  patch-dbus_dbus-sysdeps-util-unix_c 
Removed files:
	x11/dbus/patches: patch-test_Makefile_in 

Log message:
Rewrite _dbus_command_for_pid() to that we don't use libkvm.

glanced over by miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/14 12:45:55

Modified files:
	lib/libssl/src/apps: s_cb.c s_client.c s_server.c 
	lib/libssl/src/ssl: d1_both.c d1_clnt.c d1_lib.c d1_pkt.c 
	                    d1_srvr.c s3_clnt.c s3_lib.c s3_pkt.c 
	                    s3_srvr.c ssl.h ssl_locl.h t1_lib.c tls1.h 
	lib/libssl/ssl : Makefile 

Log message:
make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miod


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/14 12:52:22

Modified files:
	x11/dbus       : Makefile 

Log message:
Explicitely --disable-modular-tests.
No need for autoconf anymore.


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/14 12:53:14

Modified files:
	lib/libssl/src/ssl: d1_pkt.c kssl.c kssl.h ssl_ciph.c ssltest.c 

Log message:
Flense all use of BIO_snprintf from ssl source - use the real one instead,
and allow for the normal posix mandated return values instead of the
nonstandard one from BIO_snprintf.
ok miod@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/14 13:00:30

xenocara/dist/libxcb/build-aux

Update of /cvs/xenocara/dist/libxcb/build-aux
In directory cvs.openbsd.org:/tmp/cvs-serv30236/build-aux

Log Message:
Directory /cvs/xenocara/dist/libxcb/build-aux added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/14 13:00:31

xenocara/dist/libxcb/m4

Update of /cvs/xenocara/dist/libxcb/m4
In directory cvs.openbsd.org:/tmp/cvs-serv30236/m4

Log Message:
Directory /cvs/xenocara/dist/libxcb/m4 added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/14 13:02:17

Modified files:
	dist/libxcb    : Makefile.am NEWS configure.ac 
	dist/libxcb/src: Makefile.am c_client.py xcb.h xcb_conn.c 
	                 xcb_in.c xcb_list.c xcb_out.c xcb_util.c 
	                 xcbext.h xcbint.h 
	dist/libxcb/src/man: xcb-examples.3 
	dist/libxcb/tests: Makefile.am 
Added files:
	dist/libxcb    : compile xcb-dri3.pc.in xcb-present.pc.in 
	dist/libxcb/build-aux: compile test-driver 
	dist/libxcb/m4 : libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 
	                 lt~obsolete.m4 xcb.m4 
Removed files:
	dist/libxcb    : acinclude.m4 test-driver 

Log message:
Update libxcb to version 1.10. Tested by naddy@ and shadchin@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/14 13:17:30

xenocara/lib/libxcb/libxcb-dri3

Update of /cvs/xenocara/lib/libxcb/libxcb-dri3
In directory cvs.openbsd.org:/tmp/cvs-serv21250/libxcb-dri3

Log Message:
Directory /cvs/xenocara/lib/libxcb/libxcb-dri3 added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/14 13:17:31

xenocara/lib/libxcb/libxcb-present

Update of /cvs/xenocara/lib/libxcb/libxcb-present
In directory cvs.openbsd.org:/tmp/cvs-serv21250/libxcb-present

Log Message:
Directory /cvs/xenocara/lib/libxcb/libxcb-present added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/14 13:17:32

xenocara/lib/libxcb/libxcb-xkb

Update of /cvs/xenocara/lib/libxcb/libxcb-xkb
In directory cvs.openbsd.org:/tmp/cvs-serv21250/libxcb-xkb

Log Message:
Directory /cvs/xenocara/lib/libxcb/libxcb-xkb added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/14 13:20:18

Modified files:
	lib/libxcb     : Makefile 
	lib/libxcb/libxcb: shlib_version 
	lib/libxcb/libxcb-dri2: shlib_version 
	lib/libxcb/libxcb-randr: shlib_version 
	lib/libxcb/libxcb-res: shlib_version 
	lib/libxcb/libxcb-shm: shlib_version 
	lib/libxcb/libxcb-sync: shlib_version 
	lib/libxcb/libxcb-xfixes: shlib_version 
	lib/libxcb/src : Makefile composite.h damage.h dpms.h dri2.c 
	                 dri2.h glx.c glx.h randr.c randr.h record.c 
	                 render.c render.h res.c res.h screensaver.c 
	                 screensaver.h shape.c shape.h shm.c shm.h 
	                 sync.c sync.h xc_misc.c xevie.h xf86dri.c 
	                 xfixes.c xfixes.h xinerama.c xinput.c xinput.h 
	                 xprint.c xproto.c xproto.h xselinux.c xtest.h 
	                 xv.c xv.h xvmc.c 
Added files:
	lib/libxcb/libxcb-dri3: Makefile shlib_version 
	lib/libxcb/libxcb-present: Makefile shlib_version 
	lib/libxcb/libxcb-xkb: Makefile shlib_version 
	lib/libxcb/src : dri3.c dri3.h present.c present.h xkb.c xkb.h 

Log message:
Update build system and generated files for libxcb 1.10.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/14 13:23:31

Added files:
	www/apache-httpd/patches: patch-modules_ssl_ssl_engine_init_c 

Log message:
unbreak following removal of "chil" engine in libcrypto


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/14 13:24:00

Removed files:
	dist/xcb-util  : Makefile.am Makefile.in README aclocal.m4 
	                 config.guess config.sub configure configure.ac 
	                 depcomp install-sh ltmain.sh missing 
	                 xcb-util-common.h xcb_util_intro.in 
	dist/xcb-util/atom: Makefile.am Makefile.in atomlist.m4 atoms.c 
	                    atoms.gperf.m4 xcb-atom.pc.in xcb_atom.h 
	                    xcb_atom.h.m4 
	dist/xcb-util/aux: Makefile.am Makefile.in xcb-aux.pc.in 
	                   xcb_aux.c xcb_aux.h xcb_bitops.h 
	dist/xcb-util/event: Makefile.am Makefile.in event.c 
	                     xcb-event.pc.in xcb_event.h 
	dist/xcb-util/icccm: Makefile.am Makefile.in icccm.c 
	                     xcb-icccm.pc.in xcb_icccm.h 
	dist/xcb-util/image: Makefile.am Makefile.in test_bitmap.c 
	                     test_formats.c test_swap.c test_xcb_image.c 
	                     test_xcb_image_shm.c xcb-image.pc.in 
	                     xcb_image.c xcb_image.h xcb_pixel.h 
	dist/xcb-util/keysyms: Makefile.am Makefile.in keysyms.c 
	                       xcb-keysyms.pc.in xcb_keysyms.h 
	dist/xcb-util/property: Makefile.am Makefile.in property.c 
	                        xcb-property.pc.in xcb_property.h 
	dist/xcb-util/renderutil: Makefile.am Makefile.in cache.c 
	                          glyph.c util.c xcb-renderutil.pc.in 
	                          xcb_renderutil.h 
	dist/xcb-util/reply: Makefile.am Makefile.in reply.c 
	                     test_reply.c xcb-reply.pc.in xcb_reply.h 

Log message:
xcb-util 0.3.9 moves to lib


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/14 13:24:49

xenocara/lib/xcb-util/m4

Update of /cvs/xenocara/lib/xcb-util/m4
In directory cvs.openbsd.org:/tmp/cvs-serv30162/m4

Log Message:
Directory /cvs/xenocara/lib/xcb-util/m4 added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/14 13:24:50

xenocara/lib/xcb-util/src

Update of /cvs/xenocara/lib/xcb-util/src
In directory cvs.openbsd.org:/tmp/cvs-serv30162/src

Log Message:
Directory /cvs/xenocara/lib/xcb-util/src added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/14 13:25:23

Modified files:
	x11/gnome/vinagre: Makefile distinfo 

Log message:
Update to vinagre-3.12.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/14 13:25:48

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

Log message:
Calculate the length of name and value for parameters the right way
around for the 4 byte encoding. With this QUERY_STRING can be longer
than 127 bytes.
Found the hard way while playing with smokeping.
OK benno@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/14 13:26:35

Added files:
	lib/xcb-util   : ChangeLog INSTALL Makefile.am 
	                 Makefile.bsd-wrapper Makefile.in NEWS README 
	                 aclocal.m4 autogen.sh config.guess config.sub 
	                 configure configure.ac depcomp install-sh 
	                 ltmain.sh missing xcb-atom.pc.in xcb-aux.pc.in 
	                 xcb-event.pc.in xcb-util.pc.in 
	                 xcb_util_intro.in 
	lib/xcb-util/m4: ax_compare_version.m4 libtool.m4 ltoptions.m4 
	                 ltsugar.m4 ltversion.m4 lt~obsolete.m4 
	                 xcb_util_common.m4 
	lib/xcb-util/src: Makefile.am Makefile.in atoms.c event.c 
	                  xcb_atom.h xcb_aux.c xcb_aux.h xcb_event.h 
	                  xcb_util.h 
Removed files:
	lib/xcb-util   : Makefile Makefile.inc 
	lib/xcb-util/atom: Makefile shlib_version 
	lib/xcb-util/aux: Makefile shlib_version 
	lib/xcb-util/event: Makefile shlib_version 
	lib/xcb-util/icccm: Makefile shlib_version 
	lib/xcb-util/image: Makefile shlib_version 
	lib/xcb-util/keysyms: Makefile shlib_version 
	lib/xcb-util/property: Makefile shlib_version 
	lib/xcb-util/renderutil: Makefile shlib_version 
	lib/xcb-util/reply: Makefile shlib_version 

Log message:
Update xcb-utils to 0.3.9. Tested by naddy@, shadchin@ and ajacoutot@
who I forgot to thank for testing libxcb-1.10 too.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/14 13:28:49

Log message:
    Import xcb-util-cursor 0.1.1
    
    Status:
    
    Vendor Tag:	xorg
    Release Tags:	v0_1_1
    
    N xenocara/lib/xcb-util-cursor/Makefile.bsd-wrapper
    N xenocara/lib/xcb-util-cursor/install-sh
    N xenocara/lib/xcb-util-cursor/aclocal.m4
    N xenocara/lib/xcb-util-cursor/ltmain.sh
    N xenocara/lib/xcb-util-cursor/README
    N xenocara/lib/xcb-util-cursor/xcb_util_intro.in
    N xenocara/lib/xcb-util-cursor/INSTALL
    N xenocara/lib/xcb-util-cursor/config.guess
    N xenocara/lib/xcb-util-cursor/configure.ac
    N xenocara/lib/xcb-util-cursor/autogen.sh
    N xenocara/lib/xcb-util-cursor/Makefile.am
    N xenocara/lib/xcb-util-cursor/missing
    N xenocara/lib/xcb-util-cursor/depcomp
    N xenocara/lib/xcb-util-cursor/ChangeLog
    N xenocara/lib/xcb-util-cursor/COPYING
    N xenocara/lib/xcb-util-cursor/NEWS
    N xenocara/lib/xcb-util-cursor/config.sub
    N xenocara/lib/xcb-util-cursor/configure
    N xenocara/lib/xcb-util-cursor/Makefile.in
    N xenocara/lib/xcb-util-cursor/m4/ltversion.m4
    N xenocara/lib/xcb-util-cursor/m4/ltoptions.m4
    N xenocara/lib/xcb-util-cursor/m4/libtool.m4
    N xenocara/lib/xcb-util-cursor/m4/xcb_util_m4_with_include_path.m4
    N xenocara/lib/xcb-util-cursor/m4/lt~obsolete.m4
    N xenocara/lib/xcb-util-cursor/m4/ltsugar.m4
    N xenocara/lib/xcb-util-cursor/m4/xcb_util_common.m4
    N xenocara/lib/xcb-util-cursor/m4/ax_compare_version.m4
    N xenocara/lib/xcb-util-cursor/cursor/cursor.c
    N xenocara/lib/xcb-util-cursor/cursor/Makefile.am
    N xenocara/lib/xcb-util-cursor/cursor/Makefile.in
    N xenocara/lib/xcb-util-cursor/cursor/parse_cursor_file.c
    N xenocara/lib/xcb-util-cursor/cursor/xcb_cursor.h
    N xenocara/lib/xcb-util-cursor/cursor/shape_to_id.gperf
    N xenocara/lib/xcb-util-cursor/cursor/shape_to_id.c
    N xenocara/lib/xcb-util-cursor/cursor/cursor.h
    N xenocara/lib/xcb-util-cursor/cursor/load_cursor.c
    N xenocara/lib/xcb-util-cursor/cursor/xcb-cursor.pc.in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/14 13:29:37

Log message:
    Import xcb-util-image 0.3.9
    
    Status:
    
    Vendor Tag:	xorg
    Release Tags:	v0_3_9
    
    N xenocara/lib/xcb-util-image/INSTALL
    N xenocara/lib/xcb-util-image/config.sub
    N xenocara/lib/xcb-util-image/Makefile.in
    N xenocara/lib/xcb-util-image/ltmain.sh
    N xenocara/lib/xcb-util-image/Makefile.am
    N xenocara/lib/xcb-util-image/README
    N xenocara/lib/xcb-util-image/config.guess
    N xenocara/lib/xcb-util-image/autogen.sh
    N xenocara/lib/xcb-util-image/aclocal.m4
    N xenocara/lib/xcb-util-image/configure.ac
    N xenocara/lib/xcb-util-image/install-sh
    N xenocara/lib/xcb-util-image/ChangeLog
    N xenocara/lib/xcb-util-image/NEWS
    N xenocara/lib/xcb-util-image/depcomp
    N xenocara/lib/xcb-util-image/xcb_util_intro.in
    N xenocara/lib/xcb-util-image/missing
    N xenocara/lib/xcb-util-image/Makefile.bsd-wrapper
    N xenocara/lib/xcb-util-image/configure
    N xenocara/lib/xcb-util-image/image/test_bitmap.c
    N xenocara/lib/xcb-util-image/image/test.xbm
    N xenocara/lib/xcb-util-image/image/xcb_bitops.h
    N xenocara/lib/xcb-util-image/image/xcb_image.h
    N xenocara/lib/xcb-util-image/image/xcb-image.pc.in
    N xenocara/lib/xcb-util-image/image/test_xcb_image_shm.c
    N xenocara/lib/xcb-util-image/image/xcb_pixel.h
    N xenocara/lib/xcb-util-image/image/test_formats.c
    N xenocara/lib/xcb-util-image/image/Makefile.in
    N xenocara/lib/xcb-util-image/image/test_xcb_image.c
    N xenocara/lib/xcb-util-image/image/xcb_image.c
    N xenocara/lib/xcb-util-image/image/Makefile.am
    N xenocara/lib/xcb-util-image/image/test_swap.c
    N xenocara/lib/xcb-util-image/m4/xcb_util_common.m4
    N xenocara/lib/xcb-util-image/m4/ltoptions.m4
    N xenocara/lib/xcb-util-image/m4/ltversion.m4
    N xenocara/lib/xcb-util-image/m4/libtool.m4
    N xenocara/lib/xcb-util-image/m4/ltsugar.m4
    N xenocara/lib/xcb-util-image/m4/ax_compare_version.m4
    N xenocara/lib/xcb-util-image/m4/lt~obsolete.m4
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/14 13:30:24

Log message:
    Import xcb-util-keysyms 0.3.9
    
    Status:
    
    Vendor Tag:	xorg
    Release Tags:	v0_3_9
    
    N xenocara/lib/xcb-util-keysyms/ChangeLog
    N xenocara/lib/xcb-util-keysyms/autogen.sh
    N xenocara/lib/xcb-util-keysyms/Makefile.in
    N xenocara/lib/xcb-util-keysyms/INSTALL
    N xenocara/lib/xcb-util-keysyms/config.guess
    N xenocara/lib/xcb-util-keysyms/configure
    N xenocara/lib/xcb-util-keysyms/Makefile.am
    N xenocara/lib/xcb-util-keysyms/config.sub
    N xenocara/lib/xcb-util-keysyms/README
    N xenocara/lib/xcb-util-keysyms/ltmain.sh
    N xenocara/lib/xcb-util-keysyms/Makefile.bsd-wrapper
    N xenocara/lib/xcb-util-keysyms/xcb_util_intro.in
    N xenocara/lib/xcb-util-keysyms/NEWS
    N xenocara/lib/xcb-util-keysyms/configure.ac
    N xenocara/lib/xcb-util-keysyms/depcomp
    N xenocara/lib/xcb-util-keysyms/missing
    N xenocara/lib/xcb-util-keysyms/install-sh
    N xenocara/lib/xcb-util-keysyms/aclocal.m4
    N xenocara/lib/xcb-util-keysyms/m4/ltversion.m4
    N xenocara/lib/xcb-util-keysyms/m4/ltoptions.m4
    N xenocara/lib/xcb-util-keysyms/m4/ltsugar.m4
    N xenocara/lib/xcb-util-keysyms/m4/libtool.m4
    N xenocara/lib/xcb-util-keysyms/m4/xcb_util_common.m4
    N xenocara/lib/xcb-util-keysyms/m4/lt~obsolete.m4
    N xenocara/lib/xcb-util-keysyms/m4/ax_compare_version.m4
    N xenocara/lib/xcb-util-keysyms/keysyms/xcb_keysyms.h
    N xenocara/lib/xcb-util-keysyms/keysyms/xcb-keysyms.pc.in
    N xenocara/lib/xcb-util-keysyms/keysyms/Makefile.in
    N xenocara/lib/xcb-util-keysyms/keysyms/Makefile.am
    N xenocara/lib/xcb-util-keysyms/keysyms/keysyms.c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/14 13:31:03

Log message:
    Update xcb-util-renderutil 0.3.8
    
    Status:
    
    Vendor Tag:	xorg
    Release Tags:	v0_3_8
    
    N xenocara/lib/xcb-util-renderutil/NEWS
    N xenocara/lib/xcb-util-renderutil/INSTALL
    N xenocara/lib/xcb-util-renderutil/Makefile.bsd-wrapper
    N xenocara/lib/xcb-util-renderutil/config.guess
    N xenocara/lib/xcb-util-renderutil/configure
    N xenocara/lib/xcb-util-renderutil/config.sub
    N xenocara/lib/xcb-util-renderutil/ChangeLog
    N xenocara/lib/xcb-util-renderutil/Makefile.in
    N xenocara/lib/xcb-util-renderutil/configure.ac
    N xenocara/lib/xcb-util-renderutil/README
    N xenocara/lib/xcb-util-renderutil/xcb_util_intro.in
    N xenocara/lib/xcb-util-renderutil/aclocal.m4
    N xenocara/lib/xcb-util-renderutil/missing
    N xenocara/lib/xcb-util-renderutil/depcomp
    N xenocara/lib/xcb-util-renderutil/Makefile.am
    N xenocara/lib/xcb-util-renderutil/install-sh
    N xenocara/lib/xcb-util-renderutil/ltmain.sh
    N xenocara/lib/xcb-util-renderutil/m4/lt~obsolete.m4
    N xenocara/lib/xcb-util-renderutil/m4/ltoptions.m4
    N xenocara/lib/xcb-util-renderutil/m4/libtool.m4
    N xenocara/lib/xcb-util-renderutil/m4/ltversion.m4
    N xenocara/lib/xcb-util-renderutil/m4/xcb_util_common.m4
    N xenocara/lib/xcb-util-renderutil/m4/ltsugar.m4
    N xenocara/lib/xcb-util-renderutil/m4/ax_compare_version.m4
    N xenocara/lib/xcb-util-renderutil/renderutil/cache.c
    N xenocara/lib/xcb-util-renderutil/renderutil/util.c
    N xenocara/lib/xcb-util-renderutil/renderutil/glyph.c
    N xenocara/lib/xcb-util-renderutil/renderutil/Makefile.in
    N xenocara/lib/xcb-util-renderutil/renderutil/xcb_renderutil.h
    N xenocara/lib/xcb-util-renderutil/renderutil/Makefile.am
    N xenocara/lib/xcb-util-renderutil/renderutil/xcb-renderutil.pc.in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/14 13:31:51

Log message:
    Import xcb-util-wm 0.4.1
    
    Status:
    
    Vendor Tag:	xorg
    Release Tags:	v0_4_1
    
    N xenocara/lib/xcb-util-wm/INSTALL
    N xenocara/lib/xcb-util-wm/aclocal.m4
    N xenocara/lib/xcb-util-wm/README
    N xenocara/lib/xcb-util-wm/install-sh
    N xenocara/lib/xcb-util-wm/config.h.in
    N xenocara/lib/xcb-util-wm/configure
    N xenocara/lib/xcb-util-wm/NEWS
    N xenocara/lib/xcb-util-wm/configure.ac
    N xenocara/lib/xcb-util-wm/ChangeLog
    N xenocara/lib/xcb-util-wm/Makefile.bsd-wrapper
    N xenocara/lib/xcb-util-wm/compile
    N xenocara/lib/xcb-util-wm/config.sub
    N xenocara/lib/xcb-util-wm/config.guess
    N xenocara/lib/xcb-util-wm/Makefile.am
    N xenocara/lib/xcb-util-wm/COPYING
    N xenocara/lib/xcb-util-wm/missing
    N xenocara/lib/xcb-util-wm/depcomp
    N xenocara/lib/xcb-util-wm/autogen.sh
    N xenocara/lib/xcb-util-wm/ltmain.sh
    N xenocara/lib/xcb-util-wm/Makefile.in
    N xenocara/lib/xcb-util-wm/ewmh/xcb-ewmh.pc.in
    N xenocara/lib/xcb-util-wm/ewmh/Makefile.in
    N xenocara/lib/xcb-util-wm/ewmh/atomlist.m4
    N xenocara/lib/xcb-util-wm/ewmh/Makefile.am
    N xenocara/lib/xcb-util-wm/ewmh/xcb_ewmh.h.m4
    N xenocara/lib/xcb-util-wm/ewmh/ewmh.c.m4
    N xenocara/lib/xcb-util-wm/icccm/Makefile.am
    N xenocara/lib/xcb-util-wm/icccm/xcb-icccm.pc.in
    N xenocara/lib/xcb-util-wm/icccm/Makefile.in
    N xenocara/lib/xcb-util-wm/icccm/icccm.c
    N xenocara/lib/xcb-util-wm/icccm/xcb_icccm.h
    N xenocara/lib/xcb-util-wm/m4/ltsugar.m4
    N xenocara/lib/xcb-util-wm/m4/xcb_util_common.m4
    N xenocara/lib/xcb-util-wm/m4/ltversion.m4
    N xenocara/lib/xcb-util-wm/m4/lt~obsolete.m4
    N xenocara/lib/xcb-util-wm/m4/xcb_util_m4_with_include_path.m4
    N xenocara/lib/xcb-util-wm/m4/ltoptions.m4
    N xenocara/lib/xcb-util-wm/m4/ax_compare_version.m4
    N xenocara/lib/xcb-util-wm/m4/libtool.m4
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/14 13:33:09

Modified files:
	lib            : Makefile 

Log message:
Update list of xcb libs to build


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2014/04/14 13:50:09

Modified files:
	devel/libwnck  : Makefile 
	devel/libwnck3 : Makefile 
	devel/startup-notification: Makefile 
	mail/claws-mail: Makefile 
	www/epiphany   : Makefile 

Log message:
Update WANTLIB for xcb libs update. Tested by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2014/04/14 13:52:46

Modified files:
	x11/compiz/compizconfig-python: Makefile 
	x11/compiz/core: Makefile 
	x11/compiz/plugins-main: Makefile 
	x11/gnome/mutter: Makefile 
	x11/gnome/shell: Makefile 
	x11/i3         : Makefile 
	x11/openbox    : Makefile 
	x11/spectrwm   : Makefile 
	x11/spectrwm/patches: patch-Makefile 
	x11/winwrangler: Makefile 
	x11/xfce4/exo  : Makefile 
	x11/xfce4/libxfce4ui: Makefile 
	x11/xfce4/libxfcegui4: Makefile 
	x11/xfce4/notification-daemon-xfce: Makefile 
	x11/xfce4/parole: Makefile 
	x11/xfce4/terminal: Makefile 
	x11/xfce4/thunar: Makefile 
	x11/xfce4/xfce4-appfinder: Makefile 
	x11/xfce4/xfce4-battery: Makefile 
	x11/xfce4/xfce4-clipman: Makefile 
	x11/xfce4/xfce4-cpugraph: Makefile 
	x11/xfce4/xfce4-datetime: Makefile 
	x11/xfce4/xfce4-dict: Makefile 
	x11/xfce4/xfce4-diskperf: Makefile 
	x11/xfce4/xfce4-fsguard: Makefile 
	x11/xfce4/xfce4-genmon: Makefile 
	x11/xfce4/xfce4-mailwatch: Makefile 
	x11/xfce4/xfce4-mixer: Makefile 
	x11/xfce4/xfce4-mount: Makefile 
	x11/xfce4/xfce4-mpc: Makefile 
	x11/xfce4/xfce4-notes: Makefile 
	x11/xfce4/xfce4-notifyd: Makefile 
	x11/xfce4/xfce4-panel: Makefile 
	x11/xfce4/xfce4-places: Makefile 
	x11/xfce4/xfce4-power-manager: Makefile 
	x11/xfce4/xfce4-quicklauncher: Makefile 
	x11/xfce4/xfce4-screenshooter: Makefile 
	x11/xfce4/xfce4-session: Makefile 
	x11/xfce4/xfce4-settings: Makefile 
	x11/xfce4/xfce4-smartbookmark: Makefile 
	x11/xfce4/xfce4-systemload: Makefile 
	x11/xfce4/xfce4-taskmanager: Makefile 
	x11/xfce4/xfce4-verve: Makefile 
	x11/xfce4/xfce4-wavelan: Makefile 
	x11/xfce4/xfce4-weather: Makefile 
	x11/xfce4/xfce4-wmdock: Makefile 
	x11/xfce4/xfce4-xkb: Makefile 
	x11/xfce4/xfdesktop: Makefile 
	x11/xfce4/xfmpc: Makefile 
	x11/xfce4/xfprint: Makefile 
	x11/xfce4/xfwm4: Makefile 
Removed files:
	x11/i3/patches : patch-include_xcb_compat_h 

Log message:
WANTLIB updates and patches for new xcb-util libs. tested by naddy@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/14 14:06:59

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.armv7 
	                          md.aviion md.hppa md.i386 md.landisk 
	                          md.loongson md.luna88k md.macppc 
	                          md.octeon md.sgi md.socppc md.sparc 
	                          md.sparc64 md.zaurus mi 
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/14 14:07:33

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/14 14:10:33

Modified files:
	usr.bin/less   : command.c 

Log message:
Deny requests to display interactive help unless we can be really sure
that they actually result from the user interactively asking for help.
Help requests originating from various other sources caused infinite loops.
OK millert@ "better than getting stuck in a help loop (sweet irony ;)" jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/04/14 14:40:41

Modified files:
	usr.sbin/pkg_add: pkg_mklocatedb pkg_mklocatedb.1 

Log message:
switch to using common SetList code (this fixes the xfont sets btw)
rename -x into -X, as -x is commonly "no progress meter". Even though this
doesn't apply to pkg_mklocatedb, this applies to pkg_check.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/04/14 14:53:58

Modified files:
	mail/mixmaster/patches: patch-Src_mail_c 
	                        patch-Src_pcre-2_08_pcre_c 
Added files:
	mail/mixmaster/patches: patch-Src_crypto_c patch-Src_crypto_h 
	                        patch-Src_pgpcreat_c patch-Src_pgpget_c 

Log message:
switch from the ancient des_ API to DES_; ok benoit@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2014/04/14 15:54:29

Modified files:
	lib/libcrypto/crypto/arch/amd64: opensslconf.h 

Log message:
revert 1.2 and define OPENSSL_NO_EC_NISTP_64_GCC_128 again, it has a downside
(breaks ssh ecdsa keys)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/04/14 15:55:37

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCheck.pm 

Log message:
tweak the file system walker to be able to walk from /, assuming -s src
and -X xenocara to get at the distrib/sets.

Somewhat experimental for now, good enough at figuring out files to scrape
after a major update


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/14 16:12:01

Modified files:
	bin/ed         : Makefile ed.1 ed.h io.c main.c 
Removed files:
	bin/ed         : cbc.c 

Log message:
remove nonstandard DES support because DES. ok beck deraadt miod


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/14 16:12:26

Modified files:
	lib/libssl/ssl : Makefile 

Log message:
o_dir.c has a questionable odor.. now that we got rid of OPENSSL_DIR_XXX
remove it from the build.. we can cvs rm it and the files it includes
once we know for sure ports are good.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/14 16:25:40

Modified files:
	sys/ufs/ufs    : inode.h ufs_ihash.c 

Log message:
fix potential race where an allocated inode could fail to get added,
noticed by pedro@ in bitrig.
ok philip@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/14 16:27:30

Modified files:
	usr.bin/tmux   : job.c 

Log message:
Don't leak socketpair file descriptors if fork fails. Spotted by Balazs
Kezes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/14 16:37:07

Modified files:
	security/botan : Makefile distinfo 

Log message:
Update to Botan 1.10.8.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2014/04/14 16:51:20

Modified files:
	usr.bin/hexdump: od.1 odsyntax.c 

Log message:
add a description for this filter similar to what POSIX and FreeBSD use;
do not mark od(1) as deprecated, and remove language that says it is really
just hexdump(1); do not mention options supported by the old 4.3BSD od(1)
that we no longer provide.

ok jmc@, millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/14 16:57:02

Modified files:
	net/bird       : Makefile distinfo 

Log message:
Update to BIRD 1.4.3, fixing a bug mainly affecting IPv6 BGP.
"Stack variable may be used unitialized and that would lead to spurious
rta_free(), which may cause crash. The bug was introduced in 1.4.1 from
merging add-path branch."


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/14 17:19:51

Modified files:
	bin/ed         : ed.1 main.c 

Log message:
more x removal;


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/14 18:41:02

Modified files:
	usr.bin/mandoc : mdoc_validate.c 
	regress/usr.bin/mandoc/mdoc/Rs: break.in break.out_ascii 

Log message:
Using macros in .Sh header lines, or having .Sm off or .Bk -words open
while processing .Sh, is not at all recommended, but it's not strictly
a syntax violation either, and in any case, mandoc must not die in an
assertion.  I broke this in rev. 1.124.

Crash found while trying to read the (rather broken) original 4.3BSD-Reno
od(1) manual page.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2014/04/14 21:17:01

Added files:
	faq            : upgrade55.html 

Log message:
5.4 -> 5.5 upgrade instructions.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2014/04/14 22:43:34

Modified files:
	faq            : upgrade55.html 

Log message:
first set of typo fixes, from tj at mrsk dot me, thanks!


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/04/14 23:48:38

Modified files:
	driver/xf86-video-wsfb/src: wsfb_driver.c 

Log message:
Do not return FALSE in void function. From drahn@bitrig.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/14 23:56:20

Modified files:
	x11/gnome/at-spi2-atk: Makefile distinfo 

Log message:
Update to at-spi2-atk-2.12.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/15 00:20:53

Modified files:
	x11/gnome/maps : Makefile distinfo 

Log message:
Update to gnome-maps-3.12.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/15 00:26:54

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

Log message:
patch was moved from user portability (UP) to base in issue 7
and is no longer optional;


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/15 00:42:47

Modified files:
	x11/gnome/devel-docs: Makefile distinfo 

Log message:
Update to gnome-devel-docs-3.12.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/15 00:52:23

Modified files:
	devel/py-gobject3: Makefile distinfo 

Log message:
Update to py-gobject3-3.12.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/15 01:00:55

Modified files:
	x11/gnome/gedit-plugins: Makefile distinfo 

Log message:
update to gedit-plugins-3.12.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/15 01:01:15

Modified files:
	x11/gnome/rygel: Makefile distinfo 

Log message:
update to rygel-0.22.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/15 01:10:56

Modified files:
	x11/gtksourceview3: Makefile distinfo 

Log message:
update to gtksourceview3-3.12.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/15 01:12:38

Modified files:
	x11/gnome/gedit: Makefile distinfo 
	x11/gnome/gedit/pkg: PLIST 
Removed files:
	x11/gnome/gedit/patches: patch-gedit_gedit-app_c 
	                         patch-gedit_gedit-menu-stack-switcher_c 
	                         patch-gedit_gedit-preferences-dialog_c 
	                         patch-gedit_gedit-preferences-dialog_ui 
	                         patch-gedit_gedit-window_c 
	                         patch-plugins_filebrowser_gedit-file-browser-messages_c 
	                         patch-plugins_filebrowser_gedit-file-browser-store_c 
	                         patch-plugins_zeitgeist_zeitgeist_plugin_desktop_in 

Log message:
update to gedit-3.12.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/15 01:13:32

Modified files:
	x11/gnome/system-monitor: Makefile distinfo 

Log message:
update to gnome-system-monitor-3.12.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/15 01:17:33

Modified files:
	x11/gnome/libgweather: Makefile distinfo 

Log message:
update to libgweather-3.12.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/15 01:18:26

Modified files:
	x11/gnome/eog  : Makefile distinfo 

Log message:
update to eog-3.12.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/15 01:35:36

Modified files:
	graphics/clutter/core: Makefile distinfo 

Log message:
update to clutter-1.18.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/15 01:35:39

Modified files:
	devel/glade    : Makefile distinfo 

Log message:
update to glade-3.18.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/15 01:35:41

Modified files:
	x11/gnome/gjs  : Makefile distinfo 

Log message:
update to gjs-1.40.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/15 01:39:04

Modified files:
	x11/gnome/eog-plugins: Makefile distinfo 
Removed files:
	x11/gnome/eog-plugins/patches: 
	                               patch-plugins_export-to-folder_export-to-folder_py 
	                               patch-plugins_slideshowshuffle_slideshowshuffle_plugin_desktop_in 

Log message:
update to eog-plugins-3.12.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/15 01:39:07

Modified files:
	x11/gnome/ghex : Makefile distinfo 
	x11/gnome/ghex/pkg: PLIST 

Log message:
update to ghex-3.10.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/15 01:39:09

Modified files:
	x11/gnome/file-roller: Makefile distinfo 
	x11/gnome/file-roller/pkg: PLIST 

Log message:
update to file-roller-3.12.1


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/04/15 02:32:45

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

Log message:
reply with correct imsg when using non-system auth.

reported by Stefan Sieg

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2014/04/15 02:48:11

Modified files:
	lib/libfuse    : fuse_opt.c 

Log message:
Init outargs only once, and fix a bad bzero().

Spotted by jsg@, ok jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/15 02:48:50

Modified files:
	x11/gnome/common: Makefile 
Added files:
	x11/gnome/common/patches: patch-macros2_gnome-autogen_sh 

Log message:
Do not override autofoo_VERSION.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/15 02:49:10

Modified files:
	devel/libgtop2 : Makefile 

Log message:
Remove hack now that gnome-common is fixed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/15 02:52:35

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
Add ^LOCALSTATEDIR to the default SUBST_VARS.

bulk testing by jasper@ (thanks!)
ok for now espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/15 02:53:04

Modified files:
	mail/courier-imap: Makefile 
	mail/p5-Mail-SpamAssassin: Makefile 
	net/GeoIP      : Makefile 
	net/isc-bind   : Makefile 
	net/quagga     : Makefile 
	textproc/sphinx: Makefile 
	www/squid      : Makefile.inc 
	www/squidguard : Makefile 

Log message:
No need to explicitely SUBST_VARS LOCALSTATEDIR anymore.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/15 03:14:27

Modified files:
	sys/dev/usb    : ucycom.c ugold.c uhid.c uhidev.c uhidev.h 
	                 ukbd.c uoak_subr.c upd.c uthum.c utrh.c 
	                 utwitch.c 

Log message:
Modify the uhidev_*_report() methods to always take a report ID argument
instead of using the default, per-driver, one.  This is a step to move
away from the 1 report ID <-> 1 driver design which is no longer true
since the addition of upd(4).

ok andre@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	dcoppa@cvs.openbsd.org	2014/04/15 04:23:27

Modified files:
	lib/xcb-util-cursor/cursor: parse_cursor_file.c 

Log message:
unbreak: le32toh() is letoh32() here.

ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/04/15 04:28:07

Modified files:
	sys/dev/pci    : nvme_pci.c 
	sys/dev/ic     : nvme.c nvmereg.h nvmevar.h 

Log message:
i wanted to work on this in the tree so i could commit lots of small
steps, but unfortunately the next step after "talk to the chips
registers" was "get command queues working" which ended up being a
huge amount of plumbing.

anyway, this lets me successfully run an identify controller command
against the chip and should be cut up the right way to be usable
for io command submissions. will need to think about how to avoid
overflowing rings though.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/04/15 04:31:30

Modified files:
	x11/i3         : Makefile 
	x11/i3/patches : patch-common_mk 
Removed files:
	x11/i3/patches : patch-i3bar_include_xcb_h 
	                 patch-include_xcursor_h patch-src_floating_c 
	                 patch-src_xcursor_c 

Log message:
Cleanup following libxcb/xcb-util updates


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/04/15 04:32:36

Modified files:
	x11/awesome    : Makefile 
	x11/awesome/patches: patch-awesomeConfig_cmake 
	                     patch-objects_drawin_c patch-property_c 
Removed files:
	x11/awesome/patches: patch-awesome_c patch-common_xcursor_c 
	                     patch-common_xcursor_h patch-common_xutil_c 
	                     patch-event_c patch-globalconf_h 
	                     patch-mousegrabber_c patch-objects_client_c 
	                     patch-objects_client_h patch-root_c 
	                     patch-selection_c patch-systray_c 
	                     patch-xwindow_c 

Log message:
Cleanup following libxcb/xcb-util updates


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/04/15 05:02:38

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCheck.pm 

Log message:
catch directories we don't have the right to enter instead of letting Find
do it (shorter/better message)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/15 05:15:51

Modified files:
	x11/gnome/online-accounts: Makefile distinfo 

Log message:
update to gnome-online-accounts-3.12.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/04/15 05:16:04

Modified files:
	x11/awesome    : Makefile distinfo 
	x11/awesome/patches: patch-awesomerc_lua_in 
	                     patch-lib_awful_util_lua_in 
	                     patch-lib_menubar_menu_gen_lua_in 
	                     patch-lib_menubar_utils_lua_in 
	                     patch-lib_naughty_lua_in 
	                     patch-themes_default_theme_lua_in 
Removed files:
	x11/awesome/patches: patch-lib_awful_layout_suit_spiral_lua_in 
	                     patch-lib_awful_menu_lua_in 
	                     patch-lib_awful_tag_lua_in 
	                     patch-lib_awful_widget_tasklist_lua_in 
	                     patch-lib_menubar_init_lua_in 
	                     patch-luadoc_screen_lua 
	                     patch-objects_drawin_c patch-property_c 

Log message:
Update to awesome-3.5.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/04/15 05:25:42

Added files:
	security/hydra/patches: patch-hydra-oracle-listener_c 
	                        patch-hydra-smb_c 
	net/pavuk/patches: patch-src_ntlm_auth_c 
	databases/virtuoso/patches: patch-libsrc_Wi_xmlenc_algos_c 
	                            patch-libsrc_Wi_xmlenc_c 
	                            patch-libsrc_Wi_xmlenc_h 

Log message:
switch from the ancient des_ API to DES_; ok benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/04/15 05:38:53

Modified files:
	security/ophcrack/patches: patch-src_samdump2_samdump2_c 
	security/samdump2/patches: patch-samdump2_c 
Added files:
	security/ophcrack/patches: patch-src_lmtable_c 

Log message:
switch from the ancient des_ API to DES_; ok benoit@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/15 05:50:18

Modified files:
	lib/libssl/src/crypto/x509: x509_vfy.c 
	lib/libssl/src/ssl: d1_both.c ssl_task.c 

Log message:
correct cases of code occuring directly after goto/break/return
ok miod@ guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/15 06:00:25

Modified files:
	lib/libssl/src/ssl: dtls1.h kssl.h o_dir.h srtp.h ssl.h ssl2.h 
	                    ssl23.h ssl3.h ssl_locl.h tls1.h 

Log message:
First pass at applying KNF to the OpenSSL code, which almost makes it
readable. This pass is whitespace only and can readily be verified using
tr and md5.

There is still a huge amount of inconsistency within these headers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/04/15 06:00:46

Added files:
	devel/gwenhywfar/patches: patch-tools_gcttool_main_c 

Log message:
switch from the ancient des_ API to DES_


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/04/15 06:01:22

Added files:
	net/ettercap/patches: patch-src_dissectors_ec_ssh_c 

Log message:
switch from the ancient des_ API to DES_; ok benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/04/15 06:08:06

Modified files:
	x11/xmobar     : Makefile distinfo 
	x11/xmobar/patches: patch-samples_xmobar_config 
	                    patch-src_Plugins_Monitors_hs 
	                    patch-xmobar_cabal 
Removed files:
	x11/xmobar/patches: patch-src_Actions_hs patch-src_Main_hs 
	                    patch-src_Plugins_Monitors_Weather_hs 

Log message:
Update to xmobar-0.20.1
diff by Jack Szmidt with tweaks by me


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/15 06:27:34

Removed files:
	lib/libssl/src/crypto/bf: bfs.cpp 
	lib/libssl/src/crypto/cast: casts.cpp 
	lib/libssl/src/crypto/des: des3s.cpp dess.cpp 
	lib/libssl/src/crypto/md4: md4s.cpp 
	lib/libssl/src/crypto/md5: md5s.cpp 
	lib/libssl/src/crypto/rc4: rc4s.cpp 
	lib/libssl/src/crypto/rc5: rc5s.cpp 
	lib/libssl/src/crypto/ripemd/asm: rips.cpp 

Log message:
remove pentium specific benchmark code
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/15 06:58:53

Removed files:
	lib/libssl/src/apps: vms_decc_init.c winrand.c 

Log message:
remove some vms/windows holdouts.
ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/04/15 07:02:21

Modified files:
	graphics/feh   : Makefile 
Added files:
	graphics/feh/patches: patch-src_filelist_c patch-src_slideshow_c 

Log message:
A couple of bugfixes from upstream:

Fix for segfault due to erroneous free() in case of scandir failed
to scan directory (git commit 5f210b5b2b0b150acf8f4b5890c9811cd65e2aa9)

re-randomize after list is through
(upstream git commit a0ddc0dcff5d43871f8c0e87dfb5d2c49671ac30)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/15 07:10:42

Modified files:
	x11/gnome/common/patches: patch-macros2_gnome-autogen_sh 

Log message:
Pushed upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/15 07:14:48

Modified files:
	devel/glib2/patches: patch-configure_ac 

Log message:
Pushed upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/15 07:15:19

Modified files:
	x11/gnome/gdm  : Makefile distinfo 
	x11/gnome/gdm/patches: patch-configure_ac 
	                       patch-daemon_gdm-simple-slave_c 
	                       patch-data_Makefile_in 
Removed files:
	x11/gnome/gdm/patches: patch-daemon_gdm-manager_c 
	                       patch-daemon_gdm-session-worker_c 

Log message:
Update to gdm-3.12.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/15 07:30:46

Modified files:
	x11/gnome/session: Makefile distinfo 
Removed files:
	x11/gnome/session/patches: patch-gnome-session_Makefile_in 
	                           patch-gnome-session_gsm-consolekit_c 
	                           patch-gnome-session_gsm-system_c 

Log message:
Update to gnome-session-3.12.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/15 07:41:53

Modified files:
	lib/libssl/src/crypto: armcap.c cpt_err.c cryptlib.c cversion.c 
	                       ebcdic.c ex_data.c fips_ers.c mem.c 
	                       mem_clr.c mem_dbg.c o_dir_test.c o_fips.c 
	                       o_init.c o_str.c o_time.c ppccap.c 
	                       s390xcap.c sparcv9cap.c uid.c 

Log message:
First pass at applying KNF to the OpenSSL code, which almost makes it
readable. This pass is whitespace only and can readily be verified using
tr and md5.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/15 07:42:55

Modified files:
	lib/libssl/src/crypto: arm_arch.h buildinf.h crypto.h 
	                       md32_common.h o_str.h ossl_typ.h 

Log message:
First pass at applying KNF to the OpenSSL code, which almost makes it
readable. This pass is whitespace only and can readily be verified using
tr and md5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/04/15 07:49:24

Modified files:
	www/tomcat/v7  : Makefile distinfo 
	www/tomcat/v7/patches: patch-conf_server_xml 
	www/tomcat/v7/pkg: PLIST-main 

Log message:
Update to tomcat-7.0.53.

railo is still happy with it...


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/04/15 08:04:14

Added files:
	databases/gq/patches: patch-src_gq-hash-openssl_c 

Log message:
switch from the ancient des_ API to DES_


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/04/15 08:07:13

Added files:
	security/chntpw/patches: patch-chntpw_c 

Log message:
switch from the ancient des_ API to DES_; ok benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/15 08:21:50

Modified files:
	x11/gnome/orca : Makefile distinfo 
	x11/gnome/orca/pkg: PLIST 

Log message:
Update to orca-3.12.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/15 08:26:10

Modified files:
	x11/gnome/devhelp: Makefile distinfo 

Log message:
Update to devhelp-3.12.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/15 08:38:10

Modified files:
	lib/libssl/src/crypto/aes: aes.h aes_cbc.c aes_cfb.c aes_core.c 
	                           aes_ctr.c aes_ecb.c aes_ige.c 
	                           aes_misc.c aes_ofb.c aes_wrap.c 
	                           aes_x86core.c 

Log message:
First pass at applying KNF to the OpenSSL code, which almost makes it
readable. This pass is whitespace only and can readily be verified using
tr and md5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/04/15 08:56:45

Modified files:
	x11/awesome    : Makefile 
	x11/awesome/patches: patch-lib_awful_util_lua_in 
Added files:
	x11/awesome/patches: patch-xwindow_c 

Log message:
Fix icon finding in awful.util
(upstream git commit b4b6e6c1fcc94814bed6587ba3e43be6baace3a5)

xwindow_shape_pixmap: Correctly handle invalid geometry
(upstream git commit c9ff826fbef2b9d4df84c1ef5ec5eba33661abee)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/15 09:23:23

Modified files:
	x11/gnome/photos: Makefile distinfo 
	x11/gnome/photos/pkg: PLIST 

Log message:
Update to gnome-photos-3.12.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2014/04/15 09:35:24

Modified files:
	usr.bin/hexdump: od.1 odsyntax.c 

Log message:
add -s (two-byte signed decimal display) to od(1), as mandated by POSIX;
remove cross reference to strings(1), it only made sense in the context of
the old 4.3BSD od(1)'s -s flag.

ok jmc@, millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/04/15 10:12:21

Added files:
	net/netatalk/patches: patch-bin_afppasswd_afppasswd_c 
	                      patch-etc_uams_uams_randnum_c 

Log message:
switch from ancient libdes API to OpenSSL's DES_; ok benoit@


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/15 10:21:04

Modified files:
	lib/libssl/src/apps: ca.c enc.c req.c s_time.c 
	lib/libssl/src/crypto: cversion.c mem_dbg.c 
	lib/libssl/src/crypto/asn1: a_gentm.c a_mbstr.c a_strex.c 
	                            a_utctm.c asn1_lib.c asn1_par.c 
	lib/libssl/src/crypto/bio: b_dump.c b_sock.c bio_cb.c bss_conn.c 
	lib/libssl/src/crypto/bn: bn_print.c 
	lib/libssl/src/crypto/conf: conf_def.c conf_mod.c 
	lib/libssl/src/crypto/des: ecb_enc.c 
	lib/libssl/src/crypto/engine: eng_padlock.c 
	lib/libssl/src/crypto/err: err.c err_prn.c 
	lib/libssl/src/crypto/objects: obj_dat.c 
	lib/libssl/src/crypto/pem: pem_pkey.c 
	lib/libssl/src/crypto/ui: ui_lib.c 
	lib/libssl/src/crypto/x509: by_dir.c x509_txt.c 
	lib/libssl/src/crypto/x509v3: v3_alt.c 
	lib/libssl/src/ssl: s3_pkt.c 

Log message:
Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions
where the return value is ignored changing to (void) snprintf.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/15 10:22:30

Modified files:
	lib/libssl/src/apps: apps.c 

Log message:
Convert some BIO_snprintf() to (void) snprintf - as although these ones
save the return value, the value is actually ignored.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/15 10:37:22

Modified files:
	lib/libssl/src/crypto/bio: b_dump.c b_print.c b_sock.c bf_buff.c 
	                           bf_lbuf.c bf_nbio.c bf_null.c bio.h 
	                           bio_cb.c bio_err.c bio_lib.c 
	                           bss_acpt.c bss_bio.c bss_conn.c 
	                           bss_dgram.c bss_fd.c bss_file.c 
	                           bss_log.c bss_mem.c bss_null.c 
	                           bss_rtcp.c bss_sock.c 

Log message:
First pass at applying KNF to the OpenSSL code, which almost makes it
readable. This pass is whitespace only and can readily be verified using
tr and md5.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/15 10:45:42

Removed files:
	lib/libssl/src/crypto/threads: README mttest.c netware.bat 
	                               profile.sh ptest.bat pthread.sh 
	                               pthread2.sh purify.sh solaris.sh 
	                               th-lock.c win32.bat 

Log message:
remove a test directory.  If anyone wants something this again, this is
the wrong place and it will need heavy lifting.  Love the .bat files
and the reference to pre-draft pthreads code at MIT.
ok beck


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/15 10:52:50

Modified files:
	lib/libcrypto/crypto: Makefile 
	lib/libssl/src/crypto/rand: rand.h rand_egd.c rand_lib.c 
	                            rand_unix.c randfile.c 
	lib/libssl/src/doc/crypto: RAND_add.pod RAND_egd.pod 
	                           RAND_load_file.pod rand.pod 
Added files:
	lib/libssl/src/crypto/rand: rc4_rand.c 
Removed files:
	lib/libssl/src/crypto/rand: md_rand.c rand_lcl.h 

Log message:
Replace the old OpenSSL PRNG by direct use of arc4random_buf(), keeping the
existing RAND interfaces unchanged.

All interfaces allowing external feed or seed of the RNG (either from a file
or a local entropy gathering daemon) are kept for ABI compatibility, but are
no longer do anything.

While the OpenSSL PRNG was required 15+ years ago when many systems lacked
proper entropy collection, things have evolved and one can reasonably assume
it is better to use the kernel (system global) entropy pool rather than trying
to build one's own and having to compensate for thread scheduling...


Whoever thought that RAND_screen(), feeding the PRNG with the contents of the
local workstation's display, under Win32, was a smart idea, ought to be banned
from security programming.


ok beck@ deraadt@ tedu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/04/15 10:56:42

Added files:
	mail/zarafa/zarafa/patches: 
	                            patch-provider_plugins_ldappasswords_cpp 

Log message:
switch from the ancient des_ API to DES_


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2014/04/15 10:59:45

Modified files:
	www/phpmyadmin : Makefile distinfo 

Log message:
Bugfix update to 4.1.13


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/15 11:02:54

Modified files:
	bin/pax        : pax.1 

Log message:
flesh out STANDARDS; ok millert sobrado


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/15 11:10:21

Removed files:
	lib/libssl/src/crypto/bio: bss_rtcp.c 

Log message:
Remove VMS code.

ok miod@ beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/15 11:11:21

Modified files:
	lib/libssl/src : e_os.h 

Log message:
No need to define DEVRANDOM and DEVRANDOM_EGD any longer.


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/15 11:20:09

Modified files:
	lib/libcrypto/crypto: Makefile 
	lib/libssl/src/crypto: cversion.c 

Log message:
As we now remove it permanently, we no longer need NO_WINDOWS_BRAINDEATH
as a build time option...
ok deraadt@ miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/15 11:24:25

Modified files:
	lib/libssl/src/crypto/x509: by_dir.c by_file.c x_all.c 

Log message:
First pass at applying KNF to the OpenSSL code, which almost makes it
readable. This pass is whitespace only and can readily be verified using
tr and md5.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/15 11:25:41

Modified files:
	lib/libssl/src/crypto/bio: b_sock.c bss_dgram.c bss_fd.c 
	                           bss_file.c bss_sock.c 

Log message:
Toss a `unifdef -U OPENSSL_SYS_WINDOWS' bomb into crypto/bio.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/15 11:27:37

Modified files:
	usr.bin/pr     : pr.1 pr.c 

Log message:
- get the spacing right for -e, -i, -n, and -s
- macro cleanup

ok millert sobrado


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2014/04/15 11:38:47

Modified files:
	faq            : upgrade55.html 

Log message:
some less annoying wording at the request of Rod Whitworth (and he's right)


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/15 11:46:17

Modified files:
	lib/libcrypto/crypto: Makefile 
	lib/libssl/src/apps: passwd.c req.c s_client.c s_server.c 
	lib/libssl/src/crypto: Makefile crypto.h 
	lib/libssl/src/crypto/asn1: a_gentm.c a_mbstr.c a_print.c 
	                            a_time.c a_utctm.c f_int.c 
	                            f_string.c t_x509.c 
	lib/libssl/src/crypto/bf: bftest.c 
	lib/libssl/src/crypto/bio: b_dump.c 
	lib/libssl/src/crypto/conf: conf_def.h keysets.pl 
	lib/libssl/src/crypto/des: fcrypt.c 
	lib/libssl/src/crypto/evp: encode.c 
	lib/libssl/src/crypto/hmac: hmactest.c 
	lib/libssl/src/crypto/md2: md2_one.c md2test.c 
	lib/libssl/src/crypto/md4: md4_one.c 
	lib/libssl/src/crypto/md5: md5_one.c 
	lib/libssl/src/crypto/mdc2: mdc2test.c 
	lib/libssl/src/crypto/objects: obj_dat.c 
	lib/libssl/src/crypto/pem: pem_lib.c 
	lib/libssl/src/crypto/ripemd: rmdtest.c 
	lib/libssl/src/crypto/sha: sha1test.c shatest.c 
	lib/libssl/src/crypto/x509: x509_obj.c 
	lib/libssl/src/crypto/x509v3: v3_ia5.c v3_prn.c v3_utl.c 
	lib/libssl/src/ssl: s2_lib.c s3_enc.c ssl_ciph.c tls1.h 
Removed files:
	lib/libssl/src/crypto: ebcdic.c ebcdic.h 

Log message:
Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity
with the bearded ones...
some API's that nobody should be using will dissapear with this commit.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/15 12:01:19

Log message:
    Import the OpenSSL libcrypto tests in a form suitable for our rergress
    infrastructure.
    The following tests have not been imported, for their code lacks a licence:
    asn1, rsa, sha256, sha512, wp.
    
    Status:
    
    Vendor Tag:	OPENSSL
    Release Tags:	openssl_1_0_1g
    
    N src/regress/lib/libcrypto/Makefile
    N src/regress/lib/libcrypto/bn/Makefile
    N src/regress/lib/libcrypto/bn/bntest.c
    N src/regress/lib/libcrypto/ec/Makefile
    N src/regress/lib/libcrypto/ec/ectest.c
    N src/regress/lib/libcrypto/ecdsa/Makefile
    N src/regress/lib/libcrypto/ecdsa/ecdsatest.c
    N src/regress/lib/libcrypto/ecdh/Makefile
    N src/regress/lib/libcrypto/ecdh/ecdhtest.c
    N src/regress/lib/libcrypto/exp/Makefile
    N src/regress/lib/libcrypto/exp/exptest.c
    N src/regress/lib/libcrypto/idea/Makefile
    N src/regress/lib/libcrypto/idea/ideatest.c
    N src/regress/lib/libcrypto/sha/Makefile
    N src/regress/lib/libcrypto/sha/shatest.c
    N src/regress/lib/libcrypto/sha1/Makefile
    N src/regress/lib/libcrypto/sha1/sha1test.c
    N src/regress/lib/libcrypto/mdc2/Makefile
    N src/regress/lib/libcrypto/mdc2/mdc2test.c
    N src/regress/lib/libcrypto/rmd/Makefile
    N src/regress/lib/libcrypto/rmd/rmdtest.c
    N src/regress/lib/libcrypto/md4/Makefile
    N src/regress/lib/libcrypto/md4/md4test.c
    N src/regress/lib/libcrypto/md5/Makefile
    N src/regress/lib/libcrypto/md5/md5test.c
    N src/regress/lib/libcrypto/hmac/Makefile
    N src/regress/lib/libcrypto/hmac/hmactest.c
    N src/regress/lib/libcrypto/rc2/Makefile
    N src/regress/lib/libcrypto/rc2/rc2test.c
    N src/regress/lib/libcrypto/rc4/Makefile
    N src/regress/lib/libcrypto/rc4/rc4test.c
    N src/regress/lib/libcrypto/bf/Makefile
    N src/regress/lib/libcrypto/bf/bftest.c
    N src/regress/lib/libcrypto/cast/Makefile
    N src/regress/lib/libcrypto/cast/casttest.c
    N src/regress/lib/libcrypto/des/Makefile
    N src/regress/lib/libcrypto/des/destest.c
    N src/regress/lib/libcrypto/rand/Makefile
    N src/regress/lib/libcrypto/rand/randtest.c
    N src/regress/lib/libcrypto/dh/Makefile
    N src/regress/lib/libcrypto/dh/dhtest.c
    N src/regress/lib/libcrypto/dsa/Makefile
    N src/regress/lib/libcrypto/dsa/dsatest.c
    N src/regress/lib/libcrypto/evp/Makefile
    N src/regress/lib/libcrypto/evp/evptest.c
    N src/regress/lib/libcrypto/evp/evptests.txt
    N src/regress/lib/libcrypto/ige/Makefile
    N src/regress/lib/libcrypto/ige/igetest.c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/15 12:01:42

Modified files:
	regress/lib    : Makefile 

Log message:
+libcrypto


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/15 12:02:05

Modified files:
	lib/libssl/src/crypto/engine: eng_all.c engine.h 
	lib/libssl/src/engines: Makefile 
	lib/libssl/src/util: mk1mf.pl mkfiles.pl 
Removed files:
	lib/libssl/src/engines/ccgost: Makefile README.gost e_gost_err.c 
	                               e_gost_err.h e_gost_err.proto 
	                               gost.ec gost2001.c 
	                               gost2001_keyx.c gost2001_keyx.h 
	                               gost89.c gost89.h gost94_keyx.c 
	                               gost_ameth.c gost_asn1.c 
	                               gost_crypt.c gost_ctl.c 
	                               gost_eng.c gost_keywrap.c 
	                               gost_keywrap.h gost_lcl.h 
	                               gost_md.c gost_params.c 
	                               gost_params.h gost_pmeth.c 
	                               gost_sign.c gosthash.c gosthash.h 
	                               gostsum.c 

Log message:
Remove the GOST engine: It is not compiled or used and depends on the
"dynamic engine" feature that is not enabled in our build.  People who
need it can still pull it out of the Attic; if it is to have a Russian
engine just because it's a Russian engine.

OK deraadt@ beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/15 12:08:42

Removed files:
	lib/libssl/src/crypto/bf: bftest.c 
	lib/libssl/src/crypto/bn: bntest.c exptest.c 
	lib/libssl/src/crypto/cast: casttest.c 
	lib/libssl/src/crypto/des: destest.c 
	lib/libssl/src/crypto/dh: dhtest.c 
	lib/libssl/src/crypto/dsa: dsatest.c 
	lib/libssl/src/crypto/ec: ectest.c 
	lib/libssl/src/crypto/ecdh: ecdhtest.c 
	lib/libssl/src/crypto/ecdsa: ecdsatest.c 
	lib/libssl/src/crypto/evp: evp_test.c 
	lib/libssl/src/crypto/hmac: hmactest.c 
	lib/libssl/src/crypto/idea: ideatest.c 
	lib/libssl/src/crypto/md2: md2test.c 
	lib/libssl/src/crypto/md4: md4test.c 
	lib/libssl/src/crypto/md5: md5test.c 
	lib/libssl/src/crypto/mdc2: mdc2test.c 
	lib/libssl/src/crypto/rand: randtest.c 
	lib/libssl/src/crypto/rc2: rc2test.c 
	lib/libssl/src/crypto/rc4: rc4test.c 
	lib/libssl/src/crypto/ripemd: rmdtest.c 
	lib/libssl/src/crypto/sha: sha1test.c shatest.c 

Log message:
Moved to regress/lib/libcrypto.


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2014/04/15 12:08:58

Modified files:
	usr.bin/hexdump: od.1 

Log message:
add a STANDARDS section; pointed out by jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/15 12:10:10

Removed files:
	lib/libssl/src/crypto/bn: divtest.c 
	lib/libssl/src/crypto/jpake: jpaketest.c 
	lib/libssl/src/crypto/rsa: rsa_test.c 
	lib/libssl/src/crypto/srp: srptest.c 
	lib/libssl/src/crypto/whrlpool: wp_test.c 

Log message:
No licence.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/15 12:53:13

Modified files:
	lib/libssl/src/doc/apps: ec.pod ecparam.pod 

Log message:
No longer mention OPENSSL_EC_BIN_PT_COMP being required to allow for
`compressed' EC point representation.

First, as researched by djb, quoting from http://cr.yp.to/ecdh/patents.html :
``It should, in any case, be obvious to the reader that a patent cannot
cover compression mechanisms published seven years before the patent
was filed.''

Second, that define was actually removed from the code in in OpenSSL 1.0.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/15 12:55:21

Modified files:
	lib/libssl/src/crypto/ec: ec_lib.c 

Log message:
In EC_POINT_invert(), actually check the correct function pointer for NULL
before attempting to invoke it; trivial one-liner in OpenSSL RT #2569 ignored
for 2.5 years.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/04/15 13:00:01

Modified files:
	education/verbiste: Makefile distinfo 

Log message:
maintenance update to 0.1.41


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/15 13:42:56

Modified files:
	lib/libssl/src/ssl: s23_clnt.c s23_srvr.c s3_cbc.c s3_clnt.c 
	                    s3_enc.c ssl_ciph.c ssl_lib.c ssltest.c 
	                    t1_enc.c 

Log message:
remove FIPS mode support. people who require FIPS can buy something that
meets their needs, but dumping it in here only penalizes the rest of us.
ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/15 13:59:36

Removed files:
	lib/libssl/src/apps: openssl-vms.cnf 
	lib/libssl/src/crypto: vms_rms.h 
	lib/libssl/src/crypto/bn: vms-helper.c 
	lib/libssl/src/crypto/bn/asm: vms.mar 

Log message:
Go home, VMS, you're drunk


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/15 14:00:04

Removed files:
	lib/libssl/src/doc: ssleay.txt 

Log message:
Q: How would you like your lies, sir?
A: Rare.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/15 14:06:10

Modified files:
	lib/libcrypto/crypto: Makefile 
	lib/libssl/src/crypto: Makefile crypto.h o_fips.c o_init.c 
	                       opensslv.h 
	lib/libssl/src/crypto/aes: aes_misc.c 
	lib/libssl/src/crypto/bf: bf_skey.c blowfish.h 
	lib/libssl/src/crypto/bn: bn_lcl.h 
	lib/libssl/src/crypto/camellia: camellia.h cmll_utl.c 
	lib/libssl/src/crypto/cast: c_skey.c cast.h 
	lib/libssl/src/crypto/cmac: cmac.c 
	lib/libssl/src/crypto/des: des.h set_key.c 
	lib/libssl/src/crypto/dh: dh_gen.c dh_key.c dh_lib.c 
	lib/libssl/src/crypto/dsa: dsa_gen.c dsa_key.c dsa_lib.c 
	                           dsa_sign.c dsa_vrf.c 
	lib/libssl/src/crypto/ec: ec2_smpl.c ec_key.c ecp_mont.c 
	                          ecp_nist.c ecp_smpl.c 
	lib/libssl/src/crypto/ecdh: ech_lib.c 
	lib/libssl/src/crypto/ecdsa: ecs_lib.c 
	lib/libssl/src/crypto/err: err_all.c 
	lib/libssl/src/crypto/evp: Makefile digest.c e_null.c evp_enc.c 
	                           evp_locl.h m_dss.c m_dss1.c m_ecdsa.c 
	                           m_sha1.c 
	lib/libssl/src/crypto/hmac: hmac.c 
	lib/libssl/src/crypto/idea: i_skey.c idea.h 
	lib/libssl/src/crypto/md2: md2.h 
	lib/libssl/src/crypto/md4: md4.h 
	lib/libssl/src/crypto/md5: md5.h 
	lib/libssl/src/crypto/mdc2: mdc2.h 
	lib/libssl/src/crypto/pem: pem_all.c 
	lib/libssl/src/crypto/pkcs12: p12_crt.c 
	lib/libssl/src/crypto/rc2: rc2.h rc2_skey.c 
	lib/libssl/src/crypto/rc4: rc4_utl.c 
	lib/libssl/src/crypto/ripemd: ripemd.h 
	lib/libssl/src/crypto/rsa: rsa_crpt.c rsa_gen.c rsa_lib.c 
	                           rsa_pmeth.c rsa_sign.c 
	lib/libssl/src/crypto/seed: seed.c seed.h 
	lib/libssl/src/crypto/sha: sha.h 
	lib/libssl/src/crypto/whrlpool: whrlpool.h 
Removed files:
	lib/libssl/src/crypto: fips_ers.c 
	lib/libssl/src/crypto/evp: evp_fips.c 

Log message:
remove FIPS mode support. people who require FIPS can buy something that
meets their needs, but dumping it in here only penalizes the rest of us.
ok beck deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/15 14:13:09

Modified files:
	lib/libcrypto/crypto: Makefile 
	lib/libssl/src/crypto/dso: dso.h dso_dlfcn.c dso_openssl.c 
Removed files:
	lib/libssl/src/crypto/dso: dso_beos.c dso_dl.c dso_vms.c 
	                           dso_win32.c 

Log message:
Just like every web browser expands until it can read mail, every modular
library expands until it has its own dlfcn wrapper, and libcrypto is no
exception.

Remove the non-dlfcn DSO methods.

This causes public DSO_METHOD_{beos,dl,vms,win32} to disappear (major bump
coming soon). Note that portable software ought to use DSO_METHOD_openssl
instead of picking the backend directly (which makes one wonder why the
backends are exposed, as it is unlikely that more than one can work on
your system).

ok beck@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/15 14:14:23

Modified files:
	lib/libssl/src/apps: s_client.c 

Log message:
convert BIO_snprintf to snprintf
ok deraadt@ tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/15 14:19:57

Modified files:
	lib/libcrypto/crypto: Makefile 
	lib/libssl/src/crypto/asn1: a_digest.c a_sign.c a_verify.c 
	                            asn1.h asn1_mac.h asn_pack.c 
	lib/libssl/src/crypto/stack: safestack.h 
	lib/libssl/src/crypto/x509: x509.h 
	lib/libssl/src/util: mkstack.pl 
Removed files:
	lib/libssl/src/crypto/asn1: a_set.c 

Log message:
The NO_ASN1_OLD define was introduced in 0.9.7, 8 years ago, to allow for
obsolete (and mostly internal) routines to be compiled out.

We don't expect any reasonable software to stick to these interfaces, so better
clean up the view and unifdef -DNO_ASN1_OLD.

The astute reader will notice the existence of NO_OLD_ASN1 which serves a
similar purpose, but is more entangled. Its time will come, soon.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/15 14:21:01

Modified files:
	lib/libcrypto/crypto: shlib_version 
	lib/libssl/ssl : shlib_version 

Log message:
Crank major for libcrypto and libssl; more symbol removals to occur during the
next few moments, don't rush your update.
Requested by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/15 14:23:37

Modified files:
	lib/libssl/src/ssl: ssl_ciph.c 

Log message:
repair some whitespace


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/15 14:33:39

Removed files:
	lib/libssl/src/crypto/des: Imakefile 

Log message:
imake died in a fire a long time ago


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/15 14:36:28

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.macppc md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/15 14:49:00

Modified files:
	lib/libssl/src/crypto/des: Makefile des.h 
	lib/libcrypto/crypto: Makefile 

Log message:
12 years ago, old_des.h was used to provide compatibility with libdes.
The man page says "Compatibility des_ functions are provided for a short
while" and indeed even the original commit message says "The compatibility
functions will be removed in some future release, at the latest in
version 1.0." So here we are, a short while later.

Now I've only been an OpenBSD developer for 11 years, one year less than
this header has existed, but in that brief time, I've learned a thing or
two about deleting obsolete code. It doesn't delete itself. And worse,
people will continue using it until you force them onto a better path.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/15 14:50:02

Removed files:
	lib/libssl/src/crypto/des: des_old.c des_old.h des_old2.c 

Log message:
12 years ago, old_des.h was used to provide compatibility with libdes.
The man page says "Compatibility des_ functions are provided for a short
while" and indeed even the original commit message says "The compatibility
functions will be removed in some future release, at the latest in
version 1.0." So here we are, a short while later.

Now I've only been an OpenBSD developer for 11 years, one year less than
this header has existed, but in that brief time, I've learned a thing or
two about deleting obsolete code. It doesn't delete itself. And worse,
people will continue using it until you force them onto a better path.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/15 14:55:42

Modified files:
	gnu/usr.bin/cvs: Makefile.bsd-wrapper 
	gnu/usr.bin/lynx: Makefile.bsd-wrapper 
	gnu/usr.sbin/sendmail/sendmail: Makefile 
	kerberosV      : Makefile.inc 
	libexec/login_krb5: Makefile 
	libexec/login_krb5-or-pwd: Makefile 
	usr.bin/passwd : Makefile 
	usr.bin/telnet : Makefile 
	usr.sbin/httpd : Makefile.bsd-wrapper 
	usr.sbin/ldapd : Makefile 
	usr.sbin/nginx : Makefile.bsd-wrapper 
	usr.sbin/openssl: Makefile 
	usr.sbin/smtpd/smtpd: Makefile 

Log message:
Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ is
more comfortable.
Reminded by brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/15 15:00:14

Modified files:
	usr.bin/hexdump: od.1 

Log message:
document which bits are xsi; ok millert sobrado


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/15 15:04:55

Removed files:
	lib/libssl/src/crypto: Makefile 
	lib/libssl/src/crypto/aes: Makefile 
	lib/libssl/src/crypto/asn1: Makefile 
	lib/libssl/src/crypto/bf: Makefile 
	lib/libssl/src/crypto/bio: Makefile 
	lib/libssl/src/crypto/bn: Makefile 
	lib/libssl/src/crypto/buffer: Makefile 
	lib/libssl/src/crypto/camellia: Makefile 
	lib/libssl/src/crypto/cast: Makefile 
	lib/libssl/src/crypto/cmac: Makefile 
	lib/libssl/src/crypto/cms: Makefile 
	lib/libssl/src/crypto/comp: Makefile 
	lib/libssl/src/crypto/conf: Makefile 
	lib/libssl/src/crypto/des: Makefile 
	lib/libssl/src/crypto/dh: Makefile 
	lib/libssl/src/crypto/dsa: Makefile 
	lib/libssl/src/crypto/dso: Makefile 
	lib/libssl/src/crypto/ec: Makefile 
	lib/libssl/src/crypto/ecdh: Makefile 
	lib/libssl/src/crypto/ecdsa: Makefile 
	lib/libssl/src/crypto/engine: Makefile 
	lib/libssl/src/crypto/err: Makefile 
	lib/libssl/src/crypto/evp: Makefile 
	lib/libssl/src/crypto/hmac: Makefile 
	lib/libssl/src/crypto/idea: Makefile 
	lib/libssl/src/crypto/jpake: Makefile 
	lib/libssl/src/crypto/krb5: Makefile 
	lib/libssl/src/crypto/lhash: Makefile 
	lib/libssl/src/crypto/md2: Makefile 
	lib/libssl/src/crypto/md4: Makefile 
	lib/libssl/src/crypto/md5: Makefile 
	lib/libssl/src/crypto/mdc2: Makefile 
	lib/libssl/src/crypto/modes: Makefile 
	lib/libssl/src/crypto/objects: Makefile 
	lib/libssl/src/crypto/ocsp: Makefile 
	lib/libssl/src/crypto/pem: Makefile 
	lib/libssl/src/crypto/pkcs12: Makefile 
	lib/libssl/src/crypto/pkcs7: Makefile 
	lib/libssl/src/crypto/pqueue: Makefile 
	lib/libssl/src/crypto/rand: Makefile 
	lib/libssl/src/crypto/rc2: Makefile 
	lib/libssl/src/crypto/rc4: Makefile 
	lib/libssl/src/crypto/rc5: Makefile 
	lib/libssl/src/crypto/ripemd: Makefile 
	lib/libssl/src/crypto/rsa: Makefile 
	lib/libssl/src/crypto/seed: Makefile 
	lib/libssl/src/crypto/sha: Makefile 
	lib/libssl/src/crypto/srp: Makefile 
	lib/libssl/src/crypto/stack: Makefile 
	lib/libssl/src/crypto/store: Makefile 
	lib/libssl/src/crypto/ts: Makefile 
	lib/libssl/src/crypto/txt_db: Makefile 
	lib/libssl/src/crypto/ui: Makefile 
	lib/libssl/src/crypto/whrlpool: Makefile 
	lib/libssl/src/crypto/x509: Makefile 
	lib/libssl/src/crypto/x509v3: Makefile 

Log message:
we don't use these files for building


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/15 15:17:15

Modified files:
	lib/libcrypto/crypto/arch/alpha: opensslconf.h 
	lib/libcrypto/crypto/arch/amd64: opensslconf.h 
	lib/libcrypto/crypto/arch/arm: opensslconf.h 
	lib/libcrypto/crypto/arch/hppa: opensslconf.h 
	lib/libcrypto/crypto/arch/hppa64: opensslconf.h 
	lib/libcrypto/crypto/arch/i386: opensslconf.h 
	lib/libcrypto/crypto/arch/m88k: opensslconf.h 
	lib/libcrypto/crypto/arch/mips64: opensslconf.h 
	lib/libcrypto/crypto/arch/powerpc: opensslconf.h 
	lib/libcrypto/crypto/arch/sh: opensslconf.h 
	lib/libcrypto/crypto/arch/sparc: opensslconf.h 
	lib/libcrypto/crypto/arch/sparc64: opensslconf.h 
	lib/libcrypto/crypto/arch/vax: opensslconf.h 

Log message:
The more you remove Chtulhu^WVMS tentacles, the more there are


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/15 15:17:50

Removed files:
	lib/libssl/src/ssl: Makefile 

Log message:
we don't use this makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/15 15:21:20

Modified files:
	bin/pax        : pax.1 

Log message:
note some unsupported features, and clean up some macros - in particular,
whack a dose of unneccessary Em;

ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/15 15:34:05

Removed files:
	lib/libssl/src/util: bat.sh cygwin.sh do_ms.sh fixNT.sh 
	lib/libssl/src/util/pl: BC-32.pl Mingw32.pl OS2-EMX.pl VC-32.pl 
	                        linux.pl netware.pl ultrix.pl unix.pl 

Log message:
$infile="/home/eay/ssl/SSLeay/MINFO";
I wonder when these scripts were last used...


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/15 15:45:43

Removed files:
	lib/libssl/src/ssl: ssl_task.c 

Log message:
the VMS code is legion


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/15 15:47:56

Modified files:
	lib/libssl/src/apps: ciphers.c ocsp.c progs.h s_client.c 
	                     s_server.c s_time.c 
	lib/libssl/src/ssl: s23_clnt.c s23_lib.c s23_meth.c s23_srvr.c 
	                    ssl.h ssl_stat.c ssltest.c 
	lib/libssl/ssl : Makefile 
Removed files:
	lib/libssl/src/ssl: s2_clnt.c s2_enc.c s2_lib.c s2_meth.c 
	                    s2_pkt.c s2_srvr.c 

Log message:
remove ssl2 support even more completely.
in the process, always include ssl3 and tls1, we don't need config options
for them. when the time comes to expire ssl3, it will be with an ax.
checked by miod


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/15 15:55:38

Modified files:
	usr.bin/mg     : theo.c 

Log message:
My mailbox is full of shock.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/15 16:12:43

Removed files:
	lib/libssl/src/engines: Makefile 

Log message:
All the other old Makefiles are gone, so also remove unused engines
Makefile.  The directory is empty and will silently disappear in the
Attic (but there are more engines in another directory).


CVSROOT:	/cvs
Module name:	src
Changes by:	andre@cvs.openbsd.org	2014/04/15 16:35:11

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

Log message:
Print hashkey to debug output, this helps hash-action use cases to be tested.
Use log_debug() instead of log_info().

ok reyk@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/15 16:37:36

Modified files:
	lib/libssl/src/crypto: uid.c 

Log message:
Remove wraparounds for operating systems which lack issetugid().
I will note that some were missing, looking at you Solaris!!!  Anyone home?
Using my own copyright on the file now, since this is a rewrite of
a trivial wrapper around a system call I invented.
ok beck


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/15 16:43:53

Modified files:
	lib/libssl/src/ssl: ssl_cert.c 
Removed files:
	lib/libssl/src/ssl: LPdir_unix.c o_dir.c o_dir.h 

Log message:
o_dir.c had a very funny odor. all users of this now use standard functions.
consign it to the Attic.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/15 16:44:15

Modified files:
	lib/libcrypto/crypto: Makefile 

Log message:
don't even pretend to build md2, seed, or jpake
ok beck deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/15 16:45:37

Removed files:
	lib/libssl/src/crypto/evp: e_seed.c m_md2.c 
	lib/libssl/src/crypto/jpake: jpake.c jpake.h jpake_err.c 
	lib/libssl/src/crypto/md2: md2.c md2.h md2_dgst.c md2_one.c 
	lib/libssl/src/crypto/seed: seed.c seed.h seed_cbc.c seed_cfb.c 
	                            seed_ecb.c seed_locl.h seed_ofb.c 

Log message:
remove md2, jpake, and seed clutter.


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/15 16:49:20

Modified files:
	lib/libssl/src/apps: req.c 

Log message:
remove BIO_snprintf usage - convert to snprintf.
Interestingly this fixes a bug, as the code appears to have been
assuming that BIO_snprintf returns what snprintf does when it does not.
ok tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/15 17:01:34

Modified files:
	usr.bin/mandoc : apropos.1 

Log message:
remove documentation of the former macro key "NAME";
it got deleted with mansearch.h rev. 1.8


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/15 17:04:49

Modified files:
	lib/libssl/src/crypto: mem_clr.c 

Log message:
use explicit_bzero instead of a bizarro "no compiler could ever be smart
enough to optimize this" monstrosity.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/15 17:09:33

Modified files:
	lib/libssl/src/crypto: o_str.c 

Log message:
Three wrappers in this file: OPENSSL_strncasecmp, OPENSSL_strcasecmp,
and OPENSSL_memcmp.

All modern systems have strncasecmp.  No need to rewrite it.

Same with memcmp, call the system one!  It is more likely to be hot
in the icache, and is specifically optimized for the platform.  I
thought these OpenSSL people cared about performance?

ok tedu


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/15 17:20:08

Modified files:
	lib/libssl/src/crypto: o_init.c 

Log message:
strip this to the bone


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/15 17:47:57

Modified files:
	usr.bin/mandoc : mansearch.c 

Log message:
At the end of mansearch(), fchdir() back to where we started from;
this is cleaner and helps to not scatter gmon.out files all over
the place when profiling.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/15 18:03:52

Removed files:
	lib/libssl/src/crypto/des: des.c 

Log message:
you do not want to do the things this program does


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2014/04/15 18:13:30

Modified files:
	lib/libssl/src/ssl: s3_srvr.c 

Log message:
KNF


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/04/15 18:26:59

Modified files:
	sys/dev/ic     : nvme.c nvmereg.h 

Log message:
have nvme_poll return the status bigs from the completion ring
entry. if i ever implement timeouts ill use high bits in the int
or the phase bit to indicate non chip related errors. a successful
chip status conveniently maps to 0. how handy.

this lets me move the completion handling for the controller
identification commands back into the caller. at the moment im just
printing out controller and firmware details like we do on
mfi/mpii/mfii.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/15 18:33:24

Modified files:
	usr.bin/mandoc : mansearch.c 

Log message:
Pass the function flags SQLITE_UTF8 (because SQLITE_ANY is deprecated)
and SQLITE_DETERMINISTIC when creating deterministic functions;
best practice measure suggested by espie@ and jeremy@;
as expected by jeremy@, no measurable effect on performance.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/04/15 19:19:28

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

Log message:
print the board name and firmware revision like we do on mpii and
nvme and other stuff.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/04/15 19:28:02

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

Log message:
set ourselves up to respect the max data transfer size.


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2014/04/15 19:35:37

Modified files:
	lib/libssl/src/crypto: mem.c 

Log message:
Remove disabled code that wouldn't work now that cleanse_ptr was
removed.

Also, fix some nearby KNF nits that were bothering me.

ok beck


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/15 19:43:06

Modified files:
	lib/libssl/src/ssl: d1_srvr.c s3_srvr.c 

Log message:
strncpy(d, s, strlen(s)) is a special kind of stupid. even when it's right,
it looks wrong. replace with auditable code and eliminate many strlen calls
to improve efficiency. (wait, did somebody say FASTER?) ok beck


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/04/15 19:57:45

Modified files:
	productivity/vit: Makefile distinfo 
	productivity/vit/patches: patch-README patch-vit_pl 

Log message:
Update to Vit 1.2
From Kent R. Spillner  (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/04/15 20:01:59

Log message:
    Import audio/paulstretch. Paulstretch is a program designed for extreme
    stretching (50x or more) of audio files. It can turn any song or sound into
    an audio texture.
    ok benoit@
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2014-Apr-15
    
    N ports/audio/paulstretch/Makefile
    N ports/audio/paulstretch/distinfo
    N ports/audio/paulstretch/pkg/PLIST
    N ports/audio/paulstretch/pkg/DESCR
    N ports/audio/paulstretch/patches/patch-contrib_kiss_fft_h
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/04/15 20:02:32

Modified files:
	audio          : Makefile 

Log message:
+paulstretch


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/15 20:14:27

Modified files:
	lib/libssl/src/apps: apps.c asn1pars.c ca.c ciphers.c cms.c 
	                     crl.c crl2p7.c dgst.c dh.c dhparam.c dsa.c 
	                     dsaparam.c ec.c ecparam.c enc.c engine.c 
	                     errstr.c gendh.c gendsa.c genpkey.c 
	                     genrsa.c nseq.c ocsp.c openssl.c passwd.c 
	                     pkcs12.c pkcs7.c pkcs8.c pkey.c pkeyparam.c 
	                     pkeyutl.c prime.c rand.c req.c rsa.c 
	                     rsautl.c s_apps.h s_client.c s_server.c 
	                     s_socket.c sess_id.c smime.c speed.c 
	                     spkac.c srp.c x509.c 

Log message:
spray the apps directory with anti-VMS napalm.
so that its lovecraftian horror is not forever lost, i reproduce below
a comment from the deleted code.

/* 2011-03-22 SMS.
* If we have 32-bit pointers everywhere, then we're safe, and
* we bypass this mess, as on non-VMS systems.  (See ARGV,
* above.)
* Problem 1: Compaq/HP C before V7.3 always used 32-bit
* pointers for argv[].
* Fix 1: For a 32-bit argv[], when we're using 64-bit pointers
* everywhere else, we always allocate and use a 64-bit
* duplicate of argv[].
* Problem 2: Compaq/HP C V7.3 (Alpha, IA64) before ECO1 failed
* to NULL-terminate a 64-bit argv[].  (As this was written, the
* compiler ECO was available only on IA64.)
* Fix 2: Unless advised not to (VMS_TRUST_ARGV), we test a
* 64-bit argv[argc] for NULL, and, if necessary, use a
* (properly) NULL-terminated (64-bit) duplicate of argv[].
* The same code is used in either case to duplicate argv[].
* Some of these decisions could be handled in preprocessing,
* but the code tends to get even uglier, and the penalty for
* deciding at compile- or run-time is tiny.
*/


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/15 20:42:06

Modified files:
	lib/libssl/src/crypto: cryptlib.c 

Log message:
Remove non-posix support. Why is OPENSSL_isservice even here?
Is this a crypto library or a generic platform abstraction library?
"A hack to make Visual C++ 5.0 work correctly" ... time to upgrade.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/15 20:50:09

Modified files:
	lib/libssl/src/apps: app_rand.c apps.c s_client.c s_server.c 
	                     s_socket.c s_time.c speed.c 

Log message:
first round of unifdef hammering


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/15 20:51:01

Modified files:
	lib/libssl/src/apps: s_client.c 

Log message:
missed vms comment


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/15 21:21:29

Modified files:
	lib/libssl/src/crypto/rand: randfile.c 

Log message:
API compat fix. RAND_load_file can never fail now. discovered and ok beck.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/15 21:24:47

Removed files:
	lib/libssl/src/crypto/des: read_pwd.c 

Log message:
dead file


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/15 21:24:53

Modified files:
	lib/libcrypto/crypto: Makefile 
Added files:
	lib/libssl/src/crypto: malloc-wrapper.c 
Removed files:
	lib/libssl/src/crypto: mem.c 

Log message:
Your operating system memory allocation functions are your friend. If they
are not please fix your operating system. Replace mem.c with an API-compatible
wrapper that just calls the system functions and does not allow a one word
modification of a variable in a running shared library to turn on memory
debug functions that expose things that should not be seen.
ok tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/15 22:17:29

Modified files:
	libexec/login_tis: login_tis.h 

Log message:
This was subtly using des_old.h defines (des_key_schedule) without using any
of its routines. Trivial fix, since des_old.h used to mention
#define des_key_schedule DES_key_schedule


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/15 22:31:32

Modified files:
	lib/libcrypto/crypto: Makefile 
	lib/libssl/src/crypto/des: des.h 
Removed files:
	lib/libssl/src/crypto/des: read2pwd.c 

Log message:
Remove DES_read_password and DES_read_2passwords which are `modern' flavours
of des_old.h routines, acting as wrappers about the OpenSSL UI API.
Nothing should use these functions directly.
Riding the recent libcrypto major bump (in a `des' car).


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/15 22:38:11

Modified files:
	lib/libssl/src/crypto/bf: blowfish.h 
	lib/libssl/src/crypto/des: qud_cksm.c 
	lib/libssl/src/crypto/md4: md4.h 
	lib/libssl/src/crypto/md5: md5.h 
	lib/libssl/src/crypto/ripemd: ripemd.h 
	lib/libssl/src/crypto/sha: sha.h 

Log message:
Remove _CRAY references. Note that this pleads for the use of 
fixed-width types instead of choosing int or long depending upon what we
think the architecture support.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/15 22:59:56

Modified files:
	sbin/iked      : chap_ms.c 

Log message:
More des_foo -> DES_foo


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/15 23:09:01

Modified files:
	multimedia/xine-lib: Makefile distinfo 
	multimedia/xine-lib/patches: 
	                             patch-src_post_deinterlace_plugins_Makefile_in 
Removed files:
	multimedia/xine-lib/patches: 
	                             patch-src_combined_ffmpeg_Makefile_in 
	                             patch-src_demuxers_demux_flv_c 
	                             patch-src_demuxers_demux_qt_c 
	                             patch-src_demuxers_demux_real_c 
	                             patch-src_libreal_xine_real_video_decoder_c 
	                             patch-src_xine-engine_buffer_types_c 

Log message:
Update to Xine-lib 1.2.5.

ok juanfra@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/15 23:16:39

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

Log message:
Upgrade from des_old misery


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/15 23:31:11

Modified files:
	www/gnash      : Makefile 
	www/gnash/patches: patch-macros_ffmpeg_m4 

Log message:
Reinstate some macro removal from macros/ffmpeg.m4 that was blown away by
accident with the previous commit so as to not have an unnecessary and
hidden dependency on libdca (libdts).

Reported by and ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/15 23:49:55

Modified files:
	usr.bin/telnet : enc_des.c 

Log message:
des_cblock -> DES_cblock


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/15 23:57:05

Modified files:
	usr.sbin/npppd/npppd: chap_ms.c 

Log message:
sync with iked chap_ms.c


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/16 00:04:01

Modified files:
	x11/gnome/user-docs: Makefile distinfo 

Log message:
Update to gnome-user-docs-3.12.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/16 01:14:48

Modified files:
	x11/gnome/polari: Makefile distinfo 
	x11/gnome/polari/pkg: PLIST 

Log message:
update to polari-3.12.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/16 01:24:15

Modified files:
	x11/gnome/mutter: Makefile distinfo 
	x11/gnome/mutter/pkg: PLIST 

Log message:
update to mutter-3.12.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/16 01:28:34

Modified files:
	x11/gnome/shell: Makefile distinfo 
	x11/gnome/shell/pkg: PLIST 
Removed files:
	x11/gnome/shell/patches: patch-js_ui_appDisplay_js 
	                         patch-js_ui_iconGrid_js 
	                         patch-js_ui_search_js 

Log message:
update to gnome-shell-3.12.1


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/16 02:02:31

Modified files:
	usr.bin/tmux   : server-client.c 

Log message:
Because we pass the file descriptor from client to server, tmux can't
usefully work if stdin is /dev/tty. Complain about it more clearly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/16 02:18:16

Modified files:
	x11/dbus       : Makefile 
	x11/dbus/patches: patch-dbus_dbus-sysdeps-util-unix_c 

Log message:
Simplify.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/16 02:25:06

Modified files:
	regress/lib/libcrypto/des: destest.c 

Log message:
adapt to the less old des api


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/16 02:29:22

Modified files:
	regress/lib/libssl: Makefile 

Log message:
adapt to test file moves
md2test and rsatest targets removed as the files have been removed


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2014/04/16 02:52:28

Modified files:
	usr.sbin/snmpctl: snmpclient.c 

Log message:
close memory leaks in snmp client code

ok reyk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/04/16 03:07:38

Modified files:
	security/nss   : Makefile distinfo 
	security/nss/patches: patch-nss_lib_ckfw_builtins_certdata_txt 

Log message:
Update to nss 3.16, will be needed by gecko 29.

See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.16_release_notes

Tested on ppc/amd64/sparc64.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/16 03:41:43

Removed files:
	lib/libssl/src/doc/crypto: OPENSSL_ia32cap.pod 
	                           OPENSSL_Applink.pod des_modes.pod 
	                           mdc2.pod 

Log message:
Remove pointless man pages that were not installed.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/16 03:50:10

Modified files:
	lib/libcrypto/man: Makefile 
	lib/libssl/man : Makefile 
Added files:
	lib/libssl/src/doc/crypto: BF_set_key.pod BIO.pod 
	                           BUF_MEM_new.pod 
	                           CRYPTO_set_locking_callback.pod 
	                           DES_set_key.pod ERR.pod HMAC.pod 
	                           MD5.pod PEM_read_bio_PrivateKey.pod 
	                           RAND.pod RC4.pod RIPEMD160.pod 
	                           SHA1.pod 
	lib/libssl/src/doc/ssl: BIO_f_ssl.pod 
Removed files:
	lib/libssl/src/doc/crypto: BIO_f_ssl.pod bio.pod blowfish.pod 
	                           buffer.pod des.pod err.pod hmac.pod 
	                           md5.pod pem.pod rand.pod rc4.pod 
	                           ripemd.pod sha.pod threads.pod 

Log message:
Sync the list of man pages for libcrypto, explicity rename conflicting
pages instead of doing it in the Makefiles and move a libssl page where
it belongs.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	zhuk@cvs.openbsd.org	2014/04/16 04:31:27

Modified files:
	usr.bin/libtool: Makefile 
	usr.bin/libtool/LT: Archive.pm LaFile.pm Library.pm Util.pm 
	usr.bin/libtool/LT/Mode: Link.pm 
	usr.bin/libtool/LT/Mode/Link: Library.pm Program.pm 
Added files:
	usr.bin/libtool/LT: UList.pm 

Log message:
Make directory ordering in our libtool stable. Fixes quiet a few issues
ajacoutot@, me and probably others were seeing. No fallout in bulk build.

Input from espie@ and ajacoutot@.
Prodding by ajacoutot@
Bulk test by jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/16 04:52:59

Modified files:
	libexec/ld.so/alpha: archdep.h rtld_machine.c 
	libexec/ld.so/hppa: rtld_machine.c 
	libexec/ld.so/sparc: rtld_machine.c 
	libexec/ld.so/sparc64: rtld_machine.c 

Log message:
It's been a quarter century: we can assume volatile is present with that name.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/16 05:36:14

Modified files:
	security/l0phtcrack: Makefile 
	security/l0phtcrack/patches: patch-includes_h patch-readsmb_c 

Log message:
unbreak build, this was relying on stdio.h coming in via openssl includes


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2014/04/16 06:01:33

Modified files:
	share/man/man4/man4.luna88k: Makefile 
	sys/arch/luna88k/conf: GENERIC files.luna88k 
	sys/arch/luna88k/include: conf.h 
	sys/arch/luna88k/luna88k: conf.c mainbus.c pmap_table.c 
Added files:
	share/man/man4/man4.luna88k: pcexmem.4 
	sys/arch/luna88k/dev: pcex.c 
	sys/arch/luna88k/include: pcex.h 

Log message:
Add generic driver for "NEC PC-9801(*) extension board slot" on
LUNA-88K.

LUNA-88K{,2} has one or two slot(s) that can attach the extension
board designed for PC-9801.  This driver provides dedicated mmap(2)
and capability for waiting specified interrupt on that slot so that we
can use the extension board from userland program.

(*)PC-9801 is a Japanese popular personal computer, mainly used in
1980-90's. (see http://en.wikipedia.org/wiki/NEC_PC-9801)

ok miod@, and man pages jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2014/04/16 06:08:46

Modified files:
	lib/libcrypto/man: Makefile 

Log message:
unbreak install; /usr/share/man/man3/EVP_PKEY_print_private.3 should link to
/usr/share/man/man3/EVP_PKEY_print_public.3 not itself, from deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/16 06:35:51

Modified files:
	x11/dbus       : Makefile 
	x11/dbus/patches: patch-dbus_dbus-sysdeps-util-unix_c 

Log message:
Respect max_len.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/16 06:40:17

Modified files:
	x11/gnome/desktop: Makefile distinfo 

Log message:
Update to gnome-desktop-3.12.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/16 06:42:39

Modified files:
	meta/gnome     : Makefile 

Log message:
Welcome GNOME 3.12.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/16 07:01:09

Modified files:
	lib/libssl/src/crypto/bio: bss_dgram.c bss_fd.c bss_sock.c 

Log message:
Clean up non-fatal error handling - we know which error numbers we have
defined.

ok miod@ beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/04/16 07:04:38

Modified files:
	sys/netinet    : in_pcb.c in_pcb.h udp_usrreq.c 
	sys/netinet6   : in6_pcb.c udp6_output.c 

Log message:
Merge in_fixaddr() into in_selectsrc() in order to prepare for
IP_SENDSRCADDR support.  This reduces the differences with the
IPv6 version and kill some comments that are no longer true.

ok jca@, chrisz@, mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/04/16 07:12:22

Modified files:
	distrib/miniroot: install.sub 

Log message:
Tweak network interface configuration so that after 1st attempted
(rather than first successfull) configuration, the default selection
becomes [done]. This allows one to  past network configuration.
e.g. when dhcp is not working.

Requested by deraadt@. ok halex@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/16 07:24:51

Modified files:
	x11/gnome/settings-daemon: Makefile distinfo 
Removed files:
	x11/gnome/settings-daemon/patches: 
	                                   patch-plugins_datetime_gsd-timezone-monitor_c 
	                                   patch-plugins_keyboard_gsd-keyboard-manager_c 

Log message:
Update to gnome-settings-daemon-3.12.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/16 07:57:14

Modified files:
	lib/libssl/src/crypto/rand: rc4_rand.c 

Log message:
Some software expects RAND_status() to return 1 for success, so always
return 1 in the arc4random backend because there is no possible error
condition.  Unbreaks lynx, git and friends.

ok miod@ dcoppa@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/04/16 07:57:58

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
OpenSSL is not the only place with bloated code! Remove unused
function 'option_as_string()'.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/04/16 08:12:04

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

Log message:
Pushed upstream.


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/16 08:31:03

Modified files:
	lib/libssl/src/crypto: mem_dbg.c 

Log message:
Make this byzantine horror a shell of it's former self by stubbing the
functions. The ability to set the debug mem functions died with mem.c,
but some of the rest of this is still exposed API so we can't delete it..
yet...
ok tedu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/16 08:33:48

Modified files:
	x11/gnome/controlcenter: Makefile distinfo 
Removed files:
	x11/gnome/controlcenter/patches: 
	                                 patch-panels_info_cc-info-panel_c 

Log message:
Update to gnome-control-center-3.12.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	zhuk@cvs.openbsd.org	2014/04/16 08:39:06

Modified files:
	usr.bin/libtool/LT: Library.pm 
	usr.bin/libtool/LT/Mode: Compile.pm Link.pm 
	usr.bin/libtool/LT/Mode/Link: Library.pm Program.pm 

Log message:
Whitespace tweaks before further tweaks; no objections from ajacoutot@.


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/16 08:43:43

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

Log message:
My previous attempt to chdir(2) to the directory containing the cgi
script was not quite right. slowcgi would try to chdir("") with a
SCRIPT_NAME of /foo.cgi; chdir("/") in that case.
I'm not sure how one would configure nginx/slowcgi to get to that
point though.
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/16 09:00:28

Modified files:
	lib/libssl/src/crypto/bio: b_dump.c b_print.c b_sock.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/16 09:01:02

Modified files:
	lib/libssl/src/crypto/bio: bf_buff.c bf_lbuf.c bf_nbio.c 
	                           bf_null.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/16 09:05:23

Modified files:
	lib/libssl/src/crypto/bio: bio_cb.c bio_err.c bio_lib.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/16 09:10:07

Modified files:
	lib/libssl/src/ssl: s23_clnt.c s23_srvr.c ssl_asn1.c ssl_lib.c 
	                    ssl_locl.h ssl_sess.c ssl_txt.c 

Log message:
Kill the bogus "send an SSLv3/TLS hello in SSLv2 format" crap from
the SSLv23_* client code.  The server continues to accept it.  It
also kills the bits for SSL2 SESSIONs; even when the server gets
an SSLv2-style compat handshake, the session that it creates has
the correct version internally.

ok tedu@ beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/16 09:35:36

Modified files:
	lib/libssl/src/crypto/ts: ts_rsp_sign.c 

Log message:
replace some bio_snprintf crazy with regular snprintf.
beck had a diff to convert to strftime, but it's easier to verify this
is functionally the same. ok beck.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/16 09:39:45

Modified files:
	lib/libssl/src/crypto/ts: ts_rsp_sign.c 

Log message:
revert. the full horror has only now revealed itself.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/16 09:57:43

Modified files:
	lib/libssl/src/apps: apps.c apps.h 

Log message:
First pass for KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/16 10:34:09

Modified files:
	lib/libssl/src/apps: app_rand.c apps.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/16 10:47:20

Modified files:
	lib/libssl/src/apps: asn1pars.c ca.c 

Log message:
Initial KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/16 10:49:12

Modified files:
	lib/libssl/src/crypto/ts: ts_rsp_sign.c 

Log message:
Mandatory Surgeon Guenther's Warning: This code could not possibly be
correct because it doesn't zerofill the front of usecs, but that's the
way I found it.
a more thorough emulation of the old code, but with fewer whacky snprintf
pointer arithmetic antics. ok beck guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/16 10:55:22

Modified files:
	lib/libssl/src/apps: ciphers.c cms.c crl.c crl2p7.c 

Log message:
Initial KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/16 11:04:13

Modified files:
	lib/libssl/src/apps: dgst.c dh.c dhparam.c dsa.c dsaparam.c 

Log message:
Initial KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/16 11:46:24

Modified files:
	lib/libssl/src/crypto/ts: ts_rsp_sign.c 

Log message:
Zero-pad usec format to handle values less than 100,000 correctly

ok matthew@ tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/16 11:52:31

Modified files:
	lib/libssl/src/apps: ocsp.c s_time.c 

Log message:
SSLv3_client_method() doesn't support TLSv1.*; use SSLv23_client_method()
the for anything where version negotiation would be useful.
Also, constipate a couple formatting strings to make compilers and
linkers happier.

ok tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/16 11:55:34

Modified files:
	lib/libssl/src/crypto/ui: ui_openssl.c 

Log message:
whack the ifdef pinata:
OPENSSL_SYSNAME_VXWORKS
OPENSSL_SYS_VMS
OPENSSL_SYS_MSDOS
OPENSSL_UNISTD
OPENSSL_SYS_WIN16
WIN_CONSOLE_BUG
OPENSSL_SYS_WINCE
SGTTY
OPENSSL_SYS_MACINTOSH_CLASSIC
MAC_OS_GUSI_SOURCE
OPENSSL_SYS_NETWARE
OPENSSL_SYS_SUNOS
__DJGPP__
OPENSSL_SYS_BEOS
OPENSSL_SYS_WIN32


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/16 11:59:17

Modified files:
	lib/libssl/src/ssl: s3_clnt.c s3_lib.c s3_srvr.c ssl.h 
	                    ssl_asn1.c ssl_ciph.c ssl_lib.c ssl_sess.c 
	                    ssl_txt.c ssltest.c t1_lib.c 
	lib/libssl/ssl : Makefile 
Removed files:
	lib/libssl/src/ssl: tls_srp.c 

Log message:
disentangle SRP code from TLS


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/16 12:05:55

Modified files:
	lib/libssl/src/ssl: s3_srvr.c t1_lib.c 

Log message:
Thanks to the knobs in http://tools.ietf.org/html/rfc5746, we have a knob
to say "allow this connection to negotiate insecurely". de-fang the code
that respects this option to ignore it.
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/16 12:23:52

Modified files:
	lib/libssl/src/apps: s_server.c 
	lib/libssl/src/crypto/asn1: asn1_gen.c asn1_par.c 
	lib/libssl/src/ssl: d1_both.c 

Log message:
fix a few bugs observed on http://www.viva64.com/en/b/0250/
ok krw miod


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/16 12:28:08

Modified files:
	lib/libssl/src/crypto: mem_dbg.c 

Log message:
delete a few leftovers


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/16 12:35:15

Removed files:
	lib/libssl/src/demos: README b64.c b64.pl privkey.pem selfsign.c 
	                      spkigen.c 
	lib/libssl/src/demos/asn1: README.ASN1 ocsp.c 
	lib/libssl/src/demos/bio: Makefile README saccept.c sconnect.c 
	                          server.pem 
	lib/libssl/src/demos/cms: cacert.pem cakey.pem cms_comp.c 
	                          cms_ddec.c cms_dec.c cms_denc.c 
	                          cms_enc.c cms_sign.c cms_sign2.c 
	                          cms_uncomp.c cms_ver.c comp.txt 
	                          encr.txt sign.txt signer.pem 
	                          signer2.pem 
	lib/libssl/src/demos/easy_tls: Makefile README cacerts.pem 
	                               cert.pem easy-tls.c easy-tls.h 
	                               test.c test.h 
	lib/libssl/src/demos/eay: Makefile base64.c conn.c loadrsa.c 
	lib/libssl/src/demos/engines/cluster_labs: Makefile 
	                                           cluster_labs.h 
	                                           hw_cluster_labs.c 
	                                           hw_cluster_labs.ec 
	                                           hw_cluster_labs_err.c 
	                                           hw_cluster_labs_err.h 
	lib/libssl/src/demos/engines/ibmca: Makefile hw_ibmca.c 
	                                    hw_ibmca.ec hw_ibmca_err.c 
	                                    hw_ibmca_err.h 
	                                    ica_openssl_api.h 
	lib/libssl/src/demos/engines/rsaref: Makefile README rsaref.c 
	                                     rsaref.ec rsaref_err.c 
	                                     rsaref_err.h 
	lib/libssl/src/demos/engines/zencod: Makefile hw_zencod.c 
	                                     hw_zencod.ec hw_zencod.h 
	                                     hw_zencod_err.c 
	                                     hw_zencod_err.h 
	lib/libssl/src/demos/maurice: Makefile README cert.pem 
	                              example1.c example2.c example3.c 
	                              example4.c loadkeys.c loadkeys.h 
	                              privkey.pem 
	lib/libssl/src/demos/pkcs12: README pkread.c pkwrite.c 
	lib/libssl/src/demos/prime: Makefile prime.c 
	lib/libssl/src/demos/sign: Makefile cert.pem key.pem sig.txt 
	                           sign.c sign.txt 
	lib/libssl/src/demos/smime: cacert.pem cakey.pem encr.txt 
	                            sign.txt signer.pem signer2.pem 
	                            smdec.c smenc.c smsign.c smsign2.c 
	                            smver.c 
	lib/libssl/src/demos/ssl: cli.cpp inetdsrv.cpp serv.cpp 
	lib/libssl/src/demos/ssltest-ecc: ECC-RSAcertgen.sh 
	                                  ECCcertgen.sh README 
	                                  RSAcertgen.sh ssltest.sh 
	lib/libssl/src/demos/state_machine: Makefile state_machine.c 
	lib/libssl/src/demos/tunala: A-client.pem A-server.pem CA.pem 
	                             INSTALL Makefile Makefile.am README 
	                             autogunk.sh autoungunk.sh 
	                             breakage.c buffer.c cb.c 
	                             configure.in ip.c sm.c test.sh 
	                             tunala.c tunala.h 
	lib/libssl/src/demos/x509: README mkcert.c mkreq.c 

Log message:
quoth the readme:
NOTE: Don't expect any of these programs to work with current
OpenSSL releases, or even with later SSLeay releases.
ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/04/16 12:46:41

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
Make dhclient -q even quieter. Make it immediately effective rather
than possibly emitting a couple of random memory allocation error
messages first.

ok guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/16 12:47:51

Modified files:
	lib/libcrypto/crypto: Makefile 

Log message:
No need to build with -DOPENSSL_NO_CAPIENG and -DOPENSSL_NO_HW_xxx for all
now removed engines.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/16 12:59:39

Modified files:
	usr.bin/mandoc : mandocdb.c 

Log message:
Give the mlinks and keys tables a pageid index,
as suggested by jeremy@ and espie@.

The mlinks index speeds up basic apropos(1) searches by around 30%
because it speeds up the final SELECT FROM mlinks query by about 95%.
For large result sets, the overall speedup gets even larger, in the
extreme case of "apropos Nd~." by more than 90%.
The keys index finally makes the apropos(1) -O option usable: It no longer
incurs relevant extra cost, while in the past it was embarrassingly slow.

This comes at a cost:  Total database build times grow by about 5%,
and each index adds about 10% database size with -Q.  I consider that
acceptable in view of the huge apropos(1) performance gains.
The -Q database for /usr/share/man still remains below 1 MB.


CVSROOT:	/cvs
Module name:	src
Changes by:	okan@cvs.openbsd.org	2014/04/16 13:03:14

Modified files:
	libexec/rshd   : rshd.c 

Log message:
add missing parens so that errorhost gets properly initialized.

ok tedu miod (who had the same diff)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/16 13:13:01

Modified files:
	lib/libcrypto/crypto: Makefile 

Log message:
No need to define ANSI_SOURCE and NO_ERR. TERMIOS kept until ui/ui_openssl.c
gets a second trim.


CVSROOT:	/cvs
Module name:	src
Changes by:	okan@cvs.openbsd.org	2014/04/16 13:14:57

Modified files:
	libexec/rshd   : rshd.c 

Log message:
Remove ifdef'd out KerberosIV and stream encryption support.  While
here, sort arguments.

ok tedu miod (who had the same diff with an additional bit of clean-up)


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/16 13:33:40

Modified files:
	lib/libssl/src/apps: apps.c 

Log message:
repair knf


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/16 13:36:19

Modified files:
	lib/libssl/src/apps: apps.c ca.c speed.c 

Log message:
lots of ifdef cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/16 13:42:24

Modified files:
	lib/libssl/src/crypto/bio: b_sock.c bio.h bio_cb.c bio_lcl.h 
	                           bss_acpt.c bss_conn.c bss_dgram.c 
	                           bss_file.c bss_log.c bss_sock.c 

Log message:
> As I walk through the valley of the shadow of death
> I take a look at my life and realize there's nothin' left
> Cause I've been blasting and laughing so long,
> That even my mama thinks that my mind is gone
Remove even more unspeakable evil being perpetuated in the name of VMS.
(and lesser evils done in the name of others.)
ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/16 13:54:20

Modified files:
	lib/libssl/src/crypto: cryptlib.h 
	lib/libssl/src/crypto/bio: b_dump.c bio.h bss_fd.c bss_file.c 
Removed files:
	lib/libssl/src/crypto/bio: bio_lcl.h 

Log message:
- Why do we hide from the OpenSSL police, dad?
- Because they're not like us, son. They use macros to wrap stdio routines,
for an undocumented (OPENSSL_USE_APPLINK) use case, which only serves to
obfuscate the code.

ok tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/16 14:36:35

Modified files:
	lib/libssl/src/crypto/bio: bss_log.c 
	lib/libssl/src/crypto/err: err.c 
	lib/libssl/src/crypto/evp: evp_key.c 
	lib/libssl/src/crypto/ts: ts_rsp_verify.c 
	lib/libssl/src/crypto/x509: by_dir.c x509_obj.c 
	lib/libssl/src/crypto/x509v3: v3_alt.c v3_info.c 
Removed files:
	lib/libssl/src/test: dummytest.c 

Log message:
Clean up dangerous strncpy use. This included a use where the resulting
string was potentially not nul terminated and a place where malloc return
was unchecked.
while we're at it remove dummytest.c
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/16 14:39:09

Modified files:
	lib/libssl/ssl : Makefile 
	lib/libssl/src/ssl: s3_clnt.c s3_lib.c s3_srvr.c ssl.h 
	                    ssl_asn1.c ssl_ciph.c ssl_lib.c ssl_sess.c 
	                    ssl_txt.c ssltest.c t1_lib.c 
Added files:
	lib/libssl/src/ssl: tls_srp.c 

Log message:
add back SRP. i was being too greedy.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/16 15:02:41

Modified files:
	usr.bin/tmux   : Makefile cmd.c tmux.1 tmux.h 
Removed files:
	usr.bin/tmux   : cmd-choose-list.c 

Log message:
Remove the choose-list command to prepare for some later choose-* work.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/16 15:16:19

Modified files:
	usr.bin/tmux   : tmux.h 

Log message:
Remove a leftover prototype and fix some spacing.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/16 15:16:33

Modified files:
	lib/libssl/src/ssl: s3_both.c ssl.h ssl_lib.c ssl_locl.h 
	lib/libssl/ssl : Makefile 

Log message:
TANSTAAFL - delete the buf freelist code. if you need a better malloc, get
a better malloc. ok beck deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/16 15:35:48

Modified files:
	usr.bin/mandoc : mandocdb.c mansearch.c 

Log message:
Rename the mpages.id column to mpages.pageid.  There is no good reason
to call this kid by a different name here than in all other tables.
Easier to polish this now than after enabling.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/16 16:00:44

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.macppc md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus mi 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	bmercer@cvs.openbsd.org	2014/04/16 16:33:03

Added files:
	sys/lib/libsa  : ufs2.c ufs2.h 

Log message:
Add ufs2 support and get one step closer to making ffs2 bootable. This work was done by Pedro Martelletto for bitrig. One small tweak to make it buildable with -Werror. "Please commit" miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/16 17:05:38

Modified files:
	usr.bin/tmux   : cmd-save-buffer.c grid.c procname.c 

Log message:
Memory leak in error path and unnecessary assignment, from clang.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/04/16 17:22:45

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

Log message:
skip leading zero bytes in buffer_put_bignum2_from_string();
reported by jan AT mojzis.com; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/04/16 17:28:12

Modified files:
	usr.bin/ssh    : ssh-agent.1 

Log message:
remove the identity files from this manpage - ssh-agent doesn't deal
with them at all and the same information is duplicated in ssh-add.1
(which does deal with them); prodded by deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2014/04/16 18:23:17

Modified files:
	education/gtypist: Makefile distinfo 

Log message:
Update to gtypist 2.9.4. OK naddy@ sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2014/04/16 19:51:07

Modified files:
	.              : plus.html 

Log message:
plus.html for March 31 to April 14. Mitigations to my faulty grammer from jj@.


CVSROOT:	/cvs
Module name:	www
Changes by:	lteo@cvs.openbsd.org	2014/04/16 20:34:12

Modified files:
	.              : 55.html 

Log message:
Expand the 64-bit time_t section, mostly based on Theo's slides for his
EuroBSDcon 2013 keynote "Y2038: Going long long on time_t to cope with
2,147,483,647+1"

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/16 20:50:32

Modified files:
	lib/libssl/src/crypto/bio: bio.h 

Log message:
tag some functions with bounded. idea and ok djm


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/16 23:50:25

Modified files:
	x11/gnome/yelp-tools: Makefile distinfo 

Log message:
Update to yelp-tools-3.12.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2014/04/17 00:05:59

Modified files:
	lang/python/3.3: Makefile distinfo 
	lang/python/3.3/patches: patch-Lib_test_test_socket_py 
	lang/python/3.3/pkg: PLIST-idle PLIST-main PLIST-tests 
	                     PLIST-tkinter 
Added files:
	lang/python/3.3/patches: patch-Lib_os_py 
	                         patch-Lib_test_test_os_py 
Removed files:
	lang/python/3.3/patches: patch-Modules_socketmodule_c 

Log message:
Update Python 3 from 3.3.2 to 3.3.5.
ok shadchin@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/04/17 00:27:36

ports/audio/p5-Audio-MPD/patches

Update of /cvs/ports/audio/p5-Audio-MPD/patches
In directory cvs.openbsd.org:/tmp/cvs-serv14535/p5-Audio-MPD/patches

Log Message:
Directory /cvs/ports/audio/p5-Audio-MPD/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/04/17 00:27:37

ports/audio/p5-Audio-MPD-Common/patches

Update of /cvs/ports/audio/p5-Audio-MPD-Common/patches
In directory cvs.openbsd.org:/tmp/cvs-serv14535/p5-Audio-MPD-Common/patches

Log Message:
Directory /cvs/ports/audio/p5-Audio-MPD-Common/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/04/17 00:38:54

Modified files:
	sys/scsi       : mpath_emc.c 

Log message:
rework this to implement the active path checks when mpath asks for
it rather than on attach. just need to implement a sense handler
to detect failover and this is done.

thanks to jmatthew@ for plugging this together again for me.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2014/04/17 00:58:47

Modified files:
	games/alephone/alephone: Makefile distinfo 
	games/alephone/alephone/pkg: PLIST 
	games/alephone/scenarios/marathon: Makefile distinfo 
	games/alephone/scenarios/marathon/pkg: PLIST 
	games/alephone/scenarios/marathon2: Makefile distinfo 
	games/alephone/scenarios/marathon2/pkg: PLIST 
	games/alephone/scenarios/marathoninfinity: Makefile distinfo 
	games/alephone/scenarios/marathoninfinity/pkg: PLIST 
Added files:
	games/alephone/alephone/patches: 
	                                 patch-Source_Files_FFmpeg_Movie_cpp 

Log message:
Update to alephone-1.1 and marathon-0.0.20140104.

ok phessler@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2014/04/17 01:03:59

Modified files:
	emulators/mupen64plus: Makefile.inc 
	emulators/mupen64plus/audio-sdl: Makefile 
	emulators/mupen64plus/core: Makefile 
	emulators/mupen64plus/input-sdl: Makefile 
	emulators/mupen64plus/rsp-hle: Makefile 
	emulators/mupen64plus/rsp-z64: Makefile 
	emulators/mupen64plus/ui-console: Makefile 
	emulators/mupen64plus/video-arachnoid: Makefile 
	emulators/mupen64plus/video-glide64: Makefile 
	emulators/mupen64plus/video-glide64mk2: Makefile 
	emulators/mupen64plus/video-rice: Makefile 
	emulators/mupen64plus/video-z64: Makefile 

Log message:
Don't strip mupen64plus libs by default. Bump all modules.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/17 01:23:14

Modified files:
	lib/libssl/src/crypto/evp: e_aes.c 

Log message:
call the correct decrypt function in aes_cbc_cipher()

From:

commit e9c80e04c1a3b5a0de8e666155ab4ecb2697a77d
Author: Andy Polyakov 
Date:   Wed Dec 18 21:42:46 2013 +0100

evp/e_[aes|camellia].c: fix typo in CBC subroutine.

It worked because it was never called.

Our e_camellia.c does not have this problem.

ok miod@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/17 01:36:45

Modified files:
	usr.bin/tmux   : format.c options-table.c server-window.c 
	                 status.c tmux.1 tmux.h window.c 

Log message:
Remove the monitor-content option and associated bits and bobs. It's
never worked very well. If there is a big demand for it to return, will
consider better ways to do it.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/17 01:43:20

Modified files:
	usr.bin/tmux   : cmd-show-options.c 

Log message:
Do not show the -fg, -bg and -attr options. If asked for one explicitly,
show the equivalent -style option instead.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/17 01:47:11

src/regress/lib/libcrypto/engine

Update of /cvs/src/regress/lib/libcrypto/engine
In directory cvs.openbsd.org:/tmp/cvs-serv23899/engine

Log Message:
Directory /cvs/src/regress/lib/libcrypto/engine added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/17 01:51:38

Modified files:
	usr.bin/tmux   : cmd-set-option.c tmux.1 

Log message:
Extend the -q flag to set-option to suppress errors about unknown
options - this will allow options to be removed more easily.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/17 01:52:08

Modified files:
	regress/lib/libcrypto: Makefile 
Added files:
	regress/lib/libcrypto/engine: Makefile enginetest.c 
Removed files:
	lib/libssl/src/crypto/engine: enginetest.c 

Log message:
move enginetest to regress as was done with the other tests


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/17 01:55:43

Modified files:
	usr.bin/tmux   : cmd-queue.c cmd-run-shell.c cmd-select-layout.c 
	                 cmd-set-option.c cmd-switch-client.c 
	                 key-bindings.c options-table.c tmux.1 tmux.c 
	                 tmux.h 

Log message:
Remove the "info" message mechanism, this was only used for about five
mostly useless and annoying messages. Change those commands to silence
on success like all the others. Still accept the -q command line flag
and "quiet" server option for now.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/17 02:06:59

Modified files:
	regress/lib/libssl: Makefile 

Log message:
Remove the ossltests target, these are now all in libcrypto regress
except sha256t/sha512t which are likely to be removed for license reasons.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/17 03:01:25

Modified files:
	lib/libc/arch/powerpc/gen: fabs.c flt_rounds.c fpgetmask.c 
	                           fpgetround.c fpgetsticky.c 
	                           fpsetmask.c fpsetround.c 
	                           fpsetsticky.c 
	lib/libc/arch/sparc64/fpu: fpu_arith.h fpu_qp.c 
	lib/libc/arch/ia64/gen: fpgetmask.c fpsetmask.c fpgetround.c 
	                        fpsetround.c 

Log message:
It's been a quarter century: we can assume volatile is present with that name.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/17 03:13:13

Modified files:
	usr.bin/tmux   : cmd-break-pane.c cmd-join-pane.c tmux.h 
	                 window.c 

Log message:
Correct the dance to fix the active pane in join-pane by pulling the
(right) code from break-pane and window_remove_pane into a helper
function.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2014/04/17 03:18:20

Modified files:
	lib/libssl/src/crypto/x509v3: v3_purp.c 

Log message:
OpenSSL PR#3309: when looking for an extension, set the last found position
to -1 to properly search all extensions.  ok tedu@

From http://git.openssl.org/gitweb/?p=openssl.git;a=commit;h=300b9f0b70


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/17 03:56:09

Modified files:
	usr.bin/last   : last.c 

Log message:
Correct some time_t printing; factor out a grotty block while here

Based on a diff from Arto Jonsson (ajonsson (at) kapsi.fi)
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/04/17 03:59:30

Modified files:
	sbin/dhclient  : bpf.c dhclient.c dhcpd.h packet.c 

Log message:
Eliminate a couple of always-NULL parameters. Eliminate some
pointless repetition of well-known info in log messages. Pass
around smaller bits of info. Make 'inaddr_any' a const struct
initialized with { INADDR_ANY }.

Tweaks and ok guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/17 04:17:56

Modified files:
	lib/libssl/src/apps: ca.c 

Log message:
minimal fix for ', ' issue in jsing's indent script


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/17 04:24:08

Modified files:
	lib/libssl/src/apps: s_time.c speed.c 
	lib/libssl/src/crypto: opensslconf.h.in 
	lib/libssl/src/crypto/bf: bf_opts.c bfspeed.c 
	lib/libssl/src/crypto/cast: cast_spd.c castopts.c 
	lib/libssl/src/crypto/des: des_locl.h des_opts.c speed.c 
	lib/libssl/src/crypto/idea: idea_spd.c 
	lib/libssl/src/crypto/rc2: rc2speed.c 
	lib/libssl/src/crypto/rc4: rc4speed.c 
	lib/libssl/src/crypto/rc5: rc5speed.c 
	lib/libssl/src/ssl: ssltest.c 

Log message:
unistd.h is always in the same place; no need to #include the result of
a maze of conditional #define's


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/17 04:28:21

Modified files:
	lib/libssl/src : e_os2.h 

Log message:
Do not need to map to another silly name for unistd.h here either


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/17 04:50:36

Modified files:
	lib/libssl/src/apps: ca.c 

Log message:
Fix for ", " issue in jsing's knf script


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/17 04:56:25

Modified files:
	lib/libssl/src/crypto/store: str_lib.c 

Log message:
remove duplicated tests in if statements
ok krw@ sthen@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/17 05:38:35

Modified files:
	usr.bin/tmux   : cfg.c client.c cmd-lock-server.c 
	                 cmd-new-session.c options-table.c window.c 

Log message:
Remove some unnecessary includes and fix a typo.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 06:12:20

Modified files:
	shells/zsh     : Makefile distinfo 
	shells/zsh/patches: patch-Completion_Unix_Command__tmux 
	                    patch-Completion_Unix_Type__diff_options 
	                    patch-Doc_zsh_texi patch-configure_ac 
	shells/zsh/pkg : PLIST 
Removed files:
	shells/zsh/patches: patch-Doc_Makefile_in patch-Makefile_in 

Log message:
update to zsh-5.0.5

ok pea@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/17 06:14:26

Modified files:
	lib/libssl/src/crypto/rsa: rsa_crpt.c 
	lib/libssl/src/crypto/pem: pem_lib.c 
	lib/libssl/src/crypto/evp: evp_pkey.c 

Log message:
Do not feed RSA private key information to the random subsystem as
entropy.  It might be fed to a pluggable random subsystem....

What were they thinking?!

ok guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/17 06:42:43

Modified files:
	lib/libssl/src/crypto/bn: expspeed.c 

Log message:
RAND_seed now does nothing, so skip the operation


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/17 06:43:38

Modified files:
	usr.bin/tmux   : input.c tmux.h 

Log message:
Don't limit the DCS buffer to 256 bytes, expand it as needed. Requested
by Suraj Kurapati.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/17 06:48:51

Modified files:
	lib/libssl/src/crypto/dsa: dsa_asn1.c 
	lib/libssl/src/crypto/ecdsa: ecs_sign.c 

Log message:
1. RAND_seed is now DEPRECATED
2. Even passing a digest in as entropy is sloppy.

But apparently the OpenSSL guys could find no objects of lesser value to
pass to the pluggable random subsystem, and had to resort to private keys
and digests.  Classy.

ok djm


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/17 06:57:28

Modified files:
	usr.bin/tmux   : options-table.c tty-term.c tty.c 

Log message:
Wrap some long lines.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/17 07:02:59

Modified files:
	usr.bin/tmux   : cmd-new-session.c cmd-new-window.c 
	                 cmd-respawn-pane.c cmd-respawn-window.c 
	                 cmd-split-window.c session.c tmux.h window.c 

Log message:
Set PATH explicitly, either from client or session
environment. Previously it came from the session environment. From J
Raynor.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/04/17 07:18:41

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

Log message:
In debug output, print loop ids as decimals and port ids as 24bit hex.
Fix some parameters and wording too.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/17 07:20:30

Modified files:
	lib/libssl/src : e_os2.h 
	lib/libssl/src/crypto/bf: bf_opts.c bfspeed.c 
	lib/libssl/src/crypto/cast: cast_spd.c castopts.c 
	lib/libssl/src/crypto/des: speed.c 
	lib/libssl/src/crypto/idea: idea_spd.c 
	lib/libssl/src/crypto/rc2: rc2speed.c 
	lib/libssl/src/crypto/rc4: rc4speed.c 
	lib/libssl/src/crypto/rc5: rc5speed.c 

Log message:
OPENSSL_DECLARE_EXIT serves no purpose.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/17 07:29:09

Modified files:
	lib/libssl/src/crypto: o_time.c 

Log message:
OPENSSL_gmtime() is not a gmtime() wrapper.  It is a gmtime_r().
Always trying to confuse people...
ok guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/17 07:29:21

Modified files:
	lib/libssl/src/crypto/bio: b_sock.c 

Log message:
Revert unintended whitespace changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/17 07:29:57

Modified files:
	lib/libssl/src/crypto: sparcv9cap.c 

Log message:
Revert unintended whitespace changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/17 07:30:32

Modified files:
	lib/libssl/src/apps: ca.c 

Log message:
Revert unintended whitespace changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/17 07:37:50

Modified files:
	lib/libssl/src/apps: apps.c ca.c cms.c crl2p7.c dgst.c dh.c 
	                     dhparam.c dsa.c dsaparam.c ec.c ecparam.c 
	                     enc.c engine.c gendsa.c genpkey.c genrsa.c 
	                     ocsp.c openssl.c passwd.c pkcs12.c pkcs8.c 
	                     pkey.c pkeyutl.c prime.c req.c rsa.c 
	                     rsautl.c s_cb.c s_client.c s_server.c 
	                     s_socket.c smime.c speed.c spkac.c srp.c 
	                     ts.c x509.c 
	lib/libssl/src/crypto: cryptlib.c ex_data.c 
	lib/libssl/src/crypto/aes: aes_wrap.c 
	lib/libssl/src/crypto/asn1: a_bitstr.c a_bytes.c a_digest.c 
	                            a_dup.c a_enum.c a_gentm.c 
	                            a_i2d_fp.c a_int.c a_mbstr.c 
	                            a_object.c a_sign.c a_strex.c 
	                            a_strnid.c a_utctm.c a_verify.c 
	                            ameth_lib.c asn1_gen.c asn1_lib.c 
	                            asn1_mac.h asn_mime.c asn_moid.c 
	                            asn_pack.c bio_asn1.c bio_ndef.c 
	                            f_enum.c f_int.c f_string.c n_pkey.c 
	                            p5_pbev2.c t_crl.c t_x509.c 
	                            tasn_dec.c tasn_enc.c tasn_fre.c 
	                            tasn_new.c tasn_prn.c tasn_utl.c 
	                            x_crl.c x_info.c x_name.c x_pkey.c 
	                            x_pubkey.c x_x509.c 
	lib/libssl/src/crypto/bio: b_print.c b_sock.c bf_buff.c 
	                           bf_lbuf.c bf_nbio.c bio_lib.c 
	                           bss_acpt.c bss_bio.c bss_conn.c 
	                           bss_dgram.c bss_log.c 
	lib/libssl/src/crypto/bn: bn_blind.c bn_ctx.c bn_exp.c bn_gf2m.c 
	                          bn_lib.c bn_mont.c bn_print.c 
	                          bn_rand.c bn_recp.c 
	lib/libssl/src/crypto/buffer: buf_str.c buffer.c 
	lib/libssl/src/crypto/cmac: cm_pmeth.c cmac.c 
	lib/libssl/src/crypto/cms: cms_asn1.c cms_enc.c cms_env.c 
	                           cms_ess.c cms_pwri.c cms_sd.c 
	lib/libssl/src/crypto/comp: c_zlib.c comp_lib.c 
	lib/libssl/src/crypto/conf: conf_api.c conf_def.c conf_mod.c 
	lib/libssl/src/crypto/des: enc_read.c enc_writ.c 
	lib/libssl/src/crypto/dh: dh_ameth.c dh_lib.c dh_pmeth.c 
	lib/libssl/src/crypto/dsa: dsa_ameth.c dsa_asn1.c dsa_lib.c 
	                           dsa_pmeth.c dsa_sign.c 
	lib/libssl/src/crypto/dso: dso.h dso_dlfcn.c dso_lib.c 
	lib/libssl/src/crypto/ec: ec_ameth.c ec_asn1.c ec_key.c ec_lib.c 
	                          ec_mult.c ec_pmeth.c ec_print.c 
	                          eck_prn.c ecp_nistp224.c 
	                          ecp_nistp256.c ecp_nistp521.c 
	                          ecp_smpl.c 
	lib/libssl/src/crypto/ecdh: ech_lib.c ech_ossl.c 
	lib/libssl/src/crypto/ecdsa: ecs_lib.c 
	lib/libssl/src/crypto/engine: eng_dyn.c eng_lib.c eng_rsax.c 
	                              eng_table.c 
	lib/libssl/src/crypto/err: err.c 
	lib/libssl/src/crypto/evp: bio_b64.c bio_enc.c bio_ok.c digest.c 
	                           e_aes.c evp_enc.c evp_pbe.c p_lib.c 
	                           p_open.c pmeth_lib.c 
	lib/libssl/src/crypto/hmac: hm_ameth.c hm_pmeth.c 
	lib/libssl/src/crypto/lhash: lh_test.c lhash.c 
	lib/libssl/src/crypto/modes: gcm128.c 
	lib/libssl/src/crypto/objects: o_names.c obj_dat.c obj_lib.c 
	                               obj_xref.c 
	lib/libssl/src/crypto/ocsp: ocsp_ext.c ocsp_ht.c ocsp_lib.c 
	lib/libssl/src/crypto/pem: pem_info.c pem_lib.c pem_oth.c 
	                           pem_pkey.c pem_seal.c pem_sign.c 
	                           pvkfmt.c 
	lib/libssl/src/crypto/pkcs12: p12_decr.c p12_key.c p12_kiss.c 
	                              p12_mutl.c p12_utl.c 
	lib/libssl/src/crypto/pkcs7: bio_ber.c pk7_doit.c 
	lib/libssl/src/crypto/pqueue: pqueue.c 
	lib/libssl/src/crypto/rsa: rsa_ameth.c rsa_eay.c rsa_lib.c 
	                           rsa_oaep.c rsa_pmeth.c rsa_pss.c 
	                           rsa_saos.c rsa_sign.c 
	lib/libssl/src/crypto/srp: srp_lib.c srp_vfy.c 
	lib/libssl/src/crypto/stack: stack.c 
	lib/libssl/src/crypto/store: str_lib.c str_mem.c str_meth.c 
	lib/libssl/src/crypto/ts: ts_lib.c ts_rsp_sign.c ts_rsp_verify.c 
	                          ts_verify_ctx.c 
	lib/libssl/src/crypto/txt_db: txt_db.c 
	lib/libssl/src/crypto/ui: ui.h ui_lib.c ui_locl.h 
	lib/libssl/src/crypto/x509: by_dir.c x509_cmp.c x509_lu.c 
	                            x509_obj.c x509_req.c x509_trs.c 
	                            x509_vfy.c x509_vpm.c x509spki.c 
	lib/libssl/src/crypto/x509v3: pcy_cache.c pcy_data.c pcy_node.c 
	                              pcy_tree.c v3_addr.c v3_akey.c 
	                              v3_alt.c v3_asid.c v3_conf.c 
	                              v3_cpols.c v3_ia5.c v3_info.c 
	                              v3_lib.c v3_pci.c v3_prn.c 
	                              v3_purp.c v3_sxnet.c v3_utl.c 
	lib/libssl/src/ssl: bio_ssl.c d1_both.c d1_clnt.c d1_lib.c 
	                    d1_pkt.c d1_srvr.c kssl.c s23_srvr.c 
	                    s3_both.c s3_clnt.c s3_enc.c s3_lib.c 
	                    s3_srvr.c ssl_asn1.c ssl_cert.c ssl_ciph.c 
	                    ssl_lib.c ssl_sess.c ssltest.c t1_enc.c 
	                    t1_lib.c tls_srp.c 

Log message:
Change library to use intrinsic memory allocation functions instead of
OPENSSL_foo wrappers. This changes:
OPENSSL_malloc->malloc
OPENSSL_free->free
OPENSSL_relloc->realloc
OPENSSL_freeFunc->free


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/17 07:45:44

Modified files:
	lib/libssl/src/crypto/buffer: buf_str.c 

Log message:
simply wrap around intrinsics, and knf cleanup.
ok miod@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/04/17 07:46:48

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
Oops. INADDR_ANY != INADDR_BROADCAST. Fixes DHCPDISCOVERY and
DHCPDECLINE.

noted by sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 07:55:00

Modified files:
	sysutils/ruby-puppet/3: Makefile distinfo 
	sysutils/ruby-puppet/3/patches: patch-lib_puppet_defaults_rb 

Log message:
update to puppet 3.5.1, unbreaking dynamic environments and the yumrepo type.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 07:56:28

Modified files:
	sysutils/ruby-facter/patches: patch-lib_facter_virtual_rb 

Log message:
submitted upstream


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/17 07:58:24

Modified files:
	lib/libssl/src/crypto/buffer: buf_err.c buffer.c buffer.h 

Log message:
Initial KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/17 07:58:39

Modified files:
	lib/libssl/src/crypto/buffer: buf_str.c 

Log message:
KNF.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 08:01:16

Modified files:
	sysutils/ruby-puppet/3: Makefile 
Removed files:
	sysutils/ruby-puppet/3/patches: patch-conf_fileserver_conf 
	                                patch-conf_tagmail_conf 

Log message:
remove patches that just duplicate the content...


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 08:04:58

Modified files:
	sysutils/ruby-puppet/3: Makefile 
	sysutils/ruby-puppet/3/pkg: PLIST 

Log message:
@sample tagmail.conf like we do with the other configuration files


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 08:07:41

Modified files:
	sysutils/ruby-puppet: Makefile.inc 

Log message:
remove 'net' from CATEGORIES, otherwise we should make the list exhaustive and
add 'mail', 'www', etc to it.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/17 08:08:57

Modified files:
	lib/libssl/src/ssl: s23_clnt.c 

Log message:
remove some code that is now unused after guenther's changes in 1.20.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/17 08:09:44

Modified files:
	lib/libssl/src/apps: s_socket.c 

Log message:
Remove defines for unwanted OS support...

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/17 08:13:59

Modified files:
	usr.bin/tmux   : window-choose.c 

Log message:
Only scroll by one line at a time in choose mode, lists are generally
pretty small.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 08:15:53

Modified files:
	sysutils/ruby-puppet: Makefile.inc 
	sysutils/ruby-puppet/3: Makefile 
	sysutils/ruby-puppet/pkg: puppetd.rc 

Log message:
- remove rc_stop() hack from puppetd, the issue has long since been resolved
- fixup license tag


CVSROOT:	/cvs
Module name:	www
Changes by:	lteo@cvs.openbsd.org	2014/04/17 08:20:45

Modified files:
	.              : 55.html 

Log message:
Add OpenSMTPD 5.4.2 changes (includes changes to 5.4.1).

looks good to gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/17 08:24:41

Modified files:
	lib/libssl/src/apps: s_socket.c 

Log message:
Initial KNF.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 08:27:56

Log message:
    import msgpack-0.5.8
    
    MessagePack is an efficient binary serialization format. It lets you
    exchange data among multiple languages like JSON but it's faster and
    smaller. For example, small integers (like flags or error code) are
    encoded into a single byte, and typical short strings only require an
    extra byte in addition to the strings themselves.
    
    can be used by puppet to serialize data, however it's considered experimental
    and therefore not added as a dependency yet.
    
    ok jeremy@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20141704
    
    N ports/net/ruby-msgpack/Makefile
    N ports/net/ruby-msgpack/distinfo
    N ports/net/ruby-msgpack/pkg/DESCR
    N ports/net/ruby-msgpack/pkg/PLIST
    N ports/net/ruby-msgpack/patches/patch-msgpack_gemspec
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/17 08:28:44

Modified files:
	lib/libssl/src/crypto/buffer: buf_str.c 

Log message:
I've replaced everything in this file. ISC liscense it with my copyright


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 08:29:33

Modified files:
	net/ruby-msgpack: Makefile 

Log message:
actually, take maintainership; not bumping as it's not hooked up yet


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 08:30:07

Modified files:
	net            : Makefile 

Log message:
+ruby-msgpack


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/17 08:43:34

Modified files:
	lib/libssl/src/apps: s_cb.c 

Log message:
Initial KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/17 08:45:49

Modified files:
	usr.bin/tmux   : cmd-find-window.c cmd-set-option.c environ.c 
	                 grid-view.c layout-set.c screen-write.c 
	                 server-fn.c server.c tty.c utf8.c window-copy.c 
	                 window.c 

Log message:
Some more long lines.


CVSROOT:	/cvs
Module name:	src
Changes by:	okan@cvs.openbsd.org	2014/04/17 08:49:11

Modified files:
	usr.bin/last   : last.c 

Log message:
remove special case for uucp entries.

ok guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/17 08:52:50

Modified files:
	sys/kern       : kern_exit.c 

Log message:
Make sure the original thread is blocked until any other threads are
completely detached from the process before letting it exit, so that
sleeping in systrace_exit() doesn't reorder them and lead to a panic.

Panic reported by Fabian Raetz (fabian.raetz (at) gmail.com)
ok tedu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 08:55:35

Removed files:
	shells/zsh/patches: patch-aczsh_m4 

Log message:
remove patch that was added some 12 years ago to allow building zsh on
alpha with dynamic libs...passes tests just fine nowadays.

tested by landry@
ok pea@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/17 08:57:37

Modified files:
	net/openconnect: Makefile 
	security/vpnc  : Makefile 

Log message:
oops, forgot to commit these; add a RUN_DEPENDS on vpnc-scripts which has
now been split off. Problem reported by Tomas Bodzar.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/17 09:12:00

Modified files:
	lib/libssl/src/apps: dsa.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/17 09:17:22

Modified files:
	lib/libssl/src/apps: dgst.c dhparam.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 09:24:47

Modified files:
	net            : Makefile 

Log message:
hookup various ruby flavors to build for msgpack


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 09:25:39

Modified files:
	sysutils/ruby-puppet: Makefile.inc 

Log message:
mention ruby-msgpack, though it's currently not required by puppet but just
as a reminder


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 09:27:50

Modified files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_type_resources_rb 

Log message:
submitted upstream


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/17 09:28:26

Modified files:
	lib/libc/asr   : asr_private.h 

Log message:
Don't default enable the debug functionality with its unprotected getenv().

ok eric@ sthen@ deraadt@


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

Removed files:
	infrastructure/db: hosts-amd64 hosts-mips64 hosts-sparc 
	                   hosts-sparc64 

Log message:
remove hosts files from an earlier era

ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/17 09:30:56

Modified files:
	lib/libssl/src/apps: ec.c errstr.c 

Log message:
Initial KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/04/17 09:35:35

Modified files:
	sbin/route     : show.c show.h 

Log message:
Sync show.c to what we have in netstat.c (at least steal some good idioms
from there). OK sthen@ mpi@ jca@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/04/17 09:36:53

Modified files:
	usr.bin/netstat: show.c 

Log message:
Sync show.c with the route version. Make the two files more similar but
still not identical. OK sthen@ mpi@ jca@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/17 09:37:55

Modified files:
	usr.bin/tmux   : format.c tmux.h utf8.c 

Log message:
Add some UTF-8 utility functions and use them to prevent the width limit
on formats from splitting UTF-8 characters improperly.


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

Modified files:
	devel          : Makefile 

Log message:
explicitly build ruby-rgen with ruby20, in preparation for switching puppet to
use ruby 2.0


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/17 09:43:33

Modified files:
	lib/libssl/src/apps: gendh.c gendsa.c genpkey.c genrsa.c 

Log message:
Initial KNF.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/04/17 09:47:09

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

Log message:
hack the casbah


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/04/17 09:48:02

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

Log message:
#nnT went away a while ago, remove a leftover from the manpage.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/17 10:14:15

Modified files:
	lib/libssl/src/crypto/asn1: a_bitstr.c a_bool.c a_bytes.c 
	                            a_d2i_fp.c 

Log message:
Initial KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 10:17:41

Modified files:
	lib/libssl/src/crypto: crypto.h 
	lib/libcrypto/crypto: Makefile 
Removed files:
	lib/libssl/src/crypto: o_fips.c 

Log message:
Fully kill FIPS API. Forcible certification conflicts with the goals of a
free software project. ok beck deraadt

Ports calling FIPS_mode_set(1): mongodb


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2014/04/17 10:27:53

Modified files:
	www/chromium   : Makefile distinfo 
	www/chromium/patches: patch-base_atomicops_h 
	                      patch-base_base_gypi 
	                      patch-base_debug_stack_trace_posix_cc 
	                      patch-base_file_util_posix_cc 
	                      patch-base_process_process_metrics_openbsd_cc 
	                      patch-breakpad_breakpad_gyp 
	                      patch-build_all_gyp 
	                      patch-build_common_gypi 
	                      patch-build_gyp_chromium 
	                      patch-chrome_app_chrome_main_delegate_cc 
	                      patch-chrome_app_theme_theme_resources_grd 
	                      patch-chrome_browser_browser_process_impl_cc 
	                      patch-chrome_browser_browser_resources_grd 
	                      patch-chrome_browser_chrome_browser_main_posix_cc 
	                      patch-chrome_browser_chrome_content_browser_client_cc 
	                      patch-chrome_browser_chrome_content_browser_client_h 
	                      patch-chrome_browser_extensions_api_image_writer_private_image_writer_private_api_cc 
	                      patch-chrome_browser_extensions_api_music_manager_private_device_id_linux_cc 
	                      patch-chrome_browser_media_galleries_media_file_system_registry_cc 
	                      patch-chrome_browser_memory_details_cc 
	                      patch-chrome_browser_speech_tts_controller_cc 
	                      patch-chrome_browser_sync_profile_sync_components_factory_impl_cc 
	                      patch-chrome_browser_ui_webui_about_ui_cc 
	                      patch-chrome_browser_ui_webui_certificate_viewer_webui_cc 
	                      patch-chrome_browser_ui_webui_options_browser_options_handler_cc 
	                      patch-chrome_browser_ui_webui_options_browser_options_handler_h 
	                      patch-chrome_browser_usb_usb_context_cc 
	                      patch-chrome_chrome_browser_extensions_gypi 
	                      patch-chrome_chrome_browser_gypi 
	                      patch-chrome_chrome_renderer_gypi 
	                      patch-chrome_common_chrome_paths_cc 
	                      patch-chrome_common_chrome_switches_h 
	                      patch-chrome_common_extensions_api_api_gyp 
	                      patch-chrome_common_pref_names_cc 
	                      patch-chrome_common_pref_names_h 
	                      patch-chrome_renderer_printing_print_web_view_helper_h 
	                      patch-components_policy_resources_policy_templates_json 
	                      patch-content_browser_browser_main_loop_cc 
	                      patch-content_browser_child_process_launcher_cc 
	                      patch-content_common_plugin_list_posix_cc 
	                      patch-content_content_browser_gypi 
	                      patch-content_content_common_gypi 
	                      patch-content_renderer_renderer_webkitplatformsupport_impl_cc 
	                      patch-media_audio_openbsd_audio_manager_openbsd_cc 
	                      patch-media_media_gyp 
	                      patch-media_video_capture_linux_video_capture_device_linux_cc 
	                      patch-net_net_gyp 
	                      patch-net_udp_udp_socket_libevent_cc 
	                      patch-printing_printing_gyp 
	                      patch-third_party_WebKit_Source_config_h 
	                      patch-third_party_WebKit_Source_core_core_gyp 
	                      patch-third_party_WebKit_Source_platform_blink_platform_gyp 
	                      patch-third_party_WebKit_Source_web_web_gyp 
	                      patch-third_party_libjingle_libjingle_gyp 
	                      patch-third_party_libjingle_source_talk_base_nethelpers_cc 
	                      patch-third_party_libjingle_source_talk_base_physicalsocketserver_cc 
	                      patch-third_party_libjpeg_turbo_libjpeg_gyp 
	                      patch-third_party_libvpx_source_libvpx_build_make_obj_int_extract_c 
	                      patch-third_party_libyuv_libyuv_gyp 
	                      patch-third_party_webrtc_build_common_gypi 
	                      patch-third_party_webrtc_modules_desktop_capture_desktop_capture_gypi 
	                      patch-third_party_webrtc_video_engine_test_auto_test_vie_auto_test_gypi 
	                      patch-tools_gyp_pylib_gyp_generator_make_py 
	                      patch-tools_gyp_pylib_gyp_generator_ninja_py 
	                      patch-ui_base_strings_app_locale_settings_grd 
	                      patch-ui_gl_gl_gyp 
	www/chromium/pkg: PLIST 
Added files:
	www/chromium/patches: 
	                      patch-chrome_browser_extensions_api_serial_serial_api_cc 
	                      patch-chrome_common_chrome_paths_h 
	                      patch-components_storage_monitor_gypi 
	                      patch-components_storage_monitor_storage_monitor_openbsd_cc 
	                      patch-components_storage_monitor_storage_monitor_openbsd_h 
	                      patch-content_renderer_pepper_resource_converter_cc 
	                      patch-device_hid_hid_gyp 
	                      patch-device_serial_serial_gyp 
	                      patch-remoting_remoting_host_gypi 
	                      patch-skia_skia_common_gypi 
	                      patch-third_party_WebKit_Source_heap_ThreadState_cpp 
Removed files:
	www/chromium/patches: 
	                      patch-chrome_browser_extensions_api_image_writer_private_operation_h 
	                      patch-chrome_browser_resources_task_manager_defines_js 
	                      patch-chrome_browser_storage_monitor_storage_monitor_cc 
	                      patch-remoting_remoting_gyp 
	                      patch-skia_skia_library_gypi 
	                      patch-third_party_WebKit_Source_build_features_gypi 
	                      patch-third_party_leveldatabase_env_chromium_cc 
	                      patch-third_party_libvpx_obj_int_extract_sh 
	                      patch-tools_grit_grit_node_base_py 

Log message:
update to 34.0.1847.116 and disable Werror for the future clang update


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/17 10:30:59

Modified files:
	lib/libssl/src/crypto/buffer: buffer.c 

Log message:
remove OPENSSL_realloc_clean usage here - replace with intrinsics to make
it obvious what should happen.
ok tedu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 11:03:58

Modified files:
	devel/ruby-deep_merge: Makefile distinfo 
	devel/ruby-deep_merge/pkg: PLIST 

Log message:
update to deep_merge-1.0.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 11:06:34

Modified files:
	databases      : Makefile 
	devel          : Makefile 
	sysutils       : Makefile 
	textproc       : Makefile 
	security       : Makefile 
	net            : Makefile 

Log message:
unhook most erlang modules, which were only imported for chef a long time ago,
but it never really went anywhere.

as discussed with phessler@
ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/17 11:11:10

Modified files:
	lib/libssl/src/ssl: d1_srvr.c 

Log message:
fix a potential double free
ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 11:12:10

Removed files:
	databases/erl-Emysql: Makefile distinfo 
	databases/erl-Emysql/pkg: DESCR PLIST 
	databases/erl-couchbeam: Makefile distinfo 
	databases/erl-couchbeam/pkg: DESCR PLIST 
	databases/erl-epgsql: Makefile distinfo 
	databases/erl-epgsql/patches: patch-Makefile 
	databases/erl-epgsql/pkg: DESCR PLIST 
	databases/erl-sqerl: Makefile distinfo 
	databases/erl-sqerl/patches: patch-src_sqerl_mysql_client_erl 
	databases/erl-sqerl/pkg: DESCR PLIST 
	devel/erl-automeck: Makefile distinfo 
	devel/erl-automeck/pkg: DESCR PLIST 
	devel/erl-bear : Makefile distinfo 
	devel/erl-bear/patches: patch-src_bear_app_src 
	devel/erl-bear/pkg: DESCR PLIST 
	devel/erl-depsolver: Makefile distinfo 
	devel/erl-depsolver/pkg: DESCR PLIST 
	devel/erl-ej   : Makefile distinfo 
	devel/erl-ej/patches: patch-src_ej_app_src 
	devel/erl-ej/pkg: DESCR PLIST 
	devel/erl-ejson: Makefile distinfo 
	devel/erl-ejson/patches: patch-rebar_config 
	devel/erl-ejson/pkg: DESCR PFRAG.shared PLIST 
	devel/erl-eper : Makefile distinfo 
	devel/erl-eper/pkg: DESCR PLIST 
	devel/erl-fast_log: Makefile distinfo 
	devel/erl-fast_log/patches: patch-Makefile 
	                            patch-src_fast_log_app_src 
	devel/erl-fast_log/pkg: DESCR PLIST 
	devel/erl-folsom: Makefile distinfo 
	devel/erl-folsom/patches: patch-src_folsom_app_src 
	devel/erl-folsom/pkg: DESCR PLIST 
	devel/erl-gen_server2: Makefile distinfo 
	devel/erl-gen_server2/pkg: DESCR PLIST 
	devel/erl-jiffy: Makefile distinfo 
	devel/erl-jiffy/patches: patch-Makefile patch-src_jiffy_app_src 
	devel/erl-jiffy/pkg: DESCR PLIST 
	devel/erl-meck : Makefile distinfo 
	devel/erl-meck/pkg: DESCR PLIST 
	devel/erl-mixer: Makefile distinfo 
	devel/erl-mixer/pkg: DESCR PLIST 
	devel/erl-pooler: Makefile distinfo 
	devel/erl-pooler/patches: patch-src_pooler_app_src 
	devel/erl-pooler/pkg: DESCR PLIST 
	sysutils/erchef: Makefile Makefile.inc 
	sysutils/erchef/erl-chef_authn: Makefile distinfo 
	sysutils/erchef/erl-chef_authn/patches: 
	                                        patch-src_chef_authn_app_src 
	sysutils/erchef/erl-chef_authn/pkg: DESCR PLIST 
	sysutils/erchef/erl-chef_certgen: Makefile distinfo 
	sysutils/erchef/erl-chef_certgen/patches: patch-rebar_config 
	sysutils/erchef/erl-chef_certgen/pkg: DESCR PLIST 
	sysutils/erchef/erl-chef_db: Makefile distinfo 
	sysutils/erchef/erl-chef_db/patches: patch-src_chef_db_app_src 
	                                     patch-test_chef_db_tests_erl 
	sysutils/erchef/erl-chef_db/pkg: DESCR PLIST 
	sysutils/erchef/erl-chef_index: Makefile distinfo 
	sysutils/erchef/erl-chef_index/patches: 
	                                        patch-src_chef_index_app_src 
	sysutils/erchef/erl-chef_index/pkg: DESCR PLIST 
	sysutils/erchef/erl-chef_objects: Makefile distinfo 
	sysutils/erchef/erl-chef_objects/patches: patch-rebar_config 
	                                          patch-src_chef_objects_app_src 
	sysutils/erchef/erl-chef_objects/pkg: DESCR PLIST 
	sysutils/erchef/erl-chef_wm: Makefile distinfo 
	sysutils/erchef/erl-chef_wm/pkg: DESCR PLIST 
	sysutils/erl-lager: Makefile distinfo 
	sysutils/erl-lager/pkg: DESCR PLIST 
	sysutils/erl-stats_hero: Makefile distinfo 
	sysutils/erl-stats_hero/patches: patch-src_stats_hero_app_src 
	sysutils/erl-stats_hero/pkg: DESCR PLIST 
	textproc/erl-edown: Makefile distinfo 
	textproc/erl-edown/patches: patch-src_edown_app_src 
	textproc/erl-edown/pkg: DESCR PLIST 
	textproc/erl-neotoma: Makefile distinfo 
	textproc/erl-neotoma/pkg: DESCR PLIST 
	security/erl-oauth: Makefile distinfo 
	security/erl-oauth/pkg: DESCR PLIST 
	net/erl-amqp_client: Makefile distinfo 
	net/erl-amqp_client/pkg: DESCR PLIST 
	net/erl-gen_bunny: Makefile distinfo 
	net/erl-gen_bunny/pkg: DESCR PLIST 
	net/erl-ibrowse: Makefile distinfo 
	net/erl-ibrowse/pkg: DESCR PLIST 
	net/erl-mini_s3: Makefile distinfo 
	net/erl-mini_s3/pkg: DESCR PLIST 
	net/erl-rabbit_common: Makefile distinfo 
	net/erl-rabbit_common/pkg: DESCR PLIST 

Log message:
remove dead wood, if someone wants to port chef-server they're in for
bigger pain than just reviving these ports.

as discussed with phessler@
ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 11:22:35

Modified files:
	sysutils/ruby-puppet: Makefile.inc 

Log message:
add puppetdb to the list of ports to adjust when bumping ruby


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/17 11:30:22

Modified files:
	lib/libssl/src/crypto/asn1: asn_mime.c 
	lib/libssl/src/crypto/ocsp: ocsp_ht.c 
	lib/libssl/src/crypto/pem: pvkfmt.c 
	lib/libssl/src/crypto/x509: x509_lu.c 

Log message:
fix some of the leaks
ok miod@ looks good deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/17 11:49:36

Modified files:
	regress/lib/libcrypto/rc4: rc4test.c 

Log message:
Invoke OPENSSL_add_all_algorithms_noconf() to enforce OPENSSL_cpuid_setup()
has been called, for, depending how libcrypto, it might be a hidden symbol.
Reported by jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/17 11:50:45

Modified files:
	lib/libssl/src/crypto: cryptlib.c cversion.c ex_data.c 
	lib/libssl/src/crypto/aes: aes_misc.c 
	lib/libssl/src/crypto/bio: bf_buff.c bf_lbuf.c bf_nbio.c 
	                           bf_null.c bio_lib.c bss_acpt.c 
	                           bss_bio.c bss_conn.c bss_dgram.c 
	                           bss_fd.c bss_file.c bss_log.c 
	                           bss_mem.c bss_null.c bss_sock.c 
	lib/libssl/src/crypto/x509: by_dir.c by_file.c x_all.c 

Log message:
some KNF cleanup following the script


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 12:10:28

Modified files:
	sysutils/ruby-puppet: Makefile.inc 
	sysutils/ruby-puppet/3: Makefile 

Log message:
switch puppet to using ruby 2.0, it's about time..


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/17 12:11:47

Modified files:
	lib/libcrypto/crypto: Makefile 
Added files:
	lib/libcrypto/crypto/arch/amd64: Makefile.inc 
	lib/libcrypto/crypto/arch/i386: Makefile.inc 

Log message:
Move the machine-specific parts of the libcrypto Makefile to per-arch makefile
fragments, to ease maintainance, and see through the fog of bugs.

"looks good" deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 12:12:09

Modified files:
	databases/puppetdb: Makefile 
	sysutils/ruby-facter: Makefile 
	sysutils/mcollective: Makefile 
	sysutils/mcollective-plugins: Makefile.inc 
	sysutils/mcollective-plugins/filemgr-agent: Makefile 
	sysutils/mcollective-plugins/package-agent: Makefile 
	sysutils/mcollective-plugins/puppet-agent: Makefile 
	sysutils/mcollective-plugins/service-agent: Makefile 
	sysutils/mcollective-plugins/sysctl-data: Makefile 

Log message:
follow the puppet master and switch to ruby 2.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2014/04/17 12:13:26

Modified files:
	usr.bin/mg     : theo.c 

Log message:
spidey senses


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/17 12:16:45

Modified files:
	lib/libcrypto/crypto: Makefile 
	lib/libssl/src/crypto: alphacpuid.pl pariscid.pl ppccpuid.pl 
	                       x86_64cpuid.pl x86cpuid.pl armv4cpuid.S 
	                       ia64cpuid.S s390xcpuid.S sparccpuid.S 

Log message:
Ok, there was a need for OPENSSL_cleanse() instead of bzero() to prevent
supposedly smart compilers from optimizing memory cleanups away. Understood.

Ok, in case of an hypothetically super smart compiler, OPENSSL_cleanse() had
to be convoluted enough for the compiler not to recognize that this was
actually bzero() in disguise. Understood.

But then why there had been optimized assembler versions of OPENSSL_cleanse()
is beyond me. Did someone not trust the C obfuscation?


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 12:27:21

Modified files:
	sysutils/mcollective-plugins/package-agent: Makefile distinfo 

Log message:
update to mcollective-package-agent-4.3.0


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/17 12:31:20

src/regress/lib/libcrypto/gcm128

Update of /cvs/src/regress/lib/libcrypto/gcm128
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/regress/lib/libcrypto/gcm128

Log Message:
Directory /cvs/src/regress/lib/libcrypto/gcm128 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/17 12:33:22

Modified files:
	regress/lib/libcrypto: Makefile 
Added files:
	regress/lib/libcrypto/gcm128: Makefile 

Log message:
crypto/modes/gcm128.c can be used as its own selftest. Add it to regress,
conveniently leaving the benchmark code not compiled in the test.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 12:33:47

Modified files:
	sysutils/mcollective-plugins/puppet-agent: Makefile distinfo 

Log message:
update to mcollective-puppet-agent-1.7.0


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/17 12:37:48

Modified files:
	lib/libssl/src/crypto/modes: gcm128.c 

Log message:
Remove the benchmark part of the selftest. It uses the undocumented
OPENSSL_rdtsc() routine to get a high-precision timestamp, and (although
this is the only user of this routine in libcrypto) forces every platform
willing to provide fast assembly versions of some routines, to also
provide OPENSSL_rdtsc().


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/17 12:38:53

Modified files:
	lib/libssl/src/crypto/asn1: asn_mime.c bio_asn1.c tasn_enc.c 
	lib/libssl/src/crypto/ocsp: ocsp_ht.c 
	lib/libssl/src/crypto/x509: x509_lu.c x509spki.c 

Log message:
fix some more leaks, mostly suggestions from miod
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/17 12:49:35

Modified files:
	lib/libssl/src/crypto: alphacpuid.pl arm_arch.h armcap.c 
	                       armv4cpuid.S ia64cpuid.S pariscid.pl 
	                       ppccpuid.pl s390xcpuid.S sparccpuid.S 
	                       sparcv9cap.c x86_64cpuid.pl x86cpuid.pl 

Log message:
Remove oh-so-important-from-a-security-pov OpenSSL_rtdsc() function.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 13:00:57

Modified files:
	audio/mp3splt-gtk: Makefile 

Log message:
regen WANTLIB


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2014/04/17 13:06:04

Modified files:
	usr.bin/bc     : extern.h 

Log message:
rm redundant declaration; from Xin Li


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2014/04/17 13:07:14

Modified files:
	usr.bin/bc     : extern.h 

Log message:
whitespace


CVSROOT:	/cvs
Module name:	src
Changes by:	afresh1@cvs.openbsd.org	2014/04/17 13:19:14

Removed files:
	lib/libssl/src/test: Makefile 
	lib/libssl/src/apps: Makefile 
	lib/libssl/src/tools: Makefile 

Log message:
expunge more of the old build system

ok deraadt miod


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/17 13:19:54

Modified files:
	usr.bin/mandoc : mansearch.c 

Log message:
Garbage collect one pair of needless parentheses in SQL code generation;
note this doesn't affect performance, SQLite generates the same byte code.
While here, make the calls to exprspec() easier to understand.


CVSROOT:	/cvs
Module name:	src
Changes by:	afresh1@cvs.openbsd.org	2014/04/17 13:20:52

Removed files:
	lib/libssl/src/util: files.pl point.sh domd clean-depend.pl 
	                     ck_errf.pl dirname.pl extract-names.pl 
	                     extract-section.pl mkdef.pl mkdir-p.pl 
	                     mkfiles.pl mklink.pl mkrc.pl selftest.pl 
	                     FreeBSD.sh mk1mf.pl perlpath.pl speed.sh 
	                     sp-diff.pl install.sh pod2man.pl 
	                     pod2mantest pod2mantest.pod add_cr.pl 
	                     copy.pl deleof.pl err-ins.pl mkcerts.sh 
	                     src-dep.pl tab_num.pl 

Log message:
Remove unused ssl utils

This code is the reason perl has a name as a write only language.

ok deraadt miod


CVSROOT:	/cvs
Module name:	src
Changes by:	afresh1@cvs.openbsd.org	2014/04/17 13:22:31

Removed files:
	lib/libssl/src/util: opensslwrap.sh shlib_wrap.sh x86asm.sh 

Log message:
Remove utils that we don't use

opensslwrap.sh and shlib_wrap.sh are used by tests that are getting replaced,
x86asm.sh is obsoleted by our Makefile machinery

ok miod


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 13:22:55

Modified files:
	sysutils/libvirt: Makefile distinfo 
	sysutils/libvirt/patches: patch-src_Makefile_in 
	                          patch-src_rpc_virnetsocket_c 

Log message:
update to libvirt-1.2.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 13:23:06

Modified files:
	sysutils/p5-Sys-Virt: Makefile distinfo 

Log message:
update to p5-Sys-Virt-1.2.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 13:26:33

Modified files:
	devel/libgit2/py-git2: Makefile distinfo 
	devel/libgit2/py-git2/pkg: PLIST 

Log message:
update to py-git2-0.20.3


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 13:28:08

Modified files:
	usr.bin/mg     : theo.c 

Log message:
I'm just trying to improve the code...


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/17 13:33:42

Modified files:
	lib/libssl/src/crypto/asn1: a_strex.c 

Log message:
sprintf: bad.
snprintf: good.
snprintf with a correct size: better!
(harmless in this case)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/17 13:53:32

Removed files:
	lib/libssl/src/crypto: o_dir_test.c 

Log message:
Bob O.D.'ed on the o_dir code so high he forgot to rm the `test' after
rewriting the code.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/17 13:59:14

Modified files:
	lib/libssl/src : e_os2.h 
	lib/libssl/src/crypto: ossl_typ.h 
	lib/libssl/src/crypto/bn: bn.h 
	lib/libssl/src/crypto/pkcs7: pkcs7.h 
	lib/libssl/src/crypto/x509: x509.h 

Log message:
Use of OPENSSL_SYS_xxx defines in public header files considered harmful.


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/17 14:03:03

Modified files:
	lib/libssl/src/crypto/engine: eng_ctrl.c 

Log message:
fix BIO_snprintf usage in here.
ok tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/17 14:06:48

Removed files:
	lib/libssl/src/crypto/bn: todo 

Log message:
todo: do not leave 15 year old todo lists in the tree.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/17 14:17:45

Modified files:
	lib/libssl/src/crypto/perlasm: x86asm.pl 
Removed files:
	lib/libssl/src/crypto/perlasm: x86masm.pl x86nasm.pl 

Log message:
Stop paying lip service to non-AT&T syntax assemblers in the x86 world.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/17 14:18:57

Modified files:
	lib/libssl/src/crypto/sha/asm: sha1-586.pl 

Log message:
No need to consider being compiled by NASM anymore.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/17 14:29:19

Modified files:
	lib/libssl/src/crypto/bn: bn_div.c 

Log message:
Nuke BN_DEBUG_LEVITTE


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/17 14:30:46

Removed files:
	lib/libssl/src/crypto/sha/asm: README 

Log message:
Aren't you glad to have this file tell you that ``C2.pl works''? Bonus point
if you can spot C2.pl.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/17 14:30:57

Modified files:
	textproc/mupdf : Makefile distinfo 
	textproc/mupdf/patches: patch-Makerules 
	textproc/mupdf/pkg: PLIST 
Removed files:
	textproc/mupdf/patches: patch-source_xps_xps-common_c 
	                        patch-source_xps_xps-glyphs_c 
	                        patch-source_xps_xps-gradient_c 
	                        patch-source_xps_xps-path_c 

Log message:
update to MuPDF 1.4


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 14:34:24

Modified files:
	lib/libssl/src/ssl: s3_cbc.c s3_clnt.c ssl_algs.c ssl_locl.h 
	                    t1_lib.c 

Log message:
quick pass at removing ability to disable sha256 and sha512. ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 14:40:24

Modified files:
	lib/libssl/src/crypto: o_str.c 
Removed files:
	lib/libssl/src/crypto: o_str.h 

Log message:
fold prototypes into o_str.c. miod


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 14:42:18

Modified files:
	lib/libssl/src/crypto/objects: o_names.c 

Log message:
a little less obfuscation


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 14:43:42

Modified files:
	lib/libcrypto/crypto: Makefile 

Log message:
-Wall


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 14:44:04

Modified files:
	lib/libssl/ssl : Makefile 

Log message:
-Wall


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 14:44:45

Modified files:
	lib/libssl/src/crypto: malloc-wrapper.c 

Log message:
unused variable


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 14:46:29

Modified files:
	usr.sbin/openssl: Makefile 

Log message:
-Wall


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 14:47:22

Modified files:
	lib/libssl/src/apps: s_socket.c 

Log message:
dead code


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/04/17 14:51:25

Modified files:
	audio/p5-Audio-MPD: Makefile distinfo 
	audio/p5-Audio-MPD-Common: Makefile 
Added files:
	audio/p5-Audio-MPD/patches: patch-lib_Audio_MPD_Types_pm 
	audio/p5-Audio-MPD-Common/patches: 
	                                   patch-lib_Audio_MPD_Common_Types_pm 

Log message:
Cherrypick fixes for RT #90682 & 90670 to avoid scary verbose warnings
with newer Moose/perl. There are pending updates for both, but as
everything cpan, if you start updating a port, you end up updating one
half of cpan, and importing the other half.

Discussed with jasper@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/17 14:57:05

Modified files:
	lib/libssl/src/crypto/comp: c_zlib.c 

Log message:
malloc + memset 0 -> calloc
(not that it matters much as this is in disabled code, for we don't build with
zlib support)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/17 14:58:08

Modified files:
	lib/libssl/src : e_os.h 
	lib/libssl/src/apps: app_rand.c asn1pars.c ca.c ciphers.c crl.c 
	                     crl2p7.c dgst.c dh.c dhparam.c dsa.c 
	                     dsaparam.c ec.c ecparam.c enc.c engine.c 
	                     errstr.c gendh.c gendsa.c genrsa.c nseq.c 
	                     ocsp.c openssl.c passwd.c pkcs12.c pkcs7.c 
	                     rand.c req.c rsa.c s_cb.c s_client.c 
	                     s_server.c s_socket.c s_time.c sess_id.c 
	                     smime.c speed.c spkac.c srp.c ts.c verify.c 
	                     version.c x509.c 
	lib/libssl/src/crypto/bio: b_sock.c bss_acpt.c bss_conn.c 
	                           bss_dgram.c bss_fd.c bss_sock.c 
	lib/libssl/src/crypto/x509: by_dir.c 
	lib/libssl/src/ssl: s3_pkt.c 

Log message:
Mostly gut e_os.h:
USE_SOCKETS is unrelated to using sockets, but just pulls in .h files.  It
makes every file buy a kitchen sink, because 11 files forgot to.
EXIT() is really exit(), a gentle surprise
but... OPENSSL_EXIT() is really just return(), because noone compiles the
openssl command non-monolithic anymore


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2014/04/17 15:04:32

Modified files:
	lib/libssl/src/apps: req.c 

Log message:
since we're replacing LIST_SEPARATOR_CHAR with ':', no point using %c
in the help printf


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/17 15:07:06

Modified files:
	lib/libssl/src/crypto: md32_common.h 
	lib/libssl/src/crypto/sha: sha512.c 
	lib/libssl/src/crypto/whrlpool: wp_block.c 

Log message:
Remove support for big-endian i386 and amd64.

Before someone suggests the OpenSSL people are junkies, here is what they
mention about this:
/* Most will argue that x86_64 is always little-endian. Well,
* yes, but then we have stratus.com who has modified gcc to
* "emulate" big-endian on x86. Is there evidence that they
* [or somebody else] won't do same for x86_64? Naturally no.
* And this line is waiting ready for that brave soul:-) */

So, yes, they are on drugs. But they are not alone, the stratus.com people are,
too.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/17 15:11:01

Modified files:
	lib/libssl/src/crypto: md32_common.h 
	lib/libssl/src/crypto/sha: sha_locl.h 

Log message:
There are no plans to ever build this with the Metrojerks compiler.


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2014/04/17 15:11:28

Modified files:
	lib/libssl/src/apps: apps.h 

Log message:
OpenBSD isn't NetWare or Windows, and it has SIGPIPE.

ok lteo miod


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 15:15:37

Modified files:
	lib/libssl/src/ssl: ssl_algs.c t1_lib.c 

Log message:
SHA and AES (and sadly MD5) can't be considered optional. ok beck miod


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/17 15:17:12

Modified files:
	lib/libssl/src/crypto/aes: aes_locl.h aes_x86core.c 
	lib/libssl/src/crypto/bn: bn_lcl.h 
	lib/libssl/src/crypto/camellia: camellia.c 
	lib/libssl/src/crypto/cast: cast_lcl.h 
	lib/libssl/src/crypto/des: des_locl.h 
	lib/libssl/src/crypto/engine: eng_padlock.c 
	lib/libssl/src/crypto/modes: modes_lcl.h 
	lib/libssl/src/crypto/rc2: rc2_skey.c 
	lib/libssl/src/crypto/rc5: rc5_locl.h 
	lib/libssl/src/crypto/rsa: rsa_pss.c 
	lib/libssl/src/crypto/sha: sha512.c 
	lib/libssl/src/crypto/whrlpool: wp_block.c 

Log message:
Get rid of MS Visual C compiler and Intel C compiler specific defines.


CVSROOT:	/cvs
Module name:	src
Changes by:	giovanni@cvs.openbsd.org	2014/04/17 15:31:27

Modified files:
	lib/libssl/src/crypto/x509: by_dir.c 

Log message:
Some VMS and WIN32 cleanup
ok miod@ lteo@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/17 15:32:37

Modified files:
	lib/libssl/src : e_os.h 
	lib/libssl/src/crypto: cryptlib.c 
	lib/libssl/src/crypto/asn1: tasn_utl.c x_info.c x_pkey.c 
	lib/libssl/src/crypto/bio: bio_lib.c 
	lib/libssl/src/crypto/dh: dh_lib.c 
	lib/libssl/src/crypto/dsa: dsa_lib.c 
	lib/libssl/src/crypto/dso: dso_lib.c 
	lib/libssl/src/crypto/ec: ec_key.c 
	lib/libssl/src/crypto/engine: eng_init.c eng_lib.c 
	lib/libssl/src/crypto/err: err.c 
	lib/libssl/src/crypto/evp: p_lib.c 
	lib/libssl/src/crypto/rsa: rsa_lib.c 
	lib/libssl/src/crypto/store: str_lib.c 
	lib/libssl/src/ssl: ssl_cert.c ssl_lib.c ssl_sess.c 

Log message:
kill REF_PRINT/REF_CHECK debugging framework noone would use
ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 15:37:37

Modified files:
	lib/libssl/src/ssl: d1_clnt.c d1_srvr.c s3_clnt.c s3_lib.c 
	                    s3_srvr.c ssl.h ssl_algs.c ssl_cert.c 
	                    ssl_ciph.c ssl_lib.c ssl_locl.h ssl_rsa.c 
	                    ssltest.c t1_lib.c 

Log message:
always build in RSA and DSA. ok deraadt miod


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 15:41:12

Modified files:
	lib/libssl/src/ssl: d1_clnt.c s3_clnt.c ssltest.c 

Log message:
no longer need to fool emacs indentation and other if (0) oddities.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/17 15:45:45

Modified files:
	lib/libssl/src/apps: apps.c ca.c s_client.c s_server.c 
	                     s_socket.c 

Log message:
unistd.h exposed after -Wall after e_os.h stops doing so; spotted by matthew


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/17 15:55:07

Modified files:
	lib/libssl/src/apps: dgst.c nseq.c passwd.c pkcs12.c req.c 
	                     speed.c verify.c 

Log message:
oops, exit vs return; spotted by matthew


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/17 16:06:19

Modified files:
	lib/libcrypto/crypto: Makefile 

Log message:
Use !defined() rather than empty().


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2014/04/17 16:08:45

Modified files:
	lib/libssl/src/crypto/x509: by_dir.c 

Log message:
no need for a variable which is hardcoded and only used in an snprintf,
ok giovanni@. tidy comments nearby while there.


CVSROOT:	/cvs
Module name:	src
Changes by:	giovanni@cvs.openbsd.org	2014/04/17 16:09:37

Modified files:
	lib/libssl/src/crypto/conf: conf_def.c conf_lib.c conf_mod.c 

Log message:
more spring VMS cleanup
ok miod@ lteo@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/17 16:11:37

Modified files:
	net/smokeping  : Makefile 
Added files:
	net/smokeping/patches: patch-lib_Smokeping_probes_FPing_pm 

Log message:
reorder "use"s, fixes smokeping with -current perl


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 16:19:56

Modified files:
	lib/libssl/src/crypto/bio: b_sock.c bf_buff.c bf_lbuf.c 
	                           bss_dgram.c 

Log message:
delete if 0 code


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 16:22:28

Modified files:
	lib/libssl/src/crypto/bio: b_sock.c bss_dgram.c 

Log message:
more windows/netware leftovers


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 16:23:27

Modified files:
	lib/libssl/src/crypto/bio: bss_bio.c 

Log message:
don't fake up SSIZE_MAX


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 16:37:59

Modified files:
	lib/libssl/src/crypto/ui: ui_compat.c ui_err.c ui_lib.c 
	                          ui_openssl.c ui_util.c 

Log message:
stab at indentation


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2014/04/17 16:44:34

Modified files:
	lib/libssl/src/apps: apps.h openssl.c req.c s_server.c 
	usr.sbin/openssl: Makefile 

Log message:
Make MONOLITH the default and only option

ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/04/17 17:17:18

Modified files:
	sys/dev/pci    : qle.c qlereg.h 

Log message:
Copy out all mbox registers after a mailbox operation completes.
Simplifies things a bit and makes pre- and post- attach operations work
the same.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 17:35:27

Modified files:
	devel          : Makefile 

Log message:
-ethos


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 17:35:40

Modified files:
	lib/libssl/src/ssl: d1_pkt.c s23_srvr.c s3_clnt.c s3_lib.c 
	                    s3_pkt.c s3_srvr.c ssl_algs.c ssl_lib.c 

Log message:
whack a bunch of disabled code. ok beck lteo


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 17:36:27

Removed files:
	devel/ethos    : Makefile distinfo 
	devel/ethos/patches: patch-configure patch-ethos_ethos-manager_c 
	                     patch-plugin-loaders_c_Makefile_in 
	                     patch-plugin-loaders_python_Makefile_in 
	devel/ethos/pkg: DESCR PFRAG.shared PLIST 

Log message:
remove the ethos, it's old, unmaintained and unused.

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/17 17:37:25

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
record ethos


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/04/17 17:53:49

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

Log message:
When iterating through fabric ports, start at our own port ID, so we can
reliably tell when we've been through the whole list.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 18:10:08

Modified files:
	lib/libssl/src/crypto/asn1: a_digest.c a_dup.c a_enum.c 
	                            a_gentm.c a_i2d_fp.c a_int.c 
	                            a_object.c a_print.c a_sign.c 
	                            a_time.c a_type.c a_utctm.c 
	                            a_verify.c ameth_lib.c asn1_err.c 
	                            asn1_gen.c asn1_lib.c asn1_par.c 
	                            asn_mime.c asn_moid.c bio_asn1.c 
	                            bio_ndef.c d2i_pr.c d2i_pu.c 
	                            evp_asn1.c f_enum.c f_int.c 
	                            f_string.c i2d_pr.c i2d_pu.c 
	                            n_pkey.c p5_pbe.c p8_pkey.c t_crl.c 
	                            t_pkey.c t_req.c t_spki.c t_x509.c 
	                            tasn_dec.c tasn_enc.c tasn_fre.c 
	                            tasn_new.c tasn_prn.c tasn_utl.c 
	                            x_algor.c x_attrib.c x_crl.c 
	                            x_info.c x_long.c x_name.c x_pkey.c 
	                            x_pubkey.c x_x509.c x_x509a.c 

Log message:
putting most of the braces in the right column is the very least we can do.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 18:58:49

Modified files:
	lib/libssl/src/crypto/asn1: a_dup.c a_enum.c a_gentm.c 
	                            a_i2d_fp.c a_int.c a_object.c 
	                            a_print.c a_sign.c a_strex.c 
	                            a_strnid.c a_time.c a_type.c 
	                            a_utctm.c a_verify.c ameth_lib.c 
	                            asn1_err.c asn1_gen.c asn1_lib.c 
	                            asn1_par.c asn_mime.c asn_moid.c 
	                            bio_asn1.c bio_ndef.c d2i_pr.c 
	                            d2i_pu.c evp_asn1.c f_enum.c f_int.c 
	                            f_string.c i2d_pr.c i2d_pu.c 
	                            n_pkey.c p5_pbe.c p5_pbev2.c 
	                            p8_pkey.c t_crl.c t_pkey.c t_req.c 
	                            t_spki.c t_x509.c tasn_dec.c 
	                            tasn_enc.c tasn_fre.c tasn_new.c 
	                            tasn_prn.c tasn_utl.c x_algor.c 
	                            x_crl.c x_info.c x_name.c x_pkey.c 
	                            x_pubkey.c x_x509.c x_x509a.c 

Log message:
lob a few more knf grenades in here to soften things up.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/17 19:04:53

Modified files:
	lib/libssl/src/apps: openssl.c pkcs12.c speed.c 

Log message:
Unifdef OPENSSL_FIPS.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/17 19:07:13

Modified files:
	lib/libssl/src/apps: s_apps.h s_client.c s_server.c 

Log message:
Remove support for unwanted operating systems.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/04/17 19:11:23

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

Log message:
Rework the command polling loop so it can handle multiple responses in a single
interrupt, as done in qla(4).


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 19:59:00

Modified files:
	lib/libssl/src/crypto/x509: x509_att.c x509_cmp.c x509_d2.c 
	                            x509_err.c x509_ext.c x509_lu.c 
	                            x509_obj.c x509_r2x.c x509_req.c 
	                            x509_set.c x509_trs.c x509_txt.c 
	                            x509_v3.c x509_vfy.c x509_vpm.c 
	                            x509cset.c x509name.c x509rset.c 
	                            x509type.c 

Log message:
blunt force knf


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 20:35:57

Modified files:
	lib/libssl/src/apps: ocsp.c 

Log message:
spelling fix from Micha Borrmann on openssl-dev


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 20:45:27

Modified files:
	lib/libssl/src/apps: app_rand.c apps.c asn1pars.c ca.c ciphers.c 
	                     cms.c crl.c crl2p7.c dgst.c dh.c dhparam.c 
	                     dsa.c dsaparam.c ec.c ecparam.c enc.c 
	                     engine.c errstr.c gendh.c gendsa.c 
	                     genpkey.c genrsa.c nseq.c ocsp.c openssl.c 
	                     passwd.c pkcs12.c pkcs7.c pkcs8.c pkey.c 
	                     pkeyparam.c pkeyutl.c prime.c rand.c req.c 
	                     rsa.c rsautl.c s_cb.c s_client.c s_server.c 
	                     s_socket.c s_time.c sess_id.c smime.c 
	                     speed.c spkac.c srp.c ts.c verify.c 
	                     version.c x509.c 

Log message:
KaboomNF


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 20:45:58

Modified files:
	lib/libssl/src/apps: crl.c 

Log message:
unterminated comment


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 20:48:58

Modified files:
	lib/libssl/src/apps: ocsp.c 

Log message:
undef NETWARE_CLIB and NETWARE_LIBC


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/17 20:54:05

Modified files:
	graphics/png   : Makefile distinfo 

Log message:
SECURITY Update to png 1.6.10:
libpng will hang when reading images that have zero-length IDAT chunks with
the progressive (streaming) reader; a malicious web site could use this bug
to cause a (minor) denial of service. (CVE-2014-0333)

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 20:56:48

Modified files:
	lib/libssl/src/crypto/pkcs7: bio_pk7.c 

Log message:
-netware


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/17 21:28:12

Modified files:
	lib/libssl/src/crypto/pkcs7: pk7_doit.c 

Log message:
fix another potential double free
ok miod@ lteo@ jca@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/17 21:37:43

Removed files:
	lib/libssl/src/test: igetest.c 

Log message:
igetest.c moved to regress we don't need another copy
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/17 22:17:17

Modified files:
	lib/libssl/src/apps: apps.h asn1pars.c ca.c ciphers.c cms.c 
	                     crl.c crl2p7.c dgst.c dh.c dhparam.c dsa.c 
	                     dsaparam.c ec.c ecparam.c enc.c engine.c 
	                     errstr.c gendh.c gendsa.c genpkey.c 
	                     genrsa.c nseq.c ocsp.c passwd.c pkcs12.c 
	                     pkcs7.c pkcs8.c pkey.c pkeyparam.c 
	                     pkeyutl.c prime.c rand.c req.c rsa.c 
	                     rsautl.c s_client.c s_server.c s_time.c 
	                     sess_id.c smime.c speed.c spkac.c srp.c 
	                     ts.c verify.c version.c x509.c 

Log message:
Remove MAIN and PROG defines now that we do not compile non-monolithic.

ok tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 22:23:53

Modified files:
	lib/libssl/src/apps: ca.c 

Log message:
repair whitespace. this is what happens when functions take 20 params.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/17 22:33:09

Modified files:
	lib/libssl/src/apps: cms.c ocsp.c pkcs12.c pkeyutl.c req.c ts.c 
	                     verify.c x509.c 

Log message:
whitespace normalization


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/04/17 23:08:15

Modified files:
	sys/dev/pci    : qle.c qlereg.h 

Log message:
Implement qle_fabric_plogo and let qle_fabric_plogi look at the response that
comes back, so later on we can work out what to do when logins fail


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/17 23:37:44

Modified files:
	lib/libssl/src/crypto/ui: ui.h ui_compat.c ui_compat.h ui_err.c 
	                          ui_lib.c ui_locl.h ui_openssl.c 
	                          ui_util.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/18 00:10:37

Modified files:
	net/samba      : Tag: OPENBSD_5_4 Makefile 
	net/samba/patches: Tag: OPENBSD_5_4 patch-nsswitch_wbinfo_c 
	                   patch-source3_lib_netapi_group_c 
	                   patch-source3_lib_netapi_user_c 
	                   patch-source3_rpc_client_cli_lsarpc_c 
	                   patch-source3_rpc_client_cli_pipe_c 
	                   patch-source3_rpcclient_cmd_samr_c 
	                   patch-source3_smbd_lanman_c 
	                   patch-source3_utils_net_rpc_c 
Added files:
	net/samba/patches: Tag: OPENBSD_5_4 
	                   patch-source3_auth_check_samsec_c 
	                   patch-source3_rpc_server_samr_srv_samr_chgpasswd_c 
	                   patch-source3_rpc_server_samr_srv_samr_nt_c 

Log message:
Fix a security issue with Samba..

Password lockout not enforced for SAMR password changes. CVE-2013-4496

and

Fix WANTLIB/LDEP sysutils/e2fsprogs for ads FLAVOR
fix MASTER_SITES

ok MAINTAINER


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/18 00:59:15

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

Log message:
support mailaddr lookup in table_db


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/18 01:09:23

Modified files:
	lib/libssl/src/crypto/asn1: a_bitstr.c a_digest.c a_dup.c 
	                            a_enum.c a_gentm.c a_i2d_fp.c 
	                            a_int.c a_mbstr.c a_object.c 
	                            a_octet.c a_print.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/04/18 01:40:53

Modified files:
	textproc/p5-String-RewritePrefix: Makefile distinfo 

Log message:
Update p5-String-RewritePrefix to 0.007.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/18 02:22:21

Modified files:
	graphics/colord: Makefile 
Added files:
	graphics/colord/patches: patch-lib_colord_cd-it8_c 

Log message:
Fix building the CMF spectra on OpenBSD/sparc64 (from upstream).


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/18 02:44:25

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

Log message:
We are not ARCHAIC; no object change.
OK lteo@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/18 02:49:53

ports/multimedia/gstreamer1/core/patches

Update of /cvs/ports/multimedia/gstreamer1/core/patches
In directory cvs.openbsd.org:/tmp/cvs-serv10035/gstreamer1/core/patches

Log Message:
Directory /cvs/ports/multimedia/gstreamer1/core/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/18 02:54:13

Modified files:
	multimedia/gstreamer-0.10/core: Makefile 
	multimedia/gstreamer1/core: Makefile 
Added files:
	multimedia/gstreamer-0.10/core/patches: patch-gst_Makefile_in 
	                                        patch-libs_gst_base_Makefile_in 
	                                        patch-libs_gst_check_Makefile_in 
	                                        patch-libs_gst_controller_Makefile_in 
	                                        patch-libs_gst_net_Makefile_in 
	multimedia/gstreamer1/core/patches: patch-gst_Makefile_in 
	                                    patch-libs_gst_base_Makefile_in 
	                                    patch-libs_gst_check_Makefile_in 
	                                    patch-libs_gst_controller_Makefile_in 
	                                    patch-libs_gst_net_Makefile_in 

Log message:
Fix pushed upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/18 03:00:05

Modified files:
	graphics/clutter/clutter-gst: Makefile 

Log message:
Fix BZ URL, no pkg change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/18 03:18:29

Modified files:
	x11/gtk+3      : Makefile 
Added files:
	x11/gtk+3/patches: patch-gtk_gtkapplication-dbus_c 

Log message:
Fix a crash in gtkapplication() (upstream).


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/18 03:30:48

Modified files:
	devel/llvm     : Makefile distinfo 
	devel/llvm/patches: patch-CMakeLists_txt 
	                    patch-Makefile_config_in 
	                    patch-tools_clang_include_clang_Driver_Options_td 
	                    patch-tools_clang_lib_Basic_Targets_cpp 
	                    patch-tools_clang_lib_Driver_ToolChains_h 
	                    patch-tools_clang_lib_Driver_Tools_cpp 
	                    patch-tools_clang_tools_scan-build_scan-build 
	devel/llvm/pkg : PLIST 
	lang/clang     : clang.port.mk 
Added files:
	devel/llvm/patches: patch-cmake_modules_HandleLLVMOptions_cmake 
	                    patch-tools_clang_lib_CodeGen_CGCXX_cpp 
Removed files:
	devel/llvm/patches: patch-lib_CodeGen_StackProtector_cpp 
	                    patch-lib_Target_AArch64_Utils_CMakeLists_txt 
	                    patch-lib_Target_R600_SIISelLowering_cpp 

Log message:
Update to LLVM 3.5 (trunk) snapshot just before switching to an unconditional
C++11 codebase.

This brings in a number of improvements over 3.4 including..
X86 assembler with 16-bit support
Much improved SPARC backend
stack protector strong support

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/04/18 03:34:05

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

Log message:
Also match RTS5227 in rtsx(4). Works for me on the THinkPad X240.
This will give us basic support there are a few extra bits in the linux
driver we ignore for now. Something to look at in the future.
OK stsp@ mlarkin@ kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/18 03:38:42

Modified files:
	lib/libssl/src/apps: cms.c dhparam.c gendh.c gendsa.c genrsa.c 
	                     pkcs12.c rand.c s_client.c s_server.c 
	                     smime.c srp.c ts.c 

Log message:
simplify file:file:... stuff


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/18 03:46:41

Modified files:
	usr.bin/mandoc : apropos.1 

Log message:
Fix a few lies; polish wording and formatting while here.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/18 03:47:36

Modified files:
	kerberosV/include: config.h version.h 
	kerberosV/src  : NEWS configure configure.ac 
	kerberosV/src/doc: heimdal.info heimdal.texi hx509.info 
	                   vars.texi 
	kerberosV/src/doc/doxyout/gssapi/html: graph_legend.html 
	                                       group__gssapi.html 
	                                       gssapi_mechs_intro.html 
	                                       gssapi_services_intro.html 
	                                       index.html 
	                                       internalvsmechname.html 
	                                       modules.html pages.html 
	kerberosV/src/doc/doxyout/gssapi/man/man3: gssapi.3 
	                                           gssapi_mechs_intro.3 
	                                           gssapi_services_intro.3 
	                                           internalvsmechname.3 
	kerberosV/src/doc/doxyout/hcrypto/html: 
	                                        example__evp__cipher_8c-example.html 
	                                        examples.html 
	                                        graph_legend.html 
	                                        group__hcrypto__core.html 
	                                        group__hcrypto__des.html 
	                                        group__hcrypto__dh.html 
	                                        group__hcrypto__evp.html 
	                                        group__hcrypto__misc.html 
	                                        group__hcrypto__rand.html 
	                                        group__hcrypto__rsa.html 
	                                        index.html modules.html 
	                                        page_des.html 
	                                        page_dh.html 
	                                        page_evp.html 
	                                        page_rand.html 
	                                        page_rsa.html 
	kerberosV/src/doc/doxyout/hcrypto/man/man3: hcrypto_core.3 
	                                            hcrypto_des.3 
	                                            hcrypto_dh.3 
	                                            hcrypto_evp.3 
	                                            hcrypto_misc.3 
	                                            hcrypto_rand.3 
	                                            hcrypto_rsa.3 
	                                            page_des.3 page_dh.3 
	                                            page_evp.3 
	                                            page_rand.3 
	                                            page_rsa.3 
	kerberosV/src/doc/doxyout/hdb/html: annotated.html 
	                                    functions.html 
	                                    functions_vars.html 
	                                    graph_legend.html index.html 
	                                    struct_h_d_b.html 
	                                    structhdb__entry__ex.html 
	kerberosV/src/doc/doxyout/hdb/man/man3: HDB.3 hdb_entry_ex.3 
	kerberosV/src/doc/doxyout/hx509/html: graph_legend.html 
	                                      group__hx509.html 
	                                      group__hx509__ca.html 
	                                      group__hx509__cert.html 
	                                      group__hx509__cms.html 
	                                      group__hx509__crypto.html 
	                                      group__hx509__env.html 
	                                      group__hx509__error.html 
	                                      group__hx509__keyset.html 
	                                      group__hx509__lock.html 
	                                      group__hx509__misc.html 
	                                      group__hx509__name.html 
	                                      group__hx509__peer.html 
	                                      group__hx509__print.html 
	                                      group__hx509__query.html 
	                                      group__hx509__revoke.html 
	                                      group__hx509__verify.html 
	                                      index.html modules.html 
	                                      page_ca.html 
	                                      page_cert.html 
	                                      page_cms.html 
	                                      page_env.html 
	                                      page_error.html 
	                                      page_keyset.html 
	                                      page_lock.html 
	                                      page_name.html 
	                                      page_peer.html 
	                                      page_print.html 
	                                      page_revoke.html 
	                                      pages.html 
	kerberosV/src/doc/doxyout/hx509/man/man3: hx509.3 hx509_ca.3 
	                                          hx509_cert.3 
	                                          hx509_cms.3 
	                                          hx509_crypto.3 
	                                          hx509_env.3 
	                                          hx509_error.3 
	                                          hx509_keyset.3 
	                                          hx509_lock.3 
	                                          hx509_misc.3 
	                                          hx509_name.3 
	                                          hx509_peer.3 
	                                          hx509_print.3 
	                                          hx509_query.3 
	                                          hx509_revoke.3 
	                                          hx509_verify.3 
	                                          page_ca.3 page_cert.3 
	                                          page_cms.3 page_env.3 
	                                          page_error.3 
	                                          page_keyset.3 
	                                          page_lock.3 
	                                          page_name.3 
	                                          page_peer.3 
	                                          page_print.3 
	                                          page_revoke.3 
	kerberosV/src/doc/doxyout/krb5/html: annotated.html 
	                                     graph_legend.html 
	                                     group__krb5.html 
	                                     group__krb5__address.html 
	                                     group__krb5__auth.html 
	                                     group__krb5__ccache.html 
	                                     group__krb5__credential.html 
	                                     group__krb5__crypto.html 
	                                     group__krb5__deprecated.html 
	                                     group__krb5__digest.html 
	                                     group__krb5__error.html 
	                                     group__krb5__keytab.html 
	                                     group__krb5__pac.html 
	                                     group__krb5__principal.html 
	                                     group__krb5__storage.html 
	                                     group__krb5__support.html 
	                                     group__krb5__ticket.html 
	                                     group__krb5__v4compat.html 
	                                     index.html 
	                                     krb5_ccache_intro.html 
	                                     krb5_fileformats.html 
	                                     krb5_init_creds_intro.html 
	                                     krb5_introduction.html 
	                                     krb5_keytab_intro.html 
	                                     krb5_principal_intro.html 
	                                     modules.html pages.html 
	                                     structkrb5__crypto__iov.html 
	kerberosV/src/doc/doxyout/krb5/man/man3: krb5.3 krb5_address.3 
	                                         krb5_auth.3 
	                                         krb5_ccache.3 
	                                         krb5_ccache_intro.3 
	                                         krb5_credential.3 
	                                         krb5_crypto.3 
	                                         krb5_crypto_iov.3 
	                                         krb5_deprecated.3 
	                                         krb5_digest.3 
	                                         krb5_error.3 
	                                         krb5_fileformats.3 
	                                         krb5_init_creds_intro.3 
	                                         krb5_introduction.3 
	                                         krb5_keytab.3 
	                                         krb5_keytab_intro.3 
	                                         krb5_pac.3 
	                                         krb5_principal.3 
	                                         krb5_principal_intro.3 
	                                         krb5_storage.3 
	                                         krb5_support.3 
	                                         krb5_ticket.3 
	                                         krb5_v4compat.3 
	kerberosV/src/doc/doxyout/ntlm/html: annotated.html 
	                                     examples.html 
	                                     functions.html 
	                                     functions_vars.html 
	                                     graph_legend.html 
	                                     group__ntlm__core.html 
	                                     index.html modules.html 
	                                     structntlm__buf.html 
	                                     structntlm__type1.html 
	                                     structntlm__type2.html 
	                                     structntlm__type3.html 
	                                     test__ntlm_8c-example.html 
	kerberosV/src/doc/doxyout/ntlm/man/man3: ntlm_buf.3 ntlm_core.3 
	                                         ntlm_type1.3 
	                                         ntlm_type2.3 
	                                         ntlm_type3.3 
	kerberosV/src/doc/doxyout/wind/html: graph_legend.html 
	                                     group__wind.html index.html 
	                                     modules.html 
	kerberosV/src/doc/doxyout/wind/man/man3: wind.3 
	kerberosV/src/kdc: connect.c main.c pkinit.c 
	kerberosV/src/lib/com_err: lex.c 
	kerberosV/src/lib/hx509: sel-lex.c 
	kerberosV/src/lib/krb5: crypto.c get_cred.c krb5_locl.h 
	                        send_to_kdc.c 
	kerberosV/src/lib/libedit: configure 
	kerberosV/usr.bin/krb5-config: Makefile 

Log message:
Upgrade our KerberosV to Heimdal 1.5.3 (minor update).

- Fix leaking file descriptors in KDC
- Better socket/timeout handling in libkrb5
- General bug fixes

ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/18 03:55:22

Modified files:
	devel/ragel    : Makefile 

Log message:
Use our default ruby.

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/18 04:00:48

Modified files:
	etc            : weekly 
	libexec        : Makefile 
	usr.bin        : Makefile 
	usr.bin/mandoc : Makefile 
	usr.sbin/pkg_add/OpenBSD: Add.pm Delete.pm Paths.pm PkgCreate.pm 
	share/man      : Makefile 
	share/man/man8 : daily.8 

Log message:
Switch to the new makewhatis(8)/apropos(1)/whatis(1) combo.
"commit the switch now" espie@  "go for it" deraadt@

See the apropos(1) manual for a description of what's new.
On machines where you want the full functionality,
run "sudo makewhatis" and put "MAKEWHATISARGS=' '" into weekly.local(8).
Otherwise, when upgrading via source, run "sudo makewhatis -Q".


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	schwarze@cvs.openbsd.org	2014/04/18 04:02:45

Modified files:
	.              : Makefile 

Log message:
Reduce the build time for the makewhatis(8) step by roughly a factor of 3.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/04/18 04:05:22

Modified files:
	usr.sbin/npppd/npppd: npppd_subr.c 

Log message:
Do not set RTF_DONE flag on route message, only the kernel is allowed to
set that to indicate that it processed the message. Also de-#ifdef the
RTF_MASK part, OpenBSD is not that archaic.
OK yasuoka@ long time ago


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/18 04:19:32

Modified files:
	graphics/png   : Tag: OPENBSD_5_5 Makefile 
Added files:
	graphics/png/patches: Tag: OPENBSD_5_5 patch-pngpread_c 

Log message:
libpng will hang when reading images that have zero-length IDAT chunks with
the progressive (streaming) reader; a malicious web site could use this bug
to cause a (minor) denial of service. (CVE-2014-0333)

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/18 04:19:59

Modified files:
	graphics/png   : Tag: OPENBSD_5_4 Makefile 
Added files:
	graphics/png/patches: Tag: OPENBSD_5_4 patch-pngpread_c 

Log message:
libpng will hang when reading images that have zero-length IDAT chunks with
the progressive (streaming) reader; a malicious web site could use this bug
to cause a (minor) denial of service. (CVE-2014-0333)

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/18 04:48:23

Modified files:
	regress/sbin/pfctl: Makefile pf35.in pf35.ok pfail53.in 
	                    pfail53.ok 
Removed files:
	regress/sbin/pfctl: pf33.in pf33.loaded pf33.ok pf37.in pf37.ok 
	                    pf42.in pf42.ok pf45.in pf45.ok pf58.in 
	                    pf58.ok pf59.in pf59.ok pf62.in pf62.ok 
	                    pf63.in pf63.ok pf64.in pf64.ok pfail18.in 
	                    pfail18.ok pfail29.in pfail29.ok pfail31.in 
	                    pfail31.ok pfail32.in pfail32.ok pfail33.in 
	                    pfail33.ok pfail34.in pfail34.ok pfail35.in 
	                    pfail35.ok pfail36.in pfail36.ok pfail44.in 
	                    pfail44.ok pfail45.in pfail45.ok pfail46.in 
	                    pfail46.ok pfaltq1.in pfaltq1.ok pfaltq10.in 
	                    pfaltq10.ok pfaltq11.in pfaltq11.ok 
	                    pfaltq12.in pfaltq12.ok pfaltq13.in 
	                    pfaltq13.ok pfaltq14.in pfaltq14.ok 
	                    pfaltq2.in pfaltq2.ok pfaltq3.in pfaltq3.ok 
	                    pfaltq4.in pfaltq4.ok pfaltq5.in pfaltq5.ok 
	                    pfaltq6.in pfaltq6.ok pfaltq7.in pfaltq7.ok 
	                    pfaltq8.in pfaltq8.ok pfaltq9.in pfaltq9.ok 
	                    pfopt3.in pfopt3.ok pfopt3.opts pfsetup2.in 
	                    pfsetup2.ok pfsetup3.in pfsetup3.ok 

Log message:
stop testing altq stuffz
how many tests I wrote back then... (of which the majority is pointless)


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2014/04/18 04:48:30

Modified files:
	sys/netinet    : in_pcb.c in_pcb.h udp_usrreq.c 
	sys/netinet6   : icmp6.c in6_pcb.c in6_src.c ip6_var.h nd6_nbr.c 
	                 raw_ip6.c udp6_output.c 

Log message:
Invert the signature logic of in{,6}_selectsrc, make them return the
error code and pass the resulting source address back to the caller
through a pointer, as suggested by chrisz.  This gives us more readable
code, and eases the deletion of useless checks in the callers' error path.
Add a bunch of "0 -> NULL" conversions, while here.
ok chrisz@ mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/18 04:53:17

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

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/04/18 05:07:21

Modified files:
	faq/ports      : specialtopics.html 

Log message:
synbc rc-script example with the port and fix $OpenBSD$ marker, tweaked from
a diff from Mikolaj Kucharski


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/18 05:07:52

Modified files:
	misc/shared-mime-info: Makefile distinfo 

Log message:
Update to shared-mime-info-1.3.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/18 05:14:08

Modified files:
	lib/libssl/src/apps: progs.h 

Log message:
KNF, since this is no longer script generated


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/04/18 05:14:35

Modified files:
	lib/libssl/src/crypto/asn1: tasn_enc.c 

Log message:
add braces missed when fixing leaks


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/18 05:15:21

Removed files:
	regress/sbin/pfctl: pf43.in pf43.loaded pf43.ok 

Log message:
missed these


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/04/18 05:17:31

ports/graphics/graphite2/patches

Update of /cvs/ports/graphics/graphite2/patches
In directory cvs.openbsd.org:/tmp/cvs-serv13472/patches

Log Message:
Directory /cvs/ports/graphics/graphite2/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	weerd@cvs.openbsd.org	2014/04/18 05:18:27

Log message:
    Add ranval, a small tool to generate random numbers on the command
    line without a modulo bias (using arc4random(3)).
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	weerd
    Release Tags:	weerd_20140418
    
    N ports/sysutils/ranval/Makefile
    N ports/sysutils/ranval/distinfo
    N ports/sysutils/ranval/pkg/DESCR
    N ports/sysutils/ranval/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/18 05:18:40

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

Log message:
stop talking about altq
this manpage needs a bigger sync with reality...


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/18 05:19:45

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

Log message:
stop mentioning altq


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/18 05:20:32

Modified files:
	lib/libssl/src/crypto/asn1: x_algor.c x_attrib.c x_bignum.c 
	                            x_crl.c x_exten.c x_info.c x_long.c 
	                            x_name.c x_nx509.c x_pkey.c 
	                            x_pubkey.c x_req.c x_sig.c x_spki.c 
	                            x_val.c x_x509.c x_x509a.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	ports
Changes by:	weerd@cvs.openbsd.org	2014/04/18 05:29:44

Modified files:
	sysutils       : Makefile 

Log message:
Hook up ranval


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/18 05:31:16

Modified files:
	lib/libssl/src/crypto/rand: randfile.c 
	lib/libssl/src : e_os.h 

Log message:
define RFILE only in the file that needs it


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/18 05:33:33

Modified files:
	lib/libssl/src/crypto: cryptlib.h 
	lib/libssl/src/crypto/bio: b_sock.c bss_acpt.c bss_conn.c 
	                           bss_dgram.c bss_fd.c bss_sock.c 

Log message:
unistd.h for protos where needed


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/18 05:33:41

Modified files:
	net/nagios/nrpe: Makefile 
	net/nagios/nrpe/patches: patch-src_nrpe_c 

Log message:
Filter more unsafe chars for popen() (only affects installations where
"dont_blame_nrpe" has been set, which you should not do).

From http://seclists.org/fulldisclosure/2014/Apr/240 / oss-sec


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/18 05:35:51

Modified files:
	usr.bin/printf : printf.c 

Log message:
Handle passing zero to a variable fieldwidth or precision.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/18 05:36:06

Modified files:
	usr.bin/systat : pftop.c 

Log message:
no more altq


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/18 05:37:02

Log message:
    import polarssl to ports, joint work with me, Joachim Schipper, dcoppa, benoit,
    testing also from florian@
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20140418
    
    N ports/security/polarssl/Makefile
    N ports/security/polarssl/distinfo
    N ports/security/polarssl/pkg/PLIST
    N ports/security/polarssl/pkg/DESCR
    N ports/security/polarssl/patches/patch-tests_suites_helpers_function
    N ports/security/polarssl/patches/patch-library_rsa_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/18 05:37:40

Modified files:
	security       : Makefile 

Log message:
+polarssl
(import was ok dcoppa@)


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/18 05:41:10

Modified files:
	share/man/man7 : hier.7 

Log message:
no more altq hier^Where either


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/18 05:51:17

Modified files:
	sys/arch/alpha/alpha: trap.c 
	sys/arch/amd64/amd64: trap.c 
	sys/arch/arm/arm: fault.c 
	sys/arch/hppa/hppa: trap.c 
	sys/arch/hppa64/hppa64: trap.c 
	sys/arch/i386/i386: trap.c 
	sys/arch/m88k/m88k: trap.c 
	sys/arch/mips64/mips64: trap.c 
	sys/arch/powerpc/powerpc: trap.c 
	sys/arch/sh/sh : trap.c 
	sys/arch/solbourne/solbourne: trap.c 
	sys/arch/sparc/sparc: trap.c 
	sys/arch/sparc64/sparc64: trap.c 
	sys/arch/vax/vax: trap.c 
	sys/dev        : systrace.c 
	sys/kern       : init_main.c kern_exec.c kern_exit.c kern_fork.c 
	                 kern_prot.c kern_sig.c 
	sys/sys        : cdefs.h proc.h syscall_mi.h ucred.h 

Log message:
Have each thread keeps its own (counted!) reference to the process's ucreds
to avoid possible use-after-free references when swapping ids in threaded
processes.  "Do I have the right creds?" checks are always made with the
threads creds.

Inspired by FreeBSD and NetBSD
"right time" deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/18 05:54:33

Modified files:
	net/openvpn    : Makefile 

Log message:
add makefile parts dealing with PolarSSL support; not enabled yet as current
OpenVPN versions are built against the 1.2 API


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/18 06:02:37

Modified files:
	usr.sbin/relayd: proc.c relayd.h 

Log message:
The proc.c code sets up some socketpair for the communication between
different privsep processes.  The implementation is using
multi-dimensional arrays and and some complicated process to process
relations.  This is the first attempt of cleaning it up and to allow
N:N communications for the upcoming "CA" processes.

Discussed with some, but nobody dared to comment on the code.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/18 06:03:00

Modified files:
	x11/gtk2-theme-switch: Makefile 
	x11/gtk2-theme-switch/patches: patch-Makefile patch-switch_1 
	x11/gtk2-theme-switch/pkg: PLIST 

Log message:
Clean up this port.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/18 06:15:48

Modified files:
	lib/libssl/src/crypto/asn1: tasn_dec.c tasn_enc.c tasn_fre.c 
	                            tasn_new.c tasn_prn.c tasn_typ.c 
	                            tasn_utl.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/18 06:48:52

Modified files:
	x11/gnome/online-accounts: Makefile 
Added files:
	x11/gnome/online-accounts/patches: patch-src_goa_Makefile_in 

Log message:
Use BZ patch.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/18 06:52:31

Modified files:
	x11/gnome/online-accounts/patches: patch-src_goa_Makefile_in 

Log message:
Pushed upstream.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/18 07:13:51

Modified files:
	lib/libssl/src/crypto/rand: rand.h 
	lib/libcrypto/crypto: Makefile 
	lib/libssl/src/apps: app_rand.c 
Removed files:
	lib/libssl/src/crypto/rand: rand_egd.c 

Log message:
egd support is too dangerous to leave where somebody might find it.
ok deraadt.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/18 07:14:31

Modified files:
	lib/libssl/src/crypto/asn1: t_bitst.c t_crl.c t_pkey.c t_req.c 
	                            t_spki.c t_x509.c t_x509a.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/18 07:19:03

Modified files:
	lib/libcrypto/crypto: Makefile 
	lib/libssl/src/crypto/rand: rand_lib.c randfile.c 
Removed files:
	lib/libssl/src/crypto/rand: rand_unix.c rc4_rand.c 

Log message:
another round of chemo for the RAND code to provide clarity.
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/18 07:26:34

Modified files:
	lib/libssl/src/crypto/asn1: ameth_lib.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2014/04/18 07:28:06

Modified files:
	sysutils/ansible: Makefile distinfo 

Log message:
Update ansible to 1.5.4

- Security fix for safe_eval, which further hardens the checking
of the evaluation function.
- Changing order of variable precendence for system facts, to
ensure that inventory variables take precedence over any facts
that may be set on a host.

OK aja@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/04/18 07:35:31

Modified files:
	sys/nfs        : nfs_socket.c 

Log message:
If somebody else is already processing the RPC requests on a stream socket,
don't panic, but just return.

tested by nicm@
ok tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/18 07:38:31

Modified files:
	lib/libssl/src/crypto/conf: conf_mod.c 

Log message:
in CONF_get1_default_config_file(), don't calculate a buffer size,
malloc it, do unbounded strlcpy's to it... but instead of asnprintf.
While there, let's put a '/' between the two path components!  Wonder
how old that bug is..
ok guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/18 07:41:20

Modified files:
	lib/libssl/src/apps: apps.c 

Log message:
Use asprintf() for generating path, instead of multiple
return-value-not-checked strlcpy and strlcat


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/18 07:55:26

Modified files:
	usr.sbin/relayd: Makefile config.c relay.c relayd.c 
	                 relayd.conf.5 relayd.h ssl.c ssl_privsep.c 
Added files:
	usr.sbin/relayd: ca.c 

Log message:
Introduce privsep for private keys:

- Move RSA private keys to a new separate process instead of copying
them to the relays.  A custom RSA engine is used by the SSL/TLS code
of the relay processes to send RSA private key encryption/decryption
(also used for sign/verify) requests to the new "ca" processes instead
of operating on the private key directly.

- Each relay process gets its own related ca process.  Setting
"prefork 5" in the config file will spawn 10 processes (5 relay, 5
ca).  This diff also reduces the default number of relay processes
from 5 to 3 which should be suitable in most installations without a
very heavy load.

- Don't keep text versions of the keys in memory, parse them once and
keep the binary representation.  This might still be the case in
OpenSSL's internals but will be fixed in the library.

This diff doesn't prevent something like "heartbleed" but adds an
additional mitigation to prevent leakage of the private keys from the
processes doing SSL/TLS.

With feedback from many
ok benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/18 08:05:01

Removed files:
	lib/libssl/src/apps: CA.pl.in CA.sh ca-cert.srl ca-key.pem 
	                     ca-req.pem cert.pem client.pem dh1024.pem 
	                     dh2048.pem dh4096.pem dh512.pem dsa-ca.pem 
	                     dsa-pca.pem dsa1024.pem dsa512.pem dsap.pem 
	                     oid.cnf pca-cert.srl pca-key.pem 
	                     pca-req.pem privkey.pem progs.pl req.pem 
	                     rsa8192.pem s1024key.pem s1024req.pem 
	                     s512-key.pem s512-req.pem server.pem 
	                     server.srl server2.pem testCA.pem tsget 
	lib/libssl/src/apps/demoCA: cacert.pem index.txt serial 
	lib/libssl/src/apps/demoCA/private: cakey.pem 
	lib/libssl/src/apps/demoSRP: srp_verifier.txt 
	                             srp_verifier.txt.attr 
	lib/libssl/src/apps/set: set-g-ca.pem set-m-ca.pem set_b_ca.pem 
	                         set_c_ca.pem set_d_ct.pem set_root.pem 

Log message:
These files were never installed in the past, and are not generally
used.  They can go away.
ok guenther reyk


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/18 08:25:52

Modified files:
	usr.bin/mg     : theo.c 

Log message:
We should probably thank OpenSSL.
They gave Theo another chance to be happy.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/18 08:32:22

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

Log message:
The RSA_FLAG_SIGN_VER is not yet supported and the current code uses
the rsa_priv_enc() and rsa_pub_dec() callbacks for sign and verify
operations.

A tale from OpenSSL's rsa.h:

New sign and verify functions: some libraries don't allow arbitrary
data to be signed/verified: this allows them to be used. Note: for
this to work the RSA_public_decrypt() and RSA_private_encrypt() should
*NOT* be used RSA_sign(), RSA_verify() should be used instead. Note:
for backwards compatibility this functionality is only enabled if the
RSA_FLAG_SIGN_VER option is set in 'flags'.

In OpenSSL, RSA engines should provide the rsa_sign() and rsa_verify()
callbacks and this should be the default.  By the "default" is
disabled by default and RSA engines that provide extra sign and verify
callbacks have to set the non-default RSA_FLAG_SIGN_VER flag.  This is
not used by OpenSSL's own RSA code and was only set by two non-default
RSA engines: IBM 4758 and Windows CAPI - both of them got removed from
our library.  And btw., this comment about the new non-default default
was added in 1999.

Thanks to Piotr Sikora, who pointed out that I didn't handle the
sign/verify case.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/18 08:34:07

Modified files:
	lib/libssl/src/crypto/asn1: tasn_dec.c 

Log message:
blank lines between decls and code


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/18 08:34:24

Modified files:
	regress/etc/MAKEDEV: Makefile 

Log message:
cut altq here


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/18 08:37:41

Modified files:
	lib/libssl/src/apps: apps.h s_cb.c s_socket.c 
	lib/libssl/src/crypto: cryptlib.h o_str.c 
	lib/libssl/src/crypto/bio: b_sock.c bss_bio.c bss_dgram.c 
	lib/libssl/src/crypto/cast: cast_lcl.h 
	lib/libssl/src/crypto/conf: conf_api.c 
	lib/libssl/src/crypto/des: cfb64ede.c cfb_enc.c 
	lib/libssl/src/crypto/ocsp: ocsp_ht.c 
	lib/libssl/src/crypto/rand: randfile.c 
	lib/libssl/src/crypto/rc5: rc5test.c 
Removed files:
	lib/libssl/src : e_os.h 

Log message:
Put the final pieces from e_os.h in the required places, and remove it.
"dance on it's grave" says beck
ok guenther beck


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/18 08:38:21

Modified files:
	regress/sys/arch/hppa/probe: probe.c 
	regress/sys/arch/hppa/sfuid: sfuid.c 
	regress/sys/arch/i386/ldt: testldt.c 
	regress/sys/arch/m88k/usertrap: trap.c 
	regress/sys/arch/sparc64/emul-popc/simm: simm13.c 
	regress/sys/kern/noexec: noexec.c 

Log message:
It's been a quarter century: we can assume volatile is present with that name.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/18 08:41:54

Modified files:
	usr.sbin/openssl: Makefile 

Log message:
since e_os.h is dead, and e_os2.h is installed, we can fetch from there.
This means we don't need the reach-around anymore.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/18 08:56:59

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

Log message:
reaching into altq unconditionally (and w/o ifdef ALTQ) is bad, mmkay?


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/18 09:03:20

Modified files:
	lib/libssl/src/crypto/asn1: tasn_dec.c 

Log message:
Some dude named Tavis Ormandy reported a bug which has gone unfixed.
http://marc.info/?l=openssl-users&m=138014120223264&w=2
Arguably a doc bug, but we argue not. If you parse a new cert into memory
occupied by a previously verified cert, the new cert will inherit that
state, bypassing future verification checks. To avoid this, we will always
start fresh with a new object.

grudging ok from guenther, after i threatened to make him read the code yet
again. "that ok was way more painful and tiring then it should have been"


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/18 09:09:52

Modified files:
	lib/csu/sh     : md_init.h 
	lib/libarch/alpha: bwx.c io.c 
	lib/libc/arch/hppa/gen: fabs.c flt_rounds.c fpgetmask.c 
	                        fpgetround.c fpgetsticky.c fpsetmask.c 
	                        fpsetround.c fpsetsticky.c 
	lib/libc/arch/hppa64/gen: fabs.c flt_rounds.c fpgetmask.c 
	                          fpgetround.c fpgetsticky.c fpsetmask.c 
	                          fpsetround.c fpsetsticky.c 
	lib/libc/arch/sh/gen: fabs.c flt_rounds.c fpgetmask.c 
	                      fpgetround.c fpgetsticky.c fpsetmask.c 
	                      fpsetround.c fpsetsticky.c 
	lib/libm/arch/alpha: fenv.c 
	lib/libm/arch/amd64: fenv.c 
	lib/libm/arch/hppa: e_remainder.c e_remainderf.c e_sqrt.c 
	                    e_sqrtf.c fenv.c s_ceil.c s_ceilf.c 
	                    s_floor.c s_floorf.c s_rint.c s_rintf.c 
	                    s_round.c s_roundf.c s_trunc.c s_truncf.c 
	lib/libm/arch/hppa64: fenv.c 
	lib/libm/arch/i387: fenv.c 
	lib/libm/arch/m88k: fenv.c 
	lib/libm/arch/mips64: fenv.c 
	lib/libm/arch/powerpc: fenv.c 
	lib/libm/arch/sh: e_sqrt.c e_sqrtf.c fenv.c s_fabsf.c 
	lib/libm/arch/sparc: fenv.c 
	lib/libm/arch/sparc64: fenv.c 
	lib/librthread/arch/m88k: _atomic_lock.c 
	lib/librthread/arch/mips64: _atomic_lock.c 

Log message:
It's been a quarter century: we can assume volatile is present with that name.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/18 09:13:01

Modified files:
	sys/net        : pf.c 

Log message:
pf_send_tcp: ask the stack to do the cksum instead of doing it manually
ok benno lteo naddy (back in january)


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2014/04/18 09:14:09

Log message:
    Import games/vegastrike, ok bentley@.
    
    Vega Strike is an OpenSource 3d Space Simulator. Work is proceeding
    on both the Vega Strike game engine and a Vega Strike Universe game
    data set. Both engine and data are in a playable state, but still
    under development. Each release serves as a beta for both engine
    and data.
    
    The Vega Strike engine serves as the foundation for the Privateer
    Gemini Gold, Privateer Remake, Vega Trek, and Pi Armada projects.
    
    Status:
    
    Vendor Tag:	pascal
    Release Tags:	pascal_20140418
    
    N ports/games/vegastrike/Makefile
    N ports/games/vegastrike/Makefile.inc
    N ports/games/vegastrike/extra/Makefile
    N ports/games/vegastrike/extra/distinfo
    N ports/games/vegastrike/extra/pkg/PLIST
    N ports/games/vegastrike/extra/pkg/DESCR
    N ports/games/vegastrike/data/Makefile
    N ports/games/vegastrike/data/distinfo
    N ports/games/vegastrike/data/pkg/DESCR
    N ports/games/vegastrike/data/pkg/PLIST
    N ports/games/vegastrike/engine/Makefile
    N ports/games/vegastrike/engine/distinfo
    N ports/games/vegastrike/engine/pkg/DESCR
    N ports/games/vegastrike/engine/pkg/PLIST
    N ports/games/vegastrike/engine/patches/patch-src_cmd_collide_map_h
    N ports/games/vegastrike/engine/patches/patch-configure
    N ports/games/vegastrike/engine/patches/patch-Makefile_in
    N ports/games/vegastrike/engine/patches/patch-src_endianness_h
    N ports/games/vegastrike/engine/patches/patch-src_cmd_unit_generic_cpp
    N ports/games/vegastrike/engine/patches/patch-src_posh_h
    N ports/games/vegastrike/engine/patches/patch-src_cmd_basecomputer_cpp
    N ports/games/vegastrike/engine/patches/patch-src_cmd_collide2_opcodetypes_h
    N ports/games/vegastrike/engine/patches/patch-src_networking_lowlevel_packetmem_cpp
    N ports/games/vegastrike/speech/Makefile
    N ports/games/vegastrike/speech/distinfo
    N ports/games/vegastrike/speech/pkg/DESCR
    N ports/games/vegastrike/speech/pkg/PLIST
    N ports/games/vegastrike/music/Makefile
    N ports/games/vegastrike/music/distinfo
    N ports/games/vegastrike/music/pkg/DESCR
    N ports/games/vegastrike/music/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/18 09:14:25

Modified files:
	sys/netinet    : tcp_subr.c 

Log message:
tcp_respond: let the stack worry about the cksum instead of doing it
manually, ok naddy (in january)


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2014/04/18 09:15:13

Modified files:
	games          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/18 09:20:00

Modified files:
	sys/net        : if_tun.c 

Log message:
reaching into altq outside #ifdef ALTQ is bad, mmkay? ok claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/18 09:38:16

Modified files:
	lib/libssl/src/crypto/conf: conf_mod.c 
	lib/libssl/src/apps: apps.c 

Log message:
use the portable construct around asprintf; pointed out by halex


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/18 09:39:53

Modified files:
	lib/libssl/src/apps: s_client.c s_server.c 
	lib/libssl/src/doc/ssl: SSL_CTX_set_options.pod 
	lib/libssl/src/ssl: s3_pkt.c 

Log message:
Finish zapping SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION usage; only keep
the #define for compat, but document that it's a no-op now.  Also, neuter
the -legacy_renegotiation option to "openssl s_{client,server}"

ok beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/18 09:46:50

Modified files:
	lib/libssl/src/doc/apps: s_client.pod 

Log message:
Document support for "openssl s_client -starttls lmtp"


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/18 09:53:24

Modified files:
	lib/libssl/src/crypto: o_str.c uid.c 

Log message:
remove include files not needed


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/18 09:53:28

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

Log message:
Fix SSL client-only mode when no RSA private key is needed.

Found by andre@ with the args-ssl-server.pl regress test.

ok andre@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/18 09:53:49

Modified files:
	lib/libcrypto/crypto: shlib_version 

Log message:
we need to crank


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/18 09:57:12

Modified files:
	libexec        : Makefile 

Log message:
millert said i can kill rshd


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/18 09:58:18

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.macppc md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/18 09:58:43

Modified files:
	usr.sbin/traceroute: traceroute.c 
	usr.sbin/traceroute6: traceroute6.c 

Log message:
Factor out build_probe{4,6} from send_probe; now send_probe is
AF independent. While there define outpacket as u_char and
cast as needed in traceroute6.
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/18 09:59:36

Removed files:
	libexec/rshd   : Makefile rshd.8 rshd.c 

Log message:
Malak: I think we made the merchant angry.
Conan: Are you surprised?
Malak: But we didn't steal everything he had!
Conan: We didn't have time.


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/18 10:00:38

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

Log message:
Embed struct tv32 into struct opacket like traceroute.
This changes the data part of an icmp6 paket, before it only
contained the timestamp, now it contains a whole struct opacket.
Shouldn't be an issue as nobody looks at this data anyway.
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/18 10:02:08

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

Log message:
sync to traceroute: s/opacket/packetdata/
OK lteo@, benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/18 10:04:39

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

Log message:
sync packet_ok signature to traceroute6
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/18 10:07:54

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

Log message:
Sync to tracroute: handle "time exceeded in transit" before the
switch and add a default case.
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/18 10:08:06

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

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/18 10:09:07

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

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/18 10:11:22

Modified files:
	lib/libssl/src/crypto/asn1: tasn_dec.c 

Log message:
guenther would prefer more separation


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/18 10:11:36

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

Log message:
Sync to tracroute: don't print source IP if -s is not given
OK benno@ (who wants it back in some form after the merge)


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/18 10:13:02

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

Log message:
fix previous


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/18 10:19:11

Modified files:
	usr.sbin/traceroute: traceroute.c traceroute.8 

Log message:
If -s is not given do a dummy connect to get outgoing ip,
unconditionally try to bind to this ip and get a source port for udp
this way, like traceroute6 is doing.  This means you can no longer
traceroute from IPs not present on the system. (There are probably
better tools if you want to send traffic from spoofed IPs.)
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/18 10:20:56

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

Log message:
sync to traceroute:
* s/Dst/to/
* s/Src/from/
* drop Rcv
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/18 10:22:18

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

Log message:
move ICMP code parsing to function
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/18 10:23:00

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

Log message:
move ICMP6 code parsing to function
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/18 10:24:41

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

Log message:
move cast from packet to ip up to avoid casts in print()
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/18 10:26:47

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

Log message:
Structure wait_for_reply() loop like traceroute, thereby moving the
loop body one indent layer up.
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/18 10:29:26

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

Log message:
replace perror(3) with err(3)/warn(3)
OK lteo@, benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/18 10:30:00

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

Log message:
replace perror(3) with err(3)/warn(3)
OK lteo@, benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/18 10:32:42

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

Log message:
We do have SO_SNDBUF and IP_HDRINCL.
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/18 10:33:21

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

Log message:
We do have SO_SNDBUF.
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/18 10:36:42

Removed files:
	lib/libssl/src : ACKNOWLEDGMENTS 

Log message:
this file is not relevant


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/04/18 10:38:29

Modified files:
	regress/sbin/route: Makefile 
Added files:
	regress/sbin/route: rttest1.ok rttest10.ok rttest11.ok 
	                    rttest2.ok rttest3.ok rttest4.ok rttest5.ok 
	                    rttest6.ok rttest7.ok rttest8.ok rttest9.ok 

Log message:
Introduce some regress tests against our routing table. At least that way
there is a chance that we do not break the network stack even more.
These regress tests already found a few issues.
The framework is ugly and does not properly recover from failures. Somebody
more skilled can come up with a better solution.
mpi@, blambert@ and sthen@ support this


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/18 10:46:19

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

Log message:
Use getaddrinfo to resolve destination. I kept the inet_aton so the
great old ones can still traceroute 010.010.010.010.
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/18 10:48:19

Modified files:
	usr.sbin/traceroute6: traceroute6.c traceroute6.8 

Log message:
Drop rh0 support (-g), it doesn't work anyway.
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/18 10:56:25

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

Log message:
Replace fprintf(stderr, ..); exit() with errx() and fprintf(stderr, ...)
with warnx()
OK lteo@, benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/18 10:58:02

Modified files:
	usr.sbin/traceroute: traceroute.c 
	usr.sbin/traceroute6: traceroute6.c 

Log message:
Declare socklen_t len in main, it's used in two places, no need
to declare it twice. We can get rid of a { } block.
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/18 11:00:07

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

Log message:
sync to traceroute6: use getnameinfo for destination ip
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/18 11:01:06

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

Log message:
Move ident / perturb initialisation up, this is AF independent.
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/18 11:01:47

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

Log message:
Wrap long lines.
OK lteo@, benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/18 11:25:17

Modified files:
	kerberosV/src/lib/krb5: crypto-rand.c 

Log message:
RAND_xxx considered harmful. use arc4random_buf instead of nasty stuff.
ok tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/18 11:32:31

Modified files:
	lib/libcrypto/crypto: Makefile 
	lib/libssl/src/crypto/asn1: asn1.h 
	lib/libssl/src/crypto/stack: safestack.h 
Added files:
	lib/libssl/src/crypto/asn1: a_set.c 

Log message:
Put back i2d_ASN1_SET() and d2i_ASN1_SET() from the NO_ASN1_OLD prune, as there
are still some 3rd-party code using it, and fixing them is not trivial.

As an excuse gift, the memory leaks on failure in resurrected a_set.c have
been fixed.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/18 11:44:24

Modified files:
	lib/libssl/src/ssl: ssltest.c 

Log message:
delete "string to make the random number generator think it has entropy"


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/18 12:01:06

Modified files:
	lib/libssl/src/apps: speed.c 

Log message:
another "string to make the random number generator think it has entropy"


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/18 12:03:26

Modified files:
	lib/libssl/src/apps: testdsa.h 

Log message:
another


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2014/04/18 12:07:59

Modified files:
	lib/libssl/src/apps: openssl.c 

Log message:
Check the return value of make_config_name() before attempting to use
the config filename.

ok beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/18 12:08:36

Modified files:
	lib/libcrypto/crypto/arch/alpha: opensslconf.h 
	lib/libcrypto/crypto/arch/amd64: opensslconf.h 
	lib/libcrypto/crypto/arch/arm: opensslconf.h 
	lib/libcrypto/crypto/arch/hppa: opensslconf.h 
	lib/libcrypto/crypto/arch/hppa64: opensslconf.h 
	lib/libcrypto/crypto/arch/i386: opensslconf.h 
	lib/libcrypto/crypto/arch/m88k: opensslconf.h 
	lib/libcrypto/crypto/arch/mips64: opensslconf.h 
	lib/libcrypto/crypto/arch/powerpc: opensslconf.h 
	lib/libcrypto/crypto/arch/sh: opensslconf.h 
	lib/libcrypto/crypto/arch/sparc: opensslconf.h 
	lib/libcrypto/crypto/arch/sparc64: opensslconf.h 
	lib/libcrypto/crypto/arch/vax: opensslconf.h 

Log message:
first round of static config. ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2014/04/18 12:08:36

Modified files:
	lib/libssl/src/apps: srp.c ca.c 

Log message:
Use the cleaned up asprintf-based make_config_name() to make the name of
the config file instead of the malloc/BUF_strlcpy/BUF_strlcat calls with
no return value checks (that make_config_name() also used to do prior to
being cleaned up).

ok beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/18 12:25:04

Modified files:
	kerberosV/lib/libroken: Makefile 
Removed files:
	kerberosV/src/lib/hcrypto: rand.c 

Log message:
It seems a generation of programmers is aping OpenSSL. We need re-education
camps.  RAND_ is considered hamful, we should not *re-implement* it here.
"fire bomb it" - tedu@, "dresdenizing" - beck@, "SSLaughterhouse five" miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/18 12:33:18

Modified files:
	lib/libssl/src/crypto: crypto.h 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/18 12:33:39

Removed files:
	lib/libssl/src/crypto: opensslconf.h.in 

Log message:
Not welcome


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/18 12:38:45

Modified files:
	lib/libssl/src/crypto/camellia: camellia.c 

Log message:
eroMgib dne- nai 68xtnetelca  .s


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2014/04/18 12:44:18

Modified files:
	sys/netinet6   : udp6_output.c 

Log message:
This remnant comment doesn't belong here.  ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2014/04/18 12:56:25

Modified files:
	sys/netinet6   : udp6_output.c 

Log message:
Remove the dead KAME code that dealt with IPv4-mapped IPv6 addresses.
Add a check for IPv4-mapped IPv6 destination addresses, like in the most
recent KAME code, for non-connected sockets.  This prevents packets from
reaching the wire through the default route, if a reject route
for ::ffff:0.0.0.0/96 isn't present.  ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/04/18 13:08:12

Modified files:
	net/openvpn    : Makefile 

Log message:
*really* disable things properly.


CVSROOT:	/cvs
Module name:	src
Changes by:	okan@cvs.openbsd.org	2014/04/18 13:13:16

Modified files:
	usr.bin        : Makefile 
Removed files:
	usr.bin/bdes   : Makefile bdes.1 bdes.c 

Log message:
remove bdes(1) so as to not encourage its use; if someone really
wants to use DES, there's another way.

ok deraadt sthen sobrado (and probably tedu)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/18 13:38:26

Modified files:
	lib/libssl/src/crypto/objects: obj_dat.c 

Log message:
Shrink a local buffer to the size it really needs to be; this is the only
discrepancy found while checking proper {HEX,DECIMAL}_SIZE macro usage, which
is confusing enough.
tweaks and ok jca@, ok guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/18 13:41:23

Modified files:
	lib/libcrypto/crypto: Makefile 
	lib/libssl/src/crypto/bn: bn_nist.c 
	lib/libssl/src/crypto/des: cfb_enc.c 
	lib/libssl/src/crypto/sha: sha512.c 
	lib/libssl/src/crypto/whrlpool: wp_block.c 

Log message:
Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler,
but rather figure out the endianness from  automagically;
help from guenther@

ok jca@ guenther@ beck@ and the rest of the `Buena SSL rampage club'


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/18 13:54:57

Modified files:
	lib/libssl/src/apps: apps.h ca.c cms.c dgst.c dhparam.c 
	                     dsaparam.c ecparam.c gendh.c gendsa.c 
	                     genrsa.c pkcs12.c pkcs8.c pkeyutl.c rand.c 
	                     req.c rsautl.c s_client.c s_server.c 
	                     smime.c srp.c ts.c x509.c 
Removed files:
	lib/libssl/src/apps: app_rand.c 

Log message:
$HOME/.rnd will never be a good source of entropy. ok beck


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/18 13:55:16

Modified files:
	usr.sbin/openssl: Makefile 

Log message:
no app_rand.c


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/04/18 13:55:19

Modified files:
	www/mod_jk     : Makefile distinfo 
	www/ap2-mod_jk : Makefile distinfo 

Log message:
Bugfixing update to tomcat-connectors-1.2.40


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/18 13:58:42

Modified files:
	lib/libssl/src/apps: ecparam.c 

Log message:
collateral damage


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/18 14:01:31

Modified files:
	kerberosV/lib/libroken: Makefile 

Log message:
unbreak tree - this was not the rand.c I was looking for


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/18 14:22:17

Modified files:
	usr.sbin/nginx/conf: nginx.conf 

Log message:
raise file limit to something more web scale, but lower connections so
there are some files to spare for other things.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/04/18 14:23:42

Modified files:
	regress/lib/libcrypto/ecdsa: ecdsatest.c 

Log message:
ECDSA signature computation involves a random number. Remove the test trying to
force what RAND_bytes() will return and comparing it against known values -
I can't let you do this, Dave.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/18 14:51:49

Modified files:
	security/polarssl: Makefile 

Log message:
Joachim Schipper points out that the sample programs aren't great, so move
them out of bin to share/examples and add a README. Update the BROKEN-sparc64
comment as I've also checked with gcc4.8 now.


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/18 15:11:00

Modified files:
	lib/libssl/src/crypto/err: err.c 
	lib/libssl/src/crypto/md4: md4.c 
	lib/libssl/src/crypto/md5: md5.c 
	lib/libssl/src/crypto/ripemd: rmd160.c 
	lib/libssl/src/crypto/sha: sha1.c 

Log message:
Unsurprisingly, since  was so darn hard to find for OpenSSL developers
they had resorted to manually protyping read(2) instead of incredible amount of
preprocessor wizardry needed to find the ever illusive . Let's just
include  and we don't need to do this.. While we're at it flense
out _OSD_POSIX and __DGJPP__ cruft.
ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2014/04/18 15:11:34

Modified files:
	usr.bin/unifdef: Makefile unifdef.1 unifdef.c 
Added files:
	usr.bin/unifdef: unifdef.h version.h 

Log message:
Since we've been making heavy use of unifdef recently: update it to the
recent 2.10 release.

"This code was derived from software contributed to Berkeley by Dave Yost.
It was rewritten to support ANSI C by Tony Finch. The original version
of unifdef carried the 4-clause BSD copyright licence. None of its code
remains in this version (though some of the names remain) so it now
carries a more liberal licence."

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2014/04/18 15:14:20

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
Follow the makewhatis(8) switch (s/whatis\.db/mandoc\.db/).

ok espie@, naddy said he did the same changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/18 15:18:50

Modified files:
	sys/dev/wscons : wsdisplay_compat_usl.c 

Log message:
For the WSDISPLAY_COMPAT_USL protocol, send the synchronizing signals to
the process, not just the thread.

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/18 15:19:20

Modified files:
	lib/libssl/src/ssl: t1_enc.c t1_lib.c 

Log message:
now that knf carpet bombing is finished, switch to hand to hand combat.
still not sure what to make of mysteries like this:
for (i = 7; i >= 0; i--) {      /* increment */


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/18 15:26:56

Modified files:
	devel/llvm/patches: patch-tools_clang_lib_CodeGen_CGCXX_cpp 

Log message:
Add SVN revision


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/18 15:29:20

Modified files:
	sbin/iked      : proc.c 
	usr.sbin/ikectl: ikeca.c 
	usr.sbin/relayd: proc.c 
	usr.sbin/snmpd : proc.c 

Log message:
round up some enemy sympathizers found calling RAND_seed().
ok beck reyk


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/18 15:41:15

Modified files:
	lib/libssl/src/crypto/bio: b_sock.c bss_acpt.c bss_conn.c 
	                           bss_sock.c 

Log message:
unifdef NO_SOCK


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/18 15:42:05

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

Log message:
fix SEE ALSO;


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/18 15:49:19

Modified files:
	lib/libssl/src/crypto/pkcs7: pk7_doit.c 

Log message:
XXXXXXXXXXXXXXXX -> XXX
XXXXXXXXXXXXXXXXXXXXXXX -> XXXX


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/18 15:49:44

Log message:
    Import ports/net/unifi, controller software for ubiquiti unifi access points.
    This is v3.1.10 which is not a full release yet but working stably for me.
    ok jca@
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20140418
    
    N ports/net/unifi/Makefile
    N ports/net/unifi/distinfo
    N ports/net/unifi/pkg/DESCR
    N ports/net/unifi/pkg/PLIST
    N ports/net/unifi/pkg/unifi.rc
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/18 15:50:03

Modified files:
	net            : Makefile 

Log message:
+unifi


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/18 15:50:56

Modified files:
	infrastructure/db: user.list 

Log message:
+unifi


CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2014/04/18 15:53:54

Modified files:
	archivers/lzip/lunzip: Makefile distinfo 

Log message:
Update to lunzip 1.5. OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/18 15:54:16

Modified files:
	security/polarssl/pkg: PLIST 

Log message:
Missed PLIST from the commit, pointed out by dcoppa@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/18 15:54:48

Modified files:
	usr.bin/mandoc : mandocdb.c 

Log message:
In update mode, when opening the database fails, probably because it is
missing or corrupt, just rebuild it from scratch.  This also helps when
installing the very first port on a freshly installed machine
and is similar to what espie@'s classical makewhatis(8) did.

Issue reported by naddy@ via kili@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2014/04/18 15:55:24

Modified files:
	sys/conf       : files 
	sys/arch/sgi/hpc: files.hpc 

Log message:
rename wd33c93 to wd33c93ctrl (but keep the filenames as is) so we can
add attributes to it later; as wd33c93 is not a valid device name.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/18 15:57:17

Modified files:
	lib/libssl/src/crypto/asn1: asn1.h 
	lib/libssl/src/crypto/des: fcrypt.c 
	lib/libssl/src/doc/crypto: BIO_s_bio.pod 

Log message:
tone down some XXXXX to not appear in grep


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/18 15:57:32

Modified files:
	telephony/kamailio: Makefile 

Log message:
define OPENSSL_NO_BUF_FREELISTS to avoid some horrors which no longer build


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/18 16:01:23

Modified files:
	net/unifi      : Makefile 
	net/unifi/pkg  : unifi.rc 

Log message:
remove a useless rc_bg, from aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/18 16:04:54

Modified files:
	lib/libc/net   : rcmdsh.3 rcmd.3 
	share/man/man5 : hosts.equiv.5 login.conf.5 
	usr.sbin/inetd : inetd.8 

Log message:
remove references to rshd;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/18 16:07:36

Modified files:
	sysutils/ruby-puppet/3: Makefile 
Added files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_provider_service_openbsd_rb 
	                                patch-lib_puppet_type_service_rb 

Log message:
merge a patch from upstream which overhauls the service provider for openbsd

this allows for proper :ensure (enable/disable) and setting flags for services.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/18 16:11:57

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

Log message:
- merge two sections on error messages and interrupts
- move some non-standard sections into a more general CAVEATS
- some macro cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/18 16:19:00

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

Log message:
flesh out STANDARDS;


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/04/18 16:23:50

Modified files:
	sys/net        : pipex.c 

Log message:
There is no need to initialize globals to 0.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/18 16:23:53

Modified files:
	bin/pax        : pax.1 

Log message:
tweak;


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/18 16:39:08

Modified files:
	lib/libssl/src/ssl: s3_lib.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/18 16:42:16

Modified files:
	x11/gnome/desktop/patches: patch-libgnome-desktop_Makefile_in 

Log message:
BZ URL.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/18 16:59:32

Modified files:
	archivers/lha/patches: patch-Makefile_in patch-tests-lha-test1 
	                       patch-tests-lha-test13 
	                       patch-tests-lha-test_in 

Log message:
regen and add missing rcs ids


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/18 17:03:53

Modified files:
	audio/exaile   : Makefile 

Log message:
add missing gettext module


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/18 17:06:07

Modified files:
	audio/mpdBrowser: Makefile 

Log message:
add missing gettext module


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/18 17:17:34

Modified files:
	cad/qucs       : Makefile 

Log message:
remove duplicate REVISION


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/18 17:19:02

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/18 17:22:17

Modified files:
	comms/lcdproc  : Makefile 

Log message:
remove bogus libusb1 dependency, as it's using libusb-compat


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/18 17:35:20

Modified files:
	textproc/link-grammar: Makefile distinfo 
	textproc/link-grammar/patches: patch-configure 
	textproc/link-grammar/pkg: PLIST-java PLIST-main 

Log message:
Update to link-grammar-5.0.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/18 17:37:57

Modified files:
	devel/avr/gcc  : Makefile 

Log message:
drop duplicate DIST_SUBDIR


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/18 17:42:00

Modified files:
	lib/libssl/src/crypto: o_time.c o_time.h 
	lib/libssl/src/crypto/asn1: a_gentm.c a_time.c a_utctm.c 

Log message:
OPENSSL_gmtime() is really just gmtime_r(); ok guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/04/18 17:52:25

Modified files:
	usr.bin/ssh    : version.h sshd.c sshconnect2.c compat.h 
	                 compat.c 

Log message:
OpenSSH 6.5 and 6.6 have a bug that causes ~0.2% of connections
using the curve25519-sha256@libssh.org KEX exchange method to fail
when connecting with something that implements the spec properly.

Disable this KEX method when speaking to one of the affected
versions.

reported by Aris Adamantiadis; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/18 18:41:38

Modified files:
	lib/libssl/src/apps: apps.c ca.c engine.c pkcs12.c req.c 
	                     s_socket.c x509.c 
	lib/libssl/src/crypto/asn1: a_time.c 
	lib/libssl/src/crypto/bio: b_dump.c bss_file.c 
	lib/libssl/src/crypto/conf: conf_def.c 
	lib/libssl/src/crypto/dso: dso_lib.c 
	lib/libssl/src/crypto/err: err.c 
	lib/libssl/src/crypto/evp: evp_pbe.c 
	lib/libssl/src/crypto/objects: obj_dat.c 
	lib/libssl/src/crypto/pem: pem_lib.c 
	lib/libssl/src/crypto/rand: randfile.c 
	lib/libssl/src/crypto/ui: ui_lib.c 
	lib/libssl/src/crypto/x509v3: v3_info.c 

Log message:
use intrinsic strlcpy and strlcat everywhere so we only have one set of
funcitons to check for incorrect use. keep BUF_strlcpy and BUF_strlcat
for API comptibility only.
ok tedu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	gonzalo@cvs.openbsd.org	2014/04/18 19:26:31

Modified files:
	www/aria2      : Makefile distinfo 
	www/aria2/pkg  : PLIST 
Removed files:
	www/aria2/patches: patch-src_HttpRequestCommand_cc 

Log message:
Update for aria2 to 1.18.5.

Initial update from me, with tweaks by juanfra@

Ok juanfra@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/18 20:29:12

Modified files:
	usr.bin/mandoc : mandocdb.c 

Log message:
Properly handle symlinks (hardlinks and .so only files were already ok):
Use the file name of the symlink but the inode number of the file pointed to,
such that we get multiple mlinks records but not multiple mpages records.
Also make sure they do not point outside the tree we are processing.

Issue found by kili@ in desktop-file-edit(1), thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/18 20:55:44

Modified files:
	usr.bin/mandoc : mandocdb.c 

Log message:
Two minor tweaks regarding the fallback from -u/-d to default mode:
(1) Use all files found on the command line, but do *not* use all stray
files found during fallback tree recursion.
(2) If the fallback works, call that success, i.e. exit(0).
As pointed out by naddy@, the latter is required for ports' happiness.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/04/18 23:00:06

Modified files:
	sys/scsi       : mpath_emc.c 

Log message:
implement emc_mpath_checksense() according to what my cx500 throws.

tested by jmatthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/04/18 23:05:43

Modified files:
	sys/scsi       : mpath_emc.c 

Log message:
move scsi_xs_put after checks that use fields in the xs

ok dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/04/18 23:54:59

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

Log message:
missing wildcard; pointed out by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/19 00:15:56

Modified files:
	lib/libssl/src/crypto/asn1: i2d_pr.c i2d_pu.c n_pkey.c nsseq.c 
	                            p5_pbe.c p5_pbev2.c p8_pkey.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/19 00:43:34

Modified files:
	lib/libssl/src/crypto/asn1: d2i_pr.c d2i_pu.c evp_asn1.c 
	                            f_enum.c f_int.c f_string.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/19 01:20:59

Modified files:
	lib/libssl/src/crypto/asn1: asn_mime.c asn_moid.c asn_pack.c 
	                            bio_asn1.c bio_ndef.c charmap.h 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	shadchin@cvs.openbsd.org	2014/04/19 01:28:00

Modified files:
	usr.bin/less   : NEWS 

Log message:
tiny fix: Remove duplicate rows, they appeared after importing less 444
suggested Daniel Dickman


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/19 02:27:24

Modified files:
	www/icedtea-web: Makefile distinfo 
	www/icedtea-web/patches: patch-Makefile_in 
	                         patch-launcher_javaws_in 
	                         patch-plugin_icedteanp_IcedTeaNPPlugin_cc 
	                         patch-plugin_icedteanp_IcedTeaNPPlugin_h 

Log message:
Update to icedtea-web-1.4.2.
Note that this version still deadlock under WebKit2 but that's not a
regression compared to 1.4.1.

ok landry@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/19 02:32:20

Modified files:
	x11/gnome/menus: Makefile 
	x11/gnome/menus/pkg: PLIST 

Log message:
no more need for desktop-file-utils


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/19 02:52:32

Modified files:
	lib/libssl/src/ssl: d1_clnt.c d1_lib.c d1_meth.c d1_srtp.c 
	                    d1_srvr.c kssl.c s23_clnt.c s23_lib.c 
	                    s23_meth.c s23_srvr.c s3_clnt.c s3_lib.c 
	                    s3_meth.c s3_pkt.c s3_srvr.c srtp.h ssl.h 
	                    ssl_asn1.c ssl_cert.c ssl_ciph.c ssl_lib.c 
	                    ssl_sess.c ssl_stat.c ssltest.c t1_clnt.c 
	                    t1_lib.c t1_meth.c t1_srvr.c tls_srp.c 

Log message:
More KNF and style consistency tweaks


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2014/04/19 03:24:28

Modified files:
	usr.bin/hexdump: od.1 

Log message:
do not mark od(1) as deprecated.

ok jmc@, millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2014/04/19 03:28:20

Modified files:
	usr.bin/hexdump: conv.c hexdump.h odsyntax.c 

Log message:
use an appropriate name for this variable.

ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/19 03:44:11

Modified files:
	sysutils/bacula: Makefile distinfo 
	sysutils/bacula/patches: patch-Makefile_in patch-configure 
	                         patch-manpages_Makefile_in 
	                         patch-manpages_bat_1 
	                         patch-src_cats_Makefile_in 
	                         patch-src_cats_create_postgresql_database_in 
	                         patch-src_dird_Makefile_in 
	                         patch-src_dird_bacula-dir_conf_in 
	                         patch-src_filed_Makefile_in 
	                         patch-src_findlib_Makefile_in 
	                         patch-src_lib_Makefile_in 
	                         patch-src_qt-console_main_cpp 
	                         patch-src_stored_Makefile_in 
	                         patch-src_stored_bacula-sd_conf_in 
	sysutils/bacula/pkg: PLIST-bat PLIST-main PLIST-server 
	                     README-main README-server 
Added files:
	sysutils/bacula/patches: patch-src_lib_bnet_c 
	                         patch-src_lib_lockmgr_h 
Removed files:
	sysutils/bacula/patches: patch-src_qt-console_bat_pro_in 
	                         patch-src_tools_Makefile_in 

Log message:
Major update to Bacula 7.0.2.
Some info at:
http://blog.bacula.org/p710/
http://blog.bacula.org/release-7-0-2/

Now builds with our libtool(1).

While there's a huge amount of changes, existing setups "should" just
work without any modification.

tested by sthen@ and myself
ok sthen@, my new co-maintainer :-)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/19 04:05:41

Modified files:
	textproc/link-grammar: Makefile distinfo 
	textproc/link-grammar/pkg: PLIST-java PLIST-main 

Log message:
Update to link-grammar-5.0.6.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/19 04:07:44

Modified files:
	sys/conf       : GENERIC 

Log message:
-option ALTQ
ALTQ has served us well for years and was extremely important not just for
us, but for the entire bandwidth management arena. Back when we got altq,
the subject was not yet well researched and understood, which is why altq
is the framework with pluggable schedulers it is. Kenjiro Cho (kjc@) did an
amazing job there.
Now, more than 10 years later, we do have a good understanding and can use
a simpler framework with just one priority queueing and one bandwidth
shaping mechanism each - the new queueing subsystem. Last not least because
it is incredibly painful to maintain both in parallel, it is time for altq
to depart. Farewell, thanks for many years of good service. Everybody
using any form of "not just fifo" queueing owes Kenjiro a lot. At least
buy him a beer when you meet him.
And, allow me this personal note, thanks Kenjiro, working with you on the
topic has always been a great pleasure and I learned a lot from you. Thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/19 04:26:55

Modified files:
	sysutils/bacula: Makefile 
	sysutils/bacula/patches: patch-src_stored_bacula-sd_conf_in 

Log message:
tweak sample bacula-sd.conf; fix a couple of changer device names


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/19 04:40:56

Modified files:
	sysutils/ruby-puppet/3: Makefile 
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_provider_service_openbsd_rb 

Log message:
Do not unconditoinally alphabetically sort the list of pkg_scripts
as order matters. Explicit ordering will need to be forced through
resources dependencies.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/19 04:51:37

Modified files:
	lib/libssl/src/doc/ssl: SSL_CTX_set_options.pod 

Log message:
Add SSL_OP_NO_TLSv1_1 and SSL_OP_NO_TLSv1_2
Document that SSL_OP_NO_SSLv2 is a no-op now


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/19 04:54:26

Modified files:
	lib/libssl/src/crypto/asn1: asn1_err.c asn1_gen.c asn1_lib.c 
	                            asn1_par.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/19 04:59:54

Modified files:
	lib/libssl/src/ssl: ssl_locl.h 

Log message:
The internal ssl2_* functions and variables are gone


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/19 05:01:37

Modified files:
	sys/net        : if_loop.c 

Log message:
/*
* altq for loop is just for debugging.
* only used when called for loop interface (not for
* a simplex interface).
*/
bye bye!


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/19 05:07:35

Modified files:
	sysutils/ruby-puppet/3: Makefile 
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_provider_service_openbsd_rb 

Log message:
Do not add _flags="" for pkg_scripts if no :flags were set, as it
may override the default flags from inside the script.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/19 05:15:37

Modified files:
	lib/libcrypto/man: Makefile 
	lib/libssl/src/doc/crypto: RAND.pod 
Removed files:
	lib/libssl/src/doc/crypto: RAND_egd.pod 

Log message:
egd is gone


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 05:17:14

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

Log message:
it's ok for strlcpy to fail here though it can't, cast void


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/19 05:18:01

Modified files:
	lib/libc/net   : Makefile.inc 
Added files:
	lib/libc/net   : inet_addr.3 inet_lnaof.3 inet_ntop.3 
Removed files:
	lib/libc/net   : inet.3 

Log message:
Split inet(3) into three pages by decade: 1980s -> inet_lnaof(3),
1990s -> inet_addr(3), 2000s and beyond -> inet_ntop(3).

ok tedu@ (who also noted the timeline) deraadt@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/19 05:21:15

Modified files:
	lib/libc/stdio : printf.3 

Log message:
Demonstrate correct usage of snprintf (regarding overflow detection)
ok guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/19 05:26:10

Modified files:
	sys/net        : if_var.h 

Log message:
the altq versions of the IFQ_* macros can finally go. chances of this
file becoming readable increase.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 05:29:06

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

Log message:
when copying socket path, check that we didnt truncate it which would cause
the following connect() to fail.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/19 05:30:40

Modified files:
	lib/libc/string: strcat.3 strcpy.3 strncat.3 strncpy.3 

Log message:
Use somewhat harsher language and better examples; demonstrate that
non-dangerous use functions is difficult.
ok guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 05:31:06

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

Log message:
cast (void) this strlcpy(), it can't fail copying a small constant string
into a much larger buffer


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/19 05:38:13

Modified files:
	share/man/man9 : Makefile 
Removed files:
	share/man/man9 : altq.9 

Log message:
bye bye


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 05:41:49

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

Log message:
these strlcpy can't truncate, the copy is from a buffer to a buffer of same
size and the first buffer handles the truncation already


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/19 05:43:07

Modified files:
	lib/libssl/src/crypto/asn1: a_strex.c a_gentm.c a_mbstr.c 
	                            a_utctm.c asn1_lib.c asn1_par.c 
	lib/libssl/src/crypto/bio: b_dump.c bss_conn.c b_sock.c bio_cb.c 
	lib/libssl/src/crypto/bn: bn_print.c 
	lib/libssl/src/crypto/conf: conf_def.c conf_mod.c 
	lib/libssl/src/crypto: cversion.c 
	lib/libssl/src/crypto/des: ecb_enc.c 
	lib/libssl/src/crypto/engine: eng_padlock.c 
	lib/libssl/src/crypto/err: err.c err_prn.c 
	lib/libssl/src/crypto/objects: obj_dat.c 
	lib/libssl/src/crypto/pem: pem_pkey.c 
	lib/libssl/src/crypto/ts: ts_rsp_sign.c 
	lib/libssl/src/crypto/ui: ui_lib.c 
	lib/libssl/src/crypto/x509: by_dir.c x509_txt.c 
	lib/libssl/src/crypto/x509v3: v3_alt.c 

Log message:
We'll interpret a (void) cast on snprintf() to mean it's been verified that
truncation is either desirable, not an issue, or is detected and handled later

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/19 05:46:39

Modified files:
	lib/libssl/src/apps: apps.c ca.c enc.c req.c s_time.c 

Log message:
We'll interpret a (void) cast on snprintf() to mean it's been verified that
truncation is either desirable, not an issue, or is detected and handled later

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/19 05:47:39

Added files:
	www/apache-httpd-openbsd/patches: 
	                                  patch-src_modules_ssl_ssl_engine_rand_c 

Log message:
fix following RAND_egd removal


CVSROOT:	/cvs
Module name:	ports
Changes by:	logan@cvs.openbsd.org	2014/04/19 05:53:20

Modified files:
	geo/openbsd-developers: Makefile 
	geo/openbsd-developers/files: OpenBSD 

Log message:
Add myself OK sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/04/19 05:53:42

Modified files:
	sys/arch/i386/pci: pci_machdep.c 
	sys/arch/amd64/pci: pci_machdep.c 

Log message:
Don't panic if we're trying to disestablish an MSI but the hardware is gone.

tested by & ok mlarkin@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/19 06:06:44

Added files:
	lang/php/5.3/patches: patch-ext_openssl_openssl_c 
	lang/php/5.4/patches: patch-ext_openssl_openssl_c 
	lang/php/5.5/patches: patch-ext_openssl_openssl_c 

Log message:
handle RAND_egd removal


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/19 06:08:10

Modified files:
	sys/net        : if_ppp.c 

Log message:
remove altq special casing.
big WTF regarding the fastq use there while verifying w/ claudio, but
that's for the ppp maintainer and unrelated


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/19 06:11:10

Modified files:
	x11/gnome/gedit-plugins: Makefile 

Log message:
No need for gsed.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/19 06:12:02

Modified files:
	sys/net        : if_spppsubr.c 

Log message:
all I wanted to do is removing the altq special casing, but then it turned
out the entire codepath is unreachable. glad I'm not our ppp maintainer, he
has work to do.
kill that unreachable code, with & ok claudio


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/19 06:13:34

Modified files:
	sysutils/ruby-puppet/3: Makefile 
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_provider_service_openbsd_rb 

Log message:
Use a faster way of determining if something is in base, depending on /etc/rc.conf

as discussed with aja@ and rpe@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/19 06:14:15

Added files:
	net/wget/patches: patch-src_openssl_c 

Log message:
handle RAND_egd removal


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/19 06:18:35

Modified files:
	sys/net        : ppp_tty.c 

Log message:
remove very questionable altq "optimization" - claudio and I can't
convince ourselves that that was right to begin with. anyway, begone.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/19 06:22:37

Modified files:
	lib/libssl/src/apps: apps.c 

Log message:
unifdef ENOTDIR, everyone has it


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/19 06:24:40

Added files:
	security/xmlsec/patches: patch-src_openssl_app_c 

Log message:
handle RAND_egd removal


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/19 06:25:03

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

Log message:
another questionable "optimization": de used tulip_ifstart_one instead
of tulip_ifstart if the sendqueue was empty, but only if altq wasn't
compiled in (i. e., that's a _compile time_ decision and not based on
wether altq was actually used).
just use tulip_ifstart all the time, as before in our regular kernels.
kill tulip_ifstart_one completely.
makes sense to sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 06:26:15

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

Log message:
(void) cast this strlcpy(), it cannot truncate


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/19 06:27:06

Modified files:
	sys/conf       : files 

Log message:
bye bye altq bits


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/19 06:27:59

Modified files:
	sys/net        : if.c 

Log message:
remove the altq enable/attach and disable/detach bits


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/19 06:28:00

Modified files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_provider_service_openbsd_rb 

Log message:
submitted upstream


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/19 06:29:02

Added files:
	security/stunnel/patches: patch-src_ssl_c 

Log message:
we don't have RAND_egd


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 06:30:54

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

Log message:
(void) cast strlcpy(), it cannot truncate
(void) cast strlcat(), they are detected and handled later


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/19 06:36:03

Modified files:
	lib/libssl/src/apps: s_socket.c 

Log message:
malloc + strlcpy -> strdup


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/19 06:38:45

Added files:
	devel/opencm/patches: patch-base_src_common_PRNG_c 

Log message:
no more egd, it wasn't used here anyway if RAND_status succeeded


CVSROOT:	/cvs
Module name:	src
Changes by:	logan@cvs.openbsd.org	2014/04/19 06:42:50

Modified files:
	sbin/sysctl    : sysctl.8 
	lib/libc/gen   : sysctl.3 

Log message:
Add missing man page descriptions for the following IPv6 sysctls:

-maxdynroutes
-maxifprefixes
-maxifdefrouters
-neighborgcthresh

OK from sthen@, claudio@ and henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 06:43:19

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

Log message:
unchecked strlcat() call in expand_to_text() may cause aliases expansion to
fail later, make it fail early.

(void) cast other calls, they are detected and handled correctly later


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/04/19 06:43:47

Modified files:
	lang/python/2.7: Makefile 
	lang/python/3.3: Makefile 
Added files:
	lang/python/2.7/patches: patch-Modules__ssl_c 
	lang/python/3.3/patches: patch-Modules__ssl_c 

Log message:
zap RAND_egd, allow python to build.
okay sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/19 06:48:03

Modified files:
	devel/ruby-highline: Makefile distinfo 

Log message:
update to highline-1.6.21


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 06:48:54

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

Log message:
(void) cast strlcat(), they can't truncate


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/19 06:51:01

Modified files:
	lib/libssl/src/crypto/asn1: a_int.c a_mbstr.c a_object.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 06:55:24

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

Log message:
when receiving mail for user+tag@ and maildir is setup, we create a .tag
subdirectory in the maildir, add missing check to strlcat() so that if path
with .tag exceeds SMTPD_MAXPATHLEN we fail instead of creating a .tag dir
that's truncated.

(void) cast strlcpy()/strlcat() that cannot truncate


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/19 06:59:53

Modified files:
	sys/net        : pf.c pf_ioctl.c pfvar.h 

Log message:
shrink pf by 445 lines.
while there, get rid of the altq ioctls and assciated now obsolete code


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 07:07:56

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

Log message:
add missing checks to strlcpy() when copying envelope "destination" buffer
to the mda delivery buffer. we should never hit these unless we mistakenly
change the value of a define, better be safe than sorry.

(void) cast strlcpy/strlcat that cannot truncate or that we know and want
to truncate rather than lose (informative data not used by smtpd but
intended to help the human reading the log)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/19 07:09:11

Modified files:
	lib/libssl/src/apps: s_socket.c 

Log message:
oops, typo got into change


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/19 07:11:41

Modified files:
	lib/libssl/src/crypto/asn1: a_set.c a_sign.c a_strex.c 
	                            a_strnid.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/19 07:13:01

Modified files:
	lib/libssl/src/apps: s_socket.c 

Log message:
Remove hacky workaround for Cray T3E.
ok guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 07:18:14

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

Log message:
(void) cast some strlcat() calls that cannot truncate
add a few fatalx() calls at places where it shouldn't fail, we'll assess
which one may be relaxed later as this code is not finished nor plugged
yet.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/19 07:29:11

Modified files:
	lib/libssl/src/crypto/asn1: a_time.c a_type.c a_utctm.c a_utf8.c 
	                            a_verify.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/19 07:31:24

Modified files:
	lib/libssl/src/crypto/bn: bn_blind.c bn_mont.c 

Log message:
Lacking a proof that--for this implementation--exposure of Montgomery
multiplication or RSA blinding parameters doesn't permit retroactive
timing analysis of the secrets, we'll do the stupidly cheap thing and
cleanse them before freeing them.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 07:32:07

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

Log message:
(void) cast strlcpy() / strlcat() / snprintf() that cannot truncate

(void) cast a few calls that are ok to truncate because they are not used
in anything critical / unsafe, but just to make some debug/info logs a bit
more informative


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 07:35:51

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

Log message:
(void) cast snprintf() and strlcat() calls that cannot truncate


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 07:40:24

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

Log message:
(void) cast strlcpy() and snprintf() that cannot truncate


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 07:48:57

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

Log message:
(void) cast strlcpy/strlcat/snprintf that cannot truncate


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/19 07:51:05

Modified files:
	lib/libc/net   : Makefile.inc 

Log message:
kill a stray \


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 07:51:24

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

Log message:
(void) cast strlcpy/strlcat/snprintf calls that cannot truncate (and would
be harmless in this case if they could)


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 07:52:49

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

Log message:
(cast) void two strlcpy() and a snprintf() that cannot truncate


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/04/19 07:53:15

Modified files:
	lang/python/2.7: Makefile 
	lang/python/3.3: Makefile 
Added files:
	lang/python/2.7/patches: patch-Lib_ssl_py 
	lang/python/3.3/patches: patch-Lib_ssl_py 

Log message:
... and the python glue as well


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 07:57:17

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

Log message:
(void) cast a strlcpy() that cannot truncate
(void) cast a few snprintf()/strlcat() that cannot truncate and that would
be harmless if they could


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 08:00:45

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

Log message:
(void) cast snprintf calls that cannot truncate


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/04/19 08:06:10

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

Log message:
Fix display of destination IP when host is an IP address.
Pointed out by and OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 08:09:19

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

Log message:
(void) cast a snprintf() call that can't possibly truncate unless we
suddenly supported a cipher with a name that's > 200 bytes long ...
... in which case harmless truncation would occur and we'd have to
readjust our buffer


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/04/19 08:10:10

Modified files:
	lang/python/2.7: Makefile 

Log message:
hoping that's the last remnant in py land...


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 08:11:55

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

Log message:
(void) cast strlcpy() calls that cannot truncate


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/04/19 08:17:47

Added files:
	lang/python/2.7/patches: patch-Lib_socket_py 

Log message:
grr much better with the actual patch added thank you


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 08:19:17

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

Log message:
(void) cast strlcat() and snprintf() that cannot truncate

be a bit more strict with an strlcat() truncation by causing it to fail in
table_create() instead of later in parse.y - in both cases, this would
cause smtpd to fatal() at startup if a table has a config file too large


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 08:21:26

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

Log message:
(void) cast strlcpy() calls that cannot truncate


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/19 08:22:32

Modified files:
	sbin/pfctl     : Makefile parse.y pfctl.8 pfctl.c pfctl.h 
	                 pfctl_parser.h pfctl_queue.c 
Removed files:
	sbin/pfctl     : pfctl_altq.c pfctl_qstats.c 

Log message:
remove altq bits here, too
(i was convinced i committed that yesterday already, hrm)


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 08:27:29

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

Log message:
(void) cast strlcpy/strlcat/snprintf calls that cannot truncate


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/19 08:30:01

Modified files:
	print/foo2zjs  : Makefile distinfo 
	print/foo2zjs/patches: patch-getweb_in 
	print/foo2zjs/pkg: PLIST 

Log message:
Update to foo2zjs-20140417.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/19 08:30:05

Modified files:
	print/ghostscript/gnu: Makefile 

Log message:
update the license marker, Artifex moved to the Affero license
ok kili@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 08:32:03

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

Log message:
(void) cast a strlcpy that cannot truncate


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/19 08:36:35

Modified files:
	lib/libssl/src/crypto/x509: by_dir.c by_file.c x_all.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 08:37:45

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

Log message:
(void) cast strlcpy() call that uses truncation as part of its parsing
logic to extract at most sizeof buf - 1 bytes from source


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/19 08:39:26

Modified files:
	sys/net        : if_bridge.c 

Log message:
kill altq bits here as well


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/19 08:40:51

Modified files:
	security/polarssl/pkg: PLIST 

Log message:
fix the name of examples/polarssl/README, found by naddy


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/04/19 08:43:49

Modified files:
	www/links+     : Makefile 
Added files:
	www/links+/patches: patch-https_c 

Log message:
Fix after RAND_egd removal.
ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/19 08:47:51

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

Log message:
sigh, another driver fiddling with altq outside #ifdef ALTQ


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/19 08:52:44

Added files:
	security/p5-Net_SSLeay/patches: patch-SSLeay_xs 
	                                patch-lib_Net_SSLeay_pm 

Log message:
let this build a usable .so file following egd removal, however there is
still a problem with Net::SSLeay::accept in regress tests.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/19 08:53:48

Modified files:
	usr.bin/ssh    : ssh-keysign.c sshd.c 

Log message:
Delete futile calls to RAND_seed. ok djm


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/19 08:56:17

Modified files:
	usr.bin        : Makefile 

Log message:
the valkyries have come for rsh as well


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/19 08:58:50

Removed files:
	usr.bin/rsh    : Makefile pathnames.h rsh.1 rsh.c 

Log message:
Once great men lived here... giants... gods... once, but long ago.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/19 09:17:59

Modified files:
	lib/libc/crypt : bcrypt.c 

Log message:
improved checking for invalid hashes. from solar designer


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/19 09:19:20

Modified files:
	lib/libc/crypt : bcrypt.c 

Log message:
one small tweak to avoid ever going off the end of a string.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/19 09:22:32

Added files:
	mail/imapproxy/patches: patch-src_main_c 

Log message:
handle RAND_egd removal


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/19 09:23:01

Modified files:
	mail/imapproxy/patches: patch-imapcommon_c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/19 09:27:10

Modified files:
	lib/libssl/src/apps: apps.c 

Log message:
Repair some indent to be more KNF, and break instead of fallthrough to
default which does break


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/19 09:29:35

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/19 09:30:17

Modified files:
	lib/libssl/src/crypto/dso: dso.h dso_dlfcn.c dso_err.c dso_lib.c 
	                           dso_null.c dso_openssl.c 

Log message:
KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/04/19 09:37:35

Modified files:
	lib/libssl/src/apps: ca.c 

Log message:
Fix some serious pointer-arithmatic-magic-number-unchecked-return eyebleed
that I stumbled into here and got stuck with.  If modern society can get past
selling daughters for cows, surely we can decide to write modern C code in
an "application" that is probably 3 lines of shell/python/cgi away from
talking to the internet in a lot of places.. (This file still needs a lot
more love though)
"oh god yuck" deraadt@
ok tedu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/19 09:41:10

Added files:
	www/w3m/patches: patch-config_h_in 

Log message:
don't USE_EGD


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/19 09:42:06

Modified files:
	www/retawq/patches: patch-resource_c 

Log message:
no RAND_egd


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/04/19 09:43:17

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

Log message:
Try to be clear why struct mrt_config nodes are allocated and
assigned to struct mrt pointers. I may need to rethink this later
but lets hope this does not confuse more people and analyzers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/19 09:47:37

Modified files:
	x11/gnome/gcr  : Makefile 
	x11/gnome/gcr/patches: patch-Makefile_in 

Log message:
Get rid of gsed(1).
Drop a chunk from patch and use post-install instead.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2014/04/19 09:50:07

Modified files:
	print/libharu  : Makefile distinfo 

Log message:
Update libharu to 2.3.0. Use latest autohell tools and rework
PKGNAME/DISTNAME setting (request/help from sthen@).

ok landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/19 09:54:39

Modified files:
	sys/net        : bridgestp.c 

Log message:
minus altq tentacles, plus missing IF_DROP here as well


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/19 09:57:17

Added files:
	mail/s-nail/patches: patch-openssl_c 

Log message:
no egd


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/19 09:57:25

Modified files:
	sys/net        : if_var.h 

Log message:
ifnet's if_snd becomes a regular ifqueue instead of ifaltq, the need to
keep ifqueue and ifaltq in sync is gone and thus the comment obsolete,
and finally there is no more need to include if_altq.h either


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/19 09:58:12

Modified files:
	sys/net        : hfsc.c 

Log message:
now that if_snd is a proper ifqueue, this cast dies


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/19 09:58:56

Modified files:
	include        : Makefile 

Log message:
stop installing altq includes


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/19 10:01:36

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.macppc md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
altq includes are gone
yes, we normally leave this for theo, but this triggered my final
"any altq bits left" check and I had to wait for a build anyway...


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/19 10:02:17

Modified files:
	sys/net        : hfsc.h 

Log message:
disgusting altq compat hack goes away


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/19 10:07:09

Modified files:
	etc            : rc 

Log message:
use "!received-on any" to absolutely ensure that we're not forwarding
carp, rpc or nfs traffic in the initial ruleset active during network
startup for a short time (or a much longer time if /etc/pf.conf is
screwed up). ok phessler


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/19 10:08:14

Removed files:
	sys/altq       : altq.h altq_cbq.c altq_cbq.h altq_classq.h 
	                 altq_hfsc.c altq_hfsc.h altq_priq.c altq_priq.h 
	                 altq_red.c altq_red.h altq_rmclass.c 
	                 altq_rmclass.h altq_rmclass_debug.h altq_subr.c 
	                 altq_var.h if_altq.h 

Log message:
bye bye


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/19 10:12:39

Modified files:
	lib/libssl/src/crypto/asn1: tasn_dec.c 

Log message:
can't actually do this. cause unknown.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/04/19 10:17:51

Modified files:
	faq            : current.html 

Log message:
bye bye altq


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/19 10:18:22

Modified files:
	lib/libssl/src/apps: apps.c enc.c req.c s_time.c 

Log message:
truncation check some snprintf calls (over-cautiously in case)
ok jsing beck


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2014/04/19 10:19:07

Modified files:
	sys/kern       : subr_hibernate.c 

Log message:
Dead stores in subr_hibernate.c


CVSROOT:	/cvs
Module name:	src
Changes by:	logan@cvs.openbsd.org	2014/04/19 10:20:08

Modified files:
	sbin/sysctl    : sysctl.8 
	lib/libc/gen   : sysctl.3 

Log message:
Add missing description for IPv6 mtudisctimeout sysctl and
rework the wording for both IPv4 and IPv6.

OK from sthen@, henning@ and claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 10:26:24

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

Log message:
(void) cast a snprintf() call that cannot truncate


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/19 10:31:51

Modified files:
	lib/libssl/src/apps: apps.c apps.h s_client.c s_server.c 

Log message:
ReadFile() and GetStdHandle() are not very POSIX.
ok beck jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/19 10:38:04

Modified files:
	lib/libssl/src/apps: s_socket.c 

Log message:
Remove a gethostbyname() cache layer.  The internet works better these
days.  Initially fixed this, but Ted asked for it to die.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/19 10:41:29

Log message:
    import specinfra-1.2.1
    
    Common layer for serverspec and configspec.
    
    not all matchers are implemented on OpenBSD, but that can be improved intree.
    ok rpe@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20141904
    
    N ports/devel/ruby-rspec/specinfra/Makefile
    N ports/devel/ruby-rspec/specinfra/distinfo
    N ports/devel/ruby-rspec/specinfra/pkg/PLIST
    N ports/devel/ruby-rspec/specinfra/pkg/DESCR
    N ports/devel/ruby-rspec/specinfra/patches/patch-lib_specinfra_command_openbsd_rb
    N ports/devel/ruby-rspec/specinfra/patches/patch-lib_specinfra_command_rb
    N ports/devel/ruby-rspec/specinfra/patches/patch-lib_specinfra_helper_os_rb
    N ports/devel/ruby-rspec/specinfra/patches/patch-lib_specinfra_backend_exec_rb
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/19 10:42:15

Log message:
    import serverspec-1.3.0
    
    Serverspec tests your servers' actual state through SSH access, so you
    don't need to install any agent softwares on your servers and can use
    any configuration management tools, Puppet, Chef, CFEngine and so on.
    
    ok rpe@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20141904
    
    N ports/devel/ruby-rspec/serverspec/Makefile
    N ports/devel/ruby-rspec/serverspec/distinfo
    N ports/devel/ruby-rspec/serverspec/pkg/PLIST
    N ports/devel/ruby-rspec/serverspec/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/19 10:42:26

Modified files:
	lib/libssl/src/crypto/objects: o_names.c obj_dat.c obj_err.c 
	                               obj_lib.c obj_xref.c 

Log message:
KNF.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/19 10:42:47

Modified files:
	devel/ruby-rspec: Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 10:44:01

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

Log message:
(void) cast strlcpy() calls that cannot truncate or where the source data
has a length check right before the copy


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/19 10:44:36

Modified files:
	lib/libssl/src/crypto/objects: objects.h 

Log message:
KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/19 10:46:08

Modified files:
	lib/libssl/src/apps: apps.h ocsp.c s_client.c s_server.c 
	                     s_socket.c s_time.c 

Log message:
remove the openssl_fdset wrapper, and a variety of VMS'ism's like
crazy (void *) casts all over the place
ok beck jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/19 10:46:32

Modified files:
	lib/libc/net   : inet_lnaof.3 

Log message:
zap trailing whitespace;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/19 10:48:06

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/19 10:48:41

Modified files:
	lib/libc/stdio : printf.3 

Log message:
need to escape %U, since it is used in Re/Rs blocks;


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/19 10:49:13

Modified files:
	etc            : sysctl.conf 

Log message:
stop "advertising" disabling pmtud and window size increasing
very rarely if ever needed any more. we should not trick people into
thinking they are impoving sth doing so, it's rather the opposite
these days.
ok claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 10:50:28

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

Log message:
(void) cast strlcpy() that cannot truncate, dns.c ensures the reply will
fit in the buffer before returning the answer


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/04/19 10:50:46

Modified files:
	lib/libc/string: strncat.3 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/19 10:50:47

Modified files:
	lib/libssl/src/ssl: bio_ssl.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2014/04/19 10:50:53

Modified files:
	distrib/miniroot: install.sh install.sub 

Log message:
Simplify things by using the return code of ask_yn() directly instead
of looking in resp. No need to specify 'no' as default answer. It's
the default for ask_yn() anyway.

OK krw@ halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 10:52:20

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

Log message:
(void) cast a strlcpy() that cannot truncate because lka.c ensures the
reply will fit in the buffer before returning the answer


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 10:55:15

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

Log message:
certs are looked up by hostname, the size of the buffer should use the
max hostname len, not max pathname len as before


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 10:56:34

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

Log message:
(void) cast strlcpy() calls that cannot truncate (copies between buffers of
same size with a truncation check on the initial buffer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/19 10:56:45

Modified files:
	devel/ruby-rspec/specinfra: Makefile 
	devel/ruby-rspec/specinfra/patches: 
	                                    patch-lib_specinfra_command_openbsd_rb 

Log message:
add matchers for login shell, homedir and running services


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/19 10:59:06

Modified files:
	meta/gnome     : Makefile 

Log message:
x11/gnome/ekiga is going to hit the attic soon. Our v4l2 implementation has
never been kept up-to-date and it seems noone is interested so... no point
in keeping this port around.

jasper@ agrees


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/19 11:02:00

Modified files:
	sysutils/symon : Makefile 

Log message:
disable queue support for now, it's altq-only


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/19 11:03:41

Modified files:
	lib/libssl/src/ssl: kssl.c kssl.h 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 11:03:42

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

Log message:
add a missing strlcpy() check in MAIL FROM's DSN parameters parsing, the
truncation would lead to a failure later in the code path but we can fail
earlier with a nice enhanced status code


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 11:04:42

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

Log message:
knf


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/19 11:05:00

Modified files:
	lib/libssl/src/ssl: tls1.h tls_srp.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/19 11:07:35

Modified files:
	lib/libssl/src/ssl: s23_clnt.c s23_lib.c s23_meth.c s23_pkt.c 
	                    s23_srvr.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 11:08:49

Modified files:
	usr.sbin/smtpd : parse.y 

Log message:
(void) cast strlcpy() calls that cannot truncate


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/19 11:09:03

Modified files:
	x11/gnome      : Makefile 
Removed files:
	x11/gnome/nemiver: Makefile distinfo 
	x11/gnome/nemiver/patches: patch-src_common_nmv-proc-utils_cc 
	                           patch-src_common_nmv-ustring_cc 
	                           patch-src_persp_dbgperspective_nmv-dbg-perspective-default-layout_cc 
	                           patch-src_persp_dbgperspective_nmv-dbg-perspective-two-pane-layout_cc 
	                           patch-src_persp_dbgperspective_nmv-dbg-perspective-wide-layout_cc 
	                           patch-tests_threads_cc 
	x11/gnome/nemiver/pkg: DESCR PLIST 

Log message:
Remove nemiver. It's been marked BROKEN since it was first imported.
There is a nasty dead-lock happening somewhere but noone was ever able to
find out why.
It someone wants to work on it, it's in the attic...


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/19 11:09:44

Removed files:
	x11/gnome/gdlmm: Makefile distinfo 
	x11/gnome/gdlmm/pkg: DESCR PLIST 

Log message:
Drop gdlmm; only user was nemiver which was never enabled.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/19 11:09:55

Modified files:
	x11/gnome      : Makefile 

Log message:
-gdlmm


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 11:12:02

Modified files:
	usr.sbin/smtpd : parse.y 

Log message:
add missing strlcpy() check when parsing "backup hostname" in smtpd.conf,
it could lead to smtpd not finding itself in a MX lookup if a hostname is
specified that exceeds the max hostname len.

while at it, add a missing free()


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 11:18:58

Modified files:
	usr.sbin/smtpd : parse.y 

Log message:
add missing strlcpy() check in is_if_in_group() to detect and warn about
the truncation rather than failing the ioctl() call that follows.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/04/19 11:20:37

Modified files:
	infrastructure/bin: portcheck 

Log message:
Fix hardcoded paths detection using perl. Reminded by jasper@, thanks!

Tests updates to follow.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 11:21:19

Modified files:
	usr.sbin/smtpd : parse.y 

Log message:
add missing strlcpy() checks in create_filter() that would cause smtpd to
fatal at startup if truncation occured and we had enabled filters


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/04/19 11:22:31

Modified files:
	tests/portcheck: t5.sample t8.sample 

Log message:
Sync sample tests output with reality: "-" trails were fixed some time ago,
and it was decided to add VARBASE and change PREFIX to TRUEPREFIX in the
list of variables to use instead of hardcoding paths.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 11:23:19

Modified files:
	usr.sbin/smtpd : parse.y 

Log message:
add missing strlcpy() check in create_filter_chain() that would cause smtpd
to fatal at startup if truncation occured and we had enabled filters

(void) cast a strlcpy() that cannot truncate


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 11:24:59

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

Log message:
replace warnx message


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 11:27:40

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

Log message:
(void) cast snprintf() calls that cannot truncate


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 11:29:56

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

Log message:
(void) cast snprintf call that cannot truncate


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 11:31:35

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

Log message:
(void) cast snprintf calls that cannot truncate


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 11:32:58

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

Log message:
(void) cast snprintf that cannot truncate


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 11:35:48

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

Log message:
remove dead code ... in code that's not plugged in yet ;-)


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 11:36:54

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

Log message:
(void) cast snprintf() calls that cannot truncate (and would be harmless
otherwise)


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/19 11:40:49

Modified files:
	lib/libssl/src/crypto/asn1: tasn_dec.c 

Log message:
another attempt at fixing stale x509 data. since we don't know where the
initial storage came from, we can't free it. just memset in the sequence
case. probably ok beck


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 11:42:18

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

Log message:
(void) cast snprintf calls that cannot truncate or for which earlier checks
ensure the copy won't fail


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/19 11:42:59

Added files:
	www/links/patches: patch-https_c 

Log message:
no more RAND_egd


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 11:45:05

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

Log message:
(void) cast snprintf() call used to craft fatalx() message from within
smtpd, buffer is large enough and truncation harmless, we want to
avoid memory allocation in that case and use a best-effort


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/19 11:45:21

Modified files:
	multimedia/gstreamer1: Makefile.inc 

Log message:
Bump to 1.2.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/19 11:45:41

Modified files:
	multimedia/gstreamer1/core: Makefile distinfo 
	multimedia/gstreamer1/core/pkg: PLIST 

Log message:
Update to gstreamer1-1.2.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/19 11:46:07

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

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


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/19 11:47:13

Modified files:
	multimedia/gstreamer1/plugins-good: Makefile distinfo 
	multimedia/gstreamer1/plugins-good/pkg: PLIST-main 
Removed files:
	multimedia/gstreamer1/plugins-good/patches: patch-configure_ac 
	                                            patch-gst_udp_gstmultiudpsink_c 
	                                            patch-sys_v4l2_gstv4l2bufferpool_c 
	                                            patch-sys_v4l2_gstv4l2object_c 
	                                            patch-sys_v4l2_gstv4l2object_h 
	                                            patch-sys_v4l2_v4l2_calls_h 

Log message:
Update to gstreamer1-plugins-good-1.2.4.
Drop v4l2 support since our implementation has never been kept up-to-date.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 11:47:40

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

Log message:
(void) cast snprintf() that cannot truncate


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/19 11:47:40

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

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


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/19 11:47:58

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

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


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/19 11:48:24

Modified files:
	multimedia/gstreamer1/plugins-libav: Makefile distinfo 
	multimedia/gstreamer1/plugins-libav/patches: 
	                                             patch-gst-libs_ext_libav_configure 

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


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/19 11:56:49

Modified files:
	lib/libssl/src/ssl: t1_meth.c t1_reneg.c t1_srvr.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/19 11:59:38

Added files:
	www/elinks/patches: patch-src_network_ssl_ssl_c 

Log message:
unbreak after RAND_egd removal


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/04/19 12:01:01

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

Log message:
these snprintf() calls can't possibly truncate because they copy data from
buffers that are already protected against truncation and that do not
exceed the destination buffer size when copied together ...

however, i think we should add checks here too because it'll help us catch
errors in table backends when adding new ones if we miss a truncation check
there.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/19 12:02:36

Modified files:
	lib/libssl/src/ssl: t1_clnt.c t1_enc.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/19 12:06:18

Modified files:
	x11/gnome      : Makefile 

Log message:
Unhook ekiga for now.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/19 12:11:19

Modified files:
	lib/libc/net   : rcmd.3 rcmdsh.3 
	usr.bin/rdist  : rdist.1 
	usr.bin/rdistd : rdistd.1 

Log message:
change some rsh references to ssh. poke by jmc


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/04/19 12:12:55

Modified files:
	tests/portcheck: Makefile 

Log message:
No need to use .PHONY twice: get rid of more offending one.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/19 12:15:16

Modified files:
	usr.bin/ssh    : sshd.8 

Log message:
remove some really old rsh references


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/04/19 12:19:57

Modified files:
	usr.sbin/iscsid: initiator.c 

Log message:
Replace a magic number.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/19 12:23:58

Added files:
	net/ircd-hybrid/patches: patch-src_rsa_c 

Log message:
don't use RAND_egd


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/19 12:25:12

Modified files:
	devel/ruby-rspec/specinfra: Makefile 
	devel/ruby-rspec/specinfra/patches: 
	                                    patch-lib_specinfra_command_openbsd_rb 

Log message:
add matchers for interface speed/address


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/19 12:29:39

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

Log message:
kill checksum offloading in sk.
it was RX only, nothing on the TX side
rather complex, might eat up (or more) offloading benefits in many cases
the hardware miscomputes the cksums sometimes, so we don't trust it
claiming a cksum is bad and re-do the cksum verification in sw then...
(but we trust it to not mark bad ones good? hmmmmmmmmm.)
diff was on tech for 3 months, nobody disagreed, everybody who spoke up
agrees or doesn't care.
pretty exactly a revert of the cksum offloading addition years ago, tested
by several, the only report i quickly find now is from David Higgs , thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/19 12:30:50

Modified files:
	devel/ruby-rspec/specinfra/patches: 
	                                    patch-lib_specinfra_backend_exec_rb 
	                                    patch-lib_specinfra_command_openbsd_rb 
	                                    patch-lib_specinfra_command_rb 
	                                    patch-lib_specinfra_helper_os_rb 

Log message:
submitted upstream


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2014/04/19 12:31:24

Modified files:
	distrib/miniroot: install.sub 

Log message:
populateusrlocal() is used only once in finish_up(). Just fold it in there.

OK krw@ halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/04/19 12:31:33

Modified files:
	usr.sbin/iscsid: vscsi.c util.c pdu.c log.c initiator.c 
	                 control.c 

Log message:
COnveret the bcopy() to memcpy()


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/19 12:31:45

Modified files:
	net/ircd-ratbox/patches: patch-src_ircd_c 
Added files:
	net/ircd-ratbox/patches: patch-libratbox_src_openssl_c 
	                         patch-src_sslproc_c 

Log message:
don't use RAND_egd


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/19 12:39:51

Modified files:
	share/man/man5 : Makefile 
Removed files:
	share/man/man5 : hosts.equiv.5 

Log message:
stop talking about hosts.equiv


CVSROOT:	/cvs
Module name:	www
Changes by:	jturner@cvs.openbsd.org	2014/04/19 12:41:38

Modified files:
	faq            : current.html 

Log message:
Fix up some html in TOC and remove extra html that crept in


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/19 12:42:19

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

Log message:
delete .xr to hosts.equiv. there's still an unfortunate amount of
documentation referring to rhosts equivalency in here.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/19 12:44:25

Modified files:
	usr.sbin/lpr/lpd: lpd.8 

Log message:
remove hosts.equiv xr


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/19 13:40:11

Modified files:
	lib/libssl/src/ssl: s3_pkt.c 

Log message:
release buffers fix was lost in merge. put it back.


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2014/04/19 13:44:23

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

Log message:
Hardware receive IP checksum offload for IPv4 is no longer supported.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/04/19 13:56:21

Modified files:
	devel/llvm     : Makefile 

Log message:
Disable the terminfo support which is used to determine if a terminal
has colours support, but the added dependency seems to cause issues
when linking the LLVM libraries as is. Probably an issue with the
build infrastructure but we don't care about colours.

Requeted by jsg@

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2014/04/19 15:03:58

Modified files:
	databases/pgadmin3: Makefile distinfo 
	databases/pgadmin3/pkg: PLIST 
Removed files:
	databases/pgadmin3/patches: patch-pgadmin_Makefile_deps 

Log message:
Update to 1.18.1
Initial diff from Marc Peters (marc at mpeters.org), thanks.
With tweaks by me.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/04/19 16:21:30

Modified files:
	shells/bash    : Makefile distinfo 

Log message:
update to 4.3 patchlevel 11


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/04/19 17:40:08

Modified files:
	graphics/netpbm/files: Makefile.config.OpenBSD 

Log message:
like sthen@ guessed, this needs -fPIC at least on sparc64


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/04/19 18:08:26

Modified files:
	sys/arch/amd64/conf: GENERIC 
	sys/arch/hppa/conf: GENERIC 
	sys/arch/i386/conf: GENERIC 
	sys/arch/macppc/conf: GENERIC 
	sys/arch/sparc64/conf: GENERIC 

Log message:
emc on my cx500 works as well as rdac on all my rebadged engenio kit.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/04/19 18:50:18

Modified files:
	sys/scsi       : mpath_hds.c 

Log message:
make the status handler more like rdac and emc. the big functional change
is to check xs->status on completion to make sure it worked.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/04/19 20:30:25

Modified files:
	usr.bin/ssh    : misc.c misc.h umac.c 

Log message:
use get/put_u32 to load values rather than *((UINT32 *)p) that breaks on
strict-alignment architectures; reported by and ok stsp@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/04/19 20:49:32

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

Log message:
add a canonical 6.6 + curve25519 bignum fix fake version that I can
recommend people use ahead of the openssh-6.7 release


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/04/19 22:23:46

Modified files:
	net/cgo        : Makefile distinfo 

Log message:
Bugfix update to 20140220.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/19 22:45:09

Modified files:
	lib/libssl/src/crypto/ts: ts_rsp_verify.c 

Log message:
reset imprint to NULL to avoid double free. from mancha1 at zoho


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/04/20 00:49:10

Modified files:
	geo/josm       : Makefile distinfo 
	geo/josm/files : josm.sh 

Log message:
Update to josm svn r6950 from Holger Mikolon.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/04/20 01:07:56

Modified files:
	devel/smpeg2   : Makefile 

Log message:
BROKEN-hppa= video/mmxflags_asm.S:54: Error: unknown pseudo-op: `.note.gnu'

Never built there, brad had a potential fix that stayed in my tree for 8+ months..


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/04/20 01:09:09

Modified files:
	graphics/asymptote: Makefile 

Log message:
BROKEN-hppa=           ghostscript segfaults during build


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/04/20 02:04:10

Modified files:
	geo/josm       : Makefile 

Log message:
s/files/${FILESDIR}/, from maintainer Holger Mikolon


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/20 03:04:56

Modified files:
	lib/libssl/src/crypto/conf: cnf_save.c conf.h conf_api.c 
	                            conf_api.h conf_def.c conf_def.h 
	                            conf_err.c conf_lib.c conf_mall.c 
	                            conf_mod.c conf_sap.c test.c 

Log message:
KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	logan@cvs.openbsd.org	2014/04/20 03:24:26

Modified files:
	usr.bin/ssh    : dns.h dns.c ssh-keygen.c 

Log message:
Add support for SSHFP DNS records for ED25519 key types.

OK from djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/20 03:29:23

Modified files:
	usr.sbin/snmpd : agentx.c 
	usr.sbin/relayd: agentx.c 

Log message:
Fix a small leak in the error path.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/20 03:29:36

Modified files:
	bin/ed         : POSIX README 

Log message:
Remove more commentary about recently removed des support
from Daniel Dickman


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/20 03:30:56

Modified files:
	sys/netinet    : in.h 

Log message:
nuke in_cksum_addword()
don't we all love functions implemented in header files? was under #ifdef
_KERNEL at least.
incremental checksum updates don't really make sense any more, this is
incredibly hard to get right, and doesn't fit the way our kernel deals
with the checksums these days. consequently, nothing uses in_cksum_addword
any more.
was on tech for 3 months, tested by & discussed with many.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/20 03:38:19

Modified files:
	sys/netinet    : in.h ip_output.c 

Log message:
move in_cksum_phdr from in.h (under #ifdef _KERNEL, at least) to ip_output.c
nothing except in_proto_cksum_out() uses it any more, and that's a good
thing. was on tech for 3 months, discussed with many


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/20 03:40:38

Modified files:
	lib/libssl/src/ssl: kssl.c 

Log message:
Undo a calloc() replacement.  It lacks the integer overflow check that
the system one has.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/20 03:43:17

Modified files:
	devel/ruby-rspec/serverspec: Makefile 

Log message:
make sure to depend on the latest specinfra


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/20 03:48:03

Added files:
	lang/python/3.4/patches: patch-Lib_ssl_py patch-Modules__ssl_c 

Log message:
borrow the RAND_egd patches from python/3.3


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/04/20 03:49:23

Modified files:
	sys/dev/pci    : qle.c qlereg.h 

Log message:
Update hotplug.  Add qle_get_port_name_list, use it to discover local
loop ports and other fabric ports that have logged in to us, and check
that we're still logged in to other fabric ports.  Rearrange the update
processing loop so we attach and detach targets last, since we need to get
all the way through before we've identified what's gone missing.  Handle
fabric port login errors a bit more usefully too.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/20 04:00:21

Modified files:
	archivers/unzip: Makefile 
	audio/mixer.app: Makefile 
	audio/mkplaylist: Makefile 
	audio/tracker  : Makefile 
	audio/wmtune   : Makefile 
	graphics/wmphoto: Makefile 
	mail/mixmaster : Makefile 
	net/ap-utils   : Makefile 
	www/chromium   : Makefile 

Log message:
use ${FILESDIR} instead of hardcoding 'files/'


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/20 04:02:35

Modified files:
	textproc/gtkspell3: Makefile distinfo 
	textproc/gtkspell3/pkg: PLIST 

Log message:
Update to gtkspell3-3.0.5.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/20 04:31:43

Modified files:
	lib/libssl/src/ssl: ssl_ciph.c 

Log message:
Use calloc(a,b) instead of malloc(a*b) + memset(a*b).  I don't know if
this instance is integer-overflowable, but we cannot keep hand-auditing
every instance (or apathetically ignoring these issues) when the simple
calloc idiom is better in the presence of a good calloc().  It is simply
unfeasible to always enter correct range checks before the aggregate
size calculation, just go find some 4000 lines of code, REPAIR THEM ALL,
then come back and tell me I am wrong.

This only works on systems where calloc() does the integer overflow
check, but if your system doesn't do this, you need to ask your vendor
WHY THEY ARE 10 YEARS BEHIND IN BEST PRACTICE?  This is the kind of
problem that needs to be solved at the right layer.

malloc integer-overflow was implicated in the 2002 OpenSSH hole.  OpenSSH
and much other code is now written to use calloc(), for instance OpenSSH
has 103 calls to it.  We feel safer with our use of calloc().  It is a
natural approach for us to use calloc().  How safe do you feel on systems
which lack that range check in their calloc()?

Good writeup from 2006: http://undeadly.org/cgi?action=article&sid=20060330071917


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/20 04:41:01

Modified files:
	multimedia/gstreamer1/core: Makefile 
Added files:
	multimedia/gstreamer1/core/patches: 
	                                    patch-libs_gst_base_gstbasesrc_c 

Log message:
Make sure to always hold the LIVE_LOCK when going to the flushing label
(upstream).


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/20 04:43:15

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/20 04:46:20

Modified files:
	usr.sbin/relayd: agentx.c 
	usr.sbin/snmpd : agentx.c 

Log message:
Partially revert the previous: snmp_agentx_ping() didn't leak the pdu
because it is added to a list on the handle and eventually released
later with the handle itself.  This confuses leak detection tools like
clang, so at least add a comment that it is not a leak.

ok blambert@


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2014/04/20 04:52:00

Modified files:
	distrib/miniroot: install.sub 

Log message:
Simplify shell pattern.

OK krw@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2014/04/20 04:53:26

Modified files:
	dist/Mesa/src/gallium/auxiliary/gallivm: lp_bld_misc.cpp 

Log message:
backport a Mesa patch for the recently updated ports llvm

commit 749cb8909714fed57b0213f4ad92def3bb24f153
Author: Vinson Lee 
Date:   Sun Nov 3 20:27:13 2013 -0800

gallivm: Remove llvm::DisablePrettyStackTrace for LLVM >= 3.4.

LLVM 3.4 r193971 removed llvm::DisablePrettyStackTrace and made the
pretty stack trace opt-in rather than opt-out.

The default value of DisablePrettyStackTrace has changed to true in LLVM
3.4 and newer.

Signed-off-by: Vinson Lee 
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=60929
Reviewed-by: Tom Stellard 
Reviewed-by: Brian Paul 


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2014/04/20 04:58:20

Modified files:
	lib/libGL/gallium: Makefile.inc 

Log message:
sync LLVM_VERSION with the llvm port.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/04/20 05:25:18

Modified files:
	sys/net        : if.c 

Log message:
When switching rdomains the sadl needs to be removed and re-added from the
RB lookup tree because the rdomain id is part of the lookup key.
Without this the RB tree gets corrupted and in the worst case a use after
free can happen when the interface is destroyed.
Why the sadl addresses are added to the tree in the first place is something
to reconsider.
OK henning@, mpi@, sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/04/20 06:22:16

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

Log message:
Cleanup a bit, switch on bcopy to memcpy and move a function a bit up


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/20 06:30:42

Modified files:
	lib/libssl/src/crypto/ec: ec_ameth.c 

Log message:
return after error instead of plowing ahead. noticed by mancha1 at zoho


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/20 06:48:19

Modified files:
	lib/libcrypto/crypto: shlib_version 
	lib/libssl/src/ssl: s3_enc.c ssl.h ssl_asn1.c ssl_lib.c 
	                    ssl_sess.c ssl_txt.c t1_enc.c 
	lib/libssl/ssl : shlib_version 

Log message:
Chop off more SSLv2 tentacles and start fixing and noting y2038 issues.
APIs that pass times as longs will have to change at some point...
Bump major on both libcrypto and libssl.

ok tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/20 06:51:18

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.macppc md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/04/20 06:55:39

Modified files:
	x11/kde/pim3   : Makefile 
	x11/kde/addons3: Makefile 

Log message:
use our libtool again, now that it's deterministic...


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/20 07:42:57

Modified files:
	lib/libssl/src/crypto/lhash: lh_stats.c lh_test.c lhash.c 
	                             lhash.h 

Log message:
KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/20 07:54:10

Modified files:
	lib/libssl/src/crypto/stack: stack.c stack.h 

Log message:
KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2014/04/20 08:02:57

Modified files:
	sys/kern       : subr_hibernate.c 

Log message:
More dead stores removal in subr_hibernate.c


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/20 08:03:04

Modified files:
	lib/libssl/src/ssl: s3_both.c 

Log message:
Fix indentation, adding braces and combining a nested if to reduce depth


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/20 08:03:55

Modified files:
	lib/libssl/src/ssl: d1_lib.c 

Log message:
calloc() rather than malloc+memset


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/04/20 08:14:52

Modified files:
	lib/libssl/src/ssl: d1_lib.c 

Log message:
gettimeofday() is portable enough and does not need a wrapper


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/20 08:19:01

Modified files:
	net/p5-POE-Component-IRC: Makefile 

Log message:
fix duplicate RUN_DEPENDS


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/20 08:24:11

Modified files:
	lib/libssl/src/crypto: cryptlib.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/20 08:32:19

Modified files:
	lib/libssl/src/crypto: cpt_err.c cryptlib.h crypto.h cversion.c 
	                       ex_data.c malloc-wrapper.c md32_common.h 
	                       mem_dbg.c o_time.c o_time.h ossl_typ.h 
	                       ppccap.c sparcv9cap.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/20 08:48:29

Modified files:
	usr.sbin/relayd: proc.c relayd.c relayd.h 

Log message:
Reimplement the multi-dimensional arrays that are used to set up the
process to process imsg communication.  It became a maze after we
added support for multiple relay processes and even worse with the ca
processes.  This change makes it easier to understand.  Now it only
opens socketpairs that are needed - the code previously wasted lots of
fds.

ok blambert@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/20 08:51:50

Modified files:
	sys/net        : if_ethersubr.c 

Log message:
ether_output: instead of using an esrc buffer in which we copy the intended
src lladdr just to copy it from the esrc buffer into the ethernet header
a few lines later, use an esrc pointer to figure out where to copy the
src lladdr from. ok claudio reyk


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/20 08:54:39

Modified files:
	sys/net        : if_ethersubr.c 
	sys/netinet    : ip_carp.c ip_carp.h 

Log message:
ether_output: instead of assembling the ethernet header and then calling
carp_rewrite_lladdr to overwrite the src lladdr, get the intended src
lladdr before assembling the ethernet header.
carp_rewrite_lladdr -> carp_get_srclladdr
ok reyk claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/20 09:06:11

Modified files:
	lib/libssl/src/crypto/x509: x509_att.c x509_cmp.c x509_d2.c 
	                            x509_def.c 

Log message:
KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/04/20 09:29:52

Modified files:
	sys/net        : if_ethersubr.c 

Log message:
factor our ether_addheader for readability; there's more to come there
ok claudio reyk


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/20 09:36:20

Modified files:
	lib/libssl/src/crypto/x509: x509_err.c x509_ext.c x509_lu.c 
	                            x509_obj.c x509_r2x.c x509_req.c 

Log message:
KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2014/04/20 09:53:57

Modified files:
	distrib/miniroot: install.sub 

Log message:
Only issue a single dhcp requests per interface with the host-name
option set. Remove the second request, which does not provide the
host-name option. The client supplied hostname is used in certain
setups by DHCP servers to update DNS records on behalf of clients
and ensures that the hostname information is in the lease db.

discussed with deraadt
ok krw@ halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/20 10:07:10

Modified files:
	usr.sbin/relayd: agentx.c 
	usr.sbin/snmpd : agentx.c 

Log message:
Just to be pedantic, fail if strlcpy managed to overflow the socket path.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/20 10:08:48

Modified files:
	x11/kde/toys3  : Makefile 

Log message:
remove duplicate MODKDE_VERSION


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/20 10:09:47

Modified files:
	devel/libffi   : Makefile 
Added files:
	devel/libffi/patches: patch-Makefile_am patch-configure_ac 
Removed files:
	devel/libffi/patches: patch-Makefile_in patch-configure 

Log message:
patch and do the auto-dance to make merging with newer versions a lot easier.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/20 10:10:10

Modified files:
	lib/libssl/src/crypto/x509: x509_set.c x509_trs.c x509_txt.c 
	                            x509_v3.c x509_vfy.c x509_vpm.c 

Log message:
KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/20 10:13:36

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

Log message:
Check strlcpy of the script path names for overflow and use the size of the
destination buffer instead of the source buffer as the argument.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/20 10:15:01

Modified files:
	lib/libssl/src/crypto/x509: x509_obj.c x509_trs.c 

Log message:
More KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/20 10:18:06

Modified files:
	lib/libssl/src/crypto/engine: eng_padlock.c 

Log message:
Restore beck's rev 1.3: snprintf() was reviewed


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/20 10:18:32

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

Log message:
Check for strlcpy overflow when expanding the HTTP input value.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/04/20 10:18:55

Added files:
	www/mozilla-firefox/patches: patch-media_libvpx_Makefile_in 
	www/seamonkey/patches: patch-mozilla_media_libvpx_Makefile_in 

Log message:
Fix build in libvpx asm with newer llvm, see #982693


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/20 10:23:33

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

Log message:
Check another strlcpy overflow that is very unlikely to happen.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/04/20 10:24:16

Modified files:
	lib/libssl/src/crypto/x509: x509cset.c x509name.c x509rset.c 
	                            x509spki.c x509type.c 

Log message:
KNF.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/20 10:31:13

Modified files:
	x11/kde4/kig   : Makefile 

Log message:
remove duplicate RUN_DEPENDS


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/20 10:40:55

Modified files:
	www/webkit     : Makefile distinfo 
	www/webkit/patches: patch-GNUmakefile_in 
Removed files:
	www/webkit/patches: 
	                    patch-Source_WebKit2_Platform_unix_SharedMemoryUnix_cpp 

Log message:
Minor update to webkit-2.4.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/20 10:41:39

Modified files:
	x11/kde4/kross-interpreters: Makefile 

Log message:
remove duplicate MODULES


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/20 10:44:30

Modified files:
	devel/libffi   : Makefile 

Log message:
add missing dependency on libtool; spotted by sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/20 10:44:44

Modified files:
	usr.bin/mandoc : apropos.c arch.c att.c chars.c chars.in eqn.c 
	                 eqn_html.c eqn_term.c html.c html.h libman.h 
	                 libmandoc.h libmdoc.h libroff.h main.c main.h 
	                 man.c man_hash.c man_html.c man_macro.c 
	                 man_term.c man_validate.c mandoc.c mandoc.h 
	                 mandocdb.c manpath.c mansearch.c mdoc.c mdoc.h 
	                 mdoc_argv.c mdoc_hash.c mdoc_html.c 
	                 mdoc_macro.c mdoc_man.c mdoc_term.c 
	                 mdoc_validate.c out.c out.h read.c roff.c st.in 
	                 tbl.c tbl_data.c tbl_html.c tbl_layout.c 
	                 tbl_opts.c tbl_term.c term.c term.h 
	                 term_ascii.c term_ps.c tree.c 

Log message:
KNF: case (FOO):  ->  case FOO, remove /* LINTED */ and /* ARGSUSED */,
remove trailing whitespace and blanks before tabs, improve some indenting;
no functional change


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2014/04/20 10:48:22

Modified files:
	sys/netinet6   : in6.h ip6_output.c 

Log message:
move in6_cksum_phdr from in6.h to ip6_output.c to mirror in_cksum_phdr
ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/04/20 10:49:57

Modified files:
	usr.sbin/iscsid: connection.c initiator.c 

Log message:
Fix conn_gen_kvp and its caller to fill the kvp array properly (including
the NULL terminator at the end). Now iscsid does proper LoginOperational
negotiation (which will bump the MaxRecvDataSegmentLength to 64k)


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/04/20 10:52:11

Modified files:
	usr.sbin/iscsid: session.c 

Log message:
Move session params initialization to when we start a session and not
when it is created. That way the config params from the config file have
a chance to stick.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/04/20 10:55:07

Modified files:
	graphics/netpbm: Makefile distinfo 
	graphics/netpbm/patches: patch-GNUmakefile 

Log message:
maintenance update to 10.35.92


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/20 11:01:35

Modified files:
	lib/libssl/src/crypto/err: err_prn.c 

Log message:
Restore beck's rev 1.9: snprintf() was reviewed


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/04/20 11:14:33

Modified files:
	build/mirrors  : anoncvs.html.head 

Log message:
fix CVSROOT in example of how to check fingerprints, from Pablo Méndez Hernández


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/20 11:25:04

Modified files:
	x11/roxterm    : Makefile distinfo 

Log message:
zap bogus LIB_DEPENDS and sync WANTLIB while here.

could use an update by someone who cares..


CVSROOT:	/cvs
Module name:	src
Changes by:	zhuk@cvs.openbsd.org	2014/04/20 11:34:26

Modified files:
	usr.bin/libtool/LT: Archive.pm UList.pm 
	usr.bin/libtool/LT/Mode: Link.pm 
	usr.bin/libtool/LT/Mode/Link: Program.pm 

Log message:
Style improvement based on espie@'s feedback: provide and use
LT::UList->new() instead of calling tie() manually. As a bonus, few
extra lines in actual code go away.

okay espie@ who still thinks that I test things _before_ commit


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/20 11:50:12

Removed files:
	lib/libssl/src/crypto/bn/asm/x86: f 

Log message:
theo found a file we don't seem to need, but just in case, i will paste
the contents below:
#!/usr/local/bin/perl
# x86 assember


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/20 12:03:23

Modified files:
	sysutils/upower: Makefile 
Added files:
	sysutils/upower/patches: patch-src_openbsd_up-backend_c 

Log message:
add a way to recognize the lid (wether it's present, open/closed). thanks to
landry for finding the "right" spot to hook it up.

ok landry@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/20 12:06:37

Modified files:
	etc            : Makefile hosts.lpd 
Removed files:
	etc            : hosts.equiv 

Log message:
hosts.equiv is a ghost from bsd past


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/04/20 12:11:45

Modified files:
	usr.sbin/lpr/lpd: lpd.8 

Log message:
clarify a bit about hosts.lpd


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/04/20 12:16:11

Modified files:
	usr.sbin/relayd: parse.y 

Log message:
Add a few more overflow checks for strlc* functions in parse.y


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/04/20 12:17:12

Modified files:
	usr.sbin/iscsid: connection.c control.c pdu.c 

Log message:
Use only one style for "return foo;"


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/20 12:20:43

Modified files:
	sysutils/upower/patches: patch-src_openbsd_up-backend_c 

Log message:
submitted upstream


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/20 12:53:37

Modified files:
	lib/libssl/src/crypto/objects: obj_dat.c 

Log message:
Restore beck's rev 1.21: snprintf() was reviewed


CVSROOT:	/cvs
Module name:	src
Changes by:	afresh1@cvs.openbsd.org	2014/04/20 13:23:08

Modified files:
	lib/libssl/src/doc/apps: verify.pod x509.pod 
	lib/libssl/src/doc/ssl: SSL_CTX_load_verify_locations.pod 
Removed files:
	lib/libssl/src/doc: README c-indentation.el fingerprints.txt 
	                    openssl-shared.txt openssl_button.gif 
	                    openssl_button.html 
	lib/libssl/src/doc/HOWTO: certificates.txt keys.txt 
	                          proxy_certificates.txt 
	lib/libssl/src/doc/apps: CA.pl.pod tsget.pod 
	lib/libssl/src/tools: c89.sh c_hash c_info c_issuer c_name 
	                      c_rehash.in 

Log message:
Remove unused/never installed libssl tools and docs and references to them

Sure deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/20 13:39:35

Modified files:
	usr.bin/mandoc : eqn.c mdoc_man.c mdoc_term.c mdoc_validate.c 
	                 roff.c 

Log message:
make sure static buffers for snprintf(3) are large enough
and cast snprintf return value to (void) where they are


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2014/04/20 13:40:55

Modified files:
	databases/pg_top: Makefile distinfo 
	databases/pg_top/patches: patch-machine_m_openbsd_c 
	                          patch-pg_top_1_in 
Removed files:
	databases/pg_top/patches: patch-loadavg_h 

Log message:
mark as BROKEN.  while the current version builds, it doesn't report a
thing mildly useful outside of the core dumps.  while upstream took all
the local patches and eventually released 3.7.0, it remains completely
unreliable - at least update to 3.7.0 to aid in tracking down the
machine.c bits that need to be addressed.

ok sthen on marking this BROKEN


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2014/04/20 13:50:26

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/20 13:52:41

Modified files:
	lib/libssl/src/crypto/pem: pem_pkey.c 

Log message:
Restore beck's rev 1.7: snprintf() was reviewed.
Also, use sizeof() for snprintf()'s size argument


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/20 13:55:09

Modified files:
	lib/libssl/src/crypto/ts: ts_rsp_sign.c 

Log message:
Restore tedu's rev 1.4: snprintf() was reviewed.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/20 13:56:25

Modified files:
	lib/libssl/src/crypto/ui: ui_lib.c 

Log message:
Restore beck's rev 1.8: snprintf() was reviewed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/20 13:59:55

Modified files:
	mail/roundcubemail: Makefile distinfo 
	mail/roundcubemail/pkg: PLIST 
Added files:
	mail/roundcubemail/patches: patch-bin_update_sh 
	                            patch-config_defaults_inc_php 
Removed files:
	mail/roundcubemail/patches: patch-config_main_inc_php_dist 

Log message:
update to roundcube 1.0

WARNING! config files have been rearranged, if upgrading an existing
system you will need to migrate your settings from old config files
(db.inc.php and main.inc.php) to the new file (config.inc.php).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/04/20 14:00:35

Modified files:
	lang/rubinius  : Makefile 
Added files:
	lang/rubinius/patches: openssl_rand.diff 

Log message:
Fix rubinius after removal of egd from openssl

OK sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/04/20 14:03:24

Modified files:
	faq            : current.html 

Log message:
ports/mail/roundcubemail update


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/20 14:06:20

Modified files:
	lib/libssl/src/crypto/x509: by_dir.c x509_txt.c 
	lib/libssl/src/crypto/x509v3: v3_alt.c 

Log message:
Restore beck's (void)snprintf(): they were reviewed.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/04/20 14:12:31

Modified files:
	usr.sbin/iscsid: connection.c session.c 

Log message:
After doing all of the loging dance to get the target's params it makes
sense to merge them into the active set. At least that way we run with
the right params and finally do reads and writes that are > 8k.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/04/20 14:14:09

Modified files:
	lib/libssl/src/crypto/err: err.c 

Log message:
Chop off more SSLv2 tentacles and start fixing and noting y2038 issues.
APIs that pass times as longs will have to change at some point...
Bump major on both libcrypto and libssl.

ok tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/20 14:17:36

Modified files:
	usr.bin/mandoc : man_html.c man_term.c mdoc_html.c mdoc_term.c 

Log message:
fix unchecked snprintf(3) in page header printing:
the length of the title is unknown, and speed doesn't matter here,
so use asprintf/free rather than a static buffer


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/04/20 14:29:39

Modified files:
	x11/xfce4/xfce4-clipman: Makefile 

Log message:
Tidy up WANTLIB and remove useless libglade2 from LIB_DEPENDS.
prodded by jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2014/04/20 14:34:57

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Add device ID for Ralink (now branded Mediatek) MT7601 USB wifi device


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2014/04/20 14:35:07

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

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/20 14:48:34

Modified files:
	usr.bin/mandoc : mdoc_validate.c 

Log message:
strlen+malloc+snprintf is error prone;
rewrite post_lb() to use asprintf(3) instead


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/20 15:18:53

Modified files:
	devel/glib2    : Makefile 
Added files:
	devel/glib2/patches: patch-glib_goption_c 

Log message:
Fix platform_get_argv0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/20 15:19:45

Modified files:
	x11/xfce4/libxfce4ui: Makefile 
	x11/xfce4/libxfce4ui/pkg: PLIST 
	x11/xfce4/terminal: Makefile 
	x11/xfce4/terminal/pkg: PLIST 
	x11/xfce4/xfce4-appfinder: Makefile 
	x11/xfce4/xfce4-appfinder/pkg: PLIST 
	x11/xfce4/xfce4-mount: Makefile 
	x11/xfce4/xfce4-mount/pkg: PLIST 
	x11/xfce4/xfce4-notifyd: Makefile 
	x11/xfce4/xfce4-notifyd/pkg: PLIST 
	x11/xfce4/xfce4-time-out: Makefile 
	x11/xfce4/xfce4-time-out/pkg: PLIST 
	x11/xfce4/xfwm4: Makefile 
	x11/xfce4/xfwm4/pkg: PLIST 

Log message:
tidy up the goos, add where it's supposed to be and remove it where it's not.

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/20 15:22:44

Modified files:
	devel/ruby-rspec/specinfra: Makefile distinfo 
Removed files:
	devel/ruby-rspec/specinfra/patches: 
	                                    patch-lib_specinfra_backend_exec_rb 
	                                    patch-lib_specinfra_command_openbsd_rb 
	                                    patch-lib_specinfra_command_rb 
	                                    patch-lib_specinfra_helper_os_rb 

Log message:
update to specinfra-1.4.0


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/04/20 15:25:07

Modified files:
	sbin/dhclient  : dhclient.8 dhclient.c 

Log message:
Make -L even more useful to monitoring processes. Truncate and
refill the file rather than creating a new one, which preserves
an fd being monitored. And truncate file on losing link.

Things like sysutils/ertn should now be able to see new leases, lease
renewals and cable unplugs.

tweaks by and ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/04/20 15:26:51

Modified files:
	shells/zsh     : Makefile 
	shells/zsh/pkg : PLIST 
Removed files:
	shells/zsh/patches: patch-Completion_Unix_Command__tmux 

Log message:
remove duplicate content of the tmux completion file and fixup a stray
FULLPKGNAME in PLIST while here.

ok pea@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/04/20 15:32:49

Modified files:
	lang/seed7     : Makefile distinfo 

Log message:
Update to 20140420.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/04/20 16:03:40

Modified files:
	usr.bin/mandoc : read.c 

Log message:
in debug messages, truncating strings of excessive lengths is actually
a good thing, so cast the return value from sprintf to (void);
this concludes the mandoc sprintf audit


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/20 16:15:49

Modified files:
	share/man/man8 : security.8 
	libexec/security: security 

Log message:
check_hosts_equiv -> check_hosts_lpd
i.e. don't check for hosts.equiv anymore.

input/ok schwarze@, ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/20 16:17:24

Modified files:
	net/nagios/nrpe: Tag: OPENBSD_5_5 Makefile 
	net/nagios/nrpe/patches: Tag: OPENBSD_5_5 patch-src_nrpe_c 

Log message:
Pull the nagios nrpe security fix across to -stable
http://seclists.org/fulldisclosure/2014/Apr/240

Note, this one is being actively scanned for/attacked. You should absolutely
not have this open to the world but it seems some people do...


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/04/20 16:18:04

Modified files:
	usr.sbin/iscsid: iscsid.c iscsid.h vscsi.c 

Log message:
Introduce some basic stats for the vscsi layer. Just counting the commands
and the bytes we push through vscsi(4).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/04/20 16:20:57

Modified files:
	net/nagios/nrpe: Tag: OPENBSD_5_4 Makefile 
	net/nagios/nrpe/patches: Tag: OPENBSD_5_4 patch-src_nrpe_c 

Log message:
Pull the nagios nrpe security fix across to 5.4-stable
http://seclists.org/fulldisclosure/2014/Apr/240

Note, this one is being actively scanned for/attacked. You should absolutely
not have this open to the world but it seems some people do...


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/04/20 16:22:18

Modified files:
	usr.sbin/iscsictl: iscsictl.8 iscsictl.c iscsictl.h parser.c 

Log message:
Add iscsictl bits to show the vscsi stats.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2014/04/20 16:26:11

Modified files:
	faq            : current.html 

Log message:
Fix bogus altq 
  • tag. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/04/20 16:31:55 Modified files: lib/libssl/src/crypto/dso: dso_dlfcn.c Log message: Eliminate duplicated logic by switching from malloc+snprintf to asprintf ok beck@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/04/20 16:32:58 Modified files: lib/libssl/src/crypto/asn1: a_time.c Log message: replace a bunch of pointer-arithmatic-strcpy-converted-blindly-to-strlcpy cruft with an snprintf. "better than what was there" ok guenther@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/04/20 16:35:10 Modified files: usr.sbin/lpr/common_source: pathnames.h usr.sbin/lpr/lpd: lpd.8 lpd.c Log message: Prevent lpd(8) from looking into hosts.equiv. Access control is now done only using hosts.lpd. See lpd(8) for more information about the format of this file. "seems reasonable" tedu@ "looks good" deraadt@ ok sthen@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2014/04/20 16:35:47 Modified files: faq : current.html Log message: Document hosts.equiv removal for lpd(8). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/20 16:52:26 Modified files: usr.sbin/iscsictl: iscsictl.8 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/04/20 17:30:12 Modified files: lib/libssl/src/crypto/asn1: asn1_lib.c Log message: ASN1_STRING cleanup - realloc has handled NULL since I had a mullet and parachute pants - and since it's obvious there is no guarantee the caller doesn't pass in the data area in the argument, use memmove instead of memcpy so overlapping areas are handled correctly. Also, pointers can be usefully printed in hex with %p, in error messaeges rather than the bizzaro stuff that was there using mystical buffer lengths and abuse of strlcpy-converted-blindly-from-strcpy CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/04/20 18:30:48 Modified files: usr.bin/ssh : Tag: OPENBSD_5_5 bufaux.c compat.c compat.h sshconnect2.c sshd.c version.h Log message: MFC: reliability fix for OpenSSH using curve25519-sha256@libssh.org key exchange method. revision 1.71 date: 2014/04/18 23:52:25; author: djm; state: Exp; lines: +2 -2; OpenSSH 6.5 and 6.6 have a bug that causes ~0.2% of connections using the curve25519-sha256@libssh.org KEX exchange method to fail when connecting with something that implements the spec properly. Disable this KEX method when speaking to one of the affected versions. revision 1.57 date: 2014/04/16 23:22:45; author: djm; state: Exp; lines: +4 -1; skip leading zero bytes in buffer_put_bignum2_from_string(); reported by jan AT mojzis.com; ok markus@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/04/20 18:52:00 Modified files: lib/libssl/src/crypto/asn1: a_time.c Log message: fix accidentally deleted deref. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/20 20:44:28 Modified files: lib/libssl/src/crypto/des: FILES0 Removed files: lib/libssl/src/crypto/des: DES.pm DES.xs INSTALL KERBEROS des.pod makefile.bc rpw.c speed.c typemap lib/libssl/src/crypto/des/t: test lib/libssl/src/crypto/des/times: 486-50.sol 586-100.lnx 686-200.fre aix.cc alpha.cc hpux.cc sparc.gcc usparc.cc Log message: clean up files we don't need CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/04/20 22:02:52 Modified files: usr.sbin/tftpd : tftpd.c Log message: th_code is in network byte order CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2014/04/20 22:17:07 Modified files: sys/dev/ic : qla.c Log message: In qla_get_port_name_list, handle malloc failure, skip special fabric ports, and set location on ports as best we can. Take the port mutex too. CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2014/04/21 00:21:56 Modified files: telephony/pjsua: Makefile distinfo telephony/pjsua/patches: patch-pjmedia_src_pjmedia_stream_c Removed files: telephony/pjsua/patches: patch-aconfigure_ac Log message: Update to 2.2.1. Thanks to Holger Mikolon for providing the diff. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2014/04/21 01:47:03 Modified files: www/aria2/pkg : PLIST Log message: Fix PLIST, share/doc/aria2/README.html is gone. ok juanfra@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/04/21 02:19:38 Modified files: sbin/disklabel : editor.c Log message: Don't leak mountpoint info. Now with replacement for silly realloc() dance that appears to fix mysterious crashes seen with previous version that tried to sneak in to 5.5. ok otto@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/21 02:41:26 Modified files: lib/libssl/src/crypto/x509v3: ext_dat.h pcy_cache.c pcy_data.c pcy_int.h pcy_lib.c pcy_map.c pcy_node.c pcy_tree.c Log message: KNF. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 02:42:01 Modified files: etc : changelist etc/mtree : special Log message: Bye bye *hosts.equiv. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/04/21 02:46:59 Modified files: lib/libc/stdlib: getenv.3 Log message: Correctly document the return value of getenv(3) From Ben Cornett (ben (at) lantern.is) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/04/21 03:00:56 Modified files: distrib/sets/lists/etc: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/04/21 03:22:15 Modified files: sbin/newfs_ext2fs: newfs_ext2fs.8 newfs_ext2fs.c Log message: While we don't recommend using ext2fs, the directions for doing so shouldn't be misleading ok krw@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/04/21 03:23:41 Modified files: lib/libssl/src/ssl: kssl.c Log message: remove macros wrapping malloc/calloc/free/realloc CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2014/04/21 03:48:31 Modified files: usr.sbin/iscsid: iscsid.c iscsid.h vscsi.c Log message: Now that we properly negotiate the session params we can enable sending of immediate data for write commands. This gives a nice 20% performance boost on writes compared to the solicited data transaction we did before. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/04/21 03:57:27 Modified files: sys/netinet : in.h Log message: cosmetic changes regarding #ifdef to make things more obvious, ok reyk CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 03:57:47 Removed files: x11/gnome/ekiga: Makefile distinfo x11/gnome/ekiga/patches: patch-configure patch-lib_engine_components_call-history_history-contact_cpp patch-src_Makefile_in x11/gnome/ekiga/pkg: DESCR PLIST Log message: Remove Ekiga; it hasn't wreally worked for a while (threads issue, audio issue...). Our v4l2 implementation is too old and this port is in the way of updating other stuffs. discussed with jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 03:59:02 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register ekiga removal. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/04/21 04:05:27 Modified files: sys/netinet : in.h Log message: annotate all #endifs to make clear what #if(def) they end CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/04/21 04:07:58 Modified files: sys/netinet : in.h Log message: remove a define in an #ifdef notyet - "not yet" for 19 years gotta be enough. remove a define in an #ifdef notdef /* obsolete */ - 14 years are enough CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 04:28:31 Modified files: net/nagios/nrpe: Makefile Log message: Remove the config option that allows the setting command arguments over the network. If somebody can't change their config to do what they need without allowing them to be specified, they can rebuild it themselves and take responsibility for their own actions. One specific case this is often used is to check disk space. Note that you don't need to set a specific partition for check_disk, running it without a -p flag will check all the filesystems. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/04/21 05:10:54 Modified files: sys/kern : uipc_mbuf.c sys/net : if_gif.c if_gre.c pf.c sys/netinet : igmp.c ip_icmp.c ip_input.c ip_mroute.c ipsec_output.c tcp_input.c tcp_subr.c sys/netinet6 : in6_src.c ip6_output.c Log message: we'll do fine without casting NULL to struct foo * / void * ok gcc & md5 (alas, no binary change) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/04/21 05:12:49 Modified files: lib/libssl/src/crypto/bio: bf_buff.c bf_lbuf.c bf_nbio.c bio_lib.c bss_acpt.c bss_conn.c bss_dgram.c bss_log.c Log message: Bring malloc/calloc/realloc sequences to modern standard ok guenther CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/04/21 05:18:34 Modified files: lib/libssl/src/crypto/bio: b_print.c Log message: Replace entire printf-like guts with calls to libc snprintf. funopen(3) is used to interface to BIO descriptors. ok guenther CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/04/21 05:19:28 Modified files: lib/libssl/src/crypto: cryptlib.c Log message: modernize malloc call CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/04/21 05:23:09 Modified files: lib/libssl/src/crypto/asn1: a_utctm.c asn1.h Log message: Delete #if 0'd time related functions which are totally expired. No point even seeing these when we do the 2038 audit later on... CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 05:25:56 Modified files: net/neon : Makefile distinfo Log message: disable gssapi in neon, ok aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 05:26:01 Modified files: print/cups : Makefile Log message: --disable-gssapi CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 05:26:05 Modified files: net/cadaver : Makefile distinfo Log message: sync WANTLIB; no more gssapi in neon CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 05:26:16 Modified files: sysutils/nut : Makefile Log message: sync WANTLIB; no more gssapi in neon CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 05:27:02 Modified files: sysutils/nut : Makefile Log message: ..plus 1 more line CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/04/21 05:27:34 Modified files: include : bsd_auth.h Log message: Use internal '__' names for __attributes__ in public headers CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/04/21 05:28:26 Modified files: include : unistd.h Log message: Use internal '__' names for __attributes__ in public headers CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 05:30:57 Modified files: print/cups-filters: Makefile Log message: Sync wantlib after kerberos update from cups. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 05:32:03 Modified files: multimedia/gstreamer-0.10/plugins-bad: Makefile Log message: sync wantlib after gssapi removal in neon CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 05:34:51 Modified files: telephony/asterisk: Makefile Log message: sync wantlib after gssapi removal in neon CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/04/21 05:37:41 Modified files: lib/libssl/src/crypto/asn1: a_bitstr.c a_bytes.c a_enum.c a_i2d_fp.c a_int.c a_object.c ameth_lib.c asn1_lib.c asn_mime.c f_enum.c f_int.c f_string.c n_pkey.c t_x509.c tasn_new.c x_info.c Log message: improve realloc/calloc/malloc patterns; ok guenther CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 05:41:11 Modified files: sysutils/nut : Makefile distinfo sysutils/nut/patches: patch-clients_Makefile_in patch-drivers_usbhid-ups_c patch-tools_nut-usbinfo_pl sysutils/nut/pkg: PLIST-main upsd.rc Removed files: sysutils/nut/patches: patch-drivers_blazer_usb_c patch-drivers_libusb_c patch-drivers_nutdrv_qx_c patch-drivers_riello_usb_c Log message: update to NUT 2.7.2 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/04/21 05:42:31 Modified files: usr.sbin/pkg_add/OpenBSD: Ustar.pm Log message: add support for reading/writing long paths and linkpaths as extended headers CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 05:47:09 Modified files: mail : Makefile security : Makefile www : Makefile Removed files: mail/kpoppassd : Makefile distinfo mail/kpoppassd/patches: patch-kpoppassd mail/kpoppassd/pkg: DESCR PLIST README UNMESSAGE security/p5-Authen-Krb5-Simple: Makefile distinfo security/p5-Authen-Krb5-Simple/pkg: DESCR PLIST security/py-pykpass: Makefile distinfo security/py-pykpass/patches: patch-setup_py security/py-pykpass/pkg: DESCR PLIST www/mod_auth_kerb: Makefile distinfo www/mod_auth_kerb/patches: patch-src_mod_auth_kerb_c www/mod_auth_kerb/pkg: DESCR MESSAGE PLIST README UNMESSAGE Log message: Start removing kerberos-only ports. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 05:49:25 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register removal of kerberos ports. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 05:54:13 Modified files: x11/gtk+2 : Makefile Log message: Sync wantlib after krb5 removal from cups. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 05:56:25 Modified files: x11/gtk+3 : Makefile Log message: Sync wantlib after kerberos removal from cups. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/04/21 05:58:48 Modified files: sys/arch/amd64/include: pte.h Log message: Fix off-by-one error in PG_LGFRAME mask ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 06:12:05 Modified files: security/cyrus-sasl2: Makefile security/cyrus-sasl2/pkg: PFRAG.shared Removed files: security/cyrus-sasl2/patches: patch-sample_server_c Log message: Drop gssapi support. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/04/21 06:22:26 Modified files: sys/net : if_gif.c if_gre.c if_pflow.c if_pfsync.c if_vxlan.c pf.c pipex.c sys/netinet : igmp.c ip_carp.c ip_divert.c ip_icmp.c ip_input.c ip_mroute.c ip_output.c ip_var.h ipsec_output.c raw_ip.c tcp_input.c tcp_output.c tcp_subr.c udp_usrreq.c Log message: ip_output() using varargs always struck me as bizarre, esp since it's only ever used to pass on uint32 (for ipsec). stop that madness and just pass the uint32, 0 in all cases but the two that pass the ipsec flowinfo. ok deraadt reyk guenther CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 06:23:22 Modified files: print/hplip : Makefile Log message: Sync wantlib after kerberos removal from cups. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 06:24:07 Modified files: graphics/sane-backends: Makefile Log message: Sync wantlib after kerberos removal from cups. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2014/04/21 06:24:58 Modified files: usr.sbin/iscsid: vscsi.c Log message: It is possible that we can't burst all of the data in the immediate data part of the write request. In that case R2T requests with be sent for the rest of the data. The amount of data we can send is defined by MaxRecvDataSegmentLength which is per connection and so a bit hackish to read out. In the long run the min() of all connection MaxRecvDataSegmentLength should be stored in the session struct. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 06:26:19 Modified files: mail/alpine : Makefile mail/alpine/patches: patch-configure Removed files: mail/alpine/patches: patch-imap_src_osdep_unix_Makefile_gss patch-imap_src_osdep_unix_kerb_mit_c Log message: Drop gssapi support. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2014/04/21 06:26:50 Modified files: usr.sbin/iscsid: connection.c pdu.c Log message: Handle EAGAIN, ENOBUFS and EINTR a bit better. Ignore them one layer above and do not fail and tear down the world when they happen. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 06:27:11 Modified files: security/p5-Authen-SASL: Makefile Log message: Drop dependency on security/p5-GSSAPI. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 06:27:56 Modified files: security : Makefile Removed files: security/p5-GSSAPI: Makefile distinfo security/p5-GSSAPI/pkg: DESCR PLIST Log message: Drop kerberos-only p5-GSSAPI. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 06:28:40 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: p5-GSSAPI is gone. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 06:31:26 Modified files: print/libspectre: Makefile Log message: Regen wantlib after kerberos removal from cups. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 06:33:06 Modified files: print/gtklp : Makefile Log message: Sync wantlib after kerberos removal from cups. CVSROOT: /cvs Module name: src Changes by: okan@cvs.openbsd.org 2014/04/21 06:35:25 Modified files: etc : inetd.conf Log message: remove rshd example; ok sthen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 06:35:45 Modified files: mail/cyrus-imapd: Makefile mail/cyrus-imapd/files: imapd.conf Log message: Drop kerberos support. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 06:36:57 Modified files: x11/gtk-vnc : Makefile Log message: Sync wantlib after kerberos removal from cyrus-sasl2. CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2014/04/21 06:41:36 Modified files: distrib/miniroot: install.sub Log message: NIFS is supposed to represent the number of configured interfaces. If an interface got configured twice, NIFS must not be incremented. So count the number of hostname.if files instead. discussed with and OK krw@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 06:41:49 Modified files: databases/openldap: Makefile Log message: kerb5 wantlib were only pulled in via sasl; regen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 06:43:23 Modified files: x11/xfce4/xfprint: Makefile Log message: Regen wantlib after kerberos removal from cups. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 06:44:00 Modified files: x11/spice-gtk : Makefile Log message: Regen wantlib after kerberos removal from cyrus-sasl2. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2014/04/21 06:47:04 Modified files: net/serf : Makefile Log message: Remove gssapi support from net/serf. ok aja CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 06:47:59 Modified files: databases/openldap23: Makefile Log message: disable krb5 support CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/04/21 06:49:34 Modified files: sys/nfs : nfs_serv.c Log message: Back out most of v1.47 changes which mess up the block size on these reads. ok deraadt@ guenther@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2014/04/21 06:52:14 Modified files: app/cwm : conf.c Log message: plug memleak (currently unused func); from Tiago Cunha CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 06:57:31 Modified files: www/c-icap/c-icap: Makefile Log message: sync wantlib CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 06:59:48 Modified files: x11/nx/nxssh : Makefile Log message: Drop kerberos support. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 07:03:40 Modified files: www/cherokee : Makefile Log message: sync WANTLIB-ldap CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/21 07:04:02 Modified files: lib/libssl/src/crypto/x509v3: v3_addr.c v3_akey.c v3_akeya.c v3_alt.c v3_asid.c Log message: KNF. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2014/04/21 07:05:20 Modified files: sys/dev/pci : qle.c Log message: Simplify the update process a bit. Don't try to skip parts based on what we think might have changed, since the update steps depend on each other too much for that to really work anyway. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 07:07:08 Modified files: net/freeradius : Makefile net/freeradius/pkg: PLIST-main Removed files: net/freeradius/patches: patch-src_modules_rlm_krb5_configure Log message: Drop kerberos support. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 07:09:47 Modified files: net/freeradius : Makefile net/freeradius/pkg: PLIST-main Log message: Drop modules/krb5; forgot in previous. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 07:12:09 Modified files: www/lighttpd : Makefile Log message: sync WANTLIB for ldap CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 07:13:29 Modified files: databases/postgresql: Makefile databases/postgresql/pkg: PLIST-plpython README-server Log message: Drop kerberos support. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/04/21 07:13:43 Modified files: lib/libssl/src/crypto/bio: bss_dgram.c Log message: wrong calloc, see people do care CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/04/21 07:17:32 Modified files: include : stdlib.h lib/libc/stdlib: Makefile.inc malloc.3 malloc.c Log message: Introducing: void *mallocarray(size_t nmemb, size_t size); Like calloc(), except without the cleared-memory gaurantee ok beck guenther, discussed for more than a year... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/04/21 07:18:01 Modified files: lib/libc : shlib_version Log message: crank minor CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 07:18:31 Modified files: mail/fetchmail : Makefile Removed files: mail/fetchmail/patches: patch-configure_ac Log message: Drop kerberos support. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/04/21 07:21:57 Modified files: lib/libc/stdlib: Makefile.inc Log message: correct man page section CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 07:24:30 Modified files: x11/gnome/libgda: Makefile Log message: Sync wantlib after kerberos removal from openldap and postgresql. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 07:29:19 Modified files: databases/postgresql: Makefile databases/postgresql/pkg: PLIST-plpython Log message: restore PLIST-plpython, update-plist likes overwriting pkg-readmes lines CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 07:32:08 Modified files: databases/postgresql: Makefile databases/postgresql/pkg: PLIST-plpython Log message: blech, revert previous CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 07:33:08 Modified files: sysutils/collectd: Makefile Log message: Sync wantlib after kerberos removal from postgresql. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 07:33:51 Modified files: databases/evolution-data-server: Makefile Removed files: databases/evolution-data-server/patches: patch-configure Log message: Drop kerberos support. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 07:40:51 Modified files: x11/gnome/settings-daemon: Makefile Log message: Sync wantlib for kerberos removal. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 07:41:33 Modified files: net/telepathy/folks: Makefile Log message: Sync wantlib for kerberos removal. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 07:41:58 Modified files: productivity/glabels: Makefile Log message: Sync wantlib for kerberos removal. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2014/04/21 07:45:09 Modified files: devel/subversion: Makefile distinfo Removed files: devel/subversion/patches: patch-subversion_mod_dav_svn_repos_c Log message: Maintenance update to Subversion 1.8.8. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/04/21 07:45:47 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 07:46:53 Modified files: mail/alpine : Makefile Log message: missing bump which caused me some head scratching ;) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 07:56:50 Modified files: x11/gnome/vfs2 : Makefile Log message: Sync wantlib after kerberos removal. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 08:00:22 Modified files: mail/s-nail : Makefile Log message: Sync wantlib for kerberos removal. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/04/21 08:08:09 Modified files: share/man/man4 : vlan.4 Log message: stop lieing. vlan is not an encapsulation. it doesn't encapsulate ethernet frames, it replaces the ethernet header by a slightly extended one. ok sthen jmc CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 08:09:56 Modified files: net/yafc : Makefile Removed files: net/yafc/patches: patch-configure patch-lib_gssapi_c Log message: Drop kerberos support. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 08:11:30 Modified files: net/powerdns : Makefile Log message: sync wantlib (ldap/pg) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 08:11:53 Modified files: graphics/gimp/stable: Makefile Log message: Sync wantlib for kerberos removal. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 08:14:53 Modified files: x11/gnome/contacts: Makefile Log message: Sync wantlib after kerberos removal from e-d-s. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 08:18:14 Modified files: mail/perdition : Makefile Log message: sync wantlib CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 08:19:52 Modified files: lang/php : Makefile.inc lang/php/5.3 : Makefile lang/php/5.4 : Makefile lang/php/5.5 : Makefile Log message: sync wantlib CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 08:25:15 Modified files: audio/libmusicbrainz5: Makefile Log message: Bump after neon krb5 removal. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/21 08:26:10 Modified files: usr.sbin/traceroute: traceroute.c traceroute.8 Log message: Revert 1.101 as it breaks source port selection. This needs more thought / code shuffling. Reported by deraadt@ and sthen@, thanks! CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/21 08:27:06 Modified files: lib/libssl/src/crypto/x509v3: v3_bcons.c v3_bitst.c v3_conf.c v3_cpols.c v3_crld.c Log message: KNF. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 08:30:24 Modified files: mail/evolution : Makefile Log message: Bump after kerberos removal from e-d-s. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 08:34:51 Modified files: x11/gnome/sushi: Makefile Log message: Sync wantlib for kerberos removal. CVSROOT: /cvs Module name: src Changes by: logan@cvs.openbsd.org 2014/04/21 08:36:16 Modified files: usr.bin/ssh : sftp-client.h sftp-client.c sftp.c Log message: Implement sftp upload resume support. OK from djm@, with input from guenther@, mlarkin@ and okan@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 08:37:03 Modified files: lang/php/5.3/patches: patch-aclocal_m4 Log message: Drop krb5-config chunk. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 08:41:26 Modified files: mail/evolution-ews: Makefile Log message: Drop wantlib for kerberos removal. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/21 08:50:59 Modified files: lib/libssl/src/crypto/err: err.c err.h err_all.c err_prn.c Log message: KNF. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 08:52:08 Modified files: mail/evolution-rss: Makefile Log message: Sync wantlib for kerberos removal. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 08:57:02 Modified files: x11/gnome/initial-setup: Makefile Log message: Temporary mark BROKEN, it'll require some work to build without kerberos. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/21 08:57:17 Modified files: usr.sbin/relayd: Makefile Log message: The OpenSSL engine passes a "const u_char *" to the callback but relayd's RSA privsep engine uses an iovec that expects a non-cast "void *". Cast it and disable the -Wcast-qual warning because I don't want to copy the data and I didn't find a better way to implement it. ok guenther@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 09:07:52 Modified files: x11/gnome/controlcenter: Makefile x11/gnome/controlcenter/pkg: PLIST Added files: x11/gnome/controlcenter/patches: patch-panels_Makefile_in patch-shell_Makefile_in patch-shell_cc-panel-loader_c Removed files: x11/gnome/controlcenter/patches: patch-panels_user-accounts_um-realm-manager_c Log message: Axe the user-accounts panel for now since it cannot build without kerberos. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 09:20:06 Modified files: geo/postgis : Makefile geo/gdal : Makefile Log message: Guessing wantlib regen since these don't build. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2014/04/21 09:21:01 Modified files: databases/pg_top/patches: patch-machine_m_openbsd_c Log message: convert from VM_METER to VM_UVMEXP; adapted from diff from mpi@. even though this port is temporarily marked BROKEN, put this in so it's not forgotten when sending back upstream. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 09:21:22 Modified files: net/netatalk : Makefile net/netatalk/pkg: PLIST Log message: Drop kerberos support. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/04/21 09:26:50 Modified files: sbin/dhclient : dhclient.c Log message: Ooops. Delete discarded offered leases from correct TAILQ. More than one offer would cause infinite loop. ok guenther@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 09:28:43 Modified files: x11/gnome/shell: Makefile Log message: Regen wantlib for kerberos removal. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/04/21 09:35:02 Modified files: sys/msdosfs : msdosfs_conv.c Log message: msdosfs timestamps can only represent 1/1/1980 through 12/31/2107. 64-bit time_t now dominates that entire range, so simply set all dates that cannot be represented to 1/1/1980 like Redmond intended. Problem reported by Alessandro De Laurenzis via misc@. ok guenther@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 09:35:34 Modified files: lang/php : Makefile.inc lang/php/5.3 : Makefile lang/php/5.4 : Makefile lang/php/5.5 : Makefile Log message: also zap gssapi, spotted by aja CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/04/21 09:36:37 Modified files: faq : upgrade55.html Log message: Damien Couderc pointed out a bunch of errors: rc. -> rc.firsttime and 54 -> 55. Thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 09:37:01 Modified files: databases/repmgr: Makefile Log message: Regen wantlib for kerberos removal. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/21 09:39:52 Modified files: lib/libssl/src/crypto/pem: pem.h pem2.h pem_all.c pem_err.c pem_info.c pem_lib.c pem_oth.c pem_pk8.c pem_pkey.c pem_seal.c pem_sign.c pem_x509.c pem_xaux.c pvkfmt.c Log message: KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/21 09:44:13 Modified files: lib/libssl/src/crypto/pem: pem_lib.c pem_pkey.c pem_seal.c pem_sign.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/04/21 09:46:03 Modified files: libexec/security: security Log message: check perms on .ssh/id_ed25519; Fritjof Bornebusch CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 09:47:03 Modified files: devel/subversion: Makefile Log message: Sync for kerberos removal from serf. CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2014/04/21 09:56:19 Modified files: distrib/miniroot: install.sub Log message: Use a better way that ensures that NIFS is really 0 if there are no hostname.if files. suggested by and OK halex@ OK krw@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/21 10:00:04 Modified files: lib/libssl/src/crypto/pqueue: pq_test.c pqueue.c pqueue.h Log message: KNF. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 10:01:00 Modified files: devel/apr-util : Makefile Log message: regen wantlib CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/04/21 10:02:26 Log message: Import frama-c. Work done by blambert@, with help from sthen@, phessler@ and me. ok sthen@ blambert@ Frama-C is a suite of tools dedicated to the analysis of the source code of software written in C. Frama-C gathers several static analysis techniques in a single collaborative framework. The collaborative approach of Frama-C allows static analyzers to build upon the results already computed by other analyzers in the framework. Thanks to this approach, Frama-C provides sophisticated tools, such as a slicer and dependency analysis. Status: Vendor Tag: jca Release Tags: jca_2014-04-21 N ports/devel/frama-c/Makefile N ports/devel/frama-c/distinfo N ports/devel/frama-c/pkg/PLIST N ports/devel/frama-c/pkg/PFRAG.native N ports/devel/frama-c/pkg/DESCR N ports/devel/frama-c/pkg/PFRAG.no-native N ports/devel/frama-c/pkg/PFRAG.dynlink-native N ports/devel/frama-c/patches/patch-src_buckx_buckx_c_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/04/21 10:04:26 Modified files: devel : Makefile Log message: +frama-c CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/04/21 10:08:08 Modified files: lib/libssl/src/crypto/x509v3: v3_lib.c v3_utl.c Log message: no need for malloc casts CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 10:08:36 Modified files: x11/gnome/anjuta: Makefile Log message: Regen wantlib for kerberos removal. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/21 10:08:47 Modified files: usr.sbin/relayd: ca.c Log message: The OpenSSL engine passes a "const u_char *" to the callback but relayd's RSA privsep engine uses an iovec that expects a non-cast "void *". Cast it and disable the -Wcast-qual warning because I don't want to copy the data and I didn't find a better way to implement it. ok guenther@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 10:13:07 Modified files: devel/rapidsvn : Makefile Log message: Regen for kerberos removal. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/04/21 10:13:24 Modified files: include : err.h Log message: Remove historical comment about and warn people from using the _* functions outside libc CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 10:13:53 Modified files: databases/gq : Makefile Log message: no kerberos, and chase ldap wantlib changes CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 10:17:23 Modified files: net/pidgin-sipe: Makefile Log message: Regen wantlib for kerberos removal. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 10:19:05 Modified files: net/nagios/plugins: Makefile Log message: no kerb5 and sync wantlib (ldap/pgsql) CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/04/21 10:21:08 Modified files: share/man/man4 : vlan.4 Log message: use the language from the 802.1Q standard which just talks about tags, not encap, not header. reyk happy & ok. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 10:27:20 Modified files: mail/courier-authlib: Makefile Log message: sync wantlib (kerberos) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 10:30:40 Modified files: net/jabberd : Makefile Log message: sync wantlib CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/04/21 10:32:05 Modified files: faq : upgrade55.html Log message: oops. forgot some 5.4->5.5's CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/21 10:32:06 Modified files: lib/libssl/src/crypto/ts: ts.h ts_asn1.c ts_conf.c ts_err.c ts_lib.c ts_req_print.c ts_req_utils.c ts_rsp_print.c ts_rsp_sign.c ts_rsp_utils.c ts_rsp_verify.c ts_verify_ctx.c Log message: KNF. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/04/21 10:34:43 Modified files: lib/libssl/src/ssl: bio_ssl.c d1_both.c d1_clnt.c d1_srvr.c s3_clnt.c s3_enc.c s3_lib.c s3_srvr.c ssl_cert.c ssl_ciph.c ssl_lib.c ssl_sess.c t1_enc.c t1_lib.c Log message: more malloc/realloc/calloc cleanups; ok beck kettenis CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 10:39:24 Modified files: mail/dovecot : Makefile Log message: sync wantlib and disable gssapi CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/04/21 10:48:59 Modified files: lib/libssl/src/ssl: ssl_ciph.c Log message: use mallocarray(a,b) instead of malloc(a*b) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/21 10:49:02 Modified files: lib/libssl/src/crypto/x509v3: tabtest.c v3_enum.c v3_extku.c v3_genn.c Log message: KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/21 10:59:26 Modified files: lib/libssl/src/crypto/x509v3: v3_ia5.c v3_info.c v3_int.c v3_lib.c Log message: KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/21 11:02:33 Modified files: lib/libssl/src/crypto/x509v3: v3conf.c v3err.c v3prin.c Log message: KNF. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 11:02:42 Modified files: x11/gnome/desktop/patches: patch-libgnome-desktop_Makefile_in Log message: Pushed usptream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 11:12:52 Modified files: x11/kde4/libs : Makefile Log message: Sync wantlib for kerberos removal. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/21 11:15:24 Modified files: lib/libssl/src/crypto/x509v3: v3_ncons.c v3_ocsp.c Log message: KNF. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/21 11:22:06 Modified files: usr.sbin/relayd: ca.c ssl.c Log message: Use RSA_set_ex_data()/RSA_get_ex_data() directly instead of the undocumented RSA_set_app_data()/RSA_get_app_data() wrappers. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/04/21 11:23:20 Modified files: sysutils/ruby-puppet/3: Makefile sysutils/ruby-puppet/3/patches: patch-lib_puppet_provider_package_openbsd_rb Log message: improve ensure=>latest a great deal by avoiding fuzzy matches, but do use fuzzy matching for updating. also avoid calling #get_version and just let pkg_add -rz do the right thing. also unbreak flavored package installation. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2014/04/21 11:33:20 Modified files: usr.sbin/iscsictl: parse.y iscsi.conf.5 Log message: It does not make sense to specify a port for the initiatoraddr. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/21 11:33:31 Modified files: usr.sbin/relayd: parse.y Log message: Add a few missing free's in the grammar. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 11:40:19 Modified files: mail/claws-mail/patches: patch-configure_ac patch-src_common_defs_h patch-src_messageview_c patch-src_procmime_c Log message: sync patches CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2014/04/21 11:41:52 Modified files: usr.sbin/iscsid: control.c iscsid.h util.c Log message: Redo most of the control message handling. Switch it back to use SOCK_SEQPACKET and provide functions to build the control messages that can also be used by iscsictl. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2014/04/21 11:44:47 Modified files: usr.sbin/iscsictl: iscsictl.c iscsictl.h parser.c Log message: Cope with the iscsid changes. Makes the msg handling a lot easier. This also introduces some stuff that is work in progress. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 11:59:18 Modified files: mail/claws-mail: Makefile Log message: sync wantlib CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2014/04/21 12:00:23 Modified files: usr.sbin/iscsid: iscsid.c Log message: Start passing the initiator and target name in the show command. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2014/04/21 12:01:08 Modified files: usr.sbin/iscsictl: iscsictl.c Log message: Print the target and initiator name in show command. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2014/04/21 12:05:45 Modified files: usr.sbin/iscsictl: iscsictl.8 Log message: Document show summary CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/04/21 12:17:00 Modified files: sysutils/ruby-puppet/3/patches: patch-lib_puppet_provider_package_openbsd_rb Log message: update PR url CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/04/21 12:35:01 Modified files: lib/libssl/src/apps: apps.c Log message: you must have S_ISDIR to play CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/04/21 12:38:36 Modified files: sys/net : if_ethersubr.c Log message: __inline -> inline CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 12:40:13 Modified files: mail/dspam : Makefile Log message: sync wantlib and make the ldap flavour actually use ldap CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 12:43:10 Modified files: mail/zarafa/zarafa: Makefile Removed files: mail/zarafa/zarafa/patches: patch-provider_libserver_ECKrbAuth_cpp Log message: Sync for kerberos removal. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/04/21 12:52:25 Modified files: sys/net : if_ethersubr.c Log message: g/c hdrcmplt var, we can just set the esrc ptr earlier and re-set it in the pseudo_AF_HDRCMPLT case, ok claudio reyk CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/04/21 12:57:18 Modified files: mail/mlmmj : Makefile distinfo Log message: Update to mlmmj-1.2.18.1. maintainer timeout, ok okan@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 12:57:49 Modified files: mail/mutt : Makefile.inc mail/mutt/snapshot: Makefile mail/mutt/stable: Makefile Added files: mail/mutt/stable/patches: patch-Muttrc Log message: disable gss support and add an old patch sitting in my tree for >1 year to fix F1 help text display in stable. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2014/04/21 12:59:05 Modified files: usr.sbin/iscsid: connection.c vscsi.c Log message: Bind to localAddr if specified and add some XXX comments about stuff that is not prefect yet. CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2014/04/21 13:05:40 Modified files: distrib/miniroot: install.sub Log message: Change dhcp_request() and v4_config() to be able to configure dhcp for an interface without an active network connection. - Don't write options to dhclient.conf that are default. Only use the 'host-name' option for hostname associated dhcp requests. - Run dhclient with options to reduce the time it takes to finish in case it gets no answer from a DHCP server. - Don't bother removing the interface from group dhcp and save the configuration files even if dhclient fails. If the same interface is statically configured later, it is removed from the group dhcp. - Add 'dhcp' to hostname.if file regardless whether dhcp_request() was successful or not. - Change the Netmask question to be more autoinstaller friendly. based on krw's work discussed with and OK krw@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2014/04/21 13:10:27 Modified files: net/retroshare : Makefile distinfo Log message: Update retroshare to 0.5.5.c. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/04/21 13:12:13 Modified files: sysutils/ruby-puppet/3: Makefile sysutils/ruby-puppet/3/patches: patch-lib_puppet_provider_package_openbsd_rb Log message: don't throw exceptions when a package cannot be queried for CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/04/21 13:17:50 Modified files: security/py-openssl: Makefile Added files: security/py-openssl/patches: patch-OpenSSL_rand_rand_c patch-OpenSSL_test_test_rand_py Log message: Unbreak after RAND_egd_bytes removal. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 13:21:49 Removed files: mail/mutt/snapshot/patches: patch-imap_auth_gss_c patch-m4_gssapi_m4 mail/mutt/stable/patches: patch-m4_gssapi_m4 Log message: Drop useless patches. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 13:21:54 Modified files: x11/kde/libs3 : Makefile Log message: sync wantlib CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 13:22:06 Removed files: www/squid/patches: patch-acinclude_compiler-flags_m4 patch-bootstrap_sh patch-configure_ac patch-helpers_external_acl_wbinfo_group_ext_wbinfo_group_acl_pl_in patch-src_Makefile_am patch-src_cf_data_pre patch-src_client_side_reply_cc patch-src_squid_8_in Log message: remove dead patch files CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/04/21 13:27:35 Modified files: . : 55.html Log message: 5660 for arm CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/04/21 13:31:57 Modified files: www/midori : Makefile distinfo www/midori/patches: patch-CMakeLists_txt www/midori/pkg : PLIST Added files: www/midori/pkg : PFRAG.no-gtk3 Log message: Update to midori 0.5.8. Enable webkit2 support in the gtk3 flavor to ease testing, now that it sort-of works... and move some of the plugins not yet ported to PFRAG.no-gtk3. Sync WANTLIB while here.. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/04/21 13:34:14 Removed files: sysutils/ruby-puppet/3/patches: patch-spec_fixtures_unit_provider_package_openbsd_pkginfo_flavors_list Log message: remove patch that was applied upstream long time ago, no pkg change CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/21 13:47:27 Modified files: usr.sbin/snmpd : control.c proc.c snmpd.c snmpd.h snmpe.c Log message: Copy the updated proc.c from relayd to use the same file. Adjust snmpd accordingly. ok sthen@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2014/04/21 14:20:37 Modified files: usr.sbin/iscsictl: Makefile iscsictl.c Log message: Print bytes read and written in human readable form, like: 2849359 I2T calls (5 read, 2849352 writes) 5 data reads (2.3K bytes read) 2849352 data writes (43.5G bytes written) 2849358 T2I calls (2849358 done, 0 sense errors, 0 errors) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 14:29:50 Modified files: www/squid : Makefile.inc www/squid/snapshot: Makefile www/squid/snapshot/pkg: PLIST-main www/squid/stable: Makefile www/squid/stable/pkg: PLIST-main Removed files: www/squid/snapshot/patches: patch-acinclude_compiler-flags_m4 www/squid/stable/patches: patch-acinclude_compiler-flags_m4 Log message: disable kerberos CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 14:40:27 Removed files: databases/gq/patches: patch-configure Log message: Drop useless kerberos patch. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 14:43:49 Modified files: editors/libreoffice/patches: patch-configure_ac Log message: Drop gssapi chunk. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 14:43:51 Modified files: x11/kde/base3 : Makefile Log message: sync wantlib; kerb CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2014/04/21 14:46:57 Modified files: www/icedtea-web: Makefile www/icedtea-web/patches: patch-plugin_icedteanp_IcedTeaPluginRequestProcessor_cc Added files: www/icedtea-web/patches: patch-plugin_icedteanp_IcedTeaPluginRequestProcessor_h Log message: - make the queue wait condition pthread_cancel(3) safe which fixes a deadlock in webkit-gtk3 + icedtea-web - further cleanups of related global mutexs and condition variables okay ajacoutot@, landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 14:49:30 Modified files: print/gutenprint: Makefile Log message: Regen WANTLIB after kerberos support was removed from cups. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/04/21 15:45:35 Modified files: x11/lablgtk2 : Makefile x11/lablgtk2/pkg: PFRAG.dynlink-native PFRAG.native PFRAG.shared PLIST Log message: Add gnomecanvas support. While here, strip the @bin annotations from the .cmxs entries, and kill findlib's .so.owner files. ok dcoppa@ CVSROOT: /cvs Module name: ports Changes by: tobiasu@cvs.openbsd.org 2014/04/21 15:46:23 Modified files: net/rtorrent : Makefile Added files: net/rtorrent/patches: patch-src_core_range_map_h Log message: Unbreak rtorrent on sparc64. Gcc 4.7+ changed C++ template name lookups. Tested on sparc64 and amd64 to make sure it still works with gcc 4.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 16:12:07 Modified files: sysutils/bacula: Makefile Log message: Sync wantlib after kerberos support got removed from postgresql. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 16:15:09 Modified files: databases/postgresql: Makefile Log message: Drop commented line. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/04/21 16:15:33 Modified files: devel/frama-c : Makefile Log message: Prevent the use of lablgtk2 since the latter now supports gnomecanvas. Temporary until frama-c gui support is added. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/04/21 16:15:37 Modified files: regress/usr.bin/ssh: try-ciphers.sh rekey.sh kextype.sh integrity.sh dhgex.sh Log message: repair regress tests broken by server-side default cipher/kex/mac changes by ensuring that the option under test is included in the server's algorithm list CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 16:19:25 Modified files: mail/dovecot : Makefile Log message: Drop --with-gssapi. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 16:22:51 Modified files: devel/opencm : Makefile devel/opencm/pkg: PLIST Log message: Bye bye kerby. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 16:24:17 Modified files: net/samba : Makefile net/samba/pkg : DESCR-main PLIST-main Log message: remove ads flavour, it requires krb5 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 16:24:49 Modified files: mail/fetchmail : Makefile mail/fetchmail/pkg: DESCR Log message: No Kerberos 4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 16:25:42 Modified files: misc/amanda : Makefile misc/amanda/pkg: DESCR-main Log message: No we do not support Kerberos 4 security. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 16:26:21 Modified files: net/filezilla : Makefile net/filezilla/pkg: DESCR Log message: No GSS authentication. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 16:29:14 Modified files: security/ppgen : Makefile security/ppgen/pkg: DESCR Log message: Simplify DESCR. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 16:32:15 Modified files: net : Makefile Log message: remove samba,ads CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/04/21 16:32:59 Modified files: mail/dovecot : Makefile Log message: Remove --without-gsspi, it is already disabled. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 16:33:58 Modified files: x11/virt-viewer: Makefile Log message: Sync wantlib for the kerberos removal. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 16:34:32 Modified files: x11/kde/sdk3 : Makefile Log message: sync wantlib; kerberos removal CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 16:35:15 Modified files: sysutils/clusterit: Makefile sysutils/clusterit/pkg: DESCR Log message: No Kerberos. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/04/21 16:39:26 Modified files: sysutils/ruby-puppet/3: Makefile sysutils/ruby-puppet/3/patches: patch-lib_puppet_provider_package_openbsd_rb Log message: unbreak removing a package when multiple uninstall_options are passed CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 16:47:07 Modified files: www/apache-httpd: Makefile Log message: Regen WANTLIB for kerberos removal. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/04/21 16:47:26 Modified files: sysutils/ruby-puppet/3/patches: patch-lib_puppet_provider_package_openbsd_rb Log message: update comment with upstream PR and bug ids CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/21 16:47:55 Modified files: databases/virtuoso: Makefile Log message: No need for --disable-krb ; it requires MIT Kerberos anyway. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 16:54:50 Modified files: telephony/asterisk: Makefile telephony/asterisk/patches: patch-configure_ac telephony/asterisk/pkg: PLIST-main Log message: remove configure.ac patching not needed since c-client no longer needs kerb5 libs. @comment autosupport file which is very linux-centric. CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2014/04/21 17:15:09 Modified files: distrib/miniroot: install.sub Log message: Avoid a loop during autoinstall in case the path in the responsefile does not exist. OK halex@ krw@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 17:15:23 Modified files: x11/kde/libs3 : Makefile Log message: sync wantlib and disable gssapi CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 17:20:18 Modified files: . : INDEX Log message: sync; 8813 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 17:28:15 Modified files: textproc/redland: Makefile Log message: sync wantlib (com_err in pgsql) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 17:29:04 Modified files: sysutils/rsyslog: Makefile Log message: zap com_err in WANTLIB-pgsql CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 17:29:58 Modified files: benchmarks/sysbench: Makefile Log message: zap com_err (pgsql) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 17:30:36 Modified files: databases/libdbi-drivers: Makefile Log message: zap com_err in pgsql WANTLIB CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 17:31:09 Modified files: databases/postgresql-odbc: Makefile Log message: zap com_err (pgsql) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/21 17:37:55 Modified files: www/squid : Makefile.inc www/squid/snapshot: Makefile Log message: disable ntlm subpackage for now, it depends on samba,ads CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/04/21 18:22:41 Modified files: sbin/newfs_ext2fs: mke2fs.c Log message: Convert a malloc(x*y)+memset to calloc(x,y) From Jean-Philippe Ouellet (jean-philippe (at) ouellet.biz) CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/04/21 18:23:35 Modified files: sbin/newfs_ext2fs: newfs_ext2fs.c Log message: Clarify an err() message CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/04/21 18:33:02 Modified files: include : err.h lib/libc/gen : Makefile.inc err.3 Added files: lib/libc/gen : errc.c verrc.c vwarnc.c warnc.c Log message: Add errc/verrc/warnc/vwarnc family: versions of err/... that take the errno value to use for the strerror() message as an argument. Originally from FreeBSD 3.0 Patch from Steffen Nurpmeso (sdaoden (at) gmail.com) with minor tweaks. CVSROOT: /cvs Module name: www Changes by: afresh1@cvs.openbsd.org 2014/04/21 18:57:31 Removed files: . : why-cvs.html Log message: Delete a page only good for arguing with git hipsters I promise, I'm looking for things to improve with tools other than rm. burn it with fire jcs@ beck@ deraadt@ CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/04/21 20:29:52 Modified files: regress/lib/libc/orientation: orientation_test.c Log message: gets() is gone CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/21 23:44:40 Modified files: usr.bin/signify: signify.c Log message: errx when errno won't be set. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/04/22 01:29:11 Modified files: sys/scsi : scsi_base.c scsiconf.c scsiconf.h Log message: factor out the code that figures out whether you're probing or detaching a whole bus, a target, or a specific lun on a target from the bioctl and scsi_req paths. i want to reuse this factored code for something claudio wants. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/22 02:04:23 Modified files: usr.sbin/relayd: ca.c config.c parse.y relay.c relayd.c relayd.h ssl.c Log message: Support the CA key for SSL inspection in the ca process. Instead of looking up the keys by relay id, add all keys to a list and look them up by key id. ok benno@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/04/22 02:26:31 Modified files: usr.bin/make : garray.h str.c varmodifiers.c Log message: effectively use emult_realloc, okay guenther@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/22 02:43:28 Modified files: www/mozilla-firefox: Makefile Removed files: www/mozilla-firefox/patches: patch-extensions_auth_nsAuthGSSAPI_cpp Log message: Drop the gssapi patch. It will come back in the next official FF release but better fail soon so that people realise support is gone. discussed with landry@ (maintainer) CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/04/22 02:48:51 Modified files: sys/dev : vscsi.c Log message: move vscsi from using scsi_req_probe and scsi_req_detach to using the newly minted scsi_probe and scsi_detach respectively from a task it runs itself. the probe and detach ioctls requests work the same before and after this change, but this paves the way for vscsi being able to report the status of these requests back to userland. discussed with claudio@ tested with current iscsid and an md3200i CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/04/22 02:54:57 Modified files: multimedia/yle-dl: Makefile distinfo Added files: multimedia/yle-dl/patches: patch-Makefile patch-librtmp_Makefile Log message: Link against libjson-c, not libjson which will go away soon. This port should be updated, as said by Antti Harri (MAINTAINER) it is broken at runtime. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/04/22 03:48:44 ports/sysutils/runit/patches Update of /cvs/ports/sysutils/runit/patches In directory cvs.openbsd.org:/tmp/cvs-serv30984/patches Log Message: Directory /cvs/ports/sysutils/runit/patches added to the repository CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/22 03:48:51 Modified files: share/mk : bsd.own.mk Log message: The complexity and quality of kerberosV and the fact that almost nobody is using it doesn't justify to enable it by default. It will be disabled and removed from base and possibly be moved to ports. Discussed with many. Tests by henning@ reyk@ and others. ok henning@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/04/22 03:50:06 Modified files: sysutils/runit : Makefile Added files: sysutils/runit/patches: patch-src_fmt_ptime_c Log message: 64 bits time_t fix for svlogd. Problem reported by Mike Jackson. Add myself as maintainer while here. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/22 04:01:01 Removed files: net/opal : Makefile distinfo net/opal/patches: patch-Makefile_in patch-configure patch-plugins_audio_SILK_SILK_SDK_Makefile patch-plugins_audio_celt_celtcodec_c patch-plugins_configure patch-plugins_video_H_261-vic_vic_config_h patch-plugins_video_H_263-1998_Makefile_in patch-plugins_video_H_263-1998_h263-1998_cxx patch-plugins_video_H_263-1998_h263-1998_h patch-plugins_video_H_264_gpl_h264_helper_cxx patch-plugins_video_H_264_h264-x264_cxx patch-plugins_video_H_264_shared_x264wrap_cxx patch-plugins_video_H_264_shared_x264wrap_h patch-plugins_video_MPEG4-ffmpeg_Makefile_in patch-plugins_video_MPEG4-ffmpeg_mpeg4_cxx patch-plugins_video_common_dyna_cxx patch-plugins_video_common_dyna_h patch-plugins_video_common_ffmpeg_libavcodec_avcodec_h net/opal/pkg : DESCR PLIST Log message: Remove opal. Nothing uses it anymore and it never played well with rthreads. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/22 04:01:38 Removed files: kerberosV : Makefile Makefile.inc README varsub kerberosV/doc : Makefile kerberosV/include: config.h crypto-headers.h krb5-types.h roken.h version.h kerberosV/lib : Makefile Makefile.inc kerberosV/lib/libasn1: Makefile shlib_version kerberosV/lib/libcom_err: Makefile shlib_version kerberosV/lib/libgssapi: Makefile shlib_version kerberosV/lib/libhdb: Makefile shlib_version kerberosV/lib/libheimbase: Makefile shlib_version kerberosV/lib/libheimipcc: Makefile kerberosV/lib/libheimipcs: Makefile kerberosV/lib/libkadm5clnt: Makefile shlib_version kerberosV/lib/libkadm5srv: Makefile shlib_version kerberosV/lib/libkafs: Makefile shlib_version kerberosV/lib/libkdc: Makefile shlib_version kerberosV/lib/libkrb5: Makefile shlib_version kerberosV/lib/libroken: Makefile shlib_version kerberosV/lib/libsl: Makefile kerberosV/lib/libvers: Makefile kerberosV/lib/libwind: Makefile shlib_version kerberosV/libexec: Makefile Makefile.inc kerberosV/libexec/hprop: Makefile kerberosV/libexec/hpropd: Makefile kerberosV/libexec/ipropd-master: Makefile kerberosV/libexec/ipropd-slave: Makefile kerberosV/libexec/kadmind: Makefile kerberosV/libexec/kdc: Makefile kerberosV/libexec/kfd: Makefile kerberosV/libexec/kpasswdd: Makefile kerberosV/src : ChangeLog ChangeLog.1998 ChangeLog.1999 ChangeLog.2000 ChangeLog.2001 ChangeLog.2002 ChangeLog.2003 ChangeLog.2004 ChangeLog.2005 ChangeLog.2006 LICENSE Makefile.am Makefile.am.common Makefile.in NEWS NTMakefile README TODO acinclude.m4 aclocal.m4 autogen.sh compile config.guess config.sub configure configure.ac depcomp install-sh krb5.conf ltmain.sh missing ylwrap kerberosV/src/admin: ChangeLog Makefile.am Makefile.in NTMakefile add.c change.c copy.c destroy.c get.c ktutil-commands.in ktutil-version.rc ktutil.8 ktutil.c ktutil.cat8 ktutil_locl.h list.c purge.c remove.c rename.c kerberosV/src/appl: Makefile.am Makefile.in NTMakefile kerberosV/src/appl/afsutil: ChangeLog Makefile.am Makefile.in NTMakefile afslog.1 afslog.c afslog.cat1 pagsh.1 pagsh.c pagsh.cat1 kerberosV/src/appl/dceutils: ChangeLog Makefile.am Makefile.in NTMakefile README.dcedfs README.original dfspag.exp dpagaix.c k5dce.h k5dcecon.c testpag.c kerberosV/src/appl/ftp: ChangeLog Makefile.am Makefile.in NTMakefile kerberosV/src/appl/ftp/common: Makefile.am Makefile.in NTMakefile buffer.c common.h sockbuf.c kerberosV/src/appl/ftp/ftp: Makefile.am Makefile.in NTMakefile cmds.c cmdtab.c domacro.c extern.h ftp.1 ftp.c ftp.cat1 ftp_locl.h ftp_var.h globals.c gssapi.c kauth.c main.c pathnames.h ruserpass.c security.c security.h kerberosV/src/appl/ftp/ftpd: Makefile.am Makefile.in NTMakefile extern.h ftpcmd.c ftpcmd.y ftpd.8 ftpd.c ftpd.cat8 ftpd_locl.h ftpusers.5 ftpusers.cat5 gss_userok.c gssapi.c kauth.c klist.c logwtmp.c ls.c pathnames.h popen.c security.c kerberosV/src/appl/gssmask: Makefile.am Makefile.in NTMakefile common.c common.h gssmaestro.c gssmask.c protocol.h kerberosV/src/appl/kf: Makefile.am Makefile.in NTMakefile kf.1 kf.c kf.cat1 kf_locl.h kfd.8 kfd.c kfd.cat8 kerberosV/src/appl/kx: ChangeLog Makefile.am Makefile.in NTMakefile common.c context.c krb5.c kx.1 kx.c kx.cat1 kx.h kxd.8 kxd.c kxd.cat8 rxtelnet.1 rxtelnet.cat1 rxtelnet.in rxterm.1 rxterm.cat1 rxterm.in tenletxr.1 tenletxr.cat1 tenletxr.in writeauth.c kerberosV/src/appl/login: ChangeLog Makefile.am Makefile.in NTMakefile conf.c env.c limits_conf.c login-protos.h login.1 login.access.5 login.access.cat5 login.c login.cat1 login_access.c login_locl.h loginpaths.h osfc2.c read_string.c shadow.c stty_default.c tty.c utmp_login.c utmpx_login.c kerberosV/src/appl/otp: ChangeLog Makefile.am Makefile.in NTMakefile otp.1 otp.c otp.cat1 otp_locl.h otpprint.1 otpprint.c otpprint.cat1 kerberosV/src/appl/popper: ChangeLog Makefile.am Makefile.in NTMakefile README README-FIRST auth_gssapi.c maildir.c pop3.rfc1081 pop3e.rfc1082 pop_auth.c pop_auth.h pop_debug.c pop_dele.c pop_dropcopy.c pop_dropinfo.c pop_get_command.c pop_init.c pop_last.c pop_list.c pop_log.c pop_msg.c pop_parse.c pop_pass.c pop_quit.c pop_rset.c pop_send.c pop_stat.c pop_uidl.c pop_updt.c pop_user.c pop_xover.c popper.8 popper.README.release popper.c popper.cat8 popper.h version.h kerberosV/src/appl/push: ChangeLog Makefile.am Makefile.in NTMakefile pfrom.1 pfrom.cat1 pfrom.in push.8 push.c push.cat8 push_locl.h kerberosV/src/appl/rcp: ChangeLog Makefile.am Makefile.in NTMakefile extern.h rcp.1 rcp.c rcp.cat1 rcp_locl.h util.c kerberosV/src/appl/rsh: ChangeLog Makefile.am Makefile.in NTMakefile common.c limits_conf.c login_access.c rsh.1 rsh.c rsh.cat1 rsh_locl.h rshd.8 rshd.c rshd.cat8 kerberosV/src/appl/su: ChangeLog Makefile.am Makefile.in NTMakefile su.1 su.c su.cat1 supaths.h kerberosV/src/appl/telnet: ChangeLog Makefile.am Makefile.in NTMakefile README.ORIG telnet.state kerberosV/src/appl/telnet/arpa: telnet.h kerberosV/src/appl/telnet/libtelnet: Makefile.am Makefile.in NTMakefile auth-proto.h auth.c auth.h enc-proto.h enc_des.c encrypt.c encrypt.h genget.c kerberos5.c misc-proto.h misc.c misc.h rsaencpwd.c spx.c kerberosV/src/appl/telnet/telnet: Makefile.am Makefile.in NTMakefile authenc.c commands.c defines.h externs.h main.c network.c ring.c ring.h sys_bsd.c telnet.1 telnet.c telnet.cat1 telnet_locl.h terminal.c types.h utilities.c kerberosV/src/appl/telnet/telnetd: Makefile.am Makefile.in NTMakefile authenc.c defs.h ext.h global.c slc.c state.c sys_term.c telnetd.8 telnetd.c telnetd.cat8 telnetd.h termstat.c utility.c kerberosV/src/appl/test: Makefile.am Makefile.in NTMakefile common.c gss_common.c gss_common.h gssapi_client.c gssapi_server.c http_client.c nt_gss_client.c nt_gss_common.c nt_gss_common.h nt_gss_server.c tcp_client.c tcp_server.c test_locl.h uu_client.c uu_server.c kerberosV/src/appl/xnlock: ChangeLog Makefile.am Makefile.in NTMakefile README nose.0.left nose.0.right nose.1.left nose.1.right nose.down nose.front nose.left.front nose.right.front xnlock.1 xnlock.c xnlock.cat1 kerberosV/src/base: Makefile.am Makefile.in NTMakefile array.c baselocl.h bool.c dict.c heimbase.c heimbase.h heimbasepriv.h heimqueue.h null.c number.c string.c test_base.c version-script.map kerberosV/src/cf: ChangeLog Makefile.am.common aix.m4 auth-modules.m4 broken-getaddrinfo.m4 broken-glob.m4 broken-realloc.m4 broken-snprintf.m4 broken.m4 broken2.m4 c-attribute.m4 c-function.m4 capabilities.m4 check-compile-et.m4 check-getpwnam_r-posix.m4 check-man.m4 check-netinet-ip-and-tcp.m4 check-type-extra.m4 check-var.m4 check-x.m4 check-xau.m4 crypto.m4 db.m4 destdirs.m4 dispatch.m4 dlopen.m4 find-func-no-libs.m4 find-func-no-libs2.m4 find-func.m4 find-if-not-broken.m4 framework-security.m4 have-pragma-weak.m4 have-struct-field.m4 have-type.m4 have-types.m4 install-catman.sh irix.m4 krb-bigendian.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-readline.m4 krb-struct-spwd.m4 krb-struct-winsize.m4 krb-sys-aix.m4 krb-sys-nextstep.m4 krb-version.m4 largefile.m4 libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 make-proto.pl mips-abi.m4 misc.m4 need-proto.m4 osfc2.m4 otp.m4 pkg.m4 proto-compat.m4 pthreads.m4 resolv.m4 retsigtype.m4 roken-frag.m4 roken.m4 socket-wrapper.m4 sunos.m4 telnet.m4 test-package.m4 valgrind-suppressions vararray.m4 version-script.m4 wflags.m4 win32.m4 with-all.m4 kerberosV/src/doc: Makefile.am Makefile.in NTMakefile ack.texi apps.texi copyright.texi doxytmpl.dxy footer.html gssapi.din hcrypto.din hdb.din header.html heimdal.css heimdal.info heimdal.texi hx509.din hx509.info hx509.texi init-creds install.texi intro.texi kerberos4.texi krb5.din latin1.tex layman.asc mdate-sh migration.texi misc.texi ntlm.din programming.texi setup.texi vars.texi vars.tin whatis.texi win2k.texi wind.din kerberosV/src/doc/doxyout/gssapi: manpages kerberosV/src/doc/doxyout/gssapi/html: doxygen.css doxygen.png graph_legend.dot graph_legend.html graph_legend.png group__gssapi.html gssapi_mechs_intro.html gssapi_services_intro.html index.html internalvsmechname.html modules.html pages.html tab_b.gif tab_l.gif tab_r.gif tabs.css kerberosV/src/doc/doxyout/gssapi/man/man3: __gss_c_attr_stream_sizes_oid_desc.3 gss_add_oid_set_member.3 gss_canonicalize_name.3 gss_import_name.3 gss_init_sec_context.3 gss_inquire_attrs_for_mech.3 gss_inquire_saslname_for_mech.3 gss_oid_equal.3 gss_release_cred.3 gss_release_iov_buffer.3 gss_release_name.3 gss_unwrap_iov.3 gss_wrap.3 gss_wrap_iov.3 gss_wrap_iov_length.3 gssapi.3 gssapi_mechs_intro.3 gssapi_services_intro.3 internalvsmechname.3 kerberosV/src/doc/doxyout/hcrypto: manpages kerberosV/src/doc/doxyout/hcrypto/html: doxygen.css doxygen.png example__evp__cipher_8c-example.html examples.html graph_legend.dot graph_legend.html graph_legend.png group__hcrypto__core.html group__hcrypto__des.html group__hcrypto__dh.html group__hcrypto__evp.html group__hcrypto__misc.html group__hcrypto__rand.html group__hcrypto__rsa.html index.html modules.html page_des.html page_dh.html page_evp.html page_rand.html page_rsa.html tab_b.gif tab_l.gif tab_r.gif tabs.css kerberosV/src/doc/doxyout/hcrypto/man/man3: DES_cbc_cksum.3 DES_cbc_encrypt.3 DES_cfb64_encrypt.3 DES_check_key_parity.3 DES_ecb3_encrypt.3 DES_ecb_encrypt.3 DES_ede3_cbc_encrypt.3 DES_encrypt.3 DES_init_random_number_generator.3 DES_is_weak_key.3 DES_key_sched.3 DES_new_random_key.3 DES_pcbc_encrypt.3 DES_random_key.3 DES_set_key.3 DES_set_key_checked.3 DES_set_key_unchecked.3 DES_set_odd_parity.3 DES_string_to_key.3 DH_check_pubkey.3 DH_compute_key.3 DH_free.3 DH_generate_key.3 DH_generate_parameters_ex.3 DH_get_default_method.3 DH_get_ex_data.3 DH_ltm_method.3 DH_new.3 DH_new_method.3 DH_null_method.3 DH_set_default_method.3 DH_set_ex_data.3 DH_set_method.3 DH_size.3 DH_up_ref.3 EVP_BytesToKey.3 EVP_CIPHER_CTX_block_size.3 EVP_CIPHER_CTX_cipher.3 EVP_CIPHER_CTX_cleanup.3 EVP_CIPHER_CTX_ctrl.3 EVP_CIPHER_CTX_flags.3 EVP_CIPHER_CTX_get_app_data.3 EVP_CIPHER_CTX_init.3 EVP_CIPHER_CTX_iv_length.3 EVP_CIPHER_CTX_key_length.3 EVP_CIPHER_CTX_mode.3 EVP_CIPHER_CTX_rand_key.3 EVP_CIPHER_CTX_set_app_data.3 EVP_CIPHER_CTX_set_key_length.3 EVP_CIPHER_block_size.3 EVP_CIPHER_iv_length.3 EVP_CIPHER_key_length.3 EVP_CipherFinal_ex.3 EVP_CipherInit_ex.3 EVP_CipherUpdate.3 EVP_Digest.3 EVP_DigestFinal_ex.3 EVP_DigestInit_ex.3 EVP_DigestUpdate.3 EVP_MD_CTX_block_size.3 EVP_MD_CTX_cleanup.3 EVP_MD_CTX_create.3 EVP_MD_CTX_destroy.3 EVP_MD_CTX_init.3 EVP_MD_CTX_md.3 EVP_MD_CTX_size.3 EVP_MD_block_size.3 EVP_MD_size.3 EVP_aes_128_cbc.3 EVP_aes_128_cfb8.3 EVP_aes_192_cbc.3 EVP_aes_192_cfb8.3 EVP_aes_256_cbc.3 EVP_aes_256_cfb8.3 EVP_camellia_128_cbc.3 EVP_camellia_192_cbc.3 EVP_camellia_256_cbc.3 EVP_des_cbc.3 EVP_des_ede3_cbc.3 EVP_enc_null.3 EVP_get_cipherbyname.3 EVP_hcrypto_aes_128_cbc.3 EVP_hcrypto_aes_128_cfb8.3 EVP_hcrypto_aes_192_cbc.3 EVP_hcrypto_aes_192_cfb8.3 EVP_hcrypto_aes_256_cbc.3 EVP_hcrypto_aes_256_cfb8.3 EVP_hcrypto_camellia_128_cbc.3 EVP_hcrypto_camellia_192_cbc.3 EVP_hcrypto_camellia_256_cbc.3 EVP_hcrypto_des_cbc.3 EVP_hcrypto_des_ede3_cbc.3 EVP_hcrypto_md2.3 EVP_hcrypto_md4.3 EVP_hcrypto_md5.3 EVP_hcrypto_rc2_40_cbc.3 EVP_hcrypto_rc2_64_cbc.3 EVP_hcrypto_rc2_cbc.3 EVP_hcrypto_sha1.3 EVP_hcrypto_sha256.3 EVP_hcrypto_sha384.3 EVP_hcrypto_sha512.3 EVP_md2.3 EVP_md4.3 EVP_md5.3 EVP_md_null.3 EVP_rc2_40_cbc.3 EVP_rc2_64_cbc.3 EVP_rc2_cbc.3 EVP_rc4.3 EVP_rc4_40.3 EVP_sha.3 EVP_sha1.3 EVP_sha256.3 EVP_sha384.3 EVP_sha512.3 EVP_wincrypt_des_ede3_cbc.3 OpenSSL_add_all_algorithms.3 OpenSSL_add_all_algorithms_conf.3 OpenSSL_add_all_algorithms_noconf.3 PKCS5_PBKDF2_HMAC_SHA1.3 RAND_add.3 RAND_bytes.3 RAND_cleanup.3 RAND_file_name.3 RAND_get_rand_method.3 RAND_load_file.3 RAND_pseudo_bytes.3 RAND_seed.3 RAND_set_rand_engine.3 RAND_set_rand_method.3 RAND_status.3 RAND_write_file.3 RSA_free.3 RSA_get_app_data.3 RSA_get_method.3 RSA_new.3 RSA_new_method.3 RSA_set_app_data.3 RSA_set_method.3 RSA_up_ref.3 hcrypto_core.3 hcrypto_des.3 hcrypto_dh.3 hcrypto_evp.3 hcrypto_misc.3 hcrypto_rand.3 hcrypto_rsa.3 page_des.3 page_dh.3 page_evp.3 page_rand.3 page_rsa.3 kerberosV/src/doc/doxyout/hdb: manpages kerberosV/src/doc/doxyout/hdb/html: annotated.html doxygen.css doxygen.png functions.html functions_vars.html graph_legend.dot graph_legend.html graph_legend.png index.html struct_h_d_b.html structhdb__entry__ex.html tab_b.gif tab_l.gif tab_r.gif tabs.css kerberosV/src/doc/doxyout/hdb/man/man3: HDB.3 hdb__del.3 hdb__get.3 hdb__put.3 hdb_auth_status.3 hdb_check_constrained_delegation.3 hdb_check_pkinit_ms_upn_match.3 hdb_check_s4u2self.3 hdb_close.3 hdb_destroy.3 hdb_entry_ex.3 hdb_fetch_kvno.3 hdb_firstkey.3 hdb_free.3 hdb_get_realms.3 hdb_lock.3 hdb_name.3 hdb_nextkey.3 hdb_open.3 hdb_password.3 hdb_remove.3 hdb_rename.3 hdb_store.3 hdb_unlock.3 kerberosV/src/doc/doxyout/hx509: manpages kerberosV/src/doc/doxyout/hx509/html: doxygen.css doxygen.png graph_legend.dot graph_legend.html graph_legend.png group__hx509.html group__hx509__ca.html group__hx509__cert.html group__hx509__cms.html group__hx509__crypto.html group__hx509__env.html group__hx509__error.html group__hx509__keyset.html group__hx509__lock.html group__hx509__misc.html group__hx509__name.html group__hx509__peer.html group__hx509__print.html group__hx509__query.html group__hx509__revoke.html group__hx509__verify.html index.html modules.html page_ca.html page_cert.html page_cms.html page_env.html page_error.html page_keyset.html page_lock.html page_name.html page_peer.html page_print.html page_revoke.html pages.html tab_b.gif tab_l.gif tab_r.gif tabs.css kerberosV/src/doc/doxyout/hx509/man/man3: hx509.3 hx509_bitstring_print.3 hx509_ca.3 hx509_ca_sign.3 hx509_ca_sign_self.3 hx509_ca_tbs_add_crl_dp_uri.3 hx509_ca_tbs_add_eku.3 hx509_ca_tbs_add_san_hostname.3 hx509_ca_tbs_add_san_jid.3 hx509_ca_tbs_add_san_ms_upn.3 hx509_ca_tbs_add_san_otherName.3 hx509_ca_tbs_add_san_pkinit.3 hx509_ca_tbs_add_san_rfc822name.3 hx509_ca_tbs_free.3 hx509_ca_tbs_init.3 hx509_ca_tbs_set_ca.3 hx509_ca_tbs_set_domaincontroller.3 hx509_ca_tbs_set_notAfter.3 hx509_ca_tbs_set_notAfter_lifetime.3 hx509_ca_tbs_set_notBefore.3 hx509_ca_tbs_set_proxy.3 hx509_ca_tbs_set_serialnumber.3 hx509_ca_tbs_set_spki.3 hx509_ca_tbs_set_subject.3 hx509_ca_tbs_set_template.3 hx509_ca_tbs_set_unique.3 hx509_ca_tbs_subject_expand.3 hx509_ca_tbs_template_units.3 hx509_cert.3 hx509_cert_binary.3 hx509_cert_check_eku.3 hx509_cert_cmp.3 hx509_cert_find_subjectAltName_otherName.3 hx509_cert_free.3 hx509_cert_get_SPKI.3 hx509_cert_get_SPKI_AlgorithmIdentifier.3 hx509_cert_get_attribute.3 hx509_cert_get_base_subject.3 hx509_cert_get_friendly_name.3 hx509_cert_get_issuer.3 hx509_cert_get_issuer_unique_id.3 hx509_cert_get_notAfter.3 hx509_cert_get_notBefore.3 hx509_cert_get_serialnumber.3 hx509_cert_get_subject.3 hx509_cert_get_subject_unique_id.3 hx509_cert_init.3 hx509_cert_init_data.3 hx509_cert_keyusage_print.3 hx509_cert_ref.3 hx509_cert_set_friendly_name.3 hx509_certs_add.3 hx509_certs_append.3 hx509_certs_end_seq.3 hx509_certs_filter.3 hx509_certs_find.3 hx509_certs_free.3 hx509_certs_info.3 hx509_certs_init.3 hx509_certs_iter_f.3 hx509_certs_merge.3 hx509_certs_next_cert.3 hx509_certs_start_seq.3 hx509_certs_store.3 hx509_ci_print_names.3 hx509_clear_error_string.3 hx509_cms.3 hx509_cms_create_signed_1.3 hx509_cms_envelope_1.3 hx509_cms_unenvelope.3 hx509_cms_unwrap_ContentInfo.3 hx509_cms_verify_signed.3 hx509_cms_wrap_ContentInfo.3 hx509_context_free.3 hx509_context_init.3 hx509_context_set_missing_revoke.3 hx509_crl_add_revoked_certs.3 hx509_crl_alloc.3 hx509_crl_free.3 hx509_crl_lifetime.3 hx509_crl_sign.3 hx509_crypto.3 hx509_env.3 hx509_env_add.3 hx509_env_add_binding.3 hx509_env_find.3 hx509_env_find_binding.3 hx509_env_free.3 hx509_env_lfind.3 hx509_err.3 hx509_error.3 hx509_free_error_string.3 hx509_free_octet_string_list.3 hx509_general_name_unparse.3 hx509_get_error_string.3 hx509_get_one_cert.3 hx509_keyset.3 hx509_lock.3 hx509_misc.3 hx509_name.3 hx509_name_binary.3 hx509_name_cmp.3 hx509_name_copy.3 hx509_name_expand.3 hx509_name_free.3 hx509_name_is_null_p.3 hx509_name_to_Name.3 hx509_name_to_string.3 hx509_ocsp_request.3 hx509_ocsp_verify.3 hx509_oid_print.3 hx509_oid_sprint.3 hx509_parse_name.3 hx509_peer.3 hx509_peer_info_add_cms_alg.3 hx509_peer_info_alloc.3 hx509_peer_info_free.3 hx509_peer_info_set_cert.3 hx509_peer_info_set_cms_algs.3 hx509_print.3 hx509_print_cert.3 hx509_print_stdout.3 hx509_query.3 hx509_query_alloc.3 hx509_query_free.3 hx509_query_match_cmp_func.3 hx509_query_match_eku.3 hx509_query_match_friendly_name.3 hx509_query_match_issuer_serial.3 hx509_query_match_option.3 hx509_query_statistic_file.3 hx509_query_unparse_stats.3 hx509_revoke.3 hx509_revoke_add_crl.3 hx509_revoke_add_ocsp.3 hx509_revoke_free.3 hx509_revoke_init.3 hx509_revoke_ocsp_print.3 hx509_revoke_verify.3 hx509_set_error_string.3 hx509_set_error_stringv.3 hx509_unparse_der_name.3 hx509_validate_cert.3 hx509_validate_ctx_add_flags.3 hx509_validate_ctx_free.3 hx509_validate_ctx_init.3 hx509_validate_ctx_set_print.3 hx509_verify.3 hx509_verify_attach_anchors.3 hx509_verify_attach_revoke.3 hx509_verify_ctx_f_allow_default_trustanchors.3 hx509_verify_destroy_ctx.3 hx509_verify_hostname.3 hx509_verify_init_ctx.3 hx509_verify_path.3 hx509_verify_set_max_depth.3 hx509_verify_set_proxy_certificate.3 hx509_verify_set_strict_rfc3280_verification.3 hx509_verify_set_time.3 hx509_verify_signature.3 hx509_xfree.3 page_ca.3 page_cert.3 page_cms.3 page_env.3 page_error.3 page_keyset.3 page_lock.3 page_name.3 page_peer.3 page_print.3 page_revoke.3 kerberosV/src/doc/doxyout/krb5: manpages kerberosV/src/doc/doxyout/krb5/html: annotated.html doxygen.css doxygen.png graph_legend.dot graph_legend.html graph_legend.png group__krb5.html group__krb5__address.html group__krb5__auth.html group__krb5__ccache.html group__krb5__credential.html group__krb5__crypto.html group__krb5__deprecated.html group__krb5__digest.html group__krb5__error.html group__krb5__keytab.html group__krb5__pac.html group__krb5__principal.html group__krb5__storage.html group__krb5__support.html group__krb5__ticket.html group__krb5__v4compat.html index.html krb5_ccache_intro.html krb5_fileformats.html krb5_init_creds_intro.html krb5_introduction.html krb5_keytab_intro.html krb5_principal_intro.html modules.html pages.html structkrb5__crypto__iov.html tab_b.gif tab_l.gif tab_r.gif tabs.css kerberosV/src/doc/doxyout/krb5/man/man3: krb5.3 krb524_convert_creds_kdc.3 krb524_convert_creds_kdc_ccache.3 krb5_acc_ops.3 krb5_acl_match_file.3 krb5_acl_match_string.3 krb5_add_et_list.3 krb5_add_extra_addresses.3 krb5_add_ignore_addresses.3 krb5_addr2sockaddr.3 krb5_address.3 krb5_address_compare.3 krb5_address_order.3 krb5_address_prefixlen_boundary.3 krb5_address_search.3 krb5_allow_weak_crypto.3 krb5_anyaddr.3 krb5_append_addresses.3 krb5_auth.3 krb5_auth_getremoteseqnumber.3 krb5_build_principal.3 krb5_c_enctype_compare.3 krb5_cc_cache_end_seq_get.3 krb5_cc_cache_get_first.3 krb5_cc_cache_match.3 krb5_cc_cache_next.3 krb5_cc_clear_mcred.3 krb5_cc_close.3 krb5_cc_copy_cache.3 krb5_cc_copy_creds.3 krb5_cc_copy_match_f.3 krb5_cc_default.3 krb5_cc_default_name.3 krb5_cc_destroy.3 krb5_cc_end_seq_get.3 krb5_cc_gen_new.3 krb5_cc_get_config.3 krb5_cc_get_flags.3 krb5_cc_get_friendly_name.3 krb5_cc_get_full_name.3 krb5_cc_get_kdc_offset.3 krb5_cc_get_lifetime.3 krb5_cc_get_name.3 krb5_cc_get_ops.3 krb5_cc_get_prefix_ops.3 krb5_cc_get_principal.3 krb5_cc_get_type.3 krb5_cc_get_version.3 krb5_cc_initialize.3 krb5_cc_last_change_time.3 krb5_cc_move.3 krb5_cc_new_unique.3 krb5_cc_next_cred.3 krb5_cc_register.3 krb5_cc_remove_cred.3 krb5_cc_resolve.3 krb5_cc_retrieve_cred.3 krb5_cc_set_config.3 krb5_cc_set_default_name.3 krb5_cc_set_flags.3 krb5_cc_set_friendly_name.3 krb5_cc_set_kdc_offset.3 krb5_cc_start_seq_get.3 krb5_cc_store_cred.3 krb5_cc_support_switch.3 krb5_cc_switch.3 krb5_ccache.3 krb5_ccache_intro.3 krb5_cccol_cursor_free.3 krb5_cccol_cursor_new.3 krb5_cccol_cursor_next.3 krb5_cccol_last_change_time.3 krb5_change_password.3 krb5_cksumtype_to_enctype.3 krb5_clear_error_message.3 krb5_clear_error_string.3 krb5_compare_creds.3 krb5_config_file_free.3 krb5_config_free_strings.3 krb5_config_get_bool.3 krb5_config_get_bool_default.3 krb5_config_get_list.3 krb5_config_get_string.3 krb5_config_get_string_default.3 krb5_config_get_strings.3 krb5_config_get_time.3 krb5_config_get_time_default.3 krb5_config_parse_file_multi.3 krb5_config_parse_string_multi.3 krb5_config_vget_bool.3 krb5_config_vget_bool_default.3 krb5_config_vget_list.3 krb5_config_vget_string.3 krb5_config_vget_string_default.3 krb5_config_vget_strings.3 krb5_config_vget_time.3 krb5_config_vget_time_default.3 krb5_copy_address.3 krb5_copy_addresses.3 krb5_copy_context.3 krb5_copy_creds.3 krb5_copy_creds_contents.3 krb5_copy_data.3 krb5_copy_host_realm.3 krb5_copy_keyblock.3 krb5_copy_keyblock_contents.3 krb5_copy_principal.3 krb5_copy_ticket.3 krb5_create_checksum_iov.3 krb5_credential.3 krb5_creds_get_ticket_flags.3 krb5_crypto.3 krb5_crypto_destroy.3 krb5_crypto_fx_cf2.3 krb5_crypto_getblocksize.3 krb5_crypto_getconfoundersize.3 krb5_crypto_getenctype.3 krb5_crypto_getpadsize.3 krb5_crypto_init.3 krb5_crypto_iov.3 krb5_data_alloc.3 krb5_data_cmp.3 krb5_data_copy.3 krb5_data_ct_cmp.3 krb5_data_free.3 krb5_data_realloc.3 krb5_data_zero.3 krb5_decrypt_iov_ivec.3 krb5_deprecated.3 krb5_digest.3 krb5_digest_probe.3 krb5_eai_to_heim_errno.3 krb5_encrypt_iov_ivec.3 krb5_enctype_disable.3 krb5_enctype_enable.3 krb5_enctype_valid.3 krb5_enctypes_compatible_keys.3 krb5_error.3 krb5_expand_hostname.3 krb5_expand_hostname_realms.3 krb5_fcc_ops.3 krb5_fileformats.3 krb5_free_address.3 krb5_free_addresses.3 krb5_free_config_files.3 krb5_free_context.3 krb5_free_cred_contents.3 krb5_free_creds.3 krb5_free_creds_contents.3 krb5_free_data.3 krb5_free_data_contents.3 krb5_free_error_string.3 krb5_free_host_realm.3 krb5_free_keyblock.3 krb5_free_keyblock_contents.3 krb5_free_principal.3 krb5_free_ticket.3 krb5_free_unparsed_name.3 krb5_fwd_tgt_creds.3 krb5_generate_subkey.3 krb5_generate_subkey_extended.3 krb5_get_cred_from_kdc.3 krb5_get_cred_from_kdc_opt.3 krb5_get_default_config_files.3 krb5_get_default_in_tkt_etypes.3 krb5_get_dns_canonicalize_hostname.3 krb5_get_extra_addresses.3 krb5_get_fcache_version.3 krb5_get_forwarded_creds.3 krb5_get_ignore_addresses.3 krb5_get_in_tkt_with_keytab.3 krb5_get_in_tkt_with_password.3 krb5_get_in_tkt_with_skey.3 krb5_get_init_creds_keyblock.3 krb5_get_init_creds_keytab.3 krb5_get_init_creds_opt_alloc.3 krb5_get_init_creds_opt_free.3 krb5_get_init_creds_opt_get_error.3 krb5_get_init_creds_opt_init.3 krb5_get_init_creds_password.3 krb5_get_kdc_sec_offset.3 krb5_get_max_time_skew.3 krb5_get_use_admin_kdc.3 krb5_get_validated_creds.3 krb5_h_addr2addr.3 krb5_h_addr2sockaddr.3 krb5_h_errno_to_heim_errno.3 krb5_init_context.3 krb5_init_creds_free.3 krb5_init_creds_get.3 krb5_init_creds_get_error.3 krb5_init_creds_init.3 krb5_init_creds_intro.3 krb5_init_creds_set_keytab.3 krb5_init_creds_set_password.3 krb5_init_creds_set_service.3 krb5_init_creds_step.3 krb5_init_ets.3 krb5_introduction.3 krb5_is_config_principal.3 krb5_is_thread_safe.3 krb5_kerberos_enctypes.3 krb5_keyblock_get_enctype.3 krb5_keyblock_init.3 krb5_keyblock_zero.3 krb5_keytab.3 krb5_keytab_intro.3 krb5_keytab_key_proc.3 krb5_keytype_to_enctypes.3 krb5_keytype_to_enctypes_default.3 krb5_keytype_to_string.3 krb5_krbhst_get_addrinfo.3 krb5_kt_add_entry.3 krb5_kt_close.3 krb5_kt_compare.3 krb5_kt_copy_entry_contents.3 krb5_kt_default.3 krb5_kt_default_modify_name.3 krb5_kt_default_name.3 krb5_kt_destroy.3 krb5_kt_end_seq_get.3 krb5_kt_free_entry.3 krb5_kt_get_entry.3 krb5_kt_get_full_name.3 krb5_kt_get_name.3 krb5_kt_get_type.3 krb5_kt_have_content.3 krb5_kt_next_entry.3 krb5_kt_read_service_key.3 krb5_kt_register.3 krb5_kt_remove_entry.3 krb5_kt_resolve.3 krb5_kt_start_seq_get.3 krb5_kuserok.3 krb5_make_addrport.3 krb5_make_principal.3 krb5_max_sockaddr_size.3 krb5_mcc_ops.3 krb5_pac.3 krb5_pac_get_buffer.3 krb5_pac_verify.3 krb5_parse_address.3 krb5_parse_name.3 krb5_parse_name_flags.3 krb5_parse_nametype.3 krb5_password_key_proc.3 krb5_plugin_register.3 krb5_prepend_config_files_default.3 krb5_princ_realm.3 krb5_princ_set_realm.3 krb5_principal.3 krb5_principal_compare.3 krb5_principal_compare_any_realm.3 krb5_principal_get_num_comp.3 krb5_principal_get_realm.3 krb5_principal_get_type.3 krb5_principal_intro.3 krb5_principal_is_krbtgt.3 krb5_principal_match.3 krb5_principal_set_realm.3 krb5_principal_set_type.3 krb5_print_address.3 krb5_random_to_key.3 krb5_rd_req_ctx.3 krb5_rd_req_in_ctx_alloc.3 krb5_rd_req_in_set_keytab.3 krb5_rd_req_in_set_pac_check.3 krb5_rd_req_out_ctx_free.3 krb5_rd_req_out_get_server.3 krb5_realm_compare.3 krb5_ret_address.3 krb5_ret_addrs.3 krb5_ret_authdata.3 krb5_ret_creds.3 krb5_ret_creds_tag.3 krb5_ret_data.3 krb5_ret_int16.3 krb5_ret_int32.3 krb5_ret_int8.3 krb5_ret_keyblock.3 krb5_ret_principal.3 krb5_ret_string.3 krb5_ret_stringz.3 krb5_ret_times.3 krb5_ret_uint16.3 krb5_ret_uint32.3 krb5_ret_uint8.3 krb5_set_config_files.3 krb5_set_default_in_tkt_etypes.3 krb5_set_dns_canonicalize_hostname.3 krb5_set_error_message.3 krb5_set_error_string.3 krb5_set_extra_addresses.3 krb5_set_fcache_version.3 krb5_set_home_dir_access.3 krb5_set_ignore_addresses.3 krb5_set_kdc_sec_offset.3 krb5_set_max_time_skew.3 krb5_set_password.3 krb5_set_real_time.3 krb5_set_use_admin_kdc.3 krb5_sname_to_principal.3 krb5_sockaddr2address.3 krb5_sockaddr2port.3 krb5_sockaddr_uninteresting.3 krb5_storage.3 krb5_storage_clear_flags.3 krb5_storage_emem.3 krb5_storage_free.3 krb5_storage_from_data.3 krb5_storage_from_fd.3 krb5_storage_from_mem.3 krb5_storage_from_readonly_mem.3 krb5_storage_get_byteorder.3 krb5_storage_get_eof_code.3 krb5_storage_is_flags.3 krb5_storage_read.3 krb5_storage_seek.3 krb5_storage_set_byteorder.3 krb5_storage_set_eof_code.3 krb5_storage_set_flags.3 krb5_storage_set_max_alloc.3 krb5_storage_to_data.3 krb5_storage_truncate.3 krb5_storage_write.3 krb5_store_address.3 krb5_store_addrs.3 krb5_store_authdata.3 krb5_store_creds.3 krb5_store_creds_tag.3 krb5_store_data.3 krb5_store_int16.3 krb5_store_int32.3 krb5_store_int8.3 krb5_store_keyblock.3 krb5_store_principal.3 krb5_store_string.3 krb5_store_stringz.3 krb5_store_times.3 krb5_store_uint16.3 krb5_store_uint32.3 krb5_store_uint8.3 krb5_string_to_keytype.3 krb5_support.3 krb5_ticket.3 krb5_ticket_get_authorization_data_type.3 krb5_ticket_get_client.3 krb5_ticket_get_endtime.3 krb5_ticket_get_flags.3 krb5_ticket_get_server.3 krb5_unparse_name.3 krb5_unparse_name_fixed.3 krb5_unparse_name_fixed_flags.3 krb5_unparse_name_fixed_short.3 krb5_unparse_name_flags.3 krb5_unparse_name_short.3 krb5_v4compat.3 krb5_verify_checksum_iov.3 krb5_vset_error_string.3 krb5_vwarn.3 kerberosV/src/doc/doxyout/ntlm: manpages kerberosV/src/doc/doxyout/ntlm/html: annotated.html doxygen.css doxygen.png examples.html functions.html functions_vars.html graph_legend.dot graph_legend.html graph_legend.png group__ntlm__core.html index.html modules.html structntlm__buf.html structntlm__type1.html structntlm__type2.html structntlm__type2__coll__graph.map structntlm__type2__coll__graph.md5 structntlm__type2__coll__graph.png structntlm__type3.html structntlm__type3__coll__graph.map structntlm__type3__coll__graph.md5 structntlm__type3__coll__graph.png tab_b.gif tab_l.gif tab_r.gif tabs.css test__ntlm_8c-example.html kerberosV/src/doc/doxyout/ntlm/man/man3: challenge.3 context.3 data.3 domain.3 flags.3 heim_ntlm_build_ntlm1_master.3 heim_ntlm_build_ntlm2_master.3 heim_ntlm_calculate_lm2.3 heim_ntlm_calculate_ntlm1.3 heim_ntlm_calculate_ntlm2.3 heim_ntlm_decode_targetinfo.3 heim_ntlm_encode_targetinfo.3 heim_ntlm_encode_type1.3 heim_ntlm_encode_type2.3 heim_ntlm_encode_type3.3 heim_ntlm_free_buf.3 heim_ntlm_free_targetinfo.3 heim_ntlm_free_type1.3 heim_ntlm_free_type2.3 heim_ntlm_free_type3.3 heim_ntlm_keyex_unwrap.3 heim_ntlm_nt_key.3 heim_ntlm_ntlmv2_key.3 heim_ntlm_verify_ntlm2.3 hostname.3 length.3 lm.3 ntlm.3 ntlm_buf.3 ntlm_core.3 ntlm_type1.3 ntlm_type2.3 ntlm_type3.3 os.3 sessionkey.3 targetinfo.3 targetname.3 username.3 ws.3 kerberosV/src/doc/doxyout/wind: manpages kerberosV/src/doc/doxyout/wind/html: doxygen.css doxygen.png graph_legend.dot graph_legend.html graph_legend.png group__wind.html index.html modules.html tab_b.gif tab_l.gif tab_r.gif tabs.css kerberosV/src/doc/doxyout/wind/man/man3: wind.3 wind_profile.3 wind_punycode_label_toascii.3 wind_stringprep.3 wind_ucs2read.3 wind_ucs2utf8.3 wind_ucs2utf8_length.3 wind_ucs2write.3 wind_ucs4utf8.3 wind_ucs4utf8_length.3 wind_utf8ucs2.3 wind_utf8ucs2_length.3 wind_utf8ucs4.3 wind_utf8ucs4_length.3 kerberosV/src/etc: Makefile.am Makefile.in NTMakefile services.append kerberosV/src/include: Makefile.am Makefile.in NTMakefile bits.c config.h.in crypto-headers.h heim_threads.h krb5-types.cross kerberosV/src/include/gssapi: Makefile.am Makefile.in NTMakefile kerberosV/src/include/hcrypto: Makefile.am Makefile.in NTMakefile kerberosV/src/include/kadm5: Makefile.am Makefile.in NTMakefile kerberosV/src/kadmin: ChangeLog Makefile.am Makefile.in NTMakefile add-random-users.c add_enctype.c ank.c check.c cpw.c del.c del_enctype.c dump.c ext.c get.c init.c kadm_conn.c kadmin-commands.in kadmin-version.rc kadmin.8 kadmin.c kadmin.cat8 kadmin_locl.h kadmind-version.rc kadmind.8 kadmind.c kadmind.cat8 load.c mod.c pw_quality.c random_password.c rename.c rpc.c server.c stash.c test_util.c util.c kerberosV/src/kcm: Makefile.am Makefile.in NTMakefile acl.c acquire.c cache.c client.c config.c connect.c events.c glue.c headers.h kcm-protos.h kcm.8 kcm.cat8 kcm_locl.h log.c main.c protocol.c renew.c sessions.c kerberosV/src/kdc: Makefile.am Makefile.in NTMakefile announce.c config.c connect.c default_config.c digest-service.c digest.c headers.h hprop-version.rc hprop.8 hprop.c hprop.cat8 hprop.h hpropd-version.rc hpropd.8 hpropd.c hpropd.cat8 kdc-private.h kdc-protos.h kdc-replay.c kdc-version.rc kdc.8 kdc.cat8 kdc.h kdc_locl.h kerberos5.c krb5tgs.c kstash-version.rc kstash.8 kstash.c kstash.cat8 kx509.c libkdc-exports.def libkdc-version.rc log.c main.c misc.c mit_dump.c pkinit.c process.c rx.h set_dbinfo.c string2key-version.rc string2key.8 string2key.c string2key.cat8 version-script.map windc.c windc_plugin.h kerberosV/src/kpasswd: Makefile.am Makefile.in NTMakefile kpasswd-generator.c kpasswd.1 kpasswd.c kpasswd.cat1 kpasswd_locl.h kpasswdd.8 kpasswdd.c kpasswdd.cat8 kerberosV/src/kuser: Makefile.am Makefile.in NTMakefile copy_cred_cache.1 copy_cred_cache.c generate-requests.c kcc-commands.in kcc-version.rc kcc.c kdecode_ticket.c kdestroy-version.rc kdestroy.1 kdestroy.c kdestroy.cat1 kdigest-commands.in kdigest-version.rc kdigest.8 kdigest.c kdigest.cat8 kgetcred-version.rc kgetcred.1 kgetcred.c kgetcred.cat1 kimpersonate-version.rc kimpersonate.8 kimpersonate.c kimpersonate.cat8 kinit-version.rc kinit.1 kinit.c kinit.cat1 klist.1 klist.c klist.cat1 kswitch.1 kswitch.c kswitch.cat1 kuser_locl.h kverify.c kerberosV/src/lib: Makefile.am Makefile.in NTMakefile kerberosV/src/lib/asn1: ChangeLog Makefile.am Makefile.in NTMakefile asn1-common.h asn1-template.h asn1_compile-version.rc asn1_err.et asn1_gen.c asn1_print.c asn1_queue.h asn1parse.y canthandle.asn1 check-ber.c check-common.c check-common.h check-der.c check-gen.c check-template.c check-timegm.c cms.asn1 cms.opt der-private.h der-protos.h der.c der.h der_cmp.c der_copy.c der_format.c der_free.c der_get.c der_length.c der_locl.h der_put.c digest.asn1 extra.c gen.c gen_copy.c gen_decode.c gen_encode.c gen_free.c gen_glue.c gen_length.c gen_locl.h gen_seq.c gen_template.c hash.c hash.h heim_asn1.h krb5.asn1 krb5.opt kx509.asn1 lex.h lex.l libasn1-exports.def main.c pkcs12.asn1 pkcs8.asn1 pkcs9.asn1 pkinit.asn1 rfc2459.asn1 setchgpw2.asn1 symbol.c symbol.h template.c test.asn1 test.gen timegm.c version-script.map kerberosV/src/lib/com_err: ChangeLog Makefile.am Makefile.in NTMakefile com_err.c com_err.h com_right.h compile_et-version.rc compile_et.c compile_et.h error.c lex.c lex.h lex.l libcom_err-exports.def libcom_err-version.rc parse.y roken_rename.h version-script.map kerberosV/src/lib/gssapi: ChangeLog Makefile.am Makefile.in NTMakefile gss-commands.in gss_acquire_cred.3 gssapi.3 gssapi.h gssapi_mech.h gsstool.c libgssapi-exports.def libgssapi-version.rc test_acquire_cred.c test_common.c test_common.h test_context.c test_cred.c test_kcred.c test_names.c test_ntlm.c test_oid.c version-script.map kerberosV/src/lib/gssapi/gssapi: gssapi.h gssapi_krb5.h gssapi_ntlm.h gssapi_oid.h gssapi_spnego.h kerberosV/src/lib/gssapi/krb5: 8003.c accept_sec_context.c acquire_cred.c add_cred.c address_to_krb5addr.c aeap.c arcfour.c authorize_localname.c canonicalize_name.c ccache_name.c cfx.c cfx.h compare_name.c compat.c context_time.c copy_ccache.c creds.c decapsulate.c delete_sec_context.c display_name.c display_status.c duplicate_name.c encapsulate.c export_name.c export_sec_context.c external.c get_mic.c gkrb5_err.et gsskrb5-private.h gsskrb5_locl.h import_name.c import_sec_context.c indicate_mechs.c init.c init_sec_context.c inquire_context.c inquire_cred.c inquire_cred_by_mech.c inquire_cred_by_oid.c inquire_mechs_for_name.c inquire_names_for_mech.c inquire_sec_context_by_oid.c pname_to_uid.c prf.c process_context_token.c release_buffer.c release_cred.c release_name.c sequence.c set_cred_option.c set_sec_context_option.c store_cred.c test_cfx.c ticket_flags.c unwrap.c verify_mic.c wrap.c kerberosV/src/lib/gssapi/mech: compat.h context.c context.h cred.h doxygen.c gss_accept_sec_context.c gss_acquire_cred.c gss_acquire_cred_ext.c gss_acquire_cred_with_password.c gss_add_cred.c gss_add_cred_with_password.c gss_add_oid_set_member.c gss_aeap.c gss_authorize_localname.c gss_buffer_set.c gss_canonicalize_name.c gss_compare_name.c gss_context_time.c gss_create_empty_oid_set.c gss_cred.c gss_decapsulate_token.c gss_delete_name_attribute.c gss_delete_sec_context.c gss_display_name.c gss_display_name_ext.c gss_display_status.c gss_duplicate_name.c gss_duplicate_oid.c gss_encapsulate_token.c gss_export_name.c gss_export_name_composite.c gss_export_sec_context.c gss_get_mic.c gss_get_name_attribute.c gss_import_name.c gss_import_sec_context.c gss_indicate_mechs.c gss_init_sec_context.c gss_inquire_context.c gss_inquire_cred.c gss_inquire_cred_by_mech.c gss_inquire_cred_by_oid.c gss_inquire_mechs_for_name.c gss_inquire_name.c gss_inquire_names_for_mech.c gss_inquire_sec_context_by_oid.c gss_krb5.c gss_mech_switch.c gss_mo.c gss_names.c gss_oid.c gss_oid_equal.c gss_oid_to_str.c gss_pname_to_uid.c gss_process_context_token.c gss_pseudo_random.c gss_release_buffer.c gss_release_cred.c gss_release_name.c gss_release_oid.c gss_release_oid_set.c gss_seal.c gss_set_cred_option.c gss_set_name_attribute.c gss_set_sec_context_option.c gss_sign.c gss_store_cred.c gss_test_oid_set_member.c gss_unseal.c gss_unwrap.c gss_utils.c gss_verify.c gss_verify_mic.c gss_wrap.c gss_wrap_size_limit.c gssapi.asn1 mech.5 mech.cat5 mech_locl.h mech_switch.h mechqueue.h name.h utils.h kerberosV/src/lib/gssapi/ntlm: accept_sec_context.c acquire_cred.c add_cred.c canonicalize_name.c compare_name.c context_time.c creds.c crypto.c delete_sec_context.c display_name.c display_status.c duplicate_name.c export_name.c export_sec_context.c external.c import_name.c import_sec_context.c indicate_mechs.c init_sec_context.c inquire_context.c inquire_cred_by_mech.c inquire_mechs_for_name.c inquire_names_for_mech.c inquire_sec_context_by_oid.c iter_cred.c kdc.c ntlm-private.h ntlm.h process_context_token.c release_cred.c release_name.c kerberosV/src/lib/gssapi/spnego: accept_sec_context.c compat.c context_stubs.c cred_stubs.c external.c init_sec_context.c spnego-private.h spnego.asn1 spnego.opt spnego_locl.h kerberosV/src/lib/hcrypto: ChangeLog DESperate.txt Makefile.am Makefile.in NTMakefile aes.c aes.h bn.c bn.h camellia-ntt.c camellia-ntt.h camellia.c camellia.h common.c common.h des-tables.h des.c des.h destest.c dh-ltm.c dh.c dh.h dllmain.c doxygen.c dsa.c dsa.h ec.h ecdh.h ecdsa.h engine.c engine.h evp-cc.c evp-cc.h evp-hcrypto.c evp-hcrypto.h evp.c evp.h example_evp_cipher.c gen-des.pl hash.h hmac.c hmac.h libhcrypto-exports.def md2.c md2.h md4.c md4.h md5.c md5.h md5crypt_test.c mdtest.c passwd_dialog.aps passwd_dialog.clw passwd_dialog.rc passwd_dialog.res passwd_dlg.c passwd_dlg.h pkcs12.c pkcs12.h pkcs5.c rand-fortuna.c rand-timer.c rand-unix.c rand.h randi.h rc2.c rc2.h rc2test.c rc4.c rc4.h rctest.c resource.h rijndael-alg-fst.c rijndael-alg-fst.h rnd_keys.c rsa-gmp.c rsa-ltm.c rsa.c rsa.h rsakey.der rsakey2048.der rsakey4096.der sha.c sha.h sha256.c sha512.c test_bn.c test_cipher.c test_crypto.in test_dh.c test_engine_dso.c test_hmac.c test_pkcs12.c test_pkcs5.c test_rand.c test_rsa.c ui.c ui.h validate.c version-script.map kerberosV/src/lib/hcrypto/libtommath: bn_error.c bn_fast_mp_invmod.c bn_fast_mp_montgomery_reduce.c bn_fast_s_mp_mul_digs.c bn_fast_s_mp_mul_high_digs.c bn_fast_s_mp_sqr.c bn_mp_2expt.c bn_mp_abs.c bn_mp_add.c bn_mp_add_d.c bn_mp_addmod.c bn_mp_and.c bn_mp_clamp.c bn_mp_clear.c bn_mp_clear_multi.c bn_mp_cmp.c bn_mp_cmp_d.c bn_mp_cmp_mag.c bn_mp_cnt_lsb.c bn_mp_copy.c bn_mp_count_bits.c bn_mp_div.c bn_mp_div_2.c bn_mp_div_2d.c bn_mp_div_3.c bn_mp_div_d.c bn_mp_dr_is_modulus.c bn_mp_dr_reduce.c bn_mp_dr_setup.c bn_mp_exch.c bn_mp_expt_d.c bn_mp_exptmod.c bn_mp_exptmod_fast.c bn_mp_exteuclid.c bn_mp_find_prime.c bn_mp_fread.c bn_mp_fwrite.c bn_mp_gcd.c bn_mp_get_int.c bn_mp_grow.c bn_mp_init.c bn_mp_init_copy.c bn_mp_init_multi.c bn_mp_init_set.c bn_mp_init_set_int.c bn_mp_init_size.c bn_mp_invmod.c bn_mp_invmod_slow.c bn_mp_is_square.c bn_mp_isprime.c bn_mp_jacobi.c bn_mp_karatsuba_mul.c bn_mp_karatsuba_sqr.c bn_mp_lcm.c bn_mp_lshd.c bn_mp_mod.c bn_mp_mod_2d.c bn_mp_mod_d.c bn_mp_montgomery_calc_normalization.c bn_mp_montgomery_reduce.c bn_mp_montgomery_setup.c bn_mp_mul.c bn_mp_mul_2.c bn_mp_mul_2d.c bn_mp_mul_d.c bn_mp_mulmod.c bn_mp_n_root.c bn_mp_neg.c bn_mp_or.c bn_mp_prime_fermat.c bn_mp_prime_is_divisible.c bn_mp_prime_is_prime.c bn_mp_prime_miller_rabin.c bn_mp_prime_next_prime.c bn_mp_prime_rabin_miller_trials.c bn_mp_prime_random_ex.c bn_mp_radix_size.c bn_mp_radix_smap.c bn_mp_rand.c bn_mp_read_radix.c bn_mp_read_signed_bin.c bn_mp_read_unsigned_bin.c bn_mp_reduce.c bn_mp_reduce_2k.c bn_mp_reduce_2k_l.c bn_mp_reduce_2k_setup.c bn_mp_reduce_2k_setup_l.c bn_mp_reduce_is_2k.c bn_mp_reduce_is_2k_l.c bn_mp_reduce_setup.c bn_mp_rshd.c bn_mp_set.c bn_mp_set_int.c bn_mp_shrink.c bn_mp_signed_bin_size.c bn_mp_sqr.c bn_mp_sqrmod.c bn_mp_sqrt.c bn_mp_sub.c bn_mp_sub_d.c bn_mp_submod.c bn_mp_to_signed_bin.c bn_mp_to_signed_bin_n.c bn_mp_to_unsigned_bin.c bn_mp_to_unsigned_bin_n.c bn_mp_toom_mul.c bn_mp_toom_sqr.c bn_mp_toradix.c bn_mp_toradix_n.c bn_mp_unsigned_bin_size.c bn_mp_xor.c bn_mp_zero.c bn_mp_zero_multi.c bn_prime_tab.c bn_reverse.c bn_s_mp_add.c bn_s_mp_exptmod.c bn_s_mp_mul_digs.c bn_s_mp_mul_high_digs.c bn_s_mp_sqr.c bn_s_mp_sub.c bncore.c tommath.h tommath_class.h tommath_superclass.h kerberosV/src/lib/hdb: Makefile.am Makefile.in NTMakefile common.c data-mkey.mit.des3.be data-mkey.mit.des3.le db.c db3.c dbinfo.c ext.c hdb-keytab.c hdb-ldap.c hdb-mitdb.c hdb-private.h hdb-protos.h hdb-sqlite.c hdb.asn1 hdb.c hdb.h hdb.schema hdb_err.et hdb_locl.h keys.c keytab.c libhdb-exports.def libhdb-version.rc mkey.c ndbm.c print.c test_dbinfo.c test_hdbkeys.c test_mkey.c version-script.map kerberosV/src/lib/heimdal: NTMakefile dllmain.c heimdal-version.rc kerberosV/src/lib/hx509: ChangeLog Makefile.am Makefile.in NTMakefile TODO ca.c cert.c char_map.h cms.c collector.c crmf.asn1 crypto.c doxygen.c env.c error.c file.c hx509-private.h hx509-protos.h hx509.h hx509_err.et hx_locl.h hxtool-commands.in hxtool-version.rc hxtool.c keyset.c ks_dir.c ks_file.c ks_keychain.c ks_mem.c ks_null.c ks_p11.c ks_p12.c libhx509-exports.def lock.c name.c ocsp.asn1 ocsp.opt peer.c pkcs10.asn1 pkcs10.opt print.c quote.py req.c revoke.c sel-gram.c sel-gram.h sel-gram.y sel-lex.c sel-lex.l sel.c sel.h softp11.c test_ca.in test_cert.in test_chain.in test_cms.in test_crypto.in test_expr.c test_java_pkcs11.in test_name.c test_nist.in test_nist2.in test_nist_cert.in test_nist_pkcs12.in test_pkcs11.in test_query.in test_req.in test_soft_pkcs11.c test_windows.in tst-crypto-available1 tst-crypto-available2 tst-crypto-available3 tst-crypto-select tst-crypto-select1 tst-crypto-select2 tst-crypto-select3 tst-crypto-select4 tst-crypto-select5 tst-crypto-select6 tst-crypto-select7 version-script.map kerberosV/src/lib/hx509/data: bleichenbacher-bad.pem bleichenbacher-good.pem bleichenbacher-sf-pad-correct.pem ca.crt ca.key crl1.crl crl1.der gen-req.sh j.pem kdc.crt kdc.key key.der key2.der n0ll.pem nist-data nist-data2 no-proxy-test.crt no-proxy-test.key ocsp-req1.der ocsp-req2.der ocsp-resp1-2.der ocsp-resp1-3.der ocsp-resp1-ca.der ocsp-resp1-keyhash.der ocsp-resp1-ocsp-no-cert.der ocsp-resp1-ocsp.der ocsp-resp1.der ocsp-resp2.der ocsp-responder.crt ocsp-responder.key openssl.cnf pkinit-ec.crt pkinit-ec.key pkinit-proxy-chain.crt pkinit-proxy.crt pkinit-proxy.key pkinit-pw.key pkinit.crt pkinit.key proxy-level-test.crt proxy-level-test.key proxy-test.crt proxy-test.key proxy10-child-child-test.crt proxy10-child-child-test.key proxy10-child-test.crt proxy10-child-test.key proxy10-test.crt proxy10-test.key revoke.crt revoke.key secp160r1TestCA.cert.pem secp160r1TestCA.key.pem secp160r1TestCA.pem secp160r2TestClient.cert.pem secp160r2TestClient.key.pem secp160r2TestClient.pem secp160r2TestServer.cert.pem secp160r2TestServer.key.pem secp160r2TestServer.pem sf-class2-root.pem static-file sub-ca.crt sub-ca.key sub-cert.crt sub-cert.key sub-cert.p12 test-ds-only.crt test-ds-only.key test-enveloped-aes-128 test-enveloped-aes-256 test-enveloped-des test-enveloped-des-ede3 test-enveloped-rc2-128 test-enveloped-rc2-40 test-enveloped-rc2-64 test-ke-only.crt test-ke-only.key test-nopw.p12 test-pw.key test-signed-data test-signed-data-noattr test-signed-data-noattr-nocerts test-signed-sha-1 test-signed-sha-256 test-signed-sha-512 test.combined.crt test.crt test.key test.p12 win-u16-in-printablestring.der yutaka-pad-broken-ca.pem yutaka-pad-broken-cert.pem yutaka-pad-ok-ca.pem yutaka-pad-ok-cert.pem yutaka-pad.key kerberosV/src/lib/hx509/ref: pkcs11.h kerberosV/src/lib/ipc: Makefile.am Makefile.in client.c common.c heim-ipc.h heim_ipc.defs heim_ipc_async.defs heim_ipc_reply.defs heim_ipc_types.h hi_locl.h server.c tc.c ts-http.c ts.c kerberosV/src/lib/kadm5: ChangeLog Makefile.am Makefile.in NTMakefile acl.c ad.c admin.h bump_pw_expire.c check-cracklib.pl chpass_c.c chpass_s.c client_glue.c common_glue.c context_s.c create_c.c create_s.c default_keys.c delete_c.c delete_s.c destroy_c.c destroy_s.c ent_setup.c error.c flush.c flush_c.c flush_s.c free.c get_c.c get_princs_c.c get_princs_s.c get_s.c init_c.c init_s.c iprop-commands.in iprop-log-version.rc iprop-log.8 iprop-log.c iprop-log.cat8 iprop.8 iprop.cat8 iprop.h ipropd-master-version.rc ipropd-slave-version.rc ipropd_common.c ipropd_master.c ipropd_slave.c kadm5-private.h kadm5-protos.h kadm5-pwcheck.h kadm5_err.et kadm5_locl.h kadm5_pwcheck.3 keys.c libkadm5srv-exports.def libkadm5srv-version.rc log.c marshall.c modify_c.c modify_s.c password_quality.c private.h privs_c.c privs_s.c randkey_c.c randkey_s.c rename_c.c rename_s.c sample_passwd_check.c send_recv.c server_glue.c set_keys.c set_modifier.c test_pw_quality.c version-script.map kerberosV/src/lib/kafs: ChangeLog Makefile.am Makefile.in NTMakefile afskrb5.c afsl.exp afslib.c afslib.exp afssys.c afssysdefs.h common.c kafs.3 kafs.h kafs_locl.h roken_rename.h kerberosV/src/lib/kdfs: ChangeLog Makefile.am Makefile.in NTMakefile k5dfspag.c kerberosV/src/lib/krb5: Makefile.am Makefile.in NTMakefile acache.c acl.c add_et_list.c addr_families.c aes-test.c aname_to_localname.c appdefault.c asn1_glue.c auth_context.c build_ap_req.c build_auth.c cache.c ccache_plugin.h changepw.c codec.c config_file.c constants.c context.c convert_creds.c copy_host_realm.c crc.c creds.c crypto-aes.c crypto-algs.c crypto-arcfour.c crypto-des-common.c crypto-des.c crypto-des3.c crypto-evp.c crypto-null.c crypto-pk.c crypto-rand.c crypto-stubs.c crypto.c crypto.h data.c deprecated.c derived-key-test.c digest.c doxygen.c eai_to_heim_errno.c error_string.c expand_hostname.c expand_path.c fcache.c free.c free_host_realm.c generate_seq_number.c generate_subkey.c get_addrs.c get_cred.c get_default_principal.c get_default_realm.c get_for_creds.c get_host_realm.c get_in_tkt.c get_port.c heim_err.et init_creds.c init_creds_pw.c k524_err.et kcm.c kcm.h kerberos.8 kerberos.cat8 keyblock.c keytab.c keytab_any.c keytab_file.c keytab_keyfile.c keytab_memory.c krb5-private.h krb5-protos.h krb5-v4compat.h krb5.conf.5 krb5.conf.cat5 krb5.h krb5.moduli krb524_convert_creds_kdc.3 krb5_425_conv_principal.3 krb5_acl_match_file.3 krb5_aname_to_localname.3 krb5_appdefault.3 krb5_auth_context.3 krb5_c_make_checksum.3 krb5_ccapi.h krb5_check_transited.3 krb5_create_checksum.3 krb5_creds.3 krb5_digest.3 krb5_eai_to_heim_errno.3 krb5_encrypt.3 krb5_err.et krb5_find_padata.3 krb5_generate_random_block.3 krb5_get_all_client_addrs.3 krb5_get_credentials.3 krb5_get_creds.3 krb5_get_forwarded_creds.3 krb5_get_in_cred.3 krb5_get_init_creds.3 krb5_get_krbhst.3 krb5_getportbyname.3 krb5_init_context.3 krb5_is_thread_safe.3 krb5_krbhst_init.3 krb5_locl.h krb5_mk_req.3 krb5_mk_safe.3 krb5_openlog.3 krb5_parse_name.3 krb5_principal.3 krb5_rcache.3 krb5_rd_error.3 krb5_rd_safe.3 krb5_set_default_realm.3 krb5_set_password.3 krb5_string_to_key.3 krb5_timeofday.3 krb5_verify_init_creds.3 krb5_verify_user.3 krb_err.et krbhst-test.c krbhst.c kuserok.c locate_plugin.h log.c mcache.c misc.c mit_glue.c mk_error.c mk_priv.c mk_rep.c mk_req.c mk_req_ext.c mk_safe.c n-fold-test.c n-fold.c net_read.c net_write.c pac.c padata.c parse-name-test.c pcache.c pkinit.c plugin.c principal.c prog_setup.c prompter_posix.c rd_cred.c rd_error.c rd_priv.c rd_rep.c rd_req.c rd_safe.c read_message.c recvauth.c replay.c salt-aes.c salt-arcfour.c salt-des.c salt-des3.c salt.c scache.c send_to_kdc.c send_to_kdc_plugin.h sendauth.c set_default_realm.c sock_principal.c store-int.c store-int.h store-test.c store.c store_emem.c store_fd.c store_mem.c string-to-key-test.c test_acl.c test_addr.c test_alname.c test_ap-req.c test_cc.c test_config.c test_config_strings.cfg test_crypto.c test_crypto_wrapping.c test_forward.c test_fx.c test_get_addrs.c test_gic.c test_hostname.c test_keytab.c test_kuserok.c test_mem.c test_pac.c test_pkinit_dh2key.c test_pknistkdf.c test_plugin.c test_prf.c test_princ.c test_renew.c test_rfc3961.c test_store.c test_time.c test_x500.c ticket.c time.c transited.c verify_init.c verify_krb5_conf-version.rc verify_krb5_conf.8 verify_krb5_conf.c verify_krb5_conf.cat8 verify_user.c version-script.map version.c warn.c write_message.c kerberosV/src/lib/libedit: COPYING ChangeLog INSTALL Makefile.am Makefile.in THANKS [config.h].in acinclude.m4 aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh ltmain.sh missing kerberosV/src/lib/libedit/src: Makefile.am Makefile.in chared.c chared.h chartype.c chartype.h common.c el.c el.h el_term.h eln.c emacs.c fgetln.c filecomplete.c filecomplete.h hist.c hist.h histedit.h history.c key.c key.h makelist map.c map.h parse.c parse.h prompt.c prompt.h read.c read.h readline.c refresh.c refresh.h search.c search.h shlib_version sig.c sig.h strlcat.c strlcpy.c sys.h term.c tokenizer.c tty.c tty.h unvis.c vi.c vis.c vis.h wcsdup.c kerberosV/src/lib/libedit/src/editline: readline.h kerberosV/src/lib/ntlm: ChangeLog Makefile.am Makefile.in NTMakefile heimntlm-protos.h heimntlm.h libheimntlm-exports.def libheimntlm-version.rc ntlm.c ntlm_err.et test_ntlm.c version-script.map kerberosV/src/lib/otp: ChangeLog Makefile.am Makefile.in NTMakefile otp.c otp.h otp_challenge.c otp_db.c otp_locl.h otp_md.c otp_md.h otp_parse.c otp_print.c otp_verify.c otptest.c roken_rename.h version-script.map kerberosV/src/lib/roken: ChangeLog Makefile.am Makefile.in NTMakefile base64-test.c base64.c base64.h bswap.c chown.c cloexec.c closefrom.c concat.c copyhostent.c ct.c daemon.c doxygen.c dumpdata.c ecalloc.3 ecalloc.c emalloc.c environment.c eread.c erealloc.c err.c err.hin errx.c esetenv.c estrdup.c ewrite.c fchown.c flock.c fnmatch.c fnmatch.hin freeaddrinfo.c freehostent.c gai_strerror.c get_default_username.c get_window_size.c getaddrinfo-test.c getaddrinfo.c getaddrinfo_hostspec.c getarg.3 getarg.c getarg.h getcap.c getcwd.c getdtablesize.c getegid.c geteuid.c getgid.c gethostname.c getifaddrs-test.c getifaddrs.c getipnodebyaddr.c getipnodebyname.c getnameinfo.c getnameinfo_verified.c getopt.c getprogname.c gettimeofday.c getuid.c getusershell.c glob.c glob.hin h_errno.c hex-test.c hex.c hex.h hostent_find_fqdn.c hstrerror.c ifaddrs.hin inet_aton.c inet_ntop.c inet_pton.c initgroups.c innetgr.c install-sh iruserok.c issuid.c k_getpwnam.c k_getpwuid.c localtime_r.c lstat.c memmove.c mini_inetd.c missing mkinstalldirs mkstemp.c ndbm_wrap.c ndbm_wrap.h net_read.c net_write.c parse_bytes-test.c parse_bytes.c parse_bytes.h parse_reply-test.c parse_time-test.c parse_time.3 parse_time.c parse_time.h parse_units.c parse_units.h putenv.c qsort.c rand.c rcmd.c readv.c realloc.c recvmsg.c resolve-test.c resolve.c resolve.h rkpty.c roken-common.h roken.awk roken.h.in roken_gethostby.c rtbl.3 rtbl.c rtbl.h search.hin sendmsg.c setegid.c setenv.c seteuid.c setprogname.c signal.c simple_exec.c snprintf-test.c snprintf.c socket.c socket_wrapper.c socket_wrapper.h strcasecmp.c strcollect.c strdup.c strerror.c strerror_r.c strftime.c strlcat.c strlcpy.c strlwr.c strncasecmp.c strndup.c strnlen.c strpftime-test.c strpftime-test.h strpool.c strptime.c strsep.c strsep_copy.c strtok_r.c strupr.c swab.c test-mem.c test-mem.h test-readenv.c timegm.c timeval.c tm2time.c tsearch-test.c tsearch.c unsetenv.c unvis.c verify.c verr.c verrx.c vis.c vis.hin vsyslog.c vwarn.c vwarnx.c warn.c warnerr.c warnx.c write_pid.c writev.c xdbm.h xfree.c kerberosV/src/lib/sl: ChangeLog Makefile.am Makefile.in NTMakefile roken_rename.h sl.c sl.h sl_locl.h slc-gram.y slc-lex.c slc-lex.l slc.h test_sl.c kerberosV/src/lib/sqlite: Makefile.am Makefile.in NTMakefile sqlite3.c sqlite3.h sqlite3ext.h kerberosV/src/lib/vers: ChangeLog Makefile.am Makefile.in NTMakefile print_version.c vers.h kerberosV/src/lib/wind: ChangeLog CompositionExclusions-3.2.0.txt DerivedNormalizationProps.txt Makefile.am Makefile.in NTMakefile NormalizationCorrections.txt NormalizationTest.txt UnicodeData.py UnicodeData.txt bidi.c bidi_table.c bidi_table.h combining.c combining_table.c combining_table.h doxygen.c errorlist.c errorlist_table.c errorlist_table.h gen-bidi.py gen-combining.py gen-errorlist.py gen-map.py gen-normalize.py gen-punycode-examples.py generate.py idn-lookup.c ldap.c libwind-exports.def map.c map_table.c map_table.h normalize.c normalize_table.c normalize_table.h punycode.c punycode_examples.c punycode_examples.h rfc3454.py rfc3454.txt rfc3490.txt rfc3491.txt rfc3492.txt rfc4013.txt rfc4518.py rfc4518.txt stringprep.c stringprep.py test-bidi.c test-ldap.c test-map.c test-normalize.c test-prohibited.c test-punycode.c test-rw.c test-utf8.c utf8.c util.py version-script.map wind.h wind_err.et windlocl.h kerberosV/src/packages: ChangeLog Makefile.am Makefile.in kerberosV/src/packages/mac: Info.plist Makefile.am Makefile.in mac.sh kerberosV/src/packages/mac/Resources: Description.plist kerberosV/src/packages/mac/Resources/English.lproj: Welcome.rtf kerberosV/src/packages/windows: NTMakefile kerberosV/src/packages/windows/assembly: Heimdal.Application.manifest.in Heimdal.Kerberos.manifest.in NTMakefile policy.Heimdal.Kerberos.in kerberosV/src/packages/windows/installer: NTMakefile heimdal-assemblies.wxs heimdal-installer.wxs heimdal-policy.wxs kerberosV/src/packages/windows/installer/lang: en-us.wxl license-en-us.rtf kerberosV/src/packages/windows/sdk: NTMakefile kerberosV/src/po: Makefile.am Makefile.in gen-po.in kerberosV/src/po/heim_com_err-1750206208: heim_com_err-1750206208.pot kerberosV/src/po/heim_com_err-1765328384: heim_com_err-1765328384.pot sv_SE.mo sv_SE.po kerberosV/src/po/heim_com_err-1980176640: heim_com_err-1980176640.pot kerberosV/src/po/heim_com_err-969269760: heim_com_err-969269760.pot kerberosV/src/po/heim_com_err1859794432: heim_com_err1859794432.pot kerberosV/src/po/heim_com_err35224064: heim_com_err35224064.pot kerberosV/src/po/heim_com_err36150272: heim_com_err36150272.pot kerberosV/src/po/heim_com_err39525376: heim_com_err39525376.pot kerberosV/src/po/heim_com_err43787520: heim_com_err43787520.pot kerberosV/src/po/heim_com_err569856: heim_com_err569856.pot kerberosV/src/po/heimdal_krb5: heimdal_krb5.pot sv_SE.mo sv_SE.po kerberosV/src/po/heimdal_kuser: heimdal_kuser.pot kerberosV/src/tests: ChangeLog Makefile.am Makefile.in NTMakefile kerberosV/src/tests/bin: Makefile.am Makefile.in setup-env.in kerberosV/src/tests/can: Makefile.am Makefile.in NTMakefile apple-10.4.kadm apple-10.4.req check-can.in heim-0.8.kadm heim-0.8.req krb5.conf.in mit-pkinit-20070607.ca.crt mit-pkinit-20070607.kadm mit-pkinit-20070607.req mit-pkinit-20070607.xf test_can.in kerberosV/src/tests/db: Makefile.am Makefile.in NTMakefile add-modify-delete.in check-aliases.in check-dbinfo.in have-db.in krb5-mit.conf.in krb5.conf.in loaddump-db.in text-dump-0.7 text-dump-known-ext text-dump-no-ext text-dump-unknown-ext kerberosV/src/tests/gss: Makefile.am Makefile.in NTMakefile check-basic.in check-context.in check-gss.in check-gssmask.in check-ntlm.in check-spnego.in krb5.conf.in ntlm-user-file.txt kerberosV/src/tests/java: KerberosInit.java Makefile.am Makefile.in NTMakefile check-kinit.in have-java.sh jaas.conf krb5.conf.in kerberosV/src/tests/kdc: Makefile.am Makefile.in NTMakefile check-cc.in check-delegation.in check-des.in check-digest.in check-iprop.in check-kadmin.in check-kdc-weak.in check-kdc.in check-keys.in check-kpasswdd.in check-pkinit.in check-referral.in check-uu.in donotexists.txt heimdal.acl iprop-acl krb5-pkinit.conf.in krb5.conf.in krb5.conf.keys.in leaks-kill.sh ntlm-user-file.txt pki-mapping uuserver.txt wait-kdc.sh kerberosV/src/tests/ldap: Makefile.am Makefile.in NTMakefile check-ldap.in init.ldif krb5.conf.in samba.schema slapd-init.in slapd-stop slapd.conf kerberosV/src/tests/plugin: Makefile.am Makefile.in NTMakefile check-pac.in krb5.conf.in windc.c kerberosV/src/tools: Makefile.am Makefile.in NTMakefile heimdal-gssapi.pc.in kdc-log-analyze.pl krb5-config.1 krb5-config.cat1 krb5-config.in kerberosV/src/windows: NTMakefile.config NTMakefile.version NTMakefile.w32 README maint.el version.rc kerberosV/tools: Makefile Makefile.inc kerberosV/tools/asn1_compile: Makefile kerberosV/tools/compile_et: Makefile kerberosV/tools/slc: Makefile kerberosV/usr.bin: Makefile Makefile.inc kerberosV/usr.bin/kcc: Makefile kerberosV/usr.bin/kdestroy: Makefile kerberosV/usr.bin/kf: Makefile kerberosV/usr.bin/kgetcred: Makefile kerberosV/usr.bin/kinit: Makefile kerberosV/usr.bin/krb5-config: Makefile kerberosV/usr.bin/string2key: Makefile kerberosV/usr.bin/verify_krb5_conf: Makefile kerberosV/usr.sbin: Makefile Makefile.inc kerberosV/usr.sbin/iprop-log: Makefile kerberosV/usr.sbin/kadmin: Makefile kerberosV/usr.sbin/kimpersonate: Makefile kerberosV/usr.sbin/kstash: Makefile kerberosV/usr.sbin/ktutil: Makefile Log message: The complexity and quality of kerberosV and the fact that almost nobody is using it doesn't justify to have it in base - disable and remove it. If the 2 two people who use it still want it, they can make a port or recompile OpenBSD on their own. There is a quote in theo.c from August 2010: "basically, dung beetles fucking. that's what kerberosV + openssl is like". Discussed with many. Tests by henning@ reyk@ and others. ok deraadt@ henning@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/22 04:02:10 Modified files: net : Makefile Log message: -opal CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/22 04:03:26 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register opal removal. CVSROOT: /cvs Module name: src Changes by: logan@cvs.openbsd.org 2014/04/22 04:07:12 Modified files: usr.bin/ssh : sftp.c Log message: Sort the sftp command list. OK from djm@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/04/22 04:08:54 Modified files: lib/libc/gen : Makefile.inc Log message: Oh yeah, MLINKS for errc family Prodded by deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/22 04:11:02 Modified files: sysutils/testdisk: Makefile Log message: hidden dep on ntfs-3g; ok landry@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/04/22 04:11:32 Modified files: sbin/ifconfig : ifconfig.8 Log message: for consistency's sake, use the terminology from the 802.1Q standard here too. pt out by alexey suslikov via mpi, ok reyk CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/22 04:12:17 Removed files: sysutils/testdisk/patches: patch-configure Log message: Drop uneeded patch. ok landry@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/22 04:21:13 Modified files: sysutils/e2fsprogs: Makefile sysutils/e2fsprogs/patches: patch-lib_ext2fs_Makefile_in patch-lib_ss_Makefile_in sysutils/e2fsprogs/pkg: DESCR PLIST Added files: sysutils/e2fsprogs/patches: patch-lib_et_Makefile_in Removed files: sysutils/e2fsprogs/patches: patch-MCONFIG_in Log message: Kerberos is going away. No need to statically link to our own libcom_err which made this package way bigger than it should. ok sthen@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/22 04:21:56 Modified files: . : Makefile gnu/usr.bin/cvs: Makefile.bsd-wrapper include : Makefile lib : Makefile libexec : Makefile libexec/login_chpass: Makefile libexec/login_krb5-or-pwd: Makefile usr.bin/passwd : Makefile usr.bin/telnet : Makefile Log message: Remove KERBEROS5 from the Makefiles (except ssh for now, where it is already manually disabled). ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/22 04:22:41 Modified files: textproc/rasqal: Makefile Log message: Add dependency on sysutils/e2fsprogs now that Kerberos is gone. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/22 04:24:29 Modified files: etc : Makefile changelist etc/mtree : 4.4BSD.dist special Removed files: etc/kerberosV : krb5.conf.example Log message: Remove kerberosV from etc/ ok deraadt@ guenther@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/04/22 04:25:12 Modified files: share/man/man4 : vscsi.4 Log message: list VSCSI_STAT_RESET. claudio didnt believe it existed cos it wasnt documented. i didnt believe there was a manpage. i guess we were both wrong. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/22 04:27:51 Modified files: graphics/clutter/clutter-gst: Makefile Added files: graphics/clutter/clutter-gst/patches: patch-clutter-gst_Makefile_in Log message: Pushed upstream. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/04/22 04:48:21 Modified files: devel/droplet : Makefile Added files: devel/droplet/patches: patch-configure_ac patch-libdroplet_cdmi_replyparser_c patch-libdroplet_include_dropletp_h patch-libdroplet_srest_replyparser_c Log message: Build against includes and link against libjson-c. Also fix a typo in COMMENT and drop devel/json-c from BUILD_DEPENDS: it's already in LIB_DEPENDS. ok sthen@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/22 04:48:36 Modified files: etc/mtree : special Log message: Remove kerberosV, it is not special anymore. ok henning@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/04/22 04:50:15 Modified files: distrib/notes : INSTALL Log message: kerberos has been tedu'd, ok reyk CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/04/22 04:52:35 Modified files: devel/json-c : Makefile distinfo devel/json-c/pkg: PLIST Log message: SECURITY update to json-c-0.12. ok sthen@ - CVE-2013-6371, hash collision DoS - CVE-2013-6370, buffer overflow if size_t is larger than int CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/04/22 04:56:01 Modified files: sysutils/pftop : Makefile sysutils/pftop/patches: patch-config_h Log message: Fix build after ALTQ removal, and add a comment about the new queueing system, as suggested by sthen@. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/04/22 04:56:37 Modified files: net/pfstat : Makefile net/pfstat/patches: patch-parse_y patch-pf_c Log message: Fix build after ALTQ removal, and add a comment about the new queueing system, as suggested by sthen@. ok sthen@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/22 05:03:40 Modified files: etc/etc.alpha : login.conf etc/etc.amd64 : login.conf etc/etc.armish : login.conf etc/etc.armv7 : login.conf etc/etc.aviion : login.conf etc/etc.hppa : login.conf etc/etc.hppa64 : login.conf etc/etc.i386 : login.conf etc/etc.landisk: login.conf etc/etc.loongson: login.conf etc/etc.luna88k: login.conf etc/etc.macppc : login.conf etc/etc.octeon : login.conf etc/etc.sgi : login.conf etc/etc.socppc : login.conf etc/etc.sparc : login.conf etc/etc.sparc64: login.conf etc/etc.vax : login.conf etc/etc.zaurus : login.conf Removed files: libexec/login_krb5: Makefile libexec/login_krb5-or-pwd: Makefile login_krb5-or-pwd.8 Log message: Remove the kerberos login methods. ok henning@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/04/22 05:05:22 Modified files: share/mk : bsd.README Log message: -KERBEROS5 CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/22 05:06:22 Removed files: libexec/login_krb5: login_krb5.8 login_krb5.c Log message: Remove the kerberos login methods. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/04/22 05:15:05 Modified files: share/man/man3 : intro.3 share/man/man5 : mk.conf.5 share/man/man7 : hier.7 share/man/man8 : afterboot.8 Log message: no more kerberos, ok theo reyk CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/04/22 05:29:30 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus mi distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/04/22 05:38:33 Modified files: www/seamonkey : Makefile www/seamonkey/patches: patch-mozilla_media_libvpx_Makefile_in www/mozilla-firefox: Makefile www/mozilla-firefox/patches: patch-media_libvpx_Makefile_in Log message: -fno-integrated-as breaks non-clang platforms, apply it only on amd64 via an environment variable hack. from/with sthen@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/04/22 05:43:07 Modified files: sys/net : if_ethersubr.c if_vlan.c Log message: we used to handle the vlan tag etc insertion very very very late, on al already ass embed ethernet frame, which meant: -copy (most of) the existing ethernet header into a ether_vlan_header on the stack -fill the extra fields in ether_vlan_header -set the ether type -m_adj() to make room for the extra space ether_vlan_header needs -m_copyback the ether_vlan_header into the mbuf that involves moving data around, which isn't all that cheap. cleaner & easier to have ether_output prepend the ether_vlan_header instead of the regular ethernet header, which makes the vlan tagging essentially free in most cases. help & ok reyk, naddy; waste of time bikeshedding tech@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/04/22 05:47:55 Modified files: usr.bin/ssh/lib: Makefile Log message: comment out the .if (${KERBEROS5:L} block for now, breaks the build once the bsd.own.mk KERBEROS5 is removed otherwise. this way suggested by theo. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2014/04/22 05:54:46 Modified files: sys/dev/pci : if_bge.c Log message: If VLAN_HWTAGGING is disabled, we tell the chip not to strip the tag from the received frame. Do not add the tag from the receive descriptor in this case so that the packet isn't tagged twice. Matches FreeBSD. ok brad@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/22 06:00:03 Modified files: sbin/iked : ca.c config.c control.c iked.c iked.h ikev1.c ikev2_msg.c ocsp.c proc.c Log message: Update iked to use the same proc.c that relayd uses. Less differences, less code to audit. ok mikeb@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/04/22 06:07:20 Modified files: sys/net : if_ethersubr.c Log message: NULL is cooler than 0 when pointers are concerned ok gcc & md5 (aka no binary change) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/04/22 06:21:17 Modified files: usr.bin/make : stats.c Log message: pure reindent CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/04/22 06:35:00 Modified files: sys/net : if.c route.c Log message: ifa_ifwithroute() is the only magic place where an AF_LINK sockaddr can be given to ifa_ifwithnet(). Handle this specific case directly and let ifa_ifwithnet() do only one thing: iterate on all the addresses of all the interfaces in a given routing domain to return the most specific matching address. ok mikeb@ CVSROOT: /cvs Module name: src Changes by: okan@cvs.openbsd.org 2014/04/22 06:36:36 Modified files: usr.bin/last : last.c Log message: Instead of special casing ftpd, uucpd and others that may have entries in wtmp, go the other way and exclude entries we know ('console' and 'tty') from pid stripping, then strip the rest. idea, feedback and ok millert@ CVSROOT: /cvs Module name: src Changes by: logan@cvs.openbsd.org 2014/04/22 06:42:04 Modified files: usr.bin/ssh : sftp.1 Log message: Document sftp upload resume. OK from djm@, with feedback from okan@. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/22 06:43:34 Modified files: lib/libssl/src/apps: apps.c apps.h Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2014/04/22 06:48:17 Modified files: share/man/man5 : login.conf.5 Log message: no more kerberos authentication styles. ok henning@, reyk@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/04/22 06:53:48 Modified files: usr.bin/su : su.1 Log message: no more kerb, ok kettenis CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/22 07:13:58 Modified files: lib/libssl/src/apps: ca.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/22 07:32:17 Modified files: lib/libssl/src/apps: ca.c ciphers.c cms.c crl.c crl2p7.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/22 07:34:56 Modified files: lib/libssl/src/apps: s_cb.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/22 07:48:29 Modified files: lib/libssl/src/apps: openssl.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2014/04/22 07:57:58 Modified files: usr.sbin/smtpd : smtpctl.c Log message: malloc -> calloc CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/22 08:05:40 Modified files: lib/libssl/src/apps: ts.c verify.c version.c x509.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/22 08:15:55 Modified files: share/man/man8 : afterboot.8 Log message: zap stray Pp; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/22 08:16:30 Modified files: usr.bin/ssh : sftp.1 Log message: zap eol whitespace; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/22 08:19:04 Modified files: share/man/man8 : intro.8 Log message: more kerberos zapping; CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/22 08:22:51 Modified files: lib/libssl/src/apps: progs.h s_apps.h testdsa.h testrsa.h timeouts.h Log message: KNF. CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2014/04/22 08:23:18 Modified files: . : armv7.html Log message: usuable -> usable; From: Tomas Bodzar CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/22 08:26:26 Modified files: include : stdlib.h lib/libc/stdlib: Makefile.inc malloc.3 malloc.c Log message: change mallocarray to reallocarray. useful in a few more situations. malloc can, as always, be emulated via realloc(NULL). ok deraadt CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/22 08:27:25 Modified files: lib/libssl/src/ssl: ssl_ciph.c Log message: switch to reallocarray CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/04/22 08:41:03 Modified files: sys/dev/pci : if_de.c sys/kern : uipc_mbuf.c sys/net : if_tun.c pf.c pf_ioctl.c pfvar.h sys/sys : mbuf.h share/man/man9 : mbuf.9 Log message: Remove some altq tentacles. ok pelikan@, henning@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/22 08:42:53 Modified files: share/mk : bsd.own.mk Log message: Finally remove KERBEROS5? from the Makefile infrastructure. ok henning@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/04/22 08:47:27 Removed files: usr.sbin/httpd : ABOUT_APACHE Announcement CHANGES INSTALL INSTALL.SSL LICENSE LICENSE.SSL Makefile.bsd-wrapper Makefile.tmpl README README.IPv6 README.SSL README.configure config.layout configure httpd.8 usr.sbin/httpd/cgi-bin: printenv test-cgi usr.sbin/httpd/conf: httpd.conf httpd.conf-dist magic mime.types usr.sbin/httpd/conf/ssl.crl: Makefile README.CRL usr.sbin/httpd/conf/ssl.crt: Makefile README.CRT ca-bundle.crt server.crt snakeoil-ca-dsa.crt snakeoil-ca-rsa.crt snakeoil-dsa.crt snakeoil-rsa.crt usr.sbin/httpd/conf/ssl.csr: README.CSR server.csr usr.sbin/httpd/conf/ssl.key: README.KEY server.key snakeoil-ca-dsa.key snakeoil-ca-rsa.key snakeoil-dsa.key snakeoil-rsa.key usr.sbin/httpd/conf/ssl.prm: README.PRM snakeoil-ca-dsa.prm snakeoil-dsa.prm usr.sbin/httpd/htdocs: apache_pb.gif blowfish.jpg bsd_small.gif index.html lock.gif logo23.jpg logo24.jpg mod_ssl_sb.gif openbsd_pb.gif openbsdpower.gif openssl_ics.gif smalltitle.gif usr.sbin/httpd/htdocs/manual: LICENSE TODO bind.html configuring.html content-negotiation.html custom-error.html dns-caveats.html dso.html env.html handler.html index.html invoking.html ipv6.html keepalive.html location.html logs.html multilogs.html process-model.html sections.html server-wide.html sitemap.html stopping.html suexec.html urlmapping.html usr.sbin/httpd/htdocs/manual/howto: auth.html cgi.html htaccess.html ssi.html usr.sbin/httpd/htdocs/manual/images: apache_header.gif apache_pb.gif custom_errordocs.gif feather.jpg home.gif index.gif mod_rewrite_fig1.fig mod_rewrite_fig1.gif mod_rewrite_fig2.fig mod_rewrite_fig2.gif mod_ssl_sb.gif openssl_ics.gif pixel.gif sub.gif usr.sbin/httpd/htdocs/manual/misc: API.html FAQ.html custom_errordocs.html descriptors.html fin_wait_2.html howto.html index.html known_client_problems.html perf-bsd44.html perf-tuning.html perf.html rewriteguide.html security_tips.html tutorials.html usr.sbin/httpd/htdocs/manual/mod: core.html directive-dict.html directives.html index-bytype.html index.html mod_access.html mod_actions.html mod_alias.html mod_asis.html mod_auth.html mod_auth_anon.html mod_auth_db.html mod_auth_dbm.html mod_auth_digest.html mod_auth_msql.html mod_autoindex.html mod_cern_meta.html mod_cgi.html mod_define.html mod_digest.html mod_dir.html mod_env.html mod_expires.html mod_headers.html mod_imap.html mod_include.html mod_info.html mod_log_agent.html mod_log_common.html mod_log_config.html mod_log_referer.html mod_mime.html mod_mime_magic.html mod_mmap_static.html mod_negotiation.html mod_proxy.html mod_rewrite.html mod_setenvif.html mod_so.html mod_speling.html mod_status.html mod_unique_id.html mod_userdir.html mod_usertrack.html mod_vhost_alias.html module-dict.html usr.sbin/httpd/htdocs/manual/mod/mod_ssl: index.html ssl_compat.gfont000.gif ssl_compat.html ssl_cover_logo.jpg ssl_cover_title.jpg ssl_faq.gfont000.gif ssl_faq.html ssl_glossary.html ssl_howto.gfont000.gif ssl_howto.html ssl_intro.gfont000.gif ssl_intro.html ssl_intro_fig1.gif ssl_intro_fig2.gif ssl_intro_fig3.gif ssl_overview.gfont000.gif ssl_overview.html ssl_overview_fig1.gif ssl_reference.gfont000.gif ssl_reference.html ssl_template.head-chapter.gif ssl_template.head-num-1.gif ssl_template.head-num-2.gif ssl_template.head-num-3.gif ssl_template.head-num-4.gif ssl_template.head-num-5.gif ssl_template.head-num-6.gif ssl_template.head-num-7.gif ssl_template.imgdot-1x1-000000.gif ssl_template.imgdot-1x1-transp.gif ssl_template.navbut-next-n.gif ssl_template.navbut-next-s.gif ssl_template.navbut-prev-n.gif ssl_template.navbut-prev-s.gif ssl_template.title-abstract.gif ssl_template.title-compat.gif ssl_template.title-faq.gif ssl_template.title-gloss.gif ssl_template.title-howto.gif ssl_template.title-intro.gif ssl_template.title-over.gif ssl_template.title-preface.gif ssl_template.title-ref.gif ssl_template.title-toc.gif ssl_template.title-tutor.gif usr.sbin/httpd/htdocs/manual/programs: ab.html apachectl.html apxs.html dbmmanage.html htdigest.html htpasswd.html httpd.html index.html logresolve.html other.html rotatelogs.html suexec.html usr.sbin/httpd/htdocs/manual/vhosts: details.html examples.html fd-limits.html host.html index.html ip-based.html mass.html name-based.html vhosts-in-depth.html virtual-host.html usr.sbin/httpd/icons: README a.gif a.png alert.black.gif alert.black.png alert.red.gif alert.red.png apache_pb.gif apache_pb.png back.gif back.png ball.gray.gif ball.gray.png ball.red.gif ball.red.png binary.gif binary.png binhex.gif binhex.png blank.gif blank.png bomb.gif bomb.png box1.gif box1.png box2.gif box2.png broken.gif broken.png burst.gif burst.png c.gif c.png comp.blue.gif comp.blue.png comp.gray.gif comp.gray.png compressed.gif compressed.png continued.gif continued.png dir.gif dir.png diskimg.gif diskimg.png down.gif down.png dvi.gif dvi.png f.gif f.png folder.gif folder.open.gif folder.open.png folder.png folder.sec.gif folder.sec.png forward.gif forward.png generic.gif generic.png generic.red.gif generic.red.png generic.sec.gif generic.sec.png hand.right.gif hand.right.png hand.up.gif hand.up.png icon.sheet.gif icon.sheet.png image1.gif image1.png image2.gif image2.png image3.gif image3.png index.gif index.png layout.gif layout.png left.gif left.png link.gif link.png movie.gif movie.png p.gif p.png patch.gif patch.png pdf.gif pdf.png pie0.gif pie0.png pie1.gif pie1.png pie2.gif pie2.png pie3.gif pie3.png pie4.gif pie4.png pie5.gif pie5.png pie6.gif pie6.png pie7.gif pie7.png pie8.gif pie8.png portal.gif portal.png ps.gif ps.png quill.gif quill.png right.gif right.png screw1.gif screw1.png screw2.gif screw2.png script.gif script.png sound1.gif sound1.png sound2.gif sound2.png sphere1.gif sphere1.png sphere2.gif sphere2.png tar.gif tar.png tex.gif tex.png text.gif text.png transfer.gif transfer.png unknown.gif unknown.png up.gif up.png uu.gif uu.png uuencoded.gif uuencoded.png world1.gif world1.png world2.gif world2.png usr.sbin/httpd/icons/small: README.txt back.gif back.png binary.gif binary.png binhex.gif binhex.png blank.gif blank.png broken.gif broken.png burst.gif burst.png comp1.gif comp1.png comp2.gif comp2.png compressed.gif compressed.png continued.gif continued.png dir.gif dir.png dir2.gif dir2.png doc.gif doc.png forward.gif forward.png generic.gif generic.png generic2.gif generic2.png generic3.gif generic3.png image.gif image.png image2.gif image2.png index.gif index.png key.gif key.png movie.gif movie.png patch.gif patch.png ps.gif ps.png rainbow.gif rainbow.png sound.gif sound.png sound2.gif sound2.png tar.gif tar.png text.gif text.png transfer.gif transfer.png unknown.gif unknown.png uu.gif uu.png usr.sbin/httpd/src: .gdbinit .indent.pro BUILD.NOTES CHANGES CHANGES.SSL Configuration Configuration.tmpl Configure INSTALL Makefile.bsd-wrapper Makefile.tmpl PORTING README README.EAPI buildmark.c usr.sbin/httpd/src/ap: .indent.pro Makefile.tmpl ap_base64.c ap_checkpass.c ap_cpystrn.c ap_ctx.c ap_ebcdic.c ap_execve.c ap_fnmatch.c ap_getpass.c ap_hook.c ap_md5c.c ap_mm.c ap_sha1.c ap_signal.c ap_slack.c ap_snprintf.c ap_strtol.c usr.sbin/httpd/src/helpers: CutRule GuessCodeset GuessOS MakeEtags MakeLint PrintPath TestCompile binbuild.sh buildinfo.sh checkheader.sh cvstodsp5.pl dsp5tocvs.pl dummy.c find-dbm-lib findcpp.sh fixwin32mak.pl fmn.sh fp2rp getuid.sh install.sh mfhead mkdir.sh mkshadow.sh ppl.sh slo.sh usr.sbin/httpd/src/include: .indent.pro ap.h ap_alloc.h ap_compat.h ap_config.h ap_config_auto.h ap_ctx.h ap_ctype.h ap_ebcdic.h ap_hook.h ap_md5.h ap_mm.h ap_mmn.h ap_sha1.h buff.h compat.h conf.h explain.h fdcache.h fnmatch.h http_conf_globals.h http_config.h http_core.h http_log.h http_main.h http_protocol.h http_request.h http_vhost.h httpd.h multithread.h rfc1413.h scoreboard.h util_date.h util_md5.h util_script.h util_uri.h usr.sbin/httpd/src/lib/expat-lite: CHANGES Makefile.tmpl asciitab.h dllmain.c expat.html hashtable.c hashtable.h iasciitab.h latin1tab.h nametab.h utf8tab.h xmldef.h xmlparse.c xmlparse.def xmlparse.h xmlparse.imp xmlparsenw.def xmlrole.c xmlrole.h xmltok.c xmltok.def xmltok.h xmltok.imp xmltok_impl.c xmltok_impl.h xmltok_ns.c xmltoknw.def usr.sbin/httpd/src/main: .indent.pro Makefile.tmpl alloc.c buff.c fdcache.c gen_test_char.c gen_uri_delims.c http_config.c http_core.c http_log.c http_main.c http_protocol.c http_request.c http_vhost.c rfc1413.c util.c util_date.c util_md5.c util_script.c util_uri.c usr.sbin/httpd/src/modules: README usr.sbin/httpd/src/modules/example: .indent.pro Makefile Makefile.tmpl README mod_example.c usr.sbin/httpd/src/modules/experimental: .indent.pro Makefile.tmpl mod_auth_digest.c mod_mmap_static.c usr.sbin/httpd/src/modules/extra: .indent.pro Makefile.tmpl mod_define.c usr.sbin/httpd/src/modules/keynote: Makefile.tmpl mod_keynote.c mod_keynote.module usr.sbin/httpd/src/modules/proxy: .indent.pro Makefile.libdir Makefile.tmpl mod_proxy.c mod_proxy.h proxy_cache.c proxy_connect.c proxy_ftp.c proxy_http.c proxy_util.c usr.sbin/httpd/src/modules/ssl: Makefile.libdir Makefile.tmpl README README.dsov.fig README.dsov.ps libssl.module libssl.version mod_ssl.c mod_ssl.h ssl_engine_compat.c ssl_engine_config.c ssl_engine_dh.c ssl_engine_ds.c ssl_engine_ext.c ssl_engine_init.c ssl_engine_io.c ssl_engine_kernel.c ssl_engine_log.c ssl_engine_mutex.c ssl_engine_pphrase.c ssl_engine_rand.c ssl_engine_vars.c ssl_expr.c ssl_expr.h ssl_expr_eval.c ssl_expr_parse.y ssl_expr_scan.l ssl_scache.c ssl_scache_dbm.c ssl_scache_shmcb.c ssl_scache_shmht.c ssl_util.c ssl_util_ssl.c ssl_util_ssl.h ssl_util_table.c ssl_util_table.h usr.sbin/httpd/src/modules/standard: .indent.pro Makefile.tmpl mod_access.c mod_actions.c mod_alias.c mod_asis.c mod_auth.c mod_auth_anon.c mod_auth_db.c mod_auth_db.module mod_auth_dbm.c mod_autoindex.c mod_cern_meta.c mod_cgi.c mod_digest.c mod_dir.c mod_env.c mod_expires.c mod_headers.c mod_imap.c mod_include.c mod_info.c mod_log_agent.c mod_log_config.c mod_log_referer.c mod_mime.c mod_mime_magic.c mod_negotiation.c mod_rewrite.c mod_rewrite.h mod_setenvif.c mod_so.c mod_speling.c mod_status.c mod_unique_id.c mod_userdir.c mod_usertrack.c mod_vhost_alias.c usr.sbin/httpd/src/os/unix: Makefile.tmpl os-inline.c os.c os.h usr.sbin/httpd/src/support: .indent.pro Makefile.tmpl README apachectl apachectl.8 apxs.8 apxs.pl checkgid.c dbmmanage dbmmanage.1 htdigest.1 htdigest.c htpasswd.1 htpasswd.c httpd.exp log_server_status logresolve.8 logresolve.c logresolve.pl mkcert.sh phf_abuse_log.cgi rotatelogs.8 rotatelogs.c split-logfile suexec.8 suexec.c suexec.h usr.sbin/httpd/src/support/SHA1: README.sha1 convert-sha1.pl htpasswd-sha1.pl ldif-sha1.example Log message: this commit is really florian@'s, since he's the one who made removal of our forked apache possible by his work on nginx and slowcgi, but he doesn't want it - so it is my pleasure to tedu it. I spent so much work on chroot in it 10 years ago - and am very happy to see it go now, nginx is a far better choice today. Bye bye, Apache, won't miss you. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/22 08:54:13 Modified files: lib/libssl/src/apps: apps.c ciphers.c engine.c req.c s_client.c s_server.c s_time.c speed.c x509.c Log message: Nuke the last of the windows related defines from the openssl apps. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/22 09:02:16 Modified files: lib/libc/stdlib: malloc.3 Log message: - one more mallocarray -> reallocarray - use <> CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2014/04/22 09:07:53 Modified files: www/aria2 : Makefile www/aria2/pkg : PLIST Log message: aria2 generates different plist entries when docutils is installed. There is not an option in the configure script to disable the conversion, so we need to add the useless dep. ok gonzalo@ sthen@ CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2014/04/22 09:19:10 Modified files: faq : current.html Log message: kerberosV removed CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2014/04/22 09:22:04 Modified files: lib/libc/stdio : printf.3 Log message: add closing parenthesis. ok millert@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2014/04/22 09:52:05 Modified files: sys/arch/sparc/dev: hme.c sys/dev/ic : gem.c hme.c Log message: Remove RX checksum offloading support. The chip is too limited, and examining higher protocol layers to adjust the checksum and calculate the pseudo-header in the driver is too complex to be worthwhile. ok henning@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/22 10:58:20 Modified files: share/man/man8 : security.8 Log message: Trojan horse is still a noun. noted by fritjof CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/04/22 12:00:24 Modified files: productivity/vit: Makefile Log message: Vit homepage moved. From Kent R. Spillner (MAINTAINER) via private email. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/04/22 12:22:20 Modified files: usr.sbin/pkg_add/OpenBSD: ArcCheck.pm Log message: turns out there are exactly 3 ports that actually use longnames: eclipse-plugins-wtp-sdk openclipart qt4-html so switch to pax extended headers now, the transition period is not really needed. :) CVSROOT: /cvs Module name: www Changes by: jca@cvs.openbsd.org 2014/04/22 12:48:58 Modified files: faq : current.html Log message: Fix instructions for Kerberos removal. From Kent R. Spillner. CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2014/04/22 12:51:40 Modified files: faq : current.html Log message: Herr Reyk not only tried to rm -f a directory, he also assumes all the world is amd64. Scandalous! I'll claim a beer from him tonite. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/04/22 13:26:45 Modified files: mail/claws-mail: Makefile Log message: oops, s/xcb-aux/xcb-util/; from sthen@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2014/04/22 13:47:02 Modified files: mail/alpine : Makefile Log message: -pico and -pilot need bumps, too. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/04/22 14:14:39 Modified files: sys/ufs/ffs : ffs_softdep.c Log message: Fix issue where we could jump into getdirtybuf without splbio() on a retry that probably crashed espie. ok tedu@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/22 14:25:16 Modified files: sbin/mountd : mountd.c Log message: malloc/memset -> calloc. from peter malone CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/22 14:31:38 Removed files: lib/libssl/src : FAQ INSTALL lib/libssl/src/crypto/bf: bf_opts.c lib/libssl/src/crypto/bn: bn.mul bnspeed.c exp.c expspeed.c lib/libssl/src/crypto/des: FILES0 README VERSION des_opts.c options.txt lib/libssl/src/crypto/idea: idea_spd.c version lib/libssl/src/crypto/lhash: num.pl lib/libssl/src/crypto/rc2: rc2speed.c tab.c lib/libssl/src/crypto/rc4: rc4.c rc4speed.c lib/libssl/src/crypto/sha: sha.c sha1.c Log message: Remove meat which either duplicates code found in apps/, or is only of value for 20th century historians, and can be put in the Attic. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/22 14:31:57 Modified files: lib/libssl/src/crypto/asn1: f_enum.c f_int.c f_string.c Log message: fix memory leaks. from Dirk Engling CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/22 14:33:29 Removed files: lib/libssl/src/crypto/des: cbc3_enc.c lib/libssl/src/crypto/evp: e_dsa.c Log message: Remove files which look like actual code compiled in libcrypto, but isn't. One even says (in comments): HAS BUGS! DON'T USE CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/22 14:38:03 Modified files: lib/libssl/src/crypto/asn1: a_bytes.c Log message: null a pointer to prevent double free. from Dirk Engling CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/22 14:40:37 Modified files: sbin/init : init.c Log message: malloc/memset->calloc. with bonus null check. from peter malone. CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/04/22 14:41:43 Removed files: lib/libssl/src/certs: README.RootCerts lib/libssl/src/certs/demo: ca-cert.pem dsa-ca.pem dsa-pca.pem pca-cert.pem lib/libssl/src/certs/expired: ICE.crl Log message: Remove the certs directory that contains ancient files not used by anything. "yes, blow it away" beck@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/22 14:42:01 Modified files: sbin/bioctl : bioctl.c Log message: malloc/memset -> calloc. from peter malone CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/22 14:43:12 Modified files: sbin/dmesg : dmesg.c Log message: malloc/memset -> calloc. from peter malone CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/22 14:48:41 Modified files: usr.bin/ftp : ftp.c Log message: remove dead stores to error. from Fritjof Bornebusch CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/22 15:01:10 Modified files: share/man/man4 : arcofi.4 Log message: Mention 16-bit sound is supported nowadays. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/04/22 15:23:52 Modified files: x11/gnome/shell: Makefile x11/xfce4/xfprint: Makefile Log message: Restore the xcb-aux to xcb-util move. Do not regenerate WANTLIB on a system that isn't up-to-date! CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/22 15:24:20 Modified files: usr.bin/signify: signify.c Log message: use reallocarray CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/22 15:25:36 src/regress/lib/libcrypto/aeswrap Update of /cvs/src/regress/lib/libcrypto/aeswrap In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/regress/lib/libcrypto/aeswrap Log Message: Directory /cvs/src/regress/lib/libcrypto/aeswrap added to the repository CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/22 15:27:15 Modified files: lib/libssl/src/crypto/aes: aes_wrap.c regress/lib/libcrypto: Makefile Added files: regress/lib/libcrypto/aeswrap: Makefile Log message: When compiling with AES_WRAP_TEST, make main() return a meaningful value instead of garbage, and add this to the libcrypto regress. Note these tests are incomplete, as they always use the default IV. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/22 15:52:21 Modified files: lib/libssl/src/crypto: x86cpuid.pl Log message: So it turns out that libcrypto on i386 platforms, unconditionaly compiles this little gem called OPENSSL_indirect_call(), supposedly to be ``handy under Win32''. In my view, this is a free-win ROP entry point. Why try and return to libc when you can return to libcrypto with an easy to use interface? Better not give that much attack surface, and remove this undocumented entry point. ok beck@ tedu@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2014/04/22 16:11:23 Modified files: usr.bin/sudo/auth: pam.c Log message: Use calloc() instead of malloc(n * s) followed by memset(). Not actually used on OpenBSD but changed to avoid false positives in audits. From Jean-Philippe Ouellet. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/22 16:21:32 Modified files: lib/libssl/src/crypto/aes: aes.h aes_locl.h Log message: unifdef -UAES_LONG for we do not intend to run on platforms where int is smaller than 32 bits. CVSROOT: /cvs Module name: www Changes by: aoyama@cvs.openbsd.org 2014/04/22 16:40:16 Modified files: . : luna88k.html Log message: Unify the model name to LUNA-88K{,2}, that is considered the `official' name. CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2014/04/22 16:58:02 Modified files: distrib/notes/luna88k: hardware install prep whatis share/man/man4/man4.luna88k: lcd.4 pcexmem.4 share/man/man8/man8.luna88k: boot_luna88k.8 sys/arch/luna88k/luna88k: autoconf.c eh.S machdep.c usr.bin/mandoc : arch.in Log message: Unify the model name to LUNA-88K{,2}, that is considered the `official' name. ok jmc@ miod@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/04/22 18:40:59 Modified files: x11/ratpoison : Makefile distinfo x11/ratpoison/pkg: PLIST Removed files: x11/ratpoison/patches: patch-src_actions_c patch-src_manage_c Log message: Update to ratpoison-1.4.7. ok william@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/04/22 20:39:28 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: Add support for RTL8168GU from Rafael Neves CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/04/22 20:58:06 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: While we always mask the revision with 0x7c800000 linux uses a table that masks with either 0x7c800000 or 0x7cf00000 depending on the chip. Some of the hardware revisions I previously added can't be matched with the current mask, these are already handled by other revision defines so remove them. When masking the revision defines with 0x7c800000: RL_HWREV_8106E_SPIN1 is the same as RL_HWREV_8106E RL_HWREV_8168G_SPIN1 is the same as RL_HWREV_8168G RL_HWREV_8168G_SPIN2 is the same as RL_HWREV_8168GU CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/04/22 21:20:55 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: add support for RTL8168EP From Edward O'Callaghan via FreeBSD CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/04/22 21:37:29 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: rename some hardware revisions to match FreeBSD CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/04/22 22:24:39 Modified files: lib/libssl/src/crypto/asn1: n_pkey.c Log message: Rather than sprinkling magical numbers everywhere, we can use sizeof() for the size of a fixed size array. From Dirk Engling CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/04/22 22:33:10 Modified files: lib/libssl/src/crypto/asn1: x_x509.c Log message: Make sure ret->name is NULL'ed before return when freeing. from Dirk Engling CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/04/22 23:13:57 Modified files: lib/libcrypto/crypto: Makefile lib/libssl/src/crypto/engine: hw_cryptodev.c lib/libssl/src/ssl: d1_srvr.c s3_srvr.c lib/libssl/ssl : Makefile Log message: Make libssl and libcrypto compile with -Werror ok miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/22 23:23:24 Modified files: databases/virtuoso: Makefile databases/virtuoso/patches: patch-configure_in Log message: Don't hardcode paths. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2014/04/22 23:43:25 Modified files: lib/libc/stdlib: malloc.c Log message: Better, cleaner hash function that computes the same on be and le archs. Should improve sparc64 and other be archs. ok matthew@ miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/22 23:44:06 Modified files: www/mozilla : mozilla.port.mk Log message: Drop outdated comment. ok landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/22 23:53:36 Modified files: net/netatalk : Makefile Removed files: net/netatalk/patches: patch-etc_uams_uams_gss_c Log message: Drop uneeded patch. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/22 23:55:16 Modified files: net/hs-curl : Makefile net/hs-curl/pkg: DESCR Log message: Don't mention Kerberos4 which was never supported. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/04/23 02:39:58 Modified files: lang/php : Makefile.inc lang/php/5.4 : Makefile lang/php/5.5 : Makefile Log message: Enable readline support in PHP-5.4 and PHP-5.5. (But not in PHP-5.3, since readline support is broken and EOL). OK sthen@, with input from ajacoutot@, thanks. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 02:44:50 Modified files: usr.sbin/traceroute: Makefile traceroute.c usr.sbin/traceroute6: Makefile traceroute6.c Log message: Make this compile with -Wall et al. OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 02:47:16 Modified files: usr.sbin/traceroute: traceroute.c Log message: Prepare merge: s/to/to4/; s/from/from4/ OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 02:50:27 Modified files: usr.sbin/traceroute: traceroute.c Log message: Prepare merge: introduce struct sockaddr *from, *to to be used in AF independet places. OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 02:51:32 Modified files: usr.sbin/traceroute6: traceroute6.c Log message: Prepare merge: s/to/to6/; s/from/from6/ OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 02:53:49 Modified files: usr.sbin/traceroute6: traceroute6.c Log message: Prepare merge: introduce struct sockaddr *from, *to to be used in AF independet places. OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 02:55:42 Modified files: usr.sbin/traceroute: traceroute.c Log message: Prepare for merge: s/packet_ok/packet_ok4/ and use packet_ok for the AF switch. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 02:56:31 Modified files: usr.sbin/traceroute6: traceroute6.c Log message: Prepare for merge: s/packet_ok/packet_ok6/ and use packet_ok for the AF switch. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 02:58:26 Modified files: usr.sbin/traceroute: traceroute.c Log message: Prepare for merge: s/icmp_code/icmp4_code/ and use icmp_code for the AF switch. OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 02:59:35 Modified files: usr.sbin/traceroute6: traceroute6.c Log message: Prepare for merge: introduce icmp_code for the AF switch. OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 03:09:28 Modified files: usr.sbin/traceroute6: traceroute6.c Log message: sync to traceroute: move sndsock creation up. OK benno@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/04/23 03:10:51 Modified files: mail/msmtp : Makefile distinfo Log message: Update to msmtp-1.4.32. Have been using this to send mail the last couple of weeks without issue. OK gsoares@, also asked me to drop his maintainership since he does not use msmtp any more. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 03:10:53 Modified files: usr.sbin/traceroute: traceroute.c usr.sbin/traceroute6: traceroute6.c Log message: Add error checking to sysctl. While there pass in an int otherwise it failes with ENOMEM in traceroute. OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 03:11:35 Modified files: usr.sbin/traceroute6: traceroute6.c Log message: s/Nxt/nxt/ OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 03:13:00 Modified files: usr.sbin/traceroute: traceroute.c usr.sbin/traceroute6: traceroute6.c Log message: move AF independet setsockopts down OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 03:14:07 Modified files: usr.sbin/traceroute: traceroute.c Log message: Introduce check_tos to unclutter the main loop. OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 03:14:49 Modified files: usr.sbin/traceroute: traceroute.c Log message: zap redundant cast OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 03:16:11 Modified files: usr.sbin/traceroute: traceroute.c usr.sbin/traceroute6: traceroute6.c Log message: No need to set protocol in hints. OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 03:17:10 Modified files: usr.sbin/traceroute6: traceroute6.c Log message: missing break; not reachable OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 03:18:27 Modified files: usr.sbin/traceroute6: traceroute6.c Log message: Prepare merge: check AF OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 03:19:23 Modified files: usr.sbin/traceroute6: traceroute6.c Log message: s/lastaddr/lastaddr6/ OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 03:20:15 Modified files: usr.sbin/traceroute6: traceroute6.c Log message: bzero -> memset OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 03:20:59 Modified files: usr.sbin/traceroute: traceroute.c Log message: missing break; not reachable OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 03:21:41 Modified files: usr.sbin/traceroute: traceroute.c Log message: Prepare merge: check AF OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 03:22:34 Modified files: usr.sbin/traceroute: traceroute.c usr.sbin/traceroute6: traceroute6.c Log message: KNF OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 03:23:30 Modified files: usr.sbin/traceroute6: traceroute6.c Log message: Prepare for merge: no more useicmp OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 03:24:36 Modified files: usr.sbin/traceroute6: traceroute6.c Log message: Prepare for merge: s/hops/ttl/ in struct packetdata OK benno@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/23 03:25:36 Added files: x11/gnome/controlcenter/patches: patch-configure Log message: Unbreak, noticed by naddy@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 03:27:13 Modified files: usr.sbin/traceroute: traceroute.c Log message: Merge traceroute6 into traceroute. Not yet enabled in the build. OK benno@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/04/23 03:30:57 Modified files: sys/net : if_var.h route.c Log message: You don't want to use ifa_ifwithroute(), it exists for to the routing crazyness only. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/23 03:43:13 Modified files: net/telepathy/telepathy-salut: Makefile Removed files: net/telepathy/telepathy-salut/patches: patch-src_util_c Log message: This patch is not needed anymore. ok jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/04/23 03:55:18 Modified files: sysutils/upower/patches: patch-src_openbsd_up-backend_c Log message: committed upstream CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/04/23 03:56:56 Modified files: etc : Makefile rc rc.conf Removed files: etc/rc.d : ipropd_master ipropd_slave kadmind kdc kpasswdd Log message: Remove krb5 bits from rc(8). ok reyk@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2014/04/23 03:58:16 Modified files: faq : current.html Log message: Remove krb5 rc.d(8) scripts. ok reyk@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/04/23 04:14:29 Modified files: usr.bin/tmux : control-notify.c Log message: Differentiate between linked and unlinked window closes and renames, like we already do for adds. From Andre Masella. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/23 04:41:26 Modified files: x11/gnome/sushi: Makefile distinfo Log message: Update to sushi-3.12.0. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/04/23 04:47:15 Modified files: lib/libc/stdlib: malloc.c Log message: explain a bit more what's going on for stupid me. okay otto@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2014/04/23 04:50:18 Modified files: sys/net : bpf.c Log message: Don't attempt to deal with link types supported by no drivers in the tree. ok henning@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/04/23 05:09:15 Modified files: x11/spice-gtk : Makefile distinfo x11/spice-gtk/pkg: PLIST Removed files: x11/spice-gtk/patches: patch-gtk_channel-display_c Log message: update to spice-gtk-0.25 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/23 05:28:31 Modified files: audio/easytag : Makefile distinfo Log message: Update to easytag-2.2.1. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/04/23 05:34:49 Modified files: lang/gcc/4.6 : Makefile Added files: lang/gcc/4.6/patches: patch-libstdc++-v3_include_c_global_cstdio patch-libstdc++-v3_include_c_std_cstdio Log message: Fix after gets() removal (note that this is only built on alpha and hppa). ok landry@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2014/04/23 05:42:14 Modified files: share/man/man4 : vlan.4 Log message: Remove badly outdated information: FDDI and Token Ring are gone, VLAN tags on transmitted packets have been visible to bpf since the introduction of bpf_mtap_ether(). ok brad@, henning@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2014/04/23 05:47:04 Modified files: usr.bin/ftp : complete.c Log message: Kill useless assignement, matchlen is initialized two lines below. From Fritjof Bornebusch. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2014/04/23 05:49:25 Modified files: sbin/disklabel : disklabel.c Log message: don't clear label before readasciilabel(), it will not fill in some required fields like disk size, causing consistency check failures. with and ok krw@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/04/23 06:25:35 Modified files: sys/netinet : udp_usrreq.c udp_var.h Log message: Don't use varargs for udp_output() and sync the argument order with udp6_output(). ok henning@, reyk@, jca@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 06:27:32 Modified files: sbin/ping : ping.c Log message: Replace malloc / memset / select song and dance with poll(2) like ping6. Prompted by and initial diff from Peter Malone (peter _AT_ petermalone _DOT_ org), thanks! OK jca@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/23 06:37:42 Modified files: lib/libssl/src/apps: openssl.c Log message: We do not need ARGV, Argc and Argv - just use argc and argv like normal people do. ok beck@ (although he wanted #Arrrrrrrgv instead). CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/23 06:42:16 Modified files: lib/libssl/src/crypto/asn1: d2i_pu.c Log message: Casting from a const unsigned char ** to a const unsigned char ** seems... unnecessary. Remove the temporary ugly casts - the comments even call them that! ok guenther@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/04/23 06:42:34 Modified files: usr.bin/ssh : readconf.c Log message: don't record duplicate IdentityFiles CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/04/23 06:45:18 Modified files: sys/dev/ic : rtsx.c share/man/man4 : rtsx.4 Log message: Document RTS5227 support in rtsx(4). CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2014/04/23 07:16:28 Modified files: share/man/man4 : sl.4 sbin/slattach : slattach.8 Log message: His name is Van Jacobson. ok jmc@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/04/23 07:58:55 Modified files: lib/libc/gen : err.3 Log message: more info about HISTORY; ok jmc@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/04/23 08:12:28 Modified files: devel/frama-c : Makefile devel/frama-c/pkg: PFRAG.dynlink-native PFRAG.native PFRAG.no-native PLIST Log message: Enable GUI support. ok sthen@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2014/04/23 08:15:03 Modified files: usr.sbin/unbound/util: random.c Log message: Use arc4random as PRNG backend, instead of libcrypto RAND. Feedback and ok guenther@ deraadt@ Discussed with upstream, who is preparing an arc4random backend. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/23 08:43:14 Modified files: sys/netinet : ip_divert.c ip_divert.h sys/netinet6 : ip6_divert.c ip6_divert.h Log message: No need for vargs here. While there move declaration of divert{,6}_output() to .c as it's a private function. Also switch first two args to make it more like similar functions (both suggested by mpi@). Input/OK mpi@, OK lteo@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/04/23 08:43:37 Modified files: www/py-django : Tag: OPENBSD_5_4 Makefile distinfo www/py-django/pkg: Tag: OPENBSD_5_4 PLIST Log message: Security update to fix 3 security flaws: - Unexpected code execution using reverse() (CVE-2014-0472) - Caching of anonymous pages could reveal CSRF token (CVE-2014-0473) - MySQL typecasting (CVE-2014-0474) https://www.djangoproject.com/weblog/2014/apr/21/security/ ok Ryan Boggs (maintainer) CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/04/23 08:43:39 Modified files: www/py-django : Tag: OPENBSD_5_5 Makefile distinfo www/py-django/pkg: Tag: OPENBSD_5_5 PLIST Log message: Security update to fix 3 security flaws: - Unexpected code execution using reverse() (CVE-2014-0472) - Caching of anonymous pages could reveal CSRF token (CVE-2014-0473) - MySQL typecasting (CVE-2014-0474) https://www.djangoproject.com/weblog/2014/apr/21/security/ ok Ryan Boggs (maintainer) CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2014/04/23 09:04:23 Modified files: build : support.dat Log message: new: Hector Luis Gimbatti, Rosario, Argentina; ok sthen@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2014/04/23 09:06:20 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/23 09:07:27 Modified files: lib/libc/stdlib: malloc.c Log message: CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/23 09:45:16 Modified files: usr.sbin/relayd: snmp.c Log message: Fix format string in DEBUG message (not compiled by default). ok blambert@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/04/23 10:07:06 Modified files: usr.bin/mandoc : html.c man_html.c man_term.c mdoc_html.c mdoc_term.c mdoc_validate.c roff.c tbl_data.c Log message: Audit strlcpy(3)/strlcat(3) usage. * Repair three instances of silent truncation, use asprintf(3). * Change two instances of strlen(3)+malloc(3)+strlcpy(3)+strlcat(3)+... to use asprintf(3) instead to make them less error prone. * Cast the return value of four instances where the destination buffer is known to be large enough to (void). * Completely remove three useless instances of strlcpy(3)/strlcat(3). * Mark two places in -Thtml with XXX that can cause information loss and crashes but are not easy to fix, requiring design changes of some internal interfaces. * The file mandocdb.c remains to be audited. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/23 10:26:33 Modified files: lib/libc/gen : err.3 Log message: tweak previous; sorry ingo, my review was pretty poor; CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/04/23 10:33:37 Modified files: usr.bin/mandoc : mandocdb.c mansearch.c Log message: improve SQL style: avoid "SELECT *", be explicit in what columns we want; suggested by espie@. CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2014/04/23 10:49:22 Modified files: . : orders.html Log message: Canada postage has increased for single CD sets from $3 to $4 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/04/23 11:59:01 Modified files: net/prosody : Makefile distinfo net/prosody/patches: patch-Makefile patch-certs_Makefile patch-prosody_cfg_lua_dist net/prosody/pkg: PLIST Log message: Update to prosody-0.9.4, from Henrik Friedrichsen (new maintainer) and a few tweaks by me. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2014/04/23 12:16:36 Modified files: sbin/ping : ping.c sbin/ping6 : ping6.c Log message: Better name for fdmaskp, reduce the scope of some variables, don't abuse cc for poll()'s return value, and indent decls. ok florian@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/04/23 12:24:23 Modified files: . : Makefile.cross share/mk : bsd.README bsd.prog.mk usr.bin/skeyinit: skeyinit.1 skeyinit.c libexec/login_reject: login_reject.8 Log message: Remove more Kerberos cruft. ok jca@ jmc@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/23 12:40:39 Modified files: lib/libssl/src/crypto/evp: bio_ok.c lib/libssl/src/crypto/modes: ctr128.c gcm128.c modes_lcl.h xts128.c lib/libssl/src/crypto/rc4: rc4_enc.c lib/libssl/src/crypto/sha: sha256.c sha_locl.h lib/libssl/src/ssl: d1_pkt.c Log message: Figure out endianness at compile-time, using _BYTE_ORDER from , rather than writing 1 to a 32-bit variable and checking whether the first byte is nonzero. tweaks and ok matthew@; ok beck@ tedu@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/23 13:01:50 Modified files: lib/libssl/src/crypto/asn1: tasn_fre.c Log message: Remove duplicate pointer assignment in ASN1_primitive_free(); Dirk Engling CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/04/23 13:08:52 Modified files: usr.bin/mandoc : mandocdb.c Log message: Audit strlcpy(3)/strlcat(3) usage: * Add missing truncation checks to three calls. * In four cases where we know that the distination buffer is large enough, cast the return vailue to (void). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/23 13:09:49 Modified files: lib/libssl/src/apps: dh.c dhparam.c dsa.c dsaparam.c ec.c ecparam.c engine.c gendh.c gendsa.c genrsa.c passwd.c rsa.c rsautl.c lib/libssl/src/crypto: md32_common.h lib/libssl/src/crypto/asn1: n_pkey.c lib/libssl/src/crypto/bn: bn_div.c bn_lcl.h lib/libssl/src/crypto/camellia: camellia.c lib/libssl/src/crypto/des: des_locl.h lib/libssl/src/crypto/evp: e_aes_cbc_hmac_sha1.c e_camellia.c p_open.c lib/libssl/src/crypto/modes: modes_lcl.h lib/libssl/src/crypto/pem: pem_seal.c lib/libssl/src/crypto/rc5: rc5_locl.h lib/libssl/src/crypto/sha: sha512.c Log message: Unifdef -UPEDANTIC. ok beck@ tedu@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/23 13:11:19 Removed files: lib/libssl/src/crypto/bf: bfspeed.c Log message: Forgotten during latest spring cleaning of unreferenced bits. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/23 13:12:21 Removed files: lib/libssl/src/crypto/cast: cast_spd.c castopts.c Log message: Grr, the more you remove, the more there remain. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/23 13:14:59 Modified files: lib/libssl/src/crypto/bn: bn_lib.c lib/libssl/src/crypto/rc4: rc4_enc.c Log message: I'm glad to know that Ultrix CC has a bug optimizing switch() statements lacking an explicit `case 0:' construct. But Ultrix has been dead for more than 15 years, really. Don't give it any reason to move out of its coffin. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/23 13:16:15 Modified files: lib/libssl/src/crypto/bn: bn_add.c Log message: Remove IRIX_CC_BUG workaround. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/23 13:17:48 Modified files: lib/libssl/src/crypto/bn: bn_mont.c Log message: When I grow up, I want to write workaround for long long multiplications under __TANDEM systems and compilers, using hardcoded octal numbers. NOT. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/23 13:20:36 Modified files: lib/libssl/src/crypto/bn: bn_lcl.h Log message: One last Dec C tentacle on alpha. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/04/23 13:35:26 Modified files: devel/orc : Makefile distinfo devel/orc/pkg : PLIST Log message: Update to orc 0.4.19. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/04/23 14:14:40 Modified files: multimedia/k3b : Makefile multimedia/k3b/patches: patch-plugins_decoder_ffmpeg_k3bffmpegwrapper_cpp Log message: Update k3b for newer FFmpeg API. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/23 14:21:23 Modified files: lib/libssl/src/crypto/bio: b_sock.c Log message: if realloc failed, BIO_accept would leak memory and return NULL, causing caller to crash. Fix leak and return an error instead. from Chad Loder CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/23 14:22:37 Modified files: lib/libssl/src/crypto/bio: b_sock.c Log message: close socket in failure cases too CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/23 14:50:18 Modified files: lib/libssl/src/ssl: ssl_sess.c Log message: whitespace CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/23 14:59:36 Modified files: lib/libssl/src/crypto/bio: b_sock.c bss_dgram.c Log message: The usual idiom to cope with systems not defining socklen_t is to add a #define socklen_t int somewhere (or a typedef, whatever gives you an integer type of the size your system expects as the 3rd argument of accept(2), really). OpenSSL here is a bit more creative by using an union of an int and a size_t, and extra code if sizeof(int) != sizeof(size_t) in order to recover the proper size. With a comment mentioning that this has no chance to work on a platform with a stack growing up and accept() returning an int, fortunately this seems to work on HP-UX. Switch to the light side of the force and declare and use socklen_t variables, period. If your system does not define socklen_t, consider bringing it back to your vendor for a refund. ok matthew@ tedu@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/23 15:01:15 Modified files: lib/libssl/src/ssl: kssl.c Log message: null pointers after free to prevent double frees and worse. also fix a very obvious use after free. this file may still be a total loss. CVSROOT: /cvs Module name: www Changes by: jcs@cvs.openbsd.org 2014/04/23 15:04:42 Modified files: build : support.dat Log message: update superblock entry CVSROOT: /cvs Module name: www Changes by: jcs@cvs.openbsd.org 2014/04/23 15:05:02 Modified files: . : support.html Log message: regen CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/04/23 15:06:33 Modified files: usr.bin/mandoc : eqn.c mandoc_aux.c mandoc_aux.h mandocdb.c manpath.c mansearch.c mdoc_argv.c mdoc_validate.c term.c term_ps.c Log message: Audit malloc(3)/calloc(3)/realloc(3) usage. * Change eight reallocs to reallocarray to be safe from overflows. * Change one malloc to reallocarray to be safe from overflows. * Change one calloc to reallocarray, no zeroing needed. * Change the order of arguments of three callocs (aesthetical). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/23 15:28:52 Removed files: lib/libssl/src/crypto: buildinf.h Log message: No longer needed during build. Brings a smile on beck@'s face. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/23 15:49:49 Modified files: lib/libssl/src/crypto/dso: dso_lib.c Log message: malloc/memset -> calloc. from peter malone CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/23 15:53:19 Modified files: lib/libssl/src/crypto: x86_64cpuid.pl Log message: Don't bother generating win64 assembly prologue. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/23 15:54:30 Modified files: lib/libssl/src/crypto/dso: dso_dlfcn.c dso_lib.c Log message: replace a bunch of hand duped strings with strdup CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/23 15:55:26 Modified files: lib/libssl/src/crypto/dso: dso_dlfcn.c Log message: fix some variables CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/23 15:58:05 Removed files: lib/libssl/src/crypto/dso: README Log message: ain't nobody got time for hpux CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/04/23 16:10:50 Modified files: x11/freerdp : Makefile Added files: x11/freerdp/patches: patch-channels_drdynvc_tsmf_ffmpeg_tsmf_ffmpeg_c Log message: Update freerdp for newer FFmpeg API. ok sthen@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/23 16:26:26 Modified files: lib/libssl/src/crypto/rsa: rsa_pk1.c lib/libssl/src/doc/ssl: SSL_CTX_set_options.pod lib/libssl/src/ssl: d1_clnt.c s3_clnt.c ssl.h ssl_locl.h Log message: Unifdef -UPKCS1_CHECK and remove SSL_OP_PKCS1_CHECK_[12], this is leftover ``debug'' code from a 15+ years old bugfix and the SSL_OP_PKCS1_CHECK_* constants have had a value of zero since ages. No production code should use them. ok beck@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/04/23 17:04:21 Modified files: devel/p5-Data-Validate-IP: Makefile distinfo Log message: update p5-Data-Validate-IP to 0.23 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/04/23 17:17:30 Modified files: textproc/p5-PDF-Table: Makefile Log message: remove myself from maintainer CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/04/23 18:28:02 Modified files: usr.bin/mandoc : apropos.1 Log message: misplaced punctuation CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/23 19:04:52 Modified files: lib/libssl/src/crypto: x86_64cpuid.pl Log message: repair missing semicolon. from Ian Mcwilliam CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/23 19:34:36 Modified files: bin/cp : utils.c Log message: calloc is better. from Peter Malone CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/23 19:57:06 Modified files: bin/systrace : intercept.c Log message: calloc is better. from Peter Malone CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/04/23 22:07:26 Modified files: sys/dev/pci : pcidevs Log message: add some more intel sata devices in ide mode CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/04/23 22:08:01 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/04/23 22:11:17 Modified files: sys/dev/pci : pciide.c Log message: match some more intel sata devices in ide mode CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/23 22:31:30 Modified files: lib/libssl/src/ssl: s3_pkt.c Log message: on today's episode of things you didn't want to learn: do_ssl3_write() is recursive. and not in the simple, obvious way, but in the sneaky called through ssl3_dispatch_alert way. (alert level: fuchsia) this then has a decent chance of releasing the buffer that we thought we were going to use. check for this happening, and if the buffer has gone missing, put another one back in place. the direct recursive call is safe because it won't call ssl3_write_pending which is the function that actually does do the writing and releasing. as reported by David Ramos to openssl-dev: http://marc.info/?l=openssl-dev&m=139809493725682&w=2 ok beck CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/04/23 22:36:08 Modified files: lib/libssl/src/apps: ciphers.c Log message: Support for the -ssl2 option has been removed, so remove it from usage as well ("openssl ciphers -h"). "sure" miod@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/23 22:45:43 Modified files: lib/libssl/src/ssl: s3_clnt.c Log message: remove redundant asign. from David Hill CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/04/24 00:02:58 Modified files: lib/libssl/src/ssl: s3_pkt.c Log message: A fantastic way to make a large unsigned number is to assign a small signed one to it.. Some people on OpenSSL's list noticed - http://marc.info/?l=openssl-dev&m=139809485525663&w=2 This should fix that, and make sure we don't try to write out insane amounts of stuff. ok miod@ tedu@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2014/04/24 02:51:08 Modified files: usr.sbin/snmpd : parse.y Log message: fix copied text in error string ok reyk@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2014/04/24 03:05:10 Modified files: regress/sys/kern/sosplice: funcs.pl regress/usr.sbin/relayd: funcs.pl Log message: The switch statement given/when was introduced in Perl 5.10 and got experimental in Perl 5.18. So we see warnings in the tests. given is experimental at funcs.pl line 62. when is experimental at funcs.pl line 63. Just suppress this type of warnings for now. If Perl will disable smart match, the simple regression code still works. If they will choose to remove given/when, we can fix it later. Discussed with and OK andre@ afresh1@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/04/24 03:14:43 Modified files: usr.bin/tmux : cmd-capture-pane.c cmd-choose-buffer.c cmd-delete-buffer.c cmd-list-buffers.c cmd-load-buffer.c cmd-paste-buffer.c cmd-save-buffer.c cmd-set-buffer.c input-keys.c paste.c server.c status.c tmux.h window-copy.c Log message: There is no longer a need for a paste_stack struct or for global_buffers to be global. Move to paste.c. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/04/24 03:40:28 Modified files: sys/dev/usb : uhidev.c uhidev.h ukbd.c usbdi_util.c usbdi_util.h Log message: Change the usbd_*_report() family of functions to take a usbd_device and a infaceno argument instead of an iface pointer. While here, remove some unused functions and inlined usbd_read_report_desc since it is used only once. This is part of plumbing required to convert the various USB HID devices to handle multiples report IDs. ok andre@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/24 04:18:51 Modified files: databases/libpqxx: Makefile databases/libpqxx/pkg: PLIST Removed files: databases/libpqxx/pkg: PFRAG.shared Log message: Regen WANTLIB after kerberos removal from postgresql. prodded by jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/24 04:28:40 Modified files: converters/p5-JSON-DWIW: Makefile Log message: doesn't need groff now the indent bug is fixed CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/24 05:07:13 Modified files: devel/p5-App-CLI: Makefile distinfo devel/p5-App-CLI/pkg: PLIST Log message: update to p5-App-CLI-0.313 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/24 05:11:35 Modified files: devel/p5-Class-Autouse: Makefile distinfo Log message: update to p5-Class-Autouse 2.01 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/24 05:15:30 Modified files: devel/p5-Test-Inline: Makefile distinfo devel/p5-Test-Inline/pkg: PLIST Log message: missing test dep, and don't USE_GROFF CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/24 05:18:06 Modified files: lang/feldspar : Makefile.inc Log message: zap unnecessary PERMIT_* CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/24 05:25:04 Modified files: textproc/p5-LaTeX-Encode: Makefile distinfo textproc/p5-LaTeX-Encode/pkg: PLIST Log message: update to p5-LaTeX-Encode-0.08 CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/04/24 05:55:12 Modified files: sys/net : pf.c Log message: ewps... repair qid assignment CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/24 06:04:31 Modified files: lib/libssl/src/apps: speed.c Log message: Rip a bunch of ifdefs from speed. We know we can fork, have SIGALRM and do not use lint. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/24 06:19:59 Modified files: lib/libssl/src/apps: openssl.c Log message: Remove more FIPS tenticles. ok beck@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2014/04/24 06:21:26 Modified files: lib/libssl/src/ssl: s3_clnt.c s3_lib.c ssl_lib.c Log message: KNF CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/24 06:22:22 Modified files: lib/libssl/src/apps: asn1pars.c ca.c ciphers.c cms.c crl.c crl2p7.c dgst.c dh.c dhparam.c dsa.c dsaparam.c ec.c ecparam.c enc.c engine.c errstr.c gendh.c gendsa.c genrsa.c passwd.c pkcs12.c pkcs7.c prime.c rand.c req.c rsa.c s_client.c s_server.c s_time.c sess_id.c smime.c speed.c spkac.c srp.c ts.c verify.c version.c x509.c Log message: When OPENSSL_C is not defined, apps_startup becomes a signal(SIGPIPE, SIG_IGN) and apps_shutdown is a no-op. So just do that instead. ok beck@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/24 06:39:02 Modified files: lib/libssl/src/apps: dhparam.c dsaparam.c gendh.c genpkey.c genrsa.c req.c Log message: unifdef -U LINT CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2014/04/24 07:05:38 Modified files: www/wordpress : Makefile distinfo Log message: Update to 3.8.3 http://wordpress.org/news/2014/04/wordpress-3-8-3/ Till waiting a 'better' version of 3.9. OK kirby@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2014/04/24 07:06:52 Modified files: lib/libssl/src/ssl: s3_clnt.c s3_lib.c s3_srvr.c ssl_lib.c Log message: More KNF, things that couldn't be verified with md5(1), and some whitespace I missed on the first go around. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/24 07:12:18 Modified files: lib/libssl/src/crypto/ui: ui_lib.c ui_openssl.c Log message: More KNF. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/24 07:19:39 Modified files: x11/gnome/controlcenter: Makefile x11/gnome/controlcenter/pkg: PLIST Added files: x11/gnome/controlcenter/patches: patch-configure_ac patch-panels_user-accounts_Makefile_am patch-panels_user-accounts_um-account-dialog_c Removed files: x11/gnome/controlcenter/patches: patch-configure patch-panels_Makefile_in patch-panels_user-accounts_Makefile_in patch-shell_Makefile_in patch-shell_cc-panel-loader_c Log message: Make it possible to build the user-account panel without kerberos. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/24 07:41:39 Modified files: share/man/man7 : hier.7 Log message: adjust some list widths; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/24 07:48:38 Modified files: share/man/man3 : intro.3 Log message: no more asn1 or comm_err; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/24 08:00:35 Modified files: usr.bin/rdist : rdist.1 Log message: simpler description for -P, avoiding the need to discuss rsh; CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/24 08:03:38 Modified files: lib/libssl/src/crypto/ui: ui_openssl.c Log message: You want signals?!? I'll give you signals!!! Oh, and we have termios as well... ok beck@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/24 08:14:08 Modified files: usr.bin/su : su.1 Log message: remove kerberos reference, and knock some fairly useless Xr out; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/24 08:26:21 Modified files: www/squid : Makefile.inc www/squid/snapshot: Makefile www/squid/snapshot/pkg: PLIST-main www/squid/stable: Makefile distinfo www/squid/stable/patches: patch-configure_ac patch-src_Makefile_am patch-src_cf_data_pre www/squid/stable/pkg: PLIST-main Log message: update squid/stable to 3.4.4.2, move some now-common pieces up into squid/Makefile.inc, and regen PLISTs with @commented pieces from PLIST-ntlm to avoid problems with future regens if samba is installed. CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2014/04/24 08:52:09 Modified files: etc/etc.luna88k: MAKEDEV.md Log message: Add pcex{mem,io} entries to MAKEDEV. ok miod@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/24 08:55:39 Modified files: usr.bin : Makefile usr.sbin : Makefile Log message: days since rwhod was useful: 5475 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/04/24 08:55:50 Modified files: databases/hs-HDBC-postgresql: Makefile databases/hs-HDBC-postgresql/patches: patch-HDBC-postgresql_cabal Log message: unbreak runtime after libcom_err went away CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/24 08:59:06 Removed files: usr.sbin/rwhod : Makefile rwhod.8 rwhod.c Log message: That is strength, boy! That is power! What is steel compared to the hand that wields it? Look at the strength in your body, the desire in your heart, I gave you this! Such a waste. Contemplate this on the tree of woe. CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2014/04/24 09:01:12 Modified files: etc/etc.luna88k: MAKEDEV Log message: regen CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/24 09:01:27 Removed files: usr.bin/rwho : Makefile rwho.1 rwho.c usr.bin/ruptime: Makefile ruptime.1 ruptime.c Log message: I have not eaten for days. And who says you will? CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/24 09:03:04 Modified files: usr.bin/rusers : rusers.1 usr.bin/rup : rup.1 Log message: rm rwho xr CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/24 09:05:10 Modified files: etc : Makefile daily rc rc.conf Removed files: etc/rc.d : rwhod Log message: rm rwhod tentacles CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/04/24 09:07:20 Modified files: lib/libssl/src/crypto/err: err.c err.h Log message: add ERR_asprintf_error_data, A tool to be used to get rid of the far too frequent construct of 30 lines of pointer and strlcat insanity followed by an ERR_add_error_data. I will sweep through here like a chubby mongol horde in the next few days pillaging crappy ERR_add_error_data's. Oh and while we're at it fix the nasty vdata function to use something less hard on the eyes. ok jsing@ CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2014/04/24 09:09:35 Modified files: share/man/man8/man8.luna88k: MAKEDEV.8 Log message: regen CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/24 09:12:20 Modified files: lib/libssl/src/crypto/ui: ui_lib.c Log message: Remove some malloc/strlcpy/strlcat horror. Just use asprintf and avoid an unchecked malloc at the same time. ok beck@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/24 09:17:08 Modified files: net/socat : Makefile net/socat/patches: patch-doc_socat_1 Added files: net/socat/patches: patch-doc_socat_html patch-doc_xio_help patch-sslcls_c patch-sslcls_h patch-test_sh patch-xio-openssl_c patch-xio-openssl_h patch-xioopts_c patch-xioopts_h Log message: patch socat for RAND_egd removal; from nigel@ (OK'd by me a few days ago but not yet committed) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/24 09:38:13 Modified files: lib/libssl/src/ssl: s3_clnt.c Log message: Make it compile again. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/04/24 09:38:25 Modified files: sys/dev/pci : pciide.c Log message: no need to check for default_chip_map twice in one if statement CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/24 09:50:02 Modified files: lib/libssl/src/ssl: d1_both.c Log message: More KNF. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/04/24 09:54:01 Modified files: www/liferea : Makefile distinfo Log message: Bugfix update to 1.10.9 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/24 09:58:54 Modified files: sysutils/syslog-ng: Makefile Added files: sysutils/syslog-ng/patches: patch-modules_json_jsonparser_c Log message: handle json-c update, tidy some whitespace in Makefile while there CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/24 09:59:26 Modified files: devel/libsoup : Makefile devel/libsoup/pkg: DESCR Log message: tweak description for libsoup; it's now a general HTTP library as well as handling SOAP. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/04/24 10:20:34 Modified files: databases/hs-postgresql-libpq: Makefile Added files: databases/hs-postgresql-libpq/patches: patch-postgresql-libpq_cabal Log message: Unbreak following kerberos removal. From maintainer David Schaefer Looks fine to kili@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/04/24 10:21:27 Added files: geo/postgis/patches: patch-configure patch-liblwgeom_lwin_geojson_c Log message: Unbreak after json-c update. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/04/24 10:29:03 Modified files: net/lftp : Makefile distinfo net/lftp/patches: patch-configure patch-src_Makefile_in Log message: Update lftp to 4.4.15 maintainer timeout, ok sthen@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2014/04/24 10:29:48 Modified files: usr.bin/sudo : env.c Log message: Fix logic inversion when checking environment variables on the command line against the blacklist. This is only a problem when env_reset is disabled. CVE 2014-0106 CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/24 11:13:11 Modified files: lib/libssl/src/ssl: kssl.c Log message: obvious use after free was less obviously not a use after free. who uses '\0' as a null pointer constant? fix my mistake and restore original semantics. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/04/24 11:41:54 Modified files: www/py-mako : Makefile distinfo Log message: update to Mako-0.9.1 CVSROOT: /cvs Module name: src Changes by: giovanni@cvs.openbsd.org 2014/04/24 12:35:25 Modified files: lib/libssl/src/crypto/des: des_locl.h Log message: unifdef MSDOS ok miod@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/24 12:52:11 Modified files: share/man/man8 : daily.8 share/man/man5 : utmp.5 share/man/man7 : hier.7 Log message: no more rwho/ruptime; CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2014/04/24 12:52:58 Modified files: comms/xastir : Makefile comms/xastir/pkg: PLIST Added files: comms/xastir/patches: patch-Makefile_in Log message: install manuals to the right place; ok abieber (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/24 12:56:24 Modified files: lib/libc/net : rcmdsh.c Log message: uses ssh these days, not rsh; ok tedu CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/24 13:04:54 Modified files: etc : daily Log message: jmc spotted more ruptime tentacles CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/24 13:07:55 Modified files: usr.bin/passwd : passwd.1 Log message: no more kinit(1); CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/04/24 13:08:01 Modified files: share/man/man5 : Makefile Added files: share/man/man5 : mandoc.db.5 Log message: document the new makewhatis(8)/apropos(1) database format; original idea to have some documentation about this by espie@; ok jmc@ CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2014/04/24 13:11:17 ports/textproc/uchardet/patches Update of /cvs/ports/textproc/uchardet/patches In directory cvs.openbsd.org:/tmp/cvs-serv3152/patches Log Message: Directory /cvs/ports/textproc/uchardet/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2014/04/24 13:13:28 Modified files: textproc/uchardet: Makefile textproc/uchardet/pkg: PLIST Added files: textproc/uchardet/patches: patch-doc_CMakeLists_txt Log message: install manual to the right place; ok sthen@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/24 13:19:28 Modified files: usr.bin/less : more.1 Log message: combine some notes in STANDARDS for consistency; CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/24 13:38:22 Modified files: lib/libssl/src/ssl: s3_pkt.c Log message: rearrange a bit of code/comments CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/24 13:54:04 Modified files: lib/libssl/src/ssl: ssl.h Log message: Bring back the SSL_OP_PKCS1_CHECK_* defines (defined to zero, as they already were), after stumbling upon code (mis)using them in the wild. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/04/24 14:33:43 Modified files: graphics/dcmtk : Makefile graphics/dcmtk/patches: patch-dcmtls_libsrc_tlslayer_cc graphics/dcmtk/pkg: PLIST Log message: Unbreak after RAND_egd removal. ok naddy@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2014/04/24 14:44:49 Modified files: lib/libssl/src/ssl: s3_clnt.c Log message: Fix indentation. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2014/04/24 14:56:02 Modified files: usr.bin/less/less: Makefile Log message: Install separate more.1 instead of using a link from less.1. Requested by jmc@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/24 15:07:37 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: mi distrib/sets/lists/etc: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/04/24 15:22:05 Modified files: usr.bin/unifdef: unifdef.1 Log message: Re-add rcsid, and switch back to our previous descriptions for -iDsym[=value] and -iUsym which jmc and I find a bit easier to understand. ok jmc CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/24 15:31:02 Modified files: lib/libssl/src/apps: genrsa.c lib/libssl/src/crypto/bn: bn.h bn_div.c bn_gf2m.c bn_lcl.h bn_lib.c bn_mod.c bn_nist.c bn_prime.h bn_prime.pl lib/libssl/src/crypto/bn/asm: parisc-mont.pl Log message: Try to clean the maze of defines regarding the BN internals. The intent of this change is to only keep support for two kind of architectures: - those with 32-bit int and long, and 64-bit long long, where ``long * long -> long long'' multiplication routines are available. - those with 64-bit int and long, and no 128-bit long long type. This gets rid of the SIXTY_FOUR_BIT_LONG, SIXTY_FOUR_BIT (not the same!), THIRTY_TWO_BIT, SIXTEEN_BIT and EIGHT_BIT defines. After this change, the types and defines are as follows: arch: 64bit 32bit rationale BN_LLONG undefined defined defined if l * l -> ll BN_ULLONG undefined u long long result of BN_LONG * BN_LONG BN_ULONG u long u int native register size BN_LONG long int the same, signed BN_BITS 128 64 size of 2*BN_ULONG in bits BN_BYTES 8 4 size of 2*BN_ULONG in bytes BN_BITS2 64 32 BN_BITS / 2 Tested on various 32-bit and 64-bit OpenBSD systems of various endianness. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/24 15:37:47 Modified files: net/pidgin-sipe: Makefile distinfo Log message: update to pidgin-sipe 1.18.1, from maintainer Tom Doherty (plus zap REVISION line, from me) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/24 15:44:07 Added files: lang/pypy/patches: patch-lib-python_2_7_socket_py patch-lib-python_2_7_ssl_py patch-pypy_module__ssl___init___py patch-pypy_module__ssl_interp_ssl_py patch-rpython_rlib_ropenssl_py Log message: handle RAND_egd removal (may require further tweaking but at least it builds now..) CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/04/24 15:52:20 Added files: lang/swi-prolog/patches: patch-packages_ssl_ssl4pl_c Log message: Add patch that was supposed to be part of my last commit. Fix SWI Prolog build (broken due to SSL rampage). OK naddy@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/04/24 17:49:26 Modified files: telephony/p5-Net-SIP: Makefile distinfo Log message: update p5-Net-SIP to 0.687 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/04/24 17:59:58 Modified files: net/p5-NetAddr-IP: Makefile distinfo Log message: update p5-NetAddr-IP to 4.073 CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/04/24 21:38:59 Modified files: lib/libssl/src/ssl: ssl_txt.c Log message: KNF fixes CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/24 22:02:04 Modified files: lib/libssl/src/crypto/ui: ui_lib.c Log message: Use const char *. Suggested by miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/24 22:10:26 Modified files: usr.sbin/openssl: Makefile Log message: Remove defined varibles that no longer do anything. ok miod@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/25 00:31:48 Modified files: usr.bin/less : more.1 Log message: be a bit clearer about what this page is; ok millert schwarze CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2014/04/25 00:57:11 Modified files: usr.sbin/snmpd : Makefile ber.c parse.y snmpd.c snmpd.conf.5 snmpd.h Added files: usr.sbin/snmpd : traphandler.c Log message: Support running user-defined actions on receipt of snmp traps. testing sthen@ much man page guidance jmc@ ok reyk@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/04/25 02:55:13 Modified files: net/p5-Net-DNS : Makefile distinfo net/p5-Net-DNS/pkg: PLIST Log message: - update p5-Net-DNS to 0.74 - take maintainer CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/04/25 03:20:27 Modified files: mail/p5-Mail-SpamAssassin: Makefile Added files: mail/p5-Mail-SpamAssassin/patches: patch-spamd_spamd_raw Log message: OpenBSD does not support AI_ADDRCONFIG so SpamAssassin did not use getaddrinfo. This caused a lot of warnings and the regression tests failed. Remove the check for AI_ADDRCONFIG from the eval that imports Socket.pm. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2014/04/25 03:38:45 Modified files: x11/xfce4/xfce4-taskmanager: Makefile x11/xfce4/xfce4-taskmanager/patches: patch-src_task-manager-bsd_c Log message: Use the UVM way to get memory stats. The VM_METER sysctl(3) should only be used to query process stats. ok landry@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/04/25 03:41:21 Modified files: sbin/iked : pfkey.c Log message: don't access a pointer till after the null check ok mikeb@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/04/25 03:43:04 Modified files: sys/dev/pci : mpii.c Log message: don't access a pointer till after the null check ok mikeb@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/04/25 03:44:38 Modified files: sys/netinet : in.c in.h tcp_input.c Log message: Kill in_localaddr(), one less usage of the global list of IPv4 addresses. This function is used only once in our tree to optimize the size of the MSS if the forward address correspond to a host on one of our subnets, but only if ip.mutdisc is disable, which is not the default! While here get rid of the "#ifdef RTV_MTU", it is here. ok henning@, mikeb@, bluhm@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/25 03:44:55 Modified files: x11/p5-Tk : Makefile distinfo x11/p5-Tk/pkg : PLIST-demo PLIST-main Removed files: x11/p5-Tk/patches: patch-IO_IO_xs patch-PNG_Makefile_PL patch-pTk_mTk_generic_tkBind_c patch-tkGlue_c Log message: update to p5-Tk 804.032, from Rivo Nurges CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/25 03:47:50 Modified files: graphics/mapivi: Makefile graphics/mapivi/patches: patch-mapivi Log message: unbreak with perl 5.18 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/04/25 03:49:33 Modified files: sys/arch/armv7/sunxi: sxirtc.c Log message: test dt_min for invalid minute values instead of testing dt_sec twice ok bmercer@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/25 03:58:30 Modified files: x11/gnome/controlcenter: Makefile Log message: Missing BUILD_DEPENDS. spotted by espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/25 04:14:59 Modified files: textproc/gtkspell3: Makefile distinfo textproc/gtkspell3/pkg: PLIST Log message: Update to gtkspell3-3.0.6. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/04/25 04:33:36 Modified files: sys/dev/pckbc : pms.c Log message: Do no reprobe for a supported protocol when enabling a pointing device of type PMS_STANDARD, probing during autoconf(9) is enough!. In such case, the device can be a simple PS/2 mouse, a unsupported touchpad or a downgraded touchpad if something bad happened. But it is very unlikely that reprobing will improve the situation and transform a standard mouse into a multitouch-aware touchpad ;) This fixes the 12 seconds delay seen on various Dell laptops (E4310 and Latitude D630) when starting Xorg, reported by Kārlis Miķelsons on bugs@. ok stsp@, dcoppa@, shadchin@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/04/25 04:41:09 Modified files: sys/net : route.c route.h rtsock.c Log message: Remove rti_ifp from rt_addrinfo, one less ifp pointer, say yay! This pointer was only needed by rt_getifa() to find an address, so turn it into a local variable. ok henning@, bluhm@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2014/04/25 05:00:34 Modified files: www/phppgadmin : Makefile distinfo www/phppgadmin/pkg: PLIST Log message: Update to 5.1 ok benoit@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2014/04/25 05:12:14 Modified files: usr.sbin/snmpd : control.c Log message: Remove NULL pointer dereference, which jsg insists I not call a use-after free, from error path. found by and ok jsg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/25 05:17:27 Modified files: devel/ptlib : Makefile distinfo devel/ptlib/patches: patch-make_unix_mak patch-plugins_Makefile_in patch-src_ptlib_unix_osutil_cxx devel/ptlib/pkg: PLIST Added files: devel/ptlib/patches: patch-configure patch-include_ptlib_unix_ptlib_platform_h patch-make_toplevel_mak Removed files: devel/ptlib/patches: patch-Makefile_in patch-configure_ac patch-include_ptlib_unix_ptlib_contain_h patch-make_common_mak patch-make_lib_mak patch-plugins_configure_in patch-plugins_vidinput_bsd_vidinput_bsd_h patch-plugins_vidinput_v4l2_vidinput_names_cxx patch-ptlib_m4 patch-src_ptlib_common_osutils_cxx patch-src_ptlib_common_pluginmgr_cxx patch-src_ptlib_unix_socket_cxx patch-src_ptlib_unix_svcproc_cxx patch-src_ptlib_unix_tlib_cxx Log message: Update to ptlib-2.12.9. Drop support for v4l2, our implementation is seriously lacking behind. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/25 05:17:59 Modified files: net/h323plus : Makefile distinfo net/h323plus/patches: patch-Makefile_in net/h323plus/pkg: PLIST Added files: net/h323plus/patches: patch-configure patch-plugins_configure patch-src_make_lib_mak Removed files: net/h323plus/patches: patch-include_openh323buildopts_h_in patch-openh323u_mak_in patch-src_h323_cxx Log message: Update to h323plus-1.26.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/25 05:18:46 Modified files: net/gnugk : Makefile distinfo net/gnugk/patches: patch-configure Added files: net/gnugk/patches: patch-gkauth_cxx Log message: Update to a snapshot of branch v3_5_STABLE to cope with recent ptlib and h323plus updates. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/04/25 05:49:47 Modified files: share/man/man9 : rt_ifa_add.9 rtrequest1.9 Log message: Sync "struct rt_addrinfo" definition after removal of rti_ifp and kill a trailing whitespace pointed by jmc@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/25 05:52:09 Modified files: net/icinga/core: Makefile distinfo Added files: net/icinga/core/patches: patch-t-tap_Makefile_in Log message: update to icinga-core 1.11.2, minor fixes while there, fix linking some tests which need -lpthread on OpenBSD (some others fail when --enable-embedded-perl is used) CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/25 06:10:14 Modified files: usr.sbin/traceroute: traceroute.8 Log message: Merge traceroute6 man page with traceroute. "sure" jmc@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/25 06:10:45 Modified files: usr.sbin/traceroute: Makefile usr.sbin/traceroute6: Makefile Log message: MLINKS traceroute.8 traceroute6.8 "sure" jmc@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/04/25 06:12:35 Modified files: usr.bin/mandoc : makewhatis.8 mandocdb.c Log message: Reduce the verbosity of makewhatis -t: In the past, it always showed the title lines of the files processed. Now, it only shows them when called with -D. That is better because pkg_create calls makewhatis -t. It is also more consistent with -D behaviour in non- -t modes. Issue reported by ajacoutot@; ok espie@ ajacoutot@ jasper@. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2014/04/25 06:20:17 Modified files: usr.bin/gzsig : Makefile Log message: kill dugsong's debugging leftover; ok sthen, jsg CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/04/25 06:22:15 Modified files: sys/dev/pci : pcidevs Log message: Add a bunch of GeForce GT{,X} chips listed in nvidia's 334.21 driver. This includes the GeForce GT 740M submitted by Rafael Neves on tech@, thanks! CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/04/25 06:24:32 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/04/25 06:45:16 Modified files: usr.bin/tmux : tty.c Log message: specifying ECHOCTL once is enough ok nicm@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/25 07:22:38 Modified files: lib/libssl/src/crypto/ui: ui_openssl.c Log message: Clean up the remaining TTY related remnants. ok miod@ CVSROOT: /cvs Module name: src Changes by: shadchin@cvs.openbsd.org 2014/04/25 07:33:53 Log message: Import of Less 458 ok guenther@ Status: Vendor Tag: MARK_NUDELMAN Release Tags: LESS_458 U src/usr.bin/less/LICENSE C src/usr.bin/less/Makefile U src/usr.bin/less/INSTALL U src/usr.bin/less/Makefile.dsb U src/usr.bin/less/Makefile.dsg U src/usr.bin/less/Makefile.dsu U src/usr.bin/less/Makefile.in C src/usr.bin/less/Makefile.inc U src/usr.bin/less/Makefile.o2e U src/usr.bin/less/Makefile.o9c U src/usr.bin/less/Makefile.o9u U src/usr.bin/less/Makefile.wnb U src/usr.bin/less/Makefile.wnm C src/usr.bin/less/NEWS C src/usr.bin/less/README C src/usr.bin/less/brac.c C src/usr.bin/less/ch.c C src/usr.bin/less/charset.c U src/usr.bin/less/charset.h C src/usr.bin/less/cmd.h C src/usr.bin/less/cmdbuf.c C src/usr.bin/less/command.c C src/usr.bin/less/configure U src/usr.bin/less/configure.ac C src/usr.bin/less/cvt.c C src/usr.bin/less/decode.c U src/usr.bin/less/defines.ds C src/usr.bin/less/defines.h C src/usr.bin/less/defines.h.in U src/usr.bin/less/defines.o2 U src/usr.bin/less/defines.o9 U src/usr.bin/less/defines.wn C src/usr.bin/less/edit.c C src/usr.bin/less/filename.c C src/usr.bin/less/forwback.c C src/usr.bin/less/funcs.h C src/usr.bin/less/help.c C src/usr.bin/less/ifile.c C src/usr.bin/less/input.c U src/usr.bin/less/install.sh C src/usr.bin/less/jump.c C src/usr.bin/less/less.h C src/usr.bin/less/less.hlp U src/usr.bin/less/Makefile.aut C src/usr.bin/less/lessecho.c U src/usr.bin/less/lessecho.man C src/usr.bin/less/lesskey.1 C src/usr.bin/less/lesskey.c C src/usr.bin/less/lesskey.h C src/usr.bin/less/lglob.h C src/usr.bin/less/line.c C src/usr.bin/less/linenum.c C src/usr.bin/less/lsystem.c C src/usr.bin/less/main.c C src/usr.bin/less/mark.c U src/usr.bin/less/mkfuncs.awk U src/usr.bin/less/mkinstalldirs C src/usr.bin/less/optfunc.c C src/usr.bin/less/option.c C src/usr.bin/less/option.h C src/usr.bin/less/opttbl.c C src/usr.bin/less/os.c C src/usr.bin/less/output.c C src/usr.bin/less/pattern.c U src/usr.bin/less/pattern.h U src/usr.bin/less/pckeys.h C src/usr.bin/less/position.c C src/usr.bin/less/position.h C src/usr.bin/less/prompt.c C src/usr.bin/less/regexp.c U src/usr.bin/less/regexp.h C src/usr.bin/less/screen.c U src/usr.bin/less/scrsize.c C src/usr.bin/less/search.c C src/usr.bin/less/signal.c C src/usr.bin/less/tags.c C src/usr.bin/less/ttyin.c C src/usr.bin/less/version.c U src/usr.bin/less/lessecho.nro 52 conflicts created by this import. Use the following command to help the merge: cvs checkout -jMARK_NUDELMAN:yesterday -jMARK_NUDELMAN src/usr.bin/less CVSROOT: /cvs Module name: src Changes by: shadchin@cvs.openbsd.org 2014/04/25 07:38:21 Modified files: usr.bin/less : NEWS README brac.c ch.c charset.c cmd.h cmdbuf.c command.c configure cvt.c decode.c defines.h defines.h.in edit.c filename.c forwback.c funcs.h help.c ifile.c input.c jump.c less.1 less.h less.hlp lessecho.c lesskey.1 lesskey.c lesskey.h lglob.h line.c linenum.c lsystem.c main.c mark.c optfunc.c option.c option.h opttbl.c os.c output.c pattern.c position.c position.h prompt.c screen.c search.c signal.c tags.c ttyin.c version.c Log message: Merge Less 458 plus local patches ok guenther@, ok jmc@ for man bits CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/25 07:55:25 Modified files: lib/libssl/src/apps: apps.h openssl.c Log message: The apps_{startup,shutdown} macro mess is now only used in openssl.c - reduce the macro to two functions and just call them instead. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/25 07:56:39 Modified files: lib/libssl/src/apps: apps.c s_cb.c s_socket.c Log message: NON_MAIN no longer means anything so remove it, along with APP_INIT. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/25 08:00:15 Modified files: lib/libssl/src/apps: apps.h openssl.c Log message: do_pipe_sig is now only used in openssl.c - just call signal() directly from there instead and ditch the macro. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/25 08:08:32 Modified files: lib/libssl/src/apps: apps.h openssl.c Log message: Fold in the zlib_cleanup macro. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/04/25 08:10:59 Modified files: usr.bin/mandoc : mdoc.c Log message: Fix a minor optimization i broke in bsd.lv rev. 1.163 on August 20, 2010: Do not bother looking into the hash table when the length of the macro already tells us it's invalid. No functional change. Noticed by jsg@, thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/25 08:13:02 Modified files: net/h323plus : Makefile Log message: Add MODGNU_CONFIG_GUESS_DIRS so that we use our own config.guess in both directories where configure is run. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/25 08:13:40 Added files: net/h323plus/patches: patch-openh323u_mak_in Log message: Forgot to commit this in previous update; no bump since it cannot package without this. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2014/04/25 08:37:06 Modified files: sys/arch/amd64/amd64: acpi_machdep.c sys/arch/i386/i386: acpi_machdep.c sys/dev/acpi : acpi.c Log message: Defer the free of the hibernate structures until later, when it is safe to do so. Freeing the hibernate structures too early leads to inadvertent calls into splx when we aren't ready for them yet. Found when trapping splx calls in the resume path. discussed with deraadt@ at m2k14 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/25 08:37:19 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/patches: patch-data_Init_in x11/gnome/gdm/pkg: gdm.rc Log message: Since we are missing an XDG_RUNTIME_DIR implementation, make sure we clean the locked files in the .cache/gnome-shell/ directory so that we are not left in 'locked' mode (i.e. black screen). CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/25 08:53:22 Modified files: lib/libssl/src/crypto/txt_db: txt_db.c txt_db.h Log message: KNF. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/25 08:54:45 Modified files: usr.sbin/snmpd : snmpd.conf.5 Log message: sort; ok blambert CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/25 09:09:56 Modified files: usr.sbin/traceroute: traceroute.8 Log message: add traceroute6 to NAME, and knock out some unneeded Bk/Ek; CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2014/04/25 09:10:38 Modified files: www/wordpress : Tag: OPENBSD_5_5 Makefile distinfo Log message: Security update to 3.8.3. Noticed by kirby@ Ok kirby@ sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/25 09:11:55 Modified files: x11/gtk+2 : Makefile x11/gtk+2/patches: patch-gtk_gtkmountoperation-x11_c Log message: Properly set len for gtkmountoperation-x11. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/04/25 09:13:31 Modified files: multimedia/livestreamer: Makefile distinfo multimedia/livestreamer/pkg: PLIST Log message: Major update to 1.8.0 Update includes: Many new plugins (Bambuser, Be-at.tv, Chaturbate, Cybergame.tv, Picarto, and SpeedRunsLive), fixes and improvements on existing plugins, the ability to handle URL redirects such as URL shorteners, and bug fixes. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/25 09:13:51 Modified files: infrastructure/mk: bsd.port.mk Log message: check for X11BASE/include/X11/X.h instead of X11BASE/man/mandoc.db, which isn't yet in all package snapshots. ok aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/25 09:15:12 Modified files: x11/gtk+3 : Makefile Added files: x11/gtk+3/patches: patch-gtk_gtkmountoperation-x11_c Log message: Properly set len for gtkmountoperation-x11. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/04/25 09:28:53 Modified files: infrastructure/mk: bsd.port.mk Log message: nope, the chosen file is intentionally the last file built during a normal xenocara build, to prevent screw up. Whine loudly for whatis.db, as things are normally built with current. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/04/25 09:47:52 Log message: Import Boris. A PHP read-eval-print loop. Input and OK sthen@, thanks! Status: Vendor Tag: edd Release Tags: edd_20140425 N ports/devel/boris/Makefile N ports/devel/boris/distinfo N ports/devel/boris/patches/patch-bin_boris N ports/devel/boris/pkg/DESCR N ports/devel/boris/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/04/25 09:58:09 Modified files: www/chromium : Makefile distinfo Log message: update to 34.0.1847.131 CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/04/25 10:06:05 Modified files: devel : Makefile Log message: link boris. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/25 10:31:49 Modified files: x11/gnome/shell: Makefile x11/gnome/shell/patches: patch-src_shell-global_c Log message: Drop useless header and simplify shell_global_reexec_self(). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/25 10:35:42 Modified files: www/squidguard : Makefile www/squidguard/patches: patch-src_sgDiv_c_in Added files: www/squidguard/patches: patch-src_main_c Log message: patch to fix incorrect use of the squid redirector protocol which will have been broken for several squid releases CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/25 10:39:15 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.265. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/25 11:11:26 Modified files: net/dnscrypt-proxy: Makefile distinfo net/dnscrypt-proxy/pkg: PFRAG.shared-plugins PLIST-main README-main dnscrypt_proxy.rc Removed files: net/dnscrypt-proxy/patches: patch-src_libevent-modified_configure_ac patch-src_libevent-modified_evutil_rand_c Log message: update to dnscrypt-proxy 1.4.0 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2014/04/25 11:59:53 Modified files: etc : rc Log message: Redirecting stderr to /dev/null suppresses all errors. Instead use the new status=none feature to make dd quiet. OK halex@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/04/25 12:07:41 Modified files: usr.bin/less : main.c more.1 option.c Log message: Make more(1) POSIX compliant with respect to the -e option. By default, "more" now works like "less -e", and "more -e" now works like "less -E", and more never exits just because the file fits on the first screen, like "less -F" would. While documenting this, add some text to the DESCRIPTION explaining how paging works. That allows a very concise description of -e. code change ok millert@ manual page joint work with and ok jmc@ CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2014/04/25 13:34:24 Modified files: distrib/miniroot: install.sub Log message: filter excess data from autoinstall output *before* it ends up in the log file on the ramdisk, in order not to run out of its precious space reported by, tested and ok sebastia@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/04/25 14:23:37 Modified files: games/backgammon/common_source: back.h board.c Log message: Security is square, gaming is hip, so extend the Valhalla Rampage to where it really matters. Tedu 118 lines of dead code containing 77 dead magic numbers, rotting in the tree since June 24, 2001. Spotted by and ok jsg@, ok sthen@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/04/25 14:33:05 Modified files: games/backgammon/backgammon: backgammon.6 Log message: This manual was lacking it's most important section, HISTORY. While here, add .An (author name) macros. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2014/04/25 14:35:23 Modified files: sysutils/ansible: Makefile distinfo Log message: Update ansible to 1.5.5 - Security fix for vault, to ensure the umask is set to a restrictive mode before creating/editing vault files. - Backported apt_repository security fixes relating to filename/mode upon sources list file creation. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/04/25 14:58:18 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: Update to Postfix 2.12-20140406. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/04/25 14:59:43 Modified files: emulators/qemu : Makefile distinfo emulators/qemu/patches: patch-configure patch-util_cache-utils_c emulators/qemu/pkg: PLIST Log message: Update to QEMU 2.0.0 ok bcallah@ gsoares@ rpe@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/04/25 15:32:09 Log message: Import comic-neue. Comic Neue is a set of redesigned Comic Sans fonts, aspiring to satisfy even the typographically savvy. from maintainer Tristan Le Guern, ok sthen@ Status: Vendor Tag: benoit Release Tags: benoit_20140425 N ports/fonts/comic-neue/Makefile N ports/fonts/comic-neue/distinfo N ports/fonts/comic-neue/pkg/DESCR N ports/fonts/comic-neue/pkg/PLIST N ports/fonts/comic-neue/pkg/README N ports/fonts/comic-neue/files/30-comic-sans-aliases.conf No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/04/25 15:43:05 Modified files: fonts : Makefile Log message: +comic-neue CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/25 16:28:42 Modified files: usr.bin/less : more.1 Log message: discussing terminfo is not needed; ok schwarze CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/04/25 17:41:03 Modified files: net/p5-Net-DNS : Makefile Log message: sort and format according to Makefile.template CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/04/25 17:51:54 Modified files: security/p5-Crypt-SSLeay: Makefile Log message: sort and format according to Makefile.template CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/25 23:42:59 Modified files: graphics/libgexiv2: Makefile distinfo Log message: Update to libgexiv2-0.10.1. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2014/04/25 23:43:01 Modified files: sys/kern : subr_hibernate.c Log message: Perform MAXPHYS-sized reads for the chunktable instead of PAGE_SIZE-sized reads. Also fix a VA leak in the chunktable read error path. CVSROOT: /cvs Module name: src Changes by: shadchin@cvs.openbsd.org 2014/04/25 23:58:43 Modified files: usr.bin/less : command.c Log message: Revert 1.11. That patch is not only not necessary, it is quite harmful now. ok schwarze@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/04/26 00:17:26 Modified files: sys/arch/powerpc/ddb: db_disasm.c Log message: remove a duplicate break statement CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/26 00:32:00 Modified files: print/cups-filters: Makefile distinfo Log message: SECURITY update to cups-filters-1.0.53. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/26 03:21:31 Modified files: fonts/comic-neue: Makefile fonts/comic-neue/pkg: README Log message: Do not hardcode /usr/local. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/26 04:34:04 Modified files: www/squid/stable: Makefile Added files: www/squid/stable/patches: patch-src_client_side_cc patch-src_tunnel_cc Log message: partially revert upstream commit to fix failures with https CONNECT introduced in 3.4.4.2 http://bugs.squid-cache.org/show_bug.cgi?id=4051 CVSROOT: /cvs Module name: www Changes by: aoyama@cvs.openbsd.org 2014/04/26 04:57:34 Modified files: . : luna88k.html Added files: images : luna88k2-small.jpg luna88k2.jpg Log message: Add LUNA-88K2 photo on luna88k page, because almost all people never see this rare machine:-) CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/26 05:02:46 Modified files: usr.bin/bgplg : Makefile usr.bin/bgplg/traceroute: Makefile usr.sbin : Makefile usr.sbin/traceroute: Makefile Log message: Link traceroute6 to traceroute, thus completing the merge. I was originally sent on this little errand by deraadt@. OK sthen@, benno@ (Committing from a bus somewhere in germany on its way to berlin.) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/26 05:08:10 Modified files: lib/libssl/src/crypto/txt_db: txt_db.c Log message: Do you really want to build OpenSSL for 16-bit Windows? Well, we don't. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/26 05:08:59 Modified files: lib/libssl/src/crypto/bio: bss_dgram.c Log message: This is not FreeBSD. ok miod@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/04/26 05:27:23 Modified files: usr.bin/systat : pftop.c Log message: Only remove queues from the TAILQ when the ticket changes; fixes PPS/BPS displays for queues in "systat q". From Arto Jonsson. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/04/26 05:28:49 Modified files: usr.bin/systat : pftop.c Log message: fix whitespace CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2014/04/26 05:53:05 Modified files: usr.bin/less/less: Makefile Log message: Kill the link to /usr/bin/page. OK henning@ jmc@ miod@ schwarze@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/26 05:59:51 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-channels_chan_sip_c patch-configure_ac patch-res_res_fax_c Log message: update to asterisk 11.9.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/26 06:06:52 Modified files: www/squid/stable: Makefile www/squid/stable/patches: patch-src_tunnel_cc Removed files: www/squid/stable/patches: patch-src_client_side_cc Log message: un-revert previous revert, and add a patch from upstream to fix https tunnels CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/04/26 06:48:16 Modified files: textproc/asciidoc: Makefile distinfo textproc/asciidoc/pkg: PLIST Log message: Update asciidoc to 8.6.9. ok robert@ (maintainer) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/26 07:04:24 Modified files: lib/libssl/src/crypto/comp: c_rle.c c_zlib.c comp.h comp_err.c comp_lib.c Log message: KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/26 07:07:16 Modified files: lib/libssl/src/crypto/buffer: buf_str.c buffer.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/04/26 08:19:04 Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: Allow to compile with DEBUG_PMAP defined. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/04/26 08:26:48 Modified files: sys/arch/macppc/pci: pci_machdep.c Log message: Do not pass a NULL argument to OF_getprop(), even if it's fine for the moment since we use an intermediate buffer and we specify a length of 0, there's no need for an exception here. Noticied while playing with the virtual-mode client interface of firmware. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/04/26 08:36:53 Modified files: devel/boris : Makefile Log message: unfuck COMMENT CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/04/26 08:48:40 Modified files: x11/gnome/zenity: Makefile distinfo x11/gnome/zenity/pkg: PLIST Removed files: x11/gnome/zenity/patches: patch-src_progress_c patch-src_tree_c Log message: update to zenity-3.12.1 CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2014/04/26 09:45:53 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/26 11:08:12 Modified files: x11/gnome/initial-setup: Makefile x11/gnome/initial-setup/patches: patch-configure_ac patch-gnome-initial-setup_Makefile_in patch-gnome-initial-setup_gnome-initial-setup_c patch-gnome-initial-setup_pages_Makefile_in patch-gnome-initial-setup_pages_account_Makefile_in patch-gnome-initial-setup_pages_password_Makefile_in Added files: x11/gnome/initial-setup/patches: patch-gnome-initial-setup_pages_account_gis-account-page_c patch-gnome-initial-setup_pages_account_gis-account-page_ui Removed files: x11/gnome/initial-setup/patches: patch-gnome-initial-setup_pages_account_um-realm-manager_c patch-gnome-initial-setup_pages_password_um-realm-manager_c Log message: Unbreak. Since this is still not fully functional, do not enforce dependency. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/04/26 12:36:26 Modified files: games/manaplus : Makefile distinfo Log message: Update to 1.4.4.26 Remove the word "extended" from the COMMENT: manaplus is now the only client for The Mana World and related games. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2014/04/26 12:41:31 Modified files: . : 55.html Log message: m68k/m88k package numbers. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/04/26 12:56:38 Modified files: lib/libssl/src/crypto/asn1: a_mbstr.c asn1_gen.c asn1_lib.c asn_mime.c tasn_dec.c lib/libssl/src/crypto/bio: b_sock.c bss_conn.c bss_file.c lib/libssl/src/crypto/cms: cms_smime.c lib/libssl/src/crypto/comp: c_zlib.c lib/libssl/src/crypto/conf: conf_def.c conf_lib.c conf_mod.c lib/libssl/src/crypto/dso: dso_dlfcn.c lib/libssl/src/crypto/engine: eng_cnf.c eng_fat.c eng_list.c lib/libssl/src/crypto/evp: evp_pbe.c evp_pkey.c lib/libssl/src/crypto/ocsp: ocsp_ht.c ocsp_vfy.c lib/libssl/src/crypto/pem: pem_lib.c lib/libssl/src/crypto/pkcs7: bio_ber.c pk7_smime.c lib/libssl/src/crypto/ts: ts_conf.c ts_rsp_verify.c lib/libssl/src/crypto/ui: ui_lib.c lib/libssl/src/crypto/x509: x509_att.c x509name.c lib/libssl/src/crypto/x509v3: v3_akey.c v3_alt.c v3_conf.c v3_info.c x509v3.h lib/libssl/src/ssl: d1_pkt.c s3_pkt.c ssl_cert.c Log message: Replace all use of ERR_add_error_data with ERR_asprintf_error_data. This avoids a lot of ugly gymnastics to do snprintfs before sending the bag of strings to ERR, and eliminates at least one place in dso_dlfctn.c where it was being called with the incorrect number of arguments and using random things off the stack as addresses of strings. ok krw@, jsing@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/26 14:57:59 Modified files: net/rrdtool : Makefile net/rrdtool/pkg: rrdcached.rc Log message: set rrdcache control socket permissions to mode 770 by default in the rc script CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/04/26 15:10:39 Modified files: mail/p5-Mail-SpamAssassin: Makefile Added files: mail/p5-Mail-SpamAssassin/patches: patch-t_sa_compile_t Log message: The regression tests of p5-Mail-SpamAssassin failed if devel/re2c is installed. If the package is not installed, the sa_compile subtest is skipped. - Set the TEST_DEPENDS to RUN_DEPENDS to make the test results reliable. - Create the test config directory before putting the config file into it. OK sthen@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/04/26 15:45:50 Modified files: sys/dev/acpi : dsdt.c Log message: Get rid of duplication of the global lock code. Allow recursion in all code paths. ok pirofti@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/04/26 16:11:43 Added files: devel/p5-Test-Harness: Makefile distinfo devel/p5-Test-Harness/pkg: DESCR PLIST Log message: Bring back p5-Test-Harness-3.30. Needed for p5-Module-Build-Tiny OK sthen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/04/26 16:13:12 Log message: Import p5-Module-Build-Tiny-0.035 OK sthen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20140426 N ports/devel/p5-Module-Build-Tiny/Makefile N ports/devel/p5-Module-Build-Tiny/distinfo N ports/devel/p5-Module-Build-Tiny/pkg/DESCR N ports/devel/p5-Module-Build-Tiny/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/04/26 16:17:34 Modified files: devel : Makefile Log message: +p5-Module-Build-Tiny +p5-Test-Harness OK sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/04/26 16:28:32 Modified files: devel/vte3 : Makefile distinfo Log message: update to vte-0.36.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/04/26 16:28:39 Modified files: x11/gnome/terminal: Makefile distinfo x11/gnome/terminal/pkg: PLIST Removed files: x11/gnome/terminal/patches: patch-src_terminal-appmenu_ui Log message: update to gnome-terminal-3.12.1 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/26 16:54:54 Modified files: lib/libssl/src/ssl: t1_lib.c Log message: Appease gcc3 -Wuninitialized. CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2014/04/26 18:30:07 Modified files: sysutils/usbutil/patches: patch-Makefile Log message: Do not patch away "nroff" in the Makefile, the "man" target is not used in the build, anyway. This simplifies the patch and prevents false positives when auditing the ports tree for bogus mandoc usage. No package change, no bump. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/04/26 19:20:04 Modified files: devel/p5-Test-Warn: Makefile distinfo Log message: Update to p5-Test-Warn-0.30 OK bluhm@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2014/04/26 23:23:35 Modified files: sys/dev/pci : qle.c Log message: When the firmware has already allocated the handle we want to use to log in to a port, restart the update process to keep things in sync. Domain controller logins get special handling here because they don't show up in the list of logged in ports. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/04/27 00:35:08 Modified files: shells/osh : Makefile distinfo shells/osh/patches: patch-Makefile Log message: Update osh to 20140410. ok pascal@ (maintainer) CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2014/04/27 00:43:39 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/04/27 01:07:28 Added files: games/alephone/alephone/patches: patch-Source_Files_FFmpeg_SDL_ffmpeg_c Log message: Fix alephone build with newer FFmpeg. ok bentley@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2014/04/27 02:40:13 Modified files: sys/dev/ic : qla.c qlavar.h Log message: transplant hotplug code over from qle(4) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/27 02:47:46 Modified files: net/gnugk : Makefile Log message: Temporarily mark BROKEN -- I was not building in a clean environment. spotted by landry@ CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2014/04/27 03:09:42 Modified files: news/trn/files : openbsd-hints Log message: Revert rev. 1.4 of this patch. The port installs unformatted manuals anyway and doesn't use the hint to mandoc at all. This avoids false positives auditing the ports tree for bogus mandoc usage. No package change, no bump. OK espie@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/04/27 03:18:01 Modified files: games/f1spirit : Makefile distinfo games/f1spirit/patches: patch-build_linux_Makefile games/f1spirit/pkg: PLIST Log message: Update to f1spirit svn rev 1615 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/04/27 03:28:50 Modified files: net/netbsd-iscsi-target: Makefile net/netbsd-iscsi-target/pkg: DESCR Log message: don't hardcode /etc CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/27 03:45:05 Modified files: devel/ptlib : Makefile devel/ptlib/patches: patch-make_unix_mak devel/ptlib/pkg: PLIST Removed files: devel/ptlib/patches: patch-make_toplevel_mak Log message: Fix the optshared target for dependant ports. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/27 03:46:26 Modified files: net/h323plus : Makefile net/h323plus/patches: patch-Makefile_in patch-src_make_lib_mak net/h323plus/pkg: PLIST Log message: Fix the optshared target for dependant ports. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/27 03:46:52 Modified files: net/gnugk : Makefile Log message: Builds fine now. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/04/27 03:54:38 Modified files: devel/p5-Module-Build-Tiny: Makefile Log message: tweak COMMENT CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/04/27 04:07:29 Modified files: etc : group master.passwd Log message: Get back "_ppp" user and "_ppp" group. From now they will be solely used by npppd. ok deraadt CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/04/27 07:32:04 Modified files: sys/dev/usb : ukbd.c Log message: Do not let the bluetooth HID device, present in Apple machines with USB, grab the console. This makes ddb(4) usable with any simple wired USB keyboard on G3/G4 machines that do not have adb(4) input devices, on G5s and certainly on some MacBooks too. ok andre@, miod@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/04/27 07:41:50 Modified files: usr.sbin/installboot: i386_installboot.c Log message: Don't zap disklabel (and next 6 blocks) when installing boot block on 4k-sector disk drives. Noted and fix tested by David Vasek via misc@ tweaks & ok jsing@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/04/27 08:46:24 Modified files: proto/x11proto : ChangeLog Xdefs.h Xpoll.h.in Xproto.h Xthreads.h Xwindows.h configure.ac Log message: Update to xproto 7.0.26 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/04/27 08:48:10 Modified files: sys/dev/usb : ehci.c ehcivar.h ohci.c uhci.c uhcivar.h Log message: Start de-obfuscating the HC drivers. Since pipe methods have an xfer argument, always use it to get acces to various data structure (pipe, bus, device) instead of having a different way to get a pointer to these descriptors in every function. Also kill the {E,U}XFER() macro and use a consistent name accross all the methods for {e,u}hci_xfer. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/04/27 08:55:09 Modified files: sys/dev/pci : pcireg.h Log message: Add PME_STATUS and PME_EN bitmasks for the PCI PMCSR register. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/27 09:30:16 Modified files: usr.sbin/traceroute: traceroute.8 Log message: zap a ton of silly Tn, and uppercase TTL; a few other minor tweaks along the way; CVSROOT: /cvs Module name: src Changes by: logan@cvs.openbsd.org 2014/04/27 09:55:16 Modified files: sbin/sysctl : sysctl.8 lib/libc/gen : sysctl.3 Log message: Document net.inet6.ip6.dad_pending. OK from jmc@, and thanks to sthen@ for pointing out my mistake in the first version of the diff. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/04/27 09:59:25 Modified files: lib/libssl/src/crypto/x509v3: v3_info.c Log message: Fix leak last commit introduced. Spotted by Sebastian Kapfer. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/04/27 10:11:24 Log message: Import py-backports-ssl-match-hostname. Needed for upcoming py-tornado (and ultimately ipython2) update. OK rpointel@ Status: Vendor Tag: edd Release Tags: edd_20140427 N ports/devel/py-backports-ssl-match-hostname/Makefile N ports/devel/py-backports-ssl-match-hostname/distinfo N ports/devel/py-backports-ssl-match-hostname/pkg/DESCR N ports/devel/py-backports-ssl-match-hostname/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/04/27 10:17:14 Modified files: devel : Makefile Log message: Link py-backports-ssl-match-hostname CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/27 10:19:04 Modified files: lib/libcrypto/crypto: Makefile lib/libssl/src/crypto/ui: ui_util.c Removed files: lib/libssl/src/crypto/ui: ui_compat.c Log message: We do not need a separate file for two compatibility wrapper functions. ok miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/27 10:39:46 Modified files: mail/alpine : Makefile Log message: c-client lost SSL support after kerbV removal (libssl requires libcrypto, but because we don't do inter-library links in base, it isn't pulled in automatically) - explicitly pass the required libraries, and bump shlib version; this particular update is really just a minor, but bumping major here because we missed it before. ok aja@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/27 10:43:32 Modified files: mail/alpine : Makefile Log message: switch to using `pkg-config --libs openssl`, suggested by aja@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/27 10:56:51 Modified files: sbin/sysctl : sysctl.8 Log message: sort the ip6 sysctls; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/27 10:58:08 Modified files: lib/libc/gen : sysctl.3 Log message: zap trailing whitespace; CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/04/27 11:04:23 Modified files: devel/py-setuptools: Makefile distinfo devel/py-setuptools/patches: patch-setup_py devel/py-setuptools/pkg: PLIST Log message: Update py-setuptools to 3.4.4, prepare the python3 port but not enabled yet. tested in a bulk build by jasper@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/27 11:07:25 Modified files: print/cups-filters: Makefile print/cups-filters/pkg: PLIST fonts/cantarell-fonts: Makefile fonts/cantarell-fonts/pkg: PLIST Log message: ${SYSCONFDIR}/fonts/conf.d -> /etc/fonts/conf.d since this directory is part of xenocara, not ports. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/04/27 11:57:14 Modified files: infrastructure/bin: portcheck Log message: Check for extra PERMIT_* lines: not critical but shrinks port Makefiles. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/04/27 11:57:55 ports/tests/portcheck/t9 Update of /cvs/ports/tests/portcheck/t9 In directory cvs.openbsd.org:/tmp/cvs-serv10002/t9 Log Message: Directory /cvs/ports/tests/portcheck/t9 added to the repository CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/04/27 11:58:17 ports/tests/portcheck/t9/pkg Update of /cvs/ports/tests/portcheck/t9/pkg In directory cvs.openbsd.org:/tmp/cvs-serv8818/t9/pkg Log Message: Directory /cvs/ports/tests/portcheck/t9/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/04/27 11:59:21 Modified files: tests/portcheck: Makefile Added files: tests/portcheck: t9.sample tests/portcheck/t9: Makefile tests/portcheck/t9/pkg: PLIST Log message: Add tests for PERMIT_* handling in portcheck. CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2014/04/27 12:08:35 Modified files: usr.bin/libtool/LT: LaFile.pm usr.bin/libtool/LT/Mode: Link.pm Log message: Fix library search order in our libtool. Before, libtool first searched all directories for .la files, and if search failed, switched to actual libraries (.so/.a). But the correct way is to check each directory first for .la, then for .so/.a. The problem was reported by ajacoutot@ who verified that the patch fixes his case and okay'ed the initial diff. And jasper@'s bulk uncovered a bug which is fixed now (verified by another bulk). CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2014/04/27 13:15:43 Modified files: www/apache-httpd: Makefile Added files: www/apache-httpd/patches: patch-modules_ssl_ssl_toolkit_compat_h Log message: Fix runtime breakage in www/apache-httpd after RAND_egd() removal; ok sthen CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/04/27 14:01:03 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo security/p5-IO-Socket-SSL/pkg: PLIST Log message: update p5-IO-Socket-SSL to 1.982 OK sthen@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/27 14:20:59 Modified files: lib/libssl/src/crypto/cast: c_enc.c lib/libssl/src/crypto/conf: conf_def.c conf_sap.c lib/libssl/src/crypto/engine: tb_cipher.c tb_dh.c tb_digest.c tb_dsa.c tb_ecdh.c tb_ecdsa.c tb_pkmeth.c tb_rand.c tb_rsa.c tb_store.c lib/libssl/src/crypto/pqueue: pqueue.c lib/libssl/src/crypto/ts: ts_rsp_sign.c lib/libssl/src/crypto/x509v3: v3_utl.c Log message: Put explicit (void) in function declarations and shuffle keywords in some declaration to pass -Wextra, should we want to add it to CFLAGS. No binary change. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/27 14:22:32 Modified files: lib/libssl/src/crypto/asn1: asn1.h asn1t.h lib/libssl/src/crypto/des: des.h des_locl.h des_ver.h lib/libssl/src/ssl: ssl_locl.h Log message: Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is to redefine OPENSSL_EXTERN from `extern' to `extern'. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/27 14:24:52 Modified files: lib/libssl/src/crypto/asn1: f_enum.c f_int.c f_string.c Log message: static const char * = "" -> static const char[] = "", to produce shorter code. No functional change. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/27 14:26:49 Modified files: lib/libssl/src/crypto/asn1: bio_asn1.c x_crl.c lib/libssl/src/crypto/bio: bf_buff.c bf_lbuf.c bf_nbio.c bf_null.c bss_acpt.c bss_bio.c bss_conn.c bss_dgram.c bss_fd.c bss_file.c bss_log.c bss_mem.c bss_null.c bss_sock.c lib/libssl/src/crypto/cmac: cm_ameth.c cm_pmeth.c lib/libssl/src/crypto/comp: c_rle.c c_zlib.c lib/libssl/src/crypto/conf: conf_def.c lib/libssl/src/crypto/dh: dh_ameth.c dh_key.c dh_pmeth.c lib/libssl/src/crypto/dsa: dsa_ameth.c dsa_ossl.c dsa_pmeth.c lib/libssl/src/crypto/dso: dso_dlfcn.c dso_null.c lib/libssl/src/crypto/ec: ec2_smpl.c ec_ameth.c ec_pmeth.c ecp_mont.c ecp_nist.c ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c ecp_smpl.c lib/libssl/src/crypto/ecdh: ech_ossl.c lib/libssl/src/crypto/ecdsa: ecs_ossl.c lib/libssl/src/crypto/engine: eng_padlock.c eng_rdrand.c eng_rsax.c hw_cryptodev.c lib/libssl/src/crypto/evp: bio_b64.c bio_enc.c bio_md.c bio_ok.c lib/libssl/src/crypto/hmac: hm_ameth.c hm_pmeth.c lib/libssl/src/crypto/pkcs7: bio_ber.c lib/libssl/src/crypto/rsa: rsa_ameth.c rsa_eay.c rsa_null.c rsa_pmeth.c lib/libssl/src/crypto/store: str_mem.c lib/libssl/src/crypto/ui: ui_openssl.c Log message: Use C99 initializers for the various FOO_METHOD structs. More readable, and avoid unreadable/unmaintainable constructs like that: const EVP_PKEY_ASN1_METHOD cmac_asn1_meth = { EVP_PKEY_CMAC, EVP_PKEY_CMAC, 0, "CMAC", "OpenSSL CMAC method", 0,0,0,0, 0,0,0, cmac_size, 0, 0,0,0,0,0,0,0, cmac_key_free, 0, 0,0 }; ok matthew@ deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/27 14:34:33 Modified files: lib/libssl/src/ssl: ssl_locl.h Log message: Remove orphaned l2n6 and n2l6 macros. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/27 14:38:39 Modified files: lib/libssl/src/crypto/cmac: cmac.c lib/libssl/src/crypto/rc2: version lib/libssl/src/crypto/rc4: rc4_enc.c Log message: typo in comment CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/04/27 14:52:50 Modified files: telephony/iaxclient: Makefile telephony/iaxclient/patches: patch-lib_codec_ffmpeg_c Log message: Update for newer FFmpeg API. ok sebastia@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/27 15:10:17 Modified files: textproc/calibre: Makefile distinfo textproc/calibre/pkg: DESCR PLIST Log message: update to calibre 1.34 CVSROOT: /cvs Module name: ports Changes by: tobiasu@cvs.openbsd.org 2014/04/27 15:50:55 Modified files: lang/gcc/4.6 : Makefile distinfo lang/gcc/4.6/patches: patch-gcc_ada_gcc-interface_Makefile_in Added files: lang/gcc/4.6/patches: patch-gcc_ada_gcc-interface_Make-lang_in patch-gcc_ada_system-openbsd-hppa_ads Log message: Provide hppa adastrap for GNAT. Hehe... CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/04/27 16:16:05 src/regress/sys/kern/access Update of /cvs/src/regress/sys/kern/access In directory cvs.openbsd.org:/tmp/cvs-serv9709/access Log Message: Directory /cvs/src/regress/sys/kern/access added to the repository CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/04/27 16:18:25 Modified files: regress/sys/kern: Makefile Added files: regress/sys/kern/access: Makefile access.c Log message: Regress for access() CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/04/27 16:41:39 Modified files: usr.bin/mandoc : arch.in Log message: For LUNA88K, make sure the architecture name shown to the user matches the architecture name required for man -S and apropos -S. Adjust the case of LUNA68K to match the case of LUNA88K. ok aoyama@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/04/27 17:03:52 Modified files: usr.bin/mandoc : mandocdb.c Log message: Improve error handling in dbopen(). If PRAGMA SQL statements fail, report the error, close the database, and return failure from dbopen(), such that the main program can recover and rebuild the database. As noticed by stsp@, this can happen when database files are accessible, but corrupt or in the wrong format, which will now automatically be repaired. Besides, use a safer idiom after sqlite3_open*() failure that also handles out-of-memory situations correctly, and do not forget to close the database after CREATE TABLE failure. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/04/27 21:09:18 Modified files: usr.bin/ssh : authfile.c bufaux.c buffer.h channels.c krl.c mux.c packet.c packet.h ssh-keygen.c Log message: buffer_get_string_ptr's return should be const to remind callers that futzing with it will futz with the actual buffer contents CVSROOT: /cvs Module name: www Changes by: pirofti@cvs.openbsd.org 2014/04/28 02:02:59 Modified files: . : 55.html Log message: 353 packages built on sh for release. CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2014/04/28 02:04:48 Modified files: . : 55.html Log message: Added SNMPv2 client support to snmpctl(8) CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2014/04/28 02:14:57 Modified files: . : 55.html Log message: relayd(8) now supports TLS PFS with ECDHE. CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2014/04/28 02:25:05 Modified files: usr.sbin/snmpd : snmpd.c snmpd.h Log message: better proc id name (it handles traps, not alerts) for the snmp trap handler CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/04/28 02:35:13 Modified files: . : 55.html Log message: vax 1007, sh 345 (only counting ftp packages here) CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2014/04/28 03:02:16 Modified files: www/netsurf : Makefile.inc www/netsurf/browser: Makefile distinfo www/netsurf/browser/pkg: PLIST www/netsurf/buildsystem: Makefile distinfo www/netsurf/buildsystem/patches: patch-makefiles_Makefile_top www/netsurf/buildsystem/pkg: PLIST www/netsurf/hubbub: Makefile distinfo www/netsurf/libcss: Makefile distinfo www/netsurf/libdom: Makefile distinfo www/netsurf/libdom/pkg: PLIST www/netsurf/libnsbmp: Makefile distinfo www/netsurf/libnsgif: Makefile distinfo www/netsurf/libparserutils: Makefile distinfo www/netsurf/libwapcaplet: Makefile distinfo Removed files: www/netsurf/hubbub/patches: patch-test_parser_c patch-test_tokeniser2_c patch-test_tokeniser3_c patch-test_tree_c www/netsurf/libcss/patches: patch-test_css21_c patch-test_parse-auto_c www/netsurf/libparserutils/patches: patch-test_cscodec-8859_c patch-test_cscodec-ext8_c patch-test_cscodec-utf16_c patch-test_cscodec-utf8_c Log message: Update to NetSurf 3.1. "NetSurf 3.1 contains many improvements over the previous release. The highlights include much faster CSS selection performance, faster start up time, new look and feel to the treeviews (hotlist/bookmarks, global history and cookie manager), improved options handling, undo/redo support in textareas, and general improvement of forms. Also included are many other additions, optimisations and bug fixes. We recommend that all users upgrade." MNG support removed by upstream. slightly older diff ok jturner@ ok landry@ Thanks to jturner@ landry@ bcallah@ for testing on loongson/powerpc. CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2014/04/28 03:09:04 Modified files: . : 55.html Log message: Add section about iked(8). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/04/28 03:45:30 Modified files: usr.sbin/traceroute: traceroute.c Log message: whitespace cleanup while reading result of florian's recent (very nice) work CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2014/04/28 03:48:54 Modified files: editors/tiled : Makefile distinfo editors/tiled/patches: patch-src_tiled_tiled_pro editors/tiled/pkg: PLIST Added files: editors/tiled/patches: patch-src_automappingconverter_automappingconverter_pro Log message: Update to tiled-0.9.1. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/04/28 04:06:37 Modified files: sys/dev/isa : wds.c Log message: Move an opening brace so a loop that delays while waiting for hardware to set a ready bit actually delays. ok krw@ deraadt@ 'sounds correct' miod@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/28 05:05:59 Modified files: sbin/iked : iked.8 Log message: It's about time to remove the infamous CAVEATS section in iked(8). Software is never "finished" but the implementation has matured enough to drop the disclaimer about using it in production networks. Thanks to markus@, mikeb@ and Hans-Joerg Hoexer for their significant and ongoing work on improving iked(8). Removal prompted by sthen@ and many others. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/28 05:16:18 Modified files: sbin/iked : iked.conf.5 Log message: Add missing documentation for ipcomp(4) support and the configuration payloads. ok sthen@ krw@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/28 05:17:15 Modified files: sbin/iked : iked.conf.5 iked.8 Log message: bump copyright CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/28 05:19:22 Modified files: sbin/iked : ocsp.c Log message: spacing CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/28 05:21:02 Modified files: sbin/iked : ikev2.c ikev2_pld.c Log message: spacing CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/04/28 05:40:05 Modified files: lang/classpath : Makefile textproc/pdftk : Makefile Log message: BROKEN-sparc64= gcj blows during build (and noone cares enough about gcj to fix it) CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2014/04/28 06:03:32 Modified files: usr.sbin/snmpd : kroute.c mib.c mib.h snmpd.h Log message: Add support for exporting ARP table via ipNetToMediaTable OID. With help from blambert@ and sthen@, tested by sthen@, benno@ and myself; ok blambert CVSROOT: /cvs Module name: www Changes by: zhuk@cvs.openbsd.org 2014/04/28 06:30:43 Modified files: . : 55.html Log message: Mention portcheck(1) improvements. Blessed by sthen@. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/04/28 06:34:11 Modified files: usr.bin/m4 : eval.c extern.h gnum4.c main.c misc.c Log message: check for integer overflows in custom allocs, okay jca@ CVSROOT: /cvs Module name: www Changes by: zhuk@cvs.openbsd.org 2014/04/28 06:34:51 Modified files: . : 55.html Log message: Grammar tweaks around mentioning KDE. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/04/28 06:43:10 Modified files: devel/cryptopp : Makefile Log message: Respect CXX. ok dcoppa@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2014/04/28 06:48:36 Modified files: usr.sbin/snmpd : smi.c Log message: fix memory leak ok reyk@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/04/28 06:51:41 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB: Config.pm Log message: make HISTORY_ONLY work again... I managed to break it twice :) CVSROOT: /cvs Module name: src Changes by: syl@cvs.openbsd.org 2014/04/28 07:08:34 Modified files: lib/libfuse : dict.c fuse_private.h fuse_subr.c Log message: Add support for 255 character file names in fuse. from Helg Bredow, thanks! input/OK reyk@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/28 07:37:32 Modified files: print/cups : Makefile print/cups/pkg : README-main cupsd.rc Log message: Fix a nasty bug in rc_pre() that would start 2 intances of the cupsd daemon. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/04/28 08:18:24 Modified files: devel/p5-Class-Method-Modifiers: Makefile Log message: Cleanup TEST_DEPENDS in p5-Class-Method-Modifiers OK Sergey Bronnikov (maintainer), jasper@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/04/28 08:34:27 Modified files: devel/py-country: Makefile distinfo Log message: Update py-country to 1.5. ok ajacoutot@, sthen@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/04/28 08:40:08 Modified files: devel/py-isodate: Makefile distinfo Log message: Update py-isodate to 0.5.0. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/28 08:45:13 Modified files: productivity/zeitgeist: Makefile Log message: Remove comment, it's been committed. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/04/28 08:51:58 Modified files: devel : Makefile Log message: -p5-ExtUtils-BuildRC OK jasper@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/04/28 08:53:34 Removed files: devel/p5-ExtUtils-BuildRC: Makefile distinfo devel/p5-ExtUtils-BuildRC/pkg: DESCR PLIST Log message: Remove deprecated, unneeded p5-ExtUtils-BuildRC OK jasper@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/04/28 08:56:10 Modified files: math/py-sympy : Makefile distinfo math/py-sympy/patches: patch-setup_py math/py-sympy/pkg: PLIST Log message: Update py-sympy to 0.7.5. ok Wen Heping, remove maintainer per his request. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/04/28 09:17:59 Modified files: textproc/p5-XML-Elemental: Makefile distinfo Log message: Remove maintainer per his request. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/28 09:25:34 Modified files: sbin/ping : ping.c sbin/ping6 : ping6.c Log message: Do not sleep after poll returning an error. Blindly copied over from ping6 to ping by me without thinking clearly. pointed out by deraadt@ OK jca@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/28 09:43:04 Modified files: sys/netinet6 : ip6_divert.c Log message: sync bzero => memset that was done for ip_divert.c before. ok tedu@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/04/28 09:48:31 Modified files: . : 55.html Log message: pull across some more arm packages; 6181 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/28 10:23:19 Modified files: sbin/iked : iked.conf.5 Log message: macro fixes for previous; ok reyk CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2014/04/28 10:48:27 Modified files: print/poppler : Makefile distinfo print/poppler/patches: patch-Makefile_in patch-configure_ac patch-poppler_XRef_cc print/poppler/pkg: PLIST-main Added files: print/poppler/patches: patch-glib_poppler_h Log message: Update to poppler-0.26. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2014/04/28 10:48:54 Added files: graphics/inkscape/patches: patch-src_extension_internal_pdfinput_pdf-parser_cpp Log message: Unbreak after poppler update. CVSROOT: /cvs Module name: src Changes by: okan@cvs.openbsd.org 2014/04/28 11:03:48 Modified files: etc/mail : aliases Log message: re-add _ppp for npppd here as well; ok ajacoutot CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/04/28 11:35:35 Modified files: x11/vlc : Makefile x11/vlc/patches: patch-configure_ac patch-modules_codec_avcodec_audio_c patch-modules_codec_avcodec_avcodec_c patch-modules_codec_avcodec_avcodec_h Added files: x11/vlc/patches: patch-include_vlc_aout_h patch-src_audio_output_common_c patch-src_libvlccore_sym Log message: Update VLC's avcodec plugin to use the avcodec_decode_audio4() API for decoding audio. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/04/28 11:49:32 Modified files: net/p5-IRC-Utils: Makefile distinfo Log message: Remove maintainer per his request. CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2014/04/28 12:24:30 Modified files: . : 55.html Log message: Various grammatical, capitalization, and punctuation fixes from TJ (blakkheim), thank you! CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/28 12:49:28 Modified files: usr.bin/nm : nm.c Log message: Ignore IRIX6-compatible archive map on mips64 platform, since the mips64 toolchain creates them. This lets nm -w correctly return 0 for valid archives. ok jasper@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/04/28 12:53:21 Removed files: net/telepathy/telepathy-glib/patches: patch-telepathy-glib_Makefile_in Log message: remove patch working around a bug in nm(1) on mips64; thanks to miod@ for squashing it. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/28 13:04:59 Modified files: lib/libssl/src/crypto: mem_dbg.c Log message: Leftover includes and local declarations; from Gebruiker Schoot CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/28 13:06:20 Modified files: lib/libssl/src/ssl: ssl.h Log message: Remove ending cplusplus guard followed by starting cplusplus guard; from Gebruiker Schoot. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/04/28 13:53:16 Modified files: devel/p5-Git-Repository: Makefile distinfo devel/p5-Git-Repository/pkg: PLIST Log message: Update p5-Git-Repository to 1.311. Remove maintainer per his request. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/28 14:05:21 Modified files: lib/libssl/src/ssl: ssl.h Log message: SSL_OP_ALL is supposed to be all options and workarounds that are safe, but disabling attack mitigations is not safe. 0.9.6d contained a workaround for an attack against CBC modes. 0.9.6e disabled it by default because "some" implementations couldn't handle empty fragments. 12 years have passed. Does anybody still care? Let's find out. ok miod CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/04/28 14:05:31 Log message: Import py-numpydoc. A dependency of the upcoming ipython2. With input from, and OK, rpointel@, thanks. Status: Vendor Tag: edd Release Tags: edd_20140428 N ports/textproc/py-numpydoc/Makefile N ports/textproc/py-numpydoc/distinfo N ports/textproc/py-numpydoc/pkg/PLIST N ports/textproc/py-numpydoc/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/28 14:10:55 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: use the correct algorithm mask. reported by satish lvr via http://marc.info/?l=openssl-dev&m=139779977532459&w=2 ok miod CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/04/28 14:11:27 Modified files: textproc : Makefile Log message: Link py-numpydoc. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/04/28 14:48:55 ports/www/py-tornado/patches Update of /cvs/ports/www/py-tornado/patches In directory cvs.openbsd.org:/tmp/cvs-serv20298/patches Log Message: Directory /cvs/ports/www/py-tornado/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/04/28 14:52:13 Modified files: www/py-tornado : Makefile distinfo www/py-tornado/pkg: PLIST Added files: www/py-tornado/patches: patch-runtests_sh patch-tornado_test_process_test_py Log message: Update to pt-tornado-3.2. Required for upcoming ipython2. Input from, and OK, rpointel@, thanks. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2014/04/28 15:01:51 Modified files: sys/arch/sparc64/dev: fd.c Log message: Remove bogus semicolon. Pointed out by LLVM. fd.c:1378:29: error: if statement has empty body [-Werror,-Wempty-body] ok miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/28 15:14:50 Modified files: lib/libssl/src/crypto/aes: aes_x86core.c lib/libssl/src/crypto/bn: bn_exp.c lib/libssl/src/crypto/bn/asm: x86_64-gcc.c lib/libssl/src/crypto/cast: cast_lcl.h lib/libssl/src/crypto/des: enc_read.c enc_writ.c lib/libssl/src/crypto/engine: eng_aesni.c eng_padlock.c eng_rsax.c lib/libssl/src/crypto/modes: modes_lcl.h lib/libssl/src/crypto/sha: sha.h lib/libssl/src/crypto/srp: srp_lib.c lib/libssl/src/crypto/ts: ts.h lib/libssl/src/crypto/whrlpool: wp_block.c Log message: Remove WIN32, WIN64 and MINGW32 tentacles. Also check for _LP64 rather than __arch64__ (the former being more reliable than __LP64__ or __arch64__) to tell 64-bit int platforms apart from 32-bit int platforms. Loosely based upon a diff from Martijn van Duren on tech@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/04/28 15:19:41 Modified files: devel/ipython : Makefile distinfo devel/ipython/patches: patch-IPython_core_tests_test_interactiveshell_py patch-docs_source_conf_py patch-setupbase_py devel/ipython/pkg: PLIST Log message: Update to ipython-2.0.0. OK rpointel@, and some input from ajacoutot@, thanks. CVSROOT: /cvs Module name: src Changes by: sperreault@cvs.openbsd.org 2014/04/28 15:38:59 Modified files: include : netdb.h lib/libc/asr : getaddrinfo_async.c lib/libc/net : getaddrinfo.3 Log message: Implement AI_ADDRCONFIG This is a getaddrinfo() flag that is defined thusly in RFC 3493: If the AI_ADDRCONFIG flag is specified, IPv4 addresses shall be returned only if an IPv4 address is configured on the local system, and IPv6 addresses shall be returned only if an IPv6 address is configured on the local system. The loopback address is not considered for this case as valid as a configured address. For example, when using the DNS, a query for AAAA records should occur only if the node has at least one IPv6 address configured (other than IPv6 loopback) and a query for A records should occur only if the node has at least one IPv4 address configured (other than the IPv4 loopback). The flag is set by default when hints is NULL. ok Eric Faurot, Jason McIntyre CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/28 16:02:39 Modified files: lang/php/5.5 : Makefile lang/php/5.5/patches: patch-ext_sockets_sockaddr_conv_c Log message: remove unguarded "#define AI_ADDRCONFIG 0" CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/28 16:03:11 Modified files: math/graphviz : Makefile Removed files: math/graphviz/patches: patch-cmd_lefty_os_unix_io_c Log message: remove unguarded "#define AI_ADDRCONFIG 0" CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/28 16:04:21 Modified files: www/chromium : Makefile Removed files: www/chromium/patches: patch-third_party_libjingle_source_talk_base_nethelpers_cc Log message: remove unguarded "#define AI_ADDRCONFIG 0" CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/29 00:13:04 Modified files: devel/p5-ExtUtils-Depends: Makefile distinfo Log message: Update to p5-ExtUtils-Depends-0.306. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/29 00:13:28 Modified files: devel/p5-B-Utils: Makefile distinfo Log message: Update to p5-B-Utils-0.25. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/29 00:13:53 Modified files: devel/p5-Pango : Makefile distinfo Log message: Update to p5-Pango-1.226. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/04/29 00:27:57 Modified files: devel/libgtop2 : Makefile distinfo devel/libgtop2/pkg: PLIST Added files: devel/libgtop2/patches: patch-configure Removed files: devel/libgtop2/patches: patch-acinclude_m4 patch-libgtop-sysdeps_m4 patch-sysdeps_common_mountlist_c patch-sysdeps_openbsd_Makefile_am patch-sysdeps_openbsd_cpu_c patch-sysdeps_openbsd_fsusage_c patch-sysdeps_openbsd_glibtop_private_c patch-sysdeps_openbsd_glibtop_private_h patch-sysdeps_openbsd_glibtop_server_h patch-sysdeps_openbsd_loadavg_c patch-sysdeps_openbsd_mem_c patch-sysdeps_openbsd_mountlist_c patch-sysdeps_openbsd_netload_c patch-sysdeps_openbsd_nosuid_c patch-sysdeps_openbsd_open_c patch-sysdeps_openbsd_procargs_c patch-sysdeps_openbsd_prockernel_c patch-sysdeps_openbsd_procmap_c patch-sysdeps_openbsd_procopenfiles_c patch-sysdeps_openbsd_procsegment_c patch-sysdeps_openbsd_procsignal_c patch-sysdeps_openbsd_procstate_c patch-sysdeps_openbsd_proctime_c patch-sysdeps_openbsd_procuid_c patch-sysdeps_openbsd_procwd_c patch-sysdeps_openbsd_suid_open_c patch-sysdeps_openbsd_uptime_c Log message: update to libgtop-2.30.0 CVSROOT: /cvs Module name: src Changes by: andre@cvs.openbsd.org 2014/04/29 01:23:40 Modified files: sys/dev/usb : upd.c Log message: Remove device white-listing as matching method, relies on on usage id versus supported sensors table filtering. discussed with and ok mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/29 01:32:21 Modified files: security/samhain: Makefile Log message: We have AI_ADDRCONFIG now. ok robert@ (maintainer) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/04/29 01:44:19 Modified files: usr.bin/rcs : rcstime.c Log message: fix a test for invalid timezones oks from a bunch of people CVSROOT: /cvs Module name: src Changes by: dcoppa@cvs.openbsd.org 2014/04/29 01:52:06 Modified files: sys/lib/libsa : ufs2.c Log message: Fix typo: d_addrt -> daddr_t ok bmercer@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/29 02:04:18 Modified files: productivity/tryton: Makefile.inc Log message: Bump to 3.2.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/29 02:04:41 Modified files: productivity/tryton/trytond: Makefile distinfo productivity/tryton/trytond/pkg: PLIST Log message: Update to trytond-3.2.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/29 02:05:05 Modified files: productivity/tryton/tryton: Makefile distinfo productivity/tryton/tryton/pkg: PLIST Log message: Update to tryton-3.2.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/29 02:05:34 Modified files: productivity/tryton/account: Makefile distinfo productivity/tryton/account_asset: distinfo productivity/tryton/account_be: distinfo productivity/tryton/account_de_skr03: distinfo productivity/tryton/account_dunning: Makefile distinfo productivity/tryton/account_dunning_letter: Makefile distinfo productivity/tryton/account_fr: distinfo productivity/tryton/account_fr/pkg: PLIST productivity/tryton/account_invoice: Makefile distinfo productivity/tryton/account_invoice_history: distinfo productivity/tryton/account_invoice_line_standalone: distinfo productivity/tryton/account_product: distinfo productivity/tryton/account_statement: Makefile distinfo productivity/tryton/account_stock_anglo_saxon: Makefile distinfo productivity/tryton/account_stock_continental: distinfo productivity/tryton/analytic_account: distinfo productivity/tryton/analytic_invoice: distinfo productivity/tryton/analytic_purchase: distinfo productivity/tryton/analytic_sale: distinfo productivity/tryton/bank: Makefile distinfo productivity/tryton/calendar: Makefile distinfo productivity/tryton/calendar_classification: distinfo productivity/tryton/calendar_scheduling: distinfo productivity/tryton/calendar_todo: Makefile distinfo productivity/tryton/carrier: distinfo productivity/tryton/carrier_percentage: distinfo productivity/tryton/carrier_weight: distinfo productivity/tryton/company: distinfo productivity/tryton/company_work_time: distinfo productivity/tryton/country: distinfo productivity/tryton/currency: distinfo productivity/tryton/dashboard: distinfo productivity/tryton/google_maps: distinfo productivity/tryton/ldap_authentication: distinfo productivity/tryton/ldap_connection: distinfo productivity/tryton/party: distinfo productivity/tryton/party_siret: distinfo productivity/tryton/party_vcarddav: distinfo productivity/tryton/product: distinfo productivity/tryton/product_attribute: distinfo productivity/tryton/product_cost_fifo: Makefile distinfo productivity/tryton/product_cost_history: distinfo productivity/tryton/product_measurements: distinfo productivity/tryton/product_price_list: distinfo productivity/tryton/production: distinfo productivity/tryton/project: Makefile distinfo productivity/tryton/project_invoice: distinfo productivity/tryton/project_invoice/pkg: PLIST productivity/tryton/project_plan: distinfo productivity/tryton/project_revenue: Makefile distinfo productivity/tryton/proteus: distinfo productivity/tryton/purchase: distinfo productivity/tryton/purchase_invoice_line_standalone: distinfo productivity/tryton/purchase_shipment_cost: distinfo productivity/tryton/sale: distinfo productivity/tryton/sale_invoice_grouping: Makefile distinfo productivity/tryton/sale_invoice_grouping/pkg: PLIST productivity/tryton/sale_opportunity: distinfo productivity/tryton/sale_price_list: distinfo productivity/tryton/sale_shipment_cost: distinfo productivity/tryton/sale_supply: Makefile distinfo productivity/tryton/sale_supply/pkg: PLIST productivity/tryton/sale_supply_drop_shipment: distinfo productivity/tryton/sale_supply_drop_shipment/pkg: PLIST productivity/tryton/stock: Makefile distinfo productivity/tryton/stock/pkg: PLIST productivity/tryton/stock_forecast: distinfo productivity/tryton/stock_inventory_location: distinfo productivity/tryton/stock_location_sequence: distinfo productivity/tryton/stock_lot: distinfo productivity/tryton/stock_product_location: Makefile distinfo productivity/tryton/stock_split: distinfo productivity/tryton/stock_supply: Makefile distinfo productivity/tryton/stock_supply_day: distinfo productivity/tryton/stock_supply_forecast: distinfo productivity/tryton/stock_supply_production: distinfo productivity/tryton/timesheet: distinfo productivity/tryton/timesheet_cost: Makefile distinfo Log message: Update tryton modules to 3.2.X. CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2014/04/29 02:11:30 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update youtube-dl to 2014.04.21.6 Adds support for: - bilibili - clubic - noco - tlc - vuclip CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/04/29 02:40:02 Modified files: multimedia/phonon: Makefile multimedia/phonon/pkg: PLIST Log message: Comment out in PLIST stuff that is not useful at least, and breaks compilation of some unported apps. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/04/29 02:42:57 Modified files: x11/kde4/workspace: Makefile distinfo x11/kde4/workspace/patches: patch-kdm_kfrontend_sessions_kde-plasma-safe_desktop_cmake patch-kdm_kfrontend_sessions_kde-plasma_desktop_cmake patch-startkde_cmake Log message: Maintaince update to KDE Workspaces 4.11.9. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/04/29 02:45:28 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-src_Makefile patch-src_Makefile_dep Log message: Update to redis-2.8.9 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/29 02:53:27 Modified files: mail/roundcubemail: Makefile Log message: remove X bit from various files that shouldn't have it, and fix shebang line in composer.phar, CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/04/29 02:54:56 Modified files: x11/kde4/dev-scripts: Makefile x11/kde4/dev-scripts/patches: patch-makeobj Log message: Fix typo, unbreaking script at run-time. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/04/29 02:55:52 Modified files: x11/kde4/kfloppy/patches: patch-floppy_cpp patch-format_cpp patch-format_h Log message: Add comments, no binary change. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/04/29 02:56:17 Modified files: x11/kde4/kimono/patches: patch-CMakeLists_txt Log message: Add a comment to patch. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/04/29 02:57:44 Modified files: x11/kde4/artwork/patches: patch-cmake_modules_FindXscreensaver_cmake Log message: Use CACHEd variable instead of if() check. No package change but better for intergrating upstream. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/04/29 02:58:30 Modified files: x11/kde4/nepomuk-core/patches: patch-tools_nepomukshow_CMakeLists_txt Log message: Add a comment. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/04/29 03:01:43 Modified files: x11/kde4/kgpg : Makefile Log message: Was missing gnupg in RUN_DEPENDS. Yes, this could happen. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/04/29 03:39:32 Modified files: x11/kde4/libs : Makefile x11/kde4/libs/patches: patch-cmake_modules_FindTaglib_cmake x11/kde4/juk : Makefile Removed files: x11/kde4/juk/patches: patch-coverinfo_cpp patch-tag_cpp Log message: Fix FindTaglib.cmake; nepomuk-core built fine previously only by accident. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/29 03:39:34 Modified files: productivity/tryton/account_dunning_letter: Makefile productivity/tryton/account_invoice: Makefile productivity/tryton/account_invoice_history: Makefile productivity/tryton/account_statement: Makefile productivity/tryton/account_stock_anglo_saxon: Makefile productivity/tryton/analytic_account: Makefile productivity/tryton/analytic_purchase: Makefile productivity/tryton/analytic_sale: Makefile productivity/tryton/product_price_list: Makefile productivity/tryton/production: Makefile productivity/tryton/project_plan: Makefile productivity/tryton/project_revenue: Makefile productivity/tryton/purchase: Makefile productivity/tryton/sale: Makefile productivity/tryton/sale_opportunity: Makefile productivity/tryton/sale_price_list: Makefile productivity/tryton/sale_shipment_cost: Makefile productivity/tryton/sale_supply_drop_shipment: Makefile Log message: Add missing RUN_DEPENDS. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/04/29 03:55:28 Modified files: sys/uvm : uvm_swap.c Log message: Replace 1 << PAGE_SHIFT with PAGE_SIZE. ok beck@, miod@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/29 04:08:55 Modified files: usr.sbin/smtpd : ssl.c ssl.h ssl_smtpd.c Log message: It is only required to load the keys and certs into the same SSL context once. Simplify the code path by moving the loading from three different places into ssl_ctx_create(): ok gilles@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/29 04:18:06 Modified files: usr.sbin/smtpd : config.c mta_session.c smtp_session.c smtpd.c Log message: use explicit_bzero() instead of memset() to clear out sensitive data. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/29 05:05:52 Log message: Import trytond-module-account_credit_limit-3.2.0 Tryton application platform module: account_credit_limit. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20140429 N ports/productivity/tryton/account_credit_limit/Makefile N ports/productivity/tryton/account_credit_limit/distinfo N ports/productivity/tryton/account_credit_limit/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/29 05:07:41 Log message: Import trytond-module-account_invoice_stock-3.2.0 Tryton application platform module: account_invoice_stock. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20140429 N ports/productivity/tryton/account_invoice_stock/Makefile N ports/productivity/tryton/account_invoice_stock/distinfo N ports/productivity/tryton/account_invoice_stock/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/29 05:07:59 Log message: Import trytond-module-account_payment-3.2.0 Tryton application platform module: account_payment. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20140429 N ports/productivity/tryton/account_payment/Makefile N ports/productivity/tryton/account_payment/distinfo N ports/productivity/tryton/account_payment/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/29 05:08:15 Log message: Import trytond-module-account_payment_sepa-3.2.0 Tryton application platform module: account_payment_sepa. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20140429 N ports/productivity/tryton/account_payment_sepa/Makefile N ports/productivity/tryton/account_payment_sepa/distinfo N ports/productivity/tryton/account_payment_sepa/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/29 05:08:55 Log message: Import trytond-module-party_relationship-3.2.0 Tryton application platform module: party_relationship. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20140429 N ports/productivity/tryton/party_relationship/Makefile N ports/productivity/tryton/party_relationship/distinfo N ports/productivity/tryton/party_relationship/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/29 05:09:14 Log message: Import trytond-module-sale_credit_limit-3.2.0 Tryton application platform module: sale_credit_limit. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20140429 N ports/productivity/tryton/sale_credit_limit/Makefile N ports/productivity/tryton/sale_credit_limit/distinfo N ports/productivity/tryton/sale_credit_limit/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/29 05:09:32 Log message: Import trytond-module-sale_shipment_grouping-3.2.0 Tryton application platform module: sale_shipment_grouping. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20140429 N ports/productivity/tryton/sale_shipment_grouping/Makefile N ports/productivity/tryton/sale_shipment_grouping/distinfo N ports/productivity/tryton/sale_shipment_grouping/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/29 05:09:50 Log message: Import trytond-module-stock_package-3.2.0 Tryton application platform module: stock_package. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20140429 N ports/productivity/tryton/stock_package/Makefile N ports/productivity/tryton/stock_package/distinfo N ports/productivity/tryton/stock_package/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/29 05:10:06 Modified files: productivity/tryton: Makefile Log message: +account_credit_limit +account_invoice_stock +account_payment +account_payment_sepa +party_relationship +sale_credit_limit +sale_shipment_grouping +stock_package CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/04/29 05:19:50 Modified files: x11/mlterm : Makefile distinfo x11/mlterm/patches: patch-xwindow_x_screen_c patch-xwindow_xlib_x_window_c Added files: x11/mlterm/patches: patch-xwindow_x_draw_str_c Removed files: x11/mlterm/patches: patch-common_c_imagelib_c Log message: Bugfix update to mlterm-3.3.5 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/04/29 05:36:22 Modified files: x11/awesome : Makefile Added files: x11/awesome/patches: patch-event_c Log message: Bugfix (upstream git commit 4073f8d88653032854136529da70e38daf6882be): Call AllowEvents after grabbed events on a drawin. When we get an event due to a previous GrabButtons call, we have to continue normal event processing again, because the server froze the input device for us. Without this, everything appears to freeze. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/04/29 05:51:13 Modified files: sbin/iked : iked.h ikev2.c ikev2.h ikev2_msg.c policy.c Log message: make sure the state machine only advances if the AUTH payload has been verified; with & ok mikeb@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/04/29 05:58:29 Modified files: sys/net : route.c Log message: If you plan to write an obfuscated-by-design kernel / userland interface, I suggest you have a look at the link-layer sockaddr interface: /* * A Link-Level Sockaddr may specify the interface in one of two * ways: either by means of a system-provided index number (computed * anew and possibly differently on every reboot), or by a human-readable * string such as "il0" (for managerial convenience). [...] */ ifa_ifwithnet() was not only checking for the sdl_index in order to get the corresponding ifp for AF_LINK sockaddr, it was also iterating over all the addresses on your system! But in this case, the `address' field of "struct sockaddr_dl" is an interface name set by link_addr(3). How can this work? Well because the kernel allocates an empty `netmask' field for each interface's lladdr, so that you can abuse a network comparison function to reimplement strcmp(3)... So when the userland does not specify an interface index, try harder to see if it passed an ifp name, but at least be explicit and use ifunit(). Found the hard way by/ok sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/04/29 06:01:54 Modified files: security/nss : Makefile Removed files: security/nss/patches: patch-nss_lib_ckfw_builtins_certdata_txt Log message: Remove the patch adding CACert, which has strict requirements on redistribution (http://www.cacert.org/policy/RootDistributionLicense.php) which we don't meet. Following what was done in src/lib/libssl/cert.pem r1.24 3 weeks ago. ok sthen@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2014/04/29 06:11:25 Modified files: usr.bin/less : command.c less.1 opttbl.c Log message: Remove support for the obsolete (non-POSIX) "more -d" prompt. This was a local change that was only enabled when the LESS_IS_MORE environment variable was set and not when invoked as "more". OK shadchin@ jmc@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/29 06:18:27 Modified files: usr.sbin/smtpd : smtp_session.c smtpd.h ssl_smtpd.c Log message: Remove unused arguments from ssl_smtp_init() ok gilles@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/04/29 06:45:29 Modified files: sys/dev/usb : ehci.c ehcivar.h xhci.c xhcivar.h Log message: Get rid of the per-softc freelist of transfer descriptors and use a per-driver pool(9) instead. With inputs from mikeb@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/04/29 06:47:34 Modified files: sys/dev/usb : uhidev.c Log message: Plug an xfer leak. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/04/29 06:53:33 Modified files: sys/dev/usb : ugold.c Log message: Make sure to call uhidev_close() upon detach, plug another xfer leak. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/29 07:10:26 Modified files: net/libnice : Makefile distinfo net/libnice/patches: patch-configure net/libnice/pkg: PLIST Removed files: net/libnice/patches: patch-agent_agent_c patch-agent_component_c patch-agent_conncheck_c patch-agent_inputstream_c patch-agent_outputstream_c patch-agent_pseudotcp_c patch-socket_tcp-turn_c Log message: Update to libnice-0.1.6. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/04/29 07:10:30 Modified files: usr.bin/ssh : serverloop.c clientloop.c Log message: bz#1818 - don't send channel success/failre replies on channels that have sent a close already; analysis and patch from Simon Tatham; ok markus@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/04/29 07:38:48 Modified files: x11/gmtk : Makefile distinfo Removed files: x11/gmtk/patches: patch-src_gmtk_media_tracker_c Log message: Update to final 1.0.9 release. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/04/29 07:39:22 Modified files: x11/gnome-mplayer: Makefile distinfo x11/gnome-mplayer/patches: patch-apps_gnome-mplayer_preferences_gschema_xml patch-src_gui_c patch-src_main_c Removed files: x11/gnome-mplayer/patches: patch-src_gui_h Log message: Update to final 1.0.9 release. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/04/29 07:39:54 Modified files: www/gecko-mediaplayer: Makefile distinfo www/gecko-mediaplayer/patches: patch-src_Makefile_in Added files: www/gecko-mediaplayer/patches: patch-configure_in Removed files: www/gecko-mediaplayer/patches: patch-src_plugin_cpp Log message: Update to final 1.0.9 release. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2014/04/29 07:46:55 Modified files: sys/dev/usb : usbdevs Log message: Add Microsoft Wireless Mobile Mouse 3500 and Wireless Arc Mouse. ok mpi CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/29 07:48:18 Modified files: share/man/man8 : afterboot.8 Log message: smtpd is the default mailer now; From: Jan Stary ok gilles CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2014/04/29 07:49:19 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/29 08:10:07 Modified files: usr.sbin/nginx/src/event: ngx_event_openssl.c Log message: nginx dudes unrolled SSL_OP_ALL by hand so we also have to delete SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS from here to benefit. ok miod CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/04/29 08:11:23 Modified files: sys/dev/usb : ehci.c ohci.c uhci.c Log message: Finally plug the public xfer leak #1 in our USB stack. Every call to usbd_abort_pipe() on an interrupt pipe would simply reset the intrxfer pointer, which would prevent usbd_close_pipe() to free it. Since we abort pipes in a lot of situations: when a device is detached, when a USB-to-serial adapter is closed, when an error occurs, when the machine is suspended, etc, this would result in hundreds of leaked xfers in most of my machines. xhci(4) is not affected, but you can't enable it right now since the stack is not ready :) While here put a KASSERT() to make sure drivers are only calling the interrupt abort method for intrxfer, if that's not the case, please let met know. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/04/29 08:40:20 Modified files: graphics/feh : Makefile distinfo graphics/feh/patches: patch-man_feh_pre patch-src_options_c Removed files: graphics/feh/patches: patch-src_filelist_c patch-src_slideshow_c Log message: Update to feh-2.11 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/29 08:47:39 Modified files: www/owncloud : Makefile distinfo www/owncloud/patches: patch-lib_private_util_php www/owncloud/pkg: PLIST Log message: SECURITY update to owncloud-6.0.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/29 08:48:29 Modified files: www/owncloud : Tag: OPENBSD_5_5 Makefile distinfo www/owncloud/pkg: Tag: OPENBSD_5_5 PLIST Log message: SECURITY update to owncloud-6.0.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/29 08:49:59 Modified files: www/owncloud : Tag: OPENBSD_5_4 Makefile distinfo www/owncloud/pkg: Tag: OPENBSD_5_4 PLIST Log message: SECURITY update to owncloud-5.0.16. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/29 09:03:07 Removed files: usr.sbin/traceroute6: Makefile traceroute6.8 traceroute6.c Log message: Move traceroute6 to the attic, fully merged into traceroute. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/04/29 09:04:04 Removed files: usr.bin/bgplg/traceroute6: Makefile Log message: Move traceroute6 to the attic, fully merged into traceroute. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/04/29 09:42:08 Added files: usr.bin/ssh : rijndael.c rijndael.h Log message: re-add our own aesctr implementation; ok djm@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/04/29 09:46:54 Modified files: lib/libssl/src/ssl: s3_pkt.c Log message: Constrain bytes read/written to positive values. ok miod@ tedu@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/04/29 10:41:36 Modified files: news/tin : Makefile distinfo news/tin/patches: patch-configure_in patch-src_Makefile_in news/tin/pkg : PLIST Added files: news/tin/patches: patch-src_misc_c patch-src_rfc2047_c patch-src_sigfile_c Log message: Update to 2.2.0 add some arc4random patches take maintainership ok & hints Joachim Shipper (old maintainer) CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2014/04/29 11:21:27 Modified files: net/maradns-deadwood: Makefile distinfo Log message: Security Update for maradns-deadwood to 3.2.05: - Fixed cppcheck detected warnings and errors - Default file name for entropy in Windows is now "secret.txt" - dw_substr() bounds check updated - More validation done with DNS packets sent to Deadwood - Dashes can now be the first character of a black listed domain Pluss -> fix for some not-really-explained blind spoofing attack (http://samiam.org/blog/20131202.html) OK sthen@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2014/04/29 11:32:42 Modified files: usr.sbin/smtpd : mta_session.c Log message: when a session fails due to a TLS error in a smtp+tls:// connection, try plain before giving up ok eric@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/29 11:35:29 Modified files: usr.sbin/traceroute: traceroute.8 Log message: a bit more merge for traceroute6 stuff, and some consistency fixes; help/ok florian CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/04/29 11:37:30 Modified files: faq : upgrade55.html Log message: grammar and punctuation, from tj at mrsk dot me, thanks! CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/04/29 11:56:25 Modified files: faq : faq4.html faq8.html Log message: multi-boot to multiboot. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/04/29 12:01:49 Modified files: usr.bin/ssh : Makefile.inc auth.c authfd.c authfile.c bufaux.c cipher.c cipher.h hostfile.c kex.c key.c mac.c monitor.c monitor_wrap.c myproposal.h packet.c roaming_client.c ssh-agent.c ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh-pkcs11.h ssh.c sshconnect.c sshconnect2.c sshd.c usr.bin/ssh/lib: Makefile usr.bin/ssh/ssh: Makefile usr.bin/ssh/sshd: Makefile Log message: make compiling against OpenSSL optional (make OPENSSL=no); reduces algorithms to curve25519, aes-ctr, chacha, ed25519; allows us to explore further options; with and ok djm CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/04/29 12:36:31 Modified files: faq : upgrade55.html Log message: add section about releases being signed. Yes, references a not yet updated article in faq3.html, will be there on release day. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/29 13:13:14 Modified files: usr.sbin/smtpd : ca.c config.c lka.c mproc.c mta_session.c pony.c smtp.c smtp_session.c smtpd.c smtpd.h ssl.c ssl.h ssl_privsep.c ssl_smtpd.c Log message: Implement RSA privilege separation for OpenSMTPD, based on my previous implementation for relayd(8). The smtpd(8) pony processes (mta client, smtp server) don't keep the private keys in memory but send their private key operations as imsgs to the "lookup"/mta process. It's worth mentioning that this prevents acidental private key leakage as it could have been caused by "Heartbleed". ok gilles@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/29 13:34:49 Modified files: mail/rcube-contextmenu: Makefile distinfo mail/rcube-contextmenu/pkg: PLIST Log message: update to rcube-contextmenu 1.13 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/29 13:38:40 Modified files: mail/roundcubemail: Makefile mail/roundcubemail/patches: patch-config_defaults_inc_php Log message: change default db config to sqlite, to avoid either an annoying-to-debug error with basic installation or a forced (often unnecessary dep) on pdo_mysql CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2014/04/29 13:58:50 Modified files: usr.bin/ssh : sftp.c Log message: Move nulling of variable next to where it's freed. ok markus@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/29 14:21:24 Modified files: mail/rcube-sieverules: Makefile distinfo mail/rcube-sieverules/pkg: PLIST Removed files: mail/rcube-sieverules/patches: patch-config_inc_php_dist Log message: update to rcube-sieverules 2.1.2 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2014/04/29 14:36:52 Modified files: usr.bin/ssh : sftp.c Log message: Don't attempt to append a nul quote char to the filename. Should prevent fatal'ing with "el_insertstr failed" when there's a single quote char somewhere in the string. bz#2238, ok markus@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/04/29 14:47:55 Modified files: faq : upgrade55.html Log message: I can't spell, and tj at mrsk dot me can, and for this, I am thankful. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/29 15:04:17 Modified files: usr.sbin/smtpd : smtpd.c Log message: For RSA private key privsep, only ever load the keys after forking the separated process. This improves the previous because we don't trust the PEM and BIO routines to cleanup the keys correctly. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/04/29 15:16:26 Modified files: www/mozilla : mozilla.port.mk Log message: Batch of changes for gecko 29: - enforce dependency on nss 3.16 - fix spellchecking by building against systemwide hunspell. For some reason the bundled hunspell can't open its own dict (#991278) - add SHELL=/bin/sh as mozbuild now relies on it - remove now useless default MODGNU_CONFIG_GUESS_DIRS & MOZILLA_SUBST_FILES CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/04/29 15:26:43 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/files: all-openbsd.js www/firefox-i18n: Makefile.inc distinfo Added files: www/mozilla-firefox/patches: patch-intl_icu_source_Makefile_in Removed files: www/mozilla-firefox/patches: patch-extensions_spellcheck_hunspell_src_mozHunspell_cpp Log message: Update to firefox 29.0, with the brand new Australis UI. - See http://www.mozilla.org/en-US/firefox/29.0/releasenotes/ - Fixes MFSA 2014-34->47 - add spellchecker.dictionary_path as a default pref in all-openbsd.js, pointing to ${LOCALBASE}/share/mozilla-dicts/ so that it looks for systemwide dictionaries. - Remove now useless patch-extensions_spellcheck_hunspell_src_mozHunspell_cpp - Add patch for #990196, tries to use INSTALL_SCRIPT during build which badly fails as user. Note that starting with Fx 29, the sync protocol v1.1 used by www/mozilla-sync still works but is not advertised anymore, and will be phased out by v1.5 in Fx 31. www/mozilla-sync port will be updated in the meantime, but users will have to reconfigure all their instances... CVSROOT: /cvs Module name: src Changes by: dcoppa@cvs.openbsd.org 2014/04/29 15:30:20 Modified files: distrib/sets/lists/etc: mi etc : Makefile changelist etc/mtree : special libexec/security: security Removed files: etc/root : dot.klogin Log message: tedu ~/.klogin ok henning@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/04/29 15:30:57 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr/pkg: PLIST www/firefox-esr-i18n: Makefile.inc distinfo Added files: www/firefox-esr/files: all-openbsd.js Log message: Update to firefox-esr 24.5.0. - See http://www.mozilla.org/en-US/firefox/24.5.0/releasenotes/ - Fixes MFSA-2014-34,35,37,38,42,43,44 & 46 - add a default prefs all-openbsd.js file, pointing spellchecker.dictionary_path to ${LOCALBASE}/share/mozilla-dicts/ so that systemwide dictionaries are looked for by default. - while here the same file disables safebrowsing feature, as is already done in www/mozilla-firefox. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/04/29 15:34:09 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/mozilla-thunderbird/files: all-openbsd.js mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird 24.5.0. - See http://www.mozilla.org/en-US/thunderbird/24.5.0/releasenotes/ - Fixes MFSA-2014-34,35,37,38,42,43,44 & 46 - set spellchecker.dictionary_path to ${LOCALBASE}/share/mozilla-dicts/ so that systemwide dictionaries are used by default. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/04/29 15:37:21 Modified files: devel/xulrunner: Makefile.inc devel/xulrunner/24: Makefile distinfo devel/xulrunner/24/pkg: PLIST-devel PLIST-main Removed files: devel/xulrunner/24/patches: patch-config_system-headers patch-js_src_config_system-headers Log message: Update to xulrunner 24.5.0. - building from firefox-esr source tarball will allow us to better track security fixes.. and download one less distfile. - remove the two config/system-headers patches from #944454, were merged in esr24 branch. Went in a bulk build without fallout.. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/04/29 15:38:42 Modified files: www/conkeror : Makefile Log message: Bump REVISION after xulrunner update, for some reason conkeror ships with a symlink to $TRUEPREFIX/lib/xulrunner-${VERSION} that will change at each update and trigger PLIST_DB complains.. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/04/29 15:47:00 Modified files: www/seamonkey : Makefile distinfo www/seamonkey/files: all-openbsd.js www/seamonkey/patches: patch-mozilla_js_src_configure_in patch-mozilla_media_libvpx_Makefile_in www/seamonkey/pkg: PLIST-lightning PLIST-main Added files: www/seamonkey/patches: patch-calendar_base_jar_mn patch-calendar_lightning_jar_mn Removed files: www/seamonkey/patches: patch-config_config_mk Log message: Update to seamonkey 2.26rc1 (to ride the mozilla.port.mk changes) and lightning 3.1. - See http://www.seamonkey-project.org/releases/seamonkey2.26/ - Fixes MFSA 2014-34,36->39,41->47 - remove now useless config.mk patch, was only here for enigmail - add patches to fix lightning display (#1001985) - set spellchecker.dictionary_path to look for systemwide dicts (note that seamonkey-i18n is not update yet on purpose, as 2.26 final is not yet available, langpacks are not there *yet* - will be fixed tmrw) CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/04/29 15:51:18 Modified files: sys/dev/usb : ohci.c ohcivar.h uhci.c uhcivar.h Log message: Get rid of the per-softc freelist of transfer descriptors and use a per-driver pool(9) instead. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/04/29 16:02:18 Modified files: x11/kde/libs3 : Makefile x11/kde/libs3/patches: patch-configure_in Log message: Fix tests, no package change. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/04/29 16:06:50 Modified files: x11/kde/pim3 : Makefile Log message: Cleanup a bit: make WANTLIB look like in other KDE ports and zap -pthread stuff. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/04/29 16:09:43 Modified files: x11/kde/base3 : Makefile Log message: Fix LIB_DEPENDS; unify WANTLIB with other KDE ports while there. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/04/29 16:31:22 Modified files: usr.bin/tmux : client.c Log message: fcntl.h is still needed here. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/04/29 17:58:06 Modified files: multimedia/libvpx: Makefile distinfo multimedia/libvpx/patches: patch-build_make_Makefile patch-configure patch-examples_mk patch-libs_mk patch-vp8_common_reconinter_c patch-vp8_common_sad_c_c multimedia/libvpx/pkg: PLIST Removed files: multimedia/libvpx/patches: patch-build_make_configure_sh patch-build_make_gen_asm_deps_sh patch-build_make_version_sh Log message: Update to libvpx 1.3.0. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: sperreault@cvs.openbsd.org 2014/04/29 18:16:47 Modified files: lib/libc : shlib_version Log message: minor++ because of AI_ADDRCONFIG prodded by naddy, confirmed by Mark Kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/04/29 18:20:28 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/29 19:05:50 Modified files: lib/libssl/src/ssl: ssl.h Log message: i suck at math. b - 8 = 3, not 4. detected by Antoine Pitrou. thanks. CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2014/04/29 20:07:27 Modified files: . : plus.html Log message: plus.html april 15-20, fixes from jj@. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/04/29 21:46:08 Modified files: . : donations.html Log message: spelling CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/04/29 22:20:31 Modified files: sys/arch/sparc/sparc: cpu.c trap.c Log message: Enforce proper alignment of stack variables which may get accessed with double-word load and store instructions. This used to work by chance, but recent compiler changes no longer put us in the lucky situation. tweaks kettenis@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/04/29 23:04:03 Modified files: x11/rxvt-unicode: Makefile distinfo x11/rxvt-unicode/patches: patch-doc_rxvtd_1_man_in x11/rxvt-unicode/pkg: PLIST Log message: Update to rxvt-unicode-9.20 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/04/29 23:09:29 Modified files: net/miniupnp/libnatpmp: Makefile distinfo net/miniupnp/libnatpmp/patches: patch-Makefile Added files: net/miniupnp/libnatpmp/patches: patch-natpmp_h Log message: Update to libnatpmp-20140401 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/04/29 23:29:56 Modified files: usr.bin/ssh : bufaux.c bufbn.c bufec.c buffer.c buffer.h usr.bin/ssh/lib: Makefile Added files: usr.bin/ssh : sshbuf-getput-basic.c sshbuf-getput-crypto.c sshbuf-misc.c sshbuf.c sshbuf.h ssherr.c ssherr.h Log message: New buffer API; the first installment of the conversion/replacement of OpenSSH's internals to make them usable as a standalone library. This includes a set of wrappers to make it compatible with the existing buffer API so replacement can occur incrementally. With and ok markus@ Thanks also to Ben Hawkes, David Tomaschik, Ivan Fratric, Matthew Dempsky and Ron Bowes for a detailed review. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/04/29 23:30:06 src/regress/usr.bin/ssh/unittests Update of /cvs/src/regress/usr.bin/ssh/unittests In directory cvs.openbsd.org:/tmp/cvs-serv23129/unittests Log Message: Directory /cvs/src/regress/usr.bin/ssh/unittests added to the repository CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/04/29 23:30:17 src/regress/usr.bin/ssh/unittests/test_helper Update of /cvs/src/regress/usr.bin/ssh/unittests/test_helper In directory cvs.openbsd.org:/tmp/cvs-serv26651/test_helper Log Message: Directory /cvs/src/regress/usr.bin/ssh/unittests/test_helper added to the repository CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/04/29 23:30:18 src/regress/usr.bin/ssh/unittests/sshbuf Update of /cvs/src/regress/usr.bin/ssh/unittests/sshbuf In directory cvs.openbsd.org:/tmp/cvs-serv26651/sshbuf Log Message: Directory /cvs/src/regress/usr.bin/ssh/unittests/sshbuf added to the repository CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/04/29 23:32:00 Modified files: regress/usr.bin/ssh: Makefile Added files: regress/usr.bin/ssh/unittests: Makefile Makefile.inc regress/usr.bin/ssh/unittests/sshbuf: Makefile test_sshbuf.c test_sshbuf_fixed.c test_sshbuf_fuzz.c test_sshbuf_getput_basic.c test_sshbuf_getput_crypto.c test_sshbuf_getput_fuzz.c test_sshbuf_misc.c tests.c regress/usr.bin/ssh/unittests/test_helper: Makefile fuzz.c test_helper.c test_helper.h Log message: unit tests for new buffer API; including basic fuzz testing CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/04/30 00:06:09 Modified files: usr.bin/unifdef: unifdef.1 unifdef.c Log message: tidy up SYNOPSIS, usage() and the options list; ok sthen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/30 00:13:23 Modified files: x11/gnome/rygel/patches: patch-configure Log message: Pushed upstream. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/04/30 00:13:49 Modified files: multimedia/gstreamer1/plugins-good: Makefile Log message: Require libvpx 1.3.0 so GStreamer builds the VP9 support within its vpx plugin. ok ajacotout@ CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2014/04/30 00:24:23 Modified files: sys/arch/amd64/amd64: cpu.c trap.c Log message: format string fixes for (u)int64 vars ok kettenis@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2014/04/30 01:01:34 Modified files: usr.sbin/snmpctl: snmpclient.c Log message: replace vis-ified output with human-readable strings for a few OIDs, with a framework in place to add more as the mood strikes ok reyk@ sthen@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/04/30 02:23:43 Modified files: usr.sbin/smtpd : ca.c pony.c smtpd.c smtpd.h Log message: The RSA engine (used by pony) has to wait for a response from the privileged process (lka) and receive the imsgs in a while loop synchronously. But the lka also sends other imsgs (DNS etc.) that can still be queued up in the buffer when waiting for the RSA response. This only happens under load with many concurrent connections. For now, we just call the pony imsg handler for non-RSA imsgs that are already in the buffer. ok gilles@ eric@ blambert@ CVSROOT: /cvs Module name: www Changes by: pirofti@cvs.openbsd.org 2014/04/30 02:43:01 Modified files: . : goals.html Log message: Kerberos is no longer supported in base. CVSROOT: /cvs Module name: www Changes by: pirofti@cvs.openbsd.org 2014/04/30 02:44:43 Modified files: . : crypto.html Log message: Kerberos no longer supported. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/30 03:16:06 Modified files: mail/roundcubemail: Makefile Added files: mail/roundcubemail/patches: patch-config_config_inc_php_sample Log message: default db needs to be set in config.inc.php as well; pointed out by aja@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2014/04/30 03:17:29 Modified files: usr.sbin/smtpd : delivery_maildir.c lka_session.c mda.c smtpd-defines.h smtpd.h Log message: when using maildir, do not create automatically create folders to match tag in email address (ie: gilles+tag => ~/Maildir/.tag), instead use the folder if it already exists and deliver to the mail Maildir otherwise. ok eric@ and chl@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/04/30 03:31:20 Modified files: x11/kde4/libs : Makefile x11/kde4/workspace: Makefile x11/kde4/workspace/pkg: PLIST Added files: x11/kde4/libs/patches: patch-solid_solid_managerbase_cpp x11/kde4/workspace/patches: patch-powerdevil_daemon_BackendConfig_cmake patch-powerdevil_daemon_backends_upower_powerdevilupowerbackend_cpp patch-powerdevil_daemon_powerdevilbackendloader_cpp Log message: Add (or, more correctly, enable) support for UPower backend in Solid. Known problems, being investigated: * false "battery is dead" message; * no suspend action. Actual patch from Fabian Raetz, thanks! CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/04/30 03:36:04 Modified files: x11/kde4/libs : Makefile Added files: x11/kde4/libs/patches: patch-kdesu_su_cpp Log message: Actually allow kdesu to run sudo. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/04/30 04:04:33 Modified files: sys/netinet : ip_carp.c Log message: Remove carp_seroute() it no longer does anything useful but mess with your IPv4 routes. mcbride@ says that this function has been introduced in order to be able to reach the MASTER node from a BACKUP node using the CARP address. The reasons are: 1) For troubleshooting, so I can ping or otherwise monitor the MASTER host. 2) In some cases it's undesirable (or even not possible) to run services on other IP addresses. For example, services that only allow you to configure 1 listening IP, or services where you wish to avoid users connecting to anything but the MASTER server. Sadly this function becames a horrible hack. So if somebody thinks the reasons explained before justify such logic, feel free to submit a correct diff. ok bluhm@, henning@, mikeb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/30 04:54:32 Modified files: textproc/link-grammar: Makefile distinfo textproc/link-grammar/pkg: PLIST-java Log message: Update to link-grammar-5.0.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/30 04:54:59 Modified files: x11/gnome/totem: Makefile distinfo Log message: Update to totem-3.12.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/04/30 05:40:04 Modified files: sysutils/e2fsprogs: Makefile distinfo sysutils/e2fsprogs/patches: patch-doc_Makefile_in sysutils/e2fsprogs/pkg: PLIST Removed files: sysutils/e2fsprogs/patches: patch-lib_ext2fs_kernel-list_h Log message: Update to e2fsprogs-1.42.9. ok sthen@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/04/30 06:00:54 Modified files: faq : upgrade55.html Log message: another heads-up: kerberos going away for 5.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/30 06:38:55 Modified files: sysutils/e2fsprogs: Makefile Added files: sysutils/e2fsprogs/patches: patch-e2fsck_dirinfo_c patch-lib_blkid_save_c patch-lib_ext2fs_icount_c patch-tests_progs_random_exercise_c patch-tests_scripts_resize_test patch-tests_test_one_in Log message: fix format strings for mktemp(1)/mkstemp(3); mostly not enough X's, also one case of using X's in the middle of the name ($test_name.XXXXXX.tmp) which is a non-portable extension handled by gnu mktemp(1) CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2014/04/30 06:49:54 Modified files: usr.sbin/smtpd : mta_session.c Log message: when doing opportunistic TLS, do not only downgrade during negotiation, but also downgrade if a TLS error happens during the session. ok eric@ who helped me with this CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2014/04/30 07:21:00 Modified files: devel/jdk/1.7 : Makefile distinfo devel/jdk/1.7/files: cacerts devel/jdk/1.7/patches: patch-hotspot_make_bsd_makefiles_gcc_make devel/jdk/1.7/pkg: PFRAG.client_vm-jre PFRAG.client_vm-main PLIST-jre PLIST-main Added files: devel/jdk/1.7/patches: patch-jdk_make_common_shared_Sanity_gmk Removed files: devel/jdk/1.7/patches: patch-hotspot_src_share_vm_runtime_os_cpp patch-jdk_src_share_classes_sun_net_spi_DefaultProxySelector_java patch-jdk_src_solaris_classes_sun_nio_ch_DefaultAsynchronousChannelProvider_java patch-jdk_src_solaris_native_java_net_NetworkInterface_c Log message: - Update to 7u55 including several security updates - Remove patches included in upstream repository - Update cacerts (from FreeBSD) - Add build-bootjdk makefile target in prep for new bootstrap - Allow changes to LD_LIBRARY_PATH so that new bootstrap will work okay sthen@, dcoppa@, ian@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/30 07:40:02 Modified files: lib/libssl/src/crypto/md5/asm: md5-x86_64.pl lib/libssl/src/crypto/bn/asm: modexp512-x86_64.pl x86_64-mont.pl lib/libssl/src/crypto/camellia/asm: cmll-x86_64.pl lib/libssl/src/crypto/rc4/asm: rc4-md5-x86_64.pl rc4-x86_64.pl lib/libssl/src/crypto/sha/asm: sha512-x86_64.pl lib/libssl/src/crypto/whrlpool/asm: wp-x86_64.pl Log message: First pass at removing win64 support from the assembly generating Perl scripts. We certainly do not need an identical copy of the win64 exception handler in each script (surely one copy would be sufficient). ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/04/30 07:51:58 Modified files: lib/libssl/src/ssl: d1_both.c Log message: Avoid a potential null pointer dereference by checking that we actually managed to allocate a fragment, before trying to memcpy data into it. ok miod@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/04/30 08:01:29 Modified files: audio/gogglesmm: Makefile benchmarks/netperf: Makefile graphics/gimp/stable: Makefile mail/p5-Mail-SpamAssassin: Makefile Removed files: audio/gogglesmm/patches: patch-src_ap_http_cpp benchmarks/netperf/patches: patch-src_netlib_c patch-src_nettest_bsd_c graphics/gimp/stable/patches: patch-plug-ins_script-fu_script-fu-server_c mail/p5-Mail-SpamAssassin/patches: patch-spamd_spamd_raw Log message: drop workarounds for missing AI_ADDRCONFIG CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/04/30 08:12:19 Modified files: net/znc : Makefile Removed files: net/znc/patches: patch-configure_ac patch-src_Socket_cpp Log message: drop workarounds for missing AI_ADDRCONFIG CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2014/04/30 08:20:08 Modified files: databases/pgadmin3: Makefile Log message: drop workaround for missing AI_ADDRCONFIG ok naddy@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/04/30 08:28:48 Modified files: sbin/growfs : growfs.c Log message: Write last disk sector, not last 512-byte block, when testing validity of new partition limit. Fixes growfs on 4K-sector disks. Reported by and fix tested by David Vasek via misc@. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/04/30 09:11:00 Modified files: sbin/dhclient : dhclient.c dhcpd.h Log message: Preserve intended chronological order of leases in dhclient.leases. files by writing out in reverse the reverse-chronological-order TAILQ client->leases. Found while trying to restore static lease functionality. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/04/30 10:07:31 Modified files: sys/uvm : uvm_aobj.c Log message: Assigning list pointers doesn't really work with doubly linked lists. Use a remove-and-insert-all-items approach for now and remove the comments that suggest manipulating list pointers. Pointed out by Pedro Martelletto. ok beck@, krw@, mikeb@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2014/04/30 13:07:48 Modified files: usr.bin/ssh : mac.c myproposal.h umac.c usr.bin/ssh/lib: Makefile Log message: UMAC can use our local fallback implementation of AES when OpenSSL isn't available. Glue code straight from Ted Krovetz's original umac.c. ok markus@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/04/30 13:25:14 Modified files: sys/uvm : uvm_aobj.c Log message: Make sure we flush discarded pages even if the number of hash buckets doesn't change. From Pedro Martelletto via bitrig. ok beck@, krw@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/04/30 13:38:51 Modified files: net/lldpd : Makefile Log message: unbreak snmp flavor, libwrap is no more CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/04/30 14:58:12 Modified files: faq : upgrade55.html upgrade54.html Log message: housekeeping. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2014/04/30 15:45:26 Modified files: textproc/link-grammar/pkg: PLIST-main Log message: Forgotten bump for the perl library. ok aja@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/04/30 15:52:08 Modified files: www/tt-rss : Makefile distinfo www/tt-rss/pkg : PLIST README Log message: Update to tt-rss 1.12, based on a diff from Atanas Vladimirov, thanks! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/04/30 16:01:59 Modified files: net : Makefile Log message: +lldpd,snmp as suggested by aja@ CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2014/04/30 17:07:25 Modified files: sysutils/ntfs-3g: Makefile distinfo sysutils/ntfs-3g/patches: patch-configure patch-libntfs-3g_Makefile_in patch-ntfsprogs_Makefile_in patch-ntfsprogs_ntfsclone_c patch-src_Makefile_in Removed files: sysutils/ntfs-3g/patches: patch-src_ntfs-3g_c Log message: Update ntfs-3g to 2014.2.15. Tested and okay syl@. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/04/30 17:28:05 Modified files: lib/libc/stdlib: malloc.3 Log message: first cut at documenting the change to malloc doing a partial 'junk' by default and the new 'j' option to disable this; ok jmc@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2014/04/30 18:47:25 Modified files: devel/jdk/1.7 : Makefile distinfo Log message: - Change bootstrap to not depend on jdk/1.6. Builds on i386 now but not sure if i386 is fully stable yet. okay sthen@ CVSROOT: /cvs Module name: src Changes by: sasano@cvs.openbsd.org 2014/04/30 21:45:08 Modified files: sys/dev/usb : umodem.c Log message: fixed some debug messages ok by dcoppa@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2014/04/30 22:02:15 Modified files: textproc/docbook2mdoc: Makefile distinfo Log message: Update to docbook2mdoc-0.0.9. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/30 22:08:13 Modified files: lib/libc/stdlib: malloc.c Log message: nibbles aren't enough random, use bytes. does a better job of picking a free chunk at random and may allow to increase delayed chunk array. ok otto CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/04/30 22:25:02 Modified files: sys/kern : subr_pool.c Log message: with some random chance, swizzle the current page for the pool to avoid fully deterministic behavior. ok deraadt CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2014/04/30 22:48:28 Modified files: build : mirrors.dat Log message: aarnet are preparing to move away from ftp. requested by david jericho who works at aarnet. CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2014/04/30 22:50:23 Modified files: . : ftp.html ftplist openbgpd : ftp.html openntpd : ftp.html portable.html openssh : ftp.html portable.html Log message: regen after build/mirrors.dat r1.399. aarnet are moving away from providing ftp cos its 2014 now. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/01 00:21:41 Modified files: devel/goffice : Makefile distinfo Log message: Update to goffice-0.10.15. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/01 00:22:04 Modified files: math/gnumeric : Makefile distinfo Log message: Update to gnumeric-1.12.15. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/05/01 00:47:51 Modified files: emulators/gxemul: Makefile distinfo emulators/gxemul/patches: patch-configure emulators/gxemul/pkg: PLIST Log message: Update gxemul to 0.6.0. ok brad@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/05/01 00:59:28 Modified files: devel/p5-System-Command: Makefile distinfo Log message: Remove maintainer per his request. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/01 01:16:14 Modified files: net/lldpd : Makefile distinfo Log message: update to lldpd-0.7.8 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/05/01 01:18:02 Modified files: graphics/amide : Makefile Log message: Remove myself as maintainer. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/01 01:28:47 Modified files: sysutils/mcollective: Makefile distinfo sysutils/mcollective/pkg: PLIST Log message: update to mcollective-2.5.0 release notes: http://docs.puppetlabs.com/mcollective/releasenotes.html#2_5_0 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/05/01 01:35:57 Modified files: sbin/isakmpd : x509.c Log message: Correct a test for X509_get_notAfter() failing or returning an unsupported time type when passing data to keynote. Problem introduced by angelos in 1.41 though the code has been reformatted a few times since then. ok otto@ miod@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/05/01 01:36:22 Modified files: devel/py-pip : Makefile distinfo Log message: Remove maintainer per his request. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/05/01 01:58:29 Modified files: build : mirrors.dat Log message: fix rsync url for openbsd.cs.toronto.edu CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/05/01 02:00:04 Modified files: build/mirrors : openssh-ftp.html.head openssh-portable.html.head Log message: remove www@ links CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/05/01 02:02:35 Modified files: build/mirrors : openssh-ftp.html.end openssh-portable.html.end Log message: remove more www@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/05/01 02:02:48 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html openssh : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/05/01 02:48:19 Log message: Import hgview, a fast Mercurial repo browser. Input and OK bcallah@, benoit@, thanks! Status: Vendor Tag: edd Release Tags: edd_20140501 N ports/devel/hgview/Makefile N ports/devel/hgview/distinfo N ports/devel/hgview/patches/patch-hgviewlib_curses_application_py N ports/devel/hgview/patches/patch-setup_py N ports/devel/hgview/pkg/DESCR N ports/devel/hgview/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/05/01 02:51:43 Modified files: devel : Makefile Log message: Link hgview. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/01 03:20:52 Modified files: net/dnsmasq : Makefile distinfo net/dnsmasq/patches: patch-man_dnsmasq_8 patch-src_config_h Log message: Update to dnsmasq 2.70. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/05/01 03:22:22 Modified files: devel/py-virtualenv: Makefile distinfo Log message: Remove maintainer per his request. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/05/01 03:54:28 Modified files: build : mirrors.dat Log message: comment-out openbsd.org.ar, it's currently down $ dig +short openbsd.org.ar txt "DNS con problemas tecnicos" CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/05/01 03:54:50 Modified files: . : ftp.html ftplist anoncvs.html openbgpd : ftp.html openntpd : ftp.html portable.html openssh : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/05/01 04:25:44 Modified files: sys/scsi : mpath.c Log message: move pointer use to after a NULL pointer check ok dlg@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/01 04:35:47 Modified files: distrib/notes/i386: contents Log message: No longer mention the tools/ directory, which content is irrelevant those days; forgotten during previous cleanups. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/01 05:11:37 Modified files: lib/libssl/src/crypto: crypto.h lib/libssl/src/crypto/md4: md4_dgst.c lib/libssl/src/crypto/md5: md5_dgst.c lib/libssl/src/crypto/mdc2: mdc2dgst.c lib/libssl/src/crypto/ripemd: rmd_dgst.c lib/libssl/src/crypto/sha: sha256.c sha512.c sha_locl.h lib/libssl/src/crypto/whrlpool: wp_dgst.c Log message: Remove fips_md_init() macro indirection for digest algorithms, used by the OpenSSL FIPS module to prevent forbidden digests to be allowed. No functional change but readability. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/01 05:13:26 Modified files: lib/libssl/src/crypto/ec: ec_curve.c lib/libssl/src/crypto/objects: objects.txt Log message: Add Brainpool elliptic curves. From OpenSSL RT#2239 via ${DAYJOB}. Be sure to rerun `make includes' after updating. ok tedu@ beck@ deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/01 05:29:18 Modified files: lib/libssl/src/crypto/ec: ec_curve.c lib/libssl/src/crypto/objects: objects.txt Log message: Add support for the french ANSSI FRP256v1 elliptic curve. While not to be considered a good choice of elliptic curve (refer to http://safecurves.cr.yp.to/ for more details), it is nevertheless deemed a good decision to allow developers with requirements to use such a curve, to be able to do this via a crypto library allowing for much better choices to be made, without having to change (much of) their code to get better crypto. ok beck@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/05/01 05:48:47 Modified files: distrib/notes/armv7: contents hardware prep Log message: - add 'sunxi' to list of miniroot files - add list of supported 'sunxi' and 'imx' hardware ok bmercer@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/01 06:50:03 src/lib/libssl/src/crypto/chacha Update of /cvs/src/lib/libssl/src/crypto/chacha In directory cvs.openbsd.org:/tmp/cvs-serv20975/lib/libssl/src/crypto/chacha Log Message: Directory /cvs/src/lib/libssl/src/crypto/chacha added to the repository CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/01 06:50:04 src/regress/lib/libcrypto/chacha Update of /cvs/src/regress/lib/libcrypto/chacha In directory cvs.openbsd.org:/tmp/cvs-serv20975/regress/lib/libcrypto/chacha Log Message: Directory /cvs/src/regress/lib/libcrypto/chacha added to the repository CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/05/01 07:05:29 Modified files: devel/py-coverage: Makefile distinfo devel/py-coverage/pkg: PLIST Log message: Update py-coverage to 3.7.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/01 07:07:17 Modified files: net/dnsmasq : Makefile distinfo net/dnsmasq/patches: patch-man_dnsmasq_8 patch-src_config_h Log message: looks like the last dnsmasq commit was from an out-of-date tree (as noted by Markus Lude); switch it to the version which I OK'd. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/01 07:15:22 Modified files: lib/libcrypto/crypto: Makefile regress/lib/libcrypto: Makefile Added files: lib/libssl/src/crypto/chacha: chacha-merged.c chacha.c chacha.h regress/lib/libcrypto/chacha: Makefile chachatest.c Log message: Add ChaCha to libcrypto, based on djb's public domain implementation. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/05/01 07:26:34 Modified files: share/man/man4/man4.armv7: omgpio.4 Log message: fixup SoC name, as it's am335x, not am334x. ok bmercer@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/05/01 07:38:22 Modified files: faq : upgrade55.html Log message: couple missed TOC lines from remco via bugs@, typo from chl@. Thanks! CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/05/01 07:43:13 Modified files: graphics/xmedcon: Makefile graphics/xmedcon/patches: patch-source_m-png_c Log message: Remove myself as maintainer. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2014/05/01 08:15:42 Modified files: gnu/gcc/gcc/config/i386: i386.c Log message: x86-64 ABI requires arrays greater than 16 bytes to be aligned to 16byte boundary. However, GCC 16-byte aligns arrays of >=16 BITS, not BYTES. This diff improves bug detectability for code which has local arrays of [16 .. 127] bits: in those cases SSP will now detect even 1-byte overflows. OK kettenis@. Tested in snaps for a week. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/05/01 08:16:35 Modified files: lib/libssl/src/ssl: Tag: OPENBSD_5_5 s3_pkt.c Log message: MFC, requested by deraadt@ -/-------------------------- revision 1.33 date: 2014/04/24 04:31:30; author: tedu; state: Exp; lines: +4 -0; on today's episode of things you didn't want to learn: do_ssl3_write() is recursive. and not in the simple, obvious way, but in the sneaky called through ssl3_dispatch_alert way. (alert level: fuchsia) this then has a decent chance of releasing the buffer that we thought we were going to use. check for this happening, and if the buffer has gone missing, put another one back in place. the direct recursive call is safe because it won't call ssl3_write_pending which is the function that actually does do the writing and releasing. as reported by David Ramos to openssl-dev: http://marc.info/?l=openssl-dev&m=139809493725682&w=2 ok beck -/-------------------------- CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/05/01 08:17:40 Modified files: lib/libssl/src/ssl: Tag: OPENBSD_5_4 s3_pkt.c Log message: MFC, requested by deraadt@ -/-------------------------- revision 1.33 date: 2014/04/24 04:31:30; author: tedu; state: Exp; lines: +4 -0; on today's episode of things you didn't want to learn: do_ssl3_write() is recursive. and not in the simple, obvious way, but in the sneaky called through ssl3_dispatch_alert way. (alert level: fuchsia) this then has a decent chance of releasing the buffer that we thought we were going to use. check for this happening, and if the buffer has gone missing, put another one back in place. the direct recursive call is safe because it won't call ssl3_write_pending which is the function that actually does do the writing and releasing. as reported by David Ramos to openssl-dev: http://marc.info/?l=openssl-dev&m=139809493725682&w=2 ok beck -/-------------------------- CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/05/01 08:44:22 Modified files: . : 55.html index.html orders.html Added files: images : puffy55.gif Log message: 5.5 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/01 08:46:53 Modified files: net/synergy : Makefile distinfo net/synergy/patches: patch-CMakeLists_txt patch-src_CMakeLists_txt Added files: net/synergy/patches: patch-src_lib_io_CryptoMode_cryptopp_h patch-src_lib_io_CryptoStream_cryptopp_h Removed files: net/synergy/patches: patch-src_lib_io_CCryptoMode_h patch-src_lib_io_CCryptoStream_h patch-src_lib_ipc_CIpcClientProxy_cpp patch-src_lib_ipc_CIpcServerProxy_cpp patch-src_lib_server_CClientProxy1_4_cpp patch-src_lib_synergy_CProtocolUtil_h Log message: Update Synergy to 1.4.17 ok abieber@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/01 08:47:47 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon 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: tedu@cvs.openbsd.org 2014/05/01 08:52:34 Modified files: . : 55.html Log message: easier to verify in alphabetical order CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/01 09:00:19 Modified files: gnu/usr.bin/perl/hints: openbsd.sh Log message: Revert 1.49 (bad merge with free dejavu) CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/05/01 09:01:14 Modified files: faq : faq1.html faq2.html faq3.html faq4.html faq5.html faq6.html faq8.html faq9.html faq10.html faq11.html faq12.html faq13.html faq14.html faq15.html index.html Log message: welcome 5.5! CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/05/01 09:02:29 Modified files: faq : current.html Log message: remove 5.4->5.5 stuff CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/05/01 09:03:35 Modified files: . : errata54.html errata55.html security.html Log message: May 1, 2014 errata for 5.4 and 5.5: An attacker can trigger generation of an SSL alert which could cause a null pointer dereference. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/05/01 09:03:50 Modified files: faq/pf : anchors.html authpf.html carp.html config.html example1.html filter.html ftp.html index.html logging.html macros.html nat.html options.html perf.html pools.html queueing.html shortcuts.html tables.html Log message: update for 5.5 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/01 09:04:31 Modified files: distrib/sets/lists/base: md.aviion md.luna88k Log message: Fix perl arch directory name. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2014/05/01 09:12:58 Modified files: . : alpha.html amd64.html armish.html hp300.html hppa.html i386.html landisk.html loongson.html luna88k.html macppc.html mvme68k.html mvme88k.html octeon.html sgi.html socppc.html sparc.html sparc64.html vax.html zaurus.html Log message: 5.5 CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2014/05/01 09:13:16 Modified files: hp300 : hp300faq.html Log message: 5.5 in manpath CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2014/05/01 09:15:22 Modified files: . : security.html Log message: 5.3 is not supported anymore. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/05/01 09:17:56 Modified files: build : Makefile Log message: 5.5 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/05/01 09:20:37 Modified files: build/mirrors : anoncvs.html.head ftp.html.end ftp.html.head Log message: 5.5 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/05/01 09:21:24 Modified files: . : ftp.html anoncvs.html Log message: sync CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/05/01 09:25:31 Modified files: build/mirrors : anoncvs.html.end Log message: anoncvs needs more than 32MB swap/user with some of the files in xenocara CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/05/01 09:26:39 Modified files: build/mirrors : ftp.html.end Log message: bump mirror disk space requirements CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/05/01 09:26:59 Modified files: . : ftp.html anoncvs.html Log message: sync CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/05/01 09:50:20 Modified files: usr.sbin/smtpd : ca.c config.c lka.c pony.c smtpd.c smtpd.h Log message: Move RSA keys from "lka" to a new dedicated "ca" process because lka is handling some async requests and shouldn't be busy with sync RSA. ok gilles@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/01 10:06:24 Modified files: regress/lib/libcrypto/evp: evptest.c evptests.txt lib/libssl/src/crypto/chacha: chacha.c chacha.h lib/libssl/src/crypto/evp: c_allc.c evp.h lib/libssl/src/crypto/objects: objects.txt Added files: lib/libssl/src/crypto/evp: e_chacha.c Log message: Provide an EVP implementation for ChaCha. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/01 10:07:13 Removed files: lib/libssl/src/crypto/evp: evptests.txt Log message: Nuke unused evptests.txt - the real one is over in regress. ok miod@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/01 10:40:36 Modified files: lib/libc/stdio : fread.3 fread.c fwrite.c Log message: Extend fread() and fwrite() to check for integer overflow, in which case errno EOVERFLOW is returned and error is set on the FILE. ok kettenis miod beck CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/01 10:50:36 Modified files: regress/lib/libcrypto/evp: evptest.c Log message: KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/01 10:52:21 Modified files: lib/libssl/src/crypto/objects: obj_mac.num Log message: Update with recently added objects. ok miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/01 11:08:57 Modified files: lib/libcrypto/crypto: Makefile shlib_version Log message: + e_chacha.c, and bump minor CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/01 11:10:47 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/01 12:41:03 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/01 12:41:59 Modified files: lib/libc/stdlib: malloc.3 Log message: tweak previous; ok sthen CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/01 12:46:01 Modified files: usr.sbin/traceroute: traceroute.8 traceroute.c Log message: change some argument names in order to give some consistency between traceroute and traceroute6; i also fudged the formatting to allow SYNOPSIS to display a bit nicer, and for usage() to look like SYNOPSIS; ok florian CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/01 12:50:36 Modified files: usr.bin/less : less.1 Log message: the beginning of removing more details from this page, since we now have a separate more(1): it's a big page so i'm doing it in bits. in this commit, remove more stuff from SYNOPSIS, remove some cleverness from SYNOPSIS, and use consistent argument names; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/01 12:53:22 Modified files: usr.bin/less : less.1 Log message: STANDARDS is no longer relevant to this page, so remove it; while here, zap some trailing whitespace introduced in recent update CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/01 12:59:15 Modified files: usr.bin/less : less.1 Log message: options first, then pager commands; also remove one non-standard Sh; CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/01 13:06:46 Removed files: lib/libssl/src/crypto/bn/asm: mips3-mont.pl mips3.s Log message: dead meat CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/05/01 13:48:09 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: I moved. ok ajacoutot@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/05/01 14:01:53 Modified files: . : errata54.html Log message: fix url; Jon Tibble CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/01 14:15:06 Added files: lib/libcrypto/crypto/arch/mips64: Makefile.inc Log message: Enable use of the assembly code for AES, BN, SHA1, SHA256 and SHA512. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/01 14:19:25 Modified files: net/isc-bind : Makefile distinfo net/isc-bind/patches: patch-bin_named_include_named_globals_h patch-lib_isc_unix_socket_c net/isc-bind/pkg: DESCR PLIST Removed files: net/isc-bind/patches: patch-lib_lwres_gethost_c Log message: update to BIND 9.10.0 and add a flavour for the new geolocation support CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/01 14:19:52 Modified files: net : Makefile Log message: +isc-bind,geoip CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/01 14:40:55 Modified files: lib/libssl/src/crypto/bn: bn_asm.c Log message: Pass -Werror in the !BN_LLONG !BN_UMULT_LOHI !BN_UMULT_HIGH case. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/01 14:41:57 Modified files: lib/libssl/src/crypto/bn/asm: alpha-mont.pl lib/libssl/src/crypto/modes/asm: ghash-alpha.pl lib/libssl/src/crypto/sha/asm: sha1-alpha.pl Log message: Fix include filename to get register name aliases under BSD CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/01 14:42:59 Added files: lib/libcrypto/crypto/arch/alpha: Makefile.inc Log message: Enable use of the assembly code for BN (Montgomery) and SHA1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2014/05/01 14:43:10 Modified files: graphics/inkscape/patches: patch-src_extension_internal_pdfinput_pdf-parser_cpp Log message: Problem reported to upstream. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/01 15:10:13 Modified files: lib/libssl/src/crypto/modes/asm: ghash-parisc.pl Log message: Make the implicit `l' in `impicit' explicit. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/01 15:25:44 Modified files: infrastructure/templates: mk.conf.template Log message: poison EXTRACT_SUFFIX, BUILD_DEPEDNS, RUN_DEPEDNS CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/01 16:25:13 Modified files: lib/libssl/src/crypto: armv4cpuid.S pariscid.pl Log message: Remove unreferenced OPENSSL_instrument_bus and OPENSSL_instrument_bus2 routines. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/01 16:26:22 Modified files: lib/libssl/src/crypto: pariscid.pl lib/libssl/src/crypto/aes/asm: aes-parisc.pl lib/libssl/src/crypto/bn/asm: parisc-mont.pl lib/libssl/src/crypto/modes/asm: ghash-parisc.pl lib/libssl/src/crypto/rc4/asm: rc4-parisc.pl lib/libssl/src/crypto/sha/asm: sha1-parisc.pl sha512-parisc.pl Log message: Do not output SOM-specific directives. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/01 16:27:59 Added files: lib/libcrypto/crypto/arch/hppa: Makefile.inc Log message: Enable use of assembly code for AES, BN (Montgomery), SHA1, SHA256 and SHA512. RC4 assembler code is not used, as it runs about 35% slower than the C code. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/01 16:32:42 Added files: x11/kde4/juk/patches: patch-CMakeLists_txt Log message: Oops, forgot to commit a patch. Doesn't affect actual package, so no bump needed. Pointed out by sthen@ CVSROOT: /cvs Module name: ports Changes by: tobiasu@cvs.openbsd.org 2014/05/01 17:08:26 Modified files: lang/gcc/4.6 : Makefile distinfo lang/gcc/4.6/patches: patch-gcc_ada_gcc-interface_Makefile_in Added files: lang/gcc/4.6/patches: patch-gcc_ada_system-openbsd-alpha_ads patch-libada_Makefile_in Log message: Add gnat for alpha. Because we can. ok pascal@ CVSROOT: /cvs Module name: www Changes by: tobiasu@cvs.openbsd.org 2014/05/01 17:15:43 Modified files: . : want.html Log message: I'm looking for a Mac mini G4 to bootstrap gnat on powerpc (.de).. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/05/01 20:53:37 Modified files: regress/usr.bin/ssh/unittests/test_helper: fuzz.c test_helper.h Log message: make the fuzzer seed const to make it clear that it is never modified CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/05/01 20:54:00 Modified files: regress/usr.bin/ssh/unittests/sshbuf: test_sshbuf_getput_fuzz.c Log message: use the test_helper fuzzer rather than the hand-rolled code that predates it CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/05/01 21:27:54 Modified files: usr.bin/ssh : chacha.h cipher-chachapoly.h digest.h hmac.h kex.h kexc25519.c misc.h poly1305.h ssh-pkcs11.c Log message: revert __bounded change; it causes way more problems for portable than it solves; pointed out by dtucker@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/01 22:55:48 Modified files: libexec/ld.so/mips64: rtld_machine.c Log message: No need to figure out the area spanned by .got in _dl_md_reloc(); only _dl_md_reloc_boot() needs to compute this. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/02 01:02:47 Modified files: x11/gnome/nautilus: Makefile Added files: x11/gnome/nautilus/patches: patch-src_nautilus-application_c Log message: Fix a crasher. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/02 01:46:11 Modified files: mail/roundcubemail: Makefile mail/roundcubemail/patches: patch-config_config_inc_php_sample Log message: zap spurious quote; Daniel LEVAI CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/05/02 02:29:52 Modified files: shells/sash : Makefile distinfo shells/sash/patches: patch-cmds_c Log message: Update sash 3.8. maintainer timeout. CVSROOT: /cvs Module name: src Changes by: andre@cvs.openbsd.org 2014/05/02 03:41:32 Modified files: regress/usr.bin/ssh/unittests/test_helper: fuzz.c test_helper.c test_helper.h Log message: Add missing $ on OpenBSD cvs tags, ok djm CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2014/05/02 03:50:32 Modified files: lib/libc/sys : intro.2 Log message: The page daemon no longer has a fixed PID. ok kettenis@ jmc@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2014/05/02 04:40:26 Modified files: sys/net : if_spppsubr.c Log message: Kill annoying and useless emacs local variable. ok mikeb@ The variable would have no effect unless you use hilit19.el from emacs21, and even there the specified value has not been kept up to date with the file growth. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/02 05:08:57 Modified files: x11/gnome/documents: Makefile distinfo Log message: Update to gnome-documents-3.12.1. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/02 06:43:10 Modified files: sbin/disklabel : editor.c Log message: 'for (part == 0; ...)' is not the same as 'for(part = 0; ...)'. Should fix mysterious crashes when twiddling mount points. Too much Marrakesh sun. Pointed out by Owain G. Ainsworth. Thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/02 07:11:45 Modified files: www/gtkhtml4 : Makefile distinfo Log message: update to gtkhtml4-4.8.1 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/05/02 07:43:24 Modified files: converters/dos2unix: Makefile distinfo converters/dos2unix/patches: patch-Makefile converters/dos2unix/pkg: PLIST Log message: Update dos2unix to 6.0.5. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/05/02 07:49:03 Modified files: faq : upgrade55.html Log message: it's nsd-control. From Daniel Levai, thanks! CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/05/02 08:04:50 Modified files: sys/dev/acpi : dsdt.c Log message: Make acpi_mutex_acquire/release actually grab the global lock if it should. Get rid of the fake global lock code that these functions were using before. ok pirofti@, mlarkin@ CVSROOT: /cvs Module name: src Changes by: andre@cvs.openbsd.org 2014/05/02 08:10:04 Modified files: regress/usr.sbin/relayd: Relayd.pm funcs.pl Log message: Extends relayd regress-tests framework to support tweaks from test-code: tables definition on relayd.conf, customization of client/server cookies, client/server headers and request path. ok reyk CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/05/02 08:10:15 Modified files: sys/dev/acpi : acpiprt.c dsdt.h Log message: Make acpiprt(4) handle interrupts with non-standard polarity and trigger mode correctly. Tested by nobody. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/02 08:12:05 Modified files: usr.sbin/bgpd : parse.y Log message: spelling; Denis Fondras CVSROOT: /cvs Module name: src Changes by: andre@cvs.openbsd.org 2014/05/02 08:13:41 Modified files: regress/usr.sbin/relayd: args-http-filter-block.pl Log message: Improves this test to be more strict on the filter action test. Now it dispatches 4 requests from the client and checks if the server receives only 3. Previous functionality kept. ok reyk CVSROOT: /cvs Module name: src Changes by: andre@cvs.openbsd.org 2014/05/02 08:50:26 Added files: regress/usr.sbin/relayd: args-http-append.pl args-http-change.pl args-http-expect.pl args-http-filter-cookie.pl args-http-filter-url.pl args-http-hash.pl args-http-label.pl args-http-mark.pl args-http-remove.pl args-http-return.pl Log message: Add regression tests to relayd to cover a few key types/actions combinations. ok reyk CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2014/05/02 09:06:31 Modified files: www/aria2 : Makefile Added files: www/aria2/patches: patch-Makefile_in Log message: Remove docutils from BUILD_DEPENDS. ok sthen@ gonzalo@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/02 10:22:07 Modified files: devel/harfbuzz : Makefile distinfo devel/harfbuzz/patches: patch-src_check-symbols_sh devel/harfbuzz/pkg: PLIST-main Log message: Update to harfbuzz-0.9.28. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/02 10:55:38 Modified files: lib/libssl/src/apps: progs.h Log message: Sort function prototypes and group/sort entries within the functions array. ok beck@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/02 10:58:12 Modified files: lib/libssl/src/apps: speed.c Log message: Sort and group includes. We also do not need to include openssl/evp.h more than once. ok beck@ CVSROOT: /cvs Module name: www Changes by: chl@cvs.openbsd.org 2014/05/02 11:02:23 Modified files: faq : upgrade55.html Log message: Add an explicit reminder that you need to be able to get access to your system, with NO packages installed. committed on behalf of nick@ ok nick@ chl@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/02 11:05:41 Modified files: lib/libssl/src/apps: progs.h ocsp.c s_socket.c lib/libssl/src/ssl: bio_ssl.c ssl.h ssl_lib.c Log message: Nuke OPENSSL_NO_SOCK since any half sane operating system has sockets. ok beck@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/02 11:06:46 Modified files: lib/libssl/src/apps: apps.c ca.c crl.c dgst.c enc.c s_client.c s_server.c s_time.c speed.c x509.c Log message: remove crazy #undefs; ok jsing CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/05/02 11:43:48 Modified files: . : errata54.html errata55.html Log message: crashes are tagged as RELIABILITY FIX; from tedu CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/02 12:06:12 Modified files: lib/libssl/src/apps: progs.h Log message: Add ChaCha as a cipher. ok beck@ miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/02 12:21:39 Modified files: lib/libcrypto/crypto/arch/hppa: Makefile.inc Log message: Disable assembler version of SHA512 for now, it produces wrong results. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/02 12:36:55 Modified files: sysutils/ruby-facter: Makefile Added files: sysutils/ruby-facter/patches: patch-lib_facter_processor_rb Log message: Make the 'processor' fact consistent with other operating systems. CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2014/05/02 12:55:39 Modified files: . : crypto.html Log message: fire bomb old content CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2014/05/02 12:58:56 Modified files: . : 55.html crypto.html Log message: more fire, more bombing CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2014/05/02 12:59:49 Modified files: . : 55.html Log message: oops, fire bomb went off target CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/02 13:03:06 Modified files: sys/sys : param.h Log message: Change BLKDEV_IOSIZE to PAGE_SIZE ok beck miod CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/02 13:23:15 xenocara/xserver/dri3 Update of /cvs/xenocara/xserver/dri3 In directory cvs.openbsd.org:/tmp/cvs-serv13503/dri3 Log Message: Directory /cvs/xenocara/xserver/dri3 added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/02 13:23:16 xenocara/xserver/pseudoramiX Update of /cvs/xenocara/xserver/pseudoramiX In directory cvs.openbsd.org:/tmp/cvs-serv13503/pseudoramiX Log Message: Directory /cvs/xenocara/xserver/pseudoramiX added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/02 13:23:17 xenocara/xserver/present Update of /cvs/xenocara/xserver/present In directory cvs.openbsd.org:/tmp/cvs-serv13503/present Log Message: Directory /cvs/xenocara/xserver/present added to the repository CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/02 13:25:32 src/regress/lib/libcrypto/sha2 Update of /cvs/src/regress/lib/libcrypto/sha2 In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/regress/lib/libcrypto/sha2 Log Message: Directory /cvs/src/regress/lib/libcrypto/sha2 added to the repository CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/02 13:27:06 Modified files: regress/lib/libcrypto: Makefile Added files: regress/lib/libcrypto/sha2: Makefile Log message: Simple sha{224,256,384,512} test using the FIPS 180-2 test vectors available from http://csrc.nist.gov/groups/ST/toolkit/examples.html CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/02 13:27:51 Modified files: xserver : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac xserver/Xext : Makefile.in panoramiX.c panoramiXsrv.h security.c shm.c shmint.h sync.c syncsrv.h xvdisp.c xvmain.c xserver/Xi : Makefile.in chgdctl.c exevents.c extinit.c grabdev.c setdval.c setmode.c xibarriers.c xibarriers.h xichangehierarchy.c xipassivegrab.c xserver/composite: Makefile.in compalloc.c compext.c compinit.c compoverlay.c xserver/config : Makefile.am Makefile.in hal.c udev.c xserver/damageext: Makefile.in damageext.c damageextint.h xserver/dbe : Makefile.am Makefile.in dbe.c dbestruct.h midbe.c xserver/dix : Makefile.am Makefile.in cursor.c devices.c dispatch.c dixfonts.c dixutils.c events.c getevents.c inpututils.c main.c pixmap.c privates.c ptrveloc.c region.c registry.c window.c xserver/doc : Makefile.in xserver/doc/dtrace: Makefile.in xserver/exa : Makefile.am Makefile.in exa_classic.c exa_migration_mixed.c exa_mixed.c xserver/fb : Makefile.in fb.h fbcopy.c fbpict.c wfbrename.h xserver/glx : Makefile.am Makefile.in createcontext.c extension_string.c extension_string.h glxcmds.c glxcmdsswap.c glxcontext.h glxdri2.c glxdricommon.c glxdriswrast.c glxext.c glxext.h glxscreens.c glxscreens.h glxserver.h indirect_dispatch.c indirect_dispatch.h indirect_dispatch_swap.c indirect_program.c indirect_reqsize.c indirect_reqsize.h indirect_size.h indirect_size_get.c indirect_size_get.h indirect_table.c indirect_texture_compression.c indirect_util.c render2.c render2swap.c renderpix.c renderpixswap.c single2.c single2swap.c singlepix.c singlepixswap.c singlesize.c swap_interval.c xfont.c xserver/hw : Makefile.in xserver/hw/dmx : Makefile.am Makefile.in dmx.h dmx_glxvisuals.c dmxcursor.c dmxextension.c dmxinit.c dmxpict.c dmxscrinit.c xserver/hw/dmx/config: Makefile.in dmxcompat.c 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.am Makefile.in glxcmds.c glxext.c glxscreens.c glxserver.h glxsingle.c glxutil.h glxvendor.c xserver/hw/dmx/input: Makefile.in dmxbackend.c dmxcommon.c dmxevents.c usb-private.h xserver/hw/dmx/man: Makefile.in Xdmx.man xserver/hw/kdrive: Makefile.in xserver/hw/kdrive/ephyr: Makefile.am Makefile.in ephyr.c ephyr.h ephyrdri.c ephyrdri.h ephyrdriext.c ephyrglxext.c ephyrhostglx.c ephyrhostglx.h ephyrinit.c ephyrvideo.c hostx.c hostx.h os.c xserver/hw/kdrive/ephyr/man: Makefile.in Xephyr.man xserver/hw/kdrive/fake: Makefile.am Makefile.in xserver/hw/kdrive/fbdev: Makefile.am Makefile.in fbdev.c fbdev.h xserver/hw/kdrive/linux: Makefile.am Makefile.in evdev.c linux.c mouse.c ps2.c xserver/hw/kdrive/openbsd: Makefile.in xserver/hw/kdrive/src: Makefile.am Makefile.in kdrive.c kdrive.h kinput.c kxv.c xserver/hw/kdrive/wscons: Makefile.in xserver/hw/vfb : Makefile.in xserver/hw/vfb/man: Makefile.in xserver/hw/xfree86: Makefile.am Makefile.in sdksyms.sh xserver/hw/xfree86/common: Makefile.am Makefile.in compiler.h xf86.h xf86AutoConfig.c xf86Config.c xf86Configure.c xf86Cursor.c xf86DPMS.c xf86Events.c xf86Helper.c xf86Mode.c xf86Module.h xf86Option.c xf86RandR.c xf86fbman.c xf86sbusBus.c xf86xvmc.c xserver/hw/xfree86/ddc: Makefile.am Makefile.in ddc.c xf86DDC.h xserver/hw/xfree86/dixmods: Makefile.am Makefile.in glxmodule.c xserver/hw/xfree86/doc: Makefile.in xserver/hw/xfree86/dri: Makefile.in xserver/hw/xfree86/dri2: Makefile.in dri2.c dri2ext.c xserver/hw/xfree86/exa: Makefile.am Makefile.in xserver/hw/xfree86/exa/man: Makefile.in xserver/hw/xfree86/fbdevhw: Makefile.am Makefile.in fbdevhw.c xserver/hw/xfree86/fbdevhw/man: Makefile.in xserver/hw/xfree86/i2c: Makefile.am Makefile.in xserver/hw/xfree86/int10: Makefile.am Makefile.in xserver/hw/xfree86/loader: Makefile.am Makefile.in xserver/hw/xfree86/man: Makefile.in xorg.conf.man xserver/hw/xfree86/modes: Makefile.am Makefile.in xf86Crtc.c xf86Crtc.h xf86DisplayIDModes.c xf86Modes.h xf86RandR12.c xf86RandR12.h xf86Rotate.c xserver/hw/xfree86/os-support: Makefile.in xf86OSpriv.h xf86_OSlib.h xf86_OSproc.h xserver/hw/xfree86/os-support/bsd: Makefile.am Makefile.in xserver/hw/xfree86/os-support/bus: Makefile.am Makefile.in Sbus.c xserver/hw/xfree86/os-support/hurd: Makefile.am Makefile.in hurd_init.c hurd_mmap.c hurd_video.c xserver/hw/xfree86/os-support/linux: Makefile.am Makefile.in lnx_platform.c lnx_video.c xserver/hw/xfree86/os-support/misc: Makefile.am Makefile.in xserver/hw/xfree86/os-support/shared: vidmem.c xserver/hw/xfree86/os-support/solaris: Makefile.am Makefile.in xserver/hw/xfree86/os-support/stub: Makefile.am Makefile.in xserver/hw/xfree86/parser: Makefile.am Makefile.in xserver/hw/xfree86/ramdac: Makefile.am Makefile.in xf86Cursor.c xserver/hw/xfree86/shadowfb: Makefile.am Makefile.in xserver/hw/xfree86/utils: Makefile.in xserver/hw/xfree86/utils/cvt: Makefile.am Makefile.in cvt.c xserver/hw/xfree86/utils/gtf: Makefile.in xserver/hw/xfree86/utils/man: Makefile.in xserver/hw/xfree86/vbe: Makefile.am Makefile.in vbe.c xserver/hw/xfree86/vgahw: Makefile.am Makefile.in xserver/hw/xfree86/x86emu: Makefile.am Makefile.in decode.c xserver/hw/xfree86/x86emu/x86emu: regs.h x86emui.h xserver/hw/xnest: Args.h GCOps.c Makefile.in Pixmap.c Screen.c XNPixmap.h xserver/hw/xnest/man: Makefile.in xserver/hw/xquartz: Makefile.am Makefile.in X11Application.m X11Controller.m applewm.c darwinfb.h quartz.c xserver/hw/xquartz/GL: Makefile.in indirect.c visualConfigs.c xserver/hw/xquartz/bundle: Info.plist.cpp Makefile.in xserver/hw/xquartz/mach-startup: Makefile.in stub.c xserver/hw/xquartz/man: Makefile.in xserver/hw/xquartz/pbproxy: Makefile.in x-selection.m xserver/hw/xquartz/xpr: Makefile.am Makefile.in appledri.c x-hook.c xprCursor.c xserver/hw/xwin: InitInput.c InitOutput.c Makefile.am Makefile.in XWin.exe.manifest win.h winauth.c winclipboard.h winclipboardthread.c winclipboardwndproc.c winclipboardwrappers.c wincursor.c windialogs.c winfillsp.c winglobals.c winglobals.h winkeybd.c winmessages.h winmouse.c winmultiwindowclass.c winmultiwindowclass.h winmultiwindowicons.c winmultiwindowwindow.c winmultiwindowwm.c winmultiwindowwndproc.c winpfbdd.c winprefs.c winprefs.h winscrinit.c winsetsp.c wintrayicon.c winwin32rootless.c winwin32rootlesswindow.c winwin32rootlesswndproc.c winwindow.c winwindow.h winwindowswm.c winwndproc.c xserver/hw/xwin/glx: Makefile.am Makefile.in gen_gl_wrappers.py glwindows.h indirect.c xserver/hw/xwin/man: Makefile.in xserver/include: Makefile.am Makefile.in callback.h cursorstr.h dix-config.h.in dixstruct.h do-not-use-config.h.in extinit.h input.h inputstr.h list.h misc.h os.h privates.h protocol-versions.h regionstr.h registry.h servermd.h xkbsrv.h xorg-config.h.in xorg-server.h.in xserver/man : Makefile.in xserver/mi : Makefile.in mieq.c miinitext.c mipointer.c mipointer.h misprite.c miwideline.c xserver/miext : Makefile.in xserver/miext/damage: Makefile.am Makefile.in damage.c damage.h damagestr.h xserver/miext/rootless: Makefile.in rootlessWindow.c xserver/miext/shadow: Makefile.am Makefile.in shadow.c shadow.h shpacked.c xserver/miext/sync: Makefile.am Makefile.in misync.c misync.h misyncstr.h xserver/os : Makefile.am Makefile.in WaitFor.c access.c backtrace.c connection.c io.c log.c osinit.c utils.c xstrans.c xserver/randr : Makefile.in randrstr.h rrcrtc.c xserver/record : Makefile.in record.c xserver/render : Makefile.in xserver/test : Makefile.am Makefile.in input.c xserver/test/xi2: Makefile.am Makefile.in protocol-xipassivegrabdevice.c xserver/xfixes : Makefile.in cursor.c region.c xserver/xkb : Makefile.in xkb.c xkbActions.c xkbInit.c Added files: xserver/config : 10-quirks.conf non-seat0.conf.multi-seat xserver/dix : stubmain.c xserver/dri3 : Makefile.am Makefile.in dri3.c dri3.h dri3_priv.h dri3_request.c dri3_screen.c xserver/hw/xwin: winmsgwindow.c xserver/hw/xwin/glx: glshim.c glthunk.c xserver/include: busfault.h xserver/miext/shadow: c2p_core.h shafb4.c shafb8.c shiplan2p4.c shiplan2p8.c xserver/miext/sync: misyncfd.c misyncfd.h misyncshm.c misyncshm.h xserver/os : busfault.c xserver/present: Makefile.am Makefile.in present.c present.h present_event.c present_fake.c present_fence.c present_notify.c present_priv.h present_request.c present_screen.c presentext.h xserver/pseudoramiX: Makefile.am Makefile.in pseudoramiX.c pseudoramiX.h Removed files: xserver : config.h.in fix-miregion fix-miregion-private fix-patch-whitespace fix-region xserver/config : dbus-api xserver/damageext: damageext.h xserver/dbe : midbestr.h xserver/doc : c-extensions xserver/glx : dispatch.h glapi.c glapi.h glapi_gentable.c glapitable.h glprocs.h glthread.c glthread.h glxdri.c xserver/hw/dmx : dmxshadow.c dmxshadow.h xserver/hw/dmx/glxProxy: glxutil.c xserver/hw/kdrive/ephyr: XF86dri.c ephyrhostproxy.c ephyrhostproxy.h ephyrhostvideo.c ephyrhostvideo.h ephyrproxyext.c ephyrproxyext.h xf86dri.h xserver/hw/xfree86/dixmods/extmod: modinit.h xserver/hw/xfree86/modes: xf86Rename.h xserver/hw/xquartz: pseudoramiX.c pseudoramiX.h xserver/hw/xquartz/GL: glcontextmodes.c glcontextmodes.h xserver/hw/xwin/glx: glwrap.c xserver/xkb : XKM_file_format.txt Log message: Update to xserver 1.15.1. Tested by at least ajacoutot@, dcoppa@ & jasper@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/02 13:30:02 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/02 13:59:16 Modified files: lib/libssl/src/crypto/sha/asm: sha512-parisc.pl Log message: The assembly sha512 code detects at runtime if it is running on a 64-bit processor (PA2.0) and, if so, switches to 64-bit code. However, when running under a 32-bit OpenBSD/hppa kernel, there is no guarantee that the upper part of the registers will be preserved accross context switches (or even userland->kernel boundaries), which causes this code to fail. Wrap the generated code within #ifndef __OpenBSD__ in that case, to avoid using the 64-bit code completely. (OpenBSD/hppa64, once stable, will not be affected by this) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/02 14:08:10 Modified files: lib/libcrypto/crypto/arch/hppa: Makefile.inc Log message: Reenable assembler code for SHA384 and SHA512 now that it no longer miscomputes things. Worth doing as it's twice faster than the C code. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/05/02 14:11:16 Modified files: faq : index.html faq10.html Log message: we are out of the POP3 business in the base install. pointed out by vigdis at chown dot me CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/05/02 14:14:58 Modified files: faq : faq1.html Log message: factual updates from vigdis at chown dot me, thanks! CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/05/02 14:16:29 Modified files: faq : faq4.html Log message: color of the file doesn't matter one bit if it is rogue. or if it isn't CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/05/02 14:17:20 Modified files: faq : faq8.html Log message: alpha is smp, too. From vigdis at chown dot me, thanks! CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/02 14:20:12 Modified files: lib/libc/sys : intro.2 Log message: No really, pid 2 isn't special CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/02 15:55:31 Modified files: lib/libcrypto/crypto/arch/mips64: Makefile.inc Log message: Correctly enable assembler Montgomery routine. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2014/05/02 15:58:51 Modified files: lib/librthread : rthread_np.c Log message: - Adjust pthread_stackseg_np to return the page aligned addressable stack range. okay kettenis@, guenther@, deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/02 16:22:27 Modified files: lib/libssl/src/crypto/bn/asm: parisc-mont.pl lib/libssl/src/crypto/modes/asm: ghash-parisc.pl Log message: More use of 64-bit registers which needs to be disabled under OpenBSD. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/02 16:23:00 Modified files: lib/libcrypto/crypto/arch/hppa: Makefile.inc Log message: Correctly enable assembler Montgomery routine. CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2014/05/02 17:17:29 Modified files: sbin/disklabel : editor.c Log message: remove unused variable ok otto@ krw@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2014/05/02 18:27:19 Modified files: distrib/special/sysctl: sysctl.c Log message: remove unused variable ok krw@ CVSROOT: /cvs Module name: www Changes by: kurt@cvs.openbsd.org 2014/05/02 20:55:51 Modified files: . : want.html Log message: I no longer want these. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/02 21:51:14 Modified files: editors/tpad : Makefile distinfo editors/tpad/pkg: PLIST Added files: editors/tpad/patches: patch-configure patch-src_tpad_config_c patch-src_tpad_save_c Removed files: editors/tpad/patches: patch-po_POTFILES_in patch-src_main_c Log message: Update to 5.5.0.5 ok landry@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/05/02 23:11:30 Modified files: sys/dev/pci/drm/i915: intel_display.c Log message: drm/i915: quirk invert brightness for Acer Aspire 5336 From Jani Nikula 083bda2f1130f185eccdf7c5cbbdb53fa88429b1 in ubuntu 3.8 0f540c3a7cfb91c9d7a19eb0c95c24c5de1197d5 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/05/02 23:19:37 Modified files: sys/dev/pci/drm/i915: intel_tv.c Log message: drm/i915/tv: fix gen4 composite s-video tv-out From Jani Nikula 1f2561bd1e2c46145c643673b662c099d2074936 in ubuntu 3.8 e1f23f3dd817f53f622e486913ac662add46eeed in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/05/02 23:22:38 Modified files: sys/dev/pci/drm/i915: intel_crt.c Log message: Skip intel_crt_init for Dell XPS 8700 From Giacomo Comes 95849485beb5e665d56269cd05c3c19df399fb20 in ubuntu 3.8 10b6ee4a87811a110cb01eaca01eb04da6801baf in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/05/02 23:26:47 Modified files: sys/dev/pci/drm/radeon: radeon_display.c Log message: drm/radeon: call drm_edid_to_eld when we update the edid From Alex Deucher 7752811a7d6be680e8f1a87da18e3670633981ee in ubuntu 3.8 16086279353cbfecbb3ead474072dced17b97ddc in mainline linux CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/05/03 01:28:30 Modified files: www/seamonkey : Makefile Log message: sm 2.26 final was released, adjust MASTER_SITES. while here add gstreamer's to BDEP/RDEP, otherwise configure fails if gst-plugins-base is missing. spotted by kili@, thanks! CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/05/03 01:30:59 Modified files: www/seamonkey-i18n: Makefile.inc distinfo Log message: Finally update to seamonkey-i18n 2.26. CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2014/05/03 05:11:15 Modified files: usr.bin/systat : pftop.c Log message: remove unused variables ok henning@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/03 05:15:19 Modified files: x11/dbus : Makefile distinfo x11/dbus/patches: patch-doc_dbus-specification_xml Log message: Update to dbus-1.8.2. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/03 05:39:46 Modified files: lib/libssl/src/crypto: ppccap.c ppccpuid.pl Log message: Detect Altivec support with the machdep.altivec sysctl rather than setmp and a SIGILL handler. Do not attempt to detect and use a 64-bit FPU yet. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/03 05:41:05 Added files: lib/libcrypto/crypto/arch/powerpc: Makefile.inc Log message: Enable assembler bits for BN (Montgomery), SHA1 and SHA256. Assembler bits for AES remain commented out as they run slower than the C code. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/03 06:10:08 Modified files: security/libgpg-error: Makefile distinfo security/libgpg-error/patches: patch-src_gpg-error-config_in patch-tests_Makefile_in Log message: Update to libgpg-error-1.13. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/03 06:10:26 Modified files: security/libtasn1: Makefile distinfo Log message: Update to libtasn1-3.5. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/03 06:36:45 Modified files: lib/libc/stdio : vfprintf.c vfwprintf.c Log message: Add #ifndef NO_PRINTF_PERCENT_N. Since we are fully standardized, we don't use disable %n ourselves. But Google's Android libc is based on our libc.... Giving them an easy knob to disable this dangerous feature easily make their job easier without making our job any harder. Request from Elliott @ google CVSROOT: /cvs Module name: www Changes by: kurt@cvs.openbsd.org 2014/05/03 07:14:30 Modified files: faq : faq8.html Log message: Update java language section for 5.5 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/05/03 08:10:20 Modified files: lib/libc/citrus: citrus_utf8.c Log message: Noncharacters 0xFFFE and 0xFFFF don't render a UTF-8 string invalid so stop rejecting them in our citrus UTF-8 parser. This is a common misinterpretation of the Unicode standard which resulted in a corrigendum last year: http://www.unicode.org/versions/corrigendum9.html Pointed out by jilles@freebsd (via pfg@freebsd), thanks! CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/03 08:13:52 Modified files: usr.bin/unifdef: unifdef.1 Log message: more tweaking; ok sthen CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2014/05/03 08:24:03 Modified files: lang/luajit : Makefile lang/luajit/patches: patch-Makefile lang/luajit/pkg: PLIST Log message: Fix for hard coded 5.1 plist stuff that was preventing the lua52 flavor building. Suggestions from sthen@ OK juanfra@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2014/05/03 08:36:20 Modified files: distrib/sets/lists/xbase: md.amd64 md.armish md.armv7 md.i386 md.loongson md.macppc md.sgi md.socppc md.sparc md.sparc64 md.zaurus distrib/sets/lists/xserv: md.amd64 md.armish md.armv7 md.hppa md.i386 md.loongson md.luna88k md.macppc md.sgi md.socppc md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/03 09:05:07 src/regress/lib/libcrypto/base64 Update of /cvs/src/regress/lib/libcrypto/base64 In directory cvs.openbsd.org:/tmp/cvs-serv26543/base64 Log Message: Directory /cvs/src/regress/lib/libcrypto/base64 added to the repository CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/03 09:07:46 Modified files: regress/lib/libcrypto: Makefile Added files: regress/lib/libcrypto/base64: Makefile base64test.c Log message: Initial version of a base64 regress. CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2014/05/03 09:18:26 Modified files: distrib/sets : checkflist gensetlist makeflist maketars Log message: spring cleaning for xenocara/ .. tedu unused Release arg and sync with base functionality CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/03 09:50:24 Modified files: lib/libssl/src/crypto/evp: c_all.c digest.c encode.c names.c Log message: KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/03 10:03:54 Modified files: lib/libssl/src/apps: apps.c enc.c Log message: Nuke more defines - we have setvbuf() and _IONBF. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2014/05/03 10:13:03 Modified files: include : math.h Log message: - Provide extended-precision math constants req'd by POSIX - Explicitly cast double-precision constants as needed for FLT_EVAL_METHOD = 2 archs OK guenther@, ratchov@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2014/05/03 10:19:53 Modified files: include : wchar.h Log message: Annotate wide character routines so they get protected by Wbounded. OK millert@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/03 10:22:28 Modified files: lib/libssl/src/crypto/evp: bio_b64.c bio_enc.c bio_md.c bio_ok.c Log message: KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/03 10:30:53 Modified files: lib/libssl/src/crypto/evp: encode.c Log message: It is definitly not the correct spelling. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/03 10:33:35 Modified files: lib/libc/crypt : bcrypt.c Log message: 1. Drop support for no minor. This variant doesn't exist anymore. 2. Pull up the actual minor processing code into the switch that parses it. 3. atoi is actually simpler than strtonum in this case, but check the input beforehand so we don't get unexpected results. 4. Slightly more consistent style between various parse and check and increment operations on salt. ok deraadt CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/03 10:54:48 Modified files: lib/libssl/src/crypto/evp: encode.c Log message: Add checks for invalid base64 encoded data, specifically relating to the handling of padding. This fixes a crash that can be triggered by feeding base64 data followed by 64 or more padding characters, which results in a negative output length. This issue was reported by David Ramos, although the same bug has been sitting in the OpenSSL RT since 2011: https://rt.openssl.org/Ticket/Display.html?id=2608 Worse still, BIO_read seems to be completely unable to detect that the base64 input was invalid/corrupt - in particular, enabling BIO_FLAGS_BASE64_NO_NL results in a stream of zero value bytes rather than no input (possibly a good replacement for /dev/null...), which could result in nasty consequences. Prior to this fix some zero value bytes were also injected without this flag being enabled. The recently added base64 regress triggers and documents these issues (and also ensures that this change retains functional behaviour). CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/03 11:00:45 Modified files: regress/lib/libcrypto/base64: base64test.c Log message: Update the base64 regress test and enable a test that would previously have resulted in a segfault. Also update the resulting output bytes now that the invalid/corrupt input is detected and rejected; unless you're using BIO_FLAGS_BASE64_NO_NL, in which case you still get a stream of zero value bytes and no way of knowing that the data is invalid/corrupt. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/03 11:12:53 Modified files: lib/libc/crypt : bcrypt.c Log message: now that 5.5 has been released with compatibility for 2b hashes, switch to generating them by default. prodded by deraadt and sthen CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/05/03 11:17:32 Modified files: faq : current.html Log message: bcrypt moves to $2b$ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/05/03 11:20:34 Modified files: usr.bin/ssh : monitor.c packet.c packet.h Log message: unbreak compression, by re-init-ing the compression code in the post-auth child. the new buffer code is more strict, and requires buffer_init() while the old code was happy after a bzero(); originally from djm@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/03 11:23:55 Modified files: lib/libcrypto/crypto/arch/alpha: Makefile.inc Log message: Correctly enable Montgomery code. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/03 11:50:21 Modified files: games/tong : Makefile distinfo Log message: Update to 1.3 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2014/05/03 12:46:14 Modified files: regress/usr.bin/ssh: proxy-connect.sh Log message: Add tests for with and without compression, with and without privsep. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/03 13:10:58 Modified files: lib/libssl/src/crypto/bn/asm: sparcv8plus.S Log message: typos CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/05/03 13:32:01 Modified files: sys/conf : Tag: OPENBSD_5_5 newvers.sh Log message: 5.5-stable CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/03 13:33:59 Modified files: lib/libFS : ChangeLog Makefile.in README aclocal.m4 config.h.in configure configure.ac lib/libFS/include/X11/fonts: FSlib.h lib/libFS/src : FSErrDis.c FSOpenServ.c FSlibInt.c FSlibint.h FSlibos.h Makefile.in lib/libFS/test : Makefile.in Added files: lib/libFS : compile Log message: Update to libFS 1.0.6. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/03 13:36:13 Modified files: app/xauth : ChangeLog README aclocal.m4 config.h.in configure configure.ac process.c app/xauth/tests: Makefile.am Makefile.in test_xauth.c Added files: app/xauth : test-driver app/xauth/tests: 010-xauth-add-inet.script 010-xauth-add-inet.stdout 020-xauth-add-local.script 020-xauth-add-local.stdout 030-xauth-extract.script 030-xauth-extract.stdout 040-xauth-source.script 040-xauth-source.stdout 090-xauth-bad-usage.script 090-xauth-bad-usage.stderr 090-xauth-bad-usage.stdout setup-sourced Log message: Update to xauth 1.0.9 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/03 13:36:42 Modified files: app/xbacklight : ChangeLog Makefile.am Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing xbacklight.c Removed files: app/xbacklight : xbacklight.man Log message: Update to xbacklight 1.2.1 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/03 13:36:47 Modified files: lib/libssl/src/crypto: armcap.c armv4cpuid.S Log message: Do not compile the neon probe code until __ARM_ARCH__ >= 7. Neon-specific code will not get referenced if this condition is not met. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/03 13:37:22 Modified files: app/xinput : ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing app/xinput/man : Makefile.in xinput.man app/xinput/src : Makefile.in list.c property.c test.c test_xi2.c transform.c xinput.c Log message: Update to xinput 1.6.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/03 13:37:50 Modified files: app/xrandr : ChangeLog Makefile.in aclocal.m4 configure configure.ac xrandr.c app/xrandr/man : xrandr.man Log message: Update to xrandr 1.4.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/03 13:38:15 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/03 13:38:25 Added files: lib/libcrypto/crypto/arch/arm: Makefile.inc Log message: Enable assembler code for AES, BN (Montgomery), GCM128, SHA1, SHA256 and SHA512. Note that GCM128 Neon code is currently not built (and thus not tested), as the current toolchain does not support Neon instructions. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/03 13:38:53 xenocara/app/xbacklight/man Update of /cvs/xenocara/app/xbacklight/man In directory cvs.openbsd.org:/tmp/cvs-serv11252/man Log Message: Directory /cvs/xenocara/app/xbacklight/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/03 13:39:42 Added files: app/xbacklight/man: Makefile.am Makefile.in xbacklight.man Log message: Missed in xbacklight 1.2.1 update CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/03 14:06:13 Added files: lib/libcrypto/crypto/arch/sparc64: Makefile.inc Log message: Enable assembler code for AES, DES, GCM, SHA1, SHA256 and SHA512. The sparcv9 BN code is not enabled, as it expects to run on a 32-bit userland and will need to be fixed for 64-bit userland first. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/03 16:44:36 Modified files: sys/uvm : uvm_extern.h uvm_glue.c sys/kern : kern_fork.c Log message: Move the u-area allocation and pmap-magic logic to its own function uvm_uarea_alloc() function name from NetBSD; arm testing by miod@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/03 16:49:43 Modified files: sys/uvm : uvm_glue.c Log message: Fix whitespace fail in previous commit CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/03 17:30:04 Modified files: sys/kern : kern_sysctl.c Log message: If P_ZOMBIE(pr->ps_mainproc) is true, then (pr->ps_flags & PS_EXITING) is, so eliminate the check of the former and instead use the EINVAL error for the latter. Also, consistently check for PS_EXITING before check creds. suggestion to split this from another diff miod@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/03 21:53:38 Modified files: sys/kern : kern_sig.c lib/libc/gen : sysctl.3 sbin/sysctl : sysctl.8 share/man/man5 : core.5 Log message: When kern.nosuidcoredump=3, act like =2 but try to dump cores into the /var/crash/programname/ directory, as root. For instance, # mkdir /var/crash/bgpd/ # chmod 700 /var/crash/bgpd/ # If you skip this step, you are a moron # sysctl kern.nosuidcoredump=3 # bgpd # pkill -ABRT bgpd # ls /var/crash/bgpd/ 14764.core 23207.core 6423.core Of course, in real life the idea is that you don't kill the daemon but it crashes and you collect parallel cores. Careful you don't fill your /var. Further tuneables are being considered. Sorry to be picking on bgpd for this example. I've watched the "too difficult to debug privsep code" angst for far too long. ok guenther CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2014/05/03 21:55:15 Modified files: faq : upgrade55.html Log message: remove old nawk and crunchgen binaries if present these will break future source builds if still around ok nick@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/03 23:03:26 Modified files: sys/kern : init_main.c kern_fork.c kern_kthread.c kern_sched.c kern_sig.c kern_sysctl.c sys_process.c sys/sys : proc.h Log message: Add PS_SYSTEM, the process-level mirror of the thread-level P_SYSTEM, and FORK_SYSTEM as a flag to set them. This eliminates needing to peek into other processes threads in various places. Inspired by NetBSD ok miod@ matthew@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/04 01:01:10 Modified files: lib/libc/gen : sysctl.3 sbin/sysctl : sysctl.8 share/man/man5 : core.5 Log message: tweak previous; CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/05/04 03:02:40 Modified files: www/p5-HTML-Table: Makefile distinfo Log message: Update p5-HTML-Table to 2.08a. maintainer timeout. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/05/04 03:29:29 Modified files: www/p5-HTML-TableExtract: Makefile distinfo Log message: Update p5-HTML-TableExtract to 2.11. maintainer timeout. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/05/04 04:32:32 Modified files: usr.sbin/relayd: proc.c Log message: With the recent change by deraadt@ to introduce kern.nosuidcoredump=3, we don't need the horrible debug hack anymore that disabled privdrop and chroot to get core dumps of privsep processes. No functional change for the normal binary, only if it is compiled with the non-default -DDEBUG option. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/05/04 04:34:35 Modified files: usr.sbin/snmpd : proc.c Log message: With the recent change by deraadt@ to introduce kern.nosuidcoredump=3, we don't need the horrible debug hack anymore that disabled privdrop and chroot to get core dumps of privsep processes. No functional change for the normal binary, only if it is compiled with the non-default -DDEBUG option. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/05/04 04:35:24 Modified files: sbin/iked : proc.c Log message: With the recent change by deraadt@ to introduce kern.nosuidcoredump=3, we don't need the horrible debug hack anymore that disabled privdrop and chroot to get core dumps of privsep processes. No functional change for the normal binary, only if it is compiled with the non-default -DDEBUG option. CVSROOT: /cvs Module name: src Changes by: logan@cvs.openbsd.org 2014/05/04 04:40:59 Modified files: regress/usr.bin/ssh: connect-privsep.sh Log message: Remove the Z flag from the list of malloc options as it was removed from malloc.c 10 days ago. OK from miod@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/04 04:47:25 Modified files: distrib/miniroot: install.sub Log message: Make answering 'none' to the installer question "IPv6 address?" result in no IPv6 address, by appending '-inet6' to the generated hostname. file. Less surprising to many people. ok henning@ reyk@ beck@ rpe@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/05/04 06:24:26 Modified files: usr.sbin/nsd : server.c Log message: Fix bogus error check; spotted by clang. Submitted upstream by brad@ (and subsequently committed there). ok jca@, mikeb@, brad@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/04 06:32:26 Modified files: sysutils/ruby-puppet/3: Makefile sysutils/ruby-puppet/3/patches: patch-lib_puppet_provider_package_openbsd_rb Log message: Fix typo in #get_version to unbreak matching versions CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/04 07:08:39 Modified files: distrib/miniroot: install.sub Log message: Revert previous. Insufficient discussion. Introduces inconsistancy between configured and unconfigured interfaces. Requested by deraadt@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/04 08:31:50 Modified files: sys/dev/usb : ehci.c Log message: Get rid of EHCI_NULL. No functional change. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/04 08:42:36 Modified files: sys/dev/usb : ehci.c ohci.c uhci.c Log message: Make use of usbd_xfer_isread() instead of rerolling it everywhere. This has the side effect of simplifying and reducing the differences between the various *hci_alloc_*_chain() functions since they are the principal place where we want to known if the transfer is a read or a write. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/05/04 09:33:05 Modified files: www/p5-HTML-Copy: Makefile distinfo Log message: Update p5-HTML-Copy to 1.31. ok Girish Venkatachalam (maintainer). CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/04 10:08:30 Log message: Import Samba 4.0.17 WIP port. In openbsd-wip for more than a year. Most of work by yours truly, with help from kirby@, ian@ and others. Notable change: libtalloc became a part of -util subpackage. Stuff in this package has circular dependencies (at least, it was so during beta times), so it's not possible to have libtalloc as a separate package. Now that Heimdal leaved base system, we could get rid of dirty, nasty pool of hacks that renamed almost every symbol of bundled Heimdal. okay ajacoutot@, also support from ian@ and sthen@ at least. Status: Vendor Tag: zhuk Release Tags: zhuk_20140504 N ports/net/samba4/Makefile N ports/net/samba4/distinfo N ports/net/samba4/patches/patch-lib_testtools_testtools_tests_test_compat_py N ports/net/samba4/patches/patch-examples_libsmbclient_teststat_c N ports/net/samba4/patches/patch-examples_libsmbclient_teststat2_c N ports/net/samba4/patches/patch-lib_replace_replace_h N ports/net/samba4/patches/patch-examples_libsmbclient_testutime_c N ports/net/samba4/patches/patch-Makefile N ports/net/samba4/patches/patch-buildtools_wafsamba_samba_autoconf_py N ports/net/samba4/patches/patch-buildtools_wafsamba_samba_install_py N ports/net/samba4/patches/patch-buildtools_wafsamba_wscript N ports/net/samba4/patches/patch-source4_heimdal_build_wscript_build N ports/net/samba4/patches/patch-source3_wscript N ports/net/samba4/patches/patch-buildtools_wafadmin_Tools_gcc_py N ports/net/samba4/patches/patch-buildtools_wafadmin_Tools_gxx_py N ports/net/samba4/patches/patch-source4_torture_smbtorture_c N ports/net/samba4/patches/patch-buildtools_wafsamba_wafsamba_py N ports/net/samba4/patches/patch-buildtools_wafsamba_symbols_py N ports/net/samba4/patches/patch-buildtools_wafsamba_samba_conftests_py N ports/net/samba4/patches/patch-lib_ldb_wscript N ports/net/samba4/patches/patch-source3_lib_sysquotas_nfs_c N ports/net/samba4/patches/patch-lib_ntdb_wscript N ports/net/samba4/patches/patch-pidl_lib_Parse_Pidl_ODL_pm N ports/net/samba4/patches/patch-lib_talloc_wscript N ports/net/samba4/patches/patch-buildtools_wafadmin_Tools_ccroot_py N ports/net/samba4/patches/patch-lib_tdb_wscript N ports/net/samba4/patches/patch-lib_tevent_wscript N ports/net/samba4/patches/patch-pidl_pidl N ports/net/samba4/pkg/DESCR-ldb N ports/net/samba4/pkg/DESCR-main N ports/net/samba4/pkg/DESCR-tdb N ports/net/samba4/pkg/PLIST-ldb N ports/net/samba4/pkg/DESCR-util N ports/net/samba4/pkg/PLIST-tdb N ports/net/samba4/pkg/DESCR-tevent N ports/net/samba4/pkg/PLIST-tevent N ports/net/samba4/pkg/PLIST-main N ports/net/samba4/pkg/PLIST-util No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/05/04 10:38:20 Modified files: usr.sbin/relayd: ca.c config.c relayd.h usr.sbin/smtpd : ca.c smtpd.h Log message: Create a new default RSA engine instead of patching the existing one if none is available. Fixes SSL/TLS and a possible fatalx() on machines without a default RSA engine. Thanks to Bjorn Ketelaars for reporting and testing. ok gilles@ (for the relayd part) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/04 11:12:19 Modified files: lib/libcrypto/crypto: Makefile Log message: Remove the !SSLASM conditional. Either there is an arch-specific Makefile.inc, or the !SSLASM list of files applies. This allows for an arch-specific Makefile.inc to not specify SSLASM. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/04 11:13:06 Added files: lib/libcrypto/crypto/arch/vax: Makefile.inc Log message: Enable the assembler code for BN, which was lost quite some time ago. CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2014/05/04 11:33:34 Modified files: lang/eagle : Makefile distinfo Log message: Update to beta30. CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2014/05/04 11:34:17 Modified files: sys/dev/pci : mpii.c Log message: change type of handle var to u_int16_t This fixes a format string warning. No change to the format string is necessary. suggested by kettenis@ CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2014/05/04 12:18:36 Modified files: sys/dev : ipmi.c Log message: format string fix for bus_space_tag_t bus_space_tag_t is a pointer everywhere, except on i386, where it's an int. Cast to long. ok kettenis@ 'Right idiom' deraadt@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/04 13:06:40 Modified files: lib/libssl/src/crypto/asn1: tasn_dec.c Log message: i give up. reuse problem is unfixable. dlg says puppet crashes. CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2014/05/04 13:27:08 Modified files: sys/kern : uipc_mbuf.c Log message: remove some hh and h format specifiers gcc does not like hh in kprintf and it does not make any difference due to integer promotion rules. While there, remove some h's, too. suggested by kettenis@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/04 14:08:19 Modified files: lang/seed7 : Makefile distinfo Log message: Update to 20140504. CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2014/05/04 14:09:16 Modified files: sys/arch/amd64/amd64: bus_dma.c sys/arch/i386/pci: pci_addr_fixup.c sys/dev/ic : mfi.c sys/dev/pci/bktr: bktr_core.c sys/dev/pci : gdt_pci.c pci.c ubsec.c sys/dev/pcmcia : if_ep_pcmcia.c if_malo.c Log message: format string fixes for bus_addr_t and bus_size_t bus_addr_t and bus_size_t are u_long everywhere ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/04 14:13:54 Modified files: x11/worker : Makefile distinfo x11/worker/pkg : PLIST Log message: Update to 3.4.0 ok Eivind Evensen (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/05/04 14:17:35 Modified files: geo/gdal : Makefile distinfo geo/gdal/patches: patch-configure patch-frmts_openjpeg_openjpegdataset_cpp patch-swig_perl_GNUmakefile geo/gdal/pkg : PLIST-main PLIST-python Added files: geo/gdal/patches: patch-frmts_mbtiles_mbtilesdataset_cpp patch-ogr_ogrsf_frmts_cartodb_ogrcartodbdatasource_cpp patch-ogr_ogrsf_frmts_couchdb_ogrcouchdbdatasource_cpp patch-ogr_ogrsf_frmts_geojson_ogresrijsonreader_cpp patch-ogr_ogrsf_frmts_geojson_ogrgeojsonreader_cpp patch-ogr_ogrsf_frmts_geojson_ogrtopojsonreader_cpp patch-ogr_ogrsf_frmts_gme_ogrgmejson_cpp Log message: Update to gdal 1.11.0. Add dependency on system json-c, and add a bunch of patches to cope with json-c 0.12 API change (upstream r27267 / bug #5449) See http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News for details. Now installs a gdal.pc file for easier detection. went in a bulk build without fallout. CVSROOT: /cvs Module name: src Changes by: jim@cvs.openbsd.org 2014/05/04 14:31:33 Modified files: lib/libssl/src/doc/apps: asn1parse.pod ca.pod ciphers.pod cms.pod config.pod crl.pod crl2pkcs7.pod dgst.pod dhparam.pod dsa.pod dsaparam.pod ec.pod ecparam.pod enc.pod errstr.pod gendsa.pod genpkey.pod genrsa.pod ocsp.pod openssl.pod pkcs12.pod pkcs7.pod pkcs8.pod pkey.pod pkeyparam.pod pkeyutl.pod req.pod rsa.pod rsautl.pod s_client.pod s_server.pod sess_id.pod smime.pod ts.pod verify.pod x509.pod x509v3_config.pod Log message: Remove trailing whitespace. no objection jmc@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/04 14:40:08 Modified files: lib/libc/crypt : arc4random.c Log message: delete useless test code CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/04 15:07:50 Modified files: sbin/dhclient : dhclient.c Log message: Factor out the code to set the expiry, renewal and rebinding times for a lease. Will be reused in upcoming diff. No intentional behaviour change. CVSROOT: /cvs Module name: src Changes by: jim@cvs.openbsd.org 2014/05/04 15:08:16 Modified files: lib/libssl/src/doc/ssl: BIO_f_ssl.pod SSL_CTX_add_session.pod SSL_CTX_flush_sessions.pod SSL_CTX_set_cert_verify_callback.pod SSL_CTX_set_client_CA_list.pod SSL_CTX_set_mode.pod SSL_CTX_set_options.pod SSL_CTX_set_session_cache_mode.pod SSL_CTX_set_tmp_dh_callback.pod SSL_CTX_set_verify.pod SSL_CTX_use_certificate.pod SSL_SESSION_get_time.pod SSL_accept.pod SSL_alert_type_string.pod SSL_connect.pod SSL_get_client_CA_list.pod SSL_get_current_cipher.pod SSL_library_init.pod SSL_load_client_CA_file.pod SSL_read.pod SSL_shutdown.pod SSL_write.pod Log message: Remove trailing whitespace. ok jmc@ CVSROOT: /cvs Module name: src Changes by: jim@cvs.openbsd.org 2014/05/04 15:13:41 Modified files: lib/libssl/src/doc/ssl: BIO_f_ssl.pod SSL_CIPHER_get_name.pod SSL_CTX_add_session.pod SSL_CTX_ctrl.pod SSL_CTX_get_ex_new_index.pod SSL_CTX_get_verify_mode.pod SSL_CTX_new.pod SSL_CTX_sess_number.pod SSL_CTX_sess_set_cache_size.pod SSL_CTX_sess_set_get_cb.pod SSL_CTX_set_cert_store.pod SSL_CTX_set_cert_verify_callback.pod SSL_CTX_set_cipher_list.pod SSL_CTX_set_client_cert_cb.pod SSL_CTX_set_default_passwd_cb.pod SSL_CTX_set_generate_session_id.pod SSL_CTX_set_info_callback.pod SSL_CTX_set_max_cert_list.pod SSL_CTX_set_mode.pod SSL_CTX_set_msg_callback.pod SSL_CTX_set_options.pod SSL_CTX_set_psk_client_callback.pod SSL_CTX_set_quiet_shutdown.pod SSL_CTX_set_session_cache_mode.pod SSL_CTX_set_session_id_context.pod SSL_CTX_set_timeout.pod SSL_CTX_set_tmp_dh_callback.pod SSL_CTX_set_tmp_rsa_callback.pod SSL_CTX_set_verify.pod SSL_CTX_use_certificate.pod SSL_SESSION_get_ex_new_index.pod SSL_SESSION_get_time.pod SSL_alert_type_string.pod SSL_get_error.pod SSL_get_ex_new_index.pod SSL_get_psk_identity.pod SSL_rstate_string.pod SSL_session_reused.pod SSL_set_connect_state.pod SSL_set_shutdown.pod SSL_state_string.pod SSL_want.pod d2i_SSL_SESSION.pod Log message: Improve line wrapping for lines exceeding 80 chars. ok jmc@ CVSROOT: /cvs Module name: src Changes by: jim@cvs.openbsd.org 2014/05/04 15:15:12 Modified files: lib/libssl/src/doc/ssl: SSL_clear.pod SSL_free.pod Log message: Add missing SEE ALSO section header. ok jmc@ CVSROOT: /cvs Module name: src Changes by: jim@cvs.openbsd.org 2014/05/04 15:20:10 Modified files: lib/libssl/src/doc/ssl: SSL_CTX_flush_sessions.pod Log message: Remove a leading whitespace. ok jmc@ CVSROOT: /cvs Module name: src Changes by: jim@cvs.openbsd.org 2014/05/04 15:46:36 Modified files: lib/libssl/src/doc/crypto: ASN1_STRING_print_ex.pod ASN1_generate_nconf.pod BF_set_key.pod BIO_ctrl.pod BIO_f_base64.pod BIO_f_cipher.pod BIO_s_accept.pod BIO_s_bio.pod BIO_s_connect.pod BIO_s_fd.pod BIO_s_mem.pod BIO_should_retry.pod BN_BLINDING_new.pod BN_generate_prime.pod CMS_add0_cert.pod CMS_encrypt.pod CMS_final.pod CMS_get0_RecipientInfos.pod CMS_get1_ReceiptRequest.pod CMS_sign.pod CMS_sign_add1_signer.pod CMS_verify.pod CMS_verify_receipt.pod CONF_modules_load_file.pod CRYPTO_set_locking_callback.pod DES_set_key.pod DH_generate_parameters.pod DSA_set_method.pod ERR_get_error.pod EVP_DigestInit.pod EVP_DigestSignInit.pod EVP_DigestVerifyInit.pod EVP_EncryptInit.pod EVP_OpenInit.pod EVP_PKEY_CTX_ctrl.pod EVP_PKEY_cmp.pod EVP_PKEY_decrypt.pod EVP_PKEY_derive.pod EVP_PKEY_encrypt.pod EVP_PKEY_keygen.pod EVP_PKEY_new.pod EVP_PKEY_print_private.pod EVP_PKEY_set1_RSA.pod EVP_PKEY_sign.pod EVP_PKEY_verify.pod EVP_PKEY_verify_recover.pod EVP_SealInit.pod EVP_SignInit.pod EVP_VerifyInit.pod MD5.pod OBJ_nid2obj.pod OPENSSL_config.pod OPENSSL_load_builtin_modules.pod PEM_read_bio_PrivateKey.pod PKCS12_create.pod PKCS7_encrypt.pod PKCS7_sign.pod PKCS7_sign_add_signer.pod PKCS7_verify.pod RAND.pod RIPEMD160.pod RSA_private_encrypt.pod RSA_set_method.pod RSA_sign.pod SHA1.pod X509_NAME_ENTRY_get_object.pod X509_NAME_add_entry_by_txt.pod X509_NAME_get_index_by_NID.pod X509_NAME_print_ex.pod X509_STORE_CTX_get_ex_new_index.pod X509_STORE_CTX_new.pod X509_STORE_CTX_set_verify_cb.pod X509_STORE_set_verify_cb_func.pod X509_VERIFY_PARAM_set_flags.pod bn_internal.pod crypto.pod d2i_DSAPublicKey.pod d2i_PKCS8PrivateKey.pod d2i_RSAPublicKey.pod d2i_X509.pod dh.pod ecdsa.pod evp.pod lhash.pod rsa.pod Log message: Remove trailing whitespace. fine jmc@ CVSROOT: /cvs Module name: src Changes by: jim@cvs.openbsd.org 2014/05/04 16:23:15 Modified files: lib/libssl/src/doc/crypto: BN_swap.pod Log message: Add missing SEE ALSO section header. yup jmc@ CVSROOT: /cvs Module name: src Changes by: jim@cvs.openbsd.org 2014/05/04 16:26:33 Modified files: lib/libssl/src/doc/crypto: ASN1_OBJECT_new.pod ASN1_STRING_print_ex.pod BIO_ctrl.pod BIO_f_buffer.pod BIO_f_cipher.pod BIO_find_type.pod BIO_new.pod BIO_s_bio.pod BIO_s_fd.pod BIO_set_callback.pod BN_add.pod BN_add_word.pod BN_cmp.pod BN_generate_prime.pod BN_mod_inverse.pod BUF_MEM_new.pod CMS_add0_cert.pod CMS_add1_recipient_cert.pod CMS_decrypt.pod CMS_encrypt.pod CMS_final.pod CMS_get0_RecipientInfos.pod CMS_get0_SignerInfos.pod CMS_get0_type.pod CMS_get1_ReceiptRequest.pod CMS_sign.pod CMS_sign_add1_signer.pod CMS_sign_receipt.pod CMS_uncompress.pod CMS_verify.pod CMS_verify_receipt.pod CONF_modules_free.pod CONF_modules_load_file.pod CRYPTO_set_ex_data.pod DH_generate_key.pod DH_generate_parameters.pod DH_get_ex_new_index.pod DH_new.pod DSA_get_ex_new_index.pod DSA_set_method.pod EVP_DigestInit.pod EVP_DigestSignInit.pod EVP_DigestVerifyInit.pod EVP_EncryptInit.pod EVP_PKEY_CTX_ctrl.pod EVP_PKEY_CTX_new.pod EVP_PKEY_cmp.pod EVP_PKEY_derive.pod EVP_PKEY_keygen.pod EVP_PKEY_print_private.pod EVP_PKEY_set1_RSA.pod EVP_PKEY_verify.pod EVP_PKEY_verify_recover.pod EVP_VerifyInit.pod OBJ_nid2obj.pod OPENSSL_VERSION_NUMBER.pod OpenSSL_add_all_algorithms.pod PEM_read_bio_PrivateKey.pod PEM_write_bio_CMS_stream.pod PKCS12_create.pod PKCS7_decrypt.pod PKCS7_verify.pod RAND_bytes.pod RAND_load_file.pod RSA_blinding_on.pod RSA_get_ex_new_index.pod RSA_new.pod RSA_private_encrypt.pod RSA_sign_ASN1_OCTET_STRING.pod SHA1.pod X509_NAME_add_entry_by_txt.pod X509_NAME_print_ex.pod X509_STORE_CTX_get_error.pod X509_STORE_CTX_get_ex_new_index.pod X509_STORE_CTX_new.pod X509_STORE_set_verify_cb_func.pod X509_VERIFY_PARAM_set_flags.pod bn.pod d2i_PKCS8PrivateKey.pod d2i_RSAPublicKey.pod dh.pod lhash.pod Log message: Improve line wrapping for lines exceeding 80 chars. ok jmc@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2014/05/04 18:09:16 Modified files: distrib/miniroot: install.sub Log message: Redirecting stderr to /dev/null suppresses all errors. Instead use the new status=none feature to make dd quiet. OK krw@ deraadt@ CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2014/05/04 18:27:09 Modified files: . : plus.html Log message: plus.html for April 21-27. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/05/04 18:47:20 Modified files: misc/p5-File-LibMagic: Makefile distinfo Log message: update p5-File-LibMagic to 1.01 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/05/04 19:43:25 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: update p5-IO-Socket-SSL to 1.983 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/05/04 21:52:18 Modified files: faq : upgrade55.html Log message: clean up some ugly trailing spaces that snuck in. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/05/04 22:06:58 Modified files: faq : upgrade55.html Log message: /var/account/acct is time_t dependent, so accounting is hosed when upgrading. My proposed fix: rm /var/account/acct with the other rm'd files. It will be recreated (in the new format) with the next boot, which will occur after you reinstall your packages, when your system is ready for use. For non-accounting users, this is a non-event and a no-change (the file won't exist). It appears the summary files, /var/account/usracct and /var/account/savacct are not an issue. If active users (and coders!) of accounting could verify this or maybe come up with a better process, I'd appreciate it -- I'm not a user of this feature. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/04 22:44:54 Added files: lib/libcrypto/crypto/arch/sparc: Makefile.inc Log message: Enable assembler code for DES. Assembler code for BN is commented out as it uses the `umul' and `udiv' instructions directly, which are not supported on v7 processors. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/05/04 22:58:23 Modified files: usr.sbin/npppd/npppd: parse.y Log message: Delete duplicated "mppe" entry in keywords[]. CVSROOT: /cvs Module name: src Changes by: logan@cvs.openbsd.org 2014/05/05 01:02:30 Modified files: usr.bin/ssh : sftp.c Log message: Zap extra whitespace. OK from djm@ and dtucker@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/05 01:49:56 Modified files: graphics/blender/patches: patch-intern_ffmpeg_ffmpeg_compat_h Log message: Fix local patch so as to only include the backward compat wrapper function when using older FFmpeg versions which fixes the build with newer FFmpeg. ok pascal@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/05 01:55:50 Modified files: audio/picard : Makefile Added files: audio/picard/patches: patch-picard_musicdns_avcodec_c Log message: Fix picard with in-tree FFmpeg and fix the build with newer FFmpeg. The fix for in-tree FFmpeg is based on a patch posted by dcoppa@ although synced closer to what was commited upstream. ok ajacoutot@ CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2014/05/05 02:08:14 Modified files: . : octeon.html Log message: Add the Ubiquiti Networks EdgeRouter PoE; the hardware is almost identical to the LITE. ok pirofti@ jasper@ CVSROOT: /cvs Module name: www Changes by: landry@cvs.openbsd.org 2014/05/05 02:12:07 Modified files: faq : faq13.html Log message: Rewrite the section about java applets support in browsers via icedtea-web, and add a blurb about security concerns. ok/tweaks kurt@ nick@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2014/05/05 02:23:57 Modified files: sbin/iked : pfkey.c Log message: change surprisingly consistent mispelling of length ("lenght") no change in md5 of resulting object file ok markus@, reyk@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/05 02:34:08 Modified files: x11/vlc/patches: patch-include_vlc_aout_h patch-modules_codec_avcodec_audio_c patch-modules_codec_avcodec_avcodec_c patch-modules_codec_avcodec_avcodec_h patch-modules_codec_avcodec_cpu_c patch-modules_codec_avcodec_encoder_c patch-src_audio_output_common_c Log message: Add a comment to the top of the patches. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/05/05 04:00:45 Modified files: sys/net : if_vlan.c Log message: remove dead code: calling ether_attach which sets if_type to IFT_ETHER, just to set it to IFT_L2VLAN right afterwards, just to set if_type to the parent's if_type which can be anything as long as it is IFT_ETHER at config time doesn't make any sense and has zero effect. stop fiddling with if_type alltogether. also remove a question in a comment that has been answered by the last 14 years. from Marrakesh airport, ok reyk CVSROOT: /cvs Module name: src Changes by: andre@cvs.openbsd.org 2014/05/05 05:02:29 Added files: usr.sbin/relayd: args-http-filter-url-digest.pl args-http-filter-url-file.in args-http-filter-url-file.pl Log message: Add two more regression tests to relayd, these cover "digest" and "file" keywords. ok reyk CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/05 05:44:33 Modified files: sys/net : if.c if_gif.c if_gre.c if_ppp.c if_pppx.c if_spppsubr.c if_tun.c if_var.h sys/netinet : if_ether.c sys/netinet6 : in6.c nd6.c Log message: Use a custom ifa_rtrequest function for point-to-point interfaces instead of relying on hacks in nd6_rtrequest() to add a route to loopback for each address configured on such interfaces. While here document that abusing lo0 for local traffic is not safe for interfaces in a non-default rdomain. Tested by claudio@, jca@ and sthen@, ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/05 05:51:37 Modified files: multimedia/transcode: Makefile multimedia/transcode/patches: patch-export_aud_aux_c patch-export_export_ffmpeg_c patch-export_ffmpeg_cfg_c patch-import_decode_lavc_c patch-import_import_ffmpeg_c patch-import_probe_ffmpeg_c multimedia/transcode/pkg: DESCR PLIST Removed files: multimedia/transcode/pkg: PFRAG.quicktime Log message: - Pull in some bits to deal with newer FFmpeg API. While testing I found transcode was already broken as is due to it relying on certain functionality with presets which is no longer relevant for more modern FFmpeg. Searching via Google showed the same bug being reported with Debian, Gentoo and Arch. They have eliminted the use of presets but that just exposed another bug. So this builds with newer FFmpeg but it is essentially just as broken as before. If anyone wants to take a look at this and figure out why it is crashing go ahead. - Merge the quicktime FLAVOR into the main port / package. IMO it doesn't make sense to have an app like this that cannot work with the MP4 container FFmpeg bits taken from FreeBSD and Debian packages. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/05 05:53:34 Modified files: multimedia : Makefile Log message: Also build transcode with the two FLAVORs it has. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/05/05 06:13:33 Modified files: devel/ipython : Makefile Log message: Missing IPython BUILD_DEPENDS. OK rpe@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/05 06:17:18 Modified files: sysutils/ruby-puppet/3: Makefile sysutils/ruby-puppet/3/patches: patch-lib_puppet_provider_package_openbsd_rb Log message: Better detection of new packages CVSROOT: /cvs Module name: src Changes by: andre@cvs.openbsd.org 2014/05/05 06:31:56 Added files: regress/usr.sbin/relayd: args-http-filter-url-digest.pl args-http-filter-url-file.in args-http-filter-url-file.pl Removed files: usr.sbin/relayd: args-http-filter-url-digest.pl args-http-filter-url-file.in args-http-filter-url-file.pl Log message: Replacing test files from previous commit to the right directory. There is no trigger to run tests from relayd directory, so previous had no practical effect. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2014/05/05 07:03:33 Modified files: net/ziproxy : Makefile distinfo Log message: Update for Ziproxy to 3.3.0. Ok benoit@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/05 07:32:15 Modified files: sys/sys : disklabel.h Log message: Tweak comment on struct _partitionv0. It's no longer the partition table. Suggested by David Vasek. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/05 07:48:11 Modified files: sys/dev/usb : hidms.c Log message: Plug a memory leak related to HID descriptor parsing. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/05 08:03:09 Modified files: net/samba4 : Makefile net/samba4/pkg : PLIST-main Log message: Assorted improvements: - tweak and install default configuration file (from Ian McWilliam, thanks!); - zap KRB5_LIBS leftover that shouldn't be committed in the first place; - restrict access to Samba directories; what about adding Samba user(-s)?.. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/05 08:44:18 Modified files: sbin/dhclient : clparse.c dhclient.c Log message: A couple of malloc()+memset(0) -> calloc. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/05 09:03:22 Modified files: lib/libssl/src/ssl: d1_clnt.c d1_srvr.c kssl.h kssl_lcl.h s3_clnt.c s3_lib.c s3_srvr.c ssl.h ssl_asn1.c ssl_ciph.c ssl_lib.c ssl_sess.c ssl_txt.c ssltest.c t1_lib.c lib/libssl/ssl : Makefile Removed files: lib/libssl/src/ssl: kssl.c tls_srp.c Log message: Remove SRP and Kerberos support from libssl. These are complex protocols all on their own and we can't effectively maintain them without using them, which we don't. If the need arises, the code can be resurrected. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/05 09:04:05 Modified files: sbin/growfs : growfs.c Log message: "new file systemsize is" -> "new filesystem size is". From David Vasek. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/05 09:08:37 Modified files: sbin/nfsd : nfsd.c Log message: convert select to poll. from peter malone CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/05/05 09:21:20 Modified files: sbin/iked : ikev2_pld.c Log message: validate the attribute length, too; from hshoexer; ok mikeb CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/05/05 09:46:41 Modified files: www/phpmyadmin : Makefile distinfo Log message: Update phpmyadmin to 4.1.14. ok giovanni@ (maintainer). CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/05 10:06:55 Modified files: lib/libssl/src/apps: apps.c Log message: OpenBSD has_SC_CLK_TCK. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/05 10:08:15 Modified files: lib/libssl/src/apps: openssl.c Log message: Kill memory debug calls that are now noops. While here, nuke an #if 0 and a unnecessary NULL check before free. ok miod@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/05/05 10:13:12 Modified files: sbin/iked : pfkey.c Log message: don't leak on pid mismatch; ok mikeb CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/05/05 10:14:37 Modified files: sbin/iked : ikev2_msg.c Log message: the caller of ikev2_msg_retransmit_response already frees the sa; ok mikeb CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/05 10:14:45 Modified files: lib/libssl/src/apps: s_client.c s_server.c s_time.c Log message: During the great e_os.h nukathon we stopped pulling in via the ifdef maze, meaning that FIONBIO was no longer defined. This removes non-blocking I/O support from s_{client,server,time}. Remove all FIONBIO ifdefs and import , renabling -nbio. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/05 10:16:37 Modified files: lib/libssl/src/crypto/bio: b_sock.c Log message: Repair BIO_socket_nbio operation. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/05 10:19:23 Modified files: lib/libssl/src/crypto/bio: b_dump.c b_sock.c Log message: Sort and group includes. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/05 10:28:18 Modified files: x11/gnome/settings-daemon: Makefile distinfo Log message: Update to gnome-settings-daemon-3.12.2. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/05/05 10:29:32 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: work-around the same location being reinstalled thru a different path later... no need to do anything on sets consisting purely of "kept" handles This is not fully satisfying, I expect I need to tie some "done already" to locations as we do with sets, so that we can wipe update_info properly and be done once and for all... Issue found by stsp@ while trying to use FETCH_PACKAGES, which is still not 100% in good shape with this. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/05 10:33:34 Modified files: sbin/disklabel : disklabel.8 disklabel.c Log message: Enhance reading of saved ascii labels (-R) to process mountpoint information if present. Can be used with -F/-f options to create an fstab from the saved label. ok otto@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/05 11:18:08 Modified files: sbin/fdisk : Makefile part.c Log message: Ugly workaround for an overoptimistic alignment expectation of dos_partition fields, found the hard way on landisk, to allow the tree to build until a proper fix is devised. ok deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2014/05/05 12:00:20 Modified files: data/xkeyboard-config/man: Makefile Log message: When building a release xkeyboard-config.7 is installed in /usr/X11R6/man/man7 rather than the release destination directory. Releases don't contain xkeyboard-config.7 without the change. Originally from Nigel Taylor ok matthieu@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/05 12:02:49 Modified files: sbin/dhclient : clparse.c conflex.c dhclient.c dispatch.c kroute.c options.c parse.c Log message: Zap trailing whitespace. Started by pointed comments from andre@. CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2014/05/05 12:03:07 Modified files: distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2014/05/05 12:05:35 Modified files: data/xkeyboard-config/man: xkeyboard-config.7 data/xkeyboard-config/rules: Makefile dist/xkeyboard-config: Makefile.am Makefile.in NEWS aclocal.m4 config.guess config.sub configure configure.ac dist/xkeyboard-config/compat: Makefile.in README accessx basic caps complete iso9995 japan ledcaps lednum ledscroll level5 misc mousekeys olpc pc pc98 xfree86 xtest dist/xkeyboard-config/docs: Makefile.in dist/xkeyboard-config/geometry: Makefile.in dist/xkeyboard-config/geometry/digital_vndr: Makefile.in dist/xkeyboard-config/geometry/sgi_vndr: Makefile.in dist/xkeyboard-config/keycodes: Makefile.in dist/xkeyboard-config/keycodes/digital_vndr: Makefile.in dist/xkeyboard-config/keycodes/sgi_vndr: Makefile.in dist/xkeyboard-config/man: Makefile.in dist/xkeyboard-config/po: bg.po ca.po da.po de.po eo.po es.po fr.po hu.po id.po nl.po pl.po pt_BR.po ru.po uk.po dist/xkeyboard-config/rules: HDR Makefile.am Makefile.in base.extras.xml.in base.lists.part base.o_s.part base.xml.in evdev.extras.xml.in evdev.xml.in dist/xkeyboard-config/rules/bin: Makefile.in dist/xkeyboard-config/rules/compat: Makefile.in dist/xkeyboard-config/symbols: Makefile.in af altwin am apl ara at ba bd bg br bt bw by ca capslock ch cn ctrl cz de dk ee es fo fr gb ge gh group hr hu ie il in inet ir is it jp ke keypad kh kr la lt mao md mk mv ng nl no pk pl pt rs ru se si sk srvr_ctrl th tj tm ua us uz za dist/xkeyboard-config/symbols/digital_vndr: Makefile.in dist/xkeyboard-config/symbols/fujitsu_vndr: Makefile.in dist/xkeyboard-config/symbols/hp_vndr: Makefile.in dist/xkeyboard-config/symbols/macintosh_vndr: Makefile.in dist/xkeyboard-config/symbols/nec_vndr: Makefile.in dist/xkeyboard-config/symbols/nokia_vndr: Makefile.in dist/xkeyboard-config/symbols/sgi_vndr: Makefile.in dist/xkeyboard-config/symbols/sharp_vndr: Makefile.in sl-c3x00 dist/xkeyboard-config/symbols/sony_vndr: Makefile.in dist/xkeyboard-config/symbols/sun_vndr: Makefile.in dist/xkeyboard-config/symbols/xfree68_vndr: Makefile.in dist/xkeyboard-config/types: Makefile.in README basic caps extra iso9995 level5 mousekeys nokia numpad pc Added files: dist/xkeyboard-config/rules: base.lists.base.part base.ml_s1.part evdev.lists.part Log message: Update to xkeyboard-config 2.11. ok matthieu@ CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2014/05/05 12:07:41 Modified files: . : 3RDPARTY Log message: sync CVSROOT: /cvs Module name: src Changes by: pelikan@cvs.openbsd.org 2014/05/05 12:27:57 Modified files: usr.sbin/dhcpd : dhcpd.c dhcpd.h icmp.c Log message: Don't call the ICMP handler indirectly + clean up a bit. ok krw CVSROOT: /cvs Module name: src Changes by: pelikan@cvs.openbsd.org 2014/05/05 12:30:44 Modified files: usr.sbin/dhcpd : dhcpd.c dhcpd.h dispatch.c Log message: Don't call the BOOTP handler indirectly. ok krw CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/05 12:38:42 Modified files: lib/libssl/src/crypto/bn: bn_lib.c Log message: inspired by a cloudflare diff, cleanse old memory when expanding a bignum. however, instead of trying to audit all the places where a secret bignum is used, apply the big hammer and clear all bignums when freed. ok deraadt miod CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/05/05 12:50:36 Modified files: sbin/iked : pfkey.c Log message: pfkey is unreliable, so add a select-timeout before MSG_PEEK; similar code is in isakmpd; ok reyk@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/05/05 12:54:17 Modified files: sbin/iked : ca.c Log message: make the ca_pubkey_serialize() code similar to the private key code, and fixes a leak of the rsa object in the error case. from hshoexer@; ok reyk@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/05/05 12:56:42 Modified files: sbin/iked : ca.c Log message: ca_x509_serialize: don't leak the bio buffer; ok reyk@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/05 15:25:00 Modified files: sys/dev/wscons : wskbd.c Log message: Plug a memory leak, free the keymap's memory on detach. ok miod@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2014/05/05 17:04:16 Modified files: comms/fldigi : Makefile distinfo Log message: Update to the latest version - explored option to enable pulseaudio but concensus was keep it simple. OK sthen@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/05 19:52:07 Modified files: lib/libssl/src/apps: progs.h s_client.c s_server.c Removed files: lib/libssl/src/apps: srp.c Log message: bye bye SRP CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/05 19:53:53 Modified files: lib/libssl/src/apps: x509.c Log message: move a comment to make unifdef happier CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/05 19:54:42 Modified files: lib/libssl/src/apps: s_client.c s_server.c Log message: remove Kerberos CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/05 20:05:38 Modified files: lib/libssl/src/apps: x509.c Log message: "stay backwards-compatible with 0.9.5; this should go away soon" it's your lucky day! CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/05 20:31:45 Modified files: lib/libc/crypt : arc4random.c Log message: move chacha context and buffer out of bss and allow mmap to place them wherever it decides it would like them. first step. ok deraadt dlg djm CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2014/05/05 21:10:08 Modified files: lang/node : Makefile distinfo lang/node/patches: patch-deps_npm_node_modules_node-gyp_lib_install_js lang/node/pkg : PLIST Log message: Update node to 0.10.28 Changelog: https://raw.githubusercontent.com/joyent/node/v0.10.28/ChangeLog OK jturner@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/05 21:56:27 Modified files: lib/libssl/src/crypto/ec: ec2_mult.c ec2_oct.c ec2_smpl.c ec_ameth.c ec_asn1.c ec_check.c ec_curve.c ec_cvt.c ec_err.c ec_key.c ec_lib.c ec_mult.c ec_oct.c ec_pmeth.c ec_print.c eck_prn.c ecp_mont.c ecp_nist.c ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c ecp_nistputil.c ecp_oct.c ecp_smpl.c Log message: knf approximation CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/05 22:19:56 Modified files: multimedia/libvpx: Makefile Log message: Mention the particular file in the comment. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/05/06 00:40:03 Modified files: sbin/iked : proc.c usr.sbin/relayd: proc.c usr.sbin/snmpd : proc.c Log message: no need to include rand.h now the RAND_seed() calls are gone. ok reyk@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/05/06 01:08:10 Modified files: sbin/iked : iked.h ikev2.c Log message: retire IKED_REQ_DELETE and fix delete parsing; ok reyk@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/05/06 01:24:37 Modified files: sbin/iked : config.c iked.h ikev2.c ikev2_pld.c Log message: initial support for PFS; ok reyk@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/05/06 01:45:17 Modified files: sbin/iked : ikev2_pld.c Log message: make sure some notify payloads are encrypted; ok mikeb@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/05/06 02:17:58 Modified files: sbin/iked : ikev2.c Log message: send the delete with the locally allocated SPI in ikev2_init_create_child_sa() CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/06 02:36:25 Modified files: sysutils/monit : Makefile Added files: sysutils/monit/patches: patch-libmonit_src_system_Time_c patch-libmonit_test_InputStreamTest_c patch-libmonit_test_OutputStreamTest_c patch-libmonit_test_TimeTest_c patch-src_xml_c Log message: Fix for 64bit time_t to prevent a segfault at startup. ok jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/06 02:39:38 Modified files: sysutils/monit : Tag: OPENBSD_5_5 Makefile Added files: sysutils/monit/patches: Tag: OPENBSD_5_5 patch-libmonit_src_system_Time_c patch-libmonit_test_InputStreamTest_c patch-libmonit_test_OutputStreamTest_c patch-libmonit_test_TimeTest_c patch-src_xml_c Log message: Fix for 64bit time_t to prevent a segfault at startup. ok jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/06 03:00:37 Modified files: www/sthttpd : Makefile distinfo www/sthttpd/pkg: PLIST Added files: www/sthttpd/patches: patch-extras_th_htpasswd_c Removed files: www/sthttpd/patches: patch-extras_Makefile_in patch-extras_htpasswd_c patch-www_cgi-bin_Makefile_in Log message: update to sthttpd-2.26.4 * while this is the 'gentoo version' it does resolve htpasswd conflict * drop a patch in favor of FAKE_FLAGS while here discussed with/ok brad@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/06 03:20:56 Modified files: sysutils/monit : Makefile distinfo sysutils/monit/patches: patch-monitrc patch-src_xml_c Log message: update to monit-5.8 CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/05/06 03:21:50 Modified files: sbin/iked : ikev2_pld.c Log message: don't sa_free() in the receive path (prevents use-after-free); ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/05/06 03:28:59 Modified files: devel/gdb : Makefile distinfo Log message: Update to GDB 7.7.1. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/06 03:44:31 Modified files: sys/dev/usb : ucom.c Log message: Plug two xfer leaks and a buffer one. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/05/06 03:48:40 Modified files: sbin/iked : config.c ikev2.c policy.c Log message: cleanup IKE-SA tree handling (fixes repeated-insert & double-remove) sa_new() always re-inserts an SA into the SA tree. in case of a key collision it would try to free the new SA. While doing that it would accidentially free the existing SA, since config_free_sa() does RB_REMOVE() uncoditionally. This change fixes this by: a) moving the responsibility for RB_REMOVE() to CALLER of config_free_sa() and b) by calling config_free_sa() instead of sa_free() from sa_new() It also changes to code to NEVER re-add an SA to the tree. So RB_INSERT() is ONLY called once per SA. The code also makes sure that there is always a KEY defined for this tree (ispi). ok mikeb@ CVSROOT: /cvs Module name: src Changes by: gerhard@cvs.openbsd.org 2014/05/06 03:49:58 Modified files: sys/netinet6 : ip6_forward.c Log message: Fix a memleak when lookup of SA fails during forwarding of encrypted IPv6 pakets. ok mpi@ markus@ mikeb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/06 04:04:13 Modified files: security/libgpg-error: Makefile Removed files: security/libgpg-error/patches: patch-src_gpg-error-config_in patch-tests_Makefile_in Log message: Drop these old patches which are not needed anymore. bulk testing by jasper@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/05/06 04:24:22 Modified files: sbin/iked : config.c iked.conf.5 iked.h ikev2.c ikev2.h ikev2_msg.c ikev2_pld.c parse.y pfkey.c policy.c Log message: initiate ike sa rekeying (ikesalifetime keyword), re-queue pfkey events while we are busy initiating child-SAs; ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/05/06 04:49:23 Modified files: audio/mpd : Makefile distinfo audio/mpd/patches: patch-Makefile_in patch-configure patch-doc_mpdconf_example Added files: audio/mpd/patches: patch-src_decoder_OggUtil_cxx patch-src_event_DeferredMonitor_cxx patch-src_event_DeferredMonitor_hxx patch-src_system_ByteOrder_hxx Log message: Update to mpd-0.18.10, now that a nasty race condition when using GLib event loop has been fixed upstream. It adds a dependency on gcc 4.8 because code was rewritten c++11-style. Original diff for 0.18.9 by landry@. Tested by landry@ and Bryan Linton. OK landry@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/06 04:58:49 ports/tests/portcheck/t10 Update of /cvs/ports/tests/portcheck/t10 In directory cvs.openbsd.org:/tmp/cvs-serv29578/t10 Log Message: Directory /cvs/ports/tests/portcheck/t10 added to the repository CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/06 04:58:53 ports/tests/portcheck/t10/pkg Update of /cvs/ports/tests/portcheck/t10/pkg In directory cvs.openbsd.org:/tmp/cvs-serv27321/t10/pkg Log Message: Directory /cvs/ports/tests/portcheck/t10/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/06 05:00:55 Modified files: infrastructure/bin: portcheck Log message: Check that man and info pages doesn't go under /usr/local/share/{man,info}. As usual, inspired by a port review on ports@. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/06 05:02:04 Modified files: tests/portcheck: Makefile Added files: tests/portcheck: t10.sample tests/portcheck/t10: Makefile tests/portcheck/t10/pkg: PLIST Log message: Tests for manual pages placement. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/05/06 05:03:03 Modified files: usr.sbin/relayd: ssl.c usr.sbin/smtpd : ssl.c Log message: Fix two memory leaks: EVP_PKEY_get1_RSA() returns a referenced key that requires to call RSA_free() to dereference it after use. Also free a temporary key that was read by PEM_read_PrivateKey() and immediately written into a bio. ok markus@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/05/06 05:11:14 Modified files: sbin/iked : imsg_util.c Log message: Explicitly zero out the ibufs before releasing the memory to make sure that included crypto parameters are cleaned. ok mikeb@ markus@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/06 05:29:34 Modified files: net/samba4 : Makefile Added files: net/samba4/pkg : PLIST-docs DESCR-docs Log message: Add -docs. Patch from Ian McWilliam, thanks! CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/06 05:50:14 Modified files: sys/arch/amd64/amd64: fpu.c sys/kern : kern_fork.c sys/miscfs/procfs: procfs_vfsops.c sys/uvm : uvm_extern.h uvm_meter.c Log message: Include directly instead of relying on it being pulled by and turn uvm_total() into a private function. The preferred way to get memory stats is through the VM_UVMEXP sysctl(3) since VM_METER is just a wrapper on top of it. In the kernel, use `uvmexp' directly instead of uvm_total(). This change does not remove from to give some more time to port maintainers to fix their ports. ok guenther@ as part of a larger diff. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/06 07:09:18 Modified files: sbin/iked : iked.conf.5 Log message: zap stray word; ok markus CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/05/06 08:01:16 Log message: Import puddletag 1.0.3. puddletag is an audio tag editor similar to the Windows program, Mp3tag. It uses a spreadsheet-like layout so that all the tags you want to edit by hand are visible and easily editable. from 'Nils R', thanks! with tweaks from and ok sthen@ Status: Vendor Tag: nilsr Release Tags: landry_20140506 N ports/audio/puddletag/Makefile N ports/audio/puddletag/distinfo N ports/audio/puddletag/patches/patch-setup_py N ports/audio/puddletag/pkg/DESCR N ports/audio/puddletag/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/05/06 08:02:17 Modified files: audio : Makefile Log message: +puddletag CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/05/06 08:10:53 Modified files: sbin/iked : config.c iked.h ikev2.c Log message: change the create-child-sa responder code, so it does not store any state in the ikesa structure. this way we can initiate a create-child-sa and process requests for the peer at the same time. ok mikeb@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/05/06 08:44:08 Modified files: sys/arch/armv7/omap: if_cpsw.c Log message: remove cpsw_{read,write}_4 wrapper functions and just use the real bus_space_{read,write}_4 instead. tested by nick@, ok bmercer@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/06 09:37:57 Modified files: lib/libc/crypt : arc4random.c Log message: clear a stack buffer with explicit_bzero CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/06 09:38:49 Modified files: lib/libc/crypt : bcrypt.c Log message: use explicit_bzero CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/06 09:48:38 Modified files: lib/libc/regex : regcomp.c Log message: reallocarray for things which are arrays. ok deraadt CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/06 09:49:45 Modified files: lib/libc/time : private.h strftime.c wcsftime.c Log message: enh@google reported a warning in crufty y2k code. just delete it. ok deraadt stsp CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/06 09:59:24 Modified files: lib/libc/crypt : bcrypt.c Log message: fix stupid commit CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/06 10:06:33 Modified files: lib/libc/crypt : arc4random.c Log message: missing NULL checks to see if init is needed. found hard way by deraadt. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2014/05/06 10:59:03 Modified files: sys/dev/mii : miidevs Log message: Add an entry for the Broadcom 53115 model found on the DSR-500. Okay miod@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2014/05/06 10:59:32 Modified files: sys/dev/mii : miidevs.h Log message: Regen after Broadcom 53115 addition. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2014/05/06 11:09:02 Modified files: sys/dev/mii : files.mii Added files: sys/dev/mii : brswphy.c Log message: Add support for the Broadcom PHY found on the Octeon-based DSR-500. This is an MI driver currently targeting only the BCM53115 model, but other Broadcom devices (specially from the 53XX family) can make use of it as well. The driver currently accounts just for the CPU port. The switch is left in dumb-mode. Further advanced switch control is in the works. Parts of this was inspired by looking at the b53 driver from the OpenWrt project. Thanks! Okay miod@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2014/05/06 11:11:16 Modified files: sys/arch/octeon/conf: GENERIC Log message: Enable brswphy(4) on the Octeon platform. Needed for proper networking on my DSR-500. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2014/05/06 11:20:39 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : brswphy.4 Log message: Add brswphy(4) manual page. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/06 11:54:50 Removed files: mail/p5-GetLive: Makefile distinfo mail/p5-GetLive/patches: patch-GetLive_pl patch-Manual mail/p5-GetLive/pkg: DESCR PLIST README Log message: Remove p5-GetLive, it's been declared EOL upstream after playing catchup with Hotmail/Live changes for years: http://sourceforge.net/p/getlive/news/2014/05/the-end-of-getlive---stay-tuned/ committing on behalf of merdely@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/06 11:55:59 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: add p5-GetLive, based on a diff from merdely@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/06 12:55:59 Modified files: net/gupnp/core : Makefile distinfo net/gupnp/core/pkg: PLIST Log message: update to gupnp-0.20.11 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/06 12:56:17 Added files: net/gupnp/core/patches: patch-libgupnp_gupnp-device_h patch-libgupnp_gupnp-service_h Log message: missed in previous CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/06 12:58:15 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/06 13:55:06 Modified files: lib/libcrypto/crypto/arch/amd64: Makefile.inc lib/libcrypto/crypto/arch/i386: Makefile.inc Log message: Sort CFLAGS, SRC and SSLASM stanzas by the directories they apply to, to make these files similar in layout to the other md Makefile.inc; no functional change. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/06 14:00:06 Modified files: gnu/usr.bin/gcc/gcc: protector.c protector.h Log message: Remove the ``addressable'' argument to search_string_def(). Turned out to be a bad idea, for it causes false positives, which then can cause ICE trying to protect narrower-than-int incoming arguments, if building with -fstack-protector-all. From etoh@'s gcc 3.4 tree, unbreaks -fstack-protector-all on m88k (well, maybe not completely, but it makes it compile more files, such as pf.c which contains functions receiving uint16_t arguments pushed on the stack due to the exhaustion of caller-saved registers). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/06 14:17:17 Modified files: lib/libssl/src/crypto/pkcs7: pk7_doit.c Log message: Make sure PKCS7_get_octet_string() return values are checked for NULL. Reported by David Ramos (and simultaneously to OpenSSL as PR#3339). ok beck@ logan@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/06 14:25:40 Removed files: lib/libssl/src/crypto/pqueue: pq_test.c Log message: Remove broken-by-design test CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/06 14:25:54 src/regress/lib/libcrypto/pqueue Update of /cvs/src/regress/lib/libcrypto/pqueue In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/regress/lib/libcrypto/pqueue Log Message: Directory /cvs/src/regress/lib/libcrypto/pqueue added to the repository CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/06 14:27:19 Modified files: regress/lib/libcrypto: Makefile Added files: regress/lib/libcrypto/pqueue: Makefile pq_test.c Log message: Add a fixed (read: non-SIGSEGV'ing) pq_test. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/06 14:32:11 Modified files: lib/libssl/src/crypto/pqueue: pqueue.c Log message: Assorted cleanups: - replace hardcoded sizes with sizeof() - pqueue_find() apparently used to need to keep track of the previous node when iterating, which causes its logic to be complicated. However, nowadays it only needs to iterate, so replace with a straightforward, much readable logic. - remove #if 0'ed code From ``sin'' from 2f30 dot org on tech@, thanks! CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/06 14:40:26 Modified files: regress/lib/libcrypto/pqueue: Makefile pq_test.c Added files: regress/lib/libcrypto/pqueue: expected.txt Log message: Make sure the stdout output is check, to confirm proper sorting. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/06 14:50:42 Modified files: bin/ps : fmt.c Log message: spell NULL as NULL CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/06 14:55:10 Modified files: bin/ls : print.c Log message: reallocarray CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/05/06 15:06:30 Log message: Import p5-lib-abs 0.93. lib::abs - "lib" that makes relative path absolute to caller. ok espie@ Status: Vendor Tag: landry Release Tags: landry_20140506 N ports/devel/p5-lib-abs/Makefile N ports/devel/p5-lib-abs/distinfo N ports/devel/p5-lib-abs/pkg/PLIST N ports/devel/p5-lib-abs/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/05/06 15:09:28 Log message: Import Dancer::Plugin::Thumbnail 0.10. Dancer plugin for easy thumbnails creation via GD. Makes thumbnail image from original file by chain of graphic operations (crop and resize). ok espie@ Status: Vendor Tag: landry Release Tags: landry_20140506 N ports/www/p5-Dancer-Plugin-Thumbnail/Makefile N ports/www/p5-Dancer-Plugin-Thumbnail/distinfo N ports/www/p5-Dancer-Plugin-Thumbnail/pkg/PLIST N ports/www/p5-Dancer-Plugin-Thumbnail/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/05/06 15:10:40 Modified files: www : Makefile devel : Makefile Log message: +p5-lib-abs,p5-Dancer-Plugin-Thumbnail CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/06 15:52:40 Modified files: lib/libssl/src/doc/apps: version.pod Log message: small fix from mancha1. currently unused file, but no harm fixing it. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2014/05/06 16:55:27 Modified files: lib/libc/stdio : mktemp.c Log message: We don't really need uniform distribution for mktemp(3) so use arc4random_buf() to avoid lots of arc4random() calls with a getpid() syscall for each one. We fetch 32 bytes of random data at a time which can handle up to 16 Xs. 16 Xs should be enough for anyone. Requested and OK deraadt@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/06 17:05:51 Modified files: etc : sysctl.conf Log message: don't give people bad ideas about pool_debug CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/06 17:17:13 Modified files: usr.bin/signify: signify.c Log message: factor max message size CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/05/06 17:19:20 Modified files: faq : upgrade55.html Log message: Network lag tester is time_t dependent. I speak, of course, of tetris(6)'s score file. Not sure how I missed this, but alex at flupzor dot nl apparently has more time on his hand^W^W^W^Wnetworks to test latency on than I have had lately. Thanks! CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/06 17:19:46 Modified files: usr.bin/signify: signify.c Log message: better alloc idiom CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2014/05/06 17:22:33 Modified files: gnu/gcc/gcc : cfgexpand.c common.opt Log message: Introduce -fstack-shuffle, which randomizes local stack variables. This will make the environment more hostile and help detect bugs that depend on overrunning one variable into another, with almost no performance cost. Discussed with Theo at m2k14 hackathon. "oh god yes" tedu@, "oh nice" djm@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/06 17:24:19 Modified files: usr.bin/signify: signify.c Log message: be more explicit about what's a string CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/06 17:27:51 Modified files: usr.bin/signify: signify.c Log message: factor out the safepath CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2014/05/06 17:32:34 Modified files: gnu/gcc/gcc : cfgexpand.c Log message: When the stack protector heuristics doesn't cover a function, leave a little pointer-sized gap before the return value. This protects from common off-by-one type of bugs and costs nothing: the attacker won't be able to overwrite return pointer. Developed at m2k14, thanks for the hackathon! CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/06 17:33:04 Modified files: usr.bin/signify: signify.c Log message: remove unneeded variable CVSROOT: /cvs Module name: www Changes by: martynas@cvs.openbsd.org 2014/05/06 17:36:41 Modified files: . : want.html Log message: Remove my requests; found some stuff on ebay. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/06 17:50:24 Modified files: devel/py-doit : Makefile distinfo devel/py-doit/pkg: PLIST Log message: Update to 0.25.0 CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/06 17:50:53 Modified files: usr.bin/signify: signify.c Log message: temp variable for a bit of clarity CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/06 18:04:14 Modified files: lib/libcrypto/crypto/arch/i386: Makefile.inc Log message: miod forgot about fcrypt_b.c being needed, before he went off to get his beauty sleep. He's probably having a nightmare about this right now.... ok tedu CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/06 18:38:59 Modified files: telephony/asterisk: Makefile telephony/asterisk/patches: patch-configure_ac Log message: Now that c-client no longer pulls in ssl/crypto itself via kerbV, patch Asterisk's configure script so it can find these required libs. No bump needed here as it didn't build previously since c-client's lib version was last bumped. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/05/06 18:55:54 Modified files: faq/ports : ports.html Log message: less ftp, and bump version, small part of a diff sent by tj at mrsk dot me CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/05/06 19:01:05 Modified files: faq/ports : ports.html Log message: use signify before untarring ports.tar.gz, from a larger diff by tj at mrsk dot me CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/06 19:14:21 Modified files: lib/libusbhid : parse.c Log message: use calloc. from Peter Malone CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/06 19:16:15 Modified files: usr.sbin/npppd/l2tp: l2tpd.c Log message: use calloc. from Peter Malone CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/06 19:20:53 Modified files: usr.sbin/npppd/l2tp: l2tp_ctrl.c Log message: calloc is simpler. suggested by Peter Malone and halex CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/06 19:23:52 Modified files: usr.sbin/snmpd : mib.c Log message: use calloc. from peter malone CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/06 19:27:42 Modified files: usr.bin/pkill : pkill.c Log message: calloc, from peter malone CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/06 19:31:25 Modified files: bin/ps : ps.c Log message: convert calloc to use reallocarray instead. ok millert CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/06 19:41:19 Modified files: sbin/sysctl : sysctl.c Log message: delete some crusty casts CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/06 19:49:36 Modified files: sbin/sysctl : sysctl.c Log message: missing word in error message. ok millert CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/06 20:23:54 Modified files: graphics/birdfont: Makefile distinfo graphics/birdfont/pkg: PLIST Removed files: graphics/birdfont/patches: patch-scripts_build_py Log message: Update to 0.37 Adds font size settings in the kerning tab, a new SVG parser, and bug fixes CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/05/06 20:46:05 Modified files: etc/rc.d : nsd Log message: pass daemon_flags to nsd-control when used to check/reload/stop nsd, the only useful option here is to specify an alternative config path, which must be used for these operations as well as for startup. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/05/06 20:47:18 Modified files: faq : upgrade55.html Log message: explicitly mention that _nsd uid/gid requires read access to zone files; found the hard way by Laurie Tratt - previously zonec would be run manually and quite often by a uid with higher privileges than the nsd daemon so some users will need to adjust permissions. attempt to clarify that nsd_flags takes nsd-control(8) options rather than nsd(8) options now; also mentioned by Laurie. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/06 20:57:41 Modified files: sys/ufs/ufs : inode.h Log message: Fix ext2fs atime and mtime handling that I broke from an airport lounge after n2k14. Prototype patch from zhuk@ ok zhuk@ krw@ tedu@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/05/07 02:07:53 Modified files: usr.sbin/npppd/npppd: parse.y Log message: Initialize struct iface by zero. Without this, npppd had used random configuration. from Anders Berggren. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/07 02:09:33 Modified files: sys/netinet : ip_icmp.c sys/netinet6 : icmp6.c Log message: Remove some m->m_pkthdr.rcvif dereference to help for upcoming receiving pointer -> index conversion. No functional change. ok chrisz@, jca@, mikeb@, lteo@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/07 02:11:57 Modified files: sysutils/monit : Makefile Added files: sysutils/monit/patches: patch-src_sendmail_c Log message: fix another crasher due tue 64-bit time-t; found and fixed by Brian Landy CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/07 02:14:50 Modified files: sysutils/monit : Tag: OPENBSD_5_5 Makefile Added files: sysutils/monit/patches: Tag: OPENBSD_5_5 patch-src_sendmail_c Log message: Unbreak sending alert mails due to 64-bit time_t mishandling. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/07 02:14:59 Modified files: sys/netinet : icmp6.h if_ether.c sbin/sysctl : sysctl.8 lib/libc/gen : sysctl.3 sys/netinet6 : nd6.c nd6.h Log message: Kill the {nd6_,}useloopback buttons, using the loopback interface for local traffic is not optional. ok mikeb@, stsp@, jca@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/07 02:17:21 Modified files: sys/dev/usb : ucycom.c uoaklux.c uoakrh.c uoakv.c utrh.c utwitch.c Log message: Make sure to call uhidev_close() upon detach for every HID driver calling uhidev_open() at attach time. This plugs up to 3 xfer leaks and a buffer one. ok yuo@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/07 02:26:38 Modified files: sys/netinet : in_pcb.c ip_input.c sys/nfs : nfs_boot.c Log message: Remove the last hacks concerning the global list of IPv4 addresses in the source address selection logic. These hacks were only relevant for the NFS diskless boot code in order to pick the local broadcast address of the only configured interface. So, be explicit and set this address directly. Tested by florian@, ok henning@, beck@, chrisz@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/05/07 02:31:30 Modified files: lib/libssl/src/crypto/engine: hw_cryptodev.c Log message: add additional includes from eng_cryptodev.c makes this compile with OPENSSL_NO_DEPRECATED defined. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/07 02:35:28 Modified files: www/firefox-esr: Tag: OPENBSD_5_5 Makefile distinfo www/firefox-esr/pkg: Tag: OPENBSD_5_5 PLIST Added files: www/firefox-esr/files: Tag: OPENBSD_5_5 all-openbsd.js Log message: update to firefox-esr-24.5.0, original commit by landry@ http://www.mozilla.org/en-US/firefox/24.5.0/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/07 02:35:57 Modified files: www/firefox-esr-i18n: Tag: OPENBSD_5_5 Makefile.inc distinfo Log message: sync with firefox-esr 24.5.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/07 03:10:15 Modified files: textproc/mupdf : Makefile textproc/mupdf/pkg: PLIST Added files: textproc/mupdf/patches: patch-Makefile Log message: Switch mupdf to a shared libary (not bothering with a static library for now; this port didn't build on static-only arch anyway). Unsupported upstream (http://bugs.ghostscript.com/show_bug.cgi?id=691887#c1) but the patch is easy to maintain, and there's a clear benefit: $ stat -f "%Z %N" mupdf* 25262988 mupdf-1.4.tgz 4619258 mupdf-1.4p0.tgz CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/05/07 04:52:47 Modified files: sbin/iked : ikev2.c Log message: factor out ikev2_ike_auth() (state machine; used multiple times via callbacks) from ikev2_ike_auth_recv() code (message parsing; used once); ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/07 04:59:54 Modified files: databases/puppetdb: Makefile distinfo databases/puppetdb/patches: patch-Rakefile patch-ext_files_config_ini patch-ext_files_puppetdb_env databases/puppetdb/pkg: PLIST-main PLIST-plugin README-main puppetdb.rc Log message: - update to puppetdb-2.0.0 * http://docs.puppetlabs.com/puppetdb/latest/release_notes.html#section - when upgrading, please merge your log4j.properties into logback.xml CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/07 05:39:16 Modified files: math/veusz : Makefile distinfo math/veusz/pkg : PLIST Log message: Update to 1.21 Selected changelog: Add HDF5 saved document format, master color setting for xy point and nonorthpoint plot, more accurate axis tick label bounding boxes, and switching to scientific notation earlier when showing float settings, along with bug fixes. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/07 05:52:50 Modified files: devel/ruby-rspec/specinfra: Makefile distinfo devel/ruby-rspec/specinfra/pkg: PLIST Log message: update to specinfra-1.10.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/07 05:53:01 Modified files: devel/ruby-rspec/serverspec: Makefile distinfo devel/ruby-rspec/serverspec/pkg: PLIST Log message: update to serverspec-1.5.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/05/07 06:17:29 Modified files: audio/puddletag: Makefile audio/puddletag/pkg: DESCR Log message: Mention that chromaprint can be installed to use the AcoustID database for tracks fingerprinting so that tags are automatically filled. Not added to RDEP as it adds ffmpeg as a dependency. From Nils R. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/05/07 06:37:05 Modified files: bin/ln : ln.c Log message: Remove the undocumented and ineffective -F option (force hard link to directory). This doesn't reduce functionality but merely results in a better error message when trying to use the option, and it simplifies the code. The -f option first appeared in AT&T Version 7 UNIX (1979), and Keith Bostic renamed it to -F for 4.3BSD-Reno in 1990 because it conflicted with System V and POSIX. Meanwhile, NetBSD, FreeBSD, and DragonFly removed it, too. From Tristan Le Guern . OK guenther@ krw@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/05/07 06:57:13 Modified files: sbin/iked : ca.c iked.h ikev2.c Log message: make authentication work with X509 certificates that don't have a subject-altname, i.e. support IKEV2_ID_ASN1_DN correctly; feedback & ok mikeb@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/05/07 07:04:01 Modified files: sbin/iked : ikev2_msg.c Log message: print msgid for debugging; ok reyk & mikeb CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/05/07 07:09:44 Modified files: sbin/iked : pfkey.c Log message: try postponed requests first, so we do in-order processing; ok mikeb@ CVSROOT: /cvs Module name: src Changes by: pelikan@cvs.openbsd.org 2014/05/07 07:20:47 Modified files: usr.sbin/dhcpd : dhcpd.c dhcpd.h icmp.c Log message: back out the previous ICMP simplifying diff, it caused livelocks. reported by Mikolaj Kucharski, thanks! ok krw CVSROOT: /cvs Module name: www Changes by: jca@cvs.openbsd.org 2014/05/07 07:38:43 Modified files: faq : current.html Log message: Fix date for the bcrypt minor version bump. From vigdis at chown dot me. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/07 07:45:29 Modified files: lib/libssl/src/crypto/bn: bn_lib.c Log message: revert, thanks sthen CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/05/07 08:11:24 Modified files: usr.bin/mandoc : man.c Log message: Do not segfault in makewhatis -Q if the next .SH after .SH NAME does not have any arguments. Crash found by nigel@ in kermit(1). CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2014/05/07 08:44:54 Modified files: sys/arch/octeon/dev: cn30xxgmx.c octrng.c octrtc.c Log message: Fix whitespace mistakes. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/07 08:56:57 Modified files: bin/pax : options.c tables.c Log message: use reallocarray. ok guenther CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/07 08:59:11 Modified files: sbin/pfctl : pfctl_radix.c Log message: consolidate some code by using reallocarray in all cases. ok deraadt millert CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2014/05/07 09:08:52 Modified files: www/midori : Makefile www/midori/pkg : PLIST Log message: Add PFRAG.no-gtk3 to PLIST. Help and OK landry@. OK sthen@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/05/07 09:10:33 Modified files: usr.bin/mandoc : mandocdb.c Log message: Fix two memory leaks in makewhatis -n: 1. As found by nigel@, names_check() requires database access. 2. Do not leak names and strings in -n mode. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/07 09:34:08 Modified files: editors/libreoffice: Makefile Log message: remove java workaround for i386 CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2014/05/07 09:42:16 Modified files: databases/architect: Makefile databases/db/v4: Makefile databases/jxplorer: Makefile databases/postgresql-jdbc: Makefile databases/postgresql-jdbc/pkg: PLIST-docs devel/apache-ant: Makefile devel/cmake : Makefile devel/cmake/patches: patch-Modules_CMakeDetermineJavaCompiler_cmake patch-Modules_FindJNI_cmake devel/commons-io: Makefile devel/eclipse/sdk: Makefile devel/hudson : Makefile devel/intellij : Makefile devel/jakarta-servletapi: Makefile devel/jdk : Makefile java.port.mk devel/jdk/1.7 : Makefile devel/jdk/1.7/pkg: PLIST-jre PLIST-main devel/jenkins/devel: Makefile devel/jenkins/stable: Makefile devel/maven : Makefile devel/netbeans : Makefile editors/libreoffice: Makefile geo/jeoip : Makefile geo/josm : Makefile graphics/opencv: Makefile java/asm : Makefile java/asm/pkg : PLIST java/jBCrypt : Makefile java/java-getopt: Makefile java/java-getopt/pkg: PLIST java/jna : Makefile java/junit : Makefile java/tanukiwrapper: Makefile lang/abcl : Makefile lang/clojure : Makefile lang/kawa : Makefile lang/processing: Makefile lang/scala : Makefile net/apache-activemq: Makefile net/unifi : Makefile productivity/projectlibre: Makefile productivity/thinkingrock: Makefile textproc/link-grammar: Makefile textproc/stringtemplate: Makefile textproc/xerces: Makefile www/tomcat : Makefile.inc x11/kde4/kross-interpreters: Makefile Log message: - Unlink jdk/1.6 and make jdk/1.7 the default jdk for all java ports - Adjust java.port.mk and cmake to use 1.7 - Adjust jdk/1.7 for pkg_add upgrades okay sthen@, jasper@, ajacoutot@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/05/07 10:18:57 Modified files: usr.bin/mandoc : mandocdb.c Log message: Render roff escape sequences contained in manual page descriptions before putting them into the mpages table. Issue found by bentley@ in OpenBSD::Getopt(3p). CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/07 11:41:41 Modified files: lib/libssl/src/crypto/evp: c_allc.c c_alld.c Log message: KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/07 11:42:51 Modified files: lib/libssl/src/crypto/evp: p5_crpt.c p5_crpt2.c p_dec.c p_enc.c p_lib.c p_open.c p_seal.c p_sign.c p_verify.c pmeth_fn.c pmeth_gn.c pmeth_lib.c Log message: KNF. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/07 12:04:57 Modified files: mail : Makefile Log message: -p5-GetLive CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/07 12:10:27 Modified files: www/syweb : Makefile www/syweb/pkg : MESSAGE PLIST Log message: point users at rrdtool's pkg-readme to install rrdtool in chroot, now that cairo is needed it's a little more complicated than before. @comment syweb's install_rrdtool script which is no longer needed. pointed out by Giancarlo Razzolini. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/07 12:13:09 Modified files: net/rrdtool : Makefile net/rrdtool/pkg: README-main Log message: tweak README, just talk about "a chrooted web server" rather than being specific. CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2014/05/07 12:28:38 Modified files: distrib/sets/lists/xbase: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/07 12:51:33 Modified files: gnu/usr.bin/gcc/gcc: function.c Log message: Match search_string_def() prototype change, forgotten in previous protector.[ch] commit. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/07 12:55:52 Modified files: sbin/disklabel : disklabel.8 Log message: jmc@ points out '-F/-f' are available only in conjunction with '-E' and '-R'. CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2014/05/07 14:07:59 Modified files: lib/libc/stdlib: malloc.c Log message: comment style fix ok crickets@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/07 14:52:06 Modified files: www/squid : Makefile.inc www/squid/snapshot: Makefile distinfo www/squid/snapshot/patches: patch-configure_ac patch-src_cf_data_pre patch-src_client_side_reply_cc www/squid/stable: Makefile distinfo www/squid/stable/patches: patch-src_cf_data_pre Removed files: www/squid/snapshot/patches: patch-src_Makefile_am www/squid/stable/patches: patch-configure_ac patch-src_Makefile_am patch-src_tunnel_cc Log message: update squid/stable to 3.4.5 and squid/snapshot to 20140506-r13398. use ports/lang/gcc to build snapshot, squid will be moving to requiring c++11 so let's build this with it already to get more experience. squid/stable stays with base gcc for most arch for now. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/07 15:06:05 Modified files: lib/libssl/src/crypto/bn: bn_lib.c Log message: in BN_clear_free, don't cleanse the data if the static data flag is set. much debugging work done by otto. ok miod otto. side note: BN_FLG_STATIC_DATA doesn't actually mean the data is static. it's also used to indicate the data may be secretly shared behind your back as a sort of poor man's refcounting, but without the refcounting. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/07 15:09:03 Modified files: lib/libssl/src/crypto/bn: bn_lib.c Log message: with the first bug it uncovered fixed, clear all bignums again. i've never worked on codebase so resistant to efforts to improve it. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/07 15:18:53 Modified files: lib/libssl/src/crypto/ec: ec_asn1.c Log message: don't free memory unless we allocated it. reported to openssl by David Ramos (rt 3338) stealing commit from logan, who's run away. ok miod. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/05/07 15:20:06 Modified files: usr.sbin/vipw : vipw.c Log message: Repair the termination condition of a write(2) loop. Since _PATH_MASTERPASSWD_LOCK is on a local file system in any sane setup and written to in blocking mode, i don't see how write(2) could return before having written everything, so this maybe wasn't an actual bug, but it should be repaired anyway, if only for clarity and extra safety. From Ben Cornett ; ok millert@. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/07 15:32:19 Modified files: lib/libssl/src/apps: apps.c apps.h s_client.c s_server.c Log message: less than jpake CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2014/05/07 15:42:50 Modified files: usr.bin/compress: zmore zmore.1 Log message: When you want more, you say "more". When you want less, you say "less". When you don't get what you asked for, you get angry. When you add a tiny bit, it should be "more" or "less" still, or you'll get angry. So lets make zmore(1) call more(1) and zless(1) call less(1), as it's supposed to be. okay and input from ingo@, no objections from author AKA millert@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/07 15:57:00 Modified files: infrastructure/bin: portcheck Log message: Tweak IFS handling in portcheck(1), based on input from Andres Perera for another tool. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/07 16:05:48 Modified files: lib/libssl/src/crypto/modes: cbc128.c ccm128.c cfb128.c ctr128.c gcm128.c modes_lcl.h ofb128.c xts128.c lib/libssl/src/crypto/sha: sha512.c Log message: Get __STRICT_ALIGNMENT from and decide upon it, rather than defining it for not (i386 and amd64 (and sometimes s390)) only. Compile-time tests remain compile-time tests, and runtime-test remain runtime-test instead of being converted to compile-time tests, per matthew@'s explicit demand (rationale: this makes sure the compiler checks your code even if you won't run it). No functional change except on s390 (which we don't run on) and vax (which we run on, but noone cares about) ok matthew@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/07 16:27:06 Modified files: infrastructure/bin: portcheck Log message: Add GLib2 XML schema @exec/@unexec-delete hooks checks, similar to MIME packages handling. Suggested by kirby@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/07 16:27:21 ports/tests/portcheck/t11 Update of /cvs/ports/tests/portcheck/t11 In directory cvs.openbsd.org:/tmp/cvs-serv21387/t11 Log Message: Directory /cvs/ports/tests/portcheck/t11 added to the repository CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/07 16:27:25 ports/tests/portcheck/t11/pkg Update of /cvs/ports/tests/portcheck/t11/pkg In directory cvs.openbsd.org:/tmp/cvs-serv31716/t11/pkg Log Message: Directory /cvs/ports/tests/portcheck/t11/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/07 16:28:05 Modified files: tests/portcheck: Makefile Added files: tests/portcheck: t11.sample tests/portcheck/t11: Makefile tests/portcheck/t11/pkg: PLIST-exec PLIST-main PLIST-nodep PLIST-noexec PLIST-nounexec PLIST-unexec PLIST-wrong Log message: Add tests for GLib2 XML schema handling. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2014/05/07 19:05:50 Modified files: lang/nimrod : Makefile distinfo lang/nimrod/patches: patch-compiler_extccomp_nim patch-config_nimrod_cfg patch-lib_posix_posix_nim lang/nimrod/pkg: PLIST Added files: lang/nimrod/patches: patch-csources_build_sh patch-csources_c_code_7_1_posix_posix_c patch-csources_c_code_7_1_stdlib_posix_c patch-csources_c_code_7_2_posix_posix_c patch-csources_c_code_7_2_stdlib_posix_c Removed files: lang/nimrod/patches: patch-build_3_1_posix_c patch-build_3_2_posix_c patch-build_sh patch-install_sh Log message: Update nimrod to 0.9.4. Major Makefile overhaul. ok juanfra@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/07 22:15:21 Modified files: net/gnugk : Makefile distinfo net/gnugk/patches: patch-configure Removed files: net/gnugk/patches: patch-gkauth_cxx Log message: Update to gnugk-3.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/07 22:49:56 Modified files: print/foo2zjs : Makefile distinfo print/foo2zjs/patches: patch-getweb_in Log message: Update to foo2zjs-20140504. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/05/07 23:53:29 Modified files: usr.bin/tmux : style.c Log message: Handle colour 8 properly in the 256 colour palette, from Timothy Allen. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/05/08 00:03:30 Modified files: usr.bin/tmux : layout.c tmux.h window.c Log message: Both the two previous ways of navigating panes by direction have irritating flaws: a) The old way of always using the top or left if the choice is ambiguous is annoying when the layout is unbalanced. b) The new way of remembering the last used pane is annoying if the layout is balanced and the leftmost is obvious to the user (because clearly if we go right from the top-left in a tiled set of four we want to end up in top-right, even if we were last using the bottom-right). So instead, use a combination of both: if there is only one possible pane alongside the current pane, move to it, otherwise choose the most recently used of the choice. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/05/08 00:06:07 Modified files: usr.bin/tmux : cmd-find-window.c Log message: Plug a memory leak, from J Raynor. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/08 00:22:07 Modified files: usr.bin/compress: zmore.1 Log message: +.Xr less 1 , CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/08 00:24:14 Modified files: usr.bin/less : less.1 Log message: - update DESCRIPTION and COMPATIBILITY WITH MORE - Xr more 1 ok millert schwarze CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/08 00:50:50 Modified files: usr.bin/less : less.1 Log message: whack some useless verbiage from DESCRIPTION, and merge some of it into the env vars section; tidy up the env vars section and remove the commented out stuff which relataes mainly to less on other systems; CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/08 01:02:33 Modified files: infrastructure/bin: portcheck Log message: Check for hardcoded paths in Makefiles, too. Inspired by a not-yet-committed sumbmission on ports@ (hint! hint!). CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/08 01:02:59 Modified files: tests/portcheck/t8: Makefile tests/portcheck: t8.sample Log message: Test for hardcoded paths in Makefile. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/05/08 01:48:43 Modified files: devel/py-hgtools: Makefile distinfo Log message: Update py-hgtools to 6.0. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/05/08 01:54:47 Modified files: usr.bin/tmux : window-choose.c tmux.h tty-keys.c Log message: Instead of forcing mouse scroll to 1 in choose mode, scale it down instead. Means modifier keys still increase the line count, just not as much. Based on a diff from Marcel Partap. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/05/08 01:59:16 Modified files: usr.bin/tmux : input-keys.c Log message: Send up and down keys for mouse wheel in alternate screen mode (when it normally does nothing), from Marcel Partap. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/08 02:18:51 Modified files: security/clamav: Makefile distinfo security/clamav/patches: patch-clamd_Makefile_in patch-database_Makefile_in patch-etc_clamd_conf_sample patch-libclamav_Makefile_in patch-libclamav_mbox_c patch-libclamav_ole2_extract_c patch-libclamav_str_c patch-libclamav_vba_extract_c patch-unit_tests_Makefile_in security/clamav/pkg: PLIST Log message: update to clamav 0.98.3 (there appears to have been no 0.98.2) - license is updated to GPLv2 + openssl exemptions. notably: "Change to circumvent possible denial of service when processing icons within specially crafted PE files. Icon limits are now in place with corresponding clamd and clamscan configuration parameters." also: - support for common raw disk image formats - experimental support of OpenIOC files in the signature database location ("No OpenIOC files will be delivered through freshclam") - IPv6 now supported on all network sockets - use OpenSSL file hash functions - improved detection of malware scripts within image files - pattern matcher improvements - opt-in collection of statistics (--enable-stats / StatsEnabled) - NOT default - various other fixes and improvements libclamav major bump. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/08 02:44:42 Modified files: security/clamav: Tag: OPENBSD_5_5 Makefile distinfo security/clamav/patches: Tag: OPENBSD_5_5 patch-clamd_Makefile_in patch-database_Makefile_in patch-etc_clamd_conf_sample patch-libclamav_Makefile_in patch-libclamav_mbox_c patch-libclamav_ole2_extract_c patch-libclamav_str_c patch-libclamav_vba_extract_c patch-unit_tests_Makefile_in security/clamav/pkg: Tag: OPENBSD_5_5 PLIST Log message: MFC update to clamav 0.98.3 - "Change to circumvent possible denial of service when processing icons within specially crafted PE files. Icon limits are now in place with corresponding clamd and clamscan configuration parameters." libclamav major bump - ports with a library dependency (mail/dspam, www/c-icap/modules, www/havp) will need rebuilding. License is updated to GPLv2 + openssl exemptions. CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2014/05/08 03:27:47 ports/audio/siren Update of /cvs/ports/audio/siren In directory cvs.openbsd.org:/tmp/cvs-serv24215/siren Log Message: Directory /cvs/ports/audio/siren added to the repository CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/08 03:28:08 Modified files: sbin/route : route.c show.c sys/net : route.h usr.bin/netstat: netstat.1 show.c Log message: Introduce two new route flags: RTF_LOCAL and RTF_BROADCAST. Nothing use them for the moment, but here is the plan: Since a route lookup is always necessary to output a packet it makes sense to store all the information regarding how the packet should be sent in the routing entry. This will save us some expensive lookups on address lists. But once we have all the information about our addresses in the routing table, we can even use it in the input path with the hope that the number of lookups in the forwarding case can be reduce to one. ok henning@, chris@ CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2014/05/08 03:28:07 ports/audio/siren/pkg Update of /cvs/ports/audio/siren/pkg In directory cvs.openbsd.org:/tmp/cvs-serv23727/pkg Log Message: Directory /cvs/ports/audio/siren/pkg added to the repository CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/08 03:30:48 Modified files: share/man/man4 : route.4 Log message: Sync flags with route.h CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/08 03:33:17 Modified files: x11/gnome/shell: Makefile x11/gnome/shell/patches: patch-src_shell-global_c Log message: Fix segfault. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/08 03:45:07 Modified files: x11/gnome/shell: Makefile x11/gnome/shell/patches: patch-src_shell-global_c Log message: Don't append blank args. CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2014/05/08 03:51:30 Modified files: audio : Makefile Added files: audio/siren : Makefile distinfo audio/siren/pkg: DESCR PLIST Log message: Add audio/siren: a text-based audio player by Tim van der Molen help and ok sthen, bcallah, landry CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2014/05/08 04:15:31 Modified files: audio/siren : Makefile Log message: Drop "a" from COMMENT. Siren is ISC-licensed, not BSD-licensed, say so in the PERMIT_PACKAGE_CDROM comment. found by ajacoutot CVSROOT: /cvs Module name: src Changes by: giovanni@cvs.openbsd.org 2014/05/08 06:59:17 Modified files: lib/libssl/src/crypto/ec: ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c lib/libssl/src/crypto/engine: eng_list.c Log message: kill some more VMS ifdefs ok miod@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2014/05/08 07:04:28 Modified files: usr.sbin/snmpd : proc.c Log message: Bring back restricted sockets, inadvertantly removed in previous proc.c update ok reyk@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/08 07:08:43 Modified files: usr.bin/telnet : telnet.1 share/man/man5 : hosts.5 networks.5 share/man/man4 : netintro.4 sbin/mountd : exports.5 usr.sbin/arp : arp.8 Log message: inet(3) -> inet_net(3); CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2014/05/08 07:08:49 Modified files: usr.sbin/relayd: proc.c relayd.c relayd.h Log message: match relayd proc.c infrastructure with snmpd okay reyk@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2014/05/08 07:11:16 Modified files: sbin/iked : iked.c iked.h proc.c Log message: match iked proc.c infrastructure with proc.c ok reyk@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/08 07:20:49 Modified files: lib/libssl/src/crypto/bn: bn.h bn_add.c bn_asm.c bn_blind.c bn_const.c bn_ctx.c bn_depr.c bn_div.c bn_err.c bn_exp.c bn_exp2.c bn_gcd.c bn_gf2m.c bn_kron.c bn_lcl.h bn_lib.c bn_mod.c bn_mont.c bn_mpi.c bn_mul.c bn_prime.c bn_prime.h bn_print.c bn_rand.c bn_recp.c bn_shift.c bn_sqr.c bn_sqrt.c bn_word.c bn_x931p.c Log message: Emergency knfectomie requested by tedu@. CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2014/05/08 07:31:01 Modified files: sys/arch/luna88k/dev: pcex.c sys/arch/luna88k/luna88k: mainbus.c share/man/man4/man4.luna88k: pcexmem.4 Log message: The pcexmem(4) and pcexio(4) should be attached on LUNA-88K2 only. Actually, there seems to be no PC-9801 extension board slot on 'original' LUNA-88K. ok miod@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/08 07:41:18 Modified files: net/telepathy/telepathy-gabble: Makefile distinfo net/telepathy/telepathy-gabble/pkg: PLIST Log message: update to telepathy-gabble-0.18.3 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/08 07:48:37 Modified files: lib/libssl/src/crypto/bn: bn_nist.c Log message: knfectomie. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/08 08:00:52 Modified files: sys/dev/usb : ehci.c uhci.c Log message: Plug one more xfer leak. Now that aborting interrupt pipes does not prevent us from freeing the associated xfer, make sure to flag this xfer as "done" even if there's no need to abort it in hardware. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/08 08:36:49 Modified files: net/ircd-hybrid: Makefile distinfo net/ircd-hybrid/patches: patch-doc_reference_conf patch-include_defaults_h patch-src_ircd_c patch-src_rsa_c net/ircd-hybrid/pkg: PLIST ircd_hybrid.rc Log message: Upgrade to ircd-hybrid 8.1.17. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/08 08:37:43 Modified files: mail/postfix/stable: Makefile distinfo Log message: Update to Postfix 2.11.1. ok sthen@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2014/05/08 08:48:31 Modified files: usr.sbin/snmpctl: snmpclient.c Log message: Pretty print MIB_ipNetToMediaPhysAddress'es; ok blambert CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/08 09:13:06 Modified files: lib/libssl/src/crypto/evp: e_aes.c e_aes_cbc_hmac_sha1.c e_bf.c e_camellia.c e_cast.c e_chacha.c e_des.c e_des3.c e_idea.c e_null.c e_old.c e_rc2.c e_rc4.c e_rc4_hmac_md5.c e_rc5.c e_xcbc_d.c Log message: KNF. CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2014/05/08 09:28:57 Modified files: usr.sbin/relayd: relayd.c Log message: remove debug prints that snuck in; found by reyk@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/08 09:29:00 Modified files: lib/libssl/src/crypto/evp: e_aes.c e_des3.c Log message: Nuke OPENSSL_FIPS - having #ifdefs inside a #ifndef for the same thing is amusing. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/08 09:38:00 Modified files: devel/py-country: Makefile distinfo Removed files: devel/py-country/patches: patch-src_pycountry_db_py Log message: Update to py-country-1.6. Enable regress tests. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/08 09:39:49 Modified files: infrastructure/bin: portcheck Log message: kirby@ pointed out that GLib schema presence should result in devel/dconf, not devel/glib2. Adjust checks accordingly. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/08 09:41:56 Modified files: infrastructure/bin: portcheck Log message: Make it more clear that devel/gettext is preferred as member of MODULES rather than RUN_DEPENDS. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/08 09:42:26 Modified files: lib/libssl/src/crypto/evp: evp_acnf.c evp_enc.c evp_err.c evp_key.c evp_lib.c evp_pbe.c evp_pkey.c Log message: KNF. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/08 09:42:53 ports/tests/portcheck/t12 Update of /cvs/ports/tests/portcheck/t12 In directory cvs.openbsd.org:/tmp/cvs-serv27011/t12 Log Message: Directory /cvs/ports/tests/portcheck/t12 added to the repository CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/08 09:42:57 ports/tests/portcheck/t12/pkg Update of /cvs/ports/tests/portcheck/t12/pkg In directory cvs.openbsd.org:/tmp/cvs-serv23175/t12/pkg Log Message: Directory /cvs/ports/tests/portcheck/t12/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/08 09:44:43 Modified files: tests/portcheck: Makefile t11.sample t5.sample tests/portcheck/t11: Makefile Added files: tests/portcheck: t12.sample tests/portcheck/t12: Makefile tests/portcheck/t12/pkg: PLIST-exec PLIST-main PLIST-noexec PLIST-nounexec PLIST-unexec PLIST-wrong Removed files: tests/portcheck/t11/pkg: PLIST-nodep Log message: Adjust tests after recent changes, including separate tests for the case of correct devel/dconf dependency. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/08 09:46:24 Modified files: lib/libssl/src/crypto/evp: e_des3.c Log message: Remove KSSL debug code. "fire bomb" tedu@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/08 09:48:41 Modified files: usr.bin/mg : theo.c Log message: protip: "It's largely bad style to do (int)sizeof" amusingly, theo phrased this with considerably more restraint than i did. CVSROOT: /cvs Module name: src Changes by: andre@cvs.openbsd.org 2014/05/08 09:55:32 Modified files: regress/usr.sbin/relayd: args-http-filter-url-file.in args-http-filter-url-file.pl Log message: Adjust this test contents from path keytype to url keytype to match the name of the test file. ok reyk CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/08 10:01:06 Modified files: lib/libssl/src/crypto/evp: m_dss.c m_dss1.c m_ecdsa.c m_md4.c m_md5.c m_mdc2.c m_null.c m_ripemd.c m_sha.c m_sha1.c m_sigver.c m_wp.c Log message: KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/08 10:05:38 Modified files: lib/libssl/src/crypto/evp: m_dss.c m_dss1.c m_ecdsa.c m_md4.c m_md5.c m_mdc2.c m_null.c m_ripemd.c m_sha.c m_sha1.c m_wp.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/05/08 10:11:06 Modified files: usr.sbin/relayd: parse.y Log message: fail for unsupported node action/type combinations. Also fail for the unsupported mark/marked combination in a single rule. ok andre@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/05/08 10:11:34 Modified files: databases : Makefile Log message: Unlink ruby-datamapper OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/05/08 10:12:23 Removed files: databases/ruby-datamapper: Makefile Makefile.inc databases/ruby-datamapper/aggregates: Makefile distinfo databases/ruby-datamapper/aggregates/pkg: DESCR PLIST databases/ruby-datamapper/constraints: Makefile distinfo databases/ruby-datamapper/constraints/pkg: DESCR PLIST databases/ruby-datamapper/core: Makefile distinfo databases/ruby-datamapper/core/pkg: DESCR PLIST databases/ruby-datamapper/data_mapper: Makefile distinfo databases/ruby-datamapper/data_mapper/pkg: DESCR PLIST databases/ruby-datamapper/migrations: Makefile distinfo databases/ruby-datamapper/migrations/pkg: DESCR PLIST databases/ruby-datamapper/serializer: Makefile distinfo databases/ruby-datamapper/serializer/patches: patch-_metadata databases/ruby-datamapper/serializer/pkg: DESCR PLIST databases/ruby-datamapper/sweatshop: Makefile distinfo databases/ruby-datamapper/sweatshop/pkg: DESCR PLIST databases/ruby-datamapper/timestamps: Makefile distinfo databases/ruby-datamapper/timestamps/pkg: DESCR PLIST databases/ruby-datamapper/transactions: Makefile distinfo databases/ruby-datamapper/transactions/pkg: DESCR PLIST databases/ruby-datamapper/types: Makefile distinfo databases/ruby-datamapper/types/patches: patch-_metadata databases/ruby-datamapper/types/pkg: DESCR PLIST databases/ruby-datamapper/validations: Makefile distinfo databases/ruby-datamapper/validations/pkg: DESCR PLIST Log message: Remove databases/ruby-datamapper and subdirs These used version 1.0.2 which is about four years out of date, and development stopped with 1.2.0 a couple years ago. Nothing in the tree depends on these anymore. No quirks addition for this removal, as there are 11 subdirs each buildable with 6 different ruby interpreters (with different package names per interpreter), and this doesn't warrant the addition of 66 quirks. OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/05/08 10:13:36 Modified files: www/ruby-addressable: Makefile Log message: Remove now unnecessary comment CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/08 10:18:49 Modified files: net/p5-Net-DNS-SEC: Makefile distinfo net/p5-Net-DNS-SEC/pkg: PLIST Log message: update to p5-Net-DNS-SEC-0.18, ok gsoares@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/08 10:20:18 Modified files: www/py-webob : Makefile distinfo www/py-webob/pkg: PLIST Log message: Update to 1.3.1 ok benoit@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/08 10:21:16 Modified files: games/mnemosyne: Makefile distinfo games/mnemosyne/patches: patch-setup_py games/mnemosyne/pkg: PLIST Log message: Update to 2.3 Take MAINTAINER. ok benoit@ CVSROOT: /cvs Module name: www Changes by: florian@cvs.openbsd.org 2014/05/08 10:40:07 Modified files: build : mirrors.dat Log message: Add ftp.hostserver.de, frankfurt, germany. Handholding & OK sthen@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/08 10:46:47 Modified files: distrib/miniroot: install.sub Log message: "Server?" -> "HTTP Server?" to allow unambiguous auto-install handling. Confusion with "NTP Server?" reported by Xavier Claude via misc@. ok rpe@ halex@ CVSROOT: /cvs Module name: www Changes by: florian@cvs.openbsd.org 2014/05/08 10:53:01 Modified files: . : anoncvs.html ftp.html ftplist openbgpd : ftp.html openntpd : ftp.html portable.html openssh : ftp.html portable.html Log message: regen CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/08 11:07:46 Modified files: infrastructure/bin: portcheck Log message: GLib2 XML schemas mean not only run-time dependency, but devel/dconf in MODULES, ever. A few ports are missing devel/dconf in MODULES, to be fixed in a few minutes. prodding from ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/08 11:10:10 Modified files: tests/portcheck: t11.sample t12.sample tests/portcheck/t12: Makefile Added files: tests/portcheck/t12/pkg: PLIST-nodep Log message: Adjust test output and add a test for RDEP-but-no-MODULES case for devel/dconf. CVSROOT: /cvs Module name: www Changes by: florian@cvs.openbsd.org 2014/05/08 11:16:44 Modified files: build/mirrors : cvsync.html.head Log message: Update source file to rev 1.111 of cvsync.html: Log message: some long needed cleanups beating sthen@ to it CVSROOT: /cvs Module name: www Changes by: florian@cvs.openbsd.org 2014/05/08 11:17:25 Modified files: . : cvsync.html Log message: regen CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/08 11:19:58 Modified files: geo/emerillon : Makefile Log message: Missing devel/dconf in MODULES. Tested on i386. Spotted while testing portcheck improvements. okay ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/08 11:24:48 Modified files: japanese/gwaei : Makefile Log message: Missing devel/dconf in MODULES. Packaging checked on i386. Spotted while testing portcheck improvements. okay ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/08 11:28:42 Modified files: www/liferea : Makefile Log message: Missing devel/dconf in MODULES. Packaging checked on i386. Spotted while testing portcheck improvements. okay ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/08 11:38:03 Modified files: x11/gnome/gedit-plugins: Makefile Log message: Missing devel/dconf in MODULES. Packaging checked on i386. Spotted while testing portcheck improvements. okay ajacoutot@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/08 11:38:12 Modified files: etc/etc.landisk: MAKEDEV.md Log message: Remove irrelevant devices from the ramdisk target; spotted by deraadt CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/08 11:38:40 Modified files: etc/etc.landisk: MAKEDEV Log message: regen CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/08 11:51:57 Modified files: x11/gnome/settings-daemon: Makefile Log message: Missing devel/dconf in MODULES. Packaging checked on i386. Spotted while testing portcheck improvements. okay ajacoutot@ CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2014/05/08 11:59:28 Modified files: sys/arch/i386/conf: Makefile.i386 sys/arch/amd64/conf: Makefile.amd64 Log message: Enable -Wno-format in the kernel on i386 & amd64 ok jsg@ "go for it" kettenis@ CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2014/05/08 12:09:22 Modified files: sys/dev/pci : ahc_pci.c Log message: Format string fix in disabled code. Format bus_space_handle_t with %xl, cast bus_space_tag_t to (u_long) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/08 12:58:47 Modified files: gnu/usr.bin/gcc/gcc: c-format.c Log message: Recognize `t' as a valid format modifier for kprintf-style format strings. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/08 13:06:07 Modified files: sys/arch/vax/mscp: mscp_disk.c sys/arch/vax/vax: ka43.c ka650.c ka670.c pmap.c Log message: Format string fixes. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/08 13:06:35 Modified files: sys/arch/vax/conf: Makefile.vax Log message: No longer build vax kernels with -Wno-format. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/08 13:59:19 Modified files: lib/libssl/src/crypto/whrlpool: wp_block.c Log message: Replace hand-crafted STRICT_ALIGNMENT with system provided __STRICT_ALIGNMENT. Forgotten during yesterday's STRICT_ALIGNMENT cleanup commit. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/05/08 14:08:50 Modified files: sys/uvm : uvm_aobj.c uvm_fault.c uvm_object.c uvm_object.h uvm_pager.c uvm_swap.c uvm_vnode.c Log message: Fix some potential integer overflows caused by converting a page number into an offset/size/address by shifting by PAGE_SHIFT. Make uvm_objwrire/unwire use voff_t instead of off_t. The former is the right type here even if it is equivalent to the latter. Inspired by a somewhat similar changes in Bitrig. ok deraadt@, guenther@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/08 14:23:19 Modified files: databases/db : Makefile.inc Log message: re-enable java subpackage on i386 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/08 14:46:49 Modified files: sys/arch/alpha/alpha: api_up1000.c cpu.c dec_1000a.c dec_2100_a50.c dec_3000_300.c dec_3000_500.c dec_550.c dec_6600.c dec_alphabook1.c dec_axppci_33.c dec_eb164.c dec_eb64plus.c dec_kn20aa.c dec_kn300.c fp_complete.c machdep.c sys/arch/alpha/conf: Makefile.alpha sys/arch/alpha/pci: pci_kn20aa.c pci_kn300.c tsp_bus_mem.c tsp_dma.c Log message: Format string fixes for alpha kernels, and remove -Wno-format CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/08 14:49:41 Modified files: security/libscrypt: Makefile distinfo security/libscrypt/patches: patch-Makefile patch-main_c Log message: update to libscrypt 1.19, from maintainer LEVAI Daniel, edited by me to bump shlib major as the function libscrypt_hexconvert is no longer exported CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/08 15:17:01 Modified files: sys/dev : flash.c sys/arch/arm/arm: arm32_machdep.c db_machdep.c disassem.c fault.c pmap7.c sys/arch/arm/xscale: pxa2x0_gpio.c pxa2x0_intr.c sys/arch/armish/conf: Makefile.armish sys/arch/armish/dev: iq80321_pci.c sys/arch/armv7/conf: Makefile.armv7 sys/arch/armv7/omap: dmtimer.c gptimer.c prcm.c sys/arch/zaurus/conf: Makefile.zaurus sys/arch/zaurus/dev: scoop_pcic.c zaurus_flash.c Log message: Format string fixes and removal of -Wno-format for arm kernels. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/08 15:19:13 Modified files: databases/postgresql-jdbc: Makefile Log message: -docs PLIST changed, so bump REVISION-docs; noted by landry CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2014/05/08 15:22:46 Modified files: textproc/link-grammar: Makefile Log message: - base package should not depend on jdk, fix and bump. okay landry@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2014/05/08 15:23:21 Modified files: graphics/opencv: Makefile Log message: - base package should not depend on jdk. fix and bump. okay landry@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/08 15:31:56 Modified files: sys/arch/hppa64/include: pmap.h Log message: Update #include list after not-so-recent uvm includes cleanups. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/08 15:32:46 Modified files: sys/dev/ic : arcofi.c sys/arch/hppa/conf: Makefile.hppa sys/arch/hppa/hppa: autoconf.c machdep.c mainbus.c trap.c Log message: Format string fixes and removal of -Wno-format for hppa kernels. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/08 15:43:04 Modified files: sys/arch/landisk/conf: Makefile.landisk sys/arch/sh/sh : sh_machdep.c trap.c Log message: Format string fixes and removal of -Wno-format for landisk kernels CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/08 15:43:49 Modified files: lib/libc/stdlib: Makefile.inc malloc.c Added files: lib/libc/stdlib: reallocarray.c Log message: move reallocarray() to a seperate file so that -portable applications can avoid reinventing the wheel ok guenther schwarze CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/08 16:14:56 Modified files: net/isc-bind : Makefile distinfo Log message: fix a remote-triggerable assertion crash in pre-fetch in the recursor, introduced in BIND 9.10.0 (we only updated to this recently so no -stable impact). workaround "prefetch 0;". CVE-2014-3214 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/08 16:17:33 Modified files: sys/arch/aviion/aviion: machdep.c sys/arch/aviion/conf: Makefile.aviion sys/arch/aviion/dev: mainbus.c nvram.c syscon.c vme.c sys/arch/luna88k/conf: Makefile.luna88k sys/arch/luna88k/dev: mb89352.c mb89352var.h sys/arch/luna88k/luna88k: machdep.c sys/arch/m88k/m88k: db_interface.c m88k_machdep.c pmap.c trap.c Log message: Format string fixes for m88k; remove -Wno-format from the m88k kernels. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/08 16:18:39 Modified files: fonts/terminus-font: Makefile distinfo Log message: update to terminus-font 4.39, from maintainer LEVAI Daniel CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/05/08 17:12:40 Modified files: games/cribbage : score.c Log message: Do not read from index -1 of an array. NetBSD rev. 1.16 (Oct 13, 2012) by dholland@NetBSD via maintainer pjanzen@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/05/08 18:03:41 Modified files: games/cribbage : io.c Log message: Various cleanup: 1. Style: Don't use variables as format strings. NetBSD rev. 1.26 (May 23, 2011) joerg@NetBSD via maintainer pjanzen@. 2. Style: Avoid needless pointer arithmetics. NetBSD rev. 1.27 (Oct 13, 2012) dholland@NetBSD via pjanzen@, who also applied some KNF to the indentation while here. 3. End curses before printing fatal error messages; from pjanzen@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/08 18:07:59 ports/audio/chromaprint/patches Update of /cvs/ports/audio/chromaprint/patches In directory cvs.openbsd.org:/tmp/cvs-serv749/patches Log Message: Directory /cvs/ports/audio/chromaprint/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2014/05/08 19:06:44 Modified files: net/py-ftpdlib : Makefile distinfo Log message: Update to pyftpdlib 1.3.1. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/05/08 20:47:25 Modified files: games/cribbage : io.c Log message: After entering an invalid three-letter card name, one letter card names stopped working because the third letter remained in the buffer, incard() skipped the NUL and used the old garbage. Fix this bug reported by pjanzen@, but in a simpler way than he suggested, by just clearing any trailing garbage from the buffer. ok pjanzen@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/05/08 21:13:24 Modified files: games/cribbage : io.c Log message: KNF: unify style and reduce indentation in get_line(), no binary change ok cmp(1) CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/08 21:48:58 Modified files: sys/msdosfs : msdosfs_vnops.c sys/ufs/ext2fs : ext2fs_readwrite.c sys/ufs/ffs : ffs_vnops.c Log message: disable IO_NOCACHE B_NOCACHE conversion until it works. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/08 21:54:28 Modified files: sys/msdosfs : msdosfs_vfsops.c sys/isofs/cd9660: cd9660_vfsops.c cd9660_vnops.c sys/uvm : uvm_pager.c Log message: stop using B_AGE, it was effectively retired some time ago. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/08 23:14:17 Modified files: lib/libc/stdio : printf.3 Log message: when demonstrating the correct "double-check" idiom, provide a reminder that the return value is int... CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/05/09 00:29:46 Modified files: sbin/iked : iked.h ikev2.c pfkey.c Log message: replace iked_transform pointer with xform id, since target of pointer might be freed (e.g. on ike sa rekey); ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/09 00:33:34 Modified files: textproc/link-grammar: Makefile Log message: Fix previous, RUN_DEPENDS-main should not be empty. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/05/09 00:37:24 Modified files: sbin/iked : iked.h ikev2.c pfkey.c Log message: get rid of redundant {csa,flow}_{src,dst}id pointers, so we don't need to update it on rekey (fixes use-after-free); ok mikeb@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/09 00:37:38 Modified files: usr.bin/telnet : telnet.1 share/man/man5 : hosts.5 networks.5 share/man/man4 : netintro.4 inet.4 sbin/mountd : exports.5 usr.sbin/arp : arp.8 Log message: my previous attempt to fix the renaming of the inet(3) pages was wrong; this fixes those by referencing the correct page, and cleans up the netintro/ inet entries; all this on the advice (and ok) of guenther! CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/09 00:38:27 Modified files: lib/libc/net : inet_ntop.3 Log message: Add a bit more detail about dot notation from the old inet(3) manpage. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/09 02:05:02 Modified files: devel/ptlib : Makefile Log message: Don't pick up libv8; spotted by espie@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/09 02:47:48 Modified files: databases/mariadb: Makefile databases/mariadb/pkg: PLIST-main PLIST-server Log message: Only build the server (and tests) on archs that have atomic ops. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/09 03:00:19 Modified files: audio/chromaprint: Makefile distinfo audio/chromaprint/pkg: DESCR PLIST Added files: audio/chromaprint/patches: patch-cmake_modules_FindGTest_cmake patch-tests_CMakeLists_txt Log message: Update to chromaprint 1.1, and build the fpcalc tool. From Nils R with a few tweaks by me. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/09 03:03:50 Modified files: security/gnutls: Makefile distinfo Log message: Bugfix update to gnutls-3.2.14. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/05/09 03:11:24 Modified files: usr.bin/tmux : cmd.c tmux.h Log message: Just use char ** for argv like normal people, not char *const *. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/09 03:13:47 Modified files: www/squid/snapshot: Makefile Log message: Add a build dependency on cppunit. Not required for Squid itself, but tests are enabled if it's present at configure time, and junking it mid-build causes a failure. Found by espie@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/09 03:16:10 Modified files: x11/gnome/tracker: Makefile distinfo x11/gnome/tracker/pkg: PLIST Log message: Update to meta-tracker-1.0.1. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/09 03:23:56 Modified files: sys/net : route.h Log message: We should use the highest possible priority for routes to local addresses. Requested by claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/09 04:06:46 Modified files: www/squid/snapshot: Makefile Log message: add a comment about ac_cv_path_CPPUNITCONFIG=false which I may switch to instead of a build dep on cppunit when the devel version becomes stable. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/09 05:01:06 Modified files: sys/dev/usb : ehci.c ohci.c uhci.c xhci.c Log message: Plug an xfer leak when detaching root hubs. This leak is similar to the public xfer leak #1 that was affecting device interrupt pipes except that root hubs are rarely detached. Note that this xfer is never associated to any TD and is just used to indicate that some of the HC ports has changed status, so there is no need to flag it as "done" before completing it. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/09 05:40:12 Modified files: databases/virtuoso/patches: patch-configure_in Log message: Tweak comment. CVSROOT: /cvs Module name: ports Changes by: florian@cvs.openbsd.org 2014/05/09 05:40:45 Modified files: www/apache-httpd-openbsd: Makefile distinfo Removed files: www/apache-httpd-openbsd/patches: patch-src_modules_ssl_ssl_engine_rand_c Log message: No need for HAVE_SSL_RAND_EGD local patch, change pushed upstream (by just removing the code). While here switch naming scheme to YYYYMMDD, so no need for PKGNAME and REVISION. input/ok sthen@ CVSROOT: /cvs Module name: src Changes by: andre@cvs.openbsd.org 2014/05/09 05:49:26 Modified files: regress/usr.sbin/relayd: Proc.pm Relayd.pm args-http-mark.pl relayd.pl Log message: Adds $relayd->{dummyrun} and $client->{noclient} flags to relayd tests framework. These flags can be set from test file which eases performing dry-runs of relayd long enough to do relayd.conf parsing, thus enabling the grammar/parser-only tests. While here, fix and improves args-http-mark.pl to a correct use-case. ok reyk CVSROOT: /cvs Module name: src Changes by: andre@cvs.openbsd.org 2014/05/09 05:53:28 Added files: regress/usr.sbin/relayd: args-http-change-path.pl args-http-mark-marked.pl Log message: Adds a couple tests for relayd parser, specially recent modifications reyk@ did to the grammar. ok reyk CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2014/05/09 06:55:41 Modified files: x11/spectrwm : Makefile distinfo Log message: Update for Spectrwm to 2.5.1: * Add clarification for the 'name' option to man page. * Add default maximize_toggle binding to man page. * Fix segfault in fullscreen layout when a window with transient(s) unmap. * Set stacking order when setting up a new status bar. * Improve stacking for windows with multiple transients. * Fix segfault when loading "layout" with non-zero parameters. OK benoit@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/09 06:59:50 Modified files: sysutils/accountsservice: Makefile sysutils/accountsservice/patches: patch-src_Makefile_in patch-src_util_c Log message: No need for libkvm. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/09 07:19:34 Modified files: sbin/fsck_ffs : fsck.h setup.c utilities.c Log message: Fix '-b' option to work with the superblock locations output by newfs on 4096-byte sector disks. No-op on 512-byte sector disks. Adhering to the bedrock idea that ffs will *never* use anything but 512-byte block disk addressing (a.k.a. daddr_t), and believing that the 'fake' bread()/bwrite() functions should always be using 512-btye block numbers like their kernel big brothers, nuke the computed dev_bsize and use DEV_BSIZE for conversions to/from byte offsets. Spotted and various fixes tested by David Vasek. Still to fix: scanning for superblocks on 4K disks. ok otto@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/09 07:54:06 Modified files: security/gnutls: Makefile Log message: add an http mirror, for people on ftp-challenged nets ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/09 07:56:33 Modified files: sbin/fsck_ffs : setup.c Log message: Modernize spelling. 'Mimick' -> 'Mimic' in comment. CVSROOT: /cvs Module name: www Changes by: jcs@cvs.openbsd.org 2014/05/09 08:02:39 Modified files: . : mail.html build/mirrors : anoncvs.html.head faq : faq2.html Log message: why-cvs.html was deleted, remove links to it CVSROOT: /cvs Module name: www Changes by: jcs@cvs.openbsd.org 2014/05/09 08:05:06 Modified files: . : anoncvs.html Log message: regen CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2014/05/09 08:12:48 Modified files: . : goals.html Log message: remove some dated material and nongoals. CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2014/05/09 08:16:09 Modified files: . : goals.html Log message: kettenis says a good development platform is still a goal. agreed. CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2014/05/09 08:24:47 Removed files: . : docum.html Log message: old and dead CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/09 08:43:20 Modified files: x11/gnome/gvfs : Makefile distinfo Log message: Update to gvfs-1.20.2. CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2014/05/09 08:44:56 Modified files: share/man/man4 : vio.4 Log message: add note about qemu bug CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/09 09:28:58 Log message: Import git-bz-20130906. git-bz is a tool for integrating the Git command line with the Bugzilla bug-tracking system. Operations such as attaching patches to bugs, applying patches in bugs to your current tree, and closing bugs once you've pushed the fixes publicly can be done completely from the command line without having to go to your web browser. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20140509 N ports/devel/git-bz/Makefile N ports/devel/git-bz/distinfo N ports/devel/git-bz/patches/patch-git-bz N ports/devel/git-bz/pkg/DESCR N ports/devel/git-bz/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/09 09:29:23 Modified files: devel : Makefile Log message: +git-bz CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/09 10:48:33 Modified files: audio/easytag : Makefile distinfo audio/easytag/pkg: PLIST Log message: Update to easytag-2.2.2. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/09 11:30:34 Modified files: usr.bin/less : less.1 Log message: move some remnants of more behaviour to the compat section, and use Xr for refs to more instead of Nm; CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/09 12:16:15 Modified files: sys/dev/usb : utpms.c sys/arch/macppc/conf: Makefile.macppc sys/arch/macppc/macppc: clock.c machdep.c sys/arch/powerpc/powerpc: fpu.c pmap.c trap.c sys/arch/socppc/conf: Makefile.socppc sys/arch/socppc/dev: obio.c sys/arch/socppc/socppc: machdep.c Log message: Format string fixes and removal of -Wno-format for *ppc kernels. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/09 13:55:33 Modified files: lib/libXi : ChangeLog Makefile.bsd-wrapper Makefile.in aclocal.m4 configure configure.ac xi.pc.in lib/libXi/include/X11/extensions: XInput2.h lib/libXi/man : Makefile.am Makefile.in lib/libXi/specs: Makefile.in lib/libXi/src : Makefile.am Makefile.in XExtInt.c XGetDCtl.c XGetFCtl.c XGetProp.c XIGrabDevice.c XIPassiveGrab.c XIQueryVersion.c XISelEv.c XIint.h XListDev.c Added files: lib/libXi/man : XIBarrierReleasePointer.man XIBarrierReleasePointer.txt XIBarrierReleasePointers.man lib/libXi/src : XIBarrier.c Log message: Update to libXi 1.7.2. Tested by ajacoutot@ against gnome. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/09 13:56:41 Modified files: app/xterm : INSTALL Imakefile MANIFEST Makefile Makefile.in THANKS Tekproc.c VTPrsTbl.c VTparse.def VTparse.h button.c charproc.c configure.in ctlseqs.ms ctlseqs.txt data.h doublechr.c fontutils.c graphics.c graphics.h input.c main.c menu.c menu.h minstall.in misc.c ptyx.h resize.c screen.c trace.c util.c version.h xstrings.c xterm.h xterm.log.html xterm.man xtermcap.c xtermcfg.h xtermcfg.hin app/xterm/package: xterm.spec app/xterm/package/debian: changelog control rules app/xterm/package/freebsd: Makefile app/xterm/vttests: 256colors.pl 256colors2.pl 88colors.pl 88colors2.pl dynamic.pl paste64.pl query-color.pl query-fonts.pl resize.pl tcapquery.pl Log message: Update to xterm 304. With help of shadchin@ tested by ajacoutot@ and shadchin@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/09 13:57:29 Added files: app/xterm : graphics_regis.c graphics_regis.h graphics_sixel.c graphics_sixel.h Log message: Missing new files in update to xterm 304 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/09 14:02:18 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2014/05/09 14:05:47 Modified files: driver/xf86-input-synaptics: ChangeLog Makefile.in aclocal.m4 configure configure.ac driver/xf86-input-synaptics/conf: Makefile.in driver/xf86-input-synaptics/include: Makefile.in synaptics-properties.h driver/xf86-input-synaptics/man: Makefile.in synaptics.man driver/xf86-input-synaptics/src: Makefile.in eventcomm.c properties.c synaptics.c synapticsstr.h driver/xf86-input-synaptics/test: Makefile.in driver/xf86-input-synaptics/tools: Makefile.in synclient.c Added files: driver/xf86-input-synaptics: test-driver Log message: Update to xf86-input-synaptics 1.7.5. ok matthieu@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/09 14:14:18 Modified files: . : Makefile.cross Log message: Make sure to override PIE_DEFAULT when building a cross-gcc4 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/09 14:15:06 Modified files: sys/arch/sparc/conf: Makefile.sparc sys/arch/sparc/dev: dma.c sys/arch/sparc/sparc: autoconf.c machdep.c Log message: format string fixes and removal of -Wno-format for sparc kernels. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/09 14:29:05 Removed files: databases/mariadb/patches: patch-sql_mysqld_cc Log message: Remove a patch to fix the build with TCP Wrappers no longer being used. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2014/05/09 14:34:36 Modified files: infrastructure/bin: portcheck Log message: compileall.py should be run with ${MODPY_BIN} okay zhuk@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/05/09 14:45:49 Modified files: lib/libssl/src/crypto/ec: ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c ecp_nistputil.c Log message: Replace Apache v2 license with ISC license. Thanks to Google for agreeing to offer the code under more agreeable licensing terms! CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/05/09 15:03:43 Modified files: usr.bin/systat : pftop.c Log message: print interface name with queues in "systat q"; ok henning CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2014/05/09 15:15:17 Modified files: distrib/notes : m4.common Log message: Tweak response file example: - "Server?" -> "HTTP Server?" - Use more appropriate public ssh key type OK deraadt@ krw@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2014/05/09 15:16:54 Modified files: share/man/man8 : autoinstall.8 Log message: Tweak response file example: - "Server?" -> "HTTP Server?" - Use more appropriate public ssh key type OK deraadt@ krw@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/09 15:30:11 Modified files: usr.sbin/smtpd : expand.c table.c Log message: stop casting sizeof to int CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2014/05/09 15:33:44 Modified files: devel/eclipse/sdk: Makefile Log message: -swt needs a bump, too ok kurt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/09 15:51:50 Modified files: usr.bin/less : less.1 Log message: zap the commented out stuff from this file: it mainly pertains to other systems, and our page is sufficiently far away from upstream to justify it; ok millert CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/09 15:53:42 Modified files: games/cribbage : cribbage.6 Log message: pjanzen pointed out that case is irrelevant, so document it; while here, zap an old workaround needed to insert a space - it's now useless (was actually generating a second space); original diff from pjanzen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/09 16:15:44 Modified files: etc/root : root.mail Log message: wording improvements; David Vasek CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/09 16:29:20 Modified files: lib/libssl/src/crypto/ec: ecp_nistp521.c Log message: Typo in C99 field initializer introduced in r1.3; reported by Steven Chamberlain CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/05/09 17:39:10 Modified files: games/cribbage : io.c Log message: Fix a mini-bug reported by pjanzen@: When entering card names, you can use multiple words (like KING OF SPADES). If you entered more than one consecutive blank character between words, the function incard() took that as end-of-string and ignored the rest. Fix this by dropping duplicate blanks up front, in get_line(). Patch simplified by me, ok pjanzen@. While here, use beep(3) in an adjacent line instead of manually fiddling with control characters, suggested by pjanzen@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/05/09 17:56:26 Modified files: games/cribbage : io.c Log message: Various cleanup in incard(): * get_line() always returns the same non-NULL pointer, so testing the return value is useless. * Garbage collect the unused variable *line. * Check for end-of-buffer before parsing the next word instead of after it. * Skip strlen() when the length has been measured three lines before anyway. * Do not initialize local variables over and over again. feedback and ok pjanzen@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/05/09 19:38:10 Modified files: lib/libssl/src/crypto/chacha: chacha-merged.c Log message: __bounded => __attribute__((__bounded__ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/05/09 19:54:20 Log message: Import devel/p5-Test-Warnings-0.014 ok benoit@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20140509 N ports/devel/p5-Test-Warnings/Makefile N ports/devel/p5-Test-Warnings/distinfo N ports/devel/p5-Test-Warnings/pkg/DESCR N ports/devel/p5-Test-Warnings/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/05/09 19:56:47 Modified files: devel : Makefile Log message: +p5-Test-Warnings ok benoit@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/05/09 19:57:49 Modified files: devel/p5-Clone : Makefile distinfo Log message: Update p5-Clone to 0.36 ok benoit@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/05/09 20:04:41 Modified files: devel/p5-Test-Exception: Makefile distinfo Log message: Update p5-Test-Exception to 0.32 and take maintainership ok benoit@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/05/09 21:02:08 Modified files: devel/p5-Sub-Install: Makefile distinfo Log message: Update p5-Sub-Install to 0.927 and take maintainership OK bluhm@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/05/09 21:06:31 Modified files: devel/p5-Sub-Exporter: Makefile distinfo Log message: Update p5-Sub-Exporter to 0.987 and take maintainer OK bluhm@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/09 23:33:00 Modified files: sys/arch/alpha/alpha: trap.c sys/arch/amd64/amd64: trap.c sys/arch/arm/arm: ast.c sys/arch/hppa/hppa: trap.c sys/arch/hppa64/hppa64: trap.c sys/arch/i386/i386: trap.c sys/arch/m88k/m88k: trap.c sys/arch/mips64/mips64: trap.c sys/arch/powerpc/powerpc: trap.c sys/arch/sh/sh : trap.c sys/arch/solbourne/solbourne: trap.c sys/arch/sparc/sparc: trap.c sys/arch/sparc64/sparc64: trap.c sys/arch/vax/vax: trap.c sys/sys : syscall_mi.h Log message: Factor out the common ast bits into mi_ast() ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/05/09 23:50:56 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-media_libvpx_Makefile_in www/firefox-i18n: Makefile.inc distinfo Log message: Bugfix update to firefox 29.0.1. - see http://www.mozilla.org/en-US/firefox/29.0.1/releasenotes/ - mostly fixes two annoying bugs with broken session restore (#1001167), pdf.js printing (#1003707), and disables seer for causing some slow shutdowns (#1005958). CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2014/05/10 00:57:26 Modified files: net/ocsync : Makefile Added files: net/ocsync/patches: patch-src_csync_statedb_c Log message: Fix for 64bit time_t to prevent a segfault at writing DB. ok ajacoutot@, maintainer. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/10 01:42:47 Modified files: print/unpaper : Makefile Log message: Fix MASTER_SITES. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/10 01:48:53 Log message: import libvirt-python 1.2.3 The libvirt-python package provides a module that permits applications written in the Python programming language to call the interface supplied by the libvirt library, to manage the virtualization capabilities of recent versions of Linux (and other OSes). ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20141005 N ports/sysutils/libvirt-python/distinfo N ports/sysutils/libvirt-python/Makefile N ports/sysutils/libvirt-python/pkg/PLIST N ports/sysutils/libvirt-python/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/10 01:50:02 Modified files: sysutils : Makefile Log message: +libvirt-python CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/10 02:06:36 Modified files: graphics/simple-scan: Makefile distinfo Log message: Update to simple-scan-3.12.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/10 02:17:38 Modified files: x11/gnome/vinagre: Makefile Log message: Fix RUN_DEPENDS: rdesktop -> freerdp. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/10 05:19:50 Log message: import virt-manager-1.0.1 The virt-manager application is a desktop user interface for managing virtual machines through libvirt. It primarily targets KVM VMs, but also manages Xen and LXC (linux containers). It presents a summary view of running domains, their live performance & resource utilization statistics. Wizards enable the creation of new domains, and configuration & adjustment of a domain's resource allocation & virtual hardware. An embedded VNC and SPICE client viewer presents a full graphical console to the guest domain. feedback/ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20141005 N ports/sysutils/virt-manager/distinfo N ports/sysutils/virt-manager/Makefile N ports/sysutils/virt-manager/pkg/PLIST N ports/sysutils/virt-manager/pkg/DESCR N ports/sysutils/virt-manager/patches/patch-setup_py N ports/sysutils/virt-manager/patches/patch-virtcli_cliconfig_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/10 05:21:08 Modified files: sysutils : Makefile Log message: +virt-manager CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/10 05:23:31 Modified files: sysutils/libvirt-python: Makefile Log message: Enable regress tests. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/10 05:24:08 Modified files: sysutils/virt-manager: Makefile Log message: Fix RUN_DEPENDS. No need for MODPYTHON_pre-configure, it is run by the module automatically. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/10 05:25:05 Modified files: sysutils/virt-manager: Makefile Log message: unbreak previous CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2014/05/10 05:28:02 Modified files: usr.sbin/iscsid: task.c vscsi.c Log message: Move the task cleanup from the task fail callback to taskq_cleanup. This makes the one failure callback a lot simpler. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2014/05/10 05:30:47 Modified files: usr.sbin/iscsid: connection.c initiator.c iscsid.c iscsid.h session.c Log message: Extend the connection and session FSMs so that connection failure is handled more gracefully. Losing the TCP connection no longer results in an unrecoverable stop requiring a restart of iscsid. CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2014/05/10 05:37:50 Modified files: . : plus.html Log message: plus.html for Apr 28 to May 5. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/05/10 05:49:31 Modified files: sys/arch/sparc64/dev: vcctty.c vcons.c vdsk.c vdsp.c vldcp.c vnet.c vpci.c Log message: Some straightforward format string fixes. Also, print both the tx and rx interrupt vector numbers instead of printing rx; pointed out by florian@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/05/10 06:15:19 Modified files: sys/arch/sparc64/dev: pci_machdep.c sys/arch/sparc64/sparc64: clock.c Log message: Format string fixes for printing interrupt vectors. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/05/10 06:18:38 Modified files: sys/arch/sparc64/dev: schizo.c Log message: Schizo registers are all 64-bit, so use u_int64_t to store them and print them using %llx/%llb. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/05/10 06:20:38 Modified files: sys/arch/sparc64/dev: iommu.c viommu.c Log message: Format string fixes for bus_addr_t and bus_size_t, which are u_long everywhere. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/05/10 06:29:58 Modified files: sys/arch/sparc64/sparc64: autoconf.c intr.c ipifuncs.c machdep.c trap.c Log message: A few more straightforward format string fixes. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2014/05/10 06:30:27 Modified files: sys/netinet : ip_input.c Log message: Fix a few bad indents CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/05/10 06:36:22 Modified files: sys/arch/sparc64/dev: prtc.c Log message: Fix formwat string. Cast pointer to long and print it using %lx since %p prefixes the address with 0x which we want to avoid here. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/10 10:26:15 Modified files: devel/pear-Date-Holidays/Portugal: Makefile distinfo Log message: update to Date_Holidays_Portugal-0.1.1, from maintainer Johan Huldtgren with minor tweak by me (drop REVISION) CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/05/10 10:45:23 Modified files: usr.bin/less : command.c edit.c funcs.h main.c usr.bin/less/less: Makefile Added files: usr.bin/less : more.hlp Log message: Give more(1) its own help file, shorter than the one for less(1). The helpfile itself was prepared by jmc@, the glue by me. OK millert@ jmc@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/10 10:48:36 Modified files: sys/arch/powerpc/powerpc: trap.c Log message: bring things syscall_mi.h needs into scope earlier ok guenther CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/10 10:56:23 Modified files: sys/arch/sh/sh : trap.c Log message: bring things syscall_mi.h needs into scope earlier CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/05/10 11:12:56 Log message: Import devel/p5-Package-Variant-1.002000 ok benoit@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20140510 N ports/devel/p5-Package-Variant/Makefile N ports/devel/p5-Package-Variant/distinfo N ports/devel/p5-Package-Variant/pkg/DESCR N ports/devel/p5-Package-Variant/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/05/10 11:14:09 Modified files: devel : Makefile Log message: +p5-Package-Variant ok benoit@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/05/10 11:15:50 Modified files: devel/p5-MRO-Compat: Makefile distinfo Log message: Update devel/p5-MRO-Compat to 0.12 ok benoit@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/05/10 11:17:55 Modified files: devel/p5-Params-Validate: Makefile distinfo devel/p5-Params-Validate/pkg: PLIST Log message: update p5-Params-Validate to 1.09 ok benoit@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2014/05/10 11:25:21 Modified files: distrib/miniroot: install.sub Log message: Fix v6_defroute() for automatic installation. OK krw@ halex@ CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2014/05/10 11:48:09 Modified files: usr.sbin/nginx/src/core: nginx.c ngx_file.c ngx_string.c usr.sbin/nginx/src/os/unix: ngx_process.h Log message: Allow nginx to chroot to a directory other than /var/www ok henning@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2014/05/10 12:14:55 Modified files: lib/libc/stdlib: malloc.c Log message: fix MALLOC_STATS code that was broken in rev 1.159, not compiled in by default CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/10 12:15:31 Modified files: distrib/special/less: Makefile Log message: please, if there is any chance you've ever encountered the same command during install time, be more careful here. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/05/10 12:41:55 Modified files: sys/dev/ic : w83l518d_sdmmc.c Log message: Sidestep format string issue by sanitizing a bit of debug code. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2014/05/10 12:43:31 Modified files: faq : faq4.html upgrade55.html Log message: A couple typo fixes from Guido Tschakert (guido.tschakert (at) gmx.de) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/05/10 12:46:20 Modified files: sys/arch/sparc64/sparc64: db_interface.c Log message: We print time_t by casting to "long long" even in the kernel. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/10 12:59:29 Modified files: sys/arch/i386/i386: est.c sys/arch/amd64/amd64: est.c Log message: Disable speedstep instead of panicing if the high and low speeds are the same. Problem noted by Benjamin Baier (programmer (at) netzbasis.de) improvements and ok kettenis@ CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2014/05/10 13:07:25 Modified files: usr.sbin/nginx/src/os/unix: ngx_process_cycle.c Log message: Allow -p prefix to override user home directory for chroot() (Like openbsd-apache ServerRoot behavior) Work continues to unify nginx behavior (Principle of Least Astonishment) ok henning@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/05/10 13:07:43 Modified files: sys/arch/sparc64/conf: Makefile.sparc64 Log message: Remove -Wno-format. CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2014/05/10 14:09:39 Modified files: usr.bin/less : command.c Log message: remove unused variable ok shadchin@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2014/05/10 14:48:45 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.zaurus distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/10 15:01:16 Modified files: games/manaplus : Makefile distinfo Log message: Update to 1.4.5.10 CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2014/05/10 15:21:09 Modified files: lib/libc/asr : getaddrinfo_async.c Log message: remove warning by adding explicit parentheses around && within || ok sperreault@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/05/10 15:34:07 Modified files: usr.sbin/smtpd : ssl.c Log message: Fix SSL breakage that I accidentally introduced with my previous commit. CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2014/05/10 15:50:40 Modified files: usr.sbin/smtpd : delivery_maildir.c Log message: fix typo in function prototype ok gilles@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/10 15:58:56 Modified files: sys/arch/hppa/hppa: trap.c Log message: sigh, another case of user.h before syscall_mi.h CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/10 16:15:38 Modified files: net/icinga/core: Makefile distinfo net/icinga/core/patches: patch-configure net/icinga/core/pkg: PLIST-ido Removed files: net/icinga/core/patches: patch-t-tap_Makefile_in Log message: update to icinga-1.11.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/10 16:24:33 Modified files: www/squid : Makefile.inc Log message: don't pick up execinfo (dpb junking problem, reported by naddy) CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/05/10 16:25:16 Modified files: sys/arch/mips64/mips64: db_machdep.c pmap.c trap.c vm_machdep.c sys/arch/octeon/conf: Makefile.octeon sys/arch/octeon/dev: if_cnmac.c octcf.c octeon_iobus.c octeon_pcibus.c octeon_uartbus.c sys/arch/octeon/octeon: bus_dma.c machdep.c Log message: various format string fixes and remove -Wno-format from octeon feedback/ok miod@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/05/10 16:37:12 Modified files: sys/arch/octeon/octeon: machdep.c Log message: spello in comment and tweak DUMP_BOOT_DESC a tad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/10 16:49:48 Modified files: devel/node-expresso: Makefile devel/node-expresso/pkg: PLIST Log message: fix plist with new node CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/10 17:31:40 Modified files: usr.bin/netstat: netstat.1 Log message: catch up with the inet(3) rename; this commit missed in previous ok guenther CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2014/05/10 18:03:14 Modified files: sbin/nfsd : nfsd.c Log message: remove unused variable ok tedu@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/10 18:05:38 Modified files: sys/arch/arm/arm: syscall.c sys/arch/hppa64/hppa64: trap.c sys/arch/mips64/mips64: trap.c Log message: Pull in before CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/10 18:12:44 Modified files: sys/arch/alpha/alpha: trap.c sys/arch/amd64/amd64: trap.c sys/arch/arm/arm: ast.c sys/arch/hppa/hppa: trap.c sys/arch/hppa64/hppa64: trap.c sys/arch/i386/i386: trap.c sys/arch/m88k/m88k: trap.c sys/arch/mips64/mips64: trap.c sys/arch/powerpc/powerpc: 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/arch/sh/sh : trap.c sys/sys : syscall_mi.h Log message: Move the increment of uvmexp.softs back to the caller of mi_ast(): it needs to be done atomicly on some MP archs and we don't have atomic_add_int() everywhere yet. Also, mi_ast() was meant to be inline. noted by miod@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/10 19:19:07 Modified files: emulators/pcsxr: Makefile Added files: emulators/pcsxr/patches: patch-configure_ac Log message: Switch to SDL for now until the issues with SDL2 are fixed. ok jeremy@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/10 19:40:02 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2014/05/10 20:55:02 Modified files: faq : index.html Log message: Update the page stinger ok nick@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/05/10 23:17:22 Modified files: databases/py-psycopg2: Makefile distinfo databases/py-psycopg2/pkg: PLIST Log message: Update psycopg2 to 2.5.2 and enable python3 flavor. "looks good to me" martynas@ sthen@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2014/05/11 02:23:46 Modified files: distrib/miniroot: install.sub Log message: Fix configuration of static IPv6 default gateway - Append IPv4 default gw to /tmp/mygate instead of overwriting it. - Delete /tmp/mygate at the beginning of configure_ifs() to reset previous default gw config on installer restarts. pointed out by todd@ OK halex@ krw@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/05/11 03:23:49 Modified files: sys/arch/octeon/dev: octeon_pcibus.c Log message: hide two printfs behind an ifdef DEBUG; spotted by miod@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/11 05:00:55 Modified files: usr.bin/less : more.hlp Log message: zap double full stop; ok schwarze CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/11 06:05:27 Modified files: lib/libssl/src/crypto/evp: evp.h evp_locl.h Log message: KNF. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/11 06:10:03 Modified files: www/igal : Makefile distinfo www/igal/patches: patch-igal patch-igal_1 Log message: fix deprecation warnings with perl 5.16, fix some hardcoded /usr/local CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/11 06:20:20 Modified files: lib/libssl/src/crypto/evp: bio_b64.c bio_enc.c evp_err.c evp_key.c e_old.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/11 06:40:37 Modified files: sbin/dhclient : clparse.c dhclient.c Log message: Rework/restore recorded lease handling. Actually use 'lease' statements in dhclient.conf. Recorded and static leases should now be bound to interfaces when appropriate. .... Ken CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/11 06:41:34 Modified files: sysutils/virt-manager: Makefile Added files: sysutils/virt-manager/patches: patch-virtManager_addhardware_py patch-virtManager_create_py patch-virtManager_createinterface_py patch-virtManager_details_py patch-virtManager_fsdetails_py patch-virtManager_gfxdetails_py patch-virtManager_manager_py patch-virtManager_migrate_py patch-virtManager_netlist_py patch-virtManager_storagebrowse_py patch-virtManager_uiutil_py Log message: Fix changing graphics type (from upstream). This allows using VNC instead of SPICE. ok jasper@ (maintainer) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/11 06:59:31 Modified files: sys/arch/arm/arm: ast.c Log message: need syscall.h.. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/11 07:29:52 Modified files: mail/roundcubemail: Makefile distinfo mail/roundcubemail/patches: patch-config_defaults_inc_php mail/roundcubemail/pkg: PLIST Log message: bugfix update to roundcubemail-1.0.1 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/05/11 07:54:18 Modified files: . : armv7.html Log message: armv7 is part of 5.5; adjust accordingly, and make text about snapshots match that from other arch. From Simon Kuhnle. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/11 08:00:52 Modified files: sbin/dhclient : dhclient.c Log message: Tweak DHCPREQUEST log message to omit 'port N', since the port is not set at that point, and is always set to 67 in send_packet(). CVSROOT: /cvs Module name: ports Changes by: gilles@cvs.openbsd.org 2014/05/11 09:07:19 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: I'm in Nantes now \o/ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/05/11 10:21:15 Modified files: devel/p5-Class-Accessor-Grouped: Makefile distinfo devel/p5-Class-Accessor-Grouped/pkg: PLIST Log message: Update p5-Class-Accessor-Grouped to 0.10010 ok benoit@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/05/11 10:22:30 Modified files: devel/p5-Getopt-Long-Descriptive: Makefile distinfo Log message: Update p5-Getopt-Long-Descriptive to 0.097 ok benoit@ sthen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/05/11 10:27:43 Modified files: devel/p5-Devel-GlobalDestruction: Makefile distinfo Log message: Update p5-Devel-GlobalDestruction to 0.12 sthen> $ wargames sthen> Would you like to play a game? p5-Devel-GlobalDestruction sthen> A strange game. sthen> The only winning move is not to play. ok benoit@ sthen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/05/11 10:28:49 Modified files: devel/p5-MooseX-Types-LoadableClass: Makefile distinfo Log message: Update p5-MooseX-Types-LoadableClass to 0.012 ok benoit@ sthen@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/11 10:33:21 Modified files: sys/dev/usb : usb.c Log message: The relation between uhci(4), ohci(4) and their root hub device is delicate. HC drivers do not always accept to be left alone. I don't know if it is a love crisis, but apparently receiving a root hub status change interrupt before having an uhub(4) attached breaks resume. So make sure the root hub is re-attached before interrupt get enabled. It is safe to do it during DVACT_RESUME since attaching root hubs do not require any USB transfer. Based on a diff from yasuoka@, fix a regression introduced in last commit an reported by Abel Abraham Camarillo Ojeda on tech@ and Nils R on bugs@. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2014/05/11 10:42:18 Modified files: editors/libreoffice: Makefile Added files: editors/libreoffice/patches: patch-hsqldb_patches_jdbc-4_1_patch Removed files: editors/libreoffice/patches: patch-hsqldb_UnpackedTarball_hsqldb_mk Log message: - Fix build with jdk/1.7 by allowing jdbc-4.1 to be used and add a work- around for a patch(1) issue. okay sthen@, robert@ CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2014/05/11 13:48:19 Modified files: sysutils/virt-manager: Makefile Log message: Add sysutils/libvirt-python to RUN_DEPENDS. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/05/11 14:32:28 Modified files: www/pecl-http : Makefile distinfo Log message: Update pecl-http to 2.0.6. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/05/11 14:41:40 Log message: Import py-unidecode. This is a Python port of Text::Unidecode Perl module by Sean M. Burke . from Nils R, ok sthen@ Status: Vendor Tag: benoit Release Tags: benoit_20140511 N ports/textproc/py-unidecode/Makefile N ports/textproc/py-unidecode/distinfo N ports/textproc/py-unidecode/pkg/PLIST N ports/textproc/py-unidecode/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/05/11 14:45:13 Modified files: textproc : Makefile Log message: +py-unidecode CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/05/11 14:53:29 Log message: Import py-algorithm-munkres. The Munkres module provides an implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm), useful for solving the Assignment Problem. from Nils R, ok sthen@ Status: Vendor Tag: benoit Release Tags: benoit_20140511 N ports/devel/py-algorithm-munkres/Makefile N ports/devel/py-algorithm-munkres/distinfo N ports/devel/py-algorithm-munkres/pkg/PLIST N ports/devel/py-algorithm-munkres/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/05/11 14:56:26 Modified files: devel : Makefile Log message: +py-algorithm-munkres CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/11 14:58:23 Modified files: security/py-crypto: Makefile distinfo security/py-crypto/patches: patch-lib_Crypto_Hash___init___py security/py-crypto/pkg: PFRAG.no-python3 PLIST Log message: CVE-2013-1445 update to py-crypto 2.6.1, and drop mpi@ as maintainer at his request. http://lists.dlitz.net/pipermail/pycrypto/2013q4/000702.html (prng reseed problem at fork). ok mpi@ rpe@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/11 15:14:03 Modified files: sbin/ncheck_ffs: ncheck_ffs.c Log message: struct direct's d_ino is no longer the same size as an ino_t, so copy it for the call to bsearch() problem report and ok krw@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/11 15:14:38 Modified files: security/py-M2Crypto: Makefile Log message: add a sanity check to ensure that the built M2Crypto python module actually works; this currently fails due to ssl ASN1 API changes which nobody who has looked at it has been able to work out yet - better to have a visible failure at build time than not know about it until you try to run code using it.. ok rpe@ CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2014/05/11 15:25:07 Modified files: sbin/ncheck_ffs: ncheck_ffs.c Log message: replace realloc(p, N * M) with reallocarray(p, N, M) and remove some pointless cleanup if we're obviously going to die anyway ok guenther@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2014/05/11 15:40:13 Log message: Import py-passlib. PassLib is a password hashing library for Python, which provides cross-platform implementations of over 30 password hashing algorithms; as well as a framework for managing and migrating existing password hashes. OK sthen@ Status: Vendor Tag: rpe Release Tags: rpe_20140511 N ports/security/py-passlib/distinfo N ports/security/py-passlib/Makefile N ports/security/py-passlib/pkg/PLIST N ports/security/py-passlib/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2014/05/11 15:43:25 Modified files: security : Makefile Log message: add py-passlib CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/05/11 18:19:57 Modified files: lang/ruby/2.0 : Makefile distinfo Log message: Update to ruby 2.0.0-p481. OK gsoares@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/05/11 18:20:41 Modified files: lang/ruby/2.1 : Makefile distinfo lang/ruby/2.1/pkg: PLIST-main PLIST-ri_docs Log message: Update to ruby 2.1.2 OK gsoares@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/11 18:59:26 Modified files: devel/sdl2 : Makefile Log message: mark SDL2 broken with the current issues with ld.so and SSP. ok sthen@ bcallah@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2014/05/11 19:34:55 Modified files: lang/node : Makefile lang/node/patches: patch-deps_npm_node_modules_node-gyp_lib_install_js Log message: Get shasum from dist tarball vs downloaded shasum file. Fixes USE_SYSTRACE. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/12 00:50:25 Modified files: www/lighttpd : Makefile Added files: www/lighttpd/patches: patch-src_configfile-glue_c Log message: Fix from upstream.. Fix bad shift in conditional netmask ".../0" handling. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/12 01:48:35 Modified files: textproc/libxml: Makefile Added files: textproc/libxml/patches: patch-parser_c Log message: Security fix for CVE-2014-0191 external parameter entity loaded when entity substitution is disabled pointed out by aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/12 01:48:43 Modified files: textproc/libxml: Tag: OPENBSD_5_5 Makefile Added files: textproc/libxml/patches: Tag: OPENBSD_5_5 patch-parser_c Log message: Security fix for CVE-2014-0191 external parameter entity loaded when entity substitution is disabled CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/05/12 02:02:41 Modified files: www/piwik : Makefile distinfo www/piwik/pkg : PLIST README Added files: www/piwik/patches: patch-config_global_ini_php Removed files: www/piwik/patches: patch-misc_cron_archive_sh Log message: update to 2.2.2 and tweak README Help and ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/12 02:15:25 Modified files: editors/libreoffice: Makefile Removed files: editors/libreoffice/patches: patch-hsqldb_patches_jdbc-4_1_patch Log message: libreoffice has some internal patches, at least one of which doesn't get applied correctly when using /usr/bin/patch, as worked-around in the previous commit (by patching the patch). Since gnu patch does apply these successfully, revert previous and switch to this instead, it should give fewer surprises in the future. ok robert@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/05/12 02:47:37 Modified files: sbin/ifconfig : ifconfig.c Log message: Make ifconfig do something intelligent based on the required length of WEP keys rather then being silently dumb, so when using WEP: 1) If the key is a plausible size try to use it. 2) If they key would be a plausible size with '0x' in front of it, add that. 3) If the key is not a plausible size, emit a warning and do not try to use it. ok sthen@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/12 03:15:01 Modified files: sys/netinet : igmp.c ip.h Log message: Includes a router altert option (RAO) in IGMP packets. Without this option, required by the RFC2236, some L3 switches do not examine the packets. Based on FreeBSD's r14622 via Florian Riehm on tech@. ok bluhm@, jca@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/12 03:20:52 Modified files: mail/dovecot : Makefile Added files: mail/dovecot/patches: patch-src_login-common_client-common_c patch-src_login-common_ssl-proxy-openssl_c patch-src_login-common_ssl-proxy_h Log message: Fix a DoS attack against imap/pop3-login processes. CVE-2014-3430 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/12 03:38:37 Removed files: www/mod_dav/patches: patch-mod_dav_h Log message: zap straggler (mod_dav was already removed, but this was left) CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/12 03:40:19 Modified files: mail/dovecot : Tag: OPENBSD_5_5 Makefile Added files: mail/dovecot/patches: Tag: OPENBSD_5_5 patch-src_login-common_client-common_c patch-src_login-common_ssl-proxy-openssl_c patch-src_login-common_ssl-proxy_h Log message: Fix a DoS attack against imap/pop3-login processes. CVE-2014-3430 ok sthen@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/12 03:50:44 Modified files: sys/dev/usb : hid.c hid.h hidkbd.c hidms.c ukbd.c upd.c Log message: Backport FreeBSD's HID parser in order to properly parse `moderm' input device descriptors, notably if they include an Item with an Usage array (Min-Max range) and others single Usage elements. Tested by many, thanks! ok andre@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/12 03:58:36 Modified files: mail/dovecot : Tag: OPENBSD_5_4 Makefile Added files: mail/dovecot/patches: Tag: OPENBSD_5_4 patch-src_login-common_client-common_c patch-src_login-common_ssl-proxy-openssl_c patch-src_login-common_ssl-proxy_h Log message: Fix a DoS attack against imap/pop3-login processes. CVE-2014-3430 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/05/12 04:50:29 Modified files: devel/py-virtualenv: Makefile distinfo devel/py-virtualenv/pkg: PLIST Log message: Update py-virtualenv to the latest (1.11.4). Mostly the work of Frantisek Holop, a few tweaks from myself. OK benoit@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/12 06:10:58 Modified files: mail/dspam : Tag: OPENBSD_5_5 Makefile www/havp : Tag: OPENBSD_5_5 Makefile www/c-icap/modules: Tag: OPENBSD_5_5 Makefile Log message: bump after clamav update which had a major lib bump discussed with/ok aja@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/12 06:16:53 Modified files: sbin/tunefs : tunefs.c Log message: No need for a dev_bsize variable that is always set to 512, a.k.a. DEV_BSIZE. So just use DEV_BSIZE. Confirmed to still work on 4k-byte sector disks by David Vasek. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2014/05/12 06:34:52 Modified files: net/haproxy : Makefile distinfo Log message: Update for HAproxy to 1.4.25: http://haproxy.1wt.eu/download/1.4/src/CHANGELOG OK benoit@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/12 06:45:53 Modified files: www/havp : Makefile www/c-icap/modules: Makefile Log message: ensure the REVISION for these packages are not smaller than what's currently in 5.5-stable, to prevent upgrading issues when 5.6 comes around. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/12 06:48:13 Modified files: x11/gtksourceview3: Makefile distinfo Log message: update to gtksourceview3-3.12.2 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/12 07:12:41 Modified files: sbin/dhclient : clparse.c Log message: Since all static leases are in one file, /etc/dhclient.conf, there is no 'wrong interface' specification. So display that error message only for non-static leases. i.e. when reading /var/db/dhclient.leases.. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/12 07:19:33 Modified files: www/webkit : Makefile distinfo Log message: Update to webkit-2.4.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/12 07:39:23 Modified files: x11/gnome/power-manager: Makefile distinfo Log message: Update to gnome-power-manager-3.12.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/12 07:39:40 Modified files: x11/gnome/color-manager: Makefile distinfo Log message: Update to gnome-color-manager-3.12.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/12 07:40:00 Modified files: databases/evolution-data-server: Makefile distinfo Log message: Update to evolution-data-server-3.12.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/12 07:40:35 Modified files: mail/evolution : Makefile distinfo Log message: Update to evolution-3.12.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/12 07:40:56 Modified files: mail/evolution-ews: Makefile distinfo mail/evolution-ews/pkg: PLIST Log message: Update to evolution-ews-3.12.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/12 07:41:58 Modified files: x11/gnome/latexila: Makefile distinfo x11/gnome/latexila/pkg: PLIST Log message: Update to latexila-2.12.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/12 08:12:28 Modified files: www/epiphany : Makefile distinfo Log message: update to epiphany-3.12.1 CVSROOT: /cvs Module name: src Changes by: andre@cvs.openbsd.org 2014/05/12 08:28:22 Modified files: usr.sbin/relayd: parse.y Log message: Fix a leak from a recent added mark/marked keywords check. ok reyk CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/05/12 08:35:56 Modified files: sys/arch/hppa/hppa: pmap.c Log message: Fix format strings in debug code. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/05/12 08:37:32 Modified files: usr.sbin/smtpd : mta_session.c Log message: fix a possible double free when tls is required but not advertised by the server. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/05/12 08:47:49 Modified files: devel/cmake : Makefile devel/cmake/patches: patch-Modules_CMakeDetermineJavaCompiler_cmake patch-Modules_FindJava_cmake Log message: kurt@ forgot Modules/FindJava.cmake in his commit (and, while here, fix style). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/12 08:48:02 Modified files: x11/gnome/getting-started-docs: Makefile distinfo Log message: Update to gnome-getting-started-docs-3.12.1. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/05/12 08:56:19 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update to youtube-dl-2014.05.12 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/12 09:22:40 Modified files: shells/zsh/patches: patch-configure_ac Log message: committed upstream; no pkg change CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/12 09:27:01 Modified files: misc/libosinfo : Makefile misc/libosinfo/patches: patch-data_oses_openbsd_xml_in Log message: sync with what's been committed upstream; ok aja@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/12 09:58:11 Modified files: x11/gnome/backgrounds: Makefile distinfo Log message: Update to gnome-backgrounds-3.12.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/12 10:02:38 Modified files: security/py-passlib: Makefile security/py-passlib/pkg: PLIST Log message: add python3 support CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/05/12 10:04:13 Log message: Import py-musicbrainzngs. Python bindings for musicbrainz NGS webservice from Nils R, ok sthen@ Status: Vendor Tag: benoit Release Tags: benoit_20140512 N ports/audio/py-musicbrainzngs/Makefile N ports/audio/py-musicbrainzngs/distinfo N ports/audio/py-musicbrainzngs/pkg/PLIST N ports/audio/py-musicbrainzngs/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/05/12 10:06:46 Modified files: audio : Makefile Log message: +py-musicbrainzngs CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/12 10:09:57 Modified files: x11/gtk+3 : Makefile distinfo x11/gtk+3/patches: patch-gtk_Makefile_in Removed files: x11/gtk+3/patches: patch-gtk_gtkapplication-dbus_c patch-gtk_gtkmountoperation-x11_c Log message: Update to gtk+3-3.12.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/12 10:16:31 Modified files: security : Makefile Log message: +py-passlib,python3 - reminded by aja@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/05/12 10:19:21 Log message: Import py-enum34. Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4. An enumeration is a set of symbolic names (members) bound to unique, constant values. Within an enumeration, the members can be compared by identity, and the enumeration itself can be iterated over. from Nils R, ok sthen@ Status: Vendor Tag: benoit Release Tags: benoit_20140512 N ports/devel/py-enum34/Makefile N ports/devel/py-enum34/distinfo N ports/devel/py-enum34/pkg/PLIST N ports/devel/py-enum34/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/05/12 10:21:46 Modified files: devel : Makefile Log message: +py-enum34 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/12 10:27:41 Modified files: x11/gnome/music: Makefile distinfo x11/gnome/music/pkg: PLIST Log message: Update to gnome-music-3.12.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/12 10:36:04 Modified files: x11/gnome/music: Makefile distinfo Log message: Update to gnome-music-3.12.2.1. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/12 11:03:28 Modified files: lib/libusbhid : data.c parse.c shlib_version usbhid.3 usbhid.h usbvar.h Log message: Keep libusbhid's HID parser in sync with the kernel one. This is mostly a backport from FreeBSD's r205728, r224511 and 225839 without the new functions to set/get a report ID nor the usbhidctl(1) & usbhidaction(1) bits. Committing now to open the "Monday's Bump Parade". CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/12 11:26:01 Modified files: security/clamav: Makefile security/clamav/patches: patch-libclamav_mbox_c Log message: crash fix in mime boundary processing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/12 11:26:45 Modified files: security/clamav: Tag: OPENBSD_5_5 Makefile security/clamav/patches: Tag: OPENBSD_5_5 patch-libclamav_mbox_c Log message: crash fix in mime boundary processing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/12 12:04:30 Modified files: security/clamav/patches: patch-libclamav_mbox_c Log message: update comment; second part committed upstream CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/12 12:50:02 Modified files: sbin/dhclient : dhclient.c Log message: Don't exit on encountering RTM_NEWADDR or RTM_DELADDR routing messages that lack the appropriate address info. Simply ignore the message as is done for short or incorrectly versioned messages ok claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/12 12:57:22 Modified files: . : INDEX Log message: sync; all aboard for 8828 unzels CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/12 13:02:20 Modified files: lib/libc/stdlib: malloc.c Log message: change to having four freelists per size, to reduce another source of deterministic behavior. four selected because it's more than three, less than five. i.e., no particular reason. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/05/12 13:07:37 Modified files: include : ohash.h lib/libc/ohash : ohash_delete.c ohash_do.c ohash_init.3 ohash_init.c ohash_interval.3 Log message: tweak interface to do the right thing, after useful comments from millert@ (mostly use a calloc function to avoid potential integer overflow) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/05/12 13:09:00 Modified files: lib/libc : shlib_version include : Makefile lib/libutil : Makefile shlib_version Added files: lib/libutil : ohash.h ohash_create_entry.c ohash_delete.c ohash_do.c ohash_entries.c ohash_enum.c ohash_init.3 ohash_init.c ohash_int.h ohash_interval.3 ohash_interval.c ohash_lookup_interval.c ohash_lookup_memory.c ohash_qlookup.c ohash_qlookupi.c Log message: move the ohash functions into libutil by popular demand. It's not a standard interface, so it doesn't belong in libc. I hate duplicating the code in client programs, so do beck@, kettenis@, schwarze@, millert@, miod@... and they agree with libutil. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/05/12 13:11:20 Modified files: usr.bin/m4 : Makefile extern.h gnum4.c look.c main.c misc.c usr.bin/make : Makefile arch.c dir.c garray.h memory.c memory.h str.c suff.c targ.c targequiv.c var.c varmodifiers.c usr.bin/mandoc : Makefile mandocdb.c mansearch.c usr.bin/tsort : Makefile tsort.c Added files: usr.bin/make/lst.lib: Makefile.inc lst.h lst_t.h Log message: adjust to ohash being in libutil now, and to the interface changes. fix potential integer overflows in memory allocation (mostly for pedagogical purposes, these are unlikely to overflow in practice) move the rest of lst.lib stuff into its own directory. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/12 13:13:14 Modified files: lib/libc/crypt : Makefile.inc crypt.3 crypt.c Added files: lib/libc/crypt : cryptutil.c Removed files: lib/libc/crypt : md5crypt.c Log message: remove md5crypt. while changing things, add a crypt_checkpass wrapper that handles most of the edge cases. (not quite ready for production, though.) ok deraadt CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/12 13:13:51 Modified files: include : pwd.h Log message: no md5crypt CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/12 13:14:14 Modified files: lib/libcrypto/crypto: Makefile shlib_version lib/libssl/ssl : Makefile shlib_version regress/lib/libcrypto/pqueue: Makefile pq_test.c Added files: lib/libssl/src/ssl: pqueue.c pqueue.h Removed files: lib/libssl/src/crypto/pqueue: pqueue.c pqueue.h Log message: Move the `pqueue' part of libcrypto, which is a glorified sorted linked list of 64-bit data, and only used by DTLS, to libssl where it belongs. Remove pqueue_print() which is a debugging interface and serves no useful purpose, except for the regress test, which grows its own pqueue_print() routine. Bump libcrypto major and libssl minor. WARNING: do not update your tree right now, more changes are coming, which will ride the libcrypto major bump. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/12 13:16:35 Modified files: lib/libssl/src/crypto/asn1: asn1.h asn_pack.c lib/libssl/src/crypto/stack: safestack.h Log message: Bring back ASN1_seq_pack(), ASN1_seq_unpack(), ASN1_pack_string() and ASN1_unpack_string() from the NO_ASN1_OLD purge; turns out that some Ruby extensions still use them, unfortunately, so we need to give them some more time to catch up on ``recent'' interfaces. Riding on the libcrypto major bump. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2014/05/12 13:18:23 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/12 13:19:55 Modified files: lib/libssl/src/crypto/aes: aes.h aes_ige.c regress/lib/libcrypto/ige: igetest.c Log message: Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to use two keys and four IVs to do much magic, is specified as such with test vectors, but the implementation actually always uses the first key, and the test vectors were computed with it, so they are wrong. Fixing the code to match the intended specification would break interoperability with existing code (assuming such code would exist), so it is better to remove this interface, which is obviously too complex for mere mortals if even its author can not implement it correctly. Riding on the libcrypto major bump. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/05/12 13:25:16 Modified files: lib/libc : Makefile.inc Log message: ...better if I actually unplug it, Makefile doesn't do it CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/05/12 13:27:24 Removed files: include : ohash.h lib/libc/ohash : Makefile.inc ohash_create_entry.c ohash_delete.c ohash_do.c ohash_entries.c ohash_enum.c ohash_init.3 ohash_init.c ohash_int.h ohash_interval.3 ohash_interval.c ohash_lookup_interval.c ohash_lookup_memory.c ohash_qlookup.c ohash_qlookupi.c Log message: these files have moved to libutil CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/05/12 13:29:16 Modified files: sys/dev/pci : agp_i810.c sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_gem.c i915_gem_gtt.c Log message: Move GTT management for Sandy Bridge and up into inteldrm(4). This makes it possible to use the non-mappable part of the GTT, prepares the way for using the PPGTT and reduces the diffs with Linux. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2014/05/12 14:17:16 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST Log message: Update to ansible 1.6.1 Too many new modules, features and fixes to list here, see: https://github.com/ansible/ansible/blob/release1.6.1/CHANGELOG.md OK aja@ landry@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2014/05/12 14:35:50 Modified files: net/py-boto : Makefile distinfo net/py-boto/pkg: PLIST Log message: Update py-boto to 2.28.0 Too many changes to list here, see: http://docs.pythonboto.org/en/latest/releasenotes/v2.28.0.html Notable changes portswise: - does not depend on py-M2Crypto anymore (currently broken by libressl) - make it a NOT_TEST port, running the tests needs online user accounts - update RUN_DEPENDS and make py-sphinx only a build dependency OK aja@ sthen@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/12 14:50:46 Modified files: usr.sbin/ntpd : client.c Log message: Fix format strings involving time_t arguments, fixes `ntpd -d' on sparc (and probably more 32-bit platforms). Problem noticed by tobiasu@; ok tobiasu@ dtucker@ sthen@ benno@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/12 15:10:35 Modified files: sbin/quotacheck: quotacheck.c Log message: Remove useless dev_bsize variable and use DEV_BSIZE as needed. Divide sblock_try[] entries by DEV_BSIZE to get proper 512-byte-block address for bread(). Confirmed to still work on 4k-byte sector devices by David Vasek. CVSROOT: /cvs Module name: src Changes by: andre@cvs.openbsd.org 2014/05/12 15:30:42 Modified files: regress/usr.sbin/relayd: Proc.pm Relayd.pm args-http-change-path.pl args-http-mark-marked.pl relayd.pl Log message: Refactors "dummyrun" flag as "dryrun" with an approach similar to the one used for client/server processes checks through $self->{down} state control variable, while here, do not instantiate a client when noclient is defined, reflecting server object instantiation behaviour. ok bluhm CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/05/12 15:35:30 Modified files: archivers/gtar : Makefile distinfo archivers/gtar/patches: patch-configure Log message: Update to 1.17.1. Bug fixes: * Fix unquoting of file names obtained via the -T option. * Fix GNU long link header timestamp (backward compatibility). * Fix extracting sparse members from star archives. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/12 16:12:03 Modified files: lang/php/5.4 : Makefile distinfo lang/php/5.4/patches: patch-sapi_fpm_php-fpm_conf_in lang/php/5.5 : Makefile distinfo lang/php/5.5/patches: patch-sapi_fpm_php-fpm_conf_in Log message: update to php 5.4.28/5.5.12, various fixes including some security-ish/leaks/ memory corruption. ok robert@ http://www.php.net/ChangeLog-5.php CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/05/12 17:09:27 Modified files: net/p5-Net-DNS : Makefile distinfo net/p5-Net-DNS/pkg: PLIST Added files: net/p5-Net-DNS/patches: patch-lib_Net_DNS_Resolver_Base_pm Log message: - update p5-Net-DNS to 0.75 - fix a regession, only the last nameserver line in /etc/resolv.conf was used CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/05/12 18:52:45 Modified files: security/p5-Net_SSLeay: Makefile distinfo security/p5-Net_SSLeay/patches: patch-SSLeay_xs patch-lib_Net_SSLeay_pm Log message: update p5-Net-SSLeay to 1.61 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2014/05/12 20:34:58 Modified files: usr.bin/less : main.c distrib/special/less: Makefile Log message: All callers of helpfile() are #ifdef SMALL so only define that function when SMALL is not defined. OK guenther@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2014/05/12 23:44:06 Modified files: lib/libdrm : Makefile.inc shlib_version xf86drm.c xf86drm.h xf86drmMode.c xf86drmMode.h lib/libdrm/intel: intel_bufmgr_fake.c intel_chipset.h intel_decode.c lib/libdrm/radeon: r600_pci_ids.h radeon_surface.c Log message: update to libdrm 2.4.54 ok matthieu@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2014/05/12 23:45:35 Modified files: . : 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/12 23:50:24 Modified files: sbin/ncheck_ffs: ncheck_ffs.c Log message: Since this is limited to ffs, use ufsinfo_t instead of ino_t. Grow the array of cached inodes exponentially instead of arithmetically. Prefer sizeof(*pointer) over sizeof(type) in mallocs. Don't leak memory in searchdir(). Fix multiple bugs in the handling of indirect blocks, including reuse of a static buffer in a recursive function and failure to track the remaining size of the directory blocks to process Tested with a directory *doubly* indirect block! ok krw@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/05/12 23:52:18 Modified files: devel/p5-Parse-RecDescent: Makefile distinfo Log message: Update devel/p5-Parse-RecDescent to 1.967009 OK sthen@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/05/12 23:55:30 Modified files: devel/cmake : Makefile devel/cmake/patches: patch-Modules_FindJNI_cmake Log message: Fix uninitialized variable CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/13 00:06:15 Modified files: x11/gnome/initial-setup: Makefile distinfo x11/gnome/initial-setup/pkg: PLIST Log message: Update to gnome-initial-setup-3.12.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/13 00:12:14 Modified files: x11/gnome/weather: Makefile distinfo x11/gnome/weather/pkg: PLIST Log message: Update to gnome-weather-3.12.1. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/05/13 00:14:27 Modified files: x11/awesome : Makefile x11/awesome/patches: patch-lib_awful_util_lua_in Log message: Fix the fix (from upstream git commit 9fce440078f4af300ee71b7b5cfca2b423f18622) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/13 00:27:40 Modified files: x11/gnome/maps : Makefile distinfo Log message: Update to gnome-maps-3.12.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/13 00:40:30 Modified files: x11/gnome/devel-docs: Makefile distinfo x11/gnome/devel-docs/pkg: PLIST Log message: Update to gnome-devel-docs-3.12.2. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/05/13 01:31:52 Modified files: x11/awesome : Makefile Log message: Add missing rdep CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/05/13 01:34:35 Modified files: usr.bin/tmux : cmd-capture-pane.c cmd-choose-buffer.c cmd-delete-buffer.c cmd-list-buffers.c cmd-load-buffer.c cmd-paste-buffer.c cmd-save-buffer.c cmd-set-buffer.c format.c paste.c tmux.1 tmux.h window-copy.c Log message: Add support for named buffers. If you don't name a buffer, things work much as before - buffers are automatically named "buffer0000", "buffer0001" and so on and ordered as a stack. Buffers can be named explicitly when creating ("loadb -b foo" etc) or renamed ("setb -b buffer0000 -n foo"). If buffers are named explicitly, they are not deleted when buffer-limit is reached. Diff from J Raynor. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/13 01:36:06 Modified files: x11/gnome/vinagre: Makefile distinfo Log message: Update to vinagre-3.12.2. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/05/13 01:54:20 Modified files: usr.bin/tmux : mode-key.c tmux.1 tmux.h window-copy.c Log message: Add a copy mode key binding to copy to a named buffer. From J Raynor. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/13 02:03:30 Modified files: devel/glade : Makefile distinfo Log message: update glade-3.18.3 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/05/13 02:08:32 Modified files: usr.bin/tmux : cmd-new-session.c cmd-new-window.c cmd-respawn-pane.c cmd-respawn-window.c cmd-split-window.c cmd.c format.c names.c session.c tmux.1 tmux.h window.c Log message: If multiple arguments are given to new-session, new-window, split-window, respawn-window or respawn-pane, pass them directly to execvp() to help avoid quoting problems. One argument still goes to "sh -c" like before. Requested by many over the years. Patch from J Raynor. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/13 02:25:59 Modified files: x11/gnome/gucharmap: Makefile distinfo Log message: update to gucharmap-3.12.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/13 02:26:03 Modified files: x11/gnome/libgweather: Makefile distinfo Log message: update to libgweather-3.12.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/13 02:30:07 Modified files: geo/geocode-glib: Makefile distinfo geo/geocode-glib/pkg: PLIST Log message: update to geocode-glib-3.12.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/13 02:32:45 Modified files: x11/gnome/file-roller: Makefile distinfo Log message: update to file-roller-3.12.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/13 02:43:52 Modified files: x11/gnome/eog : Makefile distinfo Log message: update to eog-3.12.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/13 02:43:58 Modified files: x11/gnome/bijiben: Makefile distinfo x11/gnome/bijiben/pkg: PLIST Log message: update to bijiben-3.12.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/13 02:49:27 Modified files: devel/vte3 : Makefile distinfo devel/vte3/pkg : PLIST Log message: update to vte3-0.36.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/13 02:49:33 Modified files: x11/gnome/terminal: Makefile distinfo Removed files: x11/gnome/terminal/patches: patch-src_server_c Log message: update to gnome-terminal-3.12.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/13 02:54:43 Modified files: x11/gnome/system-monitor: Makefile distinfo x11/gnome/system-monitor/pkg: PLIST Log message: update to gnome-system-monitor-3.12.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/13 03:18:24 Modified files: security/py-passlib/pkg: PLIST Log message: Oops, add some missed ${MODPY_COMMENT} in the lines for the MODPY_CACHE directories. Doesn't change py3 plist; py2 didn't build since the revision was last bumped, so no need to bump now. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/13 03:30:27 Modified files: sys/netinet6 : ip6_input.c Log message: Remove some m->m_pkthdr.rcvif dereference to help for upcoming receiving pointer -> index conversion. No functional change. ok claudio@, mikeb@, lteo@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/05/13 04:19:01 Modified files: net/miniupnp/libnatpmp: Makefile Added files: net/miniupnp/libnatpmp/patches: patch-declspec_h Log message: Better fix. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/13 04:44:29 Modified files: x11/gnome/orca : Makefile distinfo Log message: Update to orca-3.12.2. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2014/05/13 05:50:45 Modified files: net/balance : Makefile distinfo Log message: Trivial update for balance to 3.56 OK benoit@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2014/05/13 05:52:48 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.i386 md.landisk md.loongson md.luna88k md.macppc md.sgi md.socppc md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/05/13 05:57:35 Modified files: lib/libc/asr : gethostnamadr_async.c getnetnamadr_async.c Log message: skip incomplete entries in /etc/hosts and /etc/networks fix null deref spotted by Seth Hanford, pinpointed by dtucker@ ok florian@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/13 06:12:27 Modified files: x11/p5-Gtk2 : Makefile distinfo Log message: Update to p5-Gtk2-1.2491. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/13 06:51:40 Modified files: sbin/dumpfs : dumpfs.c Log message: Nuke another pointless dev_bsize variable always set to 512 and use DEV_BSIZE. David Vasek says it still works the same on 4K-byte-sector device. i.e. prints one value incorrectly. For which a fix should be following soon. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/05/13 07:02:18 Modified files: databases/mydumper: Makefile distinfo Log message: Update to 0.6.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/13 08:00:44 Modified files: x11/gnome/maps : Makefile Log message: Use the devel/gettext MODULE. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/05/13 08:00:45 Modified files: databases/mysql-zrm: Makefile distinfo databases/mysql-zrm/patches: patch-etc_mysql-zrm_mysql-zrm_conf patch-usr_bin_mysql-zrm-backup patch-usr_bin_mysql-zrm-scheduler patch-usr_bin_mysql-zrm-verify-backup patch-usr_lib_mysql-zrm_ZRM_Common_pm databases/mysql-zrm/pkg: PLIST Added files: databases/mysql-zrm/patches: patch-usr_lib_mysql-zrm_ZRM_MySQL_pm Log message: Update to 3.0 remove archivers/gtar dependency fix backup verification optional integration with databases/mydumper to speed up backups CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/13 08:00:59 Modified files: share/man/man3 : intro.3 Log message: ohash stuff in libutil now; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/13 08:01:41 Modified files: lib/libutil : ohash_init.3 Log message: zap trailing whitespace; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/13 08:05:02 Modified files: lib/libusbhid : usbhid.3 Log message: various macro fixes; CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/05/13 08:24:35 Modified files: sbin/iked : ikev2.c Log message: pass SA initiator not the exchange initator to sa_address(); ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/13 08:27:53 Modified files: mail : Makefile mail/mutt : Makefile Added files: mail/mutt : distinfo mail/mutt/patches: patch-configure_ac patch-doc_Makefile_am patch-hcachever_sh_in patch-imap_browse_c patch-smime_keys_pl mail/mutt/pkg : DESCR PLIST Removed files: mail/mutt : Makefile.inc mail/mutt/snapshot: Makefile distinfo mail/mutt/snapshot/patches: patch-configure_ac patch-doc_Makefile_am patch-hcachever_sh_in patch-imap_browse_c patch-smime_keys_pl mail/mutt/snapshot/pkg: DESCR PLIST mail/mutt/stable: Makefile distinfo mail/mutt/stable/patches: patch-Muttrc patch-browser_c patch-configure_in patch-doc_Makefile_in patch-extlib_c patch-mbox_c patch-missing patch-muttlib_c mail/mutt/stable/pkg: DESCR PLIST Log message: Remove old version of mutt, which is missing fixes made to the 1.5 "snapshot" branch 9 years ago (in fact the 1.4 branch has really only received a couple of security fixes since 2002). No naysayers, and positive feedback about the removal from ajacoutot and brad. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2014/05/13 08:33:25 Modified files: sys/net : if.c Log message: While Rev 1.285 fixed a RB tree corruption it caused a TAILQ corruption in the case where the rdomain was not switched. Make sure ifa_add() is only called if ifa_del() was called previously. Hopefully we got all the corruption fixed. With and OK mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/13 09:54:04 Modified files: devel/gsettings-desktop-schemas: Makefile distinfo Log message: Update to gsettings-desktop-schemas-3.12.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/13 10:21:09 Modified files: x11/gnome/desktop: Makefile distinfo Log message: Update to gnome-desktop-3.12.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/13 10:21:27 Modified files: meta/gnome : Makefile Log message: Welcome GNOME 3.12.2! CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2014/05/13 10:32:05 Modified files: www/wordpress : Makefile distinfo www/wordpress/pkg: PLIST Log message: Update for Wordpress to 3.9.1 https://codex.wordpress.org/Version_3.9 Thanks kili@ and kirby@ for the tests. OK kili@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/13 11:16:50 Modified files: x11/gnome/online-accounts: Makefile distinfo Log message: update to gnome-online-accounts-3.12.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/13 12:00:44 Modified files: x11/gnome/nautilus: Makefile distinfo x11/gnome/nautilus/pkg: PLIST Removed files: x11/gnome/nautilus/patches: patch-src_nautilus-application_c Log message: Update to nautilus-3.12.2. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/13 13:09:23 Modified files: lib/libXfont/src/fc: fsconvert.c fserve.c lib/libXfont/src/fontfile: dirfile.c fontdir.c Log message: Security fixes from X.Org Advisory: X Font Service Protocol & Font metadata file handling issues in libXfont May 13, 2014 - CVE-2014-0209: integer overflow of allocations in font metadata file parsing When a local user who is already authenticated to the X server adds a new directory to the font path, the X server calls libXfont to open the fonts.dir and fonts.alias files in that directory and add entries to the font tables for every line in it. A large file (~2-4 gb) could cause the allocations to overflow, and allow the remaining data read from the file to overwrite other memory in the heap. Affected functions: FontFileAddEntry(), lexAlias() - CVE-2014-0210: unvalidated length fields when parsing xfs protocol replies When parsing replies received from the font server, these calls do not check that the lengths and/or indexes returned by the font server are within the size of the reply or the bounds of the memory allocated to store the data, so could write past the bounds of allocated memory when storing the returned data. Affected functions: _fs_recv_conn_setup(), fs_read_open_font(), fs_read_query_info(), fs_read_extent_info(), fs_read_glyphs(), fs_read_list(), fs_read_list_info() - CVE-2014-0211: integer overflows calculating memory needs for xfs replies These calls do not check that their calculations for how much memory is needed to handle the returned data have not overflowed, so can result in allocating too little memory and then writing the returned data past the end of the allocated buffer. Affected functions: fs_get_reply(), fs_alloc_glyphs(), fs_read_extent_info() Reported by Ilja van Sprundel of IOActive Fixes by Alan Coopersmith of Oracle CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/13 13:31:01 Modified files: lib/libXfont/src/fc: Tag: OPENBSD_5_5 fsconvert.c fserve.c lib/libXfont/src/fontfile: Tag: OPENBSD_5_5 dirfile.c fontdir.c Log message: Security fixes from X.Org Advisory: X Font Service Protocol & Font metadata file handling issues in libXfont May 13, 2014 - CVE-2014-0209: integer overflow of allocations in font metadata file parsing When a local user who is already authenticated to the X server adds a new directory to the font path, the X server calls libXfont to open the fonts.dir and fonts.alias files in that directory and add entries to the font tables for every line in it. A large file (~2-4 gb) could cause the allocations to overflow, and allow the remaining data read from the file to overwrite other memory in the heap. Affected functions: FontFileAddEntry(), lexAlias() - CVE-2014-0210: unvalidated length fields when parsing xfs protocol replies When parsing replies received from the font server, these calls do not check that the lengths and/or indexes returned by the font server are within the size of the reply or the bounds of the memory allocated to store the data, so could write past the bounds of allocated memory when storing the returned data. Affected functions: _fs_recv_conn_setup(), fs_read_open_font(), fs_read_query_info(), fs_read_extent_info(), fs_read_glyphs(), fs_read_list(), fs_read_list_info() - CVE-2014-0211: integer overflows calculating memory needs for xfs replies These calls do not check that their calculations for how much memory is needed to handle the returned data have not overflowed, so can result in allocating too little memory and then writing the returned data past the end of the allocated buffer. Affected functions: fs_get_reply(), fs_alloc_glyphs(), fs_read_extent_info() Reported by Ilja van Sprundel of IOActive Fixes by Alan Coopersmith of Oracle CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/13 13:34:02 Modified files: lib/libXfont/src/fc: Tag: OPENBSD_5_4 fsconvert.c fserve.c lib/libXfont/src/fontfile: Tag: OPENBSD_5_4 dirfile.c fontdir.c Log message: Security fixes from X.Org Advisory: X Font Service Protocol & Font metadata file handling issues in libXfont May 13, 2014 - CVE-2014-0209: integer overflow of allocations in font metadata file parsing When a local user who is already authenticated to the X server adds a new directory to the font path, the X server calls libXfont to open the fonts.dir and fonts.alias files in that directory and add entries to the font tables for every line in it. A large file (~2-4 gb) could cause the allocations to overflow, and allow the remaining data read from the file to overwrite other memory in the heap. Affected functions: FontFileAddEntry(), lexAlias() - CVE-2014-0210: unvalidated length fields when parsing xfs protocol replies When parsing replies received from the font server, these calls do not check that the lengths and/or indexes returned by the font server are within the size of the reply or the bounds of the memory allocated to store the data, so could write past the bounds of allocated memory when storing the returned data. Affected functions: _fs_recv_conn_setup(), fs_read_open_font(), fs_read_query_info(), fs_read_extent_info(), fs_read_glyphs(), fs_read_list(), fs_read_list_info() - CVE-2014-0211: integer overflows calculating memory needs for xfs replies These calls do not check that their calculations for how much memory is needed to handle the returned data have not overflowed, so can result in allocating too little memory and then writing the returned data past the end of the allocated buffer. Affected functions: fs_get_reply(), fs_alloc_glyphs(), fs_read_extent_info() Reported by Ilja van Sprundel of IOActive Fixes by Alan Coopersmith of Oracle CVSROOT: /cvs Module name: ports Changes by: miod@cvs.openbsd.org 2014/05/13 13:39:54 Modified files: audio/celt07 : Makefile Log message: Unbreak on hppa by compiling with -O2 -finline-functions, after noticing compiling with -Os would not trigger the ICE. Temporary bandaid (which is likely to last for a long time...) until Someone(TM) investigates further. ok landry@ CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2014/05/13 14:12:43 Modified files: . : security.html Log message: kill white space at EOL CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/13 14:37:49 Modified files: usr.bin/printf : printf.1 Log message: - document two escape sequences as extensions in STANDARDS - document undefined behaviour for unlisted formats in combination with `#'; guenther helped me organise this into a saner piece of text ok guenther CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/13 14:51:00 Modified files: lib/libc/stdio : printf.3 wprintf.3 Log message: for non-valid combinations with `#', instead of trying to list them all, simply say all other combinations are behaviour undefined; ok guenther, who reminded me to change these too; CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/13 16:06:06 Modified files: sbin/fsdb : fsdb.h Log message: We don't need no stinkin' 'extern long dev_bsize;'. At least not since fsck_ffs stopped providing it. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/13 16:07:03 Modified files: usr.bin/less : less.1 Log message: sync some of the text of ENVIRONMENT with more(1), and cut some verbiage; ok millert CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/05/13 16:54:18 Modified files: usr.bin/tmux : paste.c Log message: Don't allow multiple buffers with the same name, from Thomas Adam. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/13 16:57:26 Modified files: net/rabbitmq : Makefile Log message: missing build dep on docbook-xsl; without it, it tries to fetch as an xml external entity over the network at build time. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/13 18:07:56 Modified files: mail/postfix/stable: Tag: OPENBSD_5_5 Makefile distinfo Log message: update to postfix 2.11.1 in -stable; ok brad@ "Bugfix (introduced: Postfix 2.11): with connection caching enabled (the default), recipients could be given to the wrong mail server. The root cause was an incorrect predicate. Due to this, the Postfix SMTP client could save and restore plaintext connections that should not be cached, under nonsensical lookup keys that did not distinguish by destination. Problem reported by Sahil Tandon." By default, connection caching is only used for destinations with a high volume of mail in the active queue (see smtp_connection_cache_on_demand; http://www.postfix.org/CONNECTION_CACHE_README.html#configuration). CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2014/05/13 19:50:16 Modified files: faq : upgrade55.html Log message: Add a chunk of verbiage about BDB upgrade issues prodded by nick@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/13 20:03:47 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: Update to Postfix 2.12-20140508. ok sthen@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/05/13 20:40:11 Modified files: faq : upgrade55.html Log message: stop packages before removing them; removing them will delete the shutdown script, which will result in a hard kill at reboot. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/05/14 00:21:19 Modified files: usr.bin/tmux : key-bindings.c server.c tmux.h Log message: Now that cmdlists are reference counted, there is no need for two-step deletion via the dead_key_bindings tree. From Keith Amling. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/14 00:30:03 Modified files: x11/gnome/libcryptui: Makefile distinfo x11/gnome/libcryptui/pkg: PLIST Log message: Update to libcryptui-3.12.2. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/05/14 00:39:59 Modified files: usr.bin/tmux : window-copy.c Log message: Simplify copy lines, from Keith Amling. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/14 00:43:27 Modified files: x11/gnome/gcr : Makefile distinfo x11/gnome/gcr/patches: patch-Makefile_in x11/gnome/gcr/pkg: PLIST Log message: Update to gcr-3.12.2. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/05/14 00:45:35 Modified files: usr.bin/tmux : cmd-bind-key.c cmd-unbind-key.c tmux.1 Log message: Change key-table to mode-table to allow for some future work. From Keith Amling. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/14 01:02:21 Modified files: x11/gnome/seahorse: Makefile distinfo x11/gnome/seahorse/pkg: PLIST Log message: Update to seahorse-3.12.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/14 01:04:37 Modified files: x11/gnome/keyring: Makefile distinfo x11/gnome/keyring/pkg: PLIST Log message: Update to gnome-keyring-3.12.2. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/14 02:07:24 Modified files: multimedia/xine-lib: Makefile Added files: multimedia/xine-lib/patches: patch-src_combined_ffmpeg_ff_video_decoder_c Log message: Attempt to fix FFmpeg VP9 segfault. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/14 02:59:52 Modified files: x11/vlc : Makefile Log message: build dep on bison ("aclocal: file `/usr/local/share/aclocal/bison-i18n.m4' does not exist"), ok brad@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/14 03:13:32 Modified files: x11/gnome/empathy: Makefile distinfo Log message: update to empathy-3.12.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/14 03:17:32 Modified files: x11/gnome/polari: Makefile distinfo x11/gnome/polari/pkg: PLIST Log message: update to polari-3.12.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/14 03:26:00 Modified files: x11/gnome/shell: Makefile distinfo Log message: update to gnome-shell-3.12.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/14 03:26:00 Modified files: x11/gnome/mutter: Makefile distinfo Log message: upate to mutter-3.12.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/14 03:26:01 Modified files: x11/gnome/shell-extensions: Makefile distinfo x11/gnome/shell-extensions/pkg: PLIST Log message: update to gnome-shell-extensions-3.12.2 CVSROOT: /cvs Module name: ports Changes by: tobiasu@cvs.openbsd.org 2014/05/14 03:32:55 Modified files: lang/gcc/4.8 : Makefile lang/gcc/4.8/patches: patch-gcc_config_gcc patch-libgcc_config_host Added files: lang/gcc/4.8/patches: patch-gcc_config_mips_mips_h patch-gcc_config_mips_openbsd_h Log message: Add mostly finished mips64/mips64el backend. Marked BROKEN for now. Can build xgcc, but then chokes on our ancient binutils with: ld: not enough GOT space for local GOT entries ok brad@ sthen@ bcallah@ pascal@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2014/05/14 03:42:22 Modified files: usr.sbin/snmpd : kroute.c snmpd.h Log message: Sync ktable code with bgpd to fetch, store and perform lookups in multiple routing tables. Currently it doesn't do anything useful but it's a prerequisite for any future work in this direction. ok sthen, reyk, blambert CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/14 03:56:44 Log message: import supervisor-3.0, based on an initial port by viq Supervisor is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems. [...] ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20141405 N ports/sysutils/supervisor/Makefile N ports/sysutils/supervisor/distinfo N ports/sysutils/supervisor/patches/patch-supervisor_skel_sample_conf N ports/sysutils/supervisor/pkg/DESCR N ports/sysutils/supervisor/pkg/PLIST N ports/sysutils/supervisor/pkg/supervisord.rc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/14 03:58:12 Modified files: sysutils : Makefile Log message: +supervisor CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/14 04:06:08 Modified files: security/libsodium: Makefile distinfo security/libsodium/pkg: PLIST Log message: update to libsodium 0.50, openbsd-relevant entries from changelog are: - sodium_mlock()/sodium_munlock() have been introduced to lock pages in memory before storing sensitive data, and to zero them before unlocking them. - High-level wrappers for crypto_box and crypto_secretbox (crypto_box_easy and crypto_secretbox_easy) can be used to avoid dealing with the specific memory layout regular functions depend on. - crypto_pwhash_scryptxsalsa208sha256* functions have been added to derive a key from a password, and for password storage. - Salsa20 and ed25519 implementations now support overlapping inputs/keys/outputs (changes imported from supercop-20140505). - The poly1305-53 implementation has been replaced with Floodyberry's poly1305-donna32 and poly1305-donna64 implementations. - sodium_hex2bin() has been added to complement sodium_bin2hex(). - On OpenBSD and Bitrig, arc4random() is used instead of reading /dev/urandom. - crypto_auth_hmac_sha512() has been implemented. - sha256 and sha512 now have a streaming interface. - hmacsha256, hmacsha512 and hmacsha512256 now support keys of arbitrary length, and have a streaming interface. - crypto_verify_64() has been implemented. - CPU features are now detected at runtime. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/14 04:06:20 Log message: import textproc/grepcidr, ok jasper@ grepcidr can be used to filter a list of IP addresses against one or more Classless Inter-Domain Routing (CIDR) specifications, or arbitrary networks specified by an address range. As with grep, there are options to invert matching and load patterns from a file. grepcidr is capable of comparing thousands or even millions of IPs to networks with little memory usage and in reasonable computation time. grepcidr has endless uses in network software, including: mail filtering and processing, network security, log analysis, and many custom applications. Status: Vendor Tag: sthen Release Tags: sthen_20140514 N ports/textproc/grepcidr/Makefile N ports/textproc/grepcidr/distinfo N ports/textproc/grepcidr/pkg/PLIST N ports/textproc/grepcidr/pkg/DESCR N ports/textproc/grepcidr/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/14 04:06:39 Modified files: textproc : Makefile Log message: +grepcidr CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/14 04:32:21 Modified files: net/icinga/core: Makefile net/icinga/core/pkg: README-main Log message: fix another SYSCONFDIR/BASESYSCONFDIR problems in the README, reported by otto@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/14 07:30:30 Modified files: multimedia/gstreamer-0.10/mm: Makefile Log message: Fix comment; no pkg change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/14 07:32:24 Modified files: editors/subtitleeditor: Makefile distinfo editors/subtitleeditor/pkg: PLIST Added files: editors/subtitleeditor/patches: patch-plugins_actions_keyframesmanagement_keyframesgenerator_cc Removed files: editors/subtitleeditor/patches: patch-plugins_actions_findandreplace_findandreplace_cc Log message: Update to subtitleeditor-0.41.0. Add a patch to fix a segfault during keyframes generation, as reported by "Jiri B" CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/05/14 08:23:43 Modified files: databases/p5-SQL-Statement: Makefile distinfo Log message: Update databases/p5-SQL-Statement to 1.405 ok benoit@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/14 08:41:59 src/lib/libssl/src/crypto/poly1305 Update of /cvs/src/lib/libssl/src/crypto/poly1305 In directory cvs.openbsd.org:/tmp/cvs-serv26614/poly1305 Log Message: Directory /cvs/src/lib/libssl/src/crypto/poly1305 added to the repository CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/14 08:42:35 src/regress/lib/libcrypto/poly1305 Update of /cvs/src/regress/lib/libcrypto/poly1305 In directory cvs.openbsd.org:/tmp/cvs-serv28259/poly1305 Log Message: Directory /cvs/src/regress/lib/libcrypto/poly1305 added to the repository CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/14 08:46:35 Modified files: regress/lib/libcrypto: Makefile lib/libcrypto/crypto: Makefile Added files: lib/libssl/src/crypto/poly1305: poly1305-donna.c poly1305.c poly1305.h regress/lib/libcrypto/poly1305: Makefile poly1305test.c Log message: Add poly1305 to libcrypto utilising Andrew Moon's public domain implementation. ok miod@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/14 09:33:41 Modified files: usr.bin/signify: signify.c Log message: realloc like a boss, so checksum verification doesn't take minutes. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/14 09:52:24 Modified files: usr.bin/signify: signify.c Log message: recode base64 hashes if necessary CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/14 09:55:11 Modified files: usr.bin/signify: signify.c Log message: save some memory by reducing buffer sizes CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/14 09:56:41 Modified files: usr.bin/signify: signify.c Log message: spell out base64 in error messages CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/14 10:02:35 Modified files: usr.bin/signify: signify.c Log message: let cpp do some of the work CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2014/05/14 11:51:41 Modified files: lang/racket : Makefile distinfo lang/racket/patches: patch-racket_src_configure lang/racket/pkg: PLIST Added files: lang/racket/patches: patch-src_racket_sconfig_h patch-src_racket_src_mzrt_h Log message: Update to Racket 6.0.1. ok jturner@. CVSROOT: /cvs Module name: src Changes by: shadchin@cvs.openbsd.org 2014/05/14 12:11:24 Modified files: sys/dev/wscons : wsdisplay.c wsmoused.h Log message: wsmoused() called if cmd == WSDISPLAYIO_WSMOUSED only, don't need check cmd twice. ok miod@ CVSROOT: /cvs Module name: src Changes by: shadchin@cvs.openbsd.org 2014/05/14 12:14:09 Modified files: usr.sbin/wsmoused: wsmoused.c wsmoused.h Log message: Remove unused variables. ok miod@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2014/05/14 12:15:26 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: shadchin@cvs.openbsd.org 2014/05/14 12:18:01 Modified files: usr.sbin/wsmoused: mouse_protocols.c wsmoused.c wsmoused.h Log message: Remove unused code. ok miod@ CVSROOT: /cvs Module name: src Changes by: shadchin@cvs.openbsd.org 2014/05/14 12:23:22 Modified files: usr.sbin/wsmoused: mouse_protocols.c wsmoused.c wsmoused.h Log message: Remove mouse.baudrate, it is always 1200. ok miod@ CVSROOT: /cvs Module name: src Changes by: shadchin@cvs.openbsd.org 2014/05/14 12:28:22 Modified files: usr.sbin/wsmoused: mouse_protocols.c Log message: Remove second arg in SetMouseSpeed(), it is always 1200. ok miod@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2014/05/14 13:08:33 Modified files: sys/net : if_loop.c Log message: There is no reason why one needs to have a lo(4) MTU that is arch specific. Also making the size 32k + some extra is not very helpful since we don't do something like zerocopy or sendfile. Just go back to 32768 and we can bikeshed over the right value later on once we have features that benefit from it. OK mpi@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2014/05/14 13:10:21 Modified files: regress/sbin/route: rttest1.ok rttest10.ok rttest11.ok rttest2.ok rttest3.ok rttest4.ok rttest5.ok rttest6.ok rttest7.ok rttest8.ok rttest9.ok Log message: Adjust route outputs to the new lo(4) MTU which is now the same on all archs. Makes this regress work again. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/05/14 14:28:05 ports/www/p5-Mojo/patches Update of /cvs/ports/www/p5-Mojo/patches In directory cvs.openbsd.org:/tmp/cvs-serv877/patches Log Message: Directory /cvs/ports/www/p5-Mojo/patches added to the repository CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2014/05/14 15:33:51 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/05/14 15:48:51 Modified files: sys/net : if_vlan.c Log message: improve style - basically, what my fingers did at Marrakesh airport when waiting for the flight home from m2k14. ok reyk CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/14 15:54:20 Modified files: lib/libc/stdlib: abort.3 abort.c Log message: stop flushing streams in abort(). it's hackish and unsafe, and no longer required. try to document this fact and some of the history. with feedback from deraadt guenther millert CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/14 17:11:41 Modified files: emulators/sdlmess: Makefile distinfo emulators/sdlmess/patches: patch-makefile patch-src_osd_sdl_sdl_mak Added files: emulators/sdlmess/patches: patch-src_emu_netlist_nl_base_h Log message: Update to MESS 0.153 "move along" landry@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/14 17:32:50 Modified files: emulators/sdlmame: Makefile distinfo emulators/sdlmame/patches: patch-makefile patch-src_osd_sdl_sdl_mak Added files: emulators/sdlmame/patches: patch-src_emu_netlist_nl_base_h Log message: Update MAME to 0.153 "move along" landry@ CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2014/05/14 18:40:45 Log message: Import ports/security/reop. MAKE_FLAGS suggestion and ok sthen@ reop (reasonable expectation of privacy) is a utility that creates and verifies cryptographic signatures. It supports both asymmetric and symmetric encryption. Status: Vendor Tag: jturner Release Tags: jturner_20140514 N ports/security/reop/distinfo N ports/security/reop/Makefile N ports/security/reop/pkg/DESCR N ports/security/reop/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2014/05/14 19:29:52 Modified files: mail/lumail : Makefile distinfo mail/lumail/patches: patch-src_bindings_cc patch-src_bindings_message_cc mail/lumail/pkg: PLIST Added files: mail/lumail/patches: patch-src_bindings_text_cc Removed files: mail/lumail/patches: patch-src_input_cc Log message: Update lumail to 0.25. Primarily a bug fix release. Change log can be found on github: https://github.com/skx/lumail/commit/c595413e38c61e825425908505aa3a16405dbd18 CVSROOT: /cvs Module name: www Changes by: jturner@cvs.openbsd.org 2014/05/14 19:49:53 Modified files: . : events.html Log message: Add Bob's late LibreSSL talk addition CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2014/05/14 19:50:38 Modified files: . : plus.html Log message: plus.html may 5-11, ok jj@. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/14 21:52:25 Modified files: sys/arch/vax/vax: pmap.c sys/kern : init_main.c kern_descrip.c kern_exec.c kern_exit.c kern_fork.c kern_proc.c sched_bsd.c sys/sys : filedesc.h proc.h sysctl.h sys/uvm : uvm_extern.h uvm_glue.c uvm_map.c Log message: Move from struct proc to process the reference-count-holding pointers to the process's vmspace and filedescs. struct proc continues to keep copies of the pointers, copying them on fork, clearing them on exit, and (for vmspace) refreshing on exec. Also, make uvm_swapout_threads() thread aware, eliminating p_swtime in kernel. particular testing by ajacoutot@ and sebastia@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/14 22:36:33 Modified files: sys/kern : kern_time.c Log message: Prefer prsignal() to send process signals CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/14 22:43:25 Modified files: sys/sys : event.h sys/kern : kern_event.c kern_exit.c Log message: knote_processexit() needs the thread to pass down to FRELE(), so pass it the exiting thread instead of assuming that that's ps_mainproc. Also, panic no matter which thread of init takes it down. ok tedu@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2014/05/14 23:03:24 Modified files: usr.sbin/rtadvd: rtadvd.c Log message: Deal with - actually, ignore - route info messages on the listening side. Issue reported by consus at gmx dot com on bugs@. ok bluhm@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/05/15 01:56:26 Modified files: usr.sbin/relayd: check_tcp.c Log message: Use log_warn() to include errno if write() fails. From thib CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/05/15 02:52:19 Modified files: editors/libreoffice: Makefile distinfo editors/libreoffice/pkg: PLIST-i18n-pt-br Log message: update to 4.1.6.2 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/15 03:05:13 Modified files: sys/netinet6 : in6.c nd6.c Log message: Do not use nd6_rtrequest() for addresses configured on loopback interfaces. ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/15 03:08:31 Modified files: x11/gnome/seahorse: Makefile Log message: This needs vala to build as spotted by sthen@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/15 03:29:38 Modified files: sys/dev/wscons : wskbd.c wskbdutil.c Log message: Use a more appropriate malloc(9) type than M_TEMP for the keymap memory since it is only freed when your keyboard is detached. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/15 03:47:26 Modified files: sys/dev/pci : pcidevs Log message: XHCI -> xHCI CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/15 03:47:55 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/15 04:10:01 Modified files: textproc/calibre: Makefile distinfo textproc/calibre/pkg: PLIST Log message: update to calibre 1.36.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/15 04:47:54 Modified files: sysutils/ruby-puppet/3/patches: patch-lib_puppet_provider_package_openbsd_rb Log message: patch for PUP-2311 was committed upstream CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/15 05:25:59 Modified files: lib/libssl/src/crypto/bn: bn_depr.c lib/libssl/src/crypto/dh: dh_depr.c lib/libssl/src/crypto/dsa: dsa_depr.c lib/libssl/src/crypto/ec: ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c ecp_nistputil.c lib/libssl/src/crypto/evp: e_old.c lib/libssl/src/crypto/rsa: rsa_depr.c Log message: Stop being a dummy... presumably these are left overs from pedantic mode that were not wrapped with #if PEDANTIC. ok miod@ CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2014/05/15 06:05:24 Modified files: security : Makefile Log message: Hook up reop. Reminded by bcallah@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/15 06:15:42 Log message: Import games/galois Galois is a computer game of the "falling blocks" type, but with unique features. Unlike most other games of that type, Galois is not limited to blocks made of four two-dimensional square bricks: you can choose among several different brick shapes, blocks composed of more or less bricks, and even between two- and three-dimensional games. ok landry@ Status: Vendor Tag: bcallah Release Tags: bcallah_15-May-2014 N ports/games/galois/Makefile N ports/games/galois/distinfo N ports/games/galois/pkg/DESCR N ports/games/galois/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/15 06:16:22 Modified files: games : Makefile Log message: +galois CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/05/15 07:14:15 Modified files: usr.bin/signify: signify.c Log message: fix the band-aid error. tedu was bitten by the RETARDED interface in sha2.h (who names string LENGTH things that are actually buffer SIZES) ? make -C mode work again. okay beck@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/15 07:53:47 Modified files: lib/libcrypto/crypto: Makefile lib/libssl/src/crypto/evp: e_aes.c evp.h evp_err.c evp_locl.h Added files: lib/libssl/src/crypto/evp: evp_aead.c Log message: Add an AEAD EVP interface to libcrypto, along with AES-GCM AEAD implementations. This largely pulls in Adam Langley's AEAD patches from Chromium's OpenSSL. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/15 07:54:11 src/regress/lib/libcrypto/aead Update of /cvs/src/regress/lib/libcrypto/aead In directory cvs.openbsd.org:/tmp/cvs-serv22283/aead Log Message: Directory /cvs/src/regress/lib/libcrypto/aead added to the repository CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/15 07:56:14 Added files: regress/lib/libcrypto/aead: Makefile aeadtest.c aeadtests.txt Log message: Add a regress test for AEAD, based on Adam Langley's code. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/15 08:06:13 Modified files: lib/libssl/src/crypto/evp: e_aes.c evp_aead.c Log message: KNF. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/05/15 08:06:18 Modified files: databases/p5-DBI: Makefile distinfo Log message: Update p5-DBI to 1.631 OK sthen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/05/15 08:06:59 Modified files: databases/p5-DBD-CSV: Makefile distinfo Log message: Update p5-DBD-CSV to 0.41 OK sthen@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/15 08:09:50 Modified files: lib/libssl/src/crypto/poly1305: poly1305-donna.c Log message: KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/15 08:12:33 Modified files: lib/libssl/src/crypto/chacha: chacha-merged.c chacha.h Log message: KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/15 08:13:46 Modified files: regress/lib/libcrypto/aead: aeadtest.c Log message: KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/15 08:14:56 Modified files: regress/lib/libcrypto/poly1305: poly1305test.c Log message: KNF. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/15 08:25:45 Modified files: net/arpwatch : Makefile distinfo net/arp-scan : Makefile distinfo Log message: update mac vendor list CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/15 09:09:01 Modified files: lib/libcrypto/crypto: Makefile lib/libssl/src/crypto/evp: evp.h evp_err.c Added files: lib/libssl/src/crypto/evp: e_chacha20poly1305.c Log message: Add a ChaCha20-Poly1305 AEAD EVP implementation to libcrypto, from Adam Langley's Chromium OpenSSL patches. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/15 09:13:56 Modified files: lib/libssl/src/crypto/evp: e_chacha20poly1305.c Log message: KNF. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/15 09:24:29 ports/games/galois/patches Update of /cvs/ports/games/galois/patches In directory cvs.openbsd.org:/tmp/cvs-serv29120/patches Log Message: Directory /cvs/ports/games/galois/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/15 09:26:48 Modified files: games/galois : Makefile games/galois/pkg: PLIST Added files: games/galois/patches: patch-src_main_cc Log message: Patch out the Help Browser. It requires yelp, which requires webkit. There are more archs that can run galois than have webkit, so seems silly to needlessly deny those archs the ability to run galois. poke from aja@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/15 09:41:44 Modified files: regress/lib/libcrypto/aead: aeadtest.c aeadtests.txt Log message: Add chacha20-poly1305 test vector to regress. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/15 09:44:19 Modified files: lib/libssl/src/crypto/evp: e_chacha20poly1305.c Log message: Use C99 initialisers for the AEAD struct. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/15 09:50:25 Modified files: regress/lib/libcrypto/aead: aeadtest.c aeadtests.txt Log message: Add additional chacha20-poly1305 test vectors. Thanks to Piotr Sikora for providing a reference to the source. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/15 09:55:55 Modified files: lib/libssl/src/crypto/evp: e_des.c e_des3.c encode.c p_sign.c Log message: More KNF. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/05/15 10:06:49 Modified files: faq/pf : queueing.html Log message: s/queue/oldqueue/ in rules so the examples here at least apply in 5.5, and add a "WARNING: This document is currently out-of-date" section. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/05/15 10:21:19 Modified files: editors/libreoffice: Makefile editors/libreoffice/pkg: PFRAG.shared-kde PFRAG.shared-main Log message: wantlib and lib depends fixes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/15 11:27:40 Modified files: www/squidguard : Makefile www/squidguard/patches: patch-src_main_c Log message: fix squidguard patch; from Matthias Pitzl CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2014/05/15 13:18:23 Modified files: sbin/growfs : growfs.c Log message: - typo in comment - memset() is not needed after a calloc() - add missing DBG_ENTER; - use SEEK_SET instead of 0 in an lseek() call ok krw@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/15 13:22:36 Modified files: x11/gnome/totem: Makefile Added files: x11/gnome/totem/patches: patch-src_totem-grilo_c Log message: Fix potential data loss when removing multiple files (upstream). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/15 13:23:14 Modified files: regress/lib/libcrypto/pqueue: Makefile pq_test.c Log message: Get pqueue.h from the libssl sources rather than relying upon it being installed. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/15 13:36:45 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: use <> for tables; original report from creamy; diff from Frank Brodbeck, tweaked CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/15 13:38:06 Modified files: bin/ps : ps.1 Log message: flesh out STANDARDS; ok guenther CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/15 13:39:46 Modified files: lib/libssl/ssl : Makefile lib/libssl/src/ssl: d1_pkt.c dtls1.h ssl_locl.h Log message: No longer make pqueue.h a public (and installed) header file. Replace its inclusion in by the benign `struct _pqueue; typedef struct _pqueue *pqueue;'. Note that said dtls1.h should probably be considered a private header as well... ok beck@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2014/05/15 13:40:43 Modified files: usr.bin/make : main.c Log message: remove unused variable ok espie@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/15 13:42:56 Modified files: bin/ps : ps.1 Log message: more for STANDARDS: unsupported lists (noted by guenther) and env vars; CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/05/15 14:01:38 Modified files: x11/mplayer : Makefile Added files: x11/mplayer/patches: patch-libmpdemux_demux_real_c Log message: fix real demuxer, patch cherry-picked from upstream, after brad@ reported the issue to them. so the patch is going to be in the next update, which may break some other things. So let's go forward and provide something strictly better than the current port. :) okay edd@ CVSROOT: /cvs Module name: ports Changes by: lteo@cvs.openbsd.org 2014/05/15 14:11:43 Modified files: net/snort : Makefile distinfo net/snort/patches: patch-etc_snort_conf Log message: Update to Snort 2.9.6.1, from maintainer Markus Lude. Tested on amd64 and i386 by myself. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/15 14:17:17 Modified files: sysutils/ruby-puppet/3: Makefile distinfo sysutils/ruby-puppet/3/patches: patch-lib_puppet_defaults_rb patch-lib_puppet_provider_package_openbsd_rb patch-lib_puppet_provider_service_openbsd_rb patch-lib_puppet_type_resources_rb sysutils/ruby-puppet/3/pkg: PLIST Removed files: sysutils/ruby-puppet/3/patches: patch-lib_puppet_type_service_rb Log message: * update to puppet 3.6.0 - release notes at http://docs.puppetlabs.com/puppet/3.6/reference/release_notes.html - please note that this release deprecates the use of "config file environments". if you haven't already done so, please switch to "directory environments" as explained here: http://docs.puppetlabs.com/puppet/latest/reference/environments.html CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/15 15:06:10 Modified files: lib/libssl/src/crypto/asn1: a_gentm.c a_time.c a_utctm.c Log message: Replace ASN1_GENERALIZEDTIME_adj(), ASN1_UTCTIME_adj() and ASN1_TIME_to_generalizedtime() with wrappers around their former implementations, making sure memory allocated is freed in all failure cases. help and ok from beck@ and Brendan MacDonell. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/15 15:07:10 Modified files: lib/libssl/src/crypto/asn1: asn_mime.c asn_pack.c Log message: Fix memory leaks upon failure. ok beck@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/15 15:24:33 Modified files: www/squid : Makefile.inc www/squid/snapshot: Makefile www/squid/stable: Makefile Log message: disable "rock" storeio backend, it doesn't currently work on OpenBSD (creates initial db file ok, but EMSGSIZE when trying to open at normal startup) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/15 16:00:13 Modified files: security/py-M2Crypto: Makefile Log message: switch to a different test for the simple "is it at least possible to import this module" check done at build time, viq noticed that the package was now working (following safestack.h r1.13 et al) but the test still failed. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/05/15 16:30:08 Modified files: www/p5-Mojo : Makefile distinfo www/p5-Mojo/pkg: PLIST Added files: www/p5-Mojo/patches: patch-lib_Mojo_IOLoop_Server_pm Log message: - update p5-Mojolicious to 4.99 - fix wrong invocation of IO::Socket::SSL tested by Remi Locherer; OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/05/15 16:33:21 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: update p5-IO-Socket-SSL to 1.984, this provides OCSP support CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/05/15 17:19:39 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: update p5-IO-Socket-SSL to 1.985 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/15 19:34:50 Modified files: graphics/ffmpeg: Makefile distinfo graphics/ffmpeg/patches: patch-configure patch-library_mak patch-version_sh graphics/ffmpeg/pkg: PLIST x11/mplayer : Makefile distinfo x11/mplayer/patches: patch-DOCS_man_en_mplayer_1 patch-configure patch-libmpdemux_demux_real_c Added files: graphics/ffmpeg/patches: patch-doc_examples_transcode_aac_c Removed files: graphics/ffmpeg/patches: patch-libavcodec_aacenc_c patch-libavcodec_aacps_c patch-libavcodec_aacpsy_c x11/mplayer/patches: patch-fmt-conversion_c patch-libao2_ao_sndio_c patch-libmpcodecs_vd_ffmpeg_c patch-libmpdemux_demux_lavf_c patch-libmpdemux_demux_mpg_c patch-libmpdemux_mp_taglists_c Log message: Update to FFmpeg 20140412 snapshot. From 2.2 branch. Update to MPlayer 20140412 snapshot. Take MAINTAINER for MPlayer. ok edd@ ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/05/16 00:51:43 Modified files: www/chromium : Makefile distinfo Log message: update to 34.0.1847.137 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/16 02:21:54 Modified files: sys/net : if.c rtsock.c Log message: Do not put any link-layer address on the per-ifp lists or on the RB- Tree. Since interfaces only support one link-layer address accessible via the if_sadl member, there's no need to have it elsewhere. This improves various address lookups because the first element of the list, the link- layer address, won't necessarily be discarded. Finally remove the empty netmask associated to every link-layer address. This hack was needed to (ab)use the address & netmask comparison code to do a strcmp() on the interface name embedded in the sdl_data field. ok henning@, claudio@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2014/05/16 02:46:23 Modified files: usr.sbin/snmpd : kroute.c Log message: improve logging messages and style; requested by and ok reyk CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2014/05/16 06:36:22 Log message: Import textproc/igor. Automated proofreader for text files, man pages, and DocBook SGML source files. Developed by Warren Block for FreeBSD. Port based on the FreeBSD port by Eitan Adler. feedback and ok sthen@ ok afresh1@ and bcallah@ an a previous version additional testing by Eric Radman , thanks Status: Vendor Tag: schwarze Release Tags: schwarze_20140516 N ports/textproc/igor/Makefile N ports/textproc/igor/distinfo N ports/textproc/igor/pkg/PLIST N ports/textproc/igor/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2014/05/16 06:43:40 Modified files: textproc : Makefile Log message: +igor CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/16 07:44:09 Modified files: bin/df : ffs_df.c Log message: Make the df calculations of available space the same as that done in ffs_statfs(). In 1998, with /usr/src/sys/ufs/ffs/ffs_vfsops.c r1.16, mickey@ improved the calculation of available blocks in ffs_statfs(). Yesterday guenther@ noticed that this fix had not been applied to the same calculation being done by df(8) when run against raw devices. Which meant different values were displayed depending on which device/file system you gave to df. ok otto@ CVSROOT: /cvs Module name: src Changes by: dcoppa@cvs.openbsd.org 2014/05/16 07:53:35 Modified files: sys/dev/usb : umsm.c usbdevs Log message: Add Alcatel OneTouch L100V Diff from Lukasz Ratajski ok sthen@ CVSROOT: /cvs Module name: src Changes by: dcoppa@cvs.openbsd.org 2014/05/16 07:56:15 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: sasano@cvs.openbsd.org 2014/05/16 08:05:39 Modified files: sys/dev/usb : uchcom.c Log message: It seems that there is new and old revision of CH340. Previous uchcom(4) driver targeted old one, and new one could not work because of uchcom_set_line_control() broke the value of UCHCOM_REG_LCR1(0x18). To support new CH340, uchcom_set_line_control() and uchcom_reset_chip() have been overhauled. Current uchcom(4) does not change the value of UCHCOM_REG_LCR1 register, it means even/odd parity mode is no longer supported with old CH340. ok by mpi@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/05/16 08:12:19 Modified files: lib/libc/crypt : crypt.3 Log message: use $2b in the bcrypt example, ok tedu CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/16 08:24:36 Modified files: lib/libcrypto/crypto: Makefile lib/libssl/src/crypto/evp: c_all.c evp.h Removed files: lib/libssl/src/crypto/evp: evp_acnf.c Log message: When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code, more #ifdefs and a new source file that contains a single function. Nuke the #if 0 code that is now a macro and move the single function in evp_acnf.c to c_all.c, which is where the other code lives. While here, tidy evp.h slightly, remove an unnecessary #ifdef __OpenBSD__ and nuke a comment that is now a lie. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/16 08:41:05 Modified files: regress/lib/libcrypto/base64: base64test.c Log message: Fix various issues that result in compiler warnings. Prompted by a diff from Brent Cook. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/16 08:45:18 Modified files: regress/lib/libcrypto/rc4: rc4test.c Log message: Include openssl/evp.h for OPENSSL_add_all_algorithms_noconf(). From Brent Cook. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/05/16 08:54:16 Modified files: www/sope : Makefile www/sope/patches: patch-sope-appserver_NGObjWeb_NSObject+WO_m Added files: www/sope/patches: patch-sope-mime_NGMime_NGMimeFileData_m Log message: Fixed fd leak where files were unlinked w/o being closed first. patch from upstream ok sebastia@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/16 09:08:54 Modified files: net/nmap : Makefile distinfo net/nmap/patches: patch-Makefile_in patch-libnetutil_netutil_cc patch-ndiff_setup_py patch-osscan2_cc patch-scan-engine_cc patch-timing_cc patch-zenmap_setup_py net/nmap/pkg : PLIST-main PLIST-zenmap Removed files: net/nmap/pkg : PFRAG.shared-main Log message: update to nmap 6.46, tweak from / ok giovanni@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/05/16 09:32:30 Modified files: www/phpmyadmin : Makefile distinfo www/phpmyadmin/pkg: PLIST Log message: update to 4.2.1 full changelog at http://www.phpmyadmin.net/documentation/changelog.php CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/05/16 10:18:33 Modified files: usr.bin/signify: signify.c Log message: rework -C (perfect candidate for using hash tables, really): insert files we want to check into a hash, parse SHA256 message on the fly, delete entries whose checksum match, then display entries that failed. This completely avoids allocating temporary storage for file names and checksums and removes the quadratic match (argv[i] vs line[n]). okay tedu@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/16 10:48:58 Modified files: x11/gnome/gdm : Makefile distinfo x11/gnome/gdm/patches: patch-configure_ac patch-data_Makefile_in Log message: Update to gdm-3.12.2. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2014/05/16 11:00:21 Modified files: www/sogo : Makefile www/sogo/pkg : README Log message: Add nginx configuration example to pkg README, from giovanni@, with minor tweak from me. Feel free to commit, giovanni@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2014/05/16 11:30:28 Modified files: sbin/mountd : mountd.c Log message: Zero out grp before re-using it (new ones are already cleared by calloc). We only reuse grp when there is an unresolvable host. Fixes a bug where if a host in a netgroup is unresolvable then entire netgroup is ignore. OK krw@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/16 11:42:24 Modified files: usr.bin/signify: signify.c Log message: checksum mode can use magic pubkey finder too CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/16 11:46:07 Modified files: usr.bin/signify: signify.c Log message: a few changes for new code to match local style CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/16 12:17:03 Modified files: sys/dev/cardbus: ehci_cardbus.c ohci_cardbus.c uhci_cardbus.c sys/dev/pci : ehci_pci.c ohci_pci.c uhci_pci.c sys/dev/usb : ehci.c ehcivar.h ohci.c ohcivar.h uhci.c uhcivar.h Log message: There is no need to remember which usb(4) device is the child of an USB host controller because autoconf(9) already does it. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/16 12:35:01 Modified files: usr.bin/signify: signify.c Log message: save up the failures for the end in the argc == 0. help ok espie CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/16 13:00:18 Modified files: sys/dev/usb : ehci.c uhci.c Log message: Reduce the difference between HC drivers by always passing a generic usbd_xfer pointer to the routines processing finished transfers to make it crystal clear that the timeout and abort logic is the same everywhere. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/05/16 14:20:42 ports/devel/p5-BSD-arc4random/patches Update of /cvs/ports/devel/p5-BSD-arc4random/patches In directory cvs.openbsd.org:/tmp/cvs-serv5847/patches Log Message: Directory /cvs/ports/devel/p5-BSD-arc4random/patches added to the repository CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2014/05/16 15:22:14 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/16 15:28:15 Modified files: include : pwd.h unistd.h Log message: add prototypes for new crypt functions CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/16 15:34:48 Modified files: lib/libc/crypt : crypt.3 Log message: document crypt_checkpass CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/16 15:50:46 Modified files: bin/ps : ps.1 Log message: more STANDARDS fleshing; ok sobrado millert CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/16 16:11:00 Modified files: lib/libc/crypt : Makefile.inc crypt.3 Log message: update NAME and MLINKS for previous; CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/05/16 17:08:31 Modified files: devel/p5-BSD-arc4random: Makefile Added files: devel/p5-BSD-arc4random/patches: patch-arc4rnd_xs_c patch-lib_BSD_arc4random_pm Log message: The port of the Perl module p5-BSD-arc4random was broken since arc4random_stir() and arc4random_addrandom() were removed from libc. Make sure that BSD::arc4random can only use OpenBSD's arc4random(3). Patch away all calls to obsolete and non existing functions in libc. Leave stubs for these functions in BSD::arc4random's API so that programs using them will not break. OK sthen@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/17 00:26:44 Modified files: bin/ps : ps.1 Log message: better description for -A and -a, with help from millert; ok millert sobrado guenther CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2014/05/17 02:12:53 Modified files: sbin/pfctl : parse.y Log message: When parsing a numerical value for the TOS bits, make sure that it is in a valid range. OK henning@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/05/17 03:23:27 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: update p5-IO-Socket-SSL to 1.986 CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2014/05/17 04:06:43 Modified files: sys/arch/luna88k/dev: pcex.c Log message: Change the return value of interrupt handler to 0 when nothing is processed on this driver. "This is correct" miod@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/17 05:41:15 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-tools_clang_lib_Driver_ToolChains_h Added files: devel/llvm/patches: patch-lib_CodeGen_StackProtector_cpp Log message: - Switch to stack protector strong by default - Fix the --param ssp-buffer-size= support ok sthen@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2014/05/17 05:51:21 Modified files: sys/dev/ic : qlavar.h qla.c Log message: When the firmware tells us a loop id is already in use, add the device there to our port lists, then find the next available loop id and carry on rather than restarting. This way, we're less likely to get stuck looping when the firmware behaves inconsistently. We also don't need to treat domain controller logins specially. additional complications discovered by deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/17 06:08:37 Modified files: sys/arch/vax/vax: autoconf.c Log message: Print the rpb device type and unit values if the root device can't be found by the kernel. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/05/17 06:12:05 Modified files: lib/libssl/src/doc/apps: genrsa.pod genpkey.pod lib/libssl/src/apps: genrsa.c lib/libssl/src/crypto/rsa: rsa_pmeth.c Log message: switch RSA key generation default to 2048 bits (matching ssh); ok miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/17 06:13:44 Modified files: sys/arch/vax/vax: ka46.c ka48.c Log message: Lower VUPS value for delay() to behave closer to the intent. This is temporary until vax grows code to compute a proper delay const at runtime, but will help a bit, especially on KA46 where cd(4) end up detected as sd(4) due to too short delays. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/05/17 06:19:36 Modified files: sys/dev/pci : yds.c Log message: unbreak build: exchange %b args order, from miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/17 06:20:55 Modified files: sys/arch/aviion/dev: syscon.c Log message: Remove "WARNING:" prefix from SYSFAIL and ACFAIL messages, so that, in case of ACFAIL, what reaches the console is explicit enough. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/17 06:22:09 Modified files: sys/arch/m88k/m88k: pmap.c Log message: In pmap_remove_page(), do not keep wired mappings; the callers want them gone. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/05/17 06:23:46 Modified files: sys/dev/pci : envy.c Log message: unbreak build with AUDIO_DEBUG: use %lx for bus_addr_t CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/05/17 06:40:25 Modified files: sys/dev/pci : auich.c Log message: fix format mistakes visible if AUICH_DEBUG is defined CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/05/17 06:43:18 Modified files: sys/dev/usb : uaudio.c Log message: fix format mistakes visible if UAUDIO_DEBUG is defined CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/05/17 06:45:54 Modified files: sys/dev/pci : azalia.c Log message: fix format mistakes visible if AZALIA_DEBUG is defined CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/05/17 06:54:57 Modified files: sys/dev/cardbus: ehci_cardbus.c Log message: Fix kernel build with EHCI_DEBUG by removing a non-compiling DPRINTF(). Since no DPRINTF() call remains also remove its definition (requested by mpi@). ok mpi, and also reported by Jean-Philippe Ouellet CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/17 07:27:55 Modified files: lib/libc/crypt : crypt.c crypt2.c Log message: refactor some of the des crypt code to use fewer globals. ok miod CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2014/05/17 07:30:27 Modified files: openntpd : index.html Log message: partial sync with reality CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2014/05/17 07:41:17 Modified files: openbgpd : index.html Log message: partial reality sync here too. this can certainly be improved further. CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2014/05/17 07:42:12 Modified files: openbgpd : index.html openntpd : index.html Log message: and bump copyright year while here CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2014/05/17 09:18:06 Modified files: lib/libc/crypt : bcrypt.c Log message: Add missing header needed by isdigit(). While there, sort headers. ok tedu@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2014/05/17 09:19:17 Modified files: usr.bin/yacc : lalr.c Log message: remove unused variable ok tedu@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/17 09:44:28 Modified files: lib/libssl/src/ssl: s3_lib.c ssl_algs.c Log message: deleted seed some time ago CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/17 09:45:50 Modified files: lib/libssl/src/apps: cms.c dsa.c gendsa.c genrsa.c pkcs12.c progs.h rsa.c smime.c speed.c Log message: deleted seed some time ago CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/17 09:48:14 Modified files: lib/libssl/src/crypto/evp: c_allc.c evp.h Log message: no no seed CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2014/05/17 09:54:08 www/papers/bsdcan14-libressl Update of /cvs/www/papers/bsdcan14-libressl In directory cvs.openbsd.org:/tmp/cvs-serv1161/bsdcan14-libressl Log Message: Directory /cvs/www/papers/bsdcan14-libressl added to the repository CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2014/05/17 09:55:16 Added files: papers/bsdcan14-libressl: index.html mgp00001.html mgp00001.idx.jpg mgp00001.jpg mgp00001.txt mgp00002.html mgp00002.idx.jpg mgp00002.jpg mgp00002.txt mgp00003.html mgp00003.idx.jpg mgp00003.jpg mgp00003.txt mgp00004.html mgp00004.idx.jpg mgp00004.jpg mgp00004.txt mgp00005.html mgp00005.idx.jpg mgp00005.jpg mgp00005.txt mgp00006.html mgp00006.idx.jpg mgp00006.jpg mgp00006.txt mgp00007.html mgp00007.idx.jpg mgp00007.jpg mgp00007.txt mgp00008.html mgp00008.idx.jpg mgp00008.jpg mgp00008.txt mgp00009.html mgp00009.idx.jpg mgp00009.jpg mgp00009.txt mgp00010.html mgp00010.idx.jpg mgp00010.jpg mgp00010.txt mgp00011.html mgp00011.idx.jpg mgp00011.jpg mgp00011.txt mgp00012.html mgp00012.idx.jpg mgp00012.jpg mgp00012.txt mgp00013.html mgp00013.idx.jpg mgp00013.jpg mgp00013.txt mgp00014.html mgp00014.idx.jpg mgp00014.jpg mgp00014.txt mgp00015.html mgp00015.idx.jpg mgp00015.jpg mgp00015.txt mgp00016.html mgp00016.idx.jpg mgp00016.jpg mgp00016.txt mgp00017.html mgp00017.idx.jpg mgp00017.jpg mgp00017.txt mgp00018.html mgp00018.idx.jpg mgp00018.jpg mgp00018.txt mgp00019.html mgp00019.idx.jpg mgp00019.jpg mgp00019.txt mgp00020.html mgp00020.idx.jpg mgp00020.jpg mgp00020.txt mgp00021.html mgp00021.idx.jpg mgp00021.jpg mgp00021.txt mgp00022.html mgp00022.idx.jpg mgp00022.jpg mgp00022.txt mgp00023.html mgp00023.idx.jpg mgp00023.jpg mgp00023.txt mgp00024.html mgp00024.idx.jpg mgp00024.jpg mgp00024.txt mgp00025.html mgp00025.idx.jpg mgp00025.jpg mgp00025.txt mgp00026.html mgp00026.idx.jpg mgp00026.jpg mgp00026.txt mgp00027.html mgp00027.idx.jpg mgp00027.jpg mgp00027.txt mgp00028.html mgp00028.idx.jpg mgp00028.jpg mgp00028.txt mgp00029.html mgp00029.idx.jpg mgp00029.jpg mgp00029.txt mgp00030.html mgp00030.idx.jpg mgp00030.jpg mgp00030.txt mgp00031.html mgp00031.idx.jpg mgp00031.jpg mgp00031.txt mgp00032.html mgp00032.idx.jpg mgp00032.jpg mgp00032.txt mgp00033.html mgp00033.idx.jpg mgp00033.jpg mgp00033.txt mgp00034.html mgp00034.idx.jpg mgp00034.jpg mgp00034.txt mgp00035.html mgp00035.idx.jpg mgp00035.jpg mgp00035.txt mgp00036.html mgp00036.idx.jpg mgp00036.jpg mgp00036.txt Log message: BSDCAN 14 libressl presentation by Bob Beck CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2014/05/17 09:57:23 Modified files: papers : index.html Log message: BSDcan 2014 paper CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/17 09:57:52 Modified files: lib/libssl/src/apps: progs.h speed.c version.c Log message: no no md2 CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/17 10:00:53 Modified files: lib/libssl/src/crypto/evp: evp.h lib/libssl/src/crypto/pkcs7: sign.c verify.c Log message: no no md2 CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2014/05/17 10:12:53 Modified files: papers : index.html Log message: oops. put that in the right place CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2014/05/17 11:18:21 Modified files: driver/xf86-input-synaptics: ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac driver/xf86-input-synaptics/conf: 11-x11-synaptics.fdi 50-synaptics.conf Makefile.in driver/xf86-input-synaptics/include: Makefile.in synaptics-properties.h driver/xf86-input-synaptics/man: Makefile.in synaptics.man driver/xf86-input-synaptics/src: Makefile.am Makefile.in eventcomm.c eventcomm.h properties.c synaptics.c synapticsstr.h synproto.h driver/xf86-input-synaptics/tools: Makefile.in Removed files: driver/xf86-input-synaptics: test-driver driver/xf86-input-synaptics/test: Makefile.am Makefile.in eventcomm-test.c fake-symbols.c fake-symbols.h Log message: Update to xf86-input-synaptics 1.8.0. ok matthieu@, tested claudio@ CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2014/05/17 11:19:58 Log message: Comment: Firefox OS typeface Description: Typeface created by Mozilla for the Firefox OS. The Fira font family includes sans serif and mono spaced variants. Maintainer: Juan Francisco Cantero Hurtado WWW: http://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/ ok sthen@ Status: Vendor Tag: juanfra Release Tags: juanfra_2014-05-17 N ports/fonts/fira-fonts/distinfo N ports/fonts/fira-fonts/Makefile N ports/fonts/fira-fonts/pkg/PLIST N ports/fonts/fira-fonts/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2014/05/17 11:20:09 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2014/05/17 11:21:43 Modified files: fonts : Makefile Log message: +fira-fonts CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/17 11:26:24 Modified files: sys/kern : kern_sysctl.c Log message: When looking at another process, use the data from struct process instead of peeking into the thread level ok tedu@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/17 11:35:04 Modified files: lib/libssl/src/crypto/stack: stack.c Log message: simple reallocarray to check multiplies. ok guenther CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/17 12:16:14 Modified files: lib/libc/net : inet_ntop.c Log message: correctly match size and buffer. from enh at google CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/05/17 12:32:39 Modified files: infrastructure/mk: README.internals Log message: adjust references to regress -> test noticed by Fabian Raetz, thanks (incomplete cleanup though) CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2014/05/17 12:38:48 Modified files: . : events.html papers : index.html Added files: papers : bsdcan14-mandoc.pdf bsdcan14-mandoc.roff Log message: add my BSDCan 2014 talk, move it to the past and add EuroBSDcon 2014 CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2014/05/17 13:44:13 Modified files: lib/libssl/src/apps: s_cb.c Log message: add missing header needed for mem{cpy,cmp}() ok tedu@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/17 13:56:35 Modified files: lib/libssl/src/crypto/ocsp: ocsp.h ocsp_cl.c ocsp_ext.c ocsp_ht.c ocsp_lib.c ocsp_prn.c ocsp_srv.c ocsp_vfy.c Log message: KNF CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/17 13:58:49 Modified files: lib/libssl/src/crypto/ocsp: ocsp_ht.c Log message: unchecked malloc() return value in OCSP_sendreq_new(). CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/05/17 14:05:07 Modified files: usr.bin/column : column.c Log message: fix alloc idioms. watch out for emalloc that's actually a calloc in disguise okay chl@ tedu@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2014/05/17 14:07:55 Modified files: usr.sbin/smtpd : smtp_session.c Log message: add missing header needed by str* and mem* functions ok gilles@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/17 14:15:50 Modified files: lib/libssl/src/crypto/stack: stack.c Log message: does sunos not have memmove? sorry, i guess sunos will not have libressl. ok guenther miod CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2014/05/17 14:31:07 Modified files: usr.sbin/pppd : chap.c Log message: remove unused variable ok tedu@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/17 15:21:17 Modified files: sys/arch/vax/vax: pmap.c Log message: Fix previous commit by making sure we are not dereferencing uninitialized pointers. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/17 15:32:20 Modified files: sys/arch/vax/vax: pmap.c Log message: ...and it needs a guard against NULL as well. CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2014/05/17 15:37:51 Modified files: usr.sbin/rbootd: rbootd.c Log message: remove unused variables ok miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/17 17:21:36 Modified files: sys/arch/vax/vax: pmap.c Log message: One more mistake introduced in 1.65 CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2014/05/17 23:08:07 Modified files: usr.sbin/edquota: edquota.c Log message: replace some (type *)0 to NULL ok krw@ millert@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/05/17 23:27:49 Modified files: usr.sbin/nginx : Makefile.bsd-wrapper Log message: There is no need to compile nginx with -O1 on vax anymore. Since the change in rev 1.5 vax has switched to gcc3, MAXDSIZ has increased and pcre_exec now builds with -O2. ok miod@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/05/18 02:08:50 Modified files: usr.bin/make : dump.c garray.h generate.c memory.c memory.h str.c varmodifiers.c Log message: a bit more reallocarray (and kill ecalloc, which isn't used) okay chl@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/05/18 02:10:00 Modified files: usr.bin/find : extern.h function.c main.c misc.c Log message: use reallocarray okay chl@, tedu@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/05/18 02:23:27 Modified files: usr.sbin/openssl: openssl.1 Log message: sync openssl(1) with changes already made in src/lib/libssl/doc, reminded by jmc: move from 1024 to 2048 bit key defaults; see genrsa.c 1.26 et al. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/05/18 03:11:57 ports/geo/mapserver/files Update of /cvs/ports/geo/mapserver/files In directory cvs.openbsd.org:/tmp/cvs-serv6135/files Log Message: Directory /cvs/ports/geo/mapserver/files added to the repository CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/05/18 03:29:50 Modified files: geo/mapserver : Makefile distinfo geo/mapserver/patches: patch-CMakeLists_txt geo/mapserver/pkg: PLIST-main README-main README-php Added files: geo/mapserver/pkg: mapserv.rc Log message: Bugfix update to mapserver 6.4.1. Adapt README's for nginx, and provide an rc script using spawn-fcgi. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/05/18 03:29:54 Modified files: usr.sbin/config: config.h hash.c main.c mkioconf.c pack.c sem.c util.c Log message: use reallocarray and friends. okay miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/18 03:39:18 Modified files: lib/libssl/src/ssl: pqueue.c Log message: No need to check for NULL before invoking free(); use calloc() when applicable; further simplify pqueue_find(). From Dimitris Papastamos on tech@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/18 04:29:01 Modified files: share/mk : bsd.xorg.mk Log message: Add /usr/lib/pkgconfig to PKG_CONFIG_LIBDIR to let pkg-config find expat CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/18 04:33:05 Modified files: dist/fontconfig: ChangeLog Makefile.am README Tools.mk config.h.in configure.ac fontconfig.pc.in fontconfig.spec fonts.dtd dist/fontconfig/conf.d: 30-metric-aliases.conf 30-urw-aliases.conf 45-latin.conf Makefile.am README dist/fontconfig/doc: FcAtomicCreate.3 FcAtomicDeleteNew.3 FcAtomicDestroy.3 FcAtomicLock.3 FcAtomicNewFile.3 FcAtomicOrigFile.3 FcAtomicReplaceOrig.3 FcAtomicUnlock.3 FcBlanksAdd.3 FcBlanksCreate.3 FcBlanksDestroy.3 FcBlanksIsMember.3 FcCacheCopySet.3 FcCacheCreateTagFile.3 FcCacheDir.3 FcCacheNumFont.3 FcCacheNumSubdir.3 FcCacheSubdir.3 FcCharSetAddChar.3 FcCharSetCopy.3 FcCharSetCount.3 FcCharSetCoverage.3 FcCharSetCreate.3 FcCharSetDelChar.3 FcCharSetDestroy.3 FcCharSetEqual.3 FcCharSetFirstPage.3 FcCharSetHasChar.3 FcCharSetIntersect.3 FcCharSetIntersectCount.3 FcCharSetIsSubset.3 FcCharSetMerge.3 FcCharSetNew.3 FcCharSetNextPage.3 FcCharSetSubtract.3 FcCharSetSubtractCount.3 FcCharSetUnion.3 FcConfigAppFontAddDir.3 FcConfigAppFontAddFile.3 FcConfigAppFontClear.3 FcConfigBuildFonts.3 FcConfigCreate.3 FcConfigDestroy.3 FcConfigEnableHome.3 FcConfigFilename.3 FcConfigGetBlanks.3 FcConfigGetCache.3 FcConfigGetCacheDirs.3 FcConfigGetConfigDirs.3 FcConfigGetConfigFiles.3 FcConfigGetCurrent.3 FcConfigGetFontDirs.3 FcConfigGetFonts.3 FcConfigGetRescanInterval.3 FcConfigHome.3 FcConfigParseAndLoad.3 FcConfigReference.3 FcConfigSetCurrent.3 FcConfigSetRescanInterval.3 FcConfigSubstitute.3 FcConfigSubstituteWithPat.3 FcConfigUptoDate.3 FcDefaultSubstitute.3 FcDirCacheClean.3 FcDirCacheLoad.3 FcDirCacheLoadFile.3 FcDirCacheRead.3 FcDirCacheUnlink.3 FcDirCacheUnload.3 FcDirCacheValid.3 FcDirSave.3 FcDirScan.3 FcFileIsDir.3 FcFileScan.3 FcFini.3 FcFontList.3 FcFontMatch.3 FcFontRenderPrepare.3 FcFontSetAdd.3 FcFontSetCreate.3 FcFontSetDestroy.3 FcFontSetList.3 FcFontSetMatch.3 FcFontSetPrint.3 FcFontSetSort.3 FcFontSetSortDestroy.3 FcFontSort.3 FcFreeTypeCharIndex.3 FcFreeTypeCharSet.3 FcFreeTypeCharSetAndSpacing.3 FcFreeTypeQuery.3 FcFreeTypeQueryFace.3 FcGetDefaultLangs.3 FcGetLangs.3 FcGetVersion.3 FcInit.3 FcInitBringUptoDate.3 FcInitLoadConfig.3 FcInitLoadConfigAndFonts.3 FcInitReinitialize.3 FcIsLower.3 FcIsUpper.3 FcLangGetCharSet.3 FcLangNormalize.3 FcLangSetAdd.3 FcLangSetCompare.3 FcLangSetContains.3 FcLangSetCopy.3 FcLangSetCreate.3 FcLangSetDel.3 FcLangSetDestroy.3 FcLangSetEqual.3 FcLangSetHasLang.3 FcLangSetHash.3 FcLangSetSubtract.3 FcLangSetUnion.3 FcMatrixCopy.3 FcMatrixEqual.3 FcMatrixInit.3 FcMatrixMultiply.3 FcMatrixRotate.3 FcMatrixScale.3 FcMatrixShear.3 FcNameConstant.3 FcNameGetConstant.3 FcNameGetObjectType.3 FcNameParse.3 FcNameRegisterConstants.3 FcNameRegisterObjectTypes.3 FcNameUnparse.3 FcNameUnregisterConstants.3 FcNameUnregisterObjectTypes.3 FcObjectSetAdd.3 FcObjectSetBuild.3 FcObjectSetCreate.3 FcObjectSetDestroy.3 FcPatternAdd-Type.3 FcPatternAdd.3 FcPatternAddWeak.3 FcPatternBuild.3 FcPatternCreate.3 FcPatternDel.3 FcPatternDestroy.3 FcPatternDuplicate.3 FcPatternEqual.3 FcPatternEqualSubset.3 FcPatternFilter.3 FcPatternFormat.3 FcPatternGet-Type.3 FcPatternGet.3 FcPatternHash.3 FcPatternPrint.3 FcPatternReference.3 FcPatternRemove.3 FcStrBasename.3 FcStrCmp.3 FcStrCmpIgnoreCase.3 FcStrCopy.3 FcStrCopyFilename.3 FcStrDirname.3 FcStrDowncase.3 FcStrFree.3 FcStrListCreate.3 FcStrListDone.3 FcStrListNext.3 FcStrPlus.3 FcStrSetAdd.3 FcStrSetAddFilename.3 FcStrSetCreate.3 FcStrSetDel.3 FcStrSetDestroy.3 FcStrSetEqual.3 FcStrSetMember.3 FcStrStr.3 FcStrStrIgnoreCase.3 FcToLower.3 FcUcs4ToUtf8.3 FcUtf16Len.3 FcUtf16ToUcs4.3 FcUtf8Len.3 FcUtf8ToUcs4.3 FcValueDestroy.3 FcValueEqual.3 FcValuePrint.3 FcValueSave.3 Makefile.am fcatomic.sgml fcblanks.sgml fccache.fncs fccache.sgml fccharset.fncs fccharset.sgml fcconfig.fncs fcconfig.sgml fcconstant.sgml fcdircache.fncs fcdircache.sgml fcfile.sgml fcfontset.sgml fcformat.fncs fcformat.sgml fcfreetype.sgml fcinit.sgml fclangset.fncs fclangset.sgml fcmatrix.sgml fcobjectset.sgml fcobjecttype.sgml fcpattern.sgml fcstring.sgml fcstrset.fncs fcstrset.sgml fcvalue.sgml fontconfig-devel.sgml fontconfig-devel.txt fontconfig-user.html fontconfig-user.sgml fontconfig-user.txt fonts-conf.5 func.sgml dist/fontconfig/doc/fontconfig-devel: fcatomiccreate.html fcatomicdeletenew.html fcatomicdestroy.html fcatomiclock.html fcatomicnewfile.html fcatomicorigfile.html fcatomicreplaceorig.html fcatomicunlock.html fcblanksadd.html fcblankscreate.html fcblanksdestroy.html fcblanksismember.html fccachecopyset.html fccachecreatetagfile.html fccachedir.html fccachenumfont.html fccachenumsubdir.html fccachesubdir.html fccharsetaddchar.html fccharsetcopy.html fccharsetcount.html fccharsetcoverage.html fccharsetcreate.html fccharsetdelchar.html fccharsetdestroy.html fccharsetequal.html fccharsetfirstpage.html fccharsethaschar.html fccharsetintersect.html fccharsetintersectcount.html fccharsetissubset.html fccharsetmerge.html fccharsetnew.html fccharsetnextpage.html fccharsetsubtract.html fccharsetsubtractcount.html fccharsetunion.html fcconfigappfontadddir.html fcconfigappfontaddfile.html fcconfigappfontclear.html fcconfigbuildfonts.html fcconfigcreate.html fcconfigdestroy.html fcconfigenablehome.html fcconfigfilename.html fcconfiggetblanks.html fcconfiggetcache.html fcconfiggetcachedirs.html fcconfiggetconfigdirs.html fcconfiggetconfigfiles.html fcconfiggetcurrent.html fcconfiggetfontdirs.html fcconfiggetfonts.html fcconfiggetrescaninterval.html fcconfighome.html fcconfigparseandload.html fcconfigreference.html fcconfigsetcurrent.html fcconfigsetrescaninterval.html fcconfigsubstitute.html fcconfigsubstitutewithpat.html fcconfiguptodate.html fcdefaultsubstitute.html fcdircacheclean.html fcdircacheload.html fcdircacheloadfile.html fcdircacheread.html fcdircacheunlink.html fcdircacheunload.html fcdircachevalid.html fcdirsave.html fcdirscan.html fcfileisdir.html fcfilescan.html fcfini.html fcfontlist.html fcfontmatch.html fcfontrenderprepare.html fcfontsetadd.html fcfontsetcreate.html fcfontsetdestroy.html fcfontsetlist.html fcfontsetmatch.html fcfontsetprint.html fcfontsetsort.html fcfontsetsortdestroy.html fcfontsort.html fcfreetypecharindex.html fcfreetypecharset.html fcfreetypecharsetandspacing.html fcfreetypequery.html fcfreetypequeryface.html fcgetdefaultlangs.html fcgetlangs.html fcgetversion.html fcinit.html fcinitbringuptodate.html fcinitloadconfig.html fcinitloadconfigandfonts.html fcinitreinitialize.html fcislower.html fcisupper.html fclanggetcharset.html fclangnormalize.html fclangsetadd.html fclangsetcompare.html fclangsetcontains.html fclangsetcopy.html fclangsetcreate.html fclangsetdel.html fclangsetdestroy.html fclangsetequal.html fclangsethash.html fclangsethaslang.html fclangsetsubtract.html fclangsetunion.html fcmatrixcopy.html fcmatrixequal.html fcmatrixinit.html fcmatrixmultiply.html fcmatrixrotate.html fcmatrixscale.html fcmatrixshear.html fcnameconstant.html fcnamegetconstant.html fcnamegetobjecttype.html fcnameparse.html fcnameregisterconstants.html fcnameregisterobjecttypes.html fcnameunparse.html fcnameunregisterconstants.html fcnameunregisterobjecttypes.html fcobjectsetadd.html fcobjectsetbuild.html fcobjectsetcreate.html fcobjectsetdestroy.html fcpatternadd-type.html fcpatternadd.html fcpatternaddweak.html fcpatternbuild.html fcpatterncreate.html fcpatterndel.html fcpatterndestroy.html fcpatternduplicate.html fcpatternequal.html fcpatternequalsubset.html fcpatternfilter.html fcpatternformat.html fcpatternget-type.html fcpatternget.html fcpatternhash.html fcpatternprint.html fcpatternreference.html fcpatternremove.html fcstrbasename.html fcstrcmp.html fcstrcmpignorecase.html fcstrcopy.html fcstrcopyfilename.html fcstrdirname.html fcstrdowncase.html fcstrfree.html fcstrlistcreate.html fcstrlistdone.html fcstrlistnext.html fcstrplus.html fcstrsetadd.html fcstrsetaddfilename.html fcstrsetcreate.html fcstrsetdel.html fcstrsetdestroy.html fcstrsetequal.html fcstrsetmember.html fcstrstr.html fcstrstrignorecase.html fctolower.html fcucs4toutf8.html fcutf16len.html fcutf16toucs4.html fcutf8len.html fcutf8toucs4.html fcvaluedestroy.html fcvalueequal.html fcvalueprint.html fcvaluesave.html t1.html x102.html x19.html dist/fontconfig/fc-cache: Makefile.am fc-cache.c dist/fontconfig/fc-case: CaseFolding.txt dist/fontconfig/fc-cat: Makefile.am dist/fontconfig/fc-glyphname: fc-glyphname.c dist/fontconfig/fc-lang: Makefile.am fc-lang.c fclang.h zh_hk.orth dist/fontconfig/fc-list: Makefile.am fc-list.1 fc-list.c fc-list.sgml dist/fontconfig/fc-match: Makefile.am fc-match.c dist/fontconfig/fc-pattern: Makefile.am fc-pattern.c dist/fontconfig/fc-query: Makefile.am dist/fontconfig/fc-scan: Makefile.am dist/fontconfig/fc-validate: Makefile.am dist/fontconfig/fontconfig: fcprivate.h fontconfig.h dist/fontconfig/m4: ax_pthread.m4 libtool.m4 dist/fontconfig/src: Makefile.am fcarch.c fcarch.h fcatomic.h fccache.c fccfg.c fccompat.c fcdbg.c fcdefault.c fcdir.c fcfreetype.c fcfs.c fcinit.c fcint.h fclang.c fclist.c fcmatch.c fcname.c fcobjs.c fcobjs.h fcobjshash.gperf fcobjshash.gperf.h fcobjshash.h fcpat.c fcstat.c fcstdint.h fcstr.c fcxml.c dist/fontconfig/test: Makefile.am run-test.sh test-pthread.c lib/fontconfig/common: config.h lib/fontconfig/doc: Makefile lib/fontconfig/pc: Makefile lib/fontconfig/src: Makefile shlib_version Added files: dist/fontconfig: compile test-driver dist/fontconfig/conf.d: README.in dist/fontconfig/doc: FcConfigGetSysRoot.3 FcConfigSetSysRoot.3 FcDirCacheRescan.3 FcLangSetGetLangs.3 FcStrListFirst.3 dist/fontconfig/doc/fontconfig-devel: fcconfiggetsysroot.html fcconfigsetsysroot.html fcdircacherescan.html fclangsetgetlangs.html fcstrlistfirst.html dist/fontconfig/fc-lang: README quz.orth dist/fontconfig/m4: ac_check_symbol.m4 dist/fontconfig/src: fchash.c dist/fontconfig/test: test-migration.c Log message: Update to fontconfig 2.11.1. Tested by shadchin@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/18 04:33:46 Modified files: . : 3RDPARTY Log message: sync CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/05/18 04:49:28 Modified files: sys/dev/pci : pcidevs Log message: Add PCI ID for Realtek RTL8402 card reader. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/05/18 04:49:59 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/05/18 04:52:17 Modified files: sys/dev/ic : rtsx.c share/man/man4 : rtsx.4 sys/dev/pci : rtsx_pci.c Log message: Make rtsx(4) attach to RTL8402 devices. Reported as working by Eric Huiban. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/18 05:20:08 Modified files: lib/libssl/ssl : Makefile Log message: Omit -Werror if building with gcc3, for it triggers "redefinition of `pqueue'" warnings now that pqueue.h has been removed from public scope. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2014/05/18 05:22:01 Modified files: meta/xfce : Makefile meta/xfce/pkg : README-main Log message: Make xfce depend on gtk3-xfce-engine since gtk3 applications look horrid without it. While here, recommend sysutils/toad instead of hotplugd(8) for auto-mount in xfce's README. toad just works, without additional scripting. ok landry CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/18 05:28:41 Modified files: lib/libssl/src/crypto/ocsp: ocsp.h ocsp_asn.c ocsp_cl.c ocsp_err.c ocsp_ext.c ocsp_ht.c ocsp_lib.c ocsp_prn.c ocsp_srv.c ocsp_vfy.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/18 05:36:24 Modified files: lib/libssl/src/apps: asn1pars.c ca.c ciphers.c cms.c crl.c crl2p7.c dgst.c dh.c dhparam.c dsa.c dsaparam.c ec.c ecparam.c enc.c engine.c errstr.c gendh.c gendsa.c genpkey.c genrsa.c nseq.c ocsp.c openssl.c passwd.c pkcs12.c pkcs7.c pkcs8.c pkey.c pkeyparam.c pkeyutl.c prime.c rand.c req.c rsa.c rsautl.c s_client.c s_server.c s_time.c sess_id.c smime.c speed.c spkac.c ts.c verify.c version.c x509.c Log message: bio_err is initialised in main, hence there is no need to initialise it in each application (since there is no longer a non-monolithic mode). In typical OpenSSL fashion, the code is inconsistent and there are multiple ways that bio_err was initialised - none of them actually checked to see if the initialisation actually succeeded. Additionally, it is worth noting that in at least two cases bio_err was also being used before it would have been initialised. ok miod@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/18 06:13:54 Modified files: lib/libXfont : ChangeLog INSTALL README aclocal.m4 config.h.in configure configure.ac lib/libXfont/src/FreeType: ftfuncs.c xttcap.c lib/libXfont/src/builtins: fpe.c lib/libXfont/src/fc: fsio.h lib/libXfont/src/fontfile: bufio.c catalogue.c Log message: Update to libXfont 1.4.8 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/18 06:15:06 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2014/05/18 08:06:23 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2014/05/18 08:07:26 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/18 09:17:50 Modified files: sbin/dhclient : dhclient.c Log message: Don't add a lease to the leases TAILQ more than once. It tends to make writing out the leases file go into an infinite loop until /var is full. Reported by Roman Gorelov via bugs@ Fix tested & ok stsp@ uwe@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/05/18 09:27:28 Modified files: sys/dev/pckbc : pms.c Log message: Fix tail packet check in elantech v3 touchpad code. Due to a typo this code was masking out bits which were also tested in the same expression. Reported by cppcheck via jsg@ (Expression '(X & 0xfc) != 0x2' is always true). Tested with Elantech Touchpad, version 3, firmware 0x250f00. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/18 09:33:01 Modified files: textproc/meld : Makefile distinfo Log message: Update to meld-1.8.5. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/05/18 09:33:16 Modified files: net/tor : Makefile distinfo Log message: Update to tor 0.2.4.22. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/05/18 09:43:54 Modified files: lang/jruby : Makefile distinfo lang/jruby/pkg : PLIST Log message: Update to JRuby 1.7.12. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/05/18 09:49:46 Modified files: lang/rubinius : Makefile distinfo lang/rubinius/pkg: PLIST Removed files: lang/rubinius/patches: fileutils.diff Log message: Update to rubinius 2.2.6. No longer have a BDEP on llvm unless llvm is used. Remove the FileUtils.mkdir_p patch, as it doesn't work correctly in this version. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/18 10:08:37 Modified files: lib/libssl/src/ssl: d1_pkt.c Log message: Make sure ssl3_setup_buffers() does not return upon error with a freed pqueue still chained, by inserting it into the list only after all possible failure conditions have been avoided. Reported and fix proposed by David Ramos; ok beck@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/18 10:10:26 Modified files: lib/libssl/src/ssl: s3_srvr.c Log message: In ssl3_send_certificate_request(), when adding the extra payload if NETSCAPE_HANG_BUG is defined, make sure we BUF_MEM_grow() the buffer to accomodate for the payload size. Issue reported by David Ramos; ok beck@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/18 10:13:48 Modified files: lib/libssl/src/ssl: d1_both.c Log message: In dtls1_reassemble_fragment() and dtls1_process_out_of_seq_message(), in case of error, make sure we do not free pitem which is still linked into the pqueue. In the same vain, only free `frag' if we allocated it in this function. Help and ok beck@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/18 10:18:13 Modified files: lib/libssl/src/crypto/ocsp: ocsp_ht.c Log message: In OCSP_sendreq_bio(), cope with OCSP_sendreq_new() returning NULL. ok jsing@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/18 10:19:10 Modified files: lib/libssl/src/crypto/ocsp: ocsp_ext.c Log message: Plug memory leaks upon error in OCSP_url_svcloc_new(). ok jsing@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/18 10:21:03 Modified files: lib/libssl/src/apps: apps.c apps.h asn1pars.c ca.c ciphers.c cms.c crl.c crl2p7.c dgst.c dh.c dhparam.c dsa.c dsaparam.c ec.c ecparam.c enc.c engine.c errstr.c gendh.c gendsa.c genpkey.c genrsa.c nseq.c ocsp.c openssl.c passwd.c pkcs12.c pkcs7.c pkcs8.c pkey.c pkeyparam.c pkeyutl.c prime.c rand.c req.c rsa.c rsautl.c s_cb.c s_client.c s_server.c s_socket.c s_time.c sess_id.c smime.c speed.c spkac.c ts.c verify.c version.c x509.c Log message: Group and sort includes. Currently "apps.h" needs to be included before any of the openssl headers and there are several cases where the code depends on headers that are included by something included by apps.h... More untangling saved for later on. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/18 10:26:02 Modified files: lib/libssl/src/apps: apps.c dsaparam.c ecparam.c Log message: Remove unused include. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/18 10:34:04 Modified files: lib/libssl/src/apps: ca.c Log message: W_OK comes via unistd.h - nuke several #ifndef W_OK that attempt to handle missing defines. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/05/18 10:36:42 Modified files: bin/chio : parse.y bin/ed : glbl.c undo.c Log message: use reallocarray okay miod@, millert@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/18 10:43:18 Modified files: lib/libssl/src/apps: ca.c Log message: Out of all the openssl apps, just one of them has code to mess around with electric fence externs. Nuke from orbit. ok miod@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/18 11:10:27 Modified files: sys/dev/usb : uhci.c uhcivar.h Log message: Do not pass an xfer pointer to the timeout routine checking for root hub status changes because it might be freed when detaching the root uhub(4). Also do not reschedule a timeout if the pipe is being aborted. Finally do not add more code to retrieve the 'bInterval' value of the root hub endpoint descriptor since this value is hardcoded in the uhci(4) driver. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/18 11:49:47 Modified files: lib/libc/stdlib: malloc.c Log message: factor out a bit of the chunk index code and use it to make sure that a freed chunk is actually freeable immediately. catch more errors. hints/ok otto CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/05/18 11:50:11 Modified files: usr.bin/file : apprentice.c ascmagic.c file.h funcs.c Log message: use reallocarray okay ian@, chl@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/18 13:30:36 Modified files: lib/libssl/src/crypto/asn1: a_strex.c Log message: Make sure UTF8_getc() is invoked with the proper buffer size. ok beck@ guenther@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/18 13:35:04 Modified files: lib/libssl/src/crypto/asn1: f_enum.c f_int.c f_string.c Log message: If you need to allocate `a + b' bytes of memory, then don't allocate `a + b*2', this is confusing and unnecessary. Help (coz I got confused) and ok guenther@ beck@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2014/05/18 14:16:29 Modified files: sys/dev/acpi : acpimadt.c Log message: _PIC is an optional method, so we shouldn't be aborting the rest of the MADT processing if it is missing. This, combined with an earlier diff from kettenis@ to fix MADT interrupt polarity processing, should resolve the issues reported with QEMU/KVM ACPI power button presses when using OpenBSD guests. ok kettenis@, pirofti@ tested by myself and kettenis for the past few weeks CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/18 15:17:28 src/regress/lib/libcrypto/utf8 Update of /cvs/src/regress/lib/libcrypto/utf8 In directory cvs.openbsd.org:/tmp/cvs-serv5116/utf8 Log Message: Directory /cvs/src/regress/lib/libcrypto/utf8 added to the repository CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/18 15:18:07 Modified files: usr.sbin/mkuboot: mkuboot.c Log message: Correctly handle files smaller than an ELF header; reported by drahn@bitrig CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/05/18 15:25:15 Modified files: net/p5-Event-RPC: Makefile distinfo net/p5-Event-RPC/pkg: PLIST Log message: - update p5-Event-RPC to 1.05 - no USE_GROFF OK gsoares@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2014/05/18 15:43:11 Modified files: sys/dev/usb : hid.c Log message: hid_start_parse can't fail - it calls malloc(M_WAITOK). ok mpi@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/18 16:04:14 Modified files: regress/lib/libcrypto: Makefile Added files: regress/lib/libcrypto/utf8: Makefile utf8test.c Log message: Add regression test for UTF8_{getc,putc}() CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/05/18 17:01:59 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: update p5-IO-Socket-SSL to 1.988 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/18 17:31:14 Modified files: lang/seed7 : Makefile distinfo Log message: Update to 20140518. CVSROOT: /cvs Module name: www Changes by: pirofti@cvs.openbsd.org 2014/05/18 17:36:35 Modified files: papers : index.html Added files: papers : bsdcan2014-octeon_dsr500.pdf Log message: Add my BSDCan 2014 slides. While at it fix the formatting of previous entries. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/18 18:57:54 Modified files: infrastructure/bin: portcheck Log message: Check for leading articles in COMMENT lines. Suggested by sebastia@. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/18 18:58:53 Log message: Import tests for leading articles in the COMMENT lines. Status: Vendor Tag: zhuk Release Tags: zhuk_20140519 N ports/tests/portcheck/t13/Makefile N ports/tests/portcheck/t13/pkg/PLIST-a N ports/tests/portcheck/t13/pkg/PLIST-an N ports/tests/portcheck/t13/pkg/PLIST-athe N ports/tests/portcheck/t13/pkg/PLIST-main N ports/tests/portcheck/t13/pkg/PLIST-the No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/18 18:59:30 Modified files: tests/portcheck: Makefile Added files: tests/portcheck: t13.sample Log message: Hook up new tests. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/18 20:05:10 Modified files: regress/lib/libcrypto/utf8: utf8test.c Log message: Enable the 3- and 4-byte sequence tests for UTF8_getc() Add surrogate and out-of-range tests for UTF8_putc() on the assumption we'll make it return -2. Maybe. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/05/18 23:38:51 Modified files: sys/dev/microcode/rum: microcode.h Log message: Update run(4) firmware to version 0.33, with permission from Dennis Lee of Mediatek to keep using the free firmware licence we've been using. Tested by myself, rapha@, Fred Crowson, Dinar Talypov, gerhard@, matthieu@. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/05/19 00:35:02 src/regress/usr.bin/ssh/unittests/sshkey Update of /cvs/src/regress/usr.bin/ssh/unittests/sshkey In directory cvs.openbsd.org:/tmp/cvs-serv19758/sshkey Log Message: Directory /cvs/src/regress/usr.bin/ssh/unittests/sshkey added to the repository CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/05/19 00:35:11 src/regress/usr.bin/ssh/unittests/sshkey/testdata Update of /cvs/src/regress/usr.bin/ssh/unittests/sshkey/testdata In directory cvs.openbsd.org:/tmp/cvs-serv12081/sshkey/testdata Log Message: Directory /cvs/src/regress/usr.bin/ssh/unittests/sshkey/testdata added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/05/19 00:54:35 Modified files: sys/dev/usb : uhci.c Log message: unbreak the build when DIAGNOSTIC is not defined allows ramdisk kernels to build again CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/05/19 01:00:15 Modified files: sys/dev : audio.c Log message: fix format mistakes visible if AUDIO_DEBUG is defined CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/05/19 01:52:07 Modified files: audio/mpd : Makefile distinfo Removed files: audio/mpd/patches: patch-src_decoder_OggUtil_cxx patch-src_event_DeferredMonitor_cxx patch-src_event_DeferredMonitor_hxx Log message: Update to mpd-0.18.11 CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/05/19 02:03:10 Modified files: net/tor : Tag: OPENBSD_5_5 Makefile distinfo Log message: MFC update to tor 0.2.4.22. Most notably, this blocks authority signing keys that may have been compromised by Heartbleed. ok sthen@ jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/19 02:04:11 Modified files: graphics/gthumb: Makefile distinfo Log message: update to gthumb-3.2.8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/19 02:06:30 Modified files: telephony/asterisk-sounds: asterisk-sounds.port.mk Log message: these ports just repackage audio files from an upstream tar, so won't ever need to be patched - so just unpack them directly in WRKINST to save an extra copy operation. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/05/19 02:13:16 Modified files: usr.sbin/npppd/npppd: Tag: OPENBSD_5_5 parse.y Log message: MFC npppd/parse.y r1.11 - ok yasuoka@ date: 2014/05/07 08:07:53; author: yasuoka; state: Exp; lines: +2 -2; Initialize struct iface by zero. Without this, npppd had used random configuration. from Anders Berggren. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/05/19 02:33:29 Modified files: . : support.html build : support.dat Log message: add ironline.com.au, requested by mike at ironline.com.au CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/19 02:42:56 Modified files: security/libssh: Tag: OPENBSD_5_5 Makefile Added files: security/libssh/patches: Tag: OPENBSD_5_5 patch-include_libssh_wrapper_h patch-src_bind_c patch-src_libcrypto_c patch-src_libgcrypt_c Log message: Security fix for CVE-2014-0017 ok rpointel@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/05/19 02:45:49 Modified files: graphics/feh : Makefile distinfo graphics/feh/patches: patch-Makefile patch-config_mk patch-man_feh_pre graphics/feh/pkg: PLIST Log message: Update to feh-2.12 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/05/19 02:58:34 Modified files: lib/libedit : editline.3 hist.h histedit.h history.c shlib_version Log message: Add a H_SAVE_FP operation to history() which lets the history be saved to an open file pointer. From NetBSD via Eitan Adler. ok millert CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/19 04:06:51 Modified files: lang/php/5.4 : Tag: OPENBSD_5_5 Makefile distinfo lang/php/5.4/patches: Tag: OPENBSD_5_5 patch-php_ini-development patch-php_ini-production Log message: security update to php-5.4.28 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/19 04:22:30 Modified files: sysutils/mcollective: Makefile distinfo sysutils/mcollective/patches: patch-ext_Makefile sysutils/mcollective/pkg: PLIST Log message: update to mcollective-2.5.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/19 04:28:39 Modified files: devel/spidermonkey: Makefile devel/spidermonkey/pkg: PLIST devel/mozjs17 : Makefile devel/mozjs17/pkg: PLIST Log message: strip(1) when building without DEBUG. Drop the static archive, it's not used by anything. This saves us 500M per pkg... ok jasper@ landry@ (maintainer) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/19 04:37:40 Modified files: sbin/dhclient : dhclient.c Log message: No point in trying to update the -L file on loss of link if no -L has been specified. Eliminates spurious "Couldn't write ''" log messages. Spotted while looking into Roman Gorelov's logs on another problem. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/19 04:42:08 Modified files: sbin/dhclient : dhclient.c Log message: Nuke some trailing whitespace that snuck in. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/19 05:29:01 Modified files: www/squid/stable: Makefile Added files: www/squid/stable/patches: patch-src_format_Format_cc patch-src_format_Token_h Log message: add patch (committed upstrem) to fix an uninitialised use when %tg is used in a logformat config line. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/05/19 05:41:19 ports/x11/kde4/l10n/pt/patches Update of /cvs/ports/x11/kde4/l10n/pt/patches In directory cvs.openbsd.org:/tmp/cvs-serv27452/patches Log Message: Directory /cvs/ports/x11/kde4/l10n/pt/patches added to the repository CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/19 06:13:30 Modified files: lib/libssl/src/apps: apps.c ca.c cms.c dgst.c dsa.c ec.c ecparam.c enc.c engine.c gendsa.c genpkey.c genrsa.c openssl.c passwd.c pkcs12.c pkcs8.c pkey.c pkeyutl.c req.c rsa.c rsautl.c s_client.c s_server.c s_socket.c smime.c speed.c spkac.c ts.c x509.c Log message: It is perfectly valid to call free(NULL), so stop checking for non-NULL before calling free - of some course parts of the code already did this. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/19 06:18:23 Modified files: lib/libssl/src/apps: dgst.c enc.c Log message: More whack-a-mole^Wfips. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/19 06:34:53 Modified files: lib/libssl/src/apps: apps.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2014/05/19 06:40:53 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2014/05/19 06:57:31 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/05/19 06:57:41 Added files: x11/kde4/l10n/pt/patches: patch-docs_kdeutils_ark_man-ark_1_docbook Log message: Unbreak build. Fix error: "Entity: line 1: parser error : Entity 'ark' not defined" Found by diffing between kde-l10n-pt-4.11.5/docs/kdeutils/ark/man-ark.1.docbook and kde-l10n-pt_BR-4.11.5/docs/kdeutils/ark/man-ark.1.docbook OK sthen@, zhuk@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/19 07:11:31 Modified files: sys/arch/arm/xscale: pxa2x0_ohci.c sys/arch/armv7/imx: imxehci.c sys/arch/armv7/omap: omehci.c omohci.c sys/arch/armv7/sunxi: sxiehci.c sys/arch/loongson/dev: ohci_voyager.c sys/arch/socppc/dev: ehci_obio.c Log message: There is no need to remember which usb(4) device is the child of an USB host controller because autoconf(9) already does it. Breakage reported by todd@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/19 07:43:30 Modified files: lib/libfuse : fuse.c Log message: as reported by Helg, should use realpath for mounts. ok guenther syl CVSROOT: /cvs Module name: src Changes by: syl@cvs.openbsd.org 2014/05/19 07:55:29 Modified files: sys/miscfs/fuse: fuse_vnops.c Log message: Add some consistency in fuse error handling. We need to return ENXIO when the fuse communication channel is broken and ENOSYS when the libfuse callback does not exist. Reported by Helg Bredow, thanks! ok tedu@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/19 08:30:03 Modified files: sys/kern : kern_malloc.c subr_poison.c subr_pool.c sys/sys : malloc.h Log message: consistent use of uint32_t for poison values CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/19 09:05:13 Modified files: usr.bin/passwd : passwd.1 passwd.c Removed files: usr.bin/passwd : krb5_passwd.c Log message: kerberos leftovers CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/19 10:57:39 Modified files: audio/wavpack : Makefile Added files: audio/wavpack/patches: patch-wavpack_pc_in Log message: fix pkg-config file, from Tim van der Molen CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/19 11:07:16 Modified files: usr.bin/passwd : passwd.1 Log message: no more -K; CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/05/19 11:36:28 Modified files: graphics/colord: Makefile Log message: Mark as BROKEN-hppa: SIGBUS during build on cd-create-profile. Not that this takes out a large chunk of the tree, but who cares about gnome3 on hppa.. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/05/19 13:15:45 Modified files: devel/mercurial: Makefile distinfo devel/mercurial/pkg: PLIST-main Log message: Update mercurial to 3.0, from Seth Jackson (thanks). ok landry@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/05/19 13:16:17 Modified files: devel/tortoisehg: Makefile distinfo devel/tortoisehg/pkg: PLIST Log message: Update tortoisehg to 3.0, , from Seth Jackson (thanks). ok landry@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2014/05/19 13:42:24 Modified files: usr.bin/rcs : ci.c Log message: Plug a small memory leak: if we pass checkin_init/checkin_update a revision thru pb.newrev, it will not be freed. From Fritjof Bornebusch, no objections from tech@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2014/05/19 14:03:16 Modified files: usr.bin/ftp : fetch.c Log message: HTTPS connections may see redirects, so initialize libcrypto and libssl only once, and reuse the crafted SSL_CTX for further connections. ok lteo@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2014/05/19 14:05:09 Modified files: usr.bin/ftp : fetch.c Log message: Explicitely initialize two static variables introduced in the previous commit, to please lteo@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/19 14:09:15 Modified files: lib/libssl/src/ssl: t1_lib.c Log message: Fix several bounds checks in ssl_add_clienthello_tlsext() and ssl_add_serverhello_tlsext(), and convert all of them to the same idiom, for easier review. Math is hard, let's go webshopping. Help and ok guenther@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2014/05/19 14:09:22 Modified files: usr.bin/ftp : fetch.c Log message: X509_free() the certificate if the server hostname check fails. No functional change. Reported by Mike Small and Maxime Villard. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/05/19 15:09:08 Modified files: share/mk : automake.dep Log message: Add do-not-config.h.in as file touch to avoid re-running autoheader. Prevents xserver's build from creating an empty config.h.in file. Problem noticed by naddy@. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/19 15:18:42 Modified files: sys/arch/mips64/mips64: db_machdep.c sys/arch/sgi/conf: Makefile.sgi sys/arch/sgi/dev: if_iec.c mavb.c sys/arch/sgi/gio: gio.c pci_gio.c sys/arch/sgi/hpc: zs.c sys/arch/sgi/localbus: imc.c int.c macebus.c tcc.c sys/arch/sgi/pci: ioc.c iof.c macepcibridge.c sys/arch/sgi/sgi: bus_dma.c ip22_machdep.c ip27_machdep.c machdep.c sys/arch/sgi/xbow: xbridge.c Log message: Format string fixes and removal of -Wno-format for sgi. Based upon an initial diff from jasper@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/19 19:21:52 Modified files: lib/libssl/src/crypto/asn1: a_mbstr.c a_strex.c a_utf8.c asn1_locl.h Log message: Bring UTF8_{getc,putc} up-to-date: it's been a decade since 5- and 6-byte encodings and encoding of surrogate pair code points were banned. Add checks for those, both to those functions and to the code decoding the BMP and UNIV encodings. ok miod@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/19 19:25:24 Modified files: usr.bin/csplit : csplit.c usr.bin/dc : dc.c usr.bin/diff : diffdir.c usr.bin/du : du.c usr.bin/ftp : fetch.c ftp.c ruserpass.c usr.bin/grep : util.c usr.bin/indent : args.c indent.c usr.bin/lndir : lndir.c usr.bin/login : login.c usr.bin/look : look.c usr.bin/mail : lex.c usr.bin/nc : netcat.c usr.bin/nl : nl.c usr.bin/patch : mkpath.c usr.bin/printf : printf.c usr.bin/skeyinit: skeyinit.c usr.bin/spell : spellprog.c usr.bin/uudecode: uudecode.c usr.bin/which : which.c usr.bin/xinstall: xinstall.c usr.sbin/crunchgen: elf_hide.c usr.sbin/kvm_mkdb: nlist.c usr.sbin/lpr/lpr: lpr.c usr.sbin/pcidump: pcidump.c usr.sbin/procmap: procmap.c usr.sbin/pwd_mkdb: pwd_mkdb.c regress/lib/libc/stdio_threading/include: local.h regress/lib/libpthread/earlysig: earlysig.c regress/lib/libpthread/pthread_rwlock: pthread_rwlock.c regress/sys/kern/main-thread-exited: main-thread-exited.c regress/sys/kern/rlimit-file: rlim-file.c Log message: Use errc/warnc to simplify code. Also, in 'ftp', always put the error message last, after the hostname/ipaddr. ok jsing@ krw@ millert@ CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2014/05/19 19:39:32 Modified files: lang/node-typescript: Makefile distinfo Log message: Update node-typescript to 1.0.1 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/05/19 23:43:55 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm Log message: fix bogus extension: $code and $code2 belong in _system, so that both system and verbose_system will work properly. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/05/19 23:46:13 Modified files: usr.sbin/pkg_add/OpenBSD: Add.pm AddCreateDelete.pm AddDelete.pm Delete.pm PkgCreate.pm Log message: makewhatis being now external, it no longer requires picky/test/check_dir. It also can't handle too many manpages at once (shell limit) so hand-feed it (problem spotted by landry@). Some tests by schwarze@. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/05/19 23:55:43 Modified files: usr.sbin/pkg_add/OpenBSD: Add.pm AddCreateDelete.pm Delete.pm Log message: yet more code that no longer makes any sense CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/05/20 02:09:04 Removed files: usr.sbin/smtpd : mfa.c mfa_session.c Log message: remove dead files CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/20 02:10:57 Modified files: audio/xmms : Tag: OPENBSD_5_5 Makefile Added files: audio/xmms/patches: Tag: OPENBSD_5_5 patch-xmms_bmp_c Log message: Security fixes for CVE-2007-0653, CVE-2007-0654 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/20 02:56:38 Modified files: graphics/jbigkit: Tag: OPENBSD_5_5 Makefile distinfo graphics/jbigkit/patches: Tag: OPENBSD_5_5 patch-Makefile patch-libjbig_Makefile patch-pbmtools_Makefile Removed files: graphics/jbigkit/patches: Tag: OPENBSD_5_5 patch-pbmtools_jbgtopbm_c Log message: SECURITY update to jbigkit 2.1 (no ABI change) ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/20 03:06:49 Modified files: www/nginx/devel: Tag: OPENBSD_5_5 Makefile www/nginx/stable: Tag: OPENBSD_5_5 Makefile Added files: www/nginx/devel/patches: Tag: OPENBSD_5_5 patch-src_http_ngx_http_spdy_c www/nginx/stable/patches: Tag: OPENBSD_5_5 patch-src_http_ngx_http_spdy_c Log message: Security fix for CVE-2014-0133 ok sthen@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/20 03:16:43 Modified files: sys/netinet : inet_ntop.c Log message: correctly match size and buffer. from enh at google CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/20 04:17:02 Modified files: www/nginx/devel: Makefile www/nginx/devel/patches: patch-src_http_ngx_http_spdy_c Log message: Remove "fix" for CVE-2014-0088, this bug only affected nginx 1.5.10 and the version in ports/devel/nginx is 1.5.7. Spotted by jasper@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/20 04:29:01 Modified files: sys/netinet6 : in6_ifattach.c Log message: Fix eui64 address generation, broken since the removal of the link-layer address from the per-ifp list. Found the hard way by weerd@, florian@ and stsp@, ok florian@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/05/20 05:02:12 Modified files: math/R : Makefile distinfo math/R/patches : patch-Makefile_in patch-configure patch-doc_Makefile_in patch-etc_Makeconf_in patch-src_extra_blas_Makefile_in patch-src_include_R_ext_eventloop_h patch-src_main_CommandLineArgs_c patch-src_main_Makefile_in patch-src_main_connections_c patch-src_main_gram_y patch-src_main_main_c patch-src_main_platform_c patch-src_modules_lapack_Makefile_in patch-src_nmath_standalone_Makefile_in patch-src_scripts_config patch-src_scripts_javareconf_in math/R/pkg : PLIST Log message: Update to R-3.1.0. From maintainer Rafael Sadowski, with tweaks by me. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/20 05:03:13 Modified files: sys/net : pf.c Log message: Assign the queue ID to the correct packet header when sending ICMP messages. ok henning@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/05/20 05:09:13 Modified files: faq : faq13.html Log message: close tag -- from Micah Muer at gmail dot com, thanks! CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/05/20 05:59:03 Modified files: lib/libedit : eln.c Log message: The argv[] used for el_set() EL_BIND, EL_SETTY, etc should be terminated by NULL. Fix from NetBSD via yasuoka@ but changed by me not to walk off the end of array with >20 arguments. ok yasuoka CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2014/05/20 06:10:18 Modified files: distrib/sets/lists/xbase: md.loongson Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/20 06:18:44 Modified files: security/py-crypto: Tag: OPENBSD_5_5 Makefile distinfo security/py-crypto/pkg: Tag: OPENBSD_5_5 PFRAG.no-python3 PLIST Log message: Security update to 2.6.1 to address CVE-2013-1445 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/05/20 06:40:00 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update to youtube-dl-2014.05.19 CVSROOT: /cvs Module name: src Changes by: syl@cvs.openbsd.org 2014/05/20 07:22:06 Modified files: lib/libfuse : fuse.c fuse_opt.c fuse_opt.h Log message: Add support for -o XXX or -oXXX options in libfuse. inputs from tedu@, ok tedu@ CVSROOT: /cvs Module name: src Changes by: syl@cvs.openbsd.org 2014/05/20 07:32:22 Modified files: lib/libfuse : fuse.c sys/miscfs/fuse: fuse_vfsops.c fuse_vnops.c fusefs.h sys/sys : mount.h Log message: Add -o max_read=XXX support in fuse. This is needed by usmb to have a working read() and write(). ok tedu@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/05/20 08:08:47 Modified files: audio/mscore : Makefile audio/mscore/patches: patch-mscore_mscore_CMakeLists_txt Added files: audio/mscore/patches: patch-mscore_rtf2html_CMakeLists_txt Removed files: audio/mscore/patches: patch-Makefile Log message: mscore has a crappy Makefile that sets some stuff up and then calls cmake: fix this nonsense. OK bcallah@ (maintainer) CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/05/20 08:21:46 Modified files: usr.sbin/smtpd : ssl.c ssl.h Log message: Deep down inside OpenSSL, err... LibreSSL, RSA_set_ex_data attempts to free() the external data when releasing the RSA object. The RSA_GET_EX_NEW_INDEX(3) manual page doesn't mention that this is the default behaviour - it just describes the possible free_func() callback - and the code path in libcrypto is hiding the fact behind layers of abstraction. Fix possible double free by allocating and copying the external data reference that is used for RSA privsep (pkiname in smtpd's case). ok eric@ gilles@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/20 08:37:03 Modified files: multimedia/yle-dl: Makefile distinfo multimedia/yle-dl/pkg: PLIST Removed files: multimedia/yle-dl/patches: patch-Makefile patch-librtmp_Makefile patch-yle-dl_py Log message: update yle-dl to 2.2.1, from vesa norrman, small tweaks by me. OK Antti Harri (maintainer). CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/20 08:46:19 Modified files: sys/dev/usb : xhci.c Log message: Format string fixes for XHCI_DEBUG. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/05/20 08:51:46 Modified files: audio/pianobar : Makefile distinfo audio/pianobar/patches: patch-Makefile Added files: audio/pianobar/patches: patch-src_libpiano_crypt_h Removed files: audio/pianobar/patches: patch-src_libpiano_piano_h patch-src_libpiano_request_c patch-src_libpiano_response_c patch-src_libwaitress_waitress_c patch-src_main_c patch-src_ui_act_c patch-src_ui_c patch-src_ui_readline_c Log message: Update to 2014.04.22 snapshot. It now uses ffmpeg instead of faad+libmad. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/20 09:02:24 Modified files: sys/dev/pci : pcidevs Log message: Add VIA VL80x xHCI. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/20 09:02:54 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/20 10:23:30 Modified files: devel/cmake : cmake.port.mk Log message: Bump the BUILD_DEPENDS for the CMake release to the latest release as even an older minor release could result in a test failing. ok dcoppa@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/20 10:37:09 Modified files: devel/acpica : Makefile distinfo devel/acpica/patches: patch-generate_unix_Makefile_config patch-generate_unix_acpiexec_Makefile patch-generate_unix_iasl_Makefile Added files: devel/acpica/patches: patch-source_compiler_Makefile patch-source_include_platform_aclinux_h patch-source_tools_acpibin_Makefile patch-source_tools_acpiexec_Makefile patch-source_tools_acpihelp_Makefile patch-source_tools_acpinames_Makefile patch-source_tools_acpisrc_Makefile patch-source_tools_acpixtract_Makefile Removed files: devel/acpica/patches: patch-compiler_Makefile patch-include_platform_aclinux_h patch-tools_acpibin_Makefile patch-tools_acpiexec_Makefile patch-tools_acpihelp_Makefile patch-tools_acpinames_Makefile patch-tools_acpisrc_Makefile patch-tools_acpixtract_Makefile Log message: update to acpica-20120711, tweaked from a diff from daniel@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/20 10:59:05 Modified files: lib/libssl/src/ssl: d1_enc.c s3_clnt.c s3_lib.c ssl_ciph.c t1_enc.c Log message: KSSL is dead... nuke KSSL_DEBUG from orbit. ok beck@ miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/20 11:02:30 Modified files: devel/acpica : Makefile distinfo devel/acpica/patches: patch-generate_unix_Makefile_config patch-generate_unix_acpiexec_Makefile devel/acpica/pkg: PLIST Removed files: devel/acpica/patches: patch-generate_unix_iasl_Makefile patch-source_compiler_Makefile patch-source_tools_acpibin_Makefile patch-source_tools_acpiexec_Makefile patch-source_tools_acpihelp_Makefile patch-source_tools_acpinames_Makefile patch-source_tools_acpisrc_Makefile patch-source_tools_acpixtract_Makefile Log message: update to acpica 20140424 CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/05/20 11:33:36 Modified files: usr.sbin/relayd: relay.c relayd.h ssl.c usr.sbin/smtpd : ssl.c ssl.h Log message: Unify the SSL privsep key loading functions. ok eric@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/05/20 12:47:01 Modified files: usr.sbin/smtpd : mta.c mta_session.c scheduler.c smtpctl.c Log message: format string cleanup: change "%i" to "%d" and fix a few typos CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/20 13:34:48 Modified files: net/apache-activemq: Makefile distinfo net/apache-activemq/patches: patch-bin_activemq net/apache-activemq/pkg: PLIST Log message: update to apache-activemq-5.9.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/20 13:36:27 Modified files: lang/verilator : Makefile distinfo lang/verilator/pkg: PLIST Log message: update to verilator-3.860 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/20 13:57:04 Modified files: sysutils/ruby-puppet/3: Makefile sysutils/ruby-puppet/3/pkg: PLIST Log message: stop mucking around with setting ownership on @sample'd dirs in /var/puppet/; they were wrong and puppet was correcting it, so just drop it alltogether. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/20 14:00:55 Modified files: sysutils/ruby-puppet/3: Makefile sysutils/ruby-puppet/3/pkg: PLIST Log message: use @unexec-delete instead of @extraunexec when instructing users to remove /{etc,var}/puppet/ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/20 15:11:16 Modified files: bin/df : df.c sbin/dump : traverse.c sbin/fsck_ext2fs: utilities.c sbin/fsck_ffs : utilities.c sbin/ncheck_ffs: ncheck_ffs.c sbin/quotacheck: quotacheck.c sbin/tunefs : tunefs.c Log message: As suggested by guenther@ and millert@, replace seek+[read|write] with p[read|write]. Makes the code much clearer by eliminating extra error checking and verbiage. No intentional functional change. Tweaks by and ok guenther@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/05/20 16:28:07 Modified files: lib/libedit : tty.c tty.h Log message: Merge the fixes from the upstream. Factor out some common code in tty.c and fix EL_SETTY to work. ok nicm CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2014/05/20 16:38:04 Modified files: distrib/sets/lists/xbase: md.sparc64 Log message: sync CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2014/05/20 16:49:43 Modified files: sys/arch/amd64/stand/pxeboot: pxeboot.8 sys/arch/i386/stand/pxeboot: pxeboot.8 Log message: remove irrelevant, outdated, and misleading sentence suggesting that you need to set up a local mirror for the install sets brought to attention by pascal@ ok krw@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/05/20 17:41:36 Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: destinct is spelled distinct. ok henning@ jmc@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/20 18:47:43 Modified files: net/dnsmasq : Makefile distinfo Log message: Update to dnsmasq 2.71. ok sthen@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/20 19:17:52 Modified files: lib/libc : Makefile Log message: warn about implicit. misspelled function names in libc are deadly. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2014/05/20 20:14:07 Modified files: sys/dev/acpi : acpi.c acpicpu.c acpiec.c atk0110.c dsdt.c Log message: Fix invalid / missing format specifiers in several dnprintf statements (used only when ACPI_DEBUG is enabled) From a diff on tech@ by Fabian Raetz, with a minor change by me, tested on i386 and amd64 with ACPI_DEBUG enabled and disabled. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2014/05/20 20:20:18 Modified files: sys/lib/libz : zlib.h Log message: Typo in comment noticed during some recent hibernate debugging. No code change. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2014/05/20 20:26:49 Modified files: sys/kern : subr_hibernate.c Log message: Change use of Z_PARTIAL_FLUSH to Z_SYNC_FLUSH in the hibernate code as per a warning/comment in zlib.h that Z_PARTIAL_FLUSH "will be removed, use Z_SYNC_FLUSH instead". CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/20 22:17:56 Modified files: bin/pax : ar_io.c Log message: Exit with non-zero status if a read is truncated, or if a compression program was used but it didn't exit successfully. Original diff by mpf@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/21 00:01:19 Modified files: bin/ps : ps.1 Log message: document which keywords are posix conformant; ok guenther sobrado CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/21 00:17:57 Modified files: sysutils/salt-testing: Makefile Log message: Missing RUN_DEPENDS. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/21 00:23:02 Modified files: sbin/mount_nfs : mount_nfs.c sbin/newfs_ext2fs: newfs_ext2fs.c bin/chmod : chmod.c bin/cp : cp.c bin/dd : args.c bin/rm : rm.c bin/mv : mv.c Log message: Use errc/warnc to simplify code. ok jca@ krw@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/21 00:57:43 Modified files: print/gutenprint: Makefile distinfo print/gutenprint/patches: patch-configure print/gutenprint/pkg: PLIST Added files: print/gutenprint/patches: patch-src_main_print-olympus_c Removed files: print/gutenprint/pkg: PFRAG.shared Log message: Update to gutenprint-5.2.10. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/05/21 01:04:21 Modified files: regress/usr.bin/ssh: integrity.sh Log message: when failing because of unexpected output, show the offending output CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/21 01:39:48 Modified files: sysutils/salt : Makefile distinfo sysutils/salt/patches: patch-setup_py Log message: Update to salt-0.17.5. ok landry@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/05/21 02:39:57 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-Makefile Removed files: devel/git/patches: patch-t_t7001-mv_sh Log message: Update to git-1.9.3. ok benoit@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/21 04:12:34 Modified files: sysutils/bacula: Makefile distinfo sysutils/bacula/patches: patch-configure Removed files: sysutils/bacula/patches: patch-src_lib_lockmgr_h Log message: Update to bacula 7.0.3. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/05/21 04:28:12 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: I'm in Nantes too, btw. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/21 05:22:22 Modified files: sysutils/mcollective: Makefile sysutils/mcollective/pkg: PLIST Removed files: sysutils/mcollective/patches: patch-ext_Makefile Log message: stop patching the deprecated Makefile and just use install.rb CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/21 05:44:52 Modified files: x11/gnome/gcr : Makefile x11/gnome/gcr/patches: patch-Makefile_in Log message: Pushed upstream. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/21 06:31:53 Modified files: sys/dev/usb : xhci.c Log message: Handle the stall condition just like the bable one since in both cases the ring is halted. Do not bother reporting USBD_STALLED to the stack like other HC drivers do since the endpoint is automatically reseted. What is the point of this error apart from making sure driver authors will forget to call usbd_clear_endpoint_stall_async() correctly? The Renesas uPD720202 xHCI, provided by Stefan Wollny, now works as expected. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/05/21 06:48:40 Modified files: x11/rxvt-unicode: Makefile Log message: Fix CONFIGURE_ENV; sync WANTLIB CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/21 07:04:23 Modified files: sys/dev/usb : usbdevs Log message: Add VIA Labs. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/21 07:04:47 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/21 08:48:28 Modified files: sys/net : if_enc.c route.c Log message: Fix IPsec route addition broken since the removal of the link-layer addresses from the per-ifp list. While here document why enc(4) needs a link-layer address, or at least something that seems to be one. Found the hard way and fix tested by naddy@, ok mikeb@, henning@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/21 09:40:54 Log message: import ports/net/irssi-otr, tweaked from a submission by Florian Stinglmayr using a README from another submission by Vladimir Seleznev. ok landry@ IRSSI support for Off-The-Record (http://www.cypherpunks.ca/otr/) messaging, allowing you to have private conversations over instant messaging by providing: Encryption * No one else can read your instant messages. Authentication * You are assured the correspondent is who you think it is. Deniability * The messages you send do not have digital signatures that are checkable by a third party. Anyone can forge messages after a conversation to make them look like they came from you. However, during a conversation, your correspondent is assured the messages he sees are authentic and unmodified. Perfect forward secrecy * If you lose control of your private keys, no previous conversation is compromised. Status: Vendor Tag: sthen Release Tags: sthen_20140521 N ports/net/irssi-otr/Makefile N ports/net/irssi-otr/distinfo N ports/net/irssi-otr/patches/patch-configure_ac N ports/net/irssi-otr/patches/patch-help_Makefile_am N ports/net/irssi-otr/pkg/DESCR N ports/net/irssi-otr/pkg/PLIST N ports/net/irssi-otr/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/21 09:41:19 Modified files: net : Makefile Log message: +irssi-otr CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2014/05/21 09:47:51 Modified files: lib/libc/stdlib: malloc.c Log message: fix MALLOC_STATS (not compiled in by default); ok tedu@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/21 09:48:13 Modified files: net/irssi-otr : Makefile net/irssi-otr/pkg: PLIST README Added files: net/irssi-otr/patches: patch-README_md Log message: Install upstream README in the irssi doc dir (as otr-plugin.txt) and tweak pkg-readme to direct people at it. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/21 09:55:19 Modified files: sbin/fdisk : mbr.c Log message: Fix 'fdisk -u', a.k.a. MBR_pcopy(), on sparc64 and possibly others. gcc's built-in/in-lined memcpy() can't copy elements of a struct dos_partiton array from inside the __packed struct dos_mbr into an 'unpacked' local variable. But copying the whole array works fine. Be consistant and use the same idiom in both places the partition table is parsed. Leave the landisk workaround/hack in place until it can be confirmed it is no longer needed. ok martynas@ after many alternatives crashed and burned. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/21 10:32:08 Modified files: sbin/badsect : badsect.c Log message: Nuke some trailing whitespace to shrink subsequent diffs. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/21 11:38:30 Modified files: sbin/dump : dump.h traverse.c Log message: Nuke some trailing whitespace and break some long lines to shrink subsequent diffs. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/21 11:52:26 Modified files: sbin/fsck_ext2fs: dir.c main.c inode.c Log message: Nuke some trailing whitespace to shrink subsequent diffs. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/21 12:02:38 Modified files: audio/sonata : Makefile distinfo audio/sonata/patches: patch-setup_py Log message: Update to a newer git checkout. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/21 12:11:13 Modified files: print/foo2zjs : Makefile distinfo print/foo2zjs/patches: patch-getweb_in Log message: Update to foo2zjs-20140519. CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2014/05/21 12:38:42 Modified files: usr.sbin/lpr/common_source: displayq.c Log message: stat(2) on the spool file needs privileges. Fixes file size reported by lpq -l. ok millert@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/21 12:53:05 Modified files: sbin/fsck_ffs : inode.c pass5.c utilities.c Log message: Nuke some trailing whitespace to shrink subsequent diffs. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2014/05/21 16:59:26 Modified files: sys/dev/pci : qle.c Log message: When the firmware tells us a loop id is already in use, add the device there to our port lists, then find the next available loop id and carry on rather than restarting. This way, we're less likely to get stuck looping when the firmware behaves inconsistently. We also don't need to treat domain controller logins specially. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2014/05/21 17:01:43 Modified files: sys/dev/ic : qla.c Log message: We only have one possible location to use for a logged in port, so only set it in one place. CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2014/05/21 17:21:40 Modified files: faq : upgrade55.html Log message: Add iopctl to the delete list. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/21 17:37:55 Modified files: net/icinga/core: Makefile distinfo net/icinga/core/pkg: PLIST-ido Log message: upstream packages were re-rolled (under the same filename :() to remove a couple of bogus sql update files. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/21 17:41:03 Modified files: multimedia/xine-lib: Makefile multimedia/xine-lib/patches: patch-src_combined_ffmpeg_ff_video_decoder_c multimedia/xine-lib/pkg: PLIST Added files: multimedia/xine-lib/patches: patch-include_xine_buffer_h patch-src_combined_ffmpeg_xine_audio_list patch-src_demuxers_demux_matroska_c patch-src_demuxers_matroska_h patch-src_xine-engine_buffer_types_c Log message: - Add some fixes for the FFmpeg decoder - Enable the libvpx decoder as a means of working around a bug with Xine's VP9 decoder via FFmpeg - Add Opus support ok sthen@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/21 20:02:39 Modified files: sys/ufs/ffs : ffs_alloc.c ffs_balloc.c ffs_inode.c ffs_softdep.c ffs_vnops.c Log message: From FreeBSD: the second argument to UFS_UPDATE/ffs_update is just a boolean, not a MNT_* flag. ok beck@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/21 20:15:54 Modified files: sbin/ncheck_ffs: ncheck_ffs.c Log message: Nuke some trailing whitespace to shrink subsequent diffs. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/21 21:34:26 Modified files: lib/libssl/src/crypto/asn1: asn1.h asn1_locl.h Log message: No uses of UTF8_{getc,putc}() in ports, so remove them from the public header. ok miod@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/21 21:36:23 Modified files: regress/lib/libcrypto/utf8: Makefile utf8test.c Log message: Make this build cleanly even with UTF8_{putc,getc} moved from the public header to the internal. Make some variables unsigned to eliminate some warnings CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/22 02:05:27 Modified files: net/rsync : Tag: OPENBSD_5_5 Makefile net/rsync/patches: Tag: OPENBSD_5_5 patch-authenticate_c Log message: Security fix for CVE-2014-2855 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/22 03:29:56 Modified files: audio/gsm : Makefile distinfo Added files: audio/gsm/patches: patch-src_code_c Log message: missing string.h CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2014/05/22 03:48:57 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/batmon: Makefile x11/gnustep/camera: Makefile x11/gnustep/camerakit: Makefile x11/gnustep/cdplayer: Makefile x11/gnustep/corebase: Makefile x11/gnustep/cynthiune: Makefile x11/gnustep/databasin: Makefile x11/gnustep/dbuskit: Makefile x11/gnustep/displaycalibrator: 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/impersonatortoolkit: Makefile x11/gnustep/jigsaw: Makefile x11/gnustep/lapispuzzle: Makefile x11/gnustep/laternamagica: Makefile x11/gnustep/matharray: Makefile x11/gnustep/mpdcon: Makefile x11/gnustep/neos-theme: Makefile x11/gnustep/netclasses: Makefile x11/gnustep/paje: Makefile x11/gnustep/pantomime: Makefile x11/gnustep/pcapkit: Makefile x11/gnustep/pdfkit: Makefile x11/gnustep/performance: Makefile x11/gnustep/price: Makefile x11/gnustep/projectcenter: Makefile x11/gnustep/remotedesk: Makefile x11/gnustep/remotedesk/pkg: DESCR x11/gnustep/renaissance: Makefile x11/gnustep/rsskit: Makefile x11/gnustep/silver-theme: 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: overhaul gnustep.port.mk with regard to fix WANTLIBS and LIB_DEPENDS of dependent ports, so that port-lib-depends-check is happy with all of them. Also make portcheck happy too. feedback and OK aja@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2014/05/22 03:49:51 Modified files: www/sope : Makefile Log message: bump revision due to gnustep.port.mk overhaul and portcheck fixes feedback and OK aja@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2014/05/22 03:50:07 Modified files: www/sogo : Makefile www/sogo/pkg : README Log message: bump revision due to gnustep.port.mk overhaul and portcheck fixes feedback and OK aja@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2014/05/22 03:50:22 Modified files: www/opengroupware: Makefile www/opengroupware/pkg: README UNMESSAGE Log message: bump revision due to gnustep.port.mk overhaul and portcheck fixes feedback and OK aja@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2014/05/22 03:50:43 Modified files: games/oolite : Makefile Log message: bump revision due to gnustep.port.mk overhaul and portcheck fixes feedback and OK aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/22 05:20:18 Modified files: www/py-django : Makefile distinfo www/py-django/pkg: PLIST Log message: security update to 1.5.8 https://www.djangoproject.com/weblog/2014/may/14/security-releases-issued/ ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/22 05:21:00 Modified files: www/py-django : Tag: OPENBSD_5_5 Makefile distinfo www/py-django/pkg: Tag: OPENBSD_5_5 PLIST Log message: security update to 1.5.8 https://www.djangoproject.com/weblog/2014/may/14/security-releases-issued/ ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/22 05:22:27 Modified files: lang/chicken/core: Makefile Added files: lang/chicken/core/patches: patch-srfi-4_scm Log message: Security fix for CVE-2014-3776, buffer overflow in "read-u8vector!" procedure leads to DoS or arbitrary code exec CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/22 05:22:46 Modified files: lang/chicken : Tag: OPENBSD_5_5 Makefile Added files: lang/chicken/patches: Tag: OPENBSD_5_5 patch-srfi-4_scm Log message: security fix for CVE-2014-3776, buffer overflow in "read-u8vector!" procedure leads to DoS or arbitrary code exec CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/05/22 05:33:05 Modified files: security/assl : Makefile Added files: security/assl/patches: patch-assl_c patch-assl_socket_c Log message: fix build on -current; from maintainer David Hill CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/22 05:48:49 Modified files: lib/libssl/src/ssl: t1_lib.c Log message: More KNF. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/22 05:53:36 Modified files: multimedia/libmms: Makefile distinfo Added files: multimedia/libmms/patches: patch-src_mmsh_c Log message: Security fix for CVE-2014-2892, heap-based buffer overflow CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/22 05:54:08 Modified files: multimedia/libmms: Tag: OPENBSD_5_5 Makefile Added files: multimedia/libmms/patches: Tag: OPENBSD_5_5 patch-src_mmsh_c Log message: Security fix for CVE-2014-2892, heap-based buffer overflow CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/22 07:17:29 Modified files: multimedia/livestreamer: Makefile distinfo multimedia/livestreamer/pkg: PLIST Log message: Update to 1.8.1 Adds plugins for Furstream, Viasat, and ZDFmediathek. Assorted bugfixes for other plugins. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/22 07:30:23 Modified files: devel/llvm/patches: patch-tools_clang_lib_Driver_ToolChains_h Log message: Add SVN commit revision. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/22 07:53:54 Modified files: sysutils/monit : Makefile distinfo sysutils/monit/patches: patch-monitrc Log message: update to monit-5.8.1 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/22 08:04:41 Modified files: sbin/fsck_ext2fs: fsck.h setup.c utilities.c Log message: Nuke pointless dev_bsize variable which is always set to 512, and just use DEV_BSIZE. Write sizes need to be secsize and not DEV_BSIZE, just like reads. Equivalent to changes made in fsck_ffs. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/22 08:05:40 Modified files: devel/rebar : Makefile distinfo Log message: update to rebar-2.3.0 CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/22 08:11:41 Modified files: etc : sysctl.conf Log message: update nosuidcoredump example. mentioned by stefan wollny CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/22 08:16:55 Log message: import ports/audio/beets, from Nils R with a few tweaks/feedback from various including myself, bcallah, frantisek holop, Johan Huldtgren. ok abieber@ The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database. Then it provides a bouquet of tools for manipulating and accessing your music. Features include: - Fetch or calculate metadata: album art, lyrics, genres, tempos, ReplayGain levels, or acoustic fingerprints. - Get metadata from MusicBrainz, Discogs, or Beatport. Or guess metadata using songs' filenames or their acoustic fingerprints. - Transcode audio. - Check your library for duplicate tracks and albums or for albums that are missing tracks. - Browse your music library graphically through a Web browser and play it in any browser that supports HTML5 Audio. Status: Vendor Tag: sthen Release Tags: sthen_20140522 N ports/audio/beets/Makefile N ports/audio/beets/distinfo N ports/audio/beets/pkg/PLIST N ports/audio/beets/pkg/DESCR N ports/audio/beets/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/22 08:17:14 Modified files: audio : Makefile Log message: +beets CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/22 08:38:48 Modified files: sbin/badsect : badsect.c Log message: Nuke pointless dev_bsize variable which is always set to 512, and just use DEV_BSIZE. Replace lseek+read with pread(). CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/22 08:41:24 Modified files: lib/libssl/src/crypto/asn1: asn1.h Log message: KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/22 08:45:14 Modified files: lib/libssl/src/crypto/asn1: asn1_locl.h asn1_mac.h Log message: KNF. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/22 09:06:38 Log message: import py-acoustid, from Nils R, ok benoit@ Chromaprint and its associated Acoustid Web service make up a high-quality, open-source acoustic fingerprinting system. This package provides Python bindings for both the fingerprinting algorithm library, which is written in C but portable, and the Web service, which provides fingerprint lookups. Status: Vendor Tag: sthen Release Tags: sthen_20140522 N ports/audio/py-acoustid/Makefile N ports/audio/py-acoustid/distinfo N ports/audio/py-acoustid/pkg/PLIST N ports/audio/py-acoustid/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/22 09:06:51 Modified files: audio : Makefile Log message: +py-acoustid CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/22 09:13:37 Modified files: www/webalizer : Makefile distinfo www/webalizer/patches: patch-Makefile_in patch-wcmgr_c Log message: - update to RB30 - take maintainership ok giovanni@ (previous maintainer) CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/05/22 09:37:59 Modified files: lib/libssl/src/crypto/bio: bio.h Log message: mark BIO_snprintf as deprecated, so warnings will be generated for it's use. ok miod@ tedu@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/22 09:47:38 Modified files: www/webalizer : Makefile www/webalizer/pkg: DESCR Log message: - define the versions in a single location instead of having it hardcoded throughout the Makefile - shuffle the Makefile to resemble the standard template - drop trailing '\' from CONFIGURE_ENV - cleanup DESCR CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/22 11:02:05 Modified files: devel/vte3 : Makefile Added files: devel/vte3/patches: patch-src_keymap_c patch-src_vte_c Log message: Merge some changes from upstream that fix a couple of annoying bugs. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/22 11:27:50 Modified files: lib/libssl/src/crypto/ts: ts_rsp_sign.c Log message: Hello? Yes, you're speaking with OPENSSL_SYS_UNIX. ok beck@ miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/22 11:33:17 Modified files: lib/libssl/src/ssl: s3_clnt.c s3_lib.c s3_srvr.c ssl_lib.c Removed files: lib/libssl/src/ssl: kssl_lcl.h Log message: Stop including kssl_lcl.h and nuke it from orbit - it is a no-op now. ok beck@ miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/22 11:37:06 Modified files: lib/libssl/src/ssl: d1_both.c d1_lib.c d1_pkt.c pqueue.c pqueue.h ssl_locl.h Log message: Stop pulling pqueue.h into ssl_locl.h since only a small part of libssl actually needs it. Instead, just include it in the files where it is actually necessary. Also remove standard includes from pqueue.h so that they are not available as a side effect. Just add the two includes that are needed to pqueue.c. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/22 11:43:52 Modified files: lib/libssl/src/ssl: s3_lib.c ssl.h ssl_cert.c ssl_locl.h Log message: There are two actual uses of e_os2.h in libssl - an OPENSSL_GLOBAL (an empty define) and an OPENSSL_EXTERN (which is defined as, well... extern). The use of OPENSSL_EXTERN is already inconsistent since the lines above and below just use plain old "extern". Expand the two uses of these macros and stop including e_os2.h in libssl. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/22 11:53:00 Modified files: lib/libssl/src/crypto/cast: cast_s.h lib/libssl/src/crypto/des: des_ver.h ecb_enc.c spr.h lib/libssl/src/crypto/engine: eng_padlock.c engine.h lib/libssl/src/crypto/krb5: krb5_asn.h Log message: Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids the libssl tree from all uses of these defines. ok miod@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2014/05/22 11:53:35 Modified files: x11/gnustep/performance: Makefile distinfo x11/gnustep/performance/pkg: PLIST Log message: update Performance to 0.5.0 minor SHLIB bump, due to new class CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2014/05/22 11:54:28 Modified files: x11/gnustep/sqlclient: Makefile distinfo Log message: update sqlclient to 1.7.2, minor bump, adding a few new methods CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2014/05/22 11:55:19 Modified files: x11/gnustep/webserver: Makefile distinfo Log message: update webserver to 1.5.1, minor bump, a few new methods CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2014/05/22 11:56:13 Modified files: x11/gnustep/webservices: Makefile distinfo x11/gnustep/webservices/pkg: PLIST Log message: update webservices to 0.6.2, minor bump, due to new class CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/22 13:37:07 Modified files: sys/arch/sgi/hpc: z8530kbd.c Log message: Extend the keyboard communication routines to be able to work in polling mode; use this to read the DIP switches from the keyboard at attach time. Change the state machine to allow for a `DIP switch prefix' scan code to be received while we are not attempting to read the DIP switches, for the `international' key (not found in regular us layouts, documented is the `GERlessthan' key in sgi's keyboard(7) manual page) will return the aforementioned scancode, instead of the one documented in the manual. Thanks to sebastia@ for lending me his german layout keyboard. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/22 13:39:37 Added files: sys/arch/sgi/hpc: Makefile makemap.awk Log message: Yet another evil awk script (not perl, I'm not in LibreSSL mode at the moment) to convert the PS/2 keyboard layouts to SGI serial keyboard layouts. Only the subset of layouts known to have existed (as listed in IRIX's header) get converted, and specific flavours (iopener, dec LK) are ignored as well. `nodead' flavours, when existing, are preserved. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/22 13:39:54 Modified files: sys/arch/sgi/hpc: wskbdmap_sgi.c Log message: Regen CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2014/05/22 13:50:34 Modified files: usr.bin/column : column.c Log message: If we have to realloc() "list" we need to zero out the new entries to match the behavior of the initial calloc(). The "cols" array does not actually need to be zeroed so use reallocarray() instead of calloc(). Also fix a memory leak of tbl and initialize the value of maxcols/maxentry in the assignment instead of in the ecalloc() call. OK espie@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/22 14:16:03 Modified files: lib/libssl/src/ssl: dtls1.h Log message: Add explicit #include lines for stdio.h, stdlib.h and string.h; these files used to be pulled via which got removed, and it turns out that there is code in the wild which currently relies upon these headers to be brought in scope by including . Although such code needs to be fixed to not rely upon any system header being automagically included by including ssl headers, our goal is not to break code for the sake of it (ok, maybe from time to time). Hopefully, this commit can be reverted in a not-so-distant future. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2014/05/22 14:31:03 Modified files: usr.sbin/smtpd : lka.c Log message: when we reduced the number of iovec's we passed through an imsg, the iovec declaration was not bumped down causing us to pass extra junk leading to a crash in the pki lookup code. i'm amazed no one else crashed on that :-/ reported by Olivier Antoine who kindly provided access to his box CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/05/22 14:42:14 Modified files: net/rtorrent : Makefile Added files: net/rtorrent/patches: patch-doc_rtorrent_rc Log message: Set some defaults that are more BSD friendly Seems reasonable to sthen@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/22 15:12:16 Modified files: lib/libssl/src/apps: pkeyutl.c lib/libssl/src/crypto: ex_data.c lib/libssl/src/crypto/aes: aes_wrap.c lib/libssl/src/crypto/asn1: asn1_gen.c bio_ndef.c lib/libssl/src/crypto/bn: bn_exp.c bn_gf2m.c lib/libssl/src/crypto/cms: cms_env.c cms_ess.c cms_sd.c lib/libssl/src/crypto/dh: dh_ameth.c dh_pmeth.c lib/libssl/src/crypto/dsa: dsa_ameth.c dsa_pmeth.c lib/libssl/src/crypto/ec: ec_ameth.c ec_asn1.c lib/libssl/src/crypto/ecdh: ech_ossl.c lib/libssl/src/crypto/engine: eng_dyn.c lib/libssl/src/crypto/pem: pvkfmt.c lib/libssl/src/crypto/pkcs7: pk7_doit.c lib/libssl/src/crypto/rsa: rsa_pss.c lib/libssl/src/crypto/stack: stack.c lib/libssl/src/crypto/store: str_mem.c lib/libssl/src/crypto/ui: ui_lib.c lib/libssl/src/crypto/x509v3: v3_conf.c v3_utl.c Log message: if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully eyeballed before applying. Contributed by Cyril Roelandt on tech@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/05/22 15:44:14 Log message: Import py-discogs-client 1.1.1. This is the official python client for the Discogs API, and allows beets to query the Discogs DB instead of the Musicbrainz one. From maintainer Johan Hultdgren, thanks! ok sthen@ Status: Vendor Tag: jhuldtgren Release Tags: landry_20140522 N ports/audio/py-discogs-client/Makefile N ports/audio/py-discogs-client/distinfo N ports/audio/py-discogs-client/pkg/PLIST N ports/audio/py-discogs-client/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/05/22 15:44:54 Modified files: audio : Makefile Log message: +py-discogs-client CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/05/22 15:56:02 Modified files: lib/libssl/src/crypto/evp: e_aes.c e_chacha20poly1305.c lib/libssl/src/crypto/rsa: rsa_lib.c Log message: Convert OPENSSL_malloc stuff back to intrinsics, a few were missed as new stuff was brought in. ok miod@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/05/22 15:57:25 Modified files: lib/libssl/src/crypto: crypto.h Log message: Mark the malloc wrapper functions as deprecated so warnings will happen on their use. ok miod@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/22 21:20:11 Modified files: lib/libssl/src/crypto: crypto.h Log message: don't deprecate until at least the base src tree is clean. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/22 21:30:41 Modified files: sys/arch/i386/i386: est.c sys/arch/amd64/amd64: est.c Log message: Free the est_fqlist allocations if we end up not using it. suggested by Benjamin Baier (programmer (at) netzbasis.de) ok and comment suggestion kettenis@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/22 22:38:57 Modified files: bin/ln : ln.c Log message: Use errc/warnc to simplify code. ok jca@ krw@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/23 00:24:46 Modified files: sysutils/ruby-puppet/3: Makefile distinfo Log message: update to puppet-3.6.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/23 00:25:04 Modified files: databases/ruby-hiera: Makefile distinfo Removed files: databases/ruby-hiera/patches: patch-lib_hiera_backend_rb patch-lib_hiera_backend_yaml_backend_rb Log message: update to hiera-1.3.3 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/23 00:40:57 Modified files: usr.bin/renice : renice.8 Log message: adjust the note in STANDARDS: passing args to the flags is not an extension, it's just we do it differently; ok millert CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/23 00:55:45 Modified files: x11/gnome/shell: Makefile x11/gnome/shell/patches: patch-src_shell-global_c Log message: Sync patch with BZ. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2014/05/23 03:37:40 Modified files: devel/subversion: Makefile distinfo Log message: Update to Subversion 1.8.9. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/23 06:23:05 Modified files: audio/hgd : Makefile Added files: audio/hgd/patches: patch-cfg_c patch-crypto_c patch-net_c patch-user_c Log message: don't rely on openssl to pull in string.h CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/23 06:25:32 Added files: audio/umurmur/patches: patch-src_ssl_h Log message: don't rely on openssl to pull in string.h CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/23 06:31:36 Modified files: devel/droplet : Makefile Added files: devel/droplet/patches: patch-autogen_sh patch-examples_idtest_c patch-examples_recurse_c Log message: - don't run configure twice - don't rely on openssl for string.h (only in tests which aren't installed so no big issue here, but let's get it out of build logs) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/23 06:33:05 ports/security/ikeman/patches Update of /cvs/ports/security/ikeman/patches In directory cvs.openbsd.org:/tmp/cvs-serv28761/patches Log Message: Directory /cvs/ports/security/ikeman/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/23 06:33:30 Modified files: security/ikeman: Makefile Added files: security/ikeman/patches: patch-asn1_time_t_c patch-ncurses_c Log message: don't rely on openssl for string.h CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/23 06:37:17 Modified files: security/sslsplit: Makefile Added files: security/sslsplit/patches: patch-cachemgr_c patch-pxythrmgr_c patch-ssl_c Log message: don't rely on openssl to pull in string.h CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/23 06:53:01 Modified files: sysutils/syslog-ng: Makefile Added files: sysutils/syslog-ng/patches: patch-lib_tlscontext_c Log message: don't rely on openssl for string leadership CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/23 06:54:48 Modified files: www/bozohttpd : Makefile Added files: www/bozohttpd/patches: patch-ssl-bozo_c Log message: don't rely on openssl for string.h CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/05/23 07:28:33 Modified files: usr.sbin/smtpd : smtpctl.c Log message: use reallocarray okay gilles@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/23 09:26:22 Modified files: sbin/dhclient : dhclient.c dhcpd.h Log message: A #define to rename another #define which is then used only once introduces more obscurity than clarity. Nuke DHCPD_LOG_FACILITY and just use LOG_DAEMON in openlog() call. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2014/05/23 09:37:23 Modified files: lib/libc/gen : signal.3 lib/libc/sys : sigaction.2 Log message: Document that v?dprintf() is just as safe as v?snprintf(). OK espie@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/23 09:55:08 Modified files: lib/libssl/src/apps: apps.c Log message: Move include to the top and nuke pointless comments. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/23 10:10:03 Modified files: lib/libssl/src/apps: asn1pars.c ca.c ciphers.c cms.c crl.c crl2p7.c dgst.c dh.c dhparam.c dsa.c dsaparam.c ec.c ecparam.c enc.c engine.c errstr.c gendh.c gendsa.c genrsa.c passwd.c pkcs12.c pkcs7.c prime.c rand.c req.c rsa.c s_client.c s_server.c s_time.c sess_id.c smime.c speed.c spkac.c ts.c verify.c version.c x509.c Log message: Calling signal once to ignore SIGPIPE is sufficient - we do not need to do this again in each app. ok miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/23 10:11:55 Modified files: lib/libssl/src/crypto/bn: bn_asm.c bn_exp.c Log message: Replace (sometimes conditional) use of alloca with malloc, and clearing through volatile pointers with explicit_bzero(). ok beck@ jsing@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/23 10:15:52 Modified files: lib/libssl/src/apps: apps.h openssl.c Log message: Stop pulling signal.h into apps.h - just include it from openssl.c where it is needed. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/23 10:16:56 Modified files: lib/libssl/src/apps: s_socket.c Log message: signal.h is not needed here. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/23 10:33:34 Modified files: lib/libssl/src/ssl: s3_lib.c Log message: Clean up the SSL cipher initialisation and use C99 initialisers for clarity, grepability and to protect from future field reordering/removal. ok miod@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/23 11:36:59 Modified files: sbin/dhclient : dhclient.c Log message: Make DEBUG a bit easier to use by calling setlogmask(LOG_UPTO(LOG_DEBUG)) when it is set, and the current setlogmask(LOG_UPTO(LOG_INFO)) when it is not set. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/23 11:52:46 Modified files: lib/libssl/src/crypto/ocsp: ocsp_ht.c Log message: Not OPENSSL_SYS_SUNOS. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/23 11:54:52 Modified files: lib/libssl/src/crypto/rsa: rsa_sign.c Log message: We have stdio and are not WIN16. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/23 12:05:16 Modified files: lib/libssl/src/crypto/rc5: rc5speed.c Log message: Take an axe to rc5speed.c - strip out everything that is for other platforms. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/23 12:09:58 Modified files: games/bluemoon : Makefile distinfo games/bluemoon/patches: patch-bluemoon_c games/bluemoon/pkg: PLIST Log message: Update to 2.12 - adds a .desktop file and some bug fixes. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/23 12:16:26 Log message: Import games/freecol. Freecol is a free clone of the turn-based strategy game Colonization. The objective of the game is to create an independent nation. Tweaks from sthen@ ok benoit@ Status: Vendor Tag: bcallah Release Tags: bcallah_2014-May-23 N ports/games/freecol/Makefile N ports/games/freecol/distinfo N ports/games/freecol/pkg/PLIST N ports/games/freecol/pkg/DESCR N ports/games/freecol/files/freecol No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/23 12:16:48 Modified files: games : Makefile Log message: +freecol CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2014/05/23 12:37:20 Modified files: usr.sbin/snmpd : snmpd.c Log message: clean up after the traphandler children, otherwise they will live on as zombies. ok blambert CVSROOT: /cvs Module name: src Changes by: landry@cvs.openbsd.org 2014/05/23 13:17:40 Modified files: sys/dev/acpi : acpibat.c acpidev.h Log message: Expose bif_capacity as the 'design capacity' through an acpibat sensor, giving you the original capacity of the battery: hw.sensors.acpibat0.watthour0=64.07 Wh (last full capacity) hw.sensors.acpibat0.watthour4=84.24 Wh (design capacity) hw.sensors.acpibat0.amphour0=2.03 Ah (last full capacity) hw.sensors.acpibat0.amphour4=4.40 Ah (design capacity) Diff from Fabian Raetz on tech@, thanks! ok mlarkin@ zhuk@ armani@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/05/23 13:21:07 Modified files: sysutils/upower: Makefile sysutils/upower/patches: patch-src_openbsd_up-backend_c Log message: Add EnergyFullDesign and Capacity properties, getting them via the new acpibat sensor reporting the 'design capacity' of the battery. Fixes a wrong notification about having a broken battery in KDE4. From Fabian Raetz, thanks! CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/23 13:47:49 Modified files: bin/pax : ar_io.c ar_subs.c extern.h pax.c tables.c Log message: Make the signal handler safe: block signals when updating data-structures that are walked by routines called from the signal handler and use dprintf() instead fprintf() in ar_close(). ok millert@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/23 13:49:15 Modified files: usr.bin/less : pattern.c Log message: Use REG_STARTEND to permit searches to work past/across NUL bytes. ok millert@ shadchin@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/23 14:26:44 Modified files: audio/py-mutagen: Makefile distinfo audio/py-mutagen/patches: patch-setup_py audio/py-mutagen/pkg: PLIST Log message: update to mutagen 1.23 - tools: Don't crash in misconfigured envs, fall back to utf-8 - mp3: Return correct mimetype for MP2 files - id3: deterministic sorting of frames - AIFF support CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/05/23 14:36:04 Modified files: usr.sbin/tcpdump: print-domain.c nameser.h Log message: Don't print a "weird flag" type warning "[b2&3=0x2400]" for DNS NOTIFY messages which should be sent with AA set. Adapted from a patch at http://marc.info/?l=tcpdump-patches&m=98115734907026&w=2 pointed out by Peter J. Philipp, ok henning@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/05/23 14:46:05 Log message: Import opusfile 0.5. Opusfile provides application developers with a high-level API for decoding and seeking in .opus files. From Sergey Bronnikov; composite ok from landry@ and sthen@ Status: Vendor Tag: naddy Release Tags: naddy_20140523 N ports/audio/opusfile/Makefile N ports/audio/opusfile/distinfo N ports/audio/opusfile/pkg/DESCR N ports/audio/opusfile/pkg/PLIST N ports/audio/opusfile/patches/patch-src_http_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/05/23 14:47:16 Modified files: audio : Makefile Log message: +opusfile CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/23 15:12:27 Modified files: net/icinga/core: Makefile net/icinga/core/pkg: PLIST-main Log message: better permissions for resource.cfg CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/23 15:16:05 Log message: import audio/quodlibet, ok landry@ Quod Libet is a GTK+-based audio player written in Python, using the Mutagen tagging library. It's designed around the idea that you know how to organize your music better than we do. It lets you make playlists based on regular expressions (don't worry, regular searches work too). It lets you display and edit any tags you want in the file, for all the file formats it supports. Unlike some, Quod Libet will scale to libraries with tens of thousands of songs. It also supports most of the features you'd expect from a modern media player: Unicode support, advanced tag editing, Replay Gain, podcasts & internet radio, album art support and all major audio formats. If you're just looking for a tag editor without the player, Ex Falso and operon are also included; these are GUI and command-line tag editors using the same back-end as Quod Libet. Status: Vendor Tag: sthen Release Tags: sthen_20140523 N ports/audio/quodlibet/Makefile N ports/audio/quodlibet/distinfo N ports/audio/quodlibet/pkg/DESCR N ports/audio/quodlibet/pkg/PLIST N ports/audio/quodlibet/patches/patch-gdist_man_py N ports/audio/quodlibet/patches/patch-quodlibet_devices__gpod_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/23 15:16:26 Modified files: audio : Makefile Log message: +quodlibet CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/23 15:31:48 Log message: Import gtk2-oxygen-theme, a port for Oxygen (default KDE) theme to GTK. Oxygen-Gtk is a port of the default KDE widget theme (Oxygen) to GTK. Its primary goal is to ensure visual consistency between GTK and Qt-based applications running under KDE. A secondary objective is to also have a stand-alone nice looking GTK theme that behaves well in other desktop environments. From Fabian Raetz (thank!) via ports@, with additional tweaks and okays from dcoppa@, stsp@ and me. Also ajacoutot@ did take care of devel/gtk+2 port documentation part. Status: Vendor Tag: zhuk Release Tags: zhuk_20140524 N ports/x11/gtk2-oxygen-engine/Makefile N ports/x11/gtk2-oxygen-engine/distinfo N ports/x11/gtk2-oxygen-engine/pkg/PLIST N ports/x11/gtk2-oxygen-engine/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/05/23 15:32:47 Modified files: x11 : Makefile Log message: Hook up gtk2-oxygen-engine. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/23 15:58:26 Modified files: bin/pax : ar_io.c Log message: Archives written with a non-standard blocksize currently show up as truncated reads. Until better detection of that case can is implemented, back out that part of rev 1.45 problem noted by sthen@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2014/05/23 16:17:56 Modified files: www/webalizer : Makefile Log message: Fix MASTER_SITES (s/V/RB_V/). CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2014/05/23 16:25:50 Modified files: www/sope : Makefile Log message: More bumps needed after the gnustep.port.mk changes. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2014/05/23 16:26:45 Modified files: x11/gnustep/camerakit: Makefile Log message: More bumps needed after the gnustep.port.mk changes. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2014/05/23 16:27:26 Modified files: x11/gnustep/matharray: Makefile Log message: More bumps needed after the gnustep.port.mk changes. CVSROOT: /cvs Module name: src Changes by: daniel@cvs.openbsd.org 2014/05/23 19:35:55 Modified files: bin/ed : Makefile POSIX main.c Log message: delete restricted ed. no one will ever use this. never documented or enabled. ok millert@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/23 20:27:31 Modified files: sbin/fsck_ext2fs: dir.c Log message: Don't potentially use stack garbage for e2d_type. Initialize newent.e2d_type to EXT2_FT_UNKNOWN, a.k.a. 0. Spotted by -Wall. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/23 21:49:49 Modified files: bin/pax : pax.c Log message: Make signal setup clearer via helper function, eliminating a gap in ignoring signals when they were already ignored ok millert@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/23 22:00:06 Modified files: bin/pax : tables.c Log message: Missed #include CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/24 00:37:21 Modified files: devel/goffice : Makefile distinfo devel/goffice/pkg: PLIST Log message: Update to goffice-0.10.16. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/24 00:37:40 Modified files: math/gnumeric : Makefile distinfo Log message: Update to gnumeric-1.12.16. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/24 00:42:29 Modified files: productivity/gnucash: Makefile distinfo productivity/gnucash/pkg: PLIST Log message: Update to gnucash-2.6.3. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/24 01:00:12 Modified files: lib/libssl/src/crypto/err: err.c Log message: No OPENSSL_SYS_WINDOWS wanted. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/24 01:11:39 Modified files: lib/libssl/src/crypto/bio: bss_bio.c lib/libssl/src/crypto/cms: cms.h cms_pwri.c cms_smime.c Log message: Spell ssize_t correctly (the incorrect spelling is ossl_ssize_t). ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/24 01:26:05 Modified files: lib/libssl/src/crypto/asn1: asn1.h asn1t.h Log message: Expand OPENSSL_{GLOBAL,EXTERN} macros that I missed last time around, since they are hiding in the #define forest. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/24 03:16:08 Modified files: lib/libssl/src/crypto: crypto.h ossl_typ.h lib/libssl/src/crypto/aes: aes_locl.h lib/libssl/src/crypto/asn1: asn1.h asn1t.h lib/libssl/src/crypto/bf: blowfish.h lib/libssl/src/crypto/bio: bio.h lib/libssl/src/crypto/bn: bn.h lib/libssl/src/crypto/conf: conf.h lib/libssl/src/crypto/des: des_locl.h lib/libssl/src/crypto/dh: dh.h lib/libssl/src/crypto/dsa: dsa.h lib/libssl/src/crypto/err: err.h lib/libssl/src/crypto/lhash: lhash.h lib/libssl/src/crypto/md4: md4.h lib/libssl/src/crypto/md5: md5.h md5_locl.h lib/libssl/src/crypto/objects: o_names.c lib/libssl/src/crypto/pem: pem.h lib/libssl/src/crypto/pkcs7: pkcs7.h lib/libssl/src/crypto/ripemd: ripemd.h lib/libssl/src/crypto/sha: sha.h lib/libssl/src/crypto/ui: ui_lib.c ui_openssl.c lib/libssl/src/crypto/whrlpool: whrlpool.h lib/libssl/src/crypto/x509: x509.h Log message: Almost nothing actually needs to include , however by including it they get . So instead of pulling in , just pull in . "go ahead" miod@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/05/24 03:43:00 Modified files: sys/dev/usb : usbdevs Log message: Add device IDs for newer run(4) devices. Obtained from FreeBSD. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/05/24 03:43:17 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/05/24 03:50:42 Modified files: . : errata54.html errata55.html security.html Log message: release Xfont errata; www diff & patches prepared by matthieu CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/24 04:10:11 Modified files: lib/libssl/src/crypto/des: des.h Log message: Explicitly include . des.h still needs e_os2.h (at least for a little while longer...) CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/05/24 04:10:17 Modified files: sys/dev/ic : rt2860reg.h sys/dev/usb : if_run.c if_runvar.h Log message: Support for newer run(4) hardware ported from FreeBSD's run(4) driver. Committing over MAC/BBP RT5390 (rev 0x0502), RF RT5370 (MIMO 1T1R). Tested by myself, matthieu@, juanfra@ Diff glanced over by kettenis@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/24 04:12:01 Modified files: lib/libssl/src/crypto: o_time.c Log message: e_os2.h is not needed here. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/24 04:12:33 Modified files: lib/libssl/src/crypto/rand: rand.h Log message: Another e_os2.h -> opensslconf.h. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2014/05/24 06:13:56 Modified files: libexec/getty : gettytab.5 Log message: Remove errant double quote; from Jean-Philippe Ouellet CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2014/05/24 06:15:43 Modified files: lib/libc/sys : setpgid.2 Log message: Fix typo in EPERM description; the function arg is pgrp, not pgid. From Abel Abraham Camarillo Ojeda CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/24 06:44:48 Modified files: lib/libssl/src/ssl: d1_clnt.c d1_meth.c d1_srvr.c s23_clnt.c s23_meth.c s23_srvr.c s3_clnt.c s3_meth.c s3_srvr.c ssl_locl.h t1_clnt.c t1_meth.c t1_srvr.c Log message: DeIMPLEMENT libssl. Expand the IMPLEMENT_* macros since it is far more readable and one less layer of abstraction. Use C99 initialisers for clarity, grepability and to protect from future field reordering/removal. ok miod@ (tedu@ also thought it was a wonderful idea, beck@ also agreed, but ran away squealing since it reminded him of the VOP layer...) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/24 07:02:32 Modified files: lib/libssl/src/ssl: ssl.h Log message: Include - currently ssl.h is relying on it being pulled in elsewhere, even though it is makes use of the OPENSSL_NO_* defines. While here, remove kssl.h since it is a no-op. ok beck@ miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/24 07:11:01 Modified files: lib/libssl/src/crypto/des: des.h enc_read.c set_key.c Log message: Expand the OPENSSL_.*GLOBAL.* macros and stop including e_os2.h. ok miod@ beck@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/24 07:27:10 src/regress/usr.sbin/openssl Update of /cvs/src/regress/usr.sbin/openssl In directory cvs.openbsd.org:/tmp/cvs-serv8807/openssl Log Message: Directory /cvs/src/regress/usr.sbin/openssl added to the repository CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/24 07:32:46 Modified files: regress/usr.sbin: Makefile Added files: regress/usr.sbin/openssl: Makefile README openssl.cnf test_client.sh test_server.sh testdsa.sh testenc.sh testrsa.sh Removed files: regress/lib/libssl: Makefile README openssl.cnf test_client.sh test_server.sh testdsa.sh testenc.sh testrsa.sh Log message: Move the regress tests that are in lib/libssl to usr.sbin/openssl, since they are really testing openssl(1) (although this also tests libcrypto and libssl), rather than actual parts of the libssl library. Discussed with miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/24 07:52:54 src/regress/lib/libssl/ssl Update of /cvs/src/regress/lib/libssl/ssl In directory cvs.openbsd.org:/tmp/cvs-serv15802/ssl Log Message: Directory /cvs/src/regress/lib/libssl/ssl added to the repository CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/05/24 07:56:18 Modified files: regress/lib/libcrypto/pqueue: pq_test.c Log message: make this compile again - actually include stdio and friends ourselves. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/05/24 07:57:18 Modified files: regress/lib/libcrypto/dh: dhtest.c regress/lib/libcrypto/ec: ectest.c regress/lib/libcrypto/ecdh: ecdhtest.c regress/lib/libcrypto/ecdsa: ecdsatest.c regress/lib/libcrypto/engine: enginetest.c regress/lib/libcrypto/evp: evptest.c Log message: remove OPENSSL_malloc and CRYPTO_malloc goo from the regress tests. ok miod@ jsing@ guenther@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/24 08:31:46 Modified files: audio/potamus : Makefile distinfo Log message: Update to potamus-15. Adds support for reading Opus files. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/24 08:49:40 src/regress/lib/libssl/certs Update of /cvs/src/regress/lib/libssl/certs In directory cvs.openbsd.org:/tmp/cvs-serv31896/certs Log Message: Directory /cvs/src/regress/lib/libssl/certs added to the repository CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/24 08:54:49 Modified files: sbin/fsck_ext2fs: utilities.c sbin/fsck_ffs : utilities.c Log message: Use consistent format specifiers (%lld) and casts (long long) when printing out block numbers and sector numbers. Make output verbiage consistent. -Wall happier. Original diff and ok chl@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/24 08:55:16 Modified files: x11/fluxbox : Makefile x11/fluxbox/pkg: DESCR Log message: Remove a stray "i" and other stylistic fixes. From Ross L Richardson via private email. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/24 08:56:32 Added files: regress/lib/libssl: Makefile regress/lib/libssl/certs: ca.pem client.pem server.pem regress/lib/libssl/ssl: Makefile ssltest.c testssl Removed files: lib/libssl/src/ssl: ssltest.c Log message: Move ssltest.c to a regress test. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/24 09:03:39 Modified files: lib/libssl/src : e_os2.h lib/libssl/src/crypto/asn1: asn1t.h asn1.h Log message: We have shared global variables - unifdef OPENSSL_EXPORT_VAR_AS_FUNCTION. ok miod@ beck@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/24 09:17:06 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: Invoke OPENSSL_cleanse() with the size of the variable you are cleaning. ok jsing@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/24 09:18:58 Modified files: lib/libssl/src/ssl: t1_lib.c Log message: Use sizeof(cryptopro_ext) instead of 36 when applicable. ok jsing@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/24 09:20:35 Modified files: lib/libssl/src/ssl: s23_srvr.c Log message: Code using malloc() in ssl23_get_client_hello() got removed 12 years ago, it's time to remove the test for a possible need to free(). ok jsing@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/24 09:21:40 Modified files: lib/libssl/src/ssl: t1_lib.c Log message: Enable three brainpool elliptic curves for TLS, as specified in RFC 7027; from OpenSSL HEAD. ok beck@ deraadt@ jsing@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/24 09:25:23 Modified files: lib/libssl/src/crypto/rand: rand.h rand_err.c rand_lib.c randfile.c Log message: KNF. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/24 09:25:38 Modified files: regress/lib/libcrypto/ecdh: ecdhtest.c Log message: Add the RFC 7027 test vectors; from OpenSSL HEAD CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/24 09:25:46 Modified files: lib/libssl/src/crypto/rand: rand_err.c Log message: More KNF. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/05/24 09:27:34 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-base_base_gypi patch-base_debug_proc_maps_linux_cc patch-base_debug_stack_trace_posix_cc patch-base_file_util_posix_cc patch-base_process_memory_linux_cc patch-build_all_gyp patch-build_common_gypi patch-chrome_app_chrome_main_delegate_cc patch-chrome_app_chrome_main_delegate_h patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_browser_process_impl_cc patch-chrome_browser_browser_resources_grd patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_extensions_api_image_writer_private_image_writer_private_api_cc patch-chrome_browser_extensions_api_serial_serial_api_cc patch-chrome_browser_media_galleries_media_file_system_registry_cc patch-chrome_browser_speech_tts_controller_cc patch-chrome_browser_sync_profile_sync_components_factory_impl_cc patch-chrome_browser_ui_webui_about_ui_cc patch-chrome_browser_ui_webui_certificate_viewer_webui_cc patch-chrome_browser_ui_webui_options_browser_options_handler_cc patch-chrome_browser_ui_webui_options_browser_options_handler_h patch-chrome_chrome_browser_extensions_gypi patch-chrome_chrome_browser_gypi patch-chrome_common_chrome_paths_h patch-chrome_common_chrome_switches_h patch-chrome_common_extensions_api_api_gyp patch-chrome_common_pref_names_cc patch-chrome_common_pref_names_h patch-chrome_renderer_printing_print_web_view_helper_h patch-chrome_test_automation_proxy_launcher_cc patch-components_policy_resources_policy_templates_json patch-components_storage_monitor_storage_monitor_openbsd_cc patch-components_storage_monitor_storage_monitor_openbsd_h patch-content_app_content_main_runner_cc patch-content_browser_browser_main_loop_cc patch-content_browser_child_process_launcher_cc patch-content_common_plugin_list_posix_cc patch-content_content_browser_gypi patch-content_content_common_gypi patch-content_renderer_renderer_webkitplatformsupport_impl_cc patch-media_media_gyp patch-media_video_capture_linux_video_capture_device_linux_cc patch-net_socket_socks5_client_socket_cc patch-printing_backend_cups_helper_cc patch-printing_printing_gyp patch-remoting_remoting_host_gypi patch-skia_skia_common_gypi patch-skia_skia_gyp patch-third_party_WebKit_Source_config_h patch-third_party_WebKit_Source_core_core_gyp patch-third_party_WebKit_Source_platform_blink_platform_gyp patch-third_party_libjingle_libjingle_gyp patch-third_party_libjingle_source_talk_base_physicalsocketserver_cc patch-third_party_libjpeg_turbo_libjpeg_gyp patch-third_party_webrtc_build_common_gypi patch-third_party_webrtc_modules_desktop_capture_desktop_capture_gypi patch-third_party_webrtc_modules_video_capture_video_capture_gypi patch-third_party_webrtc_modules_video_render_video_render_gypi patch-tools_gyp_pylib_gyp_generator_ninja_py patch-ui_gl_gl_gyp patch-v8_src_atomicops_h patch-v8_src_globals_h www/chromium/pkg: PLIST Added files: www/chromium/patches: patch-chrome_app_chromium_strings_grd patch-chrome_browser_media_galleries_media_folder_finder_cc patch-chrome_browser_ui_gtk_tabs_dragged_tab_controller_gtk_h patch-chrome_browser_ui_gtk_web_dialog_gtk_h patch-net_disk_cache_blockfile_disk_format_h patch-net_dns_host_resolver_proc_cc patch-skia_ext_convolver_h Removed files: www/chromium/patches: patch-build_gyp_chromium patch-chrome_chrome_renderer_gypi patch-content_renderer_pepper_resource_converter_cc patch-net_disk_cache_disk_format_h Log message: update to 35.0.1916.114 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/24 09:55:21 Modified files: lib/libssl/src/crypto/cms: cms.h cms_asn1.c cms_att.c cms_cd.c cms_dd.c cms_enc.c cms_env.c cms_err.c cms_ess.c cms_io.c cms_lcl.h cms_lib.c cms_pwri.c cms_sd.c cms_smime.c Log message: KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/24 10:03:10 Modified files: lib/libssl/src/crypto/des: des.h enc_read.c set_key.c Log message: Remove the _shadow_ indirection, which is unnecessary in a world without OPENSSL_EXPORT_VAR_AS_FUNCTION. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/24 10:06:28 Modified files: lib/libssl/src/ssl: d1_lib.c s3_lib.c ssl_lib.c t1_lib.c Log message: Use C99 initialisers for SSL3_ENC_METHOD structs. ok miod@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/24 10:16:14 Modified files: multimedia/xine-lib: Makefile multimedia/xine-lib/patches: patch-src_combined_ffmpeg_ff_video_decoder_c Log message: Further fixes for multithreading support with FFmpeg. ok sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/24 11:04:16 Modified files: usr.bin/ktrace : ktrace.c Log message: when ktrace() return ESRCH, the error is regarding the pid, not the pathname ok miod CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/24 11:56:17 Modified files: sbin/growfs : debug.c Log message: Break annoyingly long line that keeps popping up in diffs. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/24 12:34:03 Modified files: lib/libssl/src/ssl: ssl_lib.c Log message: I'm so sorry to learn that the Diab compiler can't (or used not to) parse C code. Remove workaround. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/24 12:51:00 Modified files: bin/pax : ar_io.c cache.c ftree.c options.c pat_rep.c sel_subs.c tables.c Log message: Delete pointless casts: free() return value to (void), free()'s argument to (char *), and malloc/calloc's return value to the type of the variable it's being assigned to. Convert the one calloc() where the zeroing isn't needed to a reallocarray(). ok millert@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/24 13:11:16 Modified files: share/man/man8/man8.luna88k: boot_luna88k.8 Log message: There is a standalone bootloader now. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/24 13:27:48 Modified files: lib/libssl/src/ssl: ssl_ciph.c Log message: In ssl_cipher_get_evp(), fix off-by-one in index validation before accessing arrays. "kind of scary" deraadt@, ok guenther@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/24 14:13:52 Modified files: sys/arch/vax/vax: pmap.c Log message: Why didn't I use ps_vmspace when I scribbled all over pmap_rmproc()? ok miod@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/05/24 14:51:55 Modified files: archivers/bzip2: Makefile Added files: archivers/bzip2/patches: patch-bzgrep Log message: landry@ ran into a bashism; lift portable replacement code from GNU gzip 1.6 ok landry@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/24 15:09:15 Modified files: sys/dev/pci/drm: drmP.h Log message: Barriers for mips64 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/24 15:11:02 Modified files: sys/arch/loongson/dev: bonito.c sys/arch/loongson/include: bus.h sys/arch/loongson/loongson: bus_space.c Log message: Provide bus_space_mmap() CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/24 15:49:09 Modified files: sbin/dump : dump.h main.c tape.c traverse.c sbin/ncheck_ffs: ncheck_ffs.c Log message: Nuke last of the illusionary 'dev_bsize' and 'dev_bshift' variables in favour of DEV_BSIZE. No-op on 512-byte sector devices. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/24 19:35:14 Modified files: devel/sdl2 : Makefile Added files: devel/sdl2/patches: patch-src_video_x11_SDL_x11window_c Log message: Fix a stack overflow detected in X11_CreateWindow() after the switch to stack protector strong. https://bugzilla.libsdl.org/show_bug.cgi?id=2513 http://hg.libsdl.org/SDL/rev/b74a32894c02 ok bcallah@ CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2014/05/24 19:37:53 Modified files: . : plus.html Log message: plus.html for May 12-18. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/24 21:19:48 Modified files: games/manaplus : Makefile distinfo Log message: Update to 1.4.5.24 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/25 01:36:36 Modified files: usr.bin/printf : printf.1 printf.c Log message: don't use plural "arguments" in SYNOPSIS, since "..." makes it redundant; tweak the rest of the page to stop using both forms, and tweak usage(), which was wrong anyway, to match this; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/25 03:02:09 Modified files: audio/rhythmbox: Makefile distinfo audio/rhythmbox/pkg: PLIST Log message: Update to rhythmbox-3.0.3. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/25 03:59:12 Modified files: sys/dev/usb : uhci.c Log message: The default case in uhci_deactivate() was missing. Because of that, DVACT_QUIESCE was not passed to usb(4) and a new uhub(4) device was reattached at every resume. Problem reported by mlarkin@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/05/25 04:55:36 Modified files: usr.sbin/smtpd : util.c Log message: use reallocarray. okay gilles@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/25 06:19:38 Modified files: lib/libssl/src/ssl: ssl3.h Log message: Whitespace fixes to align define values. CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2014/05/25 07:08:21 Modified files: distrib/sets/lists/xbase: md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/25 07:27:38 Modified files: lib/libssl/src/ssl: s3_enc.c ssl.h ssl_ciph.c ssl_err.c ssl_locl.h ssl_txt.c t1_enc.c Log message: The ssl_ciper_get_evp() function is currently overloaded to also return the compression associated with the SSL session. Based on one of Adam Langley's chromium diffs, factor out the compression handling code into a separate ssl_cipher_get_comp() function. Rewrite the compression handling code to avoid pointless duplication and so that failures are actually returned to and detectable by the caller. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/25 07:32:51 Modified files: lib/libssl/src/crypto/objects: o_names.c lib/libssl/src/ssl: ssl_ciph.c Log message: Turn off MemCheck_on and MemCheck_off. These calls are pointless since the crypto memory debugging code has been castrated. ok miod@ "kill it" beck@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/25 07:57:48 Modified files: sys/arch/alpha/alpha: machdep.c sys/arch/solbourne/solbourne: machdep.c sys/arch/sparc/sparc: machdep.c sys/arch/sparc64/sparc64: machdep.c sys/arch/vax/vax: machdep.c Log message: Turn on blinky things by default, very useful here CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2014/05/25 09:39:46 Modified files: sysutils/parallel: Makefile distinfo Log message: Update to parallel 20140522. OK pascal@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/05/25 10:00:53 Modified files: sys/dev/pci : azalia_codec.c Log message: fix format mistakes when AZALIA_DEBUG is defined CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/25 10:13:11 Modified files: lib/libssl/src/apps: s_client.c Log message: There is little interest in supporting Watt-32 TCP/IP debugging. For reference, check out http://www.watt-32.net/ ok jsing CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/25 10:23:10 Modified files: lib/libssl/src/ssl: d1_pkt.c s3_clnt.c s3_lib.c s3_pkt.c s3_srvr.c ssl_ciph.c ssl_lib.c t1_enc.c t1_reneg.c Log message: Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much of this is sporadic, hacked up and can easily be put back in an improved form should we ever need it. ok miod@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/25 11:29:51 Modified files: lib/libssl/src/crypto: crypto.h lib/libcrypto/crypto: Makefile lib/libssl/ssl : Makefile Log message: define LIBRESSL_INTERNAL, and use it to hide the bad stuff from ourselves ok beck CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/25 11:32:20 Modified files: lib/libssl/src/crypto/asn1: asn1_par.c asn_mime.c lib/libssl/src/ssl: ssl_lib.c ssl_locl.h Log message: remove unused shit. from Alexander Schrijver CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/25 11:39:07 Modified files: games/hunt/huntd: answer.c Log message: use calloc. from Benjamin Baier CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/25 11:43:03 Modified files: lib/libc/db/btree: bt_open.c Log message: one calloc from Benjamin Baier, one from me. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/25 11:47:04 Modified files: lib/libc/gen : auth_subr.c fts.c lib/libc/locale: rune.c lib/libc/yp : yp_bind.c Log message: use calloc, from Benjamin Baier CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/25 11:50:48 Modified files: lib/libssl/src/crypto: cryptlib.c Log message: remove OPENSSL_isservice. not used internally, no sane posix software will call it, and windows service software can figure this out on its own. ok beck miod CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/25 11:51:11 Modified files: lib/libssl/src/crypto: o_str.c Log message: remove OPENSSL_memcmp before somebody tries to use it. ok beck miod CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/25 11:51:59 Modified files: lib/libcrypto/crypto: shlib_version Log message: "for every change..." CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2014/05/25 12:14:15 ports/www/py-jinja2/patches Update of /cvs/ports/www/py-jinja2/patches In directory cvs.openbsd.org:/tmp/cvs-serv21481/patches Log Message: Directory /cvs/ports/www/py-jinja2/patches added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/25 12:14:56 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2014/05/25 12:19:32 Modified files: www/py-jinja2 : Makefile distinfo Added files: www/py-jinja2/patches: patch-jinja2_bccache_py Log message: - update py-jinja2 to version 2.7.2 - backport fix for CVE-2014-0012 from frantisek holop (MAINTAINER) OK sthen@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/25 12:46:44 Modified files: sys/kern : vfs_syscalls.c Log message: In access(), use the real UID/GID for the path search too. ok matthew@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/25 12:57:07 Modified files: sys/kern : tty.c Log message: Handle threaded processes correctly when processing kerninfo status requests (aka ^T), summing CPU and check runnable/running status of all threads. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/25 13:07:37 Modified files: bin/rm : rm.1 Log message: - it seems our notes that posix require rm to behave like rmdir for directories is plain wrong: remove it. the note in posix spec is misleading, to be fair - most of the rest of notes in STANDARDS are really historical notes (admittedly caused by the standards i guess) so move them into HISTORY. debatable, yes, but leaves STANDARDS consistent. HISTORY is a hodge podge anyway, by neccesity. - while there, fix a sentence splice in BUGS sobrado agrees with the removal of the rmdir note; millert oks the diff CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/25 13:13:50 Modified files: sysutils/mcollective: Makefile Log message: drop NO_BUILD; spotted by sthen@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2014/05/25 14:07:48 Modified files: distrib/sets/lists/xbase: md.landisk Log message: sync CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2014/05/25 14:15:05 Modified files: games/vegastrike/data: Makefile games/vegastrike/data/pkg: PLIST Log message: - install correct icon - adjust python shebangs ok pascal@ (maintainer) CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/25 14:28:28 Modified files: lib/libkvm : kvm_proc2.c Log message: Get the vmspace pointer from the process, not the thread CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/25 14:28:50 Modified files: lib/libssl/src/crypto/bn: bn_blind.c lib/libssl/src/crypto/comp: comp_lib.c lib/libssl/src/crypto/ec: ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c lib/libssl/src/crypto/evp: pmeth_lib.c lib/libssl/src/crypto/pkcs7: bio_ber.c lib/libssl/src/crypto/store: str_meth.c lib/libssl/src/crypto/ts: ts_rsp_sign.c ts_verify_ctx.c lib/libssl/src/crypto/ui: ui_lib.c lib/libssl/src/crypto/x509: x509_vfy.c x509_vpm.c Log message: calloc instead of malloc/memset. from Benjamin Baier CVSROOT: /cvs Module name: src Changes by: logan@cvs.openbsd.org 2014/05/25 14:31:43 Modified files: lib/libssl/src/ssl: ssl_err.c Log message: heartbearts->heartbeats fix From Marcos Marado: OK from tedu@ CVSROOT: /cvs Module name: src Changes by: logan@cvs.openbsd.org 2014/05/25 14:40:05 Modified files: lib/libssl/src/apps: sess_id.c Log message: -noout mentions a CRL, which is incorrect. Use "no output of encoded session info." instead. From Martin Kaiser. OK from tedu@ CVSROOT: /cvs Module name: src Changes by: logan@cvs.openbsd.org 2014/05/25 14:51:21 Modified files: lib/libssl/src/apps: s_socket.c Log message: Fix resource descriptor leaks. CID: 966576 & 966577 OK from guenther@ and "Yup. looks good." from tedu@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2014/05/25 15:27:07 Modified files: libexec/ld.so/amd64: rtld_machine.c Log message: Appease LLVM warnings.. error: shift count >= width of type [-Werror,-Wshift-count-overflow] Rework the ld.so relocation mask initialization. Clang complained about the shift code in the old versions of these, so improve the code. From drahn Bitrig ok miod@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/05/25 15:38:05 Modified files: www/rt : Makefile distinfo www/rt/pkg : PLIST Log message: update to 4.0.20; maintainance release CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/05/25 15:45:39 Modified files: lang/gcc/4.8 : Makefile distinfo lang/gcc/4.8/patches: patch-boehm-gc_configure patch-boehm-gc_include_private_gcconfig_h patch-gcc_builtins_c patch-gcc_c_c-decl_c patch-gcc_config_gcc patch-gcc_config_i386_i386_c patch-gcc_config_mips_mips_h patch-gcc_config_pa_pa_c patch-gcc_config_rs6000_sysv4_h patch-gcc_config_sparc_sparc_c patch-gcc_configure patch-gcc_go_go-lang_c patch-gnattools_Makefile_in patch-gnattools_configure patch-gnattools_configure_ac patch-libffi_Makefile_in patch-libffi_configure patch-libffi_include_Makefile_in patch-libgcc_config_host patch-libgfortran_configure patch-libgo_Makefile_in patch-libgo_config_libtool_m4 patch-libgo_configure patch-libgomp_configure patch-libjava_classpath_configure patch-libjava_configure patch-libjava_libltdl_configure patch-libmudflap_configure patch-libobjc_configure patch-libquadmath_configure patch-libssp_configure patch-libstdc++-v3_configure patch-libtool_m4 patch-lto-plugin_configure patch-zlib_configure Log message: Update to gcc 4.8.3. Tested on sparc64 and adastraps hosted by tobiasu@. "rein damit" tobiasu@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/05/25 15:49:55 Log message: Import lang/moarvm, ok landry@ MoarVM (short for Metamodel On A Runtime Virtual Machine) is a runtime built for the 6model object system. It is primarily aimed at running NQP and Rakudo Perl 6, but should be able to serve as a backend for any compilers built using the NQP compiler toolchain. Status: Vendor Tag: pascal Release Tags: pascal_20140525 N ports/lang/moarvm/Makefile N ports/lang/moarvm/distinfo N ports/lang/moarvm/pkg/PLIST N ports/lang/moarvm/pkg/DESCR N ports/lang/moarvm/patches/patch-Configure_pl N ports/lang/moarvm/patches/patch-build_Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/05/25 15:50:44 Modified files: lang : Makefile Log message: sync CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/25 19:49:36 Modified files: include : ctype.h Log message: Can't use a variable 'c' in a standard include; rename it to '_c' ok deraadt@ millert@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2014/05/26 00:19:07 Modified files: lib/libc/stdlib: malloc.c Log message: move all stats collecting under MALLOC_STATS; ok krw@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/26 00:48:59 Modified files: net/gssdp : Makefile distinfo net/gssdp/pkg : PLIST Log message: update to gssdp-0.14.8 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/26 01:46:16 Modified files: sys/dev/usb : utpms.c Log message: Matching USB devices per device IDs is not a good idea, especially if the device has multiple interfaces and/or report IDs. Make sure utpms(4) only matches the mouse interface of the HID device embedded in Powerbooks and do not rely on the alphabetical order to have a working ukbd(4) on such machines. Problem reported by daniel@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/26 02:33:48 Modified files: sys/net : if_var.h Log message: Document that this reference counter is not generic. It indicates how many route entries are pointing to this address. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/26 05:24:48 Modified files: lib/libssl/src/crypto/store: store.h str_err.c str_lib.c str_locl.h str_mem.c str_meth.c Log message: KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/26 06:10:11 Modified files: lib/libssl/src/crypto/x509v3: v3_pci.c v3_pcia.c v3_pcons.c v3_pku.c v3_pmaps.c v3_prn.c v3_purp.c Log message: KNF. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/05/26 06:10:59 Modified files: . : events.html Log message: oh there is a Bob Beck + Theo talk tomorrow in Calgary.. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/26 06:11:38 Modified files: lib/libssl/src/ssl: d1_lib.c Log message: repair some KNF missed by the script; ok jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/26 06:24:28 Modified files: devel/py-gobject3: Makefile distinfo Log message: Update to py-gobject3 3.12.2. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/26 06:37:32 Modified files: lib/libssl/src/crypto/x509v3: v3_skey.c v3_sxnet.c v3_utl.c Log message: KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/26 06:48:11 Modified files: lib/libssl/src/ssl: bio_ssl.c Log message: Use C99 initialisers for BIO_METHOD. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/26 07:01:58 Modified files: lib/libssl/src/crypto/evp: e_aes.c e_chacha20poly1305.c evp.h evp_aead.c evp_locl.h Log message: Implement an improved version of the EVP AEAD API. The EVP_AEAD_CTX_{open,seal} functions previously returned an ssize_t that was overloaded to indicate success/failure, along with the number of bytes written as output. This change adds an explicit *out_len argument which is used to return the number of output bytes and the return value is now an int that is purely used to identify success or failure. This change effectively rides the last libcrypto crank (although I do not expect there to be many users of the EVP AEAD API currently). Thanks to Adam Langley for providing the improved code that this diff is based on. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/26 07:03:46 Modified files: regress/lib/libcrypto/aead: aeadtest.c Log message: Update the aead regress to work with the improved EVP AEAD API. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/26 07:55:24 Modified files: lib/libssl/src/apps: apps.h ocsp.c s_client.c s_server.c s_socket.c Log message: There is no need to include here, except for the fact that it brings in , so just do that instead (currently via apps.h). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/26 08:37:07 Modified files: devel/pep8 : Makefile distinfo devel/pep8/pkg : PLIST Log message: Update to pep8-1.5.6. Remove mpi@ from maintainer as per his request. ok mpi@ CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2014/05/26 08:38:50 Modified files: distrib/sets/lists/base: md.luna88k distrib/sets/lists/comp: md.luna88k Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/26 08:42:32 Modified files: usr.bin/sed : sed.1 Log message: remove the ugly hack that saw two It macros used to render one item; replace with other ugly hack (.br): at least this way we can whack a ton of Pp, and it feels not quite as wrong; while here, fix Em abuse by using Ic for functions and Ar for argument names; i also fixed up the text of "s" a little to make it read better; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/26 08:52:13 Modified files: usr.bin/sed : sed.1 Log message: posix does not count `!' as a separate function, and neither should we; instead, move the description of this mechanism into the general SED FUNCTIONS section; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/26 09:04:13 Modified files: usr.bin/sed : sed.1 Log message: the `P' function was crying out for a comma; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/26 09:33:18 Modified files: usr.bin/sed : sed.1 Log message: rework the SED FUNCTIONS text; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/26 10:52:36 Modified files: www/webkit : Makefile distinfo www/webkit/patches: patch-GNUmakefile_in Log message: Minor update to WebKit 2.4.3. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/26 11:06:21 Modified files: lib/libssl/src/ssl: d1_pkt.c Log message: Make sure all error paths in dtls1_buffer_record() invoke SSLErr by factoring error handling. ok jsing@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/26 11:08:58 Modified files: usr.bin/sed : sed.1 Log message: tweak the text for -a and function lists; CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/26 11:31:17 Modified files: sys/arch/m88k/m88k: trap.c Log message: Do not change the state of the carry bit in the psr when returning with ERESTART or EJUSTRETURN, for we're not supposed to. (Actually, setting the carry bit upon syscall failure doesn't make much sense on m88k, since this is not how the syscall stubs check for failure) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/05/26 13:03:28 Modified files: sys/arch/amd64/amd64: mpbios.c sys/arch/i386/i386: mpbios.c Log message: Replace some magic constants with appropriate defines. ok krw@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/05/26 13:24:28 Modified files: x11/qt4 : Makefile Added files: x11/qt4/patches: patch-mkspecs_features_unix_gdb_dwarf_index_prf Log message: Fix a GNU-ism in a sed expression that gets copied into generated Makefiles. CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2014/05/26 13:37:27 Modified files: etc/mtree : special Log message: remove /usr/src. avoids useless whining from daily security mail. ok landry@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/26 13:48:35 Modified files: sysutils/mcollective: Makefile Log message: re-install NO_BUILD, but add ruby to BUILD_DEPENDS. noticed by several CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2014/05/26 14:09:54 Modified files: sysutils/ansible: Makefile distinfo Log message: Update ansible to 1.6.2 OK aja@ landry@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/26 14:11:27 Modified files: lib/libssl/src/ssl: t1_lib.c Log message: tls_decrypt_ticket(): memory leak and uncleaned EVP_CIPHER_CTX upon error. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/26 14:15:29 Modified files: lib/libssl/src/crypto/pem: pem.h lib/libssl/src/ssl: ssl_cert.c Log message: We don't really to keep history in constructs such as: #if 1 /* new with openssl 0.9.4 */ current code; #else obsolete code; #endif CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/26 14:20:51 Modified files: lib/libssl/src/ssl: ssl_ciph.c Log message: Unchecked malloc() return value in SSL_COMP_add_compression_method(), in the !OPENSSL_NO_COMP case. Does not affect OpenBSD as we compile the opposite code path. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/26 14:54:06 Modified files: lib/libssl/src/ssl: s3_lib.c t1_lib.c Log message: Replace the following logic: if (nothing to allocate) ptr = malloc(1) else { if ((ptr = malloc(size to allocate)) memcpy(ptr, data to copy, size to allocate) } if (ptr == NULL) OMG ERROR with a saner logic where the NULL pointer check if moved to the actual malloc branch, so that we do not need to malloc a single byte, just to avoid having a NULL pointer. Whoever thought allocating a single byte was a smart idea was obviously not taking his meds. ok beck@ guenther@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/05/26 15:51:36 Modified files: net/p5-Net-DNS : Makefile distinfo Removed files: net/p5-Net-DNS/patches: patch-lib_Net_DNS_Resolver_Base_pm Log message: - update p5-Net-DNS to 0.76 - remove patch, it has been fixed upstream CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/05/26 15:57:43 Modified files: devel/p5-File-Find-Object-Rule: Makefile distinfo Log message: update p5-File-Find-Object-Rule to 0.0305 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/05/26 16:27:52 Modified files: security/p5-Net_SSLeay: Makefile distinfo Log message: update p5-Net-SSLeay to 1.63 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/05/26 17:30:33 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: update p5-IO-Socket-SSL to 1.989 CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2014/05/27 00:35:01 Modified files: games/chocolate-doom: Makefile distinfo games/chocolate-doom/pkg: DESCR MESSAGE PLIST Log message: update to chocolate doom 2.0.0 adds support for hexen, heretic and strife joint work with rfreeman@ who had a similiar update earlier version ok kirby@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/27 01:00:44 Modified files: usr.bin/sed : sed.1 Log message: there is no need to xref regex(3) and setbuf(3) in SEE ALSO - re_format(7) is enough; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/27 01:14:47 Modified files: graphics/gdk-pixbuf2: Makefile distinfo Log message: Update to gdk-pixbuf-2.30.8. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/27 01:30:34 Modified files: x11/wxSVG : Makefile distinfo x11/wxSVG/pkg : PLIST Log message: Update to wxSVG 1.4. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2014/05/27 02:18:04 Modified files: productivity/homebank: Makefile distinfo productivity/homebank/pkg: PLIST Log message: Update to 4.5.6 ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/27 03:39:58 Modified files: sys/net : route.c rtsock.c Log message: Reserve the highest route priority for kernel-managed routes and prevent userland from playing with the local and broadcast flags. ok claudio@ CVSROOT: /cvs Module name: www Changes by: mpi@cvs.openbsd.org 2014/05/27 03:40:29 Modified files: faq : current.html Log message: If you are using the highest priority (route -priority 1) in some of your config files/scripts, you need to update them. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/27 03:58:44 Log message: Import py-libcloud-0.14.1. Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API. <...> ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20140527 N ports/net/py-libcloud/Makefile N ports/net/py-libcloud/distinfo N ports/net/py-libcloud/pkg/DESCR N ports/net/py-libcloud/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/27 03:59:16 Modified files: net : Makefile Log message: +py-libcloud CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/27 04:02:41 Modified files: databases/evolution-data-server: Makefile distinfo Log message: Bring in some bug fixes from upstream. Hopefully this will make evolution behave better... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/27 04:03:19 Modified files: mail/evolution : Makefile distinfo Log message: Bring some bugfixes from upstream. CVSROOT: /cvs Module name: src Changes by: tobiasu@cvs.openbsd.org 2014/05/27 04:05:01 src/lib/libcrypto/crypto/arch/ia64 Update of /cvs/src/lib/libcrypto/crypto/arch/ia64 In directory cvs.openbsd.org:/tmp/cvs-serv31768/lib/libcrypto/crypto/arch/ia64 Log Message: Directory /cvs/src/lib/libcrypto/crypto/arch/ia64 added to the repository CVSROOT: /cvs Module name: src Changes by: tobiasu@cvs.openbsd.org 2014/05/27 04:10:59 Added files: sys/arch/ia64 : Makefile lib/libcrypto/crypto/arch/ia64: opensslconf.h Log message: Fix ia64 cross-gcc target. opensslconf.h is just a dummy, we're lightyears away from working userspace. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/27 04:13:43 Modified files: sysutils/salt : Makefile distinfo sysutils/salt/patches: patch-conf_master patch-setup_py patch-tests_runtests_py sysutils/salt/pkg: PLIST Added files: sysutils/salt/patches: patch-salt_modules_openbsdservice_py Log message: Update to salt-2014.1.4. Start fixing the service module for OpenBSD. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/05/27 04:30:13 Modified files: x11/mlterm : Makefile distinfo x11/mlterm/patches: patch-configure_in patch-xwindow_x_screen_c x11/mlterm/pkg : PLIST Removed files: x11/mlterm/patches: patch-xwindow_x_draw_str_c Log message: Update to mlterm-3.3.6 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/27 06:14:07 Modified files: audio/mumble : Makefile distinfo audio/mumble/patches: patch-src_mumble_ServerHandler_cpp Log message: security update to mumble 1.2.6 (only client is affected) http://blog.mumble.info/mumble-1-2-6/ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/27 06:14:51 Modified files: audio/mumble : Tag: OPENBSD_5_5 Makefile distinfo audio/mumble/patches: Tag: OPENBSD_5_5 patch-src_mumble_ServerHandler_cpp Log message: security update to mumble 1.2.6 (only client is affected) http://blog.mumble.info/mumble-1-2-6/ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2014/05/27 06:32:19 Modified files: databases/pgbouncer: Makefile distinfo Log message: Update to 1.5.4 ok benoit@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/27 06:35:40 Modified files: sbin/dump : main.c traverse.c sbin/ncheck_ffs: ncheck_ffs.c Log message: Where trying to pread() a single disk sector, the i/o must be for the actual disk sector size and not DEV_BSIZE. The sector size must be obtained via the disklabel. Larger i/o's must be multiple sectors, so when retrying with a smaller size shrink the attempt by one sector and not DEV_BSIZE. Of course if your d_secsize is DEV_BSIZE, this will all be a no-op. This does not make non-512-byte sectors work, but puts in place the logic to get and use the disklabel info. Which makes the next diffs bite sized and focused. ok guenther@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/05/27 06:40:00 Modified files: sys/dev/pci : agp_ali.c agp_amd.c agp_intel.c agp_sis.c agp_via.c Log message: We're never going to detach agp(4), so remove the #ifdef'ed out code like we already did for intagp(4). CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/05/27 06:49:36 Modified files: usr.bin/tmux : format.c tmux.1 Log message: Add some formats for pane bounds. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/05/27 07:04:42 Modified files: usr.bin/tmux : xterm-keys.c Log message: Handle the top bit of xterm(1)-style modifier keys, based on a diff from Balazs Kezes. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/05/27 07:06:05 Modified files: x11/xarchiver : Makefile distinfo x11/xarchiver/pkg: PLIST Log message: Minor update to 0.5.3 ok landry@ (Maintainer) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/27 07:11:56 Modified files: lib/libssl/src/ssl: ssl_ciph.c s3_enc.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/27 07:36:27 Modified files: lib/libssl/src/ssl: ssl_ciph.c Log message: Remove MemCheck_{on,off} that escaped last time around. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/27 07:42:38 Modified files: textproc/grepcidr: Makefile distinfo Removed files: textproc/grepcidr/patches: patch-Makefile Log message: update to grepcidr-2.0, now supports IPv6, searching multiple files, unlimited length lines, complains rather than ignores bad formats, replaces regex with (often faster) 'hints' scanner. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/27 07:44:07 Modified files: lib/libssl/src/ssl: ssl_ciph.c Log message: Wrap some long lines. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/27 07:50:52 Modified files: bin/sleep : sleep.1 Log message: document SIGALRM, since it's handling is somewhat special, and use a standard EXIT STATUS blurb now that we can; ok guenther sobrado millert CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/27 07:52:30 Modified files: usr.bin/split : split.1 Log message: combine the extensions notes; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/27 08:12:43 Modified files: sysutils/salt : Makefile sysutils/salt/patches: patch-conf_master sysutils/salt/pkg: PLIST salt_master.rc salt_minion.rc Added files: sysutils/salt/pkg: salt_syndic.rc Removed files: sysutils/salt/patches: patch-conf_minion patch-setup_py patch-tests_integration_files_conf_master sysutils/salt/pkg: README Log message: Simplify this port not to deviate too much from upstream defaults. Properly run as _salt-master without breaking. Add an rc.d script for salt-syndic. Drop useless README. Remove all files when running pkg_delete -c Install more config file examples. Take maintainer. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/27 08:15:43 Modified files: sysutils/salt-testing: Makefile Log message: Take maintainer. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/27 08:16:35 Modified files: sysutils/salt : Makefile Log message: Indent, no pkg change. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/27 08:31:24 Modified files: sys/ufs/ext2fs : ext2fs.h ext2fs_alloc.c ext2fs_balloc.c ext2fs_bmap.c ext2fs_dir.h ext2fs_extern.h ext2fs_inode.c ext2fs_lookup.c ext2fs_vfsops.c ext2fs_vnops.c Log message: Zap a bunch of trailing whitespace. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/27 08:35:50 Modified files: sysutils/salt : Makefile Log message: Loosen up dependencies and note optional ones. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/27 08:51:52 Modified files: sysutils/salt : Makefile sysutils/salt/pkg: PLIST Log message: Rm more files. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/05/27 10:22:50 Modified files: . : index.html Log message: + LibreSSL link CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/27 11:45:02 Modified files: usr.bin/sed : sed.1 Log message: paste in an EXAMPLES section, from posix spec; CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/05/27 12:07:34 ports/graphics/py3-cairo/patches Update of /cvs/ports/graphics/py3-cairo/patches In directory cvs.openbsd.org:/tmp/cvs-serv31215/patches Log Message: Directory /cvs/ports/graphics/py3-cairo/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/05/27 12:08:27 Modified files: graphics/py3-cairo: Makefile Added files: graphics/py3-cairo/patches: patch-_waf3-waflib_Tools_python_py Log message: Permit to build py3-cairo with Python 3.4. tested in a bulkd build by landry@ (thanks). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/27 12:51:24 Modified files: lib/libssl/src/ssl: d1_pkt.c s3_pkt.c Log message: Remove redundant test introduced in s3_pkt.c on 20001225, which got cargo-culted (with an XXX comment, though) in d1_pkt.c in 2005. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/27 13:05:00 Modified files: games/wtf : Makefile distinfo Log message: Update to 20140525. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/27 13:16:01 Modified files: net/unifi : Makefile distinfo net/unifi/pkg : PLIST Log message: update to unifi-3.1.12 CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2014/05/27 13:23:55 Modified files: gnu/usr.bin/gcc/gcc: toplev.c Log message: Enable strong stack protector by default for GCC 3 architectures. Miod says all architectures work with it now (thanks to his fix for the pf.c bug). CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2014/05/27 13:38:15 Modified files: sys/net : radix.c radix.h radix_mpath.c radix_mpath.h route.c rtsock.c Log message: Big refactoring of the radix code (mainly rn_addroute but also part of rn_delete was changed). The mpath code gets a much better rn_mpath_next() function that allows looping through the dupedkey list based on prio, any or only active routes. This solves the issues seen with failed deletes of down routes. Commit this now so that it gets tested. Both sthen@ and blambert@ agree. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/05/27 13:44:56 Modified files: audio/libao : Makefile distinfo audio/libao/patches: patch-configure patch-doc_Makefile_in patch-src_plugins_Makefile_in patch-src_plugins_sndio_ao_sndio_c audio/libao/pkg: PFRAG.shared PLIST Log message: Update to 1.2.0. No user-visible changes. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/05/27 14:06:27 Modified files: shells/bash : Makefile distinfo Log message: update to 4.3 patchlevel 18 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/27 14:22:00 Modified files: lib/libssl/src/ssl: ssl_locl.h Log message: Remove unused defines. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2014/05/27 14:43:50 Modified files: print/lilypond : Makefile distinfo print/lilypond/patches: patch-lily_include_open-type-font_hh patch-lily_music-iterator_cc patch-lily_pango-font_cc patch-lily_ttf_cc print/lilypond/pkg: PLIST-docs PLIST-main Added files: print/lilypond/patches: patch-aclocal_m4 patch-configure_ac Removed files: print/lilypond/patches: patch-configure_in patch-lily_freetype-error_cc patch-lily_include_smobs_hh patch-lily_open-type-font_cc patch-stepmake_aclocal_m4 Log message: Update to lilypond-2.18.2. Initial diff and testing of the final diff on i386 and amd64 by Graeme Lee (thanks!). CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2014/05/27 14:47:10 Modified files: fonts/fira-fonts: Makefile distinfo fonts/fira-fonts/pkg: PLIST Log message: Update to fira 20140527. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/05/27 15:22:29 Modified files: telephony/asterisk-openbsd-moh: Makefile distinfo telephony/asterisk-openbsd-moh/pkg: PLIST Log message: add 5.5 release song CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/27 15:29:43 Modified files: lib/libssl/src/crypto/ts: ts.h ts_rsp_sign.c Log message: Fix a Y2038 problem, by conversion of long to time_t. The TS_RESP_CTX_set_time_cb() API gets removed. Nothing in the greater ecosystem ever calls it. This API needs to be removed, because if anyone ever calls on a BE 32 system assuming long rather than time_t, it will be dangerously incompatible. ok miod guenther CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2014/05/27 15:52:19 Modified files: sys/msdosfs : msdosfs_vfsops.c Log message: Fix 'mount -ur' for msdosfs * fix bug preventing sync after more than one rw -> ro cycle. * sync data and not only metadata ok guenther@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/05/27 15:58:33 Modified files: audio/mpg123 : Makefile distinfo audio/mpg123/patches: patch-configure audio/mpg123/pkg: PLIST Log message: Update to 1.20.0. Fixes numerous bugs and adds new binary out123 only with the audio output part of mpg123. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/05/27 22:53:55 Modified files: devel/boehm-gc : Makefile Log message: Update HOMEPAGE, from Seth Jackson (thanks!) CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/28 00:55:58 Modified files: bin/pwd : pwd.1 pwd.c Log message: In his continuing quest to improve our documentation, jmc@ noticed that we didn't support the -L option required by POSIX, and didn't document the -P option that we did support. Fix that with code and doc bits from NetBSD, but correcting a minor noncompliance in the -L support and applying the jmc@ and sobrado@ magic to the manpage. This commit does not change the default behavior. ok jmc@ millert@ sobrado@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/05/28 01:59:37 Modified files: usr.bin/mg : window.c Log message: On delete-window, remember the position of dot and mark in the buffer so that an revisiting the buffer the correct line number is displayed. Found by jasper@ OK lum@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/28 02:04:47 Modified files: print/cups : Makefile distinfo print/cups/patches: patch-backend_ipp_c patch-config_h_in print/cups/pkg : PLIST-main Log message: Update to cups-1.7.3. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/05/28 03:12:11 Modified files: devel/libgdata : Makefile distinfo Log message: update to libgdata-0.14.3 CVSROOT: /cvs Module name: src Changes by: daniel@cvs.openbsd.org 2014/05/28 04:29:24 Modified files: usr.sbin/traceroute: traceroute.c Log message: a void function should not be returning anything. ok florian@ CVSROOT: /cvs Module name: src Changes by: daniel@cvs.openbsd.org 2014/05/28 04:34:16 Modified files: usr.sbin/smtpd : bounce.c Log message: remove an errant semicolon. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/28 05:20:17 Modified files: net/openfire : Makefile distinfo net/openfire/pkg: PLIST Log message: update to openfire-3.9.3, from Marc Peters, plus small tweak by me CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/28 05:20:55 Modified files: sys/dev/usb : uhub.c usb.c usbdivar.h Log message: Apart from the early exploration done to find a console keyboard during the boot process, USB devices must be attached or detached from the usb task thread in order to avoid races with periodical explorations issued by uhub(4) interrupts. Respect this rule when detaching root hubs during a suspend/resume cycle and avoid some hangs due to the aforementioned race. Tested by Mattieu Baptiste, thanks! CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2014/05/28 05:39:15 Modified files: usr.bin/less : less.1 pattern.c search.c Log message: When invoked as more, make the -i option behave the same as less's -I to match POSIX. OK and man bits from jmc@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2014/05/28 06:59:03 Modified files: libexec/login_yubikey: login_yubikey.c Log message: missing space in error message CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/28 07:00:55 Modified files: lib/libssl/src/ssl: d1_srvr.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/28 07:03:25 Modified files: lib/libssl/src/ssl: bio_ssl.c d1_both.c d1_clnt.c d1_lib.c d1_pkt.c s3_both.c s3_clnt.c s3_lib.c s3_srvr.c ssl_lib.c ssl_sess.c t1_enc.c t1_lib.c Log message: There is no point in checking if a pointer is non-NULL before calling free, since free already does this for us. Also remove some pointless NULL assignments, where the result from malloc(3) is immediately assigned to the same variable. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/28 07:07:47 Modified files: lib/libssl/src/ssl: s3_clnt.c s3_enc.c ssl_lib.c Log message: EVP_MD_CTX_create() calls malloc and can return NULL. However, only one of the calls in libssl actually checks the return value before using it. Add NULL checks for the remaining three calls. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/28 07:29:18 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: Refactor tls1_change_cipher_state() and split the compression handling out from the cipher and message digest handling, allowing for upcoming changes. Based on Adam Langley's chromium diffs. ok miod@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2014/05/28 07:37:25 Modified files: net/icecast : Makefile distinfo net/icecast/patches: patch-Makefile_in patch-admin_Makefile_in patch-conf_Makefile_in patch-conf_icecast_xml_in patch-configure patch-doc_Makefile_in patch-web_Makefile_in net/icecast/pkg: PLIST README Removed files: net/icecast/pkg: MESSAGE Log message: Update for Icecast to 2.4.0: http://svn.xiph.org/icecast/tags/icecast-2.4.0/ChangeLog Help from sthen@ with my bad english. OK abieber@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/28 08:05:35 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/28 08:06:20 Modified files: usr.bin/less : less.1 Log message: in the compat with more section, document: - the sense of -c is inverted - -GX are on by default - fold the note on -d into the stuff on -GX i deliberately left out mentioning -l being on by default, since i think the note below (all LESS vars are ignored) covers it adequately; ok millert CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/28 08:16:27 Modified files: bin/pwd : pwd.1 Log message: document that posix defaults to -L if no options are given, and tweak previous; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/28 08:23:27 Modified files: mail/exim : Makefile distinfo mail/exim/patches: patch-src_expand_c Log message: update to exim 4.82.1 CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/05/28 10:14:19 Modified files: usr.sbin/npppd/npppd: chap.c Log message: Fixed chap_input() and chap_authenticate() not to be used as if they return a value. Since they are void function. pointed out daniel, ok daniel CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2014/05/28 10:43:06 Modified files: gnu/usr.bin/cvs/src: import.c rcs.c Log message: finally enable writing per-commit commitid tokens to rcs ,v files ok deraadt@ millert@ CVSROOT: /cvs Module name: www Changes by: jcs@cvs.openbsd.org 2014/05/28 10:44:51 Removed files: . : zzz-commitid-test.txt Log message: remove test file CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/05/28 10:47:42 Modified files: . : events.html Log message: went very well CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/28 11:34:10 Modified files: bin/stty : stty.1 Log message: onocr suppresses the cr, not outputs it; confirmed by/ok millert guenther CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2014/05/28 12:57:56 Modified files: libexec/ld.so : Makefile Log message: Remove additional files generated during ld.so build on make clean. From drahn Bitrig ok miod@ guenther@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/05/28 13:45:04 Modified files: share/man/man5 : pf.conf.5 Log message: prio is meaningless when bandwidth shaping is in use, fix example noticed by Marko Cupać CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2014/05/28 13:45:54 Modified files: print/poppler : Makefile distinfo print/poppler/patches: patch-aclocal_m4 patch-configure_ac Removed files: print/poppler/patches: patch-glib_poppler_h Log message: Update to poppler-0.26.1. ok aja@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/05/28 13:46:01 Modified files: audio/libogg : Makefile distinfo audio/libogg/patches: patch-configure Log message: update to 1.3.2: fix a bug in oggpack_writecopy() CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/28 14:55:28 Removed files: www/chromium/patches: patch-v8_src_atomicops_h Log message: Remove atomicops patch, which used to be needed on i386, but now breaks the build there. No bump as it has no effect on other arch. ok robert@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/28 15:13:21 Modified files: share/man/man5 : pf.conf.5 Log message: tweak previous; CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/05/28 15:59:01 Log message: Import ruby-atomic 1.1.16. An atomic reference implementation for ruby. OK jasper@ Status: Vendor Tag: jeremy Release Tags: jeremy_2014-May-28 N ports/devel/ruby-atomic/distinfo N ports/devel/ruby-atomic/Makefile N ports/devel/ruby-atomic/pkg/DESCR N ports/devel/ruby-atomic/pkg/PLIST N ports/devel/ruby-atomic/patches/patch-test_test_atomic_rb No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/05/28 15:59:41 Log message: Import ruby-taglib 0.6.0. taglib-ruby is based on the excellent TagLib C++ library, which is fast, full-featured and mature. In contrast to other bindings, this one wraps the full C++ API, not only the minimal C API. This means that all tag data can be accessed, e.g. cover art of ID3v2 or custom fields of Ogg Vorbis comments. taglib-ruby currently supports the following: * Reading/writing common tag data of all formats that TagLib supports * Reading/writing ID3v1 and ID3v2 including ID3v2.4 and Unicode * Reading/writing Ogg Vorbis comments * Reading/writing MP4 tags (.m4a) * Reading audio properties (e.g. bitrate) of the above formats OK jasper@ Status: Vendor Tag: jeremy Release Tags: jeremy_2014-May-28 N ports/audio/ruby-taglib/Makefile N ports/audio/ruby-taglib/distinfo N ports/audio/ruby-taglib/pkg/DESCR N ports/audio/ruby-taglib/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/05/28 16:00:15 Log message: Import ruby-fast_xs 0.8.0. fast_xs provides C extensions for escaping text. fast_xs_extra is an experimental extension that can be used with fast_xs_monkey_patcher to monkey patch methods in common libraries: CGI, ERB::Util, Rack::Utils, Mongrel. OK jasper@ Status: Vendor Tag: jeremy Release Tags: jeremy_2014-May-28 N ports/textproc/ruby-fast_xs/Makefile N ports/textproc/ruby-fast_xs/distinfo N ports/textproc/ruby-fast_xs/pkg/DESCR N ports/textproc/ruby-fast_xs/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/05/28 16:00:51 Log message: Import ruby-rack-protection 1.5.3. This gem protects against typical web attacks. Should work for all Rack apps, including Rails. OK jasper@ Status: Vendor Tag: jeremy Release Tags: jeremy_2014-May-28 N ports/www/ruby-rack-protection/Makefile N ports/www/ruby-rack-protection/distinfo N ports/www/ruby-rack-protection/pkg/DESCR N ports/www/ruby-rack-protection/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/05/28 16:17:46 Modified files: audio : Makefile devel : Makefile textproc : Makefile www : Makefile Log message: Hookup new ruby ports CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/05/28 16:21:52 Modified files: faq : current.html Log message: tweak httpd bits; drop "packages are not yet available" line, add a short note about config changes needed for modules CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/28 16:56:31 Modified files: net/icinga/core: Tag: OPENBSD_5_5 Makefile net/icinga/core/pkg: Tag: OPENBSD_5_5 PLIST-main Log message: MFC permission fix for resource.cfg; the commit "Fix packaging with too paranoid sample config file mode" (PLIST-main 1.16) which was done to this port shortly before release quietly stops the daemon running after a reload (found the hard way by me) and testing config files (found by benno@/florian@). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/28 18:05:48 Modified files: net/icinga/core: Makefile distinfo net/icinga/core/pkg: README-main Log message: update to icinga 1.11.4, and tweak README slightly relating to chroot for icinga-web based on part of some comments from florian@ and benno@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/28 18:09:04 Modified files: net/icinga/core: Makefile net/icinga/core/pkg: README-main Log message: tweak README to point out that icinga-cgi and -web are in separate packages and that one or both should be installed. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/28 18:19:54 Modified files: net/icinga/core: Makefile net/icinga/core/pkg: README-main Log message: handle /etc/localtime in chroot; pointed out by florian@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/28 18:23:36 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-tools_clang_lib_Driver_Tools_cpp Log message: r209479 Don't reduce the stack protector level given -fstack-protector. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/28 18:28:33 Modified files: lang/clang : clang.port.mk Log message: Bump _VERSION to at least p2 for the stack protector changes. ok sthen@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/28 22:57:47 Modified files: gnu/usr.bin/perl: util.c Log message: To get a random seed, just call arc4random() instead of reading a word from the (deprecated) /dev/arandom. This also makes it work in chroot environments. ok deraadt@ afresh@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/28 23:05:34 Modified files: sys/kern : exec_subr.c Log message: When vmcmd_map_readvn() maps in the page it reads into, it forces it to be writable but otherwise uses the correct final permissions. Ergo, it only needs to call uvm_map_protect() if the requested permissions didn't include UVM_PROT_WRITE. ok beck@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/28 23:43:06 Modified files: gnu/usr.bin/perl: Makefile.bsd-wrapper Log message: We now use arc4random() so PERL_RANDOM_DEVICE is no longer needed. ok afresh@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/29 00:17:08 Modified files: share/man/man9 : uvm.9 Log message: Update to match recent changes CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/29 00:19:35 Modified files: bin/stty : stty.1 Log message: some basic formatting fixes; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/29 00:28:09 Modified files: bin/stty : stty.1 Log message: for -a and -g, do not say "as per posix": it adds no value to the user, and STANDARDS already notes these flags are compliant; it also stops us looking redundant referring to older posix revs; for -g, also note that output can safely be used by the shell; while here, zap some unneeded Fl i missed in previous; CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/29 00:28:51 Modified files: lib/libc/sys : read.2 Log message: Grammar CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/29 00:30:12 Modified files: lib/libc/sys : open.2 Log message: Use .Er for errnos CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/29 01:25:49 Modified files: share/man/man9 : uvm.9 Log message: zap double word; CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2014/05/29 02:00:24 Modified files: sys/kern : subr_hibernate.c Log message: Read MAXPHYS bytes at a time in the hibernate image read, instead of PAGE_SIZE bytes. Completes the MAXPHYS optimizations in the read path. with input from guenther@ who suggested a version that was a little easier to understand. Tested on i386 and amd64. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2014/05/29 02:31:26 Log message: Import dunelegacy, an engine for DuneII game. Lead one of three interplanetary houses, Atreides, Harkonnen or Ordos, in an attempt to harvest the largest amount of spice from the sand dunes. Exchange your spice stockpiles for credits through refinement and build an army capable of thwarting attempts of the other houses to stop your harvesting! Dune Legacy is an effort by a handful of developers to revitalize one of the first real-time strategy games. The original game was the basis for the hugely successful Command and Conquer series, and the gameplay has been replicated an extended to a wide variety of storylines and series. help and OK edd@ Status: Vendor Tag: kirby Release Tags: kirby_20140529 N ports/games/dunelegacy/Makefile N ports/games/dunelegacy/distinfo N ports/games/dunelegacy/pkg/DESCR N ports/games/dunelegacy/pkg/PLIST N ports/games/dunelegacy/pkg/README N ports/games/dunelegacy/patches/patch-src_Makefile_in N ports/games/dunelegacy/patches/patch-README N ports/games/dunelegacy/patches/patch-include_Game_h N ports/games/dunelegacy/patches/patch-src_FileClasses_TextManager_cpp N ports/games/dunelegacy/patches/patch-src_FileClasses_music_ADLPlayer_cpp N ports/games/dunelegacy/patches/patch-src_GUI_dune_InGameSettingsMenu_cpp N ports/games/dunelegacy/patches/patch-src_Game_cpp N ports/games/dunelegacy/patches/patch-src_Map_cpp N ports/games/dunelegacy/patches/patch-src_units_InfantryBase_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2014/05/29 02:40:08 Modified files: games : Makefile Log message: + dunelegacy CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/29 02:47:56 Modified files: lib/libssl/src/ssl: s3_enc.c Log message: Add missing NULL checks for calls to ssl_replace_hash(). This function calls EVP_MD_CTX_create(), which will return NULL if it fails to allocate memory. ok miod@ CVSROOT: /cvs Module name: src Changes by: daniel@cvs.openbsd.org 2014/05/29 03:16:22 Modified files: sys/ddb : db_structinfo.c Log message: no more gcc2. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/29 05:28:18 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: Fix another two cases where the return value of ssl_replace_hash() is unchecked. In the case of tls1_change_cipher_state(), it is fairly pointless to use ssl_replace_hash(), since it does not initialise the hash and there is special handling required in the DTLS write case. Instead, just inline the part of ssl_replace_hash() that is needed and only ssl_clear_hash_ctx() the write hash in the non-DTLS case. Also add a detailed comment explaining why there needs to be specialised handling for DTLS write context and where the contexts are actually freed. ok miod@ CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2014/05/29 05:40:07 Modified files: audio/siren : Makefile audio/siren/pkg: PLIST Log message: Enable wavpack support. It was disabled because the .pc was wrong, but now that it's fixed. ok sthen CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/29 06:02:50 Modified files: sbin/fsck_ffs : setup.c share/man/man5 : fs.5 sys/ufs/ffs : fs.h Log message: fsck should use the same values in checking as newfs does in creating a filesystem. fs_nspf and its derivitives like fs_spc are DEV_BSIZE values, not actual hardware disk sector values. Adjust initializations accordingly. Tweak header and man page comments to make the DEV_BSIZE'ness more obvious for future spelunkers. No-op for DEV_BSIZE (a.k.a. 512-byte) sector devices but should help checking filesystems on, e.g., 4k-byte sector devices. ok jmc@ on the man page tweaks. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/29 06:54:17 Modified files: bin/stty : stty.1 Log message: flesh out STANDARDS; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/29 06:59:13 Modified files: bin/stty : stty.1 Log message: document control characters which are extensions; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/29 07:40:51 Modified files: textproc/libxml: Makefile Added files: textproc/libxml/patches: patch-configure_in patch-dict_c Log message: In libxml, use arc4random instead of rand_r for hash bucket randomization. Avoids triggering APIWARN for its many dependencies. ok/tweaks ajacoutot@ (on earlier version), jca@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/29 08:43:33 Modified files: lib/libssl/src/ssl: ssl_lib.c Log message: When you have functions that perform specific functions, use them. EVP_CIPHER_CTX_free() does a NULL check, then calls EVP_CIPHER_CTX_cleanup() and frees the memory. COMP_CTX_free() also had its own NULL check, so there is no point in duplicating that here. ok beck@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/29 10:00:16 Modified files: lib/libssl/src/ssl: d1_lib.c s3_lib.c ssl_lib.c ssl_locl.h t1_clnt.c t1_lib.c t1_meth.c t1_srvr.c Log message: Make it substantially easier to identify protocol version requirements by adding an enc_flags field to the ssl3_enc_method, specifying four flags that are used with this field and providing macros for evaluating these conditions. Currently the version requirements are identified by continually checking the version number and other criteria. This change also adds separate SSL3_ENC_METHOD data for TLS v1.1 and v1.2, since they have different enc_flags from TLS v1. Based on changes in OpenSSL head. No objection from miod@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/05/29 10:33:05 Modified files: . : donations.html openssh : index.html Removed files: openssh : bank-donation.html donations.html Log message: donations are all handled under the same framework, for better or worse, mostly because it would be silly to double or triple up efforts. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/29 10:35:46 Modified files: regress/sys/dev/video: videotest.c Log message: use calloc, from Benjamin Baier CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/29 10:38:23 Modified files: usr.sbin/config: util.c Log message: use calloc, from Benjamin Baier CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/29 10:39:42 Modified files: usr.bin/rcs : rcsutil.c Log message: use calloc, from Benjamin Baier CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/29 10:42:04 Modified files: lib/libssl/src/crypto/store: str_lib.c Log message: use calloc, from Benjamin Baier CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/05/29 10:58:40 Modified files: . : donations.html Log message: more clarity CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/29 11:13:48 Modified files: lib/libssl/src/ssl: ssl_ciph.c Log message: repair KNF indent CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/29 12:11:13 Modified files: lib/libssl/src/ssl: d1_clnt.c d1_srvr.c s3_clnt.c s3_lib.c s3_srvr.c ssl.h ssl3.h ssl_algs.c ssl_cert.c ssl_ciph.c ssl_lib.c ssl_locl.h t1_lib.c Log message: unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them. ok deraadt jsing CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/29 12:15:10 Modified files: lib/libssl/src/ssl: ssl_lib.c Log message: consistent braces CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/05/29 12:15:21 Modified files: usr.sbin/openssl: Makefile Log message: define -DLIBRESSL_INTERNAL in here so we don't use nasties ok deraadt@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/29 12:19:57 Modified files: lib/libssl/src/ssl: s3_clnt.c Log message: line up else better CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/29 12:23:25 Modified files: lib/libssl/src/ssl: s3_clnt.c ssl_lib.c Log message: no space before label CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/29 12:24:34 Removed files: lib/libssl/src/ssl: kssl.h Log message: kssl is dead. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/05/29 12:27:53 Modified files: lib/libssl/src/crypto/bio: bio_cb.c bss_file.c lib/libssl/src/crypto/x509: by_file.c x509_d2.c x509_vfy.h lib/libssl/src/ssl: ssl.h ssl_cert.c ssl_lib.c ssl_rsa.c Log message: Any sane platform has stdio. Stop pretending we will ever use a platform that does not. "fire bomb" tedu@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/05/29 13:58:48 Modified files: lib/libssl/ssl : Makefile Log message: Make make includes work again without kssl.h CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/29 14:04:08 Modified files: lib/libssl/src/ssl: ssl.h Log message: remove back compat that was already disabled back in 1998. from Alexander Schrijver CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/05/29 14:21:23 Modified files: lib/libssl/src/crypto: crypto.h mem_dbg.c lib/libssl/src/crypto/asn1: a_d2i_fp.c a_i2d_fp.c a_strex.c asn1.h t_crl.c t_req.c t_x509.c lib/libssl/src/crypto/bio: b_dump.c bio.h lib/libssl/src/crypto/bn: bn.h bn_print.c lib/libssl/src/crypto/conf: conf.h conf_lib.c lib/libssl/src/crypto/dh: dh.h dh_prn.c lib/libssl/src/crypto/dsa: dsa.h dsa_prn.c lib/libssl/src/crypto/ec: ec.h eck_prn.c lib/libssl/src/crypto/err: err.h err_prn.c lib/libssl/src/crypto/lhash: lh_stats.c lhash.h lib/libssl/src/crypto/pem: pem.h pem_all.c pem_info.c pem_lib.c pem_pk8.c pem_pkey.c lib/libssl/src/crypto/pkcs12: p12_utl.c lib/libssl/src/crypto/pkcs7: pkcs7.h lib/libssl/src/crypto/rsa: rsa.h rsa_prn.c lib/libssl/src/crypto/ts: ts_asn1.c lib/libssl/src/crypto/x509: x509.h x_all.c lib/libssl/src/crypto/x509v3: v3_prn.c lib/libssl/src/ssl: ssl.h ssl_txt.c Log message: Everything sane has stdio, and FILE *. we don't need ifdefs for this. ok to firebomb from tedu@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/29 14:37:19 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/05/29 14:40:26 Modified files: sys/dev/pci : envy.c Log message: Use the same convention for mixer control names as azalia. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/29 15:07:43 Modified files: lib/libssl/src/apps: apps.c ca.c ecparam.c rsautl.c speed.c lib/libssl/src/crypto: ex_data.c lib/libssl/src/crypto/asn1: a_set.c tasn_enc.c lib/libssl/src/crypto/bn: bn_ctx.c bn_gf2m.c bn_lib.c bn_print.c lib/libssl/src/crypto/ec: ec_mult.c ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c ecp_smpl.c lib/libssl/src/crypto/engine: eng_rsax.c lib/libssl/src/crypto/lhash: lhash.c lib/libssl/src/crypto/objects: o_names.c obj_xref.c lib/libssl/src/crypto/pem: pem_lib.c pem_seal.c lib/libssl/src/crypto/srp: srp_lib.c srp_vfy.c lib/libssl/src/crypto/txt_db: txt_db.c lib/libssl/src/crypto/x509: x509spki.c lib/libssl/src/crypto/x509v3: pcy_tree.c Log message: convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53 potential integer overflows easily changed into an allocation return of NULL, with errno nicely set if need be. checks for an allocations returning NULL are commonplace, or if the object is dereferenced (quite normal) will result in a nice fault which can be detected & repaired properly. ok tedu CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/29 15:19:30 Modified files: lib/libssl/src/apps: apps.c ca.c ecparam.c lib/libssl/src/crypto/bn: bn_gf2m.c bn_lib.c lib/libssl/src/crypto/ec: ec_mult.c lib/libssl/src/crypto/lhash: lhash.c lib/libssl/src/crypto/objects: obj_xref.c lib/libssl/src/crypto/txt_db: txt_db.c lib/libssl/src/crypto/x509v3: pcy_tree.c Log message: ok, next pass after review: when possible, put the reallocarray arguments in the "size_t nmemb, size_t size" CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/29 15:22:54 Modified files: lib/libssl/src/ssl: ssl_locl.h Log message: we no longer care that these aren't used for ssl2 CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/29 15:25:16 Modified files: lib/libssl/src/ssl: s3_srvr.c Log message: the comment says RAND_pseudo_bytes should be RAND_bytes. make it so. ok deraadt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/29 15:28:49 Modified files: lib/libssl/src/apps: apps.c Log message: trivial realloc -> reallocarray CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/29 15:42:44 Modified files: lib/libssl/src/crypto/lhash: lhash.c Log message: I do not have time to describe how bad the realloc() uses in here, now being relaced by reallocarray(). you will have to look at the diff. there can be no explanations for the extra casts. as beck says, "Don't go towards the light theo!" ok beck tedu CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/05/29 19:09:17 Modified files: . : donations.html Log message: spelling CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/05/29 19:16:20 Modified files: . : donations.html Log message: something else CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/29 20:12:04 Modified files: sys/kern : tty.c Log message: explicit_bzero for clearing stack variables. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/29 20:29:38 Modified files: lib/libssl/src/doc/crypto: RAND_bytes.pod Log message: remove some of the bigger lies, as applicable to libressl. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/05/29 20:50:10 Modified files: lib/libssl/src/crypto/ts: ts_lib.c Log message: Don't write out more than we have allocated in obj_txt, as the glory that is OBJ_obj2txt() can return a larger value.. ok tedu@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/29 20:52:11 Modified files: lib/libssl/src/apps: s_server.c lib/libssl/src/crypto/asn1: ameth_lib.c asn1_lib.c asn_mime.c bio_asn1.c bio_ndef.c tasn_dec.c tasn_utl.c x_name.c x_pubkey.c lib/libssl/src/crypto/conf: conf_mod.c lib/libssl/src/crypto/dh: dh_lib.c lib/libssl/src/crypto/dso: dso_lib.c lib/libssl/src/crypto/ec: ec_lib.c lib/libssl/src/crypto/engine: hw_cryptodev.c lib/libssl/src/crypto/evp: evp_enc.c lib/libssl/src/crypto/ocsp: ocsp_ht.c lib/libssl/src/crypto/rsa: rsa_pmeth.c lib/libssl/src/crypto/x509: by_dir.c x509_vpm.c Log message: no need for null check before free. from Brendan MacDonell CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/29 21:31:29 Modified files: lib/libssl/src/crypto/asn1: a_object.c lib/libssl/src/crypto/bio: bio.h lib/libssl/src/crypto/evp: evp.h Log message: remove CONST_STRICT. ok beck deraadt CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/29 22:38:43 Modified files: lib/libc/sys : execve.2 Log message: A program is the thing you run; a process is an instance of something running ok millert@ sobrado@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/29 22:42:07 Modified files: lib/libc/sys : intro.2 Log message: Add definitions for Process and (finally!) Thread Tweak some error descriptions based on that Completely reword ETXTBSY description based on a suggestion from millert@ tweaks and oks jmc@ millert@ sobrado@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/29 22:59:14 Modified files: lib/libssl/src/apps: apps.c Log message: Rework parse_name() so that variable declaration is separate from function based initialisation, use more readable variable names and use a goto rather than duplicating the frees for the error and non-error paths... ok beck@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/05/29 23:06:00 Modified files: usr.sbin/npppd/common: bytebuf.c usr.sbin/npppd/npppd: npppd_auth.c npppd_ctl.c ppp.c radius_req.c usr.sbin/npppd/pptp: pptpd.c Log message: Use calloc instead of malloc and memset. from Benjamin Baier CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/29 23:27:32 Modified files: lib/libssl/src/ssl: ssl_locl.h d1_pkt.c Log message: While working on another diff I ended up looking to see why on earth the DTLS code had a chunk that checked to see if the SSL version was *not* DTLS. Turns out that this is inside a big #if 0 block with a comment explaining why DTLS will never need this code... The DTLS code was clearly written by wholesale copying the SSLv3 code. Any code not applicable to DTLS was seemingly #if 0'd or commented out and left for others to find. d1_pkt.c is copied from s3_pkt.c and it has a do_dtls1_write() function that has the same function signature as do_ssl3_write(), except that the create_empty_fragement (yes, that is the spelling in ssl_locl.h) argument is unused for DTLS (although there is code that pretends to use it) since it uses explicit IV (as the comment notes). Instead of leaving this turd lying around, nuke the #if 0'd code (along with the check for *not* DTLS) and remove the pointless create_empty_fragment argument given the only two do_dtls1_write() calls specify zero. This kind of thing also makes you wonder how much actual peer review occurred before the code was initially committed... ok beck@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/30 00:22:57 Modified files: lib/libssl/src/crypto/asn1: a_bitstr.c a_bytes.c a_enum.c a_gentm.c a_int.c a_object.c a_sign.c a_utctm.c asn1_gen.c t_x509.c x_info.c x_x509.c lib/libssl/src/crypto/bio: b_sock.c bf_buff.c bf_lbuf.c bf_nbio.c bss_acpt.c bss_bio.c bss_conn.c bss_dgram.c lib/libssl/src/crypto/bn: bn_print.c lib/libssl/src/crypto/conf: conf_api.c conf_def.c lib/libssl/src/crypto/dh: dh_ameth.c lib/libssl/src/crypto/dsa: dsa_ameth.c lib/libssl/src/crypto/dso: dso_dlfcn.c dso_lib.c lib/libssl/src/crypto/ec: ec_ameth.c ec_asn1.c ec_mult.c eck_prn.c ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c lib/libssl/src/crypto/engine: eng_dyn.c lib/libssl/src/crypto/objects: obj_dat.c obj_lib.c lib/libssl/src/crypto/pem: pem_info.c pem_seal.c pem_sign.c lib/libssl/src/crypto/stack: stack.c lib/libssl/src/crypto/txt_db: txt_db.c lib/libssl/src/crypto/x509v3: v3_prn.c v3_utl.c Log message: more: no need for null check before free ok tedu guenther CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/30 00:24:17 Modified files: lib/libssl/src/crypto/dh: dh_ameth.c lib/libssl/src/crypto/dsa: dsa_ameth.c lib/libssl/src/crypto/rsa: rsa_ameth.c rsa_oaep.c Log message: more: no need to null check before free; ok guenther CVSROOT: /cvs Module name: xenocara Changes by: sebastia@cvs.openbsd.org 2014/05/30 00:42:00 Modified files: driver/xf86-video-nv/src: nv_driver.c driver/xf86-video-savage/src: savage_driver.c Log message: Include missing header to segfault seen on Xorg startup with nv driver, savage driver seems to have same problem. help and cluebatting from matthieu@ and guenther@ OK matthieu@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/30 01:14:46 Modified files: usr.bin/fstat : fstat.c Log message: AF_NATM support was removed before 5.5 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/05/30 01:18:22 Modified files: share/man/man4 : netintro.4 Log message: Appletalk support was removed a while ago. So was natm and hylink (if ever). Let's mention MPLS instead. Noted by Remi Locherer (remi.locherer (at) relo.ch) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/30 03:22:21 Modified files: databases : Makefile devel : Makefile Log message: link python3 flavours to the build where missing, aja agrees CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/30 03:29:38 Modified files: x11/gnome/shell: Makefile x11/gnome/shell/patches: patch-src_shell-global_c Log message: Pushed upstream. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2014/05/30 03:55:34 Modified files: x11/gnustep/sqlclient: Makefile distinfo Log message: Minor bugfix release 1.7.3 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2014/05/30 04:28:17 Modified files: net/munin : Makefile distinfo net/munin/patches: patch-Makefile net/munin/pkg : PLIST-main PLIST-server README-main Added files: net/munin/patches: patch-node__bin_munin-asyncd_in net/munin/pkg : munin_asyncd.rc Log message: - bugfix update to munin-2.0.21 - move async and asyncd to -main package - add asyncd rc script - move @sample /var/db/munin/ to PLIST-main (requested by sthen@) with input from ajacoutot@ OK sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/30 05:30:40 Modified files: security/libtasn1: Makefile distinfo Log message: Update to libtasn1-3.6, fixes possible invalid memory accesses by the DER decoder found using the Codenomicon TLS test suite. ok ajacoutot@ No API/ABI changes, asn1_der_decoding_element() is marked as deprecated but nothing in-tree uses it. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/30 05:32:21 Modified files: security/gnutls: Makefile distinfo Log message: Update to gnutls-3.2.15, fixes memory corruption in TLS client "Server Hello" parsing found by Codenomicon, and various other issues. No API/ABI change. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/05/30 07:00:39 Modified files: lib/libssl/src/crypto/bio: bss_conn.c Log message: Fix some more nasty stringyness in here by using asprintf instead of cruft. gets rid of the second last use of the awful DECIMAL_SIZE. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/05/30 07:08:47 Modified files: textproc/the_silver_searcher: Makefile distinfo Log message: Update to 0.22.0. Contains an updated file detection mechanism and a few simple updates. From MAINTAINER Florian Stinglmayr CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/05/30 07:11:34 Modified files: net/p5-Net-Whois-Raw: Makefile distinfo Added files: net/p5-Net-Whois-Raw/patches: patch-pwhois Removed files: net/p5-Net-Whois-Raw/patches: patch-META_yml Log message: Update to 2.63 and fix pwhois CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/30 07:14:09 Modified files: sysutils/backuppc: Makefile sysutils/backuppc/pkg: PLIST net/smokeping : Makefile net/smokeping/pkg: PLIST lang/php/5.3 : Makefile lang/php/5.3/pkg: PLIST-main lang/php/5.4 : Makefile lang/php/5.4/pkg: PLIST-main lang/php/5.5 : Makefile lang/php/5.5/pkg: PLIST-main www/awstats : Makefile www/awstats/pkg: PLIST www/cgit : Makefile www/cgit/pkg : PLIST www/rackmonkey : Makefile www/rackmonkey/pkg: PLIST Log message: /var/www/conf/modules.sample is no longer provided by base; noticed by florian@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/30 07:15:05 Modified files: mail/sympa : Makefile mail/sympa/pkg : PLIST Log message: /var/www/conf/modules.sample is no longer provided by base; noticed by florian@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/30 07:20:14 Modified files: net/zabbix : Makefile mail/z-push : Makefile mail/roundcubemail: Makefile mail/zarafa/webapp: Makefile mail/zarafa/zarafa: Makefile net/icinga/core: Makefile net/icinga/web : Makefile net/nagios/nagios: Makefile productivity/davical: Makefile www/chive : Makefile www/dokuwiki : Makefile www/drupal6/core: Makefile www/drupal7/core: Makefile www/phpmyadmin : Makefile www/selfoss : Makefile Log message: bump ports which may have been installed when /var/www/modules.sample didn't exist, to force an update to make sure that their config samples get installed CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/05/30 07:22:57 Modified files: mail/sqlgrey : Makefile mail/sqlgrey/patches: patch-Makefile patch-update_sqlgrey_config mail/sqlgrey/pkg: DESCR PLIST Added files: mail/sqlgrey/patches: patch-sqlgrey mail/sqlgrey/pkg: sqlgrey.rc Log message: add an rc script remove wget dependency install some more docs install and use DBIx::DBCluster if dbcluster=on in sqlgrey.conf remove a whitespace from DESCR CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/30 07:24:59 Modified files: sys/dev/usb : ehci.c ohci.c uhci.c Log message: Remove unused fields from the pipes. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/30 07:46:17 Modified files: sys/arch/alpha/alpha: machdep.c sys/arch/amd64/amd64: machdep.c sys/arch/armish/armish: armish_machdep.c sys/arch/armv7/armv7: armv7_machdep.c sys/arch/aviion/aviion: machdep.c sys/arch/hppa/hppa: machdep.c sys/arch/hppa64/hppa64: machdep.c sys/arch/i386/i386: machdep.c sys/arch/landisk/landisk: machdep.c sys/arch/loongson/loongson: machdep.c sys/arch/luna88k/luna88k: machdep.c sys/arch/macppc/macppc: machdep.c sys/arch/octeon/octeon: machdep.c sys/arch/sgi/sgi: machdep.c sys/arch/socppc/socppc: machdep.c sys/arch/solbourne/solbourne: machdep.c sys/arch/sparc/sparc: machdep.c sys/arch/sparc64/sparc64: machdep.c sys/arch/vax/vax: machdep.c sys/arch/zaurus/zaurus: zaurus_machdep.c Log message: Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or rebooting a machine, like it is done in the hibernate case. At least some USB host controller drivers rely on this to busy way instead of sleeping. Avoid a panic on macppc with an uhci(4) cardbus plugged in. ok deraadt@, uebayashi@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/05/30 07:55:58 Modified files: sys/arch/hppa/hppa: locore.S Log message: Eliminate some duplicated "mfctl cr29, rN" instructions. ok jsing@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/05/30 07:57:40 Added files: sys/arch/sparc/dev: qlw_sbus.c Log message: SBus glue for qlw(4) for sparc. Untested. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/05/30 07:59:20 Modified files: sys/arch/sparc/conf: files.sparc Log message: SBus glue for qlw(4) for sparc. Untested. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/30 08:01:11 Modified files: lib/libssl/src/ssl: s3_both.c s3_cbc.c s3_clnt.c s3_lib.c s3_pkt.c s3_srvr.c ssl_lib.c t1_enc.c t1_lib.c Log message: Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS and SSL_USE_TLS1_2_CIPHERS. Largely based on OpenSSL head. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/30 08:30:50 Modified files: lib/libssl/src/ssl: bio_ssl.c d1_both.c d1_clnt.c d1_pkt.c d1_srtp.c d1_srvr.c dtls1.h s23_clnt.c s23_srvr.c s3_clnt.c s3_lib.c s3_pkt.c ssl.h ssl3.h ssl_cert.c ssl_lib.c t1_enc.c t1_lib.c tls1.h Log message: remove some #if 0 code. we don't need any more reminders that we're using a not quite appropriate data structure. ok jsing CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/30 08:31:03 Modified files: lib/libssl/src/ssl: ssl_ciph.c Log message: More KNF. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/05/30 08:52:52 Modified files: devel/harfbuzz : Makefile distinfo Log message: Update to harfbuzz-0.9.29. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/05/30 09:04:54 Modified files: usr.sbin/pkg_add/OpenBSD: AddDelete.pm State.pm Log message: oops, auto-read config only *after* we have a way to print out errors. Also zap bad lines completely. issue reported by aja@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/05/30 09:09:24 Modified files: mail/extsmail : Makefile distinfo Log message: Update mail/extsmail to 1.8. From author and MAINTAINER, Laurence Tratt. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/30 09:17:43 Modified files: lib/libssl/src/crypto/aes: aes_wrap.c regress/lib/libcrypto/aeswrap: Makefile Added files: regress/lib/libcrypto/aeswrap: aes_wrap.c Log message: Move the AES wrap test code into regress. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/05/30 09:25:48 Log message: Import games/uhexen2: Hexen II. OK bcallah@, jsg@. Thanks. Status: Vendor Tag: edd Release Tags: edd_20140530 N ports/games/uhexen2/Makefile N ports/games/uhexen2/distinfo N ports/games/uhexen2/patches/patch-engine_hexen2_Makefile N ports/games/uhexen2/patches/patch-launcher_Makefile N ports/games/uhexen2/patches/patch-engine_hexenworld_server_Makefile N ports/games/uhexen2/patches/patch-engine_hexenworld_client_Makefile N ports/games/uhexen2/patches/patch-h2patch_Makefile N ports/games/uhexen2/patches/patch-hw_utils_hwmquery_Makefile N ports/games/uhexen2/patches/patch-hw_utils_hwmaster_Makefile N ports/games/uhexen2/patches/patch-hw_utils_hwrcon_Makefile N ports/games/uhexen2/patches/patch-docs_README N ports/games/uhexen2/patches/patch-engine_hexen2_server_Makefile N ports/games/uhexen2/pkg/PLIST N ports/games/uhexen2/pkg/README N ports/games/uhexen2/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/05/30 09:26:43 Modified files: games : Makefile Log message: Link uhexen2. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/30 09:35:09 src/regress/lib/libcrypto/sha256 Update of /cvs/src/regress/lib/libcrypto/sha256 In directory cvs.openbsd.org:/tmp/cvs-serv14905/sha256 Log Message: Directory /cvs/src/regress/lib/libcrypto/sha256 added to the repository CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/30 09:35:10 src/regress/lib/libcrypto/sha512 Update of /cvs/src/regress/lib/libcrypto/sha512 In directory cvs.openbsd.org:/tmp/cvs-serv14905/sha512 Log Message: Directory /cvs/src/regress/lib/libcrypto/sha512 added to the repository CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/30 09:38:28 Modified files: regress/lib/libcrypto: Makefile Added files: regress/lib/libcrypto/sha256: Makefile sha256test.c regress/lib/libcrypto/sha512: Makefile sha512test.c Removed files: lib/libssl/src/crypto/sha: sha256t.c sha512t.c Log message: Move sha256 and sha512 tests to regress and wire them up. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/30 10:14:19 Modified files: sbin/mount_vnd : mount_vnd.c Log message: WARNING: Encrypted vnd is insecure. Migrate your data to softraid before 5.7. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/30 10:53:02 Modified files: sbin/mount_vnd : mount_vnd.8 Log message: warnings warnings everywhere CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2014/05/30 13:45:42 Modified files: . : donations.html Log message: hostserver donated some twinax cables CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2014/05/30 13:51:22 Modified files: sys/dev/ic : xl.c Log message: Remove dead assignment and newly created unused variable. Found by LLVM/Clang Static Analyzer. ok claudio@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/30 14:10:00 Modified files: lib/libssl/src/crypto: mem_dbg.c Log message: Don't add potentially nasty stderr uses to dead CRYPTO_dbg_mem functions. But do use the abort(), which we are hoping all future vendors will move towards the more modern "do not flush streams"; hint hint, if you didn't do that already, there are grave risks because much software brings risk without that behaviour. We didn't cause the change.. POSIX did... ok beck CVSROOT: /cvs Module name: src Changes by: stephan@cvs.openbsd.org 2014/05/30 14:48:21 Modified files: sbin/dump : dump.8 main.c Log message: Add option -S to have dump(8) only estimate backup size and number of tapes required (from NetBSD). ok beck@, krw@ and sthen@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/30 15:17:42 Modified files: usr.bin/signify: signify.c Log message: a little style consistency with error checking CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/05/30 15:19:58 Modified files: usr.bin/make : engine.c Log message: modern bourne shells handle ~. Unlikely in makefiles, but still, better fork a shell then (as seen in a commit message in netbsd's make, apparently taken from debian. didn't look at the actual code, but it was a "duh" moment) okay millert@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/05/30 15:20:49 Modified files: usr.bin/signify: signify.c Log message: don't assign variables in if() that's not error checking CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/30 15:29:41 Modified files: graphics/libkexiv2: Makefile Log message: HOMEPAGE has been domain-squatted, use sourceforge project page instead. From Rafael Sadowski, plus REVISION bump. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/30 18:35:31 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-channels_chan_sip_c patch-configs_asterisk_conf_sample patch-configs_res_odbc_conf_sample patch-configure_ac patch-sounds_sounds_xml Log message: update to asterisk 11.10.0 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/05/30 19:54:17 Modified files: multimedia/x264: Makefile Log message: Also build with Clang on i386. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2014/05/30 22:36:59 Modified files: sys/kern : subr_hibernate.c Log message: Fix a format specifier in a debug printf. Noticed by Josh Grosse. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2014/05/31 00:30:16 Modified files: sys/arch/amd64/amd64: hibernate_machdep.c sys/arch/amd64/include: hibernate.h sys/arch/i386/i386: hibernate_machdep.c sys/arch/i386/include: hibernate.h sys/arch/loongson/include: hibernate.h sys/arch/loongson/loongson: hibernate_machdep.c Log message: Remove some unused code that we added at the 2013 Toronto hackathon but don't need anymore. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/31 02:28:13 Modified files: sbin/dump : main.c Log message: add -S to usage(); CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/31 03:57:50 Modified files: regress/lib/libcrypto/sha256: sha256test.c regress/lib/libcrypto/sha512: sha512test.c Log message: KNF and other cleanup. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2014/05/31 04:32:12 Modified files: lib/libc/crypt : arc4random.c Log message: Delete the extraneous "return" statement at the end of a void function. From Fritjof Bornebusch. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/05/31 04:49:02 Modified files: sysutils/runit : Makefile Log message: Tweak the compiler/cflags/ldflags handling: - choose them at configure time, not pre-build - COPTS are included in CFLAGS No package change. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/31 04:49:28 Modified files: lib/libssl/src/ssl: d1_clnt.c d1_srvr.c s23_clnt.c s3_clnt.c s3_lib.c s3_srvr.c ssl.h ssl3.h ssl_asn1.c ssl_lib.c ssl_locl.h ssl_sess.c ssl_txt.c t1_lib.c tls1.h Log message: TLS would not be entirely functional without extensions, so unifdef OPENSSL_NO_TLSEXT. ok tedu@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/31 04:53:39 Modified files: lib/libssl/src/ssl: s3_both.c s3_lib.c ssl.h ssl3.h ssl_lib.c ssl_locl.h ssl_sess.c t1_lib.c Log message: ECDH and ECDSA will not work overly well if there is no EC, so unifdef OPENSSL_NO_EC. ok tedu@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/31 04:58:50 Modified files: lib/libssl/src/ssl: ssl_lib.c Log message: unifdef -UDOXYGEN and manually remove the few doxygen comments that are not wrapped in #ifdef DOXYGEN... Requested by miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/31 05:19:06 Modified files: sys/arch/m88k/include: m88100.h sys/arch/m88k/m88k: db_interface.c m88100_machdep.c trap.c Log message: Introduce m88100_rewind_insn() to rewind the execution pipeline one instruction, rather than gazillions of inline variants. This also makes the situations where we clear specific bits in the fip or nip registers more visible. No functional change. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/31 05:19:56 Modified files: sys/arch/m88k/m88k: m88k_machdep.c Log message: In regdump(), print DAE registers when they are valid, regardless of the exception type. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/31 05:27:50 Modified files: sys/arch/m88k/m88k: sig_machdep.c trap.c Log message: Address several problems in signal delivery on 88100 processors: - when building the sigcontext, rewind the pipeline for recoverable exceptions, so that sigreturn actually has a chance to cause the interrupted instruction to be run again. - when returning with sigreturn, and the sigcontext contains valid DAE information, the DAE need to be emulated before returning, for the processor will not reissue them. - finally, when the sigframe is allocated on the current process' stack, be careful not to stomp upon addresses referenced by the DAE information, for this would defeat the previous point. All these changes only affect 88100 processors only. 88110 operation is unchanged. While there, do not copyout an empty siginfo struct if the signal handler does not expect any. Hair-pulling evil testcase provided by aoyama@, based upon one of devel/libsigsegv configure tests (which would spin on 88100 and run happily on 88110). CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/31 05:28:44 Modified files: sbin/dump : traverse.c Log message: Cast daddr_t variable (blkno) to (long long) when printing with %lld. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/31 06:26:02 Modified files: net/scamper : Makefile distinfo Log message: update to scamper 20140530 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/05/31 07:42:15 Modified files: lang/railo : Makefile distinfo lang/railo/pkg : DESCR PLIST README Log message: Major update to Railo 4.2.1.000, for more information see http://blog.getrailo.com/post.cfm/railo-4-2-final-release CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/31 07:55:45 Modified files: lib/libssl/src/ssl: s3_clnt.c s3_lib.c s3_srvr.c ssl_lib.c Log message: More manual OPENSSL_NO_EC and OPENSSL_NO_TLSEXT cleanup. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/31 08:15:21 Modified files: lib/libssl/src/ssl: d1_clnt.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/05/31 08:15:22 Modified files: sbin/dump : traverse.c Log message: Oops. We're reporting DEV_BSIZE values in error messages, so call them 'blocks' not 'sectors'. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2014/05/31 08:15:53 Modified files: regress/sbin/route: Makefile Added files: regress/sbin/route: rttest12.ok Log message: Add a basic test for RTM_CHANGE CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/31 08:35:03 src/regress/lib/libcrypto/cts128 Update of /cvs/src/regress/lib/libcrypto/cts128 In directory cvs.openbsd.org:/tmp/cvs-serv28312/cts128 Log Message: Directory /cvs/src/regress/lib/libcrypto/cts128 added to the repository CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/31 08:39:06 Modified files: regress/lib/libcrypto: Makefile lib/libssl/src/crypto/modes: cts128.c gcm128.c regress/lib/libcrypto/gcm128: Makefile Added files: regress/lib/libcrypto/gcm128: gcm128test.c regress/lib/libcrypto/cts128: Makefile cts128test.c Log message: Move the cts128 and gcm128 tests to regress. CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2014/05/31 08:55:08 Modified files: sysutils/vmwh : Makefile distinfo sysutils/vmwh/patches: patch-Makefile Log message: a formal 1.1 release was rolled, update to that take maintainer since i am the author anyway CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2014/05/31 09:36:44 Modified files: sys/net : rtsock.c Log message: Unbreak RTM_CHANGE. Unlike RTM_LOCK or RTM_GET it is OK to pass in a new gateway for RTM_CHANGE if the route is not a multipath route. Fixes issues found by benno@, OK benno@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/05/31 09:49:28 Modified files: sys/arch/alpha/alpha: machdep.c sys/arch/amd64/amd64: machdep.c sys/arch/armish/armish: armish_machdep.c sys/arch/armv7/armv7: armv7_machdep.c sys/arch/aviion/aviion: machdep.c sys/arch/hppa/hppa: machdep.c sys/arch/hppa64/hppa64: machdep.c sys/arch/i386/i386: machdep.c sys/arch/landisk/landisk: machdep.c sys/arch/loongson/loongson: machdep.c sys/arch/luna88k/luna88k: machdep.c sys/arch/macppc/macppc: machdep.c sys/arch/octeon/octeon: machdep.c sys/arch/sgi/sgi: machdep.c sys/arch/socppc/socppc: machdep.c sys/arch/solbourne/solbourne: machdep.c sys/arch/sparc/sparc: machdep.c sys/arch/sparc64/sparc64: machdep.c sys/arch/vax/vax: machdep.c sys/arch/zaurus/zaurus: zaurus_machdep.c Log message: Revert previous diff setting cold to 1 on shutdown because it breaks machine with softraid(4) disks. softraid(4) is the last real consumer of the doshutdownhooks(9) API and it is not trivial to convert its hook to a DVACT_POWERDOWN handler since the latter does not allow to sleep. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/31 10:45:53 Modified files: lib/libssl/src/ssl: ssl_lib.c Log message: Some KNF and fix the vairable spelling. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/31 12:49:47 Modified files: lib/libssl/src/crypto/ec: ecp_nistp224.c Log message: copy a comment placed in other files; req from miod CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/31 13:05:07 Modified files: lib/libssl/src/crypto/asn1: a_int.c Log message: Add a comment documenting where libssl depends upon the current (objectionable) behaviour of this code, to prevent people from blindly changing it. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/31 13:09:20 Modified files: lib/libssl/src/ssl: d1_both.c s3_both.c Log message: BUF_MEM_grow_clean() takes a size_t as the size argument. Remove false comments mentioning it's an int, bogus (int) casts and bounds checks against INT_MAX (BUF_MEM_grow_clean has its own integer bounds checks). ok deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/31 14:11:11 Modified files: sys/arch/hppa/include: vmparam.h sys/arch/hppa64/include: vmparam.h sys/arch/m88k/include: vmparam.h sys/arch/sparc/include: vmparam.h Log message: Reduce MAXSSIZ to 32MB to match all other platforms; noticed by tobiasu@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/05/31 14:16:31 Modified files: lib/libssl/src/crypto/asn1: a_strnid.c Log message: Change the actual default for returned asn1 strings to be utf8 in the code, rather than only in the config file, to trip people up later. Found, and fix pleaded for by who apparently spent hours chasing it down. ok miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/05/31 15:04:35 Modified files: sys/arch/aviion/stand/a2coff: a2coff.c Log message: Use calloc to make sure the correct size is zeroed; Benjamin Baier CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2014/05/31 15:28:46 Modified files: gnu/usr.bin/perl/cpan/Encode/lib/Encode: Alias.pm Log message: Remove unneeded patch, upstream fixed this differently in 2008 ok sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/31 16:12:52 Modified files: lib/libssl/src/crypto: cryptlib.c Log message: annoying whitespace CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/05/31 17:08:54 Modified files: usr.bin/tail : tail.1 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2014/05/31 17:16:21 Modified files: gnu/usr.bin/perl/hints: openbsd.sh Log message: Remove now unnecessary local patch to disable usemallocwrap on m68k Sure miod@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/31 17:33:33 Modified files: lib/libssl/src/crypto: o_init.c lib/libssl/src/crypto/bn: bn_const.c lib/libssl/src/crypto/chacha: chacha.c lib/libssl/src/crypto/poly1305: poly1305.c lib/libssl/src/crypto/ts: ts_lib.c ts_rsp_print.c Log message: Get the public headers from the official place with from Brent Cook CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2014/05/31 18:07:38 Modified files: infrastructure/db: user.list Log message: Reserve uid/gid for mail/pop3d CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2014/05/31 18:08:57 Log message: Import ports/mail/pop3d. ok sthen@ POP3 Daemon with POP3S, STARTTLS extensions. Supports maildir, mbox formats. Status: Vendor Tag: jturner Release Tags: jturner_20140531 N ports/mail/pop3d/Makefile N ports/mail/pop3d/distinfo N ports/mail/pop3d/pkg/DESCR N ports/mail/pop3d/pkg/PLIST N ports/mail/pop3d/pkg/pop3d.rc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2014/05/31 18:10:14 Modified files: mail : Makefile Log message: +pop3d CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2014/05/31 18:37:37 Modified files: sys/arch/amd64/amd64: acpi_wakecode.S sys/arch/i386/i386: acpi_wakecode.S sys/dev/pci : vga_pci.c Log message: Remove real mode VGA repost option. It was used by nobody, and even if it were to be enabled, it had a bug that prevented it from working anyway. ok deraadt@, kettenis@ CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2014/05/31 18:41:53 Modified files: mail : Makefile Log message: Remove trailing comma that shouldn't be there CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/31 19:46:13 Modified files: lib/libssl/src/ssl: ssl_ciph.c Log message: Use C99 initialisers for cipher_aliases. This improves readability, removes the need for zero values to be specified (meaning that we usually specify two fields instead of 12), makes the field names grepable and protects from future field reordering/removal. ok beck@ miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/31 19:57:10 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: Clean up the tls1_change_cipher_state() key length handling and use a single variable with a descriptive name, instead of two poorly named variables. Largely based on Adam Langley's chromium patches. ok miod@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/05/31 22:15:25 Modified files: lib/libssl/src/crypto/x509v3: v3_utl.c Log message: EBCDIC support died a while ago, except in a comment. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/05/31 23:12:50 Modified files: lib/libssl/src/crypto/pem: pem_lib.c Log message: Avoid the use of an uninitialised variable. In reality, this is a non-issue since the calculated value is not actually used in the uninitialised case. Change the code so that we only do the calculation if we actually need it. Issue detected by clang and reported by both brad@ and Brent Cook. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/01 00:33:53 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/01 04:40:07 Modified files: sys/arch/m88k/m88k: sig_machdep.c Log message: Take subsequent stack alignment into account in local_stack_frame() when making sure the sigcontext will not overlap pending DAE accesses. Fixes sporadic sys/kern/signal/earlysig regress failure. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/01 05:11:46 Modified files: regress/lib/libcrypto/aead: Makefile regress/lib/libcrypto/aeswrap: Makefile aes_wrap.c regress/lib/libcrypto/base64: Makefile regress/lib/libcrypto/bf: Makefile regress/lib/libcrypto/bn: Makefile regress/lib/libcrypto/cast: Makefile regress/lib/libcrypto/chacha: Makefile chachatest.c regress/lib/libcrypto/cts128: Makefile cts128test.c regress/lib/libcrypto/des: Makefile regress/lib/libcrypto/dh: Makefile regress/lib/libcrypto/dsa: Makefile dsatest.c regress/lib/libcrypto/ec: Makefile regress/lib/libcrypto/ecdh: Makefile regress/lib/libcrypto/ecdsa: Makefile regress/lib/libcrypto/engine: Makefile regress/lib/libcrypto/evp: Makefile regress/lib/libcrypto/exp: Makefile regress/lib/libcrypto/gcm128: Makefile gcm128test.c regress/lib/libcrypto/hmac: Makefile regress/lib/libcrypto/idea: Makefile regress/lib/libcrypto/ige: Makefile regress/lib/libcrypto/md4: Makefile regress/lib/libcrypto/md5: Makefile regress/lib/libcrypto/mdc2: Makefile regress/lib/libcrypto/poly1305: Makefile regress/lib/libcrypto/pqueue: Makefile regress/lib/libcrypto/rand: Makefile regress/lib/libcrypto/rc2: Makefile regress/lib/libcrypto/rc4: Makefile regress/lib/libcrypto/rmd: Makefile regress/lib/libcrypto/sha: Makefile regress/lib/libcrypto/sha1: Makefile regress/lib/libcrypto/sha256: Makefile regress/lib/libcrypto/sha512: Makefile regress/lib/libcrypto/utf8: Makefile Log message: Build these tests with WARNINGS=Yes and -Werror, and do the necessary fixes to keep building. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/01 05:16:08 Modified files: lib/libssl/src/crypto: crypto.h Log message: Add a deprecated attribute to all CRYPTO_dbg_ functions. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/01 05:17:34 Modified files: lib/libssl/src/crypto/bio: bio.h Log message: Remove __bio_h__attr__ wrapper around __attribute__, since earlier statements in this file directly use __attribute__. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/01 05:22:31 Modified files: textproc/grepcidr: Makefile Log message: add a comment to Makefile for version number, as there is a fork with a confusingly similar name and higher version number which is actually older no pkg change CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/06/01 05:37:06 Modified files: net/transmission: Makefile distinfo net/transmission/patches: patch-qt_qtr_pro Added files: net/transmission/patches: patch-libtransmission_peer-mgr_c patch-qt_mainwin_cc Removed files: net/transmission/patches: patch-configure patch-gtk_main_c patch-libtransmission_upnp_c patch-qt_favicon_cc patch-qt_file-tree_cc patch-qt_torrent-filter_cc Log message: update to 2.83; testing by Josh Grosse CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2014/06/01 06:32:10 Modified files: . : mvme88k.html Log message: Put badabada link back, it's online again at 3rz.org. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/01 08:05:56 Modified files: lang/seed7 : Makefile distinfo lang/seed7/pkg : PLIST Log message: Update to 20140601. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/01 08:47:14 Modified files: regress/lib/libssl/ssl: Makefile ssltest.c Log message: Build with WARNINGS=Yes and Werror. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/01 09:10:53 Modified files: lib/libssl/src/crypto/buffer: buffer.c Log message: Commit this before the head-scratching leads to premature baldness: memset(a->data, 0, (unsigned int)a->max); but the decl is: size_t max; size_t could be larger than int, especially in some of the systems OpenSSL purports to support. How do _intentionally truncating_ casts like enter into a codebase? Lack of understanding of C, at a minimum. Generally the objects are small, but this code is _intentionally unready_ for large objects. ok miod CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2014/06/01 09:11:02 ports/mail/pop3d/patches Update of /cvs/ports/mail/pop3d/patches In directory cvs.openbsd.org:/tmp/cvs-serv8342/patches Log Message: Directory /cvs/ports/mail/pop3d/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2014/06/01 09:11:55 Modified files: mail/pop3d : Makefile Added files: mail/pop3d/patches: patch-Makefile Log message: Switch -DIO_SSL to CPPFLAGS, from Eric Radman. Bump for safety. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/01 09:39:52 Modified files: lib/libssl/src/crypto/asn1: asn_mime.c lib/libssl/src/crypto/x509v3: v3_utl.c Log message: There is no need for is{upper,lower}() tests before to{lower,uppper}(), since all other characters are mapped through transparently. ok jsing CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/01 09:44:09 Modified files: share/man/man9 : style.9 Log message: Remove mention of the old __P practice. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/01 09:54:28 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: In tls1_setup_key_block(), use the correct IV length for GCM mode, which results in the key block length calculation also being correct. Rename a number of variables so that their purpose becomes clear and simplify some of the code. Inspired by Adam Langley's chromium diffs. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/01 10:07:20 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: Overhaul the key block handling in tls1_change_cipher_state() - use meaningful variable names with pointer arithmitic, rather than n, i, j and p with array indexing. Based on Adam Langley's chromium diffs. ok miod@ CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2014/06/01 10:44:05 Modified files: gnu/usr.bin/perl/hints: openbsd.sh Log message: Correct version for disabling getserbyname_r to reduce diff with upstream OK sthen@ miod@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/06/01 14:31:02 Modified files: lib/libssl/src/apps: s_server.c Log message: Make usage for -quiet match the manpage and fix a misspelling CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/01 16:14:53 Modified files: lib/libssl/src/crypto/buffer: buffer.c Log message: realloc with NULL is same as malloc ok guenther CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/06/01 16:42:45 Modified files: lib/libssl/src/crypto/objects: obj_dat.c Log message: Clean up some of the nightmare of string and pointer arithmatic in this nasty function. This gets rid of the nasty tmp variables used to hold temporary strings and the DECIMAL_SIZE hack. it gets rid of the rather pointless null checks for buf (since the original code dereferences it before checking). It also gets rid of the insane possibility this could return -1 when stuff is using the return values to compute lengths All the failure cases now return 0 and an empty string like the first error case in the original code. ok miod@ tedu@ CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2014/06/01 21:17:30 Modified files: . : plus.html Log message: plus.html for May 19-25. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/06/01 23:17:45 Modified files: lib/libssl/src/ssl: dtls1.h Log message: Since pqueue is a private interface and the header defining the struct isn't even exported, there's no (sane) way for someone else to use the typedef. Eliminate the typedef and just use "struct _pqueue *". duplicate typedef pointed out by Brent Cook (busterb (at) gmail.com) ok miod@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/01 23:54:27 Modified files: usr.bin/talk : talk.1 Log message: - document SIGINT, because of its zero return value - \*Gt -> >, as recommended by schwarze ok guenther CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/02 00:10:18 Modified files: www/owncloud : Makefile Log message: Fix typo in COMMENT. spotted by Carson Chittom. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/06/02 01:51:25 Modified files: usr.bin/sndiod : dev.c Log message: log attach position only if log_level >= 0, remove empty dev_mon_snoop() function CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/06/02 01:54:23 Modified files: usr.bin/sndiod : sock.c Log message: fix uninitialized sock->port variable, causing crashes in certain error handling code paths (ex. wrong/unsupported mode). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/02 02:08:31 Modified files: net/gupnp/core : Makefile distinfo net/gupnp/core/pkg: PLIST Log message: update to gupnp-0.20.12 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/02 02:10:05 Modified files: graphics/clutter/clutter-gst: Makefile distinfo Removed files: graphics/clutter/clutter-gst/patches: patch-clutter-gst_Makefile_in Log message: update to clutter-gst-2.0.12 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/02 02:15:05 Modified files: devel/json-glib: Makefile distinfo Log message: update to json-glib-1.0.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/02 02:20:22 Modified files: x11/gnome/rygel: Makefile distinfo x11/gnome/rygel/patches: patch-configure Log message: update to rygel-0.22.2 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2014/06/02 02:49:38 Modified files: lib/libc/stdlib: malloc.c Log message: move random bytes buffer to be part of mmaped pages; ok tedu@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2014/06/02 03:25:33 Modified files: devel/xdg-utils: Makefile devel/xdg-utils/patches: patch-scripts_xdg-open Log message: Fix xdg-open for KDE4 such that devices mounted by sysutils/toad open up in the dolphin file manager rather than in the default web browser. ok ajacoutot, tested by Fabian Raetz CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/02 04:01:02 Modified files: x11/gnome/calculator: Makefile distinfo Log message: update to gnome-calculator-3.12.2 CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2014/06/02 04:39:11 Modified files: graphics/dvdrip: Makefile graphics/dvdrip/pkg: PLIST Log message: install dvdrip menu icon; gtk+2,-guic rundep hint + ok by ajacoutot CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/06/02 04:41:40 Modified files: sys/netinet : raw_ip.c Log message: Simply use ifa_ifwithaddr() to check if the binding address is on the system. This function checks for unicast and broadcast addresses, so there is no need to do two lookups instead of one. Inputs & ok jca@, ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/02 05:26:21 Modified files: security/wpa_supplicant: Makefile Added files: security/wpa_supplicant/patches: patch-src_utils_common_c Log message: off-by-one in length checking in printf_encode, crash reported by jirib at devio dot us CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/02 06:31:24 Modified files: net/nfdump : Makefile distinfo net/nfdump/patches: patch-bin_nfprofile_c Log message: update to nfdump 1.6.12, from sebastia@, tweak by me to use REORDER_DEPENDENCIES rather than add a dep on autoconf. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/02 06:31:44 Modified files: games/gcompris : Makefile distinfo games/gcompris/patches: patch-Makefile_in patch-configure patch-src_gcompris_Makefile_in patch-src_goocanvas_src_Makefile_in games/gcompris/pkg: PLIST Log message: Update to gcompris-14.05. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/02 07:02:31 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: Rename more variables for readability and consistency. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/02 08:37:16 Modified files: www/elinks : Makefile www/elinks/patches: patch-src_network_ssl_ssl_c Added files: www/elinks/patches: patch-configure_in Removed files: www/elinks/patches: patch-configure Log message: Fix patch to cope with RAND_egd being removed from libressl; uninitialized variable use with the previous patch was causing writes to a file with an incorrect name, as discovered by mlarkin@. Thrashed out with / ok jca@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/02 09:08:38 Modified files: lib/libssl/src/crypto: x86_64cpuid.pl x86cpuid.pl lib/libssl/src/crypto/engine: eng_all.c engine.h lib/libssl/src/crypto/perlasm: x86_64-xlate.pl x86asm.pl lib/libcrypto/crypto: Makefile Removed files: lib/libssl/src/crypto/engine: eng_rdrand.c Log message: A few months back there was a big community fuss regarding direct-use of the intel RDRAND instruction. Consensus was RDRAND should probably only be used as an additional source of entropy in a mixer. Guess which library bends over backwards to provide easy access to RDRAND? Yep. Guess which applications are using this support? Not even one... but still, this is being placed as a trap for someone. Send this support straight to the abyss. ok kettenis CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/02 10:23:18 Modified files: lib/libssl/src/apps: cms.c dgst.c dhparam.c dsaparam.c ecparam.c gendh.c gendsa.c genrsa.c pkcs12.c rand.c req.c s_client.c s_server.c smime.c ts.c Log message: Stop pretending that openssl(1) applications support the -rand option. The underlying code has long been removed, making this a no-op. If your random subsystem actually requires that you seed it from a file, then you really should go and buy a new random subsystem that was built after 1990. Diff from Brent Cook. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/02 10:50:43 Modified files: net/irssi : Makefile distinfo net/irssi/patches: patch-src_fe-common_core_Makefile_in patch-src_irc_proxy_listen_c patch-src_perl_Makefile_in Removed files: net/irssi/patches: patch-src_core_commands_c patch-src_core_misc_c patch-src_core_misc_h patch-src_core_net-nonblock_c patch-src_core_network-openssl_c patch-src_core_network_c patch-src_core_network_h patch-src_core_servers_c patch-src_core_session_c patch-src_fe-common_core_chat-completion_c patch-src_fe-common_core_completion_c patch-src_fe-common_core_fe-exec_c patch-src_fe-common_core_fe-log_c patch-src_fe-common_core_windows-layout_c patch-src_fe-common_irc_dcc_fe-dcc-chat_c patch-src_fe-common_irc_fe-irc-commands_c patch-src_fe-text_statusbar-config_c patch-src_irc_core_ctcp_c patch-src_irc_core_irc-commands_c patch-src_irc_core_irc-expandos_c patch-src_irc_core_irc_c patch-src_irc_dcc_dcc-chat_c patch-src_irc_dcc_dcc_c Log message: update to irssi 0.8.16, from viq (maintainer), and remove no-longer-used function pointed out by viq but not in his original diff CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/02 10:56:50 Modified files: usr.sbin/openssl: openssl.1 Log message: Remove details regarding -rand from the openssl man page. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/02 11:03:46 Modified files: lib/libssl/src/apps: ca.c openssl.cnf Log message: Remove RANDFILE remnants. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/02 11:06:28 Modified files: usr.sbin/openssl: openssl.1 Log message: Remove references to RANDFILE. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/02 12:52:03 Modified files: lib/libutil : Makefile ohash.h Added files: lib/libutil : ohash.c Removed files: lib/libutil : ohash_create_entry.c ohash_delete.c ohash_do.c ohash_entries.c ohash_enum.c ohash_init.c ohash_int.h ohash_interval.c ohash_lookup_interval.c ohash_lookup_memory.c ohash_qlookup.c ohash_qlookupi.c Log message: merge ohash into 1 source file, then we can revisit next roadmap items. ok espie CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/06/02 13:31:17 Modified files: lib/libm/src : math_private.h Log message: Make sure STRICT_ASSIGN handles double as well. From FreeBSD, where the commit messages that fixes this says: "it was intentionally left broken as an optimization". right! ok martynas@, daniel@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2014/06/02 13:32:10 Modified files: sys/arch/macppc/include: vmparam.h sys/arch/socppc/include: vmparam.h Log message: Bump DFLSSIZ to 2MB to match most of the other platforms. ok miod@ CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2014/06/02 13:43:50 Modified files: lang/luajit : Makefile Log message: Enable LUA52COMPAT for the lua52 flavor. ok abieber@. CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2014/06/02 13:47:04 Modified files: lang : Makefile Log message: +luajit,lua52 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/02 14:12:53 Modified files: security/wpa_supplicant: Makefile Log message: Update license marker; as of Feb 2012 this is no longer dual GPL/BSD, it is just plain 3-clause BSD. No pkg change. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/02 15:18:56 Modified files: sys/arch/m88k/m88k: sig_machdep.c Log message: Apply the ``make sure sigcontext does not overlap pending DAE addresses'' logic in the dedicated signal stack case, too. Also, every time the sigcontext position is recomputed by the above logic, recheck the DAE addresses from the beginning, in case a formerly avoided address now risks being overwritten. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/06/02 16:01:02 Modified files: multimedia/x264: Makefile distinfo multimedia/x264/patches: patch-Makefile patch-configure Removed files: multimedia/x264/patches: patch-version_sh Log message: Update to x264-20140525. ok juan@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/06/02 16:26:10 Modified files: multimedia/xine-lib: Makefile Added files: multimedia/xine-lib/patches: patch-src_audio_out_audio_sndio_out_c Log message: Re-enable the multichannel support for sndio. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/02 18:45:40 Modified files: net/gophernicus: Makefile distinfo Log message: Bugfix update to 1.5 CVSROOT: /cvs Module name: ports Changes by: lteo@cvs.openbsd.org 2014/06/02 20:55:50 Modified files: security/p0f : Makefile Log message: Update MASTER_SITES. ok nigel@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: lteo@cvs.openbsd.org 2014/06/02 20:56:13 Removed files: security/p0f/pkg: PFRAG.mysql Log message: Remove PFRAG.mysql, which is no longer needed since the update to p0f 2.0.5 has removed MySQL support. ok nigel@ (maintainer) CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/06/02 20:57:29 Modified files: usr.sbin/tcpdump: tcpdump.8 Log message: Expand the IP checksum offload subsection to mention the same issue with protocol checksum offload, where tcpdump might see bad checksums on valid packets. ok henning@ jmc@ CVSROOT: /cvs Module name: src Changes by: logan@cvs.openbsd.org 2014/06/03 00:24:08 Modified files: lib/libssl/src/crypto/bio: bss_dgram.c Log message: Fix memory leak. (From Martin Brejcha) OK from tedu@, miod@ and deraadt@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/06/03 00:25:47 Modified files: usr.sbin/snmpd : control.c sbin/iked : control.c Log message: Handle the event parameter of libevent callback function as a bit mask. Also remove redundant imsg_event_add calls. Fixes come from usr.sbin/ospfd/control.c ok reyk CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2014/06/03 00:29:07 Modified files: share/man/man4 : axen.4 Log message: add a comma. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/03 04:55:54 Modified files: net/putty : Makefile Log message: use version number in MASTER_SITES directory rather than "latest" so they won't go out of date; no pkg change CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/06/03 04:58:41 Modified files: faq : faq4.html Log message: sync the drive counts. I think someone pointed this out to me, I think I thanked them...and forgot to commit the change. :-/ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/06/03 05:11:20 Modified files: faq : faq8.html faq/pf : nat.html shortcuts.html Log message: dead link, new link. From peter dot de dot com, thanks! CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/06/03 05:29:32 Modified files: lang/python : python.port.mk Log message: switch our default python 3 to python 3.4. tested in a bulk build by landry@ (thanks). CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/06/03 05:31:10 Modified files: audio/py-mpd2 : Makefile audio/py-tagpy : Makefile audio/rhythmbox: Makefile audio/sonata : Makefile audio/speech-dispatcher: Makefile Log message: changed python3 default version so bump revision. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/06/03 05:32:18 Modified files: databases/py-apsw: Makefile databases/py-psycopg2: Makefile Log message: changed python3 default version so bump revision. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/06/03 05:33:07 Modified files: editors/vim : Makefile Log message: changed python3 default version so bump revision. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/06/03 05:34:24 Modified files: devel/libgit2/libgit2: Makefile devel/libpeas : Makefile devel/py-babel : Makefile devel/py-distribute: Makefile devel/py-gobject3: Makefile devel/py-isodate: Makefile devel/py-libmagic: Makefile devel/py-nose : Makefile devel/py-pip : Makefile devel/py-py : Makefile devel/py-setproctitle: Makefile devel/py-setuptools: Makefile devel/py-test : Makefile devel/py-tz : Makefile devel/py-xdg : Makefile Log message: changed python3 default version so bump revision. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/06/03 05:35:12 Modified files: security/py-bcrypt: Makefile security/py-crypto: Makefile security/py-passlib: Makefile Log message: changed python3 default version so bump revision. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/06/03 05:35:30 Modified files: textproc/nfoview: Makefile textproc/py-MarkupSafe: Makefile textproc/py-rdflib: Makefile Log message: changed python3 default version so bump revision. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/06/03 05:36:49 Modified files: www/py-beaker : Makefile www/py-mako : Makefile Log message: changed python3 default version so bump revision. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/06/03 05:37:56 Modified files: x11/dbus-python: Makefile x11/gnome/code-assistance: Makefile x11/gnome/eog-plugins: Makefile x11/gnome/gedit: Makefile x11/gnome/gedit-latex: Makefile x11/gnome/gedit-plugins: Makefile x11/gnome/music: Makefile x11/gnome/orca : Makefile x11/gnome/py-atspi: Makefile Log message: changed python3 default version so bump revision. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/06/03 06:03:40 Modified files: faq : current.html Log message: I keep getting bitten by the changes made to sshd defaults in March and I'm sure others will too; add an entry to current.html warning them. CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2014/06/03 06:11:19 Modified files: sys/arch/luna88k/luna88k: m8820x.c Log message: Better comment for `faulty address'. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/06/03 07:13:53 Modified files: usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm Log message: as miod found out, mandocdb is slightly intrusive and wants to know where you live (e.g., it expects to be able to get back to the directory it started from, even when this one wasn't readable in the first place). Do an extra chdir('/') to try to sidestep the issue. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/06/03 07:30:24 Modified files: sys/arch/hppa/include: intr.h Log message: Use a proper compiler barrier; just having the inline asm for the "sync" instruction depend on ci->ci_cpl makes the compiler generate strange code and might not be enough to stop the compiler moving instructions around. ok jsing@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/06/03 07:32:24 Modified files: sys/netinet6 : dest6.c in6_ifattach.c in6_pcb.c in6_src.c ip6_forward.c ip6_input.c ip6_mroute.c udp6_output.c Log message: Do not include where it is not needed. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/03 07:45:42 Modified files: net/synergy : Makefile distinfo net/synergy/patches: patch-CMakeLists_txt net/synergy/pkg: PLIST Log message: Update to 1.5.0. ok abieber@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/03 08:05:30 Modified files: usr.bin/touch : touch.1 Log message: no support for TZ; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/03 08:27:55 Log message: import ports/security/john-jumbo, a patched version of John the Ripper with support for additional hashes etc. ok benoit@, plus I made a minor fix after OK to use the gettext module. Status: Vendor Tag: sthen Release Tags: sthen_20140603 N ports/security/john-jumbo/Makefile N ports/security/john-jumbo/distinfo N ports/security/john-jumbo/patches/patch-src_Makefile N ports/security/john-jumbo/patches/patch-src_vncpcap2john_cpp N ports/security/john-jumbo/patches/patch-src_params_h N ports/security/john-jumbo/patches/patch-src_timer_h N ports/security/john-jumbo/patches/patch-src_SIPdump_c N ports/security/john-jumbo/patches/patch-src_rawSHA1_ng_fmt_c N ports/security/john-jumbo/patches/patch-src_keychain_fmt_plug_c N ports/security/john-jumbo/pkg/DESCR N ports/security/john-jumbo/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/03 08:28:10 Modified files: security : Makefile Log message: +john-jumbo CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/03 08:28:40 Modified files: security/john : Makefile security/john/pkg: PLIST Log message: add conflict marker CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/06/03 08:41:04 Modified files: sys/dev/usb : if_zyd.c Log message: Fix zyd(4)'s frame length adjustment in RX path. Instead of snipping off HW-specific data and CRC trailer as intended, the driver was telling the net80211 layer frames were longer than they actually are. Math is hard. ok krw@ kettenis@ mpi@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/06/03 08:41:26 Modified files: sys/dev/usb : if_zyd.c Log message: Fix an off-by-one in zyd_rxeof(). ok krw@ kettenis@ mpi@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/06/03 08:41:56 Modified files: sys/dev/usb : if_zyd.c Log message: Make zyd(4) compile with ZYD_DEBUG. ok krw@ kettenis@ mpi@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/03 09:56:53 Modified files: usr.bin/touch : touch.1 Log message: revert previous: guenther says it's wrong; CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/06/03 10:33:52 Modified files: faq : current.html Log message: additional information for some ssh clients, and point people at authlog. prompted by a mail from Nick Fleisher. CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2014/06/03 12:42:29 Modified files: usr.sbin/ntpd : server.c Log message: remove set but not used variable found while building portable OpenNTPD ok henning@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/06/03 13:27:31 Modified files: usr.bin/tail : tail.1 Log message: Actually, we've handled FIFOs on stdin in accordance with POSIX since 1996. query and ok jmc@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/03 14:26:37 Modified files: bin/test : test.1 Log message: -a, -o, and () are marked by posix as obsolete; the finer details are left to the user to investigate, on guenther's advice; ok guenther CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/03 14:28:24 Modified files: usr.bin/tput : tput.1 Log message: document "longname" as an extension; while here, tidy up EXAMPLES and add an ENVIRONMENT section; ok millert sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/03 14:29:41 Modified files: usr.bin/tty : tty.1 Log message: -s is marked obsolete, so do not document it as an extension; while here, \*(Gt -> >, on ingo's advice; CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/06/03 14:37:40 Modified files: net/samba4 : Makefile distinfo net/samba4/pkg : PLIST-docs Log message: Samba 4.0.18 update from Ian McWilliam (MAINTAINER). This bug fix release also addresses two minor security issues without being a dedicated security release: o CVE-2014-0239: dns: Don't reply to replies (bug #10609). o CVE-2014-0178: Malformed FSCTL_SRV_ENUMERATE_SNAPSHOTS response (bug #10549). Still not connected to bulk builds. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/06/03 14:41:36 Modified files: graphics/opencv: Makefile distinfo graphics/opencv/patches: patch-CMakeLists_txt patch-cmake_OpenCVFindLibsVideo_cmake patch-cmake_OpenCVUtils_cmake patch-modules_core_include_opencv2_core_operations_hpp patch-modules_java_CMakeLists_txt graphics/opencv/pkg: PLIST-docs PLIST-java PLIST-main Added files: graphics/opencv/patches: patch-modules_ts_CMakeLists_txt Log message: Update OpenCV to 2.4.9. Initial patch from Rafael Sadowski (MAINTAINER), with some tweaks from me, including enabling -java back on i386. Tested on i386 and amd64. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2014/06/03 14:57:23 Modified files: usr.bin/tr : tr.1 tr.c Log message: Accept -C as an alias for -c. The -C option should be locale-aware, but we don't have collation support yet. Man bits OK jmc@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/06/03 15:01:43 Modified files: share/man/man4 : run.4 Log message: Mention new devices supported by run(4). Partly based on FreeBSD's run(4) page. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/03 15:05:40 Modified files: usr.bin/uuencode: uuencode.1 Log message: standard EXIT STATUS and \*(Lt -> <, as per ingo; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/03 15:20:40 Modified files: usr.bin/what : what.1 Log message: mark as xsi; \*(Gt -> >, per ingo; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/03 15:43:09 Modified files: share/man/man4 : run.4 Log message: sort previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/03 15:50:30 Modified files: usr.bin/tr : tr.1 Log message: some macro fixes, and use Sq over Dq for single letter markup; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/03 15:52:46 Modified files: lang/php/5.4 : Makefile distinfo lang/php/5.5 : Makefile distinfo Log message: update to php-5.4.28 / 5.5.13, bug/crash/DOS fixes. ok robert@ http://www.php.net/ChangeLog-5.php CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2014/06/03 16:43:51 Modified files: sys/arch/luna88k/include: cpu.h Log message: Fix sentinel style. ok miod@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/03 19:37:47 Modified files: net/texapp : Makefile distinfo Log message: Update to 0.6.8 CVSROOT: /cvs Module name: ports Changes by: lteo@cvs.openbsd.org 2014/06/03 21:17:12 Modified files: net/snort : Makefile net/snort/patches: patch-etc_snort_conf Log message: Due to checksum offload, Snort might see bad checksums in outbound packets since those checksums are not calculated until after Snort sees those packets. This causes Snort to discard those packets instead of processing them, which in turn prevents Snort from triggering alerts for them. To fix this, set checksum_mode to "none" in snort.conf to disable Snort's checksum verification feature. Looks OK to maintainer Markus Lude. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/06/03 23:07:59 Modified files: x11/icewm : Makefile Added files: x11/icewm/patches: patch-src_wmmgr_cc Log message: Handle ctrl-alt-canc buttons remove traling whitespaces from Makefile CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/04 00:06:33 Modified files: usr.bin/who : who.1 Log message: - make note of some xsi options - even though "am i" is case insensitive, lowercase one example for consistency ok millert guenther CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/04 00:07:32 Modified files: usr.bin/write : write.1 Log message: - document sigint - \*(Gt -> >, per ingo ok millert guenther CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/04 00:48:33 Modified files: usr.bin/xargs : xargs.1 Log message: IL are marked xsi; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/04 00:55:50 Modified files: usr.bin/yacc : yacc.1 Log message: TMPDIR is an extension; CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/06/04 01:14:30 Modified files: usr.sbin/config: mkmakefile.c Log message: fix a fd leak in an error path CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/06/04 01:45:25 Modified files: lib/libc/stdio : vfwprintf.c Log message: Remove assigned but unused local variables and macro from vfwprintf(). Found by Elliott @ google ok mpi@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/04 01:48:23 Modified files: sysutils/ruby-puppet/3: Makefile sysutils/ruby-puppet/3/patches: patch-lib_puppet_type_resources_rb Log message: sync patch with what has been committed upstream CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/04 01:53:09 Modified files: sysutils/ruby-puppet/3: Makefile Added files: sysutils/ruby-puppet/3/patches: patch-lib_puppet_network_http_webrick_rest_rb Log message: unbreak setups using webrick; from upstream CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/04 01:57:27 Modified files: usr.bin/pr : pr.1 bin/pax : pax.1 Log message: undo my "no TZ support" notes; guenther says they're wrong ok guenther CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2014/06/04 01:58:14 Modified files: sys/kern : vfs_subr.c sys/sys : mount.h Log message: While it may be smart to use the radix tree for exports it is not OK to use the domain specific tree initialisation method for this since that one is multipath enabled and assumes that the radix node is part of a struct rtentry. This code uses a different struct and so the multipath modifies wrong fields and breaks stuff in mysterious ways. Since we only support AF_INET here anyway simplify the code and only have one radix_node_head pointer instead of AF_MAX ones. Fixes NFS server issues reported by rpe@, OK rpe@, guenther@, sthen@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2014/06/04 02:01:25 Modified files: sys/dev/usb : uaudio.c Log message: Properly compare endpoint addresses: ignore the direction bit which is not part of the address. From Remco , thanks! ok mpi@ CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2014/06/04 02:22:43 Modified files: . : want.html Log message: I could really use an APU board or two to plug MiniPCIe wifi devices into. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/06/04 02:48:28 ports/security/openpam/patches Update of /cvs/ports/security/openpam/patches In directory cvs.openbsd.org:/tmp/cvs-serv21932/patches Log Message: Directory /cvs/ports/security/openpam/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/06/04 02:50:08 Modified files: security/openpam: Makefile Added files: security/openpam/patches: patch-openpam_lib_openpam_configure_c Log message: apply security patch for CVE-2014-3879 which fixes an incorrect error handling in PAM policy parser http://www.freebsd.org/security/advisories/FreeBSD-SA-14:13.pam.asc CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/06/04 02:51:47 Modified files: security/openpam: Tag: OPENBSD_5_5 Makefile Added files: security/openpam/patches: Tag: OPENBSD_5_5 patch-openpam_lib_openpam_configure_c Log message: apply security patch for CVE-2014-3879 which fixes an incorrect error handling in PAM policy parser http://www.freebsd.org/security/advisories/FreeBSD-SA-14:13.pam.asc ok jasper@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/06/04 06:05:00 Modified files: graphics/py3-cairo: Makefile Log message: changed python 3 default version to 3.4, so bump revision. (thanks naddy@) CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/06/04 06:05:32 Modified files: devel/liblouis : Makefile Log message: changed python 3 default version to 3.4, so bump revision. (thanks naddy@) CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/06/04 06:13:30 Modified files: lib/libusbhid : data.c Log message: Do not skip or add a byte for the report ID when manipulating data. This is not compatible to our current schema where one kernel device is attached per report ID of every USB HID device since the drivers already strip the data buffers. Fix a parsing issue reported by henning@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/06/04 06:20:00 Modified files: sys/netinet : ip_input.c Log message: Stop using a global variable to do address lookups. ok blambert@, mikeb@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/06/04 06:20:31 Modified files: usr.sbin/traceroute: traceroute.c Log message: Replace ICMP6ECHOLEN define with sizeof() OK benno@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/06/04 06:28:21 Modified files: sys/dev/usb : ehci.c ohci.c uhci.c Log message: Use C99 initializers for pipe and bus methods. Apart from improving readability, this will help us reduce the number of no-op functions now that some of them are optional. ok ratchov@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/06/04 06:28:39 Modified files: usr.sbin/traceroute: traceroute.c Log message: datalen is additional data, sync traceroute6 to traceroute. Also "nn byte packets" in the first line of traceroute output is the length of the complete IP packet, fix this for traceroute6. OK benno@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/06/04 06:33:44 Modified files: faq : current.html Log message: add a note about paramiko to the ssh section (no common MACs or KexAlgorithms) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/04 07:15:17 Modified files: graphics/dcmtk : Makefile Added files: graphics/dcmtk/patches: patch-dcmnet_apps_movescu_cc patch-dcmnet_apps_storescp_cc patch-dcmpstat_apps_dcmprscp_cc patch-dcmpstat_apps_dcmpsrcv_cc patch-dcmpstat_tests_msgserv_cc patch-dcmqrdb_apps_dcmqrscp_cc patch-dcmwlm_libsrc_wlmactmg_cc Log message: Security fix for CVE-2013-6825, DCMTK Root Privilege escalation ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2014/06/04 07:16:58 Modified files: x11/gnustep/webservices: Makefile distinfo Log message: minor bugfix update to 0.6.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/04 07:25:37 Modified files: graphics/dcmtk : Tag: OPENBSD_5_5 Makefile Added files: graphics/dcmtk/patches: Tag: OPENBSD_5_5 patch-dcmnet_apps_movescu_cc patch-dcmnet_apps_storescp_cc patch-dcmpstat_apps_dcmprscp_cc patch-dcmpstat_apps_dcmpsrcv_cc patch-dcmpstat_tests_msgserv_cc patch-dcmqrdb_apps_dcmqrscp_cc patch-dcmwlm_libsrc_wlmactmg_cc Log message: Security fix for CVE-2013-6825, DCMTK Root Privilege escalation ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/04 07:37:20 Modified files: graphics/colord: Makefile distinfo graphics/colord/patches: patch-configure patch-src_Makefile_in patch-src_cd-main_c Removed files: graphics/colord/patches: patch-lib_colord_cd-it8_c Log message: Update to colord-1.2.1. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/06/04 07:37:39 Modified files: graphics/blender: Makefile graphics/blender/pkg: PLIST Log message: MODPY_VERSION was badly used in PLIST, hardcode 3.3 now. spotted by naddy@ and sthen@, ok sthen@ for the fix. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/06/04 07:45:47 Modified files: sys/netinet : in_pcb.c Log message: Only use ifa_ifwithaddr() to check if the binding address is on the system. Yes, this is ugly for the moment because OpenBSD prevents you from binding a tcp socket to broadcast address and checking for a broadcast address is... funny! If you've ever wondered why would lead people to write: ina.s_addr != ia->ia_addr.sin_addr.s_addr instead of: ina.s_addr == ia->ia_broadaddr.sin_addr.s_addr Well this is because all the IPv4 addresses belonging to your lo(4) interfaces match the second idiom. Hopefully we'll get rid of this hack soon. ok jca@, mikeb@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/06/04 07:52:30 Modified files: sys/dev/usb : ehci.c ohci.c uhci.c Log message: Clearing the data toggle bit only makes sense for endpoints that use it, since this function is optional get rid of the no-op ones. ok ratchov@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/04 07:52:40 Modified files: security/john-jumbo: Makefile distinfo security/john-jumbo/patches: patch-src_SIPdump_c patch-src_keychain_fmt_plug_c patch-src_rawSHA1_ng_fmt_c security/john-jumbo/pkg: PLIST Added files: security/john-jumbo/patches: patch-src_Makefile_orig patch-src_efs_fmt_plug_c patch-src_gpg_fmt_plug_c patch-src_ssh_ng_fmt_plug_c patch-src_vncpcap2john_c Removed files: security/john-jumbo/patches: patch-src_Makefile patch-src_params_h patch-src_timer_h patch-src_vncpcap2john_cpp Log message: switch to a snapshot version CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/04 08:02:52 Modified files: net/gupnp/core/patches: patch-libgupnp_gupnp-device_h patch-libgupnp_gupnp-service_h Log message: add bz url CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/06/04 08:10:23 Modified files: lib/libssl/src/ssl: s3_clnt.c s3_srvr.c ssl_sess.c t1_lib.c t1_reneg.c Log message: without overthinking it, replace a few memcmp calls with CRYPTO_memcmp where it is feasible to do so. better safe than sorry. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/04 08:24:24 ports/textproc/py-lxml/patches Update of /cvs/ports/textproc/py-lxml/patches In directory cvs.openbsd.org:/tmp/cvs-serv14042/patches Log Message: Directory /cvs/ports/textproc/py-lxml/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/04 08:29:49 Modified files: textproc/py-lxml: Makefile Added files: textproc/py-lxml/patches: patch-src_lxml_html_clean_py Log message: Security fix for CVE-2014-3146, python-lxml: clean_html input sanitization flaw CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/04 08:31:31 Modified files: textproc/py-lxml: Tag: OPENBSD_5_5 Makefile Added files: textproc/py-lxml/patches: Tag: OPENBSD_5_5 patch-src_lxml_html_clean_py Log message: Security fix for CVE-2014-3146, python-lxml: clean_html input sanitization flaw CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/04 08:40:08 Modified files: sysutils/bacula: Makefile distinfo sysutils/bacula/pkg: PLIST-server Log message: Update to bacula-client-7.0.4. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/04 08:50:33 Modified files: textproc/py-lxml: Makefile distinfo Log message: - update HOMEPAGE / MASTER_SITES / EXTRACT_SUFX CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/06/04 09:32:55 Modified files: devel/libgit2/libgit2-glib: Makefile Log message: changed python 3 default to 3.4 so bump revision. spotted by naddy@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/04 11:40:27 Modified files: devel/libffi : Makefile distinfo devel/libffi/files: m88k_ffi.c vax_ffi.c devel/libffi/patches: patch-Makefile_am patch-configure_ac patch-src_arm_ffi_c Removed files: devel/libffi/patches: patch-src_arm_sysv_S patch-src_m68k_ffi_c patch-src_m68k_sysv_S patch-src_mips_ffi_c patch-src_mips_ffitarget_h patch-testsuite_libffi_call_float2_c patch-testsuite_libffi_call_return_uc_c Log message: - update to libffi-3.0.13 (an update to 3.1 will be worked on shortly) - sync homepage tested by many on nearly every supported architecture, thanks! feedback/ok miod@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2014/06/04 11:42:44 Modified files: databases/node-sqlite3: Makefile distinfo databases/node-sqlite3/patches: patch-binding_gyp databases/node-sqlite3/pkg: PLIST Log message: Update to the latest node-sqlite3 package and remove unused -L option from link_settings. OK jasper@ CVSROOT: /cvs Module name: src Changes by: syl@cvs.openbsd.org 2014/06/04 12:52:53 Modified files: sys/miscfs/fuse: fuse_vfsops.c Log message: In fusefs_unmount() we need to send the FBT_DESTROY fusebuf only if vflush(9) succeed. Problem reported by Helg Bredow. OK sthen@ CVSROOT: /cvs Module name: src Changes by: logan@cvs.openbsd.org 2014/06/04 14:04:55 Modified files: lib/libssl/src/crypto/pkcs12: p12_kiss.c Log message: Fix a leak that can occur when len == 0, and as a result we leak a \0 byte. (From Frantisek Boranek) OK from miod@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/04 14:13:49 Modified files: lib/libc/arch/amd64: SYS.h lib/libc/arch/arm: SYS.h lib/libc/arch/i386: SYS.h lib/libc/arch/m88k: SYS.h lib/libc/arch/mips64: SYS.h lib/libc/arch/powerpc: SYS.h lib/libc/arch/sh: SYS.h lib/libc/arch/sparc: SYS.h lib/libc/arch/sparc64: SYS.h lib/libc/arch/vax: SYS.h Log message: Apply "unifdef -D__STDC__" to libc/arch/*/SYS.h A while back, pascal@ converted our system call stubs from using "cpp | as" to "cc -x assembler-with-cpp", so there's no need to stay compatible with ancient preprocessor semantics. ok miod CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/04 15:05:30 Modified files: lib/libssl/src/ssl: t1_lib.c Log message: Sanitize use of client_opaque_prf_input: set it to NULL immediately after free()ing it, rather than in conditional code. Also do not bother setting server_opaque_prf_input (server, not client) to NULL in conditional code 10 lines after explicitely free()ing it and setting it to NULL (were the developers afraid of zombie pointers?) ok guenther@ CVSROOT: /cvs Module name: ports Changes by: miod@cvs.openbsd.org 2014/06/04 15:35:58 Added files: databases/postgresql/patches: patch-src_include_storage_s_lock_h Log message: Add the missing m88k bits for proper build. No version bump, since it did not build previously. CVSROOT: /cvs Module name: ports Changes by: miod@cvs.openbsd.org 2014/06/04 15:37:30 Modified files: audio/faad : Makefile Log message: NOT_FOR_ARCHS= gcc3, as this uses -iquote CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/06/04 21:36:46 Modified files: share/man/man4 : divert.4 Log message: Improve the divert(4) example program: - Remove unnecessary includes - bzero -> memset - Better sanity checks and return value checks - Use the tcphdr struct instead of tcpiphdr so that the program will work even if there are IP options - Use more conventional variable names and buffer sizes Also add myself to the copyright. ok deraadt@ sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/05 00:57:03 Modified files: textproc/py-lxml: Makefile distinfo textproc/py-lxml/pkg: PLIST Removed files: textproc/py-lxml/patches: patch-src_lxml_html_clean_py Log message: - update to py-lxml-3.3.5 - add missing TEST_DEPENDS spottedy rpointel@ ok rpointel@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/06/05 01:13:53 Modified files: usr.bin/mandoc : mandocdb.c Log message: work-around issue in makewhatis, that expects its current dir to NOT be /. okay aja@, miod@ until Ingo figures things out. (This fixes the ///sr/ports/pobj/p5-YAML-0.84/fake-amd64/usr/local/man/man3p/YAML::Loader::Base.3p: fopen: No such file or directory style errors) CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/06/05 01:29:20 Modified files: bin/ps : ps.1 ps.c Log message: Add support for COLUMNS env variable, inspired by FreeBSD but with a dash of strtonum() from millert@ sprinkled on top. Also, we've always supported TZ for formatting dates, so say so. ok jmc@ millert@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/06/05 02:21:30 Modified files: lib/libm/src/ld80: s_nextafterl.c Log message: Extended precision floating-point numbers have an explicit integer part bit. Correctly account for this bit, otherwise we'll get the wrong result for some inputs. ok martynas@, daniel@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/06/05 02:33:31 Modified files: gnu/usr.sbin/sendmail/sendmail: conf.c Log message: Fix sendmail improper close-on-exec flag handling (CVE-2014-3956) From FreeBSD SA-14:11 ok millert@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2014/06/05 02:39:07 Modified files: libexec/ld.so : util.c Added files: libexec/ld.so : malloc.c Log message: Move to (slightly stripped) version of libc malloc; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2014/06/05 02:41:09 Modified files: libexec/ld.so : Makefile Log message: add malloc.c CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/05 04:06:09 Modified files: infrastructure/mk: bsd.port.mk Log message: tweak the message used when a file is present in distinfo but not DISTFILES/SUPDISTFILES; noticed by naddy, also discussed with (and this diff from) espie CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/05 05:11:01 Modified files: editors/libreoffice: Makefile Log message: move the default flavour back to no_java on i386; libreoffice build is too slow to have it relying on jdk build which typically needs restarting 5-6x before it builds successfully. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/05 08:31:44 Modified files: lib/libssl/src/ssl: s3_clnt.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/06/05 08:49:12 Modified files: usr.sbin/traceroute: traceroute.c Log message: Reduce code running as root by trying to create all needed sockets first, remember which failed, drop privs and then decide which sockets are needed and close the others. Only error out if the creation of a needed socket failed. That is it is non-fatal if tracerouting an INET4 address and the INET6 socket creations failed. prodding deraadt@; OK benno@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/06/05 09:22:16 Modified files: . : errata54.html errata55.html security.html Log message: sendmail errata; created by jasper CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/05 09:40:09 Log message: import ports/sysutils/usmb; ok and readdir fix from syl@ (who also fixed various fuse problems found in the course of porting/testing). usmb lets you mount SMB shares as unprivileged users via FUSE, in the vein of Windows' Map Network Drive facility. It differs from the other FUSE SMB filesystems (fusesmb, SMB for FUSE) in that it doesn't have Network Neighbourhood functionality: this means that you can mount shares that you can't see via NetBIOS browsing. (Note: unprivileged mounting requires both kern.usermount=1 and access to /dev/fuse0). Status: Vendor Tag: sthen Release Tags: sthen_20140605 N ports/sysutils/usmb/Makefile N ports/sysutils/usmb/distinfo N ports/sysutils/usmb/pkg/PLIST N ports/sysutils/usmb/pkg/DESCR N ports/sysutils/usmb/patches/patch-Makefile_in N ports/sysutils/usmb/patches/patch-usmb_dir_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/05 09:40:45 Modified files: sysutils : Makefile Log message: +usmb CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/05 09:46:24 Modified files: lib/libssl/src/ssl: ssl3.h s3_clnt.c s3_pkt.c s3_srvr.c Log message: Be selective as to when ChangeCipherSpec messages will be accepted. Without this an early ChangeCipherSpec message would result in session keys being generated, along with the Finished hash for the handshake, using an empty master secret. For a detailed analysis see: https://www.imperialviolet.org/2014/06/05/earlyccs.html This is a fix for CVE-2014-0224, from OpenSSL. This issue was reported to OpenSSL by KIKUCHI Masashi. Unfortunately the recent OpenSSL commit was the first we were made aware of the issue. ok deraadt@ sthen@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/05 09:51:06 Modified files: lib/libssl/src/ssl: s3_pkt.c Log message: Ensure that we do not process a ChangeCipherSpec with an empty master secret. This is an additional safeguard against early ChangeCipherSpec handling. From OpenSSL. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/05 10:08:11 Modified files: lib/libssl/src/ssl: s3_clnt.c Log message: ssl_sess_cert_new() can return NULL. Fix two cases where the return value is unchecked, which would result in a later null pointer dereference. While here, RSA_free, DH_free and EC_KEY_free all have implicit NULL checks, so avoid repeating them here. ok beck@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/05 10:30:23 Modified files: x11/gnome/online-accounts: Makefile distinfo Log message: update to gnome-online-accounts-3.12.3 CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/06/05 10:33:00 Modified files: gnu/usr.sbin/sendmail/sendmail: Tag: OPENBSD_5_4 conf.c Log message: Fix sendmail improper close-on-exec flag handling (CVE-2014-3956) From FreeBSD SA-14:11 ok millert@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/06/05 10:33:17 Modified files: gnu/usr.sbin/sendmail/sendmail: Tag: OPENBSD_5_5 conf.c Log message: Fix sendmail improper close-on-exec flag handling (CVE-2014-3956) From FreeBSD SA-14:11 ok millert@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/05 10:53:15 Modified files: lib/libssl/src/ssl: d1_both.c Log message: Avoid a buffer overflow that can be triggered by sending specially crafted DTLS fragments. Fix for CVE-2014-0195, from OpenSSL. Reported to OpenSSL by Juri Aedla. ok deraadt@ beck@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/06/05 11:05:16 Modified files: lib/libssl/src/ssl: Tag: OPENBSD_5_5 s3_clnt.c s3_pkt.c s3_srvr.c ssl_locl.h Log message: MFC ChangeCipherSpec fixes (CVE-2014-0224 and additional safeguard), ok jsing@ "Be selective as to when ChangeCipherSpec messages will be accepted. Without this an early ChangeCipherSpec message would result in session keys being generated, along with the Finished hash for the handshake, using an empty master secret." From s3_clnt.c r1.64, s3_pkt.c r1.42, s3_srvr.c r1.59, ssl3.h r1.19 - note that the ssl3.h change has been applied to s3_locl.h instead to simplify patching. "Ensure that we do not process a ChangeCipherSpec with an empty master secret. This is an additional safeguard against early ChangeCipherSpec handling." From s3_pkt.c:1.43 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/05 11:47:16 Modified files: lib/libssl/src/ssl: s3_clnt.c Log message: Ensure that sess_cert is not NULL before trying to use it. Fixes CVE-2014-3470, from OpenSSL. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/05 11:53:02 Modified files: lib/libssl/src/ssl: d1_both.c Log message: Do not recurse when a 'Hello Request' message is received while getting DTLS fragments. A stream of 'Hello Request' messages will result in infinite recursion, eventually crashing the DTLS client or server. Fixes CVE-2014-0221, from OpenSSL. Reported to OpenSSL by Imre Rad. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/05 14:07:47 Modified files: multimedia/livestreamer: Makefile distinfo Log message: Bugfix update to 1.8.2 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/06/05 14:09:30 Modified files: lib/libssl/src/ssl: Tag: OPENBSD_5_5 s3_clnt.c Log message: MFC sess_cert fix (CVE-2014-3470) "Ensure that sess_cert is not NULL before trying to use it. Fixes CVE-2014-3470, from OpenSSL." From s3_clnt.c r1.66 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/06/05 14:12:12 Modified files: lib/libssl/src/ssl: Tag: OPENBSD_5_5 d1_both.c Log message: MFC DTLS "Hello Request" fix (CVE-2014-0221) "Do not recurse when a 'Hello Request' message is received while getting DTLS fragments. A stream of 'Hello Request' messages will result in infinite recursion, eventually crashing the DTLS client or server. Fixes CVE-2014-0221, from OpenSSL. Reported to OpenSSL by Imre Rad." From d1_both.c r1.20 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/06/05 14:16:57 Modified files: lib/libssl/src/ssl: Tag: OPENBSD_5_5 d1_both.c Log message: MFC DTLS buffer overflow fix (CVE-2014-0195) "Avoid a buffer overflow that can be triggered by sending specially crafted DTLS fragments. Fix for CVE-2014-0195, from OpenSSL. Reported to OpenSSL by Juri Aedla." From d1_both.c r1.19 CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/06/05 14:21:07 ports/sysutils/snapdl/patches Update of /cvs/ports/sysutils/snapdl/patches In directory cvs.openbsd.org:/tmp/cvs-serv10565/patches Log Message: Directory /cvs/ports/sysutils/snapdl/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/06/05 14:22:42 Modified files: sysutils/snapdl: Makefile Added files: sysutils/snapdl/patches: patch-snapdl_pl Log message: if SHA256.sig is not downloaded sysmerge(8) cannot use the downloaded etc sets maintainer timeout ok landry@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/05 14:24:23 Modified files: multimedia/livestreamer-curses: Makefile distinfo multimedia/livestreamer-curses/pkg: PLIST Log message: Update to 1.2.0 Can now check and filter streams based on them being online or not. Plus assorted bugfixes. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/06/05 14:37:47 Modified files: lib/libssl/src/ssl: Tag: OPENBSD_5_4 s3_clnt.c s3_pkt.c s3_srvr.c ssl_locl.h Log message: MFC ChangeCipherSpec fixes (CVE-2014-0224 and additional safeguard), ok jsing@ "Be selective as to when ChangeCipherSpec messages will be accepted. Without this an early ChangeCipherSpec message would result in session keys being generated, along with the Finished hash for the handshake, using an empty master secret." From s3_clnt.c r1.64, s3_pkt.c r1.42, s3_srvr.c r1.59, ssl3.h r1.19 - note that the ssl3.h change has been applied to s3_locl.h instead to simplify patching. "Ensure that we do not process a ChangeCipherSpec with an empty master secret. This is an additional safeguard against early ChangeCipherSpec handling." From s3_pkt.c:1.43 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/06/05 14:38:10 Modified files: lib/libssl/src/ssl: Tag: OPENBSD_5_4 s3_clnt.c Log message: MFC sess_cert fix (CVE-2014-3470) "Ensure that sess_cert is not NULL before trying to use it. Fixes CVE-2014-3470, from OpenSSL." From s3_clnt.c r1.66 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/05 14:38:41 Modified files: sysutils/gitolite: Makefile distinfo sysutils/gitolite/patches: patch-install sysutils/gitolite/pkg: PLIST Removed files: sysutils/gitolite/patches: patch-src_triggers_post-compile_update-gitweb-access-list Log message: - update to gitolite-3.6 * includes support for git-annex CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/06/05 14:38:41 Modified files: lib/libssl/src/ssl: Tag: OPENBSD_5_4 d1_both.c Log message: MFC DTLS "Hello Request" fix (CVE-2014-0221) "Do not recurse when a 'Hello Request' message is received while getting DTLS fragments. A stream of 'Hello Request' messages will result in infinite recursion, eventually crashing the DTLS client or server. Fixes CVE-2014-0221, from OpenSSL. Reported to OpenSSL by Imre Rad." From d1_both.c r1.20 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/06/05 14:39:09 Modified files: lib/libssl/src/ssl: Tag: OPENBSD_5_4 d1_both.c Log message: MFC DTLS buffer overflow fix (CVE-2014-0195) "Avoid a buffer overflow that can be triggered by sending specially crafted DTLS fragments. Fix for CVE-2014-0195, from OpenSSL. Reported to OpenSSL by Juri Aedla." From d1_both.c r1.19 CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/06/05 14:45:35 Modified files: mail/courier-imap: Makefile distinfo mail/courier-imap/pkg: PLIST-main Added files: mail/courier-imap/patches: patch-libs_bdbobj_Makefile_in patch-libs_imap_imapd-ssl_dist_in patch-libs_imap_pop3d-ssl_dist_in patch-libs_liblock_locktest_c patch-libs_maildir_Makefile_in patch-libs_maildir_configure patch-libs_tcpd_libcouriertls_c Removed files: mail/courier-imap/patches: patch-bdbobj_Makefile_in patch-imap_imapd-ssl_dist_in patch-imap_pop3d-ssl_dist_in patch-liblock_locktest_c patch-maildir_configure patch-tcpd_libcouriertls_c Log message: Bugfix update to 4.15 CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/06/05 15:04:51 Modified files: mail/maildrop : Makefile distinfo mail/maildrop/pkg: PLIST-main Added files: mail/maildrop/patches: patch-libs_liblock_locktest_c patch-libs_maildir_Makefile_am patch-libs_maildir_Makefile_in patch-libs_maildrop_configure patch-libs_maildrop_deliver_C patch-libs_maildrop_maildropfilter_7_in patch-libs_rfc2045_reformime_1 Removed files: mail/maildrop/patches: patch-liblock_locktest_c patch-maildir_Makefile_in patch-maildrop_configure patch-maildrop_deliver_C patch-maildrop_maildropfilter_7_in patch-rfc2045_reformime_1 mail/maildrop/pkg: MESSAGE-main Log message: Update to 2.7.1, bugs fixed and utf-8 improvements Add a no_trashquota flavor to keep it in sync with mail/courier-imap Take maintainership CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/05 15:57:12 Modified files: sys/arch/m88k/m88k: sig_machdep.c Log message: Remove conditional pipeline rewind on 88100, introduced in 1.19 - this seems to create subtle problems, and removing it does not prevent existing signal delivery tests from having the correct behaviour. And this is likely redundant with DAE processing in sigreturn. We should probably rewind if XIP_V is not set, but does this ever happen in real life? To be investigated on a rainy day. This seems to fix spurious signals encountered building libstdc++ and perl. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/06/05 16:14:29 Modified files: usr.bin/tmux : input.c window.c Log message: Reset properly when c0-change-trigger is increased from zero so panes don't get stuck. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/06/05 16:17:50 Modified files: usr.bin/ssh : sshconnect2.c Log message: fix inverted test that caused PKCS#11 keys that were explicitly listed not to be preferred. Reported by Dirk-Willem van Gulik CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/06/05 23:42:37 Modified files: . : errata54.html errata55.html security.html Log message: errata release CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2014/06/06 02:14:07 Modified files: security/gnupg2: Makefile distinfo Log message: Update to 2.0.23 ok pascal@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/06/06 03:08:37 Modified files: audio/umurmur : Makefile Added files: audio/umurmur/patches: patch-src_crypt_c patch-src_crypt_h patch-src_types_h Log message: Use c99 standard bool when available (upstream git commit 7470834ac6613c2e22626f9511384f025f16768e) Fix an issue with byte switching. The preprocessor directive used to determine the endianess of the system only worked on Linux resulting in voice running over TCP only when umurmur runs on other platforms. (adapted from upstream git commit 27da14ea2abe5680ddfcffbf2a59be5f5a67cecd) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/06/06 04:13:05 Modified files: www/tomcat : Makefile.inc www/tomcat/v6 : Makefile distinfo www/tomcat/v6/pkg: PLIST-examples www/tomcat/v7 : Makefile distinfo www/tomcat/v7/pkg: PLIST-examples Log message: Bugfixing updates v6: 6.0.39 -> 6.0.41 v7: 7.0.53 -> 7.0.54 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2014/06/06 05:18:24 Modified files: geo/viking : Makefile distinfo geo/viking/pkg : PLIST Log message: - update viking to 1.5.1 - lots of bugfixes, pluged memleaks and so on - sort LIB_DEPENDS - remove unneeded MODGNOME_LDFLAGS (pointed out by ajacoutot@) OK on previous diff from landry@ (maintainer) OK if it works from ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/06/06 05:52:49 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-sentinel_conf patch-src_scripting_c Log message: Bugfix update to redis-2.8.10 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/06/06 06:06:42 Modified files: databases/ruby-redis: Makefile distinfo databases/ruby-redis/pkg: PLIST Log message: Update to ruby-redis-3.1.0 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/06/06 07:21:41 Modified files: usr.bin/tmux : input.c tmux.h Log message: Properly track switching G0 and G1 modes between US-ASCII and VT100 line drawing rather than just treating them as SO and SI. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2014/06/06 08:53:37 Modified files: audio/mpd : Makefile Log message: Enable the ffmpeg decoder plugin bringing back various mp4 (m4a, m4b, etc.) playback support. mp4 support was lost when 0.18 dropped support for the mp4ff decoder plugin (provided by audio/faad). ok dcoppa@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2014/06/06 09:02:08 Modified files: usr.sbin/smtpd : enqueue.c Log message: when relying on the local enqueuer, fix an issue with long To and Cc lines that can lead to broken headers and confuse some MUA issue spotted by tedu@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/06 09:53:15 Modified files: net/cvsync : Makefile Added files: net/cvsync/patches: patch-common_filescan_rcs_c patch-common_rcslib_c patch-common_rcslib_h Log message: handle commitids; from jcs@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2014/06/06 10:46:43 Modified files: etc/mail : aliases Log message: replace sendmail with smtpd in a comment reported by Scott McEachern ok deraadt@ and todd@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/06/06 11:32:41 Modified files: www/ruby-sinatra: Makefile distinfo www/ruby-sinatra/pkg: PLIST Log message: Update sinatra to 1.4.5. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/06/06 11:33:30 Modified files: lang/rubinius : Makefile distinfo lang/rubinius/pkg: PLIST Log message: Update rubinius to 2.2.7. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/06/06 11:42:59 Modified files: usr.sbin/traceroute: traceroute.8 Log message: Update description of optional argument "datalen" to reality. Issue pointed out by, tweak and "looks ok" jmc@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/06/06 13:12:00 Modified files: build : mirrors.dat Log message: re-add anoncvs.obsd.esc7.net, thanks James Shupe for fixing. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/06/06 13:12:16 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/06 13:21:33 Modified files: net/dnscrypt-proxy: Tag: OPENBSD_5_5 Makefile Added files: net/dnscrypt-proxy/patches: Tag: OPENBSD_5_5 patch-src_proxy_udp_request_c Log message: Backport reliability fix for assertion failure crash when out of buffer space (https://github.com/jedisct1/dnscrypt-proxy/issues/71), req'd and tested by kentas at hush com CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/06/06 13:41:46 Modified files: . : errata54.html Log message: oops, 5.4 pkg not signed, correct URL; from tedu CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/06 14:13:16 Modified files: . : INDEX Log message: sync; 8868 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/06 14:18:20 Modified files: lib/libssl/src : CHANGES.SSLeay lib/libssl/src/crypto/bn/asm: README lib/libssl/src/crypto/bn/asm/x86: add.pl comba.pl div.pl mul.pl mul_add.pl sqr.pl sub.pl lib/libssl/src/crypto/perlasm: readme lib/libssl/src/crypto/ripemd: README Log message: s/assember/assembler/ before someone gets offended. At the last hackathon, just saying 'ass ember' was enough to start giggles. Unfortunately far more offensive stuff remains in here... CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/06 16:44:18 Modified files: sys/kern : tty.c Log message: Allocate the struct itty array in ttystats_init() with M_ZERO. ok millert CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/06 18:18:50 Modified files: multimedia/livestreamer-curses: Makefile Log message: livestreamer is now a BDEP. reported by nigel@ CVSROOT: /cvs Module name: src Changes by: tobiasu@cvs.openbsd.org 2014/06/06 19:41:26 Modified files: lib/libc/arch/sparc/gen: modf.S Log message: Fix modf() on sparc For large integral values, modf returned uninitialized data in iptr since 1992. Found while debugging python segfaults. ok miod CVSROOT: /cvs Module name: src Changes by: tobiasu@cvs.openbsd.org 2014/06/06 19:43:03 src/regress/lib/libc/modf Update of /cvs/src/regress/lib/libc/modf In directory cvs.openbsd.org:/tmp/cvs-serv10946/modf Log Message: Directory /cvs/src/regress/lib/libc/modf added to the repository CVSROOT: /cvs Module name: src Changes by: tobiasu@cvs.openbsd.org 2014/06/06 19:46:40 Modified files: regress/lib/libc: Makefile Log message: Add basic regression test for modf() issue. encouraged by deraadt and miod CVSROOT: /cvs Module name: src Changes by: tobiasu@cvs.openbsd.org 2014/06/06 19:47:02 Added files: regress/lib/libc/modf: Makefile modf_test.c Log message: Add basic regression test for modf() issue. encouraged by deraadt and miod CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/07 01:53:32 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: Clint Pachl points out "authtable" is optional; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/07 04:48:39 Modified files: databases/sqsh : Makefile distinfo Added files: databases/sqsh/patches: patch-aclocal_m4 Removed files: databases/sqsh/patches: patch-configure Log message: update to sqsh-2.5.16.1 CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/06/07 05:04:14 Modified files: sys/net : if.c if_pppoe.c sys/netinet6 : nd6.c nd6_nbr.c Log message: g/c unused IFT_L2VLAN, ok reyk bluhm the #define stays since it's userland visible and who knows what uses it CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/06/07 05:55:02 Modified files: sys/dev/ic : bwireg.h Log message: Document bwi(4) interrupt error flags by using named constants instead of magic numbers. Constants found in Linux brcmsmac. ok claudio@ CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2014/06/07 05:55:35 Modified files: sys/arch/luna88k/dev: lcd.c lunaws.c mb89352.c sio.c siotty.c spc.c timekeeper.c Log message: Modify to ANSI-style function declarations. No binary change. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/06/07 06:03:01 Modified files: sys/dev/usb : if_run.c Log message: In run(4), fix TXWI and RXWI offset calculations for RT5592 devices. Makes RT5592 devices work, except for an 11a scanning issue, according to Brendan MacDonell who submitted this patch on tech@. Thanks! ok claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/07 07:03:35 Modified files: games : Makefile Log message: unhook uhexen2, it's not ready yet - build still broken after several notifications. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/07 07:36:42 Modified files: games/uhexen2 : Makefile Log message: Uhexen2 needs nasm if you're on i386, so add that as a BDEP for i386. Thanks to sthen@ for noticing. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/07 07:37:09 Modified files: games : Makefile Log message: Add uhexen2 back in. ok sthen@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/07 07:45:15 Modified files: lib/libssl/src/ssl: ssl_cert.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/07 08:03:50 Modified files: lib/libssl/src/ssl: ssl_lib.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/07 08:10:35 Modified files: lib/libssl/src/ssl: d1_clnt.c s3_clnt.c s3_lib.c s3_srvr.c ssl_cert.c Log message: The DH_free, EC_KEY_free, EVP_PKEY_free and RSA_free functions all have implicit NULL checks, so there is no point ensuring that the pointer is non-NULL before calling them. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/07 08:14:13 Modified files: lib/libssl/src/ssl: s3_lib.c Log message: ssl3_release_{read,write}_buffer() handle being called with NULL buffers, so do not bother checking before calling. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/07 08:35:31 Modified files: lib/libssl/src/ssl: s3_enc.c s3_lib.c ssl_cert.c ssl_rsa.c Log message: BIO_free has an implicit NULL check, so do not bother checking for NULL before calling it. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/07 08:37:35 Modified files: lib/libssl/src/ssl: s3_enc.c s3_lib.c Log message: ssl3_free_digest_list() has its own NULL check. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/07 08:40:55 Modified files: lib/libssl/src/ssl: s3_lib.c Log message: Remove another NULL check before a BIO_free(). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/07 08:41:57 Modified files: lib/libssl/src/apps: apps.c ca.c dgst.c dh.c dhparam.c dsaparam.c ecparam.c enc.c rsa.c speed.c lib/libssl/src/crypto: ex_data.c lib/libssl/src/crypto/asn1: asn1_mac.h lib/libssl/src/crypto/bn: bn_exp.c bn_mont.c bn_print.c bn_rand.c bn_recp.c lib/libssl/src/crypto/comp: c_zlib.c lib/libssl/src/crypto/conf: conf_def.c lib/libssl/src/crypto/dh: dh_lib.c lib/libssl/src/crypto/dsa: dsa_ameth.c dsa_lib.c lib/libssl/src/crypto/ec: ec_ameth.c ec_key.c ec_mult.c ec_print.c ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c lib/libssl/src/crypto/ecdh: ech_lib.c lib/libssl/src/crypto/ecdsa: ecs_lib.c lib/libssl/src/crypto/engine: eng_lib.c hw_cryptodev.c lib/libssl/src/crypto/err: err.c lib/libssl/src/crypto/evp: bio_b64.c bio_enc.c bio_ok.c p_lib.c p_open.c lib/libssl/src/crypto/lhash: lhash.c lib/libssl/src/crypto/modes: gcm128.c lib/libssl/src/crypto/objects: o_names.c obj_dat.c lib/libssl/src/crypto/pem: pem_lib.c pem_seal.c pem_sign.c lib/libssl/src/crypto/rsa: rsa_ameth.c rsa_lib.c rsa_saos.c rsa_sign.c lib/libssl/src/crypto/srp: srp_vfy.c lib/libssl/src/crypto/store: str_lib.c str_mem.c lib/libssl/src/crypto/ts: ts_rsp_sign.c lib/libssl/src/crypto/ui: ui_lib.c lib/libssl/src/crypto/x509: by_dir.c x509_lu.c x509_req.c lib/libssl/src/ssl: pqueue.c Log message: malloc() result does not need a cast. ok miod CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2014/06/07 08:46:29 Removed files: graphics/opencv/patches: patch-samples_ocl_CMakeLists_txt Log message: previous cvs update should have removed the patch ok Rafael Sadowski (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/06/07 08:46:46 Modified files: lang/python/2.7: Makefile distinfo lang/python/2.7/pkg: PLIST-idle PLIST-main PLIST-tests PLIST-tkinter Removed files: lang/python/2.7/patches: patch-Modules_socketmodule_c Log message: Update Python 2.7 to 2.7.7. ok benoit@, tested by tobiasu@ on sparc and Daniel Dickman (thanks). CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/06/07 08:55:29 Modified files: graphics/opencv: Makefile Log message: Remove i386 from ONLY_FOR_ARCHS-java: JDK still builds unreliably on i386. Requested by sthen@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/06/07 09:01:27 Modified files: lang/python/3.4: Makefile distinfo lang/python/3.4/pkg: PLIST-idle PLIST-main PLIST-tests PLIST-tkinter Removed files: lang/python/3.4/patches: patch-Lib_os_py patch-Lib_test_test_os_py Log message: Update Python 3.4 to 3.4.1. Release notes: https://docs.python.org/3.4/whatsnew/changelog.html#python-3-4-1 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/07 09:01:31 Removed files: lib/libssl/src/test: evptests.txt Log message: evptests.txt lives in regress/lib/libcrypto/evp CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/07 09:06:24 Modified files: lib/libssl/src/crypto: o_time.c lib/libssl/src/crypto/evp: evp_pbe.c p5_crpt2.c lib/libssl/src/crypto/mdc2: mdc2dgst.c lib/libssl/src/crypto/objects: obj_xref.c Removed files: lib/libssl/src/crypto/conf: cnf_save.c test.c lib/libssl/src/crypto/dh: p1024.c p192.c p512.c lib/libssl/src/crypto/dsa: dsagen.c lib/libssl/src/crypto/lhash: lh_test.c lib/libssl/src/crypto/md4: md4.c lib/libssl/src/crypto/md5: md5.c lib/libssl/src/crypto/pkcs7: dec.c enc.c sign.c verify.c lib/libssl/src/crypto/rc5: rc5speed.c rc5test.c lib/libssl/src/crypto/ripemd: rmd160.c lib/libssl/src/crypto/x509v3: tabtest.c v3conf.c v3prin.c Log message: Remove various test stubs. The good ones have been moved by jsing and others to the regress framework. These remaining ones just muddle us up when re-reading code repeatedly. ok jsing CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/07 09:23:48 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: Further clean up of context handling in tls1_change_cipher_state(). Rather than doing a complex dance to figure out if we should reuse the cipher context and clean it later on, just free it and allocate a new one. This simplifies the code path, especially in the write case where special handling is required for DTLS. Also, calling EVP_CIPHER_CTX_init() for a newly created cipher context is unnecessary, since EVP_CIPHER_CTX_new() already does this (not to mention that it was already missing from the write case). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/07 09:28:21 Modified files: lib/libc/quad : qdivrem.c usr.bin/rdist : gram.y usr.sbin/rtadvd: config.h Log message: remove last few uses of __P CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/07 09:57:27 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: Rename variables to make it clear that these are only used in the export code. Additionally, these need to be cleaned in the export case. Based on Adam Langley's chromium patches. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/07 11:02:38 Modified files: games/manaplus : Makefile distinfo Log message: Update to 1.4.6.7 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/07 11:05:47 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: Remove pointless casts - no binary change. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/07 11:10:47 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: Move the export label initialisation into the export handling code, since this is the only place where these variables are used. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/07 11:16:39 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: Use !is_read to imply SSL3_CC_WRITE. While this is not strictly correct (since the presence of SSL3_CC_READ does not guarantee the absence of SSL3_CC_WRITE), in practice only one of these flags is set at a time and there is existing logic which already relies on this behaviour. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/07 11:27:14 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: Add missing NULL check after calling EVP_PKEY_new_mac_key(). Based on Adam Langley's chromium patches. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/06/07 14:17:07 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/07 14:20:42 Modified files: devel/arm-elf/gcc: Makefile Log message: mark BROKEN-i386; segfaults during build CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/07 14:29:32 Modified files: graphics/libcaca: Makefile distinfo graphics/libcaca/patches: patch-Makefile_in patch-configure graphics/libcaca/pkg: PLIST Removed files: graphics/libcaca/patches: patch-caca_Makefile_in Log message: Update to 0.99.19 Updates include a use-after-free fix (thanks to sthen@ for pointing that out) ok sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/07 16:23:12 Modified files: lib/libssl/src/ssl: d1_clnt.c d1_srvr.c s23_clnt.c s3_clnt.c s3_srvr.c ssl.h ssl_locl.h Log message: http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2016265dfbab162ec30718b5e7480add42598158 Don't know the full story, but it looks like a "can't do random perfectly, so do it god awful" problem was found in 2013, and replaced with "only do it badly if a flag is set". New flags (SSL_MODE_SEND_SERVERHELLO_TIME and SSL_MODE_SEND_SERVERHELLO_TIME) were added [Ben Laurie?] to support the old scheme of "use time_t for first 4 bytes of the random buffer". Nothing uses these flags [ecosystem scan by sthen] Fully discourage use of these flags in the future by removing support & definition of them. The buflen < 4 check is also interesting, because no entropy would be returned. No callers passed such small buffers. ok miod sthen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/07 16:41:15 Modified files: lib/libssl/src/apps: apps.c Log message: /* on some platforms time_t may be a float */ In the past, time_t's type was underspecified. But a floating point type would not have worked in practice. Newer specifications effectively forbid it. While cleaning this up, get partly ready for Y2038. ok miod CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/07 20:15:00 Modified files: misc/p5-Term-Animation: Makefile distinfo Log message: Update to 2.6 ok Girish Venkatachalam (MAINTAINER) via private mail CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/07 20:53:49 Log message: Import games/cdogs-sdl C-Dogs SDL is a classic overhead run-and-gun game, supporting up to 4 players in co-op and deathmatch modes. Customize your player, choose from up to 11 weapons, and try over 100 user-created campaigns. ok benoit@ Status: Vendor Tag: bcallah Release Tags: bcallah_2014-Jun-07 N ports/games/cdogs-sdl/Makefile N ports/games/cdogs-sdl/distinfo N ports/games/cdogs-sdl/patches/patch-CMakeLists_txt N ports/games/cdogs-sdl/patches/patch-src_cdogs_files_h N ports/games/cdogs-sdl/patches/patch-src_cdogs_files_c N ports/games/cdogs-sdl/pkg/PLIST N ports/games/cdogs-sdl/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/07 20:54:08 Modified files: games : Makefile Log message: +cdogs-sdl CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/08 01:32:56 Modified files: sysutils/d-feet: Makefile distinfo sysutils/d-feet/pkg: PLIST Log message: Update to d-feet-0.3.9. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/06/08 06:00:12 ports/games/xminesweep/patches Update of /cvs/ports/games/xminesweep/patches In directory cvs.openbsd.org:/tmp/cvs-serv19303/patches Log Message: Directory /cvs/ports/games/xminesweep/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/06/08 06:00:54 Modified files: games/xminesweep: Makefile Added files: games/xminesweep/patches: patch-callbacks_c Log message: doesn't get run that often, obviously. Abort trap from an obvious buffer overrun. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/08 07:20:39 Modified files: sys/arch/m88k/m88k: subr.S vectors_88100.S vectors_88110.S Log message: Stop accepting system calls on trap vectors 128 and 129. Userland has not been doing this since almost 1.5 years and there has been the 64-bit time_t bump in between, so no old binary should remain. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/08 07:32:32 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: Factor out the sequence number reset code to aid in upcoming changes. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/08 07:47:14 Modified files: textproc/ruby-pygments.rb: Makefile distinfo textproc/ruby-pygments.rb/pkg: PLIST Log message: update to pygments.rb-0.5.4 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/08 08:13:44 Modified files: lib/libssl/src/ssl: ssl.h ssl_err.c t1_enc.c Log message: Factor out the part of tls1_change_cipher_state() that is specific to switching cipher states using an EVP_CIPHER. This will facilitate the addition of cipher state changes for EVP_AEAD. No functional change. Based on Adam Langley's chromium patches. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/08 08:17:52 Modified files: sys/kern : uipc_socket.c Log message: Use memcpy to copy the sogetopt() SO_SPLICE off_t value, for it may not be correctly aligned. Similar in spirit to 1.119. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/08 08:19:24 Modified files: lib/libssl/src/crypto/bio: b_sock.c Log message: Stop using DSO_global_lookup to reach getaddrinfo() and friends discussed with tedu, ok jsing CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/08 08:33:04 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: Be explicit with types. No binary change. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/08 08:43:57 Modified files: lib/libssl/src/ssl: bio_ssl.c Log message: Clean up BIO_free() handling in bio_ssl.c - BIO_free() has its own NULL check, so do not duplicate it here. Make the error handling consistent by always using 'goto err' rather than returning in certain cases. Also add a missing BIO_free(ssl) in BIO_new_ssl_connect(). ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/08 08:51:53 Modified files: lib/libssl/src/ssl: ssl_cert.c Log message: No, we will not be building with OPENSSL_NO_X509_VERIFY. Nuke it and do some other clean up while here. ok deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/06/08 09:10:13 Modified files: driver/xf86-video-modesetting: ChangeLog Makefile.in aclocal.m4 config.h.in config.sub configure configure.ac driver/xf86-video-modesetting/man: Makefile.in driver/xf86-video-modesetting/src: Makefile.in driver.c drmmode_display.c drmmode_display.h Removed files: driver/xf86-video-modesetting: compile Log message: Update to xf86-video-modesetting 0.8.1 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/08 09:10:14 Modified files: lib/libssl/src/ssl: s3_cbc.c s3_enc.c ssl3.h t1_enc.c Log message: Add a define for the SSLv3 sequence size and use it, rather than sprinkling magic numbers around. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/06/08 09:34:05 Modified files: sys/arch/sparc64/stand/ofwboot: ofdev.c Log message: instead of reading past the end of the sun_fstypes array assume FS_BSDFFS for partitions 8-15 in extended sun labels as suggested by deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/06/08 10:01:00 Modified files: sys/arch/sparc64/stand/ofwboot: ofdev.c Log message: Remove an incorrect bzero() that was zeroing the size of the pointer instead of the size of the buffer. Removal suggested by deraadt@ as no code uses the buffer after the zeroing. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/08 10:24:50 Modified files: lib/libssl/src/ssl: ssl_ciph.c ssl_locl.h Log message: Add an SSL_CIPHER_ALGORITHM2_AEAD flag that is used to mark a cipher as using EVP_AEAD. Also provide an EVP_AEAD-only equivalent of ssl_cipher_get_evp(). CVSROOT: /cvs Module name: src Changes by: daniel@cvs.openbsd.org 2014/06/08 11:53:14 Modified files: sys/arch/i386/i386: acpi_machdep.c sys/arch/amd64/amd64: acpi_machdep.c Log message: check both rsdp checksums in the case of rsdp revision >= 2. ok mlarkin@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/06/08 12:01:56 xenocara/driver/xf86-video-geode/m4 Update of /cvs/xenocara/driver/xf86-video-geode/m4 In directory cvs.openbsd.org:/tmp/cvs-serv24309/m4 Log Message: Directory /cvs/xenocara/driver/xf86-video-geode/m4 added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/06/08 12:11:29 xenocara/driver/xf86-video-geode/build-aux Update of /cvs/xenocara/driver/xf86-video-geode/build-aux In directory cvs.openbsd.org:/tmp/cvs-serv27750/build-aux Log Message: Directory /cvs/xenocara/driver/xf86-video-geode/build-aux added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/06/08 12:15:12 Modified files: driver/xf86-video-geode: ChangeLog Makefile.am Makefile.in NEWS TODO aclocal.m4 autogen.sh configure configure.ac driver/xf86-video-geode/src: Makefile.in Added files: driver/xf86-video-geode/build-aux: compile config.guess config.sub depcomp install-sh ltmain.sh missing driver/xf86-video-geode/m4: libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 Removed files: driver/xf86-video-geode: config.guess config.sub depcomp install-sh ltmain.sh missing Log message: Update to xf86-video-geode 2.11.15 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/06/08 12:55:36 Modified files: lang/gcc/4.8 : Makefile lang/gcc/4.8/patches: patch-gcc_common_opt patch-gcc_toplev_c Added files: lang/gcc/4.8/patches: patch-gcc_c-family_c-cppbuiltin_c patch-gcc_cfgexpand_c patch-gcc_doc_cpp_texi patch-gcc_doc_invoke_texi Log message: Add stack protector strong support and enable it by default. ok pascal@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2014/06/08 12:56:33 Modified files: textproc/xpdf : Makefile distinfo textproc/xpdf/patches: patch-doc_sample-xpdfrc patch-splash_Makefile_in patch-splash_SplashXPath_cc patch-xpdf_GlobalParams_cc patch-xpdf_Makefile_in patch-xpdf_XRef_cc textproc/xpdf/pkg: PLIST Added files: textproc/xpdf/patches: patch-splash_SplashXPath_h Log message: Update to xpdf-3.04. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/08 14:02:26 Modified files: mail/getmail : Makefile distinfo Log message: update to getmail 4.46.0, from maintainer Tim van der Molen CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/06/08 15:35:16 Modified files: security/p5-Net-SSLGlue: Makefile distinfo Log message: update p5-Net-SSLGlue to 1.053 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/06/08 20:21:18 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: update p5-IO-Socket-SSL to 1.992 CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/06/08 23:14:45 Modified files: lang/python/3.4/pkg: PLIST-main Log message: regen PLIST, replace Grammar3.4.0.final.0.pickle by Grammar3.4.1.final.0.pickle spotted by niggle@. do not bump revision because it did not build without this modification. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/09 01:10:03 Modified files: print/cups-filters: Makefile distinfo print/cups-filters/patches: patch-filter_foomatic-rip_foomaticrip_c print/cups-filters/pkg: PLIST Log message: Update to cups-filters-1.0.54. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/09 01:42:59 Modified files: www/gtkhtml4 : Makefile distinfo Log message: update to gtkhtml4-4.8.2 CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2014/06/09 02:55:00 Modified files: emulators/fuse : Makefile distinfo emulators/fuse/patches: patch-screenshot_c emulators/fuse/pkg: PLIST Added files: emulators/fuse/patches: patch-sound_aosound_c emulators/fuse/pkg: PFRAG.gtk Log message: Update to fuse-1.1.1. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2014/06/09 02:55:16 Modified files: emulators/fuse-utils: Makefile distinfo emulators/fuse-utils/patches: patch-configure emulators/fuse-utils/pkg: PLIST Added files: emulators/fuse-utils/patches: patch-fmfconv_ff_c Log message: Update to fuse-utils-1.1.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/09 03:11:30 Modified files: databases/evolution-data-server: Makefile distinfo Log message: Update to evolution-data-server-3.12.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/09 03:12:09 Modified files: mail/evolution : Makefile distinfo mail/evolution/pkg: PLIST Log message: Update to evolution-3.12.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/09 03:12:29 Modified files: mail/evolution-ews: Makefile distinfo Log message: Update to evolution-ews-3.12.3. CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/06/09 03:13:33 Modified files: sbin/fsck_msdos: fat.c Log message: Fix possible out of boundary access if filesystem is full or corrupt. Merged from Android (commit id 59ae828834dc177c74775cf36cafda4da9927bd9). ok deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/09 04:26:10 Modified files: sys/arch/m88k/m88k: m88100_fp.S sys/arch/m88k/conf: files.m88k Added files: sys/arch/m88k/m88k: m88100_fp_imp.S Log message: Split the 88100 floating point support code in two files, one for the precise exceptions, one for the imprecise exceptions. No functional change. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/09 07:12:53 Modified files: productivity/baikal: Makefile distinfo productivity/baikal/pkg: PLIST Log message: update to baikal-0.2.7 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/09 07:13:48 Modified files: usr.sbin/installboot: bootstrap.c i386_softraid.c sparc64_installboot.c Log message: Use calloc() instead of malloc()/memset(). From Benjamin Baier. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/09 07:54:01 Modified files: lib/libssl/src/ssl: s3_enc.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/09 08:33:20 Modified files: sys/arch/m88k/m88k: pmap.c trap.c Log message: More format string fixes (in 88110 code) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/09 09:00:57 Modified files: sys/arch/m88k/m88k: vectors_88100.S vectors_88110.S Log message: Doh, traps 128 and 129 need to point to sigsys, not unknown_vector. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/09 09:50:08 Modified files: usr.sbin/installboot: i386_installboot.c util.c Log message: Change the installboot file copying process so that it carefully overwrites the existing file, before truncating it to the final length. This means that we will keep the same inode and potentially retain the same disk data block allocation between runs. This will aid users who multiboot since it makes it less likely that the PBR will change, although as before, there is no guarantee. Obviously if the second stage boot loader grows or shrinks then the PBR will change regardless. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/09 09:51:40 Removed files: sys/arch/i386/stand/installboot: Makefile installboot.8 installboot.c sys/arch/amd64/stand/installboot: Makefile installboot.8 installboot.c nlist.c Log message: Remove {amd64,i386}/stand/installboot - we now use usr.sbin/installboot and these have been unhooked from the build for a while now. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/09 10:22:47 Modified files: sys/arch/m88k/m88k: m88k_machdep.c Log message: Remove redundant regdump() output. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/09 10:26:32 Modified files: sys/arch/aviion/conf: Makefile.aviion sys/arch/luna88k/conf: Makefile.luna88k sys/arch/m88k/conf: files.m88k sys/arch/m88k/include: ieeefp.h sys/arch/m88k/m88k: m88110_fp.c trap.c Added files: sys/arch/m88k/m88k: fpu.c fpu.h m88100_fp.c Removed files: sys/arch/m88k/m88k: m88100_fp.S Log message: Replace the unmaintainable assembler code responsible for 88100 precise FPU fault handling with a C wrapper around the softfloat code, as already done for 88110 kernels. As a bonus, attempting to read or write FPU control registers but fcr62 and fcr63 in userland will now correctly signal an illegal instruction, instead of leaving the destination register unchanged and pretending nothing bad happened. Be sure to rm m88100_fp.d in your kernel compile directory after updating your tree. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/09 10:40:16 Modified files: net/unifi : Makefile distinfo Log message: update to unifi 3.1.13 CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2014/06/09 12:05:55 Modified files: distrib/miniroot: install.sub Log message: remove sysmerge leftovers OK halex@ krw@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/06/09 12:31:58 Modified files: etc : rc.conf Log message: add cron_flags which seemed to have been forgotten here. ok aja@ dcoppa@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/09 14:47:11 Modified files: lib/libc : Makefile Makefile.inc lib/libc/arch/alpha: Makefile.inc lib/libc/arch/amd64: Makefile.inc lib/libc/arch/arm: Makefile.inc lib/libc/arch/hppa: Makefile.inc lib/libc/arch/hppa64: Makefile.inc lib/libc/arch/i386: Makefile.inc lib/libc/arch/m88k: Makefile.inc lib/libc/arch/mips64: Makefile.inc lib/libc/arch/powerpc: Makefile.inc lib/libc/arch/sparc: Makefile.inc lib/libc/arch/sparc64: Makefile.inc lib/libc/arch/vax: Makefile.inc lib/libc/quad : Makefile.inc Log message: Nuke the machinery to sync libkern with libc, it's not been used in the last 15 years and there is no point to use it in the future. From Jean-Philippe Ouellet CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/09 14:55:08 Modified files: lib/libssl/src/crypto/asn1: asn_moid.c lib/libssl/src/crypto/conf: conf_mall.c conf_sap.c Log message: do not include dso.h where it is not needed; ok miod CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/09 16:22:20 Modified files: lib/libssl/src/crypto/engine: hw_cryptodev.c Log message: use memset instead of bzero CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/09 18:16:12 Modified files: www/racktables : Makefile distinfo www/racktables/pkg: PLIST Log message: update to racktables 0.20.8 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/09 20:08:52 Modified files: devel/py-six : Makefile distinfo Log message: Update to 1.7.2 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/09 20:36:39 Modified files: graphics/birdfont: Makefile distinfo Log message: Mostly bugfix update to 0.38 Sync WANTLIB and libbirdfont.so gets a major bump. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/09 22:16:57 Modified files: sys/lib/libkern: bcmp.c bzero.c explicit_bzero.c ffs.c libkern.h memchr.c memcmp.c memset.c quad.h softfloat.h strchr.c strcmp.c strlcat.c strlcpy.c strlen.c strncasecmp.c strncmp.c strncpy.c strnlen.c strrchr.c timingsafe_bcmp.c Log message: mop up #ifdef _KERNEL goo; ok miod CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/09 22:17:37 Modified files: lib/libc/quad : quad.h lib/libc/string: bcmp.c bzero.c explicit_bzero.c ffs.c strcat.c strcmp.c strcpy.c strlen.c strncmp.c strncpy.c strnlen.c timingsafe_bcmp.c Log message: mop up ifndef KERNEL goo; ok miod CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/06/09 22:34:48 Modified files: devel/py-nose : Makefile distinfo devel/py-nose/pkg: PLIST Log message: update py-nose to 1.3.3. ok martynas@ (maintainer). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/10 01:00:57 Modified files: devel/goffice : Makefile distinfo devel/goffice/pkg: PLIST Log message: Update to goffice-0.10.17. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/10 01:01:22 Modified files: math/gnumeric : Makefile distinfo Log message: Update to gnumeric-1.12.17. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/10 01:14:50 Modified files: x11/st : Makefile distinfo x11/st/patches : patch-config_def_h patch-config_mk x11/st/pkg : PLIST Log message: Update to 0.5 ok jung@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2014/06/10 03:36:42 Modified files: sys/lib/libsa : tftp.c Log message: Rearrange the inequality. Pointed out by LLVM. tftp.c:331:17: error: comparison of unsigned expression < 0 is always false From NetBSD ok miod@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/10 04:47:33 Modified files: security/gnutls: Tag: OPENBSD_5_5 Makefile Added files: security/gnutls/patches: Tag: OPENBSD_5_5 patch-lib_gnutls_handshake_c Log message: security fix for CVE-2014-3466 ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/10 04:48:42 Modified files: security/libtasn1: Tag: OPENBSD_5_5 Makefile distinfo Log message: update to libtasn1-3.6, addressing CVE-2014-3467, CVE-2014-3468, CVE-2014-3469 ok aja@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/10 05:26:34 Modified files: lib/libssl/src/ssl: s3_enc.c Log message: Ensure ssl3_final_finish_mac() returns failure if either the MD5 or SHA1 handshake MAC calculation fails. Currently, the result from both ssl3_handshake_mac() calls is added together. This means that unless both MD5 and SHA1 fail, a positive value will be returned to the caller, indicating success rather than failure. ok deraadt@ miod@ sthen@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/10 05:32:38 Modified files: lib/libssl/src/ssl: s3_enc.c Log message: Multiple fixes for ssl3_digest_cached_records() - if EVP_MD_CTX_create() fails, the NULL check will add an error but it does not abort. This will result in EVP_DigestInit_ex() being called with a NULL context. Also ensure that we check the return values from EVP_DigestInit_ex() and EVP_DigestUpdate(). ok deraadt@ miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/10 05:40:22 Modified files: lib/libssl/src/ssl: s3_enc.c Log message: Avoid potential NULL pointer function calls in n_ssl3_mac() by checking the return value of EVP_MD_CTX_copy_ex(). If the copy fails early then EVP_DigestUpdate() will invoke md_ctx.update(), which will be a NULL function pointer. Analysis and patch from David Ramos. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/06/10 06:41:10 Modified files: sys/arch/octeon/conf: GENERIC RAMDISK Log message: add ppb to the configs as suggested by kettenis@ tested by jj@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/10 06:56:39 Modified files: lib/libssl/src/ssl: s3_enc.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/10 08:14:07 Modified files: lib/libssl/src/crypto/evp: m_dss.c m_dss1.c m_ecdsa.c m_md4.c m_md5.c m_mdc2.c m_null.c m_ripemd.c m_sha.c m_sha1.c m_wp.c Log message: Use C99 initialisers for EVP_MD structs, for clarity, grepability and to protect from future field reordering/removal. No difference in generated assembly. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/06/10 08:33:01 Modified files: usr.sbin/slowcgi: slowcgi.c slowcgi.8 Log message: Cleanup socket creation. Input ajacoutot some time ago; OK henning@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/06/10 08:38:27 Modified files: usr.sbin/slowcgi: slowcgi.c slowcgi.8 Log message: Implement -u (user to drop privs to) and -p flag (path to chroot to). This allows to run slowcgi non-chrooted with -p /, requested by at least ratchov@ and henning@. Input by many, OK ratchov@ on a previous diff, "looks good" millert@, man page bits tweak and OK schwarze@ (all some time ago); OK henning@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/10 08:46:11 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: In tls1_cert_verify_mac(), check the return value of EVP_MD_CTX_copy_ex() to avoid a possible NULL function call on ctx.final(). None of the callers currently check the return value of calls to cert_verify_mac(), however the function already returns 0 in another case and the MAC comparison will later fail. Issue reported by David Ramos. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/10 08:49:15 Modified files: lib/libssl/src/ssl: s3_enc.c Log message: Remove pointless casts and use c instead of &c[0], since it is the same thing for an unsigned char array. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/10 08:56:02 Modified files: lib/libssl/src/crypto/engine: tb_asnmth.c tb_cipher.c tb_dh.c tb_digest.c tb_dsa.c tb_ecdh.c tb_ecdsa.c tb_pkmeth.c tb_rand.c tb_rsa.c tb_store.c Log message: KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/10 09:20:40 Modified files: lib/libssl/src/crypto/engine: eng_aesni.c eng_all.c eng_cnf.c eng_ctrl.c eng_dyn.c eng_err.c eng_fat.c eng_init.c Log message: KNF. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/06/10 09:50:01 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm Log message: get verbose_system in line with _system, do not display \&code snippets... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/10 10:15:19 Modified files: lib/libssl/src/crypto/engine: eng_all.c engine.h lib/libssl/src/crypto/evp: c_all.c lib/libcrypto/crypto: Makefile Removed files: lib/libssl/src/crypto/engine: hw_cryptodev.c Log message: Abandon the auto-ENGINE /dev/crypto interface. VIA 3des cbc receives collateral damage. The syncronous nature of this mechanism has hampered performance for symmetric crypto relative to brute-force cpu. The assymetric crypto support never really materialized in drivers. So abandon the complexity. ok tedu beck mikeb some disagrement from djm but if he wants to test /dev/crypto ciphers he should do it without this this gigantic API in the way CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/06/10 10:23:07 Modified files: usr.bin/nc : netcat.c Log message: increase buffer size to 64k, and actually use it. ok deraadt from John-Mark Gurney CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/06/10 10:35:42 Modified files: usr.bin/nc : netcat.c Log message: stick with 16k buffers for a little while to avoid bufferbloat. atomicio writing out 64k in one direction will cause traffic in the other direction to stall until it's complete. discussion with deraadt CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2014/06/10 10:43:46 Modified files: usr.sbin/smtpd : table_ldap.c table_sqlite.c Log message: we should really zero a buffer we strlcat to otherwise aliases resolution really resolves nothing :-) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2014/06/10 11:19:25 Modified files: etc/mtree : special Log message: Add ed25519 ssh host keys to /etc/mtree/special. From inframare at arachnogoat dot com; OK deraadt@ sthen@ CVSROOT: /cvs Module name: src Changes by: logan@cvs.openbsd.org 2014/06/10 12:00:59 Modified files: lib/libssl/src/ssl: s3_enc.c Log message: Check return value of EVP_MD_CTX_copy_ex() in ssl3_handshake_mac() to avoid potential null pointer dereference. Based on david ramos work. OK from miod@ and jsing@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/10 13:47:19 Modified files: sysutils/ruby-facter: Makefile distinfo Log message: bump to facter-2.0.2 which contains a security fix for CVE-2014-3248 which we're not affected by. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/10 13:47:59 Modified files: databases/ruby-hiera: Makefile distinfo Log message: bump to hiera-1.3.4 which contains a security fix for CVE-2014-3248 which we're not affected by. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/10 13:51:42 Modified files: sysutils/ruby-puppet/3: Makefile distinfo sysutils/ruby-puppet/3/pkg: PLIST Removed files: sysutils/ruby-puppet/3/patches: patch-lib_puppet_network_http_webrick_rest_rb Log message: update to puppet-3.6.2 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/06/10 14:08:48 Modified files: sys/uvm : uvm_addr.c uvm_addr.h Log message: KNF CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/10 15:24:27 Modified files: net/icinga/core: Makefile net/icinga/core/pkg: PLIST-cgi Log message: fix jquery-based options in the icinga-cgi package, found by florian@; missing file from PLIST-cgi since they now ship a minified version CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2014/06/10 15:46:11 Modified files: usr.bin/ssh : sshbuf.h Log message: Group ECC functions together to make things a little easier in -portable. "doesn't bother me" deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/10 15:54:03 Modified files: net/icinga/core: Makefile Log message: really bump REVISION-cgi CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/06/10 17:03:48 Modified files: sbin/fsck_msdos: fat.c Log message: Fix off by one when writing FAT for FAT12 filesystems. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/10 18:26:59 Modified files: multimedia/minidlna: Makefile distinfo multimedia/minidlna/patches: patch-minidlna_conf patch-upnphttp_c patch-utils_c Log message: update to minidlna 1.1.3 CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2014/06/10 18:30:25 Modified files: sys/arch/i386/i386: hibernate_machdep.c sys/arch/amd64/amd64: hibernate_machdep.c Log message: Don't map phys pages < 64KB in the resume page table. We stopped doing this in the kernel a few months back and there's no reason these pages need to be mapped during unpack either. CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2014/06/10 18:55:09 Modified files: . : plus.html Log message: plus.html for May 26th to June 1st. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/10 19:07:44 Modified files: multimedia/minidlna: Makefile Added files: multimedia/minidlna/patches: patch-metadata_c Log message: fix scanner crash on 32-bit systems with long long time_t CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/10 19:10:41 Modified files: multimedia/minidlna: Tag: OPENBSD_5_5 Makefile Added files: multimedia/minidlna/patches: Tag: OPENBSD_5_5 patch-metadata_c Log message: backport fix for scanner crash on 32-bit systems (time_t) initial bug was reported by Peter Ljung CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/10 19:53:03 Modified files: lib/libssl/src/apps: engine.c speed.c lib/libssl/src/crypto: o_time.c o_time.h lib/libssl/src/crypto/aes: aes.h aes_cbc.c aes_cfb.c aes_core.c aes_ctr.c aes_ecb.c aes_ige.c aes_locl.h aes_misc.c aes_ofb.c aes_x86core.c lib/libssl/src/crypto/bio: bss_bio.c lib/libssl/src/crypto/camellia: camellia.c camellia.h cmll_cbc.c cmll_cfb.c cmll_ctr.c cmll_ecb.c cmll_locl.h cmll_misc.c cmll_ofb.c cmll_utl.c lib/libssl/src/crypto/dso: dso.h dso_dlfcn.c dso_lib.c lib/libssl/src/crypto/engine: eng_all.c lib/libssl/src/crypto/evp: e_camellia.c e_old.c lib/libssl/src/crypto/rc4: rc4_utl.c lib/libssl/src/crypto/rsa: rsa_chk.c lib/libssl/src/crypto/store: store.h str_lib.c str_locl.h str_mem.c str_meth.c lib/libssl/src/crypto/ui: ui.h ui_compat.h ui_lib.c ui_locl.h ui_openssl.c ui_util.c lib/libssl/src/crypto/x509v3: v3_pci.c v3_pcia.c lib/libssl/src/ssl: s3_srvr.c Log message: c-file-style hints, begone; ok beck CVSROOT: /cvs Module name: www Changes by: juanfra@cvs.openbsd.org 2014/06/10 20:19:05 Modified files: . : want.html Log message: I could use a loongson to test some ports. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2014/06/10 20:42:33 Modified files: infrastructure/templates: Makefile.template Log message: Since lots of people incorrectly mark GPLv2+ ports as "GPLv2", suggest actual GPLv2 ports be described "GPLv2 only" (already somewhat common). ok sthen@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/06/10 22:28:43 Modified files: sys/dev/pci : if_em.c Log message: em(4) receives jumbos by chaining its MCLBYTES sized descriptors together, so to receive a full 9000 byte frame, it needs 5 descriptors. its current mclgeti low watermark is 4. it appears that the chip will block if it has rxed a packet into its internal buffers waiting for descriptors. if you're at the lwm, that means you're DoSed. this raises the lwm so we can get at least two jumbos, ie, 10 descriptors. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/06/11 01:58:17 Modified files: devel/nspr : Makefile distinfo devel/nspr/patches: patch-nspr_configure_in patch-nspr_pr_src_pthreads_ptthread_c Log message: Update to nspr 4.10.6, required by upcoming ffx 30. Might or might not fix security issues, noone knows as there are no release announcements, nor changelogs. Check http://hg.mozilla.org/projects/nspr/shortlog for a list of changes... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/11 01:58:52 Modified files: net/gupnp/av : Makefile distinfo net/gupnp/av/patches: patch-tests_Makefile_in net/gupnp/av/pkg: PLIST Log message: update to gupnp-av-0.12.6 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/11 02:27:36 Modified files: sysutils/libvirt: Makefile distinfo sysutils/libvirt/patches: patch-src_Makefile_in patch-src_rpc_virnetsocket_c sysutils/libvirt/pkg: PLIST Log message: update to libvirt-1.2.5 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/11 02:29:07 Modified files: sysutils/p5-Sys-Virt: Makefile distinfo sysutils/p5-Sys-Virt/pkg: PLIST Log message: update to p5-Sys-Virt-1.2.5 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/11 02:31:28 Modified files: sysutils/libvirt-python: Makefile distinfo Log message: update to libvirt-python-1.2.5 CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2014/06/11 02:47:53 Modified files: share/man/man9 : task_add.9 sys/kern : kern_task.c sys/sys : task.h Log message: Create system taskq ("systqmp") which runs without the kernel lock; currently unused. ok dlg@ manpage improvement and ok jmc@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/06/11 05:29:01 Modified files: sys/net : route.c Log message: Flag local routes as such and make them use the highest possible priority. Tested by krw@, jca@ and florian@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/06/11 05:30:03 Modified files: sys/net : route.c sys/netinet : if_ether.c in.c Log message: Always create a local route for every configured IPv4 address on the machine and restore the original behavior of RTM_ADD and RTM_DELETE by always generating one message per locally configured address. Tested by krw@, jca@ and florian@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/11 06:19:49 Modified files: net/mrtg : Makefile net/mrtg/pkg : PLIST Log message: install a symlink at man/man5/mrtg.cfg.5 targetting mrtg-reference(1) for ease of finding the useful manpage CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/11 06:41:31 Modified files: x11/gnome/empathy: Makefile distinfo Log message: update to empathy-3.12.3 CVSROOT: /cvs Module name: src Changes by: logan@cvs.openbsd.org 2014/06/11 07:19:53 Modified files: lib/libssl/src/ssl: d1_lib.c Log message: Fix memory leak: free s if calloc fails. (From Jonas Maebe) OK from beck@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/11 07:49:46 Modified files: devel/libyubikey: Makefile distinfo Log message: update to libyubikey 1.12 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/06/11 08:30:57 Modified files: . : want.html Log message: I'm looking for a ThinkPad USB keyboard with TrackPoint (US/UK, part no's 55Y9041 / 57Y4675 / 55Y9003 / 57Y4641).. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/11 08:35:16 Modified files: x11/dbus : Makefile distinfo Log message: SECURITY update to dbus-1.8.4. CVE-2014-3477: deliver activation errors correctly, fixing Denial of Service CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/11 08:50:07 Modified files: lib/libssl/src/ssl: s3_pkt.c Log message: More KNF. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/11 09:07:22 Modified files: x11/dbus : Tag: OPENBSD_5_5 Makefile Added files: x11/dbus/patches: Tag: OPENBSD_5_5 patch-bus_activation_c patch-bus_activation_h patch-bus_services_c Log message: SECURITY fix for: CVE-2014-3477: deliver activation errors correctly, fixing Denial of Service CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/11 09:08:43 Modified files: lib/libcrypto/crypto: Makefile lib/libssl/src/crypto/bio: b_print.c Log message: Provide support for non-funopen systems. ok beck CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/11 09:17:19 Modified files: lib/libssl/src/ssl: d1_pkt.c s3_pkt.c s23_clnt.c Log message: Disable TLS support... Just kidding! unifdef OPENSSL_NO_TLS since we will never want to actually do that. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/11 09:40:52 Modified files: lib/libssl/src/crypto/bio: b_print.c Log message: Tsk. Tsk. Someone forgot to compile test the other half. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/11 09:44:10 Modified files: lib/libssl/src/crypto/x509: x509_cmp.c lib/libssl/src/ssl: s3_clnt.c s3_enc.c s3_srvr.c t1_enc.c Log message: Stop setting the EVP_MD_CTX_FLAG_NON_FIPS_ALLOW - it has been ignored since OpenSSL 1.0.0. ok miod@ (a little while back) CVSROOT: /cvs Module name: src Changes by: pelikan@cvs.openbsd.org 2014/06/11 10:45:15 Modified files: usr.sbin/dhcpd : bootp.c memory.c Log message: Prettify & refactor, no functional change. ok beck CVSROOT: /cvs Module name: src Changes by: chrisz@cvs.openbsd.org 2014/06/11 10:59:47 Modified files: share/man/man4 : ip6.4 lib/libc/net : Makefile.inc inet6_option_space.3 inet6_rth_space.3 inet6_rthdr_space.3 Log message: Remove manpages about deprecated RFC2292 ancillary data convenience functions. They are obsoleted by the RFC3542 api. ok mpi@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/11 11:32:59 Modified files: sys/kern : kern_sysctl.c Log message: Add bounds checks for CTL_DEBUG sysctl variable. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/11 12:00:40 Modified files: usr.sbin/ldapd : ldapd.conf.5 Log message: rfc 4512, not 4712; From: route dylanharris org CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/11 12:24:05 Modified files: sysutils/ruby-puppet/3/patches: patch-lib_puppet_provider_package_openbsd_rb Log message: support for "ensure => latest" merged upstream CVSROOT: /cvs Module name: src Changes by: chrisz@cvs.openbsd.org 2014/06/11 13:54:36 Removed files: lib/libc/net : inet6_rthdr_space.3 inet6_option_space.3 Log message: Really remove the obsolete manpages left by earlier commit which just emptied the file but didn't remove it. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/11 14:31:15 Modified files: sys/dev : ksyms.c Log message: Reject negative file offsets in /dev/ksyms. ok deraadt, kettenis CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/11 14:39:18 Modified files: sys/kern : kern_exit.c Log message: Fix wait4 to not modify status or rusage if we return 0 because of WNOHANG, in accordance with POSIX. Additionally, if rusage is requested but the waited-on process did not terminate, return zero bytes instead of kernel stack garbage. ok deraadt, millert CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/11 14:52:40 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/06/11 14:57:48 Modified files: mail/postfix/snapshot: Makefile distinfo mail/postfix/snapshot/pkg: PLIST Log message: Update to Postfix 2.12-20140531. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/11 15:54:00 Modified files: benchmarks/tsung: Makefile Log message: MODPY_BUILDDEP, not MODPY_BUILD_DEP CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/11 16:44:05 Modified files: net/isc-bind : Makefile distinfo Log message: Update to BIND 9.10.0-P2, fixes CVE-2014-3859 "A query specially crafted to exploit a defect in EDNS option processing can cause named to terminate with an assertion failure. This fixes a missing isc_buffer_availablelength check when printing out a packet." (This doesn't affect 9.9.x in 5.5-stable). A few other fixes most of which don't affect us (one notable one is a fix for GCC 4.9.0 optimizing away a null pointer check, more info on this at https://kb.isc.org/article/AA-01167/) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/11 16:45:36 Log message: Import ports/net/hexchat which is a fork of Xchat. From Florian Stinglmayr, ok bcallah@ Status: Vendor Tag: sthen Release Tags: sthen_20140611 N ports/net/hexchat/Makefile N ports/net/hexchat/distinfo N ports/net/hexchat/pkg/PLIST N ports/net/hexchat/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/11 16:45:54 Modified files: net : Makefile Log message: +hexchat CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2014/06/12 00:16:35 Modified files: www/sogo : Makefile www/sogo/pkg : README Log message: Make the nginx configuration match the apache configuration example in the README, incl. some minor style nits. feedback and OK giovanni@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/12 00:43:15 Modified files: bin/ps : ps.1 Log message: somehow i missed -vW as extensions; From: Martin Natano CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/12 02:07:32 Modified files: sysutils/cdrtools: Makefile Log message: new HOMEPAGE/MASTER_SITES; from Rafael Sadowski plus whitespace tweak from me CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/12 02:17:59 Modified files: net/hexchat : Makefile Log message: Drop gconf stuffs, they are not needed. ok sthen@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/06/12 03:50:06 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: display full url if we can for UNSIGNED PACKAGES. unconfuse mikeb@ :) CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/06/12 03:55:58 Modified files: multimedia/libass: Makefile distinfo Log message: Update to libass 0.11.2. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/12 04:08:35 Modified files: devel/ruby-rspec/specinfra: Makefile distinfo devel/ruby-rspec/specinfra/pkg: PLIST Log message: update to specinfra-1.11.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/12 04:08:47 Modified files: devel/ruby-rspec/serverspec: Makefile distinfo devel/ruby-rspec/serverspec/pkg: PLIST Log message: update to serverspec-1.6.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/12 04:27:54 Modified files: sysutils/mcollective: Makefile distinfo Log message: update to mcollective-2.5.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/12 08:07:17 Modified files: graphics/openjp2: Makefile distinfo graphics/openjp2/patches: patch-CMakeLists_txt patch-src_lib_openjp2_opj_malloc_h graphics/openjp2/pkg: PLIST Log message: update to openjp2 2.0.1 (not the latest; 2.1.0 breaks api used by gdal/mupdf) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/12 08:07:19 Modified files: textproc/mupdf : Makefile distinfo textproc/mupdf/patches: patch-Makerules textproc/mupdf/pkg: PLIST Added files: textproc/mupdf/files: mupdf.desktop mupdf.xpm Removed files: textproc/mupdf/patches: patch-platform_debian_mupdf_desktop patch-platform_debian_mupdf_pc patch-scripts_fontdump_c Log message: update to mupdf 1.5 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/06/12 08:22:07 Modified files: www/chromium : Makefile distinfo Log message: update to 35.0.1916.155 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/12 08:24:34 Modified files: telephony/asterisk: Makefile telephony/asterisk/pkg: PLIST-main Log message: create default voicemail directory with same ownership as asterisk would use itself if creating it from scratch; noted by brad@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2014/06/12 08:54:25 Modified files: lib/libc/stdlib: qsort.c Log message: Disable the "switch to insertion sort" optimization to avoid quadratic behavior for certain inputs. From NetBSD. OK tedu@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2014/06/12 09:27:09 Modified files: usr.sbin/nginx : CHANGES CHANGES.ru Makefile.bsd-wrapper usr.sbin/nginx/auto: endianness feature include modules options sources unix usr.sbin/nginx/auto/cc: clang conf msvc name owc sunc usr.sbin/nginx/auto/lib: test usr.sbin/nginx/auto/lib/libatomic: make usr.sbin/nginx/auto/lib/openssl: conf make usr.sbin/nginx/auto/lib/pcre: conf make makefile.bcc makefile.msvc makefile.owc usr.sbin/nginx/auto/lib/perl: make usr.sbin/nginx/auto/lib/zlib: make usr.sbin/nginx/auto/os: darwin linux win32 usr.sbin/nginx/auto/types: sizeof typedef uintptr_t usr.sbin/nginx/conf: mime.types nginx.conf usr.sbin/nginx/contrib: README usr.sbin/nginx/src/core: nginx.c nginx.h ngx_conf_file.c ngx_conf_file.h ngx_config.h ngx_connection.c ngx_connection.h ngx_core.h ngx_cycle.c ngx_cycle.h ngx_file.c ngx_file.h ngx_hash.c ngx_inet.c ngx_inet.h ngx_list.c ngx_log.c ngx_log.h ngx_open_file_cache.c ngx_palloc.c ngx_resolver.c ngx_resolver.h ngx_slab.c ngx_slab.h ngx_string.c ngx_string.h ngx_times.c ngx_times.h usr.sbin/nginx/src/event: ngx_event.c ngx_event.h ngx_event_accept.c ngx_event_connect.c ngx_event_openssl.c ngx_event_openssl.h ngx_event_openssl_stapling.c ngx_event_pipe.c usr.sbin/nginx/src/event/modules: ngx_devpoll_module.c ngx_epoll_module.c ngx_select_module.c ngx_win32_select_module.c usr.sbin/nginx/src/http: ngx_http.c ngx_http_cache.h ngx_http_copy_filter_module.c ngx_http_core_module.c ngx_http_core_module.h ngx_http_file_cache.c ngx_http_header_filter_module.c ngx_http_parse.c ngx_http_postpone_filter_module.c ngx_http_request.c ngx_http_request.h ngx_http_request_body.c ngx_http_script.c ngx_http_spdy.c ngx_http_spdy.h ngx_http_spdy_filter_module.c ngx_http_spdy_module.c ngx_http_spdy_module.h ngx_http_special_response.c ngx_http_upstream.c ngx_http_upstream.h ngx_http_upstream_round_robin.c ngx_http_variables.c ngx_http_write_filter_module.c usr.sbin/nginx/src/http/modules: ngx_http_access_module.c ngx_http_auth_basic_module.c ngx_http_autoindex_module.c ngx_http_charset_filter_module.c ngx_http_dav_module.c ngx_http_fastcgi_module.c ngx_http_gunzip_filter_module.c ngx_http_gzip_filter_module.c ngx_http_gzip_static_module.c ngx_http_headers_filter_module.c ngx_http_image_filter_module.c ngx_http_limit_req_module.c ngx_http_log_module.c ngx_http_map_module.c ngx_http_memcached_module.c ngx_http_mp4_module.c ngx_http_proxy_module.c ngx_http_range_filter_module.c ngx_http_realip_module.c ngx_http_referer_module.c ngx_http_scgi_module.c ngx_http_ssi_filter_module.c ngx_http_ssl_module.c ngx_http_ssl_module.h ngx_http_stub_status_module.c ngx_http_sub_filter_module.c ngx_http_upstream_ip_hash_module.c ngx_http_upstream_keepalive_module.c ngx_http_uwsgi_module.c ngx_http_xslt_filter_module.c usr.sbin/nginx/src/http/modules/perl: nginx.xs ngx_http_perl_module.c usr.sbin/nginx/src/mail: ngx_mail.c ngx_mail.h ngx_mail_auth_http_module.c ngx_mail_core_module.c ngx_mail_handler.c ngx_mail_parse.c ngx_mail_proxy_module.c ngx_mail_smtp_handler.c ngx_mail_ssl_module.c ngx_mail_ssl_module.h usr.sbin/nginx/src/os/unix: ngx_channel.c ngx_darwin_config.h ngx_darwin_init.c ngx_darwin_sendfile_chain.c ngx_errno.h ngx_files.h ngx_freebsd_config.h ngx_freebsd_init.c ngx_freebsd_rfork_thread.c ngx_freebsd_rfork_thread.h ngx_freebsd_sendfile_chain.c ngx_linux_config.h ngx_linux_sendfile_chain.c ngx_posix_config.h ngx_process.c ngx_process_cycle.c ngx_readv_chain.c ngx_recv.c ngx_solaris_config.h ngx_solaris_sendfilev_chain.c Added files: usr.sbin/nginx/src/core: ngx_proxy_protocol.c ngx_proxy_protocol.h ngx_syslog.c ngx_syslog.h usr.sbin/nginx/src/http/modules: ngx_http_auth_request_module.c Log message: update to 1.6.0 with official syslog support backported from the 1.7 branch tested by several, ok sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/12 09:49:31 Modified files: lib/libssl/src : e_os2.h lib/libssl/src/apps: apps.c apps.h asn1pars.c ca.c ciphers.c cms.c crl.c crl2p7.c dgst.c dh.c dhparam.c dsa.c dsaparam.c ec.c ecparam.c enc.c engine.c errstr.c gendh.c gendsa.c genpkey.c genrsa.c nseq.c ocsp.c openssl.c passwd.c pkcs12.c pkcs7.c pkcs8.c pkey.c pkeyparam.c pkeyutl.c prime.c progs.h rand.c req.c rsa.c rsautl.c s_apps.h s_cb.c s_client.c s_server.c s_socket.c s_time.c sess_id.c smime.c speed.c spkac.c testdsa.h testrsa.h timeouts.h ts.c verify.c version.c x509.c lib/libssl/src/crypto: arm_arch.h armcap.c cpt_err.c cryptlib.c cryptlib.h crypto.h cversion.c ex_data.c md32_common.h mem_clr.c mem_dbg.c o_init.c o_str.c o_time.c o_time.h opensslv.h ossl_typ.h ppccap.c s390xcap.c sparcv9cap.c uid.c lib/libssl/src/crypto/aes: aes.h aes_cbc.c aes_cfb.c aes_core.c aes_ctr.c aes_ecb.c aes_ige.c aes_locl.h aes_misc.c aes_ofb.c aes_wrap.c aes_x86core.c lib/libssl/src/crypto/asn1: a_bitstr.c a_bool.c a_bytes.c a_d2i_fp.c a_digest.c a_dup.c a_enum.c a_gentm.c a_i2d_fp.c a_int.c a_mbstr.c a_object.c a_octet.c a_print.c a_set.c a_sign.c a_strex.c a_strnid.c a_time.c a_type.c a_utctm.c a_utf8.c a_verify.c ameth_lib.c asn1.h asn1_err.c asn1_gen.c asn1_lib.c asn1_locl.h asn1_mac.h asn1_par.c asn1t.h asn_mime.c asn_moid.c asn_pack.c bio_asn1.c bio_ndef.c charmap.h d2i_pr.c d2i_pu.c evp_asn1.c f_enum.c f_int.c f_string.c i2d_pr.c i2d_pu.c n_pkey.c nsseq.c p5_pbe.c p5_pbev2.c p8_pkey.c t_bitst.c t_crl.c t_pkey.c t_req.c t_spki.c t_x509.c t_x509a.c tasn_dec.c tasn_enc.c tasn_fre.c tasn_new.c tasn_prn.c tasn_typ.c tasn_utl.c x_algor.c x_attrib.c x_bignum.c x_crl.c x_exten.c x_info.c x_long.c x_name.c x_nx509.c x_pkey.c x_pubkey.c x_req.c x_sig.c x_spki.c x_val.c x_x509.c x_x509a.c lib/libssl/src/crypto/bf: bf_cbc.c bf_cfb64.c bf_ecb.c bf_enc.c bf_locl.h bf_ofb64.c bf_pi.h bf_skey.c blowfish.h lib/libssl/src/crypto/bio: b_dump.c b_print.c b_sock.c bf_buff.c bf_lbuf.c bf_nbio.c bf_null.c bio.h bio_cb.c bio_err.c bio_lib.c bss_acpt.c bss_bio.c bss_conn.c bss_dgram.c bss_fd.c bss_file.c bss_log.c bss_mem.c bss_null.c bss_sock.c lib/libssl/src/crypto/bn: bn.h bn_add.c bn_asm.c bn_blind.c bn_const.c bn_ctx.c bn_depr.c bn_div.c bn_err.c bn_exp.c bn_exp2.c bn_gcd.c bn_gf2m.c bn_kron.c bn_lcl.h bn_lib.c bn_mod.c bn_mont.c bn_mpi.c bn_mul.c bn_nist.c bn_prime.c bn_prime.h bn_print.c bn_rand.c bn_recp.c bn_shift.c bn_sqr.c bn_sqrt.c bn_word.c bn_x931p.c lib/libssl/src/crypto/bn/asm: x86_64-gcc.c lib/libssl/src/crypto/buffer: buf_err.c buffer.c buffer.h lib/libssl/src/crypto/camellia: camellia.c camellia.h cmll_cbc.c cmll_cfb.c cmll_ctr.c cmll_ecb.c cmll_locl.h cmll_misc.c cmll_ofb.c cmll_utl.c lib/libssl/src/crypto/cast: c_cfb64.c c_ecb.c c_enc.c c_ofb64.c c_skey.c cast.h cast_lcl.h cast_s.h lib/libssl/src/crypto/chacha: chacha-merged.c chacha.c chacha.h lib/libssl/src/crypto/cmac: cm_ameth.c cm_pmeth.c cmac.c cmac.h lib/libssl/src/crypto/cms: cms.h cms_asn1.c cms_att.c cms_cd.c cms_dd.c cms_enc.c cms_env.c cms_err.c cms_ess.c cms_io.c cms_lcl.h cms_lib.c cms_pwri.c cms_sd.c cms_smime.c lib/libssl/src/crypto/comp: c_rle.c c_zlib.c comp.h comp_err.c comp_lib.c lib/libssl/src/crypto/conf: conf.h conf_api.c conf_api.h conf_def.c conf_def.h conf_err.c conf_lib.c conf_mall.c conf_mod.c conf_sap.c lib/libssl/src/crypto/des: cbc_cksm.c cbc_enc.c cfb64ede.c cfb64enc.c cfb_enc.c des.h des_enc.c des_locl.h des_ver.h ecb3_enc.c ecb_enc.c ede_cbcm_enc.c enc_read.c enc_writ.c fcrypt.c fcrypt_b.c ncbc_enc.c ofb64ede.c ofb64enc.c ofb_enc.c pcbc_enc.c qud_cksm.c rand_key.c rpc_des.h rpc_enc.c set_key.c spr.h str2key.c xcbc_enc.c lib/libssl/src/crypto/dh: dh.h dh_ameth.c dh_asn1.c dh_check.c dh_depr.c dh_err.c dh_gen.c dh_key.c dh_lib.c dh_pmeth.c dh_prn.c lib/libssl/src/crypto/dsa: dsa.h dsa_ameth.c dsa_asn1.c dsa_depr.c dsa_err.c dsa_gen.c dsa_key.c dsa_lib.c dsa_locl.h dsa_ossl.c dsa_pmeth.c dsa_prn.c dsa_sign.c dsa_vrf.c lib/libssl/src/crypto/dso: dso.h dso_dlfcn.c dso_err.c dso_lib.c dso_null.c dso_openssl.c lib/libssl/src/crypto/ec: ec.h ec2_mult.c ec2_oct.c ec2_smpl.c ec_ameth.c ec_asn1.c ec_check.c ec_curve.c ec_cvt.c ec_err.c ec_key.c ec_lcl.h ec_lib.c ec_mult.c ec_oct.c ec_pmeth.c ec_print.c eck_prn.c ecp_mont.c ecp_nist.c ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c ecp_nistputil.c ecp_oct.c ecp_smpl.c lib/libssl/src/crypto/ecdh: ecdh.h ech_err.c ech_key.c ech_lib.c ech_locl.h ech_ossl.c lib/libssl/src/crypto/ecdsa: ecdsa.h ecs_asn1.c ecs_err.c ecs_lib.c ecs_locl.h ecs_ossl.c ecs_sign.c ecs_vrf.c lib/libssl/src/crypto/engine: eng_aesni.c eng_all.c eng_cnf.c eng_ctrl.c eng_dyn.c eng_err.c eng_fat.c eng_init.c eng_int.h eng_lib.c eng_list.c eng_openssl.c eng_padlock.c eng_pkey.c eng_rsax.c eng_table.c engine.h tb_asnmth.c tb_cipher.c tb_dh.c tb_digest.c tb_dsa.c tb_ecdh.c tb_ecdsa.c tb_pkmeth.c tb_rand.c tb_rsa.c tb_store.c lib/libssl/src/crypto/err: err.c err.h err_all.c err_prn.c lib/libssl/src/crypto/evp: bio_b64.c bio_enc.c bio_md.c bio_ok.c c_all.c c_allc.c c_alld.c digest.c e_aes.c e_aes_cbc_hmac_sha1.c e_bf.c e_camellia.c e_cast.c e_chacha.c e_chacha20poly1305.c e_des.c e_des3.c e_idea.c e_null.c e_old.c e_rc2.c e_rc4.c e_rc4_hmac_md5.c e_rc5.c e_xcbc_d.c encode.c evp.h evp_aead.c evp_enc.c evp_err.c evp_key.c evp_lib.c evp_locl.h evp_pbe.c evp_pkey.c m_dss.c m_dss1.c m_ecdsa.c m_md4.c m_md5.c m_mdc2.c m_null.c m_ripemd.c m_sha.c m_sha1.c m_sigver.c m_wp.c names.c p5_crpt.c p5_crpt2.c p_dec.c p_enc.c p_lib.c p_open.c p_seal.c p_sign.c p_verify.c pmeth_fn.c pmeth_gn.c pmeth_lib.c lib/libssl/src/crypto/hmac: hm_ameth.c hm_pmeth.c hmac.c hmac.h lib/libssl/src/crypto/idea: i_cbc.c i_cfb64.c i_ecb.c i_ofb64.c i_skey.c idea.h idea_lcl.h lib/libssl/src/crypto/krb5: krb5_asn.c krb5_asn.h lib/libssl/src/crypto/lhash: lh_stats.c lhash.c lhash.h lib/libssl/src/crypto/md4: md4.h md4_dgst.c md4_locl.h md4_one.c lib/libssl/src/crypto/md5: md5.h md5_dgst.c md5_locl.h md5_one.c lib/libssl/src/crypto/mdc2: mdc2.h mdc2_one.c mdc2dgst.c lib/libssl/src/crypto/modes: cbc128.c ccm128.c cfb128.c ctr128.c cts128.c gcm128.c modes.h modes_lcl.h ofb128.c xts128.c lib/libssl/src/crypto/objects: o_names.c obj_dat.c obj_err.c obj_lib.c obj_xref.c obj_xref.h objects.h lib/libssl/src/crypto/ocsp: ocsp.h ocsp_asn.c ocsp_cl.c ocsp_err.c ocsp_ext.c ocsp_ht.c ocsp_lib.c ocsp_prn.c ocsp_srv.c ocsp_vfy.c lib/libssl/src/crypto/pem: pem.h pem2.h pem_all.c pem_err.c pem_info.c pem_lib.c pem_oth.c pem_pk8.c pem_pkey.c pem_seal.c pem_sign.c pem_x509.c pem_xaux.c pvkfmt.c lib/libssl/src/crypto/pkcs12: p12_add.c p12_asn.c p12_attr.c p12_crpt.c p12_crt.c p12_decr.c p12_init.c p12_key.c p12_kiss.c p12_mutl.c p12_npas.c p12_p8d.c p12_p8e.c p12_utl.c pk12err.c pkcs12.h lib/libssl/src/crypto/pkcs7: bio_ber.c bio_pk7.c example.c example.h pk7_asn1.c pk7_attr.c pk7_dgst.c pk7_doit.c pk7_enc.c pk7_lib.c pk7_mime.c pk7_smime.c pkcs7.h pkcs7err.c lib/libssl/src/crypto/poly1305: poly1305-donna.c poly1305.c poly1305.h lib/libssl/src/crypto/rand: rand.h rand_err.c rand_lib.c randfile.c lib/libssl/src/crypto/rc2: rc2.h rc2_cbc.c rc2_ecb.c rc2_locl.h rc2_skey.c rc2cfb64.c rc2ofb64.c lib/libssl/src/crypto/rc4: rc4.h rc4_enc.c rc4_locl.h rc4_skey.c rc4_utl.c lib/libssl/src/crypto/rc5: rc5.h rc5_ecb.c rc5_enc.c rc5_locl.h rc5_skey.c rc5cfb64.c rc5ofb64.c lib/libssl/src/crypto/ripemd: ripemd.h rmd_dgst.c rmd_locl.h rmd_one.c rmdconst.h lib/libssl/src/crypto/rsa: rsa.h rsa_ameth.c rsa_asn1.c rsa_chk.c rsa_crpt.c rsa_depr.c rsa_eay.c rsa_err.c rsa_gen.c rsa_lib.c rsa_locl.h rsa_none.c rsa_null.c rsa_oaep.c rsa_pk1.c rsa_pmeth.c rsa_prn.c rsa_pss.c rsa_saos.c rsa_sign.c rsa_ssl.c rsa_x931.c lib/libssl/src/crypto/sha: sha.h sha1_one.c sha1dgst.c sha256.c sha512.c sha_dgst.c sha_locl.h sha_one.c lib/libssl/src/crypto/srp: srp.h srp_grps.h srp_lcl.h srp_lib.c srp_vfy.c lib/libssl/src/crypto/stack: safestack.h stack.c stack.h lib/libssl/src/crypto/store: store.h str_err.c str_lib.c str_locl.h str_mem.c str_meth.c lib/libssl/src/crypto/ts: ts.h ts_asn1.c ts_conf.c ts_err.c ts_lib.c ts_req_print.c ts_req_utils.c ts_rsp_print.c ts_rsp_sign.c ts_rsp_utils.c ts_rsp_verify.c ts_verify_ctx.c lib/libssl/src/crypto/txt_db: txt_db.c txt_db.h lib/libssl/src/crypto/ui: ui.h ui_compat.h ui_err.c ui_lib.c ui_locl.h ui_openssl.c ui_util.c lib/libssl/src/crypto/whrlpool: whrlpool.h wp_block.c wp_dgst.c wp_locl.h lib/libssl/src/crypto/x509: by_dir.c by_file.c x509.h x509_att.c x509_cmp.c x509_d2.c x509_def.c x509_err.c x509_ext.c x509_lu.c x509_obj.c x509_r2x.c x509_req.c x509_set.c x509_trs.c x509_txt.c x509_v3.c x509_vfy.c x509_vfy.h x509_vpm.c x509cset.c x509name.c x509rset.c x509spki.c x509type.c x_all.c lib/libssl/src/crypto/x509v3: ext_dat.h pcy_cache.c pcy_data.c pcy_int.h pcy_lib.c pcy_map.c pcy_node.c pcy_tree.c v3_addr.c v3_akey.c v3_akeya.c v3_alt.c v3_asid.c v3_bcons.c v3_bitst.c v3_conf.c v3_cpols.c v3_crld.c v3_enum.c v3_extku.c v3_genn.c v3_ia5.c v3_info.c v3_int.c v3_lib.c v3_ncons.c v3_ocsp.c v3_pci.c v3_pcia.c v3_pcons.c v3_pku.c v3_pmaps.c v3_prn.c v3_purp.c v3_skey.c v3_sxnet.c v3_utl.c v3err.c x509v3.h lib/libssl/src/ssl: bio_ssl.c d1_both.c d1_clnt.c d1_enc.c d1_lib.c d1_meth.c d1_pkt.c d1_srtp.c d1_srvr.c dtls1.h pqueue.c pqueue.h s23_clnt.c s23_lib.c s23_meth.c s23_pkt.c s23_srvr.c s3_both.c s3_cbc.c s3_clnt.c s3_enc.c s3_lib.c s3_meth.c s3_pkt.c s3_srvr.c srtp.h ssl.h ssl2.h ssl23.h ssl3.h ssl_algs.c ssl_asn1.c ssl_cert.c ssl_ciph.c ssl_err.c ssl_err2.c ssl_lib.c ssl_locl.h ssl_rsa.c ssl_sess.c ssl_stat.c ssl_txt.c t1_clnt.c t1_enc.c t1_lib.c t1_meth.c t1_reneg.c t1_srvr.c tls1.h lib/libssl/src/test: asn1test.c methtest.c r160test.c Log message: tags as requested by miod and tedu CVSROOT: /cvs Module name: src Changes by: bcallah@cvs.openbsd.org 2014/06/12 10:29:41 Modified files: usr.bin/mg : buffer.c Log message: Remove a comparison that is always true. Reported by clang. Merge the new if into a single line, requested by florian@ ok matthew@ florian@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/12 10:33:58 Modified files: x11/worker : Makefile distinfo Log message: Update to 3.4.1 ok Eivind Nicolay Evensen (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/12 12:21:13 Modified files: security/stegdetect: Makefile distinfo Added files: security/stegdetect/patches: patch-f5_c Log message: fix mktemp template, from Ted Roby while there, kill groff and tidy Makefile a little CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/12 12:55:21 Modified files: www/firefox-esr: Makefile distinfo Log message: - update to firefox-esr-24.6.0 * see: http://www.mozilla.org/en-US/firefox/24.6.0/releasenotes/ * fixes MFSA-2014-48, 49 and 52 ok landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/12 12:56:15 Modified files: mail/tnef : Makefile distinfo Log message: Update to tnef-1.4.10. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/12 13:00:31 Added files: net/ucspi-tcp : Makefile distinfo net/ucspi-tcp/pkg: DESCR PLIST README Log message: Reinstate net/ucspi-tcp (previously removed due to license which was cleared up some time ago), now incorporating fefe's v6 patchset. From new maintainer Jan Klemkow with a few tweaks by me, ok henning CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/12 13:00:31 Modified files: www/firefox-esr-i18n: Makefile.inc distinfo Log message: - update to firefox-esr-i18n 24.6.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/12 13:02:26 Modified files: www/firefox-esr: Tag: OPENBSD_5_5 Makefile distinfo Log message: - update to firefox-esr-24.6.0 * see: http://www.mozilla.org/en-US/firefox/24.6.0/releasenotes/ * fixes MFSA-2014-48, 49 and 52 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/12 13:03:14 Modified files: www/firefox-esr-i18n: Tag: OPENBSD_5_5 Makefile.inc Log message: - update to firefox-esr-i18n 24.6.0 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/06/12 13:41:20 Modified files: faq : current.html Log message: add a note about config changes for nginx users using syslog logging CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/12 13:49:04 Modified files: www/firefox-esr-i18n: Tag: OPENBSD_5_5 distinfo Log message: missed in previous CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/12 14:40:57 Modified files: lib/libssl/src/crypto/dh: dh_pmeth.c lib/libssl/src/crypto/dsa: dsa_pmeth.c lib/libssl/src/crypto/rsa: rsa_pmeth.c Log message: replace atoi() calls with strtol(). Follow the idiomatic pattern in our manual page strictly. Return -2 if the strings are not strict numbers. The numbers remain in the range of "int". Range checking for these parameters is done later in the pkey_*_ctl() functions, or sometimes in functions much further downstream... but not always!!! ok millert miod mikeb CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/12 14:46:36 Modified files: net : Makefile Log message: +ucspi-tcp CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/06/12 14:52:15 Modified files: sys/arch/mips64/mips64: trap.c Log message: Grab the kernel lock before cleaning up single-step breakpoints. Should prevent mips64 from hitting the same problem as found by tobiasu@ on hppa. ok miod@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2014/06/12 15:54:30 Modified files: comms/chirp : Makefile distinfo comms/chirp/patches: patch-chirp_platform_py comms/chirp/pkg: PLIST Log message: Update chirp to 0.4.0 OK sthen@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/12 15:58:14 src/regress/lib/libc/explicit_bzero Update of /cvs/src/regress/lib/libc/explicit_bzero In directory cvs.openbsd.org:/tmp/cvs-serv3244/explicit_bzero Log Message: Directory /cvs/src/regress/lib/libc/explicit_bzero added to the repository CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/12 16:01:55 Modified files: regress/lib/libc: Makefile Added files: regress/lib/libc/explicit_bzero: Makefile explicit_bzero.c Log message: Add regress test for explicit_bzero. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/06/12 16:24:26 Modified files: build : mirrors.dat Log message: ftp.fr has moved to new hardware; update ssh key fingerprints CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/06/12 16:24:46 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/12 16:39:12 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-channels_chan_sip_c telephony/asterisk/pkg: PLIST-main Log message: SECURITY update to asterisk 11.10.1 - AST-2014-006: MixMonitor manager action allows arbitrary shell commands to be called from AMI (management interface) users without having proper permissions. - AST-2014-007: add a timeout to mitigate possible DoS on http interface (connecting but making no request ties up a connection) CVSROOT: /cvs Module name: src Changes by: tobiasu@cvs.openbsd.org 2014/06/12 18:02:37 Modified files: sys/arch/hppa/hppa: trap.c Log message: Fix ptrace() hanging hppa MP systems Fiddling with uvm, registers and breakpoints requires taking the kernel lock Problem spotted by tedu@ ok kettenis@ deraadt@ miod@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/12 19:48:52 Modified files: lib/libc/sys : minherit.2 sys/sys : mman.h sys/uvm : uvm_extern.h uvm_map.c Log message: Add support for MAP_INHERIT_ZERO. This provides a way for a process to designate pages in its address space that should be replaced by fresh, zero-initialized anonymous memory in forked child processes, rather than being copied or shared. ok jmc, kettenis, tedu, deraadt; positive feedback from many more CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/12 19:52:21 src/regress/lib/libc/timingsafe Update of /cvs/src/regress/lib/libc/timingsafe In directory cvs.openbsd.org:/tmp/cvs-serv30631/timingsafe Log Message: Directory /cvs/src/regress/lib/libc/timingsafe added to the repository CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/12 19:55:02 Modified files: regress/lib/libc: Makefile Added files: regress/lib/libc/timingsafe: Makefile timingsafe.c Log message: Add regress tests for timingsafe_bcmp and timingsafe_memcmp. timingsafe_memcmp tests are disabled for now, pending its addition to libc. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/12 20:12:17 Modified files: include : string.h lib/libc/string: Makefile.inc bcmp.3 memcmp.3 regress/lib/libc/timingsafe: timingsafe.c Added files: lib/libc/string: timingsafe_bcmp.3 timingsafe_memcmp.c Log message: Add timingsafe_memcmp(). ok deraadt, jmc, tedu CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2014/06/12 20:30:32 Modified files: devel/fossil : Makefile distinfo devel/fossil/patches: patch-src_main_mk patch-src_shell_c Removed files: devel/fossil/patches: patch-src_main_c Log message: Update fossil to 1.29. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/12 20:46:25 Modified files: lib/libc : shlib_version Log message: crank major CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/12 20:49:11 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/12 22:11:45 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/12 22:29:13 Modified files: lib/libssl/src/apps: s_cb.c s_client.c s_server.c lib/libssl/src/ssl: d1_lib.c s3_lib.c ssl.h ssl3.h ssl_err.c ssl_lib.c t1_enc.c t1_lib.c tls1.h lib/libssl/ssl : shlib_version regress/lib/libssl/ssl: ssltest.c Log message: Remove support for the `opaque PRF input' extension, which draft has expired 7 years ago and never made it into an RFC. That code wasn't compiled in anyway unless one would define the actual on-the-wire extension id bytes; crank libssl major. With help and enlightenment from Brendan MacDonell. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/12 22:36:49 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/06/13 00:35:58 Modified files: sys/net : pipex.c usr.sbin/npppd/npppd: npppd_subr.c Log message: Fix tcp-mss-adjust of pipex and npppd to update the pointer of tcp option and check the boundary correctly. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/06/13 00:44:11 Modified files: sys/net : pipex.c Log message: Fix KASSERT on pipex_ppp_input(). Must not reached there even if the tunneling protocol is PPPoE. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/06/13 00:47:09 Modified files: sys/net : pipex.c Log message: KASSERT in pipex_ppp_input() fails if a compressed PPP frame is received by the pipex session whose mppe is not accepted. Fix ppp_common_input() to not pass such frames to pipex. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/13 00:57:59 Modified files: devel/xulrunner/24: Makefile distinfo Log message: update to xulrunner-24.6.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/13 00:58:14 Modified files: www/conkeror : Makefile Log message: bump after xulrunner update CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/13 01:15:39 src/regress/sys/uvm/minherit_zero Update of /cvs/src/regress/sys/uvm/minherit_zero In directory cvs.openbsd.org:/tmp/cvs-serv7546/minherit_zero Log Message: Directory /cvs/src/regress/sys/uvm/minherit_zero added to the repository CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/13 01:17:54 Modified files: regress/sys/uvm: Makefile Added files: regress/sys/uvm/minherit_zero: Makefile minherit_zero.c Log message: Add regress test for MAP_INHERIT_ZERO. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/06/13 01:28:13 Modified files: sys/net : if.h sys/kern : uipc_mbuf.c Log message: Instead of updating all the cluster allocation water marks of all the interfaces when the kernel is livelocked, only do it for the current pool and defer the other updates. This allow us to get rid of an interface list iteration in a critical path. Ridding the libc crank since this change introduce an ABI break. ok claudio@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/06/13 01:31:18 Modified files: usr.bin/systat : mbufs.c Log message: Now that the water marks are updated on a per-pool basis indicate in the LIVELOCKS column if there is a pending (deferred) update. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/13 01:37:27 Modified files: graphics/leptonica: Makefile distinfo graphics/leptonica/pkg: PLIST Added files: graphics/leptonica/patches: patch-prog_reg_wrapper_sh Removed files: graphics/leptonica/patches: patch-src_gifio_c patch-src_pngio_c Log message: update to leptonica 1.70, ok ajacoutot@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/06/13 02:14:55 Modified files: faq : current.html Log message: mention new syscalls coming CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/06/13 02:20:19 Modified files: . : index.html Log message: improve left margin CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/13 02:26:10 Modified files: sys/dev : rnd.c sys/kern : syscalls.master include : unistd.h lib/libc/sys : Makefile.inc Added files: lib/libc/sys : getentropy.2 Log message: Add new getentropy() system call. Code and pressure from matthew. I accepted that he's right (again) to seperate this out from heavy sysctl API and this will simply a variety of things. Functionname is not used by anyone in the ports tree, so we guess we can use it. Shocking that no application has a function called this. ok matthew & others who pushed him to start this early on CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/13 02:26:29 Modified files: usr.bin/ssh : sandbox-systrace.c Log message: permit SYS_getentropy from matthew CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/13 02:27:04 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 2014/06/13 02:28:43 Modified files: lib/libc/gen : sysctl.3 Log message: delete a lie; replace with a truth CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/13 04:52:24 Modified files: lib/libssl/src/ssl: s3_pkt.c ssl.h ssl_lib.c ssl_locl.h Log message: Add an SSL_AEAD_CTX to enable the use of EVP_AEAD with an SSL cipher. Read and write contexts are also added to the SSL_CTX, along with supporting code. Based on Adam Langley's chromium diffs. Rides the recent SSL library bump. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/13 05:52:03 Modified files: lib/libssl/src/ssl: ssl.h ssl3.h ssl_err.c t1_enc.c Log message: Add support for handling SSL_CIPHER_ALGORITHM2_AEAD ciphers, which are those that use EVP_AEAD instead ov EVP_CIPHER. This means being able to change cipher state with an EVP_AEAD and being able to encrypt/decrypt TLS using the EVP_AEAD. This has no change on existing non-SSL_CIPHER_ALGORITHM2_AEAD ciphers. Based on Adam Langley's chromium patches. Rides the recent libssl bump. Tested by sthen@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/13 06:41:01 Modified files: lib/libssl/src/ssl: s3_enc.c Log message: Use SSL3_SEQUENCE_SIZE and if we're going to preincrement we may as well do it properly. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/13 06:49:10 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: Combine the MAC handling for both !EVP_CIPH_FLAG_AEAD_CIPHER and EVP_CIPH_FLAG_AEAD_CIPHER into the same if/else block. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/13 07:21:09 Modified files: lib/libssl/src/ssl: s3_lib.c Log message: Switch the AES-GCM cipher suites to SSL_CIPHER_ALGORITHM2_AEAD. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/13 07:28:53 Modified files: lib/libssl/src/ssl: s3_lib.c ssl.h ssl_ciph.c ssl_locl.h tls1.h Log message: Add ChaCha20-Poly1305 based ciphersuites. Based on Adam Langley's chromium patches. Tested by and ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/13 07:34:38 Modified files: sysutils/bacula: Makefile sysutils/bacula/pkg: README-server Log message: Fix path to doc. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/13 08:11:35 Modified files: lib/libssl/src/ssl: s3_enc.c Log message: Rename a bunch of variables in ssl3_change_cipher_state() for readability. This also brings it inline with tls1_change_cipher_state_cipher(). CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/13 08:15:14 Modified files: lib/libssl/src/ssl: s3_enc.c Log message: The export_key/export_iv variables are only used in the is_export case. Also use c rather than &c[0]. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/13 08:32:35 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: Swap compress/expand around so they are in the correct order - these ended up in the wrong order when the code was refactored. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/13 08:38:13 Modified files: lib/libssl/src/ssl: s3_enc.c Log message: Separate the comression handling from the cipher/message digest handling in ssl3_change_cipher_state(). CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/13 08:58:05 Modified files: lib/libssl/src/ssl: s3_enc.c Log message: Do not bother trying to work out of we can reuse a cipher context - just throw it away and create a new one. This simplifies the code and also allows ASR to do its thing. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/13 09:16:46 Modified files: lib/libc/sys : getentropy.2 Log message: typo; Piotr Sikora CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/13 09:28:49 Modified files: lib/libssl/src/ssl: s3_enc.c Log message: Use meaningful variable names, rather than i, j, k and cl. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/13 09:31:21 Modified files: sysutils/bacula: Makefile sysutils/bacula/patches: patch-src_dird_bacula-dir_conf_in sysutils/bacula/pkg: PLIST-server Removed files: sysutils/bacula/patches: patch-src_console_bconsole_conf_in patch-src_qt-console_bat_conf_in Log message: Fix some default values. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/13 09:35:34 Modified files: lib/libc/stdlib: random.c Log message: use getentropy; from matthew CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/13 09:36:37 Modified files: lib/libc/crypt : arc4random.c Log message: use getgentropy() call. If it fails, things are pretty bad -- call abort(). this direction discussed at length with miod beck tedu matthew etc CVSROOT: /cvs Module name: src Changes by: chrisz@cvs.openbsd.org 2014/06/13 09:41:06 Modified files: sys/netinet6 : in6.h lib/libc/net : ip6opt.c rthdr.c Log message: Remove deprecated RFC2292 ancillary data convenience functions. They are obsoleted by the RFC3542 api. ok mpi@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/13 10:04:13 Modified files: lib/libssl/src/ssl: s3_enc.c Log message: Correctly calculate the key block length when used with export ciphers. While here, use meaningful variable names and simplify the calculation. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/13 10:08:03 Modified files: lib/libssl/src/ssl: s3_enc.c Log message: Overhaul the keyblock handling in ssl3_change_cipher_state(). Use meaningful variable names with use with pointer arithmitic rather than complex array indexing. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/13 10:09:15 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: Correctly calculate the key block length when using export ciphers. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/13 10:59:21 Modified files: mail/roundcubemail: Makefile Log message: add a dependency on php-zip, pointed out by aja@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/06/13 11:01:36 Modified files: www/phpmyadmin : Makefile distinfo Added files: www/phpmyadmin/patches: patch-js_error_report_js patch-js_server_privileges_js Log message: Bugfix update to 4.2.2 add a fix for bug #3893, token mismatch error when a new user is created CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/06/13 12:53:34 Modified files: faq : current.html Log message: oops, date CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/13 12:58:58 Modified files: lib/libc/crypt : arc4random.c Log message: For now... assume success of getentropy() just like we assumed success of sysctl(). Mark it with XXX while we consider. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2014/06/13 13:24:26 Modified files: x11/echinus : Makefile distinfo Log message: Update for echinus to 0.4.9 Ok maintainer Alexander Polakov. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/06/13 13:47:45 Modified files: . : donations.html Log message: precision CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/06/13 14:32:33 Modified files: net/curl : Makefile distinfo Log message: maintenance update to 7.37.0 CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2014/06/13 14:43:06 Modified files: sbin/dump : dump.h main.c tape.c traverse.c Log message: Type cleanup: * Move all off_t variables that don't look like file sizes to int64_t. * Switch blockswritten to int64_t, so it won't wrap at 2TB. * Same for blocksthisvol (from deraadt@). * Switch xferrate (from tedu@) and blocksperfile from long to uint64_t. * Since blocksperfile can be set with -B, move numarg() from long to long long and don't mark small integer constant arguments as long. ok deraadt@, tedu@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/13 14:47:19 Modified files: lib/libssl/src/crypto: arm_arch.h Log message: typo CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/06/13 14:48:58 Log message: Import the CLI version of MediaInfo 0.7.69: MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. tweaks/ok sthen@ Status: Vendor Tag: naddy Release Tags: naddy_20140613 N ports/multimedia/mediainfo/Makefile N ports/multimedia/mediainfo/distinfo N ports/multimedia/mediainfo/pkg/DESCR N ports/multimedia/mediainfo/pkg/PLIST N ports/multimedia/mediainfo/patches/patch-MediaInfoLib_Source_MediaInfo_MediaInfo_Internal_cpp N ports/multimedia/mediainfo/patches/patch-MediaInfoLib_Project_GNU_Library_libmediainfo-config_in N ports/multimedia/mediainfo/patches/patch-ZenLib_Project_GNU_Library_libzen-config_in N ports/multimedia/mediainfo/patches/patch-MediaInfo_Project_GNU_CLI_configure N ports/multimedia/mediainfo/patches/patch-MediaInfoLib_Project_GNU_Library_configure N ports/multimedia/mediainfo/patches/patch-ZenLib_Project_GNU_Library_configure N ports/multimedia/mediainfo/files/configure N ports/multimedia/mediainfo/files/Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/06/13 14:49:52 Modified files: multimedia : Makefile Log message: +mediainfo CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2014/06/13 14:52:52 Modified files: graphics/inkscape/patches: patch-configure_ac patch-src_extension_internal_pdfinput_pdf-parser_cpp Log message: Sync with more useful diff committed upstream. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2014/06/13 14:53:17 Modified files: usr.sbin/nginx/conf: mime.types Log message: fix duplicate entry for the eot extension; noted by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/13 14:59:54 Modified files: sysutils/mcollective-plugins/puppet-agent: Makefile distinfo Log message: update to mcollective-puppet-agent-1.7.2 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/13 15:06:24 Modified files: sys/arch/vax/if: sgec.c Log message: Fix broken logic in sgec_rxintr() poorly duplicating some of ether_input() checks, causing the rx ring pointer to stall as soon as an irrelevant frame is received when the intergace is in bpf+promiscuous or `all multicast' mode. Problem spotted and tracked down to the use of bpf by sebastia@. Hair pulling by me. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/06/13 15:43:56 Modified files: sys/dev/usb : usbdevs Log message: Add USB device ID of Ralink RT5572. Found in a TP-LINK TL-WDN3200 device. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/06/13 15:44:15 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/06/13 15:47:02 Modified files: sys/dev/usb : if_run.c Log message: Make run(4) attach to RT5572. Tested with "MAC/BBP RT5592 (rev 0x0222), RF RT5592 (MIMO 2T2R)" device. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/06/13 16:29:40 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-tools_clang_include_clang_Driver_Options_td patch-tools_clang_lib_Driver_Tools_cpp Added files: devel/llvm/patches: patch-lib_CodeGen_SelectionDAG_LegalizeVectorTypes_cpp patch-tools_clang_lib_Headers_xmmintrin_h Log message: Some fixes from uptream.. - Use dwarf-2 by default on OpenBSD and FreeBSD. - Make VSELECT selection terminate in cases where the condition type has to be split and the result type widened. (fixes an OOM crash with the vectorizer on i386 if not utilizing SSE2 or newer) - The last step of _mm_cvtps_pi16 should use _mm_packs_pi32, which is a function that reads two __m64 values and packs four 32-bit values into four 16-bit values. Fix profiling.. - Alias the command line parameter -p to -pg. From Bitrig ok sthen@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/13 16:40:31 Modified files: sys/sys : wait.h Log message: Remove support for "union wait" and WSTOPPED. union wait has been deprecated since 4.3BSD, and WSTOPPED means something else now in POSIX, that we don't yet support. Original diff by guenther, from 2.5 years ago. Ports tree cleanup and re-testing by naddy. ok deraadt, kettenis CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/13 18:17:52 Modified files: share/man/man4 : systrace.4 Log message: Update documentation for STRIOCGETCWD. Back in 2011, I changed it from taking a "pid_t *" to a "struct systrace_getcwd *" so that systrace(1) could resolve filenames passed to openat(2), etc, but apparently failed to document the change. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/13 18:24:38 Modified files: share/man/man4 : systrace.4 Log message: Fix a couple systrace(4) nits Mention SYSTRACE_POLICY_KILL again later as appropriate and document that STRIOCINJECT takes a pointer to a struct systrace_inject. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/06/13 19:23:48 Modified files: infrastructure/lib/DPB: Engine.pm Log message: Work around perlbug 77706, only hit infrequently on vax. ok espie@ CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2014/06/13 20:18:48 Modified files: . : plus.html Log message: plus.html for June 2-8. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2014/06/14 01:51:52 Modified files: infrastructure/db: systrace.filter Log message: Fix ports builds with systrace after getentropy addition. ok brad sthen CVSROOT: /cvs Module name: src Changes by: avsm@cvs.openbsd.org 2014/06/14 04:28:31 Modified files: lib/libssl/src/crypto/buffer: buffer.h lib/libssl/src/crypto/md5: md5.h lib/libssl/src/crypto/sha: sha.h Log message: Add more bounded attributes to the buffer and md5/sha headers in libssl ok miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/14 04:34:46 Modified files: biology/AcePerl: Makefile biology/AcePerl/pkg: PFRAG.opt comms/hamlib : Makefile comms/hamlib/pkg: PLIST-main comms/pilot-link: Makefile comms/pilot-link/pkg: PLIST devel/subversion: Makefile devel/subversion/pkg: PLIST-perl devel/uuid : Makefile devel/uuid/pkg : PLIST-perl games/frozen-bubble: Makefile games/frozen-bubble/pkg: PLIST-main geo/gdal : Makefile geo/gdal/pkg : PLIST-perl graphics/GraphicsMagick: Makefile graphics/GraphicsMagick/pkg: PLIST graphics/ImageMagick: Makefile graphics/ImageMagick/pkg: PLIST japanese/nkf : Makefile japanese/nkf/pkg: PLIST mail/cyrus-imapd: Makefile mail/cyrus-imapd/pkg: PLIST mail/razor-agents: Makefile mail/razor-agents/pkg: PLIST net/irssi : Makefile net/irssi/pkg : PLIST net/irssi-silc : Makefile net/irssi-silc/pkg: PLIST net/net-snmp : Makefile net/net-snmp/pkg: PLIST-perl net/rrdtool : Makefile net/rrdtool/pkg: PLIST-main textproc/redland-bindings: Makefile textproc/redland-bindings/pkg: PLIST-main www/ap2-mod_perl: Makefile www/ap2-mod_perl/pkg: PLIST www/clearsilver: Makefile www/clearsilver/pkg: PLIST-perl www/fcgi : Makefile www/fcgi/pkg : PFRAG.shared www/mod_perl : Makefile www/mod_perl/pkg: PLIST x11/kde/bindings3: Makefile x11/kde/bindings3/pkg: PLIST Log message: @comment zero-byte perl .bs files in all packages which don't have p5-* PKGNAMEs and bump CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/06/14 06:33:07 Modified files: sbin/fsck_msdos: fat.c Log message: Fix regression of 1.20 by properly incrementing pointer. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/06/14 06:50:40 Modified files: www/mozilla : mozilla.port.mk Log message: Plumbing for upcoming ffx 30: - bump nspr dependency to 4.10.6. - remove libIDL BDEP, not needed anymore - add a gtk3 FLAVOR for firefox only, provided as a tech preview. Not everything works, it's in pretty good shape, but not considered ready yet upstream. You have been warned! Note this also needs to be built with system-cairo. - shuffle LDEP/WANTLIB around for gtk3 FLAVOR. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/06/14 06:52:04 Modified files: devel/xulrunner/24: Makefile www/firefox-esr: Makefile www/seamonkey : Makefile Log message: Bump REVISIONs after mozilla.port.mk changes. Note that seamonkey 2.27 will miss the trains due to infrastructure issue, a 2.26.1 is in the pipe, and 2.28 should be released in line with ffx/gecko 31. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/06/14 06:53:30 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: Bugfix update to thunderbird 24.6.0. - See https://www.mozilla.org/en-US/thunderbird/24.6.0/releasenotes/ - Fixes MFSA 2014-48,49 & 52. Note that the next release will be 31.0, in line with ESR. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/06/14 07:03:31 Modified files: www/firefox-i18n: Makefile.inc distinfo www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-media_libvpx_Makefile_in patch-toolkit_components_downloads_nsDownloadManager_cpp patch-xpcom_io_SpecialSystemDirectory_cpp Added files: www/mozilla-firefox/patches: patch-browser_branding_official_Makefile_in patch-configure_in patch-webapprt_gtk2_Makefile_in patch-webapprt_moz_build Log message: Update to firefox 30.0. - See http://www.mozilla.org/en-US/firefox/30.0/releasenotes/ - Fixes MFSA 2014-48->54 - Switch to use gstreamer 1.0 by default - Add a bunch of patches from #992613, #991613, #1012447 to build properly with gtk3 - Note that this fixes runtime on ppc which was broken since 29 (see #961488), which was quite a hairy one - Still running fine on sparc64 ! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/14 08:04:07 Modified files: net/icli : Makefile distinfo net/icli/pkg : PLIST Removed files: net/icli/patches: icinga-bin_icli nagios-bin_icli Log message: update to icli 0.48 CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/06/14 09:21:27 Modified files: sbin/fsck_msdos: boot.c Log message: Fix regression of 1.16: write fsinfo, not block into FSInfo region. ok krw@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/06/14 09:23:45 Modified files: sbin/fsck_msdos: boot.c Log message: Fix memory leaks in bootblock handling. ok krw@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/14 12:01:42 Modified files: include : unistd.h sys/kern : syscalls.master sys/dev : rnd.c lib/libc/sys : getentropy.2 Log message: Change return value of getentropy() to int 0 for success. Maximum buffersize is enforced strictly, this supplies sufficient entropy payload to act as seed material. Discourage general use of this API, but lock down this function name as the go-to for userland PRNG seeding. Improve documentation. ok miod matthew CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/14 12:01:55 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: tobias@cvs.openbsd.org 2014/06/14 13:32:25 Modified files: sbin/fsck_msdos: fat.c Log message: Avoid infinite loop if cluster chain is a cyclic list. Inspired by Android's commit b6ee08aadb580341a4d80943741b80de16a88b5d, but fixing the actually offending cluster, not a random one. ok krw@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/14 14:31:17 Modified files: libexec/ld.so : util.c Log message: Make _dl_randombuf invoke sysctl KERN_ARND in 256-byte chunks, for this is (currently) the largest output you can get from it. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/14 15:59:38 Modified files: sys/kern : kern_sysctl.c Log message: temporarily (maybe 3 weeks?) crank KERN_ARND maximum buffer from 256 to 512, to make it easier for people to build to -current. ok miod CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/14 16:00:28 Modified files: sys/kern : kern_sysctl.c Log message: Rather than truncating KERN_ARND requests silently, return EINVAL ok miod CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/14 16:11:41 Modified files: databases/ruby-redis: Makefile distinfo databases/ruby-redis/pkg: PLIST Log message: revert last update for now, it breaks dependent ports no reply from maintainer CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2014/06/14 17:11:20 Modified files: sys/arch/alpha/dev: sgmap_common.c sgmapvar.h sys/arch/alpha/pci: cia_dma.c mcpcia_dma.c tsp_dma.c Log message: Preallocate sgmap extent regions for tsp, cia and mcpcia dma maps, which fall back to sgmap if the direct mapping fails. ok miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/14 17:23:12 Modified files: archivers/p5-Compress-Bzip2: Makefile archivers/p5-Compress-Bzip2/pkg: PLIST archivers/p5-Compress-LZO: Makefile archivers/p5-Compress-LZO/pkg: PLIST archivers/p5-PerlIO-gzip: Makefile archivers/p5-PerlIO-gzip/pkg: PLIST audio/p5-Audio-CD: Makefile audio/p5-Audio-CD/pkg: PLIST audio/p5-Audio-FLAC-Header: Makefile audio/p5-Audio-FLAC-Header/pkg: PLIST audio/p5-Audio-Scan: Makefile audio/p5-Audio-Scan/pkg: PLIST audio/p5-Ogg-Vorbis-Header: Makefile audio/p5-Ogg-Vorbis-Header/pkg: PLIST audio/p5-libvorbis: Makefile audio/p5-libvorbis/pkg: PLIST comms/p5-Device-SerialPort: Makefile comms/p5-Device-SerialPort/pkg: PLIST converters/p5-Convert-Binary-C: Makefile converters/p5-Convert-Binary-C/pkg: PLIST converters/p5-Convert-UUlib: Makefile converters/p5-Convert-UUlib/pkg: PLIST converters/p5-JSON-DWIW: Makefile converters/p5-JSON-DWIW/pkg: PLIST converters/p5-JSON-XS: Makefile converters/p5-JSON-XS/pkg: PLIST converters/p5-Net-IDN-Encode: Makefile converters/p5-Net-IDN-Encode/pkg: PLIST converters/p5-Text-Iconv: Makefile converters/p5-Text-Iconv/pkg: PLIST converters/p5-Unicode-LineBreak: Makefile converters/p5-Unicode-LineBreak/pkg: PLIST converters/p5-Unicode-Map: Makefile converters/p5-Unicode-Map/pkg: PLIST converters/p5-Unicode-Map8: Makefile converters/p5-Unicode-Map8/pkg: PLIST converters/p5-Unicode-String: Makefile converters/p5-Unicode-String/pkg: PLIST Log message: @comment zero-byte perl .bs files CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/14 17:25:00 Modified files: databases/p5-BerkeleyDB: Makefile databases/p5-BerkeleyDB/pkg: PLIST databases/p5-DBD-Pg: Makefile databases/p5-DBD-Pg/pkg: PLIST databases/p5-DBD-SQLite: Makefile databases/p5-DBD-SQLite/pkg: PLIST databases/p5-DBD-SQLite2: Makefile databases/p5-DBD-SQLite2/pkg: PLIST databases/p5-DBD-Sybase: Makefile databases/p5-DBD-Sybase/pkg: PLIST databases/p5-DBD-mysql: Makefile databases/p5-DBD-mysql/pkg: PLIST databases/p5-DBI: Makefile databases/p5-DBI/pkg: PLIST databases/p5-GDBM_File: Makefile databases/p5-GDBM_File/pkg: PLIST databases/p5-Search-Xapian: Makefile databases/p5-Search-Xapian/pkg: PLIST databases/p5-pgsql: Makefile databases/p5-pgsql/pkg: PLIST databases/p5-sybperl: Makefile databases/p5-sybperl/pkg: PLIST devel/p5-Acme-Damn: Makefile devel/p5-Acme-Damn/pkg: PLIST devel/p5-Algorithm-Permute: Makefile devel/p5-Algorithm-Permute/pkg: PLIST devel/p5-Array-RefElem: Makefile devel/p5-Array-RefElem/pkg: PLIST devel/p5-B-Hooks-OP-Check: Makefile devel/p5-B-Hooks-OP-Check/pkg: PLIST devel/p5-B-Utils: Makefile devel/p5-B-Utils/pkg: PLIST devel/p5-BSD-Resource: Makefile devel/p5-BSD-Resource/pkg: PLIST devel/p5-BSD-arc4random: Makefile devel/p5-BSD-arc4random/pkg: PLIST devel/p5-BSD-stat: Makefile devel/p5-BSD-stat/pkg: PLIST devel/p5-Cache-FastMmap: Makefile devel/p5-Cache-FastMmap/pkg: PLIST devel/p5-Cache-Mmap: Makefile devel/p5-Cache-Mmap/pkg: PLIST devel/p5-Class-C3-XS: Makefile devel/p5-Class-C3-XS/pkg: PLIST devel/p5-Class-Date: Makefile devel/p5-Class-Date/pkg: PLIST devel/p5-Class-Load-XS: Makefile devel/p5-Class-Load-XS/pkg: PLIST devel/p5-Class-MethodMaker: Makefile devel/p5-Class-MethodMaker/pkg: PLIST devel/p5-Class-XSAccessor: Makefile devel/p5-Class-XSAccessor/pkg: PLIST devel/p5-Clone : Makefile devel/p5-Clone/pkg: PLIST devel/p5-Coro : Makefile devel/p5-Coro/pkg: PLIST devel/p5-Curses: Makefile devel/p5-Curses/pkg: PLIST devel/p5-Data-Alias: Makefile devel/p5-Data-Alias/pkg: PLIST devel/p5-Data-Dump-Streamer: Makefile devel/p5-Data-Dump-Streamer/pkg: PLIST devel/p5-Data-Structure-Util: Makefile devel/p5-Data-Structure-Util/pkg: PLIST devel/p5-Data-UUID: Makefile devel/p5-Data-UUID/pkg: PLIST devel/p5-Date-Simple: Makefile devel/p5-Date-Simple/pkg: PLIST devel/p5-DateTime: Makefile devel/p5-DateTime/pkg: PLIST devel/p5-Devel-Caller: Makefile devel/p5-Devel-Caller/pkg: PLIST devel/p5-Devel-Cover: Makefile devel/p5-Devel-Cover/pkg: PLIST devel/p5-Devel-Declare: Makefile devel/p5-Devel-Declare/pkg: PLIST devel/p5-Devel-FastProf: Makefile devel/p5-Devel-FastProf/pkg: PLIST devel/p5-Devel-FindRef: Makefile devel/p5-Devel-FindRef/pkg: PLIST devel/p5-Devel-Gladiator: Makefile devel/p5-Devel-Gladiator/pkg: PLIST devel/p5-Devel-Leak: Makefile devel/p5-Devel-Leak/pkg: PLIST devel/p5-Devel-NYTProf: Makefile devel/p5-Devel-NYTProf/pkg: PLIST devel/p5-Devel-SawAmpersand: Makefile devel/p5-Devel-SawAmpersand/pkg: PLIST devel/p5-Devel-Size: Makefile devel/p5-Devel-Size/pkg: PLIST devel/p5-Device-USB: Makefile devel/p5-Device-USB/pkg: PLIST devel/p5-EV : Makefile devel/p5-EV/pkg: PLIST devel/p5-Event : Makefile devel/p5-Event/pkg: PLIST devel/p5-File-FnMatch: Makefile devel/p5-File-FnMatch/pkg: PLIST devel/p5-File-RsyncP: Makefile devel/p5-File-RsyncP/pkg: PLIST devel/p5-File-Sync: Makefile devel/p5-File-Sync/pkg: PLIST devel/p5-Filesys-Statvfs: Makefile devel/p5-Filesys-Statvfs/pkg: PLIST devel/p5-Glib2 : Makefile devel/p5-Glib2/pkg: PLIST devel/p5-Guard : Makefile devel/p5-Guard/pkg: PLIST devel/p5-Hash-NoRef: Makefile devel/p5-Hash-NoRef/pkg: PLIST devel/p5-IO-KQueue: Makefile devel/p5-IO-KQueue/pkg: PLIST devel/p5-IO-Tty: Makefile devel/p5-IO-Tty/pkg: PLIST devel/p5-IPC-ShareLite: Makefile devel/p5-IPC-ShareLite/pkg: PLIST devel/p5-Internals: Makefile devel/p5-Internals/pkg: PLIST devel/p5-Lchown: Makefile devel/p5-Lchown/pkg: PLIST devel/p5-List-MoreUtils: Makefile devel/p5-List-MoreUtils/pkg: PLIST devel/p5-Locale-Hebrew: Makefile devel/p5-Locale-Hebrew/pkg: PLIST devel/p5-Locale-gettext: Makefile devel/p5-Locale-gettext/pkg: PLIST devel/p5-Moose : Makefile devel/p5-Moose/pkg: PLIST devel/p5-MooseX-Role-WithOverloading: Makefile devel/p5-MooseX-Role-WithOverloading/pkg: PLIST devel/p5-Mouse : Makefile devel/p5-Mouse/pkg: PLIST devel/p5-POE-XS-Queue-Array: Makefile devel/p5-POE-XS-Queue-Array/pkg: PLIST devel/p5-Package-Stash-XS: Makefile devel/p5-Package-Stash-XS/pkg: PLIST devel/p5-PadWalker: Makefile devel/p5-PadWalker/pkg: PLIST devel/p5-Pango : Makefile devel/p5-Pango/pkg: PLIST devel/p5-Params-Classify: Makefile devel/p5-Params-Classify/pkg: PLIST devel/p5-Params-Util: Makefile devel/p5-Params-Util/pkg: PLIST devel/p5-Params-Validate: Makefile devel/p5-Params-Validate/pkg: PLIST devel/p5-PerlIO-eol: Makefile devel/p5-PerlIO-eol/pkg: PLIST devel/p5-Readonly-XS: Makefile devel/p5-Readonly-XS/pkg: PLIST devel/p5-Regexp-Copy: Makefile devel/p5-Regexp-Copy/pkg: PLIST devel/p5-SDL : Makefile devel/p5-SDL/pkg: PLIST devel/p5-Safe-Hole: Makefile devel/p5-Safe-Hole/pkg: PLIST devel/p5-Scope-Upper: Makefile devel/p5-Scope-Upper/pkg: PLIST devel/p5-Set-Object: Makefile devel/p5-Set-Object/pkg: PLIST devel/p5-Sort-Key: Makefile devel/p5-Sort-Key/pkg: PLIST devel/p5-String-CRC32: Makefile devel/p5-String-CRC32/pkg: PLIST devel/p5-Sub-Identify: Makefile devel/p5-Sub-Identify/pkg: PLIST devel/p5-Sub-Name: Makefile devel/p5-Sub-Name/pkg: PLIST devel/p5-Taint-Runtime: Makefile devel/p5-Taint-Runtime/pkg: PLIST devel/p5-Term-ReadKey: Makefile devel/p5-Term-ReadKey/pkg: PLIST devel/p5-Term-ReadLine-Gnu: Makefile devel/p5-Term-ReadLine-Gnu/pkg: PLIST devel/p5-Term-Size: Makefile devel/p5-Term-Size/pkg: PLIST devel/p5-Test-LeakTrace: Makefile devel/p5-Test-LeakTrace/pkg: PLIST devel/p5-Test-Taint: Makefile devel/p5-Test-Taint/pkg: PLIST devel/p5-Tie-Hash-Indexed: Makefile devel/p5-Tie-Hash-Indexed/pkg: PLIST devel/p5-Time-Warp: Makefile devel/p5-Time-Warp/pkg: PLIST devel/p5-Unix-Mknod: Makefile devel/p5-Unix-Mknod/pkg: PLIST devel/p5-Variable-Magic: Makefile devel/p5-Variable-Magic/pkg: PLIST devel/p5-Want : Makefile devel/p5-Want/pkg: PLIST devel/p5-WeakRef: Makefile devel/p5-WeakRef/pkg: PLIST devel/p5-YAML-Syck: Makefile devel/p5-YAML-Syck/pkg: PLIST devel/p5-YAML-XS: Makefile devel/p5-YAML-XS/pkg: PLIST devel/p5-autobox: Makefile devel/p5-autobox/pkg: PLIST devel/p5-indirect: Makefile devel/p5-indirect/pkg: PLIST Log message: @comment zero-byte perl .bs files CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/14 17:25:21 Modified files: geo/p5-Geo-Coordinates-UTM-XS: Makefile geo/p5-Geo-Coordinates-UTM-XS/pkg: PLIST graphics/p5-Cairo: Makefile graphics/p5-Cairo/pkg: PLIST graphics/p5-GD : Makefile graphics/p5-GD/pkg: PLIST graphics/p5-Goo-Canvas: Makefile graphics/p5-Goo-Canvas/pkg: PLIST graphics/p5-Image-EXIF: Makefile graphics/p5-Image-EXIF/pkg: PLIST graphics/p5-Image-Imlib2: Makefile graphics/p5-Image-Imlib2/pkg: PLIST graphics/p5-Image-Scale: Makefile graphics/p5-Image-Scale/pkg: PLIST graphics/p5-Imager: Makefile graphics/p5-Imager/pkg: PLIST graphics/p5-Imager-QRCode: Makefile graphics/p5-Imager-QRCode/pkg: PLIST graphics/p5-Sane: Makefile graphics/p5-Sane/pkg: PLIST japanese/p5-Text-Kakasi: Makefile japanese/p5-Text-Kakasi/pkg: PLIST Log message: @comment zero-byte perl .bs files CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/14 17:25:42 Modified files: math/p5-AI-FANN: Makefile math/p5-AI-FANN/pkg: PLIST math/p5-Algorithm-Combinatorics: Makefile math/p5-Algorithm-Combinatorics/pkg: PLIST math/p5-Bit-Vector: Makefile math/p5-Bit-Vector/pkg: PLIST math/p5-Math-BigInt-GMP: Makefile math/p5-Math-BigInt-GMP/pkg: PLIST math/p5-Math-FFT: Makefile math/p5-Math-FFT/pkg: PLIST math/p5-Math-GMP: Makefile math/p5-Math-GMP/pkg: PLIST math/p5-Math-Pari: Makefile math/p5-Math-Pari/pkg: PLIST misc/p5-File-LibMagic: Makefile misc/p5-File-LibMagic/pkg: PLIST misc/p5-File-MMagic-XS: Makefile misc/p5-File-MMagic-XS/pkg: PLIST multimedia/p5-Storable-AMF: Makefile multimedia/p5-Storable-AMF/pkg: PLIST net/p5-BSD-Socket-Splice: Makefile net/p5-BSD-Socket-Splice/pkg: PLIST net/p5-Geo-IP : Makefile net/p5-Geo-IP/pkg: PLIST net/p5-IO-Interface: Makefile net/p5-IO-Interface/pkg: PLIST net/p5-IO-Socket-Multicast: Makefile net/p5-IO-Socket-Multicast/pkg: PLIST net/p5-Net-DBus: Makefile net/p5-Net-DBus/pkg: PLIST net/p5-Net-DNS : Makefile net/p5-Net-DNS/pkg: PLIST net/p5-Net-Patricia: Makefile net/p5-Net-Patricia/pkg: PLIST net/p5-Net-Pcap: Makefile net/p5-Net-Pcap/pkg: PLIST net/p5-Net-RawIP: Makefile net/p5-Net-RawIP/pkg: PLIST net/p5-Net-SSH2: Makefile net/p5-Net-SSH2/pkg: PLIST net/p5-Net-TCLink: Makefile net/p5-Net-TCLink/pkg: PLIST net/p5-Net-Z3950-Zoom: Makefile net/p5-Net-Z3950-Zoom/pkg: PLIST net/p5-NetAddr-IP: Makefile net/p5-NetAddr-IP/pkg: PLIST net/p5-Socket6 : Makefile net/p5-Socket6/pkg: PLIST net/p5-flowd : Makefile net/p5-flowd/pkg: PLIST Log message: @comment zero-byte perl .bs files CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/14 17:26:03 Modified files: security/p5-Crypt-Blowfish: Makefile security/p5-Crypt-Blowfish/pkg: PLIST security/p5-Crypt-DES: Makefile security/p5-Crypt-DES/pkg: PLIST security/p5-Crypt-GpgME: Makefile security/p5-Crypt-GpgME/pkg: PLIST security/p5-Crypt-OpenSSL-Bignum: Makefile security/p5-Crypt-OpenSSL-Bignum/pkg: PLIST security/p5-Crypt-OpenSSL-DSA: Makefile security/p5-Crypt-OpenSSL-DSA/pkg: PLIST security/p5-Crypt-OpenSSL-RSA: Makefile security/p5-Crypt-OpenSSL-RSA/pkg: PLIST security/p5-Crypt-OpenSSL-Random: Makefile security/p5-Crypt-OpenSSL-Random/pkg: PLIST security/p5-Crypt-OpenSSL-X509: Makefile security/p5-Crypt-OpenSSL-X509/pkg: PLIST security/p5-Crypt-Rijndael: Makefile security/p5-Crypt-Rijndael/pkg: PLIST security/p5-Crypt-SSLeay: Makefile security/p5-Crypt-SSLeay/pkg: PLIST security/p5-Crypt-Serpent: Makefile security/p5-Crypt-Serpent/pkg: PLIST security/p5-Crypt-Twofish: Makefile security/p5-Crypt-Twofish/pkg: PLIST security/p5-Digest-MD2: Makefile security/p5-Digest-MD2/pkg: PLIST security/p5-Digest-MD4: Makefile security/p5-Digest-MD4/pkg: PLIST security/p5-Digest-MD5-M4p: Makefile security/p5-Digest-MD5-M4p/pkg: PLIST security/p5-Digest-Nilsimsa: Makefile security/p5-Digest-Nilsimsa/pkg: PLIST security/p5-Digest-SHA1: Makefile security/p5-Digest-SHA1/pkg: PLIST security/p5-Digest-Skein: Makefile security/p5-Digest-Skein/pkg: PLIST security/p5-MD5: Makefile security/p5-MD5/pkg: PLIST security/p5-Net_SSLeay: Makefile security/p5-Net_SSLeay/pkg: PLIST sysutils/p5-Filesys-Df: Makefile sysutils/p5-Filesys-Df/pkg: PLIST sysutils/p5-Proc-ProcessTable: Makefile sysutils/p5-Proc-ProcessTable/pkg: PLIST sysutils/p5-Proc-Wait3: Makefile sysutils/p5-Proc-Wait3/pkg: PLIST sysutils/p5-Quota: Makefile sysutils/p5-Quota/pkg: PLIST sysutils/p5-Sys-Virt: Makefile sysutils/p5-Sys-Virt/pkg: PLIST sysutils/p5-Unix-Statgrab: Makefile sysutils/p5-Unix-Statgrab/pkg: PLIST sysutils/p5-Unix-Syslog: Makefile sysutils/p5-Unix-Syslog/pkg: PLIST textproc/p5-Encode-Detect: Makefile textproc/p5-Encode-Detect/pkg: PLIST textproc/p5-LibXML-Common: Makefile textproc/p5-LibXML-Common/pkg: PLIST textproc/p5-SWISH-API: Makefile textproc/p5-SWISH-API/pkg: PLIST textproc/p5-String-Approx: Makefile textproc/p5-String-Approx/pkg: PLIST textproc/p5-String-Similarity: Makefile textproc/p5-String-Similarity/pkg: PLIST textproc/p5-Template: Makefile textproc/p5-Template/pkg: PLIST textproc/p5-Text-Aspell: Makefile textproc/p5-Text-Aspell/pkg: PLIST textproc/p5-Text-CSV_XS: Makefile textproc/p5-Text-CSV_XS/pkg: PLIST textproc/p5-Text-DoubleMetaphone: Makefile textproc/p5-Text-DoubleMetaphone/pkg: PLIST textproc/p5-Text-LevenshteinXS: Makefile textproc/p5-Text-LevenshteinXS/pkg: PLIST textproc/p5-Text-Tmpl: Makefile textproc/p5-Text-Tmpl/pkg: PLIST textproc/p5-XML-LibXML: Makefile textproc/p5-XML-LibXML/pkg: PLIST textproc/p5-XML-LibXSLT: Makefile textproc/p5-XML-LibXSLT/pkg: PLIST textproc/p5-XML-Parser: Makefile textproc/p5-XML-Parser/pkg: PLIST textproc/p5-XML-SAX-ExpatXS: Makefile textproc/p5-XML-SAX-ExpatXS/pkg: PLIST www/p5-Apache-DB: Makefile www/p5-Apache-DB/pkg: PLIST www/p5-HTML-Parser: Makefile www/p5-HTML-Parser/pkg: PLIST www/p5-HTML-Tidy: Makefile www/p5-HTML-Tidy/pkg: PLIST www/p5-HTTP-GHTTP: Makefile www/p5-HTTP-GHTTP/pkg: PLIST www/p5-HTTP-Parser-XS: Makefile www/p5-HTTP-Parser-XS/pkg: PLIST www/p5-WWW-Curl: Makefile www/p5-WWW-Curl/pkg: PLIST www/p5-libapreq: Makefile www/p5-libapreq/pkg: PLIST www/p5-libapreq2: Makefile www/p5-libapreq2/pkg: PLIST x11/p5-Gtk2 : Makefile x11/p5-Gtk2/pkg: PLIST x11/p5-Gtk2-GladeXML: Makefile x11/p5-Gtk2-GladeXML/pkg: PLIST x11/p5-Gtk2-ImageView: Makefile x11/p5-Gtk2-ImageView/pkg: PLIST x11/p5-Tk : Makefile x11/p5-Tk/pkg : PLIST-main x11/p5-Tk-TableMatrix: Makefile x11/p5-Tk-TableMatrix/pkg: PLIST x11/p5-Wx : Makefile x11/p5-Wx/pkg : PLIST x11/p5-X-Osd : Makefile x11/p5-X-Osd/pkg: PLIST Log message: @comment zero-byte perl .bs files CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/14 19:49:06 Modified files: lib/libc/stdlib: random.c Log message: In srandomdev(), use arc4random_buf() instead of from the kernel. discussion with matthew CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/14 23:10:58 Modified files: lib/libc/stdlib: random.c Log message: oops, typo. James Hartley is fast at trying -current CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2014/06/15 00:13:08 ports/www/opengroupware/patches Update of /cvs/ports/www/opengroupware/patches In directory cvs.openbsd.org:/tmp/cvs-serv756/patches Log Message: Directory /cvs/ports/www/opengroupware/patches added to the repository CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2014/06/15 00:48:30 Modified files: libexec/ld.so : malloc.c Log message: move to a smaller rbytes buffer; ok miod@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/15 01:24:19 Modified files: lib/libc/sys : getentropy.2 Log message: occured -> occurred; CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/06/15 02:52:12 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/06/15 03:00:40 Modified files: lib/xcb-util-renderutil: ChangeLog INSTALL Makefile.am Makefile.in NEWS aclocal.m4 configure configure.ac lib/xcb-util-renderutil/m4: xcb_util_common.m4 lib/xcb-util-renderutil/renderutil: Makefile.am Makefile.in cache.c glyph.c util.c xcb_renderutil.h Added files: lib/xcb-util-renderutil: COPYING autogen.sh compile config.h.in Removed files: lib/xcb-util-renderutil: xcb_util_intro.in Log message: Uodate to xcb-util-renderutil 0.3.9 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/15 04:08:14 Modified files: sysutils/salt : Makefile sysutils/salt/pkg: PLIST Log message: Add a real homedir for the _salt-master user so that we can store the ssh keys used by GitFS. noticed by "viq" CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2014/06/15 05:00:38 Modified files: sys/dev/x86emu : x86emu.c Log message: Fix 0x67 prefixed near CALL decoding. Heads-up from Xen Li (delphij@FreeBSD), thanks! Tested on Sony VGN-P530H. Okay mlarkin@, matthieu@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2014/06/15 05:01:43 Modified files: sys/dev/x86emu : x86emu.c Log message: Fix 0x67 prefixed LEA instruction. Heads-up from Xen Li (delphij@FreeBSD), thanks! Tested on Sony VGN-P530H. Okay mlarkin@, matthieu@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2014/06/15 05:04:49 Modified files: sys/dev/x86emu : x86emu.c Log message: Decode ModR/M for 32-bit MOVSX instruction. Heads-up from Xen Li (delphij@FreeBSD), thanks! Tested on Sony VGN-P530H. Okay mlarkin@, matthieu@ CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2014/06/15 05:18:39 Modified files: sys/dev/pci : virtio.c virtiovar.h Log message: Fix hang with virtio event_idx feature When using the RING_EVENT_IDX feature, we must first call publish_avail_idx() and then read VQ_AVAIL_EVENT(vq), or there is a race condition that may cause us to miss that the host needs to be notified. This resulted in an occasional hang of network in vio(4). CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2014/06/15 05:43:24 Modified files: sys/arch/amd64/amd64: disksubr.c machdep.c pmap.c trap.c sys/arch/i386/i386: disksubr.c machdep.c sys/dev/isa : fd.c sys/dev/pci : amas.c sys/kern : dma_alloc.c init_main.c sys/nfs : nfs_kq.c Log message: Fix a few format string bugs with -DDEBUG CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/15 09:29:25 Modified files: lib/libssl/src/ssl: d1_pkt.c s3_enc.c ssl_locl.h t1_enc.c Log message: Rename ssl3_record_sequence_update() to ssl3_record_sequence_increment(), so that it reflects what it is actually doing. Use this function in a number of places that still have the hand rolled version. ok beck@ miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/15 09:39:43 Modified files: lib/libssl/src/crypto/evp: e_aes.c Log message: The OPENSSL_cleanse() in aes_gcm_cleanup() only cleans the gcm field of the EVP_AES_GCM_CTX, leaving the AES key untouched - clean the entire context, rather than just part of it. ok beck@ miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/15 09:41:25 Modified files: lib/libssl/src/crypto/evp: e_aes.c Log message: Add missing OPENSSL_cleanse() in aead_aes_gcm_cleanup(). ok beck@ miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/15 09:44:39 Modified files: lib/libssl/src/crypto/evp: evp_enc.c Log message: Simplify EVP_CIPHER_CTX_new() - stop pretending that EVP_CIPHER_CTX_init() does something special... just use calloc() instead. ok beck@ miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/15 09:46:22 Modified files: lib/libssl/src/crypto/evp: digest.c Log message: Simplify EVP_MD_CTX_create() by just using calloc(). Also, use 0 rather than '\0' for several memset(). ok beck@ miod@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/06/15 11:56:48 Modified files: net/hexchat : Makefile Log message: Add missing textproc/intltool MODULE. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/06/15 13:53:01 Modified files: www/seamonkey : Makefile distinfo www/seamonkey-i18n: Makefile.inc distinfo Log message: Bugfix update to seamonkey 2.26.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/15 14:20:34 Modified files: net/ldns : Makefile.inc net/ldns/utils : Makefile Added files: net/ldns/utils/patches: patch-examples_configure_ac patch-examples_ldns-signzone_c Log message: Add an autoconf check for ENGINE_load_cryptodev and disable that code if it's unavailable, maintainer timeout CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/15 14:22:12 Modified files: sys/dev : systrace.c Log message: Fix vnode leak in systrace(4). If a user calls STRIOCGETCWD two or more times in a row without an intervening STRIOCRESCWD, then the references held on fst->fd_{c,r}dir would leak. ok miod CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/15 14:39:22 Modified files: sys/kern : kern_descrip.c Log message: Use sizeof(struct file *) consistently for memcpy()'ing fd_ofiles. Pointed out by Jean-Philippe Ouellet. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/06/15 16:53:21 Modified files: lib/libssl/src/crypto/evp: e_aes.c Log message: free iv, then cleanse. from Cyril Jouve CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2014/06/15 17:49:51 Modified files: usr.sbin/pkg_add/OpenBSD/PackageRepository: Installed.pm Log message: Correct precedence for returned value. style suggested and ok espie@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/15 19:01:42 Modified files: lang/seed7 : Makefile distinfo lang/seed7/pkg : PLIST Log message: Update to 20140615. Adds a make7 binary. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/16 01:30:38 Modified files: sysutils/salt : Makefile distinfo Log message: Update to salt-2014.1.5. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/16 01:59:15 Modified files: x11/gnome/calculator: Makefile distinfo Log message: update to gnome-calculator-3.12.3 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/06/16 02:56:48 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: fix bug introduced by work-around: sets with nothing to do must be marked uptodate as well. Restores ntogo to working order CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/06/16 02:58:59 Modified files: usr.sbin/pkg_add/OpenBSD: ProgressMeter.pm usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm Log message: tweak the size_and support to be able to do stuff out of order CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/06/16 03:02:07 Modified files: usr.sbin/pkg_add/OpenBSD: Add.pm Log message: tweak extraction for out-of-order archives: do a first pass where we register every actual file in the plist by its path relative to cwd. Note every meta info as extracted (for partial packages to make sense), then do a newer extract loop, where each archive member must match by path. That way, we can close archives early as soon as we've extracted every new file. To be used shortly by pkg_create. Note that new packages *won't* be extractible by the old tools. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/16 03:35:16 Modified files: audio/mpc : Makefile distinfo audio/mpc/patches: patch-Makefile_in Log message: update to 0.26; maintainer timed-out CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/16 04:22:15 Modified files: net/nmap : Makefile net/nmap/patches: patch-libnetutil_netutil_cc Log message: Don't use pcap_get_selectable_fd; I don't know if it works in base libpcap, but it doesn't work for us in nmap's internal libpcap causing problems with at least -sS and probably some others. Found by Kent Fritz, ok giovanni@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/16 05:54:44 Modified files: editors/libreoffice: Makefile Log message: use MODPY_DEFAULT_VERSION_3 rather than hardcoding; ok robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/16 09:08:43 Modified files: mail/cyrus-imapd: Makefile mail/cyrus-imapd/pkg: PLIST Added files: mail/cyrus-imapd/patches: patch-imap_mailbox_c Log message: Fix sendmail delivery using cyrusv2. reported by Takaaki Kobayashi patch from guenther@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/06/16 11:45:05 Modified files: print/hplip : Makefile Log message: Fix dynamic loading of libhpmud (and libm). Problem reported by sebastia@, who tested a similar diff by ajacoutot@. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/06/16 12:33:33 Modified files: sbin/fsck_msdos: boot.c check.c dir.c dosfs.h ext.h fat.c fsck_msdos.8 main.c Log message: Merge NetBSD commit: Move to 2 clause license, approved by Wolfgang Solfrank. ok deraadt@, krw@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2014/06/16 12:34:52 Modified files: databases/hs-postgresql-libpq: Makefile distinfo Removed files: databases/hs-postgresql-libpq/patches: patch-postgresql-libpq_cabal Log message: Update to hs-postgresql-libpq-0.9.0.1, which includes our cabal patch as the only change. From maintainer David Schaefer. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/06/16 13:12:04 ports/databases/ruby-do_postgres/patches Update of /cvs/ports/databases/ruby-do_postgres/patches In directory cvs.openbsd.org:/tmp/cvs-serv27757/patches Log Message: Directory /cvs/ports/databases/ruby-do_postgres/patches added to the repository CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2014/06/16 13:31:41 Modified files: distrib/miniroot: install.sub Log message: Allow autoinstall to fetch/install sets from multiple locations. Noted by and OK sebastia@ OK halex@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/06/16 13:47:21 Modified files: sys/net : route.c sys/netinet : if_ether.c in.c Log message: Revert "Always create a local route for every configured IPv4 address", it introduces a regression with default routes & p2p interfaces. Problem reported by naddy@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/06/16 13:54:46 Modified files: www/seamonkey : Makefile Log message: Bump REVISION-lightning to 2 to avoid going backwards. spotted by kili@, thanks! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/06/16 14:26:00 Modified files: graphics/libqrencode: Makefile Log message: stop libqrencode from detecting sdl and falling on its nose okay jasper@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2014/06/16 14:32:29 Modified files: sys/arch/loongson/dev: apm.c Log message: Enable PCI power management on Lemote. Remaining battery test results on Lemote after 30m in suspend: pci_dopm = 0: 82%, 68min pci_dopm = 1: 86%, 81min Suggested by deraadt@ Okay miod@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/16 15:39:58 Removed files: www/squid : distinfo www/squid/pkg : DESCR-ldap DESCR-main DESCR-ntlm PLIST-ldap PLIST-main PLIST-ntlm README-main squid.rc Log message: remove leftovers CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/06/16 17:14:15 Modified files: devel/llvm/patches: patch-tools_clang_lib_Driver_ToolChains_h Log message: Add SVN commit revision. CVSROOT: /cvs Module name: src Changes by: tobiasu@cvs.openbsd.org 2014/06/16 18:00:48 Modified files: sys/arch/hppa/hppa: lock_machdep.c Log message: Fix format string under MP_LOCKDEBUG CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/16 18:37:07 Modified files: lib/libc/crypt : arc4random.c Log message: Use MAP_INHERIT_ZERO in arc4random(3) Now instead of calling getpid() each time a user invokes arc4random(), we're able to rely on the kernel zero'ing out the RNG state if the process forks. ok deraadt, djm CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2014/06/16 19:33:04 Modified files: sys/arch/octeon/octeon: machdep.c sys/arch/octeon/include: octeonvar.h octeonreg.h octeon_model.h sys/arch/octeon/dev: cn30xxuart.c Log message: The io clock on Octeon II (CN6xxx) runs at a different rate to the cpu clock. Program the uarts based on the io clock rate on these platforms. ok jasper@ pirofti@ yasuoka@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/06/16 19:41:01 Modified files: lib/libssl/src/ssl: ssl_lib.c Log message: ssl_session_cmp is not a sort function, can use CRYPTO_memcmp here too. CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2014/06/16 19:53:06 Modified files: net/py-ftpdlib : Makefile distinfo net/py-ftpdlib/pkg: PLIST Log message: Update pyftpdlib 1.4.0 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/06/16 20:48:30 Modified files: sys/dev/ic : hme.c Log message: ansi function declarations. ok gcc sha256 CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/06/16 21:12:37 Modified files: usr.sbin/inetd : inetd.c Log message: Convert malloc/memset to calloc, and remove pointless casts while here. From Benjamin Baier. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/06/16 21:49:03 Modified files: sys/dev : systrace.c Log message: Revise previous: if a user calls STRIOCGETCWD two or more times in a row without an intervening STRIOCRESCWD, release the current values instead of the saved values, so as to effectively emulate a STRIOCRESCWD. While here, make sure the fdc->fd_[cr]dir members are updated before vrele()ing their old values, so that they can't be caught as dangling refs. ok matthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/06/16 22:58:46 Modified files: sys/dev/pci : if_myx.c Log message: whitespace fix. im sick of fixing this by hand on all my boxes while hacking on other stuff and having it pollute my diffs. no functional change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/17 02:51:18 Modified files: print/hplip : Makefile distinfo print/hplip/patches: patch-Makefile_in patch-base_codes_py patch-base_g_py patch-base_utils_py patch-common_utils_c patch-installer_dcheck_py patch-installer_pluginhandler_py print/hplip/pkg: PLIST-hpijs Added files: print/hplip/patches: patch-base_queues_py patch-logcapture_py patch-scan_sane_soapht_c Removed files: print/hplip/patches: patch-prnt_hpcups_HPCupsFilter_cpp Log message: Update to hplip-3.14.6. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/17 03:12:45 Modified files: security/clamav: Makefile distinfo security/clamav/patches: patch-libclamav_ole2_extract_c patch-libclamav_str_c patch-libclamav_vba_extract_c Removed files: security/clamav/patches: patch-libclamav_mbox_c Log message: update to clamav 0.98.4, fixes infinite loop in clamdscan when clamd is not running (the fix for buffer underruns with multipart MIME was already patched locally) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/17 03:13:50 Modified files: security/clamav: Tag: OPENBSD_5_5 Makefile distinfo security/clamav/patches: Tag: OPENBSD_5_5 patch-clamd_Makefile_in patch-database_Makefile_in patch-etc_clamd_conf_sample patch-libclamav_Makefile_in patch-libclamav_ole2_extract_c patch-libclamav_str_c patch-libclamav_vba_extract_c patch-unit_tests_Makefile_in security/clamav/pkg: Tag: OPENBSD_5_5 PLIST Removed files: security/clamav/patches: Tag: OPENBSD_5_5 patch-libclamav_mbox_c Log message: MFC update to clamav 0.98.4, fixes infinite loop in clamdscan when clamd is not running (the fix for buffer underruns with multipart MIME was already patched locally) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/17 04:14:41 Modified files: www/py-gunicorn: Makefile distinfo www/py-gunicorn/pkg: PLIST Log message: - update to gunicorn-19.0.0 * see: http://docs.gunicorn.org/en/19.0/news.html#id1 ok benoit@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/17 05:55:11 Modified files: www/puppetboard: Makefile www/puppetboard/pkg: puppetboard.rc Log message: - fix ${pexp} w/ aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/17 06:30:39 Modified files: sysutils/salt : Makefile sysutils/salt/patches: patch-conf_master sysutils/salt/pkg: PLIST salt_master.rc salt_minion.rc salt_syndic.rc Log message: The homedir of the user running salt must be outside of the /srv/salt hierarchy because content of that path is available to all minions; so move it to /var/salt . Rename _salt-master to _salt for consistency. discussed with "viq" While here, drop rc_pre() from the minion and syndir rc.d(8) scripts, they are not needed. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/17 06:31:09 Modified files: infrastructure/db: user.list Log message: _salt-master -> _salt CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/17 07:16:15 Modified files: sysutils/salt : Makefile Log message: New values for regress tests. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/17 07:16:44 Modified files: sysutils/salt-testing: Makefile distinfo sysutils/salt-testing/pkg: PLIST Log message: Update to salt-testing-2014.4.24. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/06/17 07:35:06 Modified files: usr.sbin/pkg_add/OpenBSD: Add.pm Log message: oops, committed debug version, to the tied hash was not used at all, and of course there were 3 obvious errors... fixed and retested. much better now CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/06/17 09:43:27 Modified files: sys/arch/hppa/hppa: mutex.c Log message: Add membars to guarantee mtx_oldipl is written after locking and read before unlocking. Believed to fix some spl problems on MP that have had landry and tobaisu seeing red. suggestion to use membar API from matthew@ ok matthew@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/17 10:08:25 Modified files: textproc/luaexpat: Makefile distinfo Removed files: textproc/luaexpat/patches: patch-config Log message: - update to luaexpat-1.3.0 ok maintainer CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/17 10:08:53 Modified files: net/prosody : Makefile Log message: tighten dependency on luaexpat, as recommended by upstream ok maintainer CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2014/06/17 11:47:23 Modified files: fonts/fira-fonts: Makefile distinfo fonts/fira-fonts/pkg: PLIST Log message: Update to Fira 3.1.8 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/17 12:58:35 Modified files: sys/arch/mips64/mips64: cache_r5k.c Log message: We need to be more aggressive flushing L2 entries on RM7000 systems. CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2014/06/17 13:46:13 Modified files: share/man/man4 : vio.4 sys/dev/pci : if_vio.c Log message: Add a configurable workaround for a bug in qemu < 2.0 that prevented VLANs from working. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/06/17 13:49:53 Modified files: sys/arch/hppa/include: atomic.h Log message: Implement the membar(9) API for hppa. ok miod@, dlg@, guenther@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/17 17:57:29 Modified files: games/uhexen2 : Makefile games/uhexen2/pkg: PLIST README Log message: Add the uhexen2 software rendering client. Original suggestion and diff from rfreeman. Fix a typo in pkg/README while here. ok edd@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2014/06/17 19:01:02 ports/mail/p5-Mail-DKIM/patches Update of /cvs/ports/mail/p5-Mail-DKIM/patches In directory cvs.openbsd.org:/tmp/cvs-serv6816/patches Log Message: Directory /cvs/ports/mail/p5-Mail-DKIM/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2014/06/17 19:03:52 Modified files: mail/p5-Mail-DKIM: Makefile Added files: mail/p5-Mail-DKIM/patches: patch-lib_Mail_DKIM_Verifier_pm Log message: Workaround a bug where a bare LHS address will cause the process to die(). Reported upstream by, and diff from, henning@ (thanks!) CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2014/06/17 19:08:56 Modified files: sysutils/p5-Unix-Statgrab: Makefile Log message: MAINTAINER address update. CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2014/06/17 19:15:47 Modified files: sysutils/radmind: Makefile Log message: MAINTAINER address update. CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2014/06/17 19:16:42 Modified files: x11/bbdate : Makefile Log message: MAINTAINER address and MASTER_SITES update. CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2014/06/17 19:16:56 Modified files: x11/bbkeys : Makefile Log message: MAINTAINER address update. CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2014/06/17 19:17:22 Modified files: x11/treewm : Makefile Log message: MAINTAINER address and MASTER_SITES update. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/17 20:59:13 Modified files: usr.bin/ssh : sandbox-systrace.c Log message: Now that we have a dedicated getentropy(2) system call for arc4random(3), we can disallow __sysctl(2) in OpenSSH's systrace sandbox. ok djm CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/17 22:47:32 Modified files: lib/libssl/src/ssl: ssl_ciph.c Log message: In SSL_COMP_add_compression_method(), make sure error cases actually return `error' rather than `success'. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/17 22:48:37 Modified files: lib/libssl/src/ssl: ssl_ciph.c Log message: Use asprintf() instead of a fixed 128-byte size in SSL_CIPHER_description() when no storage buffer is passed. ok deraadt@ tedu@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/17 22:49:40 Modified files: lib/libssl/src/ssl: t1_lib.c Log message: Make sure to always invoke EVP_CIPHER_CTX_cleanup() before returning in the error paths from tls_decrypt_ticket(). ok tedu@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/17 22:50:44 Modified files: lib/libssl/src/ssl: s3_enc.c Log message: Missinc calloc() return value check; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/17 22:51:31 Modified files: lib/libssl/src/ssl: s3_srvr.c Log message: In ssl3_send_newsession_ticket(), fix a memory leak in an error path. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/06/17 23:51:47 Modified files: mail/nmh : Makefile distinfo mail/nmh/patches: patch-configure patch-docs_contrib_replyfilter patch-uip_rcvtty_c mail/nmh/pkg : PLIST Removed files: mail/nmh/patches: patch-h_mhparse_h patch-uip_mhbuildsbr_c patch-uip_mhparse_c Log message: Update to nmh 1.6. With and ok william@ (maintainer) and bentley@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/18 02:21:09 src/regress/lib/libc/arc4random-fork Update of /cvs/src/regress/lib/libc/arc4random-fork In directory cvs.openbsd.org:/tmp/cvs-serv2785/arc4random-fork Log Message: Directory /cvs/src/regress/lib/libc/arc4random-fork added to the repository CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/18 02:24:00 Modified files: regress/lib/libc: Makefile Added files: regress/lib/libc/arc4random-fork: Makefile arc4random-fork.c Log message: Add regress tests to make sure arc4random(3) is reinitialized correctly in fork children. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/06/18 05:09:58 Modified files: sys/kern : uipc_mbuf.c Log message: trailing tabs arent needed. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/18 05:18:32 Modified files: mail/p5-Email-Address: Makefile distinfo Log message: update to p5-Email-Address-1.905, take maintainer, ok Sam Smith (outgoing maint) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/18 05:20:45 Modified files: mail/p5-Email-Address: Tag: OPENBSD_5_5 Makefile distinfo Log message: MFC p5-Email-Address-1.905 update (CVE-2014-0477, DoS with empty quoted strings) CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2014/06/18 06:26:11 Modified files: sys/arch/luna88k/include: pcex.h Log message: Update comment; there seems to be no PC-9801 extension board slot on 'original' LUNA-88K. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/06/18 08:23:36 Modified files: news/trn : Makefile Log message: Provide a dummy nroff. Configure always searches for it in PATH and if not found the man pages will not be installed. ok espie@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2014/06/18 09:42:09 Modified files: usr.bin/ssh : sshbuf-getput-crypto.c Log message: The ssh_get_bignum functions must accept the same range of bignums the corresponding ssh_put_bignum functions create. This fixes the use of 16384-bit RSA keys (bug reported by Eivind Evensen). ok djm@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/18 10:54:43 Modified files: share/man/man4 : vio.4 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/06/18 11:24:46 Modified files: sys/msdosfs : msdosfs_fat.c msdosfs_vfsops.c Log message: Fix off by one in pm_inusemap. FreeBSD did this years ago in revision 126086 as pointed out by John-Mark Gurney on tech. Merge it and sync two occurrences. ok krw@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/06/18 11:29:07 Modified files: sbin/fsck_msdos: dir.c fat.c Log message: Always keep length of cluster chain up to date, otherwise the drop of superfluous clusters can lead to out of boundary access. ok krw@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/06/18 12:42:29 Modified files: sys/arch/powerpc/powerpc: mutex.S Log message: Add missing synchronization instructions. ok mpi@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/06/18 13:01:10 Modified files: lib/libc/stdlib: atexit.c atexit.h regress/lib/libc/atexit: atexit_test.c Log message: Always call atexit handlers as if they were registered with __cxa_atexit. The extra argument doesn't hurt genuine atexit handlers and this fixes a bug where we didn't provide the argument (effectively passing garbage) for functions registered with __cxa_atexit in the main executable. Pointed out by Dmitriy Ivanov and Elliott Hughes . ok matthew@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/06/18 13:17:37 Modified files: usr.bin/mandoc : mandocdb.c Log message: Don't display "unable to open mandoc.db" error messages (SQLITE_CANTOPEN) in the code which opens mandocdb's sqlite database when updating/deleting individual files (as used and only really useful for pkg_add/pkg_delete). ok schwarze@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/18 14:03:55 Modified files: sys/arch/mips64/mips64: cpu.c Log message: fix format string if DEBUG CVSROOT: /cvs Module name: ports Changes by: matthew@cvs.openbsd.org 2014/06/18 14:49:15 Modified files: x11/xsel : Makefile Added files: x11/xsel/patches: patch-xsel_c Log message: Fix xsel to use "long" for "32"-bit properties, per Xlib's crazy API. Pointed out by patrick keshishian on misc ok naddy CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/18 17:52:56 Modified files: games/wtf : Makefile distinfo Log message: Update to 20140614. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/18 18:13:22 Modified files: lib/libc/crypt : arc4random.c Log message: Move rs_chacha and rs_buf into the same memory page and don't mark it MAP_INHERIT_ZERO anymore. This restores arc4random's previous behavior where fork children would mix in some randomness from the parent process. New behavior noticed by deraadt ok deraadt, tedu CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/18 18:44:59 Modified files: usr.bin/mandoc : mandocdb.c Log message: Some simple set_basedir() cleanup; more to come. 1) Refrain from calling set_basedir() in the -t case, and do not attempt to strip anything from the file names in that case. Testing individual files cannot reasonably have any notion of a base dir. 2) Remove the possibility of passing NULL to set_basedir(). It was dangerous because it was not idempotent, and it served no purpose except closing a file descriptor right before exit(), which is pointless. Besides, the file descriptor is likely to be removed completely, soon. 3) Make sure that /foobar isn't treated as a subdirectory of /foo; this fixes a bug reported by espie@. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/06/19 00:44:00 Modified files: sys/dev/pci/drm/i915: intel_dp.c Log message: drm/i915: kill intel_dp_link_clock() Use drm_dp_bw_code_to_link_rate insead. It's the same thing, but supports DP_LINK_BW_5_4 and is also used by the other drivers. From Paulo Zanoni 9fa5f6522e6eecb5ab20192a264a29ba4f2f4e85 in mainline linux One of two backported commits to prevent a black screen on a Lenovo IdeaPad Yoga 2 Pro as reported/debugged by Steven Wilson. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/06/19 00:51:05 Modified files: sys/dev/pci/drm/i915: intel_dp.c Log message: drm/i915: fix lane bandwidth capping for DP 1.2 sinks DP 1.2 compatible displays may report a 5.4Gbps maximum bandwidth which the driver will treat as an invalid value and use 1.62Gbps instead. Fix this by capping to 2.7Gbps for sinks reporting a 5.4Gbps max bw. Also add a warning for reserved values. From Imre Deak d4eead50eb206b875f54f66cc0f6ec7d54122c28 in mainline linux One of two backported commits to prevent a black screen on a Lenovo IdeaPad Yoga 2 Pro as reported/debugged by Steven Wilson. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/06/19 01:26:43 Modified files: usr.bin/tmux : tty-keys.c Log message: Some terminals send spurious releases for mouse wheel in SGR mouse mode, this causes confusion when tmux uses SGR outside but the application inside tmux is using conventional xterm mouse reporting. So suppress obviously bad input. From Timothy Allen, SF bug 128. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/06/19 01:32:12 Modified files: usr.bin/tmux : tty-keys.c Log message: Reset the buttons when the wheel is used, from Balazs Kezes. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/06/19 01:37:59 Modified files: usr.bin/tmux : window-copy.c Log message: Copy newline when at EOL in vi(1) mode, from Balazs Kezes. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/19 02:38:31 Modified files: mail/cyrus-imapd: Makefile mail/cyrus-imapd/patches: patch-imap_mailbox_c Added files: mail/cyrus-imapd/patches: patch-imap_sync_client_c Log message: One more time_t patch and merge with pkgsrc. tested by "nl3dee", thanks CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/19 02:40:22 Modified files: mail/cyrus-imapd: Tag: OPENBSD_5_5 Makefile Added files: mail/cyrus-imapd/patches: Tag: OPENBSD_5_5 patch-imap_mailbox_c patch-imap_sync_client_c Log message: Fix crasher in mail delivery due to time_t expected to be 32-bits. tested by "nl3dee", thanks CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/19 02:49:00 Modified files: geo/geoclue2 : Makefile distinfo Log message: update to geoclue2-2.1.9 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/19 05:20:29 Modified files: geo/geoclue2 : Makefile Log message: Drop dependency on wpa_supplicant. It requires DBus support in wpa_supplicant and according to sthen@ ours is crippled in other ways anyway... so not worth the pain. ok jasper@ (maintainer) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/06/19 05:29:21 Modified files: sys/arch/powerpc/include: atomic.h Log message: Implement the membar(9) API for powerpc. ok miod@, dlg@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/19 06:27:39 Modified files: sysutils/ruby-puppet/3/patches: patch-lib_puppet_defaults_rb Log message: regen, no pkg change CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/19 06:28:34 Modified files: sysutils/ruby-puppet/3: Makefile sysutils/ruby-puppet/3/patches: patch-lib_puppet_provider_service_openbsd_rb Log message: sync with upstream pull request CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/19 07:48:44 Modified files: sysutils/cfengine: Makefile Log message: update MASTER_SITES, from "Jiri B" CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/19 07:56:10 Modified files: sysutils/ruby-facter: Makefile sysutils/ruby-facter/patches: patch-lib_facter_memory_rb Added files: sysutils/ruby-facter/patches: patch-lib_facter_util_memory_rb Log message: remove local re-implementation of swap{free,size} and unbreak the implementation from Facter::Memory. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/06/19 08:43:05 Modified files: infrastructure/db: systrace.filter Log message: Fix ports builds with systrace after minherit addition and sort entries ok jca@ sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/19 09:21:53 Modified files: security/stegdetect/patches: patch-f5_c Log message: forced whitespace-only commit to test a theory about cvsync CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2014/06/19 09:30:49 Modified files: bin/md5 : md5.c Log message: Fix memory leak in digest_file() on ferror(). OK tedu@ lteo@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2014/06/19 12:40:00 Modified files: meta/haskell-platform: Makefile Log message: Adjust haddock version number mentioned in a comment. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2014/06/19 12:58:02 Modified files: archivers/hs-zlib: Makefile devel/alex : Makefile devel/cabal-install: Makefile devel/haddock : Makefile devel/happy : Makefile devel/hs-HUnit : Makefile devel/hs-QuickCheck: Makefile devel/hs-async : Makefile devel/hs-case-insensitive: Makefile devel/hs-fgl : Makefile devel/hs-hashable: Makefile devel/hs-mtl : Makefile devel/hs-network: Makefile devel/hs-parallel: Makefile devel/hs-parsec: Makefile devel/hs-primitive: Makefile devel/hs-random: Makefile devel/hs-regex-base: Makefile devel/hs-regex-compat: Makefile devel/hs-regex-posix: Makefile devel/hs-split : Makefile devel/hs-stm : Makefile devel/hs-syb : Makefile devel/hs-text : Makefile devel/hs-transformers: Makefile devel/hs-unordered-containers: Makefile devel/hs-vector: Makefile graphics/hs-GLURaw: Makefile graphics/hs-GLUT: Makefile graphics/hs-OpenGL: Makefile graphics/hs-OpenGLRaw: Makefile lang/ghc : ghc.port.mk lang/hs-haskell-src: Makefile net/hs-HTTP : Makefile textproc/hs-attoparsec: Makefile www/hs-cgi : Makefile www/hs-html : Makefile Log message: Add comments to ports which meta/haskell-platform depends on, to stop other people wasting time on updates which should not be done. ian@ ran into this (while working on devel/hs-aeson and textproc/hs-attoparsec), and even I didn't notice before trying to build all Haskell ports (including meta/haskell-platform) with his diffs. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/19 13:32:20 src/regress/sys/uvm/mmap_noreplace Update of /cvs/src/regress/sys/uvm/mmap_noreplace In directory cvs.openbsd.org:/tmp/cvs-serv14136/mmap_noreplace Log Message: Directory /cvs/src/regress/sys/uvm/mmap_noreplace added to the repository CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/19 13:34:22 Modified files: regress/sys/uvm: Makefile Added files: regress/sys/uvm/mmap_noreplace: Makefile mmap_noreplace.c Log message: Add a basic regress test for __MAP_NOREPLACE. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/06/19 14:23:32 Modified files: databases/ruby-data_objects: Makefile distinfo Log message: Update to data_objects 0.10.14 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/06/19 14:24:00 Modified files: databases/ruby-do_mysql: Makefile distinfo Log message: Update to do_mysql 0.10.14 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/06/19 14:24:27 Modified files: databases/ruby-do_sqlite3: Makefile distinfo Log message: Update to do_sqlite3 0.10.14 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/06/19 14:25:49 Modified files: databases/ruby-do_postgres: Makefile distinfo Added files: databases/ruby-do_postgres/patches: patch-ext_do_postgres_do_common_c patch-ext_do_postgres_do_common_h patch-ext_do_postgres_do_postgres_c Log message: Update to do_postgres 0.10.14 Include patches committed upstream to fix a couple of use-after-frees exposed by malloc junking. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/19 14:55:02 Modified files: devel/arduino : Makefile devel/arduino/files: BSDmakefile Log message: Define ARDUINO macro in the sample BSDmakefile used for user projects; some things need this. See http://comments.gmane.org/gmane.os.openbsd.ports/67938 From Daniel Bolgheroni with slight wording tweak. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/06/19 15:23:48 Modified files: lib/libssl/src/crypto/x509: by_dir.c Log message: improve error checking. set error code on error, and check malloc return. add missing unlock in one case. ok lteo miod CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/06/19 15:24:35 Modified files: lib/libssl/src/crypto/x509: x509_vfy.c Log message: check stack push return and make some effort to clean up. ok beck miod CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/06/19 15:29:51 Modified files: lib/libssl/src/ssl: d1_pkt.c s3_both.c s3_clnt.c s3_pkt.c s3_srvr.c ssl_lib.c ssl_sess.c t1_lib.c t1_reneg.c Log message: convert CRYPTO_memcmp to timingsafe_memcmp based on current policy favoring libc interfaces over libcrypto interfaces. for now we also prefer timingsafe_memcmp over timingsafe_bcmp, even when the latter is acceptable. ok beck deraadt matthew miod CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/19 16:17:32 Modified files: mail/amavisd-new: Makefile mail/amavisd-new/patches: patch-amavisd patch-amavisd_conf patch-amavisd_conf-default Log message: Add .gadget files to the commented-out "bad extension" lines in amavisd's sample config, they can contain active content (including trojans) used by windows sidebar. OK giovanni@ CVSROOT: /cvs Module name: ports Changes by: chris@cvs.openbsd.org 2014/06/19 16:45:56 Modified files: net/iodine : Makefile distinfo net/iodine/patches: patch-src_Makefile patch-src_iodine_c patch-src_iodined_c Added files: net/iodine/patches: patch-src_client_c Log message: Update iodine DNS tunnel to 0.7.0 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/19 16:58:10 Modified files: net/iodine : Tag: OPENBSD_5_5 Makefile distinfo net/iodine/patches: Tag: OPENBSD_5_5 patch-src_Makefile patch-src_iodine_c patch-src_iodined_c Added files: net/iodine/patches: Tag: OPENBSD_5_5 patch-src_client_c Log message: MFC Update iodine DNS tunnel to 0.7.0 - CVE-2014-4168 - authentication bypass "The client could bypass the password check by continuing after getting error from the server and guessing the network parameters. The server would still accept the rest of the setup and also network traffic." CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/06/19 17:02:55 Modified files: net/znc : Makefile distinfo net/znc/pkg : PLIST Removed files: net/znc/patches: patch-modules_webadmin_cpp Log message: Update to znc 1.4. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/06/19 17:04:42 Modified files: databases/mariadb: Makefile distinfo databases/mariadb/patches: patch-cmake_install_macros_cmake patch-libmysql_CMakeLists_txt patch-scripts_mysqld_safe_sh patch-sql_CMakeLists_txt databases/mariadb/pkg: PLIST-main PLIST-server PLIST-tests Log message: Update to MariaDB 10.0.12. ok giovanni@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/06/19 17:07:31 Modified files: security/p5-Net_SSLeay: Makefile distinfo Log message: update p5-Net-SSLeay to 1.64 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/19 17:23:58 ports/net/icinga/core2 Update of /cvs/ports/net/icinga/core2 In directory cvs.openbsd.org:/tmp/cvs-serv13944/core2 Log Message: Directory /cvs/ports/net/icinga/core2 added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/19 17:24:05 ports/net/icinga/core2/pkg Update of /cvs/ports/net/icinga/core2/pkg In directory cvs.openbsd.org:/tmp/cvs-serv29643/pkg Log Message: Directory /cvs/ports/net/icinga/core2/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/19 17:24:47 Added files: net/icinga/core2: Makefile distinfo net/icinga/core2/pkg: DESCR-main DESCR-mysql DESCR-pgsql PLIST-main PLIST-mysql PLIST-pgsql Log message: Add icinga/core2, WIP port of icinga2, ok rpe@. (Unlinked for now; working on it with rpe.) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/19 17:25:05 ports/net/icinga/core2/patches Update of /cvs/ports/net/icinga/core2/patches In directory cvs.openbsd.org:/tmp/cvs-serv21757/patches Log Message: Directory /cvs/ports/net/icinga/core2/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/19 17:33:09 Modified files: net/icinga/core2: Makefile net/icinga/core2/pkg: PLIST-main PLIST-mysql PLIST-pgsql Added files: net/icinga/core2/patches: patch-etc_icinga2_constants_conf patch-etc_icinga2_scripts_mail-host-notification_sh patch-etc_icinga2_scripts_mail-service-notification_sh net/icinga/core2/pkg: icinga2.rc Log message: improvements, from rpe, minor tweaks by me CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/19 17:33:31 Modified files: net/icinga/core: Makefile Log message: reorder slightly, no pkg change CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/19 18:02:12 Modified files: lib/libc/crypt : arc4random.c Log message: arc4random: hard fail with raise(SIGKILL) if getentropy() returns -1 Allow other non-zero return values in case we change our mind to return an ssize_t byte count instead of simple success/fail. ok deraadt, djm CVSROOT: /cvs Module name: xenocara Changes by: nick@cvs.openbsd.org 2014/06/19 18:38:54 Modified files: lib/libXtst/man: XTestCompareCurrentCursorWithWindow.man XTestCompareCursorWithWindow.man XTestDiscard.man XTestFakeButtonEvent.man XTestFakeKeyEvent.man XTestFakeMotionEvent.man XTestFakeRelativeMotionEvent.man XTestGrabControl.man XTestSetGContextOfGC.man XTestSetVisualIDOfVisual.man Log message: fix for man pages -- per roff(7), .so should be based in the parent man page directory. fixes the following X man 3 pages: XTestCompareCurrentCursorWithWindow.man XTestCompareCursorWithWindow.man XTestDiscard.man XTestFakeButtonEvent.man XTestFakeKeyEvent.man XTestFakeMotionEvent.man XTestFakeRelativeMotionEvent.man XTestGrabControl.man XTestSetGContextOfGC.man XTestSetVisualIDOfVisual.man CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/19 19:20:55 Modified files: usr.bin/mandoc : mandocdb.c Log message: More tweaking of set_basedir(). 1) Do not error out when getcwd(3) fails, only fail when inaccessibility of the cwd prevents processing of relative paths given on the command line. 2) Do not uselessly call set_basedir() twice in a row. While fts_read(3) in treescan() does cause the cwd to jump around, fts_close(3) is always called at the end, putting us back where we came from. The -d/-u fallback code already relied on this. 3) Fix the man-root-dir indicator in say(). CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/19 21:17:43 Modified files: graphics/optipng: Makefile distinfo Log message: Minor update to 0.7.5 ok Kyle Isom (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/06/19 22:01:42 Modified files: usr.sbin/tcpdump: Makefile interface.h Added files: usr.sbin/tcpdump: in_cksum.c Log message: Import in_cksum_shouldbe() from mainline tcpdump; this is needed by my upcoming commit which will fix and improve the display of bad checksums for the major protocols. ok henning@ CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/06/19 22:04:52 Modified files: usr.sbin/tcpdump: print-icmp.c print-icmp6.c print-ip.c print-tcp.c print-udp.c Log message: Instead of showing the difference between a bad checksum and a good checksum, make tcpdump (with the -v flag) show the actual bad checksum within the IP/protocol header itself and what the good checksum should be, e.g. "[bad tcp cksum abcd! -> d1e6]" This change applies to IP, TCP (over IPv4 and IPv6), UDP (over IPv4 and IPv6), ICMP, and ICMPv6. This commit also fixes several inconsistencies in the way bad checksums were displayed for these protocols. Tested on amd64, i386, and macppc. ok henning@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/19 23:46:06 Modified files: audio/mumble : Makefile distinfo Log message: Minor update to 1.2.7 "Diff looks good" sthen@ ok dcoppa@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/06/20 00:50:04 Modified files: sys/dev/pci/drm/radeon: atom.c Log message: sf@ pointed out that atom.c defines a DEBUG macro that takes arguments, this breaks when compiling a kernel with DEBUG defined for additional printfs elsewhere. Instead of renaming the macro, undefine DEBUG before the new definition to minimise the diff the linux. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/06/20 01:10:42 Modified files: x11/wxSVG : Makefile distinfo Log message: Update to wxSVG 1.4.1. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/20 04:29:11 src/regress/lib/libcrypto/bn/general Update of /cvs/src/regress/lib/libcrypto/bn/general In directory cvs.openbsd.org:/tmp/cvs-serv11691/general Log Message: Directory /cvs/src/regress/lib/libcrypto/bn/general added to the repository CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/20 04:30:40 Modified files: regress/lib/libcrypto/bn: Makefile Added files: regress/lib/libcrypto/bn/general: Makefile bntest.c Removed files: regress/lib/libcrypto/bn: bntest.c Log message: Move the crypto/bn regression test one directory deeper in preparation for it getting siblings. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/20 04:31:16 src/regress/lib/libcrypto/bn/mont Update of /cvs/src/regress/lib/libcrypto/bn/mont In directory cvs.openbsd.org:/tmp/cvs-serv32381/mont Log Message: Directory /cvs/src/regress/lib/libcrypto/bn/mont added to the repository CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/06/20 04:34:08 Modified files: x11/kde4/libs : Makefile Log message: Force disabling of GSSAPI support. Should not affect bulk builds as machines should be already clean, see current.html; a bump will follow shortly anyway. will follow shortly anyway. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/20 04:38:22 Modified files: regress/lib/libcrypto/bn: Makefile Added files: regress/lib/libcrypto/bn/mont: Makefile mont.c Log message: Simple regress test for the amd64 bn_mul_mont bug found by Joyent ( https://github.com/joyent/node/issues/7704 ), about to be fixed in libcrypto. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/20 04:40:13 Modified files: lib/libssl/src/crypto/bn/asm: x86_64-mont.pl x86_64-mont5.pl Log message: Fix incorrect bounds check in amd64 assembly version of bn_mul_mont(); noticed and fix by Fedor Indutny of Joyent ( https://github.com/joyent/node/issues/7704 ) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/06/20 04:46:59 Modified files: usr.bin/tmux : cmd-capture-pane.c tmux.1 Log message: Make -S- and -E- mean the start and end to capture-pane to avoid having to faff around with huge numbers to get everything. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/20 04:49:11 Modified files: editors/libreoffice: Makefile Log message: Revert previous and add XXX comment. libreoffice can't use ${MODPY_DEFAULT_VERSION_3}, it specifically wants 3.3, will search for an installed copy if available, otherwise will try (and fail) to build its own copy if not available... CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/06/20 05:00:19 Modified files: usr.bin/tmux : paste.c Log message: Comment style nits. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/20 07:12:36 Modified files: x11/kde4/libs : Makefile Added files: x11/kde4/libs/patches: patch-kio_kio_usernotificationhandler_cpp Log message: Security fix for CVE-2014-3494, KMail/KIO POP3 SSL MITM Flaw http://www.kde.org/info/security/advisory-20140618-1.txt from Rafael Sadowski ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/20 07:13:54 Modified files: net/icinga/core: Makefile distinfo net/icinga/core/patches: patch-Changelog net/icinga/core/pkg: PLIST-main Log message: update to icinga 1.11.5 * classic-ui: fix status.cgi gets stuck in loop when sorting on "All Unhandled Problems" #5886 - RB * classic ui: Only show command expander if backend is Icinga 1.x (incompatible with Icinga 2) #6408 - MF * classic ui: Fix CSRF protection in cmd.cgi matches only compiled in URL #6459 - MF * classic-ui: config.cgi missing new option #6502 - RB * cgi.cfg: Add url_cgi_path allowing to override the default '$htmurl/cgi-bin' required for CSRF checks #6459 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/20 07:16:07 Modified files: x11/kde4/libs : Tag: OPENBSD_5_5 Makefile Added files: x11/kde4/libs/patches: Tag: OPENBSD_5_5 patch-kio_kio_usernotificationhandler_cpp Log message: Security fix for CVE-2014-3494, KMail/KIO POP3 SSL MITM Flaw http://www.kde.org/info/security/advisory-20140618-1.txt from Rafael Sadowski ok sthen@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/06/20 07:34:56 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo security/p5-IO-Socket-SSL/pkg: PLIST Log message: update p5-IO-Socket-SSL to 1.993 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/06/20 08:07:51 Modified files: net/p5-NetAddr-IP: Makefile distinfo Log message: update p5-NetAddr-IP to 4.075 CVSROOT: /cvs Module name: src Changes by: rapha@cvs.openbsd.org 2014/06/20 08:08:11 Modified files: sys/arch/armv7/omap: dmtimer.c gptimer.c Log message: Fix a wrong comparison in the interrupt handler. ok syl@ CVSROOT: /cvs Module name: www Changes by: mikeb@cvs.openbsd.org 2014/06/20 08:54:44 Modified files: . : want.html donations.html Log message: Emille Blanc got me an ASA 5505. Huge thanks! CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/20 09:49:42 Modified files: lib/libssl/src/crypto: x86cpuid.pl Log message: Remove OPENSSL_instrument_halt and OPENSSL_far_spin, which both might have been used under DJGPP in the previous century (if at all). CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/20 10:11:03 Modified files: usr.bin/mandoc : main.c Log message: Prefix error messages from mandoc(1) with "mandoc: " just like almost all other utility programs do. Suggested by nick@ who wondered where messages came from when calling mandoc(1) from inside a Perl script. ok jmc@ nick@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/06/20 10:53:03 Modified files: net/p5-Net-DNS : Makefile distinfo Log message: update p5-Net-DNS to 0.77 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/20 11:23:09 Modified files: usr.bin/mandoc : man_validate.c mandoc.c mandoc.h mdoc.c mdoc_validate.c read.c Log message: Start systematic improvements of error reporting. So far, this covers all WARNINGs related to the prologue. 1) hierarchical naming of MANDOCERR_* constants 2) mention the macro name in messages where that adds clarity 3) add one missing MANDOCERR_DATE_MISSING msg 4) fix the wording of one message related to the man(7) prologue Started on the plane back from Ottawa. CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2014/06/20 11:42:16 Modified files: faq : index.html Log message: let's go... to the future! okay nick@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/20 11:58:58 src/regress/usr.bin/mandoc/mdoc/Dt Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Dt In directory cvs.openbsd.org:/tmp/cvs-serv21147/mdoc/Dt Log Message: Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Dt added to the repository CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/20 12:27:51 Modified files: regress/usr.bin/mandoc: Makefile Makefile.inc regress/usr.bin/mandoc/char: Makefile regress/usr.bin/mandoc/man: Makefile regress/usr.bin/mandoc/mdoc: Makefile regress/usr.bin/mandoc/roff: Makefile Added files: regress/usr.bin/mandoc: Makefile.sub Log message: Infrastructure for regression tests of mandoc messages. Even though messages are not going to be as stable as formatted output, that is, even though the *.out_lint files are expected to change now and then, from now on, i want to be able to catch unintended changes in messages. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/20 12:32:51 Modified files: regress/usr.bin/mandoc/man/TH: Makefile regress/usr.bin/mandoc/mdoc: Makefile regress/usr.bin/mandoc/mdoc/Dl: spacing.in spacing.out_ascii regress/usr.bin/mandoc/mdoc/Nm: Makefile Added files: regress/usr.bin/mandoc/man/TH: baddate.out_lint case.in case.out_ascii case.out_lint emptydate.out_lint noTH.in noTH.mandoc_lint noTH.out_lint twoargs.out_lint regress/usr.bin/mandoc/mdoc/Dt: Makefile badarch.in badarch.out_lint baddate.in baddate.out_ascii baddate.out_lint badsec.in badsec.out_lint case.in case.out_ascii case.out_lint dupe.in dupe.out_ascii dupe.out_lint lateos.in lateos.out_ascii lateos.out_lint nodate.in nodate.out_lint noos.in noos.out_lint order.in order.out_ascii order.out_lint regress/usr.bin/mandoc/mdoc/Nm: badNAME.out_lint badNAMEuse.out_lint Log message: regression tests for prologue warnings CVSROOT: /cvs Module name: www Changes by: bcallah@cvs.openbsd.org 2014/06/20 12:35:10 Modified files: . : events.html Log message: Another NYCBUG talk for me. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/06/20 13:08:11 Added files: lib/libcrypto/crypto: getentropy_linux.c Log message: Work in progress on how to deal with the inherit unreliability of /dev/urandom. Does well in the fallback case. Get it in tree so it can be worked on. ok otto@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/20 13:39:01 Modified files: databases/ruby-hiera: Makefile databases/ruby-hiera/pkg: PLIST Log message: use @unexec-delete instead of @extraunexec CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2014/06/20 13:53:36 Modified files: lib/libcrypto/crypto: getentropy_linux.c Log message: rearrange so that the main function with the important comments is at the top ok deraadt@ beck@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/20 14:18:19 Modified files: lib/libcrypto/crypto: getentropy_linux.c Log message: indent CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/06/20 14:27:22 Modified files: lib/libcrypto/crypto: getentropy_linux.c Log message: KNF CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/20 14:59:49 Modified files: lib/libssl/src/crypto/x509: x509_vfy.c Log message: wrap getenv OPENSSL_ALLOW_PROXY_CERTS in an issetugid check, to protect setuid applications from being fooled. ok miod CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/20 15:00:46 Modified files: lib/libssl/src/crypto: armcap.c cryptlib.c sparcv9cap.c Log message: Remove the OPENSSL_*cap getenv's. A program should not be able to change the behaviour of the library in such a complicated fashion. ok miod CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/20 16:11:57 Modified files: net/icinga/core2: Makefile Log message: As rpe noticed, CMAKE_INSTALL_SYSCONFDIR isn't just used for installation, it makes it into binaries/scripts. So set it to ${SYSCONFDIR} and then (because cmake doesn't let us simply override variables at install time like autoconf does) patch the generated cmake_install.cmake files to install under share/examples. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/20 16:41:53 Modified files: sysutils/ruby-facter/patches: patch-lib_facter_processor_rb patch-lib_facter_util_memory_rb Log message: committed upstream; no pkg change CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/20 16:44:00 Modified files: sysutils/ruby-facter: Makefile sysutils/ruby-facter/patches: patch-lib_facter_virtual_rb Log message: Unbreak {is_,}virtual fact for OpenBSD when running on KVM. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/20 16:58:41 Modified files: usr.bin/mandoc : main.c man.h man_term.c man_validate.c mandoc.1 mandoc.h mdoc_validate.c read.c regress/usr.bin/mandoc/man/TH: Makefile emptydate.out_lint noTH.out_lint twoargs.out_lint regress/usr.bin/mandoc/mdoc/Dt: Makefile Added files: regress/usr.bin/mandoc/man/TH: nobody.in nobody.out_ascii nobody.out_lint regress/usr.bin/mandoc/mdoc/Dt: befSh.in befSh.out_lint nobody.in nobody.out_ascii nobody.out_lint Log message: As suggested by jmc@, only include line and column numbers into messages when they are meaningful, to avoid confusing stuff like this: $ mandoc /dev/null mandoc: /dev/null:0:1: FATAL: not a manual Instead, just say: mandoc: /dev/null: FATAL: not a manual Another example this applies to is documents having a prologue, but lacking a body. Do not throw a FATAL error for these; instead, issue a warning and show the empty document, in the man(7) case with the same amount of blank lines as groff does. Also downgrade mdoc(7) documents having content before the first .Sh from FATAL to WARNING. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/06/20 17:36:22 Modified files: audio/opus-tools: Makefile distinfo Log message: maintenance update to 0.1.9 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/20 19:14:32 Modified files: sys/dev/pci : if_fxp_pci.c Log message: remove useless brace block; from dhill CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/20 20:08:34 Modified files: lib/libcrypto/crypto: getentropy_linux.c Log message: hash in correct pointer CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/20 20:34:26 Modified files: lib/libc/string: explicit_bzero.c sys/lib/libkern: explicit_bzero.c Log message: Protect explicit_bzero() from link-time optimization Modern compiler toolchains are capable of optimizing even across translation unit boundaries, so simply moving the memory clearing into a separate function is not guaranteed to clear memory. To avoid this, we take advantage of ELF weak symbol semantics, and insert a call to an empty, weakly named function. The semantics of calling this function aren't determinable until load time, so the compiler and linker need to keep the memset() call. There are still ways a toolchain might defeat this trick (e.g., optimistically expecting the weak symbol to not be overloaded, and only calling memset() if it is; promoting weak symbols to strong symbols at link-time when emitting a static binary because they won't be interposed; implementing load-time optimizations). But at least for the foreseeable future, these seem unlikely. ok deraadt CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/06/20 22:37:42 Modified files: sys/dev/pci/drm/radeon: radeon_kms.c Log message: drm/radeon: memory leak on bo reservation failure. v2 From Quentin Casasnovas 2b9149f17e7135c31c9df1c80ab6d912c4265126 in ubuntu 3.8 74073c9dd29905645feb6dee03c144657a9844cd in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/06/20 22:47:58 Modified files: sys/dev/pci/drm/radeon: si.c Log message: drm/radeon/si: make sure mc ucode is loaded before checking the size From Alex Deucher eed35bff1fe05f3a32989ace86107a1402f18537 in ubuntu 3.8 8c79bae6a30f606b7a4e17c994bc5f72f8fdaf11 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/06/20 23:38:28 Modified files: sys/dev/pci/drm/i915: intel_display.c Log message: drm/i915: Break encoder->crtc link separately in intel_sanitize_crtc() From Egbert Eich 9e68a1156da093385f057b9e4576652203f1248e in ubuntu 3.8 7f1950fbb989e8fc5463b307e062b4529d51c862 in mainline linux CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/21 01:33:02 Modified files: share/man/man4 : puc.4 Log message: add moxa c168h; From: "Craig R. Skinner" CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/21 01:58:28 Modified files: mail/fetchmail : Makefile distinfo mail/fetchmail/patches: patch-Makefile_in mail/fetchmail/pkg: PLIST Log message: update to fetchmail-6.3.26 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2014/06/21 02:00:23 Modified files: libexec/ld.so : Makefile dir.c dl_prebind.c library.c library_mquery.c loader.c malloc.c path.c resolve.c sod.c util.c util.h libexec/ld.so/ldconfig: prebind_path.c Added files: libexec/ld.so : reallocarray.c Log message: Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry and fix _dl_strdup to return NULL instead of crash; ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2014/06/21 02:47:06 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update to youtube-dl to 2014.06.19. This version adds support for more sites and also fixes youtube. Prompted by espie@, thanks! CVSROOT: /cvs Module name: src Changes by: logan@cvs.openbsd.org 2014/06/21 03:10:30 Modified files: lib/libssl/src/ssl: ssl_cert.c Log message: Fix memory leak in error path. OK from miod@ CVSROOT: /cvs Module name: www Changes by: zhuk@cvs.openbsd.org 2014/06/21 04:20:00 Modified files: faq/ports : guide.html Log message: Kill the PERMIT_DISTFILES_CDROM zombie in porting FAQ. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/21 05:09:03 Modified files: infrastructure/templates: network.conf.template Log message: switch to download2.berlios.de for MASTER_SITES_BERLIOS from/ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/21 05:17:30 Modified files: net/ngircd : Makefile Log message: remove hardcoded berlios master site and replace it with a mirror from upstream CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/21 05:23:58 Modified files: audio/cuetools : Makefile Log message: add new homepage add a master_sites mirror; this port could use an update... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/21 05:26:30 Modified files: converters/py-cjkcodecs: Makefile Log message: remove defunt HOMEPAGE and add working MASTER_SITES CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/21 05:29:06 Modified files: converters/py-iconvcodec: Makefile Log message: remove defunt HOMEPAGE and add working MASTER_SITES CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/21 05:34:26 Modified files: devel/nagelfar : Makefile Log message: add working MASTER_SITES CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/21 05:46:07 Modified files: emulators/x48 : Makefile devel/py-silc : Makefile Log message: add working MASTER_SITES CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/21 05:54:29 Modified files: games/enigma : Makefile games/lincity-ng: Makefile games/oolite : Makefile games/supertux : Makefile Log message: add working MASTER_SITES CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/21 06:00:01 Modified files: lib/libssl/src/crypto/hmac: hm_ameth.c hm_pmeth.c hmac.c Log message: KNF CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/21 06:07:02 Modified files: lib/libssl/src/crypto/cmac: cm_ameth.c cm_pmeth.c cmac.c Log message: KNF CVSROOT: /cvs Module name: www Changes by: zhuk@cvs.openbsd.org 2014/06/21 06:17:47 Modified files: faq/ports : guide.html Log message: Four license questions were as like as four peas An espie@ swallowed one and then there were three CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/21 07:39:46 Modified files: lib/libssl/src/crypto/hmac: hm_ameth.c hm_pmeth.c hmac.c hmac.h Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/21 07:42:14 Modified files: lib/libssl/src/crypto/cmac: cm_ameth.c cm_pmeth.c cmac.c cmac.h Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/21 08:06:36 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: More KNF and clean up. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/21 08:45:22 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: Pull out the sequence number selection and handle this up front. Also, the correct record is already known, so avoid reassignment. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/21 08:58:44 Modified files: games/manaplus : Makefile distinfo games/manaplus/pkg: PLIST Log message: Update to 1.4.6.21 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/21 09:30:36 Modified files: lib/libssl/src/crypto/evp: evp_aead.c e_chacha20poly1305.c Log message: Switch to the ISC licensed versions of these files, which Google has made available via boringssl. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/21 10:13:16 Modified files: regress/usr.bin/mandoc/man/TH: nobody.out_lint Log message: fix expected message level CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/21 10:17:56 Modified files: usr.bin/mandoc : main.c mandocdb.c Log message: Prefix messages about bad command line options and arguments with "mandoc: " or "makewhatis: ", respectively, similar to what we already do for other messages. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/21 10:48:05 Modified files: regress/lib/libssl/ssl: ssltest.c testssl Log message: Add DTLS support to ssltest and wire up some regress tests. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/21 10:51:48 Modified files: lib/libssl/src/ssl: s3_lib.c Log message: Specify the correct strength bits for 3DES cipher suites. From OpenSSL. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/21 11:02:25 Modified files: lib/libssl/src/ssl: d1_lib.c ssl_locl.h t1_enc.c Log message: Pull the code that builds a DTLS sequence number out into its own function to avoid duplication. Also use fewer magic numbers. ok miod@ CVSROOT: /cvs Module name: src Changes by: daniel@cvs.openbsd.org 2014/06/21 13:24:57 Modified files: sys/kern : kern_malloc.c Log message: you've had 12+ years to update your kernel config. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/06/21 14:22:15 Modified files: lib/libc/string: timingsafe_bcmp.3 Log message: loosen the spec for timingsafe functions slightly, so as to not artificially constrain alternative implementations. ok deraadt CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/06/21 14:27:25 Modified files: lib/libssl/src/ssl: s3_clnt.c ssl_sess.c t1_reneg.c Log message: always compare memcmp against 0, for clarity. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/06/21 14:58:30 Modified files: sys/kern : kern_sig.c Log message: If the kernel generates a deadly trap signal (SEGV, BUS, etc) for an untraced process but finds it blocking or ignoring it, just kill the process instead of looping. It's undefined behavor in POSIX but quite annoying when encountered in practice. improvements from kettenis@ ok matthew@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/06/21 15:09:25 Modified files: sys/uvm : uvm_km.c Log message: Make sure kmthread never loops without making progress: if the freelist was empty then the first page allocation should sleep until it can get one. ok tedu@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/21 15:44:36 Modified files: lib/libcrypto/crypto: getentropy_linux.c Log message: repair indentation for an inner loop; shorten some macros and variable names to shorten line lengths ok beck CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/21 16:23:44 Modified files: usr.bin/mandoc : main.c read.c Log message: Reduce the verbosity of error messages caused by open(2) failures. Suggested by and ok jmc@. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/06/21 16:57:15 Modified files: regress/lib/libc/timingsafe: timingsafe.c Log message: matthew reminds me to update regress to reflect current spec CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2014/06/22 04:59:37 Modified files: lang/racket : Makefile lang/racket/patches: patch-src_racket_sconfig_h Log message: BROKEN-mips64el. Tests on loongson by jturner@. CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2014/06/22 05:11:00 Modified files: . : plus.html Log message: plus.html for June 9-15. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/22 05:16:31 Modified files: net/unifi : Makefile distinfo Log message: update to unifi 3.2.1 (stable 3.x release) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/22 05:33:47 Modified files: lib/libssl/src/crypto/engine: eng_cnf.c eng_err.c eng_fat.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/22 06:05:09 Modified files: lib/libssl/src/crypto/engine: eng_lib.c eng_openssl.c eng_padlock.c eng_pkey.c eng_rsax.c eng_table.c Log message: KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/22 06:15:53 Modified files: lib/libssl/src/crypto/engine: eng_list.c Log message: KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/22 06:16:28 Modified files: lib/libssl/src/crypto/engine: eng_int.h engine.h Log message: KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/22 06:18:33 Modified files: lib/libssl/src/crypto/engine: eng_rsax.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/22 07:17:08 Modified files: lib/libssl/src/crypto/asn1: a_strnid.c ameth_lib.c Log message: nuke unused test programs; ok jsing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/22 07:20:31 Modified files: databases/mongodb: Makefile distinfo Log message: update to mongod 2.4.10 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2014/06/22 08:18:01 Modified files: regress/usr.sbin/relayd: Makefile Relayd.pm Remote.pm args-http-append.pl args-http-change-path.pl args-http-filter-url-file.pl args-http-hash.pl args-http-mark-marked.pl args-http-remove.pl funcs.pl remote.pl Log message: Fix the relayd regression tests. Now they pass with and without an obj directory. The relayd process can also run on a remote machine for different timing. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/06/22 08:19:31 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: update p5-IO-Socket-SSL to 1.994 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/22 08:25:44 src/regress/lib/libcrypto/bio Update of /cvs/src/regress/lib/libcrypto/bio In directory cvs.openbsd.org:/tmp/cvs-serv20616/bio Log Message: Directory /cvs/src/regress/lib/libcrypto/bio added to the repository CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/22 08:28:07 Modified files: regress/lib/libcrypto: Makefile Log message: Hook in the aead regress. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/22 08:30:52 Modified files: regress/lib/libcrypto: Makefile Added files: regress/lib/libcrypto/bio: Makefile biotest.c Log message: Add a skeleton regress for crypto/bio, which currently only covers BIO_get_port() and fails since the current code believes that "-1" is a valid port. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/22 08:41:10 Modified files: lib/libssl/src/crypto/bio: b_sock.c bio.h bio_err.c Log message: In BIO_get_port(), use strol() with appropriate range checks rather than an atoi() followed by an unsigned short cast. This stops things like "-1" and "66536" from being considered to be "valid" port numbers. ok beck@ deraadt@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/22 09:11:59 Modified files: usr.sbin/spamdb: spamdb.8 Log message: missing .Pa macro below FILES; patch from Jan Stary CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/22 09:38:28 Modified files: lib/libssl/src/crypto/bio: b_sock.c Log message: Just use SOMAXCONN and IPPROTO_TCP, since we know we have them. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/22 10:39:07 Modified files: share/man/man7 : man.7 Log message: Minimal cleanup of the COMPATIBILITY section: * Mention that the list is incomplete. * Quoting quotes by doubling them is documented in the Ossanna/Kernighan/Ritter Nroff/Troff User's Manual, Section 7.3. * Our roff(7) manual documents handling of escape sequences; besides, we partially support \w and \z now. * Scaling widths are documented in roff(7) as well, and f is not \f. * Negative arguments to .sp are handled now. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/22 10:47:08 Modified files: lib/libssl/src/crypto/bio: b_sock.c Log message: BIO_sock_init() no longer does anything, so stop calling it. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/22 10:57:34 Modified files: regress/lib/libcrypto/bio: biotest.c Log message: Add regress tests for BIO_get_host_ip(). CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/22 11:06:50 Modified files: share/man/man7 : mdoc.7 Log message: Minimal COMPATIBILITY cleanup: * Mention that the list is incomplete. * I implemented %C for groff -current, and it was accepted. * Font family is \F, not \f. * Escapes and scaling widths are documented in roff(7), not here. * Quoting quotes by doubling them is now supported. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/06/22 13:09:37 Modified files: lib/libssl/src/ssl: ssl_rsa.c Log message: KNF, particularly wrapped lines of calls to PEM_read_bio_FOO() and multiline comments ok jsing@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/06/22 13:50:59 Modified files: devel/ipython : Makefile distinfo devel/ipython/pkg: PLIST Log message: Update devel/ipython to version 2.1.0. From rpointel@ then with tweaks from myself. OK rpointel@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2014/06/22 14:01:13 Modified files: mail/extsmail : Makefile distinfo Log message: Update mail/extsmail to version 1.9. From author and maintainer, Laurence Tratt. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/22 14:29:51 Modified files: net/icinga/core2/pkg: PLIST-main Log message: - use @exec-add to create the symlinks in ${SYSCONFDIR}, don't try and package symlinks directly (pkg_create copies the target files rather than the links) - use correct dir name (etc/icinga / etc/icinga2) for @extraunexec CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/22 14:54:26 Modified files: net/icinga/core2: Makefile Log message: add notes CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/06/22 15:15:51 Modified files: sys/arch/i386/conf: GENERIC Log message: PROCFS has been broken for months without complaints, so stop building it suggested by sthen@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/06/22 17:50:45 Modified files: usr.bin/kdump : ktrstruct.c Log message: Negative time{spec,val}s with non-zero subsecond parts require extra handling. E.g., a timeval of { -1, 1 } is -0.999999, as the subsecond part is always positive. Also, update the list of sockaddr_* types that we might add support for CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/06/22 18:43:15 Modified files: lib/librthread : rthread_mutex_prio.c Log message: Remove unintended statement from my copyright block CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/06/22 21:32:57 Modified files: lib/libcrypto/crypto: getentropy_linux.c Log message: unbreak - main needs to be extern in here somewhere. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/06/22 21:46:17 Modified files: sbin/route : route.c usr.bin/systat : if.c usr.sbin/bgpd : kroute.c usr.sbin/ospfd : kroute.c usr.sbin/dvmrpd: kroute.c usr.sbin/ripd : kroute.c usr.sbin/ospf6d: kroute.c usr.sbin/snmpd : mib.c kroute.c usr.sbin/ldpd : kroute.c usr.bin/netstat: if.c inet.c inet6.c main.c mroute.c mroute6.c Log message: The second level of the CTL_NET sysctl is a PF_*, not an AF_* inconsistent usage in route(8) noted by Gregor Best (gbe (at) ring0.de) CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/06/22 21:47:46 Modified files: lib/libcrypto/crypto: getentropy_linux.c Log message: unbreak build of getentropy_sysctl - we need linux/sysctl.h, and RANDOM_UUID is an enum member. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/23 00:45:51 Modified files: audio/easytag : Makefile distinfo audio/easytag/pkg: PLIST Log message: Update to easytag-2.2.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/23 01:57:48 Modified files: sysutils/bacula: Makefile sysutils/bacula/pkg: DESCR-server PLIST-server Added files: sysutils/bacula/pkg: DESCR-mysql DESCR-pgsql DESCR-sqlite3 PLIST-mysql PLIST-pgsql PLIST-sqlite3 Log message: Completely rework the way this port is handled. Drop all FLAVORs and move to MULTI_PACKAGEs (the no_bat PSEUDO_FLAVOR is still available). This modifies the packages as: bacula-client - no change bacula-server - the server part, now unflavored and depends on a proper SQL package support bacula-bat - no change bacula-mysql - new, MySQL support for bacula-server bacula-pgsql - new, PostgreSQL support for bacula-server bacula-sqlite3 - new, SQLite3 support for bacula-server All SQL support packages conflict with each others. For users of mysql and sqlite3, a manual step will be needed to properly upgrade bacula-server; sthen@ will take care of this in current.html. Tested by myself and sthen@ ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/23 01:58:16 Modified files: sysutils : Makefile Log message: We only need to build bacula once now. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/06/23 03:52:56 Modified files: usr.bin/tmux : tty-keys.c Log message: Count mouse clicks correctly, from Balazs Kezes. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/23 03:56:21 Modified files: net/telepathy/folks: Makefile distinfo net/telepathy/folks/pkg: PLIST Added files: net/telepathy/folks/patches: patch-backends_eds_lib_folks-eds_vapi Removed files: net/telepathy/folks/patches: patch-folks_individual_vala Log message: update to folks 0.9.7 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2014/06/23 04:27:05 Modified files: usr.bin/tmux : window.c Log message: Allow keys and send-keys to invisible panes, from saggy-kun at users dot sf dot net. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/06/23 05:51:42 Modified files: sys/netinet : udp_usrreq.c Log message: Fix compile without IPSEC. Pointed out by Ivan Solonin. ok henning mpi jca CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/23 06:34:15 Modified files: devel/py-SOAPpy: Tag: OPENBSD_5_5 Makefile devel/py-SOAPpy/patches: Tag: OPENBSD_5_5 patch-SOAPpy_Server_py Added files: devel/py-SOAPpy/patches: Tag: OPENBSD_5_5 patch-SOAPpy_Parser_py Log message: Security fix for CVE-2014-3242, SOAPpy: XML External Entity (XXE) flaw CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/23 07:32:26 Log message: import py-wtools-0.4.3 WSDL parsing services package for Web Services for Python. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20142406 N ports/www/py-wtools/Makefile N ports/www/py-wtools/distinfo N ports/www/py-wtools/pkg/DESCR N ports/www/py-wtools/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/23 07:33:28 Log message: import defusedxml-0.4.1 The defusedxml package contains several Python-only workarounds and fixes for denial of service and other vulnerabilities in Python's XML libraries. In order to benefit from the protection you just have to import and use the listed functions / classes from the right defusedxml module instead of the original module. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20142406 N ports/textproc/py-defusedxml/Makefile N ports/textproc/py-defusedxml/distinfo N ports/textproc/py-defusedxml/pkg/DESCR N ports/textproc/py-defusedxml/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/23 07:35:53 Modified files: textproc : Makefile www : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/23 07:37:02 Modified files: devel/py-SOAPpy: Makefile distinfo devel/py-SOAPpy/pkg: PLIST Removed files: devel/py-SOAPpy/patches: patch-SOAPpy_Client_py patch-SOAPpy_GSIServer_py patch-SOAPpy_Server_py patch-SOAPpy_Types_py Log message: - long overdue update to py-SOAPpy-0.12.22 - use MODPY_EGG_VERSION / MASTER_SITE_PYPI ok aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/23 07:40:15 Modified files: security/p5-Authen-SASL: Makefile distinfo Log message: update to p5-Authen-SASL 2.16 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/23 07:45:14 Modified files: share/man/man4 : urtwn.4 Log message: add another supported model; from edward (myself rdtan net) CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/06/23 09:04:23 Modified files: faq : current.html Log message: bacula package split CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/23 11:06:21 Modified files: net/icinga/core2/patches: patch-etc_icinga2_constants_conf Log message: forced commit, test cvsync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/23 11:32:10 Modified files: x11/gtk+2 : Makefile distinfo Log message: Update to gtk+2-2.24.24. CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2014/06/23 12:15:03 Modified files: devel/avrdude : Makefile Log message: Add dependency on libftdi for consistent build Ok @sthen CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/06/23 12:44:43 Modified files: sbin/ifconfig : ifconfig.c Log message: make "ifconfig inet6 eui64" reset the NOINET6 flag (unconditionally), so a link-local will be assigned if there isn't one yet. ok krw benno todd sthen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/06/23 12:47:41 Modified files: sys/dev/acpi : acpi.c dsdt.c Log message: SystemMemory is used to access memory mapped registers on some machines, so we must use the bus_space(9) API to access it instead of memcpy(9). Also make sure we properly align access to fields that need more than byte alignment. ok guenther@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/06/23 12:51:15 Modified files: sys/net : if.c Log message: turn of IPv6 for new interfaces by default. this really just means there is no link-local address assigned by default, which - by default, since INET6 is in the GENERIC kernels - makes the machine and services on it reachable. No such thing in IPv4 land. since assigning an inet6 address manually or running rtsol(d) etc resets the NOINET6 flag and causes the link-local to be assigned, this really is a noop for all inet6 users with the exception of those ONLY using the default link-local address. These needs to run "ifconfig inet6 eui64" or put the equivalent in hostname.if. discussed at length with many, ok at least by krw todd benno sthen CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/06/23 12:54:33 Modified files: sys/msdosfs : msdosfs_vfsops.c Log message: Fix possible crash on invalid filesystems. Merged from FreeBSD's revision 206098. ok beck@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/06/23 12:55:29 Modified files: sbin/ifconfig : ifconfig.8 Log message: first attempt at documenting NOINET6 by default and eui64 turning it on again CVSROOT: /cvs Module name: ports Changes by: henning@cvs.openbsd.org 2014/06/23 13:08:01 Log message: DBIx::Simple provides a simplified interface to DBI, Perl's powerful database module. help & ok sthen Status: Vendor Tag: henning Release Tags: henning_20140623 N ports/databases/p5-DBIx-Simple/Makefile N ports/databases/p5-DBIx-Simple/distinfo N ports/databases/p5-DBIx-Simple/pkg/PLIST N ports/databases/p5-DBIx-Simple/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: henning@cvs.openbsd.org 2014/06/23 13:08:42 Modified files: databases : Makefile Log message: hook in p5-DBIx-Simple CVSROOT: /cvs Module name: ports Changes by: henning@cvs.openbsd.org 2014/06/23 13:10:04 Log message: install shared files, to use with File::ShareDir help & ok sthen Status: Vendor Tag: henning Release Tags: henning_20140623 N ports/devel/p5-File-ShareDir-Install/Makefile N ports/devel/p5-File-ShareDir-Install/distinfo N ports/devel/p5-File-ShareDir-Install/pkg/PLIST N ports/devel/p5-File-ShareDir-Install/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: henning@cvs.openbsd.org 2014/06/23 13:10:37 Modified files: devel : Makefile Log message: hook in p5-File-ShareDir-Install CVSROOT: /cvs Module name: ports Changes by: henning@cvs.openbsd.org 2014/06/23 13:12:12 Log message: This module implements a wrapper for Net::SMTP, enabling over-SSL and STARTTLS support. This module inherits all the methods from Net::SMTP. help & ok sthen Status: Vendor Tag: henning Release Tags: henning_20140623 N ports/net/p5-Net-SMTPS/Makefile N ports/net/p5-Net-SMTPS/distinfo N ports/net/p5-Net-SMTPS/pkg/PLIST N ports/net/p5-Net-SMTPS/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: henning@cvs.openbsd.org 2014/06/23 13:12:54 Modified files: net : Makefile Log message: hook in p5-Net-SMTPS CVSROOT: /cvs Module name: mail Changes by: henning@cvs.openbsd.org 2014/06/23 13:15:59 Log message: This Perl module is a suite of tools for implementing DMARC. It adheres very tightly to the 2013 DMARC draft, intending to implement every MUST and every SHOULD. using this is a bit rough due to documentation <-> code mismatches and omissions in the documentation... help & ok sthen Status: Vendor Tag: henning Release Tags: henning_20140623 N mail/p5-Mail-DMARC/Makefile cvs: ERROR: cannot write file /cvs/mail/p5-Mail-DMARC/Makefile,v: No such file or directory N mail/p5-Mail-DMARC/distinfo cvs: ERROR: cannot write file /cvs/mail/p5-Mail-DMARC/distinfo,v: No such file or directory cvs: ERROR: cannot mkdir /cvs/mail/p5-Mail-DMARC/pkg -- not added: No such file or directory No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: henning@cvs.openbsd.org 2014/06/23 13:17:28 Log message: This Perl module is a suite of tools for implementing DMARC. It adheres very tightly to the 2013 DMARC draft, intending to implement every MUST and every SHOULD. using this module is a bit rough due to documentation <-> code mismatches and omissions in documentation help & ok sthen Status: Vendor Tag: henning Release Tags: henning_20140623 N ports/mail/p5-Mail-DMARC/Makefile N ports/mail/p5-Mail-DMARC/distinfo N ports/mail/p5-Mail-DMARC/pkg/PLIST N ports/mail/p5-Mail-DMARC/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: henning@cvs.openbsd.org 2014/06/23 13:18:13 Modified files: mail : Makefile Log message: hook in p5-Mail-DMARC CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/23 14:31:19 Modified files: gnu/gcc/gcc : cfgexpand.c Log message: gcc4: emit warning when ignoring alignment constraints Currently, GCC 4.2 silently ignores the "aligned" attribute for objects allocated on the stack if the specified minimum alignment exceeds the platform's natural stack alignment. This has bitten us in the past, so we shouldn't allow this to continue. Fixing the "ignores" problem seems hard, so this commit settles for tackling the "silently" problem instead. ok miod, and possibly guenther and deraadt CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/06/23 15:05:09 Modified files: devel/nagelfar : Makefile Log message: really bump REVISION CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/23 15:06:05 src/regress/sys/kern/siginfo-fault Update of /cvs/src/regress/sys/kern/siginfo-fault In directory cvs.openbsd.org:/tmp/cvs-serv27380/siginfo-fault Log Message: Directory /cvs/src/regress/sys/kern/siginfo-fault added to the repository CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/23 15:10:03 Added files: regress/sys/kern/siginfo-fault: Makefile siginfo-fault.c Log message: Add regress test for SIGSEGV and SIGBUS siginfo semantics. According to POSIX, SIGSEGV should specify SEGV_ACCERR if the memory pages are mapped, but the protections don't match the user's access attempts, while SEGV_MAPERR should only be specified for pages that are unmapped. Some platforms currently handle this correctly, but not all. Additionally, SIGBUS/BUS_ADRERR should be generated instead of SIGSEGV for access to file mapped pages that exceed the end of the file. (Thanks to kettenis@ for suggesting this test.) Currently failing, so not linked into the regress tree yet. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2014/06/23 15:56:04 Added files: net/icinga/core2/pkg: README-main Log message: Start on a README for icinga2 OK sthen@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/23 16:03:03 Modified files: usr.bin/mandoc : mandoc.1 Log message: Below DIAGNOSTICS, document the SYSERR message level; jmc@ wondered what it meant and agrees with this patch. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/23 16:19:02 Modified files: lib/libssl/src/crypto/conf: conf_api.c conf_mod.c lib/libssl/src/crypto/engine: eng_list.c lib/libssl/src/crypto/x509: by_dir.c by_file.c Log message: Since this is a library, place issetugid() before every getenv() ok miod CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/23 16:48:33 Modified files: sys/netinet : udp_usrreq.c Log message: repair ramdisk builds CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2014/06/23 18:03:21 Modified files: www/netsurf/browser: Makefile Log message: Explicitly disable JavaScript. It doesn't yet build but may get autodetected. Noticed by naddy@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/06/23 18:52:02 Modified files: usr.bin/ssh : krl.c Log message: fix bug in KRL generation: multiple consecutive revoked certificate serial number ranges could be serialised to an invalid format. Readers of a broken KRL caused by this bug will fail closed, so no should-have-been-revoked key will be accepted. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/06/23 19:04:43 Modified files: regress/usr.bin/ssh: krl.sh Log message: regress test for broken consecutive revoked serial number ranges CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/06/23 19:13:22 Modified files: usr.bin/ssh : auth-bsdauth.c auth-chall.c auth-options.c auth-rsa.c auth2-none.c auth2-pubkey.c authfile.c authfile.h cipher-chachapoly.c cipher-chachapoly.h cipher.c cipher.h digest-libc.c digest-openssl.c digest.h dns.c hmac.h hostfile.c key.c key.h krl.c monitor.c packet.c rsa.c rsa.h ssh-add.c ssh-agent.c ssh-dss.c ssh-ecdsa.c ssh-ed25519.c ssh-keygen.c ssh-pkcs11-client.c ssh-pkcs11-helper.c ssh-pkcs11.c ssh-rsa.c sshbuf-misc.c sshbuf.h sshconnect.c sshconnect1.c sshconnect2.c sshd.c usr.bin/ssh/lib: Makefile Log message: New key API: refactor key-related functions to be more library-like, existing API is offered as a set of wrappers. with and ok markus@ Thanks also to Ben Hawkes, David Tomaschik, Ivan Fratric, Matthew Dempsky and Ron Bowes for a detailed review a few months ago. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/06/23 19:14:18 Modified files: regress/usr.bin/ssh: Makefile regress/usr.bin/ssh/unittests: Makefile Makefile.inc regress/usr.bin/ssh/unittests/sshbuf: Makefile Added files: regress/usr.bin/ssh/unittests/sshkey: Makefile common.c common.h mktestdata.sh test_file.c test_fuzz.c test_sshkey.c tests.c regress/usr.bin/ssh/unittests/sshkey/testdata: dsa_1 dsa_1-cert.fp dsa_1-cert.pub dsa_1.fp dsa_1.fp.bb dsa_1.param.g dsa_1.param.priv dsa_1.param.pub dsa_1.pub dsa_1_pw dsa_2 dsa_2.fp dsa_2.fp.bb dsa_2.pub dsa_n dsa_n_pw ecdsa_1 ecdsa_1-cert.fp ecdsa_1-cert.pub ecdsa_1.fp ecdsa_1.fp.bb ecdsa_1.param.curve ecdsa_1.param.priv ecdsa_1.param.pub ecdsa_1.pub ecdsa_1_pw ecdsa_2 ecdsa_2.fp ecdsa_2.fp.bb ecdsa_2.param.curve ecdsa_2.param.priv ecdsa_2.param.pub ecdsa_2.pub ecdsa_n ecdsa_n_pw ed25519_1 ed25519_1-cert.fp ed25519_1-cert.pub ed25519_1.fp ed25519_1.fp.bb ed25519_1.pub ed25519_1_pw ed25519_2 ed25519_2.fp ed25519_2.fp.bb ed25519_2.pub pw rsa1_1 rsa1_1.fp rsa1_1.fp.bb rsa1_1.param.n rsa1_1.pub rsa1_1_pw rsa1_2 rsa1_2.fp rsa1_2.fp.bb rsa1_2.param.n rsa1_2.pub rsa_1 rsa_1-cert.fp rsa_1-cert.pub rsa_1.fp rsa_1.fp.bb rsa_1.param.n rsa_1.param.p rsa_1.param.q rsa_1.pub rsa_1_pw rsa_2 rsa_2.fp rsa_2.fp.bb rsa_2.param.n rsa_2.param.p rsa_2.param.q rsa_2.pub rsa_n rsa_n_pw Log message: unit and fuzz tests for new key API CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/06/23 19:16:58 Added files: usr.bin/ssh : sshkey.c sshkey.h Log message: New key API: refactor key-related functions to be more library-like, existing API is offered as a set of wrappers. with and ok markus@ Thanks also to Ben Hawkes, David Tomaschik, Ivan Fratric, Matthew Dempsky and Ron Bowes for a detailed review a few months ago. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/06/23 20:19:48 Modified files: usr.bin/ssh : ssh.c Log message: don't fatal() when hostname canonicalisation fails with a ProxyCommand in use; continue and allow the ProxyCommand to connect anyway (e.g. to a host with a name outside the DNS behind a bastion) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/06/23 20:21:01 Modified files: usr.bin/ssh : scp.c Log message: when copying local->remote fails during read, don't send uninitialised heap to the remote end. Reported by Jann Horn CVSROOT: /cvs Module name: src Changes by: daniel@cvs.openbsd.org 2014/06/23 20:32:43 Modified files: sbin/mount : mount.8 mount.c Log message: remove the noaccesstime synonym for noatime which was previously added for BSD/OS compatibility. ok deraadt@, miod@i, millert@ CVSROOT: /cvs Module name: src Changes by: logan@cvs.openbsd.org 2014/06/23 23:39:29 Modified files: lib/libssl/src/apps: ecparam.c Log message: Fix memory leak. Thanks to Brenk Cook. OK from miod@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/24 01:00:07 Modified files: x11/gnome/empathy: Makefile distinfo Log message: update to empathy-3.12.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/24 01:01:24 Modified files: devel/vte3 : Makefile distinfo Removed files: devel/vte3/patches: patch-src_keymap_c patch-src_vte_c Log message: update to vte3-0.36.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/24 01:08:58 Modified files: x11/gnome/terminal: Makefile distinfo x11/gnome/terminal/pkg: PLIST Log message: update to gnome-terminal-3.12.3 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2014/06/24 02:09:06 Log message: This library provides inotify-compatible interface for applications, that need to monitor changes happening in a filesystem. It can be useful when porting Linux applications, which often use inotify interface. with input and ok from ajacoutot@ Status: Vendor Tag: kirby Release Tags: kirby_20140624 N ports/devel/libinotify/Makefile N ports/devel/libinotify/distinfo N ports/devel/libinotify/pkg/DESCR N ports/devel/libinotify/pkg/PLIST N ports/devel/libinotify/patches/patch-Makefile_am N ports/devel/libinotify/patches/patch-configure_ac No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2014/06/24 02:20:12 Modified files: devel : Makefile Log message: add libinotify CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/24 02:32:19 Modified files: devel/libinotify: Makefile Removed files: devel/libinotify/patches: patch-Makefile_am patch-configure_ac Log message: Drop uneeded patches and use modern autotools. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/24 02:49:14 Modified files: www/owncloud : Makefile www/owncloud/pkg: README Log message: Talk about mirall. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2014/06/24 03:20:03 Log message: tool to synchronize files from ownCloud Server with your computer. input and ok ajacoutot@ Status: Vendor Tag: kirby Release Tags: kirby_20140624 N ports/net/mirall/Makefile N ports/net/mirall/distinfo N ports/net/mirall/patches/patch-cmake_modules_FindINotify_cmake N ports/net/mirall/patches/patch-src_CMakeLists_txt N ports/net/mirall/patches/patch-src_mirall_application_cpp N ports/net/mirall/patches/patch-src_mirall_utility_cpp N ports/net/mirall/pkg/DESCR N ports/net/mirall/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2014/06/24 03:22:09 Modified files: net : Makefile Log message: add mirall CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/24 03:53:59 Modified files: net/mirall : Makefile net/mirall/pkg : PLIST Log message: Simplify and drop MODGCC4_VERSION which is the default. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/24 05:45:49 Modified files: net/telepathy/folks: Makefile distinfo Removed files: net/telepathy/folks/patches: patch-backends_eds_lib_folks-eds_vapi Log message: update to folks-0.9.7.1 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/24 06:41:19 Modified files: regress/usr.bin/mdoclint: mdoclint Log message: do not prompt for overwrite when none is neccessary using the -F option (which is off by default anyway); netbsd -r1.49, from wiz@netbsd CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2014/06/24 06:41:59 Modified files: regress/sbin/pfctl: pf39.in pf39.loaded pf39.ok pf39.optimized Log message: Fixup the test after new queue code has been added. You can't load a ruleset with undefined queues into the anchor. Change the test to use "set prio" since the whole purpose of it is to test the flexibility of the pf.conf language, not a particular queue feature. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/06/24 07:42:23 Modified files: faq/pf : ftp.html nat.html pools.html rdr.html tagging.html Log message: explicitly specify "inet" in various nat-to rules where it's ambiguous (plus minor whitespace cleanup) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/24 08:18:29 Modified files: devel/p5-File-ShareDir: Makefile distinfo Removed files: devel/p5-File-ShareDir/patches: patch-Makefile_PL Log message: update to p5-File-ShareDir-1.102 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/06/24 09:05:46 Modified files: graphics/libwebp: Makefile distinfo graphics/libwebp/pkg: PLIST Log message: Update to libwebp 0.4.0. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/24 09:05:49 Modified files: libexec/security: security Log message: Do not try to pass potentially non-existent array elements into functions since that is going to kill the Perl interpreter. While here, do not attempt to parse $PATH or $ENV when undefined. Crash found the hard way with a dubious /root/.login file by otto@ who declares himself unable to read perl code even though he can apparently debug it with ktrace(1) - thanks for the excellent bug report! Feedback and ok florian@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/24 10:18:30 Modified files: libexec/security: security Log message: The Perl close() function, when called on pipe file descriptors, provides information from wait(2), which needs careful inspection in order to not hide errors. Problem identified by florian@ after a bug report from otto@. Fix based on a patch from florian@, considerably tweaked by me. OK florian@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/24 10:49:54 Modified files: net/icinga/core2/patches: patch-etc_icinga2_constants_conf Log message: plugins are from a separate pkg so use LOCALBASE not TRUEPREFIX CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/24 10:51:35 Modified files: net/icinga/core2: Makefile Added files: net/icinga/core2/patches: patch-CMakeLists_txt patch-config_h_cmake patch-lib_base_CMakeLists_txt patch-lib_base_stacktrace_cpp Log message: pick up backtrace() functions from libexecinfo by using FindBacktrace.cmake XXX comments because ports version of FindBacktrace uses BACKTRACE_ rather than Backtrace_ as used in the version committed to cmake 3 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/24 11:30:00 Modified files: lib/libssl/src/crypto/bio: b_sock.c Log message: Actually make BIO_set_tcp_ndelay() work - TCP_NODELAY will not magically appear by itself. ok beck@ miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/24 11:42:54 Modified files: lib/libssl/src/crypto/bio: b_sock.c Log message: Replace 48 lines of code with a single inet_pton() call. The previous handrolled version could not even make use of sscanf(), since that would not work with a certain antiquated compiler. It is worth noting that there is a tiny change in behaviour - previously calling BIO_get_host_ip() with something that looked like it might be a valid IP address (for example, "1." or even ".") would result in it returning failure rather than trying a BIO_gethostbyname() - now we'll always try a BIO_gethostbyname() if it was not a valid IPv4 address. ok beck@ miod@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/24 11:48:30 Modified files: lib/libssl/src/crypto/chacha: chacha-merged.c Log message: Some KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/24 11:55:40 Modified files: regress/lib/libcrypto/chacha: chachatest.c Log message: Extend the chacha regress to cover the ChaCha interface, in addition to the single-shot CRYPTO_chacha_20() interface (the ChaCha interface was already tested via the EVP regress, but not extensively). The additional ChaCha tests include single-shot writes, along with partial/single-byte writes that currently fail due to a bug in the underlying implementation. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/24 12:12:09 Modified files: lib/libssl/src/crypto/chacha: chacha-merged.c chacha.c chacha.h Log message: If a chacha operation does not consume all of the generated key stream, ensure that we save it and consume it on subsequent writes. Otherwise we end up discarding part of the key stream and instead generate a new block at the start of the next write. This was only an issue for callers that did multiple writes that are not multiples of 64 bytes - in particular, the ChaCha20Poly1305 usage does not hit this problem since it performs encryption in a single-shot. For the same reason, this is also a non-issue when openssl(1) is used to encrypt with ChaCha. Issue identified by insane coder; reported to bugs@ by Joseph M. Schwartz. ok beck@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/24 12:13:50 Modified files: lib/libcrypto/crypto: shlib_version Log message: Crank libcrypto major since my previous commit changed the size of the ChaCha context. Other changes will also ride this crank. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/24 12:23:59 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/24 13:05:42 Modified files: regress/sys/kern/siginfo-fault: siginfo-fault.c Log message: POSIX doesn't specify MAP_FILE and it's a noop anyway, so remove it to make test portable to other OSes. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/24 13:31:50 Modified files: lib/libcrypto/crypto: Makefile lib/libssl/src/crypto/evp: evp.h Removed files: lib/libssl/src/crypto/evp: bio_ok.c Log message: Remove BIO_f_reliable(), guilty of playing with EVP_MD_CTX internals it should not know anything about. Verified not to be used in ports; riding upon the recent libcrypto major bump. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/24 13:33:10 Modified files: lib/libssl/src/crypto: crypto.h Log message: Remove ancient workaround for previous century's compilers in the declaration of CRYPTO_EX_DATA; riding upon the libcrypto major bump. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/24 13:34:06 Modified files: lib/libssl/src/crypto/asn1: a_set.c Log message: Remove previously commented out wrong code, as well as the comment saying this is incorrect code. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/24 13:37:58 Modified files: lib/libssl/src/crypto/asn1: a_digest.c a_sign.c a_verify.c lib/libssl/src/crypto/buffer: buffer.h lib/libssl/src/crypto/x509: by_dir.c Log message: Unifdef -UNO_SYS_TYPES_H CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/24 13:44:39 Modified files: devel/libmagic : Makefile distinfo Log message: update to libmagic 5.19, various fixes including buffer overruns CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/24 13:44:47 Modified files: devel/py-libmagic: Makefile distinfo Log message: update to py-libmagic 5.19 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/24 15:42:20 Modified files: share/man/man7 : mdoc.7 Log message: Deprecate .Tn and .Ux, and make it clearer that .Bt and .Ud are deprecated. Do not use these macros in new documents, they provide no value. Instead, usually no macro and no markup is needed at all. Of course, they remain supported for compatibility with existing manuals. Jason McIntyre (OpenBSD), Thomas Klausner (NetBSD) and Franco Fichtner (DragonFly) are OK with this documentation change. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/06/24 15:45:06 Modified files: www/ruby-passenger/patches: patch-helper-scripts_prespawn patch-lib_phusion_passenger_native_support_rb patch-lib_phusion_passenger_rb patch-lib_phusion_passenger_standalone_command_rb patch-lib_phusion_passenger_standalone_package_runtime_command_rb patch-lib_phusion_passenger_standalone_runtime_installer_rb patch-lib_phusion_passenger_standalone_start_command_rb patch-lib_phusion_passenger_standalone_utils_rb www/ruby-passenger/pkg: PLIST-main PLIST-standalone Added files: www/ruby-passenger/patches: patch-ext_nginx_config patch-lib_phusion_passenger_platform_info_cxx_portability_rb patch-lib_phusion_passenger_platform_info_depcheck_specs_libs_rb patch-lib_phusion_passenger_platform_info_operating_system_rb patch-lib_phusion_passenger_standalone_runtime_locator_rb Removed files: www/ruby-passenger/patches: patch-ext_ruby_extconf_rb patch-lib_phusion_passenger_packaging_rb Log message: Update passenger to 4.0.44. Update the nginx version used by passenger standalone to 1.4.7. Thanks to Frank Groeneveld for feedback and testing. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/06/24 15:47:26 Modified files: www/nginx : Makefile.inc Log message: For the passenger FLAVOR, support the ruby 2.0 and 2.1 passenger versions as RDEPs. Use ruby 2.0 as the BDEP, similar to the rest of the ports system. Thanks to Frank Groeneveld for feedback and testing. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/06/24 15:48:22 Modified files: www : Makefile Log message: Build ruby 2.0 and 2.1 versions of ruby-passenger by default. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/06/24 15:51:16 Modified files: lang/rubinius : Makefile distinfo Log message: Update to rubinius 2.2.9. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/24 18:19:17 Modified files: usr.bin/mandoc : mandoc.h read.c roff.c Log message: Improve messages related to the roff(7) .so request. In all these messages, show the filename argument that was passed to the .so request. In case of failure, show an additional message reporting the file and the line number where the failing request was found. The existing message reporting the reason for the failure - for example, "Permission denied" - is left in place, unchanged. Inspired by a question asked by Nick@ after he saw the confusing old messages that used to be emitted in this area. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/06/24 18:29:45 Modified files: devel/cmake : Makefile devel/cmake/files: FindBacktrace.cmake audio/clementine: Makefile Log message: Sync FindBacktrace.cmake with what's been committed upstream and what's the Clementine actually waits for. Pointed out, initially patched and tested by sthen@, thanks! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/24 22:22:08 Modified files: lib/libc/crypt : arc4random.c Log message: document why we explicit_bzero CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/25 00:57:42 Modified files: usr.bin/ftp : ftp.1 usr.sbin/openssl: openssl.1 Log message: Alexander Schrijver posted a diff to remove references to the c_rehash script, which we don;t have in base. after some discussion with jca, i've not removed these references, but tried to make it clearer it's distributed with openssl and not included in base; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/06/25 01:46:14 Modified files: sys/dev/acpi : acpiec.c Log message: If the Embedded Contoller device has a _STA method, evaluate it and bail out early during attach if it signals that the device isn't present. Reduces the noise on machines where the AML provides an (incomplete) description of the Embedded Controller but doesn't actually have one. ok mlarkin@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/25 02:09:23 Modified files: devel/pango : Makefile distinfo Log message: Update to pango-1.36.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/25 03:12:00 Modified files: devel/libinotify: Makefile distinfo Log message: Update to libinotify-20140622. ok kirby@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/25 03:17:12 Modified files: x11/gnome/user-docs: Makefile distinfo x11/gnome/user-docs/pkg: PLIST Log message: Update to gnome-user-docs-3.12.2 CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2014/06/25 03:26:44 Modified files: . : plus.html Log message: plus.html for June 16 to 22. CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2014/06/25 03:43:36 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Fix a couple of small nits. okay espie@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/06/25 04:52:21 Modified files: usr.sbin/pkg_add/OpenBSD: Add.pm Log message: revert for now. Some aspects of tied code are currently broken in a fun way. surprised nobody noticed... CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/06/25 05:05:15 Modified files: usr.sbin/relayd: check_script.c parse.y pfe_route.c relay_http.c relay_udp.c relayd.conf.5 snmp.c Log message: sync copyright to reality according to my last changes CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/06/25 05:12:45 Modified files: usr.sbin/relayctl: relayctl.8 relayctl.c Log message: I did enough significant changes and/or additions since 2007 after pyr@'s initial version to rightfully add my copyright to these files: sync with reality. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/25 05:14:50 Modified files: net/icinga/core2/patches: patch-CMakeLists_txt patch-config_h_cmake patch-lib_base_CMakeLists_txt patch-lib_base_stacktrace_cpp Log message: s/BACKTRACE_/Backtrace_/ now the local file in cmake has been synced with the cmake 3 version CVSROOT: /cvs Module name: src Changes by: daniel@cvs.openbsd.org 2014/06/25 06:04:24 Removed files: gnu/usr.bin/lynx/test: iso8859-1.html iso88592.html gnu/usr.bin/lynx/po: rw.po Log message: delete some leftovers. ok deraadt@, sthen@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/06/25 06:33:33 Modified files: etc/rc.d : nsd Log message: ensure rc.d/nsd uses a correct exit code as per rc.subr(8); reported by Ben Lovett, simpler diff from aja@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/06/25 06:38:32 Modified files: faq/ports : ports.html Log message: distfile->distinfo; Jan Stary CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/25 07:48:58 Modified files: www/aria2 : Makefile Added files: www/aria2/patches: patch-src_ServerStat_cc Log message: Remove outdated mips64* flags. Fix a time_t warning. Improvements and ok sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/25 08:16:09 Modified files: usr.bin/ssh : sshbuf.c Log message: unblock SIGSEGV before raising it ok djm CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/06/25 09:01:32 Modified files: build : support.dat Log message: update venture37 entry, from Sevan Janiyan CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/06/25 09:01:42 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2014/06/25 09:11:20 Modified files: sbin/pfctl : parse.y Log message: Make stricter decisions when handling translation specifications. In particular, disallow specifications containing addresses of different address families when rule doesn't specify one, for example "pass out nat-to { ::1 1.1.1.1 }" will now produce an error instead of silently picking one of the addresses. sthen and deraadt agree CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2014/06/25 09:14:20 Modified files: regress/sbin/pfctl: pf48.in pf48.loaded pf48.ok pf48.optimized pf98.in Log message: Explicitely specify address family when translation pool may contain addresses of different address families. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/06/25 09:38:18 Modified files: devel/ruby-gems: Makefile Added files: devel/ruby-gems/patches: patch-lib_rubygems_specification_rb Log message: Backport an upstream rubygems patch fixing issues with Gem.refresh. OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/06/25 09:38:39 Modified files: lang/ruby/1.9 : Makefile Added files: lang/ruby/1.9/patches: patch-lib_rubygems_specification_rb Log message: Backport an upstream rubygems patch fixing issues with Gem.refresh. OK ajacoutot@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/06/25 09:53:56 Modified files: lib/libcrypto/crypto: getentropy_linux.c Log message: O_NOFOLLOW would be very nice to have here if the version of linux we are running supports it. from enh@google.com CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2014/06/25 10:21:20 Modified files: sys/net : if_pflog.c pf.c pfvar.h Log message: pf_translate doesn't use the mbuf argument anymore. From Alexandr Nedvedicky . Thanks! CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/06/25 10:29:30 Modified files: lib/libcrypto/crypto: getentropy_linux.c Log message: Possibly obtain a little bit of entropy from addresses returned by getauxval if we have it. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/06/25 10:31:03 Modified files: lib/libcrypto/crypto: getentropy_linux.c Log message: comment fixes from theo CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/06/25 10:45:49 Modified files: lib/libcrypto/crypto: getentropy_linux.c Log message: get the page of data at AT_SYSINFO_EHDR ok deraadt@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/06/25 11:04:18 Modified files: lib/libcrypto/crypto: getentropy_linux.c Log message: AT_BASE returns us the *address* of the start of ld.so, so use the address, not what it points to (which is always the same) ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/06/25 11:54:07 Modified files: net/cvsync : Makefile net/cvsync/patches: patch-common_filescan_rcs_c patch-common_rcslib_c patch-common_rcslib_h patch-common_refuse_c Added files: net/cvsync/patches: patch-common_filecmp_rcs_c patch-common_updater_rcs_c patch-common_version_h patch-rcscmp_main_c Log message: Add full support for commitid and bump protocol version. Old clients will receive updates with commitid stripped out. Upstream author agrees with the direction taken. Heavy lifting by jca@, debugging and tweaks by yours truly ok jcs@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/06/25 12:21:24 Modified files: usr.sbin/installboot: i386_installboot.c Log message: Check malloc return value for NULL. ok jsing@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/06/25 12:23:02 Modified files: usr.sbin/installboot: bootstrap.c i386_installboot.h Log message: Apply/fix OpenBSD tag. ok jsing@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/25 12:29:52 Modified files: games/easyrpg : Makefile Log message: Host one of the tarballs myself. aja@ noticed that one of the tarballs was 404'ing. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/06/25 12:56:22 Modified files: sys/dev/acpi : dsdt.c Log message: So it turns out that there is AML out there that asks for an access width that isn't compatible with the alignment of the region: OperationRegion (SATC, SystemMemory, 0xE008800A, 0x04) Field (SATC, DWordAcc, NoLock, Preserve) { STCL, 16 } DWordAcc means 4-byte access, but 0xE008800A is only 2-byte aligned. Moreover, the region itself is 4 bytes long. From this I conclude that 4-byte wide access to a 2-byte aligned address is really wanted in cases like this. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/06/25 13:10:58 Modified files: build : support.dat Log message: fix whitespace problem with previous CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/06/25 13:11:07 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/06/25 13:17:27 Modified files: usr.bin/tmux : cfg.c Log message: Handle escaped back slashes and missing new lines at end of line by using fparseln instead of reimplementing it on our own. with input by and ok nicm@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/25 16:00:24 Modified files: sysutils/ruby-facter: Makefile distinfo sysutils/ruby-facter/patches: patch-lib_facter_virtual_rb patch-spec_unit_util_config_spec_rb sysutils/ruby-facter/pkg: PLIST Removed files: sysutils/ruby-facter/patches: patch-lib_facter_kernelrelease_rb patch-lib_facter_memory_rb patch-lib_facter_physicalprocessorcount_rb patch-lib_facter_processor_rb patch-lib_facter_util_memory_rb patch-spec_unit_physicalprocessorcount_spec_rb Log message: - update to facter-2.1.0 * nearly all local patches have been merged into a release now * http://docs.puppetlabs.com/facter/2.1/release_notes.html CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/25 18:30:16 Modified files: security/gnupg : Makefile distinfo security/gnupg/patches: patch-cipher_Makefile_in patch-doc_Makefile_in patch-g10_Makefile_in patch-keyserver_Makefile_in patch-tools_Makefile_in patch-util_Makefile_in security/gnupg/pkg: PLIST Log message: update to gnupg-1.4.17 http://lists.gnupg.org/pipermail/gnupg-announce/2014q2/000344.html CVE-2014-4617: DoS due to garbled compressed data packets CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/25 18:31:23 Modified files: security/gnupg : Tag: OPENBSD_5_5 Makefile distinfo security/gnupg/patches: Tag: OPENBSD_5_5 patch-cipher_Makefile_in patch-doc_Makefile_in patch-g10_Makefile_in patch-keyserver_Makefile_in patch-tools_Makefile_in patch-util_Makefile_in security/gnupg/pkg: Tag: OPENBSD_5_5 PLIST Log message: MFC: update to gnupg-1.4.17 http://lists.gnupg.org/pipermail/gnupg-announce/2014q2/000344.html CVE-2014-4617: DoS due to garbled compressed data packets CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/25 19:36:49 Modified files: share/man/man4 : vscsi.4 Log message: Document that VSCSI_I2T is a non-blocking operation and can be monitored with select(2). CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/06/25 22:03:33 Modified files: lib/libpcap : optimize.c pcap.c Log message: Convert several calloc calls to reallocarray. These calloc calls were originally malloc(n * m) calls (without memset/bzero) in the past. ok deraadt@ tedu@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2014/06/25 22:25:38 Modified files: sys/dev/ic : ahci.c Log message: Work around compatibility problems with Intel ahci and Intel SSDs by retrying device detection if the port is still busy after our normal timeout. based on a diff by chris@, based on a change in dragonflybsd tested by Peter J Philipp ok dlg@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/06/26 01:46:17 Modified files: sys/dev/pci : virtio.c Log message: fix format string when compiled with VIRTIO_DEBUG ok sf@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/26 02:33:27 Modified files: textproc/link-grammar: Makefile distinfo textproc/link-grammar/pkg: PLIST-java PLIST-main Log message: Update to link-grammar-5.0.8. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/26 02:55:51 Modified files: devel/p5-File-ShareDir: Makefile Log message: fix TEST_DEPENDS; RD Thrush CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/06/26 04:40:57 Modified files: net/samba4 : Makefile distinfo Log message: Security update to Samba 4.0.19, from MAINTAINER Ian McWilliam. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/26 05:43:54 Modified files: net/samba : Makefile net/samba/patches: patch-source3_smbd_lanman_c Added files: net/samba/patches: patch-source3_lib_charcnv_c patch-source3_lib_system_c patch-source3_libsmb_clirap_c Log message: Backport fixes to samba from 3.6.24, from Ian McWilliam (maintainer) CVE-2014-0244: malformed packet can nmbd to loop, preventing further NetBIOS name service CVE-2014-3493: smbd "crash involving overwriting memory on an authenticated connection" (just classed as a DoS in release notes, but that may be optimistic) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/26 05:46:10 Modified files: net/samba : Tag: OPENBSD_5_5 Makefile net/samba/patches: Tag: OPENBSD_5_5 patch-source3_smbd_lanman_c Added files: net/samba/patches: Tag: OPENBSD_5_5 patch-source3_lib_charcnv_c patch-source3_lib_system_c patch-source3_libsmb_clirap_c Log message: MFC: Backport fixes to samba from 3.6.24, based on -current diff from Ian McWilliam (maintainer) CVE-2014-0244: malformed packet can nmbd to loop, preventing further NetBIOS name service CVE-2014-3493: smbd "crash involving overwriting memory on an authenticated connection" (just classed as a DoS in release notes, but that may be optimistic) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/26 06:48:46 Modified files: sysutils/ansible: Makefile distinfo Log message: SECURITY update to ansible-1.6.5. https://groups.google.com/forum/#!topic/ansible-announce/A1px5egCnGQ ok sthen@ jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/26 06:54:31 Modified files: www/squid/stable: Makefile distinfo Removed files: www/squid/stable/patches: patch-src_client_side_reply_cc patch-src_format_Format_cc patch-src_format_Token_h Log message: Update to squid-3.4.6, various fixes (especially for SSL-bump but some general ones). Includes some memory leak and segv fixes. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/06/26 07:08:25 Modified files: sys/net : if.c sys/netinet : in.c sys/netinet6 : in6_ifattach.c Log message: Calling in{6,}_purgeaddr() is not enough to remove an address from an interface. Two other operations are performed when issuing a SIOCDIFADDR{_IN6,} ioctl: call the address hook and the per-driver ioctl function. Since carp(4) relies on an address hook to recalculate its hash, make sure to call this hook when IFXF_NOINET6 is set or when the rdomain is changed. ok henning@, mikeb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/26 07:08:42 Modified files: www/squid/snapshot: Makefile distinfo www/squid/snapshot/patches: patch-configure_ac patch-src_cf_data_pre www/squid/snapshot/pkg: PLIST-main Removed files: www/squid/snapshot/patches: patch-src_client_side_reply_cc Log message: update squid/snapshot to squid-3.HEAD-20140626 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/26 07:38:06 Modified files: security/gnupg2: Makefile distinfo Log message: Update to gnupg-2.0.24; various fixes including "infinite loop in uncompressing garbled packets" (CVE-2014-4617). Fix capitalization in COMMENT while there as was already done in security/gnupg (gpg1.x). OK pea@ (maintainer). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/26 07:40:59 Modified files: www/mozilla-firefox: Makefile Added files: www/mozilla-firefox/patches: patch-gfx_skia_generate_mozbuild_py patch-gfx_skia_moz_build patch-gfx_skia_trunk_src_opts_opts_check_SSE2_cpp Log message: Work around Firefox build failure on i386 occurring since skia was updated in 30.0, see https://bugzilla.mozilla.org/show_bug.cgi?id=1028827. Remove some "if build machine has SSE2/SSSE3 then don't bother with cpuid feature checks at runtime" pieces. ok jasper@ (landry is away for a few days). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/26 07:48:11 Modified files: lib/libcrypto/crypto: getentropy_linux.c Log message: fix HD() misuse; from brent cook CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/06/26 08:45:53 Modified files: devel/ruby-daemon_controller: Makefile distinfo devel/ruby-daemon_controller/pkg: PLIST Log message: Update to daemon_controller 1.2.0. Thanks sthen@ for the reminder CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/26 09:24:08 Modified files: lib/libssl/src/crypto/err: err.c Log message: save errno in ERR_put_error(), so that SYSerr doesn't have any accidental cases where errno can be trashed. ok jsing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/26 09:36:11 Modified files: security/clamav: Makefile Added files: security/clamav/patches: patch-libclamav_others_c Log message: call cl_initialize_crypto() from cl_init(), to unbreak HAVP following update to clamav 0.98.4 https://bugzilla.clamav.net/show_bug.cgi?id=11037 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/26 09:38:46 Modified files: security/clamav: Tag: OPENBSD_5_5 Makefile Added files: security/clamav/patches: Tag: OPENBSD_5_5 patch-libclamav_others_c Log message: MFC: call cl_initialize_crypto() from cl_init(), to unbreak HAVP following update to clamav 0.98.4 https://bugzilla.clamav.net/show_bug.cgi?id=11037 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/26 10:00:16 Modified files: libexec/security: security Log message: Do not redirect STDERR of the main security(8) script to /dev/null, not even for calling three particular functions, as that carries a risk of hiding serious errors in the security(8) script itself: otto@ found and reported a bug (already fixed by now) where that hurt him. Instead, only do the redirection where it is really needed, that is, inside the forked csh(1) child process. The csh(1) "eval" builtin is required because the csh(1) "source" builtin apparently ignores redirections. No objections came up when showing this diff on tech@. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/06/26 10:26:59 Modified files: lang/gcc : Makefile.inc Added files: lang/gcc : DESCR-libs Log message: infrastructure glue for gcc 4.9 CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/06/26 10:30:23 Log message: Import GCC 4.9, sparc64 test and ok tobiasu@ Status: Vendor Tag: pascal Release Tags: pascal_20140626 N ports/lang/gcc/4.9/Makefile N ports/lang/gcc/4.9/distinfo N ports/lang/gcc/4.9/gcc4.port.mk N ports/lang/gcc/4.9/patches/patch-Makefile_in N ports/lang/gcc/4.9/patches/patch-boehm-gc_configure N ports/lang/gcc/4.9/patches/patch-boehm-gc_dyn_load_c N ports/lang/gcc/4.9/patches/patch-boehm-gc_include_gc_config_h_in N ports/lang/gcc/4.9/patches/patch-boehm-gc_include_gc_config_macros_h N ports/lang/gcc/4.9/patches/patch-boehm-gc_include_gc_pthread_redirects_h N ports/lang/gcc/4.9/patches/patch-boehm-gc_include_private_gcconfig_h N ports/lang/gcc/4.9/patches/patch-boehm-gc_mach_dep_c N ports/lang/gcc/4.9/patches/patch-boehm-gc_misc_c N ports/lang/gcc/4.9/patches/patch-boehm-gc_os_dep_c N ports/lang/gcc/4.9/patches/patch-boehm-gc_pthread_support_c N ports/lang/gcc/4.9/patches/patch-configure N ports/lang/gcc/4.9/patches/patch-boehm-gc_threadlibs_c N ports/lang/gcc/4.9/patches/patch-fixincludes_fixincl_x N ports/lang/gcc/4.9/patches/patch-fixincludes_inclhack_def N ports/lang/gcc/4.9/patches/patch-gcc_ada_Make-generated_in N ports/lang/gcc/4.9/patches/patch-gcc_ada_gcc-interface_Make-lang_in N ports/lang/gcc/4.9/patches/patch-gcc_ada_gcc-interface_Makefile_in N ports/lang/gcc/4.9/patches/patch-gcc_ada_s-osinte-openbsd_adb N ports/lang/gcc/4.9/patches/patch-gcc_ada_s-osinte-openbsd_ads N ports/lang/gcc/4.9/patches/patch-gcc_ada_system-openbsd-sparcv9_ads N ports/lang/gcc/4.9/patches/patch-gcc_ada_system-openbsd-x86_64_ads N ports/lang/gcc/4.9/patches/patch-gcc_builtins_c N ports/lang/gcc/4.9/patches/patch-gcc_fortran_f95-lang_c N ports/lang/gcc/4.9/patches/patch-gcc_ada_system-openbsd-x86_ads N ports/lang/gcc/4.9/patches/patch-gcc_c-family_c-format_c N ports/lang/gcc/4.9/patches/patch-gcc_c-family_c_opt N ports/lang/gcc/4.9/patches/patch-gcc_c_c-decl_c N ports/lang/gcc/4.9/patches/patch-gcc_common_opt N ports/lang/gcc/4.9/patches/patch-gcc_config_alpha_alpha_c N ports/lang/gcc/4.9/patches/patch-gcc_config_alpha_alpha_md N ports/lang/gcc/4.9/patches/patch-gcc_config_alpha_alpha_opt N ports/lang/gcc/4.9/patches/patch-gcc_config_alpha_openbsd_h N ports/lang/gcc/4.9/patches/patch-gcc_config_exec-stack_h N ports/lang/gcc/4.9/patches/patch-gcc_config_gcc N ports/lang/gcc/4.9/patches/patch-gcc_config_i386_i386_c N ports/lang/gcc/4.9/patches/patch-gcc_config_i386_openbsd_h N ports/lang/gcc/4.9/patches/patch-gcc_config_i386_openbsdelf_h N ports/lang/gcc/4.9/patches/patch-gcc_config_openbsd-libpthread_h N ports/lang/gcc/4.9/patches/patch-gcc_config_openbsd_h N ports/lang/gcc/4.9/patches/patch-gcc_config_openbsd_opt N ports/lang/gcc/4.9/patches/patch-gcc_config_pa_pa_h N ports/lang/gcc/4.9/patches/patch-gcc_config_rs6000_driver-rs6000_c N ports/lang/gcc/4.9/patches/patch-gcc_config_rs6000_openbsd1_h N ports/lang/gcc/4.9/patches/patch-gcc_config_rs6000_openbsd_h N ports/lang/gcc/4.9/patches/patch-gcc_config_rs6000_sysv4_h N ports/lang/gcc/4.9/patches/patch-gcc_config_rs6000_t-openbsd N ports/lang/gcc/4.9/patches/patch-gcc_config_sparc_openbsd64_h N ports/lang/gcc/4.9/patches/patch-gcc_configure N ports/lang/gcc/4.9/patches/patch-gcc_cp_g++spec_c N ports/lang/gcc/4.9/patches/patch-gcc_defaults_h N ports/lang/gcc/4.9/patches/patch-gcc_flags_h N ports/lang/gcc/4.9/patches/patch-gcc_go_go-lang_c N ports/lang/gcc/4.9/patches/patch-gcc_java_lang_c N ports/lang/gcc/4.9/patches/patch-gcc_lto_lto_c N ports/lang/gcc/4.9/patches/patch-gcc_targhooks_c N ports/lang/gcc/4.9/patches/patch-gcc_testsuite_gcc_dg_format_format_h N ports/lang/gcc/4.9/patches/patch-gcc_toplev_c N ports/lang/gcc/4.9/patches/patch-gnattools_Makefile_in N ports/lang/gcc/4.9/patches/patch-libcilkrts_runtime_os-unix_c N ports/lang/gcc/4.9/patches/patch-gnattools_configure N ports/lang/gcc/4.9/patches/patch-gnattools_configure_ac N ports/lang/gcc/4.9/patches/patch-libatomic_Makefile_in N ports/lang/gcc/4.9/patches/patch-gcc_gcc_c N ports/lang/gcc/4.9/patches/patch-libffi_configure N ports/lang/gcc/4.9/patches/patch-libffi_include_Makefile_in N ports/lang/gcc/4.9/patches/patch-libgcc_Makefile_in N ports/lang/gcc/4.9/patches/patch-libgcc_config_host N ports/lang/gcc/4.9/patches/patch-libgcc_libgcc2_c N ports/lang/gcc/4.9/patches/patch-libgfortran_Makefile_in N ports/lang/gcc/4.9/patches/patch-libgfortran_configure N ports/lang/gcc/4.9/patches/patch-libgo_Makefile_in N ports/lang/gcc/4.9/patches/patch-libgo_config_libtool_m4 N ports/lang/gcc/4.9/patches/patch-libgo_configure N ports/lang/gcc/4.9/patches/patch-libiberty_cp-demangle_c N ports/lang/gcc/4.9/patches/patch-libgomp_configure N ports/lang/gcc/4.9/patches/patch-libquadmath_Makefile_in N ports/lang/gcc/4.9/patches/patch-libitm_Makefile_in N ports/lang/gcc/4.9/patches/patch-libjava_Makefile_in N ports/lang/gcc/4.9/patches/patch-libjava_classpath_configure N ports/lang/gcc/4.9/patches/patch-libjava_configure N ports/lang/gcc/4.9/patches/patch-libjava_configure_host N ports/lang/gcc/4.9/patches/patch-libjava_libltdl_configure N ports/lang/gcc/4.9/patches/patch-libjava_prims_cc N ports/lang/gcc/4.9/patches/patch-gcc_config_sparc_sparc_c N ports/lang/gcc/4.9/patches/patch-gcc_config_pa_pa_c N ports/lang/gcc/4.9/patches/patch-libobjc_Makefile_in N ports/lang/gcc/4.9/patches/patch-libobjc_configure N ports/lang/gcc/4.9/patches/patch-libquadmath_configure N ports/lang/gcc/4.9/patches/patch-libssp_Makefile_in N ports/lang/gcc/4.9/patches/patch-libssp_configure N ports/lang/gcc/4.9/patches/patch-libstdc++-v3_configure N ports/lang/gcc/4.9/patches/patch-libtool_m4 N ports/lang/gcc/4.9/patches/patch-lto-plugin_Makefile_in N ports/lang/gcc/4.9/patches/patch-lto-plugin_configure N ports/lang/gcc/4.9/patches/patch-zlib_configure N ports/lang/gcc/4.9/patches/patch-libstdc++-v3_include_c_std_cstddef N ports/lang/gcc/4.9/patches/patch-gcc_ada_adaint_c N ports/lang/gcc/4.9/patches/patch-gcc_opts_c N ports/lang/gcc/4.9/patches/patch-libstdc++-v3_libsupc++_Makefile_in N ports/lang/gcc/4.9/patches/patch-libstdc++-v3_src_Makefile_in N ports/lang/gcc/4.9/patches/patch-libstdc++-v3_include_c_global_cstddef N ports/lang/gcc/4.9/patches/patch-libcilkrts_Makefile_in N ports/lang/gcc/4.9/patches/patch-gcc_ada_a-calend_adb N ports/lang/gcc/4.9/patches/patch-libffi_Makefile_in N ports/lang/gcc/4.9/patches/patch-gcc_ada_adaint_h N ports/lang/gcc/4.9/patches/patch-gcc_ada_g-calend_ads N ports/lang/gcc/4.9/patches/patch-gcc_ada_s-osprim-posix_adb N ports/lang/gcc/4.9/patches/patch-gcc_ada_sysdep_c N ports/lang/gcc/4.9/patches/patch-gcc_config_mips_mips_h N ports/lang/gcc/4.9/patches/patch-gcc_config_mips_openbsd_h N ports/lang/gcc/4.9/pkg/PFRAG.ATOMIC-main N ports/lang/gcc/4.9/pkg/PFRAG.ITM-main N ports/lang/gcc/4.9/pkg/PFRAG.i386-main N ports/lang/gcc/4.9/pkg/PFRAG.QUADMATH-main N ports/lang/gcc/4.9/pkg/PFRAG.sparc64-main N ports/lang/gcc/4.9/pkg/PLIST-ada N ports/lang/gcc/4.9/pkg/PLIST-c++ N ports/lang/gcc/4.9/pkg/PLIST-main N ports/lang/gcc/4.9/pkg/PLIST-f95 N ports/lang/gcc/4.9/pkg/PLIST-java N ports/lang/gcc/4.9/pkg/PLIST-objc N ports/lang/gcc/4.9/pkg/PFRAG.X86-main N ports/lang/gcc/4.9/pkg/PFRAG.powerpc-main N ports/lang/gcc/4.9/pkg/PFRAG.amd64-main N ports/lang/gcc/4.9/pkg/PLIST-libs N ports/lang/gcc/4.9/pkg/PFRAG.QUADMATH-libs N ports/lang/gcc/4.9/pkg/PFRAG.ITM-libs N ports/lang/gcc/4.9/pkg/PFRAG.CILKRTS-main N ports/lang/gcc/4.9/pkg/PFRAG.ATOMIC-libs N ports/lang/gcc/4.9/pkg/PFRAG.CILKRTS-libs No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/06/26 10:32:50 Modified files: lang/gcc : Makefile Log message: sync CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/06/26 11:56:09 Modified files: sbin/pflogd : privsep.c Log message: Create temporary file with mkstemp and unlink if rename operation fails. ok deraadt@, henning@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/26 12:30:36 Modified files: lib/libc/sys : mmap.2 Log message: Document that mmap() confirms to POSIX 2008, except that we generate SIGSEGV instead of SIGBUS for page references beyond the end of a mapped object. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/26 13:23:15 Modified files: lib/libc/crypt : arc4random.c Log message: Add back an #ifndef MAP_INHERIT_ZERO chunk to support the old getpid() mechanism, to aid in portability to other systems as requested. ok matthew CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/06/26 14:06:50 Modified files: net/cvsync : Makefile net/cvsync/patches: patch-common_updater_rcs_c Log message: Fix an off-by-one error in the updater, where we would always consume a byte but only sometimes account for it. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/26 15:01:37 Modified files: lang/gcc/4.9 : Makefile Log message: whitespace commit, test cvsync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/26 15:13:47 Modified files: www/squid/snapshot: Makefile Log message: BUILD_DEPENDS+= works better if it's after a previous BUILD_DEPENDS rather than before it... found my naddy (and myself earlier but I didn't see the problem then). CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/26 15:40:55 Modified files: x11/sakura : Makefile distinfo x11/sakura/pkg : PLIST Log message: Update to 3.1.4 CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/06/26 16:06:36 Modified files: sysutils/lsof : Makefile sysutils/lsof/patches: patch-dialects_n+obsd_dlsof_h Added files: sysutils/lsof/patches: patch-dialects_n+obsd_dnode_c Log message: Add support for tmpfs to lsof(1). pvalchev@ (MAINTAINER) agrees. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/26 16:10:33 Modified files: security/john-jumbo: Makefile Log message: Set J in MAKE_FLAGS (to MAKE_JOBS). john-jumbo make infrastructure passes this as -j$(J) to child processes, so if undefined this results in "gmake -j". As gmake(1) says, "If the -j option is given without an argument, gmake will not limit the number of jobs that can run simultaneously." Hopefully this fixes a weird build failure that naddy saw and I was able to replicate after a bunch of build attempts. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/26 16:52:52 Modified files: archivers/lzo2 : Makefile distinfo Log message: security update to LZO 2.07, CVE-2014-4607 'Fixed a potential integer overflow condition in the "safe" decompressor variants which could result in a possible buffer overrun when processing maliciously crafted compressed input data. As this issue only affects 32-bit systems and also can only happen if you use uncommonly huge buffer sizes where you have to decompress more than 16 MiB (2^24 bytes) compressed bytes within a single function call, the practical implications are limited.' See http://www.openwall.com/lists/oss-security/2014/06/26/20 for more details, there are also some embedded copies of "minilzo" from the same source in various other programs which are also affected by this CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/26 16:53:35 Modified files: archivers/lzo2 : Tag: OPENBSD_5_5 Makefile distinfo Log message: MFC security update to LZO 2.07, CVE-2014-4607 http://www.openwall.com/lists/oss-security/2014/06/26/20 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/26 17:00:15 Modified files: net/nfdump : Makefile Added files: net/nfdump/patches: patch-bin_lzoconf_h patch-bin_lzodefs_h patch-bin_minilzo_c patch-bin_minilzo_h Log message: update embedded copy of minilzo, CVE-2014-4607 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/26 18:06:42 Modified files: net/quagga : Makefile distinfo net/quagga/patches: patch-zebra_kernel_socket_c net/quagga/pkg : PLIST Removed files: net/quagga/patches: patch-configure_ac patch-doc_Makefile_in patch-ospfclient_Makefile_in Log message: update to quagga-0.99.23 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/26 18:09:29 Modified files: infrastructure/db: user.list net/icinga/core2: Makefile net/icinga/core2/pkg: PLIST-main Log message: Add a dedicated _icingacmd group for use with icinga2 command pipes and livestatus CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/26 18:14:27 Modified files: net/icinga/core2: Makefile Log message: LIB_DEPENDS on libexecinfo CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/26 18:16:08 Modified files: net/icinga/core2/pkg: PLIST-main Log message: typo in @sample line CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/26 18:28:02 Modified files: net/icinga/core2: Makefile Log message: remove obsolete comments CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/26 18:28:19 Modified files: net/icinga/core2/pkg: README-main Log message: s/icinga/icinga2 in "mv-into-chroot" instructions CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/26 22:41:09 Modified files: lib/libssl/src/crypto/asn1: asn1_mac.h x_pkey.c Log message: Remove M_ASN1_New* macros which are only used in X509_PKEY_new() are obfuscate it to hide memory leaks in the error paths, and fix aforementioned memory leaks. ok jsing@ logan@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/27 00:01:40 Modified files: share/man/man5 : fstab.5 Log message: fix a comment; From: patrick keshishian CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/27 00:07:01 Modified files: lib/libssl/src/crypto/err: err.c Log message: hand-KNF the remaining bits CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/27 00:07:35 Modified files: lib/libssl/src/crypto/bn: bn.h bn_ctx.c lib/libssl/src/crypto/dsa: dsa_ossl.c lib/libssl/src/crypto/modes: gcm128.c Log message: hand-KNF macro the do { } while loops CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/27 00:19:43 Modified files: emulators/gns3 : Makefile distinfo emulators/gns3/patches: patch-src_GNS3_Config_Defaults_py patch-src_GNS3_QemuManager_py emulators/gns3/pkg: PLIST Added files: emulators/gns3/patches: patch-setup_py Log message: Update to gns3-0.8.6. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/27 01:01:21 Modified files: lib/libssl/src/crypto/err: err.c Log message: save_errno botch; spotted by miod CVSROOT: /cvs Module name: src Changes by: andre@cvs.openbsd.org 2014/06/27 01:49:08 Modified files: usr.sbin/relayd: relay.c relayd.c relayd.h Log message: knf, no functional change. ok reyk CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/06/27 09:26:02 Modified files: lang/jruby : Makefile distinfo lang/jruby/pkg : PLIST Log message: Update to JRuby 1.7.13. CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/06/27 10:05:20 Modified files: sys/stand/boot : bootarg.c Log message: Avoid buffer overflow if there were too many arguments, also adjust lenp to contain actually consumed space on truncation. bootarg_list can be static again, it's not referenced from outside. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/06/27 10:10:59 Modified files: lang/php/5.5 : Makefile distinfo Log message: update to 5.5.14: This release fixes several bugs in addition to 8 CVEs. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/06/27 10:13:08 Modified files: lang/php/5.4 : Makefile distinfo Log message: update to 5.4.30: Over 20 bugs were fixed in this release, including the following CVEs: CVE-2014-3981, CVE-2014-0207, CVE-2014-3478, CVE-2014-3479, CVE-2014-3480, CVE-2014-3487, CVE-2014-4049, CVE-2014-3515. CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2014/06/27 10:33:02 www/papers/paris-alten Update of /cvs/www/papers/paris-alten In directory cvs.openbsd.org:/tmp/cvs-serv1561/paris-alten Log Message: Directory /cvs/www/papers/paris-alten added to the repository CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/27 10:38:03 Modified files: sys/kern : kern_bufq.c Log message: Do not KASSERT an unsigned value being >= 0 after decrementing it; instead, KASSERT it being > 0 before decrementing. ok dlg@ CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2014/06/27 10:38:23 Modified files: papers : index.html Added files: papers/paris-alten: index.html mgp00001.html mgp00001.idx.jpg mgp00001.jpg mgp00001.txt mgp00002.html mgp00002.idx.jpg mgp00002.jpg mgp00002.txt mgp00003.html mgp00003.idx.jpg mgp00003.jpg mgp00003.txt mgp00004.html mgp00004.idx.jpg mgp00004.jpg mgp00004.txt mgp00005.html mgp00005.idx.jpg mgp00005.jpg mgp00005.txt mgp00006.html mgp00006.idx.jpg mgp00006.jpg mgp00006.txt mgp00007.html mgp00007.idx.jpg mgp00007.jpg mgp00007.txt mgp00008.html mgp00008.idx.jpg mgp00008.jpg mgp00008.txt mgp00009.html mgp00009.idx.jpg mgp00009.jpg mgp00009.txt mgp00010.html mgp00010.idx.jpg mgp00010.jpg mgp00010.txt mgp00011.html mgp00011.idx.jpg mgp00011.jpg mgp00011.txt mgp00012.html mgp00012.idx.jpg mgp00012.jpg mgp00012.txt mgp00013.html mgp00013.idx.jpg mgp00013.jpg mgp00013.txt mgp00014.html mgp00014.idx.jpg mgp00014.jpg mgp00014.txt mgp00015.html mgp00015.idx.jpg mgp00015.jpg mgp00015.txt mgp00016.html mgp00016.idx.jpg mgp00016.jpg mgp00016.txt mgp00017.html mgp00017.idx.jpg mgp00017.jpg mgp00017.txt mgp00018.html mgp00018.idx.jpg mgp00018.jpg mgp00018.txt mgp00019.html mgp00019.idx.jpg mgp00019.jpg mgp00019.txt mgp00020.html mgp00020.idx.jpg mgp00020.jpg mgp00020.txt mgp00021.html mgp00021.idx.jpg mgp00021.jpg mgp00021.txt mgp00022.html mgp00022.idx.jpg mgp00022.jpg mgp00022.txt mgp00023.html mgp00023.idx.jpg mgp00023.jpg mgp00023.txt mgp00024.html mgp00024.idx.jpg mgp00024.jpg mgp00024.txt mgp00025.html mgp00025.idx.jpg mgp00025.jpg mgp00025.txt mgp00026.html mgp00026.idx.jpg mgp00026.jpg mgp00026.txt mgp00027.html mgp00027.idx.jpg mgp00027.jpg mgp00027.txt mgp00028.html mgp00028.idx.jpg mgp00028.jpg mgp00028.txt mgp00029.html mgp00029.idx.jpg mgp00029.jpg mgp00029.txt mgp00030.html mgp00030.idx.jpg mgp00030.jpg mgp00030.txt mgp00031.html mgp00031.idx.jpg mgp00031.jpg mgp00031.txt mgp00032.html mgp00032.idx.jpg mgp00032.jpg mgp00032.txt mgp00033.html mgp00033.idx.jpg mgp00033.jpg mgp00033.txt mgp00034.html mgp00034.idx.jpg mgp00034.jpg mgp00034.txt mgp00035.html mgp00035.idx.jpg mgp00035.jpg mgp00035.txt mgp00036.html mgp00036.idx.jpg mgp00036.jpg mgp00036.txt mgp00037.html mgp00037.idx.jpg mgp00037.jpg mgp00037.txt mgp00038.html mgp00038.idx.jpg mgp00038.jpg mgp00038.txt mgp00039.html mgp00039.idx.jpg mgp00039.jpg mgp00039.txt mgp00040.html mgp00040.idx.jpg mgp00040.jpg mgp00040.txt mgp00041.html mgp00041.idx.jpg mgp00041.jpg mgp00041.txt mgp00042.html mgp00042.idx.jpg mgp00042.jpg mgp00042.txt mgp00043.html mgp00043.idx.jpg mgp00043.jpg mgp00043.txt mgp00044.html mgp00044.idx.jpg mgp00044.jpg mgp00044.txt mgp00045.html mgp00045.idx.jpg mgp00045.jpg mgp00045.txt mgp00046.html mgp00046.idx.jpg mgp00046.jpg mgp00046.txt mgp00047.html mgp00047.idx.jpg mgp00047.jpg mgp00047.txt mgp00048.html mgp00048.idx.jpg mgp00048.jpg mgp00048.txt mgp00049.html mgp00049.idx.jpg mgp00049.jpg mgp00049.txt mgp00050.html mgp00050.idx.jpg mgp00050.jpg mgp00050.txt mgp00051.html mgp00051.idx.jpg mgp00051.jpg mgp00051.txt mgp00052.html mgp00052.idx.jpg mgp00052.jpg mgp00052.txt mgp00053.html mgp00053.idx.jpg mgp00053.jpg mgp00053.txt mgp00054.html mgp00054.idx.jpg mgp00054.jpg mgp00054.txt mgp00055.html mgp00055.idx.jpg mgp00055.jpg mgp00055.txt Log message: a conference in did in Paris CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/06/27 10:41:56 Modified files: usr.bin/ssh : channels.c channels.h clientloop.c ssh.c Log message: fix remote fwding with same listen port but different listen address with gerhard@, ok djm@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/27 11:28:10 Modified files: sys/arch/loongson/conf: Makefile.loongson sys/arch/octeon/conf: Makefile.octeon sys/arch/sgi/conf: Makefile.sgi Log message: Update list of .S depencies over assym.h. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2014/06/27 11:37:42 Modified files: lib/libc/stdlib: malloc.c Log message: Move to a smaller rbytes buffer and skip a random part. Not to improve the random stream itself (it doesn't), but to introduce noise in the arc4random calling pattern. Thanks to matthew@ who pointed out bias in a previous diff, ok deraadt@ matthew@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/27 11:51:08 Modified files: sys/dev/ic : wd33c93.c wd33c93var.h sys/arch/sgi/hpc: wdsc.c Log message: Standardize xfer byte counts to ssize_t rather than a mix of size_t and int (we need to make them signed to spot controller overruns), and fix format strings accordingly. While there, make sure every runtime printf is prefixed by either the complete target information, if available, or at least the driver name with the proper instance number - supported systems with > 1 wdsc are quite common. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/27 12:17:03 Modified files: lib/libc/stdlib: malloc.c Log message: extra evil spaces snuck in over the last while CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/06/27 12:50:39 Modified files: usr.bin/ssh : ssh-add.c sshkey.c Log message: fix loading of private keys CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/27 13:02:54 Modified files: lib/libc/sys : mmap.2 Log message: Revise wording to reflect that callers should always specify (exactly) one of MAP_PRIVATE or MAP_SHARED, as required by POSIX. However, also caveat that currently OpenBSD doesn't strictly enforce this behavior. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/27 13:26:36 Modified files: lib/libc/sys : mmap.2 Log message: Split out mmap's compatibility flags into a separate section, so users aren't misled into thinking they're useful on OpenBSD. CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/06/27 14:35:37 Modified files: sys/stand/boot : cmd.c Log message: Avoid buffer overflow on max line length by ending string with just one \0. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/27 14:40:02 Modified files: lib/libc/sys : mmap.2 Log message: OpenBSD supports mmap() on block special files too. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/27 14:49:20 ports/archivers/lzo2/patches Update of /cvs/ports/archivers/lzo2/patches In directory cvs.openbsd.org:/tmp/cvs-serv734/patches Log Message: Directory /cvs/ports/archivers/lzo2/patches added to the repository CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/27 14:50:43 Modified files: sys/sys : mman.h sys/uvm : uvm_mmap.c usr.bin/kdump : mksubr Log message: Cleanup support for legacy mmap flags Move all legacy MAP_FOO values behind #ifndef _KERNEL and redefine them to either be aliases for existing flags (e.g., MAP_COPY -> MAP_PRIVATE) or 0. Also, add MAP_OLDFOO defines (behind #ifndef _KERNEL) so the kernel and kdump can remain compatible with current OpenBSD binaries. ok deraadt CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/27 14:51:42 Added files: archivers/lzo2/patches: patch-include_lzo_lzodefs_h Log message: limits.h needed on i386, problem reported by "G", fix from FreeBSD CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/27 14:52:15 Added files: archivers/lzo2/patches: Tag: OPENBSD_5_5 patch-include_lzo_lzodefs_h Log message: limits.h needed on i386, problem reported by "G", fix from FreeBSD CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/27 15:06:33 Modified files: lib/libc/sys : ioctl.2 Log message: Cleanup ioctl.2 slightly: - Markup ioctl argument types with Fa - Be clearer that ioctl arguments are pointers to ints. Similar changes to follow for manual pages that describe device-specific ioctl commands. Discussed with jmc and schwarze. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/27 15:31:12 Modified files: lib/libc/crypt : arc4random.c Log message: re-init and init code paths are now more shared, so the getpid()-based portable code path must handle that; with brent cook CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/06/27 16:02:07 Modified files: lib/libssl/src/crypto/bn: bn_div.c Log message: When building a BN on the stack in BN_div(), make sure to initialize all its fields (i.e. the flags field) before using it. This is currently harmless, but might not be if we end up invoking other BN functions checking for constant-time processing requirement in the future. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/27 16:51:20 Modified files: lib/libc/sys : mmap.2 Log message: zap unneccessary punctuation; CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/27 17:21:47 Modified files: lib/librthread : rthread_sem.c rthread_stack.c Log message: Fix mmap() flag usage: explicitly specify MAP_PRIVATE and drop useless MAP_FILE and MAP_HASSEMAPHORE flags. Discussed with deraadt, tedu, and kettenis CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/27 20:42:57 Modified files: net/nfdump/patches: patch-bin_minilzo_c Log message: remove cvs keywords from patch, problem reported by krw@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/06/27 22:08:48 Modified files: emulators/mednafen: Makefile distinfo emulators/mednafen/pkg: PLIST Log message: Update to mednafen 0.9.35.1. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/27 22:39:41 Modified files: lib/libssl/src/apps: apps.c asn1pars.c ca.c dsaparam.c ocsp.c prime.c req.c s_client.c s_server.c s_socket.c s_time.c speed.c x509.c Log message: Use strtonum() instead of atoi(), and then impose what are we think are the current range checks. Help from millert and lteo. Please test now that it is deployed and let us know if any numbers are off.. ok lteo CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/06/27 23:02:44 Added files: sys/dev/pci/drm: nouveau_drm.h Log message: Add the userland facing drm header for nouveau. This is required by the generic loader code in newer versions of Mesa even when we aren't building any nouveau drivers. The way these headers are used on Linux is with a kernel version and a libdrm version which are largely identical with the *_drm.h headers always installed by libdrm when libdrm is built with autoconf. In OpenBSD we have a single version of the _drm.h headers that are shared by the kernel and userspace and have our own simple Makefile for the libdrm build. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/28 00:18:26 Modified files: share/man/man4 : cd.4 scsi.4 st.4 Log message: Cleanup documentation for SCSI device driver ioctl()s. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/28 00:23:01 Modified files: share/man/man4 : pci.4 Log message: Document the arg types for pci(4)'s ioctl() commands. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/28 00:27:31 Modified files: share/man/man4 : video.4 Log message: Use Dv and Fa as appropriate for describing video(4) ioctl() commands. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/28 00:34:22 Modified files: share/man/man4 : bio.4 Log message: Add argument types for bio(4) ioctl() commands CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/28 00:39:50 Modified files: share/man/man4 : bio.4 pci.4 Log message: Fix indenting for bio(4) and pci(4) ioctl()s. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/28 00:42:42 Modified files: share/man/man4 : vscsi.4 Log message: Use Fa for vscsi(4) ioctl() commands. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/28 00:59:45 Modified files: share/man/man4 : audio.4 Log message: audio(4) has nothing to do with CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/28 01:08:14 Modified files: share/man/man4 : audio.4 cd.4 Log message: Dv blah , Dv bleh is more simply written as Dv blah , bleh CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2014/06/28 02:15:44 Modified files: graphics/pngcrush: Makefile distinfo Log message: Update pngcrush to 1.7.76. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/28 02:20:51 Modified files: share/man/man4 : audio.4 Log message: espie points out is needed for the AUDIO_INITINFO() macro CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/28 07:14:50 Modified files: lang/php/5.4 : Tag: OPENBSD_5_5 Makefile distinfo Log message: MFC PHP security update, "Over 20 bugs were fixed in this release, including the following CVEs: CVE-2014-3981, CVE-2014-0207, CVE-2014-3478, CVE-2014-3479, CVE-2014-3480, CVE-2014-3487, CVE-2014-4049, CVE-2014-3515." Not on the CVE list is this phpinfo bug https://bugs.php.net/bug.php?id=67498, "if you are running as mod_php and there is mod_ssl this could be used to steal the private SSL key from memory (if you can inject PHP code)." CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/06/28 10:45:01 Modified files: x11/kde4 : kde4.port.mk Log message: Replace ${MODKDE4_DEP_VERSION} with 4.11 for "workspace" option. Plasma developers choosed to have 4.11.x releases. Yes, you'll have, say, kde-workspace-4.10.10 among KDE 4.13 packages. No-op for now, will matter in the near future. CVSROOT: /cvs Module name: src Changes by: logan@cvs.openbsd.org 2014/06/28 12:05:27 Modified files: lib/libssl/src/ssl: d1_srtp.c Log message: Fix 2 memory leaks. (Thanks to Brent Cook) OK from tedu@ CVSROOT: /cvs Module name: src Changes by: logan@cvs.openbsd.org 2014/06/28 12:14:57 Modified files: lib/libssl/src/crypto/x509v3: v3_purp.c Log message: Fix 9 memory leaks. (Thanks to Brent Cook) With help from tedu@ OK from tedu@ CVSROOT: /cvs Module name: src Changes by: logan@cvs.openbsd.org 2014/06/28 12:25:24 Modified files: lib/libssl/src/crypto/x509: x509_att.c Log message: Fix a memory leak and another one that occurs in the error paths. (Thanks to Brent Cook) OK from tedu@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2014/06/28 14:24:55 Modified files: lib/libssl/src/doc/crypto: RAND_add.pod Log message: Add a missing word. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2014/06/28 14:31:10 Modified files: www/nginx : Makefile.inc www/nginx/devel: Makefile www/nginx/stable: Makefile Log message: Properly move the revision bumps to devel/Makefile (REVISION=3) and stable/Makefile (REVISION=0) to avoid the devel packages going back from p2 to p0. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/28 14:42:35 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2014/06/28 15:08:09 Modified files: net/unison : Makefile.inc net/unison/stable: Makefile Log message: Move REVISION bump from Makefile.inc to stable/Makefile where it belongs. BTW: there seems to be a snapshot newer than stable available again (2.45.28), so if anyone is interested in reviving the snapshot version, just give it a try. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/28 15:20:19 Modified files: sys/compat/linux: linux_misc.c Log message: Don't use meaningless MAP_TRYFIXED flag in compat_linux Pointed out by deraadt CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/06/28 17:41:47 Modified files: faq/ports : specialtopics.html Log message: aucat -> sndiod, from Jan Stary, plus some whitespace cleanup CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/28 18:32:50 Modified files: sbin/newfs_ext2fs: newfs_ext2fs.c Log message: do not need sys/disk.h CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/28 18:52:18 Modified files: lib/libssl/src/crypto/engine: eng_list.c Log message: correct issetugid sense as spotted by Stijn van Drongelen. Substantially expand the conditional to reduce potential for error. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/28 18:58:45 Modified files: usr.sbin/rtadvd: config.c if.c rrenum.c usr.sbin/sasyncd: monitor.c usr.sbin/sensorsd: sensorsd.c usr.sbin/tcpdrop: tcpdrop.c Log message: If you want , you need to include it. Don't assume that will pull in the universe (I am working on breaking that assumption in a gentle fashion) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/28 19:01:20 Modified files: sys/arch/amd64/amd64: mp_setperf.c sys/arch/i386/i386: mp_setperf.c sys/arch/i386/pci: elan520.c Log message: Don't ridiculously assume that sysctl.h will (through a set of extremely unfortunate circumstances) pull machine/cpufunc.h CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2014/06/29 03:06:07 Modified files: mail/roundcubemail: Makefile Added files: mail/roundcubemail/patches: patch-_htaccess Log message: fix RewriteRule regular expression ok sthen@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/29 03:50:53 Modified files: mail/roundcubemail: Makefile mail/roundcubemail/patches: patch-_htaccess Log message: Adjust previous; ^(?!installer) is PCRE syntax to match a string *not* starting with "installer". Since I don't think this is possible with the implementation for apache-httpd-openbsd just comment out the rule for now, kirby@ agrees. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/29 04:28:56 Modified files: mail/mutt : Makefile Added files: mail/mutt/patches: patch-contrib_smime_rc Log message: in sample config, expand the list of encr algorithms for s/mime and change default to aes256 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/29 06:25:48 Modified files: lib/libssl/src/ssl: d1_srtp.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/29 10:34:12 Removed files: lib/libssl/src/crypto/pkcs7: bio_ber.c Log message: Remove another unused source file - I got suspicious when I found a function that ended with: if (ret & 0x01) if (ret & V_ASN1_CONSTRUCTED) } CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/29 11:05:36 Modified files: lib/libssl/src/crypto/pkcs7: bio_pk7.c example.c pk7_asn1.c pk7_attr.c pk7_dgst.c pk7_doit.c pk7_enc.c pk7_lib.c pk7_mime.c pk7_smime.c pkcs7err.c Log message: KNF. I just spent too long chasing a bug in here and really should have done this first. Gem of the day... is it an if test or a for loop? No, it is a super ifloop! if (!(flags & PKCS7_NOVERIFY)) for (k = 0; k < sk_X509_num(signers); k++) { CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/29 11:08:56 Modified files: www/owncloud : Makefile distinfo www/owncloud/patches: patch-lib_private_setup_php patch-lib_private_util_php www/owncloud/pkg: PLIST Log message: SECURITY update to owncloud-6.0.4. http://owncloud.org/changelog/ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/06/29 11:09:28 Removed files: lib/libssl/src/crypto/pkcs7: pk7_dgst.c Log message: Remove yet another unused file... a backup copy (minus copyright and includes) follows this commit message: CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/06/29 11:12:10 Modified files: www/owncloud : Tag: OPENBSD_5_5 Makefile distinfo www/owncloud/pkg: Tag: OPENBSD_5_5 PLIST Log message: SECURITY update to owncloud-6.0.4. http://owncloud.org/changelog/ CVSROOT: /cvs Module name: src Changes by: logan@cvs.openbsd.org 2014/06/29 12:22:10 Modified files: lib/libssl/src/apps: enc.c Log message: Fix file descriptor leak (Thanks to Brent Cook) OK from jsing@ CVSROOT: /cvs Module name: src Changes by: logan@cvs.openbsd.org 2014/06/29 12:26:26 Modified files: lib/libssl/src/apps: dsaparam.c Log message: Free "data" when it's no longer in use. (Thanks to Brent Cook) OK from jsing@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/06/29 13:04:40 Modified files: infrastructure/man/man1: dpb.1 Log message: reflect current reality (from Josh Grosse) CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/29 15:19:34 Modified files: usr.bin/mandoc : roff.c Log message: Bugfix in roff_setstrn(): Do not call strcmp() on an array of char that might not be NUL-terminated. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/29 16:12:55 Modified files: usr.bin/mandoc : roff.c regress/usr.bin/mandoc/roff/ds: Makefile regress/usr.bin/mandoc/roff/nr: Makefile Added files: regress/usr.bin/mandoc/roff/ds: escname.in escname.out_ascii regress/usr.bin/mandoc/roff/nr: escname.in escname.out_ascii Log message: Major roff_getname() cleanup. * Return the name even if it is terminated by an escape sequence, not a blank. * Skip the full escape sequence using mandoc_escape(), not just the first byte. * Make it non-destructive, return the length instead of writing a '\0'. * Let .ds and .as cope with the above changes to the internal interface. * Fix .rm and .rr to accept an escape sequence as the end of a name. * Fix .nr and .rr to not set/delete a register with an empty name. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/29 16:38:41 Modified files: usr.bin/mandoc : roff.c Log message: Use the freshly improved roff_getname() function for the .de parsing routine, roff_block(), to correctly handle names terminated by escape sequences. Besides, this saves us 20 lines of code. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/29 16:56:31 Modified files: sys/uvm : uvm_vnode.h Log message: delete a #ifdef _KERNEL chunk protecting userland from an #if 0 chunk CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/29 17:23:16 Modified files: usr.bin/mandoc : roff.c regress/usr.bin/mandoc/roff/de: Makefile Added files: regress/usr.bin/mandoc/roff/de: escname.in escname.out_ascii Log message: Use the freshly improved roff_getname() function for the main roff request parsing routine, roff_parse(). In request or macro invocations, escape sequences now terminate the request or macro name; what follows is treated as arguments. Besides, the names of user-defined macros can now contain backslashes (eek!). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/29 18:25:17 Modified files: lib/libutil : imsg-buffer.c Log message: limits.h rather than sys/param.h CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/29 18:25:37 Modified files: lib/libutil : readlabel.c Log message: sort includes much more sensibly CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/29 18:26:22 Modified files: lib/libutil : bcrypt_pbkdf.c getmaxpartitions.c getrawpartition.c imsg.c login_tty.c opendisk.c pidfile.c Log message: sys/types.h rather than sys/param.h, where applicable. avoid overreach. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/29 19:48:39 Modified files: devel/py-six : Makefile distinfo Log message: Update to 1.7.3 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/06/29 19:57:55 Modified files: graphics/birdfont: Makefile distinfo Log message: Bugfix update to 0.40 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/06/29 22:25:11 Modified files: usr.sbin/tcpdump: Makefile tcpdump.c Removed files: usr.sbin/tcpdump: machdep.c machdep.h Log message: remove backwards compat layer for alpha osf1. back then compilers and the parsers sucked, so byte misalignment repair was requested. These days it means the parsers should improve. ok lteo CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/06/30 01:02:22 Modified files: sys/netinet : ip_carp.c Log message: Kill dead code, what does a negative number of addresses on a carp(4) mean? ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/30 01:13:58 Modified files: net/gupnp/core : Makefile Added files: net/gupnp/core/patches: patch-libgupnp_gupnp-acl-private_h patch-libgupnp_gupnp-acl_c patch-libgupnp_gupnp-acl_h patch-libgupnp_gupnp-context_c Removed files: net/gupnp/core/patches: patch-libgupnp_gupnp-device_h patch-libgupnp_gupnp-service_h Log message: apply upstream's fix to avoid redefinition of GUPnPDevice and GUPnPService CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/06/30 02:31:34 ports/x11/kde4/kompare/patches Update of /cvs/ports/x11/kde4/kompare/patches In directory cvs.openbsd.org:/tmp/cvs-serv30022/kompare/patches Log Message: Directory /cvs/ports/x11/kde4/kompare/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/30 03:05:21 Modified files: security/gnupg2: Tag: OPENBSD_5_5 Makefile Added files: security/gnupg2/patches: Tag: OPENBSD_5_5 patch-g10_compress_c Log message: Security fix for CVE-2014-4617, gnupg: infinite loop when decompressing data packets ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/06/30 03:48:53 Modified files: net/filezilla : Makefile Removed files: net/filezilla/patches: patch-Makefile_in Log message: drop patch and use FAKE_FLAGS instead ok giovanni@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: henning@cvs.openbsd.org 2014/06/30 04:53:06 ports/mail/p5-Mail-DMARC/patches Update of /cvs/ports/mail/p5-Mail-DMARC/patches In directory cvs.openbsd.org:/tmp/cvs-serv29534/patches Log Message: Directory /cvs/ports/mail/p5-Mail-DMARC/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: florian@cvs.openbsd.org 2014/06/30 05:45:57 Modified files: net/nagios/check_bioctl: Makefile distinfo Removed files: net/nagios/check_bioctl/patches: patch-check_bioctl Log message: Update to 1.20. With this it's no longer necessary to run check_bioctl as root. Only bioctl(8) needs privileges. OK sthen@, afresh1@ CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2014/06/30 05:53:31 Modified files: graphics/lcms2 : Makefile Added files: graphics/lcms2/patches: patch-src_lcms2_internal_h Log message: Fix alignment issue on hppa (and other 32-bit architectures the require double-precision floating-point numbers to be aligned on a 64-bit boundary). ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: pelikan@cvs.openbsd.org 2014/06/30 06:47:23 Modified files: sys/net : hfsc.c Log message: Attach HFSC after it's been completely initialized. This fixes the "integer divide fault trap" bug caused by the second malloc skipping a beat and leaving the amount of allocated queues equal to zero. tested by me, ok henning mikeb CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/06/30 06:54:39 Modified files: usr.bin/ssh : key.c Log message: suppress spurious error message when loading key with a passphrase; reported by kettenis@ ok markus@ CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2014/06/30 07:13:04 Modified files: graphics/colord: Makefile Log message: Builds again on hppa after fixing graphics/lcms2. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2014/06/30 07:17:17 Modified files: sbin/pfctl : parse.y Log message: Merge two loops in collapse_redirspec into one This lets us do the checks only once and also make smarter decisions about the rule's own address family. As a result af-to rules no longer need to specify the address family after 'pass'. ok henning CVSROOT: /cvs Module name: www Changes by: mikeb@cvs.openbsd.org 2014/06/30 07:31:51 Modified files: faq : current.html Log message: mention stricter translation pool checks; reminded by sthen@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/06/30 08:13:27 Modified files: lib/libssl/src/ssl: d1_srvr.c s23_srvr.c s3_srvr.c Log message: fix the identical leak in three different files. reported by Brent Cook, original diff by logan CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/06/30 08:15:34 Modified files: lib/libssl/src/crypto/dh: dh_ameth.c Log message: simplify and unobfuscate a variable to fix a mem leak. original diff by logan CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/30 11:57:15 Modified files: share/man/man9 : uvm.9 Log message: Update to reflect that UVM_INH_ZERO has replaced UVM_INH_DONATE. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2014/06/30 13:19:17 Modified files: sbin/newfs : mkfs.c Log message: Use getrlimit(2) instead of assuming MAXDSIZ is available in userland. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/06/30 13:34:36 Modified files: net/rsync : Makefile distinfo net/rsync/patches: patch-authenticate_c patch-rsync_1 patch-rsyncd_conf_5 Log message: Update to rsync 3.1.1. Notable enhancement: Add support for a new-compression idiom that does not compress all the matching data in a transfer. This can help rsync to use less cpu when a transfer has a lot of matching data, Switch to bundled zlib in order to support both old and new compression. ok sthen@, espie@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/06/30 15:48:09 Modified files: share/man/man9 : uvm.9 Makefile Log message: Remove some dead functions from uvm.9: uvm_fork() was removed by uvm_glue.c r1.65 (2014-05-15) uvm_scheduler() was removed by uvm_glue.c r1.50 (2009-08-11) uvm_swapin() was removed by uvm_glue.c r1.45 (2006-11-29) RIP CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/06/30 17:25:45 Modified files: net/samba4 : Makefile distinfo net/samba4/pkg : PLIST-docs Log message: fetch doc PDFs and install them in the -docs pacakge, from Ian McWilliam with tweaks by me and another suggested by zhuk@ don't hide command lines in do-install CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/30 17:45:03 Modified files: usr.bin/mandoc : mandoc.h read.c Log message: garbage collect two unused enum mandocerr items and fix a couple of comments while here CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/30 18:32:02 Modified files: usr.bin/mandoc : roff.c Log message: The previous commit to this file broke the control flow keywords \{ and \} when they immediately follow a request or macro name, without intervening whitespace. Minimal fix. The lesson learnt here is that, despite their appearance, \{ and \} are not escape sequences, so never skip them when parsing for names. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/06/30 19:12:09 Modified files: regress/usr.bin/mandoc/roff/cond: ie.in ie.out_ascii Log message: Add a test to catch .el\{ breakage; roff.c rev. 1.88 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/06/30 19:56:39 Modified files: sys/scsi : scsi_base.c Log message: start on being able to safely run io through the midlayer without the kernel biglock. the plan is to have the midlayer assume its running without the biglock, but that it cant call adapters or devices without taking the biglock first. this diff just wraps the calls to the adapter iopool get and put handlers up in the biglock. this is safe now because of kettenis' commit to src/sys/kern/init_main.c r1.120. ive been running this in various places since early 2011. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2014/06/30 20:09:28 Modified files: games/openttd : Makefile distinfo Removed files: games/openttd/patches: patch-src_os_unix_unix_cpp Log message: Update to openttd-1.4.1. ok bcallah@ kirby@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/06/30 20:11:46 Modified files: sys/scsi : scsi_base.c Log message: take the biglock when calling an adapters scsi_cmd handler. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/06/30 20:31:16 Modified files: sys/scsi : scsi_base.c Log message: take the biglock before calling the xs completion handler. should be safe to call the midlayer io path without the biglock now. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/06/30 21:17:29 Modified files: games/fortune/datfiles: fortunes Log message: Fix typo in Hoare quote CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/06/30 21:32:18 Modified files: lib/librthread : rthread.c rthread.h rthread_np.c Log message: Use a flag on the pthread_t to indicate that the thread's stack was allocated by the kernel's execve bits. ok matthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/06/30 23:22:09 Modified files: sys/sys : disklabel.h Log message: i removed disksort. we dont need its prototype. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/06/30 23:22:38 Modified files: sys/sys : disk.h Log message: there is no disksort, so there are no stats produced to fill in a disksort_stats structure. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/30 23:53:13 Modified files: share/man/man9 : fork1.9 Log message: no more uvm_fork(9); CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/06/30 23:54:04 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/07/01 03:21:14 Modified files: usr.sbin/pkg_add/OpenBSD: ProgressMeter.pm usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm Log message: tweak the ProgressMeter code to always record sizes, even in the stub case CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/07/01 03:22:40 Modified files: usr.sbin/pkg_add/OpenBSD: Add.pm Log message: turn out-of-order extraction back on. - separate extraction into extract/tie methods, with slightly overlapping code - early exit when we only have tied entries - mark location as early_exit in that case, since we're gonna close the archive early CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/07/01 03:52:27 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: activate "out-of-order" archives based on history things to watch out for: - correct handling of multiple files with the same sha - cwd handling. This is already destated, so we can call set_destdir on each entry's cwd, instead of relying on @cwd being in the "right" location as that's no longer the case... CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/01 03:58:40 Modified files: sys/net : radix.c Log message: KASSERT() the correct node if a hint is passed to rn_delete(). Fix a panic when trying to remove a route with the magical 0.0.0.0 destination. looks ok to claudio@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2014/07/01 04:26:07 Modified files: net/ngircd : Makefile distinfo net/ngircd/patches: patch-doc_Makefile_in patch-src_ngircd_conf_c Log message: Update to ngircd 21.1 Been using this without issues for a few months now. CVSROOT: /cvs Module name: ports Changes by: henning@cvs.openbsd.org 2014/07/01 05:41:54 Modified files: mail/p5-Mail-DMARC: Makefile Added files: mail/p5-Mail-DMARC/patches: patch-lib_Mail_DMARC_Report_Receive_pm Log message: make this actually work with a recent XML::LibXML CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/01 06:15:10 Modified files: security/aircrack-ng: Makefile distinfo security/aircrack-ng/patches: patch-src_osdep_openbsd_c Log message: cleanup includes, ok benoit@ CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2014/07/01 11:33:51 Modified files: usr.sbin/smtpd : table_passwd.c table_sqlite.c Log message: Fix snprintf() return value tests. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/07/01 12:55:11 Modified files: audio/py-last : Makefile audio/py-last/pkg: PLIST Log message: Add a python3 FLAVOR. Needed for updates of other ports. ok edd@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/07/01 13:13:19 Modified files: sys/dev/acpi : acpi.c Log message: Adding an additonal delay after each access to SystemMemory or SystemIO during autoconf makes no sense. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2014/07/01 13:37:07 Modified files: sys/netinet6 : in6_ifattach.c Log message: When a carp interface is created with IFXF_NOINET6 flag, no link-local address will be created when the vhid (and MAC) is set. Depending on the order of the configuration the interface can end up with a ipv6 address, but no v6 link-local and no working neigbor discovery. Removing this case statement will result in the link-local address being configured by "ifconfig up" if the inet6 address was configured before. If you are using inet6 on carp, put an "up" at the end of your hostname.if. I will work on a better solution at g2k14. ok henning, mpi CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/01 14:21:17 Modified files: sys/lib/libkern: softfloat.c Log message: Make normalizeRoundAndPackFloat{32,64} non-static; they will be used outside of softfloat.c shortly. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/01 14:26:09 Modified files: sys/arch/m88k/m88k: m88100_fp.c trap.c sys/arch/aviion/conf: Makefile.aviion sys/arch/luna88k/conf: Makefile.luna88k sys/arch/m88k/conf: files.m88k sys/arch/m88k/include: fpu.h Removed files: sys/arch/m88k/m88k: m88100_fp_imp.S Log message: Replace the assembly 88100 FPU imprecise exception code (mostly triggered by denormal results) with C code using softfloat to correctly round the inexact results in the best possible way according to the current rounding mode. No functional change intended, and this assembly code was surprisingly almost non-buggy, as opposed to the precise exception code replaced a few weeks ago; still an improvement as this replaces 900 lines of arcane assembly with 90 lines of understandable C code. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/01 14:38:44 Modified files: net/bird : Makefile net/bird/pkg : bird.rc bird6.rc Log message: avoid rc.d/bird from matching bird6 with its pexp line, problem reported by Job Snijders via jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/01 14:40:40 Modified files: net/bird : Tag: OPENBSD_5_5 Makefile net/bird/pkg : Tag: OPENBSD_5_5 bird.rc bird6.rc Log message: avoid rc.d/bird from matching bird6 with its pexp line, problem reported by Job Snijders via jasper@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/01 15:26:27 Modified files: lib/libssl/src/crypto/ec: ec_asn1.c Log message: Avoid a NULL deref in i2d_ECPrivateKey() when an EC_KEY lacks the public key member (which is perfectly acceptable). From BoringSSL (Adam Langley), commit f71a27920a903c9c36bcb31e68781b17674d3fd2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/01 15:51:43 Modified files: net/bird : Makefile net/bird/pkg : bird.rc bird6.rc Log message: no need for the custom rc_check if pexp is put in the right place ;) clue from rpe@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/01 16:07:38 src/regress/usr.bin/mandoc/mdoc/Sh Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Sh In directory cvs.openbsd.org:/tmp/cvs-serv22889/Sh Log Message: Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Sh added to the repository CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/01 16:36:35 Modified files: usr.bin/mandoc : man_validate.c mandoc.c mandoc.h mdoc.c mdoc_validate.c read.c regress/usr.bin/mandoc/man/TH: baddate.out_lint case.out_lint emptydate.out_lint noTH.out_lint twoargs.out_lint regress/usr.bin/mandoc/mdoc: Makefile regress/usr.bin/mandoc/mdoc/Dt: badarch.out_lint baddate.out_lint badsec.out_lint befSh.out_lint case.out_lint dupe.in dupe.out_lint lateos.out_lint nodate.out_lint noos.out_lint order.out_lint regress/usr.bin/mandoc/mdoc/Nm: badNAME.out_lint badNAMEuse.out_lint Added files: regress/usr.bin/mandoc/mdoc/Sh: Makefile badNAME.in badNAME.out_ascii badNAME.out_lint emptyNAME.in emptyNAME.out_ascii emptyNAME.out_lint first.in first.out_lint order.in order.out_ascii order.out_lint Removed files: regress/usr.bin/mandoc/man/TH: noTH.mandoc_lint Log message: Clean up the warnings related to document structure. * Hierarchical naming of the related enum mandocerr items. * Mention the offending macro, section title, or string. While here, improve some wordings: * Descriptive instead of imperative style. * Uniform style for "missing" and "skipping". * Where applicable, mention the fallback used. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/01 16:55:27 Modified files: net/icinga/core2: Makefile Log message: add todo comment re intermittent segfaults at startup (so far resistant to getting a core dump) CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2014/07/01 17:24:37 Modified files: sysutils/ansible: Makefile distinfo Log message: Yet another security related update for ansible to 1.6.6 pointed out by Jasper. - Security updates to further protect against the incorrect execution of untrusted data OK sthen@ aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/01 17:28:00 Modified files: audio : Makefile Log message: py-last got a new FLAVOR, so build it. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/01 18:12:34 Modified files: sys/kern : subr_pool.c sys/sys : pool.h usr.bin/netstat: mbuf.c usr.bin/systat : mbufs.c pool.c usr.bin/vmstat : Makefile vmstat.c Log message: info about pools is currently given to userland by copying each pools struct out. however, struct pool in the kernel contains lots of things that userland probably isnt interested in, like actual mutexes, and probably shouldnt get easy access to, like pointers to kernel memory via all the lists/trees. this implements a kinfo_pool structure that has only the data that userland needs to know about. it cuts the sysctl code over to building it from struct pool as required and copying that out instead, and cuts userland over to only handling kinfo_pool. the only problem with this is vmstat, which can read kernel images via kvm, which needs some understanding of struct pool. to cope, the struct pool definition is guarded by if defined(_KERNEL) || defined(_LIBKVM) as inspired by sysctl which needs to do the same thing sometimes. struct pool itself is generally not visible to userland though, which is good. matthew@ suggested struct kinfo_pool instead of struct pool_info. the kinfo prefix has precedent. lots of people liked this. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/01 18:15:27 Modified files: sys/sys : pool.h Log message: formatting tweaks. no functional change CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/01 18:23:36 Modified files: sys/sys : pool.h Log message: pools havent needed to include for 7 or 8 years. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/01 18:39:43 Modified files: share/man/man9 : pool.9 Log message: add a CONTEXT section. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/01 18:40:30 Modified files: share/man/man9 : pool.9 Log message: oops, extra newline CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/01 18:49:50 Modified files: share/man/man9 : pool.9 Log message: RETURN VALUES section CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/01 21:47:07 Modified files: share/man/man7 : mdoc.7 usr.bin/mandoc : libmdoc.h mandoc.h mdoc.c mdoc.h mdoc_argv.c mdoc_html.c mdoc_macro.c mdoc_man.c mdoc_term.c mdoc_validate.c read.c regress/usr.bin/mandoc/mdoc/Eo: Makefile regress/usr.bin/mandoc/mdoc/Fo: Makefile Added files: regress/usr.bin/mandoc/mdoc/Eo: obsolete.in obsolete.out_ascii obsolete.out_lint regress/usr.bin/mandoc/mdoc/Fo: obsolete.in obsolete.out_ascii obsolete.out_lint Log message: Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, since this is hardly more complicated than explicitly ignoring them as we did in the past. Of course, do not use them! CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/07/01 22:59:06 Modified files: usr.bin/ssh : cipher-3des1.c Log message: fix ssh protocol 1 on the server that regressed with the sshkey change (sometimes fatal() after auth completed), make file return useful status codes. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/01 23:42:40 Modified files: sys/kern : subr_pool.c Log message: add an explicit rwlock around the global state (the pool list and serial number) rather than rely on implicit process exclusion, splhigh and splvm. the only things touching the global state come from process context so we can get away with an rwlock instead of a mutex. thankfully. ok matthew@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/07/01 23:48:38 Modified files: share/man/man9 : pool.9 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/01 23:49:59 Modified files: sys/kern : subr_pool.c Log message: take the pools mutex when copying stats out of it in the sysctl path so we are guaranteed a consistent snapshot. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/01 23:51:49 Modified files: usr.bin/mandoc : man_validate.c mandoc.h mdoc_validate.c regress/usr.bin/mandoc/man/IP: Makefile regress/usr.bin/mandoc/man/PP: Makefile empty.in empty.out_ascii regress/usr.bin/mandoc/man/blank: Makefile regress/usr.bin/mandoc/mdoc/blank: Makefile line.in line.out_ascii Added files: regress/usr.bin/mandoc/man/IP: empty.out_lint regress/usr.bin/mandoc/man/PP: empty.out_lint regress/usr.bin/mandoc/man/blank: afterSH.out_lint afterSS.out_lint line.out_lint regress/usr.bin/mandoc/mdoc/blank: line.out_lint list.out_lint Log message: Improve "skipping paragraph macro" messages, showing which macro was skipped and before or after what. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/01 23:52:45 Modified files: sys/kern : subr_pool.c Log message: provide a pool_count global so we can figure out how many pools there are active without having to walk the global pool_list. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/07/01 23:54:32 Modified files: sbin/ifconfig : ifconfig.8 Log message: From: Gregor Best - "delete" works in af inet by default - priority range is 0 to 15 the "delete" portion tweaked by me help/ok henning CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/02 00:01:25 Modified files: sys/kern : subr_pool.c Log message: use pool_count to report the number of pools to userland rather than walking the list and counting the elements as we go. use sysctl_rdint, sysctl_rdstring, and sysctl_rdstruct instead of handcrafted copyouts. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/02 00:02:49 Modified files: sys/kern : subr_pool.c Log message: inline is the new __inline CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/07/02 00:09:49 Modified files: share/man/man9 : uvm.9 sys/dev/pci/drm: drm_drv.c sys/kern : exec_subr.c sys/uvm : uvm_device.c uvm_device.h uvm_vnode.c uvm_extern.h uvm_mmap.c Log message: Use real parameter types for u{dv,vn}_attach() instead of void * ok guenther CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2014/07/02 00:32:07 Modified files: usr.bin/kdump : mksubr Log message: properly process minherit(2) flags; ok guenther@ matthew@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/02 00:35:26 Modified files: regress/usr.bin/mandoc: Makefile.inc regress/usr.bin/mandoc/man/TH: Makefile Log message: Do not tun the .PHONY parts of ${LINT_TARGETS} twice. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/02 01:10:17 Modified files: usr.bin/mandoc : tree.c Log message: Change column display in -Ttree to be 1-based instead of 0-based such that column numbers agree between messages and -Ttree. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/02 01:15:31 Modified files: sys/kern : subr_pool.c Log message: matthew@ noticed i wasnt populating npages in the kinfo_pool sent to userland. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/02 01:16:29 Modified files: usr.bin/vmstat : vmstat.c Log message: populate pool npages, as per src/sys/kern/subr_pool.c r1.135 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/02 02:03:57 Modified files: regress/usr.bin/mandoc/mdoc/Dt: Makefile regress/usr.bin/mandoc/mdoc/Sh: Makefile Added files: regress/usr.bin/mandoc/mdoc/Sh: before.in before.out_lint Removed files: regress/usr.bin/mandoc/mdoc/Dt: befSh.in befSh.out_lint Log message: move test to the right directory CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/02 02:21:13 Modified files: usr.bin/mandoc : mdoc_macro.c regress/usr.bin/mandoc/mdoc/Eo: obsolete.out_lint regress/usr.bin/mandoc/mdoc/Nm: badNAME.out_lint badNAMEuse.out_lint Log message: Fix the column numbers associated with in_line_argn() macros; this bug is more than four years old, introduced by kristaps@ in mdocml.bsd.lv rev. 1.46, March 30, 2010. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/07/02 02:48:24 Modified files: net/nfdump : Tag: OPENBSD_5_5 Makefile Added files: net/nfdump/patches: Tag: OPENBSD_5_5 patch-bin_lzoconf_h patch-bin_lzodefs_h patch-bin_minilzo_c patch-bin_minilzo_h Log message: update embedded copy of minilzo, CVE-2014-4607 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/02 02:49:42 Modified files: security/libsodium: Makefile distinfo security/libsodium/pkg: PLIST Log message: update to libsodium-0.6.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/07/02 03:14:34 Modified files: geo/libchamplain: Makefile distinfo Log message: update to libchamplain-0.12.8 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/07/02 03:25:44 Modified files: geo/gpx-viewer : Makefile x11/gnome/eog-plugins: Makefile x11/gnome/empathy: Makefile Log message: sync WANTLIB after libchamplain update CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/02 03:59:43 Modified files: sys/kern : subr_disk.c Log message: this doesnt talk to uvm directly, so doesnt need uvm_extern.h deraadt says go ahead CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/02 05:42:56 Modified files: usr.bin/mandoc : man_validate.c mandoc.h mdoc_macro.c mdoc_validate.c read.c regress/usr.bin/mandoc/man/TP: Makefile double.in regress/usr.bin/mandoc/man/nf: Makefile regress/usr.bin/mandoc/mdoc/Bd: Makefile regress/usr.bin/mandoc/mdoc/Bf: Makefile regress/usr.bin/mandoc/mdoc/Bl: Makefile regress/usr.bin/mandoc/mdoc/Ns: Makefile regress/usr.bin/mandoc/mdoc/Op: Makefile Added files: regress/usr.bin/mandoc/man/TP: double.out_lint regress/usr.bin/mandoc/man/nf: dupe.in dupe.out_ascii dupe.out_lint regress/usr.bin/mandoc/mdoc/Bd: break.out_lint broken.out_lint nested.out_lint regress/usr.bin/mandoc/mdoc/Bf: break.out_lint broken.out_lint regress/usr.bin/mandoc/mdoc/Bl: break.out_lint broken.out_lint regress/usr.bin/mandoc/mdoc/Ns: position.out_lint regress/usr.bin/mandoc/mdoc/Op: break.in break.out_lint broken.in broken.out_ascii broken.out_lint Log message: Clean up warnings related to macros and nesting. * Hierarchical naming of enum mandocerr items. * Improve the wording to make it comprehensible. * Mention the offending macro. * Garbage collect one chunk of ancient, long unreachable code. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/02 06:40:41 Modified files: lib/libssl/src/crypto/pkcs7: pkcs7.h Log message: KNF. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2014/07/02 07:02:08 Modified files: sys/net : pfvar.h Log message: better indentation CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2014/07/02 07:03:41 Modified files: sbin/pfctl : parse.y Log message: condition above makes this part of the check useless; overlooked in the previous commit CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2014/07/02 07:04:51 Modified files: sys/net : pf.c Log message: u_int32_t's can't go negative CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2014/07/02 07:06:00 Modified files: sys/net : pf_lb.c Log message: better indentation; no functional change CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/02 07:10:15 Modified files: usr.bin/mandoc : mandoc.h mdoc_validate.c read.c regress/usr.bin/mandoc/mdoc/Bl: Makefile regress/usr.bin/mandoc/mdoc/Vt: Makefile Added files: regress/usr.bin/mandoc/mdoc/Bl: noIt.out_lint regress/usr.bin/mandoc/mdoc/Vt: child.in child.out_ascii child.out_lint Log message: Disentangle the MANDOCERR_CHILD message, which reported three completely different things, into three distinct messages. Also mention the macro names we are talking about. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/02 07:24:47 Removed files: lib/libssl/src/crypto/pkcs7: des.pem doc es1.pem example.c example.h info.pem infokey.pem pk7_enc.c server.pem lib/libssl/src/crypto/pkcs7/p7: a1 a2 cert.p7c smime.p7m smime.p7s lib/libssl/src/crypto/pkcs7/t: 3des.pem 3dess.pem c.pem ff msie-e msie-e.pem msie-enc-01 msie-enc-01.pem msie-enc-02 msie-enc-02.pem msie-s-a-e msie-s-a-e.pem nav-smime s.pem server.pem Log message: Remove more unused cruft. No objection from the usual suspects. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2014/07/02 07:39:41 Modified files: etc : daily Log message: don't clear tmux session sockets in daily(8)'s tmp cleanup, from Rafael Zalamena ok schwarze@ CVSROOT: /cvs Module name: src Changes by: tobiasu@cvs.openbsd.org 2014/07/02 09:11:39 Modified files: sys/arch/macppc/include: autoconf.h Log message: Remove unused system_type and friends. Remnants from universal powerpc support ok mpi@ deraadt@ CVSROOT: /cvs Module name: src Changes by: tobiasu@cvs.openbsd.org 2014/07/02 09:34:43 Modified files: sys/arch/macppc/macppc: mainbus.c sys/arch/macppc/include: autoconf.h Log message: Remove unused mainbus intr hook abstraction. Theo approves, ok mpi@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/02 10:24:20 src/regress/lib/libcrypto/pkcs7 Update of /cvs/src/regress/lib/libcrypto/pkcs7 In directory cvs.openbsd.org:/tmp/cvs-serv18357/pkcs7 Log Message: Directory /cvs/src/regress/lib/libcrypto/pkcs7 added to the repository CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/02 10:29:36 Modified files: regress/lib/libcrypto: Makefile Added files: regress/lib/libcrypto/pkcs7: Makefile pkcs7test.c Log message: Add an initial regress test for pkcs7. This currently fails when signing/verifying with a detached signature. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/02 10:33:19 Modified files: lib/libssl/src/crypto/pkcs7: pk7_doit.c Log message: pk7_doit.c r1.20 introduced a NULL check that ensures that the signature contents are not NULL, however this breaks detached signature processing. Fix this by allowing the signature contents to be NULL when operating with a detached signature. Found the hard way by sthen@. ok sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2014/07/02 11:01:07 Modified files: sys/arch/armv7/imx: imxenet.c Log message: Add support for adjusting the receive filter to allow for promiscuous mode and reception of multicast traffic. ok matthieu@ "looks good to me" rapha@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/02 11:44:35 Modified files: sys/arch/sgi/gio: gioreg.h sys/arch/sgi/localbus: imc.c imcreg.h sys/arch/sgi/sgi: ip22_machdep.c Log message: On IP28, ignore (as in, do not report) GIO bus errors where the address isn't actually part of the GIO address range; these obviously come from speculative R10000 execution and are completely harmless (except for the need to acknowledge them, which we have to do anyway). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/02 12:37:34 Modified files: sys/arch/alpha/alpha: trap.c sys/arch/m88k/m88k: trap.c Log message: Make sure the kernel lock is held when invoking process_domem(); fixes ptrace operation on MP kernels. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/02 12:44:09 Modified files: sys/arch/m88k/m88k: fpu.c Log message: In fpu_compare(), set the `not equal' bit when the result of the comparison is `not comparable'. gcc relies upon `not equal' being set when comparing numbers to infinities. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/07/02 13:08:19 Modified files: sysutils/ruby-facter/patches: patch-lib_facter_virtual_rb Log message: committed upstream; no pkg change CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/07/02 13:08:40 Modified files: lib/libc/sys : mmap.2 mprotect.2 Log message: Sync description of PROT_* flags between mmap.2 and mprotect.2 ok guenther CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/07/02 13:10:04 Modified files: x11/xfce4/xfce4-whiskermenu: Makefile distinfo x11/xfce4/xfce4-whiskermenu/pkg: PLIST Log message: Bugfix update to xfce4-whiskermenu-plugin 1.4.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/07/02 13:10:38 Modified files: mail/geary : Makefile distinfo mail/geary/pkg : PLIST Log message: Bugfix update to geary 0.6.1, noted by ajacoutot@, thanks! CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/02 13:54:39 Modified files: share/man/man7 : mdoc.7 usr.bin/mandoc : mdoc_html.c mdoc_man.c mdoc_term.c mdoc_validate.c regress/usr.bin/mandoc/mdoc/Sm: Makefile Added files: regress/usr.bin/mandoc/mdoc/Sm: noarg.in noarg.out_ascii Log message: When .Sm is called without an argument, groff toggles the spacing mode, so let us do the same for compatibility. Using this feature is of course not recommended except in manual page obfuscation contests. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/02 14:18:42 Modified files: usr.bin/mandoc : mandoc.h mdoc_macro.c mdoc_validate.c regress/usr.bin/mandoc/mdoc/Ad: Makefile regress/usr.bin/mandoc/mdoc/Cd: Makefile regress/usr.bin/mandoc/mdoc/Cm: Makefile regress/usr.bin/mandoc/mdoc/Dv: Makefile regress/usr.bin/mandoc/mdoc/Em: Makefile regress/usr.bin/mandoc/mdoc/Er: Makefile regress/usr.bin/mandoc/mdoc/Ev: Makefile regress/usr.bin/mandoc/mdoc/Fo: Makefile noarg.in noarg.out_ascii regress/usr.bin/mandoc/mdoc/Ic: Makefile regress/usr.bin/mandoc/mdoc/Lb: Makefile regress/usr.bin/mandoc/mdoc/Li: Makefile regress/usr.bin/mandoc/mdoc/Lk: Makefile regress/usr.bin/mandoc/mdoc/Ms: Makefile regress/usr.bin/mandoc/mdoc/St: Makefile regress/usr.bin/mandoc/mdoc/Sx: Makefile regress/usr.bin/mandoc/mdoc/Sy: Makefile regress/usr.bin/mandoc/mdoc/Tn: Makefile regress/usr.bin/mandoc/mdoc/Va: Makefile regress/usr.bin/mandoc/mdoc/Vt: Makefile Added files: regress/usr.bin/mandoc/mdoc/Ad: noarg.out_lint regress/usr.bin/mandoc/mdoc/Cd: noarg.out_lint regress/usr.bin/mandoc/mdoc/Cm: noarg.in noarg.out_ascii noarg.out_lint regress/usr.bin/mandoc/mdoc/Dv: noarg.in noarg.out_ascii noarg.out_lint regress/usr.bin/mandoc/mdoc/Em: noarg.in noarg.out_ascii noarg.out_lint regress/usr.bin/mandoc/mdoc/Er: noarg.out_lint regress/usr.bin/mandoc/mdoc/Ev: noarg.in noarg.out_ascii noarg.out_lint regress/usr.bin/mandoc/mdoc/Fo: noarg.out_lint regress/usr.bin/mandoc/mdoc/Ic: noarg.out_lint regress/usr.bin/mandoc/mdoc/Lb: badargs.out_lint regress/usr.bin/mandoc/mdoc/Li: punct.out_lint regress/usr.bin/mandoc/mdoc/Lk: noarg.out_lint regress/usr.bin/mandoc/mdoc/Ms: noarg.out_lint regress/usr.bin/mandoc/mdoc/St: badargs.out_lint regress/usr.bin/mandoc/mdoc/Sx: noarg.out_lint regress/usr.bin/mandoc/mdoc/Sy: noarg.out_lint regress/usr.bin/mandoc/mdoc/Tn: noarg.out_lint regress/usr.bin/mandoc/mdoc/Va: noarg.in noarg.out_ascii noarg.out_lint regress/usr.bin/mandoc/mdoc/Vt: noarg.out_lint Log message: Improve and test the messages about empty macros, in particular reporting the macro names involved. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/02 14:28:08 Modified files: sys/arch/m88k/m88k: m88100_fp.c Log message: Be more careful when recreating single-precision (float) argument to service precise exceptions, as the actual data the FPU gives us is a 35-bit number, with the exponent sign-extended to the double-precision exponent width. Make sure we shrink it and fetch the remaining three low bits of mantissa from the LS registers. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/02 14:37:06 Modified files: usr.sbin/openssl: Makefile Log message: Warnings. I haz them. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/02 14:45:26 Modified files: lib/libssl/src/ssl: d1_both.c Log message: Memory leak in error path of the day, from clang via dhill@bitrig; ok dhill@bitrig CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/07/02 16:22:35 Modified files: lib/libc/sys : madvise.2 mincore.2 minherit.2 mlock.2 mlockall.2 mmap.2 mprotect.2 mquery.2 msync.2 munmap.2 Log message: Various small typographic fixes for mman.h manual pages: Use .Fn instead of .Nm as appropriate Use .In for include lines Use .Rv -std where possible Use .Xr to refer to functions from other manual pages Remove extraneous sys/types.h include More substantive changes to follow. Discussed with schwarze CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/07/02 16:33:33 Modified files: sysutils/firmware/iwn: Makefile sysutils/firmware/iwn/pkg: DESCR Log message: Don't bother maintaining a list of the firmware URLs in DESCR. ok sthen@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/07/02 16:35:42 Modified files: share/man/man4 : cd.4 sd.4 vnd.4 Log message: Document the ioctl() argument types for sd(4)'s ioctls Also, cleanup some lies about which header defines these ioctls CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/07/02 17:46:52 Modified files: share/man/man9 : uvm.9 Log message: Sync uvm_page_physload()'s parameter types with reality uvm_page.c r1.19 (July 25, 2001) changed them from vaddr_t to paddr_t CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/07/02 19:45:38 Modified files: usr.bin/ssh : sshkey.c Log message: make Ed25519 keys' title fit properly in the randomart border; bz#2247 based on patch from Christian Hesse CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2014/07/02 20:11:18 Modified files: mail/mimetic : Makefile distinfo Removed files: mail/mimetic/patches: patch-mimetic_tokenizer_h Log message: Update mimetic to 0.9.8 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/07/02 21:11:03 Modified files: usr.bin/ssh : ssh-agent.c Log message: Only cleanup agent socket in the main agent process and not in any subprocesses it may have started (e.g. forked askpass). Fixes agent sockets being zapped when askpass processes fatal(); bz#2236 patch from Dmitry V. Levin CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/07/02 21:15:01 Modified files: usr.bin/ssh : ssh-add.c Log message: make stdout line-buffered; saves partial output getting lost when ssh-add fatal()s part-way through (e.g. when listing keys from an agent that supports key types that ssh-add doesn't); bz#2234, reported by Phil Pennock CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/07/02 21:26:43 Modified files: usr.bin/ssh : digest-openssl.c Log message: use EVP_Digest() for one-shot hash instead of creating, updating, finalising and destroying a context. bz#2231, based on patch from Timo Teras CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/07/02 21:34:09 Modified files: usr.bin/ssh : gss-serv.c session.c ssh-keygen.c Log message: standardise on NI_MAXHOST for gethostname() string lengths; about 1/2 the cases were using it already. Fixes bz#2239 en passant CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/07/02 21:47:27 Modified files: usr.bin/ssh : ssh-keygen.c Log message: When hashing or removing hosts using ssh-keygen, don't choke on @revoked markers and don't remove @cert-authority markers; bz#2241, reported by mlindgren AT runelind.net CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/07/02 22:36:45 Modified files: usr.bin/ssh : digest.h Log message: forward-declare struct sshbuf so consumers don't need to include sshbuf.h CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/07/02 23:32:36 Modified files: usr.bin/ssh : ssh_config.5 Log message: mention '%%' escape sequence in HostName directives and how it may be used to specify IPv6 link-local addresses CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/07/02 23:38:17 Modified files: usr.bin/ssh : ssh.1 Log message: document that -g will only work in the multiplexed case if applied to the mux master CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/07/03 00:08:06 Modified files: lib/libc/stdio : stdio.3 Log message: rework some fflush text, as requested From: Edward tweaks From: Tim van der Molen CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/07/03 00:14:41 Modified files: mail/zarafa : Makefile.inc mail/zarafa/zarafa: Makefile distinfo mail/zarafa/zarafa/patches: patch-ECtools_zarafa-search_ECIndexImporterAttachments_cpp patch-common_Makefile_in patch-configure patch-doc_Makefile_in patch-doc_manual_xml patch-inetmapi_Makefile_in patch-installer_linux_gateway_cfg patch-installer_linux_monitor_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_ECSession_cpp patch-provider_libserver_Makefile_in patch-provider_server_Makefile_in mail/zarafa/zarafa/pkg: PLIST-main Added files: mail/zarafa/zarafa/patches: patch-external_gsoap_soapdefs_h patch-external_gsoap_stdsoap2_h patch-provider_soap_Makefile_in Removed 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 patch-ECtools_zarafa-search_Makefile_in patch-provider_soap_soapdefs_h patch-provider_soap_stdsoap2_h Log message: update to 7.1.10 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/07/03 00:39:19 Modified files: usr.bin/ssh : ssh.c ssh_config.5 Log message: Add a %C escape sequence for LocalCommand and ControlPath that expands to a unique identifer based on a has of the tuple of (local host, remote user, hostname, port). Helps avoid exceeding sockaddr_un's miserly pathname limits for mux control paths. bz#2220, based on patch from mancha1 AT zoho.com; ok markus@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/07/03 00:55:59 Modified files: share/man/man9 : uvm.9 Log message: Move failure case text from uvm_pagerealloc() to uvm_pagealloc() uvm_pagerealloc() is a void function and it doesn't attempt to find any pages, so it doesn't make sense that it might "return NULL when no page can be found". CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2014/07/03 01:02:10 Modified files: sys/arch/powerpc/powerpc: softintr.c Log message: Include explicitely here. It will no longer be pulled by uvm_extern.h in the short future. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/03 01:12:56 Modified files: graphics/shotwell: Makefile distinfo Log message: Update to shotwell-0.18.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/03 01:20:55 Modified files: misc/gramps : Makefile Log message: Missing RUN_DEPENDS. spotted by maja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/03 01:37:02 Modified files: graphics/shotwell: Makefile Log message: Fix HOMEPAGE (missed in previous). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/03 01:44:28 Modified files: geo/osm-gps-map: Makefile distinfo geo/osm-gps-map/pkg: PLIST Removed files: geo/osm-gps-map/patches: patch-Makefile_in geo/osm-gps-map/pkg: PFRAG.shared Log message: Update to osm-gps-map-1.0.1. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/07/03 01:45:27 Modified files: usr.bin/ssh : ssh_config.5 Log message: escape %C since groff thinks it part of an Rs/Re block; CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/03 01:47:56 Modified files: sys/kern : subr_pool.c Log message: Revert back to 1.129: pool_init() is called before rwlocks can be used on some archs. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/03 01:51:02 Modified files: misc/gramps : Makefile Log message: Add osm-gps-map support. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/03 01:54:53 Modified files: geo/osm-gps-map: Makefile Log message: Missing BUILD_DEPENDS. spotted by nigel@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/07/03 05:16:55 Modified files: usr.bin/ssh : auth.c auth.h auth1.c auth2.c Log message: make the "Too many authentication failures" message include the user, source address, port and protocol in a format similar to the authentication success / failure messages; bz#2199, ok dtucker CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/03 05:17:06 Log message: Import py-ICU-1.8. PyICU is a Python extension wrapping IBM's International Components for Unicode C++ library (ICU). ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20140703 N ports/textproc/py-ICU/Makefile N ports/textproc/py-ICU/distinfo N ports/textproc/py-ICU/pkg/DESCR N ports/textproc/py-ICU/pkg/PLIST N ports/textproc/py-ICU/patches/patch-setup_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/03 05:17:47 Modified files: textproc : Makefile Log message: +py-ICU CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/03 05:20:06 Modified files: misc/gramps : Makefile distinfo misc/gramps/pkg: PLIST Log message: Update to gramps-4.1.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/03 05:38:45 Modified files: net/ocsync : Makefile net/ocsync/pkg : DESCR PLIST Log message: Since this is the ownCloud version of csync, force disabling libssh and samba support which drops lots of dependencies. based on an initial diff from kirby@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/07/03 05:38:46 Modified files: sys/uvm : uvm_aobj.c uvm_fault.c Log message: It is important that we don't release the kernel lock between issuing a wakeup and clearing the PG_BUSY and PG_WANTED flags, so try to keep those bits as close together and defenitely avoid calling random code in between. ok guenther@, tedu@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/03 06:42:16 Modified files: usr.bin/ssh : cipher-chachapoly.c Log message: Call chacha_ivsetup() immediately before chacha_encrypt_bytes() - this makes it easier to verify that chacha_encrypt_bytes() is only called once per chacha_ivsetup() call. ok djm@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/07/03 07:13:59 Modified files: www/phpmyadmin : Makefile Added files: www/phpmyadmin/patches: patch-libraries_RecentFavoriteTable_class_php patch-libraries_navigation_Navigation_class_php patch-libraries_navigation_Nodes_Node_DatabaseChild_class_php patch-libraries_structure_lib_php Log message: backport security fixes for CVE-2014-4348 and CVE-2014-4349 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/03 07:26:05 Modified files: sys/dev/pci : if_bge.c Log message: sending a heavily fragmented packet will cause the bus_dmamap_load in bge_encap to fail because the dmamap lacks space, not necessarily because the ring is full. however, bge_encap failure sets the OACTIVE flag on the interface and keeps the packet at the start of the send queue. the next time we try to fill the tx ring we'll try to load the same packet and fail. an empty tx ring means bge_txeof hasnt got anything which is where the OACTIVE condition is cleared. this diff adds handling of fragmented packets via m_defrag. this might fix the issues landry@ has been complaining about on his bulk build machines. i can reproduce the above problem in contrived circumstances here and this diff fixes it, so its going in so landry@ is forced to test it. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/07/03 08:41:48 Modified files: graphics/blender: Makefile distinfo graphics/blender/patches: patch-extern_libmv_third_party_glog_src_config_openbsd_h patch-intern_cycles_CMakeLists_txt patch-intern_ffmpeg_ffmpeg_compat_h patch-intern_guardedalloc_intern_mallocn_guarded_impl_c patch-source_blender_blenkernel_intern_packedFile_c patch-source_blender_blenloader_intern_writefile_c graphics/blender/pkg: PLIST Added files: graphics/blender/patches: patch-extern_libmv_libmv_base_aligned_malloc_cc patch-intern_guardedalloc_intern_mallocn_c Removed files: graphics/blender/patches: patch-extern_libmv_libmv_tracking_brute_region_tracker_cc patch-source_blender_blenkernel_intern_blender_c Log message: Update to blender 2.71. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/03 09:19:18 Modified files: sysutils/lsof : Makefile sysutils/dellflash: Makefile Log message: Do not hardcode /sys but use BSDSRCDIR instead. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/07/03 10:02:23 Modified files: mail/postfix/snapshot: Makefile distinfo mail/postfix/snapshot/files: postfix-install mail/postfix/snapshot/pkg: PLIST Log message: Update to Postfix 2.12-20140701. ok sthen@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/07/03 12:58:21 Modified files: sys/dev/pci/drm/radeon: radeon_clocks.c Log message: Get clocks from Open Firmware on macppc and sparc64. ok jsg@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/03 14:30:17 Modified files: games/caesar : caesar.c Log message: Mark functions calling exit(3) as __dead. Issue reported by David Crosby on tech@. ok miod@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/07/03 15:06:40 Modified files: www/phpmyadmin : Tag: OPENBSD_5_5 Makefile distinfo www/phpmyadmin/pkg: Tag: OPENBSD_5_5 PLIST Log message: Update to 4.1.14.1, fixes CVE-2014-4349 ok jasper@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/03 15:12:24 Modified files: regress/lib/libc: Makefile regress/lib/libc/locale: Makefile regress/lib/libm: Makefile regress/lib/libpthread: Makefile regress/sbin : Makefile regress/sys/crypto: Makefile regress/sys/uvm: Makefile regress/usr.bin: Makefile regress/usr.sbin: Makefile Log message: Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/07/03 15:15:28 Modified files: sys/arch/amd64/amd64: identcpu.c sys/arch/amd64/include: specialreg.h sys/arch/i386/include: specialreg.h sys/arch/i386/i386: machdep.c Log message: Add identcpu detection for 1-GByte pages ok mlarkin CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/03 15:21:12 Modified files: lib/libssl/src/crypto/x509: x509_att.c Log message: Memory-leak-in-error-path of the day in X509_ATTRIBUTE_set1_data(). ok logan@ beck@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/03 15:23:08 Modified files: usr.bin/mandoc : mandoc.h read.c roff.c regress/usr.bin/mandoc/roff/de: Makefile escname.in regress/usr.bin/mandoc/roff/cond: Makefile Added files: regress/usr.bin/mandoc/roff/de: escname.out_lint regress/usr.bin/mandoc/roff/cond: if.out_lint Log message: MANDOCERR_NOARGS reported three completely unrelated classes of problems. Split the roff(7) parts out of it and report the request names for these cases. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/07/03 15:31:45 Modified files: mail/postfix/stable/files: postfix-install Log message: Use tabs consistently. ok sthen@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/07/03 16:23:46 Modified files: usr.bin/ssh : sshconnect.c Log message: when rekeying, skip file/DNS lookup if it is the same as the key sent during initial key exchange. bz#2154 patch from Iain Morgan; ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/07/03 16:33:41 Modified files: usr.bin/ssh : channels.c Log message: allow explicit ::1 and 127.0.0.1 forwarding bind addresses when GatewayPorts=no; allows client to choose address family; bz#2222 ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/07/03 16:40:43 Modified files: usr.bin/ssh : servconf.c servconf.h session.c sshd.8 sshd_config.5 Log message: Add a sshd_config PermitUserRC option to control whether ~/.ssh/rc is executed, mirroring the no-user-rc authorized_keys option; bz#2160; ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/07/03 17:18:35 Modified files: usr.bin/ssh : authfile.h Log message: remove leakmalloc droppings CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/03 17:23:45 Modified files: usr.bin/mandoc : mandoc.h mdoc_term.c mdoc_validate.c read.c regress/usr.bin/mandoc/mdoc/Bl: Makefile Added files: regress/usr.bin/mandoc/mdoc/Bl: emptyhead.in emptyhead.out_ascii emptyhead.out_lint emptytag.in emptytag.out_ascii emptytag.out_lint Log message: Fix formatting of empty .Bl -inset item heads. Downgrade empty item heads from ERROR to WARNING. Show the list type in the error message. Choose better variable names for nodes in post_it(). CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/03 19:50:03 Modified files: usr.bin/mandoc : mandoc.h mdoc_validate.c read.c regress/usr.bin/mandoc/mdoc/Bd: Makefile regress/usr.bin/mandoc/mdoc/Bl: Makefile emptyhead.out_lint emptytag.out_lint Added files: regress/usr.bin/mandoc/mdoc/Bd: notype.in notype.out_ascii notype.out_lint regress/usr.bin/mandoc/mdoc/Bl: emptyitem.in emptyitem.out_ascii emptyitem.out_lint notype.in notype.out_ascii notype.out_lint Log message: Clean up messages related to missing arguments. * Do not warn about empty -column cells, they seem valid to me. * Downgrade empty item and missing -std from ERROR to WARNING. * Hierarchical naming. * Descriptive, not imperative style. * Mention macro names, argument names, and fallbacks. * Garbage collect some unreachable code in post_it(). CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/03 23:58:31 Modified files: sys/sys : proc.h sysctl.h sys/kern : kern_exit.c kern_fork.c kern_proc.c kern_sig.c kern_sysctl.c sched_bsd.c tty.c sys/miscfs/procfs: procfs_cmdline.c lib/libkvm : kvm_file2.c kvm_proc.c kvm_proc2.c bin/ps : print.c usr.bin/tmux : procname.c usr.bin/top : machine.c usr.bin/w : proc_compare.c w.c usr.sbin/snmpd : mib.c Log message: Track whether a process is a zombie or not yet fully built via flags PS_{ZOMBIE,EMBRYO} on the process instead of peeking into the process's thread data. This eliminates the need for the thread-level SDEAD state. Change kvm_getprocs() (both the sysctl() and kvm backends) to report the "most active" scheduler state for the process's threads. tweaks kettenis@ feedback and ok matthew@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2014/07/04 02:42:38 Modified files: usr.sbin/tcpdump: print-ospf.c print-ospf6.c Log message: Tcpdump did not show the OSPF router id of hello packets if it was equal to the source ip address. This is confusing and inconsistent with IPv6. So always print the rtrid. OK stsp@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/07/04 03:48:38 Modified files: sys/arch/i386/i386: machdep.c Log message: Create the ioport_ex and iomem_ex extents after we've set up the gdt gates such that curcpu() works. The extent code creates pools, and if we want to add any sort of locking to the pool code we need that working. Found out the hard way by guenther@. ok dlg@, guenther@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/04 06:20:32 Modified files: sysutils/toprump: Makefile sysutils/toprump/patches: patch-machine_c Log message: sync with src/usr.bin/top/machine.c 1.77 ("Use VM_UVMEXP instead of VM_METER for memory usages and directly include where it is needed instead of relying on it being included by .") ok lum@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/04 07:00:37 Modified files: x11/kde4/pim-runtime: Makefile x11/kde4/pim-runtime/pkg: README Log message: Sync README with template. ok zhuk@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/07/04 07:25:00 Modified files: usr.sbin/smtpd : mta_session.c Log message: always attempt to use tls for relaying to the primary server when acting as a backup mx. reported by otto@. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/07/04 07:47:44 Modified files: graphics/ImageMagick: Makefile Log message: Enable WebP support. ok sthen@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/07/04 09:24:46 Modified files: usr.sbin/smtpd : mta_session.c smtp_session.c Log message: It makes much more sense to do the loop checking on incoming mails rather than on outgoing mails... ok gilles@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2014/07/04 09:39:26 Modified files: faq : faq1.html Log message: character-o, pointed out and diff from Josh Grosse, josh at jggimi dot homeip dot net, thanks! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/07/04 09:46:56 Modified files: audio/py-last : Makefile Log message: you guys (bcallah + edd) suck you should know plist changes require REVISION bumps by now CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/07/04 10:10:44 Modified files: mail/postfix/stable: Makefile Log message: Previous commit was spaces to tab in the script but bump REVISION anyway. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/04 10:11:42 Modified files: usr.bin/mandoc : eqn.c man_validate.c mandoc.h mdoc_macro.c mdoc_man.c mdoc_validate.c read.c roff.c regress/usr.bin/mandoc/man/PP: Makefile regress/usr.bin/mandoc/mdoc/Bd: notype.in notype.out_lint regress/usr.bin/mandoc/mdoc/Bf: Makefile regress/usr.bin/mandoc/mdoc/Bk: Makefile badarg.in regress/usr.bin/mandoc/mdoc/Bl: emptyitem.in emptyitem.out_lint notype.in notype.out_lint regress/usr.bin/mandoc/roff/de: escname.in escname.out_lint Added files: regress/usr.bin/mandoc/man/PP: args.in args.out_ascii args.out_lint regress/usr.bin/mandoc/mdoc/Bf: badargs.in badargs.out_ascii badargs.out_lint multiargs.in multiargs.out_ascii multiargs.out_lint regress/usr.bin/mandoc/mdoc/Bk: badarg.out_lint Log message: Clean up messages regarding excess arguments: * Downgrade ".Bf -emphasis Em" from FATAL to WARNING. * Mention the macros, the arguments, and the fallbacks. * Hierarchical naming. Also fix the handling of excess .It head arguments in -Tman. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/04 12:07:54 Modified files: libexec/ld.so/mips64: archdep.h Log message: Remove bogus mprotect call from RELOC_REL() - this macro is used to relocate ld.so itself only, and ld.so on mips only has relocations in the .data section, which is writable. CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2014/07/04 12:26:49 Modified files: lang/chicken : Makefile.inc lang/chicken/bootstrap: distinfo lang/chicken/bootstrap/patches: patch-Makefile_bsd lang/chicken/core: Makefile distinfo lang/chicken/core/patches: patch-Makefile_bsd patch-csc_scm patch-defaults_make patch-eval_scm patch-rules_make lang/chicken/core/pkg: PLIST Added files: lang/chicken/core/pkg: README Removed files: lang/chicken/core/patches: patch-runtime_c patch-srfi-4_scm Log message: Update to chicken 4.9.0.1 by Timo Myyra (MAINTAINER). ok jasper@ CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2014/07/04 13:15:30 Modified files: papers : index.html Log message: fix link; Tobias Stoeckmann CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2014/07/04 13:27:45 Modified files: papers : index.html Log message: some say i spoke @ bsdcan too CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2014/07/04 13:31:04 Modified files: papers : index.html Log message: an while here, make the formatting for the two russian confs match the rest CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/04 15:50:13 Modified files: usr.bin/rdist : child.c Log message: Convert a malloc+memset to a calloc based on diff from Benjamin Baier (programmer (at) netzbasis.de) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/04 16:23:01 Modified files: sysutils/symon : Makefile Added files: sysutils/symon/patches: patch-platform_OpenBSD_sm_mbuf_c Log message: fix following move from struct pool to struct kinfo_pool for userland CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/04 16:32:29 Modified files: usr.sbin/sasyncd: net.c Log message: malloc+memset -> calloc from Benjamin Baier (programmer (at) netzbasis.de) CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/04 16:33:43 Modified files: usr.sbin/rtsold: rtsold.c Log message: malloc+memset -> calloc from Benjamin Baier (programmer (at) netzbasis.de) CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/04 16:39:31 Modified files: usr.sbin/rtadvd: config.c rtadvd.c timer.c Log message: malloc+memset -> calloc from Benjamin Baier (programmer (at) netzbasis.de) CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/04 19:11:33 Modified files: usr.bin/mandoc : mandoc.h mdoc_validate.c read.c regress/usr.bin/mandoc/mdoc/Bd: Makefile regress/usr.bin/mandoc/mdoc/Bl: Makefile Added files: regress/usr.bin/mandoc/mdoc/Bd: badargs.in badargs.out_ascii badargs.out_lint regress/usr.bin/mandoc/mdoc/Bl: badargs.in badargs.out_ascii badargs.out_lint Log message: Cleanup regarding -offset and -width: * Bugfix: Last one wins, not first one. * Fix .Bl -width without argument: it means 0n, so do not ignore it. * Report macro names, argument names and fallbacks in related messages. * Simplify: Garbage collect auxiliary variables in pre_bd() and pre_bl(). CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/04 23:05:51 Modified files: usr.bin/rdist : child.c client.c common.c defs.h docmd.c message.c rdist.c Log message: Use void* in malloc/realloc/calloc wrappers CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/04 23:08:57 Modified files: usr.bin/rdist : child.c Log message: Use xcalloc() in waitup(): the calloc fails, simply returning ain't gonna help CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/04 23:12:02 Removed files: usr.bin/rdist : cron.entry Log message: Delete ancient unused demo cronjob CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/04 23:31:36 Modified files: usr.bin/rdist : Makefile config-def.h isexec.c os-openbsd.h Log message: ELF uberalles! CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/05 00:18:58 Modified files: usr.bin/rdist : child.c common.c config-data.h config-def.h defs.h docmd.c message.c os-openbsd.h Log message: Assume C89: stdargs, const, and setvbuf() Assume POSIX: O_NONBLOCK and S_IS{DIR,REG,LNK} CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/05 00:33:54 Modified files: usr.bin/rdistd : filesys.c Log message: A local array can't be NULL CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/05 00:35:03 Modified files: usr.bin/rdist : child.c config-def.h os-openbsd.h Log message: Assume POSIX: waitpid(), select(), and CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/05 00:39:13 Modified files: usr.bin/rdistd : server.c Log message: Stop using silly macro when checking for '.' and '..' directory entries CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/05 00:40:54 Modified files: usr.bin/rdistd : server.c Log message: Oops, fix both locations using D_NAMLEN() CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/05 00:45:00 Modified files: usr.bin/rdist : client.c config-data.h config-def.h docmd.c expand.c os-openbsd.h usr.bin/rdistd : server.c Log message: Assume POSIX: , struct dirent CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/05 00:53:36 Modified files: usr.bin/rdistd : server.c Log message: Assume POSIX: uid_t and gid_t Add parens to quiet gcc on previous commit CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/05 00:55:29 Modified files: usr.bin/rdist : client.c common.c defs.h os-openbsd.h Log message: Assume POSIX: uid_t and gid_t CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/07/05 01:18:33 Modified files: share/man/man5 : genassym.cf.5 share/man/man8 : genassym.sh.8 sys/arch/i386/i386: kgdb_machdep.c sys/kern : genassym.sh Log message: Matthias Pfaller rescinded clauses three and four of his license http://mail-index.netbsd.org/source-changes/2009/10/18/msg002090.html CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/05 01:22:18 Modified files: usr.bin/rdist : common.c docmd.c os-openbsd.h rdist.c usr.bin/rdistd : server.c Log message: Assume POSIX: lchown(), fchown(), fchmod(), fchmodat() Assume we have rcmdsh() CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/05 01:25:27 Modified files: usr.bin/rdist : child.c os-openbsd.h Log message: Assume POSIX: sigrocmask() Properly use SIG_SIGMASK to restore previous mask CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/05 01:39:18 Modified files: usr.bin/rdistd : server.c Log message: Assume POSIX: S_IFSOCK and S_IFIFO Kill some 'notyet' code that will never be enabled CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/05 01:57:43 Modified files: usr.bin/rdist : child.c Log message: Our fork() never misses CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/05 01:58:41 Modified files: usr.bin/rdist : filesys.h os-openbsd.h usr.bin/rdistd : filesys.c Log message: Assume BSD44: statfs() CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2014/07/05 02:59:02 Modified files: . : plus.html Log message: plus.html for July 23-29. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/05 03:20:54 Modified files: usr.bin/ftp : fetch.c Log message: Given an http or https URL with user and password, URL-decode the user and password info before base64 encoding it for the Authorization header. Also: - eliminate the COOKIE_MAX_LEN constant (if they can fit it on the command line or in their environment, surely we can malloc the base64 version) - rename the variable with user:pass from "cookie" to "credentials" - empty password isn't an error - add a boolean ishttpurl so that we don't have to do strcmps on the schema that we just set - when looping across multiple ftp:// urls on the command line, don't leak the username/password memory problem noted by Se'bastien Marie (semarie-openbsd (at) latrappe.fr) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/05 04:03:05 Modified files: shells/nsh : Makefile shells/nsh/patches: patch-stats_c Log message: fix following move from struct pool to struct kinfo_pool for userland CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/05 04:21:24 Modified files: usr.bin/rdist : filesys.h os-openbsd.h usr.bin/rdistd : filesys-os.c filesys.c Log message: Assume we have getfsstat(); simplify the interface to the *mountent() wrappers CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/05 06:04:43 src/regress/usr.bin/mandoc/roff/ft Update of /cvs/src/regress/usr.bin/mandoc/roff/ft In directory cvs.openbsd.org:/tmp/cvs-serv31278/ft Log Message: Directory /cvs/src/regress/usr.bin/mandoc/roff/ft added to the repository CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/05 06:22:41 Modified files: libexec/ld.so/arm: archdep.h libexec/ld.so/powerpc: archdep.h libexec/ld.so/sh: archdep.h Log message: No need to redefine DT_PROCNUM and DT_BIND_NOW here, these are provided by MI . CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/05 06:33:54 Modified files: usr.bin/mandoc : man_validate.c mandoc.h mdoc_validate.c read.c regress/usr.bin/mandoc/mdoc/At: Makefile regress/usr.bin/mandoc/mdoc/Bd: Makefile badargs.in badargs.out_ascii badargs.out_lint regress/usr.bin/mandoc/mdoc/Bl: badargs.in badargs.out_ascii badargs.out_lint notype.out_lint regress/usr.bin/mandoc/mdoc/Sm: Makefile regress/usr.bin/mandoc/mdoc/St: badargs.out_lint regress/usr.bin/mandoc/roff: Makefile Added files: regress/usr.bin/mandoc/mdoc/At: invalid.out_lint regress/usr.bin/mandoc/mdoc/Sm: badarg.in badarg.out_ascii badarg.out_lint regress/usr.bin/mandoc/roff/ft: Makefile badargs.in badargs.out_ascii badargs.out_lint Removed files: regress/usr.bin/mandoc/mdoc/Bd: notype.in notype.out_ascii notype.out_lint Log message: Cleanup with respect to bad macro arguments. * Fix .Sm with invalid arg: move arg out and toggle mode. * Promote "unknown standard" from WARNING to ERROR, it loses information. * Delete MANDOCERR_BADWIDTH, it would only indicate a mandoc(1) bug. * Do not report MANDOCERR_BL_LATETYPE when there is no type at all. * Mention macro names, arguments and fallbacks. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/07/05 08:08:04 Modified files: graphics/libwebp: Makefile lang/pfe : Makefile Log message: Drop USE_GROFF since groff and mandoc produce identical output. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/05 10:59:36 Modified files: libexec/ld.so/arm: ldasm.S libexec/ld.so/m88k: ldasm.S libexec/ld.so/sh: ldasm.S Log message: Unlike libc syscall stubs, ld.so syscall stubs are expected to return -errno, rather than -1, upon failure. Even though nothing in ld.so currently needs to explicitely check for specific error values, consistency doesn't hurt. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/05 11:03:19 Modified files: libexec/ld.so/alpha: ldasm.S Log message: Add more sugar to generate syscall stubs; and make sure errors are reported with a negative value (I'm looking at you, _dl_mmap); CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/05 11:05:08 Modified files: libexec/ld.so/mips64: Makefile.inc ldasm.S syscall.h Log message: Add more sugar to build syscall stubs, and turn them from inlines to real entry points, now that we no longer need _dl_mprotect to be inline; also, make sure syscall failures return -errno rather than -1. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/05 11:06:18 Modified files: libexec/ld.so/powerpc: ldasm.S rtld_machine.c syscall.h Log message: Add more sugar to build syscall stubs, and turn them from inlines to real entry points; also, make sure syscall failures return -errno rather than -1. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/05 14:41:25 Modified files: libexec/ld.so/powerpc: ldasm.S syscall.h Log message: Implement _dl_mmap as direct mmap(2) wrapper, without needing to use __syscall(2) - calling convention will conveniently provide the padding argument. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/07/05 15:12:38 Modified files: build : mirrors.dat Log message: add a second mirror in Indonesia, mirror.poliwangi.ac.id, from Agus Priyo CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/07/05 15:12:58 Modified files: . : ftp.html ftplist openbgpd : ftp.html openntpd : ftp.html portable.html openssh : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/05 15:54:51 Modified files: libexec/ld.so/alpha: syscall.h libexec/ld.so/amd64: syscall.h libexec/ld.so/arm: syscall.h libexec/ld.so/hppa: syscall.h libexec/ld.so/i386: syscall.h libexec/ld.so/m88k: syscall.h libexec/ld.so/mips64: syscall.h libexec/ld.so/powerpc: syscall.h libexec/ld.so/sh: syscall.h libexec/ld.so/sparc: syscall.h libexec/ld.so/sparc64: syscall.h Log message: Mark _dl_exit __dead. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/07/05 17:11:48 Modified files: usr.bin/ssh : channels.c Log message: fix remote-forward cancel regression; ok markus@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/07/05 19:31:36 Modified files: games/manaplus : Makefile distinfo Log message: Update to 1.4.7.5 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2014/07/06 01:28:36 Modified files: libexec/ld.so : util.c libexec/ld.so/alpha: ldasm.S syscall.h libexec/ld.so/amd64: ldasm.S syscall.h libexec/ld.so/arm: ldasm.S syscall.h libexec/ld.so/hppa: ldasm.S syscall.h libexec/ld.so/i386: ldasm.S syscall.h libexec/ld.so/m88k: ldasm.S syscall.h libexec/ld.so/mips64: ldasm.S syscall.h libexec/ld.so/powerpc: ldasm.S syscall.h libexec/ld.so/sh: ldasm.S syscall.h libexec/ld.so/sparc: ldasm.S syscall.h libexec/ld.so/sparc64: ldasm.S syscall.h Log message: move from sysclt(KERN_ARND) to getentropy(2); ok miod@, kettenis@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2014/07/06 01:39:07 Modified files: libexec/ld.so : util.c Log message: rm unneeded includes; prompted (partly) by kettenis@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/07/06 01:42:03 Modified files: regress/usr.bin/ssh: multiplex.sh test-exec.sh Log message: add a hook to the cleanup() function to kill $SSH_PID if it is set use it to kill the mux master started in multiplex.sh (it was being left around on fatal failures) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/07/06 02:16:36 Modified files: sys/dev/pci/drm/radeon: radeon_object.c Log message: drm/radeon: also try GART for CPU accessed buffers From Christian Koenig 72568eb7e4e40096fd80c7c8abd04ac630e45bb9 in ubuntu 3.8 544092596e8ac269f70e70961b5e9381909c9b1e in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/07/06 02:19:33 Modified files: sys/dev/pci/drm/radeon: radeon_bios.c Log message: drm/radeon: handle non-VGA class pci devices with ATRM From Alex Deucher 6a6170926060797bdf25e5d6609a3168466f2e6c in ubuntu 3.8 d8ade3526b2aa0505132c404c05a38b73ea15490 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/07/06 02:24:54 Modified files: sys/dev/pci/drm/radeon: radeon_kms.c Log message: drm/radeon: avoid segfault on device open when accel is not working. From Jerome Glisse 16d30071c6cd4b72a950d265b0d7d08fb4220b92 in ubuntu 3.8 24f47acc78b0ab5e2201f859fe1f693ae90c7c83 in mainline linux CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2014/07/06 02:34:12 Modified files: libexec/ld.so : malloc.c Log message: this version of malloc does not need string.h CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/06 03:09:10 Modified files: games/childsplay: Makefile distinfo games/childsplay/pkg: PLIST Log message: Update to childsplay-2.6.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/06 03:21:32 Modified files: security/p11-kit: Makefile distinfo Log message: Update to p11-kit-0.20.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/06 03:33:19 Modified files: security/libtasn1: Makefile distinfo security/libtasn1/pkg: PLIST Log message: Update to libtasn1-4.0. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/06 05:52:02 Modified files: libexec/ld.so/ldconfig: sod.c Log message: Apply ld.so's sod.c 1.25 (do not divide by zero in _dl_findhit if there is a valid hints file but no buckets in it) here too, in order to keep both instances of this code in sync. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/06 06:13:18 Modified files: sys/arch/sparc64/stand/installboot: Makefile installboot.c Log message: Build with -Wall. Make sure main() returns zero. (found the hard way by building with -fstack-shuffle) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/06 09:35:18 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/07/06 11:29:45 Modified files: audio : Makefile audio/pacpl : Makefile audio/pacpl/pkg: DESCR devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: audio/bonk : Makefile distinfo audio/bonk/patches: patch-bonk_cc audio/bonk/pkg : DESCR PLIST audio/xmms-bonk: Makefile distinfo audio/xmms-bonk/patches: patch-Makefile audio/xmms-bonk/pkg: DESCR PLIST Log message: Remove Bonk, an experimental audio codec that never saw wide adoption. Last release 12 years ago, superseded by the likes of FLAC and WavPack. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2014/07/06 11:33:10 Modified files: libexec/ld.so : boot.c dir.c dl_prebind.c library_subr.c sod.c trace.c libexec/ld.so/ldconfig: Makefile libexec/ld.so/ldd: Makefile Log message: enable -Wall, explicitly call _dl_strsep, and zap some redundant includes ok miod@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2014/07/06 12:26:58 Modified files: libexec/ld.so : dir.c Log message: int all fields, so calloc can become malloc; ok miod@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/06 12:36:49 Modified files: usr.bin/mandoc : mandoc.c Log message: Fix handling of escape sequences taking numeric arguments. * Repair detection of invalid delimiters. * Discard the invalid delimiter together with the invalid sequence. Note to self: In general, strchr("\0...", c) is a thoroughly bad idea. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/07/06 12:42:23 Modified files: . : INDEX Log message: sync; 8888 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/06 12:46:51 Modified files: usr.bin/mandoc : roff.c Log message: Fix expansion of escape sequences with incomplete arguments. * For \* and \n, discard the incomplete arg, expand to empty string. * For \B, discard the incomplete arg, expand to the digit 0. * For \w, use the incomplete arg (behaviour unchanged). CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/06 12:51:08 Modified files: usr.bin/mandoc : term.c Log message: After skipping an escape sequence with incomplete arguments, do not throw away the rest of the string to be rendered. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/06 13:08:57 Modified files: usr.bin/mandoc : eqn.c man.c man_validate.c mandoc.c mandoc.h mdoc.c mdoc_argv.c mdoc_validate.c read.c roff.c regress/usr.bin/mandoc/char/space: Makefile tab-man.in tab-man.out_ascii regress/usr.bin/mandoc/mdoc/Bd: Makefile regress/usr.bin/mandoc/mdoc/blank: Makefile line.out_lint regress/usr.bin/mandoc/roff/args: Makefile regress/usr.bin/mandoc/roff/esc: B.in B.out_ascii Makefile h.in h.out_ascii w.in w.out_ascii regress/usr.bin/mandoc/roff/nr: Makefile escname.in escname.out_ascii regress/usr.bin/mandoc/roff/string: Makefile name.in name.out_ascii Added files: regress/usr.bin/mandoc/char/space: esct-man.out_lint esct-mdoc.out_lint tab-man.out_lint tab.out_lint regress/usr.bin/mandoc/mdoc/Bd: blank.out_lint regress/usr.bin/mandoc/mdoc/blank: comment.out_lint regress/usr.bin/mandoc/roff/args: man.out_lint mdoc.out_lint roff.out_lint regress/usr.bin/mandoc/roff/esc: B.out_lint h.out_lint w.out_lint regress/usr.bin/mandoc/roff/nr: escname.out_lint regress/usr.bin/mandoc/roff/string: name.out_lint Log message: Clean up messages related to plain text and to escape sequences. * Mention invalid escape sequences and string names, and fallbacks. * Hierarchical naming. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2014/07/06 13:15:16 Modified files: libexec/ld.so : loader.c Log message: allocate two things, test two pointers; ok miod@ guenther@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/07/06 14:55:58 Modified files: sys/kern : syscalls.master Log message: getentropy(2) doesn't need the kernel lock, so mark it with NOLOCK. ok matthew@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/06 15:00:41 Modified files: textproc/the_silver_searcher: Makefile distinfo Log message: update the the_silver_searcher-0.23.0, from maintainer Florian Stinglmayr add a comment next to NO_TEST while there (tests are referenced in the Makefile but don't appear in the distfile). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/07/06 15:36:55 Modified files: sys/dev/acpi : acpimadt.c Log message: If we find a bogus interrupt (undefined polarity or trigger) don't panic but print a message and ignore the interrupt. There are BIOSen out there with random garbage in NMI entries for the non-BP CPUs. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/06 18:27:13 Modified files: sys/sys : syscall.h syscallargs.h sys/kern : init_sysent.c syscalls.c Log message: regen CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/07/06 23:31:42 Modified files: share/man/man9 : fork1.9 sys/kern : kern_fork.c Log message: fork1: FORK_THREAD requires FORK_SHAREFILES Now that file descriptor tables have moved from a per-thread resource to per-process, it's impossible to fork a thread without sharing the file descriptor table. ok guenther CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/07/07 02:15:26 Modified files: regress/usr.bin/ssh: multiplex.sh Log message: remove forced-fatal that I stuck in there to test the new cleanup logic and forgot to remove... CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/07/07 02:19:12 Modified files: usr.bin/ssh : ssh_config.5 Log message: mention that ProxyCommand is executed using shell "exec" to avoid a lingering process; bz#1977 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/07 02:22:52 Modified files: x11/xsel : distinfo x11/xsel/patches: patch-configure Log message: regen, no pkg change CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/07 02:25:16 Modified files: x11/xsel : Makefile x11/xsel/patches: patch-xsel_c Log message: add patches from patrick keshishian: - fix issue where NUM_TARGETS in main() is incremented one too many times. - plug memory leak in handle_targets() where copy of supported_targets created to be passed to change_property() -> XChangeProperty() but not free()-ed. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/07/07 03:11:24 Modified files: usr.sbin/smtpd : queue_backend.c smtpctl.c smtpd.c Log message: Allow to enable profiling at runtime and fix timings output. ok gilles@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/07 05:13:10 src/regress/usr.bin/mandoc/roff/ig Update of /cvs/src/regress/usr.bin/mandoc/roff/ig In directory cvs.openbsd.org:/tmp/cvs-serv12345/roff/ig Log Message: Directory /cvs/src/regress/usr.bin/mandoc/roff/ig added to the repository CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/07 05:34:41 Modified files: share/man/man7 : roff.7 usr.bin/mandoc : mandoc.h read.c roff.c regress/usr.bin/mandoc/roff: Makefile regress/usr.bin/mandoc/roff/de: Makefile Added files: regress/usr.bin/mandoc/roff/de: append.in append.out_ascii indir.in indir.out_ascii indir.out_lint regress/usr.bin/mandoc/roff/ig: Makefile basic.in basic.out_ascii basic.out_lint Log message: implement .dei and .ami CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/07 05:42:34 Modified files: x11/p5-Gtk2 : Makefile distinfo x11/p5-Gtk2/pkg: PLIST Log message: Update to p5-Gtk2-1.2492. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/07 09:03:24 Modified files: usr.bin/mandoc : mandoc.h mdoc.c mdoc_term.c read.c regress/usr.bin/mandoc/mdoc/Sh: Makefile before.in before.out_lint Added files: regress/usr.bin/mandoc/mdoc/Sh: before.out_ascii Log message: no need to skip content before first section header CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/07 10:12:06 Modified files: usr.bin/mandoc : mandoc.h mdoc_validate.c read.c regress/usr.bin/mandoc/mdoc/Rs: Makefile allch.in allch.out_ascii Added files: regress/usr.bin/mandoc/mdoc/Rs: allch.out_lint Log message: no need to delete any content from .Rs blocks, and downgrade the related message from ERROR to WARNING CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/07/07 10:43:55 Modified files: usr.sbin/pkg_add/OpenBSD: PackageLocation.pm Ustar.pm usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm Log message: restore progressmeter for big files. somehow, one extra level of indirection to archive, make it all go away by adding a new method set_callback CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/07/07 10:45:03 Modified files: usr.sbin/pkg_add/OpenBSD: Add.pm ProgressMeter.pm Log message: record how many bytes we saved for statistics purposes. exit the loop thru the same end code every time for consistency. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/07/07 10:45:52 Modified files: usr.sbin/pkg_add/OpenBSD: AddDelete.pm Log message: display saved size for now, to be disabled once I'm satisfied this is very good :) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/07/07 10:55:16 Modified files: usr.sbin/pkg_add/OpenBSD: AddDelete.pm Log message: don't throw strange warnings during pkg_delete... CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2014/07/07 11:02:22 Modified files: usr.bin/gzsig : ssh2.c Log message: The type of iov_len is size_t so the comparison with < 0 does not work. Do the length check before the subtraction. Found by Christian Ehrhardt; OK markus@ CVSROOT: /cvs Module name: src Changes by: shadchin@cvs.openbsd.org 2014/07/07 12:20:15 Modified files: sys/dev/ic : pckbc.c Log message: Don't print warnings for mouse interrupts on bsd.rd request and ok deraadt CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/07/07 12:34:29 Modified files: net/p5-Net-Inspect: Makefile distinfo Log message: update p5-Net-Inspect to 0.304 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/07 13:01:26 Modified files: sys/arch/hppa/hppa: trap.c Log message: Do the 64-bit argument swap dance, for the syscalls which require it, unconditionaly instead of only doing it if invoked indirectly through syscall or __syscall. While there, tweak stack argument fetching to only perform one large copyin() call, rather than a loop of small ones. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/07/07 13:10:25 Modified files: usr.sbin/pkg_add/OpenBSD: PackageLocation.pm Log message: sometimes, the callback happens when the archive isn't opened... fix it quickly, to be fixed better later. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/07 13:17:40 Modified files: usr.bin/mandoc : libman.h man.c man_macro.c Log message: Simplify man_unscope(), removing 18 lines of code, that is, removing one function argument, one function definition, three function invocations and two pointless assert()s. No functional change. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/07/07 13:59:00 Modified files: sys/kern : syscalls.master Log message: Mark get{,e,res}{u,g}id() and getgroups() as NOLOCK A little while back, guenther moved user credentials to a per-process property, but also kept a per-thread cache that would remain stable for the duration of a thread's system call. These system calls now only access the thread's cached credentials, so they're safe to run without the kernel lock. ok kettenis, guenther CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/07/07 14:01:21 Modified files: sys/sys : syscall.h syscallargs.h sys/kern : init_sysent.c syscalls.c Log message: regen CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/07/07 14:01:39 Modified files: infrastructure/bin: outdated-perl-ports Log message: The script outdated-perl-ports did not parse the epoch number. Fix the regex to get additional outdated perl ports. OK espie@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/07 15:35:42 Modified files: usr.bin/mandoc : man.c man_macro.c man_validate.c mandoc.h mdoc_macro.c read.c roff.c regress/usr.bin/mandoc/char/space: leading-man.in leading-man.out_ascii regress/usr.bin/mandoc/man/RS: Makefile regress/usr.bin/mandoc/man/TP: Makefile regress/usr.bin/mandoc/man/UR: Makefile regress/usr.bin/mandoc/mdoc/Bd: Makefile regress/usr.bin/mandoc/mdoc/Bl: Makefile regress/usr.bin/mandoc/roff/cond: Makefile close.in close.out_ascii regress/usr.bin/mandoc/roff/ig: basic.in basic.out_ascii basic.out_lint Added files: regress/usr.bin/mandoc/man/RS: lonelyRE.out_lint noRE.in noRE.out_ascii noRE.out_lint regress/usr.bin/mandoc/man/TP: eof.in eof.out_ascii eof.out_lint regress/usr.bin/mandoc/man/UR: noUE.in noUE.out_ascii noUE.out_lint regress/usr.bin/mandoc/mdoc/Bd: unclosed.in unclosed.out_ascii unclosed.out_lint regress/usr.bin/mandoc/mdoc/Bl: bareTa.out_lint regress/usr.bin/mandoc/roff/cond: close.out_lint Log message: Clean up ERROR messages related to document structure and macros: Hierarchical naming and mention macro names in messages. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/07 17:12:00 Modified files: sys/dev/pci : if_em.c Log message: if em encounters a heavilty fragmented packet, it can (will) stall the entire tx path. if we try to bus_dmamap_load a very fragmented packet m_defrag it and try again. this is just like if_bge.c r1.355. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/07 18:11:50 Modified files: sys/dev/pci : if_em.c Log message: em_rxeof is only called from em_intr, and only if IFF_RUNNING is set. em_rxeof doesnt have to check that flag again. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/07 18:17:44 Modified files: sys/dev/pci : if_em.c Log message: in em_rxeof, when the ifp stack var is declared its initted to the right value out of the softc. then its assigned the same value again after the rest of the var decls. well, it used to be. not after this commit. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/07/07 18:40:56 Modified files: lib/libc/gen : shm_open.3 Log message: Document that shm_open() et al have been available since OpenBSD 5.4 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/07 20:57:27 Modified files: sys/dev/pci : if_em.c Log message: bus_dmamap_sync the rx ring once per em_rxeof call, rather than for every rx descriptor. slightly tweak by matthew tested on alpha and amd64 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/07 20:59:51 Modified files: sys/arch/sparc64/dev: vnet.c Log message: the way vnet works means mclgeti cant do its job. remove hte ifp argument to MCLGETI to make that clear. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/07 22:02:14 Modified files: share/man/man9 : Makefile sys/net : if.c if.h if_var.h sys/sys : sockio.h Added files: share/man/man9 : if_rxr_init.9 Log message: introduce the if_rxr api. it is intended to pull the rx ring accounting out of the mbuf layer, and break the assumption that an interface will only have a single ring per mbuf cluster size. mpi@ is ok with moving this forward CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/07 23:35:19 Modified files: sys/arch/socppc/dev: if_tsec.c sys/dev/ic : gem.c gemvar.h hme.c hmevar.h re.c rtl81x9reg.h xl.c xlreg.h sys/dev/pci : if_bge.c if_bgereg.h if_bnx.c if_bnxreg.h if_em.c if_em.h if_ix.c if_ix.h if_msk.c if_mskvar.h if_myx.c if_oce.c if_sis.c if_sisreg.h if_vic.c if_vio.c if_vmx.c if_vr.c if_vrreg.h sys/kern : uipc_mbuf.c usr.bin/systat : mbufs.c Log message: cut things that relied on mclgeti for rx ring accounting/restriction over to using if_rxr. cut the reporting systat did over to the rxr ioctl. tested as much as i can on alpha, amd64, and sparc64. mpi@ has run it on macppc. ok mpi@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/07/07 23:52:17 Modified files: share/man/man9 : if_rxr_init.9 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/08 01:10:12 Modified files: sys/kern : kern_sysctl.c uipc_mbuf.c sys/net : if.c if_ethersubr.c sys/sys : mbuf.h Log message: pull the rx ring accounting out of the mbuf layer now that its all done via if_rxring things. this effectively deprecates the third argument for MCLGETI and m_clget and makes the mbuf layer no longer care about interfaces and simplifies the allocation paths. the timeout used to measure livelock has been moved to net/if.c. ok mpi@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2014/07/08 01:58:01 Modified files: usr.sbin/smtpd : smtpctl.8 Log message: improve indentation. ok jmc@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/07/08 01:59:05 Modified files: usr.sbin/pkg_add/OpenBSD: PackageLocation.pm usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm Log message: cleaner callback handling - store it inside location, so that belayed archives open can get it - wipe it out when the sizer goes away... to be done slightly better probably ? CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2014/07/08 01:59:31 Modified files: usr.sbin/smtpd : ioev.c ioev.h mda.c mta.c scheduler.c scheduler_ramqueue.c smtp.c smtp_session.c smtpd.conf.5 Log message: fix typos. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/07/08 02:10:38 Modified files: net/zabbix : Makefile distinfo net/zabbix/patches: patch-conf_zabbix_server_conf patch-configure patch-src_libs_zbxsysinfo_openbsd_proc_c patch-src_zabbix_agent_zabbix_agent_c patch-src_zabbix_proxy_proxy_c patch-src_zabbix_server_server_c Log message: update to 2.2.4; diff from Mark Patruck CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/07/08 02:30:25 Modified files: devel/pcre : Makefile distinfo Log message: update to 8.35 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/08 02:33:43 Modified files: lib/libcrypto/crypto: getentropy_linux.c Log message: repeat calls to getentrypy() with the same pid likely indicate reseeds. Since we assume the PRNG above is doing "something old, something new" folding, shortcut and do fewer repeats through the timing loop. ok beck CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/08 02:45:22 Log message: This package contains the IEEE Std 1003.1-2008 (POSIX.1) manual pages including the corrections contained in the first Technical Corrigendum, IEEE Std 1003.1-2008/Cor 1-2013. It include manuals for utilities in section 1, and for functions and headers in section 3. A lot of input and okay for the contents schwarze@; Other input from matthew@ and Dmitrij D. Czarkoff; Final okay bentley@. Status: Vendor Tag: zhuk Release Tags: zhuk_20140708 N ports/books/man-pages-posix/Makefile N ports/books/man-pages-posix/distinfo N ports/books/man-pages-posix/pkg/DESCR N ports/books/man-pages-posix/pkg/PLIST N ports/books/man-pages-posix/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/07/08 02:54:00 Modified files: sys/dev/pci : if_athn_pci.c if_vmx.c pcidevs Log message: Remove left-over call to removed function m_clsetwms(). ok mpi CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/07/08 02:55:33 Modified files: sys/dev/pci : if_athn_pci.c pcidevs Log message: undo accidentally committed changes CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/08 03:06:49 Modified files: lib/libssl/src/crypto/bio: b_sock.c Log message: Simplify various BIO_sock_* fuctions - less code, better variable names, correct types and fewer casts. ok deraadt@ miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/08 03:08:27 Modified files: lib/libssl/src/crypto/pkcs7: pk7_lib.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/07/08 03:24:27 Modified files: lib/libcrypto/crypto: getentropy_linux.c Log message: unbreak last commit - but same intent, make re-seed less expensive CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/08 03:24:53 Modified files: lib/libssl/src/crypto/pkcs12: p12_add.c p12_asn.c p12_attr.c p12_crpt.c p12_crt.c p12_decr.c p12_init.c p12_key.c p12_kiss.c p12_mutl.c p12_npas.c p12_p8d.c p12_p8e.c p12_utl.c pk12err.c Log message: KNF. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/08 03:27:10 Modified files: books : Makefile Log message: Link up man-pages-posix, reminded (two times) by kirby@. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/08 03:27:21 Modified files: lib/libssl/src/crypto/pkcs12: pkcs12.h Log message: KNF. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/07/08 03:30:34 Modified files: lib/libcrypto/crypto: getentropy_linux.c Log message: j should be an int, like repeat CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/07/08 03:38:55 Modified files: lib/libcrypto/crypto: getentropy_linux.c Log message: fix oops, accidental delete.. darn copying of files between machines CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/08 03:46:44 Modified files: lib/libssl/src/crypto/bio: b_sock.c Log message: Avoid locking in BIO_get_port() by using getservbyname_r() instead of getservbyname(). While here, provide a common/single return path. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/08 03:48:07 Modified files: infrastructure/bin: portcheck Log message: Add a special case for .xpm files, those should go under share/pixmaps/ usually. Initiated after discussion with kirby@ about games/vegastrike/data in WIP. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/08 03:55:16 Modified files: textproc/calibre: Makefile distinfo textproc/calibre/patches: patch-setup_build_environment_py patch-setup_extensions_py textproc/calibre/pkg: PLIST Added files: textproc/calibre/patches: patch-src_calibre_gui2___init___py Log message: update to calibre 1.43.0 and add a patch from Fabian Raetz enabling --detach (used by some desktop files). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/08 04:01:04 Modified files: x11/kde4/workspace/patches: patch-powerdevil_daemon_backends_upower_powerdevilupowerbackend_cpp patch-powerdevil_daemon_BackendConfig_cmake patch-powerdevil_daemon_powerdevilbackendloader_cpp Log message: regen patches, whitespace change only CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/08 04:03:20 Modified files: x11/kde/base3/patches: patch-ksysguard_ksysguardd_OpenBSD_memory_c Added files: x11/kde4/workspace/patches: patch-ksysguard_ksysguardd_OpenBSD_memory_c Log message: add sys/vmmeter.h where it will be needed, kde3 patch from RD Thrush CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/08 04:12:48 Modified files: lib/libssl/src/crypto/bio: b_sock.c Log message: More KNF. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/08 04:15:16 Modified files: usr.sbin/procmap: procmap.c Log message: There really isn't a strict "heap" anymore, so just call everything like that an anon. Useful change since BRKSIZ will soon leave the namespace. ok kettenis CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/08 04:15:39 Modified files: sysutils/libstatgrab/patches: patch-src_libstatgrab_memory_stats_c sysutils/xstatbar/patches: patch-stats_h sysutils/xuvmstat/patches: patch-xuvmstat_c sysutils/wmmon/patches: patch-wmmon_wmmon_c Added files: sysutils/monit/patches: patch-src_process_sysdep_OPENBSD_c sysutils/libstatgrab/patches: patch-src_libstatgrab_page_stats_c patch-src_libstatgrab_swap_stats_c Log message: add sys/vmmeter.h / sys/sysctl.h where they will be needed CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/07/08 04:22:15 Modified files: usr.sbin/smtpd : stat_backend.c Log message: no need to send a stat update message when {inc,dec}rementing by 0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/08 04:23:18 Added files: telephony/asterisk/patches: patch-main_asterisk_c Log message: add vmmeter.h, for struct vmtotal CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/08 04:26:59 Added files: sysutils/bubblemon-dockapp/patches: patch-sys_openbsd_c Log message: pulls in uvm_object.h, which will need tree CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/08 04:28:02 Modified files: usr.sbin/acpidump: acpidump.c Log message: Stop using uvm_extern.h to fetch uvm_param.h; so define local versions of trunc_page and such. Horrid namespace violations, prepare for your coming doom... ok kettenis CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/08 04:30:35 Modified files: www/chromium/patches: patch-base_process_process_metrics_openbsd_cc Log message: pull in vmmeter.h for struct vmtotal CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/07/08 04:30:52 Modified files: usr.sbin/smtpd : log.c log.h Log message: Change fatal/fatalx to use a format string. Expand in a static buffer to cope with low-memory situations. ok gilles@ chl@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2014/07/08 04:36:03 Modified files: security/gnupg2: Makefile distinfo Log message: Bugfix update to 2.0.25 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/08 04:40:26 Added files: lang/erlang/patches: patch-lib_os_mon_c_src_memsup_c Log message: widen the ifdef; vmmeter.h will be required here as well as on .Dx/.Fx CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/07/08 04:45:35 Added files: lib/libcrypto/crypto: getentropy_osx.c getentropy_solaris.c Log message: getentropy for osx and solaris. will be needed for a portable release CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/07/08 05:03:51 Modified files: usr.sbin/smtpd : ca.c Log message: fatalx(errorstr) -> fatalx("%s", errorstr) add missing include and remove redundant debug trace while here. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/08 05:05:41 Modified files: lib/libssl/src/crypto/bio: b_sock.c Log message: We have EAI_FAMILY - remove the #ifdefs. ok beck@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/08 05:08:37 Modified files: lib/libssl/src/crypto/bio: b_sock.c Log message: Pretty much everything has SO_REUSEADDR - nuke the #ifdefs. ok beck@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2014/07/08 05:11:15 Modified files: games/xmoto : Makefile games/xmoto/pkg: PLIST Added files: games/xmoto/patches: patch-xmoto_6 Removed files: games/xmoto/patches: patch-src_image_tim_png_cpp Log message: - add desktop file - drop USE_GROFF - drop unneeded patch - it was commited upstream CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/08 05:11:57 Modified files: lib/libssl/src/crypto/err: err.h Log message: We do not care about broken Borland C pre-processors. ok beck@ deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/08 05:38:48 Modified files: sys/uvm : uvm_fault.c uvm_mmap.c uvm_param.h uvm_pdaemon.c Log message: bye bye UBC; ok beck dlg CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/07/08 05:46:14 Modified files: share/misc : airport Log message: Add Maastricht Aachen Airport (MST). Requested by mikeb@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/08 06:48:55 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/07/08 07:02:43 Modified files: usr.sbin/smtpd : mta.c Log message: make sure to clear the WAIT flag when cancelling the connector timeout. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/08 07:02:57 Modified files: sys/ddb : db_access.c db_break.c db_examine.c db_expr.c db_hangman.c db_input.c db_lex.c db_output.c db_print.c db_run.c db_trap.c db_usrreq.c db_variables.c db_watch.c db_write_cmd.c Log message: These do not need the extremely poorly named uvm/uvm_extern.h (which pulls in the universe). occasionally they need sys/systm.h CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/08 07:06:58 Modified files: sys/arch/i386/i386: p4tcc.c powernow.c sys/arch/macppc/dev: dfs.c Log message: A few missing sys/systm.h includes. Soon the universes dragged in via uvm_extern.h, uvm_param.h, and sysctl.h will no longer gaurantee that _KERNEL code gets it. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/08 07:10:52 Modified files: sys/uvm : uvm_pdaemon.c Log message: subtle rearrangement of includes CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/08 07:15:07 Modified files: sys/uvm : uvm_pager.h Log message: the #ifdef _KERNEL can wrap the entire file. uvm_extern.h only pulls this inside #ifdef _KERNEL in any case, so nothing really changes. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/08 07:19:16 Modified files: sys/uvm : uvm_meter.c Log message: rearrange some includes. also, pull in uvm/uvm.h because soon sysctl.h won't be pulling in the uvm side of the kitchen. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/08 07:31:30 Modified files: sys/arch/i386/stand/libsa: apmprobe.c Log message: This is bootblock code. Don't pull in uvm header files to deal with page rounding! Disgusting. Instead, define local copies of those macros. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/07/08 07:39:10 Modified files: archivers/lzo2 : Makefile distinfo Log message: update to 2.08: fix lzo_init() on big-endian architectures CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/07/08 07:49:10 Modified files: usr.sbin/smtpd : aliases.c lka.c lka_session.c makemap.c mproc.c ruleset.c smtpd-api.h smtpd.c smtpd.h table.c table_api.c table_db.c table_getpwnam.c table_ldap.c table_passwd.c table_proc.c table_socketmap.c table_sqlite.c table_static.c usr.sbin/smtpd/table-ldap: Makefile Log message: Update the table API: lookup functions can take an optional parameters dictionnary (currently not set). While there, add a helper for forking external backends, and remove unused table functions. ok gilles@ CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2014/07/08 08:17:38 Modified files: regress/lib/libcrypto/bio: biotest.c Log message: string.h is the correct file, not strings.h ok beck@ jsing@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/07/08 08:22:38 Modified files: usr.sbin/smtpd : ssl.c Log message: zap trailing tab CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/08 08:22:43 Modified files: sys/uvm : uvm.h Log message: white space repairs CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/07/08 08:23:21 Modified files: devel/apache-ant: Makefile distinfo devel/apache-ant/pkg: PLIST Log message: update to apache-ant-1.9.4 CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/07/08 08:24:16 Modified files: usr.sbin/smtpd : smtpd-api.h filter_api.c Log message: make the filter API move forward (still not plugged). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/07/08 08:29:36 Log message: pycparse 2.10 pycparser is a complete parser of the C language, written in pure Python using the PLY parsing library. It parses C code into an AST and can serve as a front-end for C compilers or analysis tools. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20140807 N ports/devel/py-cparser/Makefile N ports/devel/py-cparser/distinfo N ports/devel/py-cparser/pkg/DESCR N ports/devel/py-cparser/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2014/07/08 08:30:23 Modified files: lib/libssl/src/crypto/chacha: chacha.c Log message: add missing stdint. include for uint32_t, etc. ok beck@ jsing@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/07/08 08:31:13 Log message: import py-cffi-0.8.2 Foreign Function Interface for Python calling C code. The aim of this project is to provide a convenient and reliable way of calling C code from Python. The interface is based on LuaJIT. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20140807 N ports/devel/py-cffi/Makefile N ports/devel/py-cffi/distinfo N ports/devel/py-cffi/pkg/PLIST N ports/devel/py-cffi/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/07/08 08:34:15 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/08 08:37:19 Modified files: x11/gnome/color-manager: Makefile distinfo x11/gnome/color-manager/pkg: PLIST Log message: Update to gnome-color-manager-3.12.3. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/07/08 08:38:17 Modified files: usr.sbin/smtpd : smtp.c Log message: remove dead code. these imsgs are handled in pony.c. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/07/08 09:28:35 Modified files: devel/py-cffi : Makefile distinfo Log message: update to 0.8.6 and add comment for when updating CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/07/08 09:33:11 Modified files: devel/libgit2/libgit2: Makefile distinfo devel/libgit2/libgit2/pkg: PLIST Removed files: devel/libgit2/libgit2/patches: patch-CMakeLists_txt Log message: update to libgit2-0.21.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/07/08 09:33:42 Modified files: devel/libgit2/libgit2-glib: Makefile distinfo devel/libgit2/libgit2-glib/pkg: PLIST Log message: update to libgit2-glib-0.0.18 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/07/08 09:34:01 Modified files: devel/libgit2/py-git2: Makefile distinfo devel/libgit2/py-git2/pkg: PLIST Added files: devel/libgit2/py-git2/patches: patch-pygit2_ffi_py Log message: update to pygit2-0.21.0 CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/07/08 09:45:32 Modified files: usr.sbin/smtpd : queue.c queue_api.c queue_backend.c queue_fs.c queue_null.c queue_proc.c queue_ram.c smtpd-api.h smtpd.h Log message: various queue improvements: - add a "close" hook to the backend API. - improve the sync() pattern in queue_fs: only sync at commit time and not for every envelope creation - various fixes to the experimental external queue API. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/08 09:50:24 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.267. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/08 09:53:53 Modified files: regress/lib/libcrypto/aead: Makefile regress/lib/libcrypto/aeswrap: Makefile regress/lib/libcrypto/base64: Makefile regress/lib/libcrypto/bf: Makefile regress/lib/libcrypto/bio: Makefile regress/lib/libcrypto/bn/general: Makefile regress/lib/libcrypto/bn/mont: Makefile regress/lib/libcrypto/cast: Makefile regress/lib/libcrypto/chacha: Makefile regress/lib/libcrypto/cts128: Makefile regress/lib/libcrypto/des: Makefile regress/lib/libcrypto/dh: Makefile regress/lib/libcrypto/dsa: Makefile regress/lib/libcrypto/ec: Makefile regress/lib/libcrypto/ecdh: Makefile regress/lib/libcrypto/ecdsa: Makefile regress/lib/libcrypto/engine: Makefile regress/lib/libcrypto/evp: Makefile regress/lib/libcrypto/exp: Makefile regress/lib/libcrypto/gcm128: Makefile regress/lib/libcrypto/hmac: Makefile regress/lib/libcrypto/idea: Makefile regress/lib/libcrypto/ige: Makefile regress/lib/libcrypto/md4: Makefile regress/lib/libcrypto/md5: Makefile regress/lib/libcrypto/mdc2: Makefile regress/lib/libcrypto/pkcs7: Makefile regress/lib/libcrypto/poly1305: Makefile regress/lib/libcrypto/pqueue: Makefile regress/lib/libcrypto/rand: Makefile regress/lib/libcrypto/rc2: Makefile regress/lib/libcrypto/rc4: Makefile regress/lib/libcrypto/rmd: Makefile regress/lib/libcrypto/sha: Makefile regress/lib/libcrypto/sha1: Makefile regress/lib/libcrypto/sha256: Makefile regress/lib/libcrypto/sha512: Makefile regress/lib/libcrypto/utf8: Makefile regress/lib/libssl/ssl: Makefile Log message: Include -DLIBRESSL_INTERNAL in regress makefiles. ok miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/08 09:55:43 Modified files: mail/mimedefang: Makefile distinfo mail/mimedefang/patches: patch-mimedefang_pl_in Log message: Update to mimedefang-2.75. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/07/08 09:58:00 Modified files: textproc/ruby-icalendar: Makefile distinfo textproc/ruby-icalendar/pkg: PLIST Log message: update to ruby-icalendar-2.1.0 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/08 10:01:33 Modified files: sys/arch/sgi/conf: Makefile.sgi Log message: Typo in previous assym.h dependency changes CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/08 10:04:04 Modified files: print/qpdf : Makefile distinfo Log message: Update to qpdf-5.1.2. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/07/08 10:05:52 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: pedantic avoidance of division by zero, likely not actually possible to hit for real. ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/08 10:07:37 Modified files: lib/libcrypto/crypto: Makefile Removed files: lib/libssl/src/crypto/des: rpc_des.h rpc_enc.c Log message: Remove undocumented _des_crypt() interface and its companion header file, which had never been installed, so it's unlikely something ever used this in the last 15~20 years. ok deraadt@ jsing@ beck@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/08 10:13:53 Modified files: x11/dbus : Makefile distinfo Log message: SECURITY update to dbus-1.8.6. CVE-2014-3532 CVE-2014-3533 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/08 10:15:20 Modified files: lib/libssl/src/crypto/whrlpool: wp_block.c Log message: Define SMALL_REGISTER_BANK on arm and vax, for it generates faster code for these systems (vax being 30% faster!). (surprisingly, the prime candidate for SMALL_REGISTER_BANK, SuperH, runs actually slower in that case) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/08 10:23:18 Modified files: x11/dbus : Tag: OPENBSD_5_5 Makefile Added files: x11/dbus/patches: Tag: OPENBSD_5_5 patch-dbus_dbus-message_c patch-dbus_dbus-sysdeps_c patch-dbus_dbus-sysdeps_h patch-dbus_dbus-transport-socket_c Log message: Merge security fixes for: CVE-2014-3532 CVE-2014-3533 CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2014/07/08 10:36:45 Modified files: lib/libssl/src/crypto/conf: conf_def.c Log message: replace malloc(strlen())/strlcpy with strdup ok beck@ jsing@ CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2014/07/08 10:45:44 Modified files: usr.sbin/pkg_add/OpenBSD: PkgInfo.pm Log message: Prettify the list of "required by" package names by sorting it. okay espie@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/07/08 10:52:47 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm Log message: in case we say("Some parameter #1 blabla there") but we forget the parameter, display a decent error message instead of the usual warning... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/07/08 10:57:58 Modified files: graphics/clutter/cogl: Makefile distinfo Log message: update to cogl-1.18.2 ok aja@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/07/08 11:02:56 Modified files: usr.sbin/pkg_add/OpenBSD: PackageLocation.pm usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm Log message: don't really bother cleaning up the callback, it will go away soon enough CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/07/08 11:12:37 Modified files: usr.sbin/identd: identd.c Log message: Cleanup of getopt argument: -p is not supported anymore. ok deraadt@, dlg@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/07/08 11:15:00 Modified files: net/p5-Net-PcapWriter: Makefile distinfo Log message: update p5-Net-PcapWriter to 0.712 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/08 11:19:26 Modified files: lib/libc/gen : sysconf.c lib/librthread : rthread_np.c libexec/rpc.rstatd: rstat_proc.c sbin/fsck_ffs : pass5.c sys/arch/hppa/hppa: intr.c sys/arch/hppa64/hppa64: intr.c sys/arch/i386/pci: piixpcib.c sys/arch/mips64/mips64: softintr.c sys/arch/sparc64/sparc64: pmap.c sys/arch/vax/vax: softintr.c sys/arch/zaurus/dev: zaurus_apm.c sys/crypto : criov.c sys/dev : ipmi.c ksyms.c video.c sys/dev/ic : aac.c aic6915.c atw.c bt463.c bt485.c gdt_common.c i82365.c i82596.c ibm561.c isp_openbsd.h lemac.c lsi64854.c oosiop.c rtw.c tcic2.c wdc.c sys/dev/pci : azalia_codec.c mmuagp.c sys/dev/vesa : vesafb.c sys/kern : dma_alloc.c exec_elf.c exec_script.c exec_subr.c init_main.c kern_clock.c kern_descrip.c kern_exec.c kern_exit.c kern_fork.c kern_ktrace.c kern_sig.c kern_synch.c kern_sysctl.c kern_xxx.c subr_poison.c subr_prof.c sys_generic.c tty.c uipc_domain.c vfs_bio.c vfs_cluster.c vfs_subr.c vfs_syscalls.c vfs_vnops.c sys/miscfs/procfs: procfs_cmdline.c procfs_linux.c procfs_vfsops.c procfs_vnops.c sys/msdosfs : msdosfs_denode.c msdosfs_vnops.c sys/net : rtsock.c sys/netinet : igmp.c ip_ipsp.c sys/netinet6 : icmp6.c ip6_input.c sys/nfs : nfs_bio.c nfs_kq.c nfs_serv.c nfs_subs.c nfs_vnops.c sys/ntfs : ntfs_vfsops.c sys/sys : sysctl.h sys/tmpfs : tmpfs_mem.c tmpfs_vnops.c sys/ufs/ext2fs : ext2fs_balloc.c ext2fs_inode.c ext2fs_vnops.c sys/ufs/ffs : ffs_alloc.c ffs_balloc.c ffs_inode.c ffs_vnops.c sys/ufs/ufs : ufs_lookup.c ufs_vnops.c sys/uvm : uvm.h uvm_extern.h uvm_km.h uvm_param.h usr.bin/vmstat : vmstat.c usr.sbin/installboot: i386_installboot.c usr.sbin/procmap: procmap.c Added files: sys/uvm : uvmexp.h Log message: decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h don't need to be married. ok guenther miod beck jsing kettenis CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/08 11:42:50 Modified files: sys/arch/m88k/m88k: softintr.c sys/arch/sparc/dev: isp_sbus.c sys/kern : subr_poison.c sys_generic.c Log message: Repair compilability after the recent uvmexp changes, especially for not compile-time-known page size platforms. CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2014/07/08 11:44:51 Modified files: regress/lib/libcrypto/ecdh: ecdhtest.c Log message: remove use of internally-deprecated OPENSSL_malloc/free ok jsing@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/07/08 12:49:27 Modified files: usr.sbin/npppd/npppd: npppd.c Log message: Fix npppd not to access freed memory when it is exiting. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/07/08 13:00:12 Modified files: usr.sbin/npppd/npppd: parse.y Log message: Fix a double free bug in parsing the config. It had occurred when a syntax error exists in radius {authentication,accounting}-server configuration. No need to free curr_radconf because it is a part of auth_conf. Pointed out Vladimir Seleznev CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/08 14:05:19 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/07/08 14:07:53 Modified files: security/nss : Makefile distinfo Log message: Bugfix update to 3.16.2, required by upcoming gecko 31 releases. See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.16.2_release_notes CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/08 14:10:51 Modified files: productivity/tryton/trytond: Makefile distinfo Log message: Update to trytond-3.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/08 14:11:04 Modified files: productivity/tryton/tryton: Makefile distinfo Log message: Update to tryton-3.2.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/08 14:11:24 Modified files: productivity/tryton/proteus: Makefile distinfo Log message: Update to proteus-3.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/08 14:11:43 Modified files: productivity/tryton/account_dunning_letter: Makefile distinfo productivity/tryton/account_dunning_letter/pkg: PLIST Log message: Update to trytond-module-account_dunning_letter-3.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/08 14:12:04 Modified files: productivity/tryton/account_payment_sepa: Makefile distinfo Log message: Update to trytond-module-account_payment_sepa-3.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/08 14:12:26 Modified files: productivity/tryton/analytic_account: Makefile distinfo Log message: Update to trytond-module-analytic_account-3.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/08 14:12:43 Modified files: productivity/tryton/party_relationship: Makefile distinfo Log message: Update to trytond-module-party_relationship-3.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/08 14:12:58 Modified files: productivity/tryton/sale_invoice_grouping: Makefile distinfo Log message: Update to trytond-module-sale_invoice_grouping-3.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/08 14:13:14 Modified files: productivity/tryton/sale_shipment_grouping: Makefile distinfo Log message: Update to trytond-module-sale_shipment_grouping-3.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/08 14:13:31 Modified files: productivity/tryton/stock: Makefile distinfo Log message: Update to trytond-module-stock-3.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/08 14:13:45 Modified files: productivity/tryton/stock_forecast: Makefile distinfo Log message: Update to trytond-module-stock_forecast-3.2.1. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/07/08 14:14:46 Modified files: usr.sbin/smtpd : pony.c smtp_session.c smtpctl.c smtpd.c smtpd.h Log message: get rid of mfa leftovers CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2014/07/08 14:23:28 Modified files: mail : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: mail/mailcrypt : Makefile distinfo mail/mailcrypt/patches: patch-Makefile_in patch-tests_Makefile_in patch-tests_gpg-keys_fix-trust_py patch-tests_gpg-keys_make-rings_py mail/mailcrypt/pkg: DESCR PFRAG.gnupg PFRAG.pgp PFRAG.pgp5 PLIST Log message: Kill mailcrypt, PGP interface for old emacsen. The packaging is broken. ok sthen@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/08 14:24:50 Modified files: lib/libssl/src/doc/crypto: BUF_MEM_new.pod Log message: Match the current state of the code. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/08 14:26:05 Modified files: lib/libssl/src/doc/crypto: BUF_MEM_new.pod Log message: Do not suggest using BUF_strdup() preferably to strdup() for fallacious reasons. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/08 14:37:47 Modified files: lib/libssl/src/doc/ssl: SSL_CIPHER_get_name.pod Log message: Document SSL_CIPHER_description() will now use asprintf if passed a NULL buffer. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/07/08 14:52:42 Modified files: . : hackathons.html Added files: images/hackathons: g2k14-s.gif g2k14.gif Log message: g2k14 hackathon starts CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/07/08 14:54:45 Modified files: . : hackathons.html Log message: columns CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/07/08 15:25:14 Modified files: usr.sbin/smtpd : smtpd.c Log message: partially revert bogus commit CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/08 15:30:50 Modified files: usr.bin : Makefile Log message: rm asa/fpr. ok beck deraadt halex matthew CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/08 15:31:54 Modified files: lib/libssl/src/ssl: s3_lib.c ssl_locl.h Log message: Nuke SSL_NOT_EXP since it does nothing. ok deraadt@ miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/08 15:32:15 Modified files: sys/dev/acpi : acpithinkpad.c Log message: Recognize (and ignore) ``black button'' presses. ok beck@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/08 15:32:44 Removed files: usr.bin/asa : Makefile asa.1 asa.c Log message: every succesful hackathon must begin with a sacrifice. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/08 15:35:39 Modified files: include : unistd.h Log message: update _POSIX2_FORT_RUN, so that sysconf(_SC_2_FORT_RUN) remains correct. because you care. reminded by matthew. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/08 15:50:41 Modified files: lib/libssl/src/ssl: ssl_locl.h ssl_ciph.c s3_lib.c Log message: Remove SSL_FIPS. ok deraadt@ miod@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/07/08 15:55:53 Modified files: usr.sbin/smtpd : smtpd.c Log message: send correct imsg when enabling profiling at runtime CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/07/08 15:58:34 Modified files: usr.sbin/smtpd : parse.y smtpd.h Log message: update filter configuration parsing (not plugged yet) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/08 16:09:01 Modified files: lib/libssl/src/ssl: s3_lib.c Log message: Mark the weakened 40-bit export ciphers as invalid - no one in their right mind should be using them. ok deraadt@ miod@ CVSROOT: /cvs Module name: src Changes by: kirby@cvs.openbsd.org 2014/07/08 16:29:29 Modified files: usr.bin/calendar/calendars: calendar.computer Log message: mention X Window System announcement. OK henning@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/08 16:30:26 Modified files: sys/kern : subr_poison.c Log message: also use inverted poison patterns, to mix things up. ok deraadt miod CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/07/08 17:17:47 Added files: graphics/blender/patches: patch-source_creator_CMakeLists_txt Log message: Add patch in attempt to fix an occasionally unmet dependency on buildinfo.h problem reported by naddy@ sthen@ espie@, let's see if this fixes things. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/08 17:24:28 Modified files: usr.bin/w : w.c Log message: Cannot find a reason for this to need machine/cpu.h CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/08 17:31:22 Modified files: bin/ps : ps.c lib/libkvm : kvm_proc2.c sys/sys : ktrace.h user.h Log message: sys/user.h can now be substantially gutted. ok guenther CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/08 18:13:05 Modified files: sys/dev/pci : if_bnx.c Log message: dont try to be smart about avoiding the use of too many descriptors when filling the rx ring. trust the hwm. problem found by sthen@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/08 18:15:20 Modified files: sys/dev/pci : if_msk.c Log message: avoid being too smart when filling the rx ring. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/07/08 19:45:10 Modified files: usr.bin/ssh : sftp.c Log message: more useful error message when GLOB_NOSPACE occurs; bz#2254, patch from Orion Poplawski CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2014/07/08 21:02:15 Modified files: usr.bin/ssh : key.c Log message: downgrade more error() to debug() to better match what old authfile.c did; suppresses spurious errors with hostbased authentication enabled CVSROOT: /cvs Module name: src Changes by: daniel@cvs.openbsd.org 2014/07/08 22:11:35 Modified files: gnu/usr.bin/lynx: CHANGES COPYHEADER COPYHEADER.asc INSTALLATION LYMessages_en.h README aclocal.m4 config.guess config.hin config.sub configure configure.in lynx.cfg lynx.hlp lynx.man makefile.in userdefs.h gnu/usr.bin/lynx/WWW/Library/Implementation: HTAABrow.c HTAABrow.h HTAAProt.c HTAAUtil.c HTAAUtil.h HTAccess.c HTAnchor.c HTAnchor.h HTAssoc.c HTAtom.c HTBTree.c HTCJK.h HTChunk.c HTChunk.h HTDOS.c HTDOS.h HTFTP.c HTFile.c HTFile.h HTFinger.c HTFormat.c HTFormat.h HTGopher.c HTGroup.c HTList.c HTMIME.c HTMLDTD.c HTMLGen.c HTNews.c HTParse.c HTParse.h HTPlain.c HTRules.c HTStream.h HTString.c HTString.h HTStyle.c HTStyle.h HTTCP.c HTTP.c HTTP.h HTTelnet.c HTUU.c HTUU.h HTUtils.h HTVMSUtils.c HTVMS_WaisProt.c HTVMS_WaisUI.c HTVMS_WaisUI.h HTWAIS.c HTWSRC.c HText.h LYLeaks.h LYexit.h SGML.c SGML.h UCAux.h UCMap.h dtd_util.c hdr_HTMLDTD.h makefile.in src0_HTMLDTD.h src0_HTMLDTD.txt src1_HTMLDTD.h src1_HTMLDTD.txt tidy_tls.h www_tcp.h gnu/usr.bin/lynx/WWW/Library/vms: libmake.com gnu/usr.bin/lynx/docs: README.defines README.jp README.metrics gnu/usr.bin/lynx/lynx_help: Lynx_users_guide.html about_lynx.html help_files.txt lynx-dev.html lynx_help_main.html lynx_url_support.html gnu/usr.bin/lynx/lynx_help/keystrokes: alt_edit_help.html bashlike_edit_help.html bookmark_help.html cookie_help.html dired_help.html edit_help.html environments.html follow_help.html gopher_types_help.html history_help.html keystroke_help.html movement_help.html option_help.html other_help.html print_help.html scrolling_help.html test_display.html visited_help.html xterm_help.html gnu/usr.bin/lynx/po: de.po et.po fi.po ja.po lynx.pot makefile.inn nl.po sv.po tr.po uk.po vi.po gnu/usr.bin/lynx/samples: jumps.htm lynx-demo.cfg lynx-keymaps gnu/usr.bin/lynx/scripts: cfg2html.pl indent.sh tbl2html.pl gnu/usr.bin/lynx/src: AttrList.h DefaultStyle.c GridText.c GridText.h HTAlert.c HTAlert.h HTFWriter.c HTForms.h HTInit.c HTML.c HTML.h LYBookmark.c LYCgi.c LYCharSets.c LYCharSets.h LYCharUtils.c LYCharUtils.h LYClean.c LYClean.h LYCookie.c LYCookie.h LYCurses.c LYCurses.h LYDownload.c LYEdit.c LYEditmap.c LYExtern.c LYExtern.h LYForms.c LYGetFile.c LYGlobalDefs.h LYHash.c LYHash.h LYHistory.c LYHistory.h LYIcon.rc LYJump.c LYJustify.h LYKeymap.c LYKeymap.h LYLeaks.c LYList.c LYList.h LYLocal.c LYMail.c LYMail.h LYMain.c LYMainLoop.c LYMap.c LYMap.h LYNews.c LYNews.h LYOptions.c LYOptions.h LYPrettySrc.c LYPrettySrc.h LYPrint.c LYReadCFG.c LYReadCFG.h LYSearch.c LYSearch.h LYSession.c LYShowInfo.c LYSignal.h LYStrings.c LYStrings.h LYStructs.h LYStyle.c LYStyle.h LYTraversal.c LYUpload.c LYUtils.c LYUtils.h LYexit.c LYmktime.c LYrcFile.c LYrcFile.h TRSTable.c TRSTable.h UCAuto.c UCAux.c UCdomap.c Xsystem.c makefile.dos makefile.in mktime.c parsdate.c parsdate.h parsdate.y structdump.h tcpipshr.opt tidy_tls.c gnu/usr.bin/lynx/src/chrtrans: def7_uni.tbl makefile.in makeuctb.c gnu/usr.bin/lynx/test: README.txt cp-1252.html cp-1252a.html iso-8859-2.html iso-8859-2a.html tags.html test-styles.html Added files: gnu/usr.bin/lynx/docs: README.release gnu/usr.bin/lynx/po: eo.po gnu/usr.bin/lynx/src: multinet_ucx.opt gnu/usr.bin/lynx/test: circle.html square.html triangle.html Removed files: gnu/usr.bin/lynx: lynx.rsp mkdirs.sh gnu/usr.bin/lynx/WWW/Library/Implementation: HTFWriter.c gnu/usr.bin/lynx/samples: lynx.bat Log message: update to lynx 2.8.8rel2, keeping local changes. primarily to get these changes from 2.8.8dev.16: * fix most issues found by clang 3.2 analyze * fix most issues found by Coverity scan tested on i386, sparc64, and macppc by myself. tested on vax by miod@ (including https) helpful discussion with avsm@, sthen@ ok deraadt@ CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2014/07/09 00:42:02 Modified files: regress/lib/libcrypto/pkcs7: pkcs7test.c Log message: format string should be a string literal. ok beck@ jsing@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/09 01:05:48 Modified files: libexec/ld.so/amd64: ldasm.S Log message: Fix backtraces through _dl_bind_start by adding dwarf annotations for the stack adjustments/handling in the asm. Based on FreeBSD. ok kettenis@ matthew@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/09 01:29:00 Modified files: sys/arch/amd64/amd64: trap.c sys/arch/i386/i386: trap.c Log message: Fix boot -d. refreshcreds() should be called when trapping from userspace, but I flipped the test on i386/amd64, thus breaking kernel traps before enough proc0 bits were set up. In theory, this could have resulted in a NFS read for a page fault being done with a process's old credentials. pointed out by Patrick Wildt of bitrig CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/07/09 02:04:45 Modified files: usr.bin/systat : sensors.c Log message: instead of printf() use tbprintf() like elsewhere in systat. ok deraadt@ mpi@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2014/07/09 02:07:53 Modified files: sys/netinet6 : in6_proto.c Log message: Set default of net.inet6.icmp6.nodeinfo to 0, disables responses to RFC4620 IPv6 Node Information Queries. ok florian henning bluhm CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/09 02:20:08 Modified files: lib/libssl/src/crypto/rsa: rsa_ameth.c rsa_asn1.c rsa_chk.c rsa_crpt.c rsa_depr.c rsa_eay.c rsa_gen.c rsa_lib.c rsa_none.c rsa_null.c rsa_oaep.c rsa_pk1.c rsa_pmeth.c rsa_prn.c rsa_pss.c rsa_saos.c rsa_sign.c rsa_ssl.c rsa_x931.c Log message: KNF CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/07/09 02:31:51 Modified files: databases/puppetdb: Makefile distinfo databases/puppetdb/patches: patch-Rakefile Log message: - update to puppetdb-2.1.0 * http://docs.puppetlabs.com/puppetdb/latest/release_notes.html#section CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/09 02:32:57 Modified files: sys/arch/powerpc/powerpc: trap.c Log message: pull in uvm/uvm_extern.h (before and) and instead pmap.h, and do not assume that user.h's tentacles fetched it even earlier. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/09 02:34:02 Modified files: sys/arch/macppc/macppc: machdep.c Log message: if you use sysctl, you need sysctl.h CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/09 02:34:50 Modified files: sys/arch/powerpc/powerpc: fpu.c Log message: obvious need for systm.h, which no longer comes in from something user.h includes CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/07/09 02:38:08 Modified files: usr.sbin/smtpd : table_ldap.c Log message: various fixes in experimental ldap backend and add support for mailaddr service. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/09 02:44:53 Modified files: lib/libcrypto/crypto: Makefile lib/libssl/src/crypto/rsa: rsa_eay.c rsa_err.c rsa_lib.c Removed files: lib/libssl/src/crypto/rsa: rsa_null.c Log message: RSA_NULL used to be a compile option allowing the RSA interfaces to be compiled-in, with nonfunctional code, to be able to cope with the RSA patent. However, we don't use this option, and the RSA patent has expired more than 10 years ago, so just drop this piece. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/09 02:49:20 Modified files: sys/arch/mips64/mips64: genassym.cf Log message: need uvm/uvm_extern.h since no longer supplied below user.h CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2014/07/09 02:52:00 Modified files: lib/libssl/src/crypto/engine: eng_dyn.c Log message: remove unused dynamic_cmd_defns_empty structure. ok miod@ deraadt@ guenther@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/09 02:55:32 Modified files: lib/libssl/src/crypto/rsa: rsa.h rsa_lib.c Log message: Remove RSA_memory_lock(). This undocumented function sort-of serializes your RSA components to memory and clears them, but there is no unserializing function, so its usefulness is close to zero. A grep through the ports tree sources show that it is only present in ports embedding their own openssl copy, and never used otherwise. ok jsing@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/09 02:57:54 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/09 03:04:14 Modified files: lib/libssl/src/crypto/rsa: rsa_sign.c Log message: In the old days (not in this century), SSLeay 0.4.5 would create X.509 RSA signatures using the wrong oid for the signature type. The signature verification code has thus been modified to allow these signatures to be accepted, with a printf to stderr to notify the user something was fishy. Remove this chunk; these signatures will no longer get accepted. ok deraadt@ guenther@ jsing@ tedu@ CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2014/07/09 03:06:58 Modified files: lib/libssl/src/apps: apps.c apps.h genrsa.c Log message: Remove typecasts on password_callback. Rather than casting password_callback to the correct function pointer signature at every call site, change it to match the signature instead. ok miod@ deraadt@ tedu@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/09 03:07:00 Modified files: lib/libssl/src/crypto/rsa: rsa_x931.c Log message: Be more strict in RSA_padding_check_X931(), and thus avoid a possible memcpy() with a negative size. ok tedu@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/09 03:10:07 Modified files: lib/libssl/src/crypto/aes: aes.h aes_core.c aes_misc.c lib/libssl/src/crypto/aes/asm: aes-586.pl aes-armv4.pl aes-mips.pl aes-s390x.pl aes-x86_64.pl Log message: Kill more FIPS tentacles by removing the private_AES_set_{enc,dec}rypt_key() internal interfaces, and promoting them to being the public AES_set_{enc,dec}rypt_key() interfaces. In non-FIPS mode, these public interfaces were directly calling the private ones. ok guenther@ jsing@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/09 03:16:05 Modified files: games/megaglest/base: Makefile Log message: No need for gettext. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/09 03:16:20 Modified files: net/libircclient: Makefile distinfo net/libircclient/patches: patch-configure net/libircclient/pkg: PLIST Removed files: net/libircclient/patches: patch-src_Makefile_in Log message: Update to libircclient-1.8. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2014/07/09 03:24:47 Modified files: misc/gpsd : Makefile distinfo Log message: - Berlios is almost dead, so update homepage url - regen distinfo while here CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/07/09 03:30:49 Modified files: sys/arch/sparc/dev: if_ie.c sys/net : bpf.c bpf.h if_bridge.c if_trunk.c if_vlan.c sys/netinet : ip_ah.c ip_carp.c ip_esp.c ip_ipcomp.c ipsec_input.c Log message: bpf code surgery / shuffling / simplification. the various bpf_mtap_* are very similiar, they differ in what (and to some extent how) they prepend something, and what copy function they pass to bpf_catchpacket. use an internal _bpf_mtap as "backend" for bpf_mtap and friends. extend bpf_mtap_hdr so that it covers all common cases: if dlen is 0, nothing gets prepended. copy function can be given, if NULL the default bpf_mcopy is used. adjust the existing bpf_mtap_hdr users to pass a NULL ptr for the copy fn. re-implement bpf_mtap_af as simple wrapper for bpf_mtap_hdr. re-implement bpf_mtap_ether using bpf_map_hdr re-implement bpf_mtap_pflog as trivial bpf_mtap_hdr wrapper ok bluhm benno CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/07/09 03:33:13 Modified files: sbin/ping6 : ping6.c Log message: Kill code commented since forever; no obj change. OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/07/09 03:34:48 Modified files: sbin/ping6 : ping6.c Log message: We don't have IPV6_REACHCONF, no obj change after unifdef(1). Further cleanup by hand lead to a obj change though. OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/07/09 03:35:51 Modified files: sbin/ping6 : ping6.c Log message: We do have SIGINFO; no obj change. OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/07/09 03:37:30 Modified files: sbin/ping6 : ping6.c Log message: We do have NI_NODEADDR_FLAG_ANYCAST, no obj change. OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/07/09 03:38:35 Modified files: sbin/ping6 : ping6.c Log message: We do have SO_SNDBUF & SO_RCVBUF; no obj change. OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/07/09 03:39:54 Modified files: sbin/ping6 : ping6.c Log message: We do have ICMP6_FILTER; no obj change. OK benno@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/09 03:40:49 Modified files: games/pokerth : Makefile distinfo games/pokerth/patches: patch-src_net_common_ircthread_cpp games/pokerth/pkg: PLIST Log message: Update to pokerth-1.1.1. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/07/09 03:41:09 Modified files: sbin/ping6 : ping6.c Log message: Hopefully we are calculating the pkg size correctly by now; no obj change. OK benno@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/09 03:50:22 Modified files: games/vms-empire: Makefile distinfo Log message: Update to vms-empire-1.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/09 03:52:54 Modified files: converters/p5-MARC-Record: Makefile distinfo Log message: Update to p5-MARC-Record-2.0.6. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/07/09 03:53:37 Modified files: usr.sbin/smtpd : parse.y smtpd.c smtpd.h Log message: config parser improvements: - fail if the same option is specified multiple times on a listener - prompt for queue encryption key after config parsing, not during. - add ip addresses to localnames table - prepare for filters CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/09 03:54:13 Modified files: devel/p5-Locale-Hebrew: Makefile distinfo devel/p5-Locale-Hebrew/pkg: PLIST Log message: Update to p5-Locale-Hebrew-1.05. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/09 04:16:24 Modified files: lib/libssl/src/crypto/dsa: dsa_ameth.c dsa_asn1.c dsa_depr.c dsa_gen.c dsa_key.c dsa_lib.c dsa_ossl.c dsa_pmeth.c dsa_prn.c dsa_sign.c dsa_vrf.c Log message: KNF CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/07/09 04:27:11 Modified files: infrastructure/mk: bsd.port.mk Log message: add support for fetching distfiles from github the following variables can be used, all of them besides GH_TAGNAME is mandatory GH_TAGNAME ?= GH_COMMIT ?= GH_ACCOUNT ?= GH_PROJECT ?= ok espie@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/07/09 04:28:42 Modified files: infrastructure/mk: bsd.port.mk Log message: trailing whitespace cleanup CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/09 04:28:49 Modified files: net/openconnect: Makefile distinfo net/openconnect/pkg: PLIST Added files: net/openconnect/patches: patch-www_Makefile_in Log message: update to OpenConnect 6.00 CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 04:41:13 Log message: QtGStreamer is a set of libraries providing C++ bindings for GStreamer with a Qt-style API, plus some helper classes and elements for integrating GStreamer better in Qt applications. The goal of this module is to allow easy use of GStreamer for applications targetting MeeGo Mobile or the KDE desktop. This will be used by KDE4 soon. Note that (sadly) the ported version uses GStreamer 0.10 still because KDE4 Phonon GStreamer backend still relies on it, too. Things would change at the next KDE major release, hopefully. okay landry@ Status: Vendor Tag: zhuk Release Tags: zhuk_20140709 N ports/multimedia/qt-gstreamer/Makefile N ports/multimedia/qt-gstreamer/distinfo N ports/multimedia/qt-gstreamer/pkg/DESCR N ports/multimedia/qt-gstreamer/pkg/PLIST N ports/multimedia/qt-gstreamer/patches/patch-src_QGlib_CMakeLists_txt N ports/multimedia/qt-gstreamer/patches/patch-src_QGst_CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/09 04:45:16 Modified files: sysutils/skill : Makefile distinfo sysutils/skill/patches: patch-machdep_nbsd-44_c Added files: sysutils/skill/patches: patch-argparse_c patch-main_c Log message: fix following header changes, drop USE_GROFF while there CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 04:51:27 Log message: libgcal is an ANSI C library that does allow communication with google calendar and contacts, useful if you need to support this in a C or C++ application. Currently, libgcal implements: - authentication - get all events/contacts - atom stream parsing - access to individual events/contacts - add/delete/edit using gcal objects - add/delete/edit using raw XML - query for updated events/contacts - timezone - contact photo download/upload What is missing: batch commit, calendar (creation of recurrent events), support other calendars (only the main calendar is currently supported). This is a hard dependency for upcoming akonadi-googledata port. okay landry@ Status: Vendor Tag: zhuk Release Tags: zhuk_20140709 N ports/productivity/libgcal/Makefile N ports/productivity/libgcal/distinfo N ports/productivity/libgcal/pkg/DESCR N ports/productivity/libgcal/pkg/PLIST N ports/productivity/libgcal/patches/patch-src_atom_parser_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 04:52:54 Log message: Akonadi-googledata allows you to syncronize Akonadi with your Google calendar and contacts. Passwords will be stored in KWallet, for while only 1 account is allowed. For hosted accounts (i.e. joe.bar@whatever.com), just input the whole username plus server name in configuration dialog (i.e. joe.bar@whatever.com). For normal google accounts (i.e. joe@gmail.com), just the username is required (i.e. joe). Only the main calendar is supported. Recurrent events are not supported, the reason: Google uses an invalid iCal inside of the XML to represent recurrence). okay landry@ Status: Vendor Tag: zhuk Release Tags: zhuk_20140709 N ports/productivity/akonadi-googledata/Makefile N ports/productivity/akonadi-googledata/distinfo N ports/productivity/akonadi-googledata/pkg/DESCR N ports/productivity/akonadi-googledata/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 04:54:38 Modified files: productivity : Makefile Log message: Link in akonadi-googledata and libgcal. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 04:55:12 Modified files: multimedia : Makefile Log message: Link in qt-gstreamer. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/07/09 04:59:35 Modified files: etc/rc.d : rc.subr Log message: White spaces. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/07/09 05:03:04 Modified files: sys/net : bpf.c bpf.h if_pflog.c if_pflog.h Log message: tedu bpf_mtap_pflog(). now that it is a trivial wrapper around the extended bpf_mtap_hdr, we can use bpf_mtap_hdr directly. added benefit: pflog_bpfcopy doesn't need to be exported any more and can stay private to if_pflog.c ok benno bluhm reyk CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/09 05:08:31 Modified files: lib/libssl/src/crypto/dsa: dsa_pmeth.c Log message: Make use of this wonderful modern C construct known as a `switch', instead of 8-line if() tests. CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2014/07/09 05:10:51 Modified files: lib/libssl/src/crypto/aes: aes_misc.c lib/libssl/src/crypto/asn1: asn1_lib.c lib/libssl/src/crypto/bf: bf_ecb.c lib/libssl/src/crypto/bn: bn_lib.c lib/libssl/src/crypto/camellia: cmll_misc.c lib/libssl/src/crypto/cast: c_ecb.c lib/libssl/src/crypto/conf: conf_def.c conf_lib.c lib/libssl/src/crypto/des: ecb_enc.c lib/libssl/src/crypto/dh: dh_lib.c lib/libssl/src/crypto/dsa: dsa_lib.c lib/libssl/src/crypto/ec: ec_lib.c lib/libssl/src/crypto/ecdh: ech_lib.c lib/libssl/src/crypto/ecdsa: ecs_lib.c lib/libssl/src/crypto/evp: evp_enc.c lib/libssl/src/crypto/idea: i_ecb.c lib/libssl/src/crypto/lhash: lhash.c lib/libssl/src/crypto/md4: md4_dgst.c lib/libssl/src/crypto/md5: md5_dgst.c lib/libssl/src/crypto/pem: pem_lib.c lib/libssl/src/crypto/rc2: rc2_ecb.c lib/libssl/src/crypto/rc4: rc4_skey.c lib/libssl/src/crypto/rc5: rc5_ecb.c lib/libssl/src/crypto/ripemd: rmd_dgst.c lib/libssl/src/crypto/rsa: rsa_lib.c lib/libssl/src/crypto/sha: sha1dgst.c sha256.c sha512.c sha_dgst.c lib/libssl/src/crypto/stack: stack.c lib/libssl/src/crypto/txt_db: txt_db.c lib/libssl/src/crypto/x509: x509_vfy.c lib/libssl/src/ssl: d1_lib.c s3_lib.c t1_lib.c Removed files: lib/libssl/src/crypto/des: des_ver.h Log message: remove unused, private version strings except SSL_version_str Also remove unused des_ver.h, which exports some of these strings, but is not installed. ok miod@ tedu@ CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2014/07/09 05:12:13 Modified files: lib/libssl/src/crypto/ts: ts_rsp_verify.c Log message: cast ASN1_STRING (unsigned char *) to match strlcat's argument (char *) ok beck@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/09 05:19:42 Modified files: libexec/ld.so : dir.c Log message: Resync _dl_opendir() with libc: use O_CLOEXEC and O_DIRECTORY instead of post-open tests and fixups. Also, reorder _dl_dirdesc to save 8 bytes on LP64. ok otto@ miod@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/07/09 05:21:48 Modified files: sbin/ncheck_ffs: ncheck_ffs.c Log message: Enable specifying the filesystem of interest by the duid. Original diff from halex@ a while ago. ok halex@ jsing@ (with comments for future tweaking) CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/09 05:22:53 Modified files: sys/sys : mbuf.h sys/kern : uipc_mbuf.c Log message: now that mclgeti doesnt do the rx ring accounting, cluster allocation doesnt need to know which ifp an mbuf was allocated on so it can uncount it on free. while here, remove the ext_backend field which identifies the pool the cluster came from and use ext_arg instead. ok henning@ mpi@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/09 05:23:34 Modified files: sysutils/libstatgrab/patches: patch-src_libstatgrab_page_stats_c patch-src_libstatgrab_swap_stats_c Log message: add these so uvm.h can be included. #include typedef int boolean_t; CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/09 05:25:42 Modified files: lib/libssl/src/ssl: d1_srvr.c s3_clnt.c s3_enc.c s3_lib.c s3_srvr.c ssl.h ssl_cert.c ssl_ciph.c ssl_lib.c ssl_locl.h t1_enc.c Log message: tedu the SSL export cipher handling - since we do not have enabled export ciphers we no longer need the flags or code to support it. ok beck@ miod@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/07/09 05:26:11 Modified files: infrastructure/bin: check-lib-depends infrastructure/lib/OpenBSD: FileSource.pm BinaryScan.pm Log message: add glue necessary for check-lib-depends to scan out-of-order packages problem noticed by Giovanni Bechis CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/09 05:27:20 Modified files: usr.bin/mandoc : man_macro.c Log message: delete forgotten, obsolete rew_warn() prototype CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 05:29:15 Log message: KDevPlatform is a free, open source set of libraries that can be used as a foundation for IDE-like programs. It is programing-language independent, and is planned to be used by programs like: KDevelop, Quanta, Kile, KTechLab ... etc. Status: Vendor Tag: zhuk Release Tags: zhuk_20140709 N ports/devel/kdevplatform/Makefile N ports/devel/kdevplatform/distinfo N ports/devel/kdevplatform/patches/patch-KDevPlatformConfig_cmake_in N ports/devel/kdevplatform/patches/patch-cmake_modules_KDevPlatformMacros_cmake N ports/devel/kdevplatform/patches/patch-util_kdev_format_source N ports/devel/kdevplatform/patches/patch-util_kdevplatform_shell_environment_sh N ports/devel/kdevplatform/pkg/DESCR N ports/devel/kdevplatform/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/09 05:30:07 Modified files: usr.bin/mandoc : libmandoc.h libmdoc.h mandoc.h mdoc.c read.c Log message: mark defos as const; nobody needs to change it, and it is occasionally useful to be able to pass literal strings CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/07/09 05:30:13 Modified files: sbin/ncheck_ffs: Makefile Log message: Oops. Forgot makefile ... Enable specifying the filesystem of interest by the duid. Original diff from halex@ a while ago. ok halex@ jsing@ (with comments for future tweaking) CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 05:30:28 Log message: KDevelop is a free, open source cross-platform IDE. It is a feature-full, plugin extensible IDE for C/C++ and other programming languages. It is based on KDevPlatform, and the KDE and Qt libraries and is under development since 1998. This and previous (devel/kdevplatform) were okay landry@. Status: Vendor Tag: zhuk Release Tags: zhuk_20140709 N ports/devel/kdevelop/Makefile N ports/devel/kdevelop/distinfo N ports/devel/kdevelop/patches/patch-app_kdevelop! N ports/devel/kdevelop/patches/patch-documentation_qthelp_qthelpqtdoc_cpp N ports/devel/kdevelop/patches/patch-languages_cpp_parser_tool_r++ N ports/devel/kdevelop/pkg/DESCR N ports/devel/kdevelop/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 05:31:31 Modified files: devel : Makefile Log message: Link in kdevplatform and kdevelop. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/09 05:32:09 Modified files: misc/appdata-tools: Makefile Log message: One MODULES line is enough. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2014/07/09 05:37:16 Modified files: sys/arch/amd64/amd64: cpu.c hibernate_machdep.c ipifuncs.c sys/arch/amd64/include: cpu.h hibernate.h intrdefs.h sys/arch/i386/i386: hibernate_machdep.c Log message: Fixes a hibernate issue wherein we locked the kernel lock while hatching but then parked ourselves in real mode without completing acquisition of said lock. Also removes the park routine from i386 since we don't need it (the APs are already parked at the time we start unpack). discussed with and ok kettenis@, also ok deraadt@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/07/09 05:39:07 Modified files: sys/net : bpf.c Log message: Herr Reyk correctly pointed out that we don't need the if_pflog.h include here any more CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/07/09 05:39:17 Modified files: lang/mono : Makefile distinfo lang/mono/patches: patch-mono_io-layer_processes_c patch-mono_metadata_class_c patch-mono_metadata_threadpool_c patch-mono_mini_main_c patch-mono_profiler_Makefile_in patch-mono_utils_mono-proclib_c patch-runtime_mono-wrapper_in lang/mono/pkg : PFRAG.shared PLIST Added files: lang/mono/patches: patch-configure_in patch-libgc_Makefile_in patch-libgc_dyn_load_c patch-libgc_include_private_gc_priv_h patch-libgc_include_private_pthread_support_h patch-libgc_pthread_stop_world_c patch-mono_metadata_Makefile_in patch-mono_tests_gc-descriptors_gen-descriptor-tests_py patch-mono_utils_mono-semaphore_c patch-support_sys-mman_c Removed files: lang/mono/patches: patch-mcs_class_Managed_Windows_Forms_build-csproj patch-mcs_class_System_Web_System_Web_HttpForbiddenHandler_cs patch-mono_io-layer_wthreads_c patch-mono_metadata_gc_c patch-mono_metadata_threads-types_h patch-mono_metadata_threads_c patch-mono_utils_mono_semaphore_c patch-runtime_monodis-wrapper_in Log message: update to mono-3.4.0 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/07/09 05:39:24 Modified files: infrastructure/bin: check-manpages Log message: much simpler reorder packages fix CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/09 05:43:01 Modified files: regress/lib/libcrypto/gcm128: Makefile gcm128test.c Log message: Rewrite gcm128test as a table-driven regress instead of using defines. This avoids compiler warnings for always true/false conditionals and makes the code readable. Also avoid pulling in modes_lcl.h, which should not be used outside the library. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2014/07/09 06:05:01 Modified files: sbin/iked : ikev2.c pfkey.c Log message: expire IPcomp SAs too; ok mikeb (some time ago) CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 06:13:54 Log message: Kile is a user-friendly TeX/LaTeX editor for KDE. The main features are: * Auto-completion of (La)TeX commands. * Templates and wizards make starting a new document very little work. * Easy insertion of many standard tags and symbols and the option to define (an arbitrary number of) user defined tags. * Easy finding chapter or sections. * Collecting documents that belong together into a project. * Easy insertion of citations and references when using projects. * Flexible and smart build system to compile your LaTeX documents. * QuickPreview, preview a selected part of your document. * Easy access to various help sources. * Advanced editing commands. Initial port by Amit Kulkarni, reviewed by landry@. Status: Vendor Tag: zhuk Release Tags: zhuk_20140709 N ports/editors/kile-kde4/Makefile N ports/editors/kile-kde4/distinfo N ports/editors/kile-kde4/pkg/DESCR N ports/editors/kile-kde4/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 06:42:30 Modified files: editors : Makefile editors/kile : Makefile Log message: Link in kile-kde4, reminded by sthen@. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2014/07/09 06:43:51 Modified files: sys/kern : subr_hibernate.c sys/sys : hibernate.h Log message: Use suspending kernel's stack smash guard to avoid panicing during unpack. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/07/09 06:44:54 Modified files: usr.sbin/smtpd : parse.y smtp_session.c smtpd.conf.5 smtpd.h Log message: add a "no-dsn" listener option to disable DSN extension. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/09 06:51:21 Modified files: libexec/ld.so/alpha: ldasm.S syscall.h libexec/ld.so/amd64: ldasm.S syscall.h libexec/ld.so/arm: ldasm.S syscall.h libexec/ld.so/hppa: ldasm.S syscall.h libexec/ld.so/i386: ldasm.S syscall.h libexec/ld.so/m88k: ldasm.S syscall.h libexec/ld.so/mips64: ldasm.S syscall.h libexec/ld.so/powerpc: ldasm.S syscall.h libexec/ld.so/sh: ldasm.S syscall.h libexec/ld.so/sparc: ldasm.S syscall.h libexec/ld.so/sparc64: ldasm.S syscall.h Log message: _dl_fcntl() is no longer used; kill the stubs ok otto@ miod@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/09 06:54:04 Modified files: libexec/ld.so : library.c library_mquery.c sod.c Log message: Use O_CLOEXEC to make sure fork+exec in a threaded process can't see the fds used by dlopen() ok otto@ miod@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/07/09 06:55:31 Modified files: sbin/dhclient : options.c Log message: Special case pretty printing of DHO_CLASSLESS_STATIC_ROUTES and DHO_CLASSLESS_MS_STATIC_ROUTES. Remove 'C' (CIDR) pretty printing outside of those special cases. Add a bunch of paranoia to protect against confused/malicious dhcp servers. Since 'C' is a variable size element it can't be handled by the existing code, which is designed for fixed size elements. Issue found by Someya Yuuichi, reported by yasuoka@ who also provided the first diff. ok yasuoka@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/09 06:56:28 Modified files: sys/dev/ata : wdvar.h sys/dev/ic : aic79xx.h aic7xxxvar.h sys/arch/octeon/dev: if_cnmacvar.h Log message: Kill unused shutdown hook pointers. ok miod@, deraadt@, tedu@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 06:57:57 Log message: LibRCPS is a library for calculating resource constrained project scheduling problems using genetic algorithms. This is a requirement for modern Digikam. Reviewed by landry@. Status: Vendor Tag: zhuk Release Tags: zhuk_20140709 N ports/productivity/librcps/Makefile N ports/productivity/librcps/distinfo N ports/productivity/librcps/pkg/DESCR N ports/productivity/librcps/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/09 06:58:08 Modified files: sys/arch/mips64/include: cpustate.h frame.h regnum.h sys/arch/mips64/mips64: db_machdep.c Log message: Do the way long overdue renaming of register names from o32 to n64 ABI. In other words, ta0-ta3 are now a4-a7 instead of t0-t3; and the former t4-t7 are now t0-t3. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/09 07:05:45 Modified files: sys/sys : mbuf.h sys/kern : uipc_mbuf.c Log message: ext_type is set but never read. its a waste of space. MEXTADD will be fixed later. ok henning@ deraadt@ mpi@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 07:07:23 Log message: libalkimia is a library with common classes and functionality used by finance applications for the KDE SC. Currently it supports a common class to represent monetary values with arbitrary precision. This is a KMyMoney requirement. Reviewed by landry@, also tested by nigel@ some time ago. Status: Vendor Tag: zhuk Release Tags: zhuk_20140709 N ports/productivity/libalkimia/Makefile N ports/productivity/libalkimia/distinfo N ports/productivity/libalkimia/pkg/DESCR N ports/productivity/libalkimia/pkg/PLIST N ports/productivity/libalkimia/patches/patch-libalkimia_CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/09 07:12:52 Modified files: share/man/man9 : rwlock.9 Log message: crude rrwlock to appease guenther and beck CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2014/07/09 07:23:15 Modified files: lib/libcrypto/crypto: getentropy_osx.c Log message: remove unused variables getentropy for OS X ok beck@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/09 07:26:47 Modified files: lib/libssl/src/crypto/dh: dh_ameth.c dh_asn1.c dh_check.c dh_depr.c dh_gen.c dh_key.c dh_lib.c dh_pmeth.c dh_prn.c Log message: KNF CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/09 07:30:00 Modified files: lib/libssl/src/crypto/dh: dh_check.c Log message: Simplify error path of DH_check_pub_key() CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/09 07:32:00 Modified files: sys/kern : kern_lock.c kern_rwlock.c sys/sys : lock.h rwlock.h Log message: Teach rw_status() and rrw_status() to return LK_EXCLOTHER if it's write locked by a different thread. Teach lockstatus() to return LK_EXCLUSIVE if an exclusive lock is held by some other thread. ok beck@ tedu@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/09 07:32:26 Modified files: usr.bin/mkstr : mkstr.1 Log message: mlarkin requested that i cleanup the example code CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/07/09 07:36:25 Modified files: games/mnemosyne: Makefile distinfo games/mnemosyne/patches: patch-setup_py games/mnemosyne/pkg: PLIST Log message: Update to 2.3.1 and fix the MODPY_ADJ_FILE line. ok aja@ CVSROOT: /cvs Module name: src Changes by: bcallah@cvs.openbsd.org 2014/07/09 07:38:12 Modified files: share/man/man5 : port-modules.5 Log message: Add an "If" to make a complete sentence. ok daniel@ jmc@ aja@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/07/09 07:42:25 Modified files: usr.sbin/dhcpd : confpars.c Log message: Fix classless-{ms-,}static-routes to comply RFC 3442. Number of octets should be changed by corresponding to the prefix length. And 0 should be allowed for the prefix length. Also fix white spaces. Based on diff from Yuuichi Someya. ok krw CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/09 07:43:25 Modified files: share/man/man9 : rwlock.9 Log message: Fixed rw_status() description, moving it to where it belongs. Clarify threads vs process. Move up some general explanatory text. Add rw_assert_* to the NAME section and kill crossref to spl(9) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/07/09 07:45:55 ports/devel/mono-addins/patches Update of /cvs/ports/devel/mono-addins/patches In directory cvs.openbsd.org:/tmp/cvs-serv9529/patches Log Message: Directory /cvs/ports/devel/mono-addins/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/07/09 07:46:35 Modified files: devel/mono-addins: Makefile distinfo devel/mono-addins/pkg: PLIST Added files: devel/mono-addins/patches: patch-Mono_Addins_Gui_Mono_Addins_Gui_csproj Log message: update to 1.1 to unbreak after the mono update CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/09 07:47:41 Modified files: share/man/man9 : Makefile Log message: MLINKS for rw_{assert_{unlocked,wrlock,rdlock},status} CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/09 07:51:16 Modified files: games/gbrainy : Makefile distinfo games/gbrainy/pkg: PLIST Log message: Update to gbrainy-2.2.3. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/07/09 07:51:33 Modified files: x11/gnome/banshee: Makefile Log message: unbreak after mono update CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/07/09 07:52:35 Modified files: sys/net : bpf.c Log message: Add support bpfwrite on DLT_LOOP interfaces. ok guenther CVSROOT: /cvs Module name: ports Changes by: benno@cvs.openbsd.org 2014/07/09 07:54:42 Log message: import new port for relayd-updateconf, a utility to help to convert relayd config files across a major configuration syntax change, in its current version from OpenBSD 5.5 to OpenBSD 5.6 syntax. relayd-updateconf was written by Andre de Oliveira. ok sthen@ Status: Vendor Tag: benno Release Tags: benno_2014-07-09 N ports/sysutils/relayd-updateconf/Makefile N ports/sysutils/relayd-updateconf/distinfo N ports/sysutils/relayd-updateconf/pkg/DESCR N ports/sysutils/relayd-updateconf/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/09 07:55:19 Modified files: x11/gnome : gnome.port.mk Log message: Only add the textproc/intltool to MODULES for GNOME_PROJECT ports. discussed with jasper@ and landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/09 07:56:00 Modified files: audio/gmpc : Makefile databases/gq : Makefile games/gbrainy : Makefile geo/geoclue2 : Makefile geo/viking : Makefile graphics/amide : Makefile japanese/gwaei : Makefile misc/appdata-tools: Makefile misc/libosinfo : Makefile productivity/zeitgeist: Makefile textproc/gtkspell3: Makefile x11/gpointing-device-settings: Makefile Log message: These need textproc/intltool in MODULES since they are not GNOME_PROJECT ports. CVSROOT: /cvs Module name: ports Changes by: benno@cvs.openbsd.org 2014/07/09 08:01:13 Modified files: sysutils : Makefile Log message: hook up sysutils/relayd-updateconf ok sthen@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/07/09 08:02:35 Modified files: share/man/man5 : port-modules.5 Log message: Document recent x11/gnome MODULE changes. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2014/07/09 08:10:25 Modified files: sys/arch/amd64/amd64: hibernate_machdep.c sys/arch/i386/i386: hibernate_machdep.c sys/kern : subr_hibernate.c sys/sys : hibernate.h Log message: Cleanup the chunk placement routine by removing the conflict resolver. Chunks are now sorted by ascending PA and all chunks are bounced before unpack. This fixes an issue where the trampoline chunks were being placed at the end of the unpack ordering, causing overwrite during unpack. CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2014/07/09 08:15:56 Modified files: usr.bin/ssh : ssh-add.c Log message: fix ssh-add crash while loading more than one key ok markus@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/09 08:16:10 Modified files: share/man/man9 : lock.9 Log message: Rewrite lockstatus() description to be more like rw_status() CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/07/09 08:19:23 Modified files: etc/rc.d : rc.subr share/man/man8 : rc.d.8 rc.subr.8 Log message: Add a daemon_timeout variable for rc_wait(). It represents the maximum time in seconds to wait for the start, stop and reload actions to return. Defaults to "30". No default behavior is changed. ok beck@ sthen@ jasper@ giovanni@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/09 08:19:59 Modified files: www/squid/snapshot: Makefile www/squid/snapshot/pkg: squid.rc www/squid/stable: Makefile www/squid/stable/pkg: squid.rc Removed files: www/squid/snapshot/patches: patch-src_cf_data_pre www/squid/stable/patches: patch-src_cf_data_pre Log message: Drop local shutdown patch and set daemon_timeout="31". prodded by sthen@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/09 08:20:55 Modified files: lib/libssl/src/ssl: ssl_ciph.c Log message: Clean up and simplify SSL_CIPHER_description by always using asprintf. If a buffer was supplied then we copy the result into it. Also make the failure case return values match the documentation. Joint work with beck@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/07/09 08:24:38 Modified files: databases/puppetdb: Makefile databases/puppetdb/pkg: puppetdb.rc Log message: set daemon_timeout a reasonble enough value to give this beast time to shutdown cleanly. CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2014/07/09 08:26:59 Modified files: regress/lib/libc/explicit_bzero: explicit_bzero.c Log message: check if we were previously on a signal stack before restoring. OS X fails to restore the old signal stack because the signal stack is not enabled by default. This causes sigaltstack(2) to fail with ENOMEM as ss_size is 0, < MINSIGSTCKSZ. ok jsing@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/07/09 08:31:10 Modified files: devel/boehm-gc : Makefile distinfo devel/boehm-gc/pkg: PLIST-atomic PLIST-main Removed files: devel/boehm-gc/patches: patch-dyn_load_c patch-include_private_gc_priv_h patch-include_private_gcconfig_h patch-include_private_pthread_stop_world_h patch-pthread_stop_world_c Log message: update to boehm-gc 7.4.2 and libatomic_ops 7.4.0 and remove all the patches that got integrated upstream CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2014/07/09 08:32:24 Modified files: regress/lib/libc/arc4random-fork: arc4random-fork.c Log message: check for EINTR when calling waitpid. ok jsing@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/07/09 08:34:54 Modified files: x11/dzen2 : Makefile distinfo x11/dzen2/patches: patch-gadgets_Makefile x11/dzen2/pkg : PLIST-gadgets PLIST-main Added files: x11/dzen2/patches: patch-config_mk Log message: update to 0.9.5 using the github repository which includes many fixes including continuous segmentation faults CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2014/07/09 08:35:24 Modified files: sys/arch/amd64/amd64: hibernate_machdep.c sys/arch/i386/i386: hibernate_machdep.c Log message: Fixes a resume time page table issue on amd64 if the piglet was located above 1GB physical (caused by using an incorrect page size mask) Also removes some unneeded low memory mappings on both amd64 and i386 (this is a cosmetic fix but makes things easier to debug). CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/09 08:42:53 Modified files: sys/compat/linux: linux_sched.c Log message: Delete an obsolete comment CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/07/09 08:43:34 Removed files: x11/dzen2/patches: patch-config.mk patch-gadgets_kittscanner_sh Log message: remove old bogous patches CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/07/09 08:55:24 Modified files: audio/opusfile : Makefile distinfo Added files: audio/opusfile/patches: patch-configure Log message: maintenance update to 0.6; tested by bcallah@, ok maintainer CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/07/09 08:56:53 Modified files: productivity : Makefile productivity/librcps: Makefile Log message: slightly improve COMMENT and link it to the build CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2014/07/09 09:03:12 Modified files: sys/arch/amd64/amd64: hibernate_machdep.c sys/arch/i386/i386: hibernate_machdep.c sys/arch/loongson/loongson: hibernate_machdep.c sys/kern : subr_hibernate.c Log message: Don't use the suspending kernel's VA mapping for the piglet. It's far easier and much less error-prone to just identity map it in the resuming kernel as we have more control over the VA space layout there (otherwise we are at the mercy of the suspending kernel's placement of the piglet VA). This diff also increases the size of the piglet to 4 chunks, to avoid an overwrite issue seen in m2k14 where the start of the kernel text was overwritten with a bounced chunk before unpack. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2014/07/09 09:06:06 Modified files: net/icinga/core2: Makefile Log message: Switch to new way of handling github. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/09 09:09:27 Modified files: textproc/meld : Makefile Log message: Add comment for CONFIGURE_STYLE. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2014/07/09 09:12:34 Modified files: sys/kern : subr_hibernate.c Log message: Minor cleanups in wording in some comments and printfs, and added some dprintfs to help debugging in the field (disabled by default) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/07/09 09:16:39 Modified files: sbin/dhclient : kroute.c dhclient.c Log message: Print sizeof() value and size_t variable with %zu rather than %zd. CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2014/07/09 09:19:52 Modified files: lib/libssl/src/crypto/bio: b_sock.c Log message: add header for FIONBIO ok beck@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/07/09 09:20:51 Modified files: sbin/ping : ping.c Log message: We do have IP_OPTIONS; no obj change. OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/07/09 09:21:41 Modified files: sbin/ping : ping.c Log message: We do have SIGINFO; no obj change. OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/07/09 09:22:36 Modified files: sbin/ping : ping.c Log message: notdef is notdef since the beginning of time; no obj change. OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/07/09 09:23:29 Modified files: sbin/ping : ping.c Log message: We do have ICMP_MASKREQ & ICMP_MASKREPLY; no obj change. OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/07/09 09:24:19 Modified files: sbin/ping : ping.c Log message: We do have icmp_data; no obj change. OK benno@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/09 09:35:53 Modified files: sys/net : if_gif.h sys/netinet6 : ip6_mroute.h Log message: Kill unused route storages. blambert@, henning@, lteo@ CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2014/07/09 09:41:16 Modified files: etc : ksh.kshrc Log message: I hate eval. Apart from when it's really needed. Eval'ing constant expressions is not such a case. "...fine with me" krw@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/09 09:43:33 Modified files: sys/kern : uipc_socket.c Log message: spelling CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/09 09:46:22 Modified files: sys/kern : tty_pty.c tty_subr.c Log message: use explicit_bzero for stack and freed variables CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/09 09:47:54 Modified files: sys/dev/usb : ehci.c ohci.c uhci.c usb_subr.c usbdi_util.c usbdi_util.h usbdivar.h Log message: Adds an optional bus function to set the address of a new device and explicitly set it when required. Right now xhci(4) does not need such function because it assigns addresses when the first pipe of a device is opened. ok yuo@, pirofti@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/09 09:54:39 Modified files: sys/dev/usb : xhci.c Log message: Now that the stack handles properly the xhci(4) way of setting an address, kill some no longer true comments and create a proper function to assign an address. For the moment, an address is assigned when setting up a slot for a new device. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/07/09 10:01:17 Modified files: distrib/sets : maketars Log message: generate a locatedb while making release. input and okay deraadt@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/09 10:05:44 Modified files: lib/libssl/src/doc/crypto: RSA_sign.pod Log message: miod@ fixed the "bug" so remove reference to it in the man pod^Wpage. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/09 10:06:14 Modified files: lib/libssl/src/crypto/bn: bn_nist.c lib/libssl/src/crypto/des: cfb_enc.c lib/libssl/src/crypto/modes: ctr128.c gcm128.c xts128.c lib/libssl/src/crypto/rc4: rc4_enc.c lib/libssl/src/crypto/sha: sha256.c sha512.c sha_locl.h lib/libssl/src/crypto/whrlpool: wp_block.c lib/libssl/src/ssl: d1_pkt.c Log message: Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to be more friendly to systems where the underscore flavours may be defined as empty. Found the hard way be bcook@; joint brainstrom with bcook beck and guenther CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 10:09:35 Log message: The Personal Finance Manager for free users. The ultimate objectives of KMyMoney are: * Accuracy. Using time tested double entry accounting principles KMyMoney can help ensure that your finances are kept in correct order. * Ease of use. KMyMoney strives to be the easiest open source personal finance manager to use, especially for the non-technical user. * Familiar features. KMyMoney intends to provide all important features found in the commercially-available, personal finance managers. Long-time tested by nigel@, final okay landry@. Status: Vendor Tag: zhuk Release Tags: zhuk_20140709 N ports/productivity/kmymoney/Makefile N ports/productivity/kmymoney/distinfo N ports/productivity/kmymoney/pkg/DESCR N ports/productivity/kmymoney/pkg/PLIST N ports/productivity/kmymoney/pkg/README N ports/productivity/kmymoney/patches/patch-kmymoney_wizards_wizardpages_CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 10:10:15 Modified files: productivity : Makefile Log message: Link in libalkimia and kmymoney. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2014/07/09 10:18:03 Modified files: sys/arch/amd64/amd64: cpu.c Log message: CPUF_PARK check was placed improperly in the previous commit. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/07/09 10:27:19 Modified files: sysutils/ruby-facter: Makefile Added files: sysutils/ruby-facter/patches: patch-lib_facter_partitions_rb patch-lib_facter_util_partitions_openbsd_rb patch-lib_facter_util_partitions_rb Log message: add support for the structured 'partitions' fact. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/07/09 10:36:13 Modified files: sys/dev/ic : ar5212.c Log message: Use the correct rf revision number for AR2425 radios. When read from hardware the revision is zero. Linux also hardcodes this value. ok reyk CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 10:40:41 Log message: K3b was created to be a feature-rich and easy to handle CD burning application. It can do many things, such as creating or copying audio, data, video or mixed-mode CDs, CD ripping, and DVD ripping, burning and blanking. This is a KDE4 version of multimedia/k3b, thus SHARED_LIBS aren't 0.0. Okay landry@ Status: Vendor Tag: zhuk Release Tags: zhuk_20140709 N ports/multimedia/k3b-kde4/Makefile N ports/multimedia/k3b-kde4/distinfo N ports/multimedia/k3b-kde4/patches/patch-cmake_modules_FindMuse_cmake N ports/multimedia/k3b-kde4/patches/patch-libk3b_CMakeLists_txt N ports/multimedia/k3b-kde4/patches/patch-libk3b_core_k3bglobals_cpp N ports/multimedia/k3b-kde4/patches/patch-libk3b_tools_k3bfilesysteminfo_cpp N ports/multimedia/k3b-kde4/patches/patch-libk3bdevice_k3bdevice_cpp N ports/multimedia/k3b-kde4/patches/patch-libk3bdevice_k3bscsicommand_cpp N ports/multimedia/k3b-kde4/patches/patch-libk3bdevice_k3bscsicommand_netbsd_cpp N ports/multimedia/k3b-kde4/patches/patch-plugins_decoder_ffmpeg_CMakeLists_txt N ports/multimedia/k3b-kde4/patches/patch-plugins_decoder_ffmpeg_k3bffmpegwrapper_cpp N ports/multimedia/k3b-kde4/patches/patch-plugins_decoder_flac_CMakeLists_txt N ports/multimedia/k3b-kde4/patches/patch-plugins_decoder_libsndfile_CMakeLists_txt N ports/multimedia/k3b-kde4/patches/patch-plugins_decoder_mp3_CMakeLists_txt N ports/multimedia/k3b-kde4/patches/patch-plugins_decoder_ogg_CMakeLists_txt N ports/multimedia/k3b-kde4/patches/patch-plugins_encoder_lame_CMakeLists_txt N ports/multimedia/k3b-kde4/patches/patch-plugins_encoder_ogg_CMakeLists_txt N ports/multimedia/k3b-kde4/patches/patch-plugins_project_audiometainforenamer_k3baudiometainforenamerplugin_cpp N ports/multimedia/k3b-kde4/pkg/DESCR N ports/multimedia/k3b-kde4/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 10:41:37 Modified files: multimedia : Makefile Log message: Link in k3b-kde4. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/07/09 10:42:05 Modified files: usr.sbin/relayd: config.c name2id.c parse.y pfe.c relay.c relay_http.c relay_udp.c relayd.c relayd.conf.5 relayd.h usr.sbin/relayctl: relayctl.c Added files: usr.sbin/relayd: http.h Log message: Replace the protocol directives for HTTP with a new generic filtering language. The grammar is inspired by pf and allows to write versatile last-matching filter rules in protocol sections starting with the "pass", "block" or "match" keywords. This work was started almost two years ago and replaces large parts of relayd(8)'s HTTP and filtering code. The initial version reimplements and extends HTTP filtering, but will be improved to support generic TCP and other protocols later. With some testing, feedback, and help from benno@ and andre@. OK benno@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/07/09 10:43:30 Modified files: etc : relayd.conf Log message: Update the default relayd.conf with the new filtering grammar. OK benno@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/07/09 10:48:55 Modified files: regress/usr.sbin/relayd: Client.pm Server.pm args-http-append.pl args-http-change-path.pl args-http-change.pl args-http-chunked.pl args-http-contentlength.pl args-http-expect.pl args-http-filter-block.pl args-http-filter-contentlength.pl args-http-filter-cookie.pl args-http-filter-persistent.pl args-http-filter-put-contentlength.pl args-http-filter-put.pl args-http-filter-url-digest.pl args-http-filter-url-file.pl args-http-filter-url.pl args-http-filter.pl args-http-hash.pl args-http-label.pl args-http-log.pl args-http-mark-marked.pl args-http-mark.pl args-http-persistent.pl args-http-put.pl args-http-remove.pl args-http-return.pl args-https-chunked.pl args-https-contentlength.pl args-https-filter-persistent.pl args-https-persistent.pl args-https-put.pl args-https.pl args-timeout-http.pl funcs.pl Log message: Update and extend the regress tests to use the new grammar of the filtering rules. Some of the filenames are based on the old grammar, we keep them for now and just update the contents to have a before/after comparison of the features. Most of the work was done by Andre de Oliveira (andre@) OK bluhm@ benno@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/07/09 10:49:35 Modified files: audio/gimmix : Makefile devel/spe : Makefile devel/codeblocks: Makefile distinfo graphics/mirage: Makefile misc/gpsd : Makefile net/sipsak : Makefile productivity/rubrica2: Makefile security/gringotts: Makefile security/libgringotts: Makefile sysutils/gsmartcontrol: Makefile x11/qrfcview : Makefile x11/slim : Makefile x11/yakuake : Makefile Log message: - remove unreachable homepages on berlios and add a working one where applicable - move master sites to the berliosbot created sourceforge projects CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/09 10:49:41 Modified files: devel/dconf : dconf.port.mk devel/gconf2 : gconf2.port.mk Log message: Only set CONFIGURE_ARGS when CONFIGURE_STYLE is set to gnu or simple. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/09 10:51:09 Modified files: lib/libssl/src/crypto/buffer: buffer.c Log message: Replace memset(a, 0, ...); free(a); by explicit_bzero(a, ...); free(a); in fear a smartass-optimizing compiler decides memset is useless immediately before free(). ok jsing@ deraadt@ tedu@ CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2014/07/09 10:52:09 Modified files: lib/libc/crypt : arc4random.c Log message: changes to improve portability ok beck@ deraadt@ jsing@ guenther@ CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2014/07/09 10:54:58 Modified files: faq : current.html Log message: relayd's filter grammar has been changed. See the port sysutils/relayd-updateconf for a conversion helper. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/07/09 10:57:49 Modified files: include : stdlib.h lib/libc/crypt : arc4random.3 Log message: Clean up after arc4random u_int32_t uint32_t change ok jsing@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/09 10:59:33 Modified files: lib/libssl/src/crypto/store: str_mem.c lib/libssl/src/crypto/x509v3: pcy_tree.c Log message: {malloc,reallocarray} + memset(,0,) -> calloc ok tedu@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/07/09 11:01:30 Modified files: usr.sbin/relayd: relayd.conf.5 Log message: The "tag" keyword in redirections has been renamed to "pftag". CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/09 11:05:34 Modified files: x11/gnome : gnome.port.mk Log message: Move USE_GMAKE to !NO_BUILD. Only add CONFIGURE_ARGS when CONFIGURE_STYLE is gnu or simple. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/09 11:07:38 Modified files: lang/erlang : erlang.port.mk Log message: CONFIGURE_STYLE be always defined. ok jasper@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2014/07/09 11:08:21 Modified files: lib/libc/string: stpcpy.c Log message: rephrase the stpcpy() warning new wording agreed by at least kettenis@ millert@ otto@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/09 11:08:40 Modified files: lib/libssl/src/crypto/rsa: rsa_oaep.c Log message: Unifdef -UPKCS_TESTVECT - we don't want the random data used in OAEP padding to get overwritten by a known value, ever. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/07/09 11:12:38 Modified files: databases/ruby-pg: Makefile distinfo Log message: Update to pg 0.17.1. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/07/09 11:13:07 Modified files: databases/ruby-mysql2: Makefile distinfo databases/ruby-mysql2/pkg: PLIST Log message: Update to mysql2 0.3.16. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/07/09 11:13:26 Modified files: databases/ruby-sqlite3: Makefile distinfo Log message: Update to sqlite3 1.3.9. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/07/09 11:13:49 Modified files: databases/ruby-sequel: Makefile distinfo databases/ruby-sequel/pkg: PLIST Log message: Update to sequel 4.12.0. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/07/09 11:14:11 Modified files: databases/ruby-sequel_pg: Makefile distinfo Log message: Update to sequel_pg 1.6.9. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/07/09 11:30:09 Modified files: distrib/sets : maketars Log message: oops, stripped a / too many CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/07/09 11:30:55 Modified files: sysutils/ruby-facter/patches: patch-lib_facter_partitions_rb patch-lib_facter_util_partitions_openbsd_rb patch-lib_facter_util_partitions_rb Log message: committed upstream CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/09 11:36:58 Modified files: lib/libssl/src/doc/crypto: BN_generate_prime.pod BN_rand.pod DES_set_key.pod DH_generate_parameters.pod DSA_generate_key.pod DSA_sign.pod EVP_DigestSignInit.pod EVP_DigestVerifyInit.pod EVP_SealInit.pod EVP_SignInit.pod RSA_blinding_on.pod RSA_generate_key.pod RSA_padding_add_PKCS1_type_1.pod RSA_public_encrypt.pod RSA_sign_ASN1_OCTET_STRING.pod Log message: Remove mention that the PRNG needs to be seeded before invoking some functions. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/09 11:43:52 Modified files: audio/gmpc : Makefile databases/gq : Makefile devel/dee : Makefile devel/libgit2/libgit2-glib: Makefile games/gbrainy : Makefile geo/geoclue2 : Makefile geo/viking : Makefile graphics/amide : Makefile japanese/gwaei : Makefile misc/appdata-tools: Makefile misc/libosinfo : Makefile productivity/zeitgeist: Makefile textproc/gtkspell3: Makefile x11/gpointing-device-settings: Makefile www/webkit : Makefile Log message: The x11/gnome MODULE will soon stop setting USE_GMAKE unconditionally, so explicitely add it where needed. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/09 11:45:51 Modified files: x11/gnome : gnome.port.mk Log message: Only set USE_GMAKE for GNOME_PROJECT ports. This makes the gnome MODULE generic enough for other ports to use it for fd.o stuffs (desktop-file-utils, gtk-update-icon-cache, ...). CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/07/09 11:53:11 Modified files: share/man/man5 : port-modules.5 Log message: Sync x11/gnome with reality. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/09 11:56:43 Modified files: lib/libcrypto/man: Makefile lib/libssl/src/doc/crypto: RAND.pod RAND_add.pod RAND_load_file.pod RAND_set_rand_method.pod Log message: Update to match the current state of crypto/rand, and remove MLINKS for RAND_event and RAND_screen. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/07/09 12:00:09 Modified files: share/man/man9 : Makefile rwlock.9 Log message: sort out the MLINKS mess, and tweak previous a bit; CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/07/09 12:02:24 Modified files: regress/lib/libc/explicit_bzero: explicit_bzero.c Log message: Better workaround for OS X sigaltstack() bug OS X's sigaltstack() fails with ENOMEM if ss_size < MINSIGSTKSZ even if SS_DISABLE is specified in ss_flags. Rather than add code to try to cope with this stupidity, just don't bother restoring the original signal stack. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/09 12:15:04 Modified files: sys/dev/usb : uhub.c usb.c usb_subr.c usbdivar.h Log message: autoconf(9) is your friend and it knows you more than you think. It even knows your children! So let him handle the seperation correctly. Do not rewrite your own custom config_detach_children(9) and as a bonus start removing the usbd_port tentacles from the stack. ok pirofti@, yuo@, miod@, deraadt@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/07/09 12:19:40 Modified files: regress/lib/libc/arc4random-fork: arc4random-fork.c Log message: Minor cleanups Rename _waitpid() to safewaitpid() to avoid POSIX reserved identifier namespace. KNF nit: return value expressions should be surrounded by parentheses, per style(9). Ensure SIGCHLD is set to SIG_DFL, not SIG_IGN. POSIX allows (and requires under XSI) that terminated child processes not leave zombies if SIGCHLD is set to SIG_IGN, and it also allows execve() to leave SIGCHLD set to SIG_IGN. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/07/09 12:27:57 Modified files: net/telepathy/folks: Makefile Log message: remove now unneeded MAKE_ENV workaround for pkg-config; it has autofixed itself. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2014/07/09 12:31:34 Modified files: sys/arch/octeon/include: octeonvar.h Log message: Add ffs routine needed for upcoming octhci interrupt routine. Okay miod@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/07/09 12:32:34 Modified files: sbin/fsck_msdos: dir.c ext.h Log message: Merge memory leak fix from NetBSD's dir.c revision 1.20, but actually release all reserved memory chunks in all error cases. with input by and ok tedu@, ok deraadt@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/09 12:59:10 Modified files: usr.bin : Makefile Log message: "mkstr was intended for the limited architecture of the PDP 11 family." Time moves on, memory gets cheaper. There's no need for mkstr or xstr. ok deraadt CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/09 13:04:03 Removed files: usr.bin/mkstr : Makefile mkstr.1 mkstr.c usr.bin/xstr : Makefile pathnames.h xstr.1 xstr.c Log message: Do you know what horrors lie beyond that wall? No. Then you go first. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/09 13:08:10 Modified files: lib/libssl/src/crypto/ocsp: ocsp_vfy.c Log message: ocsp_check_ids says "If algoritm mismatch let caller deal with it" before returning 2. The one and only caller doesn't check for that, so... Stop returning it. ok miod CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/09 13:11:00 Modified files: lib/libc/stdlib: malloc.c Log message: reduce obvious dependency on global g_pool by moving to local aliases ok otto CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/07/09 13:17:08 Modified files: usr.sbin/relayd: relayd.conf.5 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/07/09 13:18:29 Modified files: share/man/man5 : port-modules.5 Log message: zap trailing whitespace; CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/07/09 13:23:28 Modified files: . : Makefile etc/mtree : 4.4BSD.dist distrib/sets : maketars Added files: distrib/sets : Makefile makelocatedb Log message: do locatedb as part of the build process "works for me" deraadt@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 13:43:58 ports/x11/kde4/graphics-mobipocket/patches Update of /cvs/ports/x11/kde4/graphics-mobipocket/patches In directory cvs.openbsd.org:/tmp/cvs-serv21859/graphics-mobipocket/patches Log Message: Directory /cvs/ports/x11/kde4/graphics-mobipocket/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 13:46:50 Log message: Artikulate is a language learning application that helps improving pronunciation skills for various languages. This is a part of upcoming KDE 4.13.2. Status: Vendor Tag: zhuk Release Tags: zhuk_20140709 N ports/x11/kde4/artikulate/Makefile N ports/x11/kde4/artikulate/distinfo N ports/x11/kde4/artikulate/pkg/DESCR N ports/x11/kde4/artikulate/pkg/PLIST N ports/x11/kde4/artikulate/patches/patch-src_CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 13:48:32 Log message: Baloo is a KDE framework for searching and managing metadata. It actually superseeds the Nepomuk framework but users should not worry about that. This is a part of upcoming KDE 4.13.2. Status: Vendor Tag: zhuk Release Tags: zhuk_20140709 N ports/x11/kde4/baloo/Makefile N ports/x11/kde4/baloo/distinfo N ports/x11/kde4/baloo/pkg/PLIST N ports/x11/kde4/baloo/pkg/DESCR N ports/x11/kde4/baloo/patches/patch-ConfigureChecks_cmake N ports/x11/kde4/baloo/patches/patch-src_file_lib_xattrdetector_cpp N ports/x11/kde4/baloo/patches/patch-src_xapian_xapiandatabase_cpp N ports/x11/kde4/baloo/patches/patch-src_xapian_CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 13:49:08 Log message: GUI components for developing Baloo-based applications. This is a part of upcoming KDE 4.13.2. Status: Vendor Tag: zhuk Release Tags: zhuk_20140709 N ports/x11/kde4/baloo-widgets/Makefile N ports/x11/kde4/baloo-widgets/distinfo N ports/x11/kde4/baloo-widgets/pkg/PLIST N ports/x11/kde4/baloo-widgets/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 13:50:17 Log message: KFileMetaData is a KDE library for extracting file metadata. (if you'd come up with a better DESCR feel free to improve it) This is a part of upcoming KDE 4.13.2. Status: Vendor Tag: zhuk Release Tags: zhuk_20140709 N ports/x11/kde4/kfilemetadata/Makefile N ports/x11/kde4/kfilemetadata/distinfo N ports/x11/kde4/kfilemetadata/pkg/PLIST N ports/x11/kde4/kfilemetadata/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 13:50:51 Log message: A QtQuick plugin to render beautiful and interactive charts. This is a part of upcoming KDE 4.13.2. Status: Vendor Tag: zhuk Release Tags: zhuk_20140709 N ports/x11/kde4/kqtquickcharts/Makefile N ports/x11/kde4/kqtquickcharts/distinfo N ports/x11/kde4/kqtquickcharts/pkg/PLIST N ports/x11/kde4/kqtquickcharts/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/09 13:51:31 Modified files: lib/libssl/src/crypto/rsa: rsa.h rsa_locl.h Log message: KNF. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/09 13:51:38 Modified files: lib/libssl/src/crypto/rsa: rsa_ameth.c rsa_asn1.c rsa_chk.c rsa_crpt.c rsa_depr.c rsa_eay.c rsa_err.c rsa_gen.c rsa_lib.c rsa_none.c rsa_oaep.c rsa_pk1.c rsa_pmeth.c rsa_prn.c rsa_pss.c rsa_saos.c rsa_sign.c rsa_ssl.c rsa_x931.c Log message: More KNF. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 13:52:26 Log message: KWallet is a GUI for managing the passwords stored by KDE apps. This is basically a replacement of x11/kde4/kwallet. This is a part of upcoming KDE 4.13.2. Status: Vendor Tag: zhuk Release Tags: zhuk_20140709 N ports/x11/kde4/kwalletmanager/Makefile N ports/x11/kde4/kwalletmanager/distinfo N ports/x11/kde4/kwalletmanager/pkg/DESCR N ports/x11/kde4/kwalletmanager/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 13:53:18 Log message: Kompare is a GUI front-end program that enables differences between source files to be viewed and merged. Kompare can be used to compare differences on files or the contents of folders. Kompare supports a variety of diff formats and provide many options to customize the information level displayed. This package contains main Kompare library that implements features other applications may want to reuse. This is a part of upcoming KDE 4.13.2. Status: Vendor Tag: zhuk Release Tags: zhuk_20140709 N ports/x11/kde4/libkomparediff2/Makefile N ports/x11/kde4/libkomparediff2/distinfo N ports/x11/kde4/libkomparediff2/pkg/PLIST N ports/x11/kde4/libkomparediff2/pkg/DESCR N ports/x11/kde4/libkomparediff2/patches/patch-LibKompareDiff2Config_cmake_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 13:54:11 Log message: KDE network monitor KDED module for DNS-SD services (Zeroconf). This is basically a replacement for x11/kde4/kdnssd. This is a part of upcoming KDE 4.13.2. Status: Vendor Tag: zhuk Release Tags: zhuk_20140709 N ports/x11/kde4/zeroconf-ioslave/Makefile N ports/x11/kde4/zeroconf-ioslave/distinfo N ports/x11/kde4/zeroconf-ioslave/pkg/DESCR N ports/x11/kde4/zeroconf-ioslave/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 14:03:31 Modified files: x11/kde4 : Makefile Makefile.inc kde4.port.mk x11/kde4/amor : Makefile distinfo x11/kde4/analitza: Makefile distinfo x11/kde4/analitza/patches: patch-CMakeLists_txt patch-calgebra_CMakeLists_txt patch-calgebra_main_cpp patch-cmake_FindReadline_cmake x11/kde4/analitza/pkg: PLIST x11/kde4/ark : Makefile distinfo x11/kde4/artwork: Makefile distinfo x11/kde4/artwork/pkg: PLIST-main x11/kde4/audiocd-kio: Makefile distinfo x11/kde4/base-artwork: Makefile distinfo x11/kde4/baseapps: Makefile distinfo x11/kde4/baseapps/patches: patch-dolphin_src_CMakeLists_txt x11/kde4/baseapps/pkg: PLIST x11/kde4/blinken: Makefile distinfo x11/kde4/bomber: Makefile distinfo x11/kde4/bovo : Makefile distinfo x11/kde4/cantor: Makefile distinfo x11/kde4/cantor/pkg: PLIST x11/kde4/cervisia: Makefile distinfo x11/kde4/dev-scripts: Makefile distinfo x11/kde4/dev-scripts/pkg: PLIST x11/kde4/dev-utils: Makefile distinfo x11/kde4/dolphin-plugins: Makefile distinfo x11/kde4/dolphin-plugins/pkg: PLIST x11/kde4/dragon: Makefile distinfo x11/kde4/ffmpegthumbs: Makefile distinfo x11/kde4/filelight: Makefile distinfo x11/kde4/granatier: Makefile distinfo x11/kde4/graphics-mobipocket: Makefile distinfo x11/kde4/graphics-mobipocket/pkg: PLIST x11/kde4/graphics-strigi-analyzer: Makefile distinfo x11/kde4/graphics-thumbnailers: Makefile distinfo x11/kde4/gwenview: Makefile distinfo x11/kde4/gwenview/pkg: PLIST x11/kde4/jovie : Makefile distinfo x11/kde4/jovie/patches: patch-cmake_FindSpeechd_cmake x11/kde4/juk : Makefile distinfo x11/kde4/juk/patches: patch-CMakeLists_txt x11/kde4/kaccessible: Makefile distinfo x11/kde4/kaccessible/patches: patch-cmake_FindSpeechd_cmake x11/kde4/kactivities: Makefile distinfo x11/kde4/kactivities/pkg: PLIST x11/kde4/kajongg: distinfo x11/kde4/kajongg/pkg: PLIST x11/kde4/kalgebra: Makefile distinfo x11/kde4/kalzium: Makefile distinfo x11/kde4/kalzium/pkg: PLIST x11/kde4/kamera: Makefile distinfo x11/kde4/kanagram: Makefile distinfo x11/kde4/kapman: Makefile distinfo x11/kde4/kapptemplate: Makefile distinfo x11/kde4/kapptemplate/patches: patch-cmake_modules_KAppTemplateMacro_cmake x11/kde4/kate : Makefile distinfo x11/kde4/kate/patches: patch-addons_kate_pate_src_CMakeLists_txt patch-addons_kate_symbolviewer_CMakeLists_txt patch-part_CMakeLists_txt patch-tests_CMakeLists_txt x11/kde4/kate/pkg: PLIST x11/kde4/katomic: Makefile distinfo x11/kde4/kblackbox: Makefile distinfo x11/kde4/kblocks: Makefile distinfo x11/kde4/kbounce: Makefile distinfo x11/kde4/kbreakout: Makefile distinfo x11/kde4/kbruch: Makefile distinfo x11/kde4/kcachegrind: Makefile distinfo x11/kde4/kcalc : Makefile distinfo x11/kde4/kcharselect: Makefile distinfo x11/kde4/kcolorchooser: Makefile distinfo x11/kde4/kcron : Makefile distinfo x11/kde4/kdf : Makefile distinfo x11/kde4/kdiamond: Makefile distinfo x11/kde4/kfloppy: Makefile distinfo x11/kde4/kfourinline: Makefile distinfo x11/kde4/kgamma: Makefile distinfo x11/kde4/kgeography: Makefile distinfo x11/kde4/kget : Makefile distinfo x11/kde4/kgoldrunner: Makefile distinfo x11/kde4/kgpg : Makefile distinfo x11/kde4/khangman: Makefile distinfo x11/kde4/kig : Makefile distinfo x11/kde4/kigo : Makefile distinfo x11/kde4/killbots: Makefile distinfo x11/kde4/kimono: Makefile distinfo x11/kde4/kiriki: Makefile distinfo x11/kde4/kiten : Makefile distinfo x11/kde4/kjumpingcube: Makefile distinfo x11/kde4/klettres: Makefile distinfo x11/kde4/klickety: Makefile distinfo x11/kde4/klines: Makefile distinfo x11/kde4/kmag : Makefile distinfo x11/kde4/kmag/pkg: PLIST x11/kde4/kmahjongg: Makefile distinfo x11/kde4/kmines: Makefile distinfo x11/kde4/kmix : Makefile distinfo x11/kde4/kmix/patches: patch-CMakeLists_txt x11/kde4/kmix/pkg: PLIST x11/kde4/kmousetool: Makefile distinfo x11/kde4/kmouth: Makefile distinfo x11/kde4/kmplot: Makefile distinfo x11/kde4/knavalbattle: Makefile distinfo x11/kde4/knavalbattle/pkg: PLIST x11/kde4/knetwalk: Makefile distinfo x11/kde4/knetwalk/pkg: PLIST x11/kde4/kolf : Makefile distinfo x11/kde4/kollision: Makefile distinfo x11/kde4/kolourpaint: Makefile distinfo x11/kde4/kompare: Makefile distinfo x11/kde4/kompare/pkg: DESCR PLIST x11/kde4/konquest: Makefile distinfo x11/kde4/konsole: Makefile distinfo x11/kde4/konsole/patches: patch-src_ProcessInfo_cpp x11/kde4/konsole/pkg: PLIST x11/kde4/kopete: Makefile distinfo x11/kde4/kopete/patches: patch-kopete_chatwindow_CMakeLists_txt patch-plugins_history2_CMakeLists_txt patch-protocols_jabber_googletalk_libjingle_CMakeLists_txt patch-protocols_jabber_libiris_iris_jdns_jdns_sys_c patch-protocols_wlm_CMakeLists_txt x11/kde4/kopete/pkg: PLIST-main x11/kde4/korundum: Makefile distinfo x11/kde4/kpat : Makefile distinfo x11/kde4/kppp : Makefile distinfo x11/kde4/kppp/pkg: PLIST x11/kde4/krdc : Makefile distinfo x11/kde4/kremotecontrol: Makefile distinfo x11/kde4/kreversi: Makefile distinfo x11/kde4/kreversi/pkg: PLIST x11/kde4/krfb : Makefile distinfo x11/kde4/kross-interpreters: Makefile distinfo x11/kde4/kross-interpreters/patches: patch-ruby_CMakeLists_txt x11/kde4/kruler: Makefile distinfo x11/kde4/ksaneplugin: Makefile distinfo x11/kde4/kscd : Makefile distinfo x11/kde4/kshisen: Makefile distinfo x11/kde4/ksirk : Makefile distinfo x11/kde4/ksnakeduel: Makefile distinfo x11/kde4/ksnapshot: Makefile distinfo x11/kde4/kspaceduel: Makefile distinfo x11/kde4/ksquares: Makefile distinfo x11/kde4/kstars: Makefile distinfo x11/kde4/kstars/patches: patch-kstars_skyobjects_starobject_cpp x11/kde4/ksudoku: Makefile distinfo x11/kde4/ksystemlog: Makefile distinfo x11/kde4/kteatime: Makefile distinfo x11/kde4/ktimer: Makefile distinfo x11/kde4/ktouch: Makefile distinfo x11/kde4/ktouch/pkg: PLIST x11/kde4/ktuberling: Makefile distinfo x11/kde4/kturtle: Makefile distinfo x11/kde4/ktux : Makefile distinfo x11/kde4/kubrick: Makefile distinfo x11/kde4/kuser : Makefile distinfo x11/kde4/kwordquiz: Makefile distinfo x11/kde4/l10n : Makefile.langs distinfo x11/kde4/l10n/pkg: PLIST-ar PLIST-bg PLIST-bs PLIST-ca PLIST-ca@valencia PLIST-cs PLIST-da PLIST-de PLIST-el PLIST-en_GB PLIST-es PLIST-et PLIST-eu PLIST-fi PLIST-fr PLIST-ga PLIST-gl PLIST-he PLIST-hi PLIST-hr PLIST-hu PLIST-ia PLIST-id PLIST-is PLIST-it PLIST-ja PLIST-kk PLIST-km PLIST-ko PLIST-lt PLIST-lv PLIST-mr PLIST-nb PLIST-nds PLIST-nl PLIST-nn PLIST-pa PLIST-pl PLIST-pt PLIST-pt_BR PLIST-ro PLIST-ru PLIST-sk PLIST-sl PLIST-sr PLIST-sv PLIST-tr PLIST-ug PLIST-uk PLIST-vi PLIST-wa PLIST-zh_CN PLIST-zh_TW x11/kde4/libkcddb: Makefile distinfo x11/kde4/libkcompactdisc: Makefile distinfo x11/kde4/libkdcraw: Makefile distinfo x11/kde4/libkdcraw/pkg: PLIST-main x11/kde4/libkdeedu: Makefile distinfo x11/kde4/libkdegames: Makefile distinfo x11/kde4/libkexiv2: Makefile distinfo x11/kde4/libkexiv2/pkg: PLIST x11/kde4/libkipi: Makefile distinfo x11/kde4/libkmahjongg: Makefile distinfo x11/kde4/libksane: Makefile distinfo x11/kde4/libs : Makefile distinfo x11/kde4/lokalize: Makefile distinfo x11/kde4/lskat : Makefile distinfo x11/kde4/marble: Makefile distinfo x11/kde4/marble/patches: patch-src_CMakeLists_txt x11/kde4/marble/pkg: PLIST x11/kde4/mplayerthumbs: Makefile distinfo x11/kde4/nepomuk-core: Makefile distinfo x11/kde4/nepomuk-core/pkg: PLIST x11/kde4/nepomuk-widgets: Makefile distinfo x11/kde4/network-filesharing: Makefile distinfo x11/kde4/network-strigi-analyzers: Makefile distinfo x11/kde4/okteta: Makefile distinfo x11/kde4/okteta/pkg: PLIST x11/kde4/okular: Makefile distinfo x11/kde4/okular/pkg: PLIST x11/kde4/oxygen-icons: Makefile distinfo x11/kde4/oxygen-icons/pkg: PLIST x11/kde4/p5-kde: Makefile distinfo x11/kde4/p5-qt : Makefile distinfo x11/kde4/pairs : Makefile distinfo x11/kde4/palapeli: Makefile distinfo x11/kde4/parley: Makefile distinfo x11/kde4/parley/pkg: PLIST x11/kde4/picmi : Makefile distinfo x11/kde4/picmi/pkg: PLIST x11/kde4/pim : Makefile distinfo x11/kde4/pim/patches: patch-CMakeLists_txt patch-doc_kmail_configure_docbook x11/kde4/pim/pkg: PLIST x11/kde4/pim-runtime: Makefile distinfo x11/kde4/pim-runtime/patches: patch-kcm_serverconfigmodule_cpp patch-migration_kmail_CMakeLists_txt patch-plugins_CMakeLists_txt patch-plugins_tests_CMakeLists_txt patch-resources_akonotes_CMakeLists_txt patch-resources_maildir_CMakeLists_txt x11/kde4/pim-runtime/pkg: PLIST README x11/kde4/pimlibs: Makefile distinfo x11/kde4/pimlibs/files: FindUUID.cmake x11/kde4/pimlibs/patches: patch-CMakeLists_txt patch-akonadi_CMakeLists_txt patch-akonadi_contact_tests_CMakeLists_txt patch-includes_tests_CMakeLists_txt patch-kabc_CMakeLists_txt patch-kabc_plugins_file_CMakeLists_txt patch-kabc_plugins_ldapkio_CMakeLists_txt patch-kcal_CMakeLists_txt patch-kcalcore_CMakeLists_txt patch-kcalcore_calformat_cpp patch-kcalcore_config-kcalcore_h_cmake patch-kcalcore_icaltimezones_cpp patch-kcalcore_tests_CMakeLists_txt patch-kcalutils_CMakeLists_txt patch-kholidays_CMakeLists_txt patch-kimap_CMakeLists_txt patch-kioslave_ldap_CMakeLists_txt patch-kldap_CMakeLists_txt patch-kmbox_CMakeLists_txt patch-kmime_kmime_util_cpp patch-kpimtextedit_CMakeLists_txt patch-kpimutils_CMakeLists_txt patch-kresources_CMakeLists_txt patch-ktnef_CMakeLists_txt patch-mailtransport_CMakeLists_txt patch-microblog_CMakeLists_txt x11/kde4/pimlibs/pkg: PLIST x11/kde4/plasma-addons: Makefile distinfo x11/kde4/plasma-addons/patches: patch-applets_kimpanel_backend_ibus_CMakeLists_txt patch-applets_kimpanel_cmake_FindIBus_cmake x11/kde4/poxml : Makefile distinfo x11/kde4/print-manager: Makefile distinfo x11/kde4/py-kde: Makefile distinfo x11/kde4/qyoto : Makefile distinfo x11/kde4/rocs : Makefile distinfo x11/kde4/ruby-qt: Makefile distinfo x11/kde4/runtime: Makefile distinfo x11/kde4/runtime/patches: patch-kioslave_trash_CMakeLists_txt patch-kwalletd_CMakeLists_txt x11/kde4/runtime/pkg: PLIST-main x11/kde4/sdk-kioslaves: Makefile distinfo x11/kde4/sdk-strigi-analyzers: Makefile distinfo x11/kde4/sdk-thumbnailers: Makefile distinfo x11/kde4/smokegen: Makefile distinfo x11/kde4/smokekde: Makefile distinfo x11/kde4/smokeqt: Makefile distinfo x11/kde4/smokeqt/patches: patch-qwt_qwt_includes_h x11/kde4/step : Makefile distinfo x11/kde4/step/patches: patch-stepcore_tests_contacts_cc x11/kde4/superkaramba: Makefile distinfo x11/kde4/svgpart: Makefile distinfo x11/kde4/sweeper: Makefile distinfo x11/kde4/umbrello: Makefile distinfo x11/kde4/umbrello/pkg: PLIST x11/kde4/wallpapers: Makefile distinfo x11/kde4/webdev: Makefile distinfo x11/kde4/workspace: Makefile distinfo x11/kde4/workspace/pkg: PLIST Added files: x11/kde4/cantor/patches: patch-src_backends_python2_python2extensions_cpp x11/kde4/graphics-mobipocket/patches: patch-CMakeLists_txt patch-QMobipocketConfig_cmake x11/kde4/gwenview/patches: patch-lib_document_loadingdocumentimpl_cpp patch-lib_thumbnailprovider_thumbnailgenerator_cpp x11/kde4/jovie/patches: patch-jovie_CMakeLists_txt x11/kde4/kate/patches: patch-addons_kate_pate_src_version_checker_h x11/kde4/kgpg/patches: patch-CMakeLists_txt x11/kde4/kmix/patches: patch-apps_kmixremote x11/kde4/kompare/patches: patch-kompare_shell_h patch-komparenavtreepart_komparenavtreepart_h patch-komparepart_kompare_part_h patch-komparepart_komparesaveoptionswidget_h patch-libdialogpages_CMakeLists_txt patch-libdialogpages_filessettings_h patch-libdialogpages_pagebase_h patch-libdialogpages_viewsettings_h x11/kde4/kopete/patches: patch-protocols_jabber_libiris_CMakeLists_txt x11/kde4/kstars/patches: patch-kstars_skycomponents_asteroidscomponent_cpp patch-kstars_skycomponents_cometscomponent_cpp x11/kde4/marble/patches: patch-src_lib_astro_CMakeLists_txt patch-src_lib_marble_CMakeLists_txt x11/kde4/okular/patches: patch-core_utils_cpp x11/kde4/pim/patches: patch-akonadiconsole_CMakeLists_txt patch-console_calendarjanitor_CMakeLists_txt patch-console_calendarjanitor_main_cpp patch-console_konsolekalendar_CMakeLists_txt patch-knode_CMakeLists_txt patch-knotes_CMakeLists_txt patch-kontact_plugins_knotes_CMakeLists_txt patch-kontact_plugins_specialdates_CMakeLists_txt patch-kontact_src_CMakeLists_txt patch-kresources_blog_CMakeLists_txt patch-kresources_remote_CMakeLists_txt patch-noteshared_CMakeLists_txt x11/kde4/pimlibs/patches: patch-akonadi_kmime_tests_CMakeLists_txt patch-akonadi_xml_CMakeLists_txt patch-kabc_tests_CMakeLists_txt patch-kimap_tests_CMakeLists_txt x11/kde4/runtime/patches: patch-kwalletd_backend_blowfish_cc patch-kwalletd_backend_blowfish_h patch-kwalletd_backend_blowfishtables_h Removed files: x11/kde4/analitza/files: FindNcurses.cmake x11/kde4/bomber/patches: patch-src_CMakeLists_txt x11/kde4/juk/patches: patch-lyricswidget_cpp x11/kde4/kate/patches: patch-addons_kate_pate_src_plugins_cmake_utils_command_completers_param_types_py x11/kde4/kdnssd: Makefile x11/kde4/kdnssd/pkg: DESCR PLIST x11/kde4/kig/patches: patch-KigConfigureChecks_cmake patch-cmake_modules_FindBoostPython_cmake x11/kde4/kopete/patches: patch-cmake_modules_FindLibOTR_cmake patch-plugins_otr_authenticationwizard_cpp patch-plugins_otr_otrlchatinterface_cpp patch-plugins_otr_otrlchatinterface_h patch-plugins_otr_otrlconfinterface_cpp patch-plugins_otr_otrplugin_cpp patch-protocols_jabber_googletalk_libjingle_talk_session_phone_linphonemediaengine_cc x11/kde4/kscd/patches: patch-CMakeLists_txt x11/kde4/kwallet: Makefile x11/kde4/kwallet/pkg: DESCR PLIST x11/kde4/libkdcraw/patches: patch-CMakeLists_txt patch-libkdcraw_CMakeLists_txt x11/kde4/marble/patches: patch-cmake_modules_Findquazip_cmake patch-src_lib_CMakeLists_txt x11/kde4/pim-runtime/patches: patch-migration_tests_CMakeLists_txt x11/kde4/step/patches: patch-stepcore_tests_worldcopy_cc Log message: "small update" (c) tedu@ Here KDE 4.13.2 comes. Big release changelogs could be read here: http://www.kde.org/announcements/4.12/ http://www.kde.org/announcements/4.13/ Critical things you should be aware of: 1. Nepomuk is gone, it's superseeded by Baloo. Nepomuk libraries are still here, though, but they do rely on Baloo internally. 2. kdnssd was renamed to zeroconf-ioslave; 3. kwallet was renamed to kwalletmanager; 4. Akonadi cache will be rebuilt; this could result in change of PIM folder indexes, which in turn could mess up your mail filters - beware. 5. ... a lot of other little problems that always happen during update. Things could be broken for a day or two in subtle ways - don't hesistate on reporting them! CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/09 14:05:54 Modified files: lib/libssl/src/crypto/rsa: rsa.h Log message: Make comments readable. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/09 14:22:14 Modified files: lib/libssl/src/crypto: o_str.c Log message: stale prototype CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 14:30:58 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Two KDE packages were renamed in 4.13. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/09 14:34:29 Modified files: lib/libssl/src/crypto/ocsp: ocsp_lib.c Log message: reset host, port, path to null after freeing so the caller doesn't accidentally free them again. actually a bug in the caller and (hey hey) apps/ocsp.c has exactly that bug, but it's easier/safer to fix here. CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2014/07/09 14:35:43 Log message: Import Mesa 10.2.3 Status: Vendor Tag: mesa Release Tags: v10_2_3 U xenocara/dist/Mesa/aclocal.m4 U xenocara/dist/Mesa/configure U xenocara/dist/Mesa/Makefile.in U xenocara/dist/Mesa/Android.common.mk U xenocara/dist/Mesa/Android.mk U xenocara/dist/Mesa/Makefile.am C xenocara/dist/Mesa/SConstruct N xenocara/dist/Mesa/VERSION U xenocara/dist/Mesa/autogen.sh C xenocara/dist/Mesa/common.py C xenocara/dist/Mesa/configure.ac N xenocara/dist/Mesa/install-gallium-links.mk N xenocara/dist/Mesa/install-lib-links.mk U xenocara/dist/Mesa/bin/ar-lib U xenocara/dist/Mesa/bin/compile C xenocara/dist/Mesa/bin/config.guess C xenocara/dist/Mesa/bin/config.sub U xenocara/dist/Mesa/bin/depcomp U xenocara/dist/Mesa/bin/install-sh U xenocara/dist/Mesa/bin/ltmain.sh U xenocara/dist/Mesa/bin/missing U xenocara/dist/Mesa/bin/test-driver U xenocara/dist/Mesa/bin/bugzilla_mesa.sh U xenocara/dist/Mesa/bin/get-pick-list.sh U xenocara/dist/Mesa/bin/perf-annotate-jit U xenocara/dist/Mesa/bin/shortlog_mesa.sh U xenocara/dist/Mesa/src/Makefile.in U xenocara/dist/Mesa/src/Makefile.am C xenocara/dist/Mesa/src/SConscript U xenocara/dist/Mesa/src/egl/drivers/dri2/Makefile.in U xenocara/dist/Mesa/src/egl/drivers/dri2/Android.mk U xenocara/dist/Mesa/src/egl/drivers/dri2/Makefile.am C xenocara/dist/Mesa/src/egl/drivers/dri2/egl_dri2.c C xenocara/dist/Mesa/src/egl/drivers/dri2/egl_dri2.h N xenocara/dist/Mesa/src/egl/drivers/dri2/egl_dri2_fallbacks.h U xenocara/dist/Mesa/src/egl/drivers/dri2/platform_android.c C xenocara/dist/Mesa/src/egl/drivers/dri2/platform_drm.c C xenocara/dist/Mesa/src/egl/drivers/dri2/platform_wayland.c C xenocara/dist/Mesa/src/egl/drivers/dri2/platform_x11.c U xenocara/dist/Mesa/src/egl/main/Makefile.in U xenocara/dist/Mesa/src/egl/main/Android.mk U xenocara/dist/Mesa/src/egl/main/Makefile.am U xenocara/dist/Mesa/src/egl/main/README.txt U xenocara/dist/Mesa/src/egl/main/SConscript U xenocara/dist/Mesa/src/egl/main/egl.def U xenocara/dist/Mesa/src/egl/main/egl.pc.in C xenocara/dist/Mesa/src/egl/main/eglapi.c C xenocara/dist/Mesa/src/egl/main/eglapi.h U xenocara/dist/Mesa/src/egl/main/eglarray.c U xenocara/dist/Mesa/src/egl/main/eglarray.h C xenocara/dist/Mesa/src/egl/main/eglcompiler.h C xenocara/dist/Mesa/src/egl/main/eglconfig.c C xenocara/dist/Mesa/src/egl/main/eglconfig.h C xenocara/dist/Mesa/src/egl/main/eglcontext.c C xenocara/dist/Mesa/src/egl/main/eglcontext.h C xenocara/dist/Mesa/src/egl/main/eglcurrent.c U xenocara/dist/Mesa/src/egl/main/eglcurrent.h C xenocara/dist/Mesa/src/egl/main/egldefines.h C xenocara/dist/Mesa/src/egl/main/egldisplay.c C xenocara/dist/Mesa/src/egl/main/egldisplay.h C xenocara/dist/Mesa/src/egl/main/egldriver.c C xenocara/dist/Mesa/src/egl/main/egldriver.h U xenocara/dist/Mesa/src/egl/main/eglfallbacks.c C xenocara/dist/Mesa/src/egl/main/eglglobals.c C xenocara/dist/Mesa/src/egl/main/eglglobals.h C xenocara/dist/Mesa/src/egl/main/eglimage.c C xenocara/dist/Mesa/src/egl/main/eglimage.h C xenocara/dist/Mesa/src/egl/main/egllog.c C xenocara/dist/Mesa/src/egl/main/egllog.h C xenocara/dist/Mesa/src/egl/main/eglmisc.c C xenocara/dist/Mesa/src/egl/main/eglmisc.h C xenocara/dist/Mesa/src/egl/main/eglmode.c C xenocara/dist/Mesa/src/egl/main/eglmode.h C xenocara/dist/Mesa/src/egl/main/eglmutex.h C xenocara/dist/Mesa/src/egl/main/eglscreen.c C xenocara/dist/Mesa/src/egl/main/eglscreen.h C xenocara/dist/Mesa/src/egl/main/eglstring.c C xenocara/dist/Mesa/src/egl/main/eglstring.h C xenocara/dist/Mesa/src/egl/main/eglsurface.c C xenocara/dist/Mesa/src/egl/main/eglsurface.h U xenocara/dist/Mesa/src/egl/main/eglsync.c U xenocara/dist/Mesa/src/egl/main/eglsync.h C xenocara/dist/Mesa/src/egl/main/egltypedefs.h U xenocara/dist/Mesa/src/egl/wayland/Makefile.in U xenocara/dist/Mesa/src/egl/wayland/Makefile.am U xenocara/dist/Mesa/src/egl/wayland/wayland-drm/Makefile.in U xenocara/dist/Mesa/src/egl/wayland/wayland-drm/Makefile.am C xenocara/dist/Mesa/src/egl/wayland/wayland-drm/wayland-drm.c C xenocara/dist/Mesa/src/egl/wayland/wayland-drm/wayland-drm.h U xenocara/dist/Mesa/src/egl/wayland/wayland-drm/wayland-drm.xml U xenocara/dist/Mesa/src/egl/wayland/wayland-egl/Makefile.in U xenocara/dist/Mesa/src/egl/wayland/wayland-egl/Makefile.am U xenocara/dist/Mesa/src/egl/wayland/wayland-egl/wayland-egl-priv.h N xenocara/dist/Mesa/src/egl/wayland/wayland-egl/wayland-egl-symbols-check C xenocara/dist/Mesa/src/egl/wayland/wayland-egl/wayland-egl.c U xenocara/dist/Mesa/src/egl/wayland/wayland-egl/wayland-egl.pc.in U xenocara/dist/Mesa/src/egl/docs/EGL_MESA_screen_surface U xenocara/dist/Mesa/src/gallium/Android.common.mk U xenocara/dist/Mesa/src/gallium/Android.mk U xenocara/dist/Mesa/src/gallium/Automake.inc U xenocara/dist/Mesa/src/gallium/README.portability C xenocara/dist/Mesa/src/gallium/SConscript U xenocara/dist/Mesa/src/gallium/auxiliary/Makefile.in U xenocara/dist/Mesa/src/gallium/auxiliary/Android.mk U xenocara/dist/Mesa/src/gallium/auxiliary/Makefile.am U xenocara/dist/Mesa/src/gallium/auxiliary/Makefile.sources U xenocara/dist/Mesa/src/gallium/auxiliary/SConscript U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/Makefile.in U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/Makefile.am U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader.c U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader.h U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_priv.h U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c C xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_cache.c C xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_cache.h C xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_context.c C xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_context.h C xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_hash.c C xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_hash.h U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_cliptest_tmp.h C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_context.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_context.h U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_decompose_tmp.h U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_fs.c U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_fs.h C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_gs.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_gs.h U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_gs_tmp.h C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_llvm.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_llvm.h C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_llvm_sample.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe.h C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_aaline.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_aapoint.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_clip.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_cull.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_flatshade.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_private.h C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_offset.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_pstipple.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_stipple.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_twoside.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_unfilled.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_util.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_validate.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_vbuf.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_wide_line.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_wide_point.c U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_prim_assembler.c U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_prim_assembler.h U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_prim_assembler_tmp.h C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt.h U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_decompose.h C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vbuf.h C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_emit.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch_emit.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_post_vs.c U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_so_emit.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_util.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_vsplit.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_vsplit_tmp.h U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_so_emit_tmp.h U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_split_tmp.h C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vertex.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vertex.h C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs.h C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs_exec.c U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs_llvm.c C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs_variant.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/f.cpp U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld.h C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_arit.c C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_arit.h U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.h U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_assert.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_assert.h U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_bitarit.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_bitarit.h U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_const.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_const.h C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_conv.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_conv.h C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_debug.h U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_flow.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_flow.h C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format.h U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_aos.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_aos_array.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_float.c C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_soa.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_srgb.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_yuv.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_gather.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_gather.h C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_init.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_init.h U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_intr.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_intr.h U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_limits.h C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_logic.c C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_logic.h C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_misc.h C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.h U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_printf.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_printf.h U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_quad.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_quad.h C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample.c C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample.h C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.h C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_struct.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_struct.h C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_swizzle.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_swizzle.h U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.h U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_type.c U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_type.h U xenocara/dist/Mesa/src/gallium/auxiliary/hud/font.c U xenocara/dist/Mesa/src/gallium/auxiliary/hud/font.h U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_context.c U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_context.h U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_cpu.c U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_driver_query.c U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_fps.c U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_private.h C xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_indices.c C xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_indices.h C xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_indices_gen.py C xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_indices_priv.h N xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_primconvert.c N xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_primconvert.h C xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_unfilled_gen.py C xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_unfilled_indices.c U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_memory.h U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_memory_aligned.h U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_memory_debug.h U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_memory_stdc.h U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_misc.c C xenocara/dist/Mesa/src/gallium/auxiliary/os/os_misc.h U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_mman.h U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_process.c U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_process.h C xenocara/dist/Mesa/src/gallium/auxiliary/os/os_thread.h U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_time.c U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_time.h C xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_buffer.h U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c C xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.h C xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_malloc.c C xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h C xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_alt.c C xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c C xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c C xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c C xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_ondemand.c C xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c C xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c C xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_validate.c C xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_validate.h U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/ADDING U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/filters.h U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/postprocess.h U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_celshade.c U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_celshade.h U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_colors.c U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_colors.h U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_filters.h U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_init.c U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_mlaa.c U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_mlaa.h U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_mlaa_areamap.h N xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_private.h U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_program.c U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_run.c U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/README U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug.h U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_connection.c U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_connection.h U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_context.c U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_context.h U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_core.c U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_core.h U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_demarshal.c U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_internal.h U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_proto.h U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_shader.c U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_shader.h U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_texture.c U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_texture.h C xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_cpu.c C xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_cpu.h C xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.c U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.h U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.c C xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.h U xenocara/dist/Mesa/src/gallium/auxiliary/target-helpers/inline_debug_helper.h U xenocara/dist/Mesa/src/gallium/auxiliary/target-helpers/inline_sw_helper.h U xenocara/dist/Mesa/src/gallium/auxiliary/target-helpers/inline_wrapper_sw_helper.h C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_build.c C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_build.h C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_dump.c C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_dump.h C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_exec.c C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_exec.h C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_info.c C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_info.h C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.c C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.h C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_parse.c C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_parse.h C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.c C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.h C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_scan.c C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_scan.h U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_strings.c U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_strings.h C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_text.c C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_text.h C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.c C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_transform.c C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_transform.h C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.h C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_util.c C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_util.h C xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate.c C xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate.h C xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate_cache.c C xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate_cache.h C xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate_generic.c C xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate_sse.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/dbghelp.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_atomic.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_bitmask.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_bitmask.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_blit.c C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_blit.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_blitter.c C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_blitter.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_box.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_cache.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_cache.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_caps.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_caps.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_clear.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_cpu_detect.c C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_cpu_detect.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug.c C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_describe.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_describe.h N xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_flush.c N xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_flush.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dl.c C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_memory.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_refcnt.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_refcnt.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_stack.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_stack.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_symbol.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_symbol.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dirty_flags.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dirty_surfaces.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dl.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_double_list.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_draw.c C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_draw.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_draw_quad.c C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_draw_quad.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dual_blend.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dump.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dump_defines.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dump_state.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dynarray.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_fifo.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format.c C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format.csv C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_etc.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_etc.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_latc.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_latc.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_other.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_other.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_pack.py C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_parse.py C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_r11g11b10f.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_rgb9e5.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_rgtc.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_rgtc.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_s3tc.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_s3tc.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_srgb.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_srgb.py C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_table.py U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_tests.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_tests.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_yuv.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_yuv.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_zs.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_zs.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_framebuffer.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_framebuffer.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_gen_mipmap.c C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_gen_mipmap.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_half.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_handle_table.c C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_handle_table.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_hash.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_hash.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_hash_table.c C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_hash_table.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_helpers.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_helpers.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_index_modify.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_index_modify.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_init.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_inlines.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_keymap.c C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_keymap.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_linear.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_linear.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_linkage.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_linkage.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_math.c C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_math.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_memory.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_mm.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_mm.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_network.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_network.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_pack_color.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_pointer.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_prim.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_pstipple.c C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_pstipple.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_range.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_rect.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_resource.c C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_sse.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_resource.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_sampler.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_ringbuffer.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_ringbuffer.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_sampler.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_simple_list.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_simple_shaders.c C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_simple_shaders.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_slab.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_slab.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_snprintf.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_split_prim.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_staging.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_staging.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_string.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_suballoc.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_suballoc.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_surface.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_surface.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_surfaces.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_surfaces.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_texture.c C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_texture.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_tile.c C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_tile.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_time.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_transfer.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_transfer.h C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_upload_mgr.c C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_upload_mgr.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_vbuf.c U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_vbuf.h U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_video.h C xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_compositor.c C xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_compositor.h C xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_csc.c C xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_csc.h U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_decoder.c U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_decoder.h U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_defines.h N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_deint_filter.c N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_deint_filter.h U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_idct.c U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_idct.h U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_matrix_filter.c U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_matrix_filter.h U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mc.c U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mc.h U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_median_filter.c U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_median_filter.h U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.h N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_rbsp.h U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.c U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_types.h U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.c U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.h U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_video_buffer.c U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_video_buffer.h U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_vlc.h U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_winsys.h U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_winsys_dri.c U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_zscan.c U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_zscan.h U xenocara/dist/Mesa/src/gallium/drivers/Makefile.in U xenocara/dist/Mesa/src/gallium/drivers/Makefile.am U xenocara/dist/Mesa/src/gallium/drivers/freedreno/Makefile.in U xenocara/dist/Mesa/src/gallium/drivers/freedreno/Makefile.am N xenocara/dist/Mesa/src/gallium/drivers/freedreno/Makefile.sources U xenocara/dist/Mesa/src/gallium/drivers/freedreno/adreno_common.xml.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/adreno_pm4.xml.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/disasm.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_context.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_context.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_draw.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_draw.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_fence.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_fence.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_gmem.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_gmem.h N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_lowering.c N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_lowering.h N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_program.c N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_program.h N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_query.c N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_query.h N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_query_hw.c N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_query_hw.h N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_query_sw.c N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_query_sw.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_resource.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_resource.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_screen.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_screen.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_state.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_state.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_surface.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_surface.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_texture.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_texture.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_util.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_util.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/a2xx.xml.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/disasm-a2xx.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_blend.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_blend.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_compiler.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_compiler.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_context.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_context.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_draw.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_draw.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_emit.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_emit.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_gmem.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_gmem.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_program.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_program.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_rasterizer.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_rasterizer.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_screen.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_screen.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_texture.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_texture.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_util.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_util.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_zsa.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_zsa.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/instr-a2xx.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/ir-a2xx.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/ir-a2xx.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/a3xx.xml.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/disasm-a3xx.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_blend.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_blend.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_compiler.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_compiler.h N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_compiler_old.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_context.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_context.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_draw.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_draw.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_emit.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_emit.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_gmem.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_gmem.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_program.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_program.h N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_query.c N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_query.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_rasterizer.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_rasterizer.h N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/ir3.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_screen.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_screen.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_texture.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_texture.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_util.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_util.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_zsa.c U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_zsa.h U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/instr-a3xx.h N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/ir3.h N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/ir3_cp.c N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/ir3_depth.c N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/ir3_dump.c N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/ir3_flatten.c N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/ir3_ra.c N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/ir3_sched.c N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/ir3_visitor.h N xenocara/dist/Mesa/src/gallium/drivers/galahad/Makefile.in N xenocara/dist/Mesa/src/gallium/drivers/galahad/Makefile.am N xenocara/dist/Mesa/src/gallium/drivers/galahad/Makefile.sources U xenocara/dist/Mesa/src/gallium/drivers/galahad/SConscript C xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_context.c U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_context.h U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_objects.c U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_objects.h U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_public.h C xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_screen.c U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_screen.h U xenocara/dist/Mesa/src/gallium/drivers/i915/Makefile.in U xenocara/dist/Mesa/src/gallium/drivers/i915/Android.mk U xenocara/dist/Mesa/src/gallium/drivers/i915/Makefile.am U xenocara/dist/Mesa/src/gallium/drivers/i915/Makefile.sources U xenocara/dist/Mesa/src/gallium/drivers/i915/SConscript U xenocara/dist/Mesa/src/gallium/drivers/i915/TODO C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_batch.h C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_batchbuffer.h C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_blit.c C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_blit.h C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_clear.c C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_context.c C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_context.h C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_debug.c C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_debug.h C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_debug_fp.c U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_debug_private.h C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_flush.c C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_fpc.h C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_fpc_emit.c U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_fpc_optimize.c C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_fpc_translate.c C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_prim_emit.c C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_prim_vbuf.c U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_public.h U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_query.c U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_query.h C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_reg.h C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_resource.c C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_resource.h C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_resource_buffer.c C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_resource_texture.c C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_screen.c C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_screen.h C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state.c C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state.h C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_derived.c C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_dynamic.c C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_emit.c U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_fpc.c C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_immediate.c C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_inlines.h C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_sampler.c C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_static.c C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_surface.c U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_surface.h U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_winsys.h N xenocara/dist/Mesa/src/gallium/drivers/identity/Makefile.in N xenocara/dist/Mesa/src/gallium/drivers/identity/Makefile.am N xenocara/dist/Mesa/src/gallium/drivers/identity/Makefile.sources C xenocara/dist/Mesa/src/gallium/drivers/identity/SConscript C xenocara/dist/Mesa/src/gallium/drivers/identity/id_context.c U xenocara/dist/Mesa/src/gallium/drivers/identity/id_context.h U xenocara/dist/Mesa/src/gallium/drivers/identity/id_objects.c U xenocara/dist/Mesa/src/gallium/drivers/identity/id_objects.h U xenocara/dist/Mesa/src/gallium/drivers/identity/id_public.h C xenocara/dist/Mesa/src/gallium/drivers/identity/id_screen.c U xenocara/dist/Mesa/src/gallium/drivers/identity/id_screen.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/Makefile.in U xenocara/dist/Mesa/src/gallium/drivers/ilo/Android.mk U xenocara/dist/Mesa/src/gallium/drivers/ilo/Makefile.am U xenocara/dist/Mesa/src/gallium/drivers/ilo/Makefile.sources U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_dump.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_gen7.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_gen7.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blit.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blit.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter_blt.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter_pipe.c N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter_rectlist.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_common.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_context.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_context.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_cp.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_cp.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_format.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_format.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe_gen6.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe_gen6.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe_gen7.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe_gen7.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpgpu.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpgpu.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_public.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_query.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_query.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_resource.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_resource.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_screen.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_screen.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_shader.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_shader.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_state.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_state.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_transfer.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_transfer.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_video.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_video.h N xenocara/dist/Mesa/src/gallium/drivers/ilo/genhw/gen_blitter.xml.h N xenocara/dist/Mesa/src/gallium/drivers/ilo/genhw/gen_eu_isa.xml.h N xenocara/dist/Mesa/src/gallium/drivers/ilo/genhw/gen_eu_message.xml.h N xenocara/dist/Mesa/src/gallium/drivers/ilo/genhw/gen_mi.xml.h N xenocara/dist/Mesa/src/gallium/drivers/ilo/genhw/gen_regs.xml.h N xenocara/dist/Mesa/src/gallium/drivers/ilo/genhw/gen_render_3d.xml.h N xenocara/dist/Mesa/src/gallium/drivers/ilo/genhw/gen_render_dynamic.xml.h N xenocara/dist/Mesa/src/gallium/drivers/ilo/genhw/gen_render_surface.xml.h N xenocara/dist/Mesa/src/gallium/drivers/ilo/genhw/genhw.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/include/brw_defines.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/include/brw_structs.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_cs.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_fs.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_gs.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_internal.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_vs.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler_asm.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler_disasm.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler_reg.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_helpers.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_legalize.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_legalize.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_legalize_ra.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_optimize.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_optimize.h U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_tgsi.c U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_tgsi.h U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/Makefile.in U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/Makefile.am N xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/Makefile.sources C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/SConscript U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.c U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.h U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_blend.c U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_blend.h U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_blend_logicop.c U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.c U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.h U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_interp.c U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_interp.h C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_clear.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_clear.h C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_context.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_context.h C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_debug.h C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_draw_arrays.c U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_fence.c U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_fence.h C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_flush.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_flush.h C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_jit.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_jit.h U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_limits.h U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_memory.c U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_memory.h U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_perf.c U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_perf.h U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_public.h C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_query.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_query.h C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast.h C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast_debug.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast_priv.h C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast_tri.c U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast_tri_tmp.h C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_scene.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_scene.h U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_scene_queue.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_screen.c U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_scene_queue.h C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_screen.h C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup.h C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_context.h C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_line.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_point.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_tri.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_vbuf.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state.h C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_blend.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_clip.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_derived.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_fs.c U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_fs.h U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_gs.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_rasterizer.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_sampler.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_setup.c U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_setup.h U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_so.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_surface.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_vertex.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_vs.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_surface.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_surface.h U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test.h U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_arit.c U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_blend.c U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_conv.c U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_format.c U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_main.c U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_printf.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_tex_sample.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_tex_sample.h C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_texture.c C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_texture.h N xenocara/dist/Mesa/src/gallium/drivers/noop/Makefile.in N xenocara/dist/Mesa/src/gallium/drivers/noop/Makefile.am N xenocara/dist/Mesa/src/gallium/drivers/noop/Makefile.sources U xenocara/dist/Mesa/src/gallium/drivers/noop/SConscript C xenocara/dist/Mesa/src/gallium/drivers/noop/noop_pipe.c U xenocara/dist/Mesa/src/gallium/drivers/noop/noop_public.h C xenocara/dist/Mesa/src/gallium/drivers/noop/noop_state.c U xenocara/dist/Mesa/src/gallium/drivers/nouveau/Makefile.in U xenocara/dist/Mesa/src/gallium/drivers/nouveau/Android.mk U xenocara/dist/Mesa/src/gallium/drivers/nouveau/Makefile.am U xenocara/dist/Mesa/src/gallium/drivers/nouveau/Makefile.sources C xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_buffer.c C xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_buffer.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_compiler.c C xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_context.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_debug.h U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_fence.c U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_fence.h U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_gldefs.h U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_heap.c U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_heap.h C xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_mm.c U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_mm.h C xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_screen.c C xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_screen.h U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_video.c U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_statebuf.h U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_video.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_vp3_video.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_vp3_video.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_vp3_video_bsp.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_vp3_video_vp.c C xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_winsys.h U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv17_mpeg.xml.h U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv31_mpeg.xml.h U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv_m2mf.xml.h U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv_object.xml.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir.cpp N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_bb.cpp N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_build_util.cpp N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_build_util.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_driver.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nv50.cpp N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_graph.cpp N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_graph.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_inlines.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nv50.cpp N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_peephole.cpp N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_ra.cpp N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_ssa.cpp N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_target.cpp N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_target.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_target_nv50.cpp N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_target_nv50.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_target_nvc0.cpp N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_target_nvc0.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_util.cpp N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_util.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/target_lib_nvc0.asm N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/target_lib_nvc0.asm.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/target_lib_nve4.asm N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/target_lib_nve4.asm.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/target_lib_nvf0.asm N xenocara/dist/Mesa/src/gallium/drivers/nouveau/codegen/target_lib_nvf0.asm.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv01_2d.xml.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30-40_3d.xml.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_clear.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_context.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_context.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_draw.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_format.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_format.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_fragprog.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_fragtex.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_miptree.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_push.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_query.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_resource.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_resource.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_screen.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_screen.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_state.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_state.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_texture.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_state_validate.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_transfer.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_transfer.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_vbo.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_vertprog.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_vertprog.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv30_winsys.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv40_vertprog.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nv40_verttex.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nvfx_fragprog.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nvfx_shader.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv30/nvfx_vertprog.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_2d.xml.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_3d.xml.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_3ddefs.xml.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_blit.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_context.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_context.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_defs.xml.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_draw.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_formats.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_miptree.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_program.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_program.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_push.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_query.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_resource.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_resource.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_screen.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_screen.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_shader_state.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_state.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_state_validate.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_stateobj.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_stateobj_tex.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_surface.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_tex.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_texture.xml.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_transfer.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_transfer.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_vbo.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv50_winsys.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv84_video.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv84_video.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv84_video_bsp.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv84_video_vp.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv98_video.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv98_video.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv98_video_bsp.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv98_video_ppp.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv50/nv98_video_vp.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_2d.xml.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_3d.xml.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_3ddefs.xml.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_compute.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_compute.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_compute.xml.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_context.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_context.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_draw.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_formats.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_graph_macros.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_m2mf.xml.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_miptree.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_program.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_program.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_push.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_resource.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_resource.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_shader_state.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_state.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_state_validate.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_stateobj.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_surface.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_tex.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_transfer.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_vbo_translate.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video_bsp.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video_ppp.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video_vp.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nvc0_winsys.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nve4_compute.c N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nve4_compute.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nve4_compute.xml.h N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nvc0/nve4_p2mf.xml.h U xenocara/dist/Mesa/src/gallium/drivers/r300/Makefile.in U xenocara/dist/Mesa/src/gallium/drivers/r300/Android.mk U xenocara/dist/Mesa/src/gallium/drivers/r300/Makefile.am U xenocara/dist/Mesa/src/gallium/drivers/r300/Makefile.sources C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_blit.c U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_cb.h C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_chipset.c C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_chipset.h C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_context.c C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_context.h C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_cs.h U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_debug.c U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_defines.h C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_emit.c U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_emit.h C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_flush.c U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_fs.c U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_fs.h U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_hyperz.c U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_public.h U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_query.c U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_reg.h U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_render.c U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_render_stencilref.c U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_render_translate.c U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_resource.c C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_screen.c U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_screen.h U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_screen_buffer.c U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_screen_buffer.h U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_shader_semantics.h C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_state.c C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_state_derived.c U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_state_inlines.h C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_texture.c U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_texture.h C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_texture_desc.c U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_texture_desc.h U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_tgsi_to_rc.c U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_tgsi_to_rc.h U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_transfer.c U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_transfer.h U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_vs.c U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_vs.h U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_vs_draw.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/memory_pool.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/memory_pool.h U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog.h U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog_emit.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog_swizzle.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog_swizzle.h U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r3xx_fragprog.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r3xx_vertprog.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r3xx_vertprog_dump.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r500_fragprog.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r500_fragprog.h U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r500_fragprog_emit.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_code.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_code.h U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_compiler.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_compiler.h U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_compiler_util.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_compiler_util.h U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_dataflow.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_dataflow.h U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_dataflow_deadcode.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_dataflow_swizzles.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_emulate_branches.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_emulate_branches.h U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_emulate_loops.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_emulate_loops.h U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_inline_literals.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_list.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_list.h U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_opcodes.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_opcodes.h U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_optimize.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_pair_dead_sources.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_pair_regalloc.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_pair_schedule.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_pair_translate.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program.h U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_alu.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_alu.h U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_constants.h U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_pair.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_pair.h U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_print.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_tex.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_tex.h U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_regalloc.h U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_remove_constants.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_remove_constants.h U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_rename_regs.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_rename_regs.h U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_swizzle.h U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_variable.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_variable.h U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_vert_fc.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/omod_two_writers.test U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/r300_compiler_tests.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/r300_compiler_tests.h U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_optimize_tests.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_regalloc_tests.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_util_tests.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/rc_test_helpers.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/rc_test_helpers.h U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/regalloc_tex_1d_swizzle.test U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/unit_test.c U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/unit_test.h U xenocara/dist/Mesa/src/gallium/drivers/r600/Makefile.in U xenocara/dist/Mesa/src/gallium/drivers/r600/Android.mk U xenocara/dist/Mesa/src/gallium/drivers/r600/Makefile.am U xenocara/dist/Mesa/src/gallium/drivers/r600/Makefile.sources U xenocara/dist/Mesa/src/gallium/drivers/r600/compute_memory_pool.c U xenocara/dist/Mesa/src/gallium/drivers/r600/compute_memory_pool.h C xenocara/dist/Mesa/src/gallium/drivers/r600/eg_asm.c U xenocara/dist/Mesa/src/gallium/drivers/r600/eg_sq.h U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_compute.c U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_compute.h U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_compute_internal.h U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_hw_context.c C xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_state.c C xenocara/dist/Mesa/src/gallium/drivers/r600/evergreend.h C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_asm.c C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_asm.h C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_blit.c C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_formats.h U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_isa.c U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_hw_context.c U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_isa.h U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_llvm.c U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_llvm.h U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_opcodes.h C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_pipe.c C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_pipe.h U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_public.h C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_shader.c C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_shader.h U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_sq.h C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_state.c C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_state_common.c U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_uvd.c C xenocara/dist/Mesa/src/gallium/drivers/r600/r600d.h U xenocara/dist/Mesa/src/gallium/drivers/r600/r700_asm.c U xenocara/dist/Mesa/src/gallium/drivers/r600/r700_sq.h U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/notes.markdown U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc.h U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_builder.cpp U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_decoder.cpp U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_dump.cpp U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_finalize.cpp U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_fmt_def.inc C xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_parser.cpp U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_context.cpp C xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_core.cpp U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_dce_cleanup.cpp U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_def_use.cpp U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_dump.cpp U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_expr.cpp U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_expr.h U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_gcm.cpp U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_gvn.cpp U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_if_conversion.cpp U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ir.cpp U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ir.h U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_pass.cpp U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_liveness.cpp U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_pass.h U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_peephole.cpp U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_psi_ops.cpp U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_public.h U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ra_checker.cpp U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ra_coalesce.cpp U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ra_init.cpp U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_sched.cpp U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_sched.h U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_shader.cpp U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_shader.h U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ssa_builder.cpp U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_valtable.cpp U xenocara/dist/Mesa/src/gallium/drivers/radeon/Makefile.in U xenocara/dist/Mesa/src/gallium/drivers/radeon/LLVM_REVISION.txt U xenocara/dist/Mesa/src/gallium/drivers/radeon/Makefile.am U xenocara/dist/Mesa/src/gallium/drivers/radeon/Makefile.sources N xenocara/dist/Mesa/src/gallium/drivers/radeon/cayman_msaa.c N xenocara/dist/Mesa/src/gallium/drivers/radeon/r600_buffer_common.c N xenocara/dist/Mesa/src/gallium/drivers/radeon/r600_cs.h N xenocara/dist/Mesa/src/gallium/drivers/radeon/r600_pipe_common.c N xenocara/dist/Mesa/src/gallium/drivers/radeon/r600_pipe_common.h N xenocara/dist/Mesa/src/gallium/drivers/radeon/r600_query.c N xenocara/dist/Mesa/src/gallium/drivers/radeon/r600_streamout.c N xenocara/dist/Mesa/src/gallium/drivers/radeon/r600_texture.c N xenocara/dist/Mesa/src/gallium/drivers/radeon/r600d_common.h N xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_elf_util.c N xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_elf_util.h U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm.h U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm_emit.c U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm_emit.h U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_uvd.c U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm_util.c U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm_util.h U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_uvd.h N xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_vce.c N xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_vce.h N xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_vce_40_2_2.c N xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_video.c N xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_video.h U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/Makefile.in U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/Android.mk U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/Makefile.am U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/Makefile.sources N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_blit.c U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_commands.c N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_compute.c N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_descriptors.c N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_dma.c N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_hw_context.c N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_pipe.c N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_pipe.h N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_pm4.c N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_pm4.h N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_public.h N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_shader.c N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_shader.h U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_state.c U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_state.h U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_state_draw.c N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_uvd.c U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/sid.h U xenocara/dist/Mesa/src/gallium/drivers/rbug/Makefile.in U xenocara/dist/Mesa/src/gallium/drivers/rbug/Makefile.am N xenocara/dist/Mesa/src/gallium/drivers/rbug/Makefile.sources U xenocara/dist/Mesa/src/gallium/drivers/rbug/README U xenocara/dist/Mesa/src/gallium/drivers/rbug/SConscript C xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_context.c U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_context.h C xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_core.c U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_objects.c U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_objects.h U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_public.h C xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_screen.c U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_screen.h U xenocara/dist/Mesa/src/gallium/drivers/softpipe/Makefile.in U xenocara/dist/Mesa/src/gallium/drivers/softpipe/Android.mk U xenocara/dist/Mesa/src/gallium/drivers/softpipe/Makefile.am N xenocara/dist/Mesa/src/gallium/drivers/softpipe/Makefile.sources C xenocara/dist/Mesa/src/gallium/drivers/softpipe/SConscript C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_clear.c C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_clear.h C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_context.c C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_context.h C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_draw_arrays.c U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_fence.c U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_fence.h C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_flush.c C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_flush.h C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_fs.h C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_fs_exec.c U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_limits.h C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.c C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.h U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_public.h C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad.h C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_blend.c C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_depth_test.c U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_depth_test_tmp.h C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_fs.c C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_pipe.c C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_pipe.h U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_stipple.c C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_query.c C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_query.h C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_screen.c C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_screen.h C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_setup.c C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_setup.h C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state.h C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_blend.c C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_clip.c C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_derived.c C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_rasterizer.c C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_sampler.c C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_shader.c U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_so.c C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_surface.c C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_vertex.c C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_surface.c C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_surface.h C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tex_sample.c C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tex_sample.h C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.c C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.h C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_texture.c C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_texture.h C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tile_cache.c C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tile_cache.h U xenocara/dist/Mesa/src/gallium/drivers/svga/Makefile.in U xenocara/dist/Mesa/src/gallium/drivers/svga/Android.mk U xenocara/dist/Mesa/src/gallium/drivers/svga/Makefile.am U xenocara/dist/Mesa/src/gallium/drivers/svga/Makefile.sources U xenocara/dist/Mesa/src/gallium/drivers/svga/SConscript C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_cmd.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_cmd.h C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_context.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_context.h U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_debug.h C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw.h C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw_arrays.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw_elements.c U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw_private.h U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_format.c U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_format.h U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_hw_reg.h U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_blend.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_fs.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_blit.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_clear.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_constants.c U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_depthstencil.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_draw.c U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_flush.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_misc.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_query.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_rasterizer.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_sampler.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_vertex.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_vs.c U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_public.h U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource.c U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource.h C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_buffer.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_buffer.h C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_sampler_view.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_buffer_upload.c U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_buffer_upload.h C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_texture.c U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_texture.h U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_sampler_view.h C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_screen.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_screen.h C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_screen_cache.c U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_screen_cache.h N xenocara/dist/Mesa/src/gallium/drivers/svga/svga_shader.c N xenocara/dist/Mesa/src/gallium/drivers/svga/svga_shader.h U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state.h C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_constants.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_framebuffer.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_fs.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_need_swtnl.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_rss.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_tss.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_vdecl.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_vs.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_surface.c U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_surface.h U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl.h U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl_backend.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl_draw.c U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl_private.h C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl_state.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi.h C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi_decl_sm30.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi_emit.h C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi_insn.c C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_winsys.h U xenocara/dist/Mesa/src/gallium/drivers/svga/include/README N xenocara/dist/Mesa/src/gallium/drivers/svga/include/includeCheck.h C xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga3d_caps.h N xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga3d_cmd.h N xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga3d_devcaps.h N xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga3d_limits.h C xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga3d_reg.h C xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga3d_shaderdefs.h N xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga3d_surfacedefs.h N xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga3d_types.h C xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga_escape.h C xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga_overlay.h C xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga_reg.h C xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga_types.h N xenocara/dist/Mesa/src/gallium/drivers/svga/include/vmware_pack_begin.h N xenocara/dist/Mesa/src/gallium/drivers/svga/include/vmware_pack_end.h C xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_dump.c U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_dump.h U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_dump.py U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader.h U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader_dump.c U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader_dump.h U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader_op.c U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader_op.h U xenocara/dist/Mesa/src/gallium/drivers/trace/Makefile.in U xenocara/dist/Mesa/src/gallium/drivers/trace/Makefile.am N xenocara/dist/Mesa/src/gallium/drivers/trace/Makefile.sources U xenocara/dist/Mesa/src/gallium/drivers/trace/README C xenocara/dist/Mesa/src/gallium/drivers/trace/SConscript C xenocara/dist/Mesa/src/gallium/drivers/trace/tr_context.c C xenocara/dist/Mesa/src/gallium/drivers/trace/tr_context.h C xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump.c C xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump.h N xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump_defines.h C xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump_state.c C xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump_state.h U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_public.h C xenocara/dist/Mesa/src/gallium/drivers/trace/tr_screen.c C xenocara/dist/Mesa/src/gallium/drivers/trace/tr_screen.h C xenocara/dist/Mesa/src/gallium/drivers/trace/tr_texture.c C xenocara/dist/Mesa/src/gallium/drivers/trace/tr_texture.h C xenocara/dist/Mesa/src/gallium/drivers/trace/trace.xsl U xenocara/dist/Mesa/src/gallium/state_trackers/Makefile.in U xenocara/dist/Mesa/src/gallium/state_trackers/Makefile.am U xenocara/dist/Mesa/src/gallium/state_trackers/README U xenocara/dist/Mesa/src/gallium/state_trackers/clover/Makefile.in U xenocara/dist/Mesa/src/gallium/state_trackers/clover/Doxyfile U xenocara/dist/Mesa/src/gallium/state_trackers/clover/Makefile.am N xenocara/dist/Mesa/src/gallium/state_trackers/clover/Makefile.sources U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/context.cpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/device.cpp N xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/dispatch.cpp N xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/dispatch.hpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/event.cpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/kernel.cpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/memory.cpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/platform.cpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/program.cpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/queue.cpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/sampler.cpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/transfer.cpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/util.hpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/compiler.hpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/context.cpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/context.hpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/device.cpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/device.hpp N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/error.hpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/event.cpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/event.hpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/format.cpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/format.hpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/kernel.cpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/kernel.hpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/memory.cpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/memory.hpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/module.cpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/module.hpp N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/object.hpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/platform.cpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/platform.hpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/program.cpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/program.hpp N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/property.hpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/queue.cpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/queue.hpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/resource.cpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/resource.hpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/sampler.cpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/sampler.hpp N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/timestamp.cpp N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/timestamp.hpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/llvm/invocation.cpp U xenocara/dist/Mesa/src/gallium/state_trackers/clover/tgsi/compiler.cpp N xenocara/dist/Mesa/src/gallium/state_trackers/clover/util/adaptor.hpp N xenocara/dist/Mesa/src/gallium/state_trackers/clover/util/algebra.hpp N xenocara/dist/Mesa/src/gallium/state_trackers/clover/util/algorithm.hpp N xenocara/dist/Mesa/src/gallium/state_trackers/clover/util/compat.cpp N xenocara/dist/Mesa/src/gallium/state_trackers/clover/util/compat.hpp N xenocara/dist/Mesa/src/gallium/state_trackers/clover/util/factor.hpp N xenocara/dist/Mesa/src/gallium/state_trackers/clover/util/functional.hpp N xenocara/dist/Mesa/src/gallium/state_trackers/clover/util/lazy.hpp N xenocara/dist/Mesa/src/gallium/state_trackers/clover/util/pointer.hpp N xenocara/dist/Mesa/src/gallium/state_trackers/clover/util/range.hpp N xenocara/dist/Mesa/src/gallium/state_trackers/clover/util/tuple.hpp U xenocara/dist/Mesa/src/gallium/state_trackers/dri/Makefile.in U xenocara/dist/Mesa/src/gallium/state_trackers/dri/Makefile.am U xenocara/dist/Mesa/src/gallium/state_trackers/dri/SConscript U xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/Makefile.in U xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/Makefile.am N xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/Makefile.sources U xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/SConscript C xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/dri2.c U xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/dri2_buffer.h U xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/Makefile.in U xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/Makefile.am N xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/Makefile.sources U xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/SConscript C xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/drisw.c C xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_context.c U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_context.h C xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_drawable.c U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_drawable.h C xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_screen.c U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_screen.h U xenocara/dist/Mesa/src/gallium/state_trackers/egl/Makefile.in U xenocara/dist/Mesa/src/gallium/state_trackers/egl/Android.mk U xenocara/dist/Mesa/src/gallium/state_trackers/egl/Makefile.am N xenocara/dist/Mesa/src/gallium/state_trackers/egl/Makefile.sources C xenocara/dist/Mesa/src/gallium/state_trackers/egl/SConscript U xenocara/dist/Mesa/src/gallium/state_trackers/egl/android/native_android.cpp U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d.c U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d.h C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_api.c U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_api.h C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_image.c U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_image.h U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_loader.h U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_st.c U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_st.h U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_sync.c U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_sync.h C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native.h U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_buffer.h C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_helper.c C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_helper.h U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_modeset.h C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_wayland_bufmgr.h N xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_wayland_drm_bufmgr.c N xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_wayland_drm_bufmgr.h U xenocara/dist/Mesa/src/gallium/state_trackers/egl/drm/modeset.c C xenocara/dist/Mesa/src/gallium/state_trackers/egl/drm/native_drm.c C xenocara/dist/Mesa/src/gallium/state_trackers/egl/drm/native_drm.h U xenocara/dist/Mesa/src/gallium/state_trackers/egl/fbdev/native_fbdev.c U xenocara/dist/Mesa/src/gallium/state_trackers/egl/gdi/native_gdi.c U xenocara/dist/Mesa/src/gallium/state_trackers/egl/null/native_null.c C xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland/native_drm.c U xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland/native_shm.c C xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland/native_wayland.c U xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland/native_wayland.h U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/glcore.h U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/glxinit.c U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/glxinit.h C xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/native_dri2.c U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/native_x11.c U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/native_x11.h C xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/native_ximage.c U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/x11_screen.c U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/x11_screen.h U xenocara/dist/Mesa/src/gallium/state_trackers/gbm/Makefile.in U xenocara/dist/Mesa/src/gallium/state_trackers/gbm/Makefile.am N xenocara/dist/Mesa/src/gallium/state_trackers/gbm/Makefile.sources U xenocara/dist/Mesa/src/gallium/state_trackers/gbm/gbm_drm.c C xenocara/dist/Mesa/src/gallium/state_trackers/gbm/gbm_gallium_drmint.h N xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/Makefile.in N xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/Makefile.am N xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/Makefile.sources C xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/SConscript C xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/glx_api.c U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/glx_getproc.c U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/glx_usefont.c C xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_api.c C xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_api.h U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_public.h U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_st.c U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_st.h N xenocara/dist/Mesa/src/gallium/state_trackers/omx/Makefile.in N xenocara/dist/Mesa/src/gallium/state_trackers/omx/Makefile.am N xenocara/dist/Mesa/src/gallium/state_trackers/omx/entrypoint.c N xenocara/dist/Mesa/src/gallium/state_trackers/omx/entrypoint.h N xenocara/dist/Mesa/src/gallium/state_trackers/omx/vid_dec.c N xenocara/dist/Mesa/src/gallium/state_trackers/omx/vid_dec.h N xenocara/dist/Mesa/src/gallium/state_trackers/omx/vid_dec_h264.c N xenocara/dist/Mesa/src/gallium/state_trackers/omx/vid_dec_mpeg12.c N xenocara/dist/Mesa/src/gallium/state_trackers/omx/vid_enc.c N xenocara/dist/Mesa/src/gallium/state_trackers/omx/vid_enc.h U xenocara/dist/Mesa/src/gallium/state_trackers/osmesa/Makefile.in U xenocara/dist/Mesa/src/gallium/state_trackers/osmesa/Makefile.am N xenocara/dist/Mesa/src/gallium/state_trackers/osmesa/Makefile.sources U xenocara/dist/Mesa/src/gallium/state_trackers/osmesa/osmesa.c U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/Makefile.in U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/Makefile.am N xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/Makefile.sources U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/bitmap.c U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/decode.c U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/device.c U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/ftab.c U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/htab.c U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/mixer.c U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/output.c U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/preemption.c U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/presentation.c U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/query.c U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/surface.c U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/vdpau_private.h U xenocara/dist/Mesa/src/gallium/state_trackers/vega/Makefile.in U xenocara/dist/Mesa/src/gallium/state_trackers/vega/Makefile.am N xenocara/dist/Mesa/src/gallium/state_trackers/vega/Makefile.sources C xenocara/dist/Mesa/src/gallium/state_trackers/vega/SConscript U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api.h U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_consts.h U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_context.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_filters.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_images.c C xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_masks.c C xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_misc.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_paint.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_params.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_path.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_text.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_transform.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/arc.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/arc.h U xenocara/dist/Mesa/src/gallium/state_trackers/vega/asm_fill.h U xenocara/dist/Mesa/src/gallium/state_trackers/vega/asm_filters.h U xenocara/dist/Mesa/src/gallium/state_trackers/vega/asm_util.h U xenocara/dist/Mesa/src/gallium/state_trackers/vega/image.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/bezier.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/bezier.h U xenocara/dist/Mesa/src/gallium/state_trackers/vega/handle.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/handle.h U xenocara/dist/Mesa/src/gallium/state_trackers/vega/image.h U xenocara/dist/Mesa/src/gallium/state_trackers/vega/mask.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/mask.h U xenocara/dist/Mesa/src/gallium/state_trackers/vega/matrix.h C xenocara/dist/Mesa/src/gallium/state_trackers/vega/paint.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/paint.h U xenocara/dist/Mesa/src/gallium/state_trackers/vega/path.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/path.h U xenocara/dist/Mesa/src/gallium/state_trackers/vega/path_utils.h U xenocara/dist/Mesa/src/gallium/state_trackers/vega/polygon.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/polygon.h C xenocara/dist/Mesa/src/gallium/state_trackers/vega/renderer.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/renderer.h U xenocara/dist/Mesa/src/gallium/state_trackers/vega/shader.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/shader.h U xenocara/dist/Mesa/src/gallium/state_trackers/vega/shaders_cache.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/shaders_cache.h U xenocara/dist/Mesa/src/gallium/state_trackers/vega/stroker.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/stroker.h U xenocara/dist/Mesa/src/gallium/state_trackers/vega/text.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/text.h U xenocara/dist/Mesa/src/gallium/state_trackers/vega/util_array.h U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vgu.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_api.h C xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_context.c C xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_context.h U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_manager.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_manager.h U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_state.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_state.h C xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_translate.c U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_translate.h U xenocara/dist/Mesa/src/gallium/state_trackers/xa/Makefile.in U xenocara/dist/Mesa/src/gallium/state_trackers/xa/Makefile.am N xenocara/dist/Mesa/src/gallium/state_trackers/xa/Makefile.sources U xenocara/dist/Mesa/src/gallium/state_trackers/xa/README U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa-indent U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_composite.c U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_composite.h U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_context.c U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_context.h U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_priv.h U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_renderer.c U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_tgsi.c U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_tracker.c U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_tracker.h U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_yuv.c U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/Makefile.in U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/Makefile.am N xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/Makefile.sources U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/attributes.c U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/block.c U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/context.c U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/subpicture.c U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/surface.c U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/xvmc_private.h U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_blocks.c U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_context.c U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_rendering.c U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_subpicture.c U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_surface.c U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/testlib.c U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/testlib.h U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/xvmc_bench.c N xenocara/dist/Mesa/src/gallium/state_trackers/wgl/Makefile.sources C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/SConscript U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/opengl32.def U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/opengl32.mingw.def C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_context.c C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_context.h C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_device.c C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_device.h U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_context.c C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_extensionsstring.c U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_pbuffer.c C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_pixelformat.c C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_swapinterval.c U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_framebuffer.c C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_framebuffer.h C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_getprocaddress.c U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_icd.h C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_pixelformat.c C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_pixelformat.h U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_st.c U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_st.h C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_tls.c C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_tls.h C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_wgl.c U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_wgl.h U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_winsys.h U xenocara/dist/Mesa/src/gallium/targets/Makefile.in U xenocara/dist/Mesa/src/gallium/targets/Makefile.am N xenocara/dist/Mesa/src/gallium/targets/dri.sym N xenocara/dist/Mesa/src/gallium/targets/omx.sym N xenocara/dist/Mesa/src/gallium/targets/vdpau.sym N xenocara/dist/Mesa/src/gallium/targets/xvmc.sym U xenocara/dist/Mesa/src/gallium/targets/dri-freedreno/Makefile.in U xenocara/dist/Mesa/src/gallium/targets/dri-freedreno/Makefile.am N xenocara/dist/Mesa/src/gallium/targets/dri-freedreno/target-kgsl.c N xenocara/dist/Mesa/src/gallium/targets/dri-freedreno/target-msm.c U xenocara/dist/Mesa/src/gallium/targets/dri-i915/Makefile.in U xenocara/dist/Mesa/src/gallium/targets/dri-i915/Makefile.am U xenocara/dist/Mesa/src/gallium/targets/dri-i915/SConscript U xenocara/dist/Mesa/src/gallium/targets/dri-i915/target.c U xenocara/dist/Mesa/src/gallium/targets/dri-ilo/Makefile.in U xenocara/dist/Mesa/src/gallium/targets/dri-ilo/Makefile.am U xenocara/dist/Mesa/src/gallium/targets/dri-ilo/target.c U xenocara/dist/Mesa/src/gallium/targets/dri-nouveau/Makefile.in U xenocara/dist/Mesa/src/gallium/targets/dri-nouveau/Makefile.am N xenocara/dist/Mesa/src/gallium/targets/dri-nouveau/nouveau_dri.dyn U xenocara/dist/Mesa/src/gallium/targets/dri-nouveau/target.c U xenocara/dist/Mesa/src/gallium/targets/dri-swrast/Makefile.in U xenocara/dist/Mesa/src/gallium/targets/dri-swrast/Makefile.am U xenocara/dist/Mesa/src/gallium/targets/dri-swrast/SConscript U xenocara/dist/Mesa/src/gallium/targets/dri-swrast/swrast_drm_api.c U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/Makefile.in U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/Makefile.am U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/SConscript C xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/target.c U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/vmw_powf.c U xenocara/dist/Mesa/src/gallium/targets/egl-static/Makefile.in U xenocara/dist/Mesa/src/gallium/targets/egl-static/Android.mk U xenocara/dist/Mesa/src/gallium/targets/egl-static/Makefile.am C xenocara/dist/Mesa/src/gallium/targets/egl-static/SConscript C xenocara/dist/Mesa/src/gallium/targets/egl-static/egl.c N xenocara/dist/Mesa/src/gallium/targets/egl-static/egl.sym C xenocara/dist/Mesa/src/gallium/targets/egl-static/egl_pipe.c U xenocara/dist/Mesa/src/gallium/targets/egl-static/egl_pipe.h U xenocara/dist/Mesa/src/gallium/targets/egl-static/egl_st.c U xenocara/dist/Mesa/src/gallium/targets/egl-static/egl_st.h U xenocara/dist/Mesa/src/gallium/targets/egl-static/st_GL.c U xenocara/dist/Mesa/src/gallium/targets/gbm/Makefile.in U xenocara/dist/Mesa/src/gallium/targets/gbm/Makefile.am N xenocara/dist/Mesa/src/gallium/targets/gbm/gallium-gbm-symbols-check C xenocara/dist/Mesa/src/gallium/targets/gbm/gbm.c N xenocara/dist/Mesa/src/gallium/targets/gbm/gbm.sym U xenocara/dist/Mesa/src/gallium/targets/libgl-xlib/Makefile.in U xenocara/dist/Mesa/src/gallium/targets/libgl-xlib/Makefile.am C xenocara/dist/Mesa/src/gallium/targets/libgl-xlib/SConscript C xenocara/dist/Mesa/src/gallium/targets/libgl-xlib/xlib.c N xenocara/dist/Mesa/src/gallium/targets/omx-nouveau/Makefile.in N xenocara/dist/Mesa/src/gallium/targets/omx-nouveau/Makefile.am N xenocara/dist/Mesa/src/gallium/targets/omx-nouveau/target.c U xenocara/dist/Mesa/src/gallium/targets/opencl/Makefile.in U xenocara/dist/Mesa/src/gallium/targets/opencl/Makefile.am N xenocara/dist/Mesa/src/gallium/targets/opencl/mesa.icd N xenocara/dist/Mesa/src/gallium/targets/opencl/opencl.sym U xenocara/dist/Mesa/src/gallium/targets/osmesa/Makefile.in U xenocara/dist/Mesa/src/gallium/targets/osmesa/Makefile.am U xenocara/dist/Mesa/src/gallium/targets/osmesa/osmesa.pc.in U xenocara/dist/Mesa/src/gallium/targets/osmesa/target.c U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/Makefile.in U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/Makefile.am N xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe.sym U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_i915.c N xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_msm.c U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_nouveau.c U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_r300.c U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_r600.c U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_radeonsi.c U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_swrast.c U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_vmwgfx.c N xenocara/dist/Mesa/src/gallium/targets/r300/dri/Makefile.in N xenocara/dist/Mesa/src/gallium/targets/r300/dri/Makefile.am N xenocara/dist/Mesa/src/gallium/targets/r300/dri/radeon.dyn N xenocara/dist/Mesa/src/gallium/targets/r300/common/drm_target.c N xenocara/dist/Mesa/src/gallium/targets/r600/dri/Makefile.in N xenocara/dist/Mesa/src/gallium/targets/r600/dri/Makefile.am N xenocara/dist/Mesa/src/gallium/targets/r600/omx/Makefile.in N xenocara/dist/Mesa/src/gallium/targets/r600/omx/Makefile.am N xenocara/dist/Mesa/src/gallium/targets/r600/vdpau/Makefile.in N xenocara/dist/Mesa/src/gallium/targets/r600/vdpau/Makefile.am N xenocara/dist/Mesa/src/gallium/targets/r600/xvmc/Makefile.in N xenocara/dist/Mesa/src/gallium/targets/r600/xvmc/Makefile.am N xenocara/dist/Mesa/src/gallium/targets/r600/common/drm_target.c N xenocara/dist/Mesa/src/gallium/targets/radeonsi/dri/Makefile.in N xenocara/dist/Mesa/src/gallium/targets/radeonsi/dri/Makefile.am N xenocara/dist/Mesa/src/gallium/targets/radeonsi/omx/Makefile.in N xenocara/dist/Mesa/src/gallium/targets/radeonsi/omx/Makefile.am N xenocara/dist/Mesa/src/gallium/targets/radeonsi/vdpau/Makefile.in N xenocara/dist/Mesa/src/gallium/targets/radeonsi/vdpau/Makefile.am N xenocara/dist/Mesa/src/gallium/targets/radeonsi/common/drm_target.c U xenocara/dist/Mesa/src/gallium/targets/vdpau-nouveau/Makefile.in U xenocara/dist/Mesa/src/gallium/targets/vdpau-nouveau/Makefile.am U xenocara/dist/Mesa/src/gallium/targets/vdpau-nouveau/target.c N xenocara/dist/Mesa/src/gallium/targets/xa/Makefile.in N xenocara/dist/Mesa/src/gallium/targets/xa/Makefile.am N xenocara/dist/Mesa/src/gallium/targets/xa/xa.sym N xenocara/dist/Mesa/src/gallium/targets/xa/xatracker.pc.in U xenocara/dist/Mesa/src/gallium/targets/xvmc-nouveau/Makefile.in U xenocara/dist/Mesa/src/gallium/targets/xvmc-nouveau/Makefile.am U xenocara/dist/Mesa/src/gallium/targets/xvmc-nouveau/target.c U xenocara/dist/Mesa/src/gallium/targets/graw-gdi/SConscript U xenocara/dist/Mesa/src/gallium/targets/graw-gdi/graw_gdi.c U xenocara/dist/Mesa/src/gallium/targets/graw-null/SConscript U xenocara/dist/Mesa/src/gallium/targets/graw-null/graw_null.c U xenocara/dist/Mesa/src/gallium/targets/graw-null/graw_util.c U xenocara/dist/Mesa/src/gallium/targets/graw-xlib/SConscript C xenocara/dist/Mesa/src/gallium/targets/graw-xlib/graw_xlib.c N xenocara/dist/Mesa/src/gallium/targets/haiku-softpipe/GalliumContext.cpp N xenocara/dist/Mesa/src/gallium/targets/haiku-softpipe/GalliumContext.h N xenocara/dist/Mesa/src/gallium/targets/haiku-softpipe/GalliumFramebuffer.cpp N xenocara/dist/Mesa/src/gallium/targets/haiku-softpipe/GalliumFramebuffer.h U xenocara/dist/Mesa/src/gallium/targets/haiku-softpipe/SConscript N xenocara/dist/Mesa/src/gallium/targets/haiku-softpipe/SoftwareRenderer.cpp N xenocara/dist/Mesa/src/gallium/targets/haiku-softpipe/SoftwareRenderer.h N xenocara/dist/Mesa/src/gallium/targets/haiku-softpipe/SoftwareRenderer.rdef U xenocara/dist/Mesa/src/gallium/targets/libgl-gdi/SConscript U xenocara/dist/Mesa/src/gallium/targets/libgl-gdi/libgl_gdi.c U xenocara/dist/Mesa/src/gallium/tests/trivial/Makefile.in U xenocara/dist/Mesa/src/gallium/tests/trivial/Makefile.am U xenocara/dist/Mesa/src/gallium/tests/trivial/compute.c C xenocara/dist/Mesa/src/gallium/tests/trivial/quad-tex.c C xenocara/dist/Mesa/src/gallium/tests/trivial/tri.c U xenocara/dist/Mesa/src/gallium/tests/unit/Makefile.in U xenocara/dist/Mesa/src/gallium/tests/unit/Makefile.am U xenocara/dist/Mesa/src/gallium/tests/unit/SConscript U xenocara/dist/Mesa/src/gallium/tests/unit/pipe_barrier_test.c U xenocara/dist/Mesa/src/gallium/tests/unit/translate_test.c U xenocara/dist/Mesa/src/gallium/tests/unit/u_cache_test.c U xenocara/dist/Mesa/src/gallium/tests/unit/u_format_compatible_test.c U xenocara/dist/Mesa/src/gallium/tests/unit/u_format_test.c U xenocara/dist/Mesa/src/gallium/tests/unit/u_half_test.c C xenocara/dist/Mesa/src/gallium/tests/graw/SConscript C xenocara/dist/Mesa/src/gallium/tests/graw/clear.c U xenocara/dist/Mesa/src/gallium/tests/graw/disasm.c U xenocara/dist/Mesa/src/gallium/tests/graw/fs-fragcoord.c U xenocara/dist/Mesa/src/gallium/tests/graw/fs-frontface.c C xenocara/dist/Mesa/src/gallium/tests/graw/fs-test.c U xenocara/dist/Mesa/src/gallium/tests/graw/fs-write-z.c U xenocara/dist/Mesa/src/gallium/tests/graw/graw_util.h C xenocara/dist/Mesa/src/gallium/tests/graw/gs-test.c U xenocara/dist/Mesa/src/gallium/tests/graw/occlusion-query.c C xenocara/dist/Mesa/src/gallium/tests/graw/quad-sample.c C xenocara/dist/Mesa/src/gallium/tests/graw/quad-tex.c C xenocara/dist/Mesa/src/gallium/tests/graw/shader-leak.c U xenocara/dist/Mesa/src/gallium/tests/graw/tex-srgb.c U xenocara/dist/Mesa/src/gallium/tests/graw/tex-swizzle.c U xenocara/dist/Mesa/src/gallium/tests/graw/tgsi_dump.gdb C xenocara/dist/Mesa/src/gallium/tests/graw/tri-gs.c C xenocara/dist/Mesa/src/gallium/tests/graw/tri-instanced.c N xenocara/dist/Mesa/src/gallium/tests/graw/tri-large.c C xenocara/dist/Mesa/src/gallium/tests/graw/tri.c C xenocara/dist/Mesa/src/gallium/tests/graw/vs-test.c U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-abs.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-add.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-cb-1d.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-cb-2d.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-dp3.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-dp4.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-dst.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-ex2.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-face.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-flr.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-frc.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-kil.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-lg2.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-lit.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-lrp.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-mad-immx.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-mad.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-max.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-min.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-mov.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-mul.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-rcp.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-rsq.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-sge.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-slt.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-abs.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-absneg.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-neg.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-swz.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-sub.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-tempx.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-ucmp.sh U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-xpd.sh U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/add-mix.txt U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/add.txt U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/line.txt U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/mov-cb-2d.txt U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/mov.txt U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/multi-line.txt U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-abs.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-add.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-arl.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-arr.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-cb-1d.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-cb-2d.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-dp3.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-dp4.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-dst.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-ex2.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-flr.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-frc.sh N xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-imul_hi.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-lg2.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-lit.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-lrp.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-mad.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-max.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-min.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-mov.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-mul.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-rcp.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-rsq.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-sge.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-slt.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-abs.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-absneg.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-neg.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-swz.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-sub.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-uadd.sh N xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-umul_hi.sh U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-xpd.sh U xenocara/dist/Mesa/src/gallium/tests/python/tests/regress/fragment-shader/frag-cmp.sh U xenocara/dist/Mesa/src/gallium/winsys/Makefile.in U xenocara/dist/Mesa/src/gallium/winsys/Makefile.am U xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/Makefile.in U xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/Makefile.am N xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/Makefile.sources U xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/freedreno_drm_public.h U xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/freedreno_drm_winsys.c U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/Makefile.in U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/Android.mk U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/Makefile.am U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/Makefile.sources U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/SConscript U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_batchbuffer.c C xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_buffer.c U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_fence.c U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_public.h U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_winsys.c U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_winsys.h U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/Makefile.in U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/Makefile.am N xenocara/dist/Mesa/src/gallium/winsys/i915/sw/Makefile.sources U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/SConscript U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_batchbuffer.c U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_buffer.c U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_fence.c U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_public.h U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_winsys.c U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_winsys.h U xenocara/dist/Mesa/src/gallium/winsys/intel/intel_winsys.h U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/Makefile.in U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/Android.mk U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/Makefile.am U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/Makefile.sources U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/intel_drm_winsys.c U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/Makefile.in U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/Android.mk U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/Makefile.am N xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/Makefile.sources U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/nouveau_drm_public.h C xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/nouveau_drm_winsys.c U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/Makefile.in U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/Android.mk U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/Makefile.am U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/Makefile.sources C xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_bo.c C xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_bo.h C xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs.c C xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs.h U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs_dump.c C xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_public.h C xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c C xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_winsys.h C xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_winsys.h U xenocara/dist/Mesa/src/gallium/winsys/radeon/tools/radeon_ctx.h U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/Makefile.in U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/Android.mk U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/Makefile.am U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/Makefile.sources U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/SConscript N xenocara/dist/Mesa/src/gallium/winsys/svga/drm/pb_buffer_simple_fenced.c U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/svga_drm_public.h C xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_buffer.c U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_buffer.h C xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_context.c U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_context.h U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_fence.c U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_fence.h C xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen.c U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen.h U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen_dri.c U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen_ioctl.c U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen_pools.c C xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen_svga.c N xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_shader.c N xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_shader.h U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_surface.c U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_surface.h U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmwgfx_drm.h U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/Makefile.in U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/Makefile.am U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/SConscript U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/dri_sw_winsys.c U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/dri_sw_winsys.h U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/Makefile.in U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/Makefile.am U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/SConscript C xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/fbdev_sw_winsys.c U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/fbdev_sw_winsys.h U xenocara/dist/Mesa/src/gallium/winsys/sw/null/Makefile.in U xenocara/dist/Mesa/src/gallium/winsys/sw/null/Makefile.am U xenocara/dist/Mesa/src/gallium/winsys/sw/null/SConscript U xenocara/dist/Mesa/src/gallium/winsys/sw/null/null_sw_winsys.c U xenocara/dist/Mesa/src/gallium/winsys/sw/null/null_sw_winsys.h U xenocara/dist/Mesa/src/gallium/winsys/sw/wayland/Makefile.in U xenocara/dist/Mesa/src/gallium/winsys/sw/wayland/Makefile.am C xenocara/dist/Mesa/src/gallium/winsys/sw/wayland/wayland_sw_winsys.c U xenocara/dist/Mesa/src/gallium/winsys/sw/wayland/wayland_sw_winsys.h U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/Makefile.in U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/Makefile.am U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/SConscript U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/wrapper_sw_winsys.c U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/wrapper_sw_winsys.h U xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/Makefile.in U xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/Makefile.am U xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/SConscript U xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/xlib_sw_winsys.c N xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/xlib_sw_winsys.h U xenocara/dist/Mesa/src/gallium/winsys/sw/android/Android.mk U xenocara/dist/Mesa/src/gallium/winsys/sw/android/android_sw_winsys.cpp U xenocara/dist/Mesa/src/gallium/winsys/sw/android/android_sw_winsys.h U xenocara/dist/Mesa/src/gallium/winsys/sw/gdi/SConscript U xenocara/dist/Mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.c U xenocara/dist/Mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.h U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/SConscript U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/bitmap_wrapper.cpp U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/bitmap_wrapper.h U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/hgl_sw_winsys.c U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/hgl_sw_winsys.h U xenocara/dist/Mesa/src/gallium/docs/Makefile C xenocara/dist/Mesa/src/gallium/docs/d3d11ddi.txt U xenocara/dist/Mesa/src/gallium/docs/llvm-todo.txt U xenocara/dist/Mesa/src/gallium/docs/make.bat U xenocara/dist/Mesa/src/gallium/docs/source/conf.py C xenocara/dist/Mesa/src/gallium/docs/source/context.rst U xenocara/dist/Mesa/src/gallium/docs/source/cso.rst U xenocara/dist/Mesa/src/gallium/docs/source/debugging.rst C xenocara/dist/Mesa/src/gallium/docs/source/distro.rst U xenocara/dist/Mesa/src/gallium/docs/source/format.rst U xenocara/dist/Mesa/src/gallium/docs/source/glossary.rst C xenocara/dist/Mesa/src/gallium/docs/source/index.rst U xenocara/dist/Mesa/src/gallium/docs/source/intro.rst U xenocara/dist/Mesa/src/gallium/docs/source/pipeline.txt U xenocara/dist/Mesa/src/gallium/docs/source/resources.rst C xenocara/dist/Mesa/src/gallium/docs/source/screen.rst C xenocara/dist/Mesa/src/gallium/docs/source/tgsi.rst U xenocara/dist/Mesa/src/gallium/docs/source/cso/blend.rst C xenocara/dist/Mesa/src/gallium/docs/source/cso/dsa.rst C xenocara/dist/Mesa/src/gallium/docs/source/cso/rasterizer.rst U xenocara/dist/Mesa/src/gallium/docs/source/cso/sampler.rst U xenocara/dist/Mesa/src/gallium/docs/source/cso/shader.rst U xenocara/dist/Mesa/src/gallium/docs/source/cso/velems.rst U xenocara/dist/Mesa/src/gallium/docs/source/exts/formatting.py C xenocara/dist/Mesa/src/gallium/include/pipe/p_compiler.h C xenocara/dist/Mesa/src/gallium/include/pipe/p_config.h C xenocara/dist/Mesa/src/gallium/include/pipe/p_context.h C xenocara/dist/Mesa/src/gallium/include/pipe/p_defines.h C xenocara/dist/Mesa/src/gallium/include/pipe/p_format.h C xenocara/dist/Mesa/src/gallium/include/pipe/p_screen.h C xenocara/dist/Mesa/src/gallium/include/pipe/p_shader_tokens.h C xenocara/dist/Mesa/src/gallium/include/pipe/p_state.h N xenocara/dist/Mesa/src/gallium/include/pipe/p_video_codec.h U xenocara/dist/Mesa/src/gallium/include/pipe/p_video_enums.h C xenocara/dist/Mesa/src/gallium/include/pipe/p_video_state.h U xenocara/dist/Mesa/src/gallium/include/state_tracker/drisw_api.h U xenocara/dist/Mesa/src/gallium/include/state_tracker/drm_driver.h U xenocara/dist/Mesa/src/gallium/include/state_tracker/graw.h U xenocara/dist/Mesa/src/gallium/include/state_tracker/st_api.h U xenocara/dist/Mesa/src/gallium/include/state_tracker/sw_winsys.h N xenocara/dist/Mesa/src/gallium/include/state_tracker/vdpau_interop.h N xenocara/dist/Mesa/src/gallium/include/state_tracker/xlibsw_api.h U xenocara/dist/Mesa/src/gallium/tools/addr2line.sh U xenocara/dist/Mesa/src/gallium/tools/trace/README.txt U xenocara/dist/Mesa/src/gallium/tools/trace/TODO.txt U xenocara/dist/Mesa/src/gallium/tools/trace/diff_state.py C xenocara/dist/Mesa/src/gallium/tools/trace/dump.py U xenocara/dist/Mesa/src/gallium/tools/trace/dump_state.py C xenocara/dist/Mesa/src/gallium/tools/trace/format.py C xenocara/dist/Mesa/src/gallium/tools/trace/model.py C xenocara/dist/Mesa/src/gallium/tools/trace/parse.py N xenocara/dist/Mesa/src/gallium/tools/trace/tracediff.sh U xenocara/dist/Mesa/src/gbm/Makefile.in U xenocara/dist/Mesa/src/gbm/Makefile.am N xenocara/dist/Mesa/src/gbm/gbm-symbols-check C xenocara/dist/Mesa/src/gbm/backends/dri/gbm_dri.c C xenocara/dist/Mesa/src/gbm/backends/dri/gbm_driint.h U xenocara/dist/Mesa/src/gbm/main/backend.c U xenocara/dist/Mesa/src/gbm/main/backend.h U xenocara/dist/Mesa/src/gbm/main/common_drm.h C xenocara/dist/Mesa/src/gbm/main/gbm.c C xenocara/dist/Mesa/src/gbm/main/gbm.h U xenocara/dist/Mesa/src/gbm/main/gbm.pc.in C xenocara/dist/Mesa/src/gbm/main/gbmint.h C xenocara/dist/Mesa/src/glsl/glsl_lexer.cpp C xenocara/dist/Mesa/src/glsl/glsl_parser.cpp C xenocara/dist/Mesa/src/glsl/glsl_parser.h U xenocara/dist/Mesa/src/glsl/Makefile.in U xenocara/dist/Mesa/src/glsl/Android.gen.mk U xenocara/dist/Mesa/src/glsl/Android.mk U xenocara/dist/Mesa/src/glsl/Makefile.am U xenocara/dist/Mesa/src/glsl/Makefile.sources U xenocara/dist/Mesa/src/glsl/README C xenocara/dist/Mesa/src/glsl/SConscript U xenocara/dist/Mesa/src/glsl/TODO C xenocara/dist/Mesa/src/glsl/ast.h U xenocara/dist/Mesa/src/glsl/ast_array_index.cpp U xenocara/dist/Mesa/src/glsl/ast_expr.cpp C xenocara/dist/Mesa/src/glsl/ast_function.cpp C xenocara/dist/Mesa/src/glsl/ast_to_hir.cpp C xenocara/dist/Mesa/src/glsl/ast_type.cpp N xenocara/dist/Mesa/src/glsl/builtin_functions.cpp U xenocara/dist/Mesa/src/glsl/builtin_type_macros.h U xenocara/dist/Mesa/src/glsl/builtin_types.cpp U xenocara/dist/Mesa/src/glsl/builtin_variables.cpp C xenocara/dist/Mesa/src/glsl/glsl_lexer.ll C xenocara/dist/Mesa/src/glsl/glsl_parser.yy C xenocara/dist/Mesa/src/glsl/glsl_parser_extras.cpp C xenocara/dist/Mesa/src/glsl/glsl_parser_extras.h C xenocara/dist/Mesa/src/glsl/glsl_symbol_table.cpp U xenocara/dist/Mesa/src/glsl/glsl_symbol_table.h C xenocara/dist/Mesa/src/glsl/glsl_types.cpp C xenocara/dist/Mesa/src/glsl/glsl_types.h U xenocara/dist/Mesa/src/glsl/hir_field_selection.cpp C xenocara/dist/Mesa/src/glsl/ir.cpp C xenocara/dist/Mesa/src/glsl/ir.h U xenocara/dist/Mesa/src/glsl/ir_basic_block.cpp U xenocara/dist/Mesa/src/glsl/ir_basic_block.h U xenocara/dist/Mesa/src/glsl/ir_builder.cpp U xenocara/dist/Mesa/src/glsl/ir_builder.h C xenocara/dist/Mesa/src/glsl/ir_clone.cpp C xenocara/dist/Mesa/src/glsl/ir_constant_expression.cpp N xenocara/dist/Mesa/src/glsl/ir_equals.cpp U xenocara/dist/Mesa/src/glsl/ir_expression_flattening.cpp U xenocara/dist/Mesa/src/glsl/ir_expression_flattening.h C xenocara/dist/Mesa/src/glsl/ir_function.cpp U xenocara/dist/Mesa/src/glsl/ir_function_can_inline.cpp C xenocara/dist/Mesa/src/glsl/ir_function_detect_recursion.cpp U xenocara/dist/Mesa/src/glsl/ir_function_inlining.h U xenocara/dist/Mesa/src/glsl/ir_hierarchical_visitor.cpp C xenocara/dist/Mesa/src/glsl/ir_hierarchical_visitor.h C xenocara/dist/Mesa/src/glsl/ir_hv_accept.cpp C xenocara/dist/Mesa/src/glsl/ir_import_prototypes.cpp C xenocara/dist/Mesa/src/glsl/ir_optimization.h C xenocara/dist/Mesa/src/glsl/ir_print_visitor.cpp C xenocara/dist/Mesa/src/glsl/ir_print_visitor.h C xenocara/dist/Mesa/src/glsl/ir_reader.cpp U xenocara/dist/Mesa/src/glsl/ir_reader.h C xenocara/dist/Mesa/src/glsl/ir_rvalue_visitor.cpp U xenocara/dist/Mesa/src/glsl/ir_rvalue_visitor.h C xenocara/dist/Mesa/src/glsl/ir_set_program_inouts.cpp U xenocara/dist/Mesa/src/glsl/ir_uniform.h C xenocara/dist/Mesa/src/glsl/ir_validate.cpp U xenocara/dist/Mesa/src/glsl/ir_variable_refcount.cpp U xenocara/dist/Mesa/src/glsl/ir_variable_refcount.h U xenocara/dist/Mesa/src/glsl/ir_visitor.h N xenocara/dist/Mesa/src/glsl/link_atomics.cpp C xenocara/dist/Mesa/src/glsl/link_functions.cpp U xenocara/dist/Mesa/src/glsl/link_interface_blocks.cpp U xenocara/dist/Mesa/src/glsl/link_uniform_block_active_visitor.cpp U xenocara/dist/Mesa/src/glsl/link_uniform_block_active_visitor.h U xenocara/dist/Mesa/src/glsl/link_uniform_blocks.cpp U xenocara/dist/Mesa/src/glsl/link_uniform_initializers.cpp U xenocara/dist/Mesa/src/glsl/link_uniforms.cpp U xenocara/dist/Mesa/src/glsl/link_varyings.h U xenocara/dist/Mesa/src/glsl/link_varyings.cpp C xenocara/dist/Mesa/src/glsl/linker.cpp C xenocara/dist/Mesa/src/glsl/linker.h U xenocara/dist/Mesa/src/glsl/list.h C xenocara/dist/Mesa/src/glsl/loop_analysis.cpp C xenocara/dist/Mesa/src/glsl/loop_analysis.h U xenocara/dist/Mesa/src/glsl/loop_controls.cpp U xenocara/dist/Mesa/src/glsl/loop_unroll.cpp U xenocara/dist/Mesa/src/glsl/lower_clip_distance.cpp U xenocara/dist/Mesa/src/glsl/lower_discard.cpp U xenocara/dist/Mesa/src/glsl/lower_discard_flow.cpp C xenocara/dist/Mesa/src/glsl/lower_if_to_cond_assign.cpp C xenocara/dist/Mesa/src/glsl/lower_instructions.cpp C xenocara/dist/Mesa/src/glsl/lower_jumps.cpp U xenocara/dist/Mesa/src/glsl/lower_mat_op_to_vec.cpp U xenocara/dist/Mesa/src/glsl/lower_named_interface_blocks.cpp U xenocara/dist/Mesa/src/glsl/lower_noise.cpp N xenocara/dist/Mesa/src/glsl/lower_offset_array.cpp U xenocara/dist/Mesa/src/glsl/lower_output_reads.cpp U xenocara/dist/Mesa/src/glsl/lower_packed_varyings.cpp U xenocara/dist/Mesa/src/glsl/lower_packing_builtins.cpp U xenocara/dist/Mesa/src/glsl/lower_texture_projection.cpp U xenocara/dist/Mesa/src/glsl/lower_ubo_reference.cpp C xenocara/dist/Mesa/src/glsl/lower_variable_index_to_cond_assign.cpp C xenocara/dist/Mesa/src/glsl/lower_vec_index_to_cond_assign.cpp C xenocara/dist/Mesa/src/glsl/lower_vec_index_to_swizzle.cpp U xenocara/dist/Mesa/src/glsl/lower_vector.cpp U xenocara/dist/Mesa/src/glsl/lower_vector_insert.cpp C xenocara/dist/Mesa/src/glsl/main.cpp U xenocara/dist/Mesa/src/glsl/opt_algebraic.cpp U xenocara/dist/Mesa/src/glsl/opt_array_splitting.cpp C xenocara/dist/Mesa/src/glsl/opt_constant_folding.cpp N xenocara/dist/Mesa/src/glsl/opt_cse.cpp C xenocara/dist/Mesa/src/glsl/opt_constant_propagation.cpp C xenocara/dist/Mesa/src/glsl/opt_constant_variable.cpp C xenocara/dist/Mesa/src/glsl/opt_copy_propagation.cpp C xenocara/dist/Mesa/src/glsl/opt_copy_propagation_elements.cpp U xenocara/dist/Mesa/src/glsl/opt_dead_builtin_varyings.cpp U xenocara/dist/Mesa/src/glsl/opt_dead_code.cpp C xenocara/dist/Mesa/src/glsl/opt_dead_code_local.cpp C xenocara/dist/Mesa/src/glsl/opt_dead_functions.cpp U xenocara/dist/Mesa/src/glsl/opt_flatten_nested_if_blocks.cpp U xenocara/dist/Mesa/src/glsl/opt_flip_matrices.cpp C xenocara/dist/Mesa/src/glsl/opt_function_inlining.cpp C xenocara/dist/Mesa/src/glsl/opt_if_simplification.cpp U xenocara/dist/Mesa/src/glsl/opt_noop_swizzle.cpp C xenocara/dist/Mesa/src/glsl/opt_redundant_jumps.cpp C xenocara/dist/Mesa/src/glsl/opt_structure_splitting.cpp U xenocara/dist/Mesa/src/glsl/opt_swizzle_swizzle.cpp C xenocara/dist/Mesa/src/glsl/opt_tree_grafting.cpp N xenocara/dist/Mesa/src/glsl/opt_vectorize.cpp U xenocara/dist/Mesa/src/glsl/program.h C xenocara/dist/Mesa/src/glsl/ralloc.c U xenocara/dist/Mesa/src/glsl/ralloc.h C xenocara/dist/Mesa/src/glsl/s_expression.cpp U xenocara/dist/Mesa/src/glsl/s_expression.h U xenocara/dist/Mesa/src/glsl/standalone_scaffolding.cpp U xenocara/dist/Mesa/src/glsl/standalone_scaffolding.h U xenocara/dist/Mesa/src/glsl/strtod.c U xenocara/dist/Mesa/src/glsl/strtod.h U xenocara/dist/Mesa/src/glsl/test.cpp U xenocara/dist/Mesa/src/glsl/test_optpass.cpp U xenocara/dist/Mesa/src/glsl/test_optpass.h C xenocara/dist/Mesa/src/glsl/glcpp/glcpp-lex.c C xenocara/dist/Mesa/src/glsl/glcpp/glcpp-parse.c C xenocara/dist/Mesa/src/glsl/glcpp/glcpp-parse.h U xenocara/dist/Mesa/src/glsl/glcpp/README C xenocara/dist/Mesa/src/glsl/glcpp/glcpp-lex.l C xenocara/dist/Mesa/src/glsl/glcpp/glcpp-parse.y C xenocara/dist/Mesa/src/glsl/glcpp/glcpp.c U xenocara/dist/Mesa/src/glsl/glcpp/glcpp.h U xenocara/dist/Mesa/src/glsl/glcpp/pp.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/000-content-with-spaces.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/000-content-with-spaces.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/001-define.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/001-define.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/002-define-chain.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/002-define-chain.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/003-define-chain-reverse.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/003-define-chain-reverse.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/004-define-recursive.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/004-define-recursive.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/005-define-composite-chain.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/005-define-composite-chain.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/008-define-empty.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/006-define-composite-chain-reverse.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/006-define-composite-chain-reverse.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/007-define-composite-recursive.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/007-define-composite-recursive.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/008-define-empty.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/009-undef.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/009-undef.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/010-undef-re-define.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/010-undef-re-define.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/011-define-func-empty.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/011-define-func-empty.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/012-define-func-no-args.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/013-define-func-1-arg-unused.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/012-define-func-no-args.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/013-define-func-1-arg-unused.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/014-define-func-2-arg-unused.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/014-define-func-2-arg-unused.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/015-define-object-with-parens.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/015-define-object-with-parens.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/016-define-func-1-arg.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/016-define-func-1-arg.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/017-define-func-2-args.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/017-define-func-2-args.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/018-define-func-macro-as-parameter.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/021-define-func-compose.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/019-define-func-1-arg-multi.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/018-define-func-macro-as-parameter.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/019-define-func-1-arg-multi.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/020-define-func-2-arg-multi.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/020-define-func-2-arg-multi.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/021-define-func-compose.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/022-define-func-arg-with-parens.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/022-define-func-arg-with-parens.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/023-define-extra-whitespace.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/023-define-extra-whitespace.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/024-define-chain-to-self-recursion.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/024-define-chain-to-self-recursion.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/025-func-macro-as-non-macro.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/025-func-macro-as-non-macro.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/026-define-func-extra-newlines.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/026-define-func-extra-newlines.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/027-define-chain-obj-to-func.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/027-define-chain-obj-to-func.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/038-func-arg-with-commas.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/032-define-func-self-recurse.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/032-define-func-self-recurse.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/033-define-func-self-compose.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/033-define-func-self-compose.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/034-define-func-self-compose-non-func.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/034-define-func-self-compose-non-func.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/037-finalize-unexpanded-macro.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/037-finalize-unexpanded-macro.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/038-func-arg-with-commas.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/040-token-pasting.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/040-token-pasting.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/041-if-0.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/041-if-0.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/042-if-1.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/042-if-1.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/043-if-0-else.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/043-if-0-else.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/044-if-1-else.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/044-if-1-else.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/045-if-0-elif.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/045-if-0-elif.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/046-if-1-elsif.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/046-if-1-elsif.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/047-if-elif-else.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/047-if-elif-else.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/048-if-nested.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/048-if-nested.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/049-if-expression-precedence.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/049-if-expression-precedence.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/050-if-defined.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/050-if-defined.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/051-if-relational.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/051-if-relational.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/052-if-bitwise.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/052-if-bitwise.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/053-if-divide-and-shift.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/053-if-divide-and-shift.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/054-if-with-macros.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/glcpp-test U xenocara/dist/Mesa/src/glsl/glcpp/tests/054-if-with-macros.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/056-macro-argument-with-comma.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/056-macro-argument-with-comma.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/057-empty-arguments.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/057-empty-arguments.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/058-token-pasting-empty-arguments.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/058-token-pasting-empty-arguments.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/059-token-pasting-integer.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/059-token-pasting-integer.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/062-if-0-skips-garbage.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/062-if-0-skips-garbage.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/063-comments.c C xenocara/dist/Mesa/src/glsl/glcpp/tests/063-comments.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/064-version.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/064-version.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/065-if-defined-parens.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/065-if-defined-parens.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/066-if-nospace-expression.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/066-if-nospace-expression.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/067-nested-ifdef-ifndef.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/067-nested-ifdef-ifndef.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/068-accidental-pasting.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/068-accidental-pasting.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/069-repeated-argument.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/069-repeated-argument.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/070-undefined-macro-in-expression.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/070-undefined-macro-in-expression.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/071-punctuator.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/071-punctuator.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/073-if-in-ifdef.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/072-token-pasting-same-line.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/072-token-pasting-same-line.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/073-if-in-ifdef.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/074-elif-undef.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/074-elif-undef.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/075-elif-elif-undef.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/075-elif-elif-undef.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/076-elif-undef-nested.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/076-elif-undef-nested.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/077-else-without-if.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/077-else-without-if.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/078-elif-without-if.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/078-elif-without-if.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/079-endif-without-if.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/079-endif-without-if.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/080-if-without-expression.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/080-if-without-expression.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/081-elif-without-expression.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/081-elif-without-expression.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/082-invalid-paste.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/082-invalid-paste.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/083-unterminated-if.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/083-unterminated-if.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/084-unbalanced-parentheses.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/084-unbalanced-parentheses.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/085-incorrect-argument-count.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/087-if-comments.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/085-incorrect-argument-count.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/086-reserved-macro-names.c C xenocara/dist/Mesa/src/glsl/glcpp/tests/086-reserved-macro-names.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/087-if-comments.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/088-redefine-macro-legitimate.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/088-redefine-macro-legitimate.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/089-redefine-macro-error.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/089-redefine-macro-error.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/090-hash-error.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/090-hash-error.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/091-hash-line.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/091-hash-line.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/092-redefine-macro-error-2.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/092-redefine-macro-error-2.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/093-divide-by-zero.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/093-divide-by-zero.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c C xenocara/dist/Mesa/src/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/095-recursive-define.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/095-recursive-define.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/096-paste-twice.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/096-paste-twice.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/097-paste-with-non-function-macro.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/097-paste-with-non-function-macro.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/098-elif-undefined.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/099-c99-example.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/098-elif-undefined.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/099-c99-example.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/100-macro-with-colon.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/100-macro-with-colon.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/101-macros-used-twice.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/101-macros-used-twice.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/102-garbage-after-endif.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/102-garbage-after-endif.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/103-garbage-after-else.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/103-garbage-after-else.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/104-hash-line-followed-by-code.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/104-hash-line-followed-by-code.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/106-multiline-hash-if.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/105-multiline-hash-line.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/105-multiline-hash-line.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/106-multiline-hash-if.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/107-multiline-hash-elif.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/107-multiline-hash-elif.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/108-no-space-after-hash-version.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/108-no-space-after-hash-version.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/109-no-space-after-hash-line.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/109-no-space-after-hash-line.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/110-no-space-digits-after-hash-elif.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/110-no-space-digits-after-hash-elif.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/111-no-space-operator-after-hash-if.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/111-no-space-operator-after-hash-if.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/112-no-space-operator-after-hash-elif.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/112-no-space-operator-after-hash-elif.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/113-line-and-file-macros.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/113-line-and-file-macros.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/114-paste-integer-tokens.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/114-paste-integer-tokens.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/115-line-continuations.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/115-line-continuations.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/116-disable-line-continuations.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/116-disable-line-continuations.c.expected U xenocara/dist/Mesa/src/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c U xenocara/dist/Mesa/src/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c.expected N xenocara/dist/Mesa/src/glsl/glcpp/tests/118-comment-becomes-space.c N xenocara/dist/Mesa/src/glsl/glcpp/tests/118-comment-becomes-space.c.expected N xenocara/dist/Mesa/src/glsl/glcpp/tests/118-multiple-else.c N xenocara/dist/Mesa/src/glsl/glcpp/tests/118-multiple-else.c.expected N xenocara/dist/Mesa/src/glsl/glcpp/tests/119-elif-after-else.c N xenocara/dist/Mesa/src/glsl/glcpp/tests/119-elif-after-else.c.expected N xenocara/dist/Mesa/src/glsl/glcpp/tests/121-comment-bug-72686.c N xenocara/dist/Mesa/src/glsl/glcpp/tests/121-comment-bug-72686.c.expected N xenocara/dist/Mesa/src/glsl/tests/builtin_variable_test.cpp N xenocara/dist/Mesa/src/glsl/tests/common.c U xenocara/dist/Mesa/src/glsl/tests/compare_ir U xenocara/dist/Mesa/src/glsl/tests/copy_constant_to_storage_tests.cpp N xenocara/dist/Mesa/src/glsl/tests/general_ir_test.cpp N xenocara/dist/Mesa/src/glsl/tests/invalidate_locations_test.cpp U xenocara/dist/Mesa/src/glsl/tests/optimization-test U xenocara/dist/Mesa/src/glsl/tests/ralloc_test.cpp N xenocara/dist/Mesa/src/glsl/tests/sampler_types_test.cpp U xenocara/dist/Mesa/src/glsl/tests/set_uniform_initializer_tests.cpp U xenocara/dist/Mesa/src/glsl/tests/sexps.py U xenocara/dist/Mesa/src/glsl/tests/uniform_initializer_utils.cpp U xenocara/dist/Mesa/src/glsl/tests/uniform_initializer_utils.h N xenocara/dist/Mesa/src/glsl/tests/varyings_test.cpp U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/create_test_cases.py U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_1.opt_test U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_1.opt_test.expected U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_2.opt_test U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_2.opt_test.expected U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_3.opt_test U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_3.opt_test.expected U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_4.opt_test U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_4.opt_test.expected U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_5.opt_test U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_5.opt_test.expected U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_6.opt_test U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_6.opt_test.expected U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_guarded_conditional_break.opt_test U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_guarded_conditional_break.opt_test.expected U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_pulled_out_jump.opt_test U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_pulled_out_jump.opt_test.expected U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_1.opt_test U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_1.opt_test.expected U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_2.opt_test U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_2.opt_test.expected U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_3.opt_test U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_3.opt_test.expected U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_4.opt_test U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_4.opt_test.expected U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_main_false.opt_test U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_main_false.opt_test.expected U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_main_true.opt_test U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_main_true.opt_test.expected U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_sub_false.opt_test U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_sub_false.opt_test.expected U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_sub_true.opt_test U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_sub_true.opt_test.expected U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_unified_returns.opt_test U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_unified_returns.opt_test.expected U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/remove_continue_at_end_of_loop.opt_test U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/remove_continue_at_end_of_loop.opt_test.expected U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_nothing.opt_test U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_nothing.opt_test.expected U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return.opt_test U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return.opt_test.expected U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return_and_break.opt_test U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_nothing.opt_test U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return_and_break.opt_test.expected U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_nothing.opt_test.expected U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_return.opt_test U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_return.opt_test.expected U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_return_and_break.opt_test U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_return_and_break.opt_test.expected U xenocara/dist/Mesa/src/glx/Makefile.in U xenocara/dist/Mesa/src/glx/Makefile.am U xenocara/dist/Mesa/src/glx/SConscript C xenocara/dist/Mesa/src/glx/XF86dri.c C xenocara/dist/Mesa/src/glx/applegl_glx.c C xenocara/dist/Mesa/src/glx/clientattrib.c U xenocara/dist/Mesa/src/glx/clientinfo.c U xenocara/dist/Mesa/src/glx/compsize.c U xenocara/dist/Mesa/src/glx/create_context.c C xenocara/dist/Mesa/src/glx/dri2.c C xenocara/dist/Mesa/src/glx/dri2.h C xenocara/dist/Mesa/src/glx/dri2_glx.c N xenocara/dist/Mesa/src/glx/dri2_priv.h N xenocara/dist/Mesa/src/glx/dri2_query_renderer.c N xenocara/dist/Mesa/src/glx/dri3_glx.c N xenocara/dist/Mesa/src/glx/dri3_priv.h C xenocara/dist/Mesa/src/glx/dri_common.c C xenocara/dist/Mesa/src/glx/dri_common.h C xenocara/dist/Mesa/src/glx/dri_glx.c C xenocara/dist/Mesa/src/glx/drisw_glx.c U xenocara/dist/Mesa/src/glx/eval.c U xenocara/dist/Mesa/src/glx/glx_error.c U xenocara/dist/Mesa/src/glx/glx_error.h C xenocara/dist/Mesa/src/glx/glx_pbuffer.c U xenocara/dist/Mesa/src/glx/glx_query.c C xenocara/dist/Mesa/src/glx/glxclient.h C xenocara/dist/Mesa/src/glx/glxcmds.c U xenocara/dist/Mesa/src/glx/glxconfig.c U xenocara/dist/Mesa/src/glx/glxconfig.h C xenocara/dist/Mesa/src/glx/glxcurrent.c C xenocara/dist/Mesa/src/glx/glxext.c C xenocara/dist/Mesa/src/glx/glxextensions.c C xenocara/dist/Mesa/src/glx/glxextensions.h U xenocara/dist/Mesa/src/glx/glxhash.c U xenocara/dist/Mesa/src/glx/glxhash.h C xenocara/dist/Mesa/src/glx/indirect_glx.c U xenocara/dist/Mesa/src/glx/indirect_init.h U xenocara/dist/Mesa/src/glx/indirect_texture_compression.c U xenocara/dist/Mesa/src/glx/indirect_transpose_matrix.c C xenocara/dist/Mesa/src/glx/indirect_vertex_array.c U xenocara/dist/Mesa/src/glx/indirect_vertex_array.h U xenocara/dist/Mesa/src/glx/packrender.h U xenocara/dist/Mesa/src/glx/packsingle.h U xenocara/dist/Mesa/src/glx/indirect_vertex_array_priv.h U xenocara/dist/Mesa/src/glx/indirect_vertex_program.c U xenocara/dist/Mesa/src/glx/indirect_window_pos.c U xenocara/dist/Mesa/src/glx/pixel.c U xenocara/dist/Mesa/src/glx/pixelstore.c N xenocara/dist/Mesa/src/glx/query_renderer.c U xenocara/dist/Mesa/src/glx/render2.c U xenocara/dist/Mesa/src/glx/renderpix.c U xenocara/dist/Mesa/src/glx/single2.c C xenocara/dist/Mesa/src/glx/singlepix.c U xenocara/dist/Mesa/src/glx/vertarr.c C xenocara/dist/Mesa/src/glx/xf86dri.h C xenocara/dist/Mesa/src/glx/xf86dristr.h U xenocara/dist/Mesa/src/glx/xfont.c U xenocara/dist/Mesa/src/glx/tests/Makefile.in U xenocara/dist/Mesa/src/glx/tests/Makefile.am U xenocara/dist/Mesa/src/glx/tests/clientinfo_unittest.cpp U xenocara/dist/Mesa/src/glx/tests/create_context_unittest.cpp U xenocara/dist/Mesa/src/glx/tests/enum_sizes.cpp U xenocara/dist/Mesa/src/glx/tests/fake_glx_screen.cpp U xenocara/dist/Mesa/src/glx/tests/fake_glx_screen.h U xenocara/dist/Mesa/src/glx/tests/indirect_api.cpp U xenocara/dist/Mesa/src/glx/tests/mock_xdisplay.h N xenocara/dist/Mesa/src/glx/tests/query_renderer_implementation_unittest.cpp N xenocara/dist/Mesa/src/glx/tests/query_renderer_unittest.cpp C xenocara/dist/Mesa/src/glx/apple/Makefile U xenocara/dist/Mesa/src/glx/apple/RELEASE_NOTES U xenocara/dist/Mesa/src/glx/apple/TODO U xenocara/dist/Mesa/src/glx/apple/apple_cgl.c U xenocara/dist/Mesa/src/glx/apple/apple_cgl.h U xenocara/dist/Mesa/src/glx/apple/apple_glapi.c U xenocara/dist/Mesa/src/glx/apple/apple_glx.c U xenocara/dist/Mesa/src/glx/apple/apple_glx.h C xenocara/dist/Mesa/src/glx/apple/apple_glx_context.c U xenocara/dist/Mesa/src/glx/apple/apple_glx_context.h U xenocara/dist/Mesa/src/glx/apple/apple_glx_drawable.c U xenocara/dist/Mesa/src/glx/apple/apple_glx_drawable.h U xenocara/dist/Mesa/src/glx/apple/apple_glx_log.c U xenocara/dist/Mesa/src/glx/apple/apple_glx_log.h U xenocara/dist/Mesa/src/glx/apple/apple_glx_pbuffer.c U xenocara/dist/Mesa/src/glx/apple/apple_glx_pixmap.c U xenocara/dist/Mesa/src/glx/apple/apple_glx_surface.c C xenocara/dist/Mesa/src/glx/apple/apple_visual.c U xenocara/dist/Mesa/src/glx/apple/apple_visual.h U xenocara/dist/Mesa/src/glx/apple/apple_xgl_api.h U xenocara/dist/Mesa/src/glx/apple/apple_xgl_api_read.c U xenocara/dist/Mesa/src/glx/apple/apple_xgl_api_stereo.c U xenocara/dist/Mesa/src/glx/apple/apple_xgl_api_viewport.c U xenocara/dist/Mesa/src/glx/apple/appledri.c U xenocara/dist/Mesa/src/glx/apple/appledri.h U xenocara/dist/Mesa/src/glx/apple/appledristr.h U xenocara/dist/Mesa/src/glx/apple/glx_empty.c U xenocara/dist/Mesa/src/glx/apple/glxreply.c U xenocara/dist/Mesa/src/gtest/Makefile.in U xenocara/dist/Mesa/src/gtest/Makefile.am U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-death-test.h U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-message.h U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-param-test.h U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-param-test.h.pump U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-printers.h U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-spi.h U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-test-part.h U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-typed-test.h U xenocara/dist/Mesa/src/gtest/include/gtest/gtest.h U xenocara/dist/Mesa/src/gtest/include/gtest/gtest_pred_impl.h U xenocara/dist/Mesa/src/gtest/include/gtest/gtest_prod.h U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-death-test-internal.h U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-filepath.h U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-internal.h U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-linked_ptr.h U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-param-util-generated.h U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-param-util-generated.h.pump U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-param-util.h U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-port.h U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-string.h U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-tuple.h U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-tuple.h.pump U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-type-util.h U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-type-util.h.pump U xenocara/dist/Mesa/src/gtest/src/gtest-all.cc U xenocara/dist/Mesa/src/gtest/src/gtest-death-test.cc U xenocara/dist/Mesa/src/gtest/src/gtest-filepath.cc U xenocara/dist/Mesa/src/gtest/src/gtest-internal-inl.h U xenocara/dist/Mesa/src/gtest/src/gtest-port.cc U xenocara/dist/Mesa/src/gtest/src/gtest-printers.cc U xenocara/dist/Mesa/src/gtest/src/gtest-test-part.cc U xenocara/dist/Mesa/src/gtest/src/gtest-typed-test.cc U xenocara/dist/Mesa/src/gtest/src/gtest.cc U xenocara/dist/Mesa/src/gtest/src/gtest_main.cc N xenocara/dist/Mesa/src/loader/Makefile.in N xenocara/dist/Mesa/src/loader/Android.mk N xenocara/dist/Mesa/src/loader/Makefile.am N xenocara/dist/Mesa/src/loader/Makefile.sources N xenocara/dist/Mesa/src/loader/SConscript N xenocara/dist/Mesa/src/loader/loader.c N xenocara/dist/Mesa/src/loader/loader.h N xenocara/dist/Mesa/src/loader/pci_id_driver_map.c N xenocara/dist/Mesa/src/loader/pci_id_driver_map.h U xenocara/dist/Mesa/src/mapi/Makefile.in U xenocara/dist/Mesa/src/mapi/Android.mk U xenocara/dist/Mesa/src/mapi/Makefile.am U xenocara/dist/Mesa/src/mapi/Makefile.sources U xenocara/dist/Mesa/src/mapi/entry.c U xenocara/dist/Mesa/src/mapi/entry.h U xenocara/dist/Mesa/src/mapi/entry_x86-64_tls.h U xenocara/dist/Mesa/src/mapi/entry_x86_tls.h U xenocara/dist/Mesa/src/mapi/entry_x86_tsd.h U xenocara/dist/Mesa/src/mapi/mapi.c U xenocara/dist/Mesa/src/mapi/mapi.h U xenocara/dist/Mesa/src/mapi/mapi_abi.py U xenocara/dist/Mesa/src/mapi/mapi_glapi.c U xenocara/dist/Mesa/src/mapi/mapi_tmp.h U xenocara/dist/Mesa/src/mapi/stub.c U xenocara/dist/Mesa/src/mapi/stub.h U xenocara/dist/Mesa/src/mapi/table.c U xenocara/dist/Mesa/src/mapi/table.h U xenocara/dist/Mesa/src/mapi/u_compiler.h U xenocara/dist/Mesa/src/mapi/u_current.c U xenocara/dist/Mesa/src/mapi/u_current.h U xenocara/dist/Mesa/src/mapi/u_execmem.c U xenocara/dist/Mesa/src/mapi/u_execmem.h U xenocara/dist/Mesa/src/mapi/u_macros.h U xenocara/dist/Mesa/src/mapi/u_thread.h U xenocara/dist/Mesa/src/mapi/es1api/Makefile.in U xenocara/dist/Mesa/src/mapi/es1api/ABI-check U xenocara/dist/Mesa/src/mapi/es1api/Makefile.am U xenocara/dist/Mesa/src/mapi/es1api/glesv1_cm.pc.in U xenocara/dist/Mesa/src/mapi/es2api/Makefile.in U xenocara/dist/Mesa/src/mapi/es2api/ABI-check U xenocara/dist/Mesa/src/mapi/es2api/Makefile.am U xenocara/dist/Mesa/src/mapi/es2api/glesv2.pc.in U xenocara/dist/Mesa/src/mapi/glapi/Makefile.in U xenocara/dist/Mesa/src/mapi/glapi/Makefile.am U xenocara/dist/Mesa/src/mapi/glapi/Makefile.sources C xenocara/dist/Mesa/src/mapi/glapi/SConscript C xenocara/dist/Mesa/src/mapi/glapi/glapi.c C xenocara/dist/Mesa/src/mapi/glapi/glapi.h U xenocara/dist/Mesa/src/mapi/glapi/glapi_dispatch.c U xenocara/dist/Mesa/src/mapi/glapi/glapi_entrypoint.c U xenocara/dist/Mesa/src/mapi/glapi/glapi_getproc.c U xenocara/dist/Mesa/src/mapi/glapi/glapi_nop.c U xenocara/dist/Mesa/src/mapi/glapi/glapi_priv.h U xenocara/dist/Mesa/src/mapi/glapi/gen/Makefile.in U xenocara/dist/Mesa/src/mapi/glapi/gen/AMD_draw_buffers_blend.xml N xenocara/dist/Mesa/src/mapi/glapi/gen/AMD_performance_monitor.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/APPLE_object_purgeable.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/APPLE_vertex_array_object.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_ES2_compatibility.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_ES3_compatibility.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_base_instance.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_blend_func_extended.xml N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_clear_buffer_object.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_color_buffer_float.xml N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_compute_shader.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_copy_buffer.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_debug_output.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_depth_buffer_float.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_depth_clamp.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_buffers.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_elements_base_vertex.xml N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_indirect.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_instanced.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_framebuffer_object.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_geometry_shader4.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_get_program_binary.xml N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_gpu_shader5.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_instanced_arrays.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_internalformat_query.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_invalidate_subdata.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_sync.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_map_buffer_range.xml N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_multi_bind.xml C xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_robustness.xml N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_sample_shading.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_sampler_objects.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_seamless_cube_map.xml N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_separate_shader_objects.xml N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_shader_atomic_counters.xml N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_shader_image_load_store.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_buffer_object.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_buffer_range.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_compression_rgtc.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_cube_map_array.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_float.xml N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_gather.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_multisample.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_rg.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_rgb10_a2ui.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_storage.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_storage_multisample.xml N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_view.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_uniform_buffer_object.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_vertex_array_object.xml N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_vertex_attrib_binding.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_vertex_type_2_10_10_10_rev.xml N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_viewport_array.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_draw_buffers2.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_framebuffer_object.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_gpu_shader4.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_packed_depth_stencil.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_provoking_vertex.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_separate_shader_objects.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_texture_array.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_texture_integer.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_transform_feedback.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/GL3x.xml N xenocara/dist/Mesa/src/mapi/glapi/gen/GL4x.xml N xenocara/dist/Mesa/src/mapi/glapi/gen/INTEL_performance_query.xml N xenocara/dist/Mesa/src/mapi/glapi/gen/KHR_debug.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/Makefile.am U xenocara/dist/Mesa/src/mapi/glapi/gen/NV_conditional_render.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/NV_primitive_restart.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/NV_texture_barrier.xml N xenocara/dist/Mesa/src/mapi/glapi/gen/NV_vdpau_interop.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/OES_EGL_image.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/OES_fixed_point.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/OES_single_precision.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/SConscript C xenocara/dist/Mesa/src/mapi/glapi/gen/es_EXT.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/extension_helper.py U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_API.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_XML.py U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_proto_common.py C xenocara/dist/Mesa/src/mapi/glapi/gen/glX_proto_recv.py C xenocara/dist/Mesa/src/mapi/glapi/gen/glX_proto_send.py U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_proto_size.py U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_server_table.py U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_API.dtd C xenocara/dist/Mesa/src/mapi/glapi/gen/gl_API.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_SPARC_asm.py C xenocara/dist/Mesa/src/mapi/glapi/gen/gl_XML.py C xenocara/dist/Mesa/src/mapi/glapi/gen/gl_and_es_API.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_and_glX_API.xml U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_apitemp.py C xenocara/dist/Mesa/src/mapi/glapi/gen/gl_enums.py U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_genexec.py C xenocara/dist/Mesa/src/mapi/glapi/gen/gl_gentable.py U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_offsets.py U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_procs.py U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_table.py U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_x86-64_asm.py U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_x86_asm.py U xenocara/dist/Mesa/src/mapi/glapi/gen/glapi_gen.mk U xenocara/dist/Mesa/src/mapi/glapi/gen/license.py U xenocara/dist/Mesa/src/mapi/glapi/gen/mesadef.py U xenocara/dist/Mesa/src/mapi/glapi/gen/next_available_offset.sh U xenocara/dist/Mesa/src/mapi/glapi/gen/remap_helper.py U xenocara/dist/Mesa/src/mapi/glapi/gen/typeexpr.py U xenocara/dist/Mesa/src/mapi/glapi/tests/Makefile.in U xenocara/dist/Mesa/src/mapi/glapi/tests/Makefile.am U xenocara/dist/Mesa/src/mapi/glapi/tests/check_table.cpp U xenocara/dist/Mesa/src/mapi/shared-glapi/Makefile.in U xenocara/dist/Mesa/src/mapi/shared-glapi/Makefile.am U xenocara/dist/Mesa/src/mapi/shared-glapi/SConscript U xenocara/dist/Mesa/src/mapi/shared-glapi/tests/Makefile.in U xenocara/dist/Mesa/src/mapi/shared-glapi/tests/Makefile.am U xenocara/dist/Mesa/src/mapi/shared-glapi/tests/check_table.cpp U xenocara/dist/Mesa/src/mapi/vgapi/Makefile.in U xenocara/dist/Mesa/src/mapi/vgapi/Makefile.am U xenocara/dist/Mesa/src/mapi/vgapi/SConscript U xenocara/dist/Mesa/src/mapi/vgapi/vg.pc.in U xenocara/dist/Mesa/src/mapi/vgapi/vgapi.csv U xenocara/dist/Mesa/src/mesa/Makefile.in U xenocara/dist/Mesa/src/mesa/Android.gen.mk U xenocara/dist/Mesa/src/mesa/Android.libmesa_dricore.mk U xenocara/dist/Mesa/src/mesa/Android.libmesa_glsl_utils.mk U xenocara/dist/Mesa/src/mesa/Android.libmesa_st_mesa.mk U xenocara/dist/Mesa/src/mesa/Android.mesa_gen_matypes.mk U xenocara/dist/Mesa/src/mesa/Android.mk U xenocara/dist/Mesa/src/mesa/Makefile.am U xenocara/dist/Mesa/src/mesa/Makefile.sources C xenocara/dist/Mesa/src/mesa/SConscript U xenocara/dist/Mesa/src/mesa/gl.pc.in C xenocara/dist/Mesa/src/mesa/drivers/SConscript U xenocara/dist/Mesa/src/mesa/drivers/dri/Makefile.in U xenocara/dist/Mesa/src/mesa/drivers/dri/Android.mk U xenocara/dist/Mesa/src/mesa/drivers/dri/Makefile.am U xenocara/dist/Mesa/src/mesa/drivers/dri/dri.pc.in N xenocara/dist/Mesa/src/mesa/drivers/dri/gen-symbol-redefs.py U xenocara/dist/Mesa/src/mesa/drivers/dri/common/Makefile.in U xenocara/dist/Mesa/src/mesa/drivers/dri/common/Android.mk U xenocara/dist/Mesa/src/mesa/drivers/dri/common/Makefile.am U xenocara/dist/Mesa/src/mesa/drivers/dri/common/Makefile.sources N xenocara/dist/Mesa/src/mesa/drivers/dri/common/SConscript U xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_test.c C xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_util.c C xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_util.h U xenocara/dist/Mesa/src/mesa/drivers/dri/common/drirc N xenocara/dist/Mesa/src/mesa/drivers/dri/common/megadriver_stub.c U xenocara/dist/Mesa/src/mesa/drivers/dri/common/mmio.h C xenocara/dist/Mesa/src/mesa/drivers/dri/common/utils.c C xenocara/dist/Mesa/src/mesa/drivers/dri/common/utils.h C xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlconfig.c U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlconfig.h U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool.h U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/Makefile.in U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/Makefile.am U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/SConscript N xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/ca.po U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/de.po U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/es.po U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/fr.po U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/gen_xmlpool.py U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/nl.po U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/sv.po U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/t_options.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Makefile.in U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Android.mk U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Makefile.am U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Makefile.sources C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_context.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_context.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_reg.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_state.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_texblend.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_texstate.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_vtbl.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_context.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_context.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_debug.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_debug_fp.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_fragprog.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_program.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_program.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_reg.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_state.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_tex_layout.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_texstate.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_vtbl.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_batchbuffer.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_batchbuffer.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_blit.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_blit.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_buffer_objects.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_buffer_objects.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_buffers.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_buffers.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_chipset.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_clear.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_clear.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_context.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_context.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_extensions.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_extensions.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_fbo.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_fbo.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_mipmap_tree.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_mipmap_tree.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel_bitmap.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel_copy.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel_draw.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel_read.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_reg.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_regions.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_regions.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_render.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_screen.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_screen.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_syncobj.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_copy.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_image.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_layout.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_layout.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_obj.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_subimage.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_validate.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tris.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tris.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Makefile.in U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Android.mk U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Makefile.am U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Makefile.sources N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_binding_tables.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp.cpp U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp_blit.cpp N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp_blit_eu.cpp N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp_blit_eu.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cc.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cfg.cpp U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cfg.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clear.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_line.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_point.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_tri.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_state.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_unfilled.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_util.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_context.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_context.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cubemap_normalize.cpp C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_curbe.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_dead_control_flow.cpp N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_dead_control_flow.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_defines.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_device_info.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_device_info.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_disasm.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw_upload.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu_compact.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs.cpp C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu_emit.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu_util.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_copy_propagation.cpp U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_cse.cpp N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_dead_code_eliminate.cpp U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_fp.cpp N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_generator.cpp U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_live_variables.cpp U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_live_variables.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_peephole_predicated_break.cpp C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_register_coalesce.cpp N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_saturate_propagation.cpp C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_sel_peephole.cpp U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_visitor.cpp C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs_emit.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs_surface_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_interpolation_map.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_lower_texture_gradients.cpp N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_lower_unnormalized_offset.cpp N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_meta_updownsample.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_meta_util.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_meta_util.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_misc_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_multisample_state.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_program.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_object_purgeable.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_performance_monitor.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_primitive_restart.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_program.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_queryobj.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_reg.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_reset.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf_emit.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf_state.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_shader.cpp C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_shader.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_batch.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_cache.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_dump.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_upload.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_structs.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_surface_formats.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_tex.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_tex_layout.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_urb.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_util.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_util.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4.cpp U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_copy_propagation.cpp N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_generator.cpp N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_gs.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_gs.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_gs_visitor.cpp N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_gs_visitor.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_live_variables.cpp U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_live_variables.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_reg_allocate.cpp U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_vp.cpp N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_vs_visitor.cpp C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs_state.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs_surface_state.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_iz.cpp C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_state.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_surface_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_blorp.cpp U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_blorp.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_cc.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_clip_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_depthstencil.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_gs_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_queryobj.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_multisample_state.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_sampler_state.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_scissor_state.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_sf_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_sol.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_urb.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_viewport_state.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_vs_state.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_wm_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_blorp.cpp U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_blorp.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_disable.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_gs_state.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_misc_state.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_sampler_state.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_sf_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_sol_state.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_urb.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_viewport_state.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_vs_state.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_wm_state.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_wm_surface_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen8_blend_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen8_depth_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen8_disable.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen8_disasm.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen8_draw_upload.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen8_fs_generator.cpp N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen8_generator.cpp N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen8_generator.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen8_gs_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen8_instruction.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen8_instruction.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen8_misc_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen8_multisample_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen8_ps_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen8_sf_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_fbo.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen8_sol_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen8_surface_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen8_vec4_generator.cpp N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen8_viewport_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen8_vs_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen8_wm_depth_stencil.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_batchbuffer.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_batchbuffer.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_blit.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_blit.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffer_objects.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffer_objects.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffers.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffers.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_chipset.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_debug.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_debug.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_extensions.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_fbo.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_image.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_mipmap_tree.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_mipmap_tree.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_bitmap.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_copy.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_draw.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_read.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_reg.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_resolve_map.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_resolve_map.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_screen.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_screen.h C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_syncobj.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_copy.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_image.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_obj.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_subimage.c C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_validate.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_upload.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/test_blorp_blit_eu_gen.cpp U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/test_eu_compact.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/test_vec4_copy_propagation.cpp U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/test_vec4_register_coalesce.cpp U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/Makefile.in U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/Makefile.am U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/Makefile.sources U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_array.c U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_array.h C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_bufferobj.c U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_bufferobj.h C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_context.c C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_context.h C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_driver.c C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_driver.h C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_fbo.c U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_fbo.h U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_gldefs.h U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_local.h U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_render.h U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_render_t.c U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_scratch.c U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_scratch.h C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_screen.c C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_screen.h U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_span.c C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_state.h U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_surface.c C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_surface.h U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_swtnl_t.c C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_texture.c U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_texture.h C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_util.h C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_vbo_t.c U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv01_2d.xml.h U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_3d.xml.h C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_context.c U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_context.h U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_driver.h U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_render.c C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_state_fb.c C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_state_frag.c C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_state_raster.c C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_state_tex.c C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_surface.c U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_3d.xml.h C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_context.c U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_driver.h U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_render.c C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_fb.c C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_frag.c U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_polygon.c C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_raster.c C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_tex.c C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_tnl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_3d.xml.h C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_context.c U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_driver.h U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_render.c C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_fb.c U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_frag.c U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_polygon.c U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_raster.c C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_tex.c C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_tnl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv_m2mf.xml.h U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv_object.xml.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Makefile.in U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Doxyfile U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Makefile.am U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Makefile.sources C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_blit.c C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_blit.h C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_cmdbuf.c C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_context.c C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_context.h C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_fragshader.c C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_ioctl.c C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_ioctl.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_maos.c C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_maos.h C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_maos_arrays.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_reg.h C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_sanity.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_sanity.h C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_state.c C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_state.h C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_state_init.c C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_swtcl.c C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_swtcl.h C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tcl.c C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tcl.h C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tex.c C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tex.h C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_texstate.c C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vertprog.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vertprog.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/Makefile.in U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/Makefile.am U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/Makefile.sources C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_blit.c C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_blit.h C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_buffer_objects.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_buffer_objects.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_chipset.h C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_cmdbuf.h C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_common.c C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_common.h C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_common_context.c C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_common_context.h C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_context.c C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_context.h C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_debug.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_debug.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_dma.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_dma.h C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_fbo.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_fog.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_fog.h C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_ioctl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_ioctl.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos.c C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos.h C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos_arrays.c C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos_vbtmp.h C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos_verts.c C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_pixel_read.c C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_queryobj.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_queryobj.h C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_sanity.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_sanity.h C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_screen.c C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_screen.h C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_span.c C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_span.h C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_state.h C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_state_init.c C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_swtcl.c C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_swtcl.h C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tcl.c C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tcl.h C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tex.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tex.h C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tex_copy.c C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_texstate.c C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_texture.c C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_texture.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tile.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tile.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_dri.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_macros.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_reg.h U xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/Makefile.in U xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/Makefile.am U xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/Makefile.sources C xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/swrast.c U xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/swrast_priv.h U xenocara/dist/Mesa/src/mesa/drivers/osmesa/Makefile.in U xenocara/dist/Mesa/src/mesa/drivers/osmesa/Makefile.am U xenocara/dist/Mesa/src/mesa/drivers/osmesa/SConscript C xenocara/dist/Mesa/src/mesa/drivers/osmesa/osmesa.c U xenocara/dist/Mesa/src/mesa/drivers/osmesa/osmesa.def U xenocara/dist/Mesa/src/mesa/drivers/osmesa/osmesa.pc.in U xenocara/dist/Mesa/src/mesa/drivers/x11/Makefile.in U xenocara/dist/Mesa/src/mesa/drivers/x11/Makefile.am U xenocara/dist/Mesa/src/mesa/drivers/x11/SConscript C xenocara/dist/Mesa/src/mesa/drivers/x11/fakeglx.c C xenocara/dist/Mesa/src/mesa/drivers/x11/glxapi.c C xenocara/dist/Mesa/src/mesa/drivers/x11/glxapi.h U xenocara/dist/Mesa/src/mesa/drivers/x11/glxheader.h U xenocara/dist/Mesa/src/mesa/drivers/x11/xfonts.c U xenocara/dist/Mesa/src/mesa/drivers/x11/xfonts.h C xenocara/dist/Mesa/src/mesa/drivers/x11/xm_api.c C xenocara/dist/Mesa/src/mesa/drivers/x11/xm_buffer.c C xenocara/dist/Mesa/src/mesa/drivers/x11/xm_dd.c C xenocara/dist/Mesa/src/mesa/drivers/x11/xm_line.c C xenocara/dist/Mesa/src/mesa/drivers/x11/xm_tri.c U xenocara/dist/Mesa/src/mesa/drivers/x11/xmesa.h C xenocara/dist/Mesa/src/mesa/drivers/x11/xmesaP.h U xenocara/dist/Mesa/src/mesa/drivers/x11/xmesa_x.h C xenocara/dist/Mesa/src/mesa/drivers/common/driverfuncs.c U xenocara/dist/Mesa/src/mesa/drivers/common/driverfuncs.h C xenocara/dist/Mesa/src/mesa/drivers/common/meta.c C xenocara/dist/Mesa/src/mesa/drivers/common/meta.h N xenocara/dist/Mesa/src/mesa/drivers/common/meta_blit.c N xenocara/dist/Mesa/src/mesa/drivers/common/meta_generate_mipmap.c N xenocara/dist/Mesa/src/mesa/drivers/haiku/swrast/SConscript N xenocara/dist/Mesa/src/mesa/drivers/haiku/swrast/SoftwareRast.cpp N xenocara/dist/Mesa/src/mesa/drivers/haiku/swrast/SoftwareRast.h N xenocara/dist/Mesa/src/mesa/drivers/haiku/swrast/SoftwareRast.rdef U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/SConscript U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/colors.h U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/mesa.def U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/wgl.c C xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/wmesa.c U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/wmesadef.h C xenocara/dist/Mesa/src/mesa/main/accum.c U xenocara/dist/Mesa/src/mesa/main/accum.h C xenocara/dist/Mesa/src/mesa/main/api_arrayelt.c U xenocara/dist/Mesa/src/mesa/main/api_arrayelt.h U xenocara/dist/Mesa/src/mesa/main/api_exec.h C xenocara/dist/Mesa/src/mesa/main/api_loopback.c C xenocara/dist/Mesa/src/mesa/main/api_loopback.h C xenocara/dist/Mesa/src/mesa/main/api_validate.c C xenocara/dist/Mesa/src/mesa/main/api_validate.h C xenocara/dist/Mesa/src/mesa/main/arbprogram.c U xenocara/dist/Mesa/src/mesa/main/arbprogram.h C xenocara/dist/Mesa/src/mesa/main/arrayobj.c C xenocara/dist/Mesa/src/mesa/main/arrayobj.h U xenocara/dist/Mesa/src/mesa/main/atifragshader.c U xenocara/dist/Mesa/src/mesa/main/atifragshader.h C xenocara/dist/Mesa/src/mesa/main/attrib.c U xenocara/dist/Mesa/src/mesa/main/attrib.h U xenocara/dist/Mesa/src/mesa/main/bitset.h C xenocara/dist/Mesa/src/mesa/main/blend.c C xenocara/dist/Mesa/src/mesa/main/blend.h N xenocara/dist/Mesa/src/mesa/main/blit.c N xenocara/dist/Mesa/src/mesa/main/blit.h C xenocara/dist/Mesa/src/mesa/main/clear.c C xenocara/dist/Mesa/src/mesa/main/bufferobj.c C xenocara/dist/Mesa/src/mesa/main/bufferobj.h C xenocara/dist/Mesa/src/mesa/main/buffers.c U xenocara/dist/Mesa/src/mesa/main/buffers.h U xenocara/dist/Mesa/src/mesa/main/clear.h U xenocara/dist/Mesa/src/mesa/main/clip.c U xenocara/dist/Mesa/src/mesa/main/clip.h U xenocara/dist/Mesa/src/mesa/main/colormac.h C xenocara/dist/Mesa/src/mesa/main/colortab.c U xenocara/dist/Mesa/src/mesa/main/colortab.h C xenocara/dist/Mesa/src/mesa/main/compiler.h N xenocara/dist/Mesa/src/mesa/main/compute.c N xenocara/dist/Mesa/src/mesa/main/compute.h C xenocara/dist/Mesa/src/mesa/main/condrender.c U xenocara/dist/Mesa/src/mesa/main/condrender.h C xenocara/dist/Mesa/src/mesa/main/config.h C xenocara/dist/Mesa/src/mesa/main/context.c C xenocara/dist/Mesa/src/mesa/main/context.h C xenocara/dist/Mesa/src/mesa/main/convolve.c U xenocara/dist/Mesa/src/mesa/main/convolve.h U xenocara/dist/Mesa/src/mesa/main/core.h U xenocara/dist/Mesa/src/mesa/main/cpuinfo.c U xenocara/dist/Mesa/src/mesa/main/cpuinfo.h C xenocara/dist/Mesa/src/mesa/main/dd.h C xenocara/dist/Mesa/src/mesa/main/debug.c C xenocara/dist/Mesa/src/mesa/main/debug.h U xenocara/dist/Mesa/src/mesa/main/depth.c U xenocara/dist/Mesa/src/mesa/main/depth.h C xenocara/dist/Mesa/src/mesa/main/dlist.c C xenocara/dist/Mesa/src/mesa/main/dlist.h U xenocara/dist/Mesa/src/mesa/main/dlopen.h C xenocara/dist/Mesa/src/mesa/main/drawpix.c U xenocara/dist/Mesa/src/mesa/main/drawpix.h U xenocara/dist/Mesa/src/mesa/main/drawtex.c U xenocara/dist/Mesa/src/mesa/main/drawtex.h C xenocara/dist/Mesa/src/mesa/main/enable.c U xenocara/dist/Mesa/src/mesa/main/enable.h C xenocara/dist/Mesa/src/mesa/main/enums.h U xenocara/dist/Mesa/src/mesa/main/errors.c U xenocara/dist/Mesa/src/mesa/main/errors.h U xenocara/dist/Mesa/src/mesa/main/es1_conversion.c U xenocara/dist/Mesa/src/mesa/main/es1_conversion.h U xenocara/dist/Mesa/src/mesa/main/eval.c U xenocara/dist/Mesa/src/mesa/main/eval.h C xenocara/dist/Mesa/src/mesa/main/execmem.c C xenocara/dist/Mesa/src/mesa/main/extensions.c U xenocara/dist/Mesa/src/mesa/main/extensions.h C xenocara/dist/Mesa/src/mesa/main/fbobject.c C xenocara/dist/Mesa/src/mesa/main/fbobject.h U xenocara/dist/Mesa/src/mesa/main/feedback.c U xenocara/dist/Mesa/src/mesa/main/feedback.h U xenocara/dist/Mesa/src/mesa/main/fog.c C xenocara/dist/Mesa/src/mesa/main/ff_fragment_shader.cpp C xenocara/dist/Mesa/src/mesa/main/ffvertex_prog.c C xenocara/dist/Mesa/src/mesa/main/ffvertex_prog.h U xenocara/dist/Mesa/src/mesa/main/fog.h U xenocara/dist/Mesa/src/mesa/main/format_pack.c U xenocara/dist/Mesa/src/mesa/main/format_pack.h U xenocara/dist/Mesa/src/mesa/main/format_unpack.c U xenocara/dist/Mesa/src/mesa/main/format_unpack.h U xenocara/dist/Mesa/src/mesa/main/formatquery.c U xenocara/dist/Mesa/src/mesa/main/formatquery.h C xenocara/dist/Mesa/src/mesa/main/formats.c C xenocara/dist/Mesa/src/mesa/main/formats.h C xenocara/dist/Mesa/src/mesa/main/framebuffer.c C xenocara/dist/Mesa/src/mesa/main/framebuffer.h N xenocara/dist/Mesa/src/mesa/main/genmipmap.c N xenocara/dist/Mesa/src/mesa/main/genmipmap.h C xenocara/dist/Mesa/src/mesa/main/get.c C xenocara/dist/Mesa/src/mesa/main/get.h U xenocara/dist/Mesa/src/mesa/main/get_hash_generator.py U xenocara/dist/Mesa/src/mesa/main/get_hash_params.py C xenocara/dist/Mesa/src/mesa/main/getstring.c U xenocara/dist/Mesa/src/mesa/main/glformats.c U xenocara/dist/Mesa/src/mesa/main/glformats.h C xenocara/dist/Mesa/src/mesa/main/glheader.h C xenocara/dist/Mesa/src/mesa/main/hash.c C xenocara/dist/Mesa/src/mesa/main/hash.h U xenocara/dist/Mesa/src/mesa/main/hash_table.c U xenocara/dist/Mesa/src/mesa/main/hash_table.h U xenocara/dist/Mesa/src/mesa/main/hint.c U xenocara/dist/Mesa/src/mesa/main/hint.h U xenocara/dist/Mesa/src/mesa/main/histogram.c U xenocara/dist/Mesa/src/mesa/main/histogram.h U xenocara/dist/Mesa/src/mesa/main/image.c U xenocara/dist/Mesa/src/mesa/main/image.h C xenocara/dist/Mesa/src/mesa/main/imports.c C xenocara/dist/Mesa/src/mesa/main/imports.h U xenocara/dist/Mesa/src/mesa/main/light.c U xenocara/dist/Mesa/src/mesa/main/light.h C xenocara/dist/Mesa/src/mesa/main/lines.c U xenocara/dist/Mesa/src/mesa/main/lines.h C xenocara/dist/Mesa/src/mesa/main/macros.h C xenocara/dist/Mesa/src/mesa/main/matrix.c U xenocara/dist/Mesa/src/mesa/main/matrix.h C xenocara/dist/Mesa/src/mesa/main/mipmap.c C xenocara/dist/Mesa/src/mesa/main/mipmap.h U xenocara/dist/Mesa/src/mesa/main/mm.c U xenocara/dist/Mesa/src/mesa/main/mm.h C xenocara/dist/Mesa/src/mesa/main/mtypes.h C xenocara/dist/Mesa/src/mesa/main/multisample.c C xenocara/dist/Mesa/src/mesa/main/multisample.h N xenocara/dist/Mesa/src/mesa/main/objectlabel.c N xenocara/dist/Mesa/src/mesa/main/objectlabel.h C xenocara/dist/Mesa/src/mesa/main/pack.c U xenocara/dist/Mesa/src/mesa/main/pack.h U xenocara/dist/Mesa/src/mesa/main/pack_tmp.h C xenocara/dist/Mesa/src/mesa/main/pbo.c U xenocara/dist/Mesa/src/mesa/main/pbo.h N xenocara/dist/Mesa/src/mesa/main/performance_monitor.c N xenocara/dist/Mesa/src/mesa/main/performance_monitor.h N xenocara/dist/Mesa/src/mesa/main/pipelineobj.c N xenocara/dist/Mesa/src/mesa/main/pipelineobj.h U xenocara/dist/Mesa/src/mesa/main/pixel.c U xenocara/dist/Mesa/src/mesa/main/pixel.h U xenocara/dist/Mesa/src/mesa/main/pixelstore.c U xenocara/dist/Mesa/src/mesa/main/pixelstore.h U xenocara/dist/Mesa/src/mesa/main/pixeltransfer.c U xenocara/dist/Mesa/src/mesa/main/pixeltransfer.h U xenocara/dist/Mesa/src/mesa/main/points.c U xenocara/dist/Mesa/src/mesa/main/points.h U xenocara/dist/Mesa/src/mesa/main/polygon.c U xenocara/dist/Mesa/src/mesa/main/polygon.h U xenocara/dist/Mesa/src/mesa/main/querymatrix.c U xenocara/dist/Mesa/src/mesa/main/querymatrix.h C xenocara/dist/Mesa/src/mesa/main/queryobj.c U xenocara/dist/Mesa/src/mesa/main/queryobj.h C xenocara/dist/Mesa/src/mesa/main/rastpos.c U xenocara/dist/Mesa/src/mesa/main/rastpos.h C xenocara/dist/Mesa/src/mesa/main/readpix.c U xenocara/dist/Mesa/src/mesa/main/readpix.h U xenocara/dist/Mesa/src/mesa/main/remap.c U xenocara/dist/Mesa/src/mesa/main/remap.h C xenocara/dist/Mesa/src/mesa/main/renderbuffer.c U xenocara/dist/Mesa/src/mesa/main/renderbuffer.h C xenocara/dist/Mesa/src/mesa/main/samplerobj.c C xenocara/dist/Mesa/src/mesa/main/samplerobj.h C xenocara/dist/Mesa/src/mesa/main/scissor.c C xenocara/dist/Mesa/src/mesa/main/scissor.h U xenocara/dist/Mesa/src/mesa/main/set.c U xenocara/dist/Mesa/src/mesa/main/set.h U xenocara/dist/Mesa/src/mesa/main/shader_query.cpp C xenocara/dist/Mesa/src/mesa/main/shaderapi.c U xenocara/dist/Mesa/src/mesa/main/shaderapi.h N xenocara/dist/Mesa/src/mesa/main/shaderimage.c N xenocara/dist/Mesa/src/mesa/main/shaderimage.h C xenocara/dist/Mesa/src/mesa/main/shaderobj.c U xenocara/dist/Mesa/src/mesa/main/shaderobj.h C xenocara/dist/Mesa/src/mesa/main/shared.c U xenocara/dist/Mesa/src/mesa/main/shared.h U xenocara/dist/Mesa/src/mesa/main/simple_list.h C xenocara/dist/Mesa/src/mesa/main/state.c U xenocara/dist/Mesa/src/mesa/main/state.h U xenocara/dist/Mesa/src/mesa/main/stencil.c U xenocara/dist/Mesa/src/mesa/main/stencil.h N xenocara/dist/Mesa/src/mesa/main/streaming-load-memcpy.c N xenocara/dist/Mesa/src/mesa/main/streaming-load-memcpy.h C xenocara/dist/Mesa/src/mesa/main/syncobj.c C xenocara/dist/Mesa/src/mesa/main/syncobj.h C xenocara/dist/Mesa/src/mesa/main/texcompress.c C xenocara/dist/Mesa/src/mesa/main/texcompress.h U xenocara/dist/Mesa/src/mesa/main/texcompress_cpal.c U xenocara/dist/Mesa/src/mesa/main/texcompress_cpal.h U xenocara/dist/Mesa/src/mesa/main/texcompress_etc.c U xenocara/dist/Mesa/src/mesa/main/texcompress_etc.h U xenocara/dist/Mesa/src/mesa/main/texcompress_etc_tmp.h C xenocara/dist/Mesa/src/mesa/main/texcompress_fxt1.c C xenocara/dist/Mesa/src/mesa/main/texcompress_fxt1.h C xenocara/dist/Mesa/src/mesa/main/texenv.c C xenocara/dist/Mesa/src/mesa/main/texcompress_rgtc.c C xenocara/dist/Mesa/src/mesa/main/texcompress_rgtc.h C xenocara/dist/Mesa/src/mesa/main/texcompress_rgtc_tmp.h C xenocara/dist/Mesa/src/mesa/main/texcompress_s3tc.c C xenocara/dist/Mesa/src/mesa/main/texcompress_s3tc.h U xenocara/dist/Mesa/src/mesa/main/texenv.h U xenocara/dist/Mesa/src/mesa/main/texenvprogram.h C xenocara/dist/Mesa/src/mesa/main/texformat.c C xenocara/dist/Mesa/src/mesa/main/texformat.h U xenocara/dist/Mesa/src/mesa/main/texgen.c U xenocara/dist/Mesa/src/mesa/main/texgen.h C xenocara/dist/Mesa/src/mesa/main/texgetimage.c C xenocara/dist/Mesa/src/mesa/main/texgetimage.h C xenocara/dist/Mesa/src/mesa/main/teximage.c C xenocara/dist/Mesa/src/mesa/main/teximage.h C xenocara/dist/Mesa/src/mesa/main/texobj.c C xenocara/dist/Mesa/src/mesa/main/texobj.h C xenocara/dist/Mesa/src/mesa/main/texparam.c U xenocara/dist/Mesa/src/mesa/main/texparam.h C xenocara/dist/Mesa/src/mesa/main/texstate.c U xenocara/dist/Mesa/src/mesa/main/texstate.h U xenocara/dist/Mesa/src/mesa/main/texstorage.c U xenocara/dist/Mesa/src/mesa/main/texstorage.h C xenocara/dist/Mesa/src/mesa/main/texstore.c C xenocara/dist/Mesa/src/mesa/main/texstore.h U xenocara/dist/Mesa/src/mesa/main/texturebarrier.c U xenocara/dist/Mesa/src/mesa/main/texturebarrier.h N xenocara/dist/Mesa/src/mesa/main/textureview.c N xenocara/dist/Mesa/src/mesa/main/textureview.h C xenocara/dist/Mesa/src/mesa/main/transformfeedback.c U xenocara/dist/Mesa/src/mesa/main/transformfeedback.h U xenocara/dist/Mesa/src/mesa/main/uniform_query.cpp C xenocara/dist/Mesa/src/mesa/main/uniforms.c C xenocara/dist/Mesa/src/mesa/main/uniforms.h C xenocara/dist/Mesa/src/mesa/main/varray.c C xenocara/dist/Mesa/src/mesa/main/varray.h N xenocara/dist/Mesa/src/mesa/main/vdpau.c N xenocara/dist/Mesa/src/mesa/main/vdpau.h C xenocara/dist/Mesa/src/mesa/main/version.c U xenocara/dist/Mesa/src/mesa/main/version.h C xenocara/dist/Mesa/src/mesa/main/viewport.c C xenocara/dist/Mesa/src/mesa/main/viewport.h C xenocara/dist/Mesa/src/mesa/main/vtxfmt.c C xenocara/dist/Mesa/src/mesa/main/vtxfmt.h U xenocara/dist/Mesa/src/mesa/main/tests/Makefile.in U xenocara/dist/Mesa/src/mesa/main/tests/Makefile.am U xenocara/dist/Mesa/src/mesa/main/tests/dispatch_sanity.cpp U xenocara/dist/Mesa/src/mesa/main/tests/enum_strings.cpp N xenocara/dist/Mesa/src/mesa/main/tests/program_state_string.cpp U xenocara/dist/Mesa/src/mesa/main/tests/stubs.cpp U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/Makefile.in U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/Makefile.am U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/collision.c U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/delete_and_lookup.c U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/delete_management.c U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/destroy_callback.c U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/insert_and_lookup.c U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/insert_many.c U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/null_destroy.c U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/random_entry.c U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/remove_null.c U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/replacement.c C xenocara/dist/Mesa/src/mesa/program/lex.yy.c C xenocara/dist/Mesa/src/mesa/program/program_parse.tab.c C xenocara/dist/Mesa/src/mesa/program/program_parse.tab.h U xenocara/dist/Mesa/src/mesa/program/Android.mk U xenocara/dist/Mesa/src/mesa/program/arbprogparse.c U xenocara/dist/Mesa/src/mesa/program/arbprogparse.h U xenocara/dist/Mesa/src/mesa/program/hash_table.h C xenocara/dist/Mesa/src/mesa/program/ir_to_mesa.cpp U xenocara/dist/Mesa/src/mesa/program/ir_to_mesa.h C xenocara/dist/Mesa/src/mesa/program/prog_cache.c C xenocara/dist/Mesa/src/mesa/program/prog_cache.h C xenocara/dist/Mesa/src/mesa/program/prog_execute.c U xenocara/dist/Mesa/src/mesa/program/prog_execute.h U xenocara/dist/Mesa/src/mesa/program/prog_hash_table.c U xenocara/dist/Mesa/src/mesa/program/prog_instruction.c C xenocara/dist/Mesa/src/mesa/program/prog_instruction.h U xenocara/dist/Mesa/src/mesa/program/prog_noise.c U xenocara/dist/Mesa/src/mesa/program/prog_noise.h U xenocara/dist/Mesa/src/mesa/program/prog_optimize.c U xenocara/dist/Mesa/src/mesa/program/prog_opt_constant_fold.c U xenocara/dist/Mesa/src/mesa/program/prog_optimize.h U xenocara/dist/Mesa/src/mesa/program/prog_parameter.c U xenocara/dist/Mesa/src/mesa/program/prog_parameter.h U xenocara/dist/Mesa/src/mesa/program/prog_parameter_layout.c U xenocara/dist/Mesa/src/mesa/program/prog_parameter_layout.h C xenocara/dist/Mesa/src/mesa/program/prog_print.c U xenocara/dist/Mesa/src/mesa/program/prog_print.h C xenocara/dist/Mesa/src/mesa/program/prog_statevars.c C xenocara/dist/Mesa/src/mesa/program/prog_statevars.h C xenocara/dist/Mesa/src/mesa/program/program.c U xenocara/dist/Mesa/src/mesa/program/program.h U xenocara/dist/Mesa/src/mesa/program/program_lexer.l C xenocara/dist/Mesa/src/mesa/program/program_parse.y U xenocara/dist/Mesa/src/mesa/program/program_parse_extra.c U xenocara/dist/Mesa/src/mesa/program/program_parser.h C xenocara/dist/Mesa/src/mesa/program/programopt.c U xenocara/dist/Mesa/src/mesa/program/programopt.h C xenocara/dist/Mesa/src/mesa/program/register_allocate.c C xenocara/dist/Mesa/src/mesa/program/register_allocate.h C xenocara/dist/Mesa/src/mesa/program/sampler.cpp U xenocara/dist/Mesa/src/mesa/program/sampler.h U xenocara/dist/Mesa/src/mesa/program/string_to_uint_map.cpp U xenocara/dist/Mesa/src/mesa/program/symbol_table.c U xenocara/dist/Mesa/src/mesa/program/symbol_table.h C xenocara/dist/Mesa/src/mesa/math/m_clip_tmp.h U xenocara/dist/Mesa/src/mesa/math/m_copy_tmp.h U xenocara/dist/Mesa/src/mesa/math/m_debug.h U xenocara/dist/Mesa/src/mesa/math/m_debug_clip.c U xenocara/dist/Mesa/src/mesa/math/m_debug_norm.c C xenocara/dist/Mesa/src/mesa/math/m_debug_util.h U xenocara/dist/Mesa/src/mesa/math/m_debug_xform.c U xenocara/dist/Mesa/src/mesa/math/m_dotprod_tmp.h U xenocara/dist/Mesa/src/mesa/math/m_eval.c U xenocara/dist/Mesa/src/mesa/math/m_eval.h C xenocara/dist/Mesa/src/mesa/math/m_matrix.c C xenocara/dist/Mesa/src/mesa/math/m_matrix.h U xenocara/dist/Mesa/src/mesa/math/m_norm_tmp.h U xenocara/dist/Mesa/src/mesa/math/m_trans_tmp.h U xenocara/dist/Mesa/src/mesa/math/m_translate.c U xenocara/dist/Mesa/src/mesa/math/m_translate.h U xenocara/dist/Mesa/src/mesa/math/m_vector.c U xenocara/dist/Mesa/src/mesa/math/m_vector.h U xenocara/dist/Mesa/src/mesa/math/m_xform.c U xenocara/dist/Mesa/src/mesa/math/m_xform.h U xenocara/dist/Mesa/src/mesa/math/m_xform_tmp.h U xenocara/dist/Mesa/src/mesa/sparc/norm.S U xenocara/dist/Mesa/src/mesa/sparc/sparc.c U xenocara/dist/Mesa/src/mesa/sparc/sparc.h U xenocara/dist/Mesa/src/mesa/sparc/sparc_clip.S U xenocara/dist/Mesa/src/mesa/sparc/sparc_matrix.h U xenocara/dist/Mesa/src/mesa/sparc/xform.S C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom.h U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_array.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_blend.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_clip.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_constbuf.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_constbuf.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_depth.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_framebuffer.c U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_msaa.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_pixeltransfer.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_rasterizer.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_sampler.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_scissor.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_shader.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_shader.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_stipple.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_cache.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_texture.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_viewport.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_bitmap.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_bitmap.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_blit.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_blit.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_bufferobjects.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_bufferobjects.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_clear.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_clear.h U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_condrender.c U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_condrender.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_drawpixels.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_drawpixels.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_drawtex.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_drawtex.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_eglimage.c U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_eglimage.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_fbo.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_fbo.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_feedback.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_feedback.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_flush.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_flush.h U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_msaa.c U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_msaa.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_program.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_program.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_queryobj.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_queryobj.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_rasterpos.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_rasterpos.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_readpixels.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_readpixels.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_strings.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_strings.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_syncobj.c U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_syncobj.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_texture.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_texture.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_texturebarrier.c U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_texturebarrier.h U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_viewport.c U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_viewport.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_xformfb.c U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_xformfb.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_context.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_context.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_debug.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_debug.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_draw.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_draw.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_draw_feedback.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_extensions.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_extensions.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_format.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_format.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_gen_mipmap.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_gen_mipmap.h U xenocara/dist/Mesa/src/mesa/state_tracker/st_gl_api.h U xenocara/dist/Mesa/src/mesa/state_tracker/st_glsl_to_tgsi.cpp U xenocara/dist/Mesa/src/mesa/state_tracker/st_glsl_to_tgsi.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_manager.c U xenocara/dist/Mesa/src/mesa/state_tracker/st_manager.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_mesa_to_tgsi.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_mesa_to_tgsi.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_program.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_program.h C xenocara/dist/Mesa/src/mesa/state_tracker/st_texture.c C xenocara/dist/Mesa/src/mesa/state_tracker/st_texture.h N xenocara/dist/Mesa/src/mesa/state_tracker/st_vdpau.c N xenocara/dist/Mesa/src/mesa/state_tracker/st_vdpau.h U xenocara/dist/Mesa/src/mesa/swrast/NOTES U xenocara/dist/Mesa/src/mesa/swrast/s_aaline.c U xenocara/dist/Mesa/src/mesa/swrast/s_aaline.h U xenocara/dist/Mesa/src/mesa/swrast/s_aalinetemp.h U xenocara/dist/Mesa/src/mesa/swrast/s_aatriangle.c U xenocara/dist/Mesa/src/mesa/swrast/s_aatriangle.h U xenocara/dist/Mesa/src/mesa/swrast/s_aatritemp.h U xenocara/dist/Mesa/src/mesa/swrast/s_alpha.c U xenocara/dist/Mesa/src/mesa/swrast/s_alpha.h U xenocara/dist/Mesa/src/mesa/swrast/s_atifragshader.c U xenocara/dist/Mesa/src/mesa/swrast/s_atifragshader.h U xenocara/dist/Mesa/src/mesa/swrast/s_bitmap.c U xenocara/dist/Mesa/src/mesa/swrast/s_blend.c U xenocara/dist/Mesa/src/mesa/swrast/s_blend.h C xenocara/dist/Mesa/src/mesa/swrast/s_blit.c U xenocara/dist/Mesa/src/mesa/swrast/s_chan.h U xenocara/dist/Mesa/src/mesa/swrast/s_clear.c C xenocara/dist/Mesa/src/mesa/swrast/s_context.c C xenocara/dist/Mesa/src/mesa/swrast/s_context.h U xenocara/dist/Mesa/src/mesa/swrast/s_copypix.c C xenocara/dist/Mesa/src/mesa/swrast/s_depth.c U xenocara/dist/Mesa/src/mesa/swrast/s_depth.h C xenocara/dist/Mesa/src/mesa/swrast/s_drawpix.c U xenocara/dist/Mesa/src/mesa/swrast/s_feedback.c U xenocara/dist/Mesa/src/mesa/swrast/s_feedback.h U xenocara/dist/Mesa/src/mesa/swrast/s_fog.c U xenocara/dist/Mesa/src/mesa/swrast/s_fog.h C xenocara/dist/Mesa/src/mesa/swrast/s_fragprog.c U xenocara/dist/Mesa/src/mesa/swrast/s_fragprog.h U xenocara/dist/Mesa/src/mesa/swrast/s_lines.c U xenocara/dist/Mesa/src/mesa/swrast/s_lines.h U xenocara/dist/Mesa/src/mesa/swrast/s_linetemp.h U xenocara/dist/Mesa/src/mesa/swrast/s_logic.c U xenocara/dist/Mesa/src/mesa/swrast/s_logic.h U xenocara/dist/Mesa/src/mesa/swrast/s_masking.c U xenocara/dist/Mesa/src/mesa/swrast/s_masking.h U xenocara/dist/Mesa/src/mesa/swrast/s_points.c U xenocara/dist/Mesa/src/mesa/swrast/s_points.h U xenocara/dist/Mesa/src/mesa/swrast/s_renderbuffer.c U xenocara/dist/Mesa/src/mesa/swrast/s_renderbuffer.h U xenocara/dist/Mesa/src/mesa/swrast/s_span.c U xenocara/dist/Mesa/src/mesa/swrast/s_span.h C xenocara/dist/Mesa/src/mesa/swrast/s_stencil.c U xenocara/dist/Mesa/src/mesa/swrast/s_stencil.h C xenocara/dist/Mesa/src/mesa/swrast/s_texcombine.c U xenocara/dist/Mesa/src/mesa/swrast/s_texture.c U xenocara/dist/Mesa/src/mesa/swrast/s_texcombine.h U xenocara/dist/Mesa/src/mesa/swrast/s_texfetch.c U xenocara/dist/Mesa/src/mesa/swrast/s_texfetch.h U xenocara/dist/Mesa/src/mesa/swrast/s_texfetch_tmp.h C xenocara/dist/Mesa/src/mesa/swrast/s_texfilter.c U xenocara/dist/Mesa/src/mesa/swrast/s_texfilter.h C xenocara/dist/Mesa/src/mesa/swrast/s_texrender.c C xenocara/dist/Mesa/src/mesa/swrast/s_triangle.c U xenocara/dist/Mesa/src/mesa/swrast/s_triangle.h U xenocara/dist/Mesa/src/mesa/swrast/s_tritemp.h U xenocara/dist/Mesa/src/mesa/swrast/s_zoom.c U xenocara/dist/Mesa/src/mesa/swrast/s_zoom.h C xenocara/dist/Mesa/src/mesa/swrast/swrast.h U xenocara/dist/Mesa/src/mesa/swrast_setup/NOTES C xenocara/dist/Mesa/src/mesa/swrast_setup/ss_context.c C xenocara/dist/Mesa/src/mesa/swrast_setup/ss_context.h C xenocara/dist/Mesa/src/mesa/swrast_setup/ss_triangle.c C xenocara/dist/Mesa/src/mesa/swrast_setup/ss_triangle.h C xenocara/dist/Mesa/src/mesa/swrast_setup/ss_tritmp.h C xenocara/dist/Mesa/src/mesa/swrast_setup/ss_vb.h U xenocara/dist/Mesa/src/mesa/swrast_setup/swrast_setup.h U xenocara/dist/Mesa/src/mesa/tnl/NOTES C xenocara/dist/Mesa/src/mesa/tnl/t_context.c U xenocara/dist/Mesa/src/mesa/tnl/t_context.h C xenocara/dist/Mesa/src/mesa/tnl/t_draw.c C xenocara/dist/Mesa/src/mesa/tnl/t_pipeline.c C xenocara/dist/Mesa/src/mesa/tnl/t_pipeline.h C xenocara/dist/Mesa/src/mesa/tnl/t_rasterpos.c C xenocara/dist/Mesa/src/mesa/tnl/t_vb_cliptmp.h C xenocara/dist/Mesa/src/mesa/tnl/t_vb_fog.c U xenocara/dist/Mesa/src/mesa/tnl/t_vb_light.c C xenocara/dist/Mesa/src/mesa/tnl/t_vb_lighttmp.h C xenocara/dist/Mesa/src/mesa/tnl/t_vb_normals.c U xenocara/dist/Mesa/src/mesa/tnl/t_vb_points.c C xenocara/dist/Mesa/src/mesa/tnl/t_vb_program.c C xenocara/dist/Mesa/src/mesa/tnl/t_vb_render.c C xenocara/dist/Mesa/src/mesa/tnl/t_vb_rendertmp.h C xenocara/dist/Mesa/src/mesa/tnl/t_vb_texgen.c C xenocara/dist/Mesa/src/mesa/tnl/t_vb_texmat.c C xenocara/dist/Mesa/src/mesa/tnl/t_vb_vertex.c C xenocara/dist/Mesa/src/mesa/tnl/t_vertex.c C xenocara/dist/Mesa/src/mesa/tnl/t_vertex.h C xenocara/dist/Mesa/src/mesa/tnl/t_vertex_generic.c C xenocara/dist/Mesa/src/mesa/tnl/t_vertex_sse.c C xenocara/dist/Mesa/src/mesa/tnl/t_vp_build.c C xenocara/dist/Mesa/src/mesa/tnl/t_vp_build.h C xenocara/dist/Mesa/src/mesa/tnl/tnl.h C xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_dmatmp.h C xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_dmatmp2.h U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_triemit.h C xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_tritmp.h C xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_unfilled.h C xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_vb.c U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_vertex.h C xenocara/dist/Mesa/src/mesa/vbo/vbo.h U xenocara/dist/Mesa/src/mesa/vbo/vbo_attrib.h C xenocara/dist/Mesa/src/mesa/vbo/vbo_attrib_tmp.h C xenocara/dist/Mesa/src/mesa/vbo/vbo_context.c C xenocara/dist/Mesa/src/mesa/vbo/vbo_context.h C xenocara/dist/Mesa/src/mesa/vbo/vbo_exec.c C xenocara/dist/Mesa/src/mesa/vbo/vbo_exec.h C xenocara/dist/Mesa/src/mesa/vbo/vbo_exec_api.c C xenocara/dist/Mesa/src/mesa/vbo/vbo_exec_array.c C xenocara/dist/Mesa/src/mesa/vbo/vbo_exec_draw.c C xenocara/dist/Mesa/src/mesa/vbo/vbo_exec_eval.c U xenocara/dist/Mesa/src/mesa/vbo/vbo_noop.c U xenocara/dist/Mesa/src/mesa/vbo/vbo_noop.h U xenocara/dist/Mesa/src/mesa/vbo/vbo_primitive_restart.c C xenocara/dist/Mesa/src/mesa/vbo/vbo_rebase.c C xenocara/dist/Mesa/src/mesa/vbo/vbo_save.c C xenocara/dist/Mesa/src/mesa/vbo/vbo_save.h C xenocara/dist/Mesa/src/mesa/vbo/vbo_save_api.c C xenocara/dist/Mesa/src/mesa/vbo/vbo_save_draw.c C xenocara/dist/Mesa/src/mesa/vbo/vbo_save_loopback.c C xenocara/dist/Mesa/src/mesa/vbo/vbo_split.c U xenocara/dist/Mesa/src/mesa/vbo/vbo_split.h C xenocara/dist/Mesa/src/mesa/vbo/vbo_split_copy.c C xenocara/dist/Mesa/src/mesa/vbo/vbo_split_inplace.c U xenocara/dist/Mesa/src/mesa/x86-64/calling_convention.txt U xenocara/dist/Mesa/src/mesa/x86-64/x86-64.c U xenocara/dist/Mesa/src/mesa/x86-64/x86-64.h U xenocara/dist/Mesa/src/mesa/x86-64/xform4.S U xenocara/dist/Mesa/src/mesa/x86/3dnow.c U xenocara/dist/Mesa/src/mesa/x86/3dnow.h U xenocara/dist/Mesa/src/mesa/x86/3dnow_normal.S U xenocara/dist/Mesa/src/mesa/x86/3dnow_xform1.S U xenocara/dist/Mesa/src/mesa/x86/3dnow_xform2.S U xenocara/dist/Mesa/src/mesa/x86/3dnow_xform3.S U xenocara/dist/Mesa/src/mesa/x86/3dnow_xform4.S C xenocara/dist/Mesa/src/mesa/x86/assyntax.h U xenocara/dist/Mesa/src/mesa/x86/clip_args.h U xenocara/dist/Mesa/src/mesa/x86/common_x86.c U xenocara/dist/Mesa/src/mesa/x86/common_x86_asm.S U xenocara/dist/Mesa/src/mesa/x86/common_x86_asm.h U xenocara/dist/Mesa/src/mesa/x86/common_x86_features.h U xenocara/dist/Mesa/src/mesa/x86/gen_matypes.c U xenocara/dist/Mesa/src/mesa/x86/mmx.h U xenocara/dist/Mesa/src/mesa/x86/mmx_blend.S U xenocara/dist/Mesa/src/mesa/x86/mmx_blendtmp.h U xenocara/dist/Mesa/src/mesa/x86/norm_args.h C xenocara/dist/Mesa/src/mesa/x86/read_rgba_span_x86.S U xenocara/dist/Mesa/src/mesa/x86/sse.c U xenocara/dist/Mesa/src/mesa/x86/sse.h U xenocara/dist/Mesa/src/mesa/x86/sse_normal.S U xenocara/dist/Mesa/src/mesa/x86/sse_xform1.S U xenocara/dist/Mesa/src/mesa/x86/sse_xform2.S U xenocara/dist/Mesa/src/mesa/x86/sse_xform3.S U xenocara/dist/Mesa/src/mesa/x86/sse_xform4.S U xenocara/dist/Mesa/src/mesa/x86/x86_cliptest.S U xenocara/dist/Mesa/src/mesa/x86/x86_xform.c U xenocara/dist/Mesa/src/mesa/x86/x86_xform.h U xenocara/dist/Mesa/src/mesa/x86/x86_xform2.S U xenocara/dist/Mesa/src/mesa/x86/x86_xform3.S U xenocara/dist/Mesa/src/mesa/x86/x86_xform4.S U xenocara/dist/Mesa/src/mesa/x86/xform_args.h U xenocara/dist/Mesa/src/mesa/x86/rtasm/x86sse.c U xenocara/dist/Mesa/src/mesa/x86/rtasm/x86sse.h U xenocara/dist/Mesa/src/getopt/SConscript U xenocara/dist/Mesa/src/getopt/getopt.h U xenocara/dist/Mesa/src/getopt/getopt_long.c N xenocara/dist/Mesa/src/hgl/GLDispatcher.cpp N xenocara/dist/Mesa/src/hgl/GLDispatcher.h N xenocara/dist/Mesa/src/hgl/GLRenderer.cpp N xenocara/dist/Mesa/src/hgl/GLRendererRoster.cpp N xenocara/dist/Mesa/src/hgl/GLRendererRoster.h N xenocara/dist/Mesa/src/hgl/GLView.cpp N xenocara/dist/Mesa/src/hgl/SConscript U xenocara/dist/Mesa/docs/ARB_color_buffer_float.txt U xenocara/dist/Mesa/docs/COPYING C xenocara/dist/Mesa/docs/GL3.txt U xenocara/dist/Mesa/docs/README.UVD N xenocara/dist/Mesa/docs/README.VCE C xenocara/dist/Mesa/docs/README.WIN32 U xenocara/dist/Mesa/docs/VERSIONS U xenocara/dist/Mesa/docs/application-issues.html C xenocara/dist/Mesa/docs/autoconf.html U xenocara/dist/Mesa/docs/bugs.html U xenocara/dist/Mesa/docs/conform.html U xenocara/dist/Mesa/docs/contents.html U xenocara/dist/Mesa/docs/debugging.html U xenocara/dist/Mesa/docs/developers.html C xenocara/dist/Mesa/docs/devinfo.html C xenocara/dist/Mesa/docs/dispatch.html U xenocara/dist/Mesa/docs/download.html C xenocara/dist/Mesa/docs/egl.html C xenocara/dist/Mesa/docs/envvars.html U xenocara/dist/Mesa/docs/extensions.html C xenocara/dist/Mesa/docs/faq.html U xenocara/dist/Mesa/docs/gears.png U xenocara/dist/Mesa/docs/helpwanted.html U xenocara/dist/Mesa/docs/index.html C xenocara/dist/Mesa/docs/install.html U xenocara/dist/Mesa/docs/intro.html U xenocara/dist/Mesa/docs/libGL.txt C xenocara/dist/Mesa/docs/license.html U xenocara/dist/Mesa/docs/lists.html C xenocara/dist/Mesa/docs/llvmpipe.html U xenocara/dist/Mesa/docs/mangling.html U xenocara/dist/Mesa/docs/mesa.css C xenocara/dist/Mesa/docs/opengles.html C xenocara/dist/Mesa/docs/openvg.html U xenocara/dist/Mesa/docs/osmesa.html U xenocara/dist/Mesa/docs/patents.txt U xenocara/dist/Mesa/docs/perf.html U xenocara/dist/Mesa/docs/postprocess.html U xenocara/dist/Mesa/docs/precompiled.html C xenocara/dist/Mesa/docs/relnotes.html C xenocara/dist/Mesa/docs/repository.html C xenocara/dist/Mesa/docs/shading.html U xenocara/dist/Mesa/docs/thanks.html U xenocara/dist/Mesa/docs/sourcedocs.html C xenocara/dist/Mesa/docs/sourcetree.html U xenocara/dist/Mesa/docs/systems.html U xenocara/dist/Mesa/docs/utilities.html U xenocara/dist/Mesa/docs/versions.html U xenocara/dist/Mesa/docs/viewperf.html U xenocara/dist/Mesa/docs/vmware-guest.html U xenocara/dist/Mesa/docs/webmaster.html C xenocara/dist/Mesa/docs/xlibdriver.html N xenocara/dist/Mesa/docs/relnotes/10.0.1.html N xenocara/dist/Mesa/docs/relnotes/10.0.2.html N xenocara/dist/Mesa/docs/relnotes/10.0.3.html N xenocara/dist/Mesa/docs/relnotes/10.0.4.html N xenocara/dist/Mesa/docs/relnotes/10.0.5.html N xenocara/dist/Mesa/docs/relnotes/10.0.html N xenocara/dist/Mesa/docs/relnotes/10.1.1.html N xenocara/dist/Mesa/docs/relnotes/10.1.html N xenocara/dist/Mesa/docs/relnotes/10.2.1.html N xenocara/dist/Mesa/docs/relnotes/10.2.2.html N xenocara/dist/Mesa/docs/relnotes/10.2.3.html N xenocara/dist/Mesa/docs/relnotes/10.2.html U xenocara/dist/Mesa/docs/relnotes/3.1 U xenocara/dist/Mesa/docs/relnotes/3.2 U xenocara/dist/Mesa/docs/relnotes/3.2.1 U xenocara/dist/Mesa/docs/relnotes/3.3 U xenocara/dist/Mesa/docs/relnotes/3.4 U xenocara/dist/Mesa/docs/relnotes/3.4.1 U xenocara/dist/Mesa/docs/relnotes/3.4.2 U xenocara/dist/Mesa/docs/relnotes/3.5 U xenocara/dist/Mesa/docs/relnotes/4.0 U xenocara/dist/Mesa/docs/relnotes/4.0.1 U xenocara/dist/Mesa/docs/relnotes/4.0.2 U xenocara/dist/Mesa/docs/relnotes/4.0.3 U xenocara/dist/Mesa/docs/relnotes/4.1 U xenocara/dist/Mesa/docs/relnotes/5.0 U xenocara/dist/Mesa/docs/relnotes/5.0.1 U xenocara/dist/Mesa/docs/relnotes/5.0.2 U xenocara/dist/Mesa/docs/relnotes/5.1 U xenocara/dist/Mesa/docs/relnotes/6.0 U xenocara/dist/Mesa/docs/relnotes/6.0.1 U xenocara/dist/Mesa/docs/relnotes/6.1 U xenocara/dist/Mesa/docs/relnotes/6.2 U xenocara/dist/Mesa/docs/relnotes/6.2.1 U xenocara/dist/Mesa/docs/relnotes/6.3 U xenocara/dist/Mesa/docs/relnotes/6.3.1 U xenocara/dist/Mesa/docs/relnotes/6.3.2 U xenocara/dist/Mesa/docs/relnotes/6.4 U xenocara/dist/Mesa/docs/relnotes/6.4.1.html U xenocara/dist/Mesa/docs/relnotes/6.4.2.html U xenocara/dist/Mesa/docs/relnotes/6.4.html U xenocara/dist/Mesa/docs/relnotes/6.5.1.html U xenocara/dist/Mesa/docs/relnotes/6.5.2.html U xenocara/dist/Mesa/docs/relnotes/6.5.3.html U xenocara/dist/Mesa/docs/relnotes/6.5.html U xenocara/dist/Mesa/docs/relnotes/7.0.1.html U xenocara/dist/Mesa/docs/relnotes/7.0.2.html U xenocara/dist/Mesa/docs/relnotes/7.0.3.html U xenocara/dist/Mesa/docs/relnotes/7.0.4.html U xenocara/dist/Mesa/docs/relnotes/7.0.html U xenocara/dist/Mesa/docs/relnotes/7.1.html U xenocara/dist/Mesa/docs/relnotes/7.10.1.html U xenocara/dist/Mesa/docs/relnotes/7.10.2.html U xenocara/dist/Mesa/docs/relnotes/7.10.3.html U xenocara/dist/Mesa/docs/relnotes/7.10.html U xenocara/dist/Mesa/docs/relnotes/7.11.1.html U xenocara/dist/Mesa/docs/relnotes/7.11.2.html U xenocara/dist/Mesa/docs/relnotes/7.11.html U xenocara/dist/Mesa/docs/relnotes/7.2.html U xenocara/dist/Mesa/docs/relnotes/7.3.html U xenocara/dist/Mesa/docs/relnotes/7.4.1.html U xenocara/dist/Mesa/docs/relnotes/7.4.2.html U xenocara/dist/Mesa/docs/relnotes/7.4.3.html U xenocara/dist/Mesa/docs/relnotes/7.4.4.html U xenocara/dist/Mesa/docs/relnotes/7.4.html U xenocara/dist/Mesa/docs/relnotes/7.5.1.html U xenocara/dist/Mesa/docs/relnotes/7.5.2.html U xenocara/dist/Mesa/docs/relnotes/7.5.html U xenocara/dist/Mesa/docs/relnotes/7.6.1.html U xenocara/dist/Mesa/docs/relnotes/7.6.html U xenocara/dist/Mesa/docs/relnotes/7.7.1.html U xenocara/dist/Mesa/docs/relnotes/7.7.html U xenocara/dist/Mesa/docs/relnotes/7.8.1.html U xenocara/dist/Mesa/docs/relnotes/7.8.2.html U xenocara/dist/Mesa/docs/relnotes/7.8.3.html U xenocara/dist/Mesa/docs/relnotes/7.8.html U xenocara/dist/Mesa/docs/relnotes/7.9.1.html U xenocara/dist/Mesa/docs/relnotes/7.9.2.html U xenocara/dist/Mesa/docs/relnotes/7.9.html U xenocara/dist/Mesa/docs/relnotes/8.0.1.html U xenocara/dist/Mesa/docs/relnotes/8.0.2.html U xenocara/dist/Mesa/docs/relnotes/8.0.3.html U xenocara/dist/Mesa/docs/relnotes/8.0.4.html U xenocara/dist/Mesa/docs/relnotes/8.0.5.html U xenocara/dist/Mesa/docs/relnotes/8.0.html U xenocara/dist/Mesa/docs/relnotes/9.0.1.html U xenocara/dist/Mesa/docs/relnotes/9.0.2.html U xenocara/dist/Mesa/docs/relnotes/9.0.3.html U xenocara/dist/Mesa/docs/relnotes/9.0.html U xenocara/dist/Mesa/docs/relnotes/9.1.1.html U xenocara/dist/Mesa/docs/relnotes/9.1.2.html U xenocara/dist/Mesa/docs/relnotes/9.1.3.html U xenocara/dist/Mesa/docs/relnotes/9.1.4.html U xenocara/dist/Mesa/docs/relnotes/9.1.5.html U xenocara/dist/Mesa/docs/relnotes/9.1.6.html N xenocara/dist/Mesa/docs/relnotes/9.1.7.html U xenocara/dist/Mesa/docs/relnotes/9.1.html U xenocara/dist/Mesa/docs/relnotes/9.2.1.html U xenocara/dist/Mesa/docs/relnotes/9.2.2.html U xenocara/dist/Mesa/docs/relnotes/9.2.3.html U xenocara/dist/Mesa/docs/relnotes/9.2.4.html U xenocara/dist/Mesa/docs/relnotes/9.2.5.html U xenocara/dist/Mesa/docs/relnotes/9.2.html N xenocara/dist/Mesa/docs/specs/EXT_shader_integer_mix.spec U xenocara/dist/Mesa/docs/specs/MESA_agp_offset.spec N xenocara/dist/Mesa/docs/specs/MESA_configless_context.spec U xenocara/dist/Mesa/docs/specs/MESA_copy_sub_buffer.spec U xenocara/dist/Mesa/docs/specs/MESA_drm_image.spec U xenocara/dist/Mesa/docs/specs/MESA_multithread_makecurrent.spec U xenocara/dist/Mesa/docs/specs/MESA_pack_invert.spec U xenocara/dist/Mesa/docs/specs/MESA_pixmap_colormap.spec N xenocara/dist/Mesa/docs/specs/MESA_query_renderer.spec U xenocara/dist/Mesa/docs/specs/MESA_release_buffers.spec U xenocara/dist/Mesa/docs/specs/MESA_set_3dfx_mode.spec U xenocara/dist/Mesa/docs/specs/MESA_shader_debug.spec U xenocara/dist/Mesa/docs/specs/MESA_swap_control.spec U xenocara/dist/Mesa/docs/specs/enums.txt U xenocara/dist/Mesa/docs/specs/MESA_swap_frame_usage.spec U xenocara/dist/Mesa/docs/specs/MESA_texture_array.spec U xenocara/dist/Mesa/docs/specs/MESA_texture_signed_rgba.spec U xenocara/dist/Mesa/docs/specs/MESA_window_pos.spec U xenocara/dist/Mesa/docs/specs/MESA_ycbcr_texture.spec U xenocara/dist/Mesa/docs/specs/WL_bind_wayland_display.spec N xenocara/dist/Mesa/docs/specs/WL_create_wayland_buffer_from_image.spec U xenocara/dist/Mesa/docs/specs/OLD/MESA_packed_depth_stencil.spec U xenocara/dist/Mesa/docs/specs/OLD/MESA_program_debug.spec U xenocara/dist/Mesa/docs/specs/OLD/MESA_resize_buffers.spec U xenocara/dist/Mesa/docs/specs/OLD/MESA_sprite_point.spec U xenocara/dist/Mesa/docs/specs/OLD/MESA_trace.spec C xenocara/dist/Mesa/doxygen/Makefile U xenocara/dist/Mesa/doxygen/README U xenocara/dist/Mesa/doxygen/common.doxy C xenocara/dist/Mesa/doxygen/core_subset.doxy U xenocara/dist/Mesa/doxygen/doxy.bat U xenocara/dist/Mesa/doxygen/gallium.doc U xenocara/dist/Mesa/doxygen/gallium.doxy U xenocara/dist/Mesa/doxygen/gbm.doxy U xenocara/dist/Mesa/doxygen/glapi.doxy U xenocara/dist/Mesa/doxygen/glsl.doxy C xenocara/dist/Mesa/doxygen/header.html U xenocara/dist/Mesa/doxygen/header_subset.html N xenocara/dist/Mesa/doxygen/i965.doxy C xenocara/dist/Mesa/doxygen/main.doxy U xenocara/dist/Mesa/doxygen/math.doxy U xenocara/dist/Mesa/doxygen/math_subset.doxy U xenocara/dist/Mesa/doxygen/radeon_subset.doxy U xenocara/dist/Mesa/doxygen/shader.doxy U xenocara/dist/Mesa/doxygen/swrast.doxy U xenocara/dist/Mesa/doxygen/swrast_setup.doxy U xenocara/dist/Mesa/doxygen/tnl.doxy U xenocara/dist/Mesa/doxygen/tnl_dd.doxy U xenocara/dist/Mesa/doxygen/vbo.doxy U xenocara/dist/Mesa/include/c99_compat.h U xenocara/dist/Mesa/include/CL/cl.h U xenocara/dist/Mesa/include/CL/cl.hpp N xenocara/dist/Mesa/include/CL/cl_d3d10.h N xenocara/dist/Mesa/include/CL/cl_d3d11.h N xenocara/dist/Mesa/include/CL/cl_dx9_media_sharing.h N xenocara/dist/Mesa/include/CL/cl_egl.h U xenocara/dist/Mesa/include/CL/cl_ext.h U xenocara/dist/Mesa/include/CL/cl_gl.h U xenocara/dist/Mesa/include/CL/cl_gl_ext.h U xenocara/dist/Mesa/include/CL/cl_platform.h U xenocara/dist/Mesa/include/CL/opencl.h U xenocara/dist/Mesa/include/EGL/egl.h C xenocara/dist/Mesa/include/EGL/eglext.h U xenocara/dist/Mesa/include/EGL/eglmesaext.h U xenocara/dist/Mesa/include/EGL/eglplatform.h C xenocara/dist/Mesa/include/GL/gl.h C xenocara/dist/Mesa/include/GL/gl_mangle.h C xenocara/dist/Mesa/include/GL/glext.h C xenocara/dist/Mesa/include/GL/glx.h U xenocara/dist/Mesa/include/GL/glx_mangle.h C xenocara/dist/Mesa/include/GL/glxext.h U xenocara/dist/Mesa/include/GL/osmesa.h U xenocara/dist/Mesa/include/GL/wglext.h U xenocara/dist/Mesa/include/GL/wmesa.h C xenocara/dist/Mesa/include/GL/internal/dri_interface.h C xenocara/dist/Mesa/include/GL/internal/sarea.h U xenocara/dist/Mesa/include/GLES/egl.h U xenocara/dist/Mesa/include/GLES/gl.h C xenocara/dist/Mesa/include/GLES/glext.h U xenocara/dist/Mesa/include/GLES/glplatform.h C xenocara/dist/Mesa/include/GLES2/gl2.h C xenocara/dist/Mesa/include/GLES2/gl2ext.h U xenocara/dist/Mesa/include/GLES2/gl2platform.h U xenocara/dist/Mesa/include/GLES3/gl3.h N xenocara/dist/Mesa/include/GLES3/gl31.h U xenocara/dist/Mesa/include/GLES3/gl3ext.h U xenocara/dist/Mesa/include/GLES3/gl3platform.h N xenocara/dist/Mesa/include/HaikuGL/GLRenderer.h N xenocara/dist/Mesa/include/HaikuGL/GLView.h N xenocara/dist/Mesa/include/HaikuGL/OpenGLKit.h N xenocara/dist/Mesa/include/HaikuGL/README U xenocara/dist/Mesa/include/KHR/khrplatform.h U xenocara/dist/Mesa/include/VG/openvg.h U xenocara/dist/Mesa/include/VG/vgext.h U xenocara/dist/Mesa/include/VG/vgplatform.h U xenocara/dist/Mesa/include/VG/vgu.h N xenocara/dist/Mesa/include/c11/threads.h N xenocara/dist/Mesa/include/c11/threads_posix.h N xenocara/dist/Mesa/include/c11/threads_win32.h U xenocara/dist/Mesa/include/c99/inttypes.h U xenocara/dist/Mesa/include/c99/stdbool.h U xenocara/dist/Mesa/include/c99/stdint.h U xenocara/dist/Mesa/include/pci_ids/i810_pci_ids.h U xenocara/dist/Mesa/include/pci_ids/i915_pci_ids.h C xenocara/dist/Mesa/include/pci_ids/i965_pci_ids.h U xenocara/dist/Mesa/include/pci_ids/r200_pci_ids.h U xenocara/dist/Mesa/include/pci_ids/r300_pci_ids.h C xenocara/dist/Mesa/include/pci_ids/r600_pci_ids.h U xenocara/dist/Mesa/include/pci_ids/radeon_pci_ids.h U xenocara/dist/Mesa/include/pci_ids/radeonsi_pci_ids.h U xenocara/dist/Mesa/include/pci_ids/vmwgfx_pci_ids.h N xenocara/dist/Mesa/m4/ax_check_compile_flag.m4 N xenocara/dist/Mesa/m4/ax_gcc_builtin.m4 U xenocara/dist/Mesa/m4/ax_prog_bison.m4 U xenocara/dist/Mesa/m4/ax_prog_flex.m4 U xenocara/dist/Mesa/m4/ax_pthread.m4 U xenocara/dist/Mesa/scons/crossmingw.py C xenocara/dist/Mesa/scons/custom.py U xenocara/dist/Mesa/scons/dxsdk.py U xenocara/dist/Mesa/scons/fixes.py C xenocara/dist/Mesa/scons/gallium.py C xenocara/dist/Mesa/scons/llvm.py U xenocara/dist/Mesa/scons/source_list.py U xenocara/dist/Mesa/scons/x11.py 1211 conflicts created by this import. Use the following command to help the merge: cvs checkout -jmesa:yesterday -jmesa xenocara/dist/Mesa CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/09 14:37:20 Modified files: lib/libssl/src/apps: apps.c Log message: move a comment CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/07/09 14:49:36 Modified files: x11/keybinder : Makefile x11/keybinder/pkg: PLIST-main Log message: Use MODULES=x11/gnome for ease of maintenance and Makefile simplification. Prompted by and ok landry@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/07/09 14:52:58 Log message: Import x11/keybinder3. Keybinder3 is a GTK+3 library for registering keyboard shortcuts. tweaking and ok landry@ Status: Vendor Tag: bcallah Release Tags: bcallah_20140709 N ports/x11/keybinder3/Makefile N ports/x11/keybinder3/distinfo N ports/x11/keybinder3/pkg/PLIST N ports/x11/keybinder3/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/07/09 14:53:23 Modified files: x11 : Makefile Log message: +keybinder3 CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 14:55:35 Log message: KTorrent is a bittorrent application for KDE which allows you to download files using the BitTorrent protocol. It enables you to run multiple torrents at the same time and comes with extended features to make it a full-featured client for BitTorrent. okay landry@ Status: Vendor Tag: zhuk Release Tags: zhuk_20140709 N ports/net/ktorrent-kde4/Makefile N ports/net/ktorrent-kde4/distinfo N ports/net/ktorrent-kde4/pkg/DESCR N ports/net/ktorrent-kde4/pkg/PLIST N ports/net/ktorrent-kde4/patches/patch-plugins_ipfilter_tests_CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/09 14:59:41 Modified files: lib/libssl/src/apps: s_client.c s_server.c Log message: clean up if 0/if 1 code. we don't care anymore. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/09 15:02:35 Modified files: lib/libssl/src/apps: apps.c dhparam.c dsa.c dsaparam.c gendsa.c genrsa.c req.c rsa.c rsautl.c s_server.c speed.c x509.c Log message: unifdef a whole bunch of NO RSA/DSA/ECDH defines i deleted from libssl CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2014/07/09 15:09:01 Modified files: dist/Mesa : SConstruct common.py configure.ac dist/Mesa/bin : config.guess config.sub dist/Mesa/docs : GL3.txt README.WIN32 autoconf.html devinfo.html dispatch.html egl.html envvars.html faq.html install.html license.html llvmpipe.html opengles.html openvg.html relnotes.html repository.html shading.html sourcetree.html xlibdriver.html dist/Mesa/doxygen: Makefile core_subset.doxy header.html main.doxy dist/Mesa/include/CL: cl_d3d10.h cl_d3d11.h cl_dx9_media_sharing.h dist/Mesa/include/EGL: egl.h eglext.h eglplatform.h dist/Mesa/include/GL: gl.h gl_mangle.h glext.h glx.h glxext.h dist/Mesa/include/GL/internal: dri_interface.h sarea.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/GLES3: gl31.h dist/Mesa/include/KHR: khrplatform.h dist/Mesa/include/VG: openvg.h vgext.h vgplatform.h vgu.h dist/Mesa/include/pci_ids: i965_pci_ids.h r600_pci_ids.h dist/Mesa/scons: custom.py gallium.py llvm.py dist/Mesa/src : SConscript dist/Mesa/src/egl/drivers/dri2: egl_dri2.c egl_dri2.h platform_drm.c platform_wayland.c platform_x11.c dist/Mesa/src/egl/main: eglapi.c eglapi.h eglcompiler.h eglconfig.c eglconfig.h eglcontext.c eglcontext.h eglcurrent.c egldefines.h egldisplay.c egldisplay.h egldriver.c egldriver.h 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 egltypedefs.h dist/Mesa/src/egl/wayland/wayland-drm: wayland-drm.c wayland-drm.h dist/Mesa/src/egl/wayland/wayland-egl: wayland-egl.c dist/Mesa/src/gallium: SConscript dist/Mesa/src/gallium/auxiliary/cso_cache: cso_cache.c cso_cache.h cso_context.c cso_context.h cso_hash.c cso_hash.h dist/Mesa/src/gallium/auxiliary/draw: draw_context.c draw_context.h draw_gs.c draw_gs.h draw_llvm.c draw_llvm.h draw_llvm_sample.c draw_pipe.c draw_pipe.h draw_pipe_aaline.c draw_pipe_aapoint.c draw_pipe_clip.c draw_pipe_cull.c draw_pipe_flatshade.c draw_pipe_offset.c draw_pipe_pstipple.c draw_pipe_stipple.c draw_pipe_twoside.c draw_pipe_unfilled.c draw_pipe_util.c draw_pipe_validate.c draw_pipe_vbuf.c draw_pipe_wide_line.c draw_pipe_wide_point.c draw_private.h draw_pt.c draw_pt.h draw_pt_emit.c draw_pt_fetch.c draw_pt_fetch_emit.c draw_pt_fetch_shade_emit.c draw_pt_fetch_shade_pipeline.c draw_pt_post_vs.c draw_pt_util.c draw_pt_vsplit.c draw_pt_vsplit_tmp.h draw_vbuf.h draw_vertex.c draw_vertex.h draw_vs.c draw_vs.h draw_vs_exec.c draw_vs_variant.c dist/Mesa/src/gallium/auxiliary/gallivm: lp_bld_arit.c lp_bld_arit.h lp_bld_conv.c lp_bld_debug.cpp lp_bld_debug.h lp_bld_format.h lp_bld_format_soa.c lp_bld_init.c lp_bld_logic.c lp_bld_logic.h lp_bld_misc.cpp lp_bld_pack.c lp_bld_sample.c lp_bld_sample.h lp_bld_sample_aos.c lp_bld_sample_soa.c lp_bld_swizzle.c lp_bld_tgsi.h lp_bld_tgsi_info.c lp_bld_tgsi_soa.c dist/Mesa/src/gallium/auxiliary/indices: u_indices.c u_indices.h u_indices_gen.py u_indices_priv.h u_unfilled_gen.py u_unfilled_indices.c dist/Mesa/src/gallium/auxiliary/os: os_misc.h os_thread.h dist/Mesa/src/gallium/auxiliary/pipebuffer: pb_buffer.h pb_buffer_fenced.h pb_buffer_malloc.c pb_bufmgr.h pb_bufmgr_alt.c pb_bufmgr_cache.c pb_bufmgr_debug.c pb_bufmgr_mm.c pb_bufmgr_ondemand.c pb_bufmgr_pool.c pb_bufmgr_slab.c pb_validate.c pb_validate.h dist/Mesa/src/gallium/auxiliary/rtasm: rtasm_cpu.c rtasm_cpu.h rtasm_execmem.c rtasm_x86sse.h dist/Mesa/src/gallium/auxiliary/tgsi: tgsi_build.c tgsi_build.h tgsi_dump.c tgsi_dump.h tgsi_exec.c tgsi_exec.h tgsi_info.c tgsi_info.h tgsi_iterate.c tgsi_iterate.h tgsi_opcode_tmp.h tgsi_parse.c tgsi_parse.h tgsi_sanity.c tgsi_sanity.h tgsi_scan.c tgsi_scan.h tgsi_text.c tgsi_text.h tgsi_transform.c tgsi_transform.h tgsi_ureg.c tgsi_ureg.h tgsi_util.c tgsi_util.h dist/Mesa/src/gallium/auxiliary/translate: translate.c translate.h translate_cache.c translate_cache.h translate_generic.c translate_sse.c dist/Mesa/src/gallium/auxiliary/util: u_blit.c u_blit.h u_blitter.c u_blitter.h u_clear.h u_cpu_detect.c u_cpu_detect.h u_debug.c u_debug.h u_debug_memory.c u_double_list.h u_draw.h u_draw_quad.c u_draw_quad.h u_dump.h u_dump_defines.c u_format.c u_format.csv u_format.h u_format_pack.py u_format_parse.py u_format_r11g11b10f.h u_format_table.py u_gen_mipmap.c u_gen_mipmap.h u_handle_table.c u_handle_table.h u_hash_table.c u_hash_table.h u_index_modify.c u_inlines.h u_keymap.c u_keymap.h u_math.c u_math.h u_memory.h u_pack_color.h u_pointer.h u_prim.h u_pstipple.c u_pstipple.h u_rect.h u_simple_shaders.c u_simple_shaders.h u_sse.h u_string.h u_surface.c u_texture.c u_texture.h u_tile.c u_tile.h u_time.h u_upload_mgr.c u_upload_mgr.h dist/Mesa/src/gallium/auxiliary/vl: vl_compositor.c vl_compositor.h vl_csc.c vl_csc.h dist/Mesa/src/gallium/docs: d3d11ddi.txt dist/Mesa/src/gallium/docs/source: context.rst distro.rst index.rst screen.rst tgsi.rst dist/Mesa/src/gallium/docs/source/cso: dsa.rst rasterizer.rst dist/Mesa/src/gallium/drivers/galahad: glhd_context.c glhd_screen.c dist/Mesa/src/gallium/drivers/i915: i915_batch.h i915_batchbuffer.h i915_blit.c i915_blit.h i915_clear.c i915_context.c i915_context.h i915_debug.c i915_debug.h i915_debug_fp.c i915_flush.c i915_fpc.h i915_fpc_emit.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_immediate.c i915_state_inlines.h i915_state_sampler.c i915_state_static.c i915_surface.c dist/Mesa/src/gallium/drivers/identity: SConscript id_context.c id_screen.c dist/Mesa/src/gallium/drivers/llvmpipe: SConscript lp_clear.c lp_clear.h lp_context.c lp_context.h lp_debug.h lp_draw_arrays.c lp_flush.c lp_flush.h lp_jit.c lp_jit.h lp_query.c lp_query.h lp_rast.c lp_rast.h lp_rast_debug.c lp_rast_priv.h lp_rast_tri.c lp_scene.c lp_scene.h lp_screen.c lp_screen.h lp_setup.c lp_setup.h lp_setup_context.h lp_setup_line.c lp_setup_point.c lp_setup_tri.c lp_setup_vbuf.c lp_state.h lp_state_blend.c lp_state_clip.c lp_state_derived.c lp_state_fs.c lp_state_rasterizer.c lp_state_sampler.c lp_state_setup.c lp_state_surface.c lp_state_vertex.c lp_state_vs.c lp_surface.c lp_surface.h lp_tex_sample.c lp_tex_sample.h lp_texture.c lp_texture.h dist/Mesa/src/gallium/drivers/noop: noop_pipe.c noop_state.c dist/Mesa/src/gallium/drivers/nouveau: nouveau_buffer.c nouveau_buffer.h nouveau_context.h nouveau_mm.c nouveau_screen.c nouveau_screen.h nouveau_winsys.h dist/Mesa/src/gallium/drivers/r300: r300_blit.c r300_chipset.c r300_chipset.h r300_context.c r300_context.h r300_cs.h r300_emit.c r300_flush.c r300_screen.c r300_state.c r300_state_derived.c r300_texture.c r300_texture_desc.c dist/Mesa/src/gallium/drivers/r600: eg_asm.c evergreen_state.c evergreend.h r600_asm.c r600_asm.h r600_blit.c r600_formats.h r600_llvm.h r600_pipe.c r600_pipe.h r600_shader.c r600_shader.h r600_state.c r600_state_common.c r600d.h dist/Mesa/src/gallium/drivers/r600/sb: sb_bc_parser.cpp sb_core.cpp dist/Mesa/src/gallium/drivers/radeon: radeon_llvm_emit.c dist/Mesa/src/gallium/drivers/rbug: rbug_context.c rbug_core.c rbug_screen.c dist/Mesa/src/gallium/drivers/softpipe: SConscript sp_clear.c sp_clear.h sp_context.c sp_context.h sp_draw_arrays.c sp_flush.c sp_flush.h sp_fs.h sp_fs_exec.c sp_prim_vbuf.c sp_prim_vbuf.h sp_quad.h sp_quad_blend.c sp_quad_depth_test.c sp_quad_fs.c sp_quad_pipe.c sp_quad_pipe.h sp_query.c sp_query.h sp_screen.c sp_screen.h sp_setup.c sp_setup.h sp_state.h sp_state_blend.c sp_state_clip.c sp_state_derived.c sp_state_rasterizer.c sp_state_sampler.c sp_state_shader.c sp_state_surface.c sp_state_vertex.c sp_surface.c sp_surface.h sp_tex_sample.c sp_tex_sample.h sp_tex_tile_cache.c sp_tex_tile_cache.h sp_texture.c sp_texture.h sp_tile_cache.c sp_tile_cache.h dist/Mesa/src/gallium/drivers/svga: svga_cmd.c svga_cmd.h svga_context.c svga_context.h svga_draw.c svga_draw.h svga_draw_arrays.c svga_draw_elements.c svga_pipe_blit.c svga_pipe_clear.c svga_pipe_constants.c svga_pipe_draw.c svga_pipe_fs.c svga_pipe_misc.c svga_pipe_query.c svga_pipe_rasterizer.c svga_pipe_sampler.c svga_pipe_vertex.c svga_pipe_vs.c svga_resource_buffer.c svga_resource_buffer.h svga_resource_buffer_upload.c svga_resource_texture.c svga_sampler_view.c svga_screen.c svga_screen.h svga_screen_cache.c 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_swtnl_draw.c svga_swtnl_state.c svga_tgsi.c svga_tgsi.h svga_tgsi_decl_sm30.c svga_tgsi_emit.h svga_tgsi_insn.c svga_winsys.h dist/Mesa/src/gallium/drivers/svga/include: svga3d_caps.h svga3d_reg.h svga3d_shaderdefs.h svga_escape.h svga_overlay.h svga_reg.h svga_types.h dist/Mesa/src/gallium/drivers/svga/svgadump: svga_dump.c dist/Mesa/src/gallium/drivers/trace: SConscript tr_context.c tr_context.h tr_dump.c tr_dump.h tr_dump_state.c tr_dump_state.h tr_screen.c tr_screen.h tr_texture.c tr_texture.h trace.xsl 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 p_video_state.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: SConscript dist/Mesa/src/gallium/state_trackers/egl/common: egl_g3d_api.c egl_g3d_image.c native.h native_helper.c native_helper.h native_wayland_bufmgr.h dist/Mesa/src/gallium/state_trackers/egl/drm: native_drm.c native_drm.h dist/Mesa/src/gallium/state_trackers/egl/wayland: native_drm.c native_wayland.c dist/Mesa/src/gallium/state_trackers/egl/x11: native_dri2.c native_ximage.c dist/Mesa/src/gallium/state_trackers/gbm: gbm_gallium_drmint.h dist/Mesa/src/gallium/state_trackers/glx/xlib: SConscript glx_api.c xm_api.c xm_api.h dist/Mesa/src/gallium/state_trackers/vega: SConscript api_masks.c api_misc.c paint.c renderer.c vg_context.c vg_context.h vg_translate.c dist/Mesa/src/gallium/state_trackers/wgl: SConscript stw_context.c stw_context.h stw_device.c stw_device.h stw_ext_extensionsstring.c stw_ext_pixelformat.c stw_ext_swapinterval.c stw_framebuffer.h stw_getprocaddress.c stw_pixelformat.c stw_pixelformat.h stw_tls.c stw_tls.h stw_wgl.c dist/Mesa/src/gallium/targets/dri-vmwgfx: target.c dist/Mesa/src/gallium/targets/egl-static: SConscript egl.c egl_pipe.c dist/Mesa/src/gallium/targets/gbm: gbm.c dist/Mesa/src/gallium/targets/graw-xlib: graw_xlib.c dist/Mesa/src/gallium/targets/libgl-xlib: SConscript xlib.c dist/Mesa/src/gallium/tests/graw: SConscript clear.c fs-test.c gs-test.c quad-sample.c quad-tex.c shader-leak.c tri-gs.c tri-instanced.c tri.c vs-test.c dist/Mesa/src/gallium/tests/trivial: quad-tex.c tri.c dist/Mesa/src/gallium/tools/trace: dump.py format.py model.py parse.py dist/Mesa/src/gallium/winsys/i915/drm: i915_drm_buffer.c dist/Mesa/src/gallium/winsys/nouveau/drm: nouveau_drm_winsys.c 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_public.h radeon_drm_winsys.c radeon_drm_winsys.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/fbdev: fbdev_sw_winsys.c dist/Mesa/src/gallium/winsys/sw/wayland: wayland_sw_winsys.c dist/Mesa/src/gbm/backends/dri: gbm_dri.c gbm_driint.h dist/Mesa/src/gbm/main: gbm.c gbm.h gbmint.h dist/Mesa/src/getopt: getopt.h getopt_long.c dist/Mesa/src/glsl: SConscript ast.h ast_function.cpp ast_to_hir.cpp ast_type.cpp glsl_lexer.cpp glsl_lexer.ll glsl_parser.cpp glsl_parser.h glsl_parser.yy 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_function_detect_recursion.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 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_copy_propagation_elements.cpp opt_dead_code_local.cpp opt_dead_functions.cpp opt_function_inlining.cpp opt_if_simplification.cpp opt_redundant_jumps.cpp opt_structure_splitting.cpp opt_tree_grafting.cpp ralloc.c s_expression.cpp dist/Mesa/src/glsl/glcpp: glcpp-lex.c glcpp-lex.l glcpp-parse.c glcpp-parse.h glcpp-parse.y glcpp.c dist/Mesa/src/glsl/glcpp/tests: 063-comments.c.expected 086-reserved-macro-names.c.expected 094-divide-by-zero-short-circuit.c.expected dist/Mesa/src/glx: XF86dri.c applegl_glx.c clientattrib.c dri2.c dri2.h dri2_glx.c dri_common.c dri_common.h dri_glx.c drisw_glx.c glx_pbuffer.c glxclient.h glxcmds.c glxcurrent.c glxext.c glxextensions.c glxextensions.h indirect_glx.c indirect_vertex_array.c singlepix.c xf86dri.h xf86dristr.h dist/Mesa/src/glx/apple: Makefile apple_glx_context.c apple_visual.c dist/Mesa/src/mapi/glapi: SConscript glapi.c glapi.h dist/Mesa/src/mapi/glapi/gen: ARB_robustness.xml es_EXT.xml glX_proto_recv.py glX_proto_send.py gl_API.xml gl_XML.py gl_and_es_API.xml gl_enums.py gl_gentable.py dist/Mesa/src/mesa: SConscript dist/Mesa/src/mesa/drivers: SConscript dist/Mesa/src/mesa/drivers/common: driverfuncs.c meta.c meta.h dist/Mesa/src/mesa/drivers/dri/common: dri_util.c dri_util.h utils.c utils.h xmlconfig.c dist/Mesa/src/mesa/drivers/dri/i915: i830_context.c i830_context.h i830_reg.h i830_state.c i830_texblend.c i830_texstate.c i830_vtbl.c i915_context.c i915_context.h i915_debug.h i915_debug_fp.c i915_fragprog.c i915_program.c i915_program.h i915_reg.h i915_state.c i915_tex_layout.c i915_texstate.c i915_vtbl.c intel_batchbuffer.c intel_context.c intel_context.h intel_pixel.c intel_pixel_read.c intel_reg.h intel_render.c intel_screen.c intel_screen.h intel_state.c intel_tex.h intel_tris.c intel_tris.h dist/Mesa/src/mesa/drivers/dri/i965: brw_cc.c brw_clip.c brw_clip.h brw_clip_line.c brw_clip_point.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.h brw_draw_upload.c brw_eu.c brw_eu.h brw_eu_emit.c brw_fs.cpp brw_fs.h brw_fs_reg_allocate.cpp brw_fs_visitor.cpp brw_gs.c brw_gs.h brw_gs_emit.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_shader.cpp brw_shader.h brw_state.h brw_state_batch.c brw_state_cache.c brw_state_dump.c brw_state_upload.c brw_structs.h brw_tex.c brw_tex_layout.c brw_urb.c brw_util.c brw_util.h brw_vs.c brw_vs.h brw_vs_state.c brw_vs_surface_state.c brw_wm.c brw_wm.h brw_wm_sampler_state.c brw_wm_state.c brw_wm_surface_state.c gen6_clip_state.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 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 intel_batchbuffer.c intel_batchbuffer.h intel_blit.c intel_blit.h intel_buffer_objects.c intel_buffer_objects.h intel_buffers.c intel_mipmap_tree.c intel_mipmap_tree.h intel_pixel_bitmap.c intel_pixel_copy.c intel_reg.h intel_screen.c intel_screen.h intel_state.c intel_tex.c intel_tex.h intel_tex_validate.c dist/Mesa/src/mesa/drivers/dri/nouveau: nouveau_bufferobj.c nouveau_context.c nouveau_context.h nouveau_driver.c nouveau_driver.h nouveau_fbo.c nouveau_screen.c nouveau_screen.h nouveau_state.c nouveau_surface.h nouveau_texture.c nouveau_util.h nouveau_vbo_t.c nv04_context.c nv04_state_fb.c nv04_state_frag.c nv04_state_raster.c nv04_state_tex.c nv04_surface.c nv10_context.c nv10_state_fb.c nv10_state_frag.c nv10_state_raster.c nv10_state_tex.c nv10_state_tnl.c nv20_context.c nv20_state_fb.c nv20_state_tex.c nv20_state_tnl.c dist/Mesa/src/mesa/drivers/dri/r200: r200_blit.c r200_blit.h r200_cmdbuf.c r200_context.c r200_context.h r200_fragshader.c r200_ioctl.c r200_ioctl.h r200_maos.h r200_maos_arrays.c r200_sanity.c r200_state.c r200_state.h r200_state_init.c r200_swtcl.c r200_swtcl.h r200_tcl.c r200_tcl.h r200_tex.c r200_tex.h r200_texstate.c r200_vertprog.c dist/Mesa/src/mesa/drivers/dri/radeon: radeon_blit.c radeon_blit.h radeon_buffer_objects.c radeon_cmdbuf.h radeon_common.c radeon_common.h radeon_common_context.c radeon_common_context.h radeon_context.c radeon_context.h radeon_debug.c radeon_fbo.c radeon_ioctl.c radeon_maos.h radeon_maos_arrays.c radeon_maos_vbtmp.h radeon_maos_verts.c radeon_mipmap_tree.c radeon_mipmap_tree.h radeon_queryobj.c radeon_sanity.c radeon_screen.c radeon_screen.h radeon_span.c radeon_span.h radeon_state.c radeon_state_init.c radeon_swtcl.c radeon_swtcl.h radeon_tcl.c radeon_tcl.h radeon_tex.c radeon_tex_copy.c radeon_texstate.c radeon_texture.c radeon_texture.h dist/Mesa/src/mesa/drivers/dri/swrast: swrast.c dist/Mesa/src/mesa/drivers/osmesa: osmesa.c dist/Mesa/src/mesa/drivers/windows/gdi: wmesa.c dist/Mesa/src/mesa/drivers/x11: fakeglx.c glxapi.c glxapi.h xm_api.c xm_buffer.c xm_dd.c xm_line.c xm_tri.c xmesaP.h dist/Mesa/src/mesa/main: accum.c api_arrayelt.c api_loopback.c api_loopback.h api_validate.c api_validate.h arbprogram.c arrayobj.c arrayobj.h attrib.c blend.c blend.h bufferobj.c bufferobj.h buffers.c clear.c colortab.c compiler.h condrender.c config.h context.c context.h convolve.c dd.h debug.c debug.h dlist.c dlist.h drawpix.c enable.c enums.h execmem.c extensions.c fbobject.c fbobject.h ff_fragment_shader.cpp ffvertex_prog.c ffvertex_prog.h formats.c formats.h framebuffer.c framebuffer.h get.c get.h getstring.c glheader.h hash.c hash.h imports.c imports.h lines.c macros.h matrix.c mipmap.c mipmap.h mtypes.h multisample.c multisample.h pack.c pbo.c queryobj.c rastpos.c readpix.c renderbuffer.c samplerobj.c samplerobj.h scissor.c scissor.h shaderapi.c shaderobj.c shared.c state.c syncobj.c syncobj.h texcompress.c texcompress.h texcompress_fxt1.c texcompress_fxt1.h texcompress_rgtc.c texcompress_rgtc.h texcompress_rgtc_tmp.h texcompress_s3tc.c texcompress_s3tc.h texenv.c texformat.c texformat.h texgetimage.c texgetimage.h teximage.c teximage.h texobj.c texobj.h texparam.c texstate.c texstore.c texstore.h transformfeedback.c uniforms.c uniforms.h varray.c varray.h version.c viewport.c viewport.h vtxfmt.c vtxfmt.h dist/Mesa/src/mesa/math: m_clip_tmp.h m_debug_util.h m_matrix.c m_matrix.h dist/Mesa/src/mesa/program: ir_to_mesa.cpp lex.yy.c prog_cache.c prog_cache.h prog_execute.c prog_instruction.h prog_print.c prog_statevars.c prog_statevars.h program.c program_parse.tab.c program_parse.tab.h program_parse.y programopt.c 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_constbuf.h 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_shader.h st_atom_stipple.c st_atom_texture.c st_atom_viewport.c st_cache.h st_cb_bitmap.c st_cb_bitmap.h st_cb_blit.c st_cb_blit.h st_cb_bufferobjects.c st_cb_bufferobjects.h st_cb_clear.c st_cb_clear.h st_cb_drawpixels.c st_cb_drawpixels.h st_cb_drawtex.c st_cb_drawtex.h st_cb_eglimage.c st_cb_fbo.c st_cb_fbo.h 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_strings.c st_cb_strings.h st_cb_syncobj.c st_cb_texture.c st_cb_texture.h st_cb_texturebarrier.c st_cb_xformfb.c st_context.c st_context.h st_debug.c st_debug.h st_draw.c st_draw.h st_draw_feedback.c st_extensions.c st_extensions.h 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_blit.c s_context.c s_context.h s_depth.c s_drawpix.c s_fragprog.c s_stencil.c s_texcombine.c s_texfilter.c s_texrender.c s_triangle.c swrast.h dist/Mesa/src/mesa/swrast_setup: ss_context.c ss_context.h ss_triangle.c ss_triangle.h ss_tritmp.h ss_vb.h dist/Mesa/src/mesa/tnl: t_context.c t_draw.c t_pipeline.c t_pipeline.h t_rasterpos.c t_vb_cliptmp.h t_vb_fog.c t_vb_lighttmp.h t_vb_normals.c t_vb_program.c t_vb_render.c t_vb_rendertmp.h t_vb_texgen.c t_vb_texmat.c t_vb_vertex.c t_vertex.c t_vertex.h t_vertex_generic.c t_vertex_sse.c t_vp_build.c t_vp_build.h tnl.h dist/Mesa/src/mesa/tnl_dd: t_dd_dmatmp.h t_dd_dmatmp2.h t_dd_tritmp.h t_dd_unfilled.h t_dd_vb.c dist/Mesa/src/mesa/vbo: vbo.h vbo_attrib_tmp.h vbo_context.c vbo_context.h vbo_exec.c vbo_exec.h vbo_exec_api.c vbo_exec_array.c vbo_exec_draw.c vbo_exec_eval.c vbo_rebase.c vbo_save.c vbo_save.h vbo_save_api.c vbo_save_draw.c vbo_save_loopback.c vbo_split.c vbo_split_copy.c vbo_split_inplace.c dist/Mesa/src/mesa/x86: assyntax.h read_rgba_span_x86.S Removed files: dist/Mesa/docs : README.CYGWIN README.MITS README.QUAKE README.THREADS dist/Mesa/include/pci_ids: pci_id_driver_map.h dist/Mesa/m4 : ax_prog_cc_for_build.m4 ax_prog_cxx_for_build.m4 ax_python_module.m4 dist/Mesa/src/egl: Makefile.am Makefile.in dist/Mesa/src/egl/drivers: Makefile.am Makefile.in dist/Mesa/src/egl/drivers/dri2: common.c dist/Mesa/src/egl/drivers/glx: Makefile.am Makefile.in egl_glx.c dist/Mesa/src/gallium/auxiliary/postprocess: pp_program.h dist/Mesa/src/gallium/auxiliary/vl: vl_winsys_xsp.c dist/Mesa/src/gallium/drivers/freedreno/a2xx: Makefile.am Makefile.in dist/Mesa/src/gallium/drivers/freedreno/a3xx: Makefile.am Makefile.in ir-a3xx.c ir-a3xx.h dist/Mesa/src/gallium/drivers/ilo/include: intel_chipset.h intel_reg.h dist/Mesa/src/gallium/drivers/nv30: Android.mk Makefile.am Makefile.in Makefile.sources nv01_2d.xml.h nv30-40_3d.xml.h nv30_clear.c nv30_context.c nv30_context.h nv30_draw.c nv30_format.c nv30_format.h nv30_fragprog.c nv30_fragtex.c nv30_miptree.c nv30_push.c nv30_query.c nv30_resource.c nv30_resource.h nv30_screen.c nv30_screen.h nv30_state.c nv30_state.h nv30_state_validate.c nv30_texture.c nv30_transfer.c nv30_transfer.h nv30_vbo.c nv30_vertprog.c nv30_vertprog.h nv30_winsys.h nv40_vertprog.h nv40_verttex.c nvfx_fragprog.c nvfx_shader.h nvfx_vertprog.c dist/Mesa/src/gallium/drivers/nv50: Android.mk Makefile.am Makefile.in Makefile.sources nv50_2d.xml.h nv50_3d.xml.h nv50_3ddefs.xml.h nv50_blit.h nv50_context.c nv50_context.h nv50_debug.h nv50_defs.xml.h nv50_draw.c nv50_formats.c nv50_miptree.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_stateobj.h nv50_stateobj_tex.h nv50_surface.c nv50_tex.c nv50_texture.xml.h nv50_transfer.c nv50_transfer.h nv50_vbo.c nv50_winsys.h nv84_video.c nv84_video.h nv84_video_bsp.c nv84_video_vp.c dist/Mesa/src/gallium/drivers/nv50/codegen: nv50_ir.cpp nv50_ir.h nv50_ir_bb.cpp nv50_ir_build_util.cpp nv50_ir_build_util.h nv50_ir_driver.h nv50_ir_emit_nv50.cpp nv50_ir_from_tgsi.cpp nv50_ir_graph.cpp nv50_ir_graph.h nv50_ir_inlines.h nv50_ir_lowering_nv50.cpp nv50_ir_peephole.cpp nv50_ir_print.cpp nv50_ir_ra.cpp nv50_ir_ssa.cpp nv50_ir_target.cpp nv50_ir_target.h nv50_ir_target_nv50.cpp nv50_ir_target_nv50.h nv50_ir_util.cpp nv50_ir_util.h dist/Mesa/src/gallium/drivers/nvc0: Android.mk Makefile.am Makefile.in Makefile.sources 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_program.c nvc0_program.h nvc0_push.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_transfer.c nvc0_vbo.c nvc0_vbo_translate.c nvc0_video.c nvc0_video.h nvc0_video_bsp.c nvc0_video_ppp.c nvc0_video_vp.c nvc0_winsys.h nve4_compute.c nve4_compute.h nve4_compute.xml.h nve4_p2mf.xml.h dist/Mesa/src/gallium/drivers/nvc0/codegen: nv50_ir_emit_gk110.cpp nv50_ir_emit_nvc0.cpp nv50_ir_lowering_nvc0.cpp nv50_ir_target_nvc0.cpp nv50_ir_target_nvc0.h target_lib_nvc0.asm target_lib_nvc0.asm.h target_lib_nve4.asm target_lib_nve4.asm.h target_lib_nvf0.asm.h dist/Mesa/src/gallium/drivers/r600: r600_buffer.c r600_query.c r600_resource.c r600_resource.h r600_texture.c dist/Mesa/src/gallium/drivers/radeonsi: r600.h r600_blit.c r600_buffer.c r600_hw_context.c r600_hw_context_priv.h r600_query.c r600_resource.c r600_resource.h r600_texture.c r600_translate.c radeonsi_compute.c radeonsi_pipe.c radeonsi_pipe.h radeonsi_pm4.c radeonsi_pm4.h radeonsi_public.h radeonsi_resource.h radeonsi_shader.c radeonsi_shader.h radeonsi_uvd.c si_state_streamout.c dist/Mesa/src/gallium/include/pipe: p_video_decoder.h dist/Mesa/src/gallium/include/state_tracker: xlib_sw_winsys.h dist/Mesa/src/gallium/state_trackers/clover/core: base.hpp compat.hpp geometry.hpp dist/Mesa/src/gallium/state_trackers/egl/common: native_wayland_drm_bufmgr_helper.c native_wayland_drm_bufmgr_helper.h dist/Mesa/src/gallium/state_trackers/glx: Makefile.am Makefile.in dist/Mesa/src/gallium/state_trackers/wgl: stw_ext_gallium.c stw_ext_gallium.h dist/Mesa/src/gallium/state_trackers/xorg: Makefile.am Makefile.in SConscript compat-api.h xorg_composite.c xorg_composite.h xorg_crtc.c xorg_dri2.c xorg_driver.c xorg_exa.c xorg_exa.h xorg_exa_tgsi.c xorg_exa_tgsi.h xorg_output.c xorg_renderer.c xorg_renderer.h xorg_tracker.h xorg_winsys.h xorg_xv.c xorg_xvmc.c dist/Mesa/src/gallium/targets: SConscript.dri dist/Mesa/src/gallium/targets/dri-freedreno: target.c dist/Mesa/src/gallium/targets/dri-r300: Makefile.am Makefile.in target.c dist/Mesa/src/gallium/targets/dri-r600: Makefile.am Makefile.in target.c dist/Mesa/src/gallium/targets/dri-radeonsi: Makefile.am Makefile.in target.c dist/Mesa/src/gallium/targets/haiku-softpipe: haiku-softpipe.c haiku-softpipe.h dist/Mesa/src/gallium/targets/vdpau-r300: Makefile.am Makefile.in target.c dist/Mesa/src/gallium/targets/vdpau-r600: Makefile.am Makefile.in target.c dist/Mesa/src/gallium/targets/vdpau-radeonsi: Makefile.am Makefile.in target.c dist/Mesa/src/gallium/targets/vdpau-softpipe: Makefile.am Makefile.in dist/Mesa/src/gallium/targets/xa-vmwgfx: Makefile.am Makefile.in vmw_target.c xatracker.pc.in dist/Mesa/src/gallium/targets/xorg-i915: Makefile.am Makefile.in intel_target.c intel_xorg.c dist/Mesa/src/gallium/targets/xorg-nouveau: Makefile.am Makefile.in nouveau_target.c nouveau_xorg.c dist/Mesa/src/gallium/targets/xorg-r600: Makefile.am Makefile.in target.c xorg.c dist/Mesa/src/gallium/targets/xorg-radeonsi: Makefile.am Makefile.in target.c xorg.c dist/Mesa/src/gallium/targets/xvmc-r300: Makefile.am Makefile.in target.c dist/Mesa/src/gallium/targets/xvmc-r600: Makefile.am Makefile.in target.c dist/Mesa/src/gallium/targets/xvmc-softpipe: Makefile.am Makefile.in dist/Mesa/src/gbm/backends/dri: driver_name.c dist/Mesa/src/gbm/main: common.c common.h dist/Mesa/src/glsl/builtin_compiler: Makefile.am Makefile.in builtin_stubs.cpp dist/Mesa/src/glsl/builtins/glsl: determinant.glsl inverse.glsl dist/Mesa/src/glsl/builtins/ir: abs.ir acos.ir acosh.ir all.ir any.ir asin.ir asinh.ir atan.ir atanh.ir bitCount.ir bitfieldExtract.ir bitfieldInsert.ir bitfieldReverse.ir ceil.ir clamp.ir cos.ir cosh.ir cross.ir dFdx.ir dFdy.ir degrees.ir distance.ir dot.ir equal.ir exp.ir exp2.ir faceforward.ir findLSB.ir findMSB.ir floatBitsToInt.ir floatBitsToUint.ir floor.ir fract.ir ftransform.ir fwidth.ir greaterThan.ir greaterThanEqual.ir intBitsToFloat.ir inversesqrt.ir isinf.ir isnan.ir length.ir lessThan.ir lessThanEqual.ir log.ir log2.ir matrixCompMult.ir max.ir min.ir mix.ir mod.ir modf.ir noise1.ir noise2.ir noise3.ir noise4.ir normalize.ir not.ir notEqual.ir outerProduct.ir packHalf2x16.ir packSnorm2x16.ir packSnorm4x8.ir packUnorm2x16.ir packUnorm4x8.ir pow.ir radians.ir reflect.ir refract.ir round.ir roundEven.ir sign.ir sin.ir sinh.ir smoothstep.ir sqrt.ir step.ir tan.ir tanh.ir transpose.ir trunc.ir uintBitsToFloat.ir unpackHalf2x16.ir unpackSnorm2x16.ir unpackSnorm4x8.ir unpackUnorm2x16.ir unpackUnorm4x8.ir dist/Mesa/src/glsl/builtins/profiles: 100es.frag 100es.glsl 100es.vert 110.frag 110.glsl 110.vert 120.frag 120.glsl 120.vert 130.frag 130.glsl 130.vert 140.frag 140.glsl 150.frag 150.glsl 300es.frag 300es.glsl ARB_gpu_shader5.glsl ARB_shader_bit_encoding.glsl ARB_shader_texture_lod.frag ARB_shader_texture_lod.glsl ARB_shading_language_packing.glsl ARB_texture_cube_map_array.frag ARB_texture_cube_map_array.glsl ARB_texture_multisample.glsl ARB_texture_query_lod.frag ARB_texture_rectangle.glsl EXT_texture_array.frag EXT_texture_array.vert OES_EGL_image_external.glsl OES_standard_derivatives.frag OES_texture_3D.frag OES_texture_3D.vert dist/Mesa/src/glsl/builtins/tools: generate_builtins.py generate_matrixCompMultGLSL.py generate_outerProductGLSL.py generate_transposeGLSL.py texture_builtins.py dist/Mesa/src/mapi/glapi: glthread.c glthread.h dist/Mesa/src/mapi/glapi/gen: glX_doc.py dist/Mesa/src/mesa/drivers/dri/common: drisw_util.c dist/Mesa/src/mesa/drivers/dri/i965: brw_fs_emit.cpp brw_vec4_emit.cpp brw_vtbl.c gen7_clip_state.c intel_context.c intel_context.h intel_regions.c intel_regions.h dist/Mesa/src/mesa/drivers/x11: realglx.c realglx.h dist/Mesa/src/mesa/libdricore: Makefile.am Makefile.in dist/Mesa/src/mesa/program: Makefile.am Makefile.in dist/Mesa/src/mesa/x86: Makefile.am Makefile.in read_rgba_span_x86.h dist/Mesa/src/mesa/x86-64: Makefile.am Makefile.in Log message: Merge Mesa 10.2.3 tested by matthieu@ kettenis@ mpi@ brett@ and myself across a diverse range of hardware CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/09 15:10:06 Modified files: lib/libssl/src/apps: pkcs12.c Log message: firebomb some MDEBUG leftovers CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/09 15:13:34 Modified files: lib/libssl/src/apps: apps.c ca.c Log message: unfidef RL_DEBUG. hopefully it's been debugged by now CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2014/07/09 15:19:34 xenocara/lib/libgbm Update of /cvs/xenocara/lib/libgbm In directory cvs.openbsd.org:/tmp/cvs-serv24475/libgbm Log Message: Directory /cvs/xenocara/lib/libgbm added to the repository CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 15:29:33 Log message: digiKam is an advanced digital photo management application for KDE, which makes importing and organizing digital photos a "snap". The photos are organized in albums which can be sorted chronologically, by folder layout or by custom collections. digiKam supports tagging, KIPI plugins, import from digital cameras. It also has Light Table feature. This commit is dedicated to the espie@, who prodded me with this port for more than a year. Status: Vendor Tag: zhuk Release Tags: zhuk_20140709 N ports/graphics/digikam-kde4/Makefile N ports/graphics/digikam-kde4/distinfo N ports/graphics/digikam-kde4/patches/patch-extra_kipi-plugins_acquireimages_CMakeLists_txt N ports/graphics/digikam-kde4/patches/patch-extra_kipi-plugins_expoblending_CMakeLists_txt N ports/graphics/digikam-kde4/patches/patch-extra_kipi-plugins_jpeglossless_CMakeLists_txt N ports/graphics/digikam-kde4/patches/patch-extra_kipi-plugins_panorama_CMakeLists_txt N ports/graphics/digikam-kde4/patches/patch-extra_kipi-plugins_panorama_plugin_panorama_cpp N ports/graphics/digikam-kde4/patches/patch-extra_kipi-plugins_sendimages_CMakeLists_txt N ports/graphics/digikam-kde4/patches/patch-core_CMakeLists_txt N ports/graphics/digikam-kde4/patches/patch-extra_libkgeomap_CMakeLists_txt N ports/graphics/digikam-kde4/patches/patch-extra_kipi-plugins_tests_multithreading_CMakeLists_txt N ports/graphics/digikam-kde4/patches/patch-core_libs_3rdparty_kmemoryinfo_kmemoryinfo_backend_cpp N ports/graphics/digikam-kde4/patches/patch-extra_kipi-plugins_common_libkipiplugins_CMakeLists_txt N ports/graphics/digikam-kde4/patches/patch-extra_libkgeomap_libkgeomap_CMakeLists_txt N ports/graphics/digikam-kde4/patches/patch-extra_kipi-plugins_dlnaexport_extra_hupnp_src_socket_hmulticast_socket_cpp N ports/graphics/digikam-kde4/patches/patch-extra_kipi-plugins_CMakeLists_txt N ports/graphics/digikam-kde4/patches/patch-extra_libkface_CMakeLists_txt N ports/graphics/digikam-kde4/patches/patch-extra_kipi-plugins_gpssync_CMakeLists_txt N ports/graphics/digikam-kde4/pkg/DESCR-face N ports/graphics/digikam-kde4/pkg/DESCR-geomap N ports/graphics/digikam-kde4/pkg/DESCR-kipi N ports/graphics/digikam-kde4/pkg/DESCR-main N ports/graphics/digikam-kde4/pkg/DESCR-mediawiki N ports/graphics/digikam-kde4/pkg/DESCR-vkontakte N ports/graphics/digikam-kde4/pkg/PLIST-face N ports/graphics/digikam-kde4/pkg/PLIST-geomap N ports/graphics/digikam-kde4/pkg/PLIST-kipi N ports/graphics/digikam-kde4/pkg/PLIST-main N ports/graphics/digikam-kde4/pkg/PLIST-mediawiki N ports/graphics/digikam-kde4/pkg/PLIST-vkontakte No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/09 15:30:08 Modified files: graphics : Makefile Log message: Link up KDE4 Digikam CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2014/07/09 15:32:42 Modified files: lib : Makefile lib/libEGL : Makefile lib/libGL : Makefile lib/libGL/dri : Makefile.inc lib/libGL/dri/i965: Makefile lib/libGL/dri/r300g: Makefile lib/libGL/dri/r600g: Makefile lib/libGL/dri/radeonsi: Makefile lib/libGL/dri/swrast: Makefile lib/libGL/dri/swrastg: Makefile lib/libGL/gallium: Makefile.inc lib/libGL/gallium/drivers/r300: Makefile lib/libGL/gallium/drivers/r600: Makefile lib/libGL/gallium/drivers/radeonsi: Makefile lib/libGL/gallium/libgallium: Makefile lib/libGL/generated: Makefile lib/libGL/generated/glapi: glapi_gentable.c glapi_mapi_tmp.h glapi_sparc.S glapi_x86-64.S glapi_x86.S glapitable.h glapitemp.h glprocs.h lib/libGL/generated/glsl: glsl_lexer.cpp glsl_parser.cpp glsl_parser.h lib/libGL/generated/glsl/glcpp: glcpp-lex.c glcpp-parse.c lib/libGL/generated/glx: indirect.c indirect_init.c lib/libGL/generated/main: api_exec.c dispatch.h enums.c get_hash.h remap_helper.h lib/libGL/generated/program: program_parse.tab.c lib/libGL/generated/util: u_format_srgb.c u_format_table.c u_indices_gen.c u_unfilled_gen.c lib/libGL/glsl/libglsl: Makefile lib/libGL/mesa : Makefile.inc lib/libGL/mesa/libmesa: Makefile lib/libGLESv1_CM: Makefile lib/libGLESv1_CM/generated/glapi: glapi_mapi_tmp.h lib/libGLESv2 : Makefile lib/libGLESv2/generated/glapi: glapi_mapi_tmp.h lib/libglapi : Makefile lib/libglapi/generated/glapi: glapi_mapi_tmp.h Added files: lib/libGL : config.mk lib/libgbm : Makefile shlib_version Removed files: lib/libGL/generated/glsl: builtin_function.cpp Log message: Mesa 10.2.3 CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2014/07/09 15:36:59 Modified files: . : 3RDPARTY Log message: sync CVSROOT: /cvs Module name: src Changes by: sasano@cvs.openbsd.org 2014/07/09 15:51:25 Modified files: sys/dev/pci : pcidevs Log message: add devices for DM&P Vortex86EX SoC ok by miod@ and deraadt@ CVSROOT: /cvs Module name: src Changes by: sasano@cvs.openbsd.org 2014/07/09 15:55:21 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/07/09 16:10:15 Modified files: usr.sbin/relayd: relayd.c Log message: Don't assign garbage in kv_extend(). Found by clang. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/07/09 16:35:35 Added files: regress/usr.sbin/relayd: README Log message: Changes in relayd's regression tests have to be discussed. As discussed with bluhm@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/07/09 16:45:26 Modified files: sys/dev/pci : viomb.c Log message: - do the actual viomb_deflate() after printing the debug message - whitespace cleanup ok sf@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/07/09 16:50:13 Modified files: regress/usr.bin/pkg-config: Makefile Added files: regress/usr.bin/pkg-config/pcdir: vers3.pc Log message: add some (currently failing) tests for openssl-like version number (1.0.1g) comparisons CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/09 16:54:19 Modified files: net/arp-scan : Makefile distinfo net/arpwatch : Makefile distinfo Log message: update mac vendor listings CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/09 16:55:17 Modified files: lib/libssl/src/crypto/asn1: a_bytes.c p5_pbe.c lib/libssl/src/crypto/dh: dh_ameth.c lib/libssl/src/crypto/dsa: dsa_ameth.c lib/libssl/src/crypto/rsa: rsa_ameth.c Log message: ASN1_STRING_free can handle NULL, so callers don't need to check. ok miod CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/09 16:57:13 Modified files: net/GeoIP : Makefile distinfo Log message: update to GeoIP 1.6.2 and new geolite database CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2014/07/09 17:03:22 Modified files: sys/arch/octeon/dev: octeon_iobus.c sys/arch/octeon/conf: files.octeon Added files: sys/arch/octeon/dev: octhci.c octhcireg.h Log message: Add work-in-progress octeon USB host controller support. Not enabled for now. It's easier for me to work on it in-tree. Discussed with and okay miod@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/07/09 17:03:51 Modified files: usr.bin/pkg-config: pkg-config Log message: small alignment tweak CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/09 17:14:21 Modified files: net/bird : Makefile distinfo Added files: net/bird/patches: patch-sysdep_unix_io_c patch-sysdep_unix_random_c Log message: update to BIRD 1.4.4, switch some random() users to arc4random while there. includes an important fix for v6 on 1.4.1 and up, "Ensures that msg_controllen includes last padding" (https://gitlab.labs.nic.cz/labs/bird/commit/8945f73d94), as pointed out by Job Snijders. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/09 17:16:10 Modified files: usr.bin/x99token: x99token.1 Log message: floppy disks are obsolete. recommend keeping the keyfile on a flash disk instead. ok mlarkin CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/07/09 17:30:34 Modified files: usr.sbin/relayd: config.c Log message: When copying structures via imsg, the contents should not contain bogus pointer values - make sure to zero the first rule_kv element. awesome benno@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2014/07/09 17:30:38 Modified files: sys/dev/pci : pcidevs Log message: shorten a bit CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2014/07/09 17:31:27 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2014/07/09 17:46:14 Modified files: lib/libssl/src/crypto/bio: b_sock.c Log message: include for LONG_MIN/LONG_MAX. Also remove added from previous commit. This was the wrong way to get FIONBIO. ok jsing@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/07/09 17:54:00 Modified files: regress/lib/libc/explicit_bzero: explicit_bzero.c Log message: Add some extra sanity checks to make sure the test functions actually run on altstack. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/07/09 18:05:59 Modified files: usr.sbin/relayd: relay_http.c relayd.c Log message: Fix another free error. ok benno@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2014/07/09 19:36:51 Modified files: textproc/nfoview: Makefile distinfo textproc/nfoview/pkg: PLIST Log message: Minor update to 1.14 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/09 21:16:13 Modified files: sys/sys : endian.h Log message: guenther spotted my bad copy and pasting. fall back to htobe64 for htobem64 instead of htole64 on LE archs. CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/07/09 21:17:59 Modified files: sys/net : pf.c sys/netinet : ip_divert.c ip_divert.h sys/netinet6 : ip6_divert.c ip6_divert.h Log message: Simplify the way divert(4) sends packets to userspace: Instead of unnecessarily allocating an mbuf tag to store the divert port, just pass the divert port directly to divert_packet() or divert6_packet() as an argument. includes a style fix pointed out by bluhm@ ok bluhm@ henning@ reyk@ CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/07/09 21:48:25 Modified files: share/man/man9 : mbuf_tags.9 Log message: divert-packet no longer uses the PACKET_TAG_PF_DIVERT mbuf tag. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2014/07/09 23:04:46 Modified files: devel/scons : Makefile distinfo devel/scons/pkg: PLIST Removed files: devel/scons/patches: patch-engine_SCons_Tool___init___py Log message: Update to scons-2.3.2. ok brad@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/09 23:43:36 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/10 01:02:50 Modified files: sys/dev/pci : if_myx.c Log message: rings that dont rx packets dont need to be refilled. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/07/10 01:12:28 Modified files: etc/mtree : BSD.x11.dist Log message: likewise for X, locate directory CVSROOT: /cvs Module name: xenocara Changes by: espie@cvs.openbsd.org 2014/07/10 01:13:13 Modified files: . : Makefile Added files: distrib/sets : Makefile makelocatedb Log message: locate db in X, named xorg.db to please matthieu CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/07/10 01:14:57 Modified files: devel/automoc : Makefile Log message: bump as dependencies changed CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/07/10 01:37:32 Modified files: databases/soprano: Makefile graphics/qimageblitz: Makefile multimedia/phonon: Makefile Log message: more missed bumps CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/10 01:37:46 Modified files: net : Makefile Log message: Link up ktoreent-kde4. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/07/10 01:38:23 Modified files: graphics/prison: Makefile Log message: bumpity bump CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/07/10 01:39:40 Modified files: productivity/attica: Makefile Log message: bump CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/10 01:40:36 Modified files: x11/xscreensaver: Makefile distinfo x11/xscreensaver/files: migrate-xscreensaver-config.sh x11/xscreensaver/pkg: PLIST Added files: x11/xscreensaver/patches: patch-hacks_memscroller_c Removed files: x11/xscreensaver/patches: patch-driver_Makefile_in patch-driver_XScreenSaver_ad_in patch-hacks_Makefile_in patch-hacks_config_deco_xml patch-hacks_deco_man patch-hacks_glx_Makefile_in patch-po_Makefile_in_in Log message: Update to xscreensaver-5.29. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/10 01:41:26 Modified files: libexec/ld.so/m88k: ldasm.S Log message: typo in previous CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/10 01:41:54 Modified files: lib/libssl/src/crypto/rsa: rsa_pk1.c rsa_ssl.c Log message: Use a while loop instead of an ifdowhile loop. ok miod@ tedu@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/10 01:43:11 Modified files: lib/libssl/src/crypto/rsa: rsa_chk.c rsa_crpt.c rsa_depr.c rsa_eay.c rsa_lib.c rsa_pmeth.c Log message: BN_free, BN_clear_free, BN_CTX_free, BN_BLINDING_free and BN_MONT_CTX_free all have implicit NULL checks, so we do not need them here. ok miod@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/10 01:50:27 Modified files: sys/kern : subr_pool.c kern_malloc.c Log message: hide the biglock thrashing under pool_debug so it can be turned off CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/07/10 02:06:04 Modified files: productivity/akonadi: Makefile Log message: bump CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/10 02:06:40 Modified files: graphics/digikam-kde4: Makefile Added files: graphics/digikam-kde4/patches: patch-core_libs_dimg_dimg_cpp patch-core_libs_dmetadata_dmetadata_cpp Log message: Add back patches that disable KDcraw usage on i386 until issues with ld.so are resolved. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/07/10 02:18:35 Modified files: multimedia/phonon-backend/gstreamer: Makefile Log message: bump CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/07/10 02:18:37 Modified files: news/tin : Makefile distinfo news/tin/patches: patch-src_sigfile_c Log message: bugfix update to 2.2.1 CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2014/07/10 02:18:55 Modified files: lib/libssl/src/ssl: ssl_lib.c Log message: remove unused ecc_pkey_size. ok jsing@ miod@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/10 02:19:47 Modified files: meta/kde4 : Makefile Log message: Fix meta ports, noticed by espie@. Since there was enough time, do not REVISION markers but bump them instead. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/07/10 02:20:13 Modified files: usr.bin/pkg-config: pkg-config Log message: fix version comparison for openssl-like versions (1.0.1g etc) found, tested and OK sthen@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/10 02:21:42 Modified files: devel/automoc : Makefile Log message: Bump after switching KDE4 stuff to gcc4 module. Noticed by espie@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/10 02:23:34 Modified files: x11/kde-shared-data: Makefile distinfo Log message: Update this together with KDE, too. Noticed by espie@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/10 02:25:00 Modified files: lib/libssl/src/ssl: d1_both.c s3_srvr.c ssl_cert.c Log message: KNF comments, reflowing and moving out of the middle of argument lists in places ok jsing@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2014/07/10 02:27:49 Modified files: graphics/rawtherapee: Makefile distinfo graphics/rawtherapee/patches: patch-AboutThisBuild_cmake patch-CMakeLists_txt patch-rtengine_CMakeLists_txt patch-rtgui_CMakeLists_txt graphics/rawtherapee/pkg: PLIST Added files: graphics/rawtherapee/patches: patch-rtengine_sleef_c patch-rtexif_CMakeLists_txt Removed files: graphics/rawtherapee/patches: patch-rtgui_darkframe_h patch-rtgui_flatfield_h patch-rtgui_icmpanel_h Log message: Update to rawtherapee-4.1 with lots of new features and bugfixes. With some help and testing from zhuk@, thanks! CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2014/07/10 02:30:01 Log message: Import cellwriter-1.3.5. CellWriter is a grid-entry natural handwriting input panel. As you write characters into the cells, your writing is instantly recognized at the character level. When you press 'Enter' on the panel, the input you entered is sent to the currently focused application as if typed on the keyboard. From Vasily Mikhaylichenko; ok sthen@ Status: Vendor Tag: bentley Release Tags: bentley_20140710 N ports/inputmethods/cellwriter/Makefile N ports/inputmethods/cellwriter/distinfo N ports/inputmethods/cellwriter/pkg/DESCR N ports/inputmethods/cellwriter/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2014/07/10 02:30:33 Modified files: inputmethods : Makefile Log message: +cellwriter CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/10 02:30:33 Modified files: meta/kde4 : Makefile Log message: Actually, Artikulate is a edu application, not an accessiblity one. CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2014/07/10 02:44:00 Modified files: lib/libGL/dri/r300g: Makefile lib/libGL/dri/r600g: Makefile lib/libGL/dri/radeonsi: Makefile Log message: gallium/targets/{r300,r600,radeonsi}/dri/drm_target.c is now a symlink to gallium/targets/{r300,r600,radeonsi}/common/drm_target.c in the Mesa source but cvs import ignores symlinks. Change the directory we search for drm_target.c in to deal with this. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/10 02:45:18 Modified files: sys/arch/octeon/dev: octhci.c sys/arch/octeon/conf: GENERIC Log message: Align octhci(4) with the other HC drivers and add it as a commented entry to GENERIC. ok pirofti@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/10 02:51:15 Modified files: lib/libssl/src/ssl: d1_both.c d1_clnt.c d1_enc.c d1_pkt.c d1_srvr.c dtls1.h s23_clnt.c s23_srvr.c s3_both.c s3_cbc.c s3_clnt.c s3_enc.c s3_lib.c s3_pkt.c s3_srvr.c ssl.h ssl3.h ssl_algs.c ssl_asn1.c ssl_ciph.c ssl_lib.c ssl_locl.h ssl_sess.c ssl_txt.c t1_enc.c Log message: decompress libssl. ok beck jsing CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/10 02:51:57 Modified files: lib/libssl/ssl : shlib_version Log message: crank major for decompression feature CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/10 02:53:36 Modified files: graphics/digikam-kde4: Makefile Log message: A slightly more correct define, removes unnecessary complilation warnings. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/10 02:55:35 Modified files: sys/sys : syslog.h sys/kern : syscalls.master subr_log.c Log message: Add new sendsyslog(const char *, size_t) system call which simply passes a message up into syslogd's /dev/log interface. This will be used to make syslog_r work during file descriptor exhaustion, or inside sandboxes which prohibit socket, connect, sendto, etc. The system call is being added about a week before the library and daemon changes. ok guenther tedu miod matthew CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/10 02:56:40 Modified files: sys/dev/usb : uhidev.c Log message: Print an understandable error message when we fail to read the report descriptor. Pointed out by benno@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/10 02:58:30 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: bcook@cvs.openbsd.org 2014/07/10 02:59:15 Modified files: lib/libssl/src/apps: s_server.c Log message: check return value of write. ok beck@ jsing@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/10 02:59:52 Log message: Eigen is a C++ template library for vector and matrix math. Unlike most other linear algebra libraries, Eigen focuses on the simple mathematical needs of applications: games and other OpenGL apps, spreadsheets and other office apps, etc. Eigen is dedicated to providing optimal speed with GCC. This is used by some KDE applications. Probably some other ports will pick up Eigen3, too, this will be dealt soon. okay landry@ Status: Vendor Tag: zhuk Release Tags: zhuk_20140710 N ports/math/eigen3/Makefile N ports/math/eigen3/distinfo N ports/math/eigen3/patches/patch-cmake_FindGoogleHash_cmake N ports/math/eigen3/patches/patch-cmake_FindUmfpack_cmake N ports/math/eigen3/patches/patch-test_runtest_sh N ports/math/eigen3/patches/patch-test_main_h N ports/math/eigen3/patches/patch-unsupported_test_CMakeLists_txt N ports/math/eigen3/pkg/DESCR N ports/math/eigen3/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/10 03:00:47 Log message: KDE's screen management library. Used by Okular. okay landry@ Status: Vendor Tag: zhuk Release Tags: zhuk_20140710 N ports/x11/libkscreen/Makefile N ports/x11/libkscreen/distinfo N ports/x11/libkscreen/pkg/PLIST N ports/x11/libkscreen/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/10 03:01:04 Modified files: lib/libssl/src/crypto/bf: blowfish.h lib/libssl/src/crypto/md4: md4.h lib/libssl/src/crypto/md5: md5.h lib/libssl/src/crypto/sha: sha.h Log message: Remove bogus preprocessor statements trying to pick the largest integer type for BF_LONG, MD[45]_LONG and SHA_LONG. First, the preprocessor symbols they check for a 64-bit system is __ILP64__ which no sane system provides; second, on the platforms which have assembler code to speed things up, the assembler code assumes a 32-bit type will be used. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/10 03:01:22 Log message: Helper to make writing accessibility tools easier. Used by screen readers for example. Used at least by Artikulate from KDE 4.13. okay landry@ Status: Vendor Tag: zhuk Release Tags: zhuk_20140710 N ports/x11/libqaccessibilityclient/Makefile N ports/x11/libqaccessibilityclient/distinfo N ports/x11/libqaccessibilityclient/pkg/PLIST N ports/x11/libqaccessibilityclient/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/10 03:02:07 Modified files: x11 : Makefile Log message: Link up libkscreen and libqaccessibilityclient. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/10 03:02:33 Modified files: math : Makefile Log message: Link up eigen3. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2014/07/10 03:03:02 Modified files: libexec/ld.so : dir.c dl_prebind.c library.c library_mquery.c library_subr.c loader.c path.c resolve.c sod.c libexec/ld.so/ldconfig: sod.c Log message: check all memory allocations; ok miod@ guenther@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/10 03:08:39 Modified files: lib/libc/gen : syslog.3 Log message: Don't document the guts of struct syslog_data. This man page only needs to demonstrate to use it with syslog_r. pointed out by millert CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/10 03:10:13 Modified files: x11/kde4/gwenview: Makefile x11/kde4/gwenview/patches: patch-lib_document_loadingdocumentimpl_cpp patch-lib_thumbnailprovider_thumbnailgenerator_cpp Log message: Sync KDcraw workaround patches with Digikam, allowing to use the former on non-i386. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/10 03:15:51 Modified files: lib/libssl/src/apps: openssl.c s_client.c Log message: forgot to decompress here too CVSROOT: /cvs Module name: src Changes by: pelikan@cvs.openbsd.org 2014/07/10 03:24:18 Modified files: sys/ufs/ext2fs : ext2fs.h ext2fs_dinode.h ext2fs_lookup.c sys/ufs/ufs : inode.h Log message: prepare for upcoming ext4 read support Parts of the on-disk inode changed their meaning in order to support bigger sizes. More flags & prettification. No functional change. ok guenther CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/10 03:26:08 Modified files: lib/libssl/src/ssl: ssl.h ssl3.h ssl_ciph.c Log message: Put back some parts of the public SSL API that should not have been completely decompressed. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/10 03:30:53 Modified files: lib/libssl/src/apps: s_client.c Log message: Tame the tedu... we still want to know that Compression and Expansion are NONE, even if this is due to the fact that we do not support compression. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/07/10 03:33:43 Modified files: sbin/dump : traverse.c Log message: Add internal buffering when dumping a device with non-512 byte sectors. This ensures that the requested data, and all the requested data, is actually read from the device. Should have no effect on 512-byte sector devices, but makes dump work on 4096-byte sector devices. Problem noted by and fix tested by David Vasek. CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2014/07/10 03:33:45 Modified files: lib/libssl/src/crypto/bio: b_sock.c Log message: replace getservbyname_r with getaddrinfo for portability ok jsing@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/10 03:44:57 Log message: Yakuake is a drop-down terminal emulator based on Konsole technology. Features: * Smoothly rolls down from the top of your screen * Tabbed interface * Configurable dimensions and animation speed * Skinnable * Sophisticated DCOP / D-Bus interface This is a KDE4 version. Okay landry@ Status: Vendor Tag: zhuk Release Tags: zhuk_20140710 N ports/x11/yakuake-kde4/Makefile N ports/x11/yakuake-kde4/distinfo N ports/x11/yakuake-kde4/pkg/DESCR N ports/x11/yakuake-kde4/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/07/10 03:46:29 Modified files: sys/net : bpf.c bpf.h Log message: introduce bpf_mcopy_stripvlan, which cuts the 4 extra bytes out of the ether_vlan_header to make it a regular ether_header while copying into the bpf buffer. add bpf_mtap_stripvlan, which is a 1-line wrapper around _bpf_mtap passing this copy function in. ok benno CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/10 03:47:21 Modified files: print/foo2zjs : Makefile distinfo print/foo2zjs/patches: patch-Makefile patch-getweb_in Log message: Update to foo2zjs-20140627. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/10 03:57:13 Modified files: infrastructure/bin: portcheck Log message: Catch situations with both stdc++ in WANTLIB and gcc4 in MODULES, and give clues what could be wrong. Inspired by recent switch of KDE4 to GCC 4.8. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/10 04:01:23 Modified files: lib/libssl/src/crypto/pkcs12: p12_decr.c p12_key.c Log message: Remove DEBUG_KEYGEN and DEBUG_DECRYPT support. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/10 04:03:28 ports/tests/portcheck/t14 Update of /cvs/ports/tests/portcheck/t14 In directory cvs.openbsd.org:/tmp/cvs-serv18286/t14 Log Message: Directory /cvs/ports/tests/portcheck/t14 added to the repository CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/10 04:03:31 ports/tests/portcheck/t14/pkg Update of /cvs/ports/tests/portcheck/t14/pkg In directory cvs.openbsd.org:/tmp/cvs-serv22339/t14/pkg Log Message: Directory /cvs/ports/tests/portcheck/t14/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/10 04:04:34 Modified files: tests/portcheck: Makefile Added files: tests/portcheck/t14: Makefile tests/portcheck/t14/pkg: PLIST-foo PLIST-main Log message: Add a test for stdc++ and gcc4. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/10 04:09:54 Modified files: lib/libssl/src/ssl: ssl_ciph.c ssl_locl.h t1_enc.c Log message: Remove more compression related code. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2014/07/10 04:19:06 Modified files: regress/usr.sbin/relayd: Client.pm Proc.pm Server.pm args-http-append.pl args-http-chunked.pl args-http-contentlength.pl args-http-expect.pl args-http-filter-block.pl args-http-filter-cookie.pl args-http-filter-persistent.pl args-http-filter-url-file.pl args-http-persistent.pl args-http-put.pl args-https-chunked.pl args-https-contentlength.pl args-https-filter-persistent.pl args-https-persistent.pl args-https-put.pl funcs.pl relayd.pl remote.pl Log message: Implement non-persistent connections in a cleaner way. Every test that offers multiple requets per HTTP connection is run twice. First all requests are run over a single TCP connection. Then for each requests a separate TCP connection is established. If a requests during a persistent connection fails, a reconnect is done as relayd cancels the whole connection. This allows stricter tests for filters. OK reyk@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/07/10 04:19:45 Modified files: graphics/inkscape: Makefile graphics/inkscape/patches: patch-configure_ac Added files: graphics/inkscape/patches: patch-src_gc-core_h patch-src_gc_cpp Log message: unbreak after boehm-gc update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/10 04:21:41 Added files: sysutils/symon/patches: patch-platform_OpenBSD_sm_mem_c Log message: include vmmeter.h CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/07/10 04:22:59 Modified files: etc/root : dot.Xdefaults etc/skel : dot.Xdefaults Log message: add rcs ids ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/10 04:24:59 Modified files: net/libktorrent: Makefile net/ktorrent-kde4: Makefile Log message: Update HOMEPAGE of libktorrent and ktorrent-kde4. Remove stray stdc++ from libktorrent while there. Initial prodding from espie@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/10 04:26:47 Added files: devel/libgtop2/patches: patch-sysdeps_openbsd_procmap_c patch-sysdeps_openbsd_procmem_c Log message: #include typedef int boolean_t; CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/07/10 04:31:02 Modified files: infrastructure/bin: register-plist Log message: ignore timestamp differences CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/07/10 04:32:01 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm Add.pm Log message: add a separate timestamp annotation to have this as metadata CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/07/10 04:33:10 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: prevent users from adding timestamp themselves CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/10 04:38:51 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.zaurus mi distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/10 04:53:45 Modified files: sys/kern : kern_malloc.c Log message: pool_debug still needed for non-DIAGNOSTIC kernels CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/07/10 05:00:03 Modified files: usr.sbin/sysmerge: sysmerge.8 sysmerge.sh Log message: /var/games/tetris.scores will move away from the etc set. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/07/10 05:03:24 Modified files: sys/net : bpf.c Log message: introduce the revolutionary concept of NULL pointers. ok gcc CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/10 05:04:49 Modified files: lib/libssl/src/crypto/rsa: rsa.h Log message: Remove RSA_FLAG_NO_EXP_CONSTTIME, which was deprecated 12+ years ago. sthen@ confirmed that no ports are referencing it. ok miod@. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2014/07/10 05:06:15 Modified files: audio/glyr : Makefile audio/pithos : Makefile databases/py-redis: Makefile devel/boris : Makefile devel/git-cola : Makefile devel/lua-lgi : Makefile devel/lua-penlight: Makefile devel/lualdoc : Makefile devel/ninja : Makefile devel/ocaml-batteries: Makefile devel/ocaml-lwt: Makefile devel/rebar : Makefile distinfo graphics/pqiv : Makefile graphics/py-gd : Makefile lang/clojure : Makefile Log message: Move ports that used filename{url}sufx to fetch DISTFILES from Github to GH_ACCOUNT, GH_PROJECT, GH_TAGNAME, GH_COMMIT. OK sthen@ jasper@ aja@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2014/07/10 05:06:38 Modified files: mail/pop3d : Makefile mail/rcube-contextmenu: Makefile mail/rcube-sieverules: Makefile multimedia/livestreamer-curses: Makefile net/fpdns : Makefile net/irssi-otr : Makefile net/luasocket : Makefile print/libharu : Makefile security/john-jumbo: Makefile security/kc : Makefile security/libscrypt: Makefile security/sslScanner: Makefile sysutils/gitolite: Makefile sysutils/mcollective-plugins/package-agent: Makefile sysutils/mcollective-plugins/puppet-agent: Makefile www/tt-rss : Makefile Log message: Move ports that used filename{url}sufx to fetch DISTFILES from Github to GH_ACCOUNT, GH_PROJECT, GH_TAGNAME, GH_COMMIT. OK sthen@ jasper@ aja@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/07/10 05:08:18 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/etc: mi distrib/sets/lists/game: mi Log message: Move games files and subdirs to the game set. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2014/07/10 05:14:20 Modified files: net/icinga/core2: Makefile Log message: Add commit id to ensure to fetch the exact same distfile even upstream commits to the tag after the initial release. OK sthen@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/10 05:15:52 Modified files: sys/dev/pci : if_vic.c Log message: record the size of the rx rings so we can wrap around them correctly. fixes a panic, reported by paul de weerd. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/10 05:17:31 Modified files: games/singularity: Makefile distinfo games/singularity/pkg: PLIST Log message: Update to singularity-0.30c. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/07/10 05:18:23 Modified files: etc/ppp : chatscript.sample options options.sample etc/skel : dot.mailrc Log message: more missing rcs ids "sure" deraadt@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/10 05:18:32 Modified files: usr.bin/cut : cut.1 Log message: add a note that fields are returned in input order. ok deraadt sthen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/10 05:20:49 Modified files: lib/libssl/src/crypto/pem: pem_info.c Log message: Missing allocation checks and potential NULL pointer dereference in the error path in PEM_X509_INFO_read_bio(); ok guenther@ jsing@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/10 05:25:13 Modified files: lib/libssl/src/crypto/asn1: a_bitstr.c a_bytes.c a_int.c a_object.c lib/libssl/src/crypto/bio: bf_buff.c lib/libssl/src/crypto/pem: pem_lib.c lib/libssl/src/crypto/rsa: rsa_none.c rsa_oaep.c rsa_pk1.c rsa_ssl.c rsa_x931.c lib/libssl/src/crypto/x509: x509_obj.c Log message: delete some casts. ok miod CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/07/10 05:34:48 Modified files: sys/dev/ic : ath.c Log message: Show eeprom version of ath devices in dmesg; ok reyk CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/10 05:35:31 Modified files: lib/libssl/src/crypto/rsa: rsa_crpt.c Log message: Stop playing with the RSA_FLAG_BLINDING flag. It does nothing. ok miod@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/07/10 05:44:56 Modified files: sys/net : bpf.c Log message: some say you don't need NULL checks before free(). Not 0 either. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/10 05:47:15 Modified files: sys/dev/usb : usb_subr.c xhci.c Log message: Always assign the device address found by the USB stack even if it does not match the hardware address. This change only matters for xHCI buses where the controller assigns device addresses. But it is the simplest way to comply with the stack requirement of assigning the first `logical' address to the root hub device. Device addresses are not much used anyway and a cleanup will follow to avoid possible confusions. This makes usbdevs(8) correctly report devices connected to xhci(4). CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/07/10 05:48:14 Modified files: sys/net : bpf.c Log message: time to claim copyright CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/07/10 05:56:11 Modified files: regress/usr.sbin/relayd: funcs.pl Added files: regress/usr.sbin/relayd: args-http-change-cookie.pl Log message: Add support to test handling of repeated headers. From RFC 7230, section 3.2.2: "A sender MUST NOT generate multiple header fields with the same field name in a message unless either the entire field value for that header field is defined as a comma-separated list [i.e., #(values)] or the header field is a well-known exception (as noted below)." CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2014/07/10 05:56:56 Modified files: sys/arch/amd64/amd64: cpu.c Log message: Clear CPUF_PARK flag to avoid re-parking on resume. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/10 05:58:09 Modified files: lib/libssl/src/ssl: ssl.h ssl_ciph.c ssl_lib.c Log message: Remove more compression tendrils. ok tedu@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/10 05:58:51 Modified files: regress/lib/libssl/ssl: ssltest.c Log message: Uncompress ssltest. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2014/07/10 05:59:57 Modified files: sys/arch/octeon/conf: GENERIC Log message: Force iobus0 for octhci and maintain spacing style. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2014/07/10 06:05:36 Modified files: sys/arch/octeon/dev: octhci.c Log message: Add bus and root hub routines to prevent panic at attach. Root hub routines inspired by xhci(4) with help from mpi@. dmesg progress: octhci0 at iobus0 irq 56 core version 2 pass 3.5 usb0 at octhci0: USB revision 2.0 uhub0 at usb0 " octHCI root hub" rev 2.00/1.00 addr 1 uhub0: cannot open interrupt pipe usb0: root device is not a hub CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/10 06:07:06 Modified files: games/ski : Makefile distinfo Log message: Update to ski-6.8. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/10 06:08:22 Modified files: lib/libssl/src/crypto/rsa: rsa.h Log message: Tweak some comments. We do not really need to know that "New!" flags were added 10+ years ago (they're kinda somewhat stale by now...) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/10 06:08:50 Modified files: lib/libssl/src/crypto/pkcs7: pk7_doit.c Log message: Remove #if 0 code which dumps your data to stdout. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/10 06:09:43 Modified files: lib/libssl/src/crypto/pkcs12: p12_key.c Log message: One sure hopes that OPENSSL_cleanse will: /* Clear password from memory */ CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2014/07/10 06:13:49 Modified files: sys/sys : reboot.h sys/arch/alpha/alpha: machdep.c sys/arch/amd64/amd64: machdep.c sys/arch/armish/armish: armish_machdep.c sys/arch/armv7/armv7: armv7_machdep.c sys/arch/aviion/aviion: machdep.c sys/arch/hppa/hppa: machdep.c sys/arch/hppa64/hppa64: machdep.c sys/arch/i386/i386: machdep.c sys/arch/landisk/landisk: machdep.c sys/arch/loongson/loongson: machdep.c sys/arch/luna88k/luna88k: machdep.c sys/arch/macppc/macppc: machdep.c sys/arch/octeon/octeon: machdep.c sys/arch/sgi/sgi: machdep.c sys/arch/socppc/socppc: machdep.c sys/arch/solbourne/solbourne: machdep.c sys/arch/sparc/sparc: machdep.c sys/arch/sparc64/sparc64: machdep.c sys/arch/vax/vax: machdep.c sys/arch/zaurus/zaurus: zaurus_machdep.c Log message: boot(): Unify declarations OK deraadt@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2014/07/10 06:14:48 Modified files: sys/arch/amd64/amd64: lock_machdep.c sys/arch/i386/i386: lock_machdep.c Log message: fix some errors in lockdebug code. not enabled by default. ok dlg@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2014/07/10 06:20:19 Modified files: sys/arch/octeon/dev: octhci.c Log message: Add missing dmesg colon after probe information. Noticed by deraadt@, thanks! CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/10 06:21:09 Modified files: sys/kern : vfs_subr.c sys/dev : softraid.c softraidvar.h Log message: Stop using a shutdown hook for softraid(4) and explicitly shutdown the disciplines right after vfs_shutdown(). This change is required in order to be able to set `cold' to 1 before traversing the device (mainbus) tree for DVACT_POWERDOWN when halting a machine. Yes, this is ugly because sr_shutdown() needs to sleep. But at least it is obvious and hopefully somebody will be ofended and fix it. In order to properly flush the cache of the disks under softraid0, sr_shutdown() now propagates DVACT_POWERDOWN for this particular subtree of devices which are not under mainbus. As a side effect sd(4) shutdown hook should no longer be necessary. Tested by stsp@ and Jean-Philippe Ouellet. ok deraadt@, stsp@, jsing@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/10 06:24:25 Modified files: lib/libssl/src/crypto/asn1: tasn_fre.c Log message: make asn1 free safe to call with null pointers of any type. ok jsing miod CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/10 06:31:20 Modified files: infrastructure/templates: Makefile.template Log message: add sample lines for fetching from github, ok rpe@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/10 06:33:17 Modified files: infrastructure/templates: Makefile.template Log message: mention that DISTNAME is still needed for github CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/10 06:36:58 Modified files: lib/libssl/src/crypto/rsa: rsa_crpt.c Log message: RSA_setup_blinding() gets a BN with BN_CTX_get(), returns `out of memory' if it fails, then never uses it anymore, and may invoke a function which needs more than one BN from the BN_CTX anyway, so this is pointless - remove the BN_CTX_get() call and the test. ok jsing CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/07/10 06:37:06 Modified files: www : Makefile Log message: Unlink mozilla-sync. This allowed you to run your own Sync 1.1 server, but the API has been deprecated since Gecko 29, and will completely stop working with Gecko 31, due in some weeks. Sync 1.5 is the new API, but requires 14 new python ports for the sync server only, and also two new node.js daemons for Firefox Accounts, requiring themselves bazillions of node.js modules, including the monster phantomjs. Porting all this is a bit dauting. One can still try fetching all the bits and run them locally, but i give up on porting this. If you want to work on the port, contact me and i'll give you my WIP. If you feel brave, here's the doc: https://docs.services.mozilla.com/howtos/run-fxa.html https://docs.services.mozilla.com/howtos/run-sync-1.5.html CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/10 06:46:28 Modified files: lib/libc/sys : posix_madvise.c Log message: prototype for _thread_sys_madvise CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/07/10 06:50:05 Modified files: sbin/iked : ca.c crypto.c dh.c usr.sbin/relayd: ssl.c Log message: add additional includes required to build with -DOPENSSL_NO_DEPRECATED ok reyk@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/10 06:55:14 Modified files: bin : Makefile.inc lib/libc : Makefile.inc Log message: sprinkle in -Werror-implicit-function-declaration to disable one of the worst C misfeatures. ok deraadt miod CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/10 06:58:32 Modified files: net/icinga/core: Makefile net/icinga/core/pkg: README-main net/icinga/core2: Makefile net/icinga/core2/pkg: README-main net/nagios/nagios: Makefile net/nagios/nagios/pkg: README-main Log message: rc.conf.local is always under /etc. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/07/10 07:00:13 Modified files: net/cagibi : Makefile Log message: bump CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2014/07/10 07:01:13 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update to youtube-dl to 2014.06.26. This version also adds soundgasm extractor support. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/10 07:01:57 Modified files: x11/kde/base3/patches: patch-ksysguard_ksysguardd_OpenBSD_ProcessList_c Log message: include errno.h CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2014/07/10 07:04:28 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update to youtube-dl 2014.07.10 Adds support for: - allocine - drtv - motherless - npo CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/10 07:08:58 Modified files: lib/libssl/src/doc/crypto: CMS_encrypt.pod EVP_EncryptInit.pod EVP_SealInit.pod PKCS7_encrypt.pod Log message: Attempt to (incompletely) document EVP_aes_*(). When EVP_des_cbc() was suggested, suggest EVP_aes_256_cbc() instead. Remove mention of EVP_des_ede3_cbc() being the algorithm of choice for S/MIME. Don't mention US-export limited RC2 algorithms, you'd better not know about them. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/10 07:09:07 Modified files: databases/gnats: Makefile databases/gnats/pkg: README graphics/sane-backends: Makefile graphics/sane-backends/pkg: README mail/alpine : Makefile mail/alpine/pkg: README-imap meta/gnome : Makefile meta/gnome/pkg : README-main net/adsuck : Makefile net/adsuck/pkg : README net/bitlbee : Makefile net/bitlbee/pkg: README net/dnscrypt-proxy: Makefile net/dnscrypt-proxy/pkg: README-main net/gophernicus: Makefile net/gophernicus/pkg: README net/minbif : Makefile net/minbif/pkg : README net/samba : Makefile net/samba/pkg : README-main print/cups : Makefile print/cups/pkg : README-main print/cups-filters: Makefile print/cups-filters/pkg: README sysutils/bacula: Makefile sysutils/bacula/pkg: README-server www/puppet-dashboard: Makefile www/puppet-dashboard/pkg: README www/squidclamav: Makefile www/squidclamav/pkg: README Log message: rc.conf.local is in man(1) section 8, at least for now. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2014/07/10 07:09:53 Log message: Import dateutils-0.2.7. Dateutils are a bunch of tools that revolve around fiddling with dates and times in the command line with a strong focus on use cases that arise when dealing with large amounts of financial data. ok sthen@ Status: Vendor Tag: bentley Release Tags: bentley_20140710 N ports/sysutils/dateutils/Makefile N ports/sysutils/dateutils/distinfo N ports/sysutils/dateutils/pkg/PLIST N ports/sysutils/dateutils/pkg/DESCR N ports/sysutils/dateutils/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2014/07/10 07:11:11 Modified files: sysutils : Makefile Log message: +dateutils CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/10 07:15:22 Modified files: x11/kde4/workspace/patches: patch-ksysguard_ksysguardd_OpenBSD_ProcessList_c Log message: include errno.h CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/10 07:18:56 Modified files: lib/libssl/src/doc/crypto: PKCS12_create.pod Log message: Features introduce in OpenSSL 0.9.8 do not deserve their own section. Instead, fold their description in the main documentation, and update the history section to mention them as well. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/07/10 07:20:46 Modified files: x11/freerdp/patches: patch-CMakeLists_txt Log message: regen patches, no pkg change CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/07/10 07:25:46 Modified files: x11/freerdp : Makefile Added files: x11/freerdp/patches: patch-channels_rdpdr_printer_printer_cups_c Log message: Do not segfault while doing remote printing rdp printng support has been rewritten in 1.1beta and this bug has been fixed as well ok sthen@ jasper@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/07/10 07:31:23 Modified files: sbin/disklabel : editor.c extern.h Log message: Forward declarations for mpcopy & mpfree. OK miod@, deraadt@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/07/10 07:31:57 Modified files: sbin : Makefile.inc Log message: -Werror-implicit-function-declaration OK miod@, deraadt@ CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2014/07/10 07:34:32 Modified files: sys/arch/alpha/alpha: machdep.c sys/arch/amd64/amd64: machdep.c sys/arch/arm/arm: arm32_machdep.c sys/arch/aviion/aviion: machdep.c sys/arch/hppa/hppa: machdep.c sys/arch/hppa64/hppa64: machdep.c sys/arch/i386/i386: machdep.c sys/arch/landisk/landisk: machdep.c sys/arch/loongson/loongson: machdep.c sys/arch/luna88k/luna88k: machdep.c sys/arch/macppc/macppc: machdep.c sys/arch/octeon/octeon: machdep.c sys/arch/sgi/sgi: machdep.c sys/arch/socppc/socppc: machdep.c sys/arch/solbourne/solbourne: machdep.c sys/arch/sparc/sparc: machdep.c sys/arch/sparc64/sparc64: machdep.c sys/arch/vax/vax: machdep.c Log message: boot(): Remove comments about RB_TIMEBAD to reduce diffs RB_TIMEBAD is documented well enough that the comment is not needed. sparc64 does slightly different and its comment is left with XXX. OK deraadt@ miod@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/10 07:34:39 Modified files: sys/kern : subr_pool.c Log message: drain some boolean_t poison CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/10 07:36:38 Modified files: sys/nfs : nfs_debug.c Log message: delete some boolean_t poison CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/10 07:36:58 Modified files: textproc/p5-Font-TTF: Makefile distinfo textproc/p5-Font-TTF/pkg: PLIST Removed files: textproc/p5-Font-TTF/patches: patch-lib_Font_TTF_AATutils_pm Log message: Update to p5-Font-TTF-1.04. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/10 07:38:52 Modified files: lib/libssl/src/doc/crypto: DES_set_key.pod Log message: Fewer lies, also do not document DES_3cbc_encrypt anymore. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/10 07:42:53 Modified files: lib/libc/sys : madvise.2 posix_madvise.c Log message: posix_madvise() should return the errno value on error, not -1 ok tedu@ jmc@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/10 07:46:31 Modified files: lib/librthread : Makefile lib/libc/gen : Makefile.inc Added files: lib/libc/gen : __tfork_thread.3 Removed files: lib/librthread : __tfork_thread.3 Log message: __tfork_thread is in libc, so move the manpage over too ok deraadt@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/07/10 07:48:03 Modified files: usr.sbin/npppd/pptp: pptpd.c Log message: Tweak accept pacing in pptp. Add handling when accept_add() fails and add logging when accept() fails in EMFILE or ENFILE. CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2014/07/10 07:52:15 Modified files: sys/dev/acpi : acpi.c Log message: remove unneeded header ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/10 07:53:11 Modified files: lib/libssl/src/doc/crypto: ASN1_STRING_new.pod ASN1_STRING_print_ex.pod BF_set_key.pod BIO.pod BIO_ctrl.pod BIO_f_base64.pod BIO_f_buffer.pod BIO_f_cipher.pod BIO_f_md.pod BIO_f_null.pod BIO_find_type.pod BIO_new.pod BIO_push.pod BIO_read.pod BIO_s_accept.pod BIO_s_connect.pod BIO_s_fd.pod BIO_s_file.pod BIO_s_mem.pod BIO_s_null.pod BIO_s_socket.pod BIO_set_callback.pod BIO_should_retry.pod DES_set_key.pod DSA_generate_parameters.pod ERR.pod EVP_OpenInit.pod EVP_PKEY_new.pod EVP_PKEY_set1_RSA.pod OBJ_nid2obj.pod PEM_read_bio_PrivateKey.pod X509_NAME_ENTRY_get_object.pod X509_NAME_get_index_by_NID.pod X509_NAME_print_ex.pod X509_STORE_CTX_get_error.pod X509_VERIFY_PARAM_set_flags.pod d2i_ASN1_OBJECT.pod d2i_DHparams.pod d2i_DSAPublicKey.pod d2i_RSAPublicKey.pod d2i_X509_ALGOR.pod d2i_X509_CRL.pod d2i_X509_NAME.pod d2i_X509_REQ.pod d2i_X509_SIG.pod Log message: Remove empty sections and references to des_modes(7) which we don't have. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/10 07:58:23 Modified files: lib/libssl/src/crypto: cryptlib.c cryptlib.h lib/libssl/src/crypto/aes: aes_wrap.c lib/libssl/src/crypto/asn1: a_bitstr.c a_bytes.c a_gentm.c a_int.c a_mbstr.c a_object.c a_set.c a_strnid.c a_time.c a_utctm.c ameth_lib.c asn1_gen.c asn1_lib.c asn_mime.c asn_moid.c bio_asn1.c evp_asn1.c n_pkey.c p5_pbe.c p5_pbev2.c t_bitst.c x_long.c x_name.c x_pkey.c lib/libssl/src/crypto/bio: b_dump.c b_sock.c bf_buff.c bss_acpt.c bss_conn.c bss_dgram.c bss_fd.c bss_file.c bss_log.c bss_mem.c bss_null.c bss_sock.c lib/libssl/src/crypto/bn: bn_ctx.c bn_exp.c bn_lib.c bn_mont.c bn_mul.c bn_nist.c bn_shift.c bn_sqr.c lib/libssl/src/crypto/buffer: buffer.c lib/libssl/src/crypto/cmac: cm_pmeth.c lib/libssl/src/crypto/conf: conf_mod.c lib/libssl/src/crypto/dh: dh_pmeth.c lib/libssl/src/crypto/dsa: dsa_gen.c dsa_pmeth.c lib/libssl/src/crypto/dso: dso_dlfcn.c dso_lib.c lib/libssl/src/crypto/ec: ec_pmeth.c eck_prn.c lib/libssl/src/crypto/engine: eng_cnf.c eng_ctrl.c eng_dyn.c eng_fat.c eng_lib.c eng_list.c eng_openssl.c tb_asnmth.c lib/libssl/src/crypto/err: err_prn.c lib/libssl/src/crypto/evp: bio_b64.c bio_enc.c digest.c e_des3.c e_null.c e_xcbc_d.c encode.c evp_enc.c evp_key.c evp_lib.c evp_pbe.c p5_crpt.c p5_crpt2.c pmeth_lib.c lib/libssl/src/crypto/hmac: hm_ameth.c hm_pmeth.c lib/libssl/src/crypto/objects: obj_dat.c obj_lib.c lib/libssl/src/crypto/ocsp: ocsp_ext.c ocsp_lib.c lib/libssl/src/crypto/pem: pem_info.c pem_lib.c pem_pkey.c pem_seal.c pvkfmt.c lib/libssl/src/crypto/pkcs12: p12_key.c p12_mutl.c p12_utl.c lib/libssl/src/crypto/pkcs7: pk7_doit.c lib/libssl/src/crypto/rsa: rsa_none.c rsa_oaep.c rsa_pk1.c rsa_pmeth.c rsa_pss.c rsa_saos.c rsa_sign.c rsa_ssl.c rsa_x931.c lib/libssl/src/crypto/stack: stack.c lib/libssl/src/crypto/ts: ts_lib.c ts_rsp_sign.c ts_rsp_verify.c ts_verify_ctx.c lib/libssl/src/crypto/x509: by_dir.c by_file.c x509_cmp.c x509_obj.c x509_vfy.c x509_vpm.c x509name.c x509spki.c lib/libssl/src/crypto/x509v3: v3_akey.c v3_alt.c v3_bcons.c v3_bitst.c v3_conf.c v3_cpols.c v3_crld.c v3_ia5.c v3_info.c v3_ncons.c v3_ocsp.c v3_pci.c v3_pcons.c v3_purp.c v3_skey.c v3_sxnet.c v3_utl.c Log message: Stop including standard headers via cryptlib.h - pull in the headers that are needed in the source files that actually require them. ok beck@ miod@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/10 08:05:00 Modified files: productivity/akonadi: Makefile distinfo productivity/akonadi/patches: patch-CMakeLists_txt patch-server_src_storage_dbconfigpostgresql_cpp productivity/akonadi/pkg: PLIST Log message: Update Akonadi to 1.12.1. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/10 08:08:13 Modified files: usr.bin/netstat: unix.c Log message: #define _KERNEL hack requires ucred.h now as well CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/07/10 08:11:56 Modified files: usr.bin/cut : cut.1 Log message: tweak previous; ok tedu CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/07/10 08:12:31 Modified files: usr.bin/m4 : gnum4.c Log message: annotate regexp error messages with source string. okay miod@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/07/10 08:13:16 Modified files: devel/boris : Makefile Log message: unbreak after adding GH_*, WRKDIST needs to be explicitly set here. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/10 08:14:04 Modified files: lib/libssl/src/doc/crypto: BIO_f_md.pod BIO_find_type.pod BIO_s_accept.pod BIO_s_connect.pod EVP_DigestInit.pod EVP_EncryptInit.pod EVP_PKEY_keygen.pod PEM_read_bio_PrivateKey.pod X509_NAME_get_index_by_NID.pod X509_STORE_CTX_set_verify_cb.pod ecdsa.pod engine.pod Log message: Try and fix the horrible coding style of the example code snippets. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/10 08:16:49 Modified files: sys/sys : ipc.h sem.h Log message: struct proc; and struct ucred; only needed for ipcs in kernel-grovel mode behind #define _KERNEL (it is what it is) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/10 08:18:52 Modified files: x11/gnome/tracker: Makefile distinfo x11/gnome/tracker/pkg: PLIST Log message: Update to meta-tracker-1.0.2. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/10 08:21:20 Modified files: sys/arch/sh/sh : trap.c sys/dev/ata : wd.c sys/dev/isa : spkr.c sys/dev/pci : ahci_pci.c azalia.c if_em.h if_ixgb.h ixgbe.h sys/dev/pcmcia : wdc_pcmcia.c Log message: remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsg CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/07/10 08:22:49 Modified files: sysutils/ruby-puppet/3: Makefile sysutils/ruby-puppet/3/patches: patch-lib_puppet_provider_package_openbsd_rb Log message: Fix an overaggresive check which is supposed to remove fuzzy matches, but instead lost the version information and therefore puppet wouldn't realize a package was already the latest available. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/10 08:25:28 Modified files: usr.bin : Makefile Log message: oldrdist is old. pre-ok guenther CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/10 08:25:30 Modified files: usr.bin/fstat : fuser.c Log message: expected user.h fallout; _KERNEL case needs manual pull of ucred.h CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/10 08:26:16 Removed files: usr.bin/oldrdist: Makefile defs.h docmd.c expand.c gram.y lookup.c main.c oldrdist.1 pathnames.h server.c Log message: Snakes. Why'd it have to be snakes? CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/10 08:28:50 Modified files: lib/libssl/src/doc/crypto: BIO_push.pod Log message: Fix examples description, and use less ambiguous wording. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/10 08:29:03 Modified files: usr.bin/rdist : common.c config-data.h Log message: Assume POSIX: write() takes size_t and returns ssize_t CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/10 08:29:27 Modified files: usr.bin/rdist : config.h os-openbsd.h rdist.1 rdist.c Log message: fleanse out oldrdist support CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/07/10 08:32:28 Modified files: sbin/ifconfig : ifconfig.c sys/net80211 : ieee80211_input.c ieee80211_ioctl.c ieee80211_ioctl.h Log message: Return RSN (WPA) information to userland during wireless scan, and make ifconfig show whether a wireless network uses WEP or WPA. Since struct ieee80211_nodereq grows in size old ifconfig won't be able to scan when running on a new kernel. While here, add missing ioctl constant IEEE80211_WPA_CIPHER_BIP. ok jsg@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/10 08:33:18 Modified files: sys/sys : file.h Log message: struct ucred; for fstat _KERNEL block CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2014/07/10 08:34:29 Modified files: faq : current.html Log message: Add entry about ifconfig scan change. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/10 08:39:18 Modified files: usr.bin/systat : systat.h Log message: repair prototypes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/10 08:39:58 Modified files: sysutils/lsof/patches: patch-dialects_n+obsd_dlsof_h Log message: boolean_t, sys/mutex.h CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/07/10 08:45:02 Modified files: usr.sbin/smtpd : queue.c scheduler.c scheduler_api.c scheduler_backend.c scheduler_null.c scheduler_proc.c scheduler_ramqueue.c smtpd-api.h smtpd.c smtpd.h Log message: Improve the scheduler, better and simpler. - Get rid of the scheduler_batch structure. The scheduler can now return envelopes of different types in a single run, interlacing them to avoid batch effects. - Ask for an acknowledgement from the queue when removing or expiring an envelope to benefit from the inflight envelope limitation mechanism. This ensures that the scheduler always keeps sending envelopes at a rate that the queue can sustain in all cases. - Limit the number of envelopes in a holdq. When a holdq is full, new envelopes are put back in the pending queue instead, with a shorter retry time. - Plumbing for proc-ified schedulers. imsg version bump. smtpctl stop before updating. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/10 09:01:17 Modified files: net/icinga/core2: Makefile distinfo net/icinga/core2/patches: patch-CMakeLists_txt Log message: update to icinga 2.0.1, I still see all tests failing (seems to be dlopen related), but now it seems to start reliably without segfaults. (still not linked to the build at this point). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/10 09:12:59 Modified files: x11/kde4/konsole/patches: patch-src_ProcessInfo_cpp Log message: include errno.h CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2014/07/10 09:54:55 Modified files: usr.sbin/smtpd : ca.c control.c lka.c queue.c smtpd.c Log message: make the control process broadcast verbose/profile admin requests directly, rather than going through the parent process. simplify code in the meantime. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/10 10:54:37 Modified files: devel/lualdoc : Makefile Log message: s/ldoc/LDoc/ in GH_PROJECT CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/07/10 11:08:33 Modified files: sbin/fsck_msdos: boot.c Log message: Validate number of FATs. Merged from Android (commitid 6c29bbe8d58e6fe8755935a04166ecf82ff31f47) ok krw@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/07/10 11:12:05 Modified files: sbin/fsck_msdos: boot.c Log message: Validate file system information which are critical for fsck_msdos operation. ok krw@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/07/10 12:59:49 Modified files: sbin/fsck_msdos: dir.c Log message: Avoid out of boundary access when checking invalid long filenames. Addressed by NetBSD in revision 1.24, but instead of ignoring the filename, consider it invalid -- because it is. ok krw@, tedu@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/07/10 13:00:23 Modified files: lib/libc/sys : mmap.2 sys/sys : mman.h Log message: Add MAP_ANONYMOUS as a synonym for MAP_ANON, per POSIX proposal ok miod CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/10 13:13:55 Modified files: sys/scsi : sd.c Log message: Now that sd(4) drives under softraid0 have their cache flushed when DVACT_POWERDOWN is propagated in this subtree, there is no need for this shutdown hook anymore. RIP. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/07/10 13:14:40 Modified files: share/man/man1 : gcc-local.1 gnu/usr.bin/gcc/gcc: toplev.c gnu/gcc/gcc : common.opt opts.c Log message: Backport support for -Wframe-larger-than=N to base GCC This is the flag name that modern GCC and Clang have de facto standardized on for the functionality that we locally named -Wstack-larger-than-N. ok brad, miod CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/10 13:23:10 Modified files: share/man/man9 : autoconf.9 Log message: No need to talk about config_activate(), we don't have it anymore. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/07/10 13:26:48 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-tools_clang_lib_Driver_Tools_cpp Log message: r211624 Use appropriate default PIE settings for OpenBSD. ok matthew@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/10 13:30:06 Modified files: lib/libssl/src/crypto/evp: evp_key.c Log message: Kill a blatantly outdated (and now wrong) comment CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/07/10 13:31:07 Modified files: sbin/newfs_msdos: newfs_msdos.8 newfs_msdos.c Log message: Put boot signature always at end of 512 byte sector, even on disks with larger sector sizes. 512 bytes is also the smallest valid sector size. Merged from NetBSD's revision 1.24. ok krw@, tedu@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/07/10 13:33:16 Modified files: share/man/man9 : Makefile malloc.9 sys/sys : malloc.h sys/kern : kern_malloc.c Log message: Add mallocarray(9) While here, change malloc(9)'s size argument from "unsigned long" to "size_t". ok tedu CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/07/10 13:35:38 Modified files: share/man/man9 : malloc.9 Log message: Oops, fix man page typo. thx Jean-Philippe Ouellet CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2014/07/10 13:42:59 Modified files: regress/usr.sbin/relayd: args-http-append.pl args-http-change-path.pl args-http-change.pl args-http-filter-url-digest.pl args-http-filter-url.pl args-http-hash.pl args-http-label.pl args-http-mark-marked.pl args-http-mark.pl args-http-remove.pl funcs.pl Log message: To make sure that at least anything is tested, add a length check per default for the default length value in check_logs(). If a test doesn't want this check, it has to disable it explicitly with nocheck. Also remove unneeded nocheck switches for deeper testing. CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2014/07/10 13:44:35 Modified files: sys/arch/arm/arm: arm32_machdep.c Log message: KNF. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/10 13:50:26 Modified files: multimedia/phonon: Makefile distinfo phonon.port.mk multimedia/phonon/patches: patch-cmake_CMakeLists_txt patch-cmake_FindPhononInternal_cmake multimedia/phonon/pkg: PLIST multimedia/phonon-backend/gstreamer: Makefile distinfo multimedia/phonon-backend/gstreamer/pkg: PLIST multimedia/phonon-backend/vlc: Makefile distinfo multimedia/phonon-backend/vlc/patches: patch-CMakeLists_txt multimedia/phonon-backend/vlc/pkg: PLIST Added files: multimedia/phonon/patches: patch-CMakeLists_txt Removed files: multimedia/phonon/patches: patch-phonon_CMakeLists_txt patch-phonon_pc_cmake multimedia/phonon-backend/gstreamer/patches: patch-gstreamer_videowidget_cpp Log message: Another meaningful update from KDE land: Phonon 4.7.2 and friends. Main change is that VLC backend becames the default (and really performs better than GStreamer one). (now please get your children out of display) Another change is that due the fact that Phonon now supports library renaming upstream, libphononexperimental.so becomes libphonon_sexperimental.so. This doesn't affect any ports imported as of now. REVISION bumps for the dependant ports to follow. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/07/10 13:53:30 Modified files: lang/node/patches: patch-common_gypi patch-deps_npm_lib_npm_js patch-deps_npm_node_modules_node-gyp_gyp_pylib_gyp_generator_make_py patch-deps_npm_node_modules_node-gyp_gyp_pylib_gyp_generator_ninja_py patch-deps_npm_node_modules_node-gyp_lib_build_js patch-deps_npm_node_modules_node-gyp_lib_configure_js patch-lib_module_js patch-node_gyp Log message: Regen patches. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/07/10 13:54:57 Modified files: lang/node : Makefile Added files: lang/node/patches: patch-deps_uv_src_unix_openbsd_c Log message: Properly implement process.memoryUsage() via sysctl() on KERN_PROC_PID instead of using kvm_open. ok abieber@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/10 13:55:28 Modified files: x11/kde4/libs : Makefile x11/kde4/pimlibs: Makefile x11/kde4/runtime: Makefile x11/kde4/pim-runtime: Makefile x11/kde4/workspace: Makefile x11/kde4/baseapps: Makefile x11/kde4/smokeqt: Makefile x11/kde4/qyoto : Makefile x11/kde4/pim : Makefile x11/kde4/webdev: Makefile x11/kde4/kmousetool: Makefile x11/kde4/ark : Makefile x11/kde4/blinken: Makefile x11/kde4/kalgebra: Makefile x11/kde4/kanagram: Makefile x11/kde4/khangman: Makefile x11/kde4/kiten : Makefile x11/kde4/klettres: Makefile x11/kde4/kwordquiz: Makefile x11/kde4/marble: Makefile x11/kde4/pairs : Makefile x11/kde4/parley: Makefile x11/kde4/step : Makefile x11/kde4/bomber: Makefile x11/kde4/kapman: Makefile x11/kde4/kblocks: Makefile x11/kde4/kbounce: Makefile x11/kde4/knavalbattle: Makefile x11/kde4/kolf : Makefile x11/kde4/kollision: Makefile x11/kde4/kpat : Makefile x11/kde4/ksirk : Makefile x11/kde4/ktuberling: Makefile x11/kde4/gwenview: Makefile x11/kde4/okular: Makefile x11/kde4/dragon: Makefile x11/kde4/juk : Makefile x11/kde4/kscd : Makefile x11/kde4/libkcompactdisc: Makefile x11/kde4/kget : Makefile x11/kde4/kopete: Makefile x11/kde4/plasma-addons: Makefile Log message: Bump after multimedia/phonon update with changing RUN_DEPENDS. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2014/07/10 14:02:32 Modified files: usr.sbin/relayd: relay_http.c regress/usr.sbin/relayd: args-http-remove.pl Log message: Print "%s (removed)" into relayd log and test for that string. suggested by reyk@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/07/10 14:02:41 Modified files: databases/percona-toolkit: Makefile distinfo databases/percona-toolkit/pkg: PLIST Log message: Bugfix update to 2.2.9 fixes compatibility with MySQL 5.6 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/10 14:02:58 Modified files: lib/libssl/src/crypto: cryptlib.c cryptlib.h Log message: Nuke OPENSSL_NONPIC_relocated since nothing uses it. ok miod@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/07/10 14:09:53 Modified files: sbin/newfs_msdos: newfs_msdos.c Log message: Not initializing "next free cluster" is better than pointing at a cluster that is in use. Merged from NetBSD rev 1.9. ok krw@ (who came up with the same diff) CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/07/10 14:11:12 Modified files: sbin/fsck_msdos: fat.c Log message: Uninitialized values (-1) in FSInfo are perfectly valid. Merged from NetBSD revision 1.24. ok krw@ (who came up with the same diff) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/10 14:13:55 Modified files: devel/ninja : Makefile Log message: revert previous, req'd by espie CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2014/07/10 14:15:27 Modified files: sys/arch/alpha/alpha: machdep.c sys/arch/amd64/amd64: machdep.c sys/arch/armish/armish: armish_machdep.c sys/arch/aviion/aviion: machdep.c sys/arch/hppa/hppa: machdep.c sys/arch/hppa64/hppa64: machdep.c sys/arch/i386/i386: machdep.c sys/arch/loongson/loongson: machdep.c sys/arch/luna88k/luna88k: machdep.c sys/arch/macppc/macppc: machdep.c sys/arch/octeon/octeon: machdep.c sys/arch/sgi/sgi: machdep.c sys/arch/socppc/socppc: machdep.c sys/arch/solbourne/solbourne: machdep.c sys/arch/sparc/sparc: machdep.c sys/arch/sparc64/sparc64: machdep.c sys/arch/vax/vax: machdep.c sys/arch/zaurus/zaurus: zaurus_machdep.c Log message: boot(9): Remove comments about RB_*, "cold", and savectx() Again remove slightly different comments to reduce diffs. These will be re-added once boot() become MI and its specification is clearly re-defined. OK miod@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/07/10 14:16:48 Modified files: usr.sbin/smtpd : ca.c ssl.c Log message: add additional includes required to build with -DOPENSSL_NO_DEPRECATED ok eric@ gilles@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/10 14:18:51 Modified files: lib/libssl/src/crypto/srp: srp_lib.c Log message: Make sure SRP_Calc_client_key() returns NULL instead of a pristine BN_new() upon error; from Florian Zumbiehl (florz , florz . de) on tech@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/10 14:22:00 Modified files: lib/libssl/src/crypto/srp: srp_lib.c Log message: Make sure srp_Calc_k() digest operations are checked for error; from Florian Zumbiehl (florz , florz . de) on tech@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/07/10 14:27:43 Modified files: x11/rxvt-unicode: Makefile Log message: Enable Unicode Private Use Area support, as proposed by frantisek holop. sthen@ approves CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/10 14:33:42 Modified files: usr.bin/vi/ex : ex_txt.c Log message: add missing include file to bring in protos CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/10 14:35:35 Modified files: usr.bin/rdist : defs.h Log message: Missed a chunk of the previous CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2014/07/10 14:37:42 Modified files: sys/arch/armv7/armv7: armv7_machdep.c sys/arch/luna88k/luna88k: machdep.c Log message: boot(9): More comment removal about cold/savectx() missed in previous CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/07/10 14:42:28 Modified files: devel/gettext : Makefile distinfo devel/gettext/patches: patch-gettext-runtime_intl_Makefile_in patch-gettext-runtime_intl_dcigettext_c patch-gettext-tools_gnulib-lib_Makefile_in patch-gettext-tools_src_Makefile_in devel/gettext/pkg: PLIST Removed files: devel/gettext/patches: patch-gettext-tools_libgrep_regcomp_c devel/gettext/pkg: PFRAG.shared Log message: update to 0.19.1 so we don't fall behind CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/10 14:42:45 Modified files: lib/libssl/src/crypto: cryptlib.h lib/libssl/src/crypto/asn1: a_strex.c Log message: Inline the only use of the HEX_SIZE macro and nuke both DECIMAL_SIZE and HEX_SIZE. ok beck@ miod@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2014/07/10 14:53:13 Modified files: regress/usr.sbin/relayd: args-http-persistent.pl args-http-put.pl args-https-persistent.pl args-https-put.pl Log message: Check for the exact number of done requests in relayd log. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/10 14:57:40 Modified files: sys/dev/usb : ehci.c ohci.c uhci.c Log message: Do not set the bus dying flag during DVACT_DEACTIVATE otherwise the explore thread will not disconnect the root hub. The flag will be set before detaching the children, like it is done during a suspend- resume cycle. Fix a panic when unplugging a cardbus *hci(4). CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/07/10 15:12:33 Modified files: usr.sbin/pkg_add/OpenBSD: PackageLocation.pm PkgAdd.pm Log message: make quirks slightly more special, grab the whole packing-list always, and display the timestamp from the signature if we were signed. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/10 15:14:22 Modified files: lib/libc/stdlib: atexit.c Log message: as noted by google/android via kettenis, atexit handlers can install new handlers. if this happens, restart the loop. ok kettenis matthew millert miod CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/07/10 15:24:51 Modified files: devel/p5-AnyEvent: Makefile distinfo devel/p5-AnyEvent/pkg: PLIST Log message: - update p5-AnyEvent to 7.07 - take maintainer CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2014/07/10 15:36:49 Modified files: lib/libssl/src/ssl: s3_srvr.c Log message: remove unused variable from ssl3_get_client_hello ok tedu@ miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/10 15:40:59 Modified files: lib/libssl/src/crypto/pkcs7: pk7_smime.c Log message: Fix a double free in a can't-fail error path in PKCS7_decrypt(), by removing the error path altogether and simplifying the local variables as a result. joint work with jsing@; ok jsing@ tedu@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/10 15:42:43 Modified files: lib/libssl/src/crypto/pkcs7: pk7_smime.c Log message: KNF CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/10 15:46:04 Modified files: sys/arch/alpha/alpha: machdep.c sys/arch/amd64/amd64: machdep.c sys/arch/armish/armish: armish_machdep.c sys/arch/armv7/armv7: armv7_machdep.c sys/arch/aviion/aviion: machdep.c sys/arch/hppa/hppa: machdep.c sys/arch/hppa64/hppa64: machdep.c sys/arch/i386/i386: machdep.c sys/arch/landisk/landisk: machdep.c sys/arch/loongson/loongson: machdep.c sys/arch/luna88k/luna88k: machdep.c sys/arch/macppc/macppc: machdep.c sys/arch/octeon/octeon: machdep.c sys/arch/sgi/sgi: machdep.c sys/arch/socppc/socppc: machdep.c sys/arch/solbourne/solbourne: machdep.c sys/arch/sparc/sparc: machdep.c sys/arch/sparc64/sparc64: machdep.c sys/arch/vax/vax: machdep.c sys/arch/zaurus/zaurus: zaurus_machdep.c Log message: Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or rebooting a machine, like it is done in the hibernate case. At least some USB host controller drivers rely on this to busy way instead of sleeping. Avoid a panic on macppc with an uhci(4) cardbus plugged in. ok deraadt@, uebayashi@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/10 15:46:09 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/07/10 15:50:42 Modified files: sys/arch/octeon/dev: octhci.c Log message: panic() doesn't need a newline ok pirofti@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/10 15:57:21 Modified files: lib/libssl/src/crypto/x509v3: v3_pci.c Log message: Upon realloc() failure, free() the original pointer and remove the stupid comments implying you don't have to. ok tedu@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/10 15:57:40 Modified files: lib/libssl/src/crypto/bio: b_sock.c Log message: Simplify realloc() usage; ok tedu@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/10 15:58:08 Modified files: lib/libssl/src/crypto/asn1: f_enum.c f_string.c Log message: Use size_t as realloc() size argument whenever possible. ok tedu@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2014/07/10 16:03:17 Modified files: devel/p5-AnyEvent: Makefile Log message: - sort Makefile according to template - add test dependency CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/07/10 16:13:09 Modified files: sysutils/ruby-puppet/3: Makefile sysutils/ruby-puppet/3/patches: patch-lib_puppet_provider_package_openbsd_rb Log message: Teach 'ensure => latest' how to deal with flavored packages. It would install them fine, but fail on updating them. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/10 16:13:39 Modified files: lib/libssl/src/crypto: cryptlib.c cryptlib.h Log message: OPENSSL_stderr() is unused so nuke it. OPENSSL_showfatal() is only used by OpenSSLDie(), which is in the same file, so just make it static. ok miod@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/10 16:16:48 Modified files: sys/kern : kern_malloc.c Log message: instead of defining two versions of bucketidx, just don't inline for small. ok deraadt CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2014/07/10 16:33:44 Modified files: regress/usr.sbin/relayd: Relayd.pm Added files: regress/usr.sbin/relayd: args-dryrun.pl Log message: Test relayd error message for a broken config file. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2014/07/10 16:41:11 Modified files: devel/gettext : Makefile devel/gettext/patches: patch-gettext-tools_gnulib-lib_Makefile_in patch-gettext-tools_src_Makefile_in devel/gettext/pkg: PLIST Log message: As sthen@ pointed out, having @lib libfoo.so without corresponding libfoo.a breaks on static archs, so stop deleting the static libraries that are already built and installed. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/10 16:45:58 Modified files: lib/libssl/src/crypto: cpt_err.c cryptlib.c crypto.h md32_common.h lib/libssl/src/crypto/asn1: ameth_lib.c asn1_err.c d2i_pr.c d2i_pu.c i2d_pu.c n_pkey.c t_req.c t_spki.c t_x509.c x_crl.c x_pubkey.c x_x509.c lib/libssl/src/crypto/bio: bio_err.c bss_dgram.c bss_fd.c lib/libssl/src/crypto/bn: bn_asm.c bn_blind.c bn_ctx.c bn_depr.c bn_div.c bn_err.c bn_gf2m.c bn_lcl.h bn_lib.c bn_mul.c bn_print.c lib/libssl/src/crypto/buffer: buf_err.c lib/libssl/src/crypto/camellia: camellia.c lib/libssl/src/crypto/cast: cast.h lib/libssl/src/crypto/cms: cms.h cms_cd.c cms_err.c lib/libssl/src/crypto/comp: comp_err.c lib/libssl/src/crypto/conf: conf_err.c conf_mall.c conf_sap.c lib/libssl/src/crypto/des: des_locl.h enc_read.c enc_writ.c lib/libssl/src/crypto/dh: dh_depr.c dh_err.c dh_lib.c lib/libssl/src/crypto/dsa: dsa_ameth.c dsa_depr.c dsa_err.c dsa_key.c dsa_lib.c lib/libssl/src/crypto/dso: dso_err.c lib/libssl/src/crypto/ec: ec2_mult.c ec2_oct.c ec2_smpl.c ec_ameth.c ec_asn1.c ec_curve.c ec_cvt.c ec_err.c ec_key.c ec_lib.c ec_oct.c eck_prn.c ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c ecp_nistputil.c lib/libssl/src/crypto/ecdh: ech_err.c ech_lib.c ech_ossl.c lib/libssl/src/crypto/ecdsa: ecs_err.c ecs_lib.c ecs_ossl.c ecs_sign.c ecs_vrf.c lib/libssl/src/crypto/engine: eng_aesni.c eng_all.c eng_err.c eng_fat.c eng_int.h eng_list.c eng_openssl.c eng_padlock.c eng_rsax.c lib/libssl/src/crypto/err: err.c err_all.c lib/libssl/src/crypto/evp: c_all.c c_allc.c c_alld.c digest.c e_aes.c e_aes_cbc_hmac_sha1.c e_bf.c e_camellia.c e_cast.c e_chacha.c e_chacha20poly1305.c e_des.c e_des3.c e_idea.c e_old.c e_rc2.c e_rc4.c e_rc4_hmac_md5.c e_rc5.c e_xcbc_d.c evp_enc.c evp_err.c evp_pbe.c m_dss.c m_dss1.c m_ecdsa.c m_md4.c m_md5.c m_mdc2.c m_ripemd.c m_sha.c m_sha1.c m_wp.c p5_crpt2.c p_dec.c p_enc.c p_lib.c p_open.c p_seal.c pmeth_lib.c lib/libssl/src/crypto/lhash: lh_stats.c lhash.c lib/libssl/src/crypto/md4: md4.h lib/libssl/src/crypto/md5: md5.h lib/libssl/src/crypto/mdc2: mdc2.h lib/libssl/src/crypto/modes: modes_lcl.h lib/libssl/src/crypto/objects: obj_dat.c obj_err.c lib/libssl/src/crypto/ocsp: ocsp_err.c ocsp_lib.c lib/libssl/src/crypto/pem: pem_all.c pem_err.c pem_info.c pem_lib.c pem_pkey.c pem_seal.c pvkfmt.c lib/libssl/src/crypto/pkcs12: p12_mutl.c pk12err.c lib/libssl/src/crypto/pkcs7: pkcs7err.c lib/libssl/src/crypto/rand: rand.h rand_err.c rand_lib.c lib/libssl/src/crypto/rc2: rc2.h lib/libssl/src/crypto/rc4: rc4.h lib/libssl/src/crypto/rc5: rc5_locl.h lib/libssl/src/crypto/ripemd: ripemd.h lib/libssl/src/crypto/rsa: rsa.h rsa_ameth.c rsa_crpt.c rsa_depr.c rsa_eay.c rsa_err.c rsa_lib.c rsa_oaep.c rsa_pmeth.c lib/libssl/src/crypto/sha: sha.h sha1_one.c sha1dgst.c sha256.c sha512.c sha_dgst.c sha_one.c lib/libssl/src/crypto/srp: srp.h srp_lib.c srp_vfy.c lib/libssl/src/crypto/store: str_err.c str_lib.c lib/libssl/src/crypto/ts: ts.h ts_asn1.c ts_conf.c ts_err.c lib/libssl/src/crypto/txt_db: txt_db.h lib/libssl/src/crypto/ui: ui.h ui_err.c lib/libssl/src/crypto/whrlpool: whrlpool.h lib/libssl/src/crypto/x509: by_dir.c x509_cmp.c x509_err.c x509_req.c x509_vfy.c x509_vfy.h x_all.c lib/libssl/src/crypto/x509v3: ext_dat.h v3_addr.c v3_asid.c v3_ocsp.c v3_purp.c v3err.c x509v3.h Log message: Explicitly include in every file that references an OPENSSL_NO_* define. This avoids relying on something else pulling it in for us, plus it fixes several cases where the #ifndef OPENSSL_NO_XYZ is never going to do anything, since OPENSSL_NO_XYZ will never defined, due to the fact that opensslconf.h has not been included. This also includes some miscellaneous sorting/tidying of headers. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/07/10 16:46:37 Modified files: devel/llvm : Makefile Added files: devel/llvm/patches: patch-lib_Analysis_IVUsers_cpp patch-lib_CodeGen_SelectionDAG_ScheduleDAGSDNodes_cpp patch-lib_Target_ARM_A15SDOptimizer_cpp patch-lib_Target_PowerPC_PPCCTRLoops_cpp patch-lib_Target_PowerPC_PPCFastISel_cpp patch-lib_Target_PowerPC_PPCISelDAGToDAG_cpp patch-lib_Target_PowerPC_PPCRegisterInfo_td patch-lib_Target_R600_AMDGPUCallingConv_td patch-lib_Target_R600_R600Instructions_td patch-lib_Target_R600_SIInstrInfo_td patch-lib_Target_R600_SIInstructions_td patch-lib_Target_X86_X86AsmPrinter_cpp patch-lib_Target_X86_X86ISelLowering_cpp patch-tools_clang_lib_AST_ASTDumper_cpp patch-tools_clang_lib_AST_ExprConstant_cpp Log message: Bring in fixes from 3.4.1 / 3.4.2 that do not already exist in the 3.5 snapshot (which around 60% of them did).. r203025, r203050, r203054, r203281, r203581, r203719, r203818, r204155, r204304, r205067, r205630, r205738, r207990, r208501. ok matthew@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2014/07/10 16:58:16 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/10 17:19:56 Modified files: infrastructure/mk: bsd.port.mk Log message: strip ^v from WRKDISTs when generated from a github tag name, ok dcoppa, discussed with rpe "looks like a viable solution" FreeBSD handles this differently as they use codeload.github.com rather than github.com/.../archive/ URLs which seem to be structured differently CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/10 17:20:42 Modified files: devel/ninja : Makefile Log message: revert revert now that bsd.port.mk can handle WRKDIST with GH_TAG=vXXX CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2014/07/10 17:54:15 Modified files: editors/vim : Makefile editors/vim/pkg: DESCR-main Added files: editors/vim/patches: patch-src_configure_in Log message: Add new lua FLAVOR and switch to generating configure script with autoconf. Lua request from frantisek holop on ports@, ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/10 18:02:37 Modified files: www : Makefile Log message: Unhook www/horde - these ports are for Horde 3 which is EOL and doesn't work well with current PHP versions - Horde 5 is maintained upstream but it's split in 132 pieces which doesn't really fit well with ports, especially as it's strongly advised to be installed from their PEAR server. For more information, see http://www.horde.org/apps/groupware/docs/INSTALL Reminded by Adam Thompson. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/10 18:03:07 Removed files: www/horde : Makefile Makefile.inc horde.port.mk www/horde/chora: Makefile distinfo www/horde/chora/files: copywithlibs.sh www/horde/chora/pkg: DESCR PLIST www/horde/dimp : Makefile distinfo www/horde/dimp/pkg: DESCR PLIST www/horde/horde: Makefile distinfo www/horde/horde/pkg: DESCR PLIST README www/horde/imp : Makefile distinfo www/horde/imp/pkg: DESCR PLIST www/horde/ingo : Makefile distinfo www/horde/ingo/pkg: DESCR PLIST www/horde/kronolith: Makefile distinfo www/horde/kronolith/pkg: DESCR PLIST www/horde/mimp : Makefile distinfo www/horde/mimp/pkg: DESCR PLIST www/horde/mnemo: Makefile distinfo www/horde/mnemo/pkg: DESCR PLIST www/horde/nag : Makefile distinfo www/horde/nag/pkg: DESCR PLIST www/horde/turba: Makefile distinfo www/horde/turba/pkg: DESCR PLIST Log message: Unhook www/horde - these ports are for Horde 3 which is EOL and doesn't work well with current PHP versions - Horde 5 is maintained upstream but it's split in 132 pieces which doesn't really fit well with ports, especially as it's strongly advised to be installed from their PEAR server. For more information, see http://www.horde.org/apps/groupware/docs/INSTALL Reminded by Adam Thompson. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/10 18:12:15 Added files: sysutils/collectd/patches: patch-src_memory_c Log message: include vmmeter.h CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/07/10 18:38:17 Modified files: regress/lib/libc/explicit_bzero: explicit_bzero.c Log message: Fix explicit_bzero regress for Solaris and OS X compatibility Solaris and OS X clobber the signal stack when returning to the main stack, which caused the original testing strategy (inspecting the signal stack once we're back on the main stack) to fail. To be compatible with this behavior, the regress test now inspects the signal stack space while we're still executing on it. This is a bit iffy because we might clobber it ourselves while inspecting it, but we as long as its not completely clobbered we should be okay. thx bcook for the Solaris test account CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2014/07/10 19:05:24 Modified files: devel/llvm : Makefile Added files: devel/llvm/patches: patch-lib_Target_Sparc_AsmParser_SparcAsmParser_cpp patch-lib_Target_Sparc_Disassembler_SparcDisassembler_cpp patch-lib_Target_Sparc_InstPrinter_SparcInstPrinter_cpp patch-lib_Target_Sparc_InstPrinter_SparcInstPrinter_h patch-lib_Target_Sparc_MCTargetDesc_SparcAsmBackend_cpp patch-lib_Target_Sparc_MCTargetDesc_SparcFixupKinds_h patch-lib_Target_Sparc_MCTargetDesc_SparcMCCodeEmitter_cpp patch-lib_Target_Sparc_MCTargetDesc_SparcMCTargetDesc_cpp patch-lib_Target_Sparc_SparcCodeEmitter_cpp patch-lib_Target_Sparc_SparcInstr64Bit_td patch-lib_Target_Sparc_SparcInstrAliases_td patch-lib_Target_Sparc_SparcInstrFormats_td patch-lib_Target_Sparc_SparcInstrInfo_td patch-lib_Target_Sparc_SparcInstrVIS_td patch-lib_Target_Sparc_SparcRegisterInfo_td patch-lib_Target_Sparc_SparcSubtarget_h patch-lib_Target_Sparc_Sparc_td Log message: Sync up the SPARC backend up to commit r203424. ok matthew@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/07/10 19:10:35 Modified files: regress/lib/libc/explicit_bzero: explicit_bzero.c Log message: Fix dumb copy/paste mistake. Noticed testing with clang. CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2014/07/10 21:00:53 Modified files: . : plus.html Log message: plus.html for June 30 to July 6. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2014/07/10 21:06:08 Modified files: sys/dev/acpi : acpi.c sys/kern : vfs_bio.c sys/sys : hibernate.h Log message: Flush the buffercache to 16MB on hibernate and restore its previous max size (kern.bufcachepercent) on resume, for better hibernate performance. ok beck@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2014/07/10 21:17:20 Added files: sys/ddb : db_dwarf.c db_dwarf.h Log message: Add basic DWARF line table decoder Includes a stand-alone addr2line clone for userspace testing. Tested extensively on amd64 and expected to eventually support other architectures too. Importing now so further development/testing can happen in-tree. Followup commits will add to the kernel build and integrate into ddb. positive feedback; no objections CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/07/10 21:31:52 Modified files: usr.bin/ftp : fetch.c ftp.1 ftp_var.h main.c Log message: Allow ftp(1) to change its User-Agent for HTTP(S) URL requests using a -U command-line option. feedback from deraadt@, halex@, and Adam Thompson ok deraadt@ sthen@, man page changes ok jmc@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/07/10 23:59:24 Modified files: mail/sqlgrey : Makefile distinfo mail/sqlgrey/patches: patch-Makefile patch-sqlgrey Log message: update to 1.8.0 fix configuration parser CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/07/11 00:06:25 Modified files: usr.sbin/ldapd : ssl.c Log message: add additional includes required to build with -DOPENSSL_NO_DEPRECATED CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2014/07/11 00:59:43 Modified files: lang/python/2.7: Makefile distinfo lang/python/2.7/patches: patch-Lib_test_test_socket_py patch-Modules__ssl_c patch-Modules_ossaudiodev_c patch-configure_ac patch-setup_py lang/python/2.7/pkg: PLIST-idle PLIST-main PLIST-tests PLIST-tkinter Added files: lang/python/2.7/patches: patch-Lib_test_test_file2k_py patch-Lib_test_test_ssl_py Log message: Update Python to 2.7.8. Changelog: http://hg.python.org/cpython/raw-file/v2.7.8/Misc/NEWS ok daniel@ (thanks for the 2 patches). CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/07/11 01:34:23 Modified files: security/kc : Makefile Log message: fix HOMEPAGE to the same, you guys suck CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 01:38:05 Modified files: lib/libkvm : kvm_mips64.c Log message: the one userland file which wants uvmexp snooped via kmem, gets to use the special rule that sys/sysctl.h gets it. mips64 always wanted special treatment. found by todd CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/11 01:39:58 Modified files: www/chromium : Makefile www/chromium/pkg: DESCR PLIST Removed files: www/chromium/patches: 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 Log message: Drop the proprietary FLAVOR. There is no point keeping it for us, so merge the functionnality by default. ok espie@ jasper@ naddy@ robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/11 01:40:18 Modified files: www : Makefile Log message: -chromium,proprietary CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/07/11 01:40:54 Modified files: graphics/py-gd : Makefile Log message: restore WRKDIST CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/07/11 01:42:10 Modified files: net/luasocket : Makefile Log message: another broken thing CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/11 01:47:22 Modified files: sys/arch/zaurus/dev: zaurus_kbd.c Log message: The signal to tell init to power-off the system is SIGUSR2, not USR1 Inconsistency noted by blambert@, ok deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2014/07/11 01:47:59 Modified files: distrib/sets/lists/xbase: md.macppc md.sparc64 Log message: sync CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/11 01:51:48 Modified files: bin/pax : ftree.c Log message: clarify a comment about readlink. from Doug Hogan CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/11 01:54:04 Modified files: bin/csh : dir.c Log message: correct readlink termination. from Doug Hogan CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/11 01:56:06 Modified files: usr.sbin/smtpd : table_socketmap.c Log message: a failed socket is -1. from Doug Hogan CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 01:57:58 Modified files: sys/sys : reboot.h Log message: sys/reboot.h does not need to be standalone and pull cdefs.h by itself. enough kernel .S pull this in and cannot handle that (yet) ok uebayasi CVSROOT: /cvs Module name: src Changes by: pelikan@cvs.openbsd.org 2014/07/11 01:59:04 Modified files: sys/ufs/ext2fs : ext2fs_dir.h ext2fs_lookup.c Log message: separate searchslot variables into a structure like FreeBSD ok guenther CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/11 02:00:25 Modified files: lib/libssl/src/crypto/err: err_all.c openssl.ec Log message: Remove JPAKE remnants - there is no jpake.h, so if OPENSSL_NO_JPAKE was removed from opensslconf.h, this would no longer compile. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/11 02:05:41 Modified files: usr.bin : Makefile Log message: ain't nobody got time for fortran. remove fsplit. ok beck. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/11 02:07:03 Modified files: x11/gtk-vnc : Makefile Removed files: x11/gtk-vnc/patches: patch-configure patch-src_coroutine_ucontext_c Log message: Drop the now unnecessary MAP_ANONYMOUS patch. While here remove patch-configure and use MAKE_FLAGS instead. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/11 02:07:14 Removed files: usr.bin/fsplit : Makefile fsplit.1 fsplit.c Log message: Marion, don't look at it. Shut your eyes, Marion. Don't look at it, no matter what happens! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 02:09:54 Modified files: usr.bin/ssh : sandbox-systrace.c Log message: Permit use of SYS_sendsyslog from inside the sandbox. Clock is ticking, update your kernels and sshd soon.. libc will start using sendsyslog() in about 4 days. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/07/11 02:13:44 Modified files: xserver : ChangeLog configure configure.ac xserver/Xi : exevents.c xserver/fb : fbpict.c xserver/hw/xfree86: xorgconf.cpp xserver/hw/xquartz: X11Controller.m darwin.c xserver/hw/xquartz/bundle: Info.plist.cpp xserver/hw/xquartz/xpr: xprScreen.c xserver/include: misc.h xserver/man : Xserver.man Added files: xserver : test-driver Log message: Update to xorg-server 1.15.2. bug fixes. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/11 02:14:16 Modified files: games/openarena/patches: patch-Makefile Log message: Drop the MAP_ANONYMOUS chunk. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 02:17:36 Modified files: lib/libssl/src/ssl: s23_clnt.c s23_lib.c s23_meth.c s23_srvr.c ssl_locl.h Log message: No need to keep ssl23_foo() flavours mapping to ssl3_foo(). ok tedu@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/11 02:18:31 Modified files: sys/arch/landisk/dev: power.c sys/arch/sgi/dev: power.c sys/arch/sgi/hpc: panel.c sys/arch/sparc64/dev: power.c rtc.c sys/arch/zaurus/dev: zaurus_kbd.c sys/dev : vmt.c sys/dev/acpi : acpi.c acpitz.c sys/dev/wscons : wskbd.c sys/kern : init_main.c kern_exit.c kern_sig.c sys_process.c sys/sys : proc.h Log message: It's init as a process that's special, not init's original thread. Remember initprocess instead of initproc. ok matthew@ blambert@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2014/07/11 02:19:40 Modified files: sys/net80211 : ieee80211_input.c Log message: move ieee80211 message printing from workq to taskq testing stsp@ ok stsp@, dlg@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/11 02:20:42 Modified files: sys/kern : kern_fork.c Log message: Use membar_producer() to force visibility instead of misusing atomic_setbits_int() ok kettenis@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/07/11 02:21:18 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2014/07/11 02:26:53 Modified files: devel/boris : Makefile Log message: revert WRKDIST hack now that bsd.port.mk is fixed CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2014/07/11 02:33:55 Removed files: usr.sbin/smtpd : table_socketmap.c Log message: we wont ship this table in base anymore CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/11 02:43:38 Modified files: sys/dev/usb : usb.c Log message: Be less verbose with task debug messages and kill some trailing whitespaces while here. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/07/11 02:44:42 Modified files: lib/libssl/src : LICENSE Log message: Add a small note about LibReSSL at the start of this. ok jsing@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/11 02:44:49 Modified files: lib/libssl/src/crypto: cryptlib.c cryptlib.h cversion.c ex_data.c lib/libssl/src/crypto/aes: aes_ige.c aes_wrap.c lib/libssl/src/crypto/asn1: a_bitstr.c a_bool.c a_bytes.c a_d2i_fp.c a_digest.c a_dup.c a_enum.c a_gentm.c a_i2d_fp.c a_int.c a_mbstr.c a_object.c a_octet.c a_print.c a_set.c a_sign.c a_strex.c a_strnid.c a_time.c a_type.c a_utctm.c a_utf8.c a_verify.c ameth_lib.c asn1_gen.c asn1_lib.c asn1_par.c asn_mime.c asn_moid.c asn_pack.c d2i_pr.c d2i_pu.c evp_asn1.c f_enum.c f_int.c f_string.c i2d_pr.c i2d_pu.c n_pkey.c p5_pbe.c p5_pbev2.c p8_pkey.c t_bitst.c t_crl.c t_pkey.c t_req.c t_spki.c t_x509.c t_x509a.c tasn_enc.c tasn_prn.c x_attrib.c x_bignum.c x_crl.c x_info.c x_long.c x_name.c x_pkey.c x_pubkey.c x_req.c x_sig.c x_spki.c x_val.c x_x509.c x_x509a.c lib/libssl/src/crypto/bio: b_dump.c b_sock.c bf_buff.c bf_lbuf.c bf_nbio.c bf_null.c bio_cb.c bio_lib.c bss_acpt.c bss_conn.c bss_dgram.c bss_fd.c bss_file.c bss_log.c bss_mem.c bss_null.c bss_sock.c lib/libssl/src/crypto/bn: bn_add.c bn_asm.c bn_blind.c bn_ctx.c bn_depr.c bn_div.c bn_exp.c bn_exp2.c bn_gcd.c bn_gf2m.c bn_kron.c bn_lib.c bn_mod.c bn_mont.c bn_mpi.c bn_mul.c bn_nist.c bn_prime.c bn_print.c bn_rand.c bn_recp.c bn_shift.c bn_sqr.c bn_sqrt.c bn_word.c lib/libssl/src/crypto/buffer: buf_str.c buffer.c lib/libssl/src/crypto/cmac: cm_ameth.c cm_pmeth.c cmac.c lib/libssl/src/crypto/cms: cms_cd.c cms_dd.c cms_enc.c cms_env.c cms_ess.c cms_pwri.c cms_sd.c cms_smime.c lib/libssl/src/crypto/conf: conf_def.c conf_mall.c conf_mod.c conf_sap.c lib/libssl/src/crypto/des: enc_read.c enc_writ.c lib/libssl/src/crypto/dh: dh_ameth.c dh_asn1.c dh_check.c dh_depr.c dh_gen.c dh_key.c dh_lib.c dh_pmeth.c dh_prn.c lib/libssl/src/crypto/dsa: dsa_ameth.c dsa_asn1.c dsa_depr.c dsa_gen.c dsa_key.c dsa_lib.c dsa_ossl.c dsa_pmeth.c dsa_prn.c dsa_sign.c dsa_vrf.c lib/libssl/src/crypto/dso: dso_dlfcn.c dso_lib.c dso_null.c dso_openssl.c lib/libssl/src/crypto/ec: ec_ameth.c ec_pmeth.c eck_prn.c lib/libssl/src/crypto/ecdh: ech_ossl.c lib/libssl/src/crypto/engine: eng_aesni.c eng_int.h eng_list.c eng_openssl.c eng_table.c lib/libssl/src/crypto/err: err.c err.h err_prn.c lib/libssl/src/crypto/evp: bio_b64.c bio_enc.c bio_md.c c_allc.c c_alld.c digest.c e_bf.c e_cast.c e_des.c e_des3.c e_idea.c e_null.c e_rc2.c e_rc4.c e_rc5.c e_xcbc_d.c encode.c evp_enc.c evp_key.c evp_lib.c evp_pbe.c evp_pkey.c m_dss.c m_dss1.c m_ecdsa.c m_md4.c m_md5.c m_mdc2.c m_null.c m_ripemd.c m_sha.c m_sha1.c m_sigver.c m_wp.c names.c p5_crpt.c p5_crpt2.c p_dec.c p_enc.c p_lib.c p_open.c p_seal.c p_sign.c p_verify.c pmeth_fn.c pmeth_gn.c pmeth_lib.c lib/libssl/src/crypto/hmac: hm_ameth.c hm_pmeth.c hmac.c lib/libssl/src/crypto/lhash: lh_stats.c lib/libssl/src/crypto/mdc2: mdc2_one.c lib/libssl/src/crypto/objects: obj_dat.c obj_lib.c lib/libssl/src/crypto/ocsp: ocsp_cl.c ocsp_ext.c ocsp_lib.c ocsp_srv.c lib/libssl/src/crypto/pem: pem_all.c pem_info.c pem_lib.c pem_oth.c pem_pk8.c pem_pkey.c pem_seal.c pem_sign.c pem_x509.c pem_xaux.c pvkfmt.c lib/libssl/src/crypto/pkcs12: p12_add.c p12_asn.c p12_attr.c p12_crpt.c p12_crt.c p12_decr.c p12_init.c p12_key.c p12_kiss.c p12_mutl.c p12_p8d.c p12_p8e.c p12_utl.c lib/libssl/src/crypto/pkcs7: pk7_asn1.c pk7_doit.c pk7_lib.c pk7_mime.c pk7_smime.c lib/libssl/src/crypto/rand: rand_lib.c lib/libssl/src/crypto/rc4: rc4_locl.h lib/libssl/src/crypto/rsa: rsa_ameth.c rsa_asn1.c rsa_crpt.c rsa_depr.c rsa_eay.c rsa_gen.c rsa_lib.c rsa_none.c rsa_oaep.c rsa_pk1.c rsa_pmeth.c rsa_prn.c rsa_pss.c rsa_saos.c rsa_sign.c rsa_ssl.c rsa_x931.c lib/libssl/src/crypto/sha: sha512.c lib/libssl/src/crypto/srp: srp_lib.c srp_vfy.c lib/libssl/src/crypto/stack: stack.c lib/libssl/src/crypto/ts: ts_conf.c ts_lib.c ts_req_print.c ts_req_utils.c ts_rsp_print.c ts_rsp_sign.c ts_rsp_utils.c ts_rsp_verify.c ts_verify_ctx.c lib/libssl/src/crypto/txt_db: txt_db.c lib/libssl/src/crypto/ui: ui_lib.c ui_openssl.c lib/libssl/src/crypto/x509: by_dir.c by_file.c x509_att.c x509_cmp.c x509_d2.c x509_ext.c x509_lu.c x509_obj.c x509_r2x.c x509_req.c x509_set.c x509_trs.c x509_txt.c x509_v3.c x509_vfy.c x509_vpm.c x509cset.c x509name.c x509rset.c x509spki.c x509type.c x_all.c lib/libssl/src/crypto/x509v3: pcy_cache.c pcy_data.c pcy_lib.c pcy_map.c pcy_tree.c v3_addr.c v3_akey.c v3_akeya.c v3_alt.c v3_asid.c v3_bcons.c v3_bitst.c v3_conf.c v3_cpols.c v3_crld.c v3_enum.c v3_extku.c v3_genn.c v3_ia5.c v3_info.c v3_int.c v3_lib.c v3_ncons.c v3_ocsp.c v3_pci.c v3_pcons.c v3_pku.c v3_pmaps.c v3_prn.c v3_purp.c v3_skey.c v3_sxnet.c v3_utl.c Log message: Only import cryptlib.h in the four source files that actually need it. Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/11 02:45:29 Modified files: sys/dev/usb : ugen.c Log message: Fix debug printf formating and kill some trailing whitespaces while here. CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2014/07/11 02:47:47 Modified files: lib/libssl/src/crypto/chacha: chacha-merged.c Log message: replace u_int8_t with uint8_t ok beck@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/07/11 02:48:38 Modified files: sys/dev/pci : viomb.c Log message: add sensors to export what the actual size of the balloon is and what it should be, in bytes. currently uses SENSOR_INTEGER as sensor type, this may change in the future in favor of a new sensor type. ok sf@ CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2014/07/11 02:48:52 Modified files: regress/lib/libcrypto/bio: biotest.c Log message: replace u_int32_t with uint32_t ok beck@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 02:49:25 Removed files: lib/libssl/src : CHANGES CHANGES.SSLeay README.ASN1 README.ENGINE NEWS Log message: say hi to the bitbucket CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 02:51:41 Modified files: lib/libssl/src : LICENSE Log message: The only thing openssl is consistant about is inconsistancy, so there are many variations of their license and we need to say: licenses which follow: rather than license which follows: CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/11 02:54:57 Modified files: net/luasocket : Makefile graphics/py-gd : Makefile Log message: no need to override WRKDIST, bsd.port.mk commitid igFubl5pDlghiMqJ handles this CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/11 02:55:57 Modified files: sysutils/salt : Makefile distinfo sysutils/salt/pkg: PLIST Log message: Update to salt-2014.1.7. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/07/11 03:10:27 Modified files: lang/ecl : Makefile Log message: add devel/boehm-gc,-atomic as a RUN_DEPEND as well CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/07/11 03:17:48 Modified files: net/p5-IO-Socket-IP: Makefile distinfo Log message: update to 0.31 CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/11 03:24:03 Modified files: lib/libc/stdlib: getenv.3 lib/libc/sys : issetugid.2 Log message: better document perils of setuid getenv and xr with issetugid ok deraadt CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/07/11 03:24:44 Modified files: lib/libssl/src/apps: apps.h s_client.c s_server.c lib/libssl/src/ssl: d1_clnt.c d1_srvr.c s3_clnt.c s3_lib.c s3_srvr.c ssl.h ssl_asn1.c ssl_ciph.c ssl_lib.c ssl_sess.c ssl_txt.c Log message: Remove the PSK code. We don't need to drag around this baggage. ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/11 03:25:24 Modified files: lib/libssl/src/crypto/err: err.h Log message: Revert change that snuck into previous commit. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/11 03:36:27 Modified files: sys/arch/alpha/dev: bus_dma.c sys/arch/amd64/amd64: bus_dma.c sys/arch/arm/arm: bus_dma.c sys/arch/aviion/aviion: bus_dma.c sys/arch/i386/i386: bus_dma.c sys/arch/landisk/landisk: bus_dma.c sys/arch/loongson/loongson: bus_dma.c sys/arch/macppc/macppc: dma.c sys/arch/octeon/octeon: bus_dma.c sys/arch/sgi/sgi: bus_dma.c sys/arch/socppc/socppc: dma.c sys/arch/sparc/sparc: iommu.c machdep.c sys/arch/sparc64/sparc64: machdep.c sys/arch/vax/vax: bus_dma.c Log message: Convert bus_dmamem_map(9) to km_alloc(9) in order to make it fail and not sleep if the allocator cannot obtain a lock when BUS_DMA_NOWAIT is specified. idea and inputs from kettenis@, ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/11 03:36:35 Modified files: lib/libssl/src : e_os2.h Log message: More e_os2.h clean up. Also move the includes inside the guard. ok deraadt@ who also has a similar diff. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/07/11 03:42:27 Modified files: usr.sbin/dhcpd : Makefile bootp.c bpf.c dhcp.c dhcpd.8 dhcpd.c dhcpd.h options.c Added files: usr.sbin/dhcpd : udpsock.c Log message: Add -u option to bind UDP port as a socket to answer DHCPINFORM from the clients on non ethernet interfaces (eg. tun(4) or pppx(4)). input krw ok krw CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/07/11 03:44:42 Modified files: usr.sbin/dhcpd : dhcpd.8 Log message: Fix typo CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 03:48:48 Modified files: lib/libssl/src : LICENSE Log message: Remove the commentary about the majority of this code being under 'BSD-style Open Source licenses'. It is a bit improper of OpenSSL to classify themselves into the BSD community without a clear justification for the extra clauses / terms... CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/07/11 03:51:37 Modified files: lib/libc/stdlib: atexit.c Log message: Add locking for __cxa_finalize() as it modifies the page permissions of the __atexit tables and touches global variables. From Srinavasa Nagaraju through Android/Elliott Hughes. ok tedu@, guenther@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/07/11 03:58:54 Modified files: productivity/libkfbapi: Makefile Log message: MORE missed bumps CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/07/11 04:01:00 Modified files: sbin/isakmpd : dh.c libcrypto.h Log message: add additional includes required to build with -DOPENSSL_NO_DEPRECATED CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2014/07/11 04:10:44 Modified files: sys/arch/zaurus/zaurus: zaurus_machdep.c Log message: boot(9): Missing if_downall() on zaurus zaurus's boot(9) is the only boot(9) which doesn't call if_downall(). Include sys/socket.h + net/if.h and call it. OK miod@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/11 04:24:22 Modified files: productivity/libkgapi: Makefile distinfo productivity/libkgapi/pkg: PLIST Removed files: productivity/libkgapi/patches: patch-tests_objectslocationtests_cpp patch-tests_serviceslatitudetests_cpp Log message: Update libkgapi, should make error espie@ seen gone. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/11 04:26:06 ports/databases/xapian-core/patches Update of /cvs/ports/databases/xapian-core/patches In directory cvs.openbsd.org:/tmp/cvs-serv2822/patches Log Message: Directory /cvs/ports/databases/xapian-core/patches added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 04:32:18 Added files: lib/libssl/src/crypto/camellia/asm: BSD_license.txt Log message: Fetch the specific license which will be used from https://www.openssl.org/~appro/camellia/dist/BSD_license.txt It isn't our concern to supply the other licences mentioned in source files; that is realy not our problem. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 04:33:29 Modified files: lib/libssl/src/crypto/camellia/asm: BSD_license.txt Log message: pour some water on an ass ember spotted by doctor jsing, always keeping an eye out for these CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/07/11 04:36:27 Modified files: editors/kile-kde4: Makefile Log message: missed bump CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/11 04:37:55 Modified files: databases/xapian-core: Makefile Added files: databases/xapian-core/patches: patch-cmake_xapian-config_cmake_in patch-configure_ac Log message: Fix generated CMake config file. Unbreaks x11/kde4/baloo. Noticed by espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/11 04:38:02 Modified files: . : README Log message: Fix path to dpb(1). CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/11 04:45:17 Modified files: regress/lib/libssl/ssl: ssltest.c testssl Log message: Remove PSK from the ssl regress. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/07/11 04:48:50 Modified files: sys/net : if_vlan.c Log message: switch from bpf_mtap to the shiny new bpf_mtap_stripvlan. bpf listeners on a vlan interface don't expect to see a vlan header (you expect those on the underlaying if). since we no longer prepend an ethernet header to later throw it away and prepend an ether_vlan_header, we prepend a ether_vlan_header right away. to unconfuse bpf listeners we need to cut the 4 extra bytes out, which is what bpf_mtap_stripvlan does. problem noticed by dlg with dhcrelay, ok benno dlg CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/11 04:52:30 Modified files: etc/mtree : 4.4BSD.dist Log message: Trim down comments to those that are actually helpful for reading the file, that is, only leave those after multiple .. and before multiple dir names. While here, fix two comments that were actually wrong and garbage collect one /set instruction that had no effect. Saves 415 lines, which is 35% of the file. ok sthen@ henning@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/07/11 04:53:05 Log message: Import AnyEvent::I3, a new dependency of the upcoming update of the i3 window manager to version 4.8. Thanks Theo Buehler Status: Vendor Tag: dcoppa Release Tags: dcoppa_20140711 C ports/x11/p5-AnyEvent-I3/Makefile C ports/x11/p5-AnyEvent-I3/distinfo C ports/x11/p5-AnyEvent-I3/pkg/DESCR C ports/x11/p5-AnyEvent-I3/pkg/PLIST 4 conflicts created by this import. Use the following command to help the merge: cvs checkout -jdcoppa:yesterday -jdcoppa ports/x11/p5-AnyEvent-I3 CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2014/07/11 04:53:07 Modified files: sys/arch/alpha/include: cpu.h sys/arch/amd64/include: cpu.h sys/arch/arm/include: cpu.h sys/arch/hppa/include: cpu.h sys/arch/hppa64/include: cpu.h sys/arch/i386/include: cpu.h sys/arch/m88k/include: cpu.h sys/arch/mips64/include: cpu.h sys/arch/powerpc/include: cpu.h sys/arch/sh/include: cpu.h sys/arch/sparc/sparc: cpuvar.h sys/arch/sparc64/include: cpu.h sys/arch/vax/include: cpu.h Log message: CPU_BUSY_CYCLE(): A new MI statement for busy loop power reduction The new CPU_BUSY_CYCLE() may be put in a busy loop body so that CPU can reduce power consumption, as Linux's cpu_relax() and FreeBSD's cpu_spinwait(). To start minimally, use PAUSE on i386/amd64 and empty on others. The name is chosen following the existing cpu_idle_*() functions. Naming and API may be polished later. OK kettenis@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 04:56:03 Modified files: lib/libssl/src : e_os2.h Log message: Suspicions confirmed by sthen's searching that nothing uses ossl_ssize_t except embedded openssl's in other trees. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2014/07/11 04:56:52 Modified files: sys/arch/amd64/amd64: ipifuncs.c sys/arch/i386/i386: ipifuncs.c Log message: Don't hold the kernel lock while halting a processor. Assert if we detect this happening. ok kettenis@, deraadt@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/11 04:58:00 Removed files: etc/mtree : 4.4BSD.root 4.4BSD.usr 4.4BSD.var Log message: Remove unused files. Even though occasional commits did happen to these files, they still specify directories like /usr/share/man/cat4/tahoe, /usr/include/pascal, /usr/X11R4 and so on, so calling them "maintained" would seem a bold claim. ok sthen@ henning@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/11 05:13:11 Modified files: x11/kde4/libs/patches: patch-kdecore_kernel_kstandarddirs_cpp patch-kdecore_util_kshareddatacache_cpp patch-kio_kfile_kpropertiesdialog_cpp patch-kio_kio_krun_cpp patch-kio_kio_usernotificationhandler_cpp patch-kjs_math_object_cpp patch-kpty_tests_kptyprocesstest_cpp patch-solid_solid_managerbase_cpp Log message: Regen patches (non-critical, but lowers level of spam in my cvs diff output) CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/11 05:17:18 Modified files: productivity/libkfbapi: Makefile Log message: This way it's better than just a bump. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/11 05:20:32 Modified files: games/foobillard: Makefile Log message: Tweak CONFIGURE_STYLE and COMMENT. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/07/11 05:21:22 Added files: x11/p5-AnyEvent-I3: Makefile distinfo x11/p5-AnyEvent-I3/pkg: DESCR PLIST Log message: Re-add AnyEvent::I3, a new dependency of the upcoming update of the i3 window manager to version 4.8. Thanks Theo Buehler CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/07/11 05:41:25 Modified files: lib/libcrypto/crypto/arch/alpha: opensslconf.h lib/libcrypto/crypto/arch/amd64: opensslconf.h lib/libcrypto/crypto/arch/arm: opensslconf.h lib/libcrypto/crypto/arch/hppa: opensslconf.h lib/libcrypto/crypto/arch/hppa64: opensslconf.h lib/libcrypto/crypto/arch/i386: opensslconf.h lib/libcrypto/crypto/arch/m88k: opensslconf.h lib/libcrypto/crypto/arch/mips64: opensslconf.h lib/libcrypto/crypto/arch/powerpc: opensslconf.h lib/libcrypto/crypto/arch/sh: opensslconf.h lib/libcrypto/crypto/arch/sparc: opensslconf.h lib/libcrypto/crypto/arch/sparc64: opensslconf.h lib/libcrypto/crypto/arch/vax: opensslconf.h Log message: Make sure we leave OPENSSL_NO_PSK in the conf files so things can know... ok jsing@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/11 05:42:28 Modified files: lib/libssl/src/crypto: cversion.c Log message: Clean up versioning and remove #ifdefs that we do not define. ok beck@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/11 05:43:49 Modified files: lib/libssl/src/crypto: opensslv.h Log message: Provide correct version details for LibreSSL. ok beck@ deraadt@ miod@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/07/11 05:48:50 Modified files: usr.sbin/relayd: config.c http.h parse.y relay_http.c relayd.c relayd.h regress/usr.sbin/relayd: args-http-change-cookie.pl args-http-change-path.pl args-http-remove.pl Log message: Simplify the code that handles the HTTP headers by using an RB tree with associated lists instead of the complicated lookup table and "others" list. This might add a little malloc overhead for common headers but also fixes some issues like the handling of repeated headers - for example, handling of multiple "Set-Cookie" headers. ok bluhm@ (regress part) ok benno@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/07/11 05:48:58 Modified files: graphics/blender: Makefile Added files: graphics/blender/patches: patch-intern_cycles_util_CMakeLists_txt Log message: Fix build on i386. Reported by sthen@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 06:04:46 Modified files: lib/libssl/src/crypto/evp: bio_b64.c Log message: Missing initialization; OpenSSL PR#3289 and #3345 via OpenSSL trunk. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 06:07:30 Modified files: lib/libssl/src/ssl: ssl_asn1.c Log message: Missing initialization for error line in error paths; from Coverity via OpenSSL trunk. CVSROOT: /cvs Module name: src Changes by: pelikan@cvs.openbsd.org 2014/07/11 06:08:21 Modified files: sys/ufs/ext2fs : ext2fs_dinode.h ext2fs_inode.c sys/ufs/ufs : inode.h Log message: updated inode format, whitespace, re-formatting CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 06:12:39 Modified files: lib/libssl/src/crypto/cms: cms_smime.c Log message: Make CMS_decrypt_set1_pkey() return an error if no recipient type matches, instead of returning a random key; OpenSSL PR #3348 via OpenSSL trunk CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/07/11 06:15:53 Modified files: x11/kde4/ruby-qt: Makefile Log message: bump CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 06:17:46 Modified files: lib/libssl/src/crypto/bio: bss_dgram.c Log message: Missing calloc() return value check in dgram_sctp_ctrl(); from Kurt Roeckx via OpenSSL trunk CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/07/11 06:18:37 Modified files: x11/kde4/kmix : Makefile Log message: change of backend -> bump CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2014/07/11 06:20:26 Modified files: sbin/sysctl : sysctl.8 sys/netinet : icmp6.h sys/netinet6 : icmp6.c in6_proto.c Log message: Remove rfc 4620 Node Information Query support (from the kernel). ok henning@ stu@, Yay! weerd@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2014/07/11 06:24:28 Modified files: lib/libc/gen : sysctl.3 Log message: clean up after previous: zap rfc 4620 from sysctl(3) too. ok jmc CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 06:24:51 Modified files: lib/libssl/src/ssl: s3_srvr.c Log message: In ssl3_get_client_key_exchange() parsing a GOST session key, invoke the regular ASN.1 parser rather than trying to handroll one and potentially misbehave; OpenSSL PR #3335 via OpenSSL trunk. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/07/11 06:33:12 Modified files: sys/stand/boot : vars.c Log message: whatever mickey had to drink 13 years ago, he's not going to find it again. so just remove the comment and unneeded functionality which has been "#ifdef notused" for the past 13 years. OK uebayasi@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 06:40:32 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus mi distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/07/11 06:42:48 Modified files: databases/p5-SQL-Abstract: Makefile distinfo databases/p5-SQL-Abstract/pkg: PLIST Log message: Update databases/p5-SQL-Abstract to 1.78 Needed by newer p5-DBIx-Class OK sthen@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/07/11 06:49:20 Modified files: usr.sbin/pkg_add/OpenBSD: Add.pm Log message: with out-of-order extraction, match tempnames to item names CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/07/11 06:50:15 Modified files: usr.sbin/pkg_add/OpenBSD: AddDelete.pm Log message: display the extraction tally only if verbose CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 06:52:41 Modified files: lib/libssl/src/crypto/x509: x509_lu.c x509_vfy.c Added files: lib/libssl/src/crypto/x509: x509_lcl.h Log message: When looking for the issuer of a certificate, if the current candidate is expired or not valid yet, continue looking; only return an expired certificate if no valid certificates have been found. OpenSSL PR #3359 via OpenSSL trunk. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/07/11 06:52:51 Modified files: x11/kde4/artikulate: Makefile Log message: missed revision bump CVSROOT: /cvs Module name: src Changes by: pelikan@cvs.openbsd.org 2014/07/11 06:53:19 Modified files: sys/ufs/ext2fs : ext2fs_dinode.h Log message: sizeof good old inode is 128, the structure has expanded CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2014/07/11 06:55:32 Modified files: sys/arch/alpha/dev: sgmap_typedep.c Log message: sgmap loading didnt respect the dmamaps max number of segments. this let it wanter off writing segment descriptors off in memory it didnt own, which led to some pretty awesome memory corruption. if you had a network card with a small number of tx descriptors per packet, a lot of memory, and a heavily fragmented packet (ie, ssh) you were basically guaranteed a confusing panic. ok miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 06:59:10 Modified files: lib/libssl/src/crypto/rsa: rsa_ameth.c Log message: Remove duplicate 0x for salt len in output; Martin Kaiser via OpenSSL trunk. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2014/07/11 06:59:55 Modified files: devel/geany : Makefile distinfo devel/geany/pkg: PLIST Log message: Update to geany 1.24.1, commiting on behalf of armani@, tested working fine here. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/11 07:00:06 Modified files: usr.bin/rdist : rdist.c Log message: delete all traces of oldrdist -Server command. ok beck guenther CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 07:02:10 Modified files: lib/libssl/src/crypto/cms: cms_sd.c Log message: Fix version number processing in cms_sd_set_version(); OpenSSL PR #3249 via OpenSSL trunk. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/07/11 07:06:26 Modified files: lib/libcrypto/man: Makefile Log message: Fix incorrect mlinks ok bcook@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 07:08:03 Modified files: usr.bin/kdump : Makefile mkioctls Log message: Grok the new /dev/klog LIOCSFD ioctl associated with sendsyslog(2) ok matthew guenther miod tedu CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 07:09:04 Modified files: lib/libssl/src/ssl: d1_lib.c Log message: In dtls1_clear_queues(), free buffered_add_data.q correctly, it's made of DTLS1_RECORD_DATA, not hm_fragment. OpenSSL PR #3286 via OpenSSL trunk. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/11 07:10:53 Modified files: lang/ecl : Makefile Log message: Fix dependencies. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 07:13:04 Modified files: bin : Makefile.inc libexec : Makefile.inc sbin : Makefile.inc usr.bin : Makefile.inc Log message: using COPTS is probably better than CFLAGS CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/11 07:13:21 Removed files: x11/kde4/kig/patches: patch-CMakeLists_txt Log message: Send BOOST_PYTHON's phantom back to its cave. Dind't build => no bump. Noticed by espie@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2014/07/11 07:14:51 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.i386 md.landisk md.loongson md.luna88k md.sgi md.socppc md.sparc md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2014/07/11 07:15:34 Modified files: sys/netinet : tcp_input.c udp_usrreq.c Log message: There is a use-after-free somewhere in the code that links the pf state to the socket pcb. Add an additional assert to narrow down the panics. OK henning@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/07/11 07:21:05 Modified files: lib/libcrypto/man: Makefile Log message: Correct incorrect mlinks ok bcook@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 07:21:08 Modified files: etc/mtree : 4.4BSD.dist distrib/miniroot: install.sub Log message: take the directories specified by BSD.local.dist, and add them into 4.4BSD.dist. The base set grows by a tiny amount, but we no longer need to run chroot'd dynamic mtree from the installer. ok espie halex schwarze CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 07:21:15 Modified files: lib/libssl/src/ssl: s3_clnt.c Log message: Accept CCS again after `finished' has been sent by the client; at this point keys have been correctly set up so it is ok to accept CCS from the server. Without renegotiation can sometimes fail. OpenSSL PR #3400 via OpenSSL trunk. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 07:26:31 Modified files: lib/libssl/src/crypto/bn: bn_sqr.c Log message: Make sure BN_sqr never returns negative numbers. OpenSSL PR #3400 via OpenSSL trunk. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/11 07:33:29 Modified files: security/kc : Makefile Log message: missing REVISION bump with HOMEPAGE change CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/07/11 07:35:57 Modified files: lib/libcrypto/man: Makefile Log message: Fix incorrect duplicate mlinks ok bcook@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/07/11 07:37:02 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCheck.pm Log message: use the merged 4.4BSD.dist mtree if BSD.local is gone CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 07:41:59 Modified files: lib/libssl/src/crypto/asn1: ameth_lib.c asn_mime.c asn_pack.c evp_asn1.c Log message: More memory leaks and unchecked allocations; OpenSSL PR #3403 via OpenSSL trunk. (note we had already fixed some of the issues in that PR independently) CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/11 07:44:03 Modified files: x11/kde : Makefile Log message: Unlink KOffice and its i18n. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 07:45:45 Modified files: lib/libssl/src/crypto/objects: obj_dat.pl Log message: Fix OID encoding for single components. OpenSSL PR #2556 via OpenSSL trunk. (be sure to make cleandir and make includes before building) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/07/11 07:45:54 Modified files: . : Makefile Log message: remove extra ${SUDO} in release-install target. This target can only be run as root already. ok espie@ todd@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2014/07/11 07:46:36 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: new api, to be used CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 07:48:38 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: pelikan@cvs.openbsd.org 2014/07/11 07:50:01 Modified files: sbin/fsck_ext2fs: inode.c Log message: fix dacl->size_hi header change CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/11 07:50:21 Removed files: x11/kde/office-i18n3: Makefile Makefile.inc distinfo x11/kde/office-i18n3/ca: Makefile x11/kde/office-i18n3/cs: Makefile x11/kde/office-i18n3/cy: Makefile x11/kde/office-i18n3/da: Makefile x11/kde/office-i18n3/de: Makefile x11/kde/office-i18n3/el: Makefile x11/kde/office-i18n3/en_GB: Makefile x11/kde/office-i18n3/es: Makefile x11/kde/office-i18n3/et: Makefile x11/kde/office-i18n3/eu: Makefile x11/kde/office-i18n3/fi: Makefile x11/kde/office-i18n3/fr: Makefile x11/kde/office-i18n3/hu: Makefile x11/kde/office-i18n3/it: Makefile x11/kde/office-i18n3/ja: Makefile x11/kde/office-i18n3/lv: Makefile x11/kde/office-i18n3/ms: Makefile x11/kde/office-i18n3/nb: Makefile x11/kde/office-i18n3/nl: Makefile x11/kde/office-i18n3/pkg: DESCR PLIST-af PLIST-ar PLIST-bg PLIST-br PLIST-bs PLIST-ca PLIST-cs PLIST-cy PLIST-da PLIST-de PLIST-el PLIST-en_GB PLIST-eo PLIST-es PLIST-et PLIST-eu PLIST-fi PLIST-fr PLIST-ga PLIST-he PLIST-hi PLIST-hu PLIST-is PLIST-it PLIST-ja PLIST-lt PLIST-lv PLIST-mk PLIST-ms PLIST-nb PLIST-nl PLIST-nn PLIST-pl PLIST-pt PLIST-pt_BR PLIST-ro PLIST-ru PLIST-se PLIST-sk PLIST-sl PLIST-sr PLIST-sr@Latn PLIST-sv PLIST-ta PLIST-tg PLIST-tr PLIST-uk PLIST-uz PLIST-zh_CN PLIST-zh_TW x11/kde/office-i18n3/pl: Makefile x11/kde/office-i18n3/pt: Makefile x11/kde/office-i18n3/pt_BR: Makefile x11/kde/office-i18n3/ru: Makefile x11/kde/office-i18n3/sk: Makefile x11/kde/office-i18n3/sl: Makefile x11/kde/office-i18n3/sr: Makefile x11/kde/office-i18n3/sr@Latn: Makefile x11/kde/office-i18n3/sv: Makefile x11/kde/office-i18n3/tr: Makefile x11/kde/office-i18n3/uk: Makefile x11/kde/office-i18n3/zh_CN: Makefile x11/kde/office-i18n3/zh_TW: Makefile x11/kde/office3: Makefile distinfo x11/kde/office3/patches: patch-acinclude_m4 patch-configure_in patch-filters_krita_gmagick_kis_image_magick_converter_cc patch-filters_krita_png_kis_png_converter_cc patch-filters_krita_png_kis_png_converter_h patch-filters_kword_msword_conversion_cpp patch-filters_kword_msword_document_cpp patch-filters_kword_msword_graphicshandler_cpp patch-filters_kword_msword_tablehandler_cpp patch-filters_kword_msword_texthandler_cpp patch-karbon_core_vtext_cc patch-kspread_plugins_calculator_Makefile_in x11/kde/office3/pkg: DESCR PLIST Log message: Remove KOffice. Unlike KDE3 itself, this one has no use; at least, there is no support for modern document formats while using own one. Also, Calligra should hit CVS soon. And this one stands before it and updating libpqxx. no objections from espie@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/11 07:51:05 Modified files: etc/mtree : 4.4BSD.dist Log message: Remove some duplicate directories. This doesn't change the directory structure being defined. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/07/11 07:53:47 Modified files: usr.sbin/dhcpd : dhcpd.8 Log message: tweak previous; ok krw yasuoka CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/11 07:54:34 Modified files: usr.bin/ssh : myproposal.h Log message: by popular demand, add back hamc-sha1 to server proposal for better compat with many clients still in use. ok deraadt CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 07:54:41 Modified files: lib/libssl/src/crypto/asn1: x_crl.c Log message: Tolerate critical AKID in CRLs; OpenSSL PR #3014 via OpenSSL trunk, and also update the comments to reflect what the code now does. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/11 08:01:38 Modified files: lib/libcrypto/crypto: Makefile lib/libcrypto/crypto/arch/alpha: opensslconf.h lib/libcrypto/crypto/arch/amd64: opensslconf.h lib/libcrypto/crypto/arch/arm: opensslconf.h lib/libcrypto/crypto/arch/hppa: opensslconf.h lib/libcrypto/crypto/arch/hppa64: opensslconf.h lib/libcrypto/crypto/arch/i386: opensslconf.h lib/libcrypto/crypto/arch/ia64: opensslconf.h lib/libcrypto/crypto/arch/m88k: opensslconf.h lib/libcrypto/crypto/arch/mips64: opensslconf.h lib/libcrypto/crypto/arch/powerpc: opensslconf.h lib/libcrypto/crypto/arch/sh: opensslconf.h lib/libcrypto/crypto/arch/sparc: opensslconf.h lib/libcrypto/crypto/arch/sparc64: opensslconf.h lib/libcrypto/crypto/arch/vax: opensslconf.h Added files: lib/libssl/src/crypto: opensslfeatures.h Log message: move all the feature settings to a common header. probably ok beck jsing miod CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/11 08:03:40 Modified files: lib/libssl/src/crypto: opensslfeatures.h Log message: no compression is also a feature of libressl CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/11 08:07:04 Modified files: lib/libssl/src/crypto: opensslfeatures.h Log message: additional features: no buffer freelists and no heartbleed CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/07/11 08:10:36 Modified files: gnu/gcc/libstdc++-v3/libsupc++: unwind-cxx.h Log message: make the __cxa_call_terminate() proto match the definition From dt71 at gmx.com via FreeBSD Required to build with recent versions of clang. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/07/11 08:11:12 Modified files: databases/p5-DBD-mysql: Makefile distinfo databases/p5-DBD-mysql/patches: patch-Makefile_PL databases/p5-DBD-mysql/pkg: PLIST Log message: bugfix update to 4.027 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 08:16:10 Modified files: lib/libssl/src/crypto/evp: evp_pbe.c Log message: In EVP_PBE_alg_add don't use the underlying NID for the cipher as it may have a non-standard key size; OpenSSL PR #3206 via OpenSSL trunk. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 08:22:55 Modified files: lib/libssl/src/crypto/asn1: asn1_lib.c Log message: In asn1_get_length(), tolerate leading zeroes in BER encoding. OpenSSL PR #2746 via OpenSSL trunk CVSROOT: /cvs Module name: src Changes by: pelikan@cvs.openbsd.org 2014/07/11 08:30:52 Modified files: sys/ufs/ext2fs : ext2fs.h ext2fs_inode.c ext2fs_readwrite.c ext2fs_vfsops.c Log message: determine and use maximum file size instead of magical constants ok guenther CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/11 08:33:00 Modified files: lib/libcrypto/crypto/arch/alpha: opensslconf.h lib/libcrypto/crypto/arch/amd64: opensslconf.h lib/libcrypto/crypto/arch/arm: opensslconf.h lib/libcrypto/crypto/arch/hppa: opensslconf.h lib/libcrypto/crypto/arch/hppa64: opensslconf.h lib/libcrypto/crypto/arch/i386: opensslconf.h lib/libcrypto/crypto/arch/ia64: opensslconf.h lib/libcrypto/crypto/arch/m88k: opensslconf.h lib/libcrypto/crypto/arch/mips64: opensslconf.h lib/libcrypto/crypto/arch/powerpc: opensslconf.h lib/libcrypto/crypto/arch/sh: opensslconf.h lib/libcrypto/crypto/arch/sparc: opensslconf.h lib/libcrypto/crypto/arch/sparc64: opensslconf.h lib/libcrypto/crypto/arch/vax: opensslconf.h Log message: i'm a dumbdumb. fix build. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/07/11 08:33:45 Modified files: sys/dev/acpi : acpicpu.c Log message: Fix invocation of _OSC. We were passing the capabilities in the wrong DWORD and specifyig the wrong DWORD count. Moreover we should not evaluate _PDC if _OSC is present. Might not be perfect yet, but what we had previously was uterrly and totally wrong. ok guenther@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/07/11 08:35:19 Modified files: sbin/fsck_msdos: dir.c Log message: Remove redundant check and wrong fix: fat.c checks already take care about cluster chains. If the user didn't want to fix them at that time, he asks for trouble -- and these checks didn't help in all cases either. discussed with and ok krw@ CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2014/07/11 08:36:44 Modified files: sys/ddb : db_command.c sys/kern : kern_xxx.c subr_disk.c subr_prf.c sys/sys : reboot.h Log message: reboot(9): Add MI reboot entry function Now, for kernel to "reboot" (reboot, halt, or shutdown), MD boot(9) is called in some places. This change introduces a new MI function reboot(9) which is simply a wrapper to call MD boot(9). OK kettenis@ deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 08:38:51 Modified files: lib/libssl/src/crypto/evp: e_aes.c Log message: Fix copy for CCM, GCM and XTS. Internal pointers in CCM, GCM and XTS contexts should either be NULL or set to point to the appropriate key schedule. This needs to be adjusted when copying contexts. OpenSSL PR #3272 with further fixes, from OpenSSL trunk CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/07/11 08:39:28 Modified files: usr.sbin/mrouted: defs.h Log message: missing prototypes OK tedu@ but don't ask him questions about mrouted, ever CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/11 08:41:00 Modified files: sys/arch/i386/i386: bus_dma.c Log message: Use the correct type, found by naddy@. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 08:49:12 Modified files: lib/libssl/src/crypto/asn1: asn1_lib.c Log message: In ASN1_get_object(), reject primitive encodings using the indefinite length constructed form. OpenSSL PR #2438 via OpenSSL trunk CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/07/11 08:50:56 Modified files: faq : current.html Log message: sha1 reprieve; drop some sections of the list of known incompatible ssh clients (but expand the section for paramiko with more information about kexalgorithms and common affected software) CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/07/11 08:55:08 Modified files: lib/libssl/src/doc/apps: cms.pod Log message: Make this file parsable by pod2man without errors. ok bcook@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/07/11 09:00:38 Modified files: lib/libssl/src/doc/apps: smime.pod Log message: Also make these files parsable by pod2man.. ok bcook@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 09:01:49 Modified files: lib/libssl/src/crypto/bn: bn_exp.c Log message: Apparently better fix for OpenSSL PR #3397 (Joyent bug #7704), from OpenSSL trunk CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2014/07/11 09:03:17 Modified files: sys/netinet6 : nd6.h nd6_rtr.c Log message: move IPv6 prefix adding from workq to taskq; as a happy benefit, we can delete 2 dozen or so lines that check to see if we've queued up a prefix addition multiple times. ok stsp@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2014/07/11 09:07:13 Log message: Import residualvm-0.1.1. ResidualVM is a game engine reimplementation that allows you to play 3D adventure games such as Grim Fandango. ResidualVM utilizes OpenGL for 3D graphics hardware acceleration. A software renderer is also included for machines without hardware OpenGL. ok jsg@ Status: Vendor Tag: bentley Release Tags: bentley_20140711 N ports/games/residualvm/Makefile N ports/games/residualvm/distinfo N ports/games/residualvm/pkg/DESCR N ports/games/residualvm/pkg/PLIST N ports/games/residualvm/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/07/11 09:10:39 Modified files: games/speeddreams: Makefile distinfo games/speeddreams/patches: patch-cmake_macros_cmake patch-src_libs_tgf_linuxspec_cpp patch-src_libs_tgfclient_CMakeLists_txt patch-src_modules_graphic_ssggraph_CMakeLists_txt patch-src_modules_simu_simuv3_car_cpp patch-src_modules_userinterface_legacymenu_CMakeLists_txt patch-src_tools_nfsperf_CMakeLists_txt patch-src_tools_trackgen_CMakeLists_txt patch-src_tools_xmlversion_CMakeLists_txt games/speeddreams/pkg: PLIST-data PLIST-main Added files: games/speeddreams/patches: patch-src_drivers_usr_src_mod_cpp patch-src_libs_robottools_rthumandriver_cpp patch-src_modules_graphic_ssggraph_grbackground_cpp patch-src_modules_simu_simuv4_simu_cpp patch-src_tools_accc_ac3dload_cpp Removed files: games/speeddreams/patches: patch-src_drivers_human_human_cpp Log message: Update to 2.1. CVSROOT: /cvs Module name: src Changes by: pelikan@cvs.openbsd.org 2014/07/11 09:11:00 Modified files: sys/ufs/ext2fs : ext2fs_readwrite.c Log message: split ext2fs_read for the upcoming ext4 extent bits, like FreeBSD has done ok guenther CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2014/07/11 09:13:57 Modified files: games : Makefile Log message: +residualvm CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/11 09:14:33 Modified files: lib/libssl/src/crypto: opensslfeatures.h Log message: it has been 4888 days since the transient feature to define short macros for apps that haven't had time to make the appropriate changes was added. time's up. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2014/07/11 09:16:09 Modified files: textproc/pod2mdoc: Makefile distinfo Log message: Update to pod2mdoc-0.0.12. CVSROOT: /cvs Module name: src Changes by: pelikan@cvs.openbsd.org 2014/07/11 09:16:22 Modified files: sbin/newfs_ext2fs: mke2fs.c Log message: fix dacl->size_hi header change CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 09:18:52 Modified files: lib/libssl/src/ssl: s3_srvr.c Log message: In ssl3_get_cert_verify(), allow for larger messages to accomodate keys larger than 4096-bit RSA which the most paranoid of us are using; OpenSSL PR #319 via OpenSSL trunk. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 09:21:51 Modified files: lib/libssl/src/crypto/rsa: rsa_eay.c Log message: In RSA_eay_private_encrypt(), correctly return the smaller BN; OpenSSL PR #3418 via OpenSSL trunk CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/07/11 09:25:44 Modified files: sys/netinet : ip_output.c Log message: in_proto_cksum_out: zero the icmp cksum before going on so that we do not require the caller to do so. lteo needs that for divert soon, and is in line with tcp/udp and the general approach that the rest of the stack should not need to do anything regarding the cksums but setting the "needs it" flag. ok lteo CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/07/11 09:25:48 Modified files: sbin/ping6 : ping6.c Log message: use optval for setsockopt consistently OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/07/11 09:26:55 Modified files: sbin/ping : ping.c Log message: use optval for setsockopt; sync with ping6 OK benno@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/11 09:28:27 Modified files: lib/libssl/src/crypto/evp: evp.h Log message: OPENSSL_ALGORITHM_DEFINES has been removed from conf.h, no need for it now CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/07/11 09:28:27 Modified files: sbin/ping6 : Makefile ping6.c Log message: Silence a compiler warning and build with -Wall etc. While here check that our buffer is big enough. OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/07/11 09:29:46 Modified files: sbin/ping : Makefile ping.c Log message: Silence compiler warning and build with -Wall etc. OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2014/07/11 09:30:47 Modified files: sbin/ping : ping.c Log message: __dead for finish() OK benno@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 09:35:53 Modified files: lib/libssl/src/crypto/pem: pvkfmt.c Log message: Missing bounds check in do_PVK_body(); OpenSSL RT #2277, from OpenSSL trunk, but without a memory leak. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/11 09:37:22 Modified files: usr.bin/mandoc : Makefile Added files: usr.bin/mandoc : cgi.c man.cgi.8 Log message: Bring in man.cgi(8) to maintain it in our tree together with mandoc. It will not be enabled in the build nor installed by default. A comment in the Makefile lists the three simple steps needed to build, install, and run it on the two machines worldwide that are going to run it. deraadt@ agrees with having the code in the tree. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 09:38:03 Modified files: lib/libssl/src/crypto/conf: conf_def.c Log message: Prevent infinite loop during configuration file parsing; OpenSSL PR #2985 via OpenSSL trunk. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/07/11 09:38:20 Modified files: sys/arch/octeon/stand/boot: uart.c Log message: add some more register definitions CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2014/07/11 09:38:44 Modified files: regress/usr.sbin/relayd: Client.pm Proc.pm args-timein-http.pl args-timein.pl args-timeout-http.pl args-timeout.pl relayd.pl remote.pl Log message: Add a time.log file that accumulates timing information about the executed tests. This allows to micro benchmark relayd. based on a diff from andre@; OK reyk@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 09:40:32 Modified files: lib/libssl/src/crypto/bio: bio_lib.c Log message: Fix a memory leak in BIO_free() which no current BIO can trigger; OpenSSL PR #3439 via OpenSSL trunk CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 09:42:34 Modified files: lib/libssl/src/crypto/cms: cms_pwri.c Log message: Avoid invoking EVP_CIPHER_CTX_cleanup() on uninitialized memory; from Coverity via OpenSSL trunk CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 09:44:53 Modified files: lib/libssl/src/ssl: s3_clnt.c Log message: If the application uses tls_session_secret_cb for session resumption, set the CCS_OK flag. From OpenSSL trunk. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/11 09:45:19 Modified files: databases : Makefile Log message: Unhook keximdb. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/11 09:46:31 Modified files: databases/keximdb: Makefile Log message: You won't hide, KOffice's phantom!.. Zap the only port depending on KDE3 KOffice that somehow was hiding from the "make search". CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/07/11 09:49:13 Modified files: x11 : Makefile Log message: +p5-AnyEvent-I3 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/07/11 09:49:58 Modified files: x11/i3 : Makefile distinfo x11/i3/patches : patch-common_mk patch-i3-dmenu-desktop patch-i3-dump-log_main_c patch-i3_config patch-i3_config_keycodes patch-include_shmlog_h patch-libi3_get_exe_path_c patch-man_i3-migrate-config-to-v4_1 patch-man_i3_1 patch-src_commands_c patch-src_config_c patch-src_config_parser_c patch-src_i3_mk patch-src_ipc_c patch-src_log_c patch-src_startup_c x11/i3/pkg : PLIST Added files: x11/i3/patches : patch-i3-save-tree patch-i3bar_src_child_c patch-i3bar_src_config_c patch-include_ipc_h patch-src_bindings_c patch-src_main_c patch-src_manage_c patch-src_util_c patch-src_x_c Removed files: x11/i3/patches : patch-i3bar_src_xcb_c patch-src_key_press_c Log message: Update to i3-4.8 plus fixes. Initial diff by Theo Buehler CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2014/07/11 09:54:52 Modified files: sbin/fsck_ext2fs: setup.c sys/ufs/ext2fs : ext2fs_vfsops.c Log message: Prevent division by zero on erroneous file systems. ok pelikan@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/07/11 09:55:03 Modified files: www/piwik : Makefile distinfo www/piwik/pkg : PLIST Log message: Major update to 2.4.1, includes an xss security fix Changelog with new features available at http://piwik.org/changelog/ CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2014/07/11 10:01:41 Modified files: include/protocols: dumprestore.h sbin/dump : Makefile dump.8 dump.h itime.c main.c Log message: make dump support DUIDs for command line arguments and /etc/dumpdates (using the new shiny -U switch) dumpdates part originating from, and discussed with, Maximilian Fillinger seems reasonable to krw@, "get it in" deraadt@ CVSROOT: /cvs Module name: src Changes by: pelikan@cvs.openbsd.org 2014/07/11 10:04:25 Modified files: sys/ufs/ext2fs : ext2fs_bswap.c Log message: new dinode format for big-endian conversion routines CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2014/07/11 10:13:11 Modified files: regress/usr.sbin/relayd: Remote.pm Log message: Fix dryrun for remote relayd test. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/11 10:17:37 Modified files: databases/gnats: Makefile databases/gnats/pkg: README Log message: services(5) already contains what we need. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 10:18:14 Modified files: lib/libcrypto/man: Makefile lib/libssl/man : Makefile lib/libssl/src/doc/apps: verify.pod lib/libssl/src/doc/crypto: ASN1_STRING_length.pod ASN1_STRING_print_ex.pod ASN1_generate_nconf.pod BIO_f_base64.pod BIO_find_type.pod BIO_s_accept.pod BIO_s_connect.pod BN_BLINDING_new.pod BN_CTX_new.pod BN_generate_prime.pod BN_rand.pod CMS_add0_cert.pod CMS_decrypt.pod CMS_get0_RecipientInfos.pod CMS_verify.pod CONF_modules_free.pod CONF_modules_load_file.pod DH_generate_parameters.pod DSA_generate_parameters.pod ERR_get_error.pod ERR_remove_state.pod EVP_BytesToKey.pod EVP_DigestInit.pod EVP_EncryptInit.pod EVP_PKEY_CTX_ctrl.pod EVP_SignInit.pod OPENSSL_config.pod OPENSSL_load_builtin_modules.pod OpenSSL_add_all_algorithms.pod PKCS7_verify.pod RSA_generate_key.pod RSA_sign.pod X509_NAME_ENTRY_get_object.pod X509_STORE_CTX_get_ex_new_index.pod crypto.pod d2i_DSAPublicKey.pod d2i_X509_CRL.pod ecdsa.pod evp.pod i2d_PKCS7_bio_stream.pod lib/libssl/src/doc/ssl: SSL_CIPHER_get_name.pod SSL_CTX_add_extra_chain_cert.pod SSL_CTX_add_session.pod SSL_CTX_new.pod SSL_CTX_set_client_CA_list.pod SSL_CTX_set_client_cert_cb.pod SSL_CTX_set_info_callback.pod SSL_CTX_set_msg_callback.pod SSL_CTX_set_options.pod SSL_CTX_set_tmp_dh_callback.pod SSL_CTX_set_verify.pod SSL_get_fd.pod SSL_get_peer_cert_chain.pod SSL_get_rbio.pod SSL_get_session.pod SSL_get_version.pod SSL_set_fd.pod d2i_SSL_SESSION.pod Added files: lib/libssl/src/doc/crypto: EC_GFp_simple_method.pod EC_GROUP_copy.pod EC_GROUP_new.pod EC_KEY_new.pod EC_POINT_add.pod EC_POINT_new.pod PKCS5_PBKDF2_HMAC.pod d2i_ECPKParameters.pod ec.pod Log message: Huge documentation update for libcrypto and libssl, mostly from Matt Caswell, Jeff Trawick, Jean-Paul Calderone, Michal Bozon, Jeffrey Walton and Rich Salz, via OpenSSL trunk (with some parts not applying to us, such as SSLv2 support, at least partially removed). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/11 10:18:51 Modified files: japanese/canna : Makefile japanese/canna/pkg: DESCR-server Log message: Drop /etc/services mention. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/07/11 10:18:55 Modified files: audio/pianobar : Makefile distinfo audio/pianobar/patches: patch-Makefile Added files: audio/pianobar/patches: patch-src_libpiano_response_c patch-src_ui_dispatch_h Removed files: audio/pianobar/patches: patch-src_libpiano_crypt_h Log message: Update to pianobar-2014.06.08 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/11 10:20:37 Modified files: net/samba : Makefile net/samba/pkg : README-main Log message: services(5) already contains what we need. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 10:22:29 Modified files: lib/libssl/src/crypto/ui: ui_lib.c Log message: adapt addapt spelling to adapt; request from miod CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/07/11 10:24:00 Modified files: sys/net : pipex.h Log message: Use uint32_t instead of uint16_t for pr_timeout_sec of struct pipex_session_req. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 10:25:35 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2014/07/11 10:28:13 Modified files: net/fpdns : Makefile Log message: Unbreak after GH_* change. OK sthen@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/07/11 10:30:23 Modified files: lib/libssl/man : Makefile Log message: Modify formatting to make portable's life a lot easier. ok miod@ bcook@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 10:30:44 src/etc/examples Update of /cvs/src/etc/examples In directory cvs.openbsd.org:/usr/src/etc/examples Log Message: Directory /cvs/src/etc/examples added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 10:32:52 Added files: etc/examples : ldpd.conf Log message: Place the first example into the /etc/examples directory, removing it from the regular view. There will be many more soon. Idea discussed for days with robert and ajacoutot CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/07/11 10:34:07 Modified files: lib/libcrypto/man: Makefile Log message: add comment about format requirements ok miod@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/07/11 10:35:40 Modified files: sys/uvm : uvm.h uvm_amap.c uvm_amap.h uvm_anon.c uvm_anon.h uvm_aobj.c uvm_aobj.h uvm_ddb.h uvm_device.c uvm_device.h uvm_extern.h uvm_fault.c uvm_fault.h uvm_glue.c uvm_glue.h uvm_init.c uvm_io.c uvm_km.c uvm_km.h uvm_map.c uvm_map.h uvm_meter.c uvm_object.h uvm_page.c uvm_page.h uvm_pager.c uvm_pager.h uvm_pdaemon.c uvm_stat.c uvm_unix.c uvm_user.c uvm_vnode.c sys/arch/amd64/amd64: pmap.c sys/arch/amd64/include: pmap.h sys/arch/i386/i386: pmap.c pmapae.c sys/arch/i386/include: pmap.h pte.h sys/arch/sparc/dev: xd.c xdreg.h xdvar.h xio.h xy.c xyreg.h xyvar.h Log message: Chuck Cranor rescinded clauses in his license on the 2nd of February 2011 in NetBSD. http://marc.info/?l=netbsd-source-changes&m=129658899212732&w=2 http://marc.info/?l=netbsd-source-changes&m=129659095515558&w=2 http://marc.info/?l=netbsd-source-changes&m=129659157916514&w=2 http://marc.info/?l=netbsd-source-changes&m=129665962324372&w=2 http://marc.info/?l=netbsd-source-changes&m=129666033625342&w=2 http://marc.info/?l=netbsd-source-changes&m=129666052825545&w=2 http://marc.info/?l=netbsd-source-changes&m=129666922906480&w=2 http://marc.info/?l=netbsd-source-changes&m=129667725518082&w=2 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 10:36:35 Added files: etc/examples : chio.conf dvmrpd.conf hostapd.conf ifstated.conf ospf6d.conf ospfd.conf Removed files: etc : chio.conf dvmrpd.conf hostapd.conf ifstated.conf ldpd.conf ospf6d.conf ospfd.conf Log message: move a few more... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/11 10:38:56 Modified files: sysutils/openpoppassd: Makefile sysutils/openpoppassd/patches: patch-openpoppassd_8 Log message: No need for that chunk. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2014/07/11 10:38:58 Modified files: sys/dev/usb : xhci.c Log message: Remove redundant mask check in the interrupt routine. We return earlier if the interrupt is masked. Discussed with and okay mpi@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/07/11 10:39:06 Modified files: sys/net : if.h sys/netinet6 : in6.h in6_proto.c ip6_var.h nd6.c nd6_rtr.c Log message: introduce the IFXF_AUTOCONF6 interface flag which controls wether we accept rtadvs on that interface. the global net.inet6.ip6.accept_rtadv sysctl just doesn't cut it, even tho the spec wants that - but in their little absurd world, a host just has one interface by definition anyway... the sysctlgoes away. lots of head scratching, brain cell elemination etc from bluhm benno stsp florian, excitement from simon and todd, ok bluhm stsp benno florian CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/07/11 10:39:10 Modified files: usr.sbin/relayd: control.c proc.c Log message: Tweak error checking for msgbuf_write() as recommended by the imsg gurus. ok reyk@ benno@ CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2014/07/11 10:41:16 Modified files: etc : ksh.kshrc Log message: revert last commit eval seems to be needed for reaching the aliases which otherwise aren't available from within functions... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/11 10:41:31 Modified files: comms/xcept : Makefile comms/xcept/pkg: MESSAGE Log message: Don't edit /etc/services. CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2014/07/11 10:41:38 Modified files: . : want.html Log message: NYCBUG donated some SATA drives during vBSDCon. It is already some time ago and I forgot to update want.html and to say: Thanks! CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/07/11 10:41:51 Modified files: sbin/ifconfig : brconfig.h ifconfig.8 ifconfig.c Log message: allow IFXF_AUTOCONF6 to be set and cleared. "ifconfig inet6 autoconf" to turn it on, -autoconf to turn it off. show AUTOCONF6 in the flags line. -inet6 turns IFXF_AUTOCONF6 off as well. ok stsp benno florian bluhm CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/07/11 10:43:07 Modified files: sbin/sysctl : sysctl.8 etc : sysctl.conf Log message: net.inet6.ip6.accept_rtadv bit the bucket ok florian bluhm benno stsp CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/07/11 10:43:33 Modified files: usr.sbin/dvmrpd: control.c usr.sbin/ldpd : control.c usr.sbin/ospf6d: control.c usr.sbin/ospfd : control.c usr.sbin/ripd : control.c Log message: Close the control fd when it has reported EOF. ok henning@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/07/11 10:44:05 Modified files: security/pcsc-lite: Makefile Log message: upstream has a Gandi certificate now, No need to mirror the distfile anymore. spotted by sthen@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/07/11 10:44:13 Modified files: usr.sbin/rtsold: if.c rtsold.8 rtsold.c Log message: some say it is kinda likely you want autoconf if you run rtsol/rtsold on a given interface, so turn AFXF_AUTOCONF6 on on it ok bluhm stsp benno florian CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 10:44:17 Modified files: etc/mtree : 4.4BSD.dist Log message: create /etc/examples CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/07/11 10:48:29 Modified files: usr.sbin/dhcpd : dhcp.c dhcpd.h Log message: Fix DHCPINFORM not to lookup the lease database, not to fill the yiaddr field and not to include the lease time parameters. ok krw CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/07/11 10:49:56 Modified files: security/ccid : Makefile distinfo Removed files: security/ccid/patches: patch-src_ccid_usb_c Log message: Update to ccid-1.4.17 CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/07/11 10:54:29 Modified files: etc : services Log message: Add some more unofficial services to please ports without the need to hand-edit services(5) which moved to base; some more to come probably. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/07/11 10:56:36 Modified files: security/ccid : Makefile Log message: fix whitespace problem with previous CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/11 10:57:10 Modified files: net/tacacs+ : Makefile Removed files: net/tacacs+/pkg: MESSAGE UNMESSAGE Log message: Drop the MESSAGEs, they are not needed. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/07/11 10:57:14 Modified files: faq : current.html Log message: mention autoconf6, because there's probably a user somewhere who doesn't run rtsol CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/07/11 10:57:55 Modified files: devel/libgtop2 : Makefile Added files: devel/libgtop2/patches: patch-sysdeps_openbsd_cpu_c patch-sysdeps_openbsd_open_c Log message: add SMP support to libgtop CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/07/11 10:58:50 Modified files: devel/libgtop2/patches: patch-sysdeps_openbsd_cpu_c Log message: remove debug code CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 10:59:03 Modified files: etc : Makefile changelist Log message: handle the movement of the first few files to /etc/examples. They are still managed by changelist, as long as the marker is + and they are in the correct distrib/sets/* files Bit of help from ajacoutot CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 10:59:15 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/etc: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/11 10:59:35 Modified files: graphics/sane-backends: Makefile graphics/sane-backends/pkg: README Log message: Remove unneeded chunk. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/07/11 10:59:38 Modified files: usr.sbin/relayd: config.c parse.y relay.c relayd.conf.5 relayd.h Log message: Add support for EDH to provide perfect forward secrecy for older SSL clients. Additionally, add options for disallowing client-initiated renegotiations and to prefer the server's cipher list over the client's preferences. This work is based on a diff by Markus Gebert at hostpoint.ch, and was discussed with jsing@ resulting in a few different defaults. ok benno@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2014/07/11 11:01:48 Modified files: sys/arch/octeon/dev: octhci.c Log message: Enable the interrupt routine. Still work in progress, but the interrupt routine can be enabled now. I tried to match the structure of the other drivers as close as possible: - add octhci_intr1() routine - modify octhci_intr() to call octhci_intr1() - schedule the actual work for the soft interrupt - add octhci_root_intr_{transfer,start,abort} routines - fill in the octhci_poll() routine - use the same style for return directives dmesg progress: octhci0 at iobus0 irq 56: core version 2 pass 3.5 usb0 at octhci0: USB revision 2.0 uhub0 at usb0 " octHCI root hub" rev 2.00/1.00 addr 1 CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/07/11 11:02:00 Modified files: graphics/gimp/stable: Makefile distinfo graphics/gimp/stable/patches: patch-etc_Makefile_in patch-plug-ins_common_Makefile_in patch-plug-ins_common_file-xwd_c graphics/gimp/stable/pkg: PLIST Removed files: graphics/gimp/stable/patches: patch-app_widgets_gimptextstyleeditor_c patch-plug-ins_file-jpeg_gimpexif_c Log message: Bugfix update to 2.8.10 switch master_sites to http CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/11 11:02:56 Removed files: misc/amanda : Makefile distinfo misc/amanda/files: crontab.sample gpgzip misc/amanda/patches: patch-man_Makefile_in misc/amanda/pkg: DESCR-client DESCR-doc DESCR-main MESSAGE-client MESSAGE-main PFRAG.gpg-client PFRAG.gpg-main PLIST-client PLIST-doc PLIST-main UNMESSAGE-client UNMESSAGE-main Log message: Remove, I doubt anyone can prove what we currently have actually works. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/11 11:03:12 Modified files: misc : Makefile Log message: -amanda CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/07/11 11:10:30 Modified files: etc : Makefile changelist Added files: etc/examples : bgpd.conf Removed files: etc : bgpd.conf Log message: my pleasure to move bgpd.conf to examples. ok theo CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/07/11 11:18:11 Modified files: lib/libssl/man : Makefile Log message: formatting ok bcook@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 11:20:10 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/07/11 11:27:39 Modified files: distrib/sets : gensetlist distrib/sets/lists/xfont: mi Added files: distrib/sets/lists/xfont: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus Removed files: distrib/sets/lists/xfont: md.x11r7 Log message: Get rid of the md.x11r7 hack for the xfont set. This made sense 5 years ago when different arches had different font lists, nowadays just use a mi file and empty md ones like xshare. This make future work on new X sets easier. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/07/11 11:35:16 Modified files: usr.sbin/relayd: parse.y Log message: Sometimes I just sort the tokens in parse.y CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/11 11:37:55 Modified files: x11/kde-shared-data: Makefile Log message: Put back simplified version, to help blind dpb(1). Doesn't affect package. Reported and fix tested by naddy@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 11:43:41 Modified files: lib/libssl/man : Makefile Log message: missing \ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 12:17:48 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/etc: mi Log message: move files which do not change to base set; ok ajacoutot CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2014/07/11 12:19:45 Modified files: usr.bin/ftp : fetch.c main.c Log message: simplify and slightly tweak user agent handling ok lteo@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2014/07/11 12:25:50 Modified files: regress/sys/netinet6/frag6: Makefile frag6_zerofirst.py frag6_zerosecond.py Added files: regress/sys/netinet6/frag6: frag6_refrag.py Log message: Add a test that sends a large ICMP6 packet in many small fragments. The echo reply has to be fragmented. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/07/11 12:35:27 Modified files: multimedia/ogmrip: Makefile distinfo Removed files: multimedia/ogmrip/patches: patch-libogmrip_ogmrip-x264_c patch-libogmrip_ogmrip-xvid_c Log message: Update to 1.0.1; two patches now upstreamed. CVSROOT: /cvs Module name: src Changes by: daniel@cvs.openbsd.org 2014/07/11 13:35:54 Modified files: gnu/usr.bin/lynx: Makefile.bsd-wrapper Log message: start reducing the attack surface of lynx. leave gopher, news, and dired in place for now. but we will soon catch up to the security level of internet explorer 7 by removing these too. ok's for the version of this diff that removes even more protocols from deraadt@, tedu@. general support from other devs. CVSROOT: /cvs Module name: src Changes by: giovanni@cvs.openbsd.org 2014/07/11 13:55:46 Modified files: etc : services Log message: Add some services needed by comms/hylafax ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/11 14:01:41 ports/net/monitoring-plugins Update of /cvs/ports/net/monitoring-plugins In directory cvs.openbsd.org:/tmp/cvs-serv7189/monitoring-plugins Log Message: Directory /cvs/ports/net/monitoring-plugins added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/11 14:01:47 ports/net/monitoring-plugins/pkg Update of /cvs/ports/net/monitoring-plugins/pkg In directory cvs.openbsd.org:/tmp/cvs-serv8388/monitoring-plugins/pkg Log Message: Directory /cvs/ports/net/monitoring-plugins/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/11 14:01:48 ports/net/monitoring-plugins/patches Update of /cvs/ports/net/monitoring-plugins/patches In directory cvs.openbsd.org:/tmp/cvs-serv8388/monitoring-plugins/patches Log Message: Directory /cvs/ports/net/monitoring-plugins/patches added to the repository CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2014/07/11 14:03:10 Modified files: regress/sys/netinet6/frag6: frag6_refrag.py Log message: Verify the checksum of the echo reply fragment based on the echo request. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/11 14:08:04 Added files: net/monitoring-plugins: Makefile distinfo net/monitoring-plugins/patches: patch-configure_ac net/monitoring-plugins/pkg: DESCR-dbi DESCR-fping DESCR-game DESCR-ldap DESCR-main DESCR-mysql DESCR-pgsql DESCR-samba DESCR-snmp PLIST-dbi PLIST-fping PLIST-game PLIST-ldap PLIST-main PLIST-mysql PLIST-pgsql PLIST-samba PLIST-snmp Removed files: net/nagios/plugins/patches: patch-configure_in net/nagios/plugins/pkg: DESCR-dbi DESCR-fping DESCR-game DESCR-ldap DESCR-main DESCR-mysql DESCR-pgsql DESCR-samba DESCR-snmp MESSAGE-main PLIST-dbi PLIST-fping PLIST-game PLIST-ldap PLIST-main PLIST-mysql PLIST-pgsql PLIST-samba PLIST-snmp README-main Log message: update to monitoring-plugins 2.0 and shuffle directory to match the package name (this was renamed from nagios-plugins a while ago, it is now separate from nagios-plugins development which is proceeding separately) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/11 14:08:23 Modified files: net/nagios/check_bioctl: Makefile net/nagios/check_hw_sensors: Makefile net/nagios/check_openbgpd: Makefile net/nagios/check_sip: Makefile net/nagios/nagios: Makefile net/nagios/nrpe: Makefile net/nagios/nsca/pkg: DESCR-client DESCR-main Log message: handle monitoring-plugins shuffling CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/11 14:08:28 Modified files: sysutils/resmon: Makefile Log message: handle monitoring-plugins shuffling CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/07/11 14:19:30 Modified files: sbin/dhclient : dhclient.c Log message: Don't write out a new resolv.conf until the new address is added and we become responsible for the interface. Don't write out a new resolv.conf when our address has been deleted and we are no longer responsible for the interface. Less writing is more better. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 14:36:14 src/regress/lib/libcrypto/pbkdf2 Update of /cvs/src/regress/lib/libcrypto/pbkdf2 In directory cvs.openbsd.org:/tmp/cvs-serv29589/pbkdf2 Log Message: Directory /cvs/src/regress/lib/libcrypto/pbkdf2 added to the repository CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 14:37:59 Modified files: regress/lib/libcrypto: Makefile Added files: regress/lib/libcrypto/pbkdf2: Makefile pbkdf2.c Log message: Regression test for PKCS5_PBKDF2_HMAC(), written by Christian Heimes ; from OpenSSL trunk CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2014/07/11 14:41:20 Modified files: regress/usr.sbin/relayd: Makefile regress/sys/net/pf_divert: Makefile regress/sys/kern/sosplice/error: Makefile regress/sys/kern/sosplice/perf: Makefile regress/sys/kern/sosplice/tcp: Makefile regress/sys/kern/sosplice/udp: Makefile Log message: Make the test output easier to read by splitting the test cases with an empty line and a header line. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/07/11 14:41:41 Modified files: sbin/dhclient : dhclient.c Log message: Move updating resolv.conf contents and active lease to before address manipulation starts. Thus making it more likely the correct resolv.conf gets written. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 14:52:59 Modified files: regress/lib/libcrypto/bn/general: bntest.c Log message: Another regress test for OpenSSL PR #3397 (Joyent 7704), from agl via OpenSSL RT. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/07/11 14:55:40 Modified files: shells/ksh93 : Makefile Added files: shells/ksh93/patches: patch-src_cmd_ksh93_edit_history_c Log message: Fix use of /etc/ksh_audit on i386. Problem reported by Stefan Klein. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/07/11 14:57:31 Modified files: x11/fltk : Makefile Added files: x11/fltk/patches: patch-FL_Fl_Tree_Item_H Log message: Remove stray comma in enum. Problem hit while porting new EDE. ok bcallah@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/11 15:02:05 Modified files: multimedia/k3b-kde4/patches: patch-plugins_decoder_ffmpeg_k3bffmpegwrapper_cpp Removed files: multimedia/k3b-kde4/patches: patch-plugins_project_audiometainforenamer_k3baudiometainforenamerplugin_cpp Log message: Sync K3b patches with nowadays reality. Didn't built => no bump. Noticed by espie@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/07/11 15:04:17 Modified files: usr.bin/m4 : eval.c Log message: better error handling in mkstemp/unlink/fdopen logic. from Doug Hogan okay miod@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/07/11 15:08:20 Modified files: sbin/dhclient : dhclient.c Log message: Sigh. Further torture finds a race. Back to drawing board for reducing resolv.conf writing. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/07/11 15:09:28 Modified files: usr.sbin/relayd: relayd.h Log message: 8 bits is enough for sslflags CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2014/07/11 15:12:39 Modified files: etc : ksh.kshrc Log message: Introducing a nifty _ignore function makes the file neater and easier to maintain. The eval's must stay to make the aliases expand at run time instead of at parse time. ok krw@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 15:20:10 Modified files: etc : Makefile changelist Added files: etc/examples : dhcpd.conf iked.conf inetd.conf ipsec.conf ldapd.conf mrouted.conf nsd.conf rbootd.conf relayd.conf ripd.conf sasyncd.conf sensorsd.conf snmpd.conf ypldap.conf Removed files: etc : dhcpd.conf iked.conf inetd.conf ipsec.conf ldapd.conf mrouted.conf nsd.conf rbootd.conf relayd.conf ripd.conf sasyncd.conf sensorsd.conf snmpd.conf ypldap.conf Log message: Move more files into the examples directory... CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/07/11 15:20:31 Modified files: x11/ogre : Makefile distinfo x11/ogre/patches: patch-CMakeLists_txt patch-CMake_InstallResources_cmake patch-CMake_Utils_OgreConfigTargets_cmake patch-OgreMain_include_OgreStringConverter_h patch-OgreMain_src_OgreStringConverter_cpp patch-PlugIns_OctreeZone_CMakeLists_txt patch-RenderSystems_CMakeLists_txt patch-Samples_CMakeLists_txt patch-Tools_XMLConverter_CMakeLists_txt x11/ogre/pkg : PLIST-main PLIST-samples Added files: x11/ogre/patches: patch-OgreMain_src_OgreDynLib_cpp Log message: Update to ogre 1.9. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/07/11 15:21:59 Modified files: lib/libssl/src/crypto: opensslv.h Log message: Provide LIBRESSL_VERSION_NUMBER for people who use such things to detect versions distinct from OPENSSL_BLAH_WOOF.. ok jsing@ tedu@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2014/07/11 15:25:23 Modified files: graphics/hugin : Makefile graphics/hugin/pkg: PLIST Removed files: graphics/hugin/patches: patch-CMakeModules_FindGLEW_cmake patch-CMakeModules_FindPNG_cmake Log message: - add python scripting support. - don't use patch and SUBSD_CMD for CMake modules, just use ones from our CMake installation OK sthen@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/07/11 15:39:04 Modified files: x11/ede : Makefile.inc x11/ede/desktop: Makefile distinfo x11/ede/desktop/patches: patch-configure patch-ede-desktop_Jamfile patch-ede-panel_applets_cpu-monitor_CpuMonitor_cpp patch-evoke_EvokeService_cpp x11/ede/desktop/pkg: PLIST x11/ede/lib : Makefile distinfo x11/ede/lib/patches: patch-Jamrules patch-configure x11/ede/lib/pkg: PLIST Added files: x11/ede/desktop/patches: patch-ede-panel_Jamfile Removed files: x11/ede/desktop/patches: patch-emountd_Jamfile Log message: Update to EDE 2.1. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 15:40:31 Added files: etc : nsd.conf Removed files: etc/examples : nsd.conf Log message: nsd.conf is not ready to be an example CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/11 15:49:13 Modified files: usr.bin/kdump : ktrstruct.c Log message: remove (commented) bluetooth reference CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/11 15:50:28 Modified files: include : Makefile Log message: stop installing netbt headers CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 15:54:17 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/etc: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/11 15:54:38 Modified files: sys/arch/alpha/conf: files.alpha sys/arch/amd64/conf: files.amd64 sys/arch/armish/conf: files.armish sys/arch/armv7/conf: files.armv7 sys/arch/hppa/conf: files.hppa sys/arch/hppa64/conf: files.hppa64 sys/arch/i386/conf: files.i386 sys/arch/landisk/conf: files.landisk sys/arch/loongson/conf: files.loongson sys/arch/macppc/conf: files.macppc sys/arch/octeon/conf: files.octeon sys/arch/socppc/conf: files.socppc sys/arch/sparc64/conf: files.sparc64 sys/arch/zaurus/conf: files.zaurus sys/conf : files sys/dev/sdmmc : files.sdmmc sys/dev/usb : files.usb sys/kern : uipc_domain.c sys/net : if.c netisr.c Removed files: sys/dev/bluetooth: btdev.h bthid.h bthidev.c bthidev.h bthub.c btkbd.c btms.c btsco.c btsco.h files.bluetooth sys/dev/sdmmc : sbt.c sys/dev/usb : ubt.c sys/netbt : bluetooth.h bt_input.c bt_proto.c bt_var.h hci.h hci_event.c hci_ioctl.c hci_link.c hci_misc.c hci_socket.c hci_unit.c l2cap.h l2cap_lower.c l2cap_misc.c l2cap_signal.c l2cap_socket.c l2cap_upper.c rfcomm.h rfcomm_dlc.c rfcomm_session.c rfcomm_socket.c rfcomm_upper.c sco.h sco_socket.c sco_upper.c Log message: "It's not the years, honey; it's the mileage." bluetooth support doesn't work and isn't going anywhere. the current design is a dead end, and should not be the basis for any future support. general consensus says to whack it so as to not mislead the unwary. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/07/11 15:56:55 Modified files: databases/ruby-redis-namespace: Makefile distinfo databases/ruby-redis-namespace/pkg: PLIST Log message: Update to ruby-redis-namespace-1.5.0, compatible with ruby-redis-3.1.0 CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/11 15:58:09 Modified files: sys/arch/alpha/conf: GENERIC sys/arch/amd64/conf: GENERIC sys/arch/armish/conf: GENERIC sys/arch/hppa/conf: GENERIC sys/arch/i386/conf: GENERIC sys/arch/landisk/conf: GENERIC sys/arch/loongson/conf: GENERIC sys/arch/macppc/conf: GENERIC sys/arch/sparc64/conf: GENERIC sys/arch/zaurus/conf: GENERIC Log message: remove bthub remnants CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/07/11 15:58:14 Modified files: databases/ruby-redis: Makefile distinfo databases/ruby-redis/pkg: PLIST Log message: Update (again) to ruby-redis-3.1.0 CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/11 15:58:32 Modified files: etc : MAKEDEV.common rc.conf Log message: remove bluetooth bits CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/11 16:04:09 Modified files: etc/etc.alpha : MAKEDEV.md etc/etc.amd64 : MAKEDEV.md etc/etc.armish : MAKEDEV.md etc/etc.armv7 : MAKEDEV.md etc/etc.hppa : MAKEDEV.md etc/etc.i386 : MAKEDEV.md etc/etc.landisk: MAKEDEV.md etc/etc.loongson: MAKEDEV.md etc/etc.macppc : MAKEDEV.md etc/etc.socppc : MAKEDEV.md etc/etc.sparc64: MAKEDEV.md etc/etc.zaurus : MAKEDEV.md Log message: no bthub CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/11 16:04:52 Modified files: etc/etc.alpha : MAKEDEV etc/etc.amd64 : MAKEDEV etc/etc.armish : MAKEDEV etc/etc.armv7 : MAKEDEV etc/etc.aviion : 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.octeon : MAKEDEV etc/etc.sgi : MAKEDEV etc/etc.socppc : MAKEDEV etc/etc.sparc : MAKEDEV etc/etc.sparc64: MAKEDEV etc/etc.vax : MAKEDEV etc/etc.zaurus : MAKEDEV Log message: regen CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/07/11 16:08:27 Modified files: net/samba4 : Makefile Log message: do not hatdcode /var, no pkg change CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/11 16:10:51 Modified files: share/man/man4 : Makefile netintro.4 sdmmc.4 usb.4 share/man/man7 : hier.7 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.armv7: MAKEDEV.8 share/man/man8/man8.hppa: 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.macppc: MAKEDEV.8 share/man/man8/man8.socppc: MAKEDEV.8 share/man/man8/man8.sparc64: MAKEDEV.8 share/man/man8/man8.zaurus: MAKEDEV.8 Removed files: share/man/man4 : bluetooth.4 btkbd.4 btms.4 btsco.4 sbt.4 ubt.4 Log message: Let us hurry. There is nothing to fear here. That's what scares me. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/11 16:14:39 Modified files: usr.bin/mandoc : cgi.c Log message: http headers must end lines with CRLF. ok schwarze CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/11 16:16:11 Modified files: usr.bin/mandoc : cgi.c Log message: make http decode linear time. also remove a redundant null check. ok schwarze CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/11 16:17:08 Modified files: graphics/hugin : Makefile Log message: whitespace tweaks, and merge post-extract and pre-patch CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2014/07/11 16:18:03 Log message: Add a test framework for the ospfd routing daemon. For each test one fresh daemon is started with an individual config. It is talking OSPF via a tun interface. At the process side of the tun device a client is running. This test programm is parsing the OSPF packets and generates new ones. It simulates other OSPF daemons. For now only hello packets are tested. Each test has a task list which drives the ospfd through its interface state machine. The plan is to extend the framework for the other OSPF packet types and state machines. Eventualy the generated kernel routing messages could also be checked. I have developed this test suite together with Florian Riehm. Status: Vendor Tag: bluhm Release Tags: bluhm_20140712 N src/regress/usr.sbin/ospfd/tundump.pl N src/regress/usr.sbin/ospfd/PassFd.xs N src/regress/usr.sbin/ospfd/Default.pm N src/regress/usr.sbin/ospfd/Makefile N src/regress/usr.sbin/ospfd/Ospfd.pm N src/regress/usr.sbin/ospfd/Proc.pm N src/regress/usr.sbin/ospfd/args-ifstate.pl N src/regress/usr.sbin/ospfd/ospfd.pl N src/regress/usr.sbin/ospfd/Tun.pm N src/regress/usr.sbin/ospfd/README N src/regress/usr.sbin/ospfd/Packet.pm N src/regress/usr.sbin/ospfd/args-ifstate-ism2.pl N src/regress/usr.sbin/ospfd/opentun.c N src/regress/usr.sbin/ospfd/testfd.pl N src/regress/usr.sbin/ospfd/PassFd.pm N src/regress/usr.sbin/ospfd/Client.pm N src/regress/usr.sbin/ospfd/args-ifstate-pri-ism-ospfd.pl N src/regress/usr.sbin/ospfd/args-ifstate-pri-ism.pl N src/regress/usr.sbin/ospfd/args-none.pl N src/regress/usr.sbin/ospfd/args-ifstate-pri-ospfd-ism.pl N src/regress/usr.sbin/ospfd/args-ifstate-pri-ospfd.pl No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 16:23:20 Modified files: sbin/newfs_ext2fs: ext2fs_bswap.c Log message: Fix on big-endian arches after the inode change. CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2014/07/11 16:28:06 Modified files: sys/arch/amd64/amd64: machdep.c sys/arch/i386/i386: machdep.c sys/arch/loongson/loongson: machdep.c sys/arch/octeon/octeon: machdep.c sys/arch/sgi/sgi: machdep.c sys/arch/solbourne/solbourne: machdep.c sys/arch/sparc/sparc: machdep.c sys/arch/sparc64/sparc64: machdep.c Log message: boot(9): Undo curproc-overriding hacks Some (not all) boot(9) implementations have ancient hacks which overrides if (curproc == NULL). This was probably made in a hope to forcibly proceed various clean-shutdown related code, including VFS shutdown. Let's clarify that clean-shutdown needs process context; it is impossible to cleanly shutdown VFS from within e.g. a panic in SPL_HIGH. OK kettenis@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/07/11 16:28:45 Modified files: usr.sbin/relayd: relay_http.c relayd.h Added files: regress/usr.sbin/relayd: args-http-headerlength.pl Log message: Limit HTTP header length to about 8K (based on the default of 4-8K in common web servers). Add a related regress test. OK benno@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2014/07/11 16:28:51 Modified files: regress/usr.sbin/ospfd: Client.pm Default.pm Makefile Ospfd.pm Packet.pm PassFd.pm PassFd.xs Proc.pm Tun.pm opentun.c ospfd.pl testfd.pl tundump.pl Log message: Add OpenBSD RCS id. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/07/11 16:41:03 Modified files: security/netpgp: Makefile distinfo security/netpgp/patches: patch-src_lib_misc_c security/netpgp/pkg: PLIST Added files: security/netpgp/patches: patch-tests_testsuite_at Removed files: security/netpgp/patches: patch-src_lib_crypto_c patch-src_lib_netpgp_c patch-src_lib_ssh2pgp_c Log message: Update to newer snapshot, delete some patches which were committed upstream. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/07/11 16:52:41 Modified files: build : mirrors.dat Log message: remove openbsd.locaweb.com.br from the list, requested by previous maintainer Guilherme M. Schroeder - machine stays up for now, but he is no longer at the hosting site so can't guarantee continuing operation. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2014/07/11 16:53:11 Modified files: . : ftp.html ftplist openbgpd : ftp.html openntpd : ftp.html portable.html openssh : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/11 16:57:25 Modified files: lib/libssl/src/ssl: d1_clnt.c s3_clnt.c s3_srvr.c Log message: As reported by David Ramos, most consumer of ssl_get_message() perform late bounds check, after reading the 2-, 3- or 4-byte size of the next chunk to process. But the size fields themselves are not checked for being entirely contained in the buffer. Since reading past your bounds is bad practice, and may not possible if you are using a secure memory allocator, we need to add the necessary bounds check, at the expense of some readability. As a bonus, a wrong size GOST session key will now trigger an error instead of a printf to stderr and it being handled as if it had the correct size. Creating this diff made my eyes bleed (in the real sense); reviewing it made guenther@'s and beck@'s eyes bleed too (in the literal sense). ok guenther@ beck@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2014/07/11 17:11:54 Modified files: usr.sbin/relayd: relay_http.c Log message: optimize a FALLTHROUGH implicit ok reyk CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2014/07/11 17:20:57 Added files: regress/sys/kern/sosplice: LICENSE regress/sys/net/pf_divert: LICENSE regress/usr.sbin/relayd: LICENSE regress/usr.sbin/ospfd: LICENSE Log message: Put a license file into the test directories with multiple argument files. We do not want to put a license header into each subtest. suggested by reyk@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/07/11 17:23:28 Modified files: gnu/usr.bin/texinfo: Makefile.bsd-wrapper Log message: use CC when running configure matches the behaviour of the other Makefile.bsd-wrapper files ok miod@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 18:27:42 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/07/11 18:34:03 Added files: regress/usr.sbin/relayd: args-http-filter-method.pl Log message: Test filtering by method ok bluhm@ benno@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/11 19:09:43 src/lib/libressl Update of /cvs/src/lib/libressl In directory cvs.openbsd.org:/tmp/cvs-serv14067/libressl Log Message: Directory /cvs/src/lib/libressl added to the repository CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/11 19:20:25 Added files: lib/libressl : Makefile ressl.c ressl.h ressl_config.c ressl_config.h ressl_internal.h ressl_util.c ressl_verify.c shlib_version Log message: Initial version of libressl - a library that provides a clean, simple, consistent and secure-by-default API for SSL clients (and soon servers). This is a long way from complete and the interface will likely change substantially - committing now so that further work can happen in the tree. Initiated by tedu@ and inspired by discussions with tedu@, beck@ and other developers. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/11 19:25:55 Modified files: sysutils/ranger: Makefile distinfo sysutils/ranger/patches: patch-ranger_data_scope_sh patch-setup_py sysutils/ranger/pkg: PLIST Added files: sysutils/ranger/patches: patch-Makefile patch-ranger_gui_widgets_statusbar_py Log message: update to ranger 1.6.1, mostly from Kyle Merchant, drop maintainer CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/11 19:31:11 Modified files: etc/mtree : 4.4BSD.dist Log message: indent as suggested by deraadt, no functional change ok sthen@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/11 19:32:13 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-channels_chan_sip_c patch-contrib_scripts_safe_asterisk patch-main_asterisk_c Log message: update to asterisk 11.11.0 http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11.11.0 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2014/07/11 19:40:06 Modified files: . : hackathons.html Log message: 2 more developers found they couldn't stay away CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/11 19:52:57 Modified files: usr.bin/mandoc : cgi.c Log message: fix the two links on the start page CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 20:28:56 Modified files: lib/libc/sys : Makefile.inc Added files: lib/libc/sys : sendsyslog.2 Log message: document sendsyslog(2); ok guenther tedu matthew CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 20:38:24 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2014/07/11 20:44:49 Modified files: sys/dev/acpi : acpitz.c Log message: Preread the thermal zone trip points before reading the temperature value. This is needed on some (specifically HP) machines to avoid _TMP reporting a bogus temperature value (temperatures > 4,000 degC), which causes acpitz to automatically shut down the machine because it thinks it's floating in lava. Also ensure that we can accept a temperature reading of 0 degC - we were previously interpreting 0 degC as "bad temperature data" and not attaching the thermal zone device. Some machines have ephemeral temperature sensors that come and go (eg in docks) and we want to make sure we attach those even if they report back 0 degC on initialization. Fixes some machines with "failed to read _TMP" errors. ok deraadt, tested and verified by a few folks on tech@ who were seeing the thermal zone shutdown isue. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 20:44:54 Modified files: lib/libssl/ssl : shlib_version Log message: enough churn, a crank is advised by guenther.. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 20:47:45 Modified files: lib/libcrypto/crypto: shlib_version Log message: odds are that some ABI change occured today, no matter how careful everyone is CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/11 20:47:52 Modified files: bin/csh : dir.c bin/ed : main.c Log message: If a constant string needs a name, use a static const array instead of a pointer or non-const array, as that minimizes the symbols, maximizes the placement into read-only memory, and avoids warnings from gcc -Wformat=2 when they're used as format strings. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/11 20:48:33 Modified files: include : wchar.h Log message: Per C99, wchar.h has to forward declare struct tm CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/11 20:51:52 Modified files: include : signal.h Log message: Welcome to 1989: assume the compiler support const CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 20:56:01 Modified files: usr.sbin/lpr/lpd: lpd.c Log message: The hosts.lpd file must exist, or no permission is granted. Change the the log messages to clarify the reason for the failure to clarify the condition. ok guenther CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/11 20:58:18 Modified files: usr.bin/rdist : rdist.c Log message: Unused variable from oldrdist cleanup CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/11 21:02:27 Modified files: usr.bin/rdist : docmd.c os-openbsd.h usr.bin/rdistd : server.c Log message: Yes, we have setproctitle(). Delete that and several unused HAVE_* #defines CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/11 21:07:22 Modified files: usr.bin/rdist : client.c rdist.c Log message: Eliminate some annoying variable shadowing CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/11 21:09:29 Modified files: usr.bin/rdist : defs.h Log message: Delete unused global CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/11 21:10:03 Modified files: usr.bin/rdistd : server.c Log message: Rename 'link' parameter to eliminate shadow warnings CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/11 21:13:12 Modified files: usr.bin/rdist : defs.h Log message: No really, assume POSIX: errno is declared for us and sys/stat.h has S_IX{USR,GRP,OTH} CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/11 21:19:43 Modified files: usr.bin/rdist : defs.h Log message: Deleted unused local prototypes for systems stuff CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/11 21:25:03 Modified files: usr.bin/rdist : common.c defs.h Log message: SETARGS and NEED_HASMNTOPT paths are dead; rshrcmd() and libz stuff are no longer (were never?) used CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2014/07/11 21:27:00 Modified files: sys/netinet : ip_divert.c sys/netinet6 : ip6_divert.c Log message: Implement checksum offload for divert(4): simply set the checksum flag and let the stack take care of the checksums for reinjected outbound packets. Reinjected inbound packets will continue to have their checksums calculated manually but we can now take advantage of in_proto_cksum_out and in6_proto_cksum_out to streamline the way their checksums are done. help from florian@ and henning@, feedback from naddy@ ok florian@ henning@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 21:27:23 Modified files: lib/libssl/ssl : Makefile Log message: -DOPENSSL_NO_KRB5 is no longer needed ok guenther CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/11 21:32:00 Modified files: usr.bin/rdist : Makefile common.c config.h defs.h rdist.c usr.bin/rdistd : Makefile Removed files: usr.bin/rdist : os-openbsd.h Log message: Kill os-openbsd.h: we have , _PATH_RSH, and utimes() CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/11 21:40:16 Modified files: usr.bin/rdist : defs.h Removed files: usr.bin/rdist : config-data.h config-def.h Log message: config-def.h is now unnecessary; merge config-data.h into defs.h CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 21:41:05 Modified files: games/phantasia: fight.c interplayer.c io.c main.c misc.c Log message: Remove a pile of (obviously unused) #ifdef SYSV and BSD41 and BSD42 code that catches lots of signals, and then re-enters curses... before exiting. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/11 21:46:42 Modified files: usr.bin/rdist : defs.h Log message: Kill never enabled #ifdefs CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/11 21:48:04 Modified files: usr.bin/rdist : client.c defs.h docmd.c Log message: The statdb code has never been complete here CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 21:52:40 Modified files: etc : Makefile changelist Added files: etc/examples : exports ftpchroot hosts.lpd printcap remote Removed files: etc : exports ftpchroot hosts.lpd printcap remote Log message: move exports, ftpchroot, hosts.lpd, printcap, and remote to the examples directory. ok robert CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/11 21:54:27 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.zaurus mi distrib/sets/lists/etc: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/12 01:11:17 Modified files: sys/dev/usb : usb_subr.c Log message: Only detach the USB device you disconnected, fix a regression reported by guenther@. While here set the dying flag of the disconnected device so that most of the DVACT_ACTIVATE handlers can go. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/12 01:18:16 Modified files: sys/dev/usb : usb_subr.c Log message: Remove incorrect comment about how autoconf(9) works and document that usbd_detach() should only be called by the thread doing USB bus exploration to prevent attach/detach races. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/12 01:19:56 Modified files: databases/libpqxx: Makefile distinfo databases/libpqxx/patches: patch-src_Makefile_in databases/libpqxx/pkg: PLIST Added files: databases/libpqxx/patches: patch-tools_lint Removed files: databases/libpqxx/patches: patch-configure Log message: Update libpqxx to 4.0.1, allowing (to be finished) Calligra to use it. Tested by landry@, thanks! CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2014/07/12 01:20:00 Modified files: sys/arch/macppc/dev: abtn.c Log message: move macppc abtn(4) driver from workq to taskq thanks to Fred Crowson (fred () crowsons ! net) who was able to make sure his cd would still eject when the button was pushed, and stsp@ who lent me his macppc laptop CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2014/07/12 01:39:12 Modified files: sys/dev : softraidvar.h softraid.c softraid_raid1.c Log message: essentially mechanical conversion of softraid rebuild from workq to taskq ok jsing@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2014/07/12 01:52:36 Modified files: lib/libssl/src/ssl: ssl_ciph.c Log message: Make disabling last cipher work. From Thijs Alkemade via OpenSSL trunk ok miod@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/12 01:59:23 Modified files: sys/dev/usb : if_athn_usb.c if_atu.c if_aue.c if_axe.c if_axen.c if_cdce.c if_cue.c if_kue.c if_mos.c if_otus.c if_ral.c if_rsu.c if_rum.c if_run.c if_smsc.c if_uath.c if_udav.c if_ugl.c if_upgt.c if_upl.c if_url.c if_urndis.c if_urtw.c if_urtwn.c if_wi_usb.c if_zyd.c Log message: Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to set the 'dying' flag of a device. Such handlers are useless now that usbd_detach() already set this flag. Even if the purpose of this flag is questionnable on OpenBSD because DVACT_DEACTIVATE acts as a pre-detach event, this is just a first small step towards the simplification of the autoconf(9) device states. This cleaning is now possible thanks to the work of pirofti@ to convert all the USB drivers to properly use usbd_is_dying(). Discussed many times with deraadt@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/07/12 02:01:47 Modified files: etc : services Log message: Move things around (no change): - some unofficial services became official - move kerberos next to afs CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/12 02:21:10 Modified files: sys/dev/usb : ehci.c Log message: Use the correct poll interval for HS root hub before it gets copied, no real impact since this descriptor is not used in the kernel. From NetBSD. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/12 02:29:56 Modified files: games/bs : bs.c Log message: mlarkin found disabled code to print a battleship. improve it and enable. ok mlarkin CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/12 02:48:19 Modified files: share/man/man9 : usbd_transfer.9 Log message: Improve the definition of USBD_FORCE_SHORT_XFER, prompted by a question from stsp@. CVSROOT: /cvs Module name: src Changes by: pelikan@cvs.openbsd.org 2014/07/12 02:53:38 Modified files: sys/ufs/ext2fs : ext2fs_vfsops.c Log message: CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2014/07/12 03:02:24 Modified files: sys/dev/acpi : acpi.c sys/sys : hibernate.h sys/uvm : uvm_pdaemon.c Log message: Add a function to drop all clean pages on the page daemon queues and call it when we hibernate. ok mlarkin@, miod@, deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2014/07/12 03:04:21 Modified files: sbin/dhclient : dhclient.c Log message: Bring back resolv.conf write reduction. Race was something else. CVSROOT: /cvs Module name: src Changes by: pelikan@cvs.openbsd.org 2014/07/12 03:04:35 Modified files: sys/ufs/ext2fs : ext2fs_vfsops.c Log message: revert previous unwanted commit. sorry! CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2014/07/12 03:26:27 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document the GitHub support in bsd.port.mk CVSROOT: /cvs Module name: src Changes by: pelikan@cvs.openbsd.org 2014/07/12 03:30:02 Modified files: sys/ufs/ext2fs : ext2fs_vfsops.c Log message: print more useful information on wrong superblocks. Function renames for consistency and readability. No functional change. CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2014/07/12 03:32:47 Modified files: sys/dev/pci : pcidevs Log message: fix location of 7 Series xHCI entry no side effect CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2014/07/12 03:33:48 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2014/07/12 03:38:39 Modified files: share/man/man5 : bsd.port.mk.5 Log message: a bit more detail CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/12 03:47:05 Modified files: sys/arch/vax/include: atomic.h Log message: Pull in more atomic functions to avoid trying to use gcc4 built-ins which aren't available on vax. (A similar diff for m88k is in the pipeline as well) CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/07/12 03:48:57 Modified files: sysutils/smartmontools: Makefile distinfo Log message: Bugfix update to 6.2 disks database has been updated and more disks are now correctly detected CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/07/12 03:49:11 Modified files: lib/libICE : ChangeLog INSTALL Makefile.in aclocal.m4 config.h.in configure configure.ac lib/libICE/doc : Makefile.in lib/libICE/include/X11/ICE: ICEmsg.h ICEutil.h lib/libICE/specs: Makefile.in lib/libICE/src : ICElibint.h Makefile.in accept.c authutil.c connect.c getauth.c globals.h iceauth.c listen.c listenwk.c misc.c ping.c process.c protosetup.c register.c replywait.c setauth.c shutdown.c watch.c Added files: lib/libICE : compile Log message: Update to libICE 1.0.9 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/07/12 03:53:57 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-deps_hiredis_Makefile Added files: databases/redis/patches: patch-deps_hiredis_net_c Log message: Update to redis-2.8.12 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/12 04:06:04 Modified files: lib/libssl/src/ssl: d1_srvr.c s3_srvr.c Log message: Place comments in a block above the if statement, rather than attempting to interleave them within the conditions. Also fix wrapping and indentation. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/07/12 04:08:53 Modified files: sys/dev/pci : pcidevs Log message: add some more matrox devices found in servers CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/07/12 04:10:15 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/07/12 04:10:58 Modified files: lib/libXft : ChangeLog INSTALL Makefile.in NEWS aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing lib/libXft/man : Makefile.in Xft.man lib/libXft/src : Makefile.in Added files: lib/libXft : compile Log message: Update to libXft 2.3.2 CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2014/07/12 04:14:03 Modified files: etc : netstart rc rc.conf etc/rc.d : rc.subr Log message: Make rc.conf a parsed configuration file and stop sourcing it as a shell script. From now on rc.conf has a fixed syntax (key=val) and it is not allowed to add anything to it besides the supported syntax, it all going to be ignored. discussed with and help from deraadt@ and halex@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/12 04:44:19 Log message: Le KOffice est mort, vive le KOffice! Calligra is an integrated suite of KDE applications that cover office, creative and management needs. Office productivity: - Words for text processing; - Sheets for computations; - Stage for presentations; - Flow for diagrams and flowcharts; - Kexi for database management; - Braindump for note taking. Graphics: - Krita for advanced drawing and image manipulation; - Karbon for vector graphics. Management: - Plan for project planning. This is long-term joint work of Rafael Sadowski, Amit Kulkarni and yours truly. It should compensate (free time slots appeared after removing) x11/kde/office3. Status: Vendor Tag: zhuk Release Tags: zhuk_20140712 N ports/editors/calligra/Makefile N ports/editors/calligra/distinfo N ports/editors/calligra/files/FindSqlite.cmake N ports/editors/calligra/patches/patch-cmake_modules_FindPoppler_cmake N ports/editors/calligra/patches/patch-kexi_CMakeLists_txt N ports/editors/calligra/patches/patch-kexi_widget_CMakeLists_txt N ports/editors/calligra/patches/patch-krita_image_kis_painter_cc N ports/editors/calligra/patches/patch-libs_db_drivers_sqlite_icu_CMakeLists_txt N ports/editors/calligra/patches/patch-plan_CMakeLists_txt N ports/editors/calligra/patches/patch-stage_part_CMakeLists_txt N ports/editors/calligra/patches/patch-libs_db_drivers_sqlite_icu_sqliteicu_h N ports/editors/calligra/patches/patch-plan_plugins_filters_icalendar_CMakeLists_txt N ports/editors/calligra/patches/patch-plan_plugins_schedulers_tj_CMakeLists_txt N ports/editors/calligra/patches/patch-plan_plugins_schedulers_rcps_CMakeLists_txt N ports/editors/calligra/patches/patch-plan_plugins_scripting_CMakeLists_txt N ports/editors/calligra/patches/patch-plugins_semanticitems_CMakeLists_txt N ports/editors/calligra/patches/patch-plugins_semanticitems_contact_CMakeLists_txt N ports/editors/calligra/pkg/DESCR N ports/editors/calligra/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/12 04:45:32 Modified files: editors : Makefile Log message: Link up Calligra, which - I had to note this initially - was kindly reviewed by patient landry@. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/12 04:47:21 Modified files: share/man/man9 : malloc.9 Log message: remove bluetooth malloc types CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2014/07/12 04:51:35 Modified files: sys/sys : malloc.h Log message: remove bluetooth types CVSROOT: /cvs Module name: src Changes by: pelikan@cvs.openbsd.org 2014/07/12 04:55:33 Modified files: sys/ufs/ext2fs : ext2fs_lookup.c Log message: pull dirblock search code from ext2fs_lookup() like FreeBSD has done ok tedu CVSROOT: /cvs Module name: src Changes by: pelikan@cvs.openbsd.org 2014/07/12 05:03:11 Modified files: sys/ufs/ext2fs : ext2fs_vfsops.c Log message: in-memory superblock was being filled in two places -> merge them ok tedu CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/07/12 05:10:14 Modified files: x11/qt4 : Makefile distinfo x11/qt4/patches: patch-configure patch-src_3rdparty_javascriptcore_JavaScriptCore_wtf_Platform_h patch-src_3rdparty_javascriptcore_JavaScriptCore_wtf_Threading_h patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_Platform_h patch-src_corelib_global_qglobal_h patch-src_gui_itemviews_qlistview_cpp x11/qt4/pkg : PLIST-examples PLIST-html PLIST-main Added files: x11/qt4/patches: patch-src_gui_image_qgifhandler_cpp Removed files: x11/qt4/patches: patch-src_gui_kernel_qkeymapper_x11_cpp patch-src_gui_painting_qcosmeticstroker_cpp patch-src_gui_painting_qcosmeticstroker_p_h patch-src_network_access_qhttpmultipart_cpp patch-src_xml_sax_qxml_cpp Log message: Update qt4 to version 4.8.6. OK espie@, jasper@, bcallah@ some time ago CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/12 05:22:10 Modified files: net/icinga/core: Makefile net/icinga/core/pkg: README-main net/icinga/core2: Makefile net/icinga/core2/pkg: README-main Log message: don't use "echo 'pkg_scripts="${pkg_scripts} icinga' >> /etc/rc.conf.local" examples chase monitoring-plugins change (missed commit yesterday) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/12 05:25:00 Modified files: devel/jenkins/devel: Makefile devel/jenkins/pkg: README devel/jenkins/stable: Makefile mail/mailscanner: Makefile mail/mailscanner/pkg: README mail/p5-Mail-SpamAssassin: Makefile mail/p5-Mail-SpamAssassin/pkg: README net/nagios/nagios: Makefile net/nagios/nagios/pkg: README-main security/wpa_supplicant: Makefile security/wpa_supplicant/pkg: README sysutils/cfengine: Makefile sysutils/cfengine/pkg: README telephony/stuntman: Makefile telephony/stuntman/pkg: README Log message: don't use "echo 'pkg_scripts="${pkg_scripts} icinga' >> /etc/rc.conf.local" examples CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/12 05:25:25 Modified files: lib/libssl/src/crypto/asn1: x_name.c lib/libssl/src/crypto/bn/asm: ia64.S lib/libssl/src/crypto/whrlpool: wp_dgst.c Log message: typos CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/12 05:25:44 Modified files: meta/kde4 : Makefile meta/kde4/pkg : README-minimal Log message: don't use "echo 'pkg_scripts="${pkg_scripts} icinga' >> /etc/rc.conf.local" examples CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/07/12 05:27:45 Modified files: sys/net : bpf.c Log message: sizeof(afh), afh being uint32, is cooler than literal "4" spotted by Kent R. Spillner CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/12 05:28:23 Modified files: security/netpgp: Makefile Log message: add an http MASTER_SITES first, ok pascal CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/07/12 05:33:14 Modified files: sys/dev/pci : files.pci sys/arch/i386/conf: GENERIC Removed files: sys/dev/pci : qli_pci.c qlireg.h Log message: Remove the qli driver for QLogic 4010 & 4022 iSCSI. It was never enabled and is apparently unfinished. ok deraadt@ krw@ claudio@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2014/07/12 05:33:32 Removed files: x11/qt4/patches: patch-mkspecs_features_unix_gdb_dwarf_index_prf Log message: Ooops! Unbreak. CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2014/07/12 05:56:11 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update youtube-dl to 2014.07.11.3. zhuk@ claims youtube extractor got broken, hope this fixes things. New extractors: - gameone - goshgay - screencast - tenplay - vodlocker CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2014/07/12 06:06:49 Modified files: games/crimson : Makefile distinfo games/crimson/pkg: PLIST Log message: update to crimson-0.53 CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/07/12 06:16:36 Modified files: sys/arch/octeon/stand/boot: uart.c Log message: - rewrite register reading/writing to use octeon_xkphys_{read,write}_8 which is the right approach - write into _THR instead of _RBR for cnputc() as per miod's suggestion this doesn't fix the first character that gets eaten, but it's the right way to move forward. with pirofti@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/07/12 06:27:38 Log message: Import mysql-utilities, the official MySQL management utilities. hints and ok landry@ MySQL Utilities provides a collection of command-line utilities that are used for maintaining and administering MySQL servers, including: - Admin Utilities (Clone, Copy, Compare, Diff, Export, Import, User Management) - Replication Utilities (Setup, Configuration, Verification) - General Utilities (Disk Usage, Redundant Indexes, Manage Meta & Audit Data) Status: Vendor Tag: giovanni Release Tags: giovanni_20140712 N ports/databases/mysql-utilities/Makefile N ports/databases/mysql-utilities/distinfo N ports/databases/mysql-utilities/pkg/PLIST N ports/databases/mysql-utilities/pkg/DESCR N ports/databases/mysql-utilities/patches/patch-setup_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/07/12 06:30:18 Modified files: databases : Makefile Log message: +mysql-utilities CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/07/12 06:32:45 Modified files: distrib/notes : Makefile Removed files: distrib/notes : DEINSTALL DESCR.xbase DESCR.xfont DESCR.xserv DESCR.xshare Log message: Remove the X pseudo-package support. outdated and never used. ok espie@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2014/07/12 06:36:10 Modified files: databases/p5-SQL-Translator: Makefile distinfo databases/p5-SQL-Translator/pkg: PLIST Log message: Update p5-SQL-Translator to 0.11018 OK giovanni@ sthen@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/07/12 06:42:55 Modified files: net/filezilla : Makefile distinfo net/filezilla/patches: patch-src_engine_Makefile_in net/filezilla/pkg: PLIST Added files: net/filezilla/patches: patch-src_interface_file_utils_cpp Log message: update to 3.8.1 ok dcoppa@ jasper@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2014/07/12 06:46:28 Modified files: sbin/ifconfig : ifconfig.8 Log message: tweak previous; CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2014/07/12 07:06:22 Modified files: editors/calligra/patches: patch-krita_image_kis_painter_cc patch-libs_db_drivers_sqlite_icu_CMakeLists_txt patch-plan_plugins_filters_icalendar_CMakeLists_txt Log message: Add URLs to KDE ReviewBoard, and tweak a CMake variable used to a more appropriate one. Doesn't affect package. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/12 07:11:53 Modified files: lib/libssl/src/ssl: d1_clnt.c d1_srvr.c s3_clnt.c s3_pkt.c s3_srvr.c ssl_ciph.c ssl_lib.c ssl_locl.h Log message: Remove remnants from PSK, KRB5 and SRP. ok beck@ miod@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/07/12 07:19:44 Modified files: lib/libcrypto/crypto: getentropy_solaris.c Log message: Solaris uses a symbolic link for /dev/urandom which harms best practice of using O_NOFOLLOW - cope with it as best as possible by trying two different paths. - written by deraadt@ and kettenis@ CVSROOT: /cvs Module name: src Changes by: pelikan@cvs.openbsd.org 2014/07/12 07:23:59 Modified files: sys/ufs/ext2fs : ext2fs_vfsops.c Log message: fix a type error on BE architectures CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/12 07:24:54 Modified files: lib/libc/crypt : Makefile.inc arc4random.c Added files: lib/libc/crypt : arc4random_uniform.c Log message: Split arc4random_uniform into it's own file, to assist other projects now using this as upstream code. The particular problem is systems that contain older arc4random derivations lacking arc4random_uniform(). ok tedu miod CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2014/07/12 07:32:48 Modified files: devel/libgtop2 : Makefile Log message: remove bogous --without-libgtop-smp flag which only disables smp support in the tests ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/12 07:41:47 Modified files: meta/gnome : Makefile meta/gnome/pkg : README-main print/cups : Makefile print/cups/pkg : README-main print/cups-filters: Makefile print/cups-filters/pkg: README www/puppet-dashboard: Makefile www/puppet-dashboard/pkg: README Log message: pkg_scripts is not a variable anymore. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/12 07:43:08 Modified files: sys/kern : subr_autoconf.c Log message: Change config_deactivate(9) to always unset the DVF_ACTIVE flag so that drivers can check for this flag to know they have to stop doing any hardware access and release their reference. While here makes the ca_activate() function optional and propagates DVACT_DEACTIVATE to the children of a device that do not implement this interface like it is done during suspend/resume. ok uebayasi@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/07/12 07:57:23 Modified files: net/tor : Makefile Added files: net/tor/patches: patch-src_common_tortls_c Log message: Check for OPENSSL_NO_COMP before turning off compression. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/12 07:59:54 Modified files: usr.bin/mandoc : mansearch.c mansearch.h Log message: Fix whatis(1) to correctly match words instead of any substrings. While here, also provide an internal mode (MANSEARCH_MAN) to match complete names, to be used by man.cgi(8). CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/07/12 08:04:18 Modified files: usr.sbin/npppd/npppd: npppd_auth.h privsep.c privsep.h Log message: Use imsg(3) for the IPC between the privileged process and the non-privileged process to be unify the way. Also fix style. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/12 08:05:36 Modified files: net/nagios : Makefile Removed files: net/nagios/plugins: Makefile distinfo Log message: remove a few more remnants of this that I missed before CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/07/12 08:11:32 Modified files: www/apache-httpd: Makefile Added files: www/apache-httpd/patches: patch-modules_ssl_ssl_engine_vars_c Log message: Fix apache after COMP removal. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2014/07/12 08:12:35 Modified files: net/nagios/nsca: Makefile Log message: README changes queued for next update crept in to last commit but didn't get bumped; bump REVISION to fix package build CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2014/07/12 08:12:44 Modified files: sys/arch/hppa/hppa: machdep.c sys/arch/hppa/dev: power.c sys/arch/hppa64/hppa64: machdep.c sys/arch/hppa64/dev: power.c sys/arch/sgi/sgi: ip27_machdep.c ip30_machdep.c sys/arch/sparc64/dev: psycho.c sbus.c Log message: boot(9), reboot(9): Migrate MD callers of boot(9) to reboot(9) I have found that some ports call boot(9) from machine-dependent code to reboot system. These should be changed to either: - Sending signal to init(8) to trigger it to shutdown system cleanly, like acpi(4) does, in cases where found problems don't prevent system from working immediately, or - Just doing panic(9) if the situation is severely broken. For now, just rewrite boot() to reboot(). Actual fixes follow. Discussed with & OK from kettenis@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/07/12 08:12:53 Modified files: sys/arch/octeon/stand/boot: uart.c Log message: - fill in cninit to enable rts CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/07/12 08:15:04 Modified files: usr.sbin/snmpd : control.c proc.c sbin/iked : proc.c Log message: Sync msgbuf_write() changes from relayd. Please note that proc.c should be kept identical in relayd, iked and snmpd (currently without the includes). ok benno@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2014/07/12 08:15:06 Modified files: sys/arch/octeon/stand/boot: uart.c Log message: fix annoying bug where the first character would be eaten, cnischar() was wreaking havoc. from miod@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2014/07/12 08:18:06 Modified files: sys/dev/pci/drm/i915: i915_drv.c Log message: remove ifdef'd out valleyview/baytrail device lists on linux versions before 3.11 i915_pci_probe() doesn't match valleyview unless i915_preliminary_hw_support is specified as a module parameter. our drm code is currently based on linux 3.8, so it seems unlikely that the valleyview support we have works. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/07/12 08:25:40 Log message: Import a copy of ucpp, lightweight cpp for use by xrdb so that it doesn't depend on the 'comp' set. ok espie@ deraadt@ Status: Vendor Tag: ucpp Release Tags: ucpp_1_3_2 N xenocara/app/xrdb-cpp/arith.c N xenocara/app/xrdb-cpp/arith.h N xenocara/app/xrdb-cpp/assert.c N xenocara/app/xrdb-cpp/atest.c N xenocara/app/xrdb-cpp/CHANGELOG N xenocara/app/xrdb-cpp/config.h N xenocara/app/xrdb-cpp/cpp.c N xenocara/app/xrdb-cpp/cpp.h N xenocara/app/xrdb-cpp/eval.c N xenocara/app/xrdb-cpp/hash.c N xenocara/app/xrdb-cpp/hash.h N xenocara/app/xrdb-cpp/lexer.c N xenocara/app/xrdb-cpp/macro.c N xenocara/app/xrdb-cpp/Makefile N xenocara/app/xrdb-cpp/mem.c N xenocara/app/xrdb-cpp/mem.h N xenocara/app/xrdb-cpp/nhash.c N xenocara/app/xrdb-cpp/nhash.h N xenocara/app/xrdb-cpp/README N xenocara/app/xrdb-cpp/sample.c N xenocara/app/xrdb-cpp/tune.h N xenocara/app/xrdb-cpp/ucpp.1 N xenocara/app/xrdb-cpp/ucppi.h No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/12 08:26:00 Modified files: sys/net : route.c sys/netinet : if_ether.c in.c Log message: Always create a local route for every configured IPv4 address on the machine and restore the original behavior of RTM_ADD and RTM_DELETE by always generating one message per locally configured address. This time, make sure the local route is removed during an address change, since at least pppoe(4) do some funky magics with wildcard addresses that might corrupt the routing tree, as found by naddy@ Also do not add a local route if the specified address is 0.0.0.0, to prevent a tree corruption, as found by guenther@. Putting this in now so that it gets tested, claudio@ agrees. Please contact me if you find any route-related regression caused by this change. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/07/12 08:27:42 Modified files: app/xrdb-cpp : Makefile Log message: Replace the Makefile with a xenocara-compatible one. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/07/12 08:28:07 Added files: app/xrdb-cpp : xrdb-cpp.1 Removed files: app/xrdb-cpp : ucpp.1 Log message: Renname the manual page CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/07/12 08:30:20 Modified files: net/socat : Makefile net/socat/patches: patch-sslcls_c patch-sslcls_h patch-xio-openssl_c Log message: Fix after COMP removal. ok espie@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2014/07/12 08:31:20 Modified files: sys/arch/octeon/dev: octhci.c Log message: Add support for the CLEAR FEATURE requests. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/07/12 08:32:55 Modified files: app/xrdb-cpp : cpp.c xrdb-cpp.1 Log message: Local tweaks to ucpp for xrdb: - exit on the 1st error it finds. Better than stopping processing input - accept -P as a synonym for -l since this is what xrdb uses to suppress #line markers. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/07/12 08:33:37 Modified files: app : Makefile Log message: Hook xrdb-cpp CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2014/07/12 08:34:13 Modified files: usr.sbin/relayd: http.h log.c relay_http.c relayd.h Log message: Move HTTP error codes into http.h. ok benno@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/07/12 08:34:36 Modified files: app/xrdb : Makefile.bsd-wrapper Log message: Tell xrdb to default to xrdb-cpp as C pre-processor CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2014/07/12 08:37:17 Modified files: sys/arch/octeon/dev: octhci.c Log message: I don't need to treat the (half-)empty Tx and Rx FIFO cases. Only the DMA-challenged host controllers need to, so don't panic! While at it add some more debug messages when the interrupt returns 0. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/07/12 08:38:38 Modified files: etc : protocols Log message: Sync with IANA. "fine" claudio@ deraadt@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/07/12 08:39:31 Modified files: etc : netstart Log message: Fix netstart after autoconf6 change so 'rtsol' lines in hostname.if work again. found by pelikan@; ok pelikan@ henning@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2014/07/12 08:40:50 Modified files: app/xrdb-cpp : xrdb-cpp.1 Log message: More ucpp->xrdb-cpp renaming CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2014/07/12 08:42:37 Modified files: net/znc : Makefile Added files: net/znc/patches: patch-src_Csocket_cpp Log message: Fix after COMP removal. ok espie@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/07/12 08:43:32 Modified files: lib/libc/gen : getcap.3 Log message: Correct the sentence in the BUGS section. Colon chars are usable as a string value and usage of it in type is documented in the other section. ok jmc CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/12 08:46:31 Modified files: lib/libcrypto/crypto: getentropy_linux.c getentropy_solaris.c Log message: remove gratuitous differences, ok beck bcook CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2014/07/12 08:48:00 Modified files: lib/libcrypto/crypto: getentropy_osx.c Log message: remove gratuitous differences, ok beck CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/07/12 08:51:07 Modified files: etc : services Log message: Shuffle more stuffs around, remove most commented blocks, just sort by number and make the file easier on the eyes. discussed with deraadt@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2014/07/12 08:55:22 Modified files: usr.sbin/npppd/npppd: npppd-users.5 Log message: Fix the sentence in the BUGS section. Colon is usable for password. Also add a mention about the escape sequence for the password. pointed out giovanni CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/12 08:55:40 Modified files: net/openfire : Makefile net/openfire/pkg: README sysutils/nut : Makefile sysutils/nut/pkg: README-main Log message: pkg_scripts is not a variable anymore. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2014/07/12 08:56:46 Modified files: print/cups-filters: Makefile print/cups-filters/pkg: README Log message: Tweak. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/12 08:58:32 Modified files: lib/libssl/src/crypto/cmac: cmac.c lib/libssl/src/crypto/ocsp: ocsp_ht.c lib/libssl/src/crypto/x509: x509_vfy.c Log message: Principle of least surprise: make CMAC_CTX_free(), OCSP_REQ_CTX_free() and X509_STORE_CTX_free() accept NULL pointers as input without dereferencing them, like all the other well-behaved *_CTX_free() functions do. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2014/07/12 09:26:54 Modified files: sys/dev/usb : if_zyd.c if_zydreg.h Log message: Rework zyd(4)'s register read/write methods to eliminate race conditions. Read commands were issued via asynchronous transfers and replies were expected after a fixed tsleep() timeout. Upon timeout zyd simply freed the xfer even if it was still in-flight within the USB stack. This could cause havoc such as making all USB ports on the system unusable until reboot. ehci_freex: xfer=0xfffffe811e63e9d8 not busy, 0x4f4e5155 ("busy" here would indicate the xfer is done and marked for being freed) To fix this, issue read commands with synchronous transfers so the xfer can always complete. Split read/write code paths into separate methods. Add a flag that tells us if a reply was received in interrupt context while the read path waited in tsleep(). With and ok mpi@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2014/07/12 09:27:15 Modified files: distrib/miniroot: install.sub Log message: xbase has its own cpp now so it doesn't depend on comp anymore. Remove the code introduced in r1.723 to tie them together. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2014/07/12 09:30:43 Modified files: sys/arch/octeon/dev: octhci.c Log message: Add support for Get Hub Descriptor requests. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/07/12 09:31:54 Modified files: usr.sbin/sysmerge: sysmerge.8 sysmerge.sh Log message: Initial support for /etc/examples. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2014/07/12 09:32:43 Modified files: etc/rc.d : rc.subr Log message: replace the heavy shell magic in quirks to handle backward compat with simpler methods CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/07/12 09:35:53 Modified files: databases/p5-BerkeleyDB: Makefile distinfo databases/p5-BerkeleyDB/pkg: PLIST Log message: Bugfix update to 0.54 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/07/12 09:37:11 Modified files: databases/ruby-sequel: Makefile Log message: Fix HOMEPAGE CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/07/12 09:38:42 Modified files: etc : Makefile Log message: Create the examples checksum for sysmerge at release time. "move ahead" deraadt@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/07/12 09:40:44 Modified files: graphics/p5-Image-MetaData-JPEG: Makefile distinfo Log message: bugfix update to 0.156 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2014/07/12 09:42:25 Modified files: databases/ruby-sequel_pg: Makefile distinfo Log message: Update to sequel_pg 1.6.10, add HOMEPAGE. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2014/07/12 09:43:49 Modified files: lib/libcrypto/crypto: getentropy_linux.c Log message: guard inclusion of sys/sysctl.h so we can detect at compile time and keep linux distros happy that don't have it. ok bcook@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2014/07/12 09:47:18 Modified files: usr.sbin/relayd: relay_http.c Added files: regress/usr.sbin/relayd: args-http-append-header.pl Log message: fix relay "append header" action, add regression test for append ok reyk CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/12 09:53:35 Modified files: lib/libcrypto/man: Makefile Log message: more MLINKs CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2014/07/12 09:53:44 Modified files: sys/arch/octeon/dev: octhci.c Log message: Add support for Get Port Status requests. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/12 09:56:56 src/regress/lib/libressl Update of /cvs/src/regress/lib/libressl In directory cvs.openbsd.org:/tmp/cvs-serv5388/libressl Log Message: Directory /cvs/src/regress/lib/libressl added to the repository CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/12 09:57:47 src/regress/lib/libressl/goressl Update of /cvs/src/regress/lib/libressl/goressl In directory cvs.openbsd.org:/tmp/cvs-serv28521/goressl Log Message: Directory /cvs/src/regress/lib/libressl/goressl added to the repository CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/07/12 09:58:14 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Use sha256(1) for compared files, just like we do for examples. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2014/07/12 10:00:27 Modified files: etc : Makefile Log message: cksum -> sha256 That means sysmerge(8) may be a little more interactive the next time you run it. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/07/12 10:01:26 Modified files: mail/p5-MIME-tools: Makefile distinfo Log message: update to 5.505 fixed a bug in mime header parsing CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2014/07/12 10:01:28 Added files: regress/lib/libressl: Makefile regress/lib/libressl/goressl: Makefile ressl.go ressl_test.go Log message: Add an initial regress test for libressl, which calls ressl from Go and makes it talk to a Go TLS server. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2014/07/12 10:03:37 Modified files: lib/libssl/src/crypto/asn1: a_object.c asn1_par.c evp_asn1.c x_pkey.c x_pubkey.c lib/libssl/src/crypto/bn: bn_blind.c bn_lib.c bn_mod.c bn_prime.c bn_print.c lib/libssl/src/crypto/cmac: cm_ameth.c lib/libssl/src/crypto/cms: cms_asn1.c cms_env.c cms_sd.c lib/libssl/src/crypto/dh: dh_ameth.c dh_check.c dh_key.c dh_lib.c lib/libssl/src/crypto/dsa: dsa.h dsa_ameth.c dsa_gen.c dsa_key.c dsa_lib.c dsa_ossl.c dsa_sign.c lib/libssl/src/crypto/ec: ec2_mult.c ec2_oct.c ec2_smpl.c ec_ameth.c ec_asn1.c ec_check.c ec_curve.c ec_key.c ec_lib.c ec_mult.c ec_pmeth.c eck_prn.c ecp_mont.c ecp_nist.c ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c ecp_oct.c ecp_smpl.c lib/libssl/src/crypto/ecdh: ech_ossl.c lib/libssl/src/crypto/ecdsa: ecs_ossl.c lib/libssl/src/crypto/engine: eng_rsax.c lib/libssl/src/crypto/evp: digest.c evp_pkey.c pmeth_fn.c pmeth_gn.c pmeth_lib.c lib/libssl/src/crypto/pem: pem_pk8.c pem_pkey.c pvkfmt.c lib/libssl/src/crypto/pkcs12: p12_key.c lib/libssl/src/crypto/pkcs7: pk7_doit.c pk7_lib.c lib/libssl/src/crypto/rsa: rsa.h rsa_saos.c lib/libssl/src/crypto/ts: ts_rsp_sign.c lib/libssl/src/crypto/x509: x509_cmp.c lib/libssl/src/ssl: ssl_lib.c ssl_rsa.c Log message: if (x) FOO_free(x) -> FOO_free(x). Improves readability, keeps the code smaller so that it is warmer in your cache. review & ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2014/07/12 10:07:06 Modified files: share/man/man9 : usbd_transfer.9 Log message: Grammar, from stsp@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2014/07/12 10:10:04 Modified files: sys/net : if.c Log message: /* this has no effect on IP, and will kill all ISO connections XXX */ farewell, then. has been #ifdef notyet for the last 19 years CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2014/07/12 10:13:24 Modified files: net/p5-Net-Whois-Raw: Makefile distinfo Removed files: net/p5-Net-Whois-Raw/patches: patch-pwhois Log message: update to 2.76, adds lot of tlds take maintainership CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2014/07/12 10:13:36 Modified files: usr.bin/mandoc : cgi.c Log message: Start fixing issues that beck@ helped find: Distinguish between man(1) and apropos(1) mode by adding back the classical QUERY_STRING variable "apropos=". Change the default back to "apropos=0". Control it by adding a HTML