CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/08 14:49:38 Modified files: sys/scsi : scsi_base.c sd.c Log message: Fix some format specifiers in debug code. Pointed out by Kor son of Rynar (sic) when trying to test some debug code. ok matthew@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/03/08 15:59:48 Modified files: share/mk : bsd.subdir.mk Log message: use new "make -C" to avoid extra shells. okay millert@ miod@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/03/08 22:23:29 Modified files: bin/pax : ar_subs.c extern.h file_subs.c ftree.c pat_rep.c pax.c pax.h tables.c tables.h tar.c Log message: Unrevert post-unlock: * Prevent an archive from esacaping the current directory by itself: when extracting a symlink whose value is absolute or contains ".." components, just create a zero-length normal file (with additional tracking of the mode and hardlinks to the symlink) until everything else is extracted, then go back and replace it with the requested link (if it's still that zero-length placeholder). * For tar without -P, if a path in the archive has any ".." components then strip everything up to and including the last of them (if it ends in ".." then it becomes ".") This mostly follows GNU tar's behavior, except for 'tar tf' and 'tar xvf' we report the modified path that would be/was actually created instead of the raw path from the archive Above two fixes prompted by a report from Daniel Cegielka (daniel.cegielka (at) gmail.com) * For directories whose times or mode will be fixed up in the clean-up pass, record their dev+ino and then use open(O_DIRECTORY)+fstat() to verify that we're updating the correct directory before using futimens() and fchmod(). * Correct buffer overflow in handling of pax extension headers, caught by the memcpy() overlap check. previously ok millert@ deraadt@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/03/08 22:25:28 Modified files: bin/pax : ar_io.c Log message: Fix comment grammar CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/03/09 01:46:03 Modified files: sys/arch/i386/i386: pmap.c Log message: Switch pv entries over to a pool in preparation for making the i386 (more) mpsafe. Most (all?) other architectures now use pools for this, including non-direct pmap architetcures like sparc and sparc64. Use a special back-end allocator for pool pages to solve bootstrapping problems. This back-end allocator allocates the initial pages from kernel_map, switching to the uvm_km_page allocator once the pmap has been fully initialized. The old pv entry allocator allocated pages from kmem_map. Using the uvm_km_page allocator avoids certain locking issues, but might change behaviour under kva pressure. Time will tell if that's a good or a bad thing. ok mlarkin@, deraadt@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/03/09 05:09:00 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Signature.pm Log message: make -DSHORTENED the default: don't update unless there is an actual change in dependencies: shared library versions, and explicit version requirements in dependencies. as discussed with aja@ before the lock. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/03/09 09:46:45 Modified files: usr.sbin/httpd : parse.y Log message: Make httpd TLSv1.2-only by default. Some older browsers, like IE 10, will be incompatible with this change. We do this early in the release cycle, so there is a good chance to get more experience with the impact of it and the upcoming restricted cipher modes. OK jsing@ deraadt@ benno@ bmercer@ krw@ florian@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/03/09 09:51:18 Modified files: usr.sbin/httpd : httpd.conf.5 Log message: Document the TLSv1.2-only change. Figured out sthen@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/03/09 11:20:39 Modified files: usr.sbin/relayd: relayd.conf.5 relayd.h Log message: Make relayd TLSv1.2-only by default. OK krw@ benno@ Based on revision 1.66 of usr.sbin/httpd/parse.y: Make httpd TLSv1.2-only by default. Some older browsers, like IE 10, will be incompatible with this change. We do this early in the release cycle, so there is a good chance to get more experience with the impact of it and the upcoming restricted cipher modes. OK jsing@ deraadt@ benno@ bmercer@ krw@ florian@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/09 11:30:29 Modified files: usr.bin/mandoc : tbl_term.c Log message: Flush the line preceding a table before clearing the right margin, such that that line isn't output with unlimited width. Problem reported and fix OK by kristaps@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/09 11:35:13 Modified files: usr.bin/mandoc : term.c regress/usr.bin/mandoc/tbl/data: block_unclosed.out_ascii Log message: prevent the skipvsp flag from creeping past actual text CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/09 11:37:45 Modified files: usr.bin/mandoc : mdoc_term.c Log message: In mdoc(7), don't mistreat negative .sp arguments as large positive ones. Instead, use the same logic as for man(7). CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/09 11:41:36 Modified files: usr.bin/mandoc : man_term.c mdoc_term.c tbl_term.c Log message: Fix vertical spacing at the beginning of tables. man(7) always prints a blank line, mdoc(7) doesn't. Problem in mdoc(7) reported by kristaps@. mdoc(7) part of the patch tested by kristaps@. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/03/09 12:09:50 Modified files: sys/netinet6 : nd6_rtr.c Log message: Avoid doing IPv6 SLAAC for prefixes with preferred lifetime of zero RFC 4941 says in 3.3.5: "In particular, an implementation MUST NOT create a temporary address with a zero Preferred Lifetime." OK sthen, henning, benno CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/09 12:50:08 Modified files: sys/dev/ic : wdc.c Log message: In wdcintr, do not attempt to read the status register unless WDCF_IRQ_WAIT is not set; this used to be the case but got broken in 1.113. Fixes pciide0 at pci0 dev 2 function 0 "Acard ATP865-R" rev 0x07: DMA on armish (I/O Data). CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/03/09 13:52:02 Modified files: games/worm : worm.6 worm.c Log message: make the worm grow faster on larger terminals. this is more fun than starting with an enormous pile of worm at the start. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/09 14:08:55 Modified files: sys/conf : newvers.sh Log message: If my calculations are correct, when this baby hits 5.8... you're gonna see some serious shit. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/09 15:30:27 Modified files: usr.bin/mandoc : main.c preconv.c Log message: Explicitly cast when assigning from char * to unsigned char * and vice versa. For example, gcc 4.7 wants this with -Wall. Patch from kristaps@. CVSROOT: /cvs Module name: src Changes by: bentley@cvs.openbsd.org 2015/03/09 18:10:59 Modified files: usr.bin/vi/common: search.c Log message: Display "Search wrapped" even when searching from the end of the file. From Zhihao Yuan. ok millert@ miod@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/09 21:00:48 Modified files: usr.bin/mandoc : main.c Log message: Fix a regression caused in rev. 1.118, reported by kristaps@: When using a pager and the first manual shown is gzip'ed, the gunzip(1) process ended up as a child of the pager process such that the man(1) process couldn't wait for it, preventing proper display of the manual. Solve this by making the pager a child of the man(1) process (instead of the other way round), which requires being a bit more careful about properly closing file descriptors after use and waiting for the pager before exiting man(1). CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/10 03:26:24 Modified files: sys/arch/sparc64/dev: vnet.c Log message: Convert to if_input(), tested an ok kettenis@. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/10 05:17:55 Modified files: sys/arch/socppc/dev: if_tsec.c Log message: Convert to if_input(). ok dlg@, kettenis@ CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2015/03/10 07:12:01 Modified files: . : events.html Log message: Add AsiaBSDCon 2015 start is happening later this week in Tokyo CVSROOT: /cvs Module name: www Changes by: mikeb@cvs.openbsd.org 2015/03/10 07:45:53 Modified files: . : users.html Log message: Elvis has left the building. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/10 07:48:57 Modified files: usr.bin/mandoc : main.c Log message: We can keep track of the pager PID without additional complexity. No functional change for now, but more robust in case anybody should ever add additional child processes. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/10 08:17:22 Modified files: usr.bin/mandoc : read.c Log message: The st_size member of struct stat is off_t, which is signed, all required by POSIX. So don't compare it against against an unsigned constant. CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2015/03/10 08:21:57 Modified files: build : support.dat Log message: My company Esdenera Networks is a vendor but we also provide OpenBSD support. Especially for relayd, httpd, snmpd, iked, trunk, vxlan, ... of course. We write software for fun, but we also have to make a living. CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2015/03/10 08:22:48 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2015/03/10 08:31:45 Modified files: . : users.html Log message: Elvis lives! CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/10 09:28:49 Modified files: sys/dev/pci : if_bnx.c Log message: Convert to if_input(). Tested and ok sthen@, ok dlg@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2015/03/10 10:46:32 Modified files: build : support.dat Log message: update eRacks entry, requested by Joseph Wolff on misc@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2015/03/10 10:48:43 Modified files: . : support.html Log message: sync (update eRacks) CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/03/10 12:11:35 Modified files: etc : nsd.conf Log message: Disable db file. It is believed to be a saner default for the common use case. sthen@ noticed a problem with missing records on shutdown. OK sthen@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/03/10 14:12:39 Modified files: sys/arch/amd64/include: pmap.h sys/arch/amd64/amd64: pmap.c Log message: Make the amd64 pmap (more) mpsafe by protecting both the pmap itself and the pv lists with a mutex. Rearange some code to avoid sleeping/spinning with one of these locks held, and also take care that we don't allocate/free any memory in that case. This should make pmap_enter(9), pmap_remove(9) and pmap_page_protect(9) safe to use without holding the kernel lock. Other architectures will follow. ok mlarkin@, deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/10 15:07:24 Modified files: sys/lib/libsa : printf.c Log message: Invoke va_end() before returning, rather than in an unreachable place; mickey@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/10 15:07:43 Modified files: sys/lib/libsa : snprintf.c Log message: Remove unused static local variable; mickey@ CVSROOT: /cvs Module name: www Changes by: afresh1@cvs.openbsd.org 2015/03/10 15:38:46 Modified files: . : events.html Log message: Add the Perl in OpenBSD talk I'm giving at Portland Perl Mongers CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/10 16:16:30 Modified files: etc : nsd.conf Log message: Set verbosity to 1 (the default is 0) so we log incoming notifies and zone xfers. OK florian@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/03/10 18:48:39 Modified files: usr.bin/ssh : packet.c Log message: add back the changes from rev 1.206, djm reverted this by mistake in rev 1.207 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/03/10 21:35:17 Modified files: sbin/ping : ping.c Log message: use clock_gettime(CLOCK_MONOTONIC) to get timestamps to measure the interval between sending a ping and getting a reply for it. this makes it resistant against local wall clock changes, which can skew the intervals reported or make them go negative. ok deraadt@ florian@ makes sense to lots of others CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/03/10 21:38:56 Modified files: sbin/ping6 : ping6.c Log message: port src/sbin/ping/ping.c r1.115. > use clock_gettime(CLOCK_MONOTONIC) to get timestamps to measure the > interval between sending a ping and getting a reply for it. > > this makes it resistant against local wall clock changes, which can > skew the intervals reported or make them go negative. requested by deraadt@ florian@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/03/10 22:05:19 Modified files: usr.sbin/traceroute: traceroute.c Log message: port the idea of using clock_gettime(CLOCK_MONOTONIC) for measuring intervals from src/sbin/ping/ping.c r1.115. > use clock_gettime(CLOCK_MONOTONIC) to get timestamps to measure the > interval between sending a ping and getting a reply for it. > > this makes it resistant against local wall clock changes, which can > skew the intervals reported or make them go negative. this version puts clock_getting in a local gettime() function that converts to a struct timeval that all the previous callers of gettimeofday expect to get. requested by deraadt@ florian@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/11 01:55:40 Modified files: sys/arch/macppc/macppc: ofw_machdep.c Log message: Remove unused type definitions. ok miod@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/03/11 02:05:11 Modified files: usr.sbin/ospfd : ospfd.conf.5 Log message: tweak wording; "a value different to 1" -> "...other than 1", from Sevan Janiyan CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/03/11 02:17:37 Modified files: usr.bin/tmux : tmux.1 Log message: set-titles-string now uses formats, not the status bits (so no #() for now). Reported by landry. CVSROOT: /cvs Module name: www Changes by: mpi@cvs.openbsd.org 2015/03/11 02:45:41 Modified files: . : 57.html Log message: G5 machines can now boot GENERIC.MP, talk about the routing table, SipHash and one of the visible effects of the embedded scopes torture I've been through. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/03/11 05:08:53 Modified files: usr.sbin/unbound/doc: unbound.8.in Log message: Point people to local-zone and stub-zone in unbound.conf and explain when this can be used. tweaks ian@ OK ratchov@, sthen@ seems more useful to millert@ CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2015/03/11 05:59:13 Modified files: . : 57.html Log message: tweak spacing in previous CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/03/11 06:24:44 Modified files: sys/dev/pci : if_iwm.c Log message: Match on 3160. Untested but should work. ok stsp@ kettenis@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/11 07:04:10 Modified files: usr.bin/mandoc : read.c Log message: Fix previous: size_t is often narrower than off_t. Cluestick applied by joerg at NetBSD. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/11 07:10:25 Modified files: usr.bin/mandoc : mansearch.c Log message: When interpreting the -O argument as a macro name fails, fall back to showing Nd rather than not showing anything. Issue reported by jmc@. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/11 08:48:58 Modified files: etc : rc Log message: 'rc.firstime' -> 'rc.firsttime' in comment. Diff from Navan Carson via tech@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/11 08:59:04 Modified files: usr.sbin/pstat : Makefile pstat.c Log message: Remove setgid kmem support. As a result, -d and -v will require you to run this as root. ok millert, also discussed with guenther CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/11 09:21:50 Modified files: distrib/sparc : install.md Log message: If this is going to use sync, it should use the sync + sleep idiom. Yes, this is stupid, but MI installboot later will make the problem go away. Until then.. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/11 09:23:10 Modified files: distrib/special: Makefile Removed files: distrib/special/expr: Makefile Log message: expr no longer needed on media, because the scripts always use ksh builtins. halex, rpe, and todd cleared the way for this. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/11 09:27:33 Modified files: distrib/alpha/common: list distrib/amd64/common: list distrib/armish/ramdisk: list distrib/armv7/ramdisk: list distrib/aviion/ramdisk: list distrib/hppa : list distrib/i386/common: list distrib/landisk/ramdisk: list distrib/loongson/ramdisk: list distrib/luna88k/ramdisk: list distrib/macppc/ramdisk: list distrib/miniroot: list distrib/octeon/ramdisk: list distrib/ramdisk: list distrib/sgi/ramdisk: list distrib/socppc/ramdisk: list distrib/sparc64/bsd.rd: list distrib/sparc64/ramdisk: list distrib/sparc64/ramdiskB: list distrib/vax/common: list distrib/zaurus/ramdisk: list Log message: adjust for removal of expr (and while here, sort all these lists, with the goal of eventually refactoring them) CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/11 10:07:22 Modified files: sys/dev/usb : if_urndis.c Log message: Convert to if_input(). Tested and ok armani@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/11 10:08:54 Modified files: sys/arch/sgi/dev: if_mec.c Log message: Convert to if_input(), tested by jasper@, thanks! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/11 12:12:27 Modified files: usr.sbin/eeprom: Makefile main.c Log message: drop setgid kmem. If you want to play with eeprom, you generally need to be root ok miod CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/11 12:13:47 Modified files: etc/etc.sparc : MAKEDEV.md Log message: eeprom(8) is only run by root now, so no need for kmem group ok miod CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/11 12:16:18 Modified files: etc/etc.sparc : MAKEDEV Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/11 12:43:11 Modified files: etc/etc.macppc : MAKEDEV.md etc/etc.sparc : MAKEDEV.md etc/etc.sparc64: MAKEDEV.md Log message: openprom, just like eeprom; ok miod CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/11 12:44:13 Modified files: etc/etc.macppc : MAKEDEV etc/etc.sparc : MAKEDEV etc/etc.sparc64: MAKEDEV Log message: sync CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/03/11 13:34:06 Modified files: lib/libssl/src/ssl: s3_clnt.c Log message: delay EVP_MD_CTX_init so we don't forget to clean it up. spotted by miod. ok miod. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/11 13:38:48 Modified files: usr.sbin/ntpd : ntpctl.8 ntpd.c Log message: -s is not optional, sadly; while here i've reformatted the page to stop kidding that -s is 4 options; original issue kind of spotted by adam thompson, though note i am not fixing the issue he complained about (i'll address that mail in a minute); CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/11 13:42:38 Modified files: lib/libc/gen : sysctl.3 Log message: document HW_PERFPOLICY; ok tedu CVSROOT: /cvs Module name: xenocara Changes by: tedu@cvs.openbsd.org 2015/03/11 13:50:17 Modified files: lib/freetype/include: Tag: OPENBSD_5_6 ftimage.h lib/freetype/src/autofit: Tag: OPENBSD_5_6 afblue.c afblue.dat afblue.h afblue.hin afcjk.c afcjk.h aflatin.c lib/freetype/src/base: Tag: OPENBSD_5_6 ftbitmap.c ftmac.c ftobjs.c ftoutln.c lib/freetype/src/bdf: Tag: OPENBSD_5_6 bdflib.c lib/freetype/src/cache: Tag: OPENBSD_5_6 ftcsbits.c lib/freetype/src/cff: Tag: OPENBSD_5_6 cf2ft.c cf2hints.c cf2intrp.c lib/freetype/src/pcf: Tag: OPENBSD_5_6 pcfread.c lib/freetype/src/raster: Tag: OPENBSD_5_6 ftraster.c lib/freetype/src/sfnt: Tag: OPENBSD_5_6 pngshim.c sfobjs.c ttcmap.c ttkern.c ttload.c ttsbit.c lib/freetype/src/truetype: Tag: OPENBSD_5_6 ttpload.c lib/freetype/src/type1: Tag: OPENBSD_5_6 t1load.c lib/freetype/src/type42: Tag: OPENBSD_5_6 t42objs.c t42parse.c Log message: backport fixes from freetype 2.5.5 for malformed fonts. fixes dug out of ubuntu by dcoppa@ CVSROOT: /cvs Module name: xenocara Changes by: tedu@cvs.openbsd.org 2015/03/11 13:50:49 Modified files: lib/freetype/include: Tag: OPENBSD_5_5 ftimage.h lib/freetype/src/base: Tag: OPENBSD_5_5 ftbitmap.c ftmac.c ftobjs.c ftoutln.c lib/freetype/src/bdf: Tag: OPENBSD_5_5 bdflib.c lib/freetype/src/cache: Tag: OPENBSD_5_5 ftcsbits.c lib/freetype/src/cff: Tag: OPENBSD_5_5 cf2ft.c cf2hints.c cf2intrp.c lib/freetype/src/pcf: Tag: OPENBSD_5_5 pcfread.c lib/freetype/src/raster: Tag: OPENBSD_5_5 ftraster.c lib/freetype/src/sfnt: Tag: OPENBSD_5_5 pngshim.c sfobjs.c ttcmap.c ttkern.c ttload.c ttsbit.c lib/freetype/src/truetype: Tag: OPENBSD_5_5 ttpload.c lib/freetype/src/type1: Tag: OPENBSD_5_5 t1load.c lib/freetype/src/type42: Tag: OPENBSD_5_5 t42objs.c t42parse.c Log message: backport fixes for malformed fonts from freetype 2.5.5. fixes dug out of ubuntu by dcoppa@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/03/11 13:52:37 Modified files: lib/libssl/src/ssl: Tag: OPENBSD_5_6 d1_clnt.c s3_clnt.c ssl_cert.c ssl_locl.h Log message: backport fixes to prevent connections from being downgraded to weak keys. ok bluhm miod CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/03/11 14:13:39 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 plus56.html Added files: . : plus57.html Log message: rotate plus files CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2015/03/11 14:14:27 Modified files: . : errata55.html errata56.html Log message: freetype and libssl patches CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/03/11 14:18:57 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 errata56.html Added files: . : errata57.html Log message: rotate errata files CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/11 15:00:35 Modified files: distrib/miniroot: install.sh install.sub upgrade.sh Log message: Shuffle some code around to make it easier to read. Add get_rootinfo() and shuffle some install specific code into install.sh. No intentional functional change. Update copyrights to 2015 while here. Tested & ok rpe@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/03/11 15:16:39 Modified files: . : 57.html Log message: few more things that made 57 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/11 15:48:42 Removed files: usr.bin/tcopy : Makefile tcopy.1 tcopy.c Log message: tcopy goes to the attic ok miod CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/11 15:49:11 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/03/11 15:52:20 Modified files: usr.sbin/httpd : httpd.conf.5 Log message: Wrap long line. This is another airplane commit from an 747-8 somewhere over Siberia and I think I'm just getting into minor turbulences. CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2015/03/11 16:12:11 Modified files: . : 57.html Log message: list softraid improvements CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/11 16:14:44 Modified files: sys/arch/sgi/dev: if_iec.c Log message: Convert to if_input(), tested by jasper@. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/11 16:15:22 Modified files: sys/dev/pci : if_cas.c Log message: Convert to if_input(). Tested and ok benno@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/11 16:26:03 Modified files: usr.sbin/zic : zic.c Log message: do not handcraft protos that already come from unistd.h CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2015/03/11 16:29:08 Modified files: . : 57.html Log message: Add a section about httpd(8); there have been so many changes since it's debut in 5.6. This is another airplane commit and I'm currently flying to AsiaBSDCon in Tokyo to talk about httpd(8). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/11 16:32:48 Modified files: usr.bin : Makefile Log message: do not enter tcopy; spotted by tedu CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2015/03/11 17:13:44 Modified files: . : 57.html Log message: a few libressl things gleaned from changelogs CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2015/03/11 17:15:44 Modified files: . : 57.html Log message: Add relayd(8) CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/03/11 18:14:29 Modified files: sbin/ping : ping.c Log message: bump the size of the time types on the wire to 64bit, and use nsec instead of usec so its easier to translate to/from timespecs instead of timevals. ok deraadt@ florian@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/03/11 18:30:38 Modified files: sbin/ping6 : ping6.c Log message: replace bcopy with memcpy CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/03/11 19:03:00 Modified files: usr.bin/systat : Makefile main.c netstat.c systat.1 systat.h Log message: Switch the netstat view of systat to use the same kvm_getfiles() function similar to netstat(1). The output still shows the same info but may be a bit differently sorted. Also it will now show connections that are not UDP or TCP. This was the last bit of systat that needed kvm access and so now systat no longer needs to be setgid kmem. With this commit OpenBSD is officially setgid kmem free and an almost 10 year journey finally comes to an end. OK deraadt@ CVSROOT: /cvs Module name: www Changes by: bcallah@cvs.openbsd.org 2015/03/11 19:03:33 Modified files: . : 55.html 56.html 57.html Log message: Add USB installer information to 57.html -- and 56.html and 55.html requested by deraadt@ to add to 5.5 and 5.6 CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2015/03/11 19:41:20 Modified files: . : 57.html Log message: Document a bunch of kernel and libc API additions CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2015/03/11 19:41:58 Modified files: . : 57.html Log message: ...and close that CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2015/03/11 20:05:55 Modified files: . : 57.html Log message: occurences -> occurrences re-initialzed -> re-initialized Add more man page links CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2015/03/11 20:16:29 Modified files: lib/libc/stdio : fread.3 Log message: Fix typo: nemb -> nmemb From Ryan May. CVSROOT: /cvs Module name: src Changes by: bentley@cvs.openbsd.org 2015/03/11 20:19:10 Modified files: games/cribbage : Makefile crib.c cribbage.6 pathnames.h Log message: Delete cribbage logging. Was never enabled and no point in enabling it. ok tedu@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/03/11 22:15:03 Modified files: bin/pax : ar_subs.c options.c Log message: If an archive isn't a recognized type, then check whether it looks like compress, gzip, bzip2, or xz output. If so then error out with a useful message directing the user to the correct option and error out instead of scanning forward for an embedded tar/cpio header. wording help from sobrado@ ok millert@ deraadt@ CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2015/03/11 23:58:12 Modified files: . : 57.html Log message: Document kdump and ch{mod,grp,own} improvements CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2015/03/12 00:45:20 Modified files: . : 57.html Log message: Only need to talk about memcpy once CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/03/12 01:06:05 Modified files: . : 57.html Log message: remove dups explained better elsewhere CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/03/12 03:54:11 Modified files: sbin/ping : ping.c Log message: Only read time information from the received packet if it is big enough. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/03/12 04:20:30 Modified files: bin/ksh : edit.c Log message: Escape ! characters for tab-completion, required for "set -o csh-history" users. Tweak to maintain ascii ordering suggested by Simon Nicolussi. OK halex@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/12 06:40:11 Modified files: lib/libc/gen : sysctl.3 Log message: _PERFPOLICY can also be set to "high"; it's "auto" not "automatic"; and the variable itself has bearing on _SETPERF; many thanks to theo buehler who both supplied a diff and corrected various issues with my diff; CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/03/12 06:46:01 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Set TERM if unset. Fixes some remote sysmerge usage by sthen@ ok sthen@ CVSROOT: /cvs Module name: src Changes by: brynet@cvs.openbsd.org 2015/03/12 08:24:02 Modified files: sys/dev/ic : ahci.c Log message: Print the current link speed for SATA devices attached on ahci(4). The port numbers correspond to scsibus(4) targets: ahci0: port 0, at 6Gbps ahci0: port 2, at 3Gbps scsibus1 at ahci0: 32 targets sd0 at scsibus1 targ 0 .. sd1 at scsibus1 targ 2 .. ok deraadt@, tested by bmercer@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2015/03/12 09:49:55 Modified files: . : 57.html Log message: moar in 5.7: carpdev arp + ndp sha512 instead of md5 AES code passwd cyphers Disabled SSLv3 explicit_bzero dmesg -s CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/03/12 09:53:20 Modified files: . : 57.html Log message: typo CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/03/12 10:17:04 Modified files: . : 57.html Log message: package counts: i386 8722, amd64 8745 CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2015/03/12 12:28:34 Modified files: sbin/ifconfig : ifconfig.8 Log message: automatic parent interface selection does not work anymore (see rev. 1.245 of sys/netinet/ip_carp.c), carpdev is a required argument now. ok florian CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/03/12 13:33:27 Modified files: . : index.html Added files: images : bluefish.jpg Log message: 5.7 preorders CVSROOT: /cvs Module name: www Changes by: gilles@cvs.openbsd.org 2015/03/12 13:50:47 Modified files: . : 57.html Log message: update opensmtpd part CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/12 14:07:20 Modified files: libexec/spamd : spamd.c Log message: Use poll(2) instead of select(2). A pointer to the struct pollfd is embedded in each struct con so the descriptors can't get out of sync with the pfd[] array. OK deraadt@ CVSROOT: /cvs Module name: www Changes by: jca@cvs.openbsd.org 2015/03/12 14:22:53 Modified files: . : 57.html Log message: getaddrinfo(3) improvement. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/12 14:24:16 Modified files: sys/dev/ic : pckbc.c Log message: If while attaching pckbdc device slots, we find a slot has failed to attach and it happens to be the AUX port, aha: we are a kernel without the pms driver. In that case, we should reset that pms back into 'stupid mode'. It seems some BIOS initialize newer-style nubbins/touchpads into strange (advanced) modes, which can muddle up the pckbc pipe. This is experienced as 10-second typing pauses and strange repeat behaviour on the RAMDISK, but was eventually tied to "lightly brushing" the touchpad... work done at s2k15 with jcs CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/12 14:28:26 Modified files: sys/dev/pckbc : pckbd.c Log message: On first cnpoll, reset the keyboard and pms hard. This is required to make "boot -c" support work on a variety of newer machines. Do not anticipate this harming older machines, but we'll have to wait and see with this change in the tree. with jcs CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/03/12 15:24:12 Modified files: . : 57.html hackathons.html Log message: fix typo CVSROOT: /cvs Module name: www Changes by: brynet@cvs.openbsd.org 2015/03/12 15:25:55 Modified files: . : 57.html Log message: Mention gethostbyname(3) changes. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2015/03/12 15:41:56 Modified files: distrib/sparc64/miniroot: Makefile Log message: Use the shorter ofwbootfd (without softraid support) on the miniroot. This fixes booting of cdNN.iso and installNN.iso on the Blade 150. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/03/12 17:54:15 Modified files: sys/conf : GENERIC Log message: we're tagged for release; turn POOL_DEBUG back on. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/03/12 17:56:33 Modified files: . : hackathons.html Log message: revert file committed by mistake CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/03/12 18:03:50 Modified files: . : 57.html Log message: typos CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/03/12 18:12:12 Modified files: build : mirrors.dat Log message: Add a new fast mirror for South America at C3SL, Universidade Federal do ParanĂ¡, Brazil. Thanks to maintainer Carlos Carvalho. ftp://openbsd.c3sl.ufpr.br/pub/OpenBSD/ http://openbsd.c3sl.ufpr.br/pub/OpenBSD/ rsync://openbsd.c3sl.ufpr.br/openbsd/ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/03/12 18:12:37 Modified files: . : ftp.html ftplist openbgpd : ftp.html openntpd : portable.html openssh : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/12 18:18:45 Modified files: usr.bin/mandoc : mandocdb.c Log message: Fix hardlink detection on platforms having padding in struct inodev, typically 64bit platforms. This was basically broken since forever. Not only is the padding used, but it was used uninitialized. Problem reported by jmc@. CVSROOT: /cvs Module name: www Changes by: jca@cvs.openbsd.org 2015/03/12 18:36:53 Modified files: . : 57.html Log message: typo; in stdio *open modes, 'e' is for close-on-exec CVSROOT: /cvs Module name: www Changes by: jca@cvs.openbsd.org 2015/03/12 18:44:44 Modified files: . : 57.html Log message: gethostbyname used to fail, but not silently CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/03/12 20:31:29 Modified files: usr.sbin/ospfd : database.c Log message: Make sure that the debug messages include the neighbor ID so we hava a chance to know which neighbor caused the problems. While there make sure that all messages log roughly in the same way. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/03/12 21:19:46 Modified files: . : 57.html Log message: working improvements, from TJ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/12 21:24:27 Modified files: libexec/rpc.rstatd: rstatd.c Log message: delete some rpc fd_set related externs which are not used CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2015/03/13 04:00:23 Modified files: . : want.html Log message: Some keys on my X21 thinkpad's keyboard stopped working. Need a replacement. Perhaps someone out there has one in their junk pile? CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2015/03/13 04:02:23 Modified files: . : want.html Log message: I'm not looking for Elantech touchpads anymore, several other people in the community have them by now. CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2015/03/13 06:10:14 Modified files: sys/arch/luna88k/cbus: i82365_cbus.c Log message: Set bus_space 'stride' for 2 and 4 bytes read/write. This makes wi(4) on PCMCIA work on luna88k. ok miod@ CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2015/03/13 06:12:42 Modified files: sys/arch/luna88k/cbus: i82365_cbus.c Log message: Correct debug messages. CVSROOT: /cvs Module name: src Changes by: giovanni@cvs.openbsd.org 2015/03/13 07:42:54 Modified files: usr.sbin/smtpd : ssl.c Log message: Missing free(3) in error path CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/13 09:02:14 Modified files: distrib/miniroot: install.sub Log message: chroot is now inside instbin, so do not need to run the copy in /mnt ok rpe CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/13 09:07:34 Modified files: usr.bin/mandoc : whatis.1 Log message: no need for double macro; ok schwarze CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/03/13 09:36:56 Modified files: . : events.html Log message: roll past event CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/03/13 09:57:43 Modified files: sys/dev/ic : dc.c Log message: convert to if_input() tested by landry@ ok mpi@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/03/13 09:58:22 Modified files: sys/dev/pci : if_vr.c Log message: convert to if_input() ok mpi@ sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/13 10:15:08 Modified files: sbin/dmesg : dmesg.8 Log message: request from Thomas Schmidt to mention dmesg retention over reboot ok ingo CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/03/13 10:38:46 Modified files: usr.bin/calendar/calendars: calendar.music Log message: bye Daevid Allen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/13 11:23:37 Modified files: lib/libc/time : private.h usr.sbin/zic : zic.c Log message: delete useless comment about Open Group CVSROOT: /cvs Module name: src Changes by: giovanni@cvs.openbsd.org 2015/03/13 11:51:25 Modified files: share/misc : airport Log message: AOI has been renamed a while ago CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/03/13 12:08:31 Modified files: usr.bin/calendar/calendars: calendar.birthday Log message: "It is often said that before you die your life passes before your eyes. It is in fact true. It's called living." - Terry Pratchett CVSROOT: /cvs Module name: www Changes by: logan@cvs.openbsd.org 2015/03/13 13:46:35 Added files: openssh/txt : rfc7479.txt Log message: Add RFC7479.txt. OK djm@ and dtucker@ CVSROOT: /cvs Module name: www Changes by: logan@cvs.openbsd.org 2015/03/13 13:48:31 Modified files: openssh : specs.html Log message: Add link to RFC7479.txt OK djm@ and dtucker@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/13 13:58:41 Modified files: bin/chmod : chmod.1 bin/ksh : ksh.1 games/battlestar: battlestar.6 games/hack : hack.6 games/monop : monop.6 lib/libc/gen : fts.3 lib/libc/stdio : fflush.3 lib/libc/sys : msync.2 lib/libedit : editline.3 lib/libpthread/man: pthread_cleanup_pop.3 sbin/newfs_ext2fs: newfs_ext2fs.8 share/man/man4 : trunk.4 share/man/man5 : ar.5 share/man/man7 : mdoc.7 mirroring-ports.7 share/man/man8 : genassym.sh.8 usr.bin/column : column.1 usr.bin/ctags : ctags.1 usr.bin/ftp : ftp.1 usr.bin/ktrace : ktrace.1 ltrace.1 usr.bin/lex : flex.1 usr.bin/make : make.1 usr.bin/patch : patch.1 usr.bin/telnet : telnet.1 usr.bin/vi/docs/USD.doc/vi.man: vi.1 usr.bin/w : w.1 usr.bin/wc : wc.1 usr.sbin/dhcpd : dhcpd.8 dhcpd.conf.5 usr.sbin/mtree : mtree.8 usr.sbin/procmap: procmap.1 usr.sbin/user : useradd.8 userdel.8 usermod.8 usr.sbin/vipw : vipw.8 Log message: remove the first comma from constructs like ", and," and ", or,": you can use "and" and "or" to join sentence clauses, and you can use commas, but both hinders reading; CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/03/13 14:45:53 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/03/13 14:47:23 Modified files: app/xtsscale : xtsscale.1 Log message: uhts(4) was merged into ums(4). Patch by Benjamin Baier. Thanks. CVSROOT: /cvs Module name: www Changes by: bcallah@cvs.openbsd.org 2015/03/13 16:41:31 Modified files: . : events.html Log message: Just got the short notice invite: I will be giving a public guest lecture on OpenBSD at RPI next Friday. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2015/03/13 16:41:54 Modified files: usr.sbin/smtpd : forward.5 Log message: typo CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/13 17:05:04 Modified files: sys/dev : firmload.c Log message: some include files not needed; matthew markfort CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/03/13 17:23:13 Modified files: sys/arch/i386/i386: pmap.c sys/arch/i386/include: pmap.h pte.h Log message: move some deck chairs around in preparation for i386 PAE. no functional change, just moving a few hundred lines of comments from one place to another. Note that some of these comments are giant lies that will get rewritten later. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/03/13 20:22:09 Modified files: usr.sbin/ospfd : ospfd.c rde.c rde.h Log message: When removing interfaces in the RDE we also need to remove all the RDE neighbors that are part of that interface or we open us up to use after free situations like the one found by sthen@. Diff makes sense sthen@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/03/13 20:32:35 Modified files: usr.sbin/bgpd : config.c parse.y Log message: Move the code that adjust FIB priority when changed during a config reload from the parsing function to the merge_config function where it belongs. OK henning@ benno@ before lock CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/03/13 20:43:02 Modified files: usr.sbin/bgpd : bgpd.c bgpd.h config.c parse.y Log message: Move the command line options (mainly -d and -v) out of struct bgpd_config into a own flag field since these can't be modified via a config reload. OK henning@ benno@ before lock CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/03/13 21:38:53 Modified files: sys/arch/amd64/amd64: acpi_machdep.c aesni.c amd64_mem.c apic.c autoconf.c bios.c conf.c consinit.c db_disasm.c db_interface.c db_memrw.c db_trace.c disksubr.c est.c fpu.c gdt.c hibernate_machdep.c i8259.c identcpu.c intr.c ioapic.c ipi.c ipifuncs.c k1x-pstate.c lapic.c lock_machdep.c machdep.c mainbus.c mem.c mp_setperf.c nvram.c pctr.c pmap.c powernow-k8.c process_machdep.c rbus_machdep.c sys_machdep.c trap.c via.c vm_machdep.c sys/arch/amd64/isa: clock.c isa_machdep.c sys/arch/amd64/pci: aapic.c agp_machdep.c pci_machdep.c vga_post.c sys/compat/common: compat_util.c sys/crypto : criov.c cryptosoft.c idgen.c sha2.c xform.c xform_ipcomp.c sys/ddb : db_break.c db_command.c db_elf.c db_hangman.c db_input.c db_lex.c db_output.c db_print.c db_run.c db_sym.c db_trap.c db_usrreq.c db_variables.c db_watch.c db_write_cmd.c sys/dev : auconv.c cninit.c cons.c diskmap.c hotplug.c ksyms.c midi.c mulaw.c rnd.c softraid.c softraid_crypto.c softraid_raid6.c systrace.c vmt.c vscsi.c sys/dev/acpi : acpi.c acpiac.c acpibat.c acpicpu.c acpidebug.c acpidock.c acpiec.c acpihpet.c acpiprt.c acpitimer.c acpitoshiba.c acpitz.c acpiutil.c acpivideo.c acpivout.c dsdt.c sys/dev/ata : ata.c ata_wdc.c atascsi.c sys/dev/cardbus: cardbus.c cardbus_map.c cardslot.c ehci_cardbus.c if_acx_cardbus.c if_atw_cardbus.c if_dc_cardbus.c if_pgt_cardbus.c if_re_cardbus.c if_rtw_cardbus.c if_xl_cardbus.c ohci_cardbus.c uhci_cardbus.c sys/dev/i2c : i2c.c i2c_exec.c lm75.c lm78_i2c.c sys/dev/ic : ac97.c acx.c adw.c aic79xx.c aic7xxx_seeprom.c ar5008.c ar9003.c ath.c athn.c atw.c ax88190.c ciss.c dc.c dl10019.c dp8390.c elink3.c fxp.c gem.c hme.c if_wi.c iha.c lm78.c mfi.c mpi.c ncr53c9x.c pckbc.c qla.c qlw.c rt2560.c rt2661.c rt2860.c rtl80x9.c rtl81x9.c rtsx.c sili.c siop.c smc83c170.c smc91cxx.c ti.c twe.c xl.c sys/dev/isa : aps.c com_isa.c fd.c fdc.c isa.c isadma.c it.c lm78_isa.c lpt_isa.c mpu401.c mpu_isa.c pckbc_isa.c sch311x.c skgpio.c uguru.c wbsio.c sys/dev/microcode/adw: adwmcode.c sys/dev/mii : acphy.c amphy.c atphy.c bmtphy.c ciphy.c eephy.c etphy.c exphy.c gentbi.c icsphy.c inphy.c iophy.c jmphy.c luphy.c lxtphy.c mtdphy.c nsgphy.c nsphy.c nsphyter.c qsphy.c sqphy.c tqphy.c ukphy.c urlphy.c xmphy.c sys/dev/onewire: owctr.c owid.c owsbm.c sys/dev/pci : adw_pci.c ahc_pci.c ahci_pci.c amdpcib.c auacer.c auich.c auixp.c cmpci.c cs4280.c cy82c693.c eap.c emuxki.c envy.c gdt_pci.c if_acx_pci.c if_age.c if_alc.c if_ale.c if_bce.c if_bge.c if_bwi_pci.c if_cas.c if_dc_pci.c if_de.c if_em_hw.c if_ep_pci.c if_et.c if_gem_pci.c if_hme_pci.c if_iwi.c if_iwn.c if_jme.c if_lii.c if_lmc.c if_lmc_common.c if_lmc_media.c if_lmc_obsd.c if_malo_pci.c if_msk.c if_myx.c if_nfe.c if_oce.c if_pcn.c if_pgt_pci.c if_re_pci.c if_rl_pci.c if_san_obsd.c if_san_xilinx.c if_se.c if_sis.c if_sk.c if_stge.c if_tht.c if_txp.c if_vge.c if_vic.c if_vio.c if_vmx.c if_vr.c if_wpi.c if_xge.c if_xl_pci.c ips.c ixgb_ee.c ixgb_hw.c jmb.c kate.c km.c mfii.c mpii.c nviic.c pccbb.c pci_map.c pci_quirks.c pciide.c pcscp.c ppb.c puc.c pucdata.c qle.c rtsx_pci.c safe.c vga_pci.c vioblk.c viomb.c viornd.c vioscsi.c virtio.c virtio_pci.c vmwpvs.c yds.c sys/dev/pci/bktr: bktr_audio.c bktr_core.c bktr_os.c bktr_tuner.c sys/dev/pckbc : pckbd.c sys/dev/pcmcia : aic_pcmcia.c com_pcmcia.c if_an_pcmcia.c if_cnw.c if_ep_pcmcia.c if_malo.c if_ne_pcmcia.c if_sm_pcmcia.c if_xe.c pcmcia_cis_quirks.c sys/dev/puc : lpt_puc.c sys/dev/rasops : rasops.c sys/dev/sdmmc : sdhc.c sdmmc.c sdmmc_io.c sdmmc_scsi.c sys/dev/usb : hidkbd.c if_aue.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_zyd.c moscom.c ohci.c uark.c uaudio.c ubcmtp.c ubsa.c uchcom.c ucom.c udcf.c udl.c udsbr.c uftdi.c ugen.c uhci.c uhid.c uipaq.c ukbd.c ulpt.c umass.c umass_scsi.c umcs.c umct.c umidi.c umidi_quirks.c umodem.c umsm.c uoak_subr.c uoaklux.c uoakrh.c uoakv.c uplcom.c usb.c usbdi.c usbdi_util.c uslcom.c uticom.c uts.c uvisor.c uvscom.c sys/dev/wscons : wsdisplay_compat_usl.c wsemul_vt100_chars.c wsemul_vt100_keys.c wsemul_vt100_subr.c wsemulconf.c wsevent.c wsmouse.c wsmux.c sys/dev/wsfont : wsfont.c sys/dev/x86emu : x86emu_util.c sys/isofs/cd9660: cd9660_lookup.c cd9660_node.c cd9660_rrip.c cd9660_util.c cd9660_vfsops.c cd9660_vnops.c sys/isofs/udf : udf_vfsops.c udf_vnops.c sys/kern : clock_subr.c exec_script.c exec_subr.c init_sysent.c kern_bufq.c kern_descrip.c kern_exec.c kern_exit.c kern_fork.c kern_kthread.c kern_malloc.c kern_physio.c kern_proc.c kern_rwlock.c kern_sched.c kern_sensors.c kern_sig.c kern_subr.c kern_synch.c kern_timeout.c kern_xxx.c sched_bsd.c subr_autoconf.c subr_disk.c subr_evcount.c subr_extent.c subr_log.c subr_poison.c subr_pool.c subr_prf.c subr_prof.c subr_xxx.c sysv_ipc.c sysv_sem.c sysv_shm.c tty_conf.c tty_subr.c tty_tty.c uipc_domain.c uipc_mbuf.c uipc_proto.c uipc_socket.c uipc_socket2.c uipc_syscalls.c vfs_bio.c vfs_cache.c vfs_cluster.c vfs_default.c vfs_getcwd.c vfs_init.c vfs_lockf.c vfs_lookup.c vfs_subr.c vfs_sync.c vfs_syscalls.c vfs_vnops.c vfs_vops.c sys/lib/libz : zopenbsd.c sys/miscfs/deadfs: dead_vnops.c sys/miscfs/fuse: fusebuf.c sys/msdosfs : msdosfs_vnops.c sys/net : bridgestp.c if.c if_enc.c if_gif.c if_gre.c if_loop.c if_media.c if_pfsync.c if_pppoe.c if_trunk.c if_tun.c if_vether.c if_vxlan.c pf.c pf_if.c pf_ioctl.c pf_lb.c pf_norm.c pf_table.c raw_cb.c raw_usrreq.c trunklacp.c sys/net80211 : ieee80211.c ieee80211_input.c ieee80211_ioctl.c ieee80211_node.c ieee80211_output.c ieee80211_pae_input.c ieee80211_pae_output.c ieee80211_proto.c sys/netinet : if_ether.c in_cksum.c in_gif.c inet_nat64.c inet_ntop.c ip_carp.c ip_input.c ip_ipcomp.c ip_ipsp.c ip_spd.c tcp_debug.c tcp_output.c tcp_subr.c sys/netinet6 : dest6.c in6.c in6_gif.c in6_ifattach.c ip6_forward.c ip6_id.c ip6_input.c ip6_mroute.c ip6_output.c nd6_nbr.c nd6_rtr.c sys/nfs : krpc_subr.c nfs_bio.c nfs_node.c nfs_serv.c nfs_socket.c nfs_srvcache.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c nfs_vnops.c sys/ntfs : ntfs_ihash.c ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c sys/scsi : ch.c mpath.c mpath_emc.c mpath_hds.c mpath_rdac.c mpath_sym.c scsi_base.c scsi_ioctl.c scsiconf.c sys/tmpfs : tmpfs_mem.c tmpfs_vnops.c sys/ufs/ext2fs : ext2fs_alloc.c ext2fs_balloc.c ext2fs_bmap.c ext2fs_extents.c ext2fs_inode.c ext2fs_lookup.c ext2fs_readwrite.c ext2fs_subr.c ext2fs_vfsops.c ext2fs_vnops.c sys/ufs/ffs : ffs_alloc.c ffs_balloc.c ffs_inode.c ffs_vfsops.c ffs_vnops.c sys/ufs/mfs : mfs_vfsops.c mfs_vnops.c sys/ufs/ufs : ufs_bmap.c ufs_dirhash.c ufs_ihash.c ufs_inode.c ufs_lookup.c ufs_quota_stub.c ufs_vfsops.c ufs_vnops.c sys/uvm : uvm_device.c uvm_fault.c uvm_init.c uvm_io.c uvm_map.c uvm_meter.c uvm_page.c uvm_swap_encrypt.c uvm_vnode.c Log message: Remove some includes include-what-you-use claims don't have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/03/13 21:52:42 Modified files: usr.sbin/bgpd : bgpd.h parse.y rde.c rde.h rde_filter.c rde_rib.c Log message: rename rde_free_filter() to filterlist_free() and start using it outside of the RDE to free the filterlists. Also refactor common code to merge filterlists into its own function. Makes the code look nicer. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/13 22:11:02 Modified files: usr.sbin/ntpd : ntpd.8 Log message: mention TLS HTTPS here also; ok bcook CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/03/13 23:10:11 Modified files: usr.sbin/ntpd : constraint.c Log message: remove unused 'cause' string when checking child status ok deraadt@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/03/13 23:48:17 Modified files: sys/ddb : db_variables.c Log message: restore systm.h, needed for strcmp. from Steven McDonald CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/03/14 01:33:42 Modified files: sys/kern : kern_fork.c kern_rwlock.c Log message: add sys/atomic.h back for membar_* needed for at least armv7 CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2015/03/14 01:35:40 Modified files: papers : index.html Log message: Add my slides "OpenBSD's new httpd" from AsiaBSDCon 2015. CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2015/03/14 01:36:28 Added files: papers : httpd-slides-asiabsdcon2015.pdf Log message: Add my slides "OpenBSD's new httpd" from AsiaBSDCon 2015. CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2015/03/14 01:58:58 Modified files: papers : index.html Added files: papers : httpd-asiabsdcon2015.pdf Log message: Add my paper "OpenBSD's new httpd" for AsiaBSDCon 2015. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/03/14 02:07:17 Modified files: lib/libc/stdlib: malloc.3 Log message: remove incorrect statement. the standard *does* require calloc to check for overflow. stop talking about old broken systems, there's little use for such info. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/14 02:13:52 Modified files: bin/ksh : sh.1 Log message: rewrite of sh(1). this page tries to confine itself to document features supported by posix compliant shells (obviously ksh(1) still documents the works). still needs work, so please do mail me diffs or feedback; CVSROOT: /cvs Module name: src Changes by: logan@cvs.openbsd.org 2015/03/14 08:35:00 Modified files: sys/crypto : xform_ipcomp.c Log message: Remove wrong reference to zlib. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/14 09:21:53 Modified files: sbin/fdisk : Makefile cmd.c cmd.h disk.c disk.h fdisk.8 fdisk.c mbr.c mbr.h mbrcode.h misc.c misc.h part.c part.h user.c user.h Log message: Switch all the license blocks to the standard OpenBSD/ISC license. With the permission of Toby. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/14 10:42:30 Modified files: sys/dev/pci : rtsx_pci.c Log message: RTL8411 works also, according to tiix@openmailbox CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/14 10:51:34 Modified files: distrib/special/fdisk: Makefile Log message: Switch all the license blocks to the standard OpenBSD/ISC license. With the permission of Toby. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/14 10:58:00 Modified files: sbin/fdisk : mbr.c Log message: Zap unused variable. Diff from chl@. Committing now so it doesn't get lost in upcoming megachurn. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/14 11:13:44 Modified files: sys/netinet : if_ether.c sys/netinet6 : nd6.c Log message: Check for the size of the supposed destination address when constructing the Ethernet frame. Prevent an overflow reported by Henk Jan Agteresch on bugs@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/14 12:00:31 Modified files: usr.bin/last : last.c Log message: use ctime_r to avoid a re-entrancy signal race ok millert CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/14 12:32:29 Modified files: sbin/fdisk : cmd.c disk.c fdisk.c mbr.c misc.c part.c user.c user.h Log message: Whitespace & KNF tweaks. Change functions whose return values are not checked to void. Use continue inside a do loop instead of a goto to the top. Move a #define/#undef more local to use. Eliminate some lint. General cleanup of things noticed preparing the big churn. No intentional functional change. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/14 12:54:50 Modified files: bin/ksh : sh.1 Log message: from zhuk: be clearer about not all options having long name equivalents and lowercase the first letter of these names since that is the form accepted; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/14 14:42:59 Modified files: distrib/special/fdisk: Makefile Log message: unbreak tree CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/03/14 14:45:11 Modified files: infrastructure/lib/DPB: State.pm Vars.pm infrastructure/lib/DPB/Job: Port.pm Log message: use make -C CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/14 14:45:42 Modified files: multimedia/get_iplayer: Makefile distinfo multimedia/get_iplayer/patches: patch-get_iplayer Log message: update to get_iplayer 2.92 CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/03/14 14:52:23 Modified files: devel/fossil : Makefile Added files: devel/fossil/patches: patch-auto_def Log message: Update fossil to use ${STATIC} and bump CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/14 14:52:41 Modified files: sys/arch/macppc/stand: conf.c hfs.c hfs.h ofdev.c Removed files: sys/arch/macppc/stand/ofwboot: version Log message: Allow for multiple concurrent devopen() calls, and fill the .readdir member of fs_ops; makes the `ls' command finally work in the boot loader. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/14 14:52:47 Modified files: archivers/gtar : Makefile archivers/star : Makefile misc/screen : Makefile net/cnupm : Makefile net/nslint : Makefile shells/dash : Makefile shells/tcsh : Makefile www/cgit : Makefile www/haserl : Makefile www/mimetex : Makefile Log message: switch from "-static" to "${STATIC}, i.e., build static PIE executables on most archs CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/14 14:52:47 Modified files: lang/seed7 : Makefile distinfo Log message: Update to 20150308. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/03/14 14:52:50 Modified files: security/spiped: Makefile distinfo Log message: Update spiped to 1.5.0 CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/03/14 14:53:36 Modified files: mail/trojita : Makefile distinfo mail/trojita/pkg: PLIST Log message: Update trojita to 0.5 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/14 14:55:12 Modified files: games/freecol : Makefile distinfo Log message: Bugfix update to 0.11.3 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/14 14:56:14 Modified files: audio/libvorbis: Makefile distinfo audio/libvorbis/patches: patch-configure audio/libvorbis/pkg: PLIST Removed files: audio/libvorbis/patches: patch-doc_Makefile_in patch-doc_libvorbis_Makefile_in patch-doc_vorbisenc_Makefile_in patch-doc_vorbisfile_Makefile_in Log message: Update to 1.3.5: * Tolerate single-entry codebooks. * Fix decoder crash with invalid input. * Fix encoder crash with non-positive sample rates. * Fix issues in vorbisfile's seek bisection code. * Spec errata. * Reject multiple headers of the same type. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/14 14:58:56 Modified files: net/gophernicus: Makefile distinfo Log message: Update to 1.7 -- mostly bugfixes. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/14 15:01:28 Modified files: multimedia/livestreamer: Makefile distinfo multimedia/livestreamer/pkg: PLIST Log message: Update to 0.12.0 Changelog: http://docs.livestreamer.io/changelog.html#changelog CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/14 15:01:54 Modified files: net/isc-bind : Makefile distinfo Removed files: net/isc-bind/patches: patch-bin_named_config_c patch-lib_dns_adb_c patch-lib_dns_resolver_c Log message: update to BIND 9.10.2 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/14 15:05:39 Modified files: games/mnemosyne: Makefile distinfo games/mnemosyne/pkg: PLIST Log message: Update to 2.3.2 Changelog: http://mnemosyne-proj.org/whats-new CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/14 15:07:04 Modified files: www/squid/snapshot: Makefile distinfo Log message: update to squid-3.5.2 CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/03/14 15:07:29 Modified files: www/vimb : Makefile Added files: www/vimb/patches: patch-doc_vimb_1 Log message: Minally fix the manual to make it readable, it uses non-portable escapes \[char34] and \[char92] and man-ext macros .SY and .YS. More comprehensive cleanup sent upstream. Drop USE_GROFF and bump. Problem originally reported by naddy@. OK bcallah@ before lock. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/14 15:09:09 Modified files: sysutils/ykpers: Makefile distinfo Log message: minor update to ykper-1.16.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/14 15:12:32 Modified files: security/yubikey-personalization-gui: Makefile distinfo Log message: minor update to yubikey-personalization-gui 3.1.19 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/14 15:15:03 Modified files: games/manaplus : Makefile distinfo Log message: Update to 1.5.3.14 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/14 15:25:25 Modified files: net/openconnect: Makefile distinfo net/openconnect/pkg: PLIST Removed files: net/openconnect/patches: patch-cstp_c Log message: update to openconnect-7.05, adding experimental support for Juniper's Network Connect ssl-vpn protocol. ("we'll probably end up also implementing Junos Pulse support which actually provides IPv6 rather than only Legacy IP. But not this week!") also fix for LZS compression on strict alignment arches and various other changes. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/14 15:30:54 Modified files: graphics/jbigkit/patches: patch-pbmtools_Makefile Removed files: security/erl-bcrypt/patches: patch-rebar_config Log message: remove patches or patch fragments for make -C CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/14 15:33:18 Modified files: usr.bin/mandoc : Makefile Removed files: usr.bin/mandoc : whatis.1 Log message: Delete the separate and incomplete whatis(1) manual and replace it by an MLINK to apropos(1), which already contains all information about whatis(1). "up to you" jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/14 15:46:46 Modified files: net/wireshark : Makefile distinfo Removed files: net/wireshark/patches: patch-wiretap_pcap-common_c Log message: update to wireshark-1.12.4 Various fixes and improvements, including possible crashes/infinite loops in the following dissectors: ATN-CPDLC (crash), WCP (crash), LLDP (crash), TNEF (loop), SCSI OSD (loop), and a possible crash in pcapng file parsing. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/14 16:15:09 Modified files: lib/libc/time : tzfile.5 Log message: Do not reference tzfile.h since that is an internal header. Be clear that "standard" byte order means big endian. Update struct ttinfo. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/14 16:23:47 Modified files: lib/libc/gen : timezone.c Log message: TZ_MAX_CHARS in the old tzfile.h bears no resemblence to the actual max time zone length used by libc/time. Just use PATH_MAX for now (since zone files are path names). This function is slated to be removed at the next libc major bump. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/14 16:26:21 Modified files: net/isc-bind : Makefile Log message: take MAINTAINER CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/14 17:00:43 Modified files: usr.bin/m4 : gnum4.c Log message: Use xstrdup(), from Michael W. Bombardieri OK espie@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/14 17:02:21 Modified files: usr.sbin/amd/include: am.h Log message: Add missing #include for SIZE_MAX. CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/03/14 17:34:17 Modified files: lang/gambit : Makefile distinfo lang/gambit/pkg: PLIST Log message: Update to Gambit 4.7.4. OK jasper@. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/14 18:09:50 Modified files: distrib/miniroot: install.sub Log message: Eliminate the question 'Which cd?' and just show the available cd's in the 'Location of sets?' prompt. Idea from deraadt@ Developed with and tested by rpe@ ok deraadt@ rpe@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/14 18:41:28 Modified files: bin/date : date.c bin/ls : print.c bin/pax : gen_subs.c bin/ps : print.c games/pom : pom.c include : time.h lib/libutil : check_expire.c libexec/ftpd : ftpcmd.y sbin/dump : optr.c sbin/savecore : savecore.c sbin/shutdown : shutdown.c usr.bin/at : parsetime.c usr.bin/cal : cal.c usr.bin/calendar: calendar.c calendar.h day.c io.c ostern.c paskha.c pesach.c usr.bin/chpass : util.c usr.bin/find : find.h function.c ls.c usr.bin/finger : finger.h lprint.c sprint.c usr.bin/ftp : util.c usr.bin/last : last.c usr.bin/lastcomm: lastcomm.c usr.bin/login : login.c usr.bin/script : script.c usr.bin/touch : touch.c usr.bin/vacation: vacation.c usr.bin/w : extern.h pr_time.c w.c usr.sbin/tcpdump: privsep.c Log message: tzfile.h is an internal header that should never have been installed. What's worse, the tzfile.h that gets installed is over 20 years old and doesn't match the real tzfile.h in libc/time. This makes the tree safe for /usr/include/tzfile.h removal. The TM_YEAR_BASE define has been moved to time.h temporarily until its usage is replaced by 1900 in the tree. Actual removal of tzfile.h is pending a ports build. Based on a diff from deraadt@ CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2015/03/14 20:23:47 Modified files: . : events.html papers : index.html Added files: papers : pruning.html Log message: pruning and polishing: keeping openbsd modern CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2015/03/14 20:35:38 Modified files: papers : httpd-asiabsdcon2015.pdf Log message: Add Errata to the httpd paper, including: The upstream version of nginx does not enable SPDY by default, never did; it was done by the developer who imported it into OpenBSD. nginx also doesn't ship with a bundled PCRE library, it was added in OpenBSD because users demanded it. Pointed out by Maxim at nginx dot com CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2015/03/14 20:39:44 Modified files: papers : index.html Log message: link my asiabsdcon slides CVSROOT: /cvs Module name: www Changes by: phessler@cvs.openbsd.org 2015/03/14 20:53:38 Modified files: . : events.html papers : index.html Added files: papers : asiabsdcon2015-bgp-spamd.pdf Log message: add my talk about the results of bgp-spamd. reminded by everyone at AsiaBSDCon. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/03/14 20:58:08 Modified files: devel/gdb : Makefile distinfo devel/gdb/patches: patch-bfd_elf_c patch-bfd_peXXigen_c patch-gdb_data-directory_Makefile_in patch-libiberty_Makefile_in patch-libiberty_filename_cmp_c devel/gdb/pkg : PLIST Removed files: devel/gdb/patches: patch-etc_Makefile_in patch-gdb_doc_Makefile_in Log message: Update to gdb 7.9. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/03/14 23:16:56 Modified files: bin/pax : pax.1 Log message: pax -o only accepts 'write_opt=nodir' and not bare 'nodir' CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/03/15 00:05:59 Modified files: bin/pax : file_subs.c Log message: Using O_TRUNC with O_CREAT|O_EXCL is just confusing: fail if it exists, but if you *did* succeed anyway, truncate it? CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2015/03/15 01:15:10 Modified files: www/py-django : Makefile distinfo www/py-django/pkg: PLIST Log message: Update Django to 1.7.6, security fix. Release note: https://www.djangoproject.com/weblog/2015/mar/09/security-releases/ CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2015/03/15 01:26:27 Modified files: regress/lib/libc/strtol: strtoltest.c Log message: fix for regression test for strtol(). it failed (the wrong kind of fail), on 64-bit systems. tested on 64-bit (amd64) and 32-bit (sparc). OK claudio@ deraadt@ CVSROOT: /cvs Module name: www Changes by: pascal@cvs.openbsd.org 2015/03/15 01:31:17 Modified files: papers : index.html Added files: papers : asiabsdcon2015-pie-paper.pdf asiabsdcon2015-pie-slides.pdf Log message: add my slides and paper, "Converting OpenBSD to PIE" CVSROOT: /cvs Module name: www Changes by: pascal@cvs.openbsd.org 2015/03/15 01:34:56 Modified files: . : events.html Log message: link my slides here too CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2015/03/15 01:42:11 Modified files: lang/python/3.4: Makefile distinfo lang/python/3.4/pkg: PLIST-idle PLIST-main PLIST-tests Removed files: lang/python/3.4/patches: patch-Lib_ssl_py patch-Modules__ssl_c Log message: update python to 3.4.3. removed patch files because it's know detected during configuration. Release note: https://www.python.org/downloads/release/python-343/ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 02:29:08 Modified files: productivity/calcurse: Makefile distinfo productivity/calcurse/pkg: PLIST Log message: Update to calcurse-4.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 02:29:53 Modified files: print/cups-filters: Makefile distinfo Log message: Update to cups-filters-1.0.67. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 02:31:00 Modified files: games/gcompris : Makefile distinfo games/gcompris/pkg: PLIST Log message: Update to gcompris-15.02. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 02:31:49 Modified files: x11/gnome/gdm : Makefile Added files: x11/gnome/gdm/patches: patch-daemon_gdm-launch-environment_c Log message: launch-environment: Propagate XCURSOR_PATH and XDG_CONFIG_DIRS (upstream). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 02:32:41 Modified files: devel/glib2 : Makefile distinfo devel/glib2/patches: gcc3-patch-glib_tests_Makefile_in devel/glib2/pkg: PLIST Log message: Update to glib2-2.42.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 02:33:30 Modified files: devel/libgsf : Makefile distinfo Log message: Update to libgsf-1.14.32. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 02:34:21 Modified files: devel/libidn : Makefile distinfo devel/libidn/pkg: PLIST Log message: Update to libidn-1.30. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 02:35:12 Modified files: x11/gnome/controlcenter: Makefile distinfo Log message: Update to gnome-control-center-3.14.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 02:35:59 Modified files: x11/gnome/initial-setup: Makefile distinfo x11/gnome/initial-setup/patches: patch-gnome-initial-setup_Makefile_in patch-gnome-initial-setup_pages_Makefile_in patch-gnome-initial-setup_pages_account_Makefile_in patch-gnome-initial-setup_pages_keyboard_gis-keyboard-page_c patch-gnome-initial-setup_pages_language_cc-common-language_c patch-gnome-initial-setup_pages_password_Makefile_in Log message: Update to gnome-initial-setup-3.14.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 02:37:03 Modified files: devel/goffice : Makefile distinfo devel/goffice/pkg: PLIST Log message: Update to goffice-0.10.21. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 02:37:47 Modified files: math/gnumeric : Makefile distinfo Log message: Update to gnumeric-1.12.21. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 02:39:27 Modified files: multimedia/gstreamer1/mm: Makefile distinfo multimedia/gstreamer1/mm/pkg: PLIST Log message: Update to gstreamer1mm-1.4.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 02:40:11 Modified files: devel/harfbuzz : Makefile distinfo Log message: Update to harfbuzz-0.9.39. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 02:41:35 Modified files: x11/gtk+2 : Makefile distinfo Log message: Update to gtk+2-2.24.27. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 02:42:17 Modified files: x11/gtk+3 : Makefile distinfo x11/gtk+3/patches: patch-gtk_Makefile_in Log message: Update to gtk+3-3.14.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 02:43:00 Modified files: x11/gnome/librsvg: Makefile distinfo Log message: Update to librsvg-2.40.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 02:43:46 Modified files: security/libtasn1: Makefile distinfo security/libtasn1/pkg: PLIST Log message: Update to libtasn1-4.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 02:45:11 Modified files: audio/pulseaudio: Makefile distinfo audio/pulseaudio/files: 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_daemon_pulseaudio-system_conf patch-src_modules_module-detect_c patch-src_pulse_util_c patch-src_pulsecore_sample-util_h patch-src_tests_mult-s16-test_c patch-src_tests_rtpoll-test_c audio/pulseaudio/pkg: PLIST Removed files: audio/pulseaudio/patches: patch-src_modules_rtp_rtp_c Log message: Update to pulseaudio-6.0. ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 02:46:52 Modified files: print/hplip : Makefile print/hplip/patches: patch-installer_core_install_py patch-io_hpmud_musb_c Log message: Fix a backwards memcpy and some debug output. reported by Alessandro DE LAURENZIS memmove patch by from dcoppa@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 02:47:48 Modified files: x11/gnome/seahorse: Makefile distinfo x11/gnome/seahorse/pkg: PLIST Log message: Update to seahorse-3.14.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 02:49:10 Modified files: www/owncloud : Makefile distinfo www/owncloud/pkg: PLIST README Added files: www/owncloud/files: httpd-owncloud.conf.dist.in Removed files: www/owncloud/patches: patch-core_templates_installation_php patch-lib_private_setup_php patch-lib_private_util_php Log message: Update to owncloud-8.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 02:51:07 Modified files: mail/cyrus-imapd: Makefile distinfo mail/cyrus-imapd/files: imapd.conf mail/cyrus-imapd/patches: patch-configure patch-imap_mailbox_c patch-imap_sync_client_c patch-lib_util_c patch-master_conf_normal_conf mail/cyrus-imapd/pkg: DESCR PLIST cyrus_imapd.rc Added files: mail/cyrus-imapd/patches: patch-Makefile_in patch-lib_byteorder64_h Removed files: mail/cyrus-imapd/patches: drac-patch-imap_Makefile_in patch-imap_statuscache_db_c patch-lib_imapoptions patch-man_imapd_conf_5 mail/cyrus-imapd/pkg: README Log message: Update to cyrus-imapd-2.5.0. http/caldav support is disabled for now. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 02:52:15 Modified files: productivity/tryton/party: Makefile distinfo productivity/tryton/party_siret: Makefile distinfo productivity/tryton/party_vcarddav: Makefile distinfo productivity/tryton/product: Makefile distinfo productivity/tryton/product_attribute: Makefile distinfo productivity/tryton/product_cost_fifo: Makefile distinfo productivity/tryton/product_cost_history: Makefile distinfo productivity/tryton/product_measurements: Makefile distinfo productivity/tryton/product_measurements/pkg: PLIST productivity/tryton/product_price_list: Makefile distinfo productivity/tryton/production: Makefile distinfo productivity/tryton/project: Makefile distinfo productivity/tryton/project_invoice: Makefile distinfo productivity/tryton/project_plan: Makefile distinfo productivity/tryton/project_revenue: Makefile distinfo productivity/tryton/purchase: Makefile distinfo productivity/tryton/purchase_invoice_line_standalone: Makefile distinfo productivity/tryton/purchase_shipment_cost: Makefile distinfo productivity/tryton/sale: Makefile distinfo productivity/tryton/sale_credit_limit: Makefile distinfo productivity/tryton/sale_invoice_grouping: Makefile distinfo productivity/tryton/sale_opportunity: Makefile distinfo productivity/tryton/sale_price_list: Makefile distinfo productivity/tryton/sale_shipment_cost: Makefile distinfo productivity/tryton/sale_shipment_grouping: Makefile distinfo productivity/tryton/sale_supply: Makefile distinfo productivity/tryton/stock_inventory_location: Makefile Log message: Start updating some tryton modules to their latest 3.2.X stable release. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 03:10:06 Modified files: productivity/tryton/account_credit_limit: Makefile distinfo productivity/tryton/account_dunning_letter: Makefile distinfo productivity/tryton/account_invoice_history: Makefile distinfo productivity/tryton/account_invoice_line_standalone: Makefile distinfo productivity/tryton/account_invoice_stock: Makefile distinfo productivity/tryton/account_payment: Makefile distinfo productivity/tryton/account_payment_sepa: Makefile distinfo productivity/tryton/account_product: Makefile distinfo productivity/tryton/account_statement: Makefile distinfo productivity/tryton/account_stock_continental: Makefile distinfo productivity/tryton/analytic_account: Makefile distinfo productivity/tryton/analytic_invoice: Makefile distinfo productivity/tryton/analytic_purchase: Makefile distinfo productivity/tryton/analytic_sale: Makefile distinfo productivity/tryton/bank: Makefile distinfo productivity/tryton/calendar: Makefile distinfo productivity/tryton/calendar_classification: Makefile distinfo productivity/tryton/calendar_scheduling: Makefile distinfo productivity/tryton/calendar_todo: Makefile distinfo productivity/tryton/carrier: Makefile distinfo productivity/tryton/carrier_percentage: Makefile distinfo productivity/tryton/company: Makefile distinfo productivity/tryton/company_work_time: Makefile distinfo productivity/tryton/country: Makefile distinfo productivity/tryton/currency: Makefile distinfo productivity/tryton/dashboard: Makefile distinfo productivity/tryton/google_maps: Makefile distinfo productivity/tryton/ldap_connection: Makefile distinfo Log message: Update all modules to the latest 3.2.X stable release. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 03:23:11 Modified files: productivity/tryton: Makefile.inc productivity/tryton/account_be: Makefile productivity/tryton/account_credit_limit: Makefile productivity/tryton/account_de_skr03: Makefile productivity/tryton/account_dunning: Makefile productivity/tryton/account_fr: Makefile productivity/tryton/account_invoice_history: Makefile productivity/tryton/account_invoice_line_standalone: Makefile productivity/tryton/account_invoice_stock: Makefile productivity/tryton/account_product: Makefile productivity/tryton/account_statement: Makefile productivity/tryton/account_stock_anglo_saxon: Makefile productivity/tryton/account_stock_continental: Makefile productivity/tryton/analytic_invoice: Makefile productivity/tryton/analytic_purchase: Makefile productivity/tryton/analytic_sale: Makefile productivity/tryton/bank: Makefile productivity/tryton/calendar: Makefile productivity/tryton/calendar_classification: Makefile productivity/tryton/calendar_scheduling: Makefile productivity/tryton/calendar_todo: Makefile productivity/tryton/carrier: Makefile productivity/tryton/carrier_percentage: Makefile productivity/tryton/carrier_weight: Makefile productivity/tryton/company: Makefile productivity/tryton/company_work_time: Makefile productivity/tryton/country: Makefile productivity/tryton/currency: Makefile productivity/tryton/dashboard: Makefile productivity/tryton/google_maps: Makefile productivity/tryton/ldap_connection: Makefile productivity/tryton/party: Makefile productivity/tryton/party_siret: Makefile productivity/tryton/party_vcarddav: Makefile productivity/tryton/product: Makefile productivity/tryton/product_attribute: Makefile productivity/tryton/product_cost_history: Makefile productivity/tryton/product_measurements: Makefile productivity/tryton/product_price_list: Makefile productivity/tryton/project: Makefile productivity/tryton/project_plan: Makefile productivity/tryton/project_revenue: Makefile productivity/tryton/purchase_invoice_line_standalone: Makefile productivity/tryton/purchase_shipment_cost: Makefile productivity/tryton/sale_credit_limit: Makefile productivity/tryton/sale_price_list: Makefile productivity/tryton/sale_shipment_cost: Makefile productivity/tryton/stock_inventory_location: Makefile productivity/tryton/stock_location_sequence: Makefile productivity/tryton/stock_lot: Makefile productivity/tryton/stock_package: Makefile productivity/tryton/stock_product_location: Makefile productivity/tryton/stock_supply_day: Makefile productivity/tryton/stock_supply_forecast: Makefile productivity/tryton/timesheet: Makefile productivity/tryton/timesheet_cost: Makefile Log message: Bump common version to 3.2.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:02:57 Modified files: devel/libsigc++-2: Makefile distinfo devel/libsigc++-2/pkg: PLIST Log message: update to libsigc++-2.4.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:03:21 Modified files: benchmarks/speedtest-cli: Makefile distinfo Log message: update to speedtest-cli-0.3.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:03:37 Modified files: cad/gtkwave : Makefile distinfo Log message: update to gtkwave-3.3.64 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:04:06 Modified files: converters/dos2unix: Makefile distinfo converters/dos2unix/pkg: PLIST Log message: update to dos2unix-7.2.1-beta1 (fixes a regression introduced in 7.2) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:04:41 Modified files: devel/p5-Event : Makefile distinfo Log message: update to p5-Event-1.24 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:05:04 Modified files: games/dopewars : Makefile Added files: games/dopewars/patches: patch-src_serverside_c Log message: Security fix for CVE-2009-3591 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:05:19 Modified files: graphics/evince: Makefile distinfo Log message: update to evince-3.14.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:05:50 Modified files: graphics/p5-SVG: Makefile distinfo graphics/p5-SVG/pkg: PLIST Removed files: graphics/p5-SVG/patches: patch-lib_SVG_Extension_pm Log message: - update to p5-SVG-2.63 - install examples - remove bogus patch CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:07:18 Modified files: lang/coffeescript: Makefile distinfo lang/coffeescript/pkg: PLIST Removed files: lang/coffeescript/patches: patch-package_json Log message: - update to coffeescript-1.9.1 - drop gtar usage; -current tar(1) works too now CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:07:43 Modified files: lang/newlisp : Makefile distinfo lang/newlisp/pkg: PLIST Log message: update to newlisp-10.6.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:07:59 Modified files: misc/rlwrap : Makefile distinfo misc/rlwrap/patches: patch-Makefile_in patch-filters_Makefile_in Log message: update to rlwrap-0.42 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:08:37 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.11.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:09:01 Modified files: sysutils/libvirt: Makefile distinfo sysutils/libvirt/patches: patch-src_Makefile_in sysutils/libvirt/pkg: PLIST Log message: update to libvirt-1.2.13 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:09:42 Modified files: sysutils/libvirt-python: Makefile distinfo Log message: - update to libvirt-python-1.2.13 - fixup TEST_DEPENDS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:10:12 Modified files: sysutils/monit : Makefile distinfo Removed files: sysutils/monit/patches: patch-configure_ac patch-src_process_sysdep_OPENBSD_c Log message: - update to monit-5.12.1 * all patches have finally been merged upstream CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:10:29 Modified files: sysutils/p5-Sys-Virt: Makefile distinfo Log message: update to Sys-Virt-1.2.13 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:12:47 Modified files: sysutils/ruby-puppet/3: Makefile sysutils/ruby-puppet/3/patches: patch-lib_puppet_provider_service_openbsd_rb Log message: sync rcctl patch with what's been committed upstream CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:13:14 Modified files: sysutils/ruby-puppet-syntax: Makefile distinfo sysutils/ruby-puppet-syntax/pkg: PLIST Log message: update to puppet-syntax-2.0.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:13:48 Modified files: sysutils/supervisor: Makefile distinfo sysutils/supervisor/patches: patch-supervisor_skel_sample_conf sysutils/supervisor/pkg: PLIST Log message: update to supervisor-3.1.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:14:19 Modified files: textproc/libxml++: Makefile distinfo textproc/libxml++/pkg: PLIST Log message: update to libxml++-2.38.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:14:35 Modified files: www/darkhttpd : Makefile distinfo Log message: update to darkhttpd-1.11 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:15:55 Modified files: x11/spice-gtk : Makefile distinfo Log message: update to spice-gtk-0.28 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:16:41 Log message: import py-blessings-1.6 Blessings lifts several of curses' limiting assumptions, and it makes your code pretty, too. [...] ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20151503 N ports/devel/py-blessings/Makefile N ports/devel/py-blessings/distinfo N ports/devel/py-blessings/pkg/PLIST N ports/devel/py-blessings/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:17:16 Log message: import py-curtsies-0.1.19 Curses-like terminal wrapper with a display based on compositing 2d arrays of text. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20151503 N ports/devel/py-curtsies/Makefile N ports/devel/py-curtsies/distinfo N ports/devel/py-curtsies/pkg/PLIST N ports/devel/py-curtsies/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:18:44 Modified files: devel : Makefile Log message: +py-blessings +py-curtsies CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 04:18:48 Modified files: devel/bpython : Makefile distinfo devel/bpython/pkg: PLIST Log message: update to bpython-0.14.1 CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/03/15 04:58:15 Modified files: graphics/pdf2djvu: Makefile distinfo graphics/pdf2djvu/pkg: PLIST Removed files: graphics/pdf2djvu/patches: patch-tools_xml2c Log message: Update to pdf2djvu-0.7.19 (which includes a fix to build with poppler-0.31.0), update MASTER_SITES and enable tests. ok (and enabling tests) juanfra@ (maintainer), some time ago. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/03/15 04:59:49 Modified files: print/poppler : Makefile distinfo Log message: Update to poppler-0.31.0. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/15 05:15:55 Modified files: bin/ksh : sh.1 Log message: from zhuk: the dash part of "cd -" is not a flag, so don;t show it as such; posix actually uses a separate synopsis to show this form, but i've chosen to show it as a special form of "dir"; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 05:40:23 Modified files: mail : Makefile Log message: No more cyrus-imapd,drac. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/15 05:45:07 Modified files: bin/ksh : sh.1 Log message: from zhuk: remove ambiguity in the description of "continue"; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 05:47:03 Log message: import tmux-mem-cpu-load-3.2.1 Simple, lightweight program provided for system monitoring in the status line of tmux. The memory monitor displays the used and available memory. The CPU usage monitor outputs a percent CPU usage over all processors. It also displays a textual bar graph of the current percent usage. The system load average is also displayed. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20151503 N ports/sysutils/tmux-mem-cpu-load/distinfo N ports/sysutils/tmux-mem-cpu-load/Makefile N ports/sysutils/tmux-mem-cpu-load/pkg/PLIST N ports/sysutils/tmux-mem-cpu-load/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 05:47:46 Modified files: sysutils : Makefile Log message: +tmux-mem-cpu-load CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/15 06:26:16 Modified files: net/sslh : Makefile distinfo net/sslh/patches: patch-basic_cfg patch-example_cfg patch-sslh_pod Log message: update to sslh-1.17, including fix to do a setgroups() before setgid() from maintainer Bjorn Ketelaars CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/03/15 06:44:24 Modified files: . : 57.html Log message: rearrange package highlights into two columns and alpha sort mention R, suggested by STeve Andre' CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 07:21:47 Modified files: productivity/tryton/account: Makefile distinfo productivity/tryton/account_asset: Makefile distinfo productivity/tryton/account_dunning: Makefile distinfo productivity/tryton/account_invoice: Makefile distinfo productivity/tryton/account_stock_anglo_saxon: Makefile distinfo productivity/tryton/carrier_weight: Makefile distinfo productivity/tryton/ldap_authentication: Makefile distinfo productivity/tryton/party_relationship: Makefile distinfo Log message: Some missed in previous. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/15 08:33:21 Modified files: bin/ksh : ksh.1 Log message: from zhuk: paths not beginning dot (as well as slash) use CDPATH; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/15 08:44:59 Modified files: textproc/gtranslator: Makefile distinfo textproc/gtranslator/pkg: PLIST Log message: Update to gtranslator-2.91.7. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/15 09:13:31 Modified files: sys/kern : subr_disk.c Log message: Bring back '#include ', but inside #ifdev GPT. GPT routines use crc32(). ok jsg@ doug@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/15 09:54:35 Modified files: bin/ksh : sh.1 Log message: from zhuk: remove ambiguity around the false/true description; CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/15 10:51:34 Modified files: usr.bin/mandoc : man_term.c Log message: Avoid off-by-one read access to the termacts array, which could sometimes result in missing line breaks before subsection headers. Found by carsten dot kunze at arcor dot de on SuSE 13.2. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/03/15 11:02:37 Modified files: app/xdm : configure.ac app/xdm/xdm : Makefile.am Log message: use LDADD to link the greeter library. Makes dependencies tracking work. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/03/15 11:05:12 Modified files: app/xdm : Makefile.in aclocal.m4 config.guess config.h.in config.sub configure depcomp install-sh missing app/xdm/app-defaults: Makefile.in app/xdm/chooser: Makefile.in app/xdm/config : Makefile.in app/xdm/greeter: Makefile.in app/xdm/include: Makefile.in app/xdm/man : Makefile.in app/xdm/xdm : Makefile.in app/xdm/xdmshell: Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/03/15 11:20:41 Modified files: app/xdm/config : Xresources.cpp app/xdm/greeter: LoginP.h Login.c Login.h Log message: Allow the greeter to set the input fields bg color A new 'inpColor' resource is added for that. Already commited upstream. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/15 11:32:48 Modified files: devel/capstone : Makefile distinfo devel/capstone/patches: patch-Makefile Log message: Update to capstone-3.0.2. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/15 11:43:35 ports/mail/ldapvacation/patches Update of /cvs/ports/mail/ldapvacation/patches In directory cvs.openbsd.org:/tmp/cvs-serv995/patches Log Message: Directory /cvs/ports/mail/ldapvacation/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/15 11:45:11 Modified files: archivers/p5-Compress-Bzip2: Makefile distinfo Log message: Update to p5-Compress-Bzip2-2.22. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/15 11:46:38 Added files: mail/ldapvacation/patches: patch-src_ldapvacation_ldapvacation_c Log message: Stop using . Based on vacation(1), so apply the same changes here. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/15 12:00:11 ports/mail/smsmail/patches Update of /cvs/ports/mail/smsmail/patches In directory cvs.openbsd.org:/tmp/cvs-serv28933/patches Log Message: Directory /cvs/ports/mail/smsmail/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/15 12:03:29 Added files: mail/smsmail/patches: patch-src_smsmail_c Log message: don't include , unused CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/03/15 12:19:34 Log message: hiera-eyaml is a backend for Hiera that provides per-value encryption of sensitive data within yaml files to be used by Puppet. OK jasper@ pre-lock Status: Vendor Tag: sebastia Release Tags: sebastia_20150315 N ports/databases/ruby-hiera-eyaml/Makefile N ports/databases/ruby-hiera-eyaml/distinfo N ports/databases/ruby-hiera-eyaml/pkg/DESCR N ports/databases/ruby-hiera-eyaml/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/03/15 12:20:59 Modified files: databases : Makefile Log message: Hook up ruby-hiera-eyaml CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/03/15 12:39:48 Modified files: app/xdm/config : Xresources.cpp Log message: Drop #ifdef Hp300Architecture CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/03/15 12:43:18 Modified files: app/xdm/config : Xresources.cpp Log message: No more reasons not to use the 8bpp XPM logo on !sparc CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/03/15 13:09:22 Modified files: app/xdm : Makefile.bsd-wrapper Log message: Repair protection of installed configuration files CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/03/15 13:47:27 Modified files: bin/pax : extern.h options.c tar.c Log message: Handle tar -o by setting the tar_nodir directly instead of faking up a pax-like -o write_opt=nodir. ok millert@ otto@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/15 13:49:22 Modified files: devel/p5-Variable-Magic: Makefile distinfo devel/p5-Variable-Magic/pkg: PLIST Log message: Update to p5-Variable-Magic-0.56. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 13:54:38 Modified files: devel/mspdebug : Makefile distinfo Log message: update to mspdebug-0.23 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/15 13:56:36 Modified files: devel/msp430/gcc: Makefile Added files: devel/msp430/gcc/patches: patch-gcc_gengtype_c Log message: workaround the intermittent build failures and remove BROKEN marker. no build failures in 132 builds on amd64 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/03/15 14:48:56 Modified files: . : 57.html lyrics.html Added files: images : 57song.jpg puffy57.gif Log message: release the 5.7 song... CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/15 15:01:31 Modified files: telephony/asterisk-openbsd-moh: Makefile distinfo telephony/asterisk-openbsd-moh/pkg: PLIST Log message: add 5.7 release song CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/15 15:38:24 Modified files: devel/p5-Class-Throwable: Makefile distinfo Log message: Update to p5-Class-Throwable-0.13. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/03/15 15:44:39 Modified files: devel/fossil/patches: patch-auto_def Log message: Fix patch, no bump since it didn't build. Pointed out by espie@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/03/15 15:53:09 Modified files: bin/pax : extern.h options.c Log message: Define chdname once in a .c and make it extern in the .h CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/03/15 16:08:45 Modified files: usr.sbin/httpd : httpd.h server.c Log message: Prevent use after free. While here unconditionally free clt and move declaration of server_inflight_dec() into server.c Found while investigating if (foo != NULL) free(foo) patterns pointed out by Markus Elfring. OK reyk CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/03/15 16:52:17 Modified files: lib/libssl/src/crypto/x509: x509_req.c Log message: Avoid a NULL pointer deref when X509_get_pubkey() returns NULL. A NULL pointer could be dereferenced when X509_REQ_set_pubkey() calls X509_PUBKEY_set() with pktmp. OpenSSL says it's the fix for CVE-2015-0288, but there aren't any public details yet to confirm. Either way, we should fix this. Based on OpenSSL commit 28a00bcd8e318da18031b2ac8778c64147cd54f9 and BoringSSL commit 9d102ddbc0f6ed835ed12272a3d8a627d6a8e728. "looks sane" beck@ ok miod@, bcook@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/15 17:03:26 Modified files: bin/ksh : sh.1 Log message: from zhuk: clarify "set --"; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/15 17:09:10 Modified files: bin/ksh : sh.1 Log message: from zhuk: two grammar fixes; CVSROOT: /cvs Module name: src Changes by: jturner@cvs.openbsd.org 2015/03/15 18:06:54 Log message: Update sqlite3 to 3.8.7.4. Changes available here: http://sqlite.org/changes.html#version_3_8_7_4 ok landry@ Status: Vendor Tag: sqlite3 Release Tags: sqlite_3_8_7_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/compress.c U src/lib/libsqlite3/ext/misc/fileio.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 N src/lib/libsqlite3/ext/misc/showauth.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 U src/lib/libsqlite3/ext/rtree/rtreeD.test U src/lib/libsqlite3/ext/rtree/rtreeE.test N src/lib/libsqlite3/ext/rtree/rtreeF.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 N src/lib/libsqlite3/ext/userauth/sqlite3userauth.h N src/lib/libsqlite3/ext/userauth/user-auth.txt N src/lib/libsqlite3/ext/userauth/userauth.c 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 C src/lib/libsqlite3/src/parse.y U src/lib/libsqlite3/src/journal.c U src/lib/libsqlite3/src/legacy.c U src/lib/libsqlite3/src/lempar.c C 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_setup.h C src/lib/libsqlite3/src/os_unix.c U src/lib/libsqlite3/src/os_win.c U src/lib/libsqlite3/src/os_win.h U src/lib/libsqlite3/src/pager.c U src/lib/libsqlite3/src/pager.h 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/test_superlock.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_stat.c U src/lib/libsqlite3/src/test_osinst.c U src/lib/libsqlite3/src/test_pcache.c U src/lib/libsqlite3/src/test_quota.c U src/lib/libsqlite3/src/test_quota.h U src/lib/libsqlite3/src/test_rtree.c U src/lib/libsqlite3/src/test_schema.c U src/lib/libsqlite3/src/test_server.c U src/lib/libsqlite3/src/test_sqllog.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 N src/lib/libsqlite3/src/threads.c U src/lib/libsqlite3/src/tokenize.c U src/lib/libsqlite3/src/trigger.c U src/lib/libsqlite3/src/update.c U src/lib/libsqlite3/src/utf.c U src/lib/libsqlite3/src/util.c U src/lib/libsqlite3/src/vacuum.c U src/lib/libsqlite3/src/vdbe.c U src/lib/libsqlite3/src/vdbe.h U src/lib/libsqlite3/src/vdbeInt.h U src/lib/libsqlite3/src/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/showstat4.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/stack_usage.tcl U src/lib/libsqlite3/tool/symbols.sh U src/lib/libsqlite3/tool/speedtest8inst1.c U src/lib/libsqlite3/tool/split-sqlite3c.tcl U src/lib/libsqlite3/tool/symbols-mingw.sh U src/lib/libsqlite3/tool/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 3 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 2015/03/15 18:08:23 Modified files: lib/libsqlite3/src: loadext.c os_unix.c parse.y Log message: Merge conflicts CVSROOT: /cvs Module name: src Changes by: jturner@cvs.openbsd.org 2015/03/15 18:08:48 Log message: Update sqlite3 to 3.8.7.4. Changes available here: http://sqlite.org/changes.html#version_3_8_7_4 ok landry@ Status: Vendor Tag: sqlite3 Release Tags: sqlite_3_8_7_4 C src/usr.bin/sqlite3/shell.c U src/usr.bin/sqlite3/sqlite3.1 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jsqlite3:yesterday -jsqlite3 src/usr.bin/sqlite3 CVSROOT: /cvs Module name: src Changes by: jturner@cvs.openbsd.org 2015/03/15 18:09:34 Modified files: usr.bin/sqlite3: shell.c Log message: Merge conflicts CVSROOT: /cvs Module name: src Changes by: jturner@cvs.openbsd.org 2015/03/15 18:12:38 Modified files: lib/libsqlite3 : Makefile shlib_version sqlite3.pc lib/libsqlite3/src: sqlite3.h lib/libsqlite3/tsrc: pthread_stub.c Log message: Bump major to 29, regen .pc and header with new version info CVSROOT: /cvs Module name: src Changes by: jturner@cvs.openbsd.org 2015/03/15 18:15:03 Modified files: lib/libsqlite3 : Makefile Log message: Fix typoe CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/15 18:57: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.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2015/03/15 19:49:11 Modified files: sys/dev/ic : pckbc.c Log message: Revert 1.44 since we have found some machines where the keyboard stops working after our aux port resets, which were not broken before. ok deraadt CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2015/03/15 19:54:47 Modified files: sys/dev/pckbc : pckbd.c Log message: Revert 1.39. Resetting after specifically putting the keyboard in a different table will most likely just revert the keyboard to its default table anyway. Instead, just flush the kbd slot before choosing a table and then still forcefully enable the slot, which is enough to fix UKC on the 3rd gen X1 carbon while having a much smaller chance of breaking anything else. ok deraadt CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2015/03/15 19:59:27 Modified files: devel/afl : Makefile distinfo devel/afl/patches: patch-Makefile devel/afl/pkg : PLIST Log message: update to afl 1.56b CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2015/03/15 20:16:59 Modified files: devel/p5-YAML-XS: Makefile distinfo Log message: update to YAML::XS 0.59 CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/03/15 20:40:56 Modified files: sys/net : pf.c Log message: When state creations happen in short term by outgoing packets of one SO_BINDANY socket, the new state didn't have a link of the socket's pcb. So the incoming packets allowed by the state were mistakenly forwarded and the pcb could not get them. Fix pf not to lost the link of the pcb when the state is recreated. ok bluhm mikeb CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/03/15 22:09:53 Modified files: sys/dev/pci : if_wpi.c if_iwm.c Log message: convert timeout_add() calls using hz to timeout_add_msec() CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/03/15 22:59:20 Modified files: . : events.html Log message: rotate to past CVSROOT: /cvs Module name: www Changes by: afresh1@cvs.openbsd.org 2015/03/15 23:05:45 Modified files: . : events.html Log message: I'll be talking about Perl in OpenBSD at YAPC::NA this year. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/15 23:34:05 Modified files: multimedia/livestreamer-curses: Makefile distinfo multimedia/livestreamer-curses/pkg: PLIST Log message: Update to 1.5.2 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/03/16 01:20:49 Modified files: converters/ruby-multi_json: Makefile distinfo converters/ruby-multi_json/pkg: PLIST Log message: Update multi_json to 1.11.0, which fixes a problem with aws-sdk-core rubygem for me. OK jeremy@, jasper@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/03/16 01:35:48 Modified files: . : lyrics.html Log message: times & lengths CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/16 01:37:28 Modified files: graphics/pngcrush: Makefile distinfo Log message: Update to pngcrush-1.7.85. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/16 02:25:06 Modified files: textproc/highlight: Makefile distinfo textproc/highlight/patches: patch-src_makefile Log message: Update to highlight-3.22. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/16 02:43:30 Modified files: multimedia/get_iplayer: Makefile Log message: add a portroach limit CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/16 02:50:08 Modified files: security/sslsplit: Makefile distinfo Added files: security/sslsplit/patches: patch-ssl_c Log message: update to sslsplit-0.4.11 note, needed patching for libressl: -#if (OPENSSL_VERSION_NUMBER < 0x1000200fL) +#if defined(LIBRESSL_VERSION_NUMBER) || (OPENSSL_VERSION_NUMBER < 0x1000200fL) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/16 02:53:42 Modified files: net/vncsnapshot: Makefile Log message: set portroach to ignore, the chances of updates in this are quite low CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/16 02:59:06 Modified files: security/py-ecdsa: Makefile distinfo Log message: Update to py-ecdsa-0.13. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/16 03:14:05 Modified files: www/haserl : Makefile distinfo Log message: bugfix update to haserl-0.9.35 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/16 03:16:17 Modified files: www/squid/stable: Makefile Log message: add portroach limit CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/16 03:16:53 Modified files: devel/json-glib: Makefile distinfo devel/json-glib/pkg: PLIST Log message: update to json-glib-1.0.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/16 03:18:54 Modified files: x11/gnome/gedit-code-assistance: Makefile distinfo Log message: update to gedit-code-assistance-3.14.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/16 03:24:51 Modified files: net/nagios/check_email_delivery: Makefile Log message: portroach ignore; finds unreleased versions CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/16 03:40:10 Modified files: archivers/lzo2 : Makefile distinfo Log message: update to lzo2-2.09 and take MAINTAINER CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/16 03:43:29 Modified files: audio/gsm : Makefile distinfo audio/gsm/pkg : PLIST Removed files: audio/gsm/patches: patch-src_code_c audio/gsm/pkg : PFRAG.shared Log message: update to gsm-1.0.14 - basically a noop, rolling in something we had patched anyway and no other changes. While there, reorder Makefile, regen PLIST (no need for PFRAG.shared) and take maintainer. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/16 03:48:00 Modified files: devel/libyubikey: Makefile distinfo devel/libyubikey/patches: patch-tests_selftest_c Log message: update to libyubikey (yubico-c) 1.13, minor bugfix (decoding odd numbers of hex digits) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/16 03:49:27 Modified files: graphics/p5-GD-Graph: Makefile distinfo Log message: Update to p5-GD-Graph-1.49. CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/03/16 03:52:14 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: Add myself CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/16 03:52:22 Modified files: mail/tnef : Makefile distinfo Removed files: mail/tnef/patches: patch-configure Log message: update to tnef-1.4.12, fixes a bug when parsing files with multiple value MAPI attributes. Remove patch no longer needed. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/16 03:59:23 Modified files: graphics/p5-Chart: Makefile distinfo Log message: Update to p5-Chart-2.4.10. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/03/16 04:04:11 Modified files: databases/mysql-zrm: Makefile databases/mysql-zrm/patches: patch-usr_lib_mysql-zrm_ZRM_Common_pm Log message: Unbreak compressed backups CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/16 05:07:27 Modified files: security/py-secretstorage: Makefile security/py-secretstorage/pkg: PLIST Log message: Add a python3 FLAVOR. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/16 05:09:37 Modified files: security/py-keyring: Makefile distinfo security/py-keyring/pkg: PLIST Added files: security/py-keyring/pkg: PFRAG.no-python3 PFRAG.python3 Log message: Update to py-keyring-5.3 and add a python3 FLAVOR. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/03/16 05:09:52 Modified files: usr.bin/ssh : rijndael.c Log message: #if 0 some more arrays used only for decrypting (we don't use since we only need encrypt for AES-CTR) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/16 05:10:22 Modified files: security : Makefile Log message: +py-keyring,python3 +py-secretstorage,python3 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/03/16 06:20:25 Modified files: x11/gnustep/base: Makefile x11/gnustep/base/pkg: PLIST Added files: x11/gnustep/base/patches: patch-Tools_make_strings_GNUmakefile_postamble Log message: ajacoutot@ brought to my attention that a gzipped manual page is installed. So don't do that, apply same "fix" as for the other manual pages. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/16 06:56:46 Modified files: mail/sendmail : Makefile mail/sendmail/pkg: sendmail.rc Log message: We are providing default daemon_flags now; so no need to start in background mode. ok sthen@ jca@ (maintainer) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/16 07:18:20 Modified files: bin/ksh : sh.1 Log message: from zhuk: be clear that "#" is a variable CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/16 07:19:24 Modified files: x11/gnome/gvfs : Makefile distinfo x11/gnome/gvfs/pkg: PLIST-main Log message: Update to gvfs-1.22.4. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/16 07:26:52 Modified files: usr.bin/grep : grep.h Log message: Include limits.h, not sys/limits.h and include stdint.h for SIZE_MAX. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/16 07:27:59 Modified files: usr.bin/grep : file.c grep.c Log message: Don't include limits.h or sys/limits.h since grep.h already does it for us. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2015/03/16 07:34:40 Modified files: x11/spectrwm : Makefile distinfo Log message: Update for Spectrwm to 2.6.2: Use poll(2) instead of select(2). pull latest tag + commit digest Add Mod5 to support some more weird keyboards. Prevent possible focus change on release of a pointer grab. Fixed bug in man page. CVSROOT: /cvs Module name: src Changes by: bcallah@cvs.openbsd.org 2015/03/16 07:47:48 Modified files: usr.bin/mg : buffer.c cmode.c def.h funmap.c keymap.c random.c theo.c yank.c Log message: Change the internal name of the newline function to deconflict with a function of the same name in term.h. This is the first step towards cleaning up mg's includes. No user-visible changes. ok florian@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2015/03/16 08:08:58 Modified files: www/aria2 : Makefile distinfo Removed files: www/aria2/patches: patch-Makefile_in patch-src_ServerStat_cc Log message: Update for Aria2 to 1.18.9. http://sourceforge.net/projects/aria2/files/stable/aria2-1.18.9/ OK jung@ juanfra@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/16 08:09:03 Modified files: devel/git : Makefile distinfo Log message: Update to git-2.3.3. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/16 08:17:48 Modified files: sysutils/colorls: Makefile distinfo sysutils/colorls/patches: patch-print_c Log message: Update to 5.7. Stop using . Based on ls(1), so apply the same changes here. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/16 09:03:51 ports/sysutils/superscript/patches Update of /cvs/ports/sysutils/superscript/patches In directory cvs.openbsd.org:/tmp/cvs-serv20533/patches Log Message: Directory /cvs/ports/sysutils/superscript/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/16 09:04:46 Added files: sysutils/superscript/patches: patch-superscript_c Log message: Stop using . Based on script(1), so apply the same changes here. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2015/03/16 09:09:13 Modified files: security/lynis : Makefile distinfo security/lynis/pkg: PLIST Log message: Update for Lynis 2.0.0: https://github.com/CISOfy/Lynis/blob/master/CHANGELOG OK benoit@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/16 09:20:02 Log message: Import graphics/pinta ok aja@ Pinta is a free, open source drawing/editing program modeled after Paint.NET. Its goal is to provide users with a simple yet powerful way to draw and manipulate images on Linux, Mac, and Windows. Status: Vendor Tag: bcallah Release Tags: bcallah_20150316 N ports/graphics/pinta/Makefile N ports/graphics/pinta/distinfo N ports/graphics/pinta/pkg/PLIST N ports/graphics/pinta/pkg/DESCR N ports/graphics/pinta/patches/patch-Pinta_Install_proj No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/16 09:20:25 Modified files: graphics : Makefile Log message: +pinta CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/16 09:21:58 Modified files: shells/nsh/patches: patch-conf_c patch-if_c Added files: shells/nsh/patches: patch-version_c Log message: Stop using . CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/03/16 09:41:29 Modified files: sysutils/ddrescue: Makefile distinfo Removed files: sysutils/ddrescue/patches: patch-configure Log message: Update to ddrescue 1.19. From Ingo Feinerer. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/16 10:21:21 Modified files: sys/arch/armv7/omap: if_cpsw.c Log message: Convert to if_input(), tested by jsg@. CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/03/16 10:26:15 Modified files: archivers/pigz : Makefile distinfo Log message: Update to pigz 2.3.3. From Thomas Pfaff (MAINTAINER). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/16 11:10:05 Modified files: news/slrn : Makefile distinfo Removed files: news/slrn/patches: patch-configure Log message: update to slrn-1.0.2, and take maintainer as suggested by bcallah@ replace bundled m4 files (which aren't working properly) with those from gettext CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/03/16 11:20:40 Modified files: archivers/p7zip: Makefile distinfo archivers/p7zip/patches: patch-install_sh archivers/p7zip/pkg: PLIST-main PLIST-rar Log message: Update to p7zip 9.38.1. From Josh Grosse (MAINTAINER). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/16 11:48:07 Modified files: x11/gnome/empathy: Makefile distinfo x11/gnome/empathy/pkg: PLIST Log message: update to empathy-3.12.8 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/16 11:55:39 Modified files: textproc/elasticsearch: Makefile Log message: switch to new HOMEPAGE CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/16 12:08:00 Modified files: audio/cdparanoia: Makefile audio/cdparanoia/pkg: PLIST audio/cmu-sphinx3: Makefile audio/cmu-sphinx3/pkg: PLIST audio/cmu-sphinxbase: Makefile audio/cmu-sphinxbase/pkg: PLIST audio/faac : Makefile audio/faac/pkg : PLIST audio/flite : Makefile audio/flite/pkg: PLIST audio/freealut : Makefile audio/freealut/pkg: PLIST audio/id3lib : Makefile audio/id3lib/pkg: PLIST audio/lame : Makefile audio/lame/pkg : PLIST audio/liba52 : Makefile audio/liba52/pkg: PLIST audio/libcdaudio: Makefile audio/libcdaudio/pkg: PLIST audio/libcddb : Makefile audio/libcddb/pkg: PLIST audio/libcdio : Makefile audio/libcdio/pkg: PLIST audio/libcue : Makefile audio/libcue/pkg: PLIST audio/libdca : Makefile audio/libdca/pkg: PLIST audio/libid3tag: Makefile audio/libid3tag/pkg: PLIST audio/liblo : Makefile audio/liblo/pkg: PLIST audio/libmad : Makefile audio/libmad/pkg: PLIST audio/libmpd : Makefile audio/libmpd/pkg: PLIST audio/libmusicbrainz: Makefile audio/libmusicbrainz/pkg: PLIST audio/libnjb : Makefile audio/libnjb/pkg: PLIST audio/libofa : Makefile audio/libofa/pkg: PLIST audio/libsidplay: Makefile audio/libsidplay/pkg: PLIST audio/libsndfile: Makefile audio/libsndfile/pkg: PLIST audio/libworkman: Makefile audio/libworkman/pkg: PLIST audio/mac : Makefile audio/mac/pkg : PLIST audio/opencore-amr: Makefile audio/opencore-amr/pkg: PLIST audio/rioutil : Makefile audio/rioutil/pkg: PLIST audio/rplay : Makefile audio/rplay/pkg: PLIST audio/soundtouch: Makefile audio/soundtouch/pkg: PLIST audio/sox : Makefile audio/sox/pkg : PLIST audio/speex : Makefile audio/speex/pkg: PLIST audio/tremor : Makefile audio/tremor/pkg: PLIST audio/twolame : Makefile audio/twolame/pkg: PLIST biology/emboss : Makefile biology/emboss/pkg: PLIST cad/gerbv : Makefile cad/gerbv/pkg : PLIST cad/necpp : Makefile cad/necpp/pkg : PLIST chinese/cconv : Makefile chinese/cconv/pkg: PLIST chinese/libchewing: Makefile chinese/libchewing/pkg: PLIST chinese/libtabe: Makefile chinese/libtabe/pkg: PLIST comms/obexftp : Makefile comms/obexftp/pkg: PLIST comms/openobex : Makefile comms/openobex/pkg: PLIST converters/libiconv: Makefile converters/libiconv/pkg: PLIST converters/recode: Makefile converters/recode/pkg: PLIST converters/wv : Makefile converters/wv/pkg: PLIST converters/wv2 : Makefile converters/wv2/pkg: PLIST converters/xlhtml: Makefile converters/xlhtml/pkg: PLIST databases/dbh : Makefile databases/dbh/pkg: PLIST databases/kyotocabinet: Makefile databases/kyotocabinet/pkg: PLIST databases/qdbm : Makefile databases/qdbm/pkg: PLIST databases/sqlite: Makefile databases/sqlite/pkg: PLIST databases/tdb : Makefile databases/tdb/pkg: PLIST databases/xapian-core: Makefile databases/xapian-core/pkg: PLIST devel/argtable : Makefile devel/argtable/pkg: PLIST devel/atlas : Makefile devel/atlas/pkg: PLIST devel/autogen : Makefile devel/autogen/pkg: PLIST devel/ccrtp : Makefile devel/ccrtp/pkg: PLIST devel/cdk : Makefile devel/cdk/pkg : PLIST devel/chmlib : Makefile devel/chmlib/pkg: PLIST devel/cmockery : Makefile devel/cmockery/pkg: PLIST devel/commoncpp: Makefile devel/commoncpp/pkg: PLIST devel/cppunit : Makefile devel/cppunit/pkg: PLIST devel/cunit : Makefile devel/cunit/pkg: PLIST devel/cxxtools : Makefile devel/cxxtools/pkg: PLIST devel/ffcall : Makefile devel/ffcall/pkg: PLIST devel/gflags : Makefile devel/gflags/pkg: PLIST devel/giblib : Makefile devel/giblib/pkg: PLIST devel/glib : Makefile devel/glib/pkg : PLIST devel/glog : Makefile devel/glog/pkg : PLIST devel/glpk : Makefile devel/glpk/pkg : PLIST devel/gmp : Makefile devel/gmp/pkg : PLIST devel/gsl : Makefile devel/gsl/pkg : PLIST devel/gtest : Makefile devel/gtest/pkg: PLIST devel/guilib : Makefile devel/guilib/pkg: PLIST devel/iniparser: Makefile devel/iniparser/pkg: PLIST devel/itcl : Makefile devel/itcl/pkg : PLIST devel/lam : Makefile devel/lam/pkg : PLIST devel/libIDL : Makefile devel/libIDL/pkg: PLIST devel/libast : Makefile devel/libast/pkg: PLIST devel/libclog : Makefile devel/libclog/pkg: PLIST devel/libconfuse: Makefile devel/libconfuse/pkg: PLIST devel/libdaemon: Makefile devel/libdaemon/pkg: PLIST devel/libdisorder: Makefile devel/libdisorder/pkg: PLIST devel/libdockapp: Makefile devel/libdockapp/pkg: PLIST devel/libelf : Makefile devel/libelf/pkg: PLIST devel/libeventextra: Makefile devel/libeventextra/pkg: PLIST devel/libexecinfo: Makefile devel/libexecinfo/pkg: PLIST devel/libexude : Makefile devel/libexude/pkg: PLIST devel/libf2c : Makefile devel/libf2c/pkg: PLIST devel/libffi : Makefile devel/libffi/pkg: PLIST devel/libglade2: Makefile devel/libglade2/pkg: PLIST devel/libhid : Makefile devel/libhid/pkg: PLIST devel/libmpc : Makefile devel/libmpc/pkg: PLIST devel/liboil : Makefile devel/liboil/pkg: PLIST devel/liboop : Makefile devel/liboop/pkg: PLIST devel/libproplist: Makefile devel/libproplist/pkg: PLIST devel/libsigsegv: Makefile devel/libsigsegv/pkg: PLIST devel/libtalloc: Makefile devel/libtalloc/pkg: PLIST devel/libunicode: Makefile devel/libunicode/pkg: PLIST devel/libunique: Makefile devel/libunique/pkg: PLIST devel/libunique3: Makefile devel/libunique3/pkg: PLIST devel/libusb-compat: Makefile devel/libusb-compat/pkg: PLIST devel/libusb1 : Makefile devel/libusb1/pkg: PLIST devel/libvmime : Makefile devel/libvmime/pkg: PLIST devel/libvstr : Makefile devel/libvstr/pkg: PLIST devel/libwnck : Makefile devel/libwnck/pkg: PLIST devel/log4c : Makefile devel/log4c/pkg: PLIST devel/log4cplus: Makefile devel/log4cplus/pkg: PLIST devel/mico : Makefile devel/mico/pkg : PLIST devel/mm : Makefile devel/mm/pkg : PLIST devel/mowgli : Makefile devel/mowgli/pkg: PLIST devel/mpfr : Makefile devel/mpfr/pkg : PLIST devel/npth : Makefile devel/npth/pkg : PLIST devel/ois : Makefile devel/ois/pkg : PLIST devel/pcre : Makefile devel/pcre/pkg : PLIST devel/pcre++ : Makefile devel/pcre++/pkg: PLIST devel/physfs : Makefile devel/physfs/pkg: PLIST devel/popt : Makefile devel/popt/pkg : PLIST devel/protobuf : Makefile devel/protobuf/pkg: PLIST devel/pth : Makefile devel/pth/pkg : PLIST devel/sdl-pango: Makefile devel/sdl-pango/pkg: PLIST devel/shapelib : Makefile devel/shapelib/pkg: PLIST devel/smpeg : Makefile devel/smpeg/pkg: PLIST devel/startup-notification: Makefile devel/startup-notification/pkg: PLIST devel/t1lib : Makefile devel/t1lib/pkg: PLIST devel/udis86 : Makefile devel/udis86/pkg: PLIST editors/cooledit: Makefile editors/cooledit/pkg: PLIST editors/scintilla: Makefile editors/scintilla/pkg: PLIST geo/geoclue : Makefile geo/geoclue/pkg: PLIST graphics/aalib : Makefile graphics/aalib/pkg: PLIST graphics/agg : Makefile graphics/agg/pkg: PLIST graphics/animorph: Makefile graphics/animorph/pkg: PLIST graphics/cairomm: Makefile graphics/cairomm/pkg: PLIST graphics/cal3d : Makefile graphics/cal3d/pkg: PLIST graphics/ctl : Makefile graphics/ctl/pkg: PLIST graphics/djvulibre: Makefile graphics/djvulibre/pkg: PLIST graphics/ffmpegthumbnailer: Makefile graphics/ffmpegthumbnailer/pkg: PLIST graphics/freeglut: Makefile graphics/freeglut/pkg: PLIST graphics/freeimage: Makefile graphics/freeimage/pkg: PLIST graphics/ftgl : Makefile graphics/ftgl/pkg: PLIST graphics/gle : Makefile graphics/gle/pkg: PLIST graphics/glpng : Makefile graphics/glpng/pkg: PLIST graphics/goocanvas: Makefile graphics/goocanvas/pkg: PLIST graphics/gtkimageview: Makefile graphics/gtkimageview/pkg: PLIST graphics/ilmbase: Makefile graphics/ilmbase/pkg: PLIST graphics/imlib : Makefile graphics/imlib/pkg: PLIST graphics/lcms : Makefile graphics/lcms/pkg: PLIST graphics/libart: Makefile graphics/libart/pkg: PLIST graphics/libdivxdecore: Makefile graphics/libdivxdecore/pkg: PLIST graphics/libdmtx: Makefile graphics/libdmtx/pkg: PLIST graphics/libdvbpsi: Makefile graphics/libdvbpsi/pkg: PLIST graphics/libexif: Makefile graphics/libexif/pkg: PLIST graphics/liblqr: Makefile graphics/liblqr/pkg: PLIST graphics/libmng: Makefile graphics/libmng/pkg: PLIST graphics/libmpeg2: Makefile graphics/libmpeg2/pkg: PLIST graphics/libpano13: Makefile graphics/libpano13/pkg: PLIST graphics/libvidcap: Makefile graphics/libvidcap/pkg: PLIST graphics/libwmf: Makefile graphics/libwmf/pkg: PLIST graphics/libxmi: Makefile graphics/libxmi/pkg: PLIST graphics/mhgui : Makefile graphics/mhgui/pkg: PLIST graphics/mpeg-lib: Makefile graphics/mpeg-lib/pkg: PLIST graphics/openexr-ctl: Makefile graphics/openexr-ctl/pkg: PLIST graphics/quesoglc: Makefile graphics/quesoglc/pkg: PLIST graphics/swfdec: Makefile graphics/swfdec/pkg: PLIST graphics/vcdimager: Makefile graphics/vcdimager/pkg: PLIST japanese/kakasi: Makefile japanese/kakasi/pkg: PLIST korean/libhangul: Makefile korean/libhangul/pkg: PLIST lang/freehdl : Makefile lang/freehdl/pkg: PLIST lang/guile : Makefile lang/guile/pkg : PLIST lang/open-cobol: Makefile lang/open-cobol/pkg: PLIST lang/otcl : Makefile lang/otcl/pkg : PLIST mail/faces : Makefile mail/faces/pkg : PLIST mail/libetpan : Makefile mail/libetpan/pkg: PLIST math/arpack : Makefile math/arpack/pkg: PLIST math/blas : Makefile math/blas/pkg : PLIST math/cblas : Makefile math/cblas/pkg : PLIST math/cfitsio : Makefile math/cfitsio/pkg: PLIST math/fann : Makefile math/fann/pkg : PLIST math/fftw : Makefile math/fftw/pkg : PLIST math/lapack : Makefile math/lapack/pkg: PLIST math/lpsolve/core: Makefile math/lpsolve/core/pkg: PLIST math/matio : Makefile math/matio/pkg : PLIST math/netcdf : Makefile math/netcdf/pkg: PLIST math/octave : Makefile math/octave/pkg: PLIST math/openfst : Makefile math/openfst/pkg: PLIST math/qhull : Makefile math/qhull/pkg : PLIST math/qrupdate : Makefile math/qrupdate/pkg: PLIST misc/hfsplus : Makefile misc/hfsplus/pkg: PLIST misc/rpm : Makefile misc/rpm/pkg : PLIST multimedia/libdv: Makefile multimedia/libdv/pkg: PLIST multimedia/libmatroska: Makefile multimedia/libmatroska/pkg: PLIST multimedia/libmms: Makefile multimedia/libmms/pkg: PLIST multimedia/libmp4v2: Makefile multimedia/libmp4v2/pkg: PLIST multimedia/libtheora: Makefile multimedia/libtheora/pkg: PLIST multimedia/oggz: Makefile multimedia/oggz/pkg: PLIST multimedia/schroedinger: Makefile multimedia/schroedinger/pkg: PLIST net/adns : Makefile net/adns/pkg : PLIST net/bro : Makefile net/bro/pkg : PLIST net/castget : Makefile net/castget/pkg: PLIST net/dclib : Makefile net/dclib/pkg : PLIST net/enet : Makefile net/enet/pkg : PLIST net/flickcurl : Makefile net/flickcurl/pkg: PLIST net/libbgpdump : Makefile net/libbgpdump/pkg: PLIST net/libepc : Makefile net/libepc/pkg : PLIST net/libnet/1.0 : Makefile net/libnet/1.0/pkg: PLIST net/libnet/1.1 : Makefile net/libnet/1.1/pkg: PLIST net/libpcapnav : Makefile net/libpcapnav/pkg: PLIST net/librsync : Makefile net/librsync/pkg: PLIST net/libshout : Makefile net/libshout/pkg: PLIST net/libsmi : Makefile net/libsmi/pkg : PLIST net/libst : Makefile net/libst/pkg : PLIST net/libtorrent : Makefile net/libtorrent/pkg: PLIST net/loudmouth : Makefile net/loudmouth/pkg: PLIST net/meanwhile : Makefile net/meanwhile/pkg: PLIST net/tn5250 : Makefile net/tn5250/pkg : PLIST net/torsocks : Makefile net/torsocks/pkg: PLIST net/xmlrpc-c : Makefile net/xmlrpc-c/pkg: PLIST net/xmlrpc-epi : Makefile net/xmlrpc-epi/pkg: PLIST net/yaz : Makefile net/yaz/pkg : PLIST print/ijs : Makefile print/ijs/pkg : PLIST print/pdflib : Makefile print/pdflib/pkg: PLIST productivity/taskjuggler: Makefile productivity/taskjuggler/pkg: PLIST security/libfprint: Makefile security/libfprint/pkg: PLIST security/libgsasl: Makefile security/libgsasl/pkg: PLIST security/libident: Makefile security/libident/pkg: PLIST security/libksba: Makefile security/libksba/pkg: PLIST security/libmcrypt: Makefile security/libmcrypt/pkg: PLIST security/libnipper: Makefile security/libnipper/pkg: PLIST security/libotr: Makefile security/libotr/pkg: PLIST security/libperseus: Makefile security/libperseus/pkg: PLIST security/libssh2: Makefile security/libssh2/pkg: PLIST security/mhash : Makefile security/mhash/pkg: PLIST security/opencdk: Makefile security/opencdk/pkg: PLIST security/qca : Makefile security/qca/pkg: PLIST security/tcltls: Makefile security/towitoko: Makefile security/towitoko/pkg: PLIST sysutils/eventlog: Makefile sysutils/eventlog/pkg: PLIST sysutils/freeipmi: Makefile sysutils/freeipmi/pkg: PLIST sysutils/librelp: Makefile sysutils/librelp/pkg: PLIST telephony/libosip2: Makefile telephony/libosip2/pkg: PLIST telephony/sofia-sip: Makefile telephony/sofia-sip/pkg: PLIST textproc/TclXML: Makefile textproc/TclXML/pkg: PLIST textproc/arabica: Makefile textproc/arabica/pkg: PLIST textproc/aspell/core: Makefile textproc/aspell/core/pkg: PLIST textproc/clucene: Makefile textproc/clucene/pkg: PLIST textproc/gtkspell: Makefile textproc/gtkspell/pkg: PLIST textproc/hyperestraier: Makefile textproc/hyperestraier/pkg: PLIST textproc/iksemel: Makefile textproc/iksemel/pkg: PLIST textproc/libebml: Makefile textproc/libebml/pkg: PLIST textproc/liblrdf: Makefile textproc/liblrdf/pkg: PLIST textproc/libnxml: Makefile textproc/libnxml/pkg: PLIST textproc/libtextcat: Makefile textproc/libtextcat/pkg: PLIST textproc/libwpd: Makefile textproc/libwpd/pkg: PLIST textproc/namazu: Makefile textproc/namazu/pkg: PLIST textproc/oniguruma: Makefile textproc/oniguruma/pkg: PLIST textproc/openjade: Makefile textproc/openjade/pkg: PLIST textproc/opensp: Makefile textproc/opensp/pkg: PLIST textproc/raptor: Makefile textproc/raptor/pkg: PLIST textproc/rarian: Makefile textproc/rarian/pkg: PLIST textproc/sablotron: Makefile textproc/sablotron/pkg: PLIST textproc/swish-e: Makefile textproc/swish-e/pkg: PLIST textproc/tre : Makefile textproc/tre/pkg: PLIST textproc/vislcg3: Makefile textproc/vislcg3/pkg: PLIST textproc/xerces-c: Makefile textproc/xerces-c/pkg: PLIST www/cgicc : Makefile www/cgicc/pkg : PLIST www/cgiparse : Makefile www/cgiparse/pkg: PLIST www/libcroco : Makefile www/libcroco/pkg: PLIST www/tidyp : Makefile www/tidyp/pkg : PLIST www/tntnet : Makefile www/tntnet/pkg : PLIST x11/Xaw3d : Makefile x11/Xaw3d/pkg : PLIST x11/XawMu : Makefile x11/XawMu/pkg : PLIST x11/dbus-tcl : Makefile x11/dbus-tcl/pkg: PLIST x11/eterm : Makefile x11/eterm/pkg : PLIST x11/fleditor : Makefile x11/fleditor/pkg: PLIST x11/gnome/libxklavier: Makefile x11/gnome/libxklavier/pkg: PLIST x11/gtkdatabox : Makefile x11/gtkdatabox/pkg: PLIST x11/gtkglarea : Makefile x11/gtkglarea/pkg: PLIST x11/gtkglext : Makefile x11/gtkglext/pkg: PLIST x11/gtkhotkey : Makefile x11/gtkhotkey/pkg: PLIST x11/gtksourceview: Makefile x11/gtksourceview/pkg: PLIST x11/gtksourceviewmm3: Makefile x11/gtksourceviewmm3/pkg: PLIST x11/itk : Makefile x11/itk/pkg : PLIST x11/kmplayer : Makefile x11/kmplayer/pkg: PLIST x11/libdnd : Makefile x11/libdnd/pkg : PLIST x11/libsexy : Makefile x11/libsexy/pkg: PLIST x11/libxdg-basedir: Makefile x11/libxdg-basedir/pkg: PLIST x11/mowitz : Makefile x11/mowitz/pkg : PLIST x11/neXtaw : Makefile x11/neXtaw/pkg : PLIST x11/tktable : Makefile x11/tktable/pkg: PLIST x11/xbae : Makefile x11/xbae/pkg : PLIST x11/xosd : Makefile x11/xosd/pkg : PLIST Removed files: audio/cdparanoia/pkg: PFRAG.shared audio/cmu-sphinx3/pkg: PFRAG.shared audio/cmu-sphinxbase/pkg: PFRAG.shared audio/faac/pkg : PFRAG.shared audio/flite/pkg: PFRAG.shared audio/freealut/pkg: PFRAG.shared audio/id3lib/pkg: PFRAG.shared audio/lame/pkg : PFRAG.shared audio/liba52/pkg: PFRAG.shared audio/libcdaudio/pkg: PFRAG.shared audio/libcddb/pkg: PFRAG.shared audio/libcdio/pkg: PFRAG.shared audio/libcue/pkg: PFRAG.shared audio/libdca/pkg: PFRAG.shared audio/libid3tag/pkg: PFRAG.shared audio/liblo/pkg: PFRAG.shared audio/libmad/pkg: PFRAG.shared audio/libmpd/pkg: PFRAG.shared audio/libmusicbrainz/pkg: PFRAG.shared audio/libnjb/pkg: PFRAG.shared audio/libofa/pkg: PFRAG.shared audio/libsidplay/pkg: PFRAG.shared audio/libsndfile/pkg: PFRAG.shared audio/libworkman/pkg: PFRAG.shared audio/mac/pkg : PFRAG.shared audio/opencore-amr/pkg: PFRAG.shared audio/rioutil/pkg: PFRAG.shared audio/rplay/pkg: PFRAG.shared audio/soundtouch/pkg: PFRAG.shared audio/sox/pkg : PFRAG.shared audio/speex/pkg: PFRAG.shared audio/tremor/pkg: PFRAG.shared audio/twolame/pkg: PFRAG.shared biology/emboss/pkg: PFRAG.shared cad/gerbv/pkg : PFRAG.shared cad/necpp/pkg : PFRAG.shared chinese/cconv/pkg: PFRAG.shared chinese/libchewing/pkg: PFRAG.shared chinese/libtabe/pkg: PFRAG.shared comms/obexftp/pkg: PFRAG.shared comms/openobex/pkg: PFRAG.shared converters/libiconv/pkg: PFRAG.shared converters/recode/pkg: PFRAG.shared converters/wv/pkg: PFRAG.shared converters/wv2/pkg: PFRAG.shared converters/xlhtml/pkg: PFRAG.shared databases/dbh/pkg: PFRAG.shared databases/kyotocabinet/pkg: PFRAG.shared databases/qdbm/pkg: PFRAG.shared databases/sqlite/pkg: PFRAG.shared databases/tdb/pkg: PFRAG.shared databases/xapian-core/pkg: PFRAG.shared devel/argtable/pkg: PFRAG.shared devel/atlas/pkg: PFRAG.shared devel/autogen/pkg: PFRAG.shared devel/ccrtp/pkg: PFRAG.shared devel/cdk/pkg : PFRAG.shared devel/chmlib/pkg: PFRAG.shared devel/cmockery/pkg: PFRAG.shared devel/commoncpp/pkg: PFRAG.shared devel/cppunit/pkg: PFRAG.shared devel/cunit/pkg: PFRAG.shared devel/cxxtools/pkg: PFRAG.shared devel/ffcall/pkg: PFRAG.shared devel/gflags/pkg: PFRAG.shared devel/giblib/pkg: PFRAG.shared devel/glib/pkg : PFRAG.shared devel/glog/pkg : PFRAG.shared devel/glpk/pkg : PFRAG.shared devel/gmp/pkg : PFRAG.shared devel/gsl/pkg : PFRAG.shared devel/gtest/pkg: PFRAG.shared devel/guilib/pkg: PFRAG.shared devel/iniparser/pkg: PFRAG.shared devel/itcl/pkg : PFRAG.shared devel/lam/pkg : PFRAG.shared devel/libIDL/pkg: PFRAG.shared devel/libast/pkg: PFRAG.shared devel/libclog/pkg: PFRAG.shared devel/libconfuse/pkg: PFRAG.shared devel/libdaemon/pkg: PFRAG.shared devel/libdisorder/pkg: PFRAG.shared devel/libdockapp/pkg: PFRAG.shared devel/libelf/pkg: PFRAG.shared devel/libeventextra/pkg: PFRAG.shared devel/libexecinfo/pkg: PFRAG.shared devel/libexude/pkg: PFRAG.shared devel/libf2c/pkg: PFRAG.shared devel/libffi/pkg: PFRAG.shared devel/libglade2/pkg: PFRAG.shared devel/libhid/pkg: PFRAG.shared devel/libmpc/pkg: PFRAG.shared devel/liboil/pkg: PFRAG.shared devel/liboop/pkg: PFRAG.shared devel/libproplist/pkg: PFRAG.shared devel/libsigsegv/pkg: PFRAG.shared devel/libtalloc/pkg: PFRAG.shared devel/libunicode/pkg: PFRAG.shared devel/libunique/pkg: PFRAG.shared devel/libunique3/pkg: PFRAG.shared devel/libusb-compat/pkg: PFRAG.shared devel/libusb1/pkg: PFRAG.shared devel/libvmime/pkg: PFRAG.shared devel/libvstr/pkg: PFRAG.shared devel/libwnck/pkg: PFRAG.shared devel/log4c/pkg: PFRAG.shared devel/log4cplus/pkg: PFRAG.shared devel/mico/pkg : PFRAG.shared devel/mm/pkg : PFRAG.shared devel/mowgli/pkg: PFRAG.shared devel/mpfr/pkg : PFRAG.shared devel/npth/pkg : PFRAG.shared devel/ois/pkg : PFRAG.shared devel/pcre/pkg : PFRAG.shared devel/pcre++/pkg: PFRAG.shared devel/physfs/pkg: PFRAG.shared devel/popt/pkg : PFRAG.shared devel/protobuf/pkg: PFRAG.shared devel/pth/pkg : PFRAG.shared devel/sdl-pango/pkg: PFRAG.shared devel/shapelib/pkg: PFRAG.shared devel/smpeg/pkg: PFRAG.shared devel/startup-notification/pkg: PFRAG.shared devel/t1lib/pkg: PFRAG.shared devel/udis86/pkg: PFRAG.shared editors/cooledit/pkg: PFRAG.shared editors/scintilla/pkg: PFRAG.shared geo/geoclue/pkg: PFRAG.shared graphics/aalib/pkg: PFRAG.shared graphics/agg/pkg: PFRAG.shared graphics/animorph/pkg: PFRAG.shared graphics/cairomm/pkg: PFRAG.shared graphics/cal3d/pkg: PFRAG.shared graphics/ctl/pkg: PFRAG.shared graphics/djvulibre/pkg: PFRAG.shared graphics/ffmpegthumbnailer/pkg: PFRAG.shared graphics/freeglut/pkg: PFRAG.shared graphics/freeimage/pkg: PFRAG.shared graphics/ftgl/pkg: PFRAG.shared graphics/gle/pkg: PFRAG.shared graphics/glpng/pkg: PFRAG.shared graphics/goocanvas/pkg: PFRAG.shared graphics/gtkimageview/pkg: PFRAG.shared graphics/ilmbase/pkg: PFRAG.shared graphics/imlib/pkg: PFRAG.shared graphics/lcms/pkg: PFRAG.shared graphics/libart/pkg: PFRAG.shared graphics/libdivxdecore/pkg: PFRAG.shared graphics/libdmtx/pkg: PFRAG.shared graphics/libdvbpsi/pkg: PFRAG.shared graphics/libexif/pkg: PFRAG.shared graphics/liblqr/pkg: PFRAG.shared graphics/libmng/pkg: PFRAG.shared graphics/libmpeg2/pkg: PFRAG.shared graphics/libpano13/pkg: PFRAG.shared graphics/libvidcap/pkg: PFRAG.shared graphics/libwmf/pkg: PFRAG.shared graphics/libxmi/pkg: PFRAG.shared graphics/mhgui/pkg: PFRAG.shared graphics/mpeg-lib/pkg: PFRAG.shared graphics/openexr-ctl/pkg: PFRAG.shared graphics/quesoglc/pkg: PFRAG.shared graphics/swfdec/pkg: PFRAG.shared graphics/vcdimager/pkg: PFRAG.shared japanese/kakasi/pkg: PFRAG.shared korean/libhangul/pkg: PFRAG.shared lang/freehdl/pkg: PFRAG.shared lang/guile/pkg : PFRAG.shared lang/open-cobol/pkg: PFRAG.shared lang/otcl/pkg : PFRAG.shared mail/faces/pkg : PFRAG.shared mail/libetpan/pkg: PFRAG.shared math/arpack/pkg: PFRAG.shared math/blas/pkg : PFRAG.shared math/cblas/pkg : PFRAG.shared math/cfitsio/pkg: PFRAG.shared math/fann/pkg : PFRAG.shared math/fftw/pkg : PFRAG.shared math/lapack/pkg: PFRAG.shared math/lpsolve/core/pkg: PFRAG.shared math/matio/pkg : PFRAG.shared math/netcdf/pkg: PFRAG.shared math/octave/pkg: PFRAG.shared math/openfst/pkg: PFRAG.shared math/qhull/pkg : PFRAG.shared math/qrupdate/pkg: PFRAG.shared misc/hfsplus/pkg: PFRAG.shared misc/rpm/pkg : PFRAG.shared multimedia/libdv/pkg: PFRAG.shared multimedia/libmatroska/pkg: PFRAG.shared multimedia/libmms/pkg: PFRAG.shared multimedia/libmp4v2/pkg: PFRAG.shared multimedia/libtheora/pkg: PFRAG.shared multimedia/oggz/pkg: PFRAG.shared multimedia/schroedinger/pkg: PFRAG.shared net/adns/pkg : PFRAG.shared net/bro/pkg : PFRAG.shared net/castget/pkg: PFRAG.shared net/dclib/pkg : PFRAG.shared net/enet/pkg : PFRAG.shared net/flickcurl/pkg: PFRAG.shared net/libbgpdump/pkg: PFRAG.shared net/libepc/pkg : PFRAG.shared net/libnet/1.0/pkg: PFRAG.shared net/libnet/1.1/pkg: PFRAG.shared net/libpcapnav/pkg: PFRAG.shared net/librsync/pkg: PFRAG.shared net/libshout/pkg: PFRAG.shared net/libsmi/pkg : PFRAG.shared net/libst/pkg : PFRAG.shared net/libtorrent/pkg: PFRAG.shared net/loudmouth/pkg: PFRAG.shared net/meanwhile/pkg: PFRAG.shared net/tn5250/pkg : PFRAG.shared net/torsocks/pkg: PFRAG.shared net/xmlrpc-c/pkg: PFRAG.shared net/xmlrpc-epi/pkg: PFRAG.shared net/yaz/pkg : PFRAG.shared print/ijs/pkg : PFRAG.shared print/pdflib/pkg: PFRAG.shared productivity/taskjuggler/pkg: PFRAG.shared security/libfprint/pkg: PFRAG.shared security/libgsasl/pkg: PFRAG.shared security/libident/pkg: PFRAG.shared security/libksba/pkg: PFRAG.shared security/libmcrypt/pkg: PFRAG.shared security/libnipper/pkg: PFRAG.shared security/libotr/pkg: PFRAG.shared security/libperseus/pkg: PFRAG.shared security/libssh2/pkg: PFRAG.shared security/mhash/pkg: PFRAG.shared security/opencdk/pkg: PFRAG.shared security/qca/pkg: PFRAG.shared security/tcltls/pkg: PFRAG.shared security/towitoko/pkg: PFRAG.shared sysutils/eventlog/pkg: PFRAG.shared sysutils/freeipmi/pkg: PFRAG.shared sysutils/librelp/pkg: PFRAG.shared telephony/libosip2/pkg: PFRAG.shared telephony/sofia-sip/pkg: PFRAG.shared textproc/TclXML/pkg: PFRAG.shared textproc/arabica/pkg: PFRAG.shared textproc/aspell/core/pkg: PFRAG.shared textproc/clucene/pkg: PFRAG.shared textproc/gtkspell/pkg: PFRAG.shared textproc/hyperestraier/pkg: PFRAG.shared textproc/iksemel/pkg: PFRAG.shared textproc/libebml/pkg: PFRAG.shared textproc/liblrdf/pkg: PFRAG.shared textproc/libnxml/pkg: PFRAG.shared textproc/libtextcat/pkg: PFRAG.shared textproc/libwpd/pkg: PFRAG.shared textproc/namazu/pkg: PFRAG.shared textproc/oniguruma/pkg: PFRAG.shared textproc/openjade/pkg: PFRAG.shared textproc/opensp/pkg: PFRAG.shared textproc/raptor/pkg: PFRAG.shared textproc/rarian/pkg: PFRAG.shared textproc/sablotron/pkg: PFRAG.shared textproc/swish-e/pkg: PFRAG.shared textproc/tre/pkg: PFRAG.shared textproc/vislcg3/pkg: PFRAG.shared textproc/xerces-c/pkg: PFRAG.shared www/cgicc/pkg : PFRAG.shared www/cgiparse/pkg: PFRAG.shared www/libcroco/pkg: PFRAG.shared www/tidyp/pkg : PFRAG.shared www/tntnet/pkg : PFRAG.shared x11/Xaw3d/pkg : PFRAG.shared x11/XawMu/pkg : PFRAG.shared x11/dbus-tcl/pkg: PFRAG.shared x11/eterm/pkg : PFRAG.shared x11/fleditor/pkg: PFRAG.shared x11/gnome/libxklavier/pkg: PFRAG.shared x11/gtkdatabox/pkg: PFRAG.shared x11/gtkglarea/pkg: PFRAG.shared x11/gtkglext/pkg: PFRAG.shared x11/gtkhotkey/pkg: PFRAG.shared x11/gtksourceview/pkg: PFRAG.shared x11/gtksourceviewmm3/pkg: PFRAG.shared x11/itk/pkg : PFRAG.shared x11/kmplayer/pkg: PFRAG.shared x11/libdnd/pkg : PFRAG.shared x11/libsexy/pkg: PFRAG.shared x11/libxdg-basedir/pkg: PFRAG.shared x11/mowitz/pkg : PFRAG.shared x11/neXtaw/pkg : PFRAG.shared x11/tktable/pkg: PFRAG.shared x11/xbae/pkg : PFRAG.shared x11/xosd/pkg : PFRAG.shared Log message: fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/16 12:45:51 Modified files: sbin/fdisk : fdisk.8 fdisk.c user.c user.h Log message: Document that -i/-u are mutually exclusive and clean up the related code a bit. ok deraadt@ igor@ (with suggested tweak that is coming) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 13:15:44 Modified files: security/nss : Makefile distinfo Log message: Bugfix update to nss 3.17.4. See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.17.4_release_notes for details. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 13:37:08 Modified files: www/midori : Makefile distinfo www/midori/pkg : PLIST Log message: Update to midori 0.5.9. http://www.twotoasts.de/index.php/2014/11/ballet-or-0-5-9/ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/03/16 13:37:14 Modified files: lang/ruby/2.0 : Makefile distinfo lang/ruby/2.0/pkg: PLIST-main PLIST-ri_docs Log message: Update to ruby 2.0.0-p643 Minor lib bump due to added functions. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/03/16 13:39:05 Modified files: lang/ruby/2.2 : Makefile distinfo Log message: Update to ruby 2.2.1 Major lib bump due to structure changes. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 13:39:45 Modified files: devel/nspr : Makefile distinfo devel/nspr/patches: patch-nspr_config_rules_mk patch-nspr_pr_src_linking_prlink_c patch-nspr_pr_src_pthreads_ptthread_c Removed files: devel/nspr/patches: patch-nspr_pr_tests_rwlockrank_c Log message: Update to nspr 4.10.8. - https://groups.google.com/forum/#!topic/mozilla.dev.tech.nspr/6yPZqtZhHzM - remove rwlockrank.c patch, merged in #1072454 - remove chunk of patch-nspr_pr_src_pthreads_ptthread_c, merged upstream in #756047. Leave chunk about pthread_set_name_np() returning void, to be upstreamed - use PATH_MAX instead of MAXPATHLEN in patch-nspr_pr_src_linking_prlink_c CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 13:47:35 Modified files: www/mozilla : mozilla.port.mk Log message: Bump dependencies for gecko 36: - nspr 4.10.8 - nss 3.17.4 - sqlite3>=29 (ie sqlite 3.8.7.4) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/16 13:49:33 Modified files: graphics/jasper/patches: patch-src_libjasper_base_jas_malloc_c Log message: pull in stdint.h for SIZE_MAX CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 13:53:55 Modified files: www/firefox-i18n: Makefile.inc distinfo www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-gfx_skia_moz_build www/mozilla-firefox/pkg: PLIST Added files: www/mozilla-firefox/patches: patch-widget_nsPrintSettingsImpl_cpp Removed files: www/mozilla-firefox/patches: patch-widget_xpwidgets_nsPrintSettingsImpl_cpp patch-xpcom_reflect_xptcall_md_unix_moz_build Log message: Update to firefox-36.0.1. - See https://www.mozilla.org/en-US/firefox/36.0.1/releasenotes/ - Fixes MFSA 2015-11->27 - widget code moved, move nsPrintSettingsImpl.cpp patch around - remove patch-xpcom_reflect_xptcall_md_unix_moz_build, merged in #971897 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 13:56:32 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: Update to firefox-esr 31.5.0. - See https://www.mozilla.org/en-US/firefox/31.5.0/releasenotes/ - Fixes MFSA 2015-11, 12, 16, 19 & 24 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:00:29 Modified files: www/seamonkey : Makefile distinfo www/seamonkey/patches: patch-ldap_sdks_c-sdk_configure_in patch-mozilla_gfx_skia_moz_build patch-mozilla_storage_src_mozStorageConnection_cpp patch-suite_installer_Makefile_in www/seamonkey/pkg: PLIST-lightning PLIST-main www/seamonkey-i18n: Makefile.inc distinfo Added files: www/seamonkey/patches: patch-mozilla_widget_nsPrintSettingsImpl_cpp Removed files: www/seamonkey/patches: patch-mozilla_widget_xpwidgets_nsPrintSettingsImpl_cpp Log message: Update to seamonkey 2.33 / lightning-seamonkey 3.8. - See http://www.seamonkey-project.org/releases/seamonkey2.33/ - Fixes MFSA 2015-11->27 - widget code moved, move nsPrintSettingsImpl.cpp patch around CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:02:16 Modified files: mail/thunderbird-i18n: Makefile.inc distinfo mail/mozilla-thunderbird: Makefile distinfo Log message: Update to thunderbird 31.5.0 / lightning 3.3.5. - See https://www.mozilla.org/en-US/thunderbird/31.5.0/releasenotes/ - Fixes MFSA 2015-11, 12, 16, 19 & 24 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:03:56 Modified files: devel/xulrunner/24: Makefile Log message: Bump REVISIONs after mozilla.port.mk depends changes. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:06:33 Modified files: geo/qgis : Makefile distinfo geo/qgis/files : qgsexpressionparser.cpp qgsexpressionparser.hpp geo/qgis/patches: patch-CMakeLists_txt patch-cmake_FindGDAL_cmake patch-cmake_FindGEOS_cmake patch-doc_CMakeLists_txt patch-src_analysis_CMakeLists_txt patch-src_app_qgisapp_cpp patch-src_app_qgsabout_cpp patch-src_core_CMakeLists_txt patch-src_core_qgsapplication_cpp patch-src_helpviewer_CMakeLists_txt geo/qgis/pkg : PLIST Added files: geo/qgis/patches: patch-src_server_CMakeLists_txt Removed files: geo/qgis/patches: patch-src_mapserver_CMakeLists_txt Log message: Update to QGIS 2.8.1. See http://www2.qgis.org/en/site/forusers/visualchangelog28/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:19:06 Modified files: x11/xfce4 : xfce4.port.mk Log message: Bump XFCE_DESKTOP_VERSION to 4.12.0. Add plumbing to allow building from git snapshots by defining XFCE_COMMIT. git.xfce.org's cgit instance produces tarballs with constant checksums.. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:19:59 Modified files: x11/xfce4/libxfce4util: Makefile distinfo x11/xfce4/libxfce4util/pkg: PLIST Log message: Update to libxfce4util 4.12.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:21:14 Modified files: x11/xfce4/libxfce4ui: Makefile distinfo x11/xfce4/libxfce4ui/pkg: PLIST Log message: Update to libxfce4ui 4.12.1. Build the gtk3 version of libxfce4ui in preparation for 4.14. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:22:14 Modified files: x11/xfce4/libxfcegui4: Makefile Added files: x11/xfce4/libxfcegui4/patches: patch-libxfcegui4_xfce-exec_c Log message: Sadly, even if we deprecated libxfcegui4 upstream, some unmaintained xfce plugins or apps still rely on it, and broke with libxfce4util 4.11. Use bandaid from #10974 in the meantime.. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:23:41 Modified files: x11/xfce4/exo : Makefile distinfo x11/xfce4/exo/pkg: PLIST Log message: Update to exo 0.10.4pre, using git commit b4200c9 to fix bug #10731. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:24:26 Modified files: x11/xfce4/garcon: Makefile distinfo x11/xfce4/garcon/pkg: PLIST Log message: Update to garcon 0.4.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:25:58 Modified files: x11/xfce4/gtk-xfce-engine: Makefile distinfo Added files: x11/xfce4/gtk-xfce-engine/pkg: DESCR PLIST Removed files: x11/xfce4/gtk-xfce-engine/pkg: DESCR-gtk3 DESCR-main PLIST-gtk3 PLIST-main Log message: Update to gtk-xfce-engine 3.2.0. Note that the gtk3 subpackage was removed upstream as gtk > 3.12 doesnt use theme engines anymore and styles should be pure CSS. As a consequence, gtk-xfce-engine is now deprecated upstream for 4.14. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/16 14:26:24 Modified files: sys/crypto : xform_ipcomp.c Log message: Include rather than when also including ; fixes build on vax due to redeclaring some functions from as inlines. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:26:31 Modified files: x11/xfce4/thunar: Makefile distinfo x11/xfce4/thunar/pkg: PLIST Log message: Update to thunar 1.6.6 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:27:06 Modified files: x11/xfce4/tumbler: Makefile distinfo x11/xfce4/tumbler/pkg: PLIST Log message: Update to tumbler 0.1.31 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:27:42 Modified files: x11/xfce4/xfce4-appfinder: Makefile distinfo x11/xfce4/xfce4-appfinder/pkg: PLIST Log message: Update to xfce4-appfinder 4.12.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:29:09 Modified files: x11/xfce4/xfce4-panel: Makefile distinfo x11/xfce4/xfce4-panel/pkg: PLIST Log message: Update to xfce4-panel 4.12.0. Build the gtk3 version of libxfce4panel in preparation for 4.14. Gtk3 plugins can now be embedded in a gtk2 panel. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:30:55 Modified files: x11/xfce4/xfce4-power-manager: Makefile distinfo x11/xfce4/xfce4-power-manager/pkg: PLIST Added files: x11/xfce4/xfce4-power-manager/patches: patch-panel-plugins_power-manager-plugin_xfce_xfce-power-manager-plugin_c Removed files: x11/xfce4/xfce4-power-manager/patches: patch-src_xfpm-power-info_c Log message: Update to xfce4-power-manager 1.4.3. Now ships a battery level plugin for the panel. Backport commit 7e3be2a to fix plugin on non-UTF8 environments. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:31:34 Modified files: x11/xfce4/xfce4-session: Makefile distinfo x11/xfce4/xfce4-session/patches: patch-xfsm-shutdown-helper_main_c x11/xfce4/xfce4-session/pkg: PLIST Log message: Update to xfce4-session 4.12.1 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/16 14:31:47 Modified files: sys/dev/acpi : acpi.c dsdt.c dsdt.h sys/arch/i386/conf: RAMDISK RAMDISK_CD sys/arch/i386/i386: acpi_machdep.c sys/arch/amd64/amd64: acpi_machdep.c sys/arch/amd64/conf: RAMDISK RAMDISK_CD Log message: Reduce use of SMALL_KERNEL in acpi, bringing acpiec driver and more gpe handling into RAMDISK. This is now possible because the install media has ample room. The goal is to reduce special cases where we may be skipping (unknown) important operations... ok mlarkin kettenis CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:32:15 Modified files: x11/xfce4/xfce4-settings: Makefile distinfo x11/xfce4/xfce4-settings/pkg: PLIST Log message: Update to xfce4-settings 4.12.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:32:49 Modified files: x11/xfce4/xfconf: Makefile distinfo x11/xfce4/xfconf/pkg: PLIST Log message: Update to xfconf 4.12.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:33:29 Modified files: x11/xfce4/xfdesktop: Makefile distinfo x11/xfce4/xfdesktop/pkg: PLIST Log message: Update to xfdesktop 4.12.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:34:28 Modified files: x11/xfce4/xfwm4: Makefile distinfo x11/xfce4/xfwm4/pkg: PLIST Removed files: x11/xfce4/xfwm4/patches: patch-src_startup_notification_c Log message: Update to xfwm4 4.12.2. Remove patch merged in #10716 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:35:07 Modified files: x11/xfce4/mousepad: Makefile distinfo x11/xfce4/mousepad/pkg: PLIST Removed files: x11/xfce4/mousepad/patches: patch-mousepad_main_c Log message: Update to mousepad 0.4.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:35:32 Modified files: x11/xfce4/orage: Makefile distinfo x11/xfce4/orage/pkg: PLIST Log message: Update to orage 4.10.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:35:55 Modified files: x11/xfce4/ristretto: Makefile distinfo x11/xfce4/ristretto/pkg: PLIST Log message: Update to ristretto 0.8.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:36:47 Modified files: x11/xfce4/parole: Makefile distinfo x11/xfce4/parole/pkg: PLIST Log message: Update to parole 0.8.0. Ported to gtk3 and gstreamer1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:37:13 Modified files: x11/xfce4/xfce4-dev-tools: Makefile distinfo Log message: Update to xfce4-dev-tools 4.12.0 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/03/16 14:38:51 Modified files: app/xdm/config : OpenBSD_15bpp.xpm OpenBSD_4bpp.xpm OpenBSD_8bpp.xpm Log message: Make logos background transparent. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:39:15 Modified files: x11/xfce4/xfce4-clipman: Makefile distinfo x11/xfce4/xfce4-clipman/pkg: PLIST Log message: Update to xfce4-clipman 1.2.6 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:39:42 Modified files: x11/xfce4/xfce4-dict: Makefile distinfo x11/xfce4/xfce4-dict/pkg: PLIST Log message: Update to xfce4-dict 0.7.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:40:04 Modified files: x11/xfce4/xfce4-diskperf: Makefile distinfo x11/xfce4/xfce4-diskperf/pkg: PLIST Log message: Update to xfce4-diskperf 2.5.5 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:40:22 Modified files: x11/xfce4/xfce4-fsguard: Makefile distinfo x11/xfce4/xfce4-fsguard/pkg: PLIST Log message: Update to xfce4-fsguard 1.0.2 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:41:07 Modified files: x11/xfce4/xfce4-mixer: Makefile distinfo x11/xfce4/xfce4-mixer/pkg: PLIST Log message: Update to xfce4-mixer 4.11.0. Somewhat dead upstream, as gstreamer removed mixer controls in 1.x... but let's update to the last working devel version. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/03/16 14:41:21 Modified files: app/xdm/config : Xresources.cpp Log message: New X resources for xdm greeter providing a new appearance. ok ajacoutot@, mpi@, no concerns from deraadt@ positive feedback from many others CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:41:26 Modified files: x11/xfce4/xfce4-mpc: Makefile distinfo x11/xfce4/xfce4-mpc/pkg: PLIST Log message: Update to xfce4-mpc 0.4.5 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:41:39 Modified files: x11/xfce4/xfce4-places: Makefile distinfo x11/xfce4/xfce4-places/pkg: PLIST Log message: Update to xfce4-places 1.7.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:41:56 Modified files: x11/xfce4/xfce4-smartbookmark: Makefile distinfo x11/xfce4/xfce4-smartbookmark/pkg: PLIST Log message: Update to xfce4-smartbookmark 0.4.6 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:42:12 Modified files: x11/xfce4/xfce4-time-out: Makefile distinfo x11/xfce4/xfce4-time-out/pkg: PLIST Log message: Update to xfce4-time-out 1.0.2 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:42:28 Modified files: x11/xfce4/xfce4-wavelan: Makefile distinfo x11/xfce4/xfce4-wavelan/pkg: PLIST Log message: Update to xfce4-wavelan 0.5.12 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:43:08 Modified files: x11/xfce4/xfce4-whiskermenu: Makefile distinfo Log message: Update to xfce4-whiskermenu 1.5.0. Now an official xfce4 project, welcome aboard! CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:43:36 Modified files: x11/xfce4/xfce4-wmdock: Makefile distinfo x11/xfce4/xfce4-wmdock/pkg: PLIST Removed files: x11/xfce4/xfce4-wmdock/patches: patch-panel-plugin_wmdock_c patch-panel-plugin_wmdock_h Log message: Long overdue update to xfce4-wmdock 0.6.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:44:05 Modified files: x11/xfce4/xfce4-xkb: Makefile distinfo x11/xfce4/xfce4-xkb/pkg: PLIST Log message: Update to xfce4-xkb 0.7.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:45:31 Removed files: x11/xfce4/xfdesktop/patches: patch-src_xfdesktop-file-icon-manager_c Log message: Remove patch already merged upstream. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 14:51:47 Modified files: meta/xfce : Makefile Log message: Bump to Xfce 4.12.. This should conclude the 4.12 update which we released two weeks ago. See http://www.xfce.org/about/news/?post=1425081600 for a textual list of main changes, http://www.xfce.org/about/tour for the visual tour (done on OpenBSD..) and http://www.xfce.org/download/changelogs/4.12 for the whole changelog. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 15:39:31 Modified files: x11/worker : Makefile Log message: BROKEN-hppa = no atomic ops CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 15:40:18 Modified files: audio/mpd : Makefile Log message: BROKEN-hppa = no atomic ops CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 15:40:57 Modified files: sysutils/grive : Makefile Log message: BROKEN-hppa = no atomic ops CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 15:41:55 Modified files: multimedia/swftools: Makefile Log message: BROKEN-hppa = ICE/double-free/cc1(30516) in malloc(): error: recursive call CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 15:42:37 Modified files: devel/libgit2/libgit2: Makefile Log message: BROKEN-hppa = no atomic ops CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/16 15:45:18 Modified files: print/cups-filters: Makefile editors/abiword: Makefile Log message: Use -O0 on hppa, otherwise gcc 4.8 does an ICE on "internal compiler error: in expand_expr_addr_expr_1, at expr.c:7656" CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/03/16 16:46:14 Modified files: regress/usr.bin/ssh: Makefile Log message: make CLEANFILES clean up more of the tests' droppings CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/16 16:49:10 ports/security/py-keyring/patches Update of /cvs/ports/security/py-keyring/patches In directory cvs.openbsd.org:/tmp/cvs-serv31520/patches Log Message: Directory /cvs/ports/security/py-keyring/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/16 16:49:46 Modified files: security/py-keyring: Makefile Added files: security/py-keyring/patches: patch-setup_py Log message: Allow building with USE_SYSTRACE. Fix keyring/cli.py shebang while here. CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2015/03/16 17:39:32 Modified files: . : events.html Log message: Try to fix links to asibsdcon 2015 papers. CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2015/03/16 17:43:47 Modified files: . : events.html Log message: "will be giving" -> "gave" for afresh1@'s March 12 talk. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/16 17:51:50 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: Stop passing around a pointer to the stack variable 'disk' in main(). There is only one disk being worked on, so just make it a global. Fewer parameters, less confusion, no functional change. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/16 18:13:24 Modified files: graphics/libwmf/patches: patch-src_player_c Log message: pull in stdint.h for SIZE_MAX CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/03/16 18:17:28 Modified files: . : lyrics.html Log message: 1. lyricist writes them 2. singer changes them 3. lyricist has to admit the singer made them better CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2015/03/16 18:55:39 Modified files: libressl : index.html Log message: bump version CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2015/03/16 19:57:15 Modified files: libressl : index.html Log message: add consistent release link at the top of the page; unify with with openssh, openntpd, etc. CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2015/03/16 20:57:48 Modified files: papers : pruning.html Log message: fix spelling mistakes. no "functional" change. from Raf Czlonka CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/03/16 21:23:17 Modified files: bin/pax : ar_subs.c cpio.c gen_subs.c pat_rep.c pax.h tables.c tar.c Log message: Add PAX_IS_{REG,HARDLINK,LINK} macros to simply many file type tests ok millert@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/17 00:59:49 Modified files: bin/ksh : sh.1 Log message: from zhuk: shell does not wait for command to complete if job run in background CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/17 01:02:48 Modified files: bin/ksh : sh.1 Log message: from zhuk: provide some Sx CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/17 01:32:21 Modified files: usr.bin/mandoc : main.c read.c Log message: When the user exits the pager before the pager has drained all input from man(1), man(1) dies from SIGPIPE. Exiting man(1) is fine in this case, generating more output would be pointless, but without handling SIGPIPE, the exit code from man(1) was wrong and csh(1) printed an ugly message "Broken pipe". Fix this by handling SIGPIPE explicitly. Issue noticed by deraadt@. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/17 02:10:14 Modified files: x11/xfce4/exo : Makefile distinfo x11/xfce4/exo/pkg: PLIST Log message: Update to exo 0.10.4 final CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/03/17 03:00:56 Modified files: multimedia/mpv : Makefile distinfo Log message: update to 0.8.2, from Henrik Friedrichsen, ok bentley@ CVSROOT: /cvs Module name: src Changes by: bentley@cvs.openbsd.org 2015/03/17 04:01:17 Modified files: bin/ksh : sh.1 Log message: Escape certain characters for slightly more correct (and prettier) output. ok jmc@ CVSROOT: /cvs Module name: src Changes by: bentley@cvs.openbsd.org 2015/03/17 04:08:18 Modified files: usr.bin/vi/docs/USD.doc/vi.man: vi.1 Log message: Don't use the wrong escape for < and >. Tweak wording to match the page. From Theo Buehler. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/17 04:34:07 Modified files: multimedia/get_iplayer: Makefile Log message: since the BBC transition to Audio Factory (requiring HLS for most decent quality radio streams), ffmpeg is now a requirement for many common uses of get_iplayer, so add it as RUN_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/17 05:22:08 Modified files: net/p5-Net-DBus: Makefile distinfo net/p5-Net-DBus/pkg: PLIST Log message: update to p5-Net-DBus-1.1.0 tested by/ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/17 05:34:52 Modified files: multimedia/get_iplayer: Makefile Removed files: multimedia/get_iplayer/pkg: MESSAGE Log message: remove MESSAGE which is no longer of use since ffmpeg is an RDEP now ok sthen@ CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2015/03/17 05:58:22 Modified files: . : 57.html Log message: mbuf layer and api changes CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2015/03/17 06:12:46 Modified files: . : 57.html Log message: i tweaked pools. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2015/03/17 06:54:26 Modified files: usr.sbin/bind/lib/lwres: lwconfig.c Log message: Initialize nameservers ports along with nameservers addresses. Missing initialization, as hinted by lwres_conf_clear(). Not present in recent bind versions (the code has changed since). This fixes an erratic behaviour when no (valid) nameserver is configured in resolv.conf (dig / nslookup send requests to 127.0.0.1:48830). Problem reported by Pawel S. Veselov who also provided an alternative diff. ok crickets@ CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2015/03/17 06:58:07 Modified files: . : 57.html Log message: i did some stuff. it doesnt seem like much as a few bullet points :( CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/17 07:25:34 Removed files: geo/qgis/patches: patch-src_core_qgsvectorlayerfeatureiterator_cpp patch-src_providers_delimitedtext_qgsdelimitedtextfeatureiterator_cpp patch-src_providers_gpx_qgsgpxfeatureiterator_cpp patch-src_providers_grass_qgsgrassfeatureiterator_cpp patch-src_providers_memory_qgsmemoryfeatureiterator_cpp patch-src_providers_mssql_qgsmssqlfeatureiterator_cpp patch-src_providers_ogr_qgsogrfeatureiterator_cpp patch-src_providers_oracle_qgsoraclefeatureiterator_cpp patch-src_providers_postgres_qgspostgresconnpool_h patch-src_providers_postgres_qgspostgresfeatureiterator_cpp patch-src_providers_spatialite_qgsspatialiteconnpool_h patch-src_providers_spatialite_qgsspatialitefeatureiterator_cpp patch-src_providers_wfs_qgswfsfeatureiterator_cpp Log message: Remove patches merged upstream in http://hub.qgis.org/issues/10762, thank you cvs for screwing me once again. Noticed by naddy. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/17 07:35:04 Modified files: usr.bin/mandoc : main.c Log message: Simplify: Now that rc is global anyway, no need to pass it around as an argument. No functional change. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/17 08:30:35 Modified files: bin/ksh : sh.1 Log message: revert a previous word change - the original seems more accurate; CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/17 08:45:07 Modified files: sys/dev/usb : ehci.c Log message: Prevent a race resulting in an infinite loop printing "ehci_idone" messages. As soon as a transfer is being cancelled, remove it from the list of pending xfers. This way the soft interrupt routine won't try to process it before ehci_abort() gives it back to the stack. Problem analysed by and previous diff ok stsp@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/17 08:51:27 Modified files: sys/net : if_ethersubr.c Log message: Merge two "#ifdef NCARP" chunks. "Look safe" henning@, ok florian@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/17 09:16:26 Modified files: net/slurm : Makefile Added files: net/slurm/patches: patch-src_openbsd_c Log message: Unbreak slurm. cluestick for the right fix sthen@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/17 09:20:38 Modified files: usr.bin/mg : mg.1 Log message: correct command name; from kaspars bankovskis CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/03/17 09:21:02 Modified files: distrib/miniroot: install.sub Log message: Restore previous behaviour that got lost with 1.780. Don't ask about xdm if the answer to the X question was no. Noted by mlarkin@ "Looks good" deraadt@ OK krw@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/17 09:39:48 Modified files: x11/i3 : Makefile distinfo x11/i3/patches : patch-common_mk patch-i3-dmenu-desktop patch-man_i3-migrate-config-to-v4_1 patch-src_bindings_c patch-src_commands_c patch-src_config_c patch-src_config_parser_c patch-src_i3_mk patch-src_ipc_c Removed files: x11/i3/patches : patch-i3-save-tree patch-i3bar_src_child_c patch-i3bar_src_config_c patch-i3bar_src_xcb_c patch-include_ipc_h patch-include_load_layout_h patch-parser-specs_config_spec patch-src_con_c patch-src_config_directives_c patch-src_load_layout_c patch-src_main_c patch-src_manage_c patch-src_render_c patch-src_util_c patch-src_x_c Log message: Update to i3-4.9.1 new dependency on x11/xkbcommon CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/17 09:45:37 Modified files: x11/awesome : Makefile Added files: x11/awesome/patches: patch-objects_client_c Log message: Merge bugfix from upstream: ignore more events while minimizing a client See: https://github.com/awesomeWM/awesome/commit/c03ee8ab362d9960d4742cb9c3baffa61db215c8 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/17 09:59:48 Modified files: audio/libmpdclient: Makefile distinfo audio/libmpdclient/patches: patch-src_sync_c audio/libmpdclient/pkg: PLIST Log message: Update to libmpdclient-2.10 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/17 10:16:50 Modified files: audio/ncmpcpp : Makefile distinfo audio/ncmpcpp/patches: patch-configure patch-doc_ncmpcpp_1 Removed files: audio/ncmpcpp/patches: patch-src_mpdpp_cpp Log message: Update to ncmpcpp-0.6.3 CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/03/17 11:16:47 Modified files: graphics/openscenegraph: Makefile distinfo graphics/openscenegraph/patches: patch-CMakeLists_txt patch-applications_present3D_Cluster_cpp patch-src_osgPlugins_osc_osc_OscHostEndianness_h Removed files: graphics/openscenegraph/patches: patch-src_osgPlugins_freetype_FreeTypeFont_cpp Log message: update to osg 3.2.1 CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/03/17 11:20:17 Modified files: graphics/simgear: Makefile distinfo graphics/simgear/patches: patch-simgear_canvas_ShivaVG_src_shDefs_h patch-simgear_sound_sample_group_cxx graphics/simgear/pkg: PLIST Added files: graphics/simgear/patches: patch-simgear_misc_sg_path_cxx Removed files: graphics/simgear/patches: patch-CMakeLists_txt patch-simgear_scene_sky_cloud_cxx Log message: update to simgear 3.4.0 CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/03/17 11:20:55 Modified files: games/flightgear: Makefile.inc games/flightgear/base: Makefile distinfo games/flightgear/data: distinfo games/flightgear/data/pkg: PLIST Log message: update to flightgear 3.4.0 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/17 11:45:13 Modified files: usr.bin/sort : Makefile sort.1 sort.c sort.h Added files: usr.bin/sort : bwstring.c bwstring.h coll.c coll.h file.c file.h mem.c mem.h radixsort.c radixsort.h vsort.c vsort.h Removed files: usr.bin/sort : append.c extern.h fields.c files.c fsort.c fsort.h init.c msort.c pathnames.h tmp.c Log message: Initial import of FreeBSD sort. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/17 11:49:27 Modified files: usr.bin/sort : coll.c file.c mem.c mem.h radixsort.c Log message: Add sort_calloc() and use it. CVSROOT: /cvs Module name: src Changes by: bcallah@cvs.openbsd.org 2015/03/17 12:08:52 Modified files: usr.bin/mg : Makefile chrdef.h cinfo.c extend.c tty.c ttykbd.c Log message: It is impossible to build mg without both -DFKEYS and -DXKEYS. So let's enforce that and remove the options. Mostly mechanical diff from unifdef with bonus removal of comments that no longer have any relevance. ok florian@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2015/03/17 13:11:55 Modified files: sbin/disklabel : editor.c Log message: for small mem machines, make sure max does not get smaller than min, otherwise the constraint cannot be satisfied; ok deraadt@ okan@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/17 13:31:30 Modified files: bin/date : date.c games/pom : pom.c include : time.h libexec/ftpd : ftpcmd.y usr.bin/at : parsetime.c usr.bin/cal : cal.c usr.bin/calendar: day.c usr.bin/ftp : util.c usr.bin/touch : touch.c Log message: Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/17 13:59:40 Modified files: sys/arch/sparc/stand/bootxx: Makefile Log message: The innocuous change to libsa printf.c (1.26) causes printf.o to be 240 bytes of text larger, and puts bootxx past the 7680 bytes limit. Since bootxx only needs printf for very simple panic() message involving %s and %d format specifiers only, compile a -DSTRIPPED version of printf.c for the use of bootxx. This makes bootxx return to a manageable size (it is even 8 bytes shorter now). CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/17 14:40:41 Modified files: include : Makefile Removed files: include : tzfile.h Log message: Remove obsolete copy of tzfile.h. It is an internal tzcode header that should never have been installed. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/03/17 14:42:26 Modified files: lib/libXfont : ChangeLog compile configure configure.ac lib/libXfont/src/bitmap: bdfread.c lib/libXfont/src/fc: fslibos.h lib/libXfont/src/fontfile: fileio.c filewr.c Log message: Update to libXfont 1.5.1. Contains fixes for following issues: CVE-2015-1802: bdfReadProperties: property count needs range check CVE-2015-1803: bdfReadCharacters: bailout if a char's bitmap cannot be read CVE-2015-1804: bdfReadCharacters: ensure metrics fit into xCharInfo struct CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/03/17 14:48:40 Modified files: lib/libXfont/src/bitmap: Tag: OPENBSD_5_5 bdfread.c Log message: Merge X.Org fixes for following issues: CVE-2015-1802: bdfReadProperties: property count needs range check CVE-2015-1803: bdfReadCharacters: bailout if a char's bitmap cannot be read CVE-2015-1804: bdfReadCharacters: ensure metrics fit into xCharInfo struct CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/03/17 14:49:36 Modified files: lib/libXfont/src/bitmap: Tag: OPENBSD_5_6 bdfread.c Log message: Merge X.Org fixes for following issues: CVE-2015-1802: bdfReadProperties: property count needs range check CVE-2015-1803: bdfReadCharacters: bailout if a char's bitmap cannot be read CVE-2015-1804: bdfReadCharacters: ensure metrics fit into xCharInfo struct CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/03/17 14:58:11 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/17 15:42:15 Modified files: sbin/fdisk : cmd.c cmd.h fdisk.c user.c Log message: Stop passing around little used and superfluous 'offset' parameter. Just use the offset recorded/parsed in the struct mbr being used. Can still traverse/edit extended MBRs so offset really wasn't needed. Fewer parameters, less confusion, no functional change. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/17 16:47:02 Modified files: net/curl : Makefile distinfo net/curl/pkg : PLIST Added files: net/curl/patches: patch-docs_libcurl_Makefile_in Log message: maintenance update to 7.41.0 CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2015/03/17 16:57:32 Modified files: . : 57.html Log message: frequency scaling and asm libc CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/17 17:43:25 Modified files: games/beret : Makefile games/cdogs-sdl: Makefile net/cgo : Makefile fonts/cosmic-sans-neue-mono: Makefile games/easyrpg : Makefile editors/ee : Makefile graphics/glpng : Makefile x11/keybinder : Makefile x11/keybinder3 : Makefile games/liberalcrimesquad: Makefile games/polymorphable: Makefile productivity/sl: Makefile net/texapp : Makefile Log message: Move all my distfiles from devio.us to NYC*BUG. This results in faster and more reliable hosting. This is just tarball moving and I've verified that all distinfos have remained the same. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2015/03/17 19:12:16 Modified files: share/man/man4 : gre.4 sys/netinet : ip_gre.c Log message: "handle" wccp2 packets if net.inet.gre.wccp is set to 2 by truncating skipping the wccp 2 header. Tested with Cisco ASA. "looks correct" claudio ok yasuoka CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/03/17 19:44:21 Modified files: usr.bin/ssh : authfile.c Log message: KRL support doesn't need OpenSSL anymore, remove #ifdefs from around call CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2015/03/17 22:07:00 Modified files: build : Makefile build/mirrors : openssh-ftp.html.head openssh-portable.html.mid1 openssh : ftp.html index.html openbsd.html portable.html Added files: openssh/txt : release-6.8 Log message: openssh-6.8 CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2015/03/17 23:07:46 Modified files: openssh/txt : release-6.8 Log message: typos; correct portable tarball CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/17 23:26:10 Modified files: lib/libcrypto/crypto/arch/hppa: Makefile.inc Log message: In the neverending saga of enabling and disabling assembler code for sha routines on hppa, the cause for sha512-parisc subtly misbehaving has been found: despite having fallback pa1.1 code when running on a 32-bit cpu, the shift constants used in the sigma computations in sha512 are >= 32 and are silently truncated to 5 bits by the assembler, so there is no chance of getting this code to work on a non-pa2.0 processor. However, the pa1.1 fallback code for sha256 is safe, as it never attempts to shift by more than 31, so reenable it again. CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2015/03/17 23:30:10 Modified files: dist/Mesa/src/glx: dri2_query_renderer.c Log message: Backport a Mesa fix from Andreas Boll. glx: Fix returned values of GLX_RENDERER_PREFERRED_PROFILE_MESA CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/03/18 00:10:34 Modified files: lib/libXfont/src/bitmap: Tag: OPENBSD_5_7 bdfread.c Log message: Merge X.Org fixes for following issues: CVE-2015-1802: bdfReadProperties: property count needs range check CVE-2015-1803: bdfReadCharacters: bailout if a char's bitmap cannot be read CVE-2015-1804: bdfReadCharacters: ensure metrics fit into xCharInfo struct CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/18 00:56:41 Modified files: share/man/man4 : gre.4 Log message: minor tweaks; CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2015/03/18 01:42:13 Modified files: sbin/bioctl : bioctl.c Log message: Sort getopt() string. CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2015/03/18 02:02:48 Modified files: . : errata55.html errata56.html errata57.html Log message: libxfont errata CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/03/18 02:37:34 Log message: Import texi2mdoc-0.1.2. The texi2mdoc utility is a converter from Texinfo into mdoc. ok schwarze@ Status: Vendor Tag: bentley Release Tags: bentley_20150318 N ports/textproc/texi2mdoc/Makefile N ports/textproc/texi2mdoc/distinfo N ports/textproc/texi2mdoc/pkg/DESCR N ports/textproc/texi2mdoc/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/03/18 02:37:58 Modified files: textproc : Makefile Log message: +texi2mdoc CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/03/18 02:39:47 Log message: Import megatools-1.9.94. Megatools is a collection of programs for accessing Mega service from a command line of your desktop or server. Megatools allow you to copy individual files as well as entire directory trees to and from the cloud. You can also perform streaming downloads for example to preview videos and audio files, without needing to download the entire file. Megatools are robust and optimized for fast operation - as fast as Mega servers allow. Memory requirements and CPU utilization are kept at minimum. ok juanfra@ Status: Vendor Tag: bentley Release Tags: bentley_20150318 N ports/net/megatools/Makefile N ports/net/megatools/distinfo N ports/net/megatools/pkg/DESCR N ports/net/megatools/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/03/18 02:40:22 Modified files: net : Makefile Log message: +megatools CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/18 02:46:11 Modified files: devel/lua-penlight: Makefile distinfo devel/lua-penlight/pkg: PLIST Log message: Update to Penlight-1.3.2 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/03/18 05:53:38 Modified files: share/man/man9 : timeout.9 Log message: describe the context the callback runs at in the CONTEXT section. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/18 05:58:00 Modified files: audio/mpg123 : Makefile distinfo Log message: maintenance update to 1.22.0 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/03/18 06:04:26 Modified files: sys/dev/pci : files.pci if_em_soc.c Added files: sys/dev/pci : gcu_var.h Removed files: sys/dev/pci : gcu.h Log message: use device_lookup to find gcu0 rather than iterating over alldevs. written at s2k15, but considered too risky before release. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/03/18 06:23:15 Modified files: sys/net : if.c if.h if_ppp.c if_spppsubr.c if_tun.c if_var.h pf.c pipex.c Log message: remove the congestion handling from struct ifqueue. its only used for the ip and ip6 network stack input queues, so it seems unfair that every instance of ifqueue has to carry a pointer around for this specific use case. this moves the congestion marker to a kernel global. if we detect that we're congested, we assume the whole system is busy and punish all input queues. marking a system as congested is done by setting the global to the current value of ticks. as the system moves away from that value, it moves away from being congested until the comparison fails. written at s2k15 ok henning@ beck@ bluhm@ claudio@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/03/18 06:23:25 Modified files: sys/dev/pci : mpii.c Log message: Prevent sign extension due to pointer arithmetics This should make mpii(4) work on i386 again, apparently. Problem identified and a slightly different fix proposed by Christiano F. Haesbaert and Pedro Martelletto of Bitrig. Huge thanks for tracking this down, guys! CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/18 07:13:08 Modified files: audio/sox : Makefile distinfo audio/sox/patches: patch-src_formats_c audio/sox/pkg : PLIST Removed files: audio/sox/patches: patch-src_gain_c patch-src_sphere_c patch-src_wav_c Log message: * Update to SoX 14.4.2 * Remove cherry-picked patches as they are included now. * Drop --without-ffmpeg as ffmpeg has finally been kicked out. * Add the newly supported Opus format (--with-opus) * Addresses some more ./configure --options explicitly. * While there, reorder the LIB_DEPENDS alphabetically. and reorder WANTLIB by LIB_DEPENDS From maintainer Jan Stary CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/18 07:33:55 Modified files: sys/arch/armv7/imx: imxenet.c Log message: Convert to if_input(), tested by jsing@. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/18 08:46:59 Modified files: sbin/fdisk : cmd.c cmd.h fdisk.c mbr.c mbr.h user.c user.h Log message: Stop passing around little used 'struct mbr tt' parameter. Just make the initial mbr that tt pointed at a global that can be directly accessed in the couple of places it is needed. Fewer parameters, less confusion, no functional change. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/18 08:51:33 Modified files: net/lftp : Makefile net/lftp/pkg : PLIST Log message: tweak lftp; don't install static libs which are only used internally during build; shrinks package from ~6MB to 800K CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/18 08:59:56 Modified files: www/tomcat/v8 : Makefile distinfo www/tomcat/v8/pkg: PLIST-examples PLIST-main Log message: Update to tomcat-8.0.20 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/03/18 09:01:44 Modified files: . : errata57.html Log message: sparc64 miniroot errata CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/18 09:07:58 Modified files: net/nagios/check_email_delivery: Makefile net/vncsnapshot: Makefile Log message: fix portroach; ignore:1 not ignore CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/18 09:10:32 Modified files: net/openconnect: Makefile distinfo net/openconnect/pkg: PLIST Log message: update to OpenConnect 7.06, pkg-config fix, improvements to experimental Juniper Network Connect support, new translation CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/03/18 09:11:31 Modified files: lib/libc/gen : opendir.c Log message: use 4x buffer size for opendir. speeds up large directory reading, and increased memory use is minimal. ok deraadt logan CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/03/18 09:12:36 Modified files: bin/ksh : misc.c Log message: not necessary to work around an apparent bug on ancient freebsd CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/03/18 09:14:47 Modified files: usr.sbin/iostat: iostat.c Log message: check for invalid disknames CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2015/03/18 09:16:52 Modified files: sys/dev/pci : pcidevs Log message: Baytrail/e3800 devices found in MinnowboardMax. Based on http://www.intel.com/content/dam/www/public/us/en/documents/datasheets/atom-e3800-family-datasheet.pdf CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2015/03/18 09:17:46 Modified files: sys/dev/pci : pcidevs.h Log message: sync CVSROOT: /cvs Module name: www Changes by: sobrado@cvs.openbsd.org 2015/03/18 09:23:30 Modified files: . : 57.html Log message: update to LibreSSL section. ok tedu@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2015/03/18 09:31:31 Modified files: sys/dev/pci : pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/18 09:32:02 Modified files: x11/xmobar : Makefile distinfo x11/xmobar/patches: patch-samples_xmobar_config patch-xmobar_cabal Log message: Update to xmobar-0.23 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/18 09:35:44 Modified files: security/wpa_supplicant: Makefile distinfo security/wpa_supplicant/patches: patch-src_utils_eloop_c patch-wpa_supplicant_Makefile Log message: Update to wpa_supplicant-2.4 Tested by pascal@ and Fabian Raetz OK pascal@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/18 10:00:19 Modified files: audio/hs-libmpd: Makefile distinfo Added files: audio/hs-libmpd/patches: patch-libmpd_cabal patch-src_Network_MPD_Commands_Types_hs Log message: Update to hs-libmpd-0.9.0.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/18 10:17:52 Modified files: devel/jenkins/devel: Makefile distinfo Log message: update to jenkins-1.605 ok ian@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/18 10:18:27 Modified files: games/dopewars : Tag: OPENBSD_5_6 Makefile Added files: games/dopewars/patches: Tag: OPENBSD_5_6 patch-src_serverside_c Log message: Security fix for CVE-2009-3591 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/18 10:18:40 Modified files: games/dopewars : Tag: OPENBSD_5_7 Makefile Added files: games/dopewars/patches: Tag: OPENBSD_5_7 patch-src_serverside_c Log message: Security fix for CVE-2009-3591 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/18 10:18:56 Modified files: www/firefox-esr: Tag: OPENBSD_5_6 Makefile distinfo Log message: update to firefox-esr-31.5.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/18 10:19:15 Modified files: www/firefox-esr-i18n: Tag: OPENBSD_5_6 Makefile.inc distinfo Log message: sync with firefox-esr 31.5 CVSROOT: /cvs Module name: ports Changes by: kspillner@cvs.openbsd.org 2015/03/18 10:19:39 Modified files: infrastructure/mk: arch-defines.mk Log message: The Go programming language is only for amd64 and i386, so add a GO_ARCHS define for convenience. Not used yet, but will be useful for some upcoming Go ports. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/18 10:19:55 Modified files: www/firefox-esr: Tag: OPENBSD_5_7 Makefile distinfo Log message: update to firefox-esr-31.5.0 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/18 10:20:05 Modified files: bin/ksh : sh.1 Log message: rework the redirection text after some feedback from zhuk; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/18 10:20:16 Modified files: www/firefox-esr-i18n: Tag: OPENBSD_5_7 Makefile.inc distinfo Log message: sync with firefox-esr 31.5 CVSROOT: /cvs Module name: ports Changes by: kspillner@cvs.openbsd.org 2015/03/18 10:21:02 Modified files: lang/go : Makefile Log message: Switch to using GO_ARCHS. ok jsing@ CVSROOT: /cvs Module name: src Changes by: bcallah@cvs.openbsd.org 2015/03/18 11:12:10 Modified files: usr.bin/mg : README Log message: Clean up a pair of sentences that aren't true anymore for mg while keeping the original spirit of those sentences. ok jasper@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/18 11:48:17 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: pascal@cvs.openbsd.org 2015/03/18 12:04:12 Modified files: usr.bin/mandoc : Makefile Log message: Convert -static -> ${STATIC} to make man.cgi static PIE. no concerns from schwarze@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/18 12:04:31 Modified files: print/hplip : Tag: OPENBSD_5_7 Makefile print/hplip/patches: Tag: OPENBSD_5_7 patch-installer_core_install_py patch-io_hpmud_musb_c Log message: Unbreak runtime: fix backwards memcpy. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/18 12:04:53 Modified files: print/hplip : Makefile Log message: Missed bump. CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/03/18 12:04:55 Modified files: devel/py-hg-git: Makefile distinfo devel/py-hg-git/pkg: PLIST Log message: update to 0.8.0 OK sthen@, juanfra@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/18 12:47:35 Modified files: audio/pulseaudio: Makefile audio/pulseaudio/pkg: PLIST Log message: @sample does not like symlinks. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/18 13:10:35 Modified files: devel/xulrunner/24: Makefile Log message: Use the correct MOZILLA_VER variable to install in the correct dir, dammit! Should fix -devel packaging on powerpc.. no bump since it didnt package anyway, and doesnt affect other archs. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/18 13:14:53 Modified files: sysutils/mcollective: Makefile Log message: BROKEN-alpha= SIGABRT during make fake CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/18 13:15:07 Modified files: lang/erlang : Makefile Log message: BROKEN-alpha= beam/erl_process.c:6692: internal compiler error: in final_scan_insn, at final.c:2449 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/03/18 13:26:29 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-base_base_gypi patch-base_message_loop_message_loop_cc patch-base_threading_platform_thread_linux_cc patch-build_all_gyp patch-build_common_gypi patch-chrome_app_chrome_main_delegate_cc patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_about_flags_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_defaults_cc patch-chrome_browser_first_run_upgrade_util_linux_cc patch-chrome_browser_media_galleries_media_file_system_registry_cc patch-chrome_browser_memory_details_cc patch-chrome_browser_net_cookie_store_util_cc patch-chrome_browser_plugins_plugins_resource_service_cc patch-chrome_browser_process_singleton_posix_cc patch-chrome_browser_renderer_preferences_util_cc patch-chrome_browser_ssl_ssl_blocking_page_cc patch-chrome_browser_sync_profile_sync_components_factory_impl_cc patch-chrome_browser_ui_ash_system_tray_delegate_common_cc patch-chrome_browser_ui_aura_chrome_browser_main_extra_parts_aura_cc patch-chrome_browser_ui_browser_cc patch-chrome_browser_ui_browser_command_controller_cc patch-chrome_browser_ui_panels_panel_manager_cc patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_toolbar_wrench_menu_model_cc patch-chrome_browser_ui_views_apps_chrome_native_app_window_views_cc patch-chrome_browser_ui_views_chrome_views_delegate_cc patch-chrome_browser_ui_views_chrome_views_delegate_h patch-chrome_browser_ui_views_panels_panel_frame_view_cc patch-chrome_browser_ui_views_tabs_tab_strip_cc patch-chrome_browser_ui_webui_about_ui_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_options_browser_options_handler_cc patch-chrome_browser_web_applications_web_app_cc patch-chrome_browser_web_applications_web_app_h patch-chrome_chrome_browser_extensions_gypi patch-chrome_chrome_browser_gypi patch-chrome_chrome_browser_ui_gypi patch-chrome_chrome_exe_gypi patch-chrome_common_chrome_switches_h patch-chrome_common_extensions_api_schemas_gypi patch-chrome_common_extensions_command_cc patch-chrome_common_pref_names_cc patch-chrome_common_pref_names_h patch-chrome_renderer_printing_print_web_view_helper_h patch-components_dom_distiller_gypi patch-components_policy_resources_policy_templates_json patch-components_policy_tools_generate_policy_source_py patch-content_browser_browser_main_loop_cc patch-content_browser_child_process_launcher_cc patch-content_browser_renderer_host_render_widget_host_view_aura_cc patch-content_browser_tracing_tracing_ui_cc patch-content_content_browser_gypi patch-content_content_common_gypi patch-content_gpu_gpu_main_cc patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_main_platform_delegate_linux_cc patch-content_renderer_webscrollbarbehavior_impl_gtkoraura_cc patch-content_shell_browser_shell_browser_main_parts_cc patch-device_hid_hid_gyp patch-gpu_config_gpu_info_collector_linux_cc patch-media_media_gyp patch-media_video_capture_linux_video_capture_device_factory_linux_cc patch-media_video_capture_video_capture_device_factory_cc patch-net_base_net_util_cc patch-net_base_network_change_notifier_cc patch-net_net_gypi patch-net_udp_udp_socket_libevent_cc patch-remoting_remoting_host_gypi patch-skia_skia_chrome_gypi patch-third_party_WebKit_Source_core_core_gyp patch-third_party_WebKit_Source_platform_fonts_SimpleFontData_cpp patch-third_party_WebKit_Source_platform_fonts_linux_FontPlatformDataLinux_cpp patch-third_party_WebKit_Source_platform_heap_ThreadState_h 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_libjingle_libjingle_gyp patch-third_party_pdfium_build_standalone_gypi patch-third_party_pdfium_core_src_fxge_ge_fx_ge_linux_cpp patch-third_party_skia_gyp_ports_gyp patch-third_party_webrtc_base_base_gyp patch-third_party_webrtc_base_network_cc patch-third_party_webrtc_build_common_gypi patch-tools_gyp_pylib_gyp_generator_ninja_py patch-ui_app_list_app_list_constants_cc patch-ui_app_list_app_list_constants_h patch-ui_app_list_views_app_list_item_view_cc patch-ui_app_list_views_app_list_view_cc patch-ui_base_ime_input_method_factory_cc patch-ui_base_resource_resource_bundle_cc patch-ui_base_ui_base_gyp patch-ui_base_webui_web_ui_util_cc patch-ui_events_devices_x11_device_data_manager_x11_cc patch-ui_events_keycodes_dom4_keycode_converter_cc patch-ui_gl_generate_bindings_py patch-ui_gl_gl_gyp patch-ui_message_center_views_message_center_view_cc patch-ui_resources_ui_resources_grd patch-ui_views_controls_textfield_textfield_cc patch-ui_views_views_delegate_h patch-ui_views_views_gyp patch-ui_views_views_switches_cc patch-v8_src_base_platform_platform-posix_cc www/chromium/pkg: PLIST Added files: www/chromium/patches: patch-chrome_browser_ui_exclusive_access_exclusive_access_bubble_cc patch-chrome_browser_ui_views_frame_desktop_browser_frame_aura_cc patch-content_browser_power_usage_monitor_impl_cc patch-content_renderer_render_thread_impl_cc patch-third_party_ffmpeg_ffmpeg_gyp patch-third_party_skia_src_core_SkVarAlloc_cpp patch-ui_views_controls_scrollbar_base_scroll_bar_cc Removed files: www/chromium/patches: patch-base_memory_ref_counted_h patch-breakpad_breakpad_gyp patch-cc_resources_raster_worker_pool_cc patch-chrome_browser_ui_fullscreen_fullscreen_exit_bubble_cc patch-chrome_browser_ui_views_frame_browser_frame_cc patch-net_base_net_util_posix_cc patch-skia_ext_image_operations_cc patch-third_party_WebKit_Source_wtf_MathExtras_h patch-third_party_libvpx_unpack_lib_posix_sh Log message: update to 41.0.2272.89 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/18 13:49:14 Modified files: sys/arch/sparc/dev: zs.c Log message: Revert 1.52, per the comment above the incorrectly changed line. Reduces the number of spurious zs interrupts I am seeing on sun4c, albeit not completely. CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2015/03/18 13:55:52 Modified files: sbin/init : Makefile Log message: Make init(8) static PIE. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/18 14:05:58 Modified files: x11/xfce4/xfdashboard: Makefile distinfo x11/xfce4/xfdashboard/pkg: PLIST Log message: Update to xfdashboard 0.3.90. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/18 14:06:57 Modified files: x11/xfce4/xfce4-mount: Makefile distinfo x11/xfce4/xfce4-mount/pkg: PLIST Log message: Update to xfce4-mount 0.6.7. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/18 14:49:10 Modified files: sys/arch/sparc/sparc: db_interface.c db_trace.c locore.s Log message: Prefer KERNBASE to VM_MIN_KERNEL_ADDRESS when testing for an address within the kernel image or not. No functional change (yet). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/18 14:49:40 Modified files: sys/arch/sparc/sparc: db_trace.c genassym.cf locore.s pmap.c Log message: Allow for VM_MIN_KERNEL_ADDRESS to not be a constant. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/18 14:56:40 Modified files: lib/libkvm : kvm_sparc.c sys/arch/sparc/include: kcore.h param.h pmap.h vmparam.h sys/arch/sparc/sparc: autoconf.c machdep.c pmap.c trap.c Log message: Rework the virtual memory layout on SRMMU systems (sun4d/sun4m) to use a much lower VM_MIN_KERNEL_ADDRESS, since these systems are not crippled by the Sun-4 MMU hole and have the real 4GB of address space. Kernels running on Sun-4 MMU are not affected and will still be restricted to the existing 128MB of kernel space, with 1GB - 128MB of user space. Kernels running on SRMMU will now provide the low 3GB of address space to userland, and use the top 1GB for the kernel, except when compiled with option SMALL_KERNEL, in which case they will keep Sun-4 style the layout (this is temporary to allow for people to boot bsd.rd to upgrade even when not running 2.10 boot blocks, and will be removed eventually) A consequence of this is that the top of the userland stack is no longer at 0xf0000000. But since nothing in userland uses USRSTACK anymore, this should not be an issue. Tested on sun4c and various sun4m, with physical memory sizes ranging from 32 to 448MB. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/18 16:09:22 Modified files: bin/ksh : sh.1 Log message: improve the description of here documents; prompted by zhuk CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/18 16:11:21 Modified files: bin/ksh : sh.1 Log message: from zhuk: a little more info on <> CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/18 16:18:19 Modified files: bin/ksh : sh.1 Log message: remove ambiguity from the COMMANDS section, after discussion with zhuk; CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/18 16:31:22 Modified files: sbin/route : route.c Log message: Instead of embedding interface names in a sockaddr use their indexes when adding route entries with the -link option. This prevent the ARP layer to take the name of your interface for an Ethernet address. If you still want to add stupid content to your routing table, please write your own tool. Thanks to Henk Jan Agteresch for reporting the original issue and testing this diff. ok mikeb@, deraadt@, benno@, claudio@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/18 16:39:41 Modified files: usr.bin/sort : bwstring.c Log message: nl_langinfo() cannot return NULL; from Andre Smagin CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/18 16:53:27 Modified files: usr.bin/sort : bwstring.c Log message: Remove useless check for leading blanks in the month name. The code didn't adjust len after stripping blanks so even if a month *did* start with a blank we'd end up copying garbage at the end. Also convert a malloc + memcpy to strdup and fix a memory leak in the wide char version if mbstowcs() fails. From Andre Smagin CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/18 18:18:11 Modified files: sys/dev/pci : gcu.c Log message: missing gcu_var.h conversion CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/03/18 20:02:43 Modified files: sys/dev/usb : if_smsc.c Log message: unlock MII on smsc_miibus_readreg error from Patrick Wildt CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/03/18 23:14:24 Modified files: bin/pax : ar_subs.c buf_subs.c cpio.c extern.h file_subs.c ftree.c pax.h tables.c tables.h Log message: Use struct timespec internally. This gives nanosecond precision to pax -rw and a basis for support of mtime and atime values in pax-format extended header records. ok millert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/19 02:02:47 Modified files: devel/ruby-rspec/3/core: Makefile distinfo devel/ruby-rspec/3/core/pkg: PLIST Log message: update to rspec-core-3.2.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/19 02:02:58 Modified files: devel/ruby-rspec/3/expectations: Makefile distinfo devel/ruby-rspec/3/expectations/pkg: PLIST Log message: update to rspec-expectations-3.2.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/19 02:03:09 Modified files: devel/ruby-rspec/3/its: Makefile distinfo Log message: update to rspec-its-1.2.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/19 02:03:24 Modified files: devel/ruby-rspec/3/mocks: Makefile distinfo Log message: update to rspec-mocks-3.2.1 and add missing rdep CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/19 02:03:37 Modified files: devel/ruby-rspec/3/rspec: Makefile distinfo Log message: update to rspec-3.2.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/19 02:03:45 Modified files: devel/ruby-rspec/3/support: Makefile distinfo devel/ruby-rspec/3/support/pkg: PLIST Log message: update to rspec-support-3.2.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/19 02:04:25 Modified files: devel/ruby-rspec/specinfra: Makefile distinfo devel/ruby-rspec/specinfra/pkg: PLIST Log message: update to specinfra-2.19.6 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/19 02:04:58 Modified files: devel/ruby-rspec/serverspec: Makefile distinfo devel/ruby-rspec/serverspec/pkg: PLIST Log message: update to serverspec-2.10.1 CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/03/19 02:05:56 Added files: devel/py-hg-git/patches: patch-tests_test-renames_t Log message: fix test target OK sthen@ CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/03/19 02:09:52 ports/textproc/txt2man Update of /cvs/ports/textproc/txt2man In directory cvs.openbsd.org:/tmp/cvs-serv15931/txt2man Log Message: Directory /cvs/ports/textproc/txt2man added to the repository CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/03/19 02:09:52 ports/textproc/txt2man/patches Update of /cvs/ports/textproc/txt2man/patches In directory cvs.openbsd.org:/tmp/cvs-serv15931/txt2man/patches Log Message: Directory /cvs/ports/textproc/txt2man/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/03/19 02:09:52 ports/textproc/txt2man/pkg Update of /cvs/ports/textproc/txt2man/pkg In directory cvs.openbsd.org:/tmp/cvs-serv15931/txt2man/pkg Log Message: Directory /cvs/ports/textproc/txt2man/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/03/19 02:12:49 Added files: textproc/txt2man: Makefile distinfo textproc/txt2man/patches: patch-Makefile textproc/txt2man/pkg: DESCR PLIST Log message: txt2man port OK sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/19 02:13:31 Modified files: geo/libchamplain: Makefile distinfo Log message: update to libchamplain-0.12.10 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/19 02:31:27 Modified files: net/librest : Makefile distinfo Log message: update to librest-0.7.93 CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/03/19 03:23:53 ports/databases/mdbtools/patches Update of /cvs/ports/databases/mdbtools/patches In directory cvs.openbsd.org:/tmp/cvs-serv5327/patches Log Message: Directory /cvs/ports/databases/mdbtools/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/03/19 03:23:54 ports/databases/mdbtools/pkg Update of /cvs/ports/databases/mdbtools/pkg In directory cvs.openbsd.org:/tmp/cvs-serv5327/pkg Log Message: Directory /cvs/ports/databases/mdbtools/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/03/19 03:23:54 ports/databases/mdbtools/files Update of /cvs/ports/databases/mdbtools/files In directory cvs.openbsd.org:/tmp/cvs-serv5327/files Log Message: Directory /cvs/ports/databases/mdbtools/files added to the repository CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/19 04:29:16 Modified files: sys/dev/usb/dwc2: dwc2.c Log message: Use the same workaround as ehci(4) and ohci(4) in setaddr() to deal with half configured control pipe, from Patrick Wildt. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/19 04:31:29 Modified files: sys/dev/usb/dwc2: dwc2.c Log message: Abort tasks are run in their own thead, that's why they need a special type, from Patrick Wildt. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/19 04:39:17 Modified files: sys/dev/usb/dwc2: dwc2.c Log message: Let it compile. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/19 04:44:21 Modified files: sys/arch/octeon/dev: octdwctwo.c Log message: Let it compile! CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/19 04:54:50 Modified files: x11/mlterm : Makefile distinfo x11/mlterm/patches: patch-configure_in patch-xwindow_x_screen_c Log message: Update to mlterm-3.4.5 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/19 05:16:50 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update to youtube-dl-2015.03.18 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/19 05:21:11 Modified files: mail/roundcubemail: Makefile distinfo mail/roundcubemail/patches: patch-config_defaults_inc_php mail/roundcubemail/pkg: PLIST Log message: update to roundcube-1.1.1 http://trac.roundcube.net/wiki/Changelog there's a minor schema update for non-sqlite dbs, /var/www/roundcubemail/bin/update.sh applies it CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/19 05:38:12 Modified files: usr.bin/sort : sort.1 sort.c Log message: first run through this page. mainly getting SYNOPSIS and usage() orderly (if perhaps not quite correct yet); CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/19 06:12:20 Modified files: comms/gnokii : Makefile comms/gnokii/pkg: PFRAG.no-no_x11 PLIST devel/libmemcached: Makefile devel/libmemcached/pkg: PLIST multimedia/mjpegtools: Makefile multimedia/mjpegtools/pkg: PLIST plan9/9libs : Makefile plan9/9libs/pkg: PLIST print/texlive/base: Makefile print/texlive/base/pkg: PLIST Removed files: comms/gnokii/pkg: PFRAG.shared devel/libmemcached/pkg: PFRAG.shared multimedia/mjpegtools/pkg: PFRAG.shared plan9/9libs/pkg: PFRAG.shared print/texlive/base/pkg: PFRAG.shared Log message: fold lib-only PFRAG.shared into PLIST CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/19 06:41:51 Modified files: lib/libc/locale: mbstowcs.3 wcrtomb.3 wcstombs.3 Log message: better wording, from andre smagin; ok stsp CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/19 07:11:05 Modified files: usr.bin/sort : sort.1 sort.c Log message: update the note in STANDARDS about which options are extensions; also add -m to SYNOPSIS and usage(), which i missed in previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/19 07:36:01 Modified files: usr.bin/sort : sort.1 Log message: macro fixes; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/19 07:51:10 Modified files: usr.bin/sort : sort.1 Log message: standard sections, and a little more macro stuff; CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/03/19 08:00:22 Modified files: lib/libssl/src/crypto/asn1: a_int.c a_set.c a_type.c d2i_pr.c d2i_pu.c n_pkey.c tasn_dec.c x_x509.c lib/libssl/src/crypto/ec: ec_asn1.c lib/libssl/src/crypto/pkcs7: pk7_doit.c pk7_lib.c lib/libssl/src/ssl: d1_lib.c Log message: Fix several crash causing defects from OpenSSL. These include: CVE-2015-0209 - Use After Free following d2i_ECPrivatekey error CVE-2015-0286 - Segmentation fault in ASN1_TYPE_cmp CVE-2015-0287 - ASN.1 structure reuse memory corruption CVE-2015-0289 - PKCS7 NULL pointer dereferences Several other issues did not apply or were already fixed. Refer to https://www.openssl.org/news/secadv_20150319.txt joint work with beck, doug, guenther, jsing, miod CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/03/19 08:01:16 Modified files: lib/libssl/src/crypto/asn1: Tag: OPENBSD_5_7 a_int.c a_set.c a_type.c d2i_pr.c d2i_pu.c n_pkey.c tasn_dec.c x_x509.c lib/libssl/src/crypto/ec: Tag: OPENBSD_5_7 ec_asn1.c lib/libssl/src/crypto/pkcs7: Tag: OPENBSD_5_7 pk7_doit.c pk7_lib.c lib/libssl/src/crypto/x509: Tag: OPENBSD_5_7 x509_req.c lib/libssl/src/ssl: Tag: OPENBSD_5_7 d1_lib.c Log message: Fix several crash causing defects from OpenSSL. These include: CVE-2015-0209 - Use After Free following d2i_ECPrivatekey error CVE-2015-0286 - Segmentation fault in ASN1_TYPE_cmp CVE-2015-0287 - ASN.1 structure reuse memory corruption CVE-2015-0288 - X509_to_X509_REQ NULL pointer deref CVE-2015-0289 - PKCS7 NULL pointer dereferences Several other issues did not apply or were already fixed. Refer to https://www.openssl.org/news/secadv_20150319.txt joint work with beck, doug, guenther, jsing, miod CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/03/19 08:02:23 Modified files: lib/libssl/src/crypto/asn1: Tag: OPENBSD_5_6 a_int.c a_set.c a_type.c d2i_pr.c d2i_pu.c n_pkey.c tasn_dec.c x_x509.c lib/libssl/src/crypto/ec: Tag: OPENBSD_5_6 ec_asn1.c lib/libssl/src/crypto/pkcs7: Tag: OPENBSD_5_6 pk7_doit.c pk7_lib.c lib/libssl/src/crypto/x509: Tag: OPENBSD_5_6 x509_req.c lib/libssl/src/ssl: Tag: OPENBSD_5_6 d1_lib.c Log message: Fix several crash causing defects from OpenSSL. These include: CVE-2015-0209 - Use After Free following d2i_ECPrivatekey error CVE-2015-0286 - Segmentation fault in ASN1_TYPE_cmp CVE-2015-0287 - ASN.1 structure reuse memory corruption CVE-2015-0288 - X509_to_X509_REQ NULL pointer deref CVE-2015-0289 - PKCS7 NULL pointer dereferences Several other issues did not apply or were already fixed. Refer to https://www.openssl.org/news/secadv_20150319.txt joint work with beck, doug, guenther, jsing, miod CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/03/19 08:02:55 Modified files: lib/libssl/src/crypto/asn1: Tag: OPENBSD_5_5 a_type.c lib/libssl/src/crypto/evp: Tag: OPENBSD_5_5 encode.c Log message: Fix two possible crash causing defects. CVE-2015-0286 - Apply fix from OpenSSL for ASN1_TYPE_cmp. CVE-2015-0292 - Backport existing fix for Base64 decoding. CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2015/03/19 08:25:37 Modified files: . : errata55.html errata56.html errata57.html Log message: patches for openssl CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2015/03/19 08:57:20 Modified files: . : errata55.html errata56.html errata57.html Log message: errata for the errata. note errors in instructions until they get fixed. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/19 09:06:48 Modified files: x11/gnome/rygel: Makefile distinfo x11/gnome/rygel/pkg: PLIST Log message: update to rygel-0.24.3 CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/03/19 09:11:53 Modified files: textproc : Makefile Log message: Linked txt2man CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/19 09:20:46 Modified files: usr.bin/sort : bwstring.c Log message: Add back len = strlen(...) inadvertantly removed in the last commit. Noticed by Andre Smagin. CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2015/03/19 09:36:31 Modified files: libressl : index.html Log message: update for LibreSSL 2.1.6 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/19 09:44:12 Modified files: sbin/fdisk : fdisk.c Log message: Nuke now unused variable. CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/03/19 09:47:39 Modified files: lang/gambit : Makefile Log message: Unbreak gambit on hppa. All tests passed. OK landry@. CVSROOT: /cvs Module name: ports Changes by: mikeb@cvs.openbsd.org 2015/03/19 10:05:01 Modified files: devel/tig : Makefile distinfo Log message: Update to 2.1; ok tobiasu CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/19 10:22:04 Modified files: security/openssl: Makefile distinfo security/openssl/patches: patch-Configure security/openssl/pkg: PLIST Log message: SECURITY update to OpenSSL 1.0.1m http://openssl.org/news/secadv_20150319.txt CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/03/19 10:56:02 Removed files: lang/gcc/4.2 : Makefile distinfo gcc4.port.mk lang/gcc/4.2/patches: patch-Makefile_in patch-boehm-gc_configure patch-boehm-gc_dyn_load_c patch-boehm-gc_include_gc_config_h_in patch-boehm-gc_include_gc_config_macros_h patch-boehm-gc_include_gc_pthread_redirects_h patch-boehm-gc_include_private_gcconfig_h patch-boehm-gc_mach_dep_c patch-boehm-gc_misc_c patch-boehm-gc_os_dep_c patch-boehm-gc_pthread_support_c patch-boehm-gc_tests_test_c patch-boehm-gc_threadlibs_c patch-configure patch-fixincludes_Makefile_in patch-gcc_Makefile_in patch-gcc_ada_Makefile_in patch-gcc_ada_adaint_c patch-gcc_ada_env_c patch-gcc_ada_gnatchop_adb patch-gcc_ada_gnatlink_adb patch-gcc_ada_make_adb patch-gcc_ada_mlib-utl_adb patch-gcc_builtins_c patch-gcc_c-common_c patch-gcc_c-format_c patch-gcc_common_opt patch-gcc_config_alpha_alpha_c patch-gcc_config_alpha_alpha_h patch-gcc_config_alpha_alpha_md patch-gcc_config_alpha_alpha_opt patch-gcc_config_alpha_openbsd_h patch-gcc_config_arm_arm_c patch-gcc_config_arm_openbsd_h patch-gcc_config_exec-stack_h patch-gcc_config_gcc patch-gcc_config_host patch-gcc_config_host-openbsd_c patch-gcc_config_i386_openbsd64_h patch-gcc_config_i386_openbsd_h patch-gcc_config_i386_openbsdelf_h patch-gcc_config_m68k_openbsd_h patch-gcc_config_mips_openbsd_h patch-gcc_config_openbsd-libpthread_h patch-gcc_config_openbsd_h patch-gcc_config_rs6000_openbsd1_h patch-gcc_config_rs6000_openbsd_h patch-gcc_config_rs6000_sysv4_h patch-gcc_config_rs6000_t-openbsd patch-gcc_config_sh_lib1funcs_asm patch-gcc_config_sh_openbsd_h patch-gcc_config_sh_sh-protos_h patch-gcc_config_sh_sh_c patch-gcc_config_sh_sh_h patch-gcc_config_sh_sh_md patch-gcc_config_sh_sh_opt patch-gcc_config_sh_t-sh patch-gcc_config_sparc_openbsd64_h patch-gcc_config_t-openbsd patch-gcc_config_vax_openbsd_h patch-gcc_config_x-openbsd patch-gcc_cp_g++spec_c patch-gcc_defaults_h patch-gcc_gcc_c patch-gcc_opts_c patch-gcc_testsuite_ada_acats_run_acats patch-gcc_testsuite_ada_acats_run_all_sh patch-gcc_testsuite_gcc_dg_format_format_h patch-gcc_unwind-dw2-fde-openbsd_c patch-gcc_unwind-dw2_c patch-libffi_Makefile_in patch-libffi_configure patch-libffi_include_Makefile_in patch-libffi_src_powerpc_ffitarget_h patch-libgfortran_Makefile_in patch-libiberty_testsuite_test-expandargv_c patch-libjava_Makefile_in patch-libjava_configure patch-libjava_configure_host patch-libjava_libltdl_configure patch-libmudflap_mf-runtime_c patch-libmudflap_mf-runtime_h patch-libobjc_Makefile_in patch-libssp_Makefile_in patch-libstdc++-v3_acinclude_m4 patch-libstdc++-v3_include_c_std_cstdio_h patch-libstdc++-v3_include_c_std_std_cstdio_h patch-libstdc++-v3_include_ext_numeric_traits_h patch-libstdc++-v3_libsupc++_Makefile_in patch-libstdc++-v3_src_Makefile_in patch-libtool_m4 patch-ltcf-c_sh patch-ltcf-cxx_sh patch-ltcf-gcj_sh patch-ltconfig lang/gcc/4.2/pkg: PFRAG.I386-main PFRAG.PIC-c++ PFRAG.PIC-f95 PFRAG.PIC-java PFRAG.PIC-main PFRAG.PIC-objc PFRAG.PPC-main PFRAG.shared-estdc PFRAG.shared-f95 PFRAG.shared-java PFRAG.shared-main PFRAG.shared-objc PLIST-ada PLIST-c++ PLIST-estdc PLIST-f95 PLIST-java PLIST-main PLIST-objc Log message: remove 4.2. long unused, doesn't build, tobiasu@ doesn't need it any more. prompted by naddy@, ok tobiasu@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/19 12:01:35 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: devel/qt4-eventsview: Makefile distinfo devel/qt4-eventsview/patches: patch-test_main_cpp devel/qt4-eventsview/pkg: DESCR PFRAG.shared PLIST Log message: remove qt4-eventsview; marked BROKEN for four and a half years; ok zhuk@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/03/19 12:08:08 Modified files: x11/gnustep/ftp: Makefile distinfo x11/gnustep/ftp/pkg: PLIST Log message: Minor bugfix update of FTP to 0.5 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/03/19 12:11:49 Modified files: x11/gnustep/price: Makefile distinfo Log message: Minor bugfix and feature release 1.3.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/19 12:56:57 Modified files: emulators/bochs: Makefile Log message: BROKEN-powerpc= error: bx_bswap32 was not declared in this scope (like hppa) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/19 13:27:57 Modified files: devel/spidermonkey: Makefile Added files: devel/spidermonkey/patches: patch-jsapi_cpp Log message: Tentatively enable on hppa, fixing the build with a oneliner.. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/19 13:28:37 Modified files: x11/gnome/gjs : Makefile Log message: Also enable on gjs on hppa to keep arch list in sync. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/19 13:49:49 Modified files: www/mozilla-firefox: Makefile www/seamonkey : Makefile Log message: Move i386 back to build with clang. The issues we had in the past seem to have resolved, 37.0beta5 builds and runs with clang, and the build of 36 with gcc4 is broken anyway because of #1028827 and #1122745. Boo SSSE3/SSE4.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/19 14:02:53 Modified files: devel/spidermonkey: Makefile Log message: remove comment not meaning anything anymore, pointed out by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/19 14:23:57 Modified files: lang/gcc/4.6 : Makefile lang/gcc/4.6/pkg: PLIST-estdc PLIST-f95 PLIST-go PLIST-java PLIST-main PLIST-objc Removed files: lang/gcc/4.6/pkg: PFRAG.shared-estdc PFRAG.shared-f95 PFRAG.shared-go PFRAG.shared-java PFRAG.shared-main PFRAG.shared-objc Log message: Fold PFRAG.shared into PLIST as was done for gcc 4.8 and 4.9. This only builds on select archs that have shared libraries anyway. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/19 14:25:27 Modified files: audio/faad : Makefile audio/faad/pkg : PLIST-main audio/libgpod : Makefile audio/libgpod/pkg: PLIST-main databases/db/v4: Makefile databases/db/v4/pkg: PLIST-java PLIST-main databases/sqlite3/pkg: PLIST-main devel/libtool : Makefile devel/libtool/pkg: PLIST-ltdl devel/subversion: Makefile devel/subversion/pkg: PLIST-main graphics/openexr: Makefile graphics/openexr/pkg: PLIST-main PLIST-tools japanese/canna : Makefile japanese/canna/pkg: PLIST-main PLIST-server lang/gfortran : Makefile lang/gfortran/pkg: PLIST-lib mail/alpine : Makefile mail/alpine/pkg: PLIST-c-client net/libdnet : Makefile net/libdnet/pkg: PLIST-main PLIST-python print/freetype : Makefile print/freetype/pkg: PLIST-main sysutils/gamin : Makefile sysutils/gamin/pkg: PLIST-main telephony/iaxclient: Makefile telephony/iaxclient/pkg: PLIST-main x11/openmotif : Makefile x11/openmotif/pkg: PLIST-main Removed files: audio/faad/pkg : PFRAG.shared-main audio/libgpod/pkg: PFRAG.shared-main databases/db/v4/pkg: PFRAG.shared-java databases/sqlite3/pkg: PFRAG.shared-main devel/libtool/pkg: PFRAG.shared-ltdl devel/subversion/pkg: PFRAG.shared-main graphics/openexr/pkg: PFRAG.shared-main japanese/canna/pkg: PFRAG.shared-main lang/gfortran/pkg: PFRAG.shared-lib mail/alpine/pkg: PFRAG.shared-c-client net/libdnet/pkg: PFRAG.shared-main PFRAG.shared-python print/freetype/pkg: PFRAG.shared-main sysutils/gamin/pkg: PFRAG.shared-main telephony/iaxclient/pkg: PFRAG.shared-main x11/openmotif/pkg: PFRAG.shared-main Log message: fold lib-only PFRAG.shared into PLIST, and some related cleanups CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/19 14:53:43 Modified files: net/wget : Makefile distinfo net/wget/patches: patch-doc_sample_wgetrc patch-doc_wget_texi Removed files: net/wget/patches: patch-src_openssl_c Log message: Update to wget-1.16.3 feedback and ok jca@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/03/19 15:15:19 Modified files: databases/ruby-hiera-eyaml: Makefile distinfo databases/ruby-hiera-eyaml/pkg: PLIST Log message: Minor update to 2.0.7 OK jasper@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/03/19 15:18:59 Modified files: lib/libpthread/include: pthread.h Log message: Provide #defines for the mutex types as required by POSIX. Pointed out by guenther@ and found out the hard way by landry@ ok guenther@ CVSROOT: /cvs Module name: src Changes by: bcallah@cvs.openbsd.org 2015/03/19 15:22:15 Modified files: usr.bin/mg : autoexec.c basic.c bell.c buffer.c chrdef.h cinfo.c cmode.c cscope.c def.h dir.c dired.c display.c echo.c extend.c file.c fileio.c funmap.c grep.c help.c kbd.c keymap.c line.c macro.c main.c match.c modes.c paragraph.c random.c re_search.c region.c search.c spawn.c tags.c theo.c tty.c ttyio.c ttykbd.c undo.c version.c window.c word.c yank.c Removed files: usr.bin/mg : sysdef.h Log message: Clean up the includes in mg. This does the following: Moves all POSIX headers from sysdef.h into the individual .c files so that each file now only includes what it needs. All headers are properly sorted. Moves the remainder of sysdef.h to other files (mostly def.h) and deletes sysdef.h now that it's no longer contains anything. Tweak a comment that references sysdef.h so that it no longer does that. ok florian@ CVSROOT: /cvs Module name: src Changes by: bcallah@cvs.openbsd.org 2015/03/19 15:48:05 Modified files: usr.bin/mg : buffer.c cmode.c dired.c grep.c kbd.h keymap.c theo.c tty.c ttydef.h Log message: More unifdef cleanup: -UDIRED_XMAPS and -UFUND_XMAPS: you can't build mg the other way. -DTIOCGWINSZ: you have this if you have term.h Remove a #define TERMCAP which isn't being used. Remove defines for NDIRED_XMAPS, NFUND_XMAPS, and IMAPEXT. They are all defined to be 0 and are only ever used in addition. We don't need to add 0. Simply lines that were using those defines. ok florian@ CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2015/03/19 16:05:28 Modified files: lib/libc/net : rcmd.c Log message: zap #if 0'd code that's been dead since '96 ok todd@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/19 16:18:27 Modified files: mail/rcube-contextmenu: Makefile distinfo Log message: update to rcube-contextmenu 2.1.1 CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2015/03/19 16:34:59 Modified files: bin/ksh : sh.1 Log message: Make it clear that it's the line who shouldn't be empty, and not the command history. This version comes from jmc@ together with his okay. CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2015/03/19 16:38:28 Modified files: bin/ksh : sh.1 Log message: Fix IFS description. May be polished further when all consequences of following "null is the same as empty" from POSIX are investigated. okay jmc@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/19 16:48:57 Modified files: sbin/fdisk : cmd.c Log message: When zapping the GPT at the end of the disk, don't use disk.size to get the location. disk.size is a 32 bit value for MBR use. Use DL_GETDSIZE(&dl) to get the real location even on 'big' disks. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/03/19 17:05:34 Modified files: net/tor : Makefile distinfo Log message: update to tor 0.2.5.11 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/19 18:26:38 Modified files: usr.bin/sort : file.c file.h sort.c Log message: Remove custom getdelim(3) and fix a small memory leak. From Andre Smagin. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/19 19:53:05 Modified files: sbin/fsirand : fsirand.c sbin/fsck : fsck.c Log message: Fix cut & pasto in warning message; from Andre Smagin CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/03/19 21:02:51 Modified files: lib/libssl/src/crypto/ec: ec_asn1.c Log message: Fix a memory leak in an error path. From OpenSSL commit 5e5d53d341fd9a9b9cc0a58eb3690832ca7a511f. ok guenther@, logan@ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2015/03/19 21:35:22 Modified files: . : errata57.html Log message: remove the 001 placeholder text CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/19 22:26:56 Modified files: graphics/birdfont: Makefile distinfo graphics/birdfont/patches: patch-dodo_py patch-install_py graphics/birdfont/pkg: PLIST Log message: Update to 2.3.0 - birdfont gains a new UI layout. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/03/20 01:07:57 Modified files: sys/arch/i386/i386: acpi_wakecode.S Log message: Fix an outdated comment, spotted by mpi@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/03/20 04:41:15 Modified files: sys/dev/pci : if_ix.c Log message: Re-apply -r1.115 that got accidentally reverted and brought to my attention and fix re-tested by Kapetanakis Giannis. Thanks a lot! Original commit message: When setting up advanced TX descriptor use m_getptr to locate the IP or IPv6 header instead of assuming contiguousness of the target buffer across Ethernet and IP/IPv6 headers. Tested by Kapetanakis Giannis , thanks! Problem analysis and initial diff by dlg@. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/03/20 04:50:39 Modified files: www/hiawatha : Makefile Log message: fix path to pid file reporthed by Rod Whitworth glisten at witworx dot com ok sthen@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/03/20 05:05:49 Modified files: sys/dev/ic : ar5211.c Log message: Unbreak WEP/WPA on AR5211 ath(4) devices by setting hardware WEP keytable entry types to NULL, as done for AR5212 devices. ath(4) uses software crypto. ok reyk@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/03/20 05:33:17 Modified files: sys/kern : subr_pool.c Log message: reintroduce r1.173: > if we're able to use large page allocators, try and place at least > 8 items on a page. this reduces the number of allocator operations > we have to do per item on large items. this was backed out because of fallout on landisk which has since been fixed. putting this in again early in the cycle so we can look for more fallout. hopefully it will stick. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/03/20 05:55:10 Modified files: sys/dev/ic : re.c Log message: some re(4) chips can do jumbos, but none of them can checksum jumbo packets. rather than disable cksum offload for all packets, this sets things up so we still advertise offload to the stack, but if the driver gets a large packet it does the checksum itself in software. small (normal sized) packets still get offloaded like now. if you're doing a jumbo you'll be doing the cksum in software, but will hopefully win overall cos you'll be doing a 6th of the work cos you're doing more data in every packet. diff from jim smith ok sthen@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/20 05:58:04 Modified files: sys/dev/usb : if_axen.c Log message: Convert to if_input(), tested by Fabian Raetz, thanks! CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/03/20 06:04:09 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: add support for jumbos on re(4). this uses hints from the freebsd driver, but the implementation differs. freebsd manages two lists of rx descriptors. one for "normal" packets and the other for jumbos. this continues to use a single list and uses a per softc variable and MCLGETI to always allocate what the chip is capable and uses it unconditionally. other than that, we just need to enable some bits in some registers to be able to do jumbos. this relies on the previous commit to properly deal with checksum offload for packets of different sizes. from jim smith ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/20 06:07:41 Modified files: databases/iodbc: Makefile distinfo databases/iodbc/pkg: PLIST-main Log message: update to iODBC-3.52.10 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/20 06:24:28 Modified files: security/openssl: Tag: OPENBSD_5_7 Makefile distinfo security/openssl/patches: Tag: OPENBSD_5_7 patch-Configure security/openssl/pkg: Tag: OPENBSD_5_7 PLIST Log message: SECURITY update to OpenSSL 1.0.1m http://openssl.org/news/secadv_20150319.txt CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/20 06:31:30 Modified files: devel/re2c : Makefile distinfo Removed files: devel/re2c/patches: patch-dfa_cc patch-re2c_1_in Log message: update to re2c-0.14.1 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/20 06:53:43 Modified files: usr.bin/mandoc : libman.h man_macro.c Log message: Simplify by almost halving the number of macro flags: 1. MAN_EXPLICIT was used iff fp == blk_exp, so just test fp. 2. MAN_FSCOPED was used only for TP, so just test for TP. 3. MAN_NOCLOSE was completely unused. No functional change. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/20 07:02:34 Modified files: security/openssl: Tag: OPENBSD_5_6 Makefile distinfo security/openssl/patches: Tag: OPENBSD_5_6 patch-Configure security/openssl/pkg: Tag: OPENBSD_5_6 PLIST Log message: SECURITY update to OpenSSL 1.0.1m http://openssl.org/news/secadv_20150319.txt CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/03/20 07:25:15 ports/devel/jansson/patches Update of /cvs/ports/devel/jansson/patches In directory cvs.openbsd.org:/tmp/cvs-serv5326/patches Log Message: Directory /cvs/ports/devel/jansson/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/03/20 07:28:23 Modified files: devel/jansson : Makefile devel/jansson/pkg: PLIST Added files: devel/jansson/patches: patch-CMakeLists_txt Log message: regen PLIST after previous commit. spotted and ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2015/03/20 08:09:01 Modified files: sysutils/autossh: Makefile distinfo Log message: Update for Autossh to 1.4e CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/20 08:47:20 Modified files: usr.bin/mandoc : man_macro.c regress/usr.bin/mandoc/man/PD: Makefile Added files: regress/usr.bin/mandoc/man/PD: nextline.in nextline.out_ascii Log message: The .PD macro can occur in next-line scope. Fixes zshmisc(1). Issue reported by Christian Neukirchen . CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/20 08:50:16 Modified files: multimedia/get_iplayer: Makefile multimedia/get_iplayer/patches: patch-get_iplayer Log message: /usr/bin/env perl -> /usr/bin/perl CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/20 08:59:36 Modified files: audio/pianobar : Makefile audio/pianobar/patches: patch-src_player_c Added files: audio/pianobar/patches: patch-src_libpiano_piano_h patch-src_main_c patch-src_player_h patch-src_ui_act_c Log message: Merge bugfixes from upstream: Fix upcoming songs assertion failure (git commit 1cd5c5ec77ea43088982a439b58499be87c62087) player: Ignore volume change before playback started (git commit 310900e4be52d11388792d776d9f6b89380bbecd) player: Fix initial track volume (git commit 0005ea3873202ddefaae6466a932c159c08fd1c3) CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2015/03/20 09:00:00 Modified files: libressl : goals.html Log message: correct title CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2015/03/20 09:29:48 Modified files: libressl : goals.html papers.html Log message: the ../index.html links can just be index.html, instead of trying to go up CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2015/03/20 09:33:45 Modified files: libressl : index.html Added files: libressl : releases.html Log message: add a skeleton releases page CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2015/03/20 09:42:26 Added files: libressl : favicon.ico Log message: placeholder favicon CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/20 09:52:03 Modified files: x11/gnome/controlcenter: Makefile distinfo x11/gnome/controlcenter/patches: patch-panels_region_cc-input-chooser_c Log message: Update to gnome-control-center-3.14.4. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/20 09:55:22 Modified files: usr.bin/sort : bwstring.c Log message: Fix a comment. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/20 10:02:44 src/regress/usr.bin/mandoc/man/SS Update of /cvs/src/regress/usr.bin/mandoc/man/SS In directory cvs.openbsd.org:/tmp/cvs-serv30650/SS Log Message: Directory /cvs/src/regress/usr.bin/mandoc/man/SS added to the repository CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/03/20 10:07:08 Modified files: databases/mdbtools: Makefile Added files: databases/mdbtools: distinfo databases/mdbtools/files: gmdb2.desktop databases/mdbtools/patches: patch-src_odbc_Makefile_am patch-src_util_Makefile_am databases/mdbtools/pkg: DESCR-gmdb DESCR-main PLIST-gmdb PLIST-main Removed files: databases/mdbtools/snapshot: Makefile distinfo databases/mdbtools/snapshot/patches: patch-doc_Makefile_in patch-src_gmdb2_sql_c patch-src_libmdb_file_c databases/mdbtools/snapshot/pkg: DESCR-gmdb DESCR-main PLIST-gmdb PLIST-main Log message: update to mdbtools-0.7.2 OK sthen@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/20 10:09:25 Modified files: regress/usr.bin/mandoc/man: Makefile regress/usr.bin/mandoc/man/SH: Makefile noarg.in noarg.out_ascii noarg.out_lint Added files: regress/usr.bin/mandoc/man/SS: Makefile broken.in broken.out_ascii broken.out_lint broken_eline.in broken_eline.out_ascii broken_eline.out_lint noarg.in noarg.out_ascii noarg.out_lint Log message: more tests regarding empty header lines CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2015/03/20 10:13:31 Modified files: libressl : index.html releases.html Log message: note supported platforms as well CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2015/03/20 10:14:48 Modified files: libressl : index.html Log message: sorry solaris, but mentioning windows support is cooler CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2015/03/20 10:15:57 Modified files: libressl : releases.html Log message: netbsd is actually 6.1.5 CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2015/03/20 10:17:04 Modified files: libressl : index.html Log message: according to krw it is now the year 2015 CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2015/03/20 10:18:40 Modified files: libressl : index.html releases.html Log message: dang it, copyright year hiding in more places CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/20 10:27:28 Modified files: databases/mdbtools: Makefile databases/mdbtools/files: gmdb2.desktop databases/mdbtools/pkg: PLIST-gmdb Log message: Cleanup WANTLIB/DEPENDS. LOCALBASE -> TRUEPREFIX CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/20 10:48:13 Modified files: sys/dev/pci : if_alc.c Log message: Convert to if_input(), thanks to krw@ for testing. CVSROOT: /cvs Module name: www Changes by: kspillner@cvs.openbsd.org 2015/03/20 11:53:22 Modified files: faq/ports : guide.html Log message: DESCR files lines should be no longer than 80 characters. ok zhuk@, ok & better wording sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/20 12:06:14 Modified files: devel/mozjs17 : Makefile x11/gnome/shell: Makefile devel/jam/patches: patch-Jambase Log message: Keep list in sync. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/20 12:42:25 Modified files: sys/dev/pci : if_nfe.c Log message: Convert to if_input(), thanks to krw@ for testing. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/20 13:42:29 Modified files: usr.bin/renice : renice.8 renice.c Log message: POSIX says the renice -n flag is an increment, not an absolute priority. The historic BSD renice used an absolute priority, so we need to preserve that behavior for, e.g. "renice +1 $$". When mixing historic syntax with the -n flag, the increment specified via -n will only affect the entries that follow it. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/03/20 13:58:35 Added files: games/flightgear/base/patches: patch-3rdparty_hts_engine_API_lib_HTS_misc_c Log message: oops, forgot to cvs add a patch. build failure noticed by naddy@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/20 14:09:07 Removed files: comms/hamlib/pkg: PFRAG.shared-tcl Log message: remove unused fragment CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/03/20 14:25:10 Modified files: sys/dev/acpi : acpi.c Log message: The ACPI standard says that a PCI function number of FFFF can be used to refer to all functions on a device. This makes no sense in the context of accessing PCI config space. Nevertheless stsp@ has a machine with AML that tries to do config space reads from a device where _ADR encodes function number FFFF. This is almost certainly buggy AML, but since Linux (and presumably Windows) boot just fine on this machine we need to work around this. Linux effectively treats function FFFF as function 7, which isn't present on this machine. Instead we simulate a read from a non-existent device by returning a bit pattern of all ones. Writes to function FFFF will still panic. ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/20 16:47:42 Modified files: devel/p5-BSD-arc4random: Makefile devel/p5-BSD-arc4random/pkg: PLIST devel/p5-Device-USB: Makefile devel/p5-Device-USB/pkg: PLIST devel/p5-Hash-NoRef: Makefile devel/p5-Hash-NoRef/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-Safe-Hole: Makefile devel/p5-Safe-Hole/pkg: PLIST editors/libreoffice: Makefile editors/libreoffice/pkg: PLIST-java PLIST-kde PLIST-main graphics/p5-Image-Imlib2: Makefile graphics/p5-Image-Imlib2/pkg: PLIST graphics/zbar : Makefile graphics/zbar/pkg: PLIST japanese/p5-Text-Kakasi: Makefile japanese/p5-Text-Kakasi/pkg: PLIST lang/mono : Makefile lang/mono/pkg : PLIST misc/gpsd : Makefile misc/gpsd/pkg : PLIST-main net/ejabberd : Makefile net/ejabberd/pkg: PLIST net/nepenthes : Makefile net/nepenthes/pkg: PLIST security/opensc: Makefile security/opensc/pkg: PLIST security/p5-Digest-MD5-M4p: Makefile security/p5-Digest-MD5-M4p/pkg: PLIST sysutils/rdiff-backup: Makefile sysutils/rdiff-backup/pkg: PLIST www/p5-HTTP-Parser-XS: Makefile www/p5-HTTP-Parser-XS/pkg: PLIST x11/p5-Tk-TableMatrix: Makefile x11/p5-Tk-TableMatrix/pkg: PLIST Removed files: devel/p5-BSD-arc4random/pkg: PFRAG.shared devel/p5-Device-USB/pkg: PFRAG.shared devel/p5-Hash-NoRef/pkg: PFRAG.shared devel/p5-Moose/pkg: PFRAG.shared devel/p5-MooseX-Role-WithOverloading/pkg: PFRAG.shared devel/p5-Safe-Hole/pkg: PFRAG.shared editors/libreoffice/pkg: PFRAG.shared-java PFRAG.shared-kde PFRAG.shared-main graphics/p5-Image-Imlib2/pkg: PFRAG.shared graphics/zbar/pkg: PFRAG.shared japanese/p5-Text-Kakasi/pkg: PFRAG.shared lang/mono/pkg : PFRAG.shared misc/gpsd/pkg : PFRAG.shared-main net/ejabberd/pkg: PFRAG.shared net/nepenthes/pkg: PFRAG.shared security/opensc/pkg: PFRAG.shared security/p5-Digest-MD5-M4p/pkg: PFRAG.shared sysutils/rdiff-backup/pkg: PFRAG.shared www/p5-HTTP-Parser-XS/pkg: PFRAG.shared x11/p5-Tk-TableMatrix/pkg: PFRAG.shared Log message: fold PFRAG.shared into PLIST for SHARED_ONLY ports CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/20 17:04:07 Modified files: usr.bin/sort : sort.c Log message: Use the hw.usermem sysctl to determine the amount user (non-kernel) memory instead of sysconf(_SC_PHYS_PAGES) (which also counts pages wired by the kernel). Don't try to use a memory buffer larger than the datasize hard resource limit. Adapted from a diff by Andre Smagin. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/03/20 19:02:11 Added files: games/flightgear/base/patches: patch-src_Network_ATC-Main_cxx Log message: Grr, another missed patch. CVSROOT: /cvs Module name: www Changes by: bcallah@cvs.openbsd.org 2015/03/20 22:03:43 Modified files: . : events.html Log message: My guest lecture at RPI went great. Move it and Giovanni's recent LibreSSL talk to past events. Link slides (pdf) to my lecture. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/03/21 02:05:20 Modified files: lib/libssl/src/crypto/bio: bss_mem.c lib/libssl/src/crypto/bn: bn_exp.c bn_recp.c Log message: Fix indentation that incorrectly implies a different control flow. The actual control flow is intentional while the indenting is incorrect. This is intended to be a cosmetic change. Verified that each of these was part of a KNF commit that wasn't intending to change behavior. Also, double checked against the history of changes in OpenSSL and BoringSSL. Addresses Coverity CIDs: 78842, 78859, 78863. ok tedu@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/21 03:19:13 Modified files: devel/harfbuzz : Makefile distinfo Log message: Update to harfbuzz-0.9.40. CVSROOT: /cvs Module name: ports Changes by: jung@cvs.openbsd.org 2015/03/21 05:34:10 Modified files: devel/glib2 : Makefile Added files: devel/glib2/patches: patch-gmodule_gmodule-dl_c Log message: add a workaround patch to make gmodule dlclose a noop for now, this unbreaks (at least) webkit based browsers like surf and vimb issue reported to upstream in bug #746536 hints and debug pointers from sthen@ czarkoff@ and guenther@ ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/21 06:34:14 Modified files: net/libnet/1.0 : Makefile net/libnet/1.1 : Makefile Log message: an old problem with REVISION rears its head with the recent bumps; bump EPOCH to fix. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/21 07:02:35 Modified files: net/libnet/1.0 : Makefile net/libnet/1.1 : Makefile Log message: update PKGSPECs to cope with last change CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/21 07:07:09 Modified files: security/ipguard: Makefile Log message: drop the version string in LIB_DEPENDS and just use the one picked up from libnet's PKGSPEC CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/21 07:20:08 Modified files: devel/py-hgtools: Makefile devel/py-hgtools/pkg: PLIST Log message: Add a python3 FLAVOR. discussed with sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/21 07:20:39 Modified files: devel : Makefile Log message: py-hgtools,python3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/21 07:21:46 Modified files: security/py-keyring: Makefile Log message: Add BUILD_DEPENDS on devel/py-hgtools${MODPY_FLAVOR}. discussed with sthen@ ; should fix packaging that port CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/21 07:42:06 Modified files: sys/dev/ic : ahci.c sys/dev/pci : pciide.c Log message: Print speeds consistently. ok brynet@, miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/21 07:52:13 Modified files: textproc/latexmk: Makefile distinfo textproc/latexmk/patches: patch-latexmk_pl Log message: Update to latexmk-443a. Add a patch from Tim Hume to fix HUPing the PDF viewer. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/21 07:54:17 Modified files: textproc/latexmk: Makefile textproc/latexmk/patches: patch-latexmk_pl Log message: Forgot a chunk in previous. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/03/21 08:11:19 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-chrome_app_chrome_main_delegate_cc Added files: www/chromium/patches: patch-device_usb_usb_service_impl_cc patch-net_base_net_util_linux_cc patch-third_party_WebKit_Source_bindings_core_v8_V8ScriptRunner_cpp Log message: update to 41.0.2272.101 and add missing patches from last commit CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/21 08:46:21 Modified files: share/zoneinfo/datfiles: asia australasia europe northamerica southamerica Log message: Update to tzdata2015b from ftp.iana.org CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/21 09:26:18 Removed files: security/py-keyring/patches: patch-setup_py Log message: last piece of the puzzle, this patch also needs to die: both flavours now package ok. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/03/21 09:35:15 Modified files: lib/libtls : tls_client.c Log message: free the server certificate in tls_connect_fds(); fixes a memory leak with repeated use of tls_connect. ok jsing CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/03/21 10:45:53 Modified files: distrib/miniroot: install.sub Log message: Bourne to Korn shell OK krw@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/21 11:18:17 Modified files: usr.bin/mandoc : manpath.c Log message: when there is no -m, no -M, no MANPATH and no /etc/man.conf, fall back to /usr/share/man:/usr/X11R6/man:/usr/local/man CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/03/21 11:33:10 Modified files: usr.sbin/ldpd : ldpe.c Log message: Close extended discovery socket on exit. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/03/21 12:02:58 Modified files: sys/arch/sparc64/dev: ldc.c Log message: Only reconfigure LDC queues ipon reset instead of unconfiguring them first. This makes sure the other side correctly sees the channel being reset. CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/03/21 12:05:12 Log message: import godoc-1.4 Godoc extracts and generates documentation for Go programs. In command-line mode it prints plain text documentation to standard output and exits. With the -http flag, it runs as a web server and presents the documentation as a web page. Thanks to Adam Wolk, Fabian Raetz, kspillner@, schwarze@, sthen@ OK kspillner@, sthen@ Status: Vendor Tag: czarkoff Release Tags: czarkoff_20150321 N ports/textproc/godoc/Makefile N ports/textproc/godoc/distinfo N ports/textproc/godoc/pkg/DESCR N ports/textproc/godoc/pkg/PLIST N ports/textproc/godoc/pkg/godoc.rc No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/03/21 12:11:18 Modified files: sys/arch/sparc64/dev: vnet.c Log message: Make sure we reset all relevant state when resetting or stopping an interface. Our reset function did not reset the ring and LDC map and our stop function did not reset the LDC channel state and the some of the ring state. Also make sure we clear IFF_OACTIVE whenever we re-establish a connection on the LDC channel. Finally, initialize the link state to LINK_STATE_DOWN such that interfaces that have not been configured yet, don't show up as active. This should improve the reliability of re-establishing network connections between domains after some sort of hickup considerably. CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/03/21 12:11:29 Log message: import godoc-1.4 Godoc extracts and generates documentation for Go programs. In command-line mode it prints plain text documentation to standard output and exits. With the -http flag, it runs as a web server and presents the documentation as a web page. Thanks to Adam Wolk, Fabian Raetz, kspillner@, schwarze@, sthen@ OK kspillner@ and sthen@ Status: Vendor Tag: czarkoff Release Tags: czarkoff_20150321 U ports/textproc/godoc/Makefile U ports/textproc/godoc/distinfo U ports/textproc/godoc/pkg/DESCR U ports/textproc/godoc/pkg/PLIST U ports/textproc/godoc/pkg/godoc.rc No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/03/21 12:20:19 Modified files: usr.sbin/ldpd : kroute.c Log message: ldpd: Don't assign labels for BGP routes. Although RFC 5036 is not explicit about this, LDP should not assign labels for BGP routes. Doing that would be very resource consuming in some scenarios and unnecessary. The goal is generally only to establish LSPs among all PEs in the AS since LDP is not used as an end in itself but as a means to implement advanced solutions like MPLS L2/L3 VPNs. Some implementations (e.g. JunOS) go further and only assign labels for /32 loopback routes advertised in the IGP. If Inter-AS LSPs are necessary, BGP itself should be used for distributing IPv4 labeled routes (e.g. option C. of section 10 in RFC 4364). CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/03/21 12:25:08 Modified files: usr.sbin/ldpd : interface.c Log message: ldpd: Remove attached adjacencies whenever an interface is disabled for whatever reason. If one interface is disabled, the holdtimer of the attached adjacencies will eventually timeout after a few seconds. But there's no need to wait when we know that the interface is disabled. In these cases, remove the attached adjacencies to speedup the convergence process. CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/03/21 12:27:40 Modified files: distrib/miniroot: install.sub Log message: Move code that gets executed when install.sub is sourced to the bottom of the file to make it easier to see what code is actually executed. OK krw@ halex@ CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/03/21 12:29:22 Modified files: usr.sbin/ldpd : ldpe.c Log message: Don't try to send address withdraws to neighbors that are unreachable after an address removal in the system. CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/03/21 12:32:01 Modified files: usr.sbin/ldpd : interface.c kroute.c ldpd.h ldpe.c ldpe.h Log message: Remove interface finite state machine. In the name of simplicity, remove the interface FSM that was inherited from ospfd. In ldpd interfaces are just up or down, so keeping a FSM for that is an overkill. Now instead of calling if_fsm(), just call if_update() whenever a relevant event occurs (status change, address addition/removal). Additional notes: 1 - s/if_act_/if_/ 2 - Remove the IMSG_IFUP and IMSG_IFDOWN events. Now whenever an interface changes its state a IMSG_IFSTATUS event will be generated with the new status. kroute.c ldpd.h ldpe.c ldpe.h CVS: ---------------------------------------------------------------------- CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/03/21 12:34:01 Modified files: usr.sbin/ldpd : kroute.c lde.c ldp.h ldpe.h neighbor.c Log message: Remove unused variables and functions. CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/03/21 12:53:02 Log message: import godoc-1.4 Godoc extracts and generates documentation for Go programs. In command-line mode it prints plain text documentation to standard output and exits. With the -http flag, it runs as a web server and presents the documentation as a web page. Thanks to Adam Wolk, Fabian Raetz, kspillner@, schwarze@, sthen@ OK kspillner@ and sthen@ Status: Vendor Tag: czarkoff Release Tags: czarkoff_20150321 U ports/textproc/godoc/Makefile U ports/textproc/godoc/distinfo U ports/textproc/godoc/pkg/DESCR U ports/textproc/godoc/pkg/PLIST U ports/textproc/godoc/pkg/godoc.rc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/21 13:14:40 Log message: Import x11/cool-retro-term ok jung@ cool-retro-term is a terminal emulator which mimics the look and feel of the old cathode tube screens. It has been designed to be eye-candy, customizable, and reasonably lightweight. Status: Vendor Tag: bcallah Release Tags: bcallah_20150321 N ports/x11/cool-retro-term/Makefile N ports/x11/cool-retro-term/distinfo N ports/x11/cool-retro-term/patches/patch-qmltermwidget_lib_kpty_cpp N ports/x11/cool-retro-term/patches/patch-app_app_pro N ports/x11/cool-retro-term/patches/patch-cool-retro-term_pro N ports/x11/cool-retro-term/pkg/PLIST N ports/x11/cool-retro-term/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/21 13:15:06 Modified files: x11 : Makefile Log message: +cool-retro-term CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/03/21 13:26:09 Modified files: textproc : Makefile Log message: link godoc to build CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/03/21 13:43:35 Modified files: x11/wmi : Makefile Added files: x11/wmi/patches: patch-src_draw_cpp patch-src_kernel_cpp patch-src_util_cpp Log message: Unbreak wmi and cleanup the port while here. - fix buffer overrun - fix infinite loop on LP64 archs - update MASTER_SITES - remove HOMEPAGE, the project is abandoned - remove unresponsive MAINTAINER - sync WANTLIB CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/21 13:44:36 Modified files: textproc/godoc : Makefile textproc/godoc/pkg: godoc.rc Log message: Fix rc script. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/03/21 13:47:36 Modified files: x11/wmi/patches: patch-src_draw_cpp patch-src_kernel_cpp patch-src_util_cpp Log message: Add comments to new patches. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/21 13:54:08 Modified files: x11/cool-retro-term: Makefile x11/cool-retro-term/patches: patch-app_app_pro patch-cool-retro-term_pro Log message: LOCALBASE -> PREFIX CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/21 13:55:32 Modified files: sys/arch/sparc/dev: sbus.c sbusvar.h Log message: When an IOMMU is not available, and an sbus board has register ranges not reachable with the default slot aperture (such as hme(4) devices, which have their registers at offset 0x08c00000 from the slot base), force the attachment of the device to fail. While hme would fail early due to being unable to talk on the mdio bus, hme+esp boards would have the esp part of the board get nuts and would spin during autoconf. Of course, you are not supposed to use such boards on sun4c, because (as mentioned above) they can't run without an iommu. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/03/21 14:42:38 Modified files: sys/arch/amd64/amd64: cpu.c fpu.c sys/arch/amd64/include: cpufunc.h fpu.h specialreg.h Log message: Add support for saving/restoring FPU state using the XSAVE/XRSTOR. Limit support to the X87, SSE and AVX state. This gives us (almost) full AVX support. The AVX state isn't saved by signal handlers yet, and ptrace(2) support is still missing. ok guenther@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/03/21 15:13:52 Modified files: distrib/miniroot: install.sub Log message: Fold the single command from update_firmware() into finish_up() and remove the update_firmware() function all together. OK halex@ krw@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/21 15:15:13 Modified files: usr.bin/sort : sort.1 Log message: sort ENVIRONMENT; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/21 15:18:02 Modified files: usr.bin/sort : sort.1 Log message: there is no real need to send readers to arc4random_buf(3) in SEE ALSO, but in the one place where it is mentioned, use an Xr rather than Fn; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/21 15:19:25 Modified files: usr.bin/sort : sort.1 Log message: too late, alas, i found one more arc4random Fn that is better as Xr; CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/21 15:26:50 Modified files: editors/jed : Makefile editors/jed/pkg: PLIST Log message: The rgrep.1 man page needs some fixes, but since we don't build or install the program, don't install the man page either. Drop USE_GROFF. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/21 15:28:27 Modified files: editors/cooledit: Makefile games/crossfire-client: Makefile games/xlife : Makefile games/xlife/patches: patch-xlife_pattern_c patch-xlife_save_c patch-xlife_xlife_man math/calc : Makefile math/calc/patches: patch-Makefile plan9/rc : Makefile Added files: editors/cooledit/patches: patch-man_cooledit_1 games/crossfire-client/patches: patch-gtk_gcfclient_man patch-x11_cfclient_man math/calc/patches: patch-calc_man Log message: Fix some roff-level problems (text interpreted as macro, backslash escaping) and drop USE_GROFF where no longer needed. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/21 15:30:58 Modified files: usr.bin/sort : sort.1 Log message: sort options, and generally shuffle around; do not give "file operands" its own section; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/21 15:47:37 Modified files: usr.bin/sort : sort.1 Log message: typo/grammar fixes; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/21 16:22:04 Modified files: lib/libc/sys : vfork.2 Log message: according to javad kouhi, freebsd pr #198612, vfork appeared first in bsd 3.0; thanks sobrado for verifying (and okaying this) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/21 16:32:41 Modified files: lang/php/5.4 : Makefile distinfo Log message: update to PHP-5.4.39, ok robert@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/21 16:32:53 Modified files: lang/php/5.5 : Makefile distinfo lang/php/5.5/patches: patch-ext_odbc_config_m4 Log message: update to PHP-5.5.23, ok robert@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/21 16:33:01 Modified files: lang/php/5.6 : Makefile distinfo lang/php/5.6/patches: patch-ext_odbc_config_m4 patch-sapi_cgi_cgi_main_c lang/php/5.6/pkg: PLIST-main Log message: update to PHP-5.6.7, ok robert@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/21 16:33:21 Modified files: lang/php : Makefile Log message: unhook php/5.3, ok robert@ CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2015/03/21 18:58:16 Modified files: lib/libc/net : rcmd.c Log message: unmute rcmd hostname lookup failure ok millert@ jung@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/03/21 19:13:32 Modified files: sys/conf : Tag: OPENBSD_5_7 newvers.sh Log message: -stable CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/21 19:14:34 Modified files: usr.bin/getconf: getconf.c Log message: Add sysconf() extensions PHYS_PAGES, AVPHYS_PAGES, NPROCESSORS_CONF and NPROCESSORS_ONLN. OK guenther@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/03/21 21:15:00 Modified files: bin/pax : ar_io.c Log message: rev 1.44 accidentally changed ar_close() to give cpio the same output as pax. Adjust the conditions to correct that. ok millert@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/21 23:05:17 Modified files: graphics/birdfont: Makefile distinfo Log message: Bugfix update to 2.3.1 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/03/21 23:41:50 Modified files: sys/arch/amd64/amd64: db_trace.c Log message: Xstray* and Xhold* symbols vanished at some point; delete special handling CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/03/21 23:55:39 Modified files: sys/arch/amd64/amd64: locore.S Log message: Explain the state on syscall entry CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/03/22 00:13:37 Modified files: telephony/baresip/re: Makefile distinfo Log message: update to re 0.4.12 OK sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/22 00:34:08 Removed files: audio/rioutil : Makefile distinfo audio/rioutil/patches: patch-include_rio_internal_h patch-librioutil_cksum_c patch-librioutil_rio_c audio/rioutil/pkg: DESCR PLIST Log message: Remove unmaintained (and probably unused) rioutil. As sthen@ puts it: "It will always be in the attic (alongside those dusty old mp3 players) if somebody desperately needs it. ok sthen@ jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/22 00:34:25 Modified files: audio : Makefile Log message: -rioutil CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/22 00:34:54 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register rioutil removal. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/22 01:39:48 Modified files: security/p11-kit: Makefile security/p11-kit/pkg: PLIST Log message: Add missing symlink to p11-kit-proxy.so. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/03/22 02:25:56 Modified files: infrastructure/db: user.list Log message: reserve _ddclient uid CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/22 02:28:31 Modified files: devel/p5-Git-Repository: Makefile distinfo Log message: Update to p5-Git-Repository-1.313. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/03/22 02:29:46 ports/net/ddclient/patches Update of /cvs/ports/net/ddclient/patches In directory cvs.openbsd.org:/tmp/cvs-serv2092/patches Log Message: Directory /cvs/ports/net/ddclient/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/03/22 02:30:20 Modified files: net/ddclient : Makefile net/ddclient/pkg: PLIST ddclient.rc Added files: net/ddclient/patches: patch-ddclient patch-sample-etc_ddclient_conf Log message: Don't run ddclient as root, but as a dedicated user. Move pidfile to /var/run/ddclient, created by the rc script. /etc/ddclient/ddclient.conf is now mode 640, root:_ddclient. Delete the mode 600 check in the script accordingly. comments from sthen@/ajacoutot@, ok dcoppa@ jung@ ajacoutot@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/22 02:31:13 Modified files: usr.bin/lorder : lorder.1 Log message: from mk: add ENVIRONMENT (for NM) CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/03/22 02:52:54 Modified files: net/ddclient : Makefile net/ddclient/pkg: PLIST Log message: Change HOME of ddclient user to /nonexistent as we usually do for daemons. prompted by ajacoutot@ CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/03/22 04:36:22 Modified files: usr.bin/openssl: openssl.c s_socket.c Log message: Since Windows needs BIO_sock_init() before you can call any networking functions, and ocsp and s_time need networking enabled too, this just moves BIO_sock_init() up into main() as a catch-all for all of the commands. Of course, it is a no-op on any other platform. ok @guenther CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/22 06:45:59 Modified files: sys/arch/sparc/dev: qec.c Log message: Do the right thing in qec_fix_range() when connected to an sbus(4) without `ranges' property, i.e. sun4c, so that child devices can attach correctly. This makes be(4) work on sun4c. CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/03/22 07:28:03 Modified files: lib/libcrypto/crypto: getentropy_linux.c Log message: sys/sysctl.h includes linux/sysctl.h, remove the extra unchecked include CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/22 09:10:47 Modified files: x11/worker : Makefile distinfo Log message: Bugfix update to 3.6.2 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/22 09:25:35 Modified files: graphics/birdfont: Makefile distinfo graphics/birdfont/patches: patch-install_py Log message: Bugfix update to 2.3.2 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/03/22 11:52:31 Modified files: lib/libc/locale: mbstowcs.3 wcrtomb.3 wcstombs.3 Log message: More wide character string function man page improvements based on feedback by Kaspars Bankovskis. ok jmc@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/03/22 12:02:11 Modified files: lib/libc/locale: wcrtomb.3 Log message: Resolve a mandoc -Tlint warning about trailing whitespace. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/22 14:54:08 Modified files: lang/seed7 : Makefile distinfo lang/seed7/pkg : PLIST Log message: Update to 20150322. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/22 15:00:53 Modified files: x11/xfce4/xfce4-power-manager: Makefile distinfo Removed files: x11/xfce4/xfce4-power-manager/patches: patch-panel-plugins_power-manager-plugin_xfce_xfce-power-manager-plugin_c Log message: Update to xfce4-power-manager 1.4.4. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/22 15:01:25 Modified files: x11/xfce4/xfdesktop: Makefile distinfo Log message: Update to xfdesktop 4.12.1 CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2015/03/22 16:32:03 Modified files: lib/libc/net : rcmd.c Log message: differentiate between a failed read, returning -1, and encountering end-of-file, returning 0, in order not to print an unrelated strerror(errno) in the latter case ok millert@ CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/03/22 16:45:33 Log message: Import ports/net/p5-Net-Abuse-Utils-Spamhaus. Tweak from sthen@ ok giovanni@ Perl extension for checking data against the Spamhaus blacklists. Status: Vendor Tag: jturner Release Tags: jturner_20150322 N ports/net/p5-Net-Abuse-Utils-Spamhaus/Makefile N ports/net/p5-Net-Abuse-Utils-Spamhaus/distinfo N ports/net/p5-Net-Abuse-Utils-Spamhaus/pkg/DESCR N ports/net/p5-Net-Abuse-Utils-Spamhaus/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/03/22 16:48:26 Modified files: net : Makefile Log message: +p5-Net-Abuse-Utils-Spamhaus CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/03/22 18:35:19 Modified files: sys/dev/pci : if_iwm.c Log message: Not all iwm hardware supports the 5GHz band. Make setting 11a rates and scanning conditional on the 5GHz support bit in the nvm. Problem reported and fix tested by Mattieu Baptiste. ok stsp@ kettenis@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/03/23 00:06:38 Modified files: usr.bin/ssh : ssh-keygen.c Log message: for ssh-keygen -A, don't try (and fail) to generate ssh v.1 keys when compiled without SSH1 support RSA/DSA/ECDSA keys when compiled without OpenSSL based on patch by Mike Frysinger; bz#2369 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/23 02:37:33 Modified files: x11/gnome/caribou: Makefile distinfo x11/gnome/caribou/pkg: PLIST Log message: Update to caribou-0.4.18. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/23 02:41:52 Modified files: sys/dev/usb : if_udav.c if_smsc.c Log message: Convert to if_input(), tested by jsg@, thanks! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/23 03:16:55 Modified files: net/nagios/nrpe: Makefile net/nagios/nrpe/patches: patch-src_nrpe_c net/nagios/nrpe/pkg: DESCR Log message: Switch NRPE to openssl; libressl no longer supports 512 bit DH keys. Add a no_ssl flavour to allow a non-SSL build (SSL doesn't really add much in the case of NRPE as no authentication is done anyway). guenther@ provided a diff to stay with libressl and use auto dh support instead, but backwards compatibility is a problem there. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/23 03:17:13 Modified files: net/nagios : Makefile Log message: hook in no_ssl flavour of nrpe CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/23 03:18:02 Modified files: net/nagios/nrpe: Tag: OPENBSD_5_7 Makefile net/nagios/nrpe/patches: Tag: OPENBSD_5_7 patch-src_nrpe_c net/nagios/nrpe/pkg: Tag: OPENBSD_5_7 DESCR Log message: MFC: Switch NRPE to openssl; libressl no longer supports 512 bit DH keys. Add a no_ssl flavour to allow a non-SSL build (SSL doesn't really add much in the case of NRPE as no authentication is done anyway). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/23 03:18:42 Modified files: net/nagios/nrpe: Tag: OPENBSD_5_6 Makefile net/nagios/nrpe/patches: Tag: OPENBSD_5_6 patch-src_nrpe_c net/nagios/nrpe/pkg: Tag: OPENBSD_5_6 DESCR Log message: MFC: Switch NRPE to openssl; libressl no longer supports 512 bit DH keys. Add a no_ssl flavour to allow a non-SSL build (SSL doesn't really add much in the case of NRPE as no authentication is done anyway). CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/03/23 03:36:26 Modified files: sbin/ping : ping.c Log message: obfuscate the monotonic clock values we put on the wire by offsetting them with a random value. picking between ^ and +- as the operator for the obfuscation has turned out to be a great bikeshed. im picking + and - cos it prevents observers seeing high bits roll over which can indicate the magnitude of the current clock value. discussed with many. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/03/23 04:09:02 Modified files: sbin/ping6 : ping6.c Log message: port src/sbin/ping/ping.c r1.116 to ping6: > bump the size of the time types on the wire to 64bit, and use nsec > instead of usec so its easier to translate to/from timespecs instead > of timevals. this raises the size of the default ping payload from 16 to 24bytes, but claudio@ thinks we'll be fine with this. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/03/23 04:36:24 Modified files: sbin/ping6 : ping6.c Log message: port src/sbin/ping/ping.c r1.118 to ping6: > obfuscate the monotonic clock values we put on the wire by offsetting > them with a random value. CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/03/23 05:06:39 Modified files: devel/py-dulwich: Makefile distinfo devel/py-dulwich/pkg: PLIST Log message: update to dulwich-0.10.0 Fixes CVE-2015-0838. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/23 05:19:44 ports/devel/py-dulwich/patches Update of /cvs/ports/devel/py-dulwich/patches In directory cvs.openbsd.org:/tmp/cvs-serv16413/patches Log Message: Directory /cvs/ports/devel/py-dulwich/patches added to the repository --> Using per-directory sticky tag `OPENBSD_5_7' CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/23 05:38:36 Modified files: devel/py-dulwich: Tag: OPENBSD_5_6 Makefile Added files: devel/py-dulwich/patches: Tag: OPENBSD_5_6 patch-dulwich__pack_c patch-dulwich_tests_test_pack_py Log message: security fix for CVE-2015-0838 python-dulwich: buffer overflow in apply_delta() originally spotted by sthen@ ok czarkoff@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/23 05:38:43 Modified files: devel/py-dulwich: Tag: OPENBSD_5_7 Makefile Added files: devel/py-dulwich/patches: Tag: OPENBSD_5_7 patch-dulwich__pack_c patch-dulwich_tests_test_pack_py Log message: security fix for CVE-2015-0838 python-dulwich: buffer overflow in apply_delta() originally spotted by sthen@ ok czarkoff@ CVSROOT: /cvs Module name: src Changes by: bcallah@cvs.openbsd.org 2015/03/23 06:31:19 Modified files: usr.bin/mg : buffer.c ttyio.c Log message: DIFFTOOL has to be defined for mg to build. TCSASOFT is defined via termios.h so we don't need the code for when it is not defined. ok reyk@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/23 07:19:17 Modified files: x11/gtk+3 : Makefile distinfo x11/gtk+3/pkg : PLIST-main Log message: Update to gtk+3-3.14.10. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/23 07:59:40 Modified files: x11/gnome/orca : Makefile distinfo x11/gnome/orca/pkg: PLIST Log message: Update to orca-3.14.4. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/23 08:26:53 Modified files: net/librest : Tag: OPENBSD_5_7 Makefile Added files: net/librest/patches: Tag: OPENBSD_5_7 patch-rest_oauth-proxy-call_c Log message: Security fix for CVE-2015-2675, Invalid pointer dereference in the GNOME librest library CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/23 08:36:38 Modified files: textproc/xerces-c: Makefile Added files: textproc/xerces-c/patches: patch-src_xercesc_internal_XMLReader_cpp Log message: Security fix for CVE-2015-0252: Apache Xerces-C XML Parser Crashes on Malformed Input CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/23 08:36:51 Modified files: textproc/xerces-c: Tag: OPENBSD_5_7 Makefile Added files: textproc/xerces-c/patches: Tag: OPENBSD_5_7 patch-src_xercesc_internal_XMLReader_cpp Log message: Security fix for CVE-2015-0252: Apache Xerces-C XML Parser Crashes on Malformed Input CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/23 08:36:55 Modified files: textproc/xerces-c: Tag: OPENBSD_5_6 Makefile Added files: textproc/xerces-c/patches: Tag: OPENBSD_5_6 patch-src_xercesc_internal_XMLReader_cpp Log message: Security fix for CVE-2015-0252: Apache Xerces-C XML Parser Crashes on Malformed Input CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/23 09:26:19 Modified files: www/py-requests: Makefile Added files: www/py-requests/patches: patch-requests_sessions_py Log message: Security fix for CVE-2015-2296 python-requests: session fixation and cookie stealing vulnerability ok shadchin@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/23 09:26:34 Added files: www/py-requests/patches: Tag: OPENBSD_5_6 patch-requests_sessions_py Log message: Security fix for CVE-2015-2296 python-requests: session fixation and cookie stealing vulnerability CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/23 09:27:04 Added files: www/py-requests/patches: Tag: OPENBSD_5_7 patch-requests_sessions_py Log message: Security fix for CVE-2015-2296 python-requests: session fixation and cookie stealing vulnerability CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/23 09:27:40 Modified files: www/py-requests: Tag: OPENBSD_5_7 Makefile Log message: missed in previous CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/23 09:27:55 Modified files: www/py-requests: Tag: OPENBSD_5_6 Makefile Log message: missed in previous CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/23 10:09:39 Modified files: multimedia/livestreamer: Makefile distinfo multimedia/livestreamer/pkg: PLIST Log message: Update to 1.12.1 CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/03/23 10:21:10 Modified files: net/tor : Makefile Added files: net/tor/patches: patch-src_ext_csiphash_c Log message: Fix crash on startup on sparc64, patch from upstream. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/23 12:06:36 Modified files: emulators/bochs: Makefile Log message: nobody cares about poor bochs on non-mainstream archs CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/23 12:11:19 Modified files: net/synergy/patches: patch-src_lib_ipc_IpcClientProxy_cpp Log message: 'static cast' is not exactly the same thing as 'static_cast'. Shows how much we care about exotic archs... maybe unbreaks sparc64/hppa/mips64el. or not. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/23 13:05:48 Modified files: net/synergy : Makefile Log message: Drop maintainer of this. I don't use it anymore. And I couldn't give it away to anyone ;-) CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/23 13:08:52 Modified files: audio/mscore : Makefile distinfo audio/mscore/patches: patch-mscore_CMakeLists_txt audio/mscore/pkg: PLIST Added files: audio/mscore/patches: patch-CMakeLists_txt patch-build_gen-qt-projectfile patch-share_CMakeLists_txt patch-thirdparty_qzip_qzip_cpp Removed files: audio/mscore/patches: patch-mscore_al_dsp_cpp patch-mscore_mscore_CMakeLists_txt patch-mscore_mscore_genft_cpp patch-mscore_rtf2html_CMakeLists_txt patch-mscore_scriptgen_qtbindings_core_CMakeLists_txt patch-mscore_scriptgen_qtbindings_gui_CMakeLists_txt patch-mscore_scriptgen_qtbindings_network_CMakeLists_txt patch-mscore_scriptgen_qtbindings_uitools_CMakeLists_txt patch-mscore_scriptgen_qtbindings_xml_CMakeLists_txt Log message: Welcome MuseScore 2.0.0 -- this is MuseScore ported to Qt5 and lots of improvements. Thanks to upstream for working with me to get a most things upstreamed. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2015/03/23 13:31:54 Modified files: share/man/man4 : mpe.4 Log message: be clear about MPLS spelling it out explicitly the first time we use this term. ok jmc@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/23 14:18:52 Modified files: sys/arch/macppc/stand: conf.c ofdev.c Log message: Fix buglet in previous ofdev change causing NFS boot to fail; found the hard way by mpi@. Bump version. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/03/23 14:38:36 Modified files: databases/ruby-sequel_pg: Makefile distinfo Log message: Update to sequel_pg 1.6.12 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/23 14:50:21 Modified files: sys/arch/sgi/xbow: xbridge.c Log message: Add an helper routine if defined(DDB), which might help figuring out why PIC sometimes loses isp^Wqlw interrupts. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/23 15:02:03 Modified files: www/firefox-i18n: Makefile.inc distinfo www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-storage_src_mozStorageConnection_cpp Added files: www/mozilla-firefox/patches: patch-media_libcubeb_src_cubeb_sndio_c Log message: Security update to firefox 36.0.4. - See https://www.mozilla.org/en-US/firefox/36.0.4/releasenotes/ - Fixes MFSA 2015-28/29 (Pwn2Own) - While here, backport commit from ratchov@ in #1144087 fixing audio glitches in the sndio backend when playing youtube videos CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/23 15:05:12 Modified files: www/seamonkey : Makefile distinfo www/seamonkey-i18n: Makefile.inc distinfo Log message: Security update to seamonkey 2.33.1. - Fixes MFSA-2015-28/29 (Pwn2Own) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/23 15:08:16 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: Security update to firefox-esr 31.5.3. - See https://www.mozilla.org/en-US/firefox/31.5.2/releasenotes/ - Fixes MFSA-2015-28/29 (Pwn2Own) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/03/23 16:15:11 Modified files: lib/libc/stdio : tempnam.c Log message: fix memory leaks in tempnam(3) error paths ok miod@ millert@ krw@ guenther@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/03/23 16:26:01 Modified files: sys/dev/usb : usb_subr.c Log message: Return an error if getting the config descriptor failed. Avoids a NULL dereference encountered with a device I have. ok mpi@ CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2015/03/23 16:29:32 Modified files: lib/libc/net : rcmd.3 rcmdsh.3 rcmdsh.c Log message: Make rcmdsh(3) not fail if it is passed a non resolvable hostname. Instead, silently ignore the fact and instead let the underlying ssh (or $RSH) command handle it. ok millert@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/03/23 16:48:52 Modified files: sys/dev/usb : if_smsc.c Log message: unlock MII on smsc_miibus_writereg error from Patrick Wildt CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/23 18:05:55 Modified files: audio/mscore : Makefile Log message: Change the PKGNAME from mscore to musescore, at the request of upstream. ok jung@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/23 18:06:40 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register mscore => musescore change. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/23 18:14:39 Modified files: audio/mscore/pkg: PLIST Log message: Don't know why the conflict marker didn't get committed... No bump since I just made this change. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/23 18:24:15 Modified files: audio/mscore : Makefile Log message: Ugh. Tonight's not my night. Fix the COMMENT. Bump for safety. Sorry for the noise. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/03/23 19:11:12 Modified files: usr.bin/ssh : sshconnect.c Log message: fix double-negative error message "ssh1 is not unsupported" CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/03/23 19:29:19 Modified files: usr.bin/ssh : Makefile.inc Log message: Compile-time disable SSH protocol 1. You can turn it back on using the Makefile.inc knob if you need it to talk to ancient devices. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/24 01:14:09 Modified files: graphics/libgexiv2: Makefile distinfo Log message: Update to libgexiv2-0.10.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/24 01:43:08 Modified files: devel/libgee : Makefile distinfo Log message: Update to libgee-0.18.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/24 02:03:55 Modified files: graphics/shotwell: Makefile distinfo graphics/shotwell/patches: patch-Makefile patch-configure patch-plugins_Makefile_plugin_mk patch-src_camera_CameraTable_vala graphics/shotwell/pkg: PLIST Log message: Update to shotwell-0.22.0. CVSROOT: /cvs Module name: src Changes by: giovanni@cvs.openbsd.org 2015/03/24 02:44:04 Modified files: usr.sbin/relayd: ssl.c Log message: Missing free(3) in error path ok benno@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/03/24 03:17:21 Modified files: usr.bin/ssh : myproposal.h Log message: promote chacha20-poly1305@openssh.com to be the default cipher; ok markus CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/03/24 03:57:04 Log message: Import pdfgrep from maintainer Reinhold Straub ok sthen@ Pdfgrep is a tool to search text in PDF files. It works similarly to `grep'. Status: Vendor Tag: giovanni Release Tags: giovanni_20150324 N ports/textproc/pdfgrep/Makefile N ports/textproc/pdfgrep/distinfo N ports/textproc/pdfgrep/pkg/PLIST N ports/textproc/pdfgrep/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/03/24 03:58:15 Modified files: textproc : Makefile Log message: +pdfgrep CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/24 03:59:23 Modified files: sys/dev/pci : if_nep.c Log message: Convert to if_input(), untested but kettenis@ will mop up later if necessary. ok kettenis@, dlg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/24 04:02:18 Modified files: sys/dev/usb : if_aue.c Log message: Convert to if_input(). Tested by jsg@ who found that at least one his (newer) machine can't set the device in a configurated state. But this is a USB-related problem. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/24 04:09:06 Modified files: sys/dev/pci : if_ale.c Log message: Convert to if_input() but I won't tell your the story of krw@ fighting trolls and daemons with old wireless cards to be able to find the correct hardware to test this diff. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/24 04:11:23 Modified files: x11/gnome/eog-plugins: Makefile distinfo x11/gnome/eog-plugins/pkg: PLIST Log message: update to eog-plugins-3.14.2 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/24 05:23:03 Modified files: sys/dev/ic : xl.c Log message: Convert to if_input(). Apparently krw@ test diffs faster than I can commit them! CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/03/24 06:00:39 Modified files: sbin : Makefile share/man/man4 : Makefile pci.4 sys/arch/alpha/conf: GENERIC sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC sys/arch/macppc/conf: GENERIC sys/arch/sparc64/conf: GENERIC Log message: unwire lmc(4) and san(4). they do "interesting" things with APIs i want to change, and i can't find any evidence anyone uses them anymore. instead of burning time on changes i cant test, ill take a chance that noone will miss them. no objections from anyone ok mpi@ deraadt@ henning@ sthen@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/24 06:51:13 Modified files: share/man/man4 : pci.4 Log message: zap more stuff that should have gone in previous; CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/24 06:58:43 Modified files: sys/netinet : if_ether.c if_ether.h Log message: Convert hand-rolled mbuf list used to store packets until ARP resolution is completed to ml_init(9) API. Tested by kspillner@, inputs & ok dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/24 07:33:22 Modified files: x11/gnome/settings-daemon: Makefile distinfo Log message: Update to gnome-settings-daemon-3.14.3. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/24 07:35:09 Modified files: net/libtorrent : Makefile distinfo net/libtorrent/patches: patch-src_torrent_poll_kqueue_cc patch-test_Makefile_in net/libtorrent/pkg: PLIST Added files: net/libtorrent/patches: patch-configure patch-src_torrent_utils_net_h Removed files: net/libtorrent/patches: patch-src_download_download_constructor_cc patch-src_protocol_handshake_cc patch-src_protocol_peer_connection_base_cc patch-test_rak_allocators_test_cc Log message: Update to libtorrent-0.13.4, now that the (in)famous ipi storm problem has been finally fixed. Initial diff by Michael CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/24 07:36:09 Modified files: x11/gnome/gedit-code-assistance: Makefile distinfo x11/gnome/grilo: Makefile distinfo x11/gnome/grilo-plugins: Makefile distinfo x11/gnome/mutter: Makefile distinfo x11/gnome/shell: Makefile distinfo x11/gnome/shell/pkg: PLIST x11/gnome/shell-extensions: Makefile distinfo x11/gnome/shell-extensions/pkg: PLIST x11/gnome/terminal: Makefile distinfo Log message: update to gedit-code-assistance-3.14.3 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/24 07:36:20 Modified files: net/rtorrent : Makefile distinfo net/rtorrent/patches: patch-test_Makefile_in net/rtorrent/pkg: PLIST Removed files: net/rtorrent/patches: patch-doc_rtorrent_rc patch-src_command_network_cc patch-src_command_scheduler_cc patch-src_core_range_map_h patch-src_display_window_file_list_cc patch-src_rpc_scgi_cc patch-src_thread_base_cc patch-src_ui_element_file_list_cc Log message: Update to rtorrent-0.9.4, now that the (in)famous ipi storm problem has been finally fixed. Initial diff by Michael CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/24 07:37:10 Modified files: x11/gnome/grilo: Makefile distinfo x11/gnome/grilo-plugins: Makefile distinfo Log message: oops, this wasn't supposed to go in CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/24 10:29:09 Modified files: sys/arch/macppc/dev: i2s.c Log message: Work around broken device-tree in PowerMac7,2 and PowerMac7,3 (K2 systems) and get the correct offsets from the "i2s" node. Also explicitly enable the clock in FCR1 as the firmware does not do it on such machine. Still not enough to get the sound working in such systems but get rid of the annoying "i2s_set_rate: timeout" message during boot and plugging an headphone is now correctly detected. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/24 10:43:48 Modified files: net/putty : Makefile distinfo Log message: security update to PuTTY 0.64 http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/private-key-not-wiped-2.html CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2015/03/24 12:25:27 Modified files: usr.sbin/ntpd : ntp_dns.c Log message: instead of routing SIGHUP thru sighdlr_dns() which then ignores it, ignore it directly. no functional change. Rafael Neves rafaelneves at gmail CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/24 12:45:12 Modified files: graphics/inkscape: Makefile distinfo graphics/inkscape/patches: patch-src_extension_implementation_script_cpp graphics/inkscape/pkg: PLIST Added files: graphics/inkscape/patches: patch-src_2geom_hvlinesegment_h Removed files: graphics/inkscape/patches: patch-configure_ac patch-src_extension_internal_pdfinput_pdf-parser_cpp patch-src_ui_dialog_print_cpp Log message: Update to inkscape 0.91. See https://inkscape.org/en/news/2015/01/30/inkscape-version-091-is-released/ and http://wiki.inkscape.org/wiki/index.php/Release_notes/0.91 for details ok jung@ abieber@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2015/03/24 13:16:13 Log message: Import textproc/multimarkdown feedback and ok bcallah@ MultiMarkdown is a derivative of Markdown that adds new syntax features, such as footnotes, tables, and metadata. Additionally, it offers mechanisms to convert plain text into LaTeX in addition to HTML. From Sean Levy Status: Vendor Tag: okan Release Tags: okan_20150324 N ports/textproc/multimarkdown/Makefile N ports/textproc/multimarkdown/distinfo N ports/textproc/multimarkdown/patches/patch-Makefile N ports/textproc/multimarkdown/patches/patch-html_c N ports/textproc/multimarkdown/patches/patch-latex_c N ports/textproc/multimarkdown/patches/patch-parse_utilities_c N ports/textproc/multimarkdown/patches/patch-parser_leg N ports/textproc/multimarkdown/patches/patch-writer_c N ports/textproc/multimarkdown/pkg/DESCR N ports/textproc/multimarkdown/pkg/MESSAGE N ports/textproc/multimarkdown/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2015/03/24 13:23:26 Modified files: textproc : Makefile Log message: +multimarkdown CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/03/24 14:03:44 Modified files: usr.bin/ssh : hmac.c sshbuf-misc.c Log message: correct fmt-string for size_t as noted by Nicholas Lemonias; ok djm@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/03/24 14:09:11 Modified files: usr.bin/ssh : authfd.c ssh-keysign.c Log message: consistent check for NULL as noted by Nicholas Lemonias; ok djm@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/03/24 14:10:08 Modified files: usr.bin/ssh : packet.c Log message: don't leak 'setp' on error; noted by Nicholas Lemonias; ok djm@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/03/24 14:19:15 Modified files: regress/usr.bin/ssh: kextype.sh Log message: use ${SSH} for -Q instead of installed ssh CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/03/24 14:22:17 Modified files: regress/usr.bin/ssh: cipher-speed.sh hostkey-rotate.sh integrity.sh try-ciphers.sh Log message: use ${SSH} for -Q instead of installed ssh CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/24 14:25:01 Modified files: databases/barman: Makefile distinfo databases/barman/patches: patch-setup_py databases/barman/pkg: PLIST Log message: Update to barman 1.4.0, from Eric Lalonde who takes maintainership. See http://www.postgresql.org/about/news/1566/ for details. While here add NO_TEST=Yes since tests depends on pytest libs not ported yet. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/24 14:29:10 Modified files: www/icedtea-web: Makefile distinfo www/icedtea-web/patches: patch-Makefile_in patch-plugin_icedteanp_IcedTeaNPPlugin_cc www/icedtea-web/pkg: PLIST Added files: www/icedtea-web/patches: patch-launcher_launchers_in Removed files: www/icedtea-web/patches: patch-launcher_javaws_in patch-plugin_icedteanp_IcedTeaNPPlugin_h patch-plugin_icedteanp_IcedTeaPluginRequestProcessor_cc patch-plugin_icedteanp_IcedTeaPluginRequestProcessor_h Log message: Update to icedtea-web 1.5.2. Patches from kurt@ merged upstream. Add shells/bash to bdep/rdep since the launcher scripts are really too horrible. See http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2014-April/027133.html for the 1.5.x first release and http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2014-November/030195.html for this last one. Tested with midori on http://javatester.org/version.html CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/24 14:48:46 Modified files: sysutils/ykpers: Makefile distinfo Log message: minor update to ykpers-1.16.4 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/24 14:49:44 Log message: Import pavucontrol 2.0. PulseAudio Volume Control (pavucontrol) is a simple GTK based volume control tool ("mixer") for the PulseAudio sound server. In contrast to classic mixer tools this one allows you to control both the volume of hardware devices and of each playback stream separately. Default to build with gtk2, there's a gtk3 flavor that doesnt work yet but ajacoutot@ has a fix for it. ok ajacoutot@ Status: Vendor Tag: landry Release Tags: landry_20150324 N ports/audio/pavucontrol/Makefile N ports/audio/pavucontrol/distinfo N ports/audio/pavucontrol/patches/patch-src_devicewidget_cc N ports/audio/pavucontrol/patches/patch-src_devicewidget_h N ports/audio/pavucontrol/pkg/DESCR N ports/audio/pavucontrol/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/24 14:50:51 Modified files: audio : Makefile Log message: +pavucontrol CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/24 15:05:02 Log message: Import xfce4-pulseaudio 0.2.1. The Xfce PulseAudio Plugin is a plugin for the Xfce panel which provides a convenient way to adjust the audio volume of the PulseAudio sound system and to call another mixer tool like pavucontrol. ok ajacoutot@ Status: Vendor Tag: landry Release Tags: landry_20150324 N ports/x11/xfce4/xfce4-pulseaudio/Makefile N ports/x11/xfce4/xfce4-pulseaudio/distinfo N ports/x11/xfce4/xfce4-pulseaudio/pkg/DESCR N ports/x11/xfce4/xfce4-pulseaudio/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/24 15:05:37 Modified files: x11/xfce4 : Makefile Log message: +xfce4-pulseaudio CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/03/24 15:23:44 Modified files: audio/mscore : Makefile Log message: Needs audio/lame at build time. "go ahead and add it", becallah@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/24 15:26:09 Modified files: sysutils/lsof : Makefile distinfo sysutils/lsof/patches: patch-Configure patch-lsof_8 Log message: update to lsof-4.88 and simplify patches CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/24 15:45:01 Modified files: geo/postgis : Makefile distinfo geo/postgis/pkg: PLIST Log message: Bugfix update to postgis 2.1.6. See http://postgis.net/2015/03/20/postgis-2.1.6 for details. Not converted to postgresql MODULE for test targets.. because that can come in a second time :) CVSROOT: /cvs Module name: src Changes by: bcallah@cvs.openbsd.org 2015/03/24 16:28:10 Modified files: usr.bin/mg : display.c extend.c ttydef.h Log message: unifdef -DBINDKEY -- you can't build mg the other way. unifdef -UMOVE_STANDOUT -- we had it under an '#ifdef undef' in ttydef.h also remove those lines from ttydef.h Set linenos = TRUE instead of an odd #ifdef dance that isn't used anywhere else. ok florian@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/03/24 16:34:39 Modified files: usr.bin/mg : basic.c Log message: When exiting the loop early don't forget to clean up. This fixes a segfault reported by and tracked down by Kaspars Bankovskis kaspars at bankovskis dot net, thanks! OK bcallah@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/24 16:45:07 Modified files: net/mcabber : Makefile distinfo Removed files: net/mcabber/patches: patch-configure_ac patch-mcabber_otr_c patch-mcabber_otr_h Log message: mcabber-0.10.3, from Tim van der Molen, ok Markus Hennecke (maintainer), plus slight tweak (drop autoconf dependency, configure.ac patch was removed). CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/24 19:28:35 Modified files: audio/libxmp : Makefile distinfo Log message: Maintenance update to 4.3.6 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/24 19:44:32 Modified files: www/liferea : Makefile distinfo Log message: Maintenance update to 1.10.14 CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2015/03/24 19:57:26 Modified files: build : Makefile Log message: bump openntpd release version CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2015/03/24 19:59:52 Modified files: openntpd : index.html portable.html Added files: openntpd/txt : release-5.7p4.txt Log message: OpenNTPD 5.7p4 release CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/25 00:18:32 Modified files: audio/pavucontrol: Makefile Added files: audio/pavucontrol/patches: gtk3-patch-src_cardwidget_cc gtk3-patch-src_channelwidget_cc gtk3-patch-src_devicewidget_cc gtk3-patch-src_mainwindow_cc gtk3-patch-src_rolewidget_cc gtk3-patch-src_sinkinputwidget_cc gtk3-patch-src_sinkwidget_cc gtk3-patch-src_sourceoutputwidget_cc gtk3-patch-src_sourcewidget_cc gtk3-patch-src_streamwidget_cc Log message: Fix gtk3 FLAVOR. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/25 00:18:57 Modified files: audio : Makefile Log message: +pavucontrol,gtk3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/25 00:24:54 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.276. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/25 00:26:50 Modified files: x11/hicolor-icon-theme: Makefile distinfo x11/hicolor-icon-theme/pkg: PLIST Log message: Update to hicolor-icon-theme-0.15. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/25 00:27:57 Modified files: x11/gtk+2 : Makefile Log message: Bump -guic to force running gtk-update-icon-cache after hicolor-icon-theme update. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/25 01:13:02 Modified files: databases/mdbtools: Makefile Log message: unbreak by adding a missing BDEP on devel/libtool CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/25 03:34:43 Modified files: devel/lua-lgi : Makefile distinfo devel/lua-lgi/patches: patch-lgi_core_lua Log message: - update to lua-lgi 0.9.0 from new maintainer Florian Stinglmayr CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/25 04:12:39 Modified files: www/firefox-esr: Tag: OPENBSD_5_7 Makefile distinfo Log message: update to firefox-esr-31.5.3esr CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/25 04:12:45 Modified files: www/firefox-esr-i18n: Tag: OPENBSD_5_7 Makefile.inc distinfo Log message: sync with firefox-esr-31.5.3esr CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/25 04:12:54 Modified files: www/firefox-esr: Tag: OPENBSD_5_6 Makefile distinfo Log message: update to firefox-esr-31.5.3esr CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/25 04:13:30 Modified files: www/firefox-esr-i18n: Tag: OPENBSD_5_6 Makefile.inc distinfo Log message: sync with firefox-esr-31.5.3esr CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/25 04:36:48 Modified files: x11/gnome/latexila: Makefile distinfo x11/gnome/latexila/pkg: PLIST Log message: Update to latexila-3.14.4. CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/03/25 05:11:37 Modified files: textproc/txt2man: Makefile Added files: textproc/txt2man/patches: patch-bookman patch-src2man Log message: fix bookman and src2man scripts Thanks to jca@ for spotting the issues. OK jca@, sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/25 05:47:07 Modified files: net/tor : Tag: OPENBSD_5_6 Makefile distinfo net/tor/patches: Tag: OPENBSD_5_6 patch-src_common_tortls_c Log message: - update to tor-0.2.4.26, which includes an updated list of directory authorities. It also backports a couple of stability and security bugfixes from 0.2.5 and beyond. ok pascal@ (MAINTAINER) who had the same diff CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/25 05:48:06 Modified files: net/tor : Tag: OPENBSD_5_7 Makefile distinfo Log message: - update to tor-0.2.5.11 which contains several bugfixes from the 0.2.6 branch, including a couple of medium-level security fixes for relays and exit nodes. It also updates the list of directory authorities. ok pascal@ (MAINTAINER) who had the same diff CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/25 05:48:28 Modified files: net/putty : Tag: OPENBSD_5_6 Makefile Added files: net/putty/patches: Tag: OPENBSD_5_6 patch-sshpubk_c Log message: Security fix for CVE-2015-2157, putty: failure to scrub private keys from memory after use ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/25 05:48:39 Modified files: net/putty : Tag: OPENBSD_5_7 Makefile Added files: net/putty/patches: Tag: OPENBSD_5_7 patch-sshpubk_c Log message: Security fix for CVE-2015-2157, putty: failure to scrub private keys from memory after use ok sthen@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/03/25 05:49:02 Modified files: sys/net : if.c if_var.h Log message: introduce code for network input queues. these are to replace the use of struct ifqueue for things handled by softnet. they instead use an mbuf_queue (yay mpsafe) and wrap up the schednetisr and if_congestion handling. ok mpi@ CVSROOT: /cvs Module name: www Changes by: jca@cvs.openbsd.org 2015/03/25 06:05:13 Modified files: . : 57.html Log message: Tyop CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2015/03/25 06:10:52 Modified files: bin/ksh : emacs.c ksh.1 Log message: Bind the Delete key (ESC[3~) to delete-char-forward ok mpi@ CVSROOT: /cvs Module name: src Changes by: bcallah@cvs.openbsd.org 2015/03/25 06:25:36 Modified files: usr.bin/mg : def.h file.c Removed files: usr.bin/mg : ttydef.h Log message: We really don't need ttydef.h -- it is like sysdef.h -- once useful because supported a lot of systems and nothing was standardized. But now it only 4 defines. Move those defines into def.h since ttydef.h is only sourced in def.h While here, MAKEBACKUP has the same #ifdef dance that LINENOMODE had. Set it directly to TRUE and remove the #ifdef block. ok florian@ CVSROOT: /cvs Module name: src Changes by: bcallah@cvs.openbsd.org 2015/03/25 06:29:03 Modified files: usr.bin/mg : chrdef.h kbd.c Log message: Remove unused METACH #define. No one is defining their own METABIT so remove the #ifndef around it. ok florian@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2015/03/25 06:54:13 Modified files: games/fortune/datfiles: fortunes2 Log message: Fix double word in quote from Ken Olsen. "There is no reason for any individual to have a computer in their home." CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/25 06:56:11 Modified files: sys/dev/usb : ehci.c Log message: Remove EHCI_DEBUG chunks that make things harder to understand. Over the years I understood that debugging USB HCD problems without hardware access do not work and even in this case it's easier to write a specific debug/prinf diff. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/25 07:00:38 Modified files: sys/dev/usb : ehci.c Log message: Use KASSERT() to check when/if URQ_REQUEST is correctly set just like xhci(4) does. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/25 07:06:04 Modified files: sys/dev/usb : ehci.c Log message: Remove more DPRINTFs, this file is almost in a readable state now. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/25 07:12:45 Modified files: sys/dev/usb : ehci.c Log message: Merge ehci_device_request() into ehci_device_ctrl_start() to match what's done with other transfer types. No functional change. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/25 07:23:06 Modified files: sys/dev/usb : ehci.c Log message: Expand ehci_{add,del}_intr_list() macros. ehci(4) is using a TAILQ_* to keep track of the pending transfers. In this context "pending" means submitted to the hardware. Now that we are no longer fiddling with the internal of the TAILQ_* there's no good reason to keep these macro, but more importantly this will let us reuse the 'inext' field to get rid of the other hand-rolled lists of xfers. No functional change. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2015/03/25 07:46:26 Modified files: www/aria2 : Makefile distinfo Log message: Minor update for Aria2 to 1.18.10. http://sourceforge.net/projects/aria2/files/stable/aria2-1.18.10/ OK benoit@ CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/03/25 07:55:45 Modified files: lang/lua/5.2 : Makefile distinfo lang/lua/5.2/pkg: PLIST Log message: Update Lua 5.2 to 5.2.4. "LGTM" jasper@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/25 09:13:34 Modified files: devel/geotiff : Makefile distinfo devel/geotiff/pkg: PLIST Log message: Update to geotiff 1.4.1, went in an amd64 bulk without fallout. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/25 09:34:35 Modified files: devel/proj : Makefile distinfo devel/proj/pkg : PLIST Log message: Update to proj 4.9.1. Note that you need /usr/include/pthread.h r1.41 otherwise build will fail on src/pj_mutex.c. Went in a bulk build without fallout. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/25 10:22:18 Modified files: textproc/intltool: Makefile distinfo intltool.port.mk Removed files: textproc/intltool/patches: patch-intltool_m4 Log message: Update to intltool-0.51.0. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/03/25 11:39:33 Modified files: sys/netinet6 : nd6.c nd6_rtr.c Log message: With a per interface IPv6 stateless adress auto configuration flag it is possible to allow IPv6 forwarding and SLAAC at the same time. This is needed for RFC 7084. Thanks to henning@ for marking places that needed looking at in Ljubljana. OK phessler@, benno@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/25 12:09:56 Modified files: math/R : Makefile Removed files: math/R/patches : patch-src_main_main_c Log message: Remove obsolete/useless patch: our sigaltstack() implementation does the right thing since we switched to rthreads, as confirmed by miod@ Spotted by Ingo Feinerer CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/25 12:13:36 Modified files: www/ruby-passenger: Makefile Removed files: www/ruby-passenger/patches: patch-ext_common_agents_Base_cpp Log message: Remove obsolete/useless patch: our sigaltstack() implementation does the right thing since we switched to rthreads, as confirmed by miod@ ok jeremy@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/03/25 13:21:48 Modified files: usr.bin/ssh : authfd.c Log message: unbreak ssh_agent_sign (lenp vs *lenp) CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/03/25 13:29:58 Modified files: usr.bin/ssh : ssh-add.c Log message: ignore v1 errors on ssh-add -D; only try v2 keys on -l/-L (unless WITH_SSH1) ok djm@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/25 14:27:19 Modified files: editors/nano : Makefile distinfo editors/nano/patches: patch-doc_man_nano_1 patch-doc_man_nanorc_5 patch-src_Makefile_in editors/nano/pkg: PLIST Removed files: editors/nano/patches: patch-doc_man_Makefile_in patch-doc_man_fr_Makefile_in Log message: update to new stable version 2.4.0 CVSROOT: /cvs Module name: src Changes by: bcallah@cvs.openbsd.org 2015/03/25 14:53:31 Modified files: usr.bin/mg : def.h kbd.c window.c Log message: unifdef -U NO_DPROMPT and GOSREC. NO_DPROMPT has been around since the import of mg2a and it has never been considered a "(Common) compile-time option" in the Makefile. Assume everyone has been running mg this way since at least 2000 if not already in the 90s. Same with GOSREC. Has always been there but it looks like no one noticed it (and no one was running with it). Indeed, the mg tutorial appears to be oblivious to GOSREC being an option. With this commit there are no more #ifndef blocks in mg. Only a couple of #ifdef blocks remain. ok lum@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/03/25 14:59:30 Modified files: sys/arch/i386/include: specialreg.h sys/arch/amd64/include: specialreg.h Log message: Mark CPUID_LEAF inline asm as volatile to prevent the compiler from reordering it with respect to other instructions. ok gunether@, mlarkin@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/03/25 15:05:18 Modified files: sys/arch/amd64/amd64: cpu.c fpu.c machdep.c sys/arch/amd64/include: fpu.h Log message: Save/restore AVX registers and other XSAVE-managed state information when entering/leaving a signal handler like we already do the the FPU and SSE state. This should make it possible to use AVX instructions in signal handlers. ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: bentley@cvs.openbsd.org 2015/03/25 18:48:51 Modified files: lib/libc/sys : brk.2 Log message: Use -> instead of a right arrow when referring to C's -> operator. with input from jmc@ schwarze@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/25 19:07:32 Modified files: sysutils/nut : Makefile sysutils/nut/pkg: PLIST-main Added files: sysutils/nut/patches: patch-drivers_Makefile_am patch-drivers_Makefile_in patch-drivers_huawei-mib_c patch-drivers_huawei-mib_h patch-drivers_snmp-ups_c sysutils/nut/pkg: nut.rc Log message: Add an snmp-ups subdriver to NUT for Huawei, tested with UPS5000-E Add a meta rc script that starts/stops upsd and upsmon in the right order CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/03/25 19:30:23 Modified files: sys/dev/acpi : acpi.c sys/dev/pckbc : pms.c pmsreg.h Log message: Use the 0x10 extended capability to determine if the trackstick buttons are wired to the trackpad and need to be re-routed to the trackstick. Without this change the buttons on 2015 thinkpads get picked up as extended buttons that show up as scroll up/down. Remove the X1 Carbon 2015 (LEN0048) and X250 (LEN0046) from the top button area/soft buttons quirks list. Also avoid using the quirk list entirely if the capability bit is set. Based on work from jcs@ with feedback from mpi@ ok mpi@ jcs@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/25 20:07:59 Log message: import ports/net/ocserv, ok/feedback jasper@ OpenConnect VPN server (or ocserv) implements the AnyConnect SSL VPN protocol and is compatible with the OpenConnect VPN client. Its purpose is to be a small, secure and configurable VPN server that depends on standard protocols like TLS 1.2, and Datagram TLS. The AnyConnect SSL VPN protocol was the closest protocol to match this requirement. The VPN users can be authenticated using password, certificate authentication or both methods. Authenticated users are assigned their own unprivileged worker process and obtain a networking (tun) device and IP from a configurable pool of addresses. Status: Vendor Tag: sthen Release Tags: sthen_20150326 N ports/net/ocserv/Makefile N ports/net/ocserv/distinfo N ports/net/ocserv/pkg/PLIST N ports/net/ocserv/pkg/DESCR N ports/net/ocserv/pkg/ocserv.rc N ports/net/ocserv/patches/patch-doc_sample_config N ports/net/ocserv/patches/patch-configure_ac N ports/net/ocserv/patches/patch-src_occtl_c N ports/net/ocserv/patches/patch-tests_ocpasswd-test N ports/net/ocserv/patches/patch-tests_test-iroute N ports/net/ocserv/patches/patch-tests_common_sh N ports/net/ocserv/patches/patch-src_ocpasswd_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/25 20:08:07 Modified files: net : Makefile Log message: +ocserv CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2015/03/25 21:44:45 Modified files: build : support.dat Log message: update Duncan Campbell's phone number etc. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2015/03/25 21:45:50 Modified files: . : support.html Log message: sync (Duncan Campbell) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/03/25 22:38:58 Modified files: sys/dev/pci/drm: i915_drm.h Log message: additional params from libdrm 2.4.60 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/03/25 23:02:11 Modified files: usr.sbin/identd: Tag: OPENBSD_5_7 identd.c Log message: if the parent builts up a list of replies for the child, it helps to readd the write event if there's still items on the list. this lets things that do a lot of requests in parallel (like npm) work betterer through a squid proxy using ident for auth. ok jmatthew@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2015/03/26 00:00:06 Modified files: lib/libdrm : Makefile.inc libdrm.h shlib_version xf86atomic.h xf86drm.c xf86drm.h xf86drmMode.c xf86drmRandom.c lib/libdrm/intel: intel_bufmgr.h intel_bufmgr_gem.c shlib_version Log message: update to libdrm 2.4.60 CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2015/03/26 00:01:34 Modified files: . : 3RDPARTY Log message: update CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2015/03/26 00:03:33 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 mi distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/26 00:49:11 Log message: Import devel/jsoncpp, a JSON parsing C++ API New dependency of the upcoming update to CMake-3.2.1 Based on a previous port by jca@ (https://github.com/jasperla/openbsd-wip/tree/master/devel/jsoncpp) OK landry@ Status: Vendor Tag: dcoppa Release Tags: dcoppa_20150326 N ports/devel/jsoncpp/Makefile N ports/devel/jsoncpp/distinfo N ports/devel/jsoncpp/files/jsoncpp.pc.in N ports/devel/jsoncpp/patches/patch-SConstruct N ports/devel/jsoncpp/patches/patch-src_lib_json_sconscript N ports/devel/jsoncpp/pkg/DESCR N ports/devel/jsoncpp/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/26 00:53:52 Modified files: devel : Makefile Log message: +jsoncpp CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/26 00:55:45 Modified files: devel/p5-Proc-Guard: Makefile distinfo Log message: Update to p5-Proc-Guard-0.07. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/03/26 00:59:28 Modified files: usr.bin/ssh : dh.c Log message: relax bits needed check to allow diffie-hellman-group1-sha1 key exchange to complete for chacha20-poly1305 was selected as symmetric cipher; ok markus CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/03/26 01:00:04 Modified files: usr.bin/ssh : kexc25519.c Log message: ban all-zero curve25519 keys as recommended by latest CFRG curves draft; ok markus CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/26 01:10:02 Modified files: devel/cmake : Makefile cmake.port.mk distinfo devel/cmake/patches: patch-CMakeLists_txt patch-Modules_Compiler_GNU-Fortran_cmake patch-Modules_FindJNI_cmake patch-Modules_Qt4ConfigDependentSettings_cmake patch-Source_cmComputeLinkInformation_cxx patch-Source_cmTarget_cxx patch-Source_kwsys_SystemTools_cxx patch-Tests_CMakeLists_txt patch-Tests_CMakeTests_ModuleNoticesTest_cmake_in patch-bootstrap devel/cmake/pkg: PLIST Removed files: devel/cmake/files: FindLibintl.cmake devel/cmake/patches: patch-Help_index_rst patch-Source_CursesDialog_CMakeLists_txt patch-Source_CursesDialog_cmCursesStandardIncludes_h patch-Source_cmGlobalNinjaGenerator_cxx patch-Source_cmGlobalNinjaGenerator_h patch-Source_cmNinjaNormalTargetGenerator_cxx patch-Source_cmNinjaTargetGenerator_cxx Log message: Update to CMake-3.2.1 Tested in a bulk build by landry@ OK landry@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/26 01:11:40 Modified files: www/bozohttpd : Makefile distinfo Log message: Update to bozohttpd-20150320. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/26 01:45:16 Modified files: devel/git : Makefile distinfo Log message: Update to git-2.3.4. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/26 02:07:49 Modified files: games/minetest/patches: patch-src_CMakeLists_txt Log message: CMake-3.2.1: FindLibintl.cmake -> FindIntl.cmake CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/26 02:51:58 Log message: Import libepoxy-1.2. Epoxy is a library for handling OpenGL function pointer management for you. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20150326 N ports/graphics/libepoxy/Makefile N ports/graphics/libepoxy/distinfo N ports/graphics/libepoxy/pkg/PLIST N ports/graphics/libepoxy/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/26 02:52:40 Modified files: graphics : Makefile Log message: +libepoxy CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/03/26 03:01:51 Modified files: usr.sbin/httpd : server_fcgi.c Log message: Allow more characters in CGI environment variables as specified by RFC 7230 and RFC 3875. sthen@ suggested to add a comment to explain where the list of characters is coming from. Found the hard way and initial diff from Tim van der Molen (tbvdm at xs4all), thanks! Some more allowed characters added by me. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/26 03:16:31 Modified files: graphics/gd : Makefile Added files: graphics/gd/patches: patch-src_gd_gif_in_c Log message: Security fix for CVE-2014-9709, gd: buffer read overflow in gd_gif_in.c php-gd was already fixed CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/26 03:16:39 Modified files: graphics/gd : Tag: OPENBSD_5_7 Makefile Added files: graphics/gd/patches: Tag: OPENBSD_5_7 patch-src_gd_gif_in_c Log message: Security fix for CVE-2014-9709, gd: buffer read overflow in gd_gif_in.c php-gd was already fixed CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/26 03:16:45 Modified files: graphics/gd : Tag: OPENBSD_5_6 Makefile Added files: graphics/gd/patches: Tag: OPENBSD_5_6 patch-src_gd_gif_in_c Log message: Security fix for CVE-2014-9709, gd: buffer read overflow in gd_gif_in.c php-gd was already fixed CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/26 03:59:23 Modified files: bin/ksh : sh.1 Log message: rework the section on when different types of command are processed; zhuk pointed out the flaws in my original text, and has found many more since; CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2015/03/26 04:35:04 Modified files: usr.bin/nc : nc.1 Log message: Sync camel case of "ProxyUseFdpass" with ssh_config(5). ok djm CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2015/03/26 04:36:03 Modified files: usr.bin/nc : netcat.c Log message: Check for short writes in fdpass(). Clean up while at it. ok djm CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/26 04:37:00 Modified files: bin/ksh : sh.1 Log message: from zhuk: sequential and asynchronous lists may take only one item; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/26 04:51:15 Modified files: bin/ksh : sh.1 Log message: from zhuk: in the for loop, show "in word ..." as optional; CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/26 05:02:44 Modified files: sys/net : if_mpe.c route.c sys/netmpls : mpls.h Log message: Use rt_ifa_add(9) and rt_ifa_del(9) to configure MPLS labels. Since the removal of the link-layer ifa from "struct ifnet" it was impossible to configure MPLS routes on mpe(4). Because just like enc(4), mpe(4) was abusing the link-layer ifa to attach its route entries. So explicitly pass a "glue" ifa to the routing layer. From Rafael Zalamena who discovered this the hardway, thanks! ok claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/26 06:08:11 Log message: import graphics/py-sane, now split off from py-Pillow. ok czarkoff@ The Python SANE module provides an interface to the SANE scanner and frame grabber interface. Status: Vendor Tag: sthen Release Tags: sthen_20150326 N ports/graphics/py-sane/Makefile N ports/graphics/py-sane/distinfo N ports/graphics/py-sane/patches/patch-setup_py N ports/graphics/py-sane/pkg/DESCR N ports/graphics/py-sane/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/26 06:09:15 Modified files: graphics/py-Pillow: Makefile distinfo Added files: graphics/py-Pillow/pkg: DESCR PLIST Removed files: graphics/py-Pillow/patches: patch-Sane_setup_py graphics/py-Pillow/pkg: DESCR-main DESCR-sane PLIST-main PLIST-sane Log message: update to py-Pillow 2.7.0 and remove subpackages, py-sane distribution has now been separated. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/26 06:09:41 Modified files: graphics : Makefile Log message: +py-sane CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/26 06:10:10 Modified files: x11/gnome/ocrfeeder: Makefile Log message: switch BUILD_DEPENDS from py-Pillow,sane to py-sane CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/26 06:12:11 Modified files: x11/gnome/ocrfeeder: Makefile Log message: oops, and there's an RDEP change to do as well -> bump CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/26 06:14:15 Modified files: games/fretsonfire: Makefile games/mnemosyne: Makefile geo/gmapcatcher: Makefile geo/mapproxy : Makefile geo/tilecache : Makefile graphics/asymptote: Makefile graphics/comix : Makefile graphics/py-graphics: Makefile graphics/py-matplotlib: Makefile graphics/py-pyx: Makefile misc/gramps : Makefile multimedia/moovida/core: Makefile multimedia/moovida/plugins-ugly: Makefile multimedia/moovida/plugins-good: Makefile multimedia/moovida/plugins-bad: Makefile print/hplip : Makefile print/py-reportlab/reportlab: Makefile print/scribus : Makefile productivity/impressive: Makefile textproc/calibre: Makefile www/weboob : Makefile Log message: REVISION bumps for py-Pillow RDEP change CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/03/26 06:21:37 Modified files: sbin/isakmpd : pf_key_v2.c sa.h sys/net : pfkeyv2.c pfkeyv2_parsemessage.c sys/netinet : ip_ipsp.h ipsec_input.c Log message: Remove bits of unfinished IPsec proxy support. DNS' KX records, anyone? ok markus, hshoexer CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2015/03/26 06:32:38 Modified files: usr.bin/ssh : ssh-add.c Log message: don't try to load .ssh/identity by default if SSH1 is disabled; ok markus@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/26 08:08:12 Modified files: sbin/fdisk : cmd.c misc.c misc.h part.c part.h user.c Log message: Expand internal representation of partition starting LBA and size to 64 bits, adjusting printf()'s, etc. as required. Preparing for GPT partitions. Add 't' size unit. No other intentional functional change. CVSROOT: /cvs Module name: src Changes by: okan@cvs.openbsd.org 2015/03/26 09:17:30 Modified files: usr.bin/rcs : xmalloc.c Log message: Use the (new) function name in errx() after its rename in r1.6. ok bcallah@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/26 10:32:16 Modified files: sbin/fdisk : misc.c misc.h Log message: Allow input/printing/conversion of terabyte sizes. Which GPT partitons will eventually be able to use. CVSROOT: /cvs Module name: www Changes by: bcallah@cvs.openbsd.org 2015/03/26 11:12:16 Modified files: . : events.html Log message: I too am (co-)giving a talk at BSDCan 2015. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/26 12:13:56 Modified files: sys/arch/sparc/dev: obio.c Log message: de-static CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/26 13:16:57 Modified files: usr.sbin/httpd : httpd.conf.5 httpd.8 Log message: pointers to slowcgi(8); from alexei malinin CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/03/26 13:32:19 Modified files: usr.bin/ssh : authfd.c Log message: sigp and lenp are not optional in ssh_agent_sign(); ok djm@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/03/26 13:52:35 Modified files: sbin/iked : ca.c crypto.c iked.h ikev2.c ikev2.h ikev2_msg.c ikev2_pld.c Log message: initial support for RFC 7427 signatures, so we are no longer restricted to SHA1 for RSA signatures. ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/26 13:56:21 Modified files: net/rtorrent : Makefile Log message: mark BROKEN-i386, 64-bit atomics __sync_fetch_and_and_8, __sync_add_and_fetch_8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/26 13:58:08 Modified files: graphics/pinta : Makefile Log message: mark BROKEN-i386, frequently hangs during build tying up a dpb slot CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/26 14:08:58 Modified files: bin/ksh : sh.1 Log message: various fixes from rpe; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/26 14:10:22 Modified files: bin/ksh : sh.1 Log message: a little wording tweak; CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/26 14:32:10 Modified files: sbin/fdisk : cmd.c misc.c misc.h Log message: Adapt ask_string() from disklabel's getstring(). It will be used to obtain GPT partition names. Tweak ask_pid() to take low/high bounds so it can handle 1-ff (MBR) or 1000-ffff (GPT) partition pids as required. A pid of '0' is still special and disables the partition. No visible or intentional functional change. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/26 14:34:54 Modified files: usr.sbin/ntpd : ntpd.conf.5 ntpd.8 usr.sbin/hostapd: hostapd.8 hostapd.conf.5 Log message: do not encourage random uppercasing; CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2015/03/26 15:19:51 Modified files: usr.bin/nc : socks.c Log message: Fix error message in case of write failure. ok djm CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2015/03/26 15:22:50 Modified files: usr.bin/nc : netcat.c Log message: The code in socks.c writes multiple times in a row to a socket. If the socket becomes invalid between these calls (e.g. connection closed), write will throw SIGPIPE. With this patch, SIGPIPE is ignored so we can handle write's -1 return value (errno will be EPIPE). Ultimately, it leads to program exit, too -- but with nicer error message. :) with input by and ok djm CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2015/03/26 15:26:43 Modified files: usr.bin/tail : read.c Log message: Whitespace fix: Closing bracket belongs to if-block, not enclosing for CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/26 15:29:27 Modified files: graphics/birdfont: Makefile distinfo Log message: Update to 2.4.0 -- adds Contextual ligature substitution, kerning strings Distfiles are now .tar.xz CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/03/26 15:32:30 Modified files: net/tor : Makefile distinfo net/tor/patches: patch-src_config_torrc_sample_in Removed files: net/tor/patches: patch-src_ext_csiphash_c Log message: Update to next major release 0.2.6.6. Changes in version 0.2.6.6 - 2015-03-24 Tor 0.2.6.6 is the first stable release in the 0.2.6 series. It adds numerous safety, security, correctness, and performance improvements. Client programs can be configured to use more kinds of sockets, AutomapHosts works better, the multithreading backend is improved, cell transmission is refactored, test coverage is much higher, more denial-of-service attacks are handled, guard selection is improved to handle long-term guards better, pluggable transports should work a bit better, and some annoying hidden service performance bugs should be addressed. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/03/26 15:41:43 Modified files: app/cwm : calmwm.h conf.c Log message: Simplify key/mb binding moving argtype into flags and dropping another variable; removes the need to zero out struct binding, leaving a simple malloc. CVSROOT: /cvs Module name: src Changes by: kili@cvs.openbsd.org 2015/03/26 16:07:58 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Signature.pm Log message: Backout -DSHORTENED semantics by default for now, because it caused too much problems with the recent changes to net/libnet (in combination with security/dsniff); the PKGSPEC changes. Some more suspicious pudate problems mentioned by landry@. ok sthen@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/26 16:42:01 Modified files: usr.bin/mandoc : manpath.c Log message: Add a new directive "manpath path" to replace the legacy "_whatdb path/whatis.db". Keep _whatdb support for backward compat, for now. Discussed with many, jmc@ and ajacoutot@ agree with the general direction. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/26 17:45:37 Modified files: usr.bin/man : Makefile usr.bin/mandoc : Makefile Added files: usr.bin/mandoc : man.conf.5 Log message: Strip information that no longer applies and document new "manpath" directive. jmc@ agrees with the general direction (but hasn't seen this draft; let's tweak it in the tree). CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/26 18:57:00 Modified files: share/man/man7 : mandoc_char.7 Log message: Document that certain stand-alone accents need escaping in rare cases to prevent them from being converted to Unicode replacements in PDF output. Issue found by bentley@, OK jmc@ bentley@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/26 19:59:26 Modified files: usr.bin : Makefile share/man/man1 : Makefile Added files: share/man/man1 : help.1 Removed files: usr.bin/man : Makefile config.c config.h help.1 man.1 man.c man.conf.5 pathnames.h Log message: Move help(1) to share/man and send the remains of man(1) to the Attic. It is implemented by the code in usr.bin/mandoc since OpenBSD 5.7. CVSROOT: /cvs Module name: src Changes by: brynet@cvs.openbsd.org 2015/03/26 22:11:25 Modified files: usr.bin/vi/common: exf.c gs.h line.c recover.c Removed files: usr.bin/vi/cl : cl_bsd.c Log message: Some vi cleanup, unifdef's some signal blocking code that has never been enabled in our tree, also removes some stragglers from a global struct referencing nonexistent Tcl/TK and "IP support". And finally.. deletes an empty file missed by earlier cleanup by bentley@. Inspired by and ok bcallah@ CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/03/27 00:11:27 Modified files: multimedia/mpv : Makefile distinfo Log message: Update to mpv 0.8.3 OK bentley@, sthen@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/27 00:31:33 Modified files: net/p5-Net-Whois-RIPE: Makefile distinfo Log message: Update to p5-Net-Whois-RIPE-2.005005. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 00:59:46 Modified files: x11/gnome/librsvg: Makefile distinfo Log message: Update to librsvg-2.40.9. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/03/27 01:16:38 Modified files: usr.sbin/identd: identd.c Log message: f the parent builts up a list of replies for the child, it helps to readd the write event if there's still items on the list. this lets things that do a lot of requests in parallel (like npm) work betterer through a squid proxy using ident for auth. ok jmatthew@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 02:08:50 Modified files: x11/gtk+2 : Makefile x11/gtk+2/pkg : PLIST-main Removed files: x11/gtk+2/pkg : DESCR-guic PLIST-guic Log message: gtk-update-icon-cache(1) is moving from gtk+2 to gtk+3. This is a requirement for the upcoming GNOME 3.16 update. There may be dragons but I need to do this before p2k15! big thank you to landry@ for running a bulk with the giant diff and thanks for portbump(1) for giving me back some precious lifetime CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 02:09:15 Modified files: x11/gtk+3 : Makefile x11/gtk+3/pkg : PLIST-main Added files: x11/gtk+3/pkg : DESCR-guic PLIST-guic Log message: gtk-update-icon-cache(1) is moving from gtk+2 to gtk+3. This is a requirement for the upcoming GNOME 3.16 update. There may be dragons but I need to do this before p2k15! big thank you to landry@ for running a bulk with the giant diff and thanks for portbump(1) for giving me back some precious lifetime CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 02:09:54 Modified files: infrastructure/bin: portcheck Log message: x11/gtk+2,-guic -> x11/gtk+3,-guic CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 02:11:29 Modified files: astro/stellarium: Makefile cad/geda-gaf : Makefile cad/gerbv : Makefile cad/gtkwave : Makefile cad/kicad : Makefile cad/pcb : Makefile databases/gq : Makefile databases/luma : Makefile databases/sqliteman: Makefile editors/abiword: Makefile editors/calligra: Makefile editors/emacs : Makefile editors/focuswriter: Makefile editors/kile : Makefile editors/kile-kde4: Makefile editors/kxmleditor: Makefile editors/leafpad: Makefile editors/libreoffice: Makefile editors/subtitleeditor: Makefile editors/tiled : Makefile education/verbiste: Makefile emulators/fs-uae: Makefile emulators/gnusim8085: Makefile emulators/snes9x: Makefile emulators/vbam : Makefile geo/geocode-glib: Makefile geo/gpx-viewer : Makefile geo/merkaartor : Makefile geo/osm2go : Makefile geo/viking : Makefile graphics/aqsis : Makefile graphics/birdfont: Makefile graphics/comix : Makefile graphics/darktable: Makefile graphics/dia : Makefile graphics/digikam: Makefile graphics/digikam-kde4: Makefile graphics/djview4: Makefile graphics/djvulibre: Makefile graphics/dvdrip: Makefile graphics/evince: Makefile graphics/fyre : Makefile graphics/gimp/stable: Makefile graphics/gpicview: Makefile graphics/gthumb: Makefile graphics/gwenview: Makefile graphics/hugin : Makefile graphics/inkscape: Makefile graphics/kimdaba: Makefile graphics/libkdcraw: Makefile graphics/libkipi: Makefile graphics/pdfmod: Makefile graphics/pinta : Makefile graphics/rawtherapee: Makefile graphics/scratch: Makefile graphics/shotwell: Makefile graphics/viewnior: Makefile Log message: x11/gtk+2,-guic -> x11/gtk+3,-guic && bump CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 02:13:04 Modified files: japanese/gwaei : Makefile math/galculator: Makefile math/geogebra : Makefile math/gnumeric : Makefile math/kst : Makefile multimedia/imagination: Makefile multimedia/k3b : Makefile multimedia/k3b-kde4: Makefile multimedia/kaffeine: Makefile multimedia/kdenlive: Makefile multimedia/kguitar: Makefile multimedia/mlt : Makefile multimedia/mpv : Makefile multimedia/phonon-backend/gstreamer: Makefile multimedia/synfigstudio: Makefile multimedia/xine-ui: Makefile net/ettercap : Makefile net/filezilla : Makefile net/gajim : Makefile net/gpodder : Makefile net/hexchat : Makefile net/konversation: Makefile net/ktorrent : Makefile net/ktorrent-kde4: Makefile net/mirall : Makefile net/pidgin : Makefile net/psi : Makefile net/retroshare : Makefile net/seafile/client: Makefile net/transmission: Makefile net/twitux : Makefile net/wireshark : Makefile Log message: x11/gtk+2,-guic -> x11/gtk+3,-guic && bump CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 02:14:15 Modified files: print/cups : Makefile print/xournal : Makefile productivity/entomologist: Makefile productivity/gbirthday: Makefile productivity/glabels: Makefile productivity/gnucash: Makefile productivity/grisbi: Makefile productivity/gtg: Makefile productivity/homebank: Makefile productivity/kmymoney: Makefile productivity/osmo: Makefile productivity/rednotebook: Makefile productivity/taskjuggler: Makefile productivity/workrave: Makefile productivity/zim: Makefile security/fwbuilder: Makefile sysutils/d-feet: Makefile sysutils/deja-dup: Makefile sysutils/filelight: Makefile sysutils/gsmartcontrol: Makefile sysutils/knutclient: Makefile sysutils/krename: Makefile sysutils/krename-kde4: Makefile sysutils/tkdvd : Makefile sysutils/virt-manager: Makefile tests/portcheck: t6.sample textproc/calibre: Makefile textproc/catfish: Makefile textproc/chmsee: Makefile textproc/gtranslator: Makefile textproc/meld : Makefile textproc/nfoview: Makefile Log message: x11/gtk+2,-guic -> x11/gtk+3,-guic && bump CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 02:15:04 Modified files: www/arora : Makefile www/bluefish : Makefile www/chromium : Makefile www/gnash : Makefile www/httrack : Makefile www/kwebkitpart: Makefile www/liferea : Makefile www/midori : Makefile www/minitube : Makefile www/opera : Makefile www/otter-browser: Makefile www/swfdec-plugin: Makefile www/uget : Makefile www/weboob : Makefile Log message: x11/gtk+2,-guic -> x11/gtk+3,-guic && bump CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 02:16:25 Modified files: x11/compiz/ccsm: Makefile x11/cool-retro-term: Makefile x11/e17 : e17.port.mk x11/ede/desktop: Makefile x11/faenza-icon-theme: Makefile x11/gnome : gnome.port.mk x11/gnome/adwaita-icon-theme: Makefile x11/gnome/aisleriot: Makefile x11/gnome/alacarte: Makefile x11/gnome/anjuta: Makefile x11/gnome/banshee: Makefile x11/gnome/baobab: Makefile x11/gnome/bijiben: Makefile x11/gnome/clocks: Makefile x11/gnome/color-manager: Makefile x11/gnome/controlcenter: Makefile x11/gnome/devhelp: Makefile x11/gnome/documents: Makefile x11/gnome/empathy: Makefile x11/gnome/eog : Makefile x11/gnome/file-roller: Makefile x11/gnome/gcr : Makefile x11/gnome/gdm : Makefile x11/gnome/ghex : Makefile x11/gnome/icon-theme: Makefile x11/gnome/icon-theme-symbolic: Makefile x11/gnome/latexila: Makefile x11/gnome/libgda: Makefile x11/gnome/maps : Makefile x11/gnome/music: Makefile x11/gnome/online-accounts: Makefile x11/gnome/orca : Makefile x11/gnome/photos: Makefile x11/gnome/planner: Makefile x11/gnome/polari: Makefile x11/gnome/power-manager: Makefile x11/gnome/quadrapassel: Makefile x11/gnome/rygel: Makefile x11/gnome/seahorse: Makefile x11/gnome/session: Makefile x11/gnome/settings-daemon: Makefile x11/gnome/themes-standard: Makefile x11/gnome/totem: Makefile x11/gnome/tracker: Makefile x11/gnome/tweak-tool: Makefile x11/gnome/user-share: Makefile x11/gnome/vinagre: Makefile x11/gnome/weather: Makefile x11/gnome-colors-icon-theme: Makefile x11/gnome-mplayer: Makefile x11/gxmessage : Makefile x11/hicolor-icon-theme: Makefile x11/human-icon-theme: Makefile x11/industrial-icon-theme: Makefile x11/kde/accessibility3: Makefile x11/kde/addons3: Makefile x11/kde/admin3 : Makefile x11/kde/artwork3: Makefile x11/kde/base3 : Makefile x11/kde/bindings3: Makefile x11/kde/edu3 : Makefile x11/kde/games3 : Makefile x11/kde/graphics3: Makefile x11/kde/libs3 : Makefile x11/kde/multimedia3: Makefile x11/kde/network3: Makefile x11/kde/okle : Makefile x11/kde/pim3 : Makefile x11/kde/sdk3 : Makefile x11/kde/toys3 : Makefile x11/kde/utils3 : Makefile x11/kde/webdev : Makefile x11/kde-shared-data: Makefile x11/kde4/amor : Makefile x11/kde4/ark : Makefile x11/kde4/artikulate: Makefile x11/kde4/artwork: Makefile x11/kde4/baloo : Makefile x11/kde4/baseapps: Makefile x11/kde4/blinken: Makefile x11/kde4/bomber: Makefile x11/kde4/bovo : Makefile x11/kde4/cantor: Makefile x11/kde4/cervisia: Makefile x11/kde4/dev-utils: Makefile x11/kde4/dragon: Makefile x11/kde4/filelight: Makefile x11/kde4/granatier: Makefile x11/kde4/gwenview: Makefile x11/kde4/jovie : Makefile x11/kde4/juk : Makefile x11/kde4/kajongg: Makefile x11/kde4/kalgebra: Makefile x11/kde4/kalzium: Makefile x11/kde4/kanagram: Makefile x11/kde4/kapman: Makefile x11/kde4/kapptemplate: Makefile x11/kde4/kate : Makefile x11/kde4/katomic: Makefile x11/kde4/kblackbox: Makefile x11/kde4/kblocks: Makefile x11/kde4/kbounce: Makefile x11/kde4/kbreakout: Makefile x11/kde4/kbruch: Makefile x11/kde4/kcachegrind: Makefile x11/kde4/kcolorchooser: Makefile x11/kde4/kdf : Makefile x11/kde4/kdiamond: Makefile x11/kde4/kfloppy: Makefile x11/kde4/kfourinline: Makefile x11/kde4/kgeography: Makefile x11/kde4/kget : Makefile x11/kde4/kgoldrunner: Makefile x11/kde4/kgpg : Makefile x11/kde4/khangman: Makefile x11/kde4/kig : Makefile x11/kde4/kigo : Makefile x11/kde4/killbots: Makefile x11/kde4/kiriki: Makefile x11/kde4/kiten : Makefile x11/kde4/kjumpingcube: Makefile x11/kde4/klettres: Makefile x11/kde4/klickety: Makefile x11/kde4/klines: Makefile x11/kde4/kmag : Makefile x11/kde4/kmahjongg: Makefile x11/kde4/kmines: Makefile x11/kde4/kmix : Makefile x11/kde4/kmousetool: Makefile x11/kde4/kmouth: Makefile x11/kde4/kmplot: Makefile x11/kde4/knavalbattle: Makefile x11/kde4/knetwalk: Makefile x11/kde4/kolf : Makefile x11/kde4/kollision: Makefile x11/kde4/kolourpaint: Makefile x11/kde4/kompare: Makefile x11/kde4/konquest: Makefile x11/kde4/kopete: Makefile x11/kde4/korundum: Makefile x11/kde4/kpat : Makefile x11/kde4/kppp : Makefile x11/kde4/krdc : Makefile x11/kde4/kremotecontrol: Makefile x11/kde4/kreversi: Makefile x11/kde4/kruler: Makefile x11/kde4/kscd : Makefile x11/kde4/kshisen: Makefile x11/kde4/ksirk : Makefile x11/kde4/ksnakeduel: Makefile x11/kde4/ksnapshot: Makefile x11/kde4/kspaceduel: Makefile x11/kde4/ksquares: Makefile x11/kde4/kstars: Makefile x11/kde4/ksudoku: Makefile x11/kde4/kteatime: Makefile x11/kde4/ktimer: Makefile x11/kde4/ktouch: Makefile x11/kde4/ktuberling: Makefile x11/kde4/kturtle: Makefile x11/kde4/ktux : Makefile x11/kde4/kubrick: Makefile x11/kde4/kuser : Makefile x11/kde4/kwalletmanager: Makefile x11/kde4/kwordquiz: Makefile x11/kde4/l10n : Makefile.inc x11/kde4/libkdcraw: Makefile x11/kde4/libkdeedu: Makefile x11/kde4/libkipi: Makefile x11/kde4/libksane: Makefile x11/kde4/libs : Makefile x11/kde4/lokalize: Makefile x11/kde4/lskat : Makefile x11/kde4/marble: Makefile x11/kde4/okteta: Makefile x11/kde4/okular: Makefile x11/kde4/oxygen-icons: Makefile x11/kde4/pairs : Makefile x11/kde4/palapeli: Makefile x11/kde4/parley: Makefile x11/kde4/picmi : Makefile x11/kde4/pim : Makefile x11/kde4/pim-runtime: Makefile x11/kde4/plasma-addons: Makefile x11/kde4/rocs : Makefile x11/kde4/sdk-kioslaves: Makefile x11/kde4/step : Makefile x11/kde4/superkaramba: Makefile x11/kde4/umbrello: Makefile x11/kde4/webdev: Makefile x11/kde4/workspace: Makefile x11/kdirstat : Makefile x11/klavaro : Makefile x11/krusader : Makefile x11/nitrogen : Makefile x11/nx/opennx : Makefile x11/pinot : Makefile x11/podbrowser : Makefile x11/remmina : Makefile x11/roxterm : Makefile x11/sawfish : Makefile x11/smplayer : Makefile x11/smtube : Makefile x11/tangerine-icon-theme: Makefile x11/tango-icon-theme: Makefile x11/tango-icon-theme-extras: Makefile x11/tellico : Makefile x11/tellico-kde4: Makefile x11/terminator : Makefile x11/virt-viewer: Makefile x11/vlc : Makefile x11/winwrangler: Makefile x11/xarchiver : Makefile x11/xfce4 : xfce4.port.mk x11/xfce4/exo : Makefile x11/xfce4/libxfce4ui: Makefile x11/xfce4/libxfcegui4: Makefile x11/xfce4/notification-daemon-xfce: Makefile x11/xfce4/orage: Makefile x11/xfce4/parole: Makefile x11/xfce4/ristretto: Makefile x11/xfce4/thunar: Makefile x11/xfce4/thunar-archive: Makefile x11/xfce4/thunar-vcs: Makefile x11/xfce4/xfce4-battery: Makefile x11/xfce4/xfce4-clipman: Makefile x11/xfce4/xfce4-cpugraph: Makefile x11/xfce4/xfce4-dict: Makefile x11/xfce4/xfce4-fsguard: Makefile x11/xfce4/xfce4-icon-theme: Makefile x11/xfce4/xfce4-mailwatch: Makefile x11/xfce4/xfce4-mount: Makefile x11/xfce4/xfce4-netload: Makefile x11/xfce4/xfce4-notes: Makefile x11/xfce4/xfce4-notifyd: Makefile x11/xfce4/xfce4-panel: Makefile x11/xfce4/xfce4-power-manager: Makefile x11/xfce4/xfce4-screenshooter: Makefile x11/xfce4/xfce4-session: Makefile x11/xfce4/xfce4-time-out: Makefile x11/xfce4/xfce4-weather: Makefile x11/xfce4/xfce4-whiskermenu: Makefile x11/xfce4/xfce4-wmdock: Makefile x11/xfce4/xfdashboard: Makefile x11/xfce4/xfdesktop: Makefile x11/xfce4/xfprint: Makefile x11/xfce4/xfwm4: Makefile x11/xpad : Makefile x11/yad : Makefile x11/yakuake : Makefile x11/yakuake-kde4: Makefile Log message: x11/gtk+2,-guic -> x11/gtk+3,-guic && bump CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 02:17:00 Modified files: share/man/man5 : port-modules.5 Log message: x11/gtk+2,-guic -> x11/gtk+3,-guic CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 02:41:06 Modified files: mail/claws-mail: Makefile mail/evolution : Makefile mail/geary : Makefile mail/kbiff : Makefile mail/trojita : Makefile games/barrage : Makefile games/blobwars : Makefile games/chromium-bsu: Makefile games/dustrac : Makefile games/enigma : Makefile games/flare : Makefile games/freeciv : Makefile games/gamine : Makefile games/garden : Makefile games/gbrainy : Makefile games/gnome-mastermind: Makefile games/gottcode : Makefile.inc games/gottcode/connectagram: Makefile games/gottcode/cutemaze: Makefile games/gottcode/hexalate: Makefile games/gottcode/peg-e: Makefile games/gottcode/simsu: Makefile games/gottcode/tanglet: Makefile games/gottcode/tetzle: Makefile games/kbilliards: Makefile games/kslide : Makefile games/mars : Makefile games/meandmyshadow: Makefile games/minetest : Makefile games/numptyphysics: Makefile games/openttd : Makefile games/openxcom : Makefile games/pioneers : Makefile games/puzzles : Makefile games/redeclipse: Makefile games/taxipilot: Makefile games/valyriatear: Makefile games/xboard : Makefile misc/chemical-mime-data: Makefile misc/gramps : Makefile misc/ktimeclock: Makefile misc/redshift : Makefile Log message: x11/gtk+2,-guic -> x11/gtk+3,-guic && bump CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 02:43:02 Modified files: audio/amarok : Makefile audio/ardour : Makefile audio/ario : Makefile audio/audacious: Makefile audio/calf : Makefile audio/clementine: Makefile audio/deadbeef : Makefile audio/easytag : Makefile audio/gmpc : Makefile audio/gogglesmm: Makefile audio/gtkpod : Makefile audio/milkytracker: Makefile audio/mscore : Makefile audio/mumble : Makefile audio/musique : Makefile audio/pithos : Makefile audio/potamus : Makefile audio/quodlibet: Makefile audio/rhythmbox: Makefile audio/tagtool : Makefile audio/vagalume : Makefile inputmethods/cellwriter: Makefile inputmethods/ibus: Makefile inputmethods/ibus-anthy: Makefile Log message: x11/gtk+2,-guic -> x11/gtk+3,-guic && bump CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 02:46:21 Modified files: devel/bouml : Makefile devel/codeblocks: Makefile devel/dconf : Makefile devel/gconf-editor: Makefile devel/geany : Makefile devel/giggle : Makefile devel/glade : Makefile devel/kdbg : Makefile devel/kdevelop : Makefile devel/kdevplatform: Makefile devel/libpeas : Makefile devel/monodevelop: Makefile devel/poedit : Makefile Log message: x11/gtk+2,-guic -> x11/gtk+3,-guic && bump CVSROOT: /cvs Module name: src Changes by: tobiasu@cvs.openbsd.org 2015/03/27 04:09:30 Modified files: usr.bin/awk : lib.c Log message: Don't display empty error context. Context extraction didn't handle this case and showed uninitialized memory. ok tobias, miod CVSROOT: /cvs Module name: ports Changes by: tobiasu@cvs.openbsd.org 2015/03/27 04:56:15 Modified files: games/falconseye: Makefile Added files: games/falconseye/patches: patch-include_tcap_h patch-sys_share_unixtty_c patch-util_makedefs_c Log message: Fix crashing build on sparc makedefs: the strict alignment gods demand time_t ospeed: homegrown termcap.h, sync ospeed symbol size Play-tested on sparc CVSROOT: /cvs Module name: ports Changes by: tobiasu@cvs.openbsd.org 2015/03/27 04:59:00 Modified files: games/nethack : Makefile games/nethack/patches: patch-sys_share_unixtty_c Added files: games/nethack/patches: patch-include_tcap_h patch-util_makedefs_c Log message: Fix crashing build on sparc makedefs: the strict alignment gods demand time_t ospeed: homegrown termcap.h, sync ospeed symbol size Play-tested on sparc CVSROOT: /cvs Module name: ports Changes by: tobiasu@cvs.openbsd.org 2015/03/27 05:04:28 Modified files: games/slash-em : Makefile Added files: games/slash-em/patches: patch-include_tcap_h patch-src_botl_c patch-src_cmd_c patch-src_topten_c patch-sys_share_unixtty_c patch-util_makedefs_c Log message: Fix crashing build on sparc makedefs: the strict alignment gods demand time_t fixed format strings that could anger the same gods ospeed: homegrown termcap.h, sync ospeed symbol size Play-tested on sparc CVSROOT: /cvs Module name: ports Changes by: tobiasu@cvs.openbsd.org 2015/03/27 05:11:01 Modified files: games/slash : Makefile games/slash/patches: patch-include_unixconf_h Added files: games/slash/patches: patch-include_termcap_h patch-src_botl_c patch-src_dokick_c patch-src_shk_c patch-sys_share_unixtty_c patch-util_makedefs_c Log message: Fix crashing build on sparc makedefs: the strict alignment gods demand time_t fixed format strings that could anger the same gods ospeed: homegrown termcap.h, sync ospeed symbol size include string.h for those new machines with 64 bit pointers Play-tested on sparc sparc64 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/27 05:34:23 Modified files: graphics/giflib: Makefile distinfo graphics/giflib/patches: patch-tests_makefile graphics/giflib/pkg: PLIST Log message: update to giflib-5.1.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/27 05:34:58 Modified files: devel/re2c : Makefile distinfo Log message: update to re2c-0.14.2 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/03/27 06:26:41 Modified files: lib/libssl/src/ssl: ssl_lib.c Log message: BUF_MEM_free() has its own explicit NULL check. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/03/27 06:29:54 Modified files: lib/libssl/src/ssl: d1_clnt.c d1_srvr.c s23_clnt.c s23_srvr.c s3_both.c s3_clnt.c s3_srvr.c ssl_locl.h Log message: Factor out the init_buf initialisation code, rather than duplicating it in four different places. ok doug@ guenther@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/27 06:33:36 Modified files: libexec/security: security Log message: If /etc/passwd contains incomplete lines ending before the home directory field, warn explicitly rather than stumbling into Perl "uninitialized value" warnings. Issue reported by Denis Lapshin . OK afresh1@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/27 07:26:19 Modified files: libexec/security: security Log message: In mount(8) output, do not misparse lines where fs_spec ends with the two characters "on", which can for example happen for NFS mounts. Patch from Lauri Tirkkonen on bugs@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/27 08:22:59 Modified files: bin/ksh : sh.1 Log message: clarity fix from zhuk; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 08:40:04 Modified files: sysutils/salt : Makefile distinfo sysutils/salt/patches: patch-conf_master patch-salt_modules_network_py patch-salt_states_service_py patch-tests_integration_modules_cmdmod_py sysutils/salt/pkg: PLIST Log message: Update to salt-2014.7.3. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/27 09:00:06 Modified files: usr.bin/mandoc : man.conf.5 Log message: various tweaks, including one from ingo; ok schwarze CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/27 09:56:45 Modified files: sbin/fdisk : part.c Log message: Use DOSACTIVE define instead of magic number 0x80. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 10:00:00 Modified files: devel/glib2 : Makefile distinfo devel/glib2/patches: gcc3-patch-glib_tests_Makefile_in patch-gmodule_gmodule-dl_c devel/glib2/pkg: PLIST Added files: devel/glib2/patches: patch-gio_giotypes_h patch-gio_gunixmounts_c Log message: Update to glib2-2.44.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 10:00:23 Modified files: devel/atk : Makefile distinfo Log message: Update to atk-2.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 10:00:55 Modified files: x11/gtk+3 : Makefile distinfo x11/gtk+3/patches: patch-gtk_gtksettings_c x11/gtk+3/pkg : PLIST-main Added files: x11/gtk+3/patches: patch-demos_gtk-demo_glarea_c patch-gdk_x11_gdkglcontext-x11_c patch-gtk_gtkglarea_c Removed files: x11/gtk+3/patches: patch-gtk_Makefile_in Log message: Update to gtk+3-3.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 10:01:17 Modified files: x11/gnome/at-spi2-core: Makefile distinfo x11/gnome/at-spi2-core/pkg: PLIST Log message: Update to at-spi2-core-2.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 10:01:34 Modified files: x11/gnome/at-spi2-atk: Makefile distinfo Log message: Update to at-spi2-atk-2.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 10:01:50 Modified files: x11/gnome/py-atspi: Makefile distinfo Log message: Update to py3-atspi-2.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 10:02:32 Modified files: x11/qt5 : Makefile Added files: x11/qt5/patches: patch-qtwebkit_Source_WebCore_platform_graphics_gstreamer_WebKitWebSourceGStreamer_cpp Log message: Fix qtWebkit build with new GLib. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 10:02:49 Modified files: www/webkit : Makefile Added files: www/webkit/patches: patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase_cpp patch-Source_WebCore_platform_graphics_gstreamer_VideoSinkGStreamer_cpp patch-Source_WebCore_platform_graphics_gstreamer_WebKitWebSourceGStreamer_cpp Log message: Fix Webkit build with new GLib. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 10:03:07 Modified files: www/webkitgtk4 : Makefile Added files: www/webkitgtk4/patches: patch-Source_WTF_wtf_gobject_GMutexLocker_h patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase_cpp patch-Source_WebCore_platform_graphics_gstreamer_VideoSinkGStreamer_cpp patch-Source_WebCore_platform_graphics_gstreamer_WebKitWebSourceGStreamer_cpp Log message: Fix WebkitGTK build with new GLib. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 10:03:33 Modified files: sysutils/upower: Makefile Added files: sysutils/upower/patches: patch-libupower-glib_up-device_c Log message: Fix crash on uninitialized variant with new GLib. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/27 10:06:00 Modified files: sbin/fdisk : disk.c part.c Log message: Wrap some annoying long lines. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 10:23:38 Modified files: x11/gtk+3 : Makefile Log message: Missing wantlib. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/27 10:35:57 Modified files: usr.bin/mandoc : mandoc.1 main.c Log message: Modernize documentation by inserting blanks between option letters and option arguments, except for -m because "-m an" and "-m andoc" look just too weird. Of course, the traditional form without the blank will continue to work. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/27 11:02:52 Modified files: usr.bin/mandoc : mandoc.1 Log message: refering -> referring; CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/27 11:36:56 Modified files: usr.bin/mandoc : Makefile cgi.c main.c mandocdb.c manpath.c mansearch.c Added files: usr.bin/mandoc : manconf.h Removed files: usr.bin/mandoc : manpath.h Log message: Parse the new man.conf(5) "output" directive. The next step will be to actually use the parsed data. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 12:14:28 Modified files: x11/gtk+3 : Makefile Added files: x11/gtk+3/patches: patch-configure_ac Log message: Do not pick up libcanberra-gtk3 if it's around at build time or this will create a cyclic dependency. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/27 12:38:45 Modified files: www/webkitgtk4 : Makefile distinfo www/webkitgtk4/patches: patch-CMakeLists_txt patch-Source_JavaScriptCore_CMakeLists_txt patch-Source_JavaScriptCore_dfg_DFGNode_h patch-Source_JavaScriptCore_heap_CopiedBlock_h patch-Source_JavaScriptCore_jit_ExecutableAllocator_h patch-Source_WTF_wtf_MathExtras_h patch-Source_WTF_wtf_Platform_h patch-Source_WTF_wtf_dtoa_utils_h patch-Source_cmake_OptionsCommon_cmake www/webkitgtk4/pkg: PLIST Added files: www/webkitgtk4/patches: patch-Source_WTF_wtf_Stopwatch_h patch-Source_WebKit2_UIProcess_Plugins_unix_PluginInfoStoreUnix_cpp Removed files: www/webkitgtk4/patches: patch-Source_WTF_wtf_gobject_GMutexLocker_h patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase_cpp patch-Source_WebCore_platform_graphics_gstreamer_VideoSinkGStreamer_cpp patch-Source_WebCore_platform_graphics_gstreamer_WebKitWebSourceGStreamer_cpp patch-Source_WebCore_plugins_PluginDatabase_cpp Log message: Update to webkitgtk4-2.8.0. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/27 12:49:50 Modified files: etc : Makefile distrib/sets/lists/etc: mi distrib/sets/lists/base: mi Added files: etc/examples : man.conf Removed files: etc : man.conf Log message: Move man.conf from /etc to /etc/examples, deleting what's no longer supported. Discussed with many and OK ajacoutot@. CVSROOT: /cvs Module name: src Changes by: uaa@cvs.openbsd.org 2015/03/27 13:20:56 Modified files: sys/dev/usb : if_url.c Log message: simply do if_input() between splnet() and splx(), like other drivers (such as if_udav.c). ok by mpi@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/27 13:32:53 Modified files: sys/dev/usb : if_ugl.c Log message: Convert to if_input(). Tested by and ok uaa@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/27 14:25:39 Modified files: sys/arch/sparc/include: pmap.h vmparam.h sys/arch/sparc/sparc: autoconf.c machdep.c pmap.c trap.c Log message: Lower VM_MIN_KERNEL_ADDRESS by 128MB on non-SRMMU systems (sun4/4c/4e) as well, in order to give these systems a more reasonable amount of kva, yet still providing .75GB to userland processes. Although there is no dependency upon a recent boot loader on non-SRMMU systems, SMALL_KERNEL will nevertheless stick to the legacy kvm layout, for the time being. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/27 14:40:36 Modified files: distrib/notes/sparc: install Log message: Fix horrible typo in the sun4e netboot instructions causing them to be ineffective. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/27 14:50:40 Modified files: distrib/notes/sparc: install prep distrib/notes/sparc64: install prep Log message: Remove `installing from SunOS' and `installing from Solaris' instructions. They are much more troublesome than using the miniroot, and if you're actually still running a SunOS setup in 2015, then you're me, and you don't need to be told this information anyway. Do not suggest disks might be shared between OpenBSD and SunOS or Solaris anymore. This is just asking for trouble. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/27 14:55:56 Modified files: distrib/notes/luna88k: install distrib/notes/sparc: install distrib/notes/vax: install Log message: Missing `unattended installation' chunk. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/27 15:04:04 Modified files: share/man/man4 : hme.4 Log message: Fix the `don't you dare putting an hme in a sun4c' message: it's not a PROM limitation, but rather the lack of an sbus iommu and a small sbus slot aperture (thus *system* limitations) which prevent hme to work on such systems. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/27 15:15:46 Modified files: share/man/man4 : hme.4 Log message: in SEE ALSO, refer to the relevant phy rather than similar devices; CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/03/27 15:17:16 Modified files: usr.bin/mandoc : cgi.c html.c main.c main.h man.conf.5 term_ascii.c term_ps.c etc/examples : man.conf Log message: Actually use the new man.conf(5) "output" directive. Additional functionality, yet minus 45 lines of code. CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/03/27 16:15:39 Modified files: distrib/miniroot: install.sub Log message: Tame the more than 70 functions in install.sub. Regroup them by their purpose and add section headers. go for it halex@, OK krw@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/03/27 18:03:05 Modified files: distrib/miniroot: install.sub install.sh upgrade.sh dot.profile Log message: - Start comments with capital letters. - End comments with a full stop. OK krw@ CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/03/27 21:49:01 Modified files: usr.sbin/ntpd : client.c util.c Log message: Avoid overflow on 32-bit time_t systems converting timeval to NTP time. Original fix from Romuald Delavergne. ok henning@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/28 00:34:52 Modified files: mail/mimedefang: Makefile distinfo mail/mimedefang/patches: patch-mimedefang_pl_in mail/mimedefang/pkg: README Log message: Update to mimedefang-2.76. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/03/28 01:34:16 Modified files: etc/rc.d : rc.subr Log message: _rc_err(): only display error message if there's an actual one. Remove an exit() statement that could never be reached. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/03/28 01:41:46 Modified files: usr.sbin/rcctl : rcctl.sh Log message: Add rcctl_err() which is a wrapper for _rc_err() with common rcctl(8) verbiage. Add some explicit error messages while here. Prefer cat over cp/mv to edit rc.conf.local; this prevents creating rc.conf.local with mode 0600. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/03/28 02:08:52 Modified files: usr.sbin/rcctl : rcctl.sh Log message: Add comment. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/28 03:43:14 Modified files: databases/p5-Redis: Makefile distinfo Log message: Update to p5-Redis-1.978. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/28 03:49:24 Modified files: math/ntl : Makefile distinfo math/ntl/pkg : PLIST Log message: Update to ntl-9.0.1. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/28 05:24:25 Modified files: sys/arch/vax/if: sgec.c Log message: Convert to if_input(), tested by miod@ CVSROOT: /cvs Module name: src Changes by: bcallah@cvs.openbsd.org 2015/03/28 06:54:37 Modified files: usr.bin/vi/common: key.h util.c usr.bin/vi/ex : ex_shell.c usr.bin/vi/vi : v_match.c Log message: vi was using two separate isblank functions: one defined in and the other #defined in common/key.h. There is no reason to have both. For consistency use the isblank function from , remove the #define in common/key.h, and add #include to the files that were missing the header. ok brynet@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/28 07:29:16 Modified files: sbin/fdisk : misc.c misc.h Log message: Add a simple crc32() implmentation to avoid pulling in libz, which would complicate install media. Will be used by GPT support. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/28 08:59:34 Modified files: games/manaplus : Makefile distinfo Log message: Update to 1.5.3.28 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/28 10:01:55 Modified files: graphics/imlib/patches: patch-Imlib_load_c patch-gdk_imlib_io-gif_c graphics/imlib2/patches: patch-src_modules_loaders_loader_gif_c x11/driftnet/patches: patch-src_display_gif_c Log message: handle giflib api change, reported by naddy CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/28 10:06:48 Modified files: net/ziproxy/patches: patch-src_image_c x11/libgdiplus/patches: patch-src_gifcodec_c Added files: graphics/openscenegraph/patches: patch-src_osgPlugins_gif_ReaderWriterGIF_cpp Log message: handle giflib api change, reported by naddy CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/03/28 10:13:36 Modified files: net/p5-BSD-Socket-Splice: Makefile distinfo net/p5-BSD-Socket-Splice/pkg: PLIST Log message: update p5-BSD-Socket-Splice to 0.06 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/03/28 10:43:07 Modified files: net/p5-Net-DNS : Makefile distinfo net/p5-Net-DNS/pkg: PLIST Log message: update p5-Net-DNS to 0.83 CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/03/28 11:03:11 Modified files: distrib/miniroot: install.sub Log message: fix typos noted by Mikolaj Kucharski, thx OK krw@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/28 11:03:32 Added files: x11/gnustep/gui/patches: patch-Source_NSBitmapImageRep+GIF_m Log message: handle giflib api change CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/28 11:05:25 Added files: graphics/leptonica/patches: patch-src_gifio_c Log message: handle giflib api change CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/28 11:23:23 Modified files: x11/windowmaker/patches: patch-wrlib_gif_c x11/xplanet/patches: patch-src_libimage_gif_c Added files: x11/e17/evas/patches: patch-src_modules_loaders_gif_evas_image_load_gif_c geo/mapserver/patches: patch-mapimageio_c graphics/openimageio/patches: patch-src_gif_imageio_gifinput_cpp Log message: handle giflib api change CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/28 11:27:04 Modified files: misc/magicpoint/patches: patch-image_gif_c Log message: handle giflib api change CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/28 11:48:53 Modified files: multimedia/ming/patches: patch-src_blocks_gifdbl_c Log message: handle giflib api change CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/28 11:59:17 Modified files: multimedia/swftools/patches: patch-src_gif2swf_c graphics/ocaml-camlimages/patches: patch-src_gifread_c patch-src_gifwrite_c print/fontforge/patches: patch-gutils_gimagereadgif_c Log message: handle giflib api change CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/28 12:03:10 Modified files: x11/gnome/libmediaart: Makefile distinfo x11/gnome/libmediaart/pkg: PLIST Log message: Update to libmediaart-1.9.0. Needed by upcoming (meta-)tracker update in preparation of GNOME 3.16. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/28 12:04:06 Modified files: x11/gnome/tracker: Makefile distinfo x11/gnome/tracker/pkg: PLIST Added files: x11/gnome/tracker/patches: patch-src_tracker_tracker-process_c Removed files: x11/gnome/tracker/patches: patch-src_tracker-control_tracker-control-general_c Log message: Update to meta-tracker-1.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/28 12:04:49 Modified files: x11/gnome/rygel: Makefile Added files: x11/gnome/rygel/patches: patch-configure patch-src_librygel-server_rygel-media-art-store_vala Log message: Build with mediaart-2.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/28 12:05:30 Modified files: x11/gnome/grilo-plugins: Makefile Added files: x11/gnome/grilo-plugins/patches: patch-configure patch-src_local-metadata_grl-local-metadata_c Log message: Build with mediaart-2.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/28 12:06:26 Modified files: x11/gnome/bijiben: Makefile x11/gnome/documents: Makefile x11/gnome/nautilus: Makefile x11/gnome/online-miners: Makefile x11/gnome/photos: Makefile Log message: WANTLIB+bump after recent libmediaart and tracker updates. CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2015/03/28 12:07:56 Modified files: sys/dev/pci : rtsx_pci.c Log message: match on the RTS5249 found on the dell xps 13, treat it as a 5229 ok stsp CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/03/28 12:16:12 Modified files: devel/p5-Devel-NYTProf: Makefile distinfo devel/p5-Devel-NYTProf/pkg: PLIST Added files: devel/p5-Devel-NYTProf/patches: patch-bin_nytprofhtml Log message: - Update p5-Devel-NYTProf to 5.07. - Pull fix from upstream to find scripts in PATH. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/28 13:07:08 Modified files: sys/arch/sparc/dev: agten.c be.c bwtwo.c cgthree.c cgtwelve.c daadio.c if_gem_sbus.c mgx.c p9000.c p9100.c presto.c qe.c rfx.c spif.c ts102.c tvtwo.c vigra.c zx.c Log message: Don't include sbusvar.h if you need neither sbus_translate() nor sbus_testdma(). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/28 13:08:23 Modified files: sys/arch/sparc/dev: esp.c Log message: When attaching an sbus esp(4), do the sbus_testdma() check regardless of the actual card name we're attaching. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/28 13:10:45 Modified files: sys/arch/sparc/dev: xbox.c Log message: Correctly advance the bootpath when attaching children. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/03/28 13:52:39 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/03/28 15:55:48 Modified files: app/cwm : xutil.c Log message: plug a leak CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/28 16:05:59 Modified files: www/p5-Dancer : Makefile distinfo www/p5-Dancer/pkg: PLIST Log message: update to p5-Dancer 1.3134 CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/03/28 16:09:10 Modified files: app/cwm : menu.c Log message: Reshuffle and slightly simplify menu_complete_path(), removing an allocation, for tab-completion; checked by Alexander Polakov as well. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/28 16:10:04 Modified files: www/gnash/patches: patch-libbase_GnashImageGif_cpp Log message: ..more giflib fallout CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/03/28 17:12:47 Modified files: app/cwm : calmwm.h group.c xmalloc.c xutil.c Log message: Introduce a xreallocarray and convert a few xcalloc instances that do not require zero'ing. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/03/28 17:50:55 Modified files: sys/kern : kern_sysctl.c uipc_usrreq.c sys/sys : unpcb.h lib/libkvm : kvm_file2.c Log message: Replace the hand-crafted list of datagram unix domain sockets with a SLIST. OK mpi@ benno@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/03/28 18:21:05 Modified files: app/cwm : client.c Log message: plug a leak CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/03/28 19:03:42 Modified files: devel/p5-Data-Validate-Struct: Makefile distinfo Log message: update p5-Data-Validate-Struct to 0.10 CVSROOT: /cvs Module name: src Changes by: bcallah@cvs.openbsd.org 2015/03/28 19:04:23 Modified files: usr.bin/vi/cl : cl_funcs.c cl_main.c usr.bin/vi/ex : ex_z.c usr.bin/vi/vi : v_mark.c Log message: Remove SA_INTERRUPT, HISTORIC_PRACTICE, and HISTORICAL_PRACTICE using unifdef. It seems clear that no one was using these (SA_INTERRUPT didn't even build the other way). Tweak comments as appropriate. ok brynet@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/03/28 19:05:02 Modified files: sys/net : if.c Log message: if_detached start dequeues mbufs on the start list and immediately frees them. IFQ_PURGE does that too, so let's reuse it here. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/03/28 19:51:18 Modified files: misc/p5-File-LibMagic: Makefile distinfo Log message: update p5-File-LibMagic to 1.12 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/03/28 20:25:05 Modified files: net/p5-Net-IMP : Makefile distinfo Log message: update p5-Net-IMP to 0.632 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/03/28 21:24:17 Modified files: sys/arch/armv7/armv7: armv7.c armv7var.h sys/arch/armv7/imx: imx_machdep.c imxehci.c imxenet.c imxesdhc.c Log message: initial support for the SABRE SD board from Patrick Wildt in Bitrig CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/28 22:46:09 Modified files: graphics/birdfont: Makefile distinfo Log message: Bugfix update to 2.4.2 and sync WANTLIB. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/29 01:28:06 Modified files: x11/gtk+3 : Makefile x11/gtk+3/patches: patch-configure_ac Log message: Pushed upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/29 03:03:36 Modified files: textproc/gtranslator: Makefile Log message: Register textproc/gtkspell3 dependency. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/29 03:04:13 Modified files: geo/gpx-viewer : Makefile geo/gpx-viewer/pkg: PLIST Log message: Update PLIST (missing translations). Regen WANTLIB while here. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/29 03:04:51 Modified files: x11/gnome/gdl : Makefile distinfo x11/gnome/gdl/pkg: PLIST Log message: Update to gdl-3.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/29 03:07:40 Modified files: x11/gnome/yelp-xsl: Makefile distinfo Log message: Update to yelp-xsl-3.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/29 03:08:05 Added files: x11/gnome/yelp-xsl/patches: patch-xslt_common_html_xsl Log message: Missed in previous. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/29 03:11:30 Modified files: x11/gnome/anjuta: Makefile Log message: Regen WANTLIB. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/29 03:23:49 Modified files: archivers/p5-PerlIO-gzip: Makefile distinfo archivers/p5-PerlIO-gzip/pkg: PLIST Removed files: archivers/p5-PerlIO-gzip/patches: patch-Makefile_PL Log message: Update to p5-PerlIO-gzip-0.19. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/03/29 03:42:58 Modified files: usr.sbin/pkg_add/OpenBSD: Add.pm Log message: make sure specialfiles get checked. Actual bug, got lost when moving to extractible/tied files. Could have been mentioned earlier, the fix is obvious. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/29 04:44:55 Modified files: x11/windowmaker/patches: patch-wrlib_gif_c Log message: oops, reinstate patch chunks lost in previous CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/29 04:48:21 Added files: devel/jsoncpp/patches: patch-src_test_lib_json_main_cpp Log message: unbreak the tree for 32-bit arch CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/29 04:50:24 Modified files: multimedia/ming/patches: patch-util_gif2dbl_c Log message: handle giflib api change CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/29 04:59:47 Modified files: sys/arch/sparc/dev: be.c qe.c qec.c qecvar.h Log message: Convert qe(4) et be(4) to if_input(). Tested by miod@, thanks! CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/29 05:03:34 Modified files: sys/arch/sgi/hpc: if_sq.c Log message: Convert to if_input(), tested by miod@ and sebastia@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/29 05:52:16 Modified files: devel/glib2mm : Makefile distinfo devel/glib2mm/pkg: PLIST Log message: Update to glib2mm-2.44.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/29 05:52:38 Modified files: devel/pangomm : Makefile distinfo devel/pangomm/pkg: PLIST Log message: Update to pangomm-2.36.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/29 05:53:00 Modified files: x11/gtk3mm : Makefile distinfo x11/gtk3mm/pkg : PLIST Log message: Update to gtk3mm-3.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/29 05:53:33 Modified files: x11/gnome/yelp : Makefile distinfo x11/gnome/yelp/pkg: PLIST Log message: Update to yelp-3.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/29 05:54:12 Modified files: x11/gnome/devhelp: Makefile distinfo x11/gnome/devhelp/pkg: PLIST Log message: Update to devhelp-3.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/29 05:54:37 Modified files: x11/gnome/devel-docs: Makefile distinfo x11/gnome/devel-docs/pkg: PLIST Log message: Update to gnome-devel-docs-3.16.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/29 06:00:44 Modified files: x11/xfce4/xfdashboard: Makefile distinfo Log message: update to xfdashboard 0.3.91 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/03/29 06:16:48 Modified files: x11/xfce4/xfce4-pulseaudio: Makefile distinfo x11/xfce4/xfce4-pulseaudio/pkg: PLIST Log message: update to xfce4-pulseaudio 0.2.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/29 06:23:38 Modified files: x11/gnome/tracker/patches: patch-src_tracker_tracker-process_c Log message: Pushed upstream. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/03/29 06:24:17 Modified files: devel/p5-Sub-Name: Makefile distinfo devel/p5-Sub-Name/pkg: PLIST Log message: update Sub-Name to 0.13 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/29 06:28:21 Modified files: databases/tdb : Makefile Added files: databases/tdb/patches: patch-include_tdb_h Log message: Unbreak header by defining _PUBLIC_; newer versions just removed it. Bypassing maintainer because I need this in now to move further on GNOME stuffs; nicm@ you can come back and hit me in the face if I broke anything. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/29 06:35:34 Modified files: audio/rhythmbox: Makefile distinfo audio/rhythmbox/pkg: PLIST Removed files: audio/rhythmbox/patches: patch-metadata_rb-ext-db-key_h Log message: Update to rhythmbox-3.2. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/29 07:34:50 Modified files: misc/p5-I18N-Charset: Makefile distinfo Log message: Update to p5-I18N-Charset-1.414. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/03/29 07:42:53 Modified files: usr.bin/telnet : sys_bsd.c Log message: Revert r1.29 "Don't clear ICRNL when editing mode is off, so that character local echo mode don't echo ^M locally" as this causes problems sending CR to some Cisco equipment reported by Ryan Freeman and Fred Crowson. kettenis@ agrees with reverting to fix the regression; we can consider a better diff afterwards but clearly this is a sensitive area. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/03/29 08:08:25 Modified files: sys/arch/sparc64/dev: vnet.c Log message: Reject packets that are too large. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/03/29 08:09:29 Modified files: usr.sbin/tcpdump: print-ipsec.c print-rip.c Log message: Most packets generate one line in tcpdump. For AH and RIP there was an extra line without benefit. Remove the new-line in printf to make parsing easier. OK lteo@ mikeb@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/29 08:52:45 Modified files: net/p5-SNMP-Info: Makefile distinfo Log message: Update to p5-SNMP-Info-3.26. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/03/29 09:33:04 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: update p5-IO-Socket-SSL to 2.012 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/29 09:41:15 Modified files: sys/arch/sparc/dev: esp.c Log message: Correctly match SUNW,fas in the boot path. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/29 11:23:00 Modified files: sys/dev/ic : vga.c Log message: In vga_load_font(), keep track of the font bits being passed by the caller, should the need to free them arise; and only perform the `use font' logic if we are in the `use font' case (i.e. font->data == NULL). Prompted by a discussion with dan mclaughlin on tech@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/29 11:39:22 Modified files: graphics/tiff : Makefile distinfo graphics/tiff/patches: patch-Makefile_in patch-libtiff_Makefile_in patch-libtiff_tif_getimage_c patch-man_Makefile_in patch-test_Makefile_in patch-tools_Makefile_in patch-tools_tiffdither_c graphics/tiff/pkg: PLIST Added files: graphics/tiff/patches: patch-libtiff_tif_luv_c Removed files: graphics/tiff/patches: patch-configure_ac patch-contrib_dbs_xtiff_xtiff_c patch-html_Makefile_in patch-html_images_Makefile_in patch-html_man_Makefile_in patch-libtiff_tif_codec_c patch-libtiff_tif_dirinfo_c patch-tools_ppm2tiff_c patch-tools_rgb2ycbcr_c patch-tools_tiff2bw_c patch-tools_tiff2pdf_c patch-tools_tiff2ps_c patch-tools_tiffcrop_c Log message: Security update to 4.0.4beta (plus one further upstream fix). Should fix CVE-2014-8127, CVE-2014-8128, CVE-2014-8129, CVE-2014-8130, CVE-2014-9655, CVE-2015-1547. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/29 11:44:35 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add tiff-<4.0.4beta to CVE list. Fix a nit reported by Markus Lude. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/29 12:03:27 Modified files: share/man/man4 : wsdisplay.4 Log message: Document font and screen ioctls; based upon a diff from dan mclaughlin on tech@, thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/29 12:24:20 Modified files: x11/gnome/eog : Makefile distinfo Log message: update to eog-3.14.4 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/03/29 12:38:00 Modified files: net/p5-Net-Inspect: Makefile distinfo net/p5-Net-Inspect/pkg: PLIST Log message: update p5-Net-Inspect to 0.320 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/29 12:45:22 Modified files: sys/dev/ic : vga.c vgavar.h sys/dev/pci : vga_pci.c Log message: Restore user-loaded vga fonts upon X11->VT switch and upon resume; from dan mclaughlin, thanks! CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/29 12:47:19 Modified files: usr.bin/sort : coll.c Log message: Fix build on vax, a problem FreeBSD doesn't have. Why they don't trust isnan() is beyond me. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/03/29 13:01:49 Modified files: net/p5-Net-PcapWriter: Makefile distinfo Log message: update p5-Net-PcapWriter to 0.715 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/29 13:11:23 Modified files: sbin/fdisk : mbr.c Log message: A couple of letoh64() to make GPTSIGNATURE test work better on non-amd64 boxen. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/29 13:26:02 Modified files: share/man/man4 : wsdisplay.4 Log message: tweak previous; CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/29 13:41:56 Modified files: graphics/tiff : Tag: OPENBSD_5_7 Makefile distinfo graphics/tiff/patches: Tag: OPENBSD_5_7 patch-Makefile_in patch-libtiff_Makefile_in patch-libtiff_tif_getimage_c patch-man_Makefile_in patch-test_Makefile_in patch-tools_Makefile_in patch-tools_tiffdither_c graphics/tiff/pkg: Tag: OPENBSD_5_7 PLIST Added files: graphics/tiff/patches: Tag: OPENBSD_5_7 patch-libtiff_tif_luv_c Removed files: graphics/tiff/patches: Tag: OPENBSD_5_7 patch-configure_ac patch-contrib_dbs_xtiff_xtiff_c patch-html_Makefile_in patch-html_images_Makefile_in patch-html_man_Makefile_in patch-libtiff_tif_codec_c patch-libtiff_tif_dirinfo_c patch-tools_ppm2tiff_c patch-tools_rgb2ycbcr_c patch-tools_tiff2bw_c patch-tools_tiff2pdf_c patch-tools_tiff2ps_c patch-tools_tiffcrop_c Log message: Security update to 4.0.4beta (plus one further upstream fix). Should fix CVE-2014-8127, CVE-2014-8128, CVE-2014-8129, CVE-2014-8130, CVE-2014-9655, CVE-2015-1547. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/29 14:02:41 Modified files: net/ocserv : Makefile distinfo net/ocserv/patches: patch-configure_ac patch-doc_sample_config patch-src_occtl_c Log message: update to ocserv 0.10.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/29 14:06:45 Modified files: www/trac : Makefile distinfo www/trac/pkg : PLIST Log message: update to trac-1.0.5 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/29 14:36:55 Modified files: security/p5-Crypt-OpenSSL-DSA: Makefile distinfo security/p5-Crypt-OpenSSL-DSA/pkg: PLIST Log message: Update to p5-Crypt-OpenSSL-DSA-0.15. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/29 14:58:58 Modified files: graphics/tiff : Tag: OPENBSD_5_6 Makefile distinfo graphics/tiff/patches: Tag: OPENBSD_5_6 patch-Makefile_in patch-libtiff_Makefile_in patch-libtiff_tif_getimage_c patch-man_Makefile_in patch-test_Makefile_in patch-tools_Makefile_in patch-tools_tiffdither_c graphics/tiff/pkg: Tag: OPENBSD_5_6 PLIST Added files: graphics/tiff/patches: Tag: OPENBSD_5_6 patch-libtiff_tif_luv_c Removed files: graphics/tiff/patches: Tag: OPENBSD_5_6 patch-configure_ac patch-contrib_dbs_xtiff_xtiff_c patch-html_Makefile_in patch-html_images_Makefile_in patch-html_man_Makefile_in patch-libtiff_tif_codec_c patch-libtiff_tif_dirinfo_c patch-tools_ppm2tiff_c patch-tools_rgb2ycbcr_c patch-tools_tiff2bw_c patch-tools_tiff2pdf_c patch-tools_tiff2ps_c patch-tools_tiffcrop_c Log message: Security update to 4.0.4beta (plus one further upstream fix). Should fix CVE-2014-8127, CVE-2014-8128, CVE-2014-8129, CVE-2014-8130, CVE-2014-9655, CVE-2015-1547. CVSROOT: /cvs Module name: src Changes by: bentley@cvs.openbsd.org 2015/03/29 15:12:00 Modified files: usr.bin/mandoc : apropos.1 mandoc.1 share/man/man7 : mandoc_char.7 eqn.7 Log message: Escape punctuation characters that have a different meaning in -Tpdf. ~, `, and ' get translated to non-ASCII characters by most troff implementations when generating PostScript/PDF output. When the original ASCII character is meant, it needs to be manually escaped. discussed with jmc@ schwarze@; ok schwarze@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/29 15:16:39 Modified files: sbin/fdisk : mbr.c mbr.h misc.c misc.h Log message: Rename MBR_readsector() and MBR_writesector() to just readsector() and writesector(). Move them to misc.[ch]. Soon to be used for more than MBR reading/writing. No intentional functional change. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/29 16:01:58 Modified files: . : INDEX Log message: sync, 9022 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/03/29 16:11:29 Modified files: www/p5-WWW-Mechanize: Makefile distinfo Log message: update p5-WWW-Mechanize to 1.74 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/03/29 17:36:29 Modified files: lang/rubinius/patches: patch-Rakefile patch-configure patch-spec_ruby_core_file_open_spec_rb lang/rubinius : Makefile Added files: lang/rubinius/patches: patch-rakelib_blueprint_rb Log message: Use system version of libffi Fixes an issue where the embedded libffi would break due to implicitly picking up gsed if installed, discovered by @naddy. @naddy approves of the idea. Regen patches while here. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/03/29 18:00:29 Modified files: usr.bin/ssh : readconf.c Log message: fix uninitialised memory read when parsing a config file consisting of a single nul byte. Found by hanno AT hboeck.de using AFL; ok dtucker CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/29 18:39:42 Modified files: sbin/fdisk : mbr.h Log message: Nuke declaration of unused and non-existant function MBR_print_disk(). CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/03/29 20:55:29 Log message: Import libnsutils-0.0.1. Libnsutils is a collection of small C helper functions used by the NetSurf web browser. ok landry@ Status: Vendor Tag: bentley Release Tags: bentley_20150329 N ports/www/netsurf/libnsutils/distinfo N ports/www/netsurf/libnsutils/Makefile N ports/www/netsurf/libnsutils/pkg/PLIST N ports/www/netsurf/libnsutils/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/03/29 20:57:35 Log message: Import libutf8proc-1.1.6. utf8proc is a library for processing UTF-8 encoded Unicode strings. Some features are Unicode normalization, stripping of default ignorable characters, case folding and detection of grapheme cluster boundaries. A special character mapping is available, which converts for example the characters "Hyphen" (U+2010), "Minus" (U+2212) and "Hyphen-Minus" (U+002D, ASCII Minus) all into the ASCII minus sign, to make them equal for comparisons. ok landry@ Status: Vendor Tag: bentley Release Tags: bentley_20150329 N ports/www/netsurf/libutf8proc/distinfo N ports/www/netsurf/libutf8proc/Makefile N ports/www/netsurf/libutf8proc/pkg/PLIST N ports/www/netsurf/libutf8proc/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/03/29 21:01:51 Modified files: www/netsurf : Makefile Makefile.inc www/netsurf/browser: Makefile distinfo www/netsurf/browser/patches: patch-gtk_res_options_gtk2_ui www/netsurf/browser/pkg: PLIST www/netsurf/buildsystem: Makefile distinfo www/netsurf/hubbub: Makefile distinfo www/netsurf/hubbub/pkg: PLIST www/netsurf/libcss: Makefile distinfo www/netsurf/libdom: Makefile distinfo www/netsurf/libnsbmp: Makefile distinfo www/netsurf/libnsbmp/pkg: PLIST www/netsurf/libnsgif: Makefile distinfo www/netsurf/libnsgif/pkg: PLIST www/netsurf/libparserutils: Makefile distinfo www/netsurf/libparserutils/pkg: PLIST www/netsurf/libwapcaplet: Makefile distinfo www/netsurf/libwapcaplet/pkg: PLIST Removed files: www/netsurf/browser/files: netsurf.desktop www/netsurf/browser/patches: patch-Makefile patch-content_fetchers_curl_c www/netsurf/libcss/patches: patch-Makefile Log message: Update to netsurf-3.3. Changelog at: http://download.netsurf-browser.org/netsurf/releases/ChangeLog.txt ok landry@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/29 22:38:56 Modified files: lib/libkvm : kvm_sparc.c Log message: Do not include , for it is a kernel-only header and libkvm doesn't need anything from it. While there, fix format strings and remove unused local variable declarations. CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2015/03/30 01:12:15 Modified files: graphics/cairo : Makefile distinfo graphics/cairo/patches: patch-util_cairo-fdr_Makefile_in patch-util_cairo-sphinx_Makefile_in patch-util_cairo-trace_Makefile_in graphics/cairo/pkg: PLIST Removed files: graphics/cairo/patches: patch-src_cairo-cff-subset_c patch-src_cairo-image-compositor_c patch-src_cairo-image-info_c patch-src_cairo-tor-scan-converter_c patch-src_cairoint_h Log message: update to cairo 1.14.2 ok ajacoutot@ CVSROOT: /cvs Module name: xenocara Changes by: dcoppa@cvs.openbsd.org 2015/03/30 01:16:53 Modified files: lib/xcb-util-cursor: ChangeLog INSTALL Makefile.in NEWS aclocal.m4 autogen.sh configure configure.ac lib/xcb-util-cursor/cursor: Makefile.am Makefile.in load_cursor.c parse_cursor_file.c Log message: Minor update to xcb-util-cursor-0.1.2 ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/30 01:44:17 Modified files: math/ntl : Makefile distinfo Log message: Update to ntl-9.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/30 02:49:23 Modified files: www/owncloud : Tag: OPENBSD_5_6 Makefile distinfo www/owncloud/pkg: Tag: OPENBSD_5_6 PLIST Log message: SECURITY update to owncloud-6.0.7. patch from Todd Mortimer CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/30 02:59:12 Modified files: www/owncloud : Tag: OPENBSD_5_7 Makefile distinfo www/owncloud/pkg: Tag: OPENBSD_5_7 PLIST Added files: www/owncloud/patches: Tag: OPENBSD_5_7 patch-cron_php Log message: SECURITY update to owncloud-7.0.5. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/30 03:04:53 Modified files: sysutils/p5-Capture-Tiny: Makefile distinfo Log message: Update to p5-Capture-Tiny-0.28. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/30 03:17:37 Modified files: textproc/p5-Font-TTF: Makefile distinfo Log message: Update to p5-Font-TTF-1.05. CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2015/03/30 03:21:42 Modified files: usr.sbin/syslogd: syslogd.c Log message: Use getline instead of fgets to allow arbitrary line length in configuration file. Also make sure that we fully parsed it. If not, avoid to start a half-baked syslogd. with input by and ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/30 03:34:16 Modified files: audio/mscore : Makefile Log message: didn't actually get bumped in previous CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/30 03:36:02 Modified files: textproc/p5-Text-Quoted: Makefile distinfo Log message: Update to p5-Text-Quoted-2.09. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/30 03:47:05 Modified files: sys/dev/ic : hme.c Log message: Convert to if_input(), tested by sebastia@. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/30 04:01:21 Modified files: sys/dev/pci : if_sis.c Log message: Convert to if_input(). Tested by sebastia@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/30 04:04:11 Modified files: sys/dev/ic : elink3.c rtl81x9.c Log message: Convert, convert, convert 'em all to if_input(), tralalalala... Tested by sebastia@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/30 04:04:29 Modified files: x11/gnome/music: Makefile Added files: x11/gnome/music/patches: patch-configure patch-gnomemusic_albumArtCache_py Log message: Unbreak with new libmediaart; reported by sthen@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/03/30 04:51:48 Modified files: converters/enca: Makefile distinfo converters/enca/pkg: PLIST Log message: Bugfix update to 1.16 - Use SEPARATE_BUILD - Enable librecode interface - Install libenca HTML documentation From Ingo Feinerer, thanks CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/03/30 05:29:48 Added files: lib/libcrypto/crypto: arc4random_aix.h getentropy_aix.c Log message: add initial AIX getentropy/arc4random files. Thanks to Michael Felt. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/30 06:29:09 Modified files: x11/gnome/gdm : Makefile distinfo x11/gnome/gdm/files: 10_org.gnome.login-screen.gschema.override x11/gnome/gdm/pkg: PLIST Log message: Let there be art. jasper@ loves it CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/30 06:33:46 Modified files: x11/i3 : Makefile distinfo x11/i3/patches : patch-i3-dump-log_main_c patch-i3-nagbar_main_c patch-i3_config patch-i3_config_keycodes patch-src_commands_c patch-src_config_parser_c Removed files: x11/i3/patches : patch-man_i3-migrate-config-to-v4_1 Log message: Update to i3-4.10.1 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/30 06:34:59 Modified files: devel/p5-B-Keywords: Makefile distinfo Log message: Update to p5-B-Keywords-1.14. CVSROOT: /cvs Module name: src Changes by: jung@cvs.openbsd.org 2015/03/30 06:35:15 Modified files: share/man/man4 : otus.4 urtwn.4 Log message: update tp-link dongle entry and specifiy the hardware version ok stsp@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/30 07:39:25 Modified files: devel/p5-Cache-Cache: Makefile distinfo Log message: Update to p5-Cache-Cache-1.08. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/30 07:45:02 Modified files: sys/arch/macppc/dev: uni_n.c Log message: Add defines for known offsets and magical values, map the correct page and enable the mpic on G5 machines and finally introduce some helpers needed for suspend/resume. Is this called a rewrite? In my forest since s2k11, committing now that I need this for supporting Quad G5 machines. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/30 07:48:22 Modified files: audio/libxmp : Makefile distinfo Log message: Bugfix update to 4.3.7 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/30 07:54:14 Modified files: sys/arch/macppc/pci: pci_machdep.c Log message: Always use the first value of the "interrupts" property the others do not correspond to the PCI function. Hopefully the first device that I find hitting this case is the second bge(4) interface of my PowerMac11,2. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/30 08:14:08 Modified files: graphics/birdfont: Makefile distinfo Log message: Bugfix update to 2.4.3 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/30 09:31:01 Modified files: devel/p5-Coro : Makefile distinfo devel/p5-Coro/pkg: PLIST Log message: Update to p5-Coro-6.42. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/03/30 10:10:12 Modified files: x11/kde4/runtime: Makefile x11/kde4/runtime/pkg: MESSAGE-main Log message: I don't want anyone repeat trial and error I did, so mention minimum per-process open files limit needed for KDE4 to operate together with sysctl limits. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/30 10:12:02 Modified files: x11/gnome/gdm : Makefile distinfo x11/gnome/gdm/patches: patch-data_Makefile_in Removed files: x11/gnome/gdm/patches: patch-daemon_gdm-launch-environment_c Log message: Update to gdm-3.14.2. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/30 10:30:37 Modified files: x11/i3 : Makefile Added files: x11/i3/patches : patch-man_i3-migrate-config-to-v4_1 Log message: as clarified by schwarze@, this patch is still needed. Just update the comment. thanks Ingo! CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/03/30 10:38:56 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update to youtube-dl-2015.03.28 CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2015/03/30 11:11:30 Modified files: data/xkeyboard-config/man: xkeyboard-config.7 data/xkeyboard-config/pc: Makefile dist/xkeyboard-config: Makefile.in NEWS README aclocal.m4 configure configure.ac missing dist/xkeyboard-config/compat: Makefile.in 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: ca.po cs.po da.po de.po eo.po fr.po gl.po hu.po ko.po lt.po nl.po pl.po ru.po sv.po tr.po vi.po dist/xkeyboard-config/rules: Makefile.in base.extras.xml.in 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 ara ch de fi il keypad kr ru dist/xkeyboard-config/symbols/digital_vndr: Makefile.in dist/xkeyboard-config/symbols/fujitsu_vndr: Makefile.in jp us dist/xkeyboard-config/symbols/hp_vndr: Makefile.in dist/xkeyboard-config/symbols/macintosh_vndr: Makefile.in ch dk it us 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 kr dist/xkeyboard-config/symbols/xfree68_vndr: Makefile.in dist/xkeyboard-config/types: Makefile.in Added files: dist/xkeyboard-config: compile Log message: Update to xkeyboard-config 2.14. ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/03/30 11:11:45 Modified files: x11/kde4/libs : Makefile distinfo x11/kde4/pim : Makefile distinfo x11/kde4/pim/patches: patch-CMakeLists_txt patch-knotes_CMakeLists_txt x11/kde4/pim/pkg: PLIST x11/kde4/pim-runtime: Makefile distinfo x11/kde4/pim-runtime/pkg: PLIST x11/kde4/pimlibs: Makefile distinfo x11/kde4/pimlibs/pkg: PLIST x11/kde4/workspace: Makefile distinfo x11/kde4/workspace/patches: patch-libs_ksysguard_processcore_processes_openbsd_p_cpp patch-powerdevil_daemon_backends_upower_powerdevilupowerbackend_cpp Added files: x11/kde4/pim/patches: patch-akonadi_next_kreparentingproxymodel_cpp patch-libkdepim_addressline_addresseelineedit_cpp patch-messageviewer_grantleefilters_CMakeLists_txt x11/kde4/workspace/patches: patch-ksysguard_ksysguardd_CMakeLists_txt patch-libs_ksysguard_processcore_CMakeLists_txt patch-plasma_generic_applets_system-monitor_CMakeLists_txt patch-plasma_generic_dataengines_geolocation_CMakeLists_txt Log message: Partial stability update for a few KDE4 components brought by KDE PIM people. Includes some local fixes for ksysguard (no longer crashes, more love needed). CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/03/30 11:11:49 Modified files: sbin/fdisk : disk.c disk.h mbr.c misc.c misc.h Log message: Even better -- readsector() and writesector() become DISK_readsector() and DISK_writesector() and live in disk.[ch]. CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2015/03/30 11:12:39 Modified files: . : 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/30 12:28:37 Modified files: usr.bin/ssh : ssh-add.1 ssh_config.5 Log message: ssh-askpass(1) is the default, overridden by SSH_ASKPASS; diff originally from jiri b; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/30 13:17:07 Modified files: bin/ksh : sh.1 Log message: on zhuk's advice, don;t talk about null: posix uses null and empty interchangeably, but we've stuck with empty; while here, sneak in an otherwsie -> otherwise CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/30 13:49:09 Modified files: regress/usr.bin/sort: stests Log message: SORTPROG needs to be exported for use by the xsort script. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/30 13:57:36 Modified files: usr.bin/sort : mem.c mem.h Log message: Add sort_asprintf() CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/30 13:59:07 Modified files: usr.bin/sort : file.c Log message: Use sort_asprintf() CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/03/30 14:01:25 Modified files: converters/enca: Makefile Log message: Enable the iconv interface. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/30 14:14:16 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/30 14:30:22 Modified files: sys/arch/sparc/conf: SUN4C files.sparc sys/arch/sparc/dev: dma.c fga.c lebuffer.c obio.c qec.c qlw_sbus.c sbus.c sbusvar.h sys/arch/sparc/include: autoconf.h bus.h param.h vmparam.h sys/arch/sparc/sparc: autoconf.c iommu.c machdep.c vm_machdep.c Added files: sys/arch/sparc/sparc: dvma.c Log message: Add a bus_dma_tag_t for DVMA usage, suitable for use for devices not sitting behind a sun4m iommu. Move the existing dvma routines from vm_machdep.c to this new dvma.c; this allows for a few declarations to be removed from public headers. Extend the device attachment arguments (struct confargs) to pass a bus_dma_tag_t. mainbus receives the dvma bus_dma_tag_t, and devices pass the tag unchanged to their children, except for iommu(4) which replaces it with its own. Change the few sun4m-only drivers to pick the bus_dma_tag_t from confargs rather than assume iommu; this allows qlw(4) to attach and work on sun4c. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/30 14:32:59 Modified files: sys/arch/sparc/conf: GENERIC SUN4C SUN4M Log message: Remove isp stanzas. qlw is here to stay. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/30 14:34:32 Modified files: share/man/man4/man4.sparc64: esp.4 Log message: Don't Xr isp here. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/30 14:34:47 Modified files: share/man/man4 : sbus.4 share/man/man4/man4.sparc: intro.4 Log message: isp -> qlw CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/03/30 14:40:31 Modified files: www/phpmyadmin : Makefile distinfo Log message: Security update to 4.3.13 fixes CVE-2015-2206 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/30 15:05:17 Modified files: sys/uvm : uvm_addr.c uvm_addr.h Log message: #if 0 various unused definitions. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/30 15:08:40 Modified files: sys/kern : exec_elf.c sys/uvm : uvm_addr.c uvm_map.c uvm_map.h uvm_mmap.c Log message: Extend uvm_map_hint() to get an address range as extra arguments, and make sure it will return an address within that range. Use this in uaddr_rnd_select() to make sure we will not attempt to pick an address beyond what we are allowed to map. In my trees for 9 months, blackmailed s2k15 attendees into agreeing now would be a good time to commit. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/03/30 15:09:55 Modified files: sys/uvm : uvm_map.c Log message: Revert 1.173 (special-casing mips64) now that uvm_map_hint()'s return value is constrained to a suitable range. CVSROOT: /cvs Module name: src Changes by: kspillner@cvs.openbsd.org 2015/03/30 15:40:20 Modified files: share/misc : airport Log message: Fix spelling of ADB and update name of BJV. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/03/30 15:43:29 Modified files: print/poppler : Makefile distinfo Log message: Update to poppler-0.32.0. Testing and ok, aja@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/30 16:20:18 Modified files: usr.bin/sort : sort.c Log message: Do not install signal handlers for SIGABRT, SIGBUS or SIGSEGV. Also install signal handlers for SIGPIPE, SIGXCPU, SIGXFSZ, SIGVTALRM, and SIGPROF to match the old sort. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/30 16:20:53 Modified files: usr.bin/sort : sort.c Log message: Use _exit() from signal handler so we don't call atexit handlers or flush stdio. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/30 16:22:18 Modified files: net/libnet/1.0 : Makefile net/libnet/1.0/pkg: PLIST net/libnet/1.1 : Makefile net/libnet/1.1/pkg: PLIST Log message: @conflict lines also needed updating for the EPOCH bump CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/30 16:43:42 Modified files: net/icinga/core: Makefile distinfo net/icinga/core/patches: patch-base_checks_c patch-base_commands_c patch-base_utils_c patch-configure patch-module_idoutils_src_db_c patch-module_idoutils_src_idomod_c patch-sample-config_icinga_cfg_in net/icinga/core/pkg: PLIST-cgi PLIST-ido PLIST-main Log message: update to icinga-1.13.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/03/30 16:48:12 Modified files: graphics/inkscape: Makefile Log message: missing dep on libexif. regen/tidy wantlib while there. CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2015/03/30 20:27:30 Modified files: sys/dev/ic : pckbc.c Log message: Upon finding an AUX slot that has no driver for it (such as the ramdisks that don't have the pms driver), setup a dummy interrupt handler to receive and discard data from the slot. This is a less invasive way of fixing the repeating keys/delay problem that occurs on newer ThinkPads when touching the trackpad/trackstick while typing during the installer. This has been in snapshots for a bit. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/03/30 22:32:02 Modified files: lib/libc/arch/alpha/sys: Ovfork.S fork.S lib/libc/arch/amd64/sys: Ovfork.S fork.S lib/libc/arch/arm/sys: Ovfork.S fork.S lib/libc/arch/hppa/sys: Ovfork.S fork.S lib/libc/arch/hppa64/sys: Ovfork.S fork.S lib/libc/arch/i386/sys: Ovfork.S fork.S lib/libc/arch/m88k/sys: Ovfork.S lib/libc/arch/mips64/sys: Ovfork.S fork.S lib/libc/arch/powerpc/sys: Ovfork.S lib/libc/arch/sh/sys: Ovfork.S fork.S lib/libc/arch/sparc/sys: Ovfork.S fork.S lib/libc/arch/sparc64/sys: Ovfork.S fork.S lib/libc/arch/vax/sys: Ovfork.S fork.S Log message: Simplify fork/vfork logic: the kernel has handled returning zero in the child for a long time, so there's no need to test the second return register here in the asm stub. ok and testing of many archs by krw@ miod@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/03/30 22:35:50 Modified files: sys/arch/i386/i386: vm_machdep.c Log message: zero the frame pointer of the kernel stack of new threads to make ddb trace happier ok dlg@ jsing@ kettenis@ mlarkin@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/03/30 22:40:47 Modified files: sys/arch/amd64/amd64: db_trace.c Log message: Tracing across an interrupt frame was failing because the trace code thought the interrupt frame was at the same address as the frame that was interrupted. Correct the calculated frame pointer for the interrupt frame to have the same offset to the struct trapframe on the stack as does syscall and trap. ok kettenis@ mlarkin@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/31 00:17:24 Modified files: sysutils/salt : Makefile distinfo Log message: Update to salt-2014.7.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/31 00:21:04 Modified files: productivity/tryton/trytond: Makefile distinfo Log message: Bugfix update to trytond-3.2.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/31 00:22:28 Modified files: productivity/tryton/tryton: Makefile distinfo Log message: Update to tryton-3.2.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/31 00:23:43 Modified files: productivity/tryton/proteus: Makefile distinfo Log message: Update to proteus-3.2.4. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/31 00:43:24 Modified files: lang/vala : Makefile distinfo lang/vala/pkg : PLIST Log message: - update vala to 0.28 tested in a bulk, any fallout will be fixed shortly CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/31 00:43:45 Modified files: x11/gnome/anjuta: Makefile x11/gnome/code-assistance: Makefile Added files: x11/gnome/anjuta/patches: patch-configure x11/gnome/code-assistance/patches: patch-configure Log message: - recognize vala 0.28 and sync WANTLIB CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/31 00:45:36 Modified files: x11/gnome/contacts: Makefile www/midori : Makefile Added files: x11/gnome/contacts/patches: patch-src_contacts-types_vala www/midori/patches: patch-extensions_history-list_vala Log message: fix build with vala 0.28, error: `ListStore' is an ambiguous reference between `GLib.ListStore' and `Gtk.ListStore' CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/31 02:29:25 Modified files: net/p5-Net-BGP : Makefile distinfo net/p5-Net-BGP/pkg: PLIST Log message: Update to p5-Net-BGP-0.16. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/31 02:31:23 Modified files: net/p5-Net-SMTP-SSL: Makefile distinfo Log message: Update to p5-Net-SMTP-SSL-1.02. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/31 02:47:59 Modified files: devel/p5-autobox: Makefile distinfo Log message: Update to p5-autobox-2.83. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/03/31 02:50:01 Modified files: sysutils/tmux-mem-cpu-load: Makefile Log message: add homepage CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/31 03:02:20 Modified files: devel/p5-Test-Inter: Makefile distinfo Log message: Update to p5-Test-Inter-1.06. CVSROOT: /cvs Module name: xenocara Changes by: ajacoutot@cvs.openbsd.org 2015/03/31 03:42:56 Modified files: lib/fontconfig : Makefile lib/fontconfig/common: config.h Log message: Move the default fontpath from /usr/local/lib/X11/fonts to /usr/local/share/fonts to match XDG_DATA_DIR (where Desktop tools will look for by default). discussed with sthen@ and matthieu@ ok sthen@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2015/03/31 03:43:45 Modified files: faq : truetype.html Log message: /usr/local/lib/X11/fonts -> /usr/local/share/fonts ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/31 03:44:48 Modified files: chinese/ttfm : Makefile chinese/ttfm/patches: patch-modules_xttfm_ttfm comms/x3270 : Makefile comms/x3270/pkg: PLIST devel/imake-cf : Makefile devel/imake-cf/patches: patch-OpenBSD_cf emulators/fedora/base: Makefile emulators/fedora/base/patches: patch-etc_fonts_fonts_conf games/cmatrix : Makefile games/cmatrix/pkg: PLIST games/hackdata : Makefile games/hackdata/pkg: PLIST games/nethack : Makefile games/nethack/pkg: DESCR games/slash : Makefile games/slash/pkg: DESCR games/slash-em : Makefile games/slash-em/pkg: DESCR print/hplip : Makefile print/hplip/patches: patch-fax_coverpages_py textproc/boust : Makefile textproc/boust/pkg: PLIST www/chromium : Makefile www/chromium/patches: patch-third_party_pdfium_core_src_fxge_ge_fx_ge_linux_cpp Removed files: chinese/ttfm/patches: patch-ttfm_sh Log message: Move fontpath from /usr/local/lib/X11/fonts to /usr/local/share/fonts to match XDG_DATA_DIR (where Desktop tools will look for by default). discussed with sthen@ and matthieu@ ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/31 03:45:12 Modified files: fonts/adobe-source-code-pro: Makefile fonts/adobe-source-code-pro/pkg: PLIST fonts/adobe-source-sans-pro: Makefile fonts/adobe-source-sans-pro/pkg: PLIST fonts/anonymous-pro: Makefile fonts/anonymous-pro/pkg: PLIST fonts/arabeyes-ttf: Makefile fonts/arabeyes-ttf/pkg: PLIST fonts/artwiz-aleczapka: Makefile fonts/artwiz-aleczapka/pkg: PLIST-de PLIST-main PLIST-se fonts/cantarell-fonts: Makefile fonts/cantarell-fonts/pkg: PLIST fonts/comic-neue: Makefile fonts/comic-neue/pkg: PLIST fonts/cosmic-sans-neue-mono: Makefile fonts/cosmic-sans-neue-mono/pkg: PLIST fonts/dina-fonts: Makefile fonts/dina-fonts/pkg: PLIST fonts/droid-fonts: Makefile fonts/droid-fonts/pkg: PLIST fonts/ecoliercourt-fonts: Makefile fonts/ecoliercourt-fonts/pkg: PLIST fonts/farsi-bfonts-ttf: Makefile fonts/farsi-bfonts-ttf/pkg: PLIST fonts/farsifonts-ttf: Makefile fonts/farsifonts-ttf/pkg: PLIST fonts/fira-fonts: Makefile fonts/fira-fonts/pkg: PLIST fonts/freefarsi-ttf: Makefile fonts/freefarsi-ttf/pkg: PLIST fonts/freefont-ttf: Makefile fonts/freefont-ttf/pkg: PLIST fonts/freefonts: Makefile fonts/freefonts/pkg: PLIST fonts/gohufont : Makefile fonts/gohufont/pkg: PLIST fonts/hermit-font: Makefile fonts/hermit-font/pkg: PLIST fonts/inconsolata-font: Makefile fonts/inconsolata-font/pkg: PLIST fonts/intlfonts: Makefile fonts/intlfonts/pkg: PLIST fonts/ja-funetfonts: Makefile fonts/ja-funetfonts/pkg: PLIST fonts/ja-kanjistrokeorders-ttf: Makefile fonts/ja-kanjistrokeorders-ttf/pkg: PLIST fonts/ja-mplus-ttf: Makefile fonts/ja-mplus-ttf/pkg: PLIST fonts/ja-sazanami-ttf: Makefile fonts/ja-sazanami-ttf/pkg: PLIST fonts/jmk-fonts: Makefile fonts/jmk-fonts/pkg: MESSAGE PLIST fonts/ko-baekmuk-fonts: Makefile fonts/ko-baekmuk-fonts/pkg: PLIST fonts/ko-baekmuk-ttf: Makefile fonts/ko-baekmuk-ttf/pkg: PLIST fonts/ko-hanterm-fonts: Makefile fonts/ko-hanterm-fonts/pkg: PLIST fonts/league-fonts: Makefile fonts/league-fonts/pkg: PLIST fonts/liberation-fonts: Makefile fonts/liberation-fonts/pkg: PLIST fonts/linuxlibertine-fonts-otf: Makefile fonts/linuxlibertine-fonts-otf/pkg: PLIST fonts/linuxlibertine-fonts-ttf: Makefile fonts/linuxlibertine-fonts-ttf/pkg: PLIST fonts/lohit-fonts: Makefile fonts/lohit-fonts/pkg: PLIST fonts/msttcorefonts: Makefile fonts/msttcorefonts/pkg: PLIST fonts/powerline-fonts: Makefile distinfo fonts/powerline-fonts/pkg: PLIST fonts/roboto-fonts: Makefile fonts/roboto-fonts/pkg: PLIST fonts/ru-ptsans: Makefile fonts/ru-ptsans/pkg: PLIST fonts/spranq-ecofont-ttf: Makefile fonts/spranq-ecofont-ttf/pkg: PLIST fonts/terminus-font: Makefile fonts/terminus-font/pkg: PLIST fonts/ubuntu-fonts: Makefile fonts/ubuntu-fonts/pkg: PLIST fonts/un-fonts : Makefile.inc fonts/un-fonts/core: Makefile fonts/un-fonts/core/pkg: PLIST fonts/un-fonts/extra: Makefile fonts/un-fonts/extra/pkg: PLIST fonts/zh-arphicttf: Makefile fonts/zh-arphicttf/pkg: PLIST fonts/zh-bg5ps : Makefile fonts/zh-bg5ps/patches: patch-bg5ps_conf patch-gb2312_bg5ps_conf fonts/zh-bg5ps/pkg: PLIST fonts/zh-kcfonts: Makefile fonts/zh-kcfonts/pkg: PLIST fonts/zh-taipeifonts: Makefile fonts/zh-taipeifonts/pkg: PLIST fonts/zh-wqy-bitmapfont: Makefile fonts/zh-wqy-bitmapfont/pkg: PLIST fonts/zh-wqy-zenhei-ttf: Makefile fonts/zh-wqy-zenhei-ttf/pkg: PLIST Log message: Move fontpath from /usr/local/lib/X11/fonts to /usr/local/share/fonts to match XDG_DATA_DIR (where Desktop tools will look for by default). discussed with sthen@ and matthieu@ ok sthen@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/31 04:36:52 Modified files: sys/arch/macppc/macppc: ofw_machdep.c ofw_machdep.h openfirm.c Log message: Tell the firmware to shut down the fan management thread on the last generation of G5s. Without this my PowerMac11,2 hang when smu(4) attaches. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/03/31 04:57:56 Modified files: productivity/gnucash: Makefile distinfo productivity/gnucash/pkg: PLIST Log message: Update to gnucash-2.6.6. CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2015/03/31 05:06:49 Modified files: usr.bin/ssh : ssh-keygen.c Log message: Comments are only supported for RSA1 keys. If a user tried to add one and entered his passphrase, explicitly clear it before exit. This is done in all other error paths, too. ok djm CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/31 05:46:26 Modified files: usr.bin/sort : sort.c Log message: Add missing call to atexit() to clean up temp files on error. Use mkstemp() to create the temp file when "sort -o" specifies the same name as an input file and preserve the original file mode on the temp file. Check for write access on the original file before creating the temporary. Based on a diff from and OK bluhm@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/03/31 05:47:09 Modified files: sys/net : if_vlan.c Log message: let vlan(4) mtu be limited by the parents hardmtu, not current mtu. this lets you have networks on the "native" (untagged) vlan on an interface at 1500, while setting a child vlan interfaces mtu to jumbos. ok sthen@ henning@ chris@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/31 06:11:52 Modified files: regress/usr.bin/sort: stests Log message: POSIX says "sort -c" produces output on disorder but "sort -C" does not. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/31 06:16:02 Modified files: usr.bin/sort : sort.c Log message: There's no good reason to make -m and -c mutually exclusive. Other sorts don't care and our regress uses this. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2015/03/31 06:17:59 Modified files: devel/subversion: Makefile distinfo Log message: Update to Apache Subversion 1.8.13. Fixes CVE-2015-0202, CVE-2015-0248, and CVE-2015-0251. -stable patches will happen within the next few days. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/03/31 06:21:27 Modified files: lib/libtls : tls.c tls_client.c tls_internal.h tls_server.c Log message: Store errors that occur during a tls_accept_socket() call on the context for the server, rather than on the context for the connection. This makes more sense than the current behaviour does. Issue reported by Tim van der Molen. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/03/31 06:26:40 Modified files: editors/joe : Makefile distinfo editors/joe/pkg: PLIST Log message: Update to 4.0 Drop USE_GROFF ok benoit@ juanfra@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/03/31 06:31:19 Modified files: lib/libc/arch/arm: SYS.h Log message: Stop encoding the syscall number in the swi instruction - this has been unused for around 8 years, when the kernel ABI was changed to use the syscall number specified in r12. ok miod@ jsg@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/31 06:47:25 Modified files: share/man/man5 : hostname.if.5 Log message: no more lmccontrol; CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/03/31 06:49:37 Modified files: regress/usr.bin/sort: stests Log message: Add tests to check the permissions of the created out file. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/31 07:04:17 Modified files: devel/p5-Test-DistManifest: Makefile distinfo Log message: Update to p5-Test-DistManifest-1.014. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/03/31 07:17:48 Modified files: lib/libssl/src/ssl: s23_clnt.c s3_clnt.c Log message: Nuke the OPENSSL_MAX_TLS1_2_CIPHER_LENGTH hack - this has to be enabled at compile time, which we do not do and are unlikely to ever do. Additionally, there are two runtime configurable alternatives that exist. ok bcook@ doug@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/31 07:19:16 Modified files: devel/p5-Class-Virtual: Makefile distinfo Log message: Update to p5-Class-Virtual-0.07. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/03/31 07:33:15 Modified files: devel/p5-File-MimeInfo: Makefile distinfo Log message: Update to p5-File-MimeInfo-0.27. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/31 07:38:27 Modified files: usr.sbin/usbdevs: usbdevs.c Log message: Do not iterate past the size of the array. Found by naddy@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/03/31 08:03:38 Modified files: lib/libtls : Makefile tls.h tls_init.3 tls_server.c Log message: Provide a tls_accept_fds() function, which allows a TLS connection to be accepted via an existing pair of file descriptors. Based on a diff from Jan Klemkow. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/03/31 08:04:12 Modified files: lib/libtls : shlib_version Log message: Bump libtls minor due to API addition. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2015/03/31 08:32:32 Modified files: www/wordpress : Makefile distinfo Log message: Update to 4.1.1 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/31 08:53:00 Modified files: regress/usr.bin/sort: stests Log message: We need a dumb checksum like the System V one, cksum is too smart. Since we've removed the obsolete sum versions just use a perl one liner. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/31 09:36:52 Modified files: archivers/gcpio: Makefile archivers/gcpio/patches: patch-doc_cpio_1 Added files: archivers/gcpio/patches: patch-src_copyin_c patch-src_extern_h patch-src_global_c patch-src_main_c patch-src_util_c patch-tests_setstat01_at patch-tests_setstat02_at Removed files: archivers/gcpio/patches: patch-src_makepath_c Log message: CVE-2014-9112: Heap-based buffer overflow in the process_copy_in function allows remote attackers to cause a denial of service via a large block value in a cpio archive. Fix from a series of upstream commits by Sergey Poznyakoff, via Debian. CVE-2015-1197: cpio, when using the --no-absolute-filenames option, allows local users to write to arbitrary files via a symlink attack on a file in an archive. Fix from Vitezslav Cizek after 3.5 years of gestation in the SUSE bug tracker, via Debian. Also apply an upstream fix for some regression tests while here. CVSROOT: /cvs Module name: ports Changes by: kspillner@cvs.openbsd.org 2015/03/31 09:37:06 Log message: Import go-websocket, a websocket library for golang Package websocket implements a client and server for the WebSocket protocol as specified in RFC 6455. ok sthen@ Status: Vendor Tag: kspillner Release Tags: kspillner_20150331 N ports/net/go-websocket/Makefile N ports/net/go-websocket/distinfo N ports/net/go-websocket/pkg/DESCR N ports/net/go-websocket/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kspillner@cvs.openbsd.org 2015/03/31 09:38:37 Log message: Import websocketd websocketd is a small command-line tool that will wrap an existing command-line interface program, and allow it to be accessed via a WebSocket. WebSocket-capable applications can now be built very easily in any language. As long as you can write an executable program that reads `STDIN` and writes to `STDOUT`, you can build a WebSocket server. ok sthen@ Status: Vendor Tag: kspillner Release Tags: kspillner_20150331 N ports/net/websocketd/Makefile N ports/net/websocketd/distinfo N ports/net/websocketd/pkg/DESCR N ports/net/websocketd/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kspillner@cvs.openbsd.org 2015/03/31 09:41:41 Modified files: net : Makefile Log message: Add go-websocket & websocketd CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/03/31 09:43:39 ports/converters/enca/patches Update of /cvs/ports/converters/enca/patches In directory cvs.openbsd.org:/tmp/cvs-serv4881/patches Log Message: Directory /cvs/ports/converters/enca/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/03/31 09:45:25 Modified files: converters/enca: Makefile Added files: converters/enca/patches: patch-test_test-iconv_sh Log message: test-iconv.sh doesn't work on OpenBSD (spotted by jca@). Patch by me. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/31 09:51:05 Modified files: sys/arch/macppc/macppc: cpu.c sys/arch/powerpc/powerpc: cpu_subr.c pmap.c sys/arch/socppc/socppc: cpu.c Log message: Merge two versions of ppc_check_procid(). ok miod@, kettenis@ as part of a larger diff CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/03/31 10:00:38 Modified files: sys/arch/macppc/macppc: cpu.c locore.S machdep.c sys/arch/powerpc/include: bat.h cpu.h pmap.h sys/arch/powerpc/powerpc: cpu_subr.c pmap.c sys/arch/socppc/socppc: locore.S machdep.c Removed files: sys/arch/macppc/include: bat.h sys/arch/socppc/include: bat.h Log message: Make it possisble to disable block address translation mechanism on processors that support it. Due to the way trap code is patched it is currently not possible to enabled/disable BAT at runtime. ok miod@, kettenis@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/31 10:31:42 Modified files: regress/usr.bin/sort: stests Log message: Make sure locale is set to C or some tests that use 8-bit characters may fail. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/03/31 10:40:16 Modified files: usr.bin/sort : sort.c Log message: Ignore TMPDIR environment variable if setuid or setgid. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/31 11:19:37 Modified files: archivers/gcpio: Tag: OPENBSD_5_7 Makefile archivers/gcpio/patches: Tag: OPENBSD_5_7 patch-doc_cpio_1 Added files: archivers/gcpio/patches: Tag: OPENBSD_5_7 patch-src_copyin_c patch-src_extern_h patch-src_global_c patch-src_main_c patch-src_util_c patch-tests_setstat01_at patch-tests_setstat02_at Removed files: archivers/gcpio/patches: Tag: OPENBSD_5_7 patch-src_makepath_c Log message: CVE-2014-9112: Heap-based buffer overflow in the process_copy_in function allows remote attackers to cause a denial of service via a large block value in a cpio archive. Fix from a series of upstream commits by Sergey Poznyakoff, via Debian. CVE-2015-1197: cpio, when using the --no-absolute-filenames option, allows local users to write to arbitrary files via a symlink attack on a file in an archive. Fix from Vitezslav Cizek after 3.5 years of gestation in the SUSE bug tracker, via Debian. Also apply an upstream fix for some regression tests while here. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/03/31 11:45:10 Modified files: usr.bin/tmux : client.c cmd-capture-pane.c cmd-respawn-pane.c colour.c format.c input-keys.c input.c server-client.c server-fn.c server-window.c window-choose.c window-copy.c Log message: Fix some format specifier nits, from Ben Boeckel. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/31 11:47:02 Modified files: archivers/gcpio: Tag: OPENBSD_5_6 Makefile archivers/gcpio/patches: Tag: OPENBSD_5_6 patch-doc_cpio_1 Added files: archivers/gcpio/patches: Tag: OPENBSD_5_6 patch-src_copyin_c patch-src_extern_h patch-src_global_c patch-src_main_c patch-src_util_c patch-tests_setstat01_at patch-tests_setstat02_at Removed files: archivers/gcpio/patches: Tag: OPENBSD_5_6 patch-src_makepath_c Log message: CVE-2014-9112: Heap-based buffer overflow in the process_copy_in function allows remote attackers to cause a denial of service via a large block value in a cpio archive. Fix from a series of upstream commits by Sergey Poznyakoff, via Debian. CVE-2015-1197: cpio, when using the --no-absolute-filenames option, allows local users to write to arbitrary files via a symlink attack on a file in an archive. Fix from Vitezslav Cizek after 3.5 years of gestation in the SUSE bug tracker, via Debian. Also apply an upstream fix for some regression tests while here. ok sthen@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/03/31 11:58:36 Modified files: usr.bin/tmux : format.c tmux.1 Log message: Add a helper function to convert time, and add session_activity formats (the latter from Takatoshi Matsumoto). CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/03/31 12:00:23 Modified files: archivers/xz : Makefile distinfo archivers/xz/patches: patch-config_h_in Removed files: archivers/xz/patches: patch-src_xz_file_io_c Log message: maintenance update to 5.2.1 and enable multi-threading; mostly from brad@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/03/31 12:20:20 Modified files: www/nginx : Makefile distinfo Added files: www/nginx/patches: patch-man_nginx_8 Log message: update to 1.7.11 and add a patch to nginx.8 to mention the chroot patch the manual page patch is from Jason Tubnor CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/03/31 12:29:51 Modified files: sysutils/memtest86+/patches: patch-Makefile Log message: explicitly use -static -nopie ok naddy@ sthen@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2015/03/31 12:34:40 Modified files: etc/skel : dot.cvsrc Log message: For consistency with the diff subcommand, add rdiff -u (-N is always implied and -p isn't available.) ok guenther@, sthen@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/03/31 13:09:28 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST Removed files: sysutils/ansible/patches: patch-bin_ansible-doc patch-lib_ansible_module_utils_facts_py patch-lib_ansible_modules_core_system_service_py Log message: Update sysutils/ansible to 1.9.0.1 OK aja@, sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/31 13:22:06 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: tobias@cvs.openbsd.org 2015/03/31 13:50:54 Modified files: usr.bin/sort : file.c Log message: Remove a useless use of cat. ok millert CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/03/31 13:52: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: www Changes by: sthen@cvs.openbsd.org 2015/03/31 15:17:46 Modified files: . : 57.html Log message: one Tcl/Tk is quite enough; Alexey Suslikov CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/03/31 15:23:34 Modified files: bin/ksh : sh.1 Log message: both rpe and zhuk pointed out some problems with my if/elf template. zhuk suggested using "condition" rather than command, and this commit reworks the loop/conditional section to do that; ok zhuk rpe CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2015/03/31 15:31:43 Modified files: . : 57.html Log message: pool note about smp is more specific CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/03/31 16:55:24 Modified files: usr.bin/ssh : sshd.c Log message: don't fatal when a !ssh1 sshd is reexeced from a w/ssh1 listener; reported by miod@; ok miod@ markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/03/31 16:55:50 Modified files: usr.bin/ssh : authfile.c Log message: fd leak for !ssh1 case; found by unittests; ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/03/31 16:57:06 Modified files: usr.bin/ssh : hostfile.c Log message: downgrade error() for known_hosts parse errors to debug() to quiet warnings from ssh1 keys present when compiled !ssh1. also identify ssh1 keys when scanning, even when compiled !ssh1 ok markus@ miod@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/03/31 16:57:56 Modified files: regress/usr.bin/ssh/unittests: Makefile.inc Log message: split SSH1 and OPENSSL build options like src/usr.bin/ssh and update SSH1=no; ok markus@ miod@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/03/31 16:59:01 Modified files: regress/usr.bin/ssh/unittests/hostkeys: test_iterate.c Log message: adapt to recent hostfile.c change: when parsing known_hosts without fully parsing the keys therein, hostkeys_foreach() will now correctly identify KEY_RSA1 keys; ok markus@ miod@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/03/31 22:00:55 Modified files: sys/net : if.c if_var.h Log message: create a taskq for network tasks to run in. cut ether_input_mbuf and if_input up so the work ether_input does gets run on the task instead of directly from hardware receive handlers. this is a step toward letting hardware drivers run without biglock by shoving the work the stack does which needs that lock sideways. general agreement at s2k15 ok mpi@ kettenis@ claudio@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/03/31 22:51:15 Modified files: usr.sbin/httpd : parse.y Log message: Zero the tls cert/key length variables when inheriting a server configuration for multiple listen statements in a server block. Otherwise httpd will crash when a listen statement with tls is followed by a listen statement without tls. Problem reported by Kent Fritz on misc. ok jsing@ looks good deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/04/01 00:11:28 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/04/01 02:26:03 Modified files: mail/isync : Makefile distinfo Added files: mail/isync/pkg : MESSAGE Log message: update to isync-1.1.2 OK gsoares@, sthen@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/04/01 03:25:55 Modified files: devel/git : Makefile distinfo Log message: Update to git-2.3.5. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/04/01 03:42:53 Modified files: devel/p5-Sub-Uplevel: Makefile distinfo Log message: Update to p5-Sub-Uplevel-0.25. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/04/01 05:34:40 Modified files: devel/p5-PAR : Makefile distinfo Log message: Update to p5-PAR-1.008. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/01 05:44:44 Modified files: sys/dev/usb : upd.c Log message: Small cleanups when attaching sensors, from David Higgs. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/04/01 06:06:58 Modified files: faq : faq5.html Log message: CVS command -> cvs. CVS concept -> CVS. From Elias Diem (lists at webconect dot ch), thanks! CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/01 06:48:00 Modified files: usr.bin/mandoc : mansearch.c Log message: Let man(1) and apropos(1) work even when the current directory is unusable: Only change back to the current directory when the directory was changed before and the next path is relative. This is now more similar to what makewhatis(8) does. Issue reported by espie@. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/04/01 06:57:32 Modified files: devel/p5-Error : Makefile distinfo Log message: Update to p5-Error-0.17023. CVSr ---------------------------------------------------------------------- CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/01 07:05:57 Modified files: security/libtasn1: Makefile distinfo Log message: SECURITY update to libtasn1-4.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/01 07:13:06 Modified files: security/libtasn1: Tag: OPENBSD_5_7 Makefile Added files: security/libtasn1/patches: Tag: OPENBSD_5_7 patch-lib_parser_aux_c patch-lib_parser_aux_h Log message: SECURITY fix for an overflow in DER decoding. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/01 07:13:15 Modified files: security/libtasn1: Tag: OPENBSD_5_6 Makefile Added files: security/libtasn1/patches: Tag: OPENBSD_5_6 patch-lib_parser_aux_c patch-lib_parser_aux_h Log message: SECURITY fix for an overflow in DER decoding. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/01 07:35:32 Modified files: sys/dev/pci : if_de.c Log message: Remove annoying comment mentionning ether_output(). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/01 07:45:47 Modified files: x11/lumina : Makefile distinfo x11/lumina/pkg : PLIST Log message: Update to lumina-0.8.3.1427733141. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/01 08:29:54 Modified files: sys/net : if_tun.c sys/dev/pci : if_tl.c sys/dev/ic : dp8390.c Log message: Kill useless comments talking about ether_input(). CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2015/04/01 08:57:07 Modified files: devel/afl : Makefile distinfo devel/afl/patches: patch-Makefile Log message: update to 1.58b OK jsg@ (maintainer) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/01 09:23:32 Modified files: sys/arch/sparc64/dev: vnet.c Log message: Run most of the interrupt handler without holding the kernel lock. CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2015/04/01 10:09:21 Modified files: sys/dev/pci : if_vic.c Log message: Correct comments. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/04/01 10:58:19 Modified files: www/phpmyadmin : Tag: OPENBSD_5_7 Makefile distinfo Log message: Update to 4.3.13 fixes CVE-2015-2206 ok jasper@ CVSROOT: /cvs Module name: www Changes by: bcallah@cvs.openbsd.org 2015/04/01 11:16:31 Modified files: faq/ports : testing.html Log message: Change lib-depends-check to port-lib-depends-check. Noted by Joss Grosse in a private conversation. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/04/01 11:24:08 Modified files: www/phpmyadmin : Tag: OPENBSD_5_6 Makefile distinfo www/phpmyadmin/patches: Tag: OPENBSD_5_6 patch-libraries_common_inc_php www/phpmyadmin/pkg: Tag: OPENBSD_5_6 PLIST Log message: Update to 4.3.13 fixes CVE-2015-2206 ok jasper@ CVSROOT: /cvs Module name: src Changes by: gsoares@cvs.openbsd.org 2015/04/01 12:49:32 Modified files: sys/dev/pci : if_em_hw.h Log message: fix typo in comment; OK mpi@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/01 13:06:18 Modified files: usr.bin/sort : file.c Log message: Remove unused len variable. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/04/01 13:45:21 Modified files: sys/arch/i386/i386: locore.s Log message: Add cpu_pae variable (which will be later used to determine if PAE mode is in use) now so that libkvm can be fixed before the rest of the bulk of PAE support is committed. requested by and ok deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/01 13:56:01 Modified files: usr.bin/sort : sort.1 sort.c Log message: Use strtonum() to parse argument to --batch-size and document the minimum value in the manual. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/04/01 14:04:54 Modified files: graphics/birdfont: Makefile distinfo Log message: Bugfix update to 2.4.4 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/01 14:10:19 Modified files: usr.bin/sort : sort.c Log message: Better range checking for "sort -S" memory size. CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2015/04/01 14:17:56 Modified files: usr.bin/sort : file.c Log message: Use mkstemp to generate a new temporary file name. ok millert CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/01 14:20:22 Modified files: usr.bin/sort : sort.c Log message: Pass size of sopts buffer in to parse_pos_obs() for a length check and use size_t not int for column and field vars. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/01 14:24:12 Modified files: usr.bin/sort : sort.c Log message: Use memcpy() not strncpy() when dynamically allocating and copying a substring. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/01 14:28:04 Modified files: usr.bin/sort : sort.c Log message: If strtoul() fails to parse the argument to -k, just pass the error back to the caller instead of calling err() directly. The user gets a more useful error message this way. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/04/01 14:52:37 Modified files: www/ruby-xpath : Makefile distinfo www/ruby-xpath/pkg: PLIST Log message: Update to xpath 2.0.0 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/04/01 14:53:19 Modified files: www/ruby-capybara: Makefile distinfo www/ruby-capybara/pkg: PLIST Log message: Update to capybara 2.4.4 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/04/01 14:55:45 Modified files: www/ruby-capybara-webkit: Makefile distinfo www/ruby-capybara-webkit/pkg: PLIST Removed files: www/ruby-capybara-webkit/patches: patch-lib_capybara_webkit_builder_rb patch-lib_capybara_webkit_connection_rb patch-webkit_server_pro Log message: Update to capybara-webkit 1.5.0 Switch to using qt5 instead of qt4, as upstream is planning on dropping qt4 support. Remove local patches, now included upstream. Thanks to Mike Burns and Matt Horan for feedback and getting the changes applied upstream. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/04/01 14:58:08 Modified files: databases/ruby-data_objects: Makefile distinfo databases/ruby-do_mysql: Makefile distinfo databases/ruby-do_postgres: Makefile distinfo databases/ruby-do_sqlite3: Makefile distinfo Log message: Update data_objects and do_* to 0.10.15 This allows ruby 2.2 to build do_mysql and do_postgres. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/01 14:58:13 Modified files: usr.bin/sort : bwstring.c coll.c file.c mem.c radixsort.c sort.c Log message: Style nits, remove whitespace at the start of a function. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/04/01 15:00:44 Modified files: databases : Makefile Log message: Build ruby22 versions of ruby-do_mysql and do_postgres CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/01 15:13:07 Modified files: usr.bin/sort : sort.c Log message: No need for an else clause after a continue, it just makes the code harder to read. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/01 15:16:17 Modified files: usr.bin/sort : file.c sort.c Log message: No need for if (x) free(x) style checks, this is not K&R. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/01 15:18:43 Modified files: usr.bin/sort : sort.c Log message: The argument to --sort is not optional so no need to check for NULL optarg. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/01 15:21:38 Modified files: usr.bin/sort : sort.c Log message: Fix last instance of malloc(n * sizeof(char)) idiom. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/01 15:22:41 Modified files: usr.bin/sort : file.c Log message: Use reallocarray. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/04/01 15:26:40 Modified files: graphics/blender: Makefile distinfo graphics/blender/patches: patch-intern_guardedalloc_intern_mallocn_c patch-intern_guardedalloc_intern_mallocn_guarded_impl_c graphics/blender/pkg: PLIST Added files: graphics/blender/patches: patch-intern_cycles_util_util_aligned_malloc_cpp Removed files: graphics/blender/patches: patch-intern_cycles_CMakeLists_txt patch-intern_cycles_util_CMakeLists_txt Log message: Update to blender 2.74. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/01 15:27:18 Modified files: usr.bin/sort : file.c Log message: Let reallocarray do the multiplication for us. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/01 15:33:01 Modified files: usr.bin/sort : file.c Log message: Remove some unneeded NULL checks that don't really help anything. It is better to crash when given bad input rather than producing a wrong result. None of the checks can actually be triggered. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/01 15:37:47 Modified files: usr.bin/sort : sort.c Log message: Fix typo in revision 1.55 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/01 15:41:59 Modified files: usr.bin/sort : sort.c Log message: Use exit value 2 for mutually exclusive option errors. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/01 15:45:50 Modified files: usr.bin/sort : sort.c Log message: Remove some unneeded NULL checks that don't really help anything. It is better to crash when given bad input rather than producing a wrong result. None of the checks can actually be triggered. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/01 15:46:38 Modified files: usr.bin/sort : coll.c vsort.c Log message: Style nits, remove whitespace at the start of a function. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/01 15:47:19 Modified files: usr.bin/sort : coll.c Log message: Revert unintentional commit. This will be revisited shortly. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/01 16:24:02 Modified files: usr.bin/sort : sort.c mem.c mem.h file.c Log message: Just use sort_reallocarray() everywhere. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/01 16:38:08 Modified files: usr.bin/sort : bwstring.c Log message: Use reallocarray instead of malloc. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/01 16:43:16 Modified files: usr.bin/sort : file.c Log message: Block signals during tmp_files insertion, so that the signal handler cannot encounter an incoherent list. It was an absolutely tiny signal race. ok millert CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/01 16:49:47 Modified files: usr.bin/sort : sort.c Log message: Check for overflow when handling buffer size suffixes. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/04/01 23:53:08 Modified files: lib/libtls : tls_init.3 Log message: Document the fact that the tls_accept_*() functions can return TLS_READ_AGAIN and TLS_WRITE_AGAIN. Based on a diff from Tim van der Molen. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/04/01 23:54:22 Modified files: lib/libtls : tls_init.3 Log message: Correct man page title. Diff from Tim van der Molen. ok jmc@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/02 03:46:01 Modified files: sys/net : if.c Log message: Grab the kernel lock around the bpf_mtap_ether() call in if_input(). This allows drivers to start calling if_input() without holding the kernel lock while others work on make the bpf code mpsafe. ok dlg@, mpi@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/02 03:46:49 Modified files: sys/arch/sparc64/dev: vnet.c Log message: Call if_input() without grabbing the kernel lock first. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/02 04:58:20 Modified files: sys/arch/macppc/dev: openpic.c Log message: Cleanup function definitions, use only one define for DEBUG and remove unused headers. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/02 05:12:24 Modified files: sys/arch/macppc/dev: macintr.c openpic.c sys/arch/macppc/include: autoconf.h sys/arch/macppc/pci: macobio.c Log message: One function pointer per pic function is enough. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/02 05:22:48 Modified files: sys/arch/macppc/dev: openpic.c Log message: Merge openpic_init() into openpic_attach(), no functional change. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/02 05:51:37 Modified files: infrastructure/templates: network.conf.template Log message: switch MASTER_SITE_RUBYGEMS and MASTER_SITE_PYPI to https CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2015/04/02 05:54:27 Modified files: gnu/gcc/gcc/config/alpha: openbsd.h gnu/gcc/gcc/config/i386: openbsd64.h openbsdelf.h gnu/gcc/gcc/config/mips: openbsd.h gnu/gcc/gcc/config/pa: openbsd.h gnu/gcc/gcc/config/rs6000: sysv4.h gnu/gcc/gcc/config/sh: openbsd.h gnu/gcc/gcc/config/sparc: openbsd64.h gnu/usr.bin/binutils/ld: lexsup.c Log message: Change gcc and ld semantics to make static PIE the default when invoking 'cc -static'. To explicitly request the legacy behaviour, use -nopie. For the few port affected by this, bumps will follow shortly. looks good to kettenis@, ok kurt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/02 05:56:15 Modified files: textproc : Makefile Log message: -chmsee CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/02 05:57:20 Removed files: textproc/chmsee: Makefile distinfo textproc/chmsee/patches: patch-application_ini patch-src_Makefile_netbsd patch-src_csChm_cpp textproc/chmsee/pkg: DESCR PLIST Log message: remove chmsee, it's been officially dead upstream and has been marked broken for about 17 months. ok aja@ landry@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/02 05:58:29 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: mention chmsee CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/02 06:19:51 Modified files: usr.bin/sort : file.c Log message: closefile() already checks for stdin so no need to check in the caller. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/02 06:21:18 Modified files: usr.bin/sort : file.c Log message: When using mmap() we don't need to keep the open fd around, closing the fd does not unmap the region. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/02 06:43:08 Modified files: usr.bin/sort : sort.c Log message: Don't install signal handlers for SIGQUIT, SIGVTALRM, SIGPROF. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/02 06:48:28 Modified files: usr.bin/sort : file.c Log message: No need for the umask() dance now that temp files are created with mkstemp(). Also remove useless else after a return. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/04/02 07:19:15 Modified files: lib/libtls : tls.c tls_init.3 Log message: Handle the case where multiple calls to SSL_shutdown() are required to close the connection. Also correctly handle the error on failure. Diff from cookieandscream via github. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/02 07:19:55 Modified files: mail/geary : Makefile distinfo mail/geary/pkg : PLIST Log message: Update to geary 0.10.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/02 07:53:46 ports/sysutils/tmux-mem-cpu-load/patches Update of /cvs/ports/sysutils/tmux-mem-cpu-load/patches In directory cvs.openbsd.org:/tmp/cvs-serv31688/patches Log Message: Directory /cvs/ports/sysutils/tmux-mem-cpu-load/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/02 07:54:39 Modified files: sysutils/tmux-mem-cpu-load: Makefile Added files: sysutils/tmux-mem-cpu-load/patches: patch-common_load_cc Log message: Don't print trailing whitespace for last element of load string this looks fugly and if one needs it they can append it in their tmux.conf. patch already merged upstream CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/02 07:57:10 Modified files: lang/python : python.port.mk Log message: add MODPY_PI which automatically sets MASTER_SITES when set to 'yes'. if the subdirectory needs to be overriden set MODPY_PI_DIR. as discussed with sthen@ and rpointel@ earlier diff ok rpointel@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/04/02 07:58:55 Modified files: share/man/man5 : port-modules.5 Log message: document MODPY_PI CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/02 07:59:32 Modified files: geo/viking : Makefile distinfo geo/viking/patches: patch-src_gpspoint_c geo/viking/pkg : PLIST Added files: geo/viking/patches: patch-configure Log message: Update to viking 1.6. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/02 08:12:53 Modified files: audio/audacious: Makefile Log message: In rev 1.50 i wanted to make this BROKEN-alpha, not readd a BROKEN-hppa marker.. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/02 08:14:33 Modified files: emulators/snes9x: Makefile Log message: Mark BROKEN on hppa and alpha, fails on filter/hq2x.cpp CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/02 08:21:18 Modified files: audio/beets : Makefile audio/py-acoustid: Makefile audio/py-discogs-client: Makefile audio/py-last : Makefile audio/py-mpd : Makefile audio/py-mpd2 : Makefile audio/py-musicbrainzngs: Makefile audio/py-tagpy : Makefile benchmarks/netperf-wrapper: Makefile benchmarks/speedtest-cli: Makefile converters/py-html2text: Makefile databases/py-carbon: Makefile databases/py-couchdb: Makefile databases/py-flask-sqlalchemy: Makefile databases/py-mongo: Makefile databases/py-mysql: Makefile databases/py-psycopg2: Makefile databases/py-puppetdb: Makefile databases/py-pygresql: Makefile databases/py-sql: Makefile databases/py-sqlobject: Makefile databases/py-whisper: Makefile devel/flake8 : Makefile devel/hgview : Makefile devel/ipython : Makefile devel/legit : Makefile devel/pep8 : Makefile devel/py-SOAPpy: Makefile devel/py-addons: Makefile devel/py-algorithm-munkres: Makefile devel/py-altgraph: Makefile devel/py-argcomplete: Makefile devel/py-argh : Makefile devel/py-async : Makefile devel/py-babel : Makefile devel/py-backports-ssl-match-hostname: Makefile devel/py-blessings: Makefile devel/py-blinker: Makefile devel/py-buildbot: Makefile devel/py-buildslave: Makefile devel/py-bytecodeassembler: Makefile devel/py-certifi: Makefile devel/py-cffi : Makefile devel/py-cheetah: Makefile devel/py-clint : Makefile devel/py-country: Makefile devel/py-coverage: Makefile devel/py-coveralls: Makefile devel/py-cparser: Makefile devel/py-curtsies: Makefile devel/py-dateutil: Makefile devel/py-decorator: Makefile devel/py-decoratortools: Makefile devel/py-docopt: Makefile devel/py-dtopt : Makefile devel/py-dulwich: Makefile devel/py-elftools: Makefile devel/py-enum34: Makefile devel/py-extremes: Makefile devel/py-futures: Makefile devel/py-gevent: Makefile devel/py-gitdb : Makefile devel/py-gitpython: Makefile devel/py-greenlet: Makefile devel/py-guppy : Makefile devel/py-hgtools: Makefile devel/py-iniparse: Makefile devel/py-isodate: Makefile devel/py-jsonrpclib: Makefile devel/py-mccabe: Makefile devel/py-minimock: Makefile devel/py-mock : Makefile devel/py-modulegraph: Makefile devel/py-monthdelta: Makefile devel/py-nose : Makefile devel/py-pexpect: Makefile devel/py-pip : Makefile devel/py-prioritized_methods: Makefile devel/py-py : Makefile devel/py-pyprof2calltree: Makefile devel/py-pyro : Makefile devel/py-rope : Makefile devel/py-send2trash: Makefile devel/py-setproctitle: Makefile devel/py-setuptools: Makefile devel/py-sh : Makefile devel/py-simplejson: Makefile devel/py-singledispatch: Makefile devel/py-six : Makefile devel/py-smmap : Makefile devel/py-suds : Makefile devel/py-symboltype: Makefile devel/py-test : Makefile devel/py-testtools: Makefile devel/py-turbocheetah: Makefile devel/py-tz : Makefile devel/py-unittest2: Makefile devel/py-virtualenv: Makefile devel/py-xmlrunner: Makefile devel/py-zopeinterface: Makefile devel/py-zopetesting: Makefile devel/pyflakes : Makefile graphics/py-Pillow: Makefile graphics/pycha : Makefile mail/py-authres: Makefile math/py-sympy : Makefile misc/lfm : Makefile multimedia/livestreamer: Makefile net/py-GeoIP : Makefile net/py-IP : Makefile net/py-boto : Makefile net/py-ftpdlib : Makefile net/py-impacket: Makefile net/py-msgpack : Makefile net/py-netaddr : Makefile net/py-oauth2 : Makefile net/py-twitter : Makefile net/py-zmq : Makefile print/py-relatorio: Makefile productivity/bruce: Makefile productivity/py-carddav: Makefile productivity/radicale: Makefile security/py-M2Crypto: Makefile security/py-ecdsa: Makefile security/py-gnupg: Makefile security/py-keyczar: Makefile security/py-keyring: Makefile security/py-openssl: Makefile security/py-paramiko: Makefile security/py-secretstorage: Makefile sysutils/py-cef: Makefile sysutils/py-daemon: Makefile sysutils/py-metlog: Makefile sysutils/salt : Makefile sysutils/salt-testing: Makefile sysutils/supervisor: Makefile textproc/markdown: Makefile textproc/py-ICU: Makefile textproc/py-MarkupSafe: Makefile textproc/py-cssselect: Makefile textproc/py-cssutils: Makefile textproc/py-defusedxml: Makefile textproc/py-enchant: Makefile textproc/py-lxml: Makefile textproc/py-nltk: Makefile textproc/py-numpydoc: Makefile textproc/py-pygments: Makefile textproc/py-sphinx: Makefile textproc/py-sphinx-intl: Makefile textproc/yould : Makefile www/puppetboard: Makefile www/py-beaker : Makefile www/py-django : Makefile www/py-flask : Makefile www/py-flask-login: Makefile www/py-flask-principal: Makefile www/py-flask-wtf: Makefile www/py-flup : Makefile www/py-formencode: Makefile www/py-gunicorn: Makefile www/py-itsdangerous: Makefile www/py-jinja2 : Makefile www/py-jonpy : Makefile www/py-mako : Makefile www/py-meld3 : Makefile www/py-paste : Makefile www/py-paste-deploy: Makefile www/py-paste-script: Makefile www/py-pylons : Makefile www/py-recaptcha-client: Makefile www/py-repoze-lru: Makefile www/py-repoze-profile: Makefile www/py-repoze-who: Makefile www/py-requests: Makefile www/py-routes : Makefile www/py-sockjs-tornado: Makefile www/py-tempita : Makefile www/py-tornado : Makefile www/py-urlgrabber: Makefile www/py-weberror: Makefile www/py-webhelpers: Makefile www/py-webob : Makefile www/py-webtest : Makefile www/py-werkzeug: Makefile www/py-wsgiproxy: Makefile www/py-wtforms : Makefile www/py-wtools : Makefile Log message: - switch to MODPY_PI CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/04/02 08:24:02 Modified files: share/man/man4 : uberry.4 usb.4 sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC sys/arch/loongson/conf: GENERIC sys/arch/macppc/conf: GENERIC sys/dev/usb : files.usb usbdevs usbdevs.h usbdevs_data.h sys/scsi : sd.c Log message: use correct capitalization of 'BlackBerry' "sure" deraadt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/02 08:27:20 Modified files: x11/i3status : Makefile distinfo x11/i3status/patches: patch-i3status_conf Added files: x11/i3status/patches: patch-src_print_disk_info_c Removed files: x11/i3status/patches: patch-src_print_battery_info_c Log message: - update to i3status 2.9 http://permalink.gmane.org/gmane.comp.window-managers.i3.announce/11 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/02 08:32:25 Modified files: x11/gnome/adwaita-icon-theme: Makefile distinfo x11/gnome/adwaita-icon-theme/pkg: PLIST Log message: Update to adwaita-icon-theme-3.16.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/02 08:36:42 Modified files: x11/i3status : Makefile x11/i3status/patches: patch-i3status_conf Log message: simplify patch a bit using _first_ instead of hardcoding device names CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/04/02 09:47:41 Modified files: share/man/man5 : port-modules.5 Log message: overriden -> overridden; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/02 10:13:25 Modified files: distrib/alpha/common: list distrib/amd64/common: list distrib/armish/ramdisk: list distrib/armv7/ramdisk: list distrib/aviion/ramdisk: list distrib/hppa : list distrib/i386/common: list distrib/landisk/ramdisk: list distrib/loongson/ramdisk: list distrib/luna88k/ramdisk: list distrib/macppc/ramdisk: list distrib/miniroot: list distrib/octeon/ramdisk: list distrib/ramdisk: list distrib/sgi/ramdisk: list distrib/socppc/ramdisk: list distrib/sparc64/bsd.rd: list distrib/sparc64/ramdisk: list distrib/sparc64/ramdiskB: list distrib/special: Makefile distrib/vax/common: list distrib/zaurus/ramdisk: list Removed files: distrib/special/less: Makefile defines.h Log message: more -> less; not less -> more CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/02 11:09:30 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-channels_chan_sip_c patch-configure_ac Removed files: telephony/asterisk/patches: patch-main_asterisk_c Log message: update to asterisk-11.17.0, which includes a fix from Ed Hynan for an FD exhaustion problem he was seeing on OpenBSD. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/02 11:21:01 Modified files: telephony/asterisk: Tag: OPENBSD_5_7 Makefile distinfo telephony/asterisk/patches: Tag: OPENBSD_5_7 patch-channels_chan_sip_c patch-configure_ac Removed files: telephony/asterisk/patches: Tag: OPENBSD_5_7 patch-main_asterisk_c Log message: MFC update to asterisk-11.17.0, including FD leak fix. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/02 11:32:24 Modified files: security/wpa_supplicant: Makefile security/wpa_supplicant/files: wpa_supplicant.conf Log message: add a commented-out config line to help out with people who have auth servers that don't like attempts to connect with TLSv1.1/1.2 (recent update moved from using TLSv1.0 only). ok dcoppa@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/04/02 11:34:53 Modified files: . : hackathons.html Added files: images/hackathons: p2k15-s.gif p2k15.gif Log message: p2k15 is on! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/02 11:43:30 Modified files: x11/gnome/user-docs: Makefile distinfo x11/gnome/user-docs/pkg: PLIST Log message: Update to gnome-user-docs-3.16.0. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/04/02 11:46:57 Modified files: lang/expect : Makefile Added files: lang/expect/patches: patch-exp_inter_c Log message: memcpy -> memmove to unbreak expect, from rfreeman@ with Makefile changes by me. Transfer MAINTAINER to Ryan Freeman OK rfreeman@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/02 11:48:03 Modified files: x11/gnome/getting-started-docs: Makefile distinfo Log message: Update to gnome-getting-started-docs-3.16.0. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/04/02 11:51:59 Modified files: . : hackathons.html Log message: s/13/14 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/04/02 12:00:55 Modified files: sbin/fdisk : cmd.c mbr.c user.c Log message: Don't printf("offset: ...) before every call to MBR_print(). Do it once inside MBR_print(). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/02 12:02:35 Modified files: x11/gnome/backgrounds: Makefile distinfo x11/gnome/backgrounds/pkg: PLIST Log message: Update to gnome-backgrounds-3.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/02 12:07:09 Modified files: x11/gnome/orca : Makefile distinfo x11/gnome/orca/pkg: PLIST Log message: Update to orca-3.16.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/02 12:17:50 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-storage_src_mozStorageConnection_cpp www/firefox-i18n: Makefile.inc distinfo Log message: Update to firefox 37.0. - See https://www.mozilla.org/en-US/firefox/37.0/releasenotes/ - Fixes MFSA 2015-30 -> 42 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/02 12:19:52 Modified files: x11/gnome/themes-standard: Makefile distinfo x11/gnome/themes-standard/pkg: PLIST Log message: Update to gnome-themes-standard-3.16.0. Note that this breaks the current mutter because themes are dropped (and included in mutter >= 3.16) -- it'll be fixed tomorrow by my other half aka jasper@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/02 12:20:08 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: Update to firefox-esr 31.6.0. - See https://www.mozilla.org/en-US/firefox/31.6.0/releasenotes/ - Fixes MFSA 2015-30, 31, 33, 37, 40 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/02 12:21:26 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird 31.6.0 / lightning 3.3.6 - See https://www.mozilla.org/en-US/thunderbird/31.6.0/releasenotes/ - Fixes MFSA 2015-30, 31, 33, 37 & 40 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/02 12:33:35 Modified files: x11/i3status/patches: patch-src_print_cpu_usage_c Log message: patch submitted to the Nth bugtracker of i3status CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/02 12:35:06 Modified files: sysutils/monit : Makefile distinfo Log message: update to monit-5.12.2 CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/04/02 12:36:51 Modified files: share/man/man5 : bsd.port.mk.5 Log message: devel/dconf is going to loose its cyclic dependency soon, so change the example to use avahi. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/02 12:59:28 Modified files: devel/ruby-rspec/specinfra: Makefile distinfo devel/ruby-rspec/specinfra/pkg: PLIST Log message: update to specinfra-2.27.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/02 12:59:38 Modified files: devel/ruby-rspec/serverspec: Makefile distinfo Log message: update to serverspec-2.14.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/02 13:03:45 Modified files: devel/py-rope : Makefile devel/py-rope/pkg: PLIST Log message: add MODPY_EGG_VERSION CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/02 13:18:30 Modified files: sysutils/upower: Makefile sysutils/upower/pkg: README Log message: Mention that systemwide dbus daemon needs to be running for proper upower behaviour. Use rcctl commands while here... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/02 13:21:24 Modified files: sysutils/upower: Makefile sysutils/upower/pkg: README Log message: space CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/02 13:22:24 Modified files: devel/gobject-introspection: Makefile distinfo Log message: update to gobject-introspection-1.44.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/02 13:22:41 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-libpeas_peas-object-module_c patch-tests_libpeas_engine_c patch-tests_libpeas_extension-c_c patch-tests_testing-util_testing-util_c Log message: update to libpeas-1.14.0 CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2015/04/02 13:35:56 Modified files: devel/subversion: Tag: OPENBSD_5_6 Makefile devel/subversion/patches: Tag: OPENBSD_5_6 patch-subversion_mod_dav_svn_reports_get-location-segments_c Added files: devel/subversion/patches: Tag: OPENBSD_5_6 patch-subversion_libsvn_fs_fs_tree_c patch-subversion_mod_dav_svn_deadprops_c patch-subversion_svnserve_serve_c Log message: 5.6-stable patches for Apache Subversion CVE-2015-0202, CVE-2015-0248, and CVS-2015-0251. test + ok jasper CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/02 13:38:21 Modified files: productivity/bruce: Makefile productivity/bruce/pkg: PLIST devel/py-decoratortools: Makefile devel/py-decoratortools/pkg: PLIST devel/py-turbocheetah: Makefile devel/py-turbocheetah/pkg: PLIST devel/py-cheetah: Makefile devel/py-cheetah/pkg: PLIST www/py-jonpy : Makefile www/py-jonpy/pkg: PLIST security/py-gnupg: Makefile security/py-gnupg/pkg: PLIST Log message: set MODPY_EGG_VERSION and remove the need for MODPY_PI_DIR CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/02 13:43:13 Modified files: x11/gnome/aisleriot: Makefile distinfo x11/gnome/aisleriot/pkg: PLIST Log message: Update to aisleriot-3.16.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/02 14:04:42 Modified files: devel/p5-Module-ScanDeps: Makefile distinfo Log message: update to p5-Module-ScanDeps-1.18 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/02 14:16:02 Modified files: x11/i3status/patches: patch-src_print_disk_info_c Log message: merged upstream CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/04/02 14:23:56 Modified files: net/tkabber : Makefile.inc net/tkabber/base: Makefile distinfo net/tkabber/base/patches: patch-Makefile net/tkabber/plugins: distinfo net/tkabber/plugins/pkg: PLIST Log message: update to tkabber 1.1.1 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/02 14:30:45 Modified files: usr.bin/sort : mem.c Log message: Don't need to include stdint.h CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/02 14:51:04 Modified files: distrib/hppa/ramdisk: list.local distrib/sparc/ramdisk: list.local distrib/vax/common: list distrib/vax/ramdisk: list.local Log message: more is less than more CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2015/04/02 14:56:00 Modified files: usr.bin/sort : sort.c Log message: Add signal name instead of array index (which is not the signal number) to sigaction error message. with input by and ok millert@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2015/04/02 14:57:34 Modified files: usr.bin/sort : sort.c Log message: No need to strdup environment variable or command line arguments here. ok millert@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2015/04/02 14:58:43 Modified files: usr.bin/sort : coll.c radixsort.c Log message: Zap some more NULL checks in front of free. ok millert@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2015/04/02 15:00:08 Modified files: usr.bin/sort : radixsort.c sort.c Log message: Fixed whitespace issues. ok millert@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/02 15:03:18 Modified files: usr.bin/mandoc : att.c main.c man.c man.h man_hash.c man_html.c man_macro.c man_term.c man_validate.c mandocdb.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 read.c st.c tree.c Added files: usr.bin/mandoc : roff.h Log message: First step towards parser unification: Replace enum mdoc_type and enum man_type by a unified enum roff_type. Almost mechanical, no functional change. Written on the ICE train from Frankfurt to Bruxelles on the way to p2k15. CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2015/04/02 15:04:06 Modified files: usr.bin/sort : file.c file.h sort.c Log message: Global variable free_memory is only used in sort.c's set_hw_params, so turn it into a local one. ok millert@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2015/04/02 15:09:51 Modified files: usr.bin/sort : sort.c Log message: Prevent integer overflow when parsing -S argument as percentage. Also make sure that the parsed memory amount, stored in a long long, won't be larger than SIZE_MAX to properly support 32 bit systems. with input by and ok millert@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/02 16:06:17 Modified files: usr.bin/mandoc : libman.h libmdoc.h man.c man.h man_hash.c man_html.c man_macro.c man_term.c man_validate.c mandocdb.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 roff.h tree.c Log message: Second step towards parser unification: Replace struct mdoc_node and struct man_node by a unified struct roff_node. To be able to use the tok member for both mdoc(7) and man(7) without defining all the macros in roff.h, sacrifice a tiny bit of type safety and make tok an int rather than an enum. Almost mechanical, no functional change. Written on the Eurostar from Bruxelles to London on the way to p2k15. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/02 16:14:51 Modified files: usr.bin/sort : coll.c file.c file.h Log message: murder excessive whitespace CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/04/02 16:19:51 Modified files: . : hackathons.html Log message: fix columns CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/04/02 16:35:01 Modified files: . : hackathons.html Log message: more column repair CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/02 17:47:43 Modified files: usr.bin/mandoc : libman.h libmdoc.h man.c man.h man_html.c man_term.c man_validate.c mandocdb.c mdoc.c mdoc.h mdoc_html.c mdoc_man.c mdoc_term.c roff.h term.c term.h Log message: Third step towards parser unification: Replace struct mdoc_meta and struct man_meta by a unified struct roff_meta. Written of the train from London to Exeter on the way to p2k15. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/03 00:48:59 Modified files: sys/arch/armv7/sunxi: sxie.c Log message: Convert to if_input(). Tested by jsg@ with Qemu CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 02:31:07 Modified files: graphics : Makefile Log message: -p5-Image-Scale CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 02:31:56 Removed files: graphics/p5-Image-Scale: Makefile distinfo graphics/p5-Image-Scale/patches: patch-src_gif_c patch-src_png_c graphics/p5-Image-Scale/pkg: DESCR PLIST Log message: remove, it's been broken for more than 1.5y and no further attempt has been made to make it work with a somewhat recent giflib api. ok aja@ sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 02:32:42 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register p5-Image-Scale removal CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 02:43:30 Modified files: devel/dconf : Makefile dconf.port.mk distinfo devel/dconf/patches: patch-bin_Makefile_in patch-client_Makefile_in patch-dbus-1_Makefile_in devel/dconf/pkg: PLIST-main Removed files: devel/dconf/patches: patch-editor_Makefile_in devel/dconf/pkg: DESCR-editor PLIST-editor Log message: Update to dconf-0.24.0. The -editor subpackage is dropped and a new dconf-editor will be imported instead. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/03 02:45:27 Modified files: usr.bin/mandoc : apropos.1 main.c man.1 mandoc.1 Log message: No need to hardcode /usr/bin/ as the path to more(1); helps portability. We don't hardcode the paths to gunzip(1) and cmp(1) either. Discussed with ajacoutot@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 02:46:25 Log message: Import dconf-editor-3.16.0. (replacement for devel/dconf,-editor) Editor for the dconf(1) configuration storage system. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20150403 N ports/x11/gnome/dconf-editor/Makefile N ports/x11/gnome/dconf-editor/distinfo N ports/x11/gnome/dconf-editor/pkg/PLIST N ports/x11/gnome/dconf-editor/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 02:47:05 Modified files: x11/gnome : Makefile Log message: +dconf-editor CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 02:48:02 Modified files: sysutils/ruby-facter: Makefile distinfo sysutils/ruby-facter/patches: patch-lib_facter_util_config_rb sysutils/ruby-facter/pkg: PLIST Log message: update to facter-2.4.3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 02:48:11 Modified files: x11/gnome/dconf-editor: Makefile Log message: No need for that. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 02:49:11 Modified files: x11/gnome/anjuta: Makefile Log message: No need for CONFIGURE_STYLE. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 02:50:46 Modified files: x11/gnome/dconf-editor: Makefile Log message: MAINTAINER is already set in Makefile.inc. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 02:53:32 Modified files: devel/gsettings-desktop-schemas: Makefile distinfo devel/gsettings-desktop-schemas/pkg: PLIST Log message: Update to gsettings-desktop-schemas-3.16.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/03 02:53:51 Removed 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: Remove patches that shouldnt be here anymore. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 02:56:36 Modified files: net/glib2-networking: Makefile distinfo net/glib2-networking/pkg: PLIST Log message: Update to glib2-networking-2.44.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 03:02:24 Modified files: devel/py-gobject3: Makefile distinfo Log message: Update to py-gobject3-3.16.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 03:04:00 Modified files: sysutils/ruby-facter: Makefile Added files: sysutils/ruby-facter/patches: patch-lib_facter_processors_os_rb Log message: simplify processorspeed calculation not much point in pushing it upstream since the new facter will be c++11 based and needs newer boost.. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 03:04:24 Modified files: x11/gnome/tweak-tool: Makefile distinfo x11/gnome/tweak-tool/pkg: PLIST Log message: Update to gnome-tweak-tool-3.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 03:09:30 Modified files: devel/libsoup : Makefile distinfo devel/libsoup/pkg: PLIST Log message: Update to libsoup-2.50.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 03:11:00 Modified files: devel/py-gobject: Makefile Log message: Indent. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 03:11:58 Modified files: geo/geocode-glib: Makefile distinfo Log message: update to geocode-glib-3.16.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 03:15:51 Modified files: x11/gnome/online-accounts: Makefile distinfo x11/gnome/online-accounts/pkg: PLIST Log message: update to gnome-online-accounts-3.16.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 03:29:44 Modified files: x11/gnome/libgweather: Makefile distinfo x11/gnome/libgweather/pkg: PLIST Log message: update to libgweather-3.16.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 03:34:07 Modified files: x11/gnome/gvfs : Makefile distinfo Log message: Update to gvfs-1.24.0. CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/04/03 03:34:13 Modified files: misc/findutils : Makefile Log message: Drop USE_GROFF (almost identical output). No bump needed. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 03:46:53 Modified files: biology/bioperl: Makefile distinfo biology/bioperl/pkg: PLIST Log message: - update to BioPerl-1.6.924 to unbreak with perl > 5.18 CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/04/03 03:54:09 Log message: Fraunhofer FDK AAC codec library provides high-quality open source AAC encoder and decoder implementations. It was releases as part of Android Open Source Project and consequently repackaged, modified and published as part of opencore-amr project. OK sthen@ Status: Vendor Tag: czarkoff Release Tags: czarkoff_20150403 N ports/audio/fdk-aac/Makefile N ports/audio/fdk-aac/distinfo N ports/audio/fdk-aac/pkg/DESCR N ports/audio/fdk-aac/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 03:57:12 Modified files: x11/gnome/desktop: Makefile distinfo x11/gnome/desktop/patches: patch-libgnome-desktop_Makefile_in x11/gnome/desktop/pkg: PLIST Removed files: x11/gnome/desktop/patches: patch-libgnome-desktop_gnome-languages_c Log message: Update to gnome-desktop-3.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 03:57:48 Modified files: meta/gnome : Makefile Log message: GNOME 3.16.0 is making its way to OpenBSD... CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/04/03 03:59:41 Modified files: audio : Makefile Log message: added fdk-aac CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2015/04/03 04:07:25 Modified files: usr.bin/sort : sort.c Log message: If -S has been supplied multiple times, only take last one into account. Without this patch, multiple -S arguments influence each other. spotted by and ok millert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 04:11:24 Modified files: net/pfstat : Makefile Added files: net/pfstat/patches: patch-graph_c Log message: create graphs with best jpeg quality, the image size increase is minimal, and so is the quality actually, but it's better anyway. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 04:19:22 Modified files: share/man/man5 : bsd.port.mk.5 Log message: x11/gnome/gvfs is actually a better and simpler example. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 04:21:21 Modified files: x11/gnome/california: Makefile distinfo x11/gnome/california/pkg: PLIST Log message: update to california-0.4.0 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/04/03 04:32:04 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-third_party_pdfium_core_src_fxge_ge_fx_ge_linux_cpp patch-v8_src_base_platform_platform-posix_cc Log message: update to 41.0.2272.118 CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2015/04/03 04:37:24 Modified files: usr.bin/sort : file.c sort.c Log message: The combination of -c and -o is not specified by POSIX. In fact, the call "sort -o file -c file" has unspecified behavior and would leave an empty file behind if it was sorted, the original file it was not. If -c (or -C) has been specified, only perform that action and ignore -o among other arguments. While at it, clean up check() internals. with input by and ok millert@ CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/04/03 04:53:10 Modified files: audio/fdk-aac : Makefile audio/fdk-aac/pkg: DESCR Log message: fixes from naddy@ * License isn't Apache 2 * Patent concerns * workaound for static archs * wording in DESCR CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 04:59:08 Modified files: x11/gnome/weather: Makefile distinfo x11/gnome/weather/pkg: PLIST Log message: Update to gnome-weather-3.16.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 05:01:39 Modified files: x11/gnome/gucharmap: Makefile distinfo x11/gnome/gucharmap/pkg: PLIST Log message: update to gucharmap-3.16.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 05:18:24 Modified files: databases/evolution-data-server: Makefile distinfo databases/evolution-data-server/pkg: PLIST Log message: Update to evolution-data-server-3.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 05:24:16 Modified files: x11/gnome/settings-daemon: Makefile distinfo x11/gnome/settings-daemon/pkg: PLIST Log message: Update to gnome-settings-daemon-3.16.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 05:24:55 Modified files: www/epiphany : Makefile distinfo www/epiphany/pkg: PLIST Log message: update to epiphany-3.16.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 05:26:01 Modified files: devel/vte3 : Makefile distinfo devel/vte3/pkg : PLIST Log message: update to vte3-0.40.0 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/04/03 05:26:27 Modified files: archivers/unace: Makefile archivers/unace/patches: patch-uac_crt_c patch-unace_c Log message: Security fix for CVE-2015-2063: buffer overflow when reading bogus file headers The header parser was not checking if it had read enough data when trying to parse the header from memory, causing it to accept files with headers smaller than expected. From Debian CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 05:28:07 Modified files: x11/gnome/font-viewer: Makefile distinfo Log message: update to gnome-font-viewer-3.16.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 05:28:31 Modified files: x11/gnome/screenshot: Makefile distinfo x11/gnome/screenshot/pkg: PLIST Log message: update to gnome-screenshot-3.16.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 05:29:24 Modified files: x11/gnome/weather: Makefile Log message: Tweak. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/04/03 05:33:28 Modified files: archivers/unace: Tag: OPENBSD_5_7 Makefile archivers/unace/patches: Tag: OPENBSD_5_7 patch-uac_crt_c patch-unace_c Log message: Security fix for CVE-2015-2063: buffer overflow when reading bogus file headers The header parser was not checking if it had read enough data when trying to parse the header from memory, causing it to accept files with headers smaller than expected. From Debian CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 05:33:39 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.16.0. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/04/03 05:34:24 Modified files: archivers/unace: Tag: OPENBSD_5_6 Makefile archivers/unace/patches: Tag: OPENBSD_5_6 patch-uac_crt_c patch-unace_c Log message: Security fix for CVE-2015-2063: buffer overflow when reading bogus file headers The header parser was not checking if it had read enough data when trying to parse the header from memory, causing it to accept files with headers smaller than expected. From Debian CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 05:42:41 Modified files: x11/gnome/controlcenter: Makefile distinfo x11/gnome/controlcenter/patches: patch-panels_user-accounts_Makefile_in patch-panels_user-accounts_um-realm-manager_c Removed files: x11/gnome/controlcenter/patches: patch-panels_common_cc-common-language_c patch-panels_region_cc-input-chooser_c Log message: Update to gnome-control-center-3.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 05:43:54 ports/x11/gnome/control-center Update of /cvs/ports/x11/gnome/control-center In directory cvs.openbsd.org:/tmp/cvs-serv30044/control-center Log Message: Directory /cvs/ports/x11/gnome/control-center added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 05:43:59 ports/x11/gnome/control-center/patches Update of /cvs/ports/x11/gnome/control-center/patches In directory cvs.openbsd.org:/tmp/cvs-serv22919/control-center/patches Log Message: Directory /cvs/ports/x11/gnome/control-center/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 05:44:04 ports/x11/gnome/control-center/pkg Update of /cvs/ports/x11/gnome/control-center/pkg In directory cvs.openbsd.org:/tmp/cvs-serv2390/control-center/pkg Log Message: Directory /cvs/ports/x11/gnome/control-center/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 05:45:47 Modified files: x11/gnome : Makefile Added files: x11/gnome/control-center: Makefile distinfo x11/gnome/control-center/patches: patch-panels_user-accounts_Makefile_in patch-panels_user-accounts_um-realm-manager_c x11/gnome/control-center/pkg: DESCR PLIST Removed files: x11/gnome/controlcenter: Makefile distinfo x11/gnome/controlcenter/patches: patch-panels_user-accounts_Makefile_in patch-panels_user-accounts_um-realm-manager_c x11/gnome/controlcenter/pkg: DESCR PLIST Log message: controlcenter -> control-center to match the package name. discussed with jasper@ not bumping the 2 dependent ports because they are part of the GNOME 3.16 update in progress. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 05:49:35 Modified files: x11/gnome/power-manager: Makefile distinfo x11/gnome/power-manager/pkg: PLIST Log message: Update to gnome-power-manager-3.16.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 05:53:43 Modified files: x11/gtksourceview3: Makefile distinfo x11/gtksourceview3/pkg: PLIST Log message: update to gtksourceview-3.16.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 05:55:12 Modified files: graphics/evince: Makefile distinfo graphics/evince/pkg: PLIST Log message: update to evince-3.16.0 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/04/03 05:58:51 Modified files: archivers/unrar: Makefile distinfo archivers/unrar/patches: patch-os_hpp Log message: update to 5.21 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/03 06:08:10 Modified files: sysutils/upower: Makefile Added files: sysutils/upower/patches: patch-libupower-glib_up-client_c Log message: Add a patch to improve error handling when the systemwide dbus is not running. Applications using libupower-glib should "gracefully" handle that situation now... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 06:17:02 Modified files: x11/gnome/eog : Makefile distinfo x11/gnome/eog/pkg: PLIST Log message: update to eog-3.16.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 06:17:14 Modified files: x11/gnome/eog-plugins: Makefile distinfo x11/gnome/eog-plugins/pkg: PLIST Log message: update to eog-plugins-3.16.0 CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/04/03 06:21:20 Modified files: lang/php : Makefile.inc Log message: Drop USE_GROFF (no significant difference in output for any of the versions). No bump needed. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 06:22:40 Modified files: x11/gnome/gedit: Makefile distinfo x11/gnome/gedit/pkg: PLIST Log message: update to gedit-3.16.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 06:22:52 Modified files: x11/gnome/gedit-plugins: Makefile distinfo Log message: update to gedit-plugins-3.16.0 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/03 06:22:55 Modified files: sys/dev/pci/drm/ttm: ttm_bo_vm.c Log message: Translate PAGE_MASK usage for the way it is defined in our kernel. This code is not called. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 06:24:27 Modified files: x11/gnome/calculator: Makefile distinfo Log message: update to gnome-calculator-3.16.0 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/03 06:24:34 Modified files: sys/dev/pci/drm/radeon: r600_blit_shaders.c Log message: change types/macros to reduce the diff to linux CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 06:31:10 Modified files: x11/gnome/file-roller: Makefile distinfo Added files: x11/gnome/file-roller/patches: patch-src_fr-archive-libarchive_c patch-src_fr-command-unarchiver_c Log message: - update to file-roller-3.16.0 - remove lrzip/lzop support pending a libarchive update CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 06:43:19 Modified files: x11/gnome/session: Makefile distinfo Added files: x11/gnome/session/patches: patch-gnome-session_main_c Removed files: x11/gnome/session/patches: patch-gnome-session_gsm-autostart-app_c Log message: Update to gnome-session-3.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 06:46:29 Modified files: x11/gnome/baobab: Makefile distinfo x11/gnome/baobab/pkg: PLIST Log message: Update to baobab-3.16.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 06:47:20 Modified files: x11/gnome : Makefile Removed files: x11/gnome/polari: Makefile distinfo x11/gnome/polari/pkg: DESCR PLIST Log message: remove polari which didn't quite work out to be what it was supposed to. empathy with the irc connection manager works much betterer. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 06:47:47 Modified files: meta/gnome : Makefile Log message: no more polari CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 06:49:06 Modified files: x11/gnome/system-monitor: Makefile distinfo x11/gnome/system-monitor/pkg: PLIST Log message: update to gnome-system-monitor-3.16.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/03 06:49:41 Modified files: geo/postgis : Makefile distinfo geo/postgis/pkg: PLIST Log message: Update to postgis 2.1.7 and switch to databases/postgresql MODULE for test target handling, thanks to zhuk@! CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/03 06:52:48 Modified files: usr.bin/sort : sort.c Log message: Only one input file is allowed with the -c/-C flags. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 06:53:32 Modified files: x11/gnome/dictionary: Makefile distinfo x11/gnome/dictionary/pkg: PLIST Log message: Update to gnome-dictionary-3.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 07:04:04 Modified files: x11/gnome/nautilus: Makefile distinfo x11/gnome/nautilus/pkg: PLIST Removed files: x11/gnome/nautilus/patches: patch-libnautilus-private_nautilus-canvas-dnd_c patch-src_nautilus-list-view_c Log message: Update to nautilus-3.16.0. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/03 07:10:59 Modified files: sys/dev/pci/drm: drmP.h drm_linux.h sys/dev/pci/drm/i915: i915_dma.c i915_drv.c i915_drv.h intel_i2c.c intel_ringbuffer.h Log message: resync i915_drv.h to make it diffable to linux ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/04/03 09:09:15 Modified files: net/nagios/nagios: Makefile net/nagios/nagios/patches: patch-cgi_Makefile_in Log message: Compile and link CGI binaries as static PIE. "just commit" naddy@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/04/03 09:12:28 Modified files: mail/femail : Makefile mail/mini_sendmail: Makefile net/icinga/core: Makefile security/aide : Makefile security/chntpw: Makefile security/cryptcat: Makefile security/integrit: Makefile security/shash : Makefile security/tempwatch: Makefile shells/sash : Makefile www/fcgi-cgi : Makefile Log message: Bumps for static PIE changes. "just commit" naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 09:14:06 Modified files: x11/gnome/latexila: Makefile distinfo x11/gnome/latexila/pkg: PLIST Log message: Update to latexila-3.16.0. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2015/04/03 09:23:57 Modified files: net/prosody : Makefile distinfo net/prosody/patches: patch-Makefile net/prosody/pkg: PLIST Log message: Update to prosody-0.9.8. Security update . From MAINTAINER, OK jca@. Thanks. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/04/03 09:26:10 Modified files: net/tor : Makefile net/tor/pkg : tor.rc Log message: Use SIGINT instead of SIGTERM to terminate the tor process in rc_stop(). For clients, this means no change. For relays, this instructs tor to do a clean shutdown, leaving 30s for other peers to find another route. Increase daemon_timeout to one minute to give tor a bit more time on slow machines (like my BBB). Hint from Michael McConvill, "go ahead" ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/04/03 09:29:05 Modified files: audio/mpg123 : Makefile distinfo audio/mpg123/patches: patch-configure patch-src_output_Makefile_in Log message: maintenance update to 1.22.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 09:34:43 Modified files: x11/gnome/music: Makefile distinfo x11/gnome/music/pkg: PLIST Removed files: x11/gnome/music/patches: patch-configure patch-gnomemusic_albumArtCache_py Log message: Update to gnome-music-3.16.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 09:35:23 Modified files: x11/gnome/gjs : Makefile distinfo Log message: update to gjs-1.43.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 09:35:45 Modified files: x11/gnome/anjuta: Makefile distinfo x11/gnome/anjuta/pkg: PLIST Removed files: x11/gnome/anjuta/patches: patch-configure Log message: update to anjuta-3.16.0 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/03 09:37:49 Modified files: regress/usr.bin/sort: stests Log message: We don't have the precision to distinguish between .99999999999999999999 and 1.0. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/04/03 09:45:43 Modified files: devel/src : Makefile distinfo Log message: Update devel/src to 0.19 OK aja@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/03 09:50:29 Modified files: etc/examples : sysctl.conf Log message: Add ddb.log example; OK halex@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 10:01:12 Modified files: databases/evolution-data-server: Makefile databases/evolution-data-server/pkg: PLIST Log message: libedbus-private.so is an actual (unversionned) library. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 10:02:08 Modified files: x11/gnome/clocks: Makefile distinfo x11/gnome/clocks/pkg: PLIST Log message: Update to gnome-clocks-3.16.0. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2015/04/03 10:15:40 Modified files: security/libotr: Makefile distinfo Removed files: security/libotr/patches: patch-src_message_c Log message: Update to libotr-4.1.0. ok pascal@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 10:27:28 Modified files: x11/gnome/maps : Makefile distinfo x11/gnome/maps/pkg: PLIST Log message: Update to gnome-maps-3.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 10:27:50 Modified files: graphics/babl : Makefile distinfo graphics/babl/pkg: PLIST Removed files: graphics/babl/patches: patch-babl_babl-palette_c Log message: Update to babl-0.1.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 10:28:40 Log message: Import gsound-1.0.1. GSound is a small library for playing system sounds. It's designed to be used via GObject Introspection, and is a thin wrapper around the libcanberra C library. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20150403 N ports/audio/gsound/Makefile N ports/audio/gsound/distinfo N ports/audio/gsound/pkg/DESCR N ports/audio/gsound/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/03 10:29:04 Modified files: audio : Makefile Log message: +gsound CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/03 10:30:51 Modified files: regress/usr.bin/sort: stests Log message: Add test for -b after -k (currently fails) Add test for single input file with -c/-C Add test to verify -c/-C with -o doesn't overwrite output file CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 10:31:24 Modified files: graphics/clutter/cogl: Makefile distinfo graphics/clutter/cogl/patches: patch-cogl_winsys_cogl-winsys-egl-kms_c Log message: update to cogl-1.20.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 10:31:57 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.22.0 * if there's any fallout it'll be dealt with shortly CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 10:32:13 Modified files: graphics/clutter/clutter-gst: Makefile distinfo graphics/clutter/clutter-gst/pkg: PLIST Log message: - update to clutter-gst-3.0.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 10:40:35 Modified files: x11/gnome/quadrapassel: Makefile distinfo x11/gnome/quadrapassel/pkg: PLIST Log message: update to quadrapassel-3.16.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 10:47:17 Modified files: x11/gnome/mutter: Makefile distinfo x11/gnome/mutter/patches: patch-src_core_screen_c x11/gnome/mutter/pkg: PLIST Added files: x11/gnome/mutter/patches: patch-src_core_meta-accel-parse_c patch-src_core_meta-accel-parse_h patch-src_ui_ui_h Log message: update to mutter-3.16.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 10:47:34 Modified files: x11/gnome/terminal: Makefile distinfo x11/gnome/terminal/pkg: PLIST Log message: update to gnome-terminal-3.16.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 10:47:44 Modified files: x11/gnome/shell: Makefile distinfo x11/gnome/shell/pkg: PLIST Log message: update to gnome-shell-3.16.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 10:47:55 Modified files: x11/gnome/shell-extensions: Makefile distinfo x11/gnome/shell-extensions/pkg: PLIST Log message: update to gnome-shell-extensions-3.16.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 10:48:23 Modified files: x11/gnome/bijiben: Makefile distinfo x11/gnome/bijiben/pkg: PLIST Log message: update to bijiben-3.16.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/03 10:48:39 Modified files: x11/gnome/contacts: Makefile distinfo x11/gnome/contacts/pkg: PLIST Removed files: x11/gnome/contacts/patches: patch-src_contacts-types_vala Log message: update to gnome-contacts-3.16.0 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/03 10:59:34 Modified files: usr.bin/mandoc : man_macro.c Log message: It turns out the man(7) parser suffers from unintelligible handling of block rewinding, just like then mdoc(7) parser did. First step in getting rid of rew_scope(): Replace the only call where the target block is known. This commit is analogous to mdoc_macro.c rev. 1.167. One down, three to go. CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/04/03 11:03:15 Modified files: distrib/miniroot: install.sub Log message: Eleminate the last occurrences of backticks and replace constructs like `cat file` or $(cat file) with $( messagebus CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/04 03:36:38 Modified files: sysutils/upower: Makefile sysutils/upower/pkg: README print/cups-filters: Makefile print/cups-filters/pkg: README meta/xfce : Makefile meta/xfce/pkg : README-main meta/kde4 : Makefile meta/kde4/pkg : README-minimal meta/gnome : Makefile meta/gnome/pkg : README-main games/stepmania: Makefile games/stepmania/pkg: DESCR Log message: dbus_daemon -> messagebus CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/04 03:53:07 Modified files: lang/erlang : Makefile Added files: lang/erlang/patches: patch-lib_asn1_c_src_asn1_erl_nif_c Log message: apply patch from upstream to harder the asn1 parser prompted by jmatthew@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/04 04:14:44 Modified files: meta/gnome : Makefile Log message: RUN_DEPENDS on x11/gtk+2,-cups. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/04 04:17:02 Modified files: x11/gnome/totem: Makefile distinfo x11/gnome/totem/pkg: PLIST Log message: Update to totem-3.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/04 04:19:08 Modified files: x11/gnome/terminal: Makefile x11/gnome/gucharmap: Makefile Log message: appdata-tools has been dropped by upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/04 04:19:56 Removed files: misc/appdata-tools: Makefile distinfo misc/appdata-tools/pkg: DESCR PLIST Log message: Remove, superseded by devel/appstream-glib. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/04 04:20:20 Modified files: misc : Makefile Log message: bye bye appdata-tools ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/04 04:21:12 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register appdata-tools removal. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/04 04:27:15 Log message: GNOME Calendar is a simple and beautiful calendar application designed to perfectly fit the GNOME desktop. By reusing the components which the GNOME desktop is build on, Calendar nicely integrates with the GNOME ecosystem. this will replace california which is much less integrated into the desktop ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20150404 N ports/x11/gnome/calendar/Makefile N ports/x11/gnome/calendar/distinfo N ports/x11/gnome/calendar/pkg/PLIST N ports/x11/gnome/calendar/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/04 04:28:33 Removed files: x11/gnome/california: Makefile distinfo x11/gnome/california/pkg: DESCR PLIST Log message: remove california which replaced by gnome-calendars CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/04 04:28:44 Modified files: x11/gnome : Makefile Log message: -california +calendar CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/04 04:29:02 Modified files: meta/gnome : Makefile Log message: swap california for calendar CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/04 04:30:57 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: califoria -> calendar CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/04/04 05:05:20 Modified files: archivers/libarchive: Makefile distinfo archivers/libarchive/patches: patch-tar_bsdtar_1 archivers/libarchive/pkg: PLIST Log message: update to 3.1.2; with jasper@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/04/04 05:06:33 Modified files: distrib/miniroot: install.sub Log message: Moar comments !! Add comment headers to each function, briefly explaining its purpose and arguments. Feedback and OK halex@ krw@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/04 05:12:11 Modified files: x11/gnome/file-roller: Makefile Removed files: x11/gnome/file-roller/patches: patch-src_fr-archive-libarchive_c Log message: remove now-unneeded patch since libarchive has been updated CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2015/04/04 05:36:18 Modified files: net/prosody : Tag: OPENBSD_5_6 Makefile Added files: net/prosody/patches: Tag: OPENBSD_5_6 patch-util-src_encodings_c Log message: net/prosody: Apply fix for CVE-2015-2059 to OPENBSD_5_6. OK jasper@, thanks. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2015/04/04 05:38:52 Modified files: net/prosody : Tag: OPENBSD_5_7 Makefile Added files: net/prosody/patches: Tag: OPENBSD_5_7 patch-util-src_encodings_c Log message: net/prosody: Apply fix for CVE-2015-2059 to OPENBSD_5_7. OK jasper@, thanks. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2015/04/04 05:42:17 Modified files: net/prosody : Makefile Added files: net/prosody/patches: patch-tests_run_tests_sh patch-tests_test_core_s2smanager_lua patch-tests_test_lua Log message: net/prosody: enable tests. OK jasper@, thanks. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/04 05:43:53 Modified files: usr.bin/mandoc : man_term.c regress/usr.bin/mandoc/man/RS: nested.in nested.out_ascii Log message: Fix a quirk with respect to empty .HP. Found while writing a regression test for man_macro.c rev. 1.66. Incidentally, this brings rendering of XFreeEventData(3) closer to groff. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/04/04 06:19:27 Modified files: games/naev : Makefile.inc games/naev/base: Makefile distinfo games/naev/base/patches: patch-naev-confupdate_sh games/naev/base/pkg: PLIST games/naev/data: Makefile distinfo Log message: update to naev-0.6.0 chanfelog: http://blog.naev.org/2015/03/naev-0-6-0-release/ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/04 06:53:33 Modified files: x11/gnome/user-share: Makefile Log message: Fix LIB_DEPENDS to unbreak. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/04 06:56:37 Modified files: sysutils/deja-dup: Makefile Log message: Missing LIB_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/04 07:03:30 Modified files: net/telepathy/folks: Makefile distinfo Log message: update to folks-0.11.0 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/04 07:03:45 Modified files: sys/dev/ata : ata_wdc.c Log message: Use config_suspend() instead of dereferencing ca_activate directly to support drivers that do not need any specific suspend/resume magic and do not have an activate function. config_suspend() will automagically propagate the event to the children of the driver. Needed at least by kauaiata(4/macppc). ok deraadt@, mlarkin@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/04 07:05:34 Modified files: x11/gnome/file-roller: Makefile Log message: Missing LIB_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/04 07:16:26 Log message: Import faba-icon-theme 4.0. Faba is a Linux desktop icon theme. It has designed with simplicity and compliance to standards in mind. Faba's purpose is to serve as a base icon theme to others (such as Moka). It comprises only of a system icons -folders, mimetypes, toolbar icons, etc. ok ajacoutot@ Status: Vendor Tag: landry Release Tags: landry_20150404 N ports/x11/faba-icon-theme/Makefile N ports/x11/faba-icon-theme/distinfo N ports/x11/faba-icon-theme/pkg/DESCR N ports/x11/faba-icon-theme/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/04 07:18:08 Log message: Import moka-icon-theme 5.0, from http://mokaproject.com Moka was created with minimal, flat style, using simple geometry & colours. Each icon has been pixel-perfectly-designed and for the best experience throughout your desktop. As one of the most comprehensive icon sets available for the Linux desktop, Moka provides thousands of icons for many applications. No matter which desktop you are using, Moka has you covered; it's for all of the popular Linux desktop environments. ok ajacoutot@ Status: Vendor Tag: landry Release Tags: landry_20150404 N ports/x11/moka-icon-theme/Makefile N ports/x11/moka-icon-theme/distinfo N ports/x11/moka-icon-theme/pkg/DESCR N ports/x11/moka-icon-theme/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/04 07:19:00 Modified files: x11 : Makefile Log message: +{moka,faba}-icon-theme CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/04 07:52:59 Modified files: usr.bin/mandoc : roff.c Log message: Don't allow breaking the output line after hyphens following escape sequences. Improves tic(1), sxpm(1), and a few Perl manuals. Quirk found by naddy@ in milter-greylist(8). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/04 07:55:32 Modified files: graphics/gegl03: Makefile graphics/gegl03/pkg: PLIST Log message: Fix conflict with graphics/gegl. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/04 08:01:36 Modified files: graphics/gegl03: Makefile Log message: Sync WANTLIB. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/04 08:10:08 Modified files: x11/gnome/calculator: Makefile Log message: Fix dependencies. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/04/04 08:19:10 Modified files: usr.bin/cvs : cvs.h entries.c status.c Log message: Fix modified timestamp in output of opencvs status. Patch by joris via tech@; reminded by tedu CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/04 08:19:27 Modified files: devel/py-distutils-extra: Makefile distinfo devel/py-distutils-extra/pkg: PLIST Log message: Update to 2.38 and add a python3 FLAVOR while here. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/04/04 08:20:11 Modified files: usr.bin/cvs : status.c Log message: Add support for commit ids to opencvs status. Patch by joris via tech@; reminded by tedu CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/04 08:20:23 Modified files: devel : Makefile Log message: link py-distutils-extra,python3 CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/04/04 08:21:01 Modified files: distrib/miniroot: install.sh install.sub upgrade.sh Log message: I contributed substantially to the installer, so add copyright. prodded by deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/04 08:33:35 Modified files: x11/gnome/calculator: Makefile Log message: gvfs is actually not needed anymore. CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/04/04 08:45:36 Modified files: audio/mp3blaster: Makefile Added files: audio/mp3blaster/patches: patch-nmixer_1 Log message: Drop USE_GROFF (white space differences only). While here, fix a markup error in nmixer(1) that loses text. Bump. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/04 08:46:12 Log message: Import INSTEAD, the interpreter of simple text adventures. INSTEAD was designed to interpret the games that are the mix of visual novels, text quests and classical 90'ss quests. Coming from MAINTAINER Roman Yakovlev, input from me, input and okay kirby@. Status: Vendor Tag: zhuk Release Tags: zhuk_20150404 N ports/games/instead/Makefile N ports/games/instead/distinfo N ports/games/instead/pkg/DESCR N ports/games/instead/pkg/PLIST N ports/games/instead/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/04 08:46:56 Modified files: games : Makefile Log message: Hook up instead. CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/04/04 09:04:49 Modified files: usr.sbin/ldpd : packet.c Log message: Give more detailed information on a couple of debug messages. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2015/04/04 09:08:39 Modified files: security/pidgin-otr: Makefile distinfo Added files: security/pidgin-otr/patches: patch-gtk-dialog_c Log message: Update to pidgin-otr-4.0.1 and fix a use-after-free bug which prevented the socialist millionaire dialog from opening. ok landry CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/04/04 09:09:47 Modified files: usr.sbin/ldpd : adjacency.c hello.c ldpe.h Log message: Remove unused parameter from adj_new(). The adjacency holdtime is set in recv_hello(). OK claudio@ CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/04/04 09:15:44 Modified files: usr.sbin/ldpd : lde_lib.c ldpd.h Log message: Show the full LIB in the "ldpctl show lib" command. The LIB is a table where the router keeps all known MPLS labels. So, we should loop over all the received label mappings from all neighbors to show the full LIB. The lde_nbr_is_nexthop() function was introduced to verify if a lib entry is supposed to be installed in the fib (according to the fib entry's nexthop and the addresses advertised by the lib entry's nexthop). This is better than keeping track of lib<->fib entries with pointers and back pointers because it keeps the lib/fib structures independent of each other, which in turn makes the code less prone to bugs. OK claudio@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/04 09:31:44 Modified files: www/owncloud : Makefile www/owncloud/pkg: README Log message: Stop talking about ocsync; it's going to be removed at some point since it was merged into mirall upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/04 09:33:07 Modified files: net/ocsync : Makefile Log message: Drop maintainership; it's impossible to update to a more recent release (requires thread local storage support) and code has been merged into mirall. It'll probably go away once mirall is updated. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/04 09:37:12 Modified files: audio/pulseaudio: Makefile audio/pulseaudio/patches: patch-src_pulse_util_c Log message: Tweak our patch a bit. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/04 09:46:49 Removed files: sbin/lmccontrol: Makefile clockgen.c lmccontrol.8 lmccontrol.c Log message: banished the attic CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/04 09:47:47 Modified files: x11/dbus : Makefile x11/dbus/pkg : PLIST-main Log message: Missing @pkgpath marker... *oops* CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/04 09:50:45 Modified files: x11/dbus : Makefile x11/dbus/pkg : PLIST-suid Log message: Reverse EPOCH and REVISION in the conflict marker. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/04/04 09:56:18 Modified files: lang/mono : Makefile distinfo lang/mono/patches: patch-mono_utils_mono-proclib_c Log message: update to 3.12.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/04 10:01:22 Modified files: textproc/catfish: Makefile distinfo textproc/catfish/pkg: PLIST Added files: textproc/catfish/patches: patch-Makefile_in_in patch-bin_catfish_in_in patch-catfish_CatfishSearchEngine_py Removed files: textproc/catfish/patches: patch-Makefile_in patch-catfish_in Log message: Update to catfish 1.2.2. Note that the locate method leaves zombies processes behind, to be investigated. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/04 10:03:34 Modified files: textproc/catfish/patches: patch-catfish_CatfishSearchEngine_py Log message: Disable the locate method for now, find/walk and zeitgeist should be enough. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/04 10:07:16 Modified files: x11/i3status/patches: patch-src_print_wireless_info_c Log message: merged upstream CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/04/04 10:21:48 Modified files: usr.sbin/ldpd : kroute.c Log message: Remove lo protection. There's no need to protect the 127/8 network on ldpd since this network is filtered before being sent to lde. If we receive a label mapping for this network, it won't be installed because lde has no nexthop for it, and thus the code will always fall into the LMp.13 case of the RFC "Receive Label Mapping" algorithm: the mapping will be recorded but not used. ok claudio@ CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/04/04 10:29:48 Modified files: usr.sbin/ldpctl: ldpctl.c Log message: Show the remote labels in "ldpctl show lib" even if they are not installed in the FIB. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/04 11:23:52 Modified files: infrastructure/bin: portcheck Log message: check that dbus,-suid rdep is present when needed, ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/04 11:32:17 Modified files: x11/lxrandr : Makefile distinfo x11/lxrandr/pkg: PLIST Log message: Update to lxrandr-0.3.0 and update license marker. ok landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/04 11:38:17 Modified files: x11/gnome/gdm : Makefile Log message: Drop redundant. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/04 11:46:58 Modified files: usr.bin/mandoc : man_term.c mdoc_term.c term.c term.h term_ascii.c term_ps.c Log message: Rounding rules for horizontal scaling widths are more complicated. There is a first rounding to basic units on the input side. After that, rounding rules differ between requests and macros. Requests round to the nearest possible character position. Macros round to the next character position to the left. Implement that by changing the return value of term_hspan() to basic units and leaving the second scaling and rounding stage to the formatters instead of doing it in the terminal handler. Improves for example argtable2(3). CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/04 12:05:05 Modified files: usr.sbin/npppd/common: debugutil.h usr.sbin/npppd/npppd: ppp.h include : wchar.h lib/csu : crtbegin.c crtbeginS.c crtend.c crtendS.c lib/libedit : sys.h Log message: gcc 2.x is dead ok millert@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2015/04/04 12:06:08 Modified files: sys/sys : stat.h Log message: fchmod and lstat are standard, widen their visibility ok millert@ kettenis@; input + "get it in" guenther@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/04/04 12:15:12 Modified files: games/freeciv : Makefile distinfo games/freeciv/pkg: PLIST-client PLIST-main PLIST-share Log message: update to freeciv-2.5.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/04 12:37:11 Log message: Import menulibre 2.0.6. MenuLibre is an advanced FreeDesktop.org compliant menu editor. All fields specified in the FreeDesktop.org Desktop Entry and Menu specifications are available to quickly update. Additionally, MenuLibre provides an editor for the launcher actions used by applications such as Unity and Plank. with tweaks & ok ajacoutot@ Status: Vendor Tag: landry Release Tags: landry_20150404 N ports/sysutils/menulibre/Makefile N ports/sysutils/menulibre/distinfo N ports/sysutils/menulibre/patches/patch-menulibre_util_py N ports/sysutils/menulibre/patches/patch-setup_py N ports/sysutils/menulibre/pkg/DESCR N ports/sysutils/menulibre/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/04 12:37:45 Modified files: sysutils : Makefile Log message: +menulibre CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/04 12:52:12 Modified files: usr.bin/mandoc : man_term.c regress/usr.bin/mandoc/man/SS: Makefile regress/usr.bin/mandoc/man/SH: Makefile Added files: regress/usr.bin/mandoc/man/SS: longarg.in longarg.out_ascii regress/usr.bin/mandoc/man/SH: longarg.in longarg.out_ascii Log message: Give man(7) section and subsection headers heanging indentation. Reduces groff-mandoc differences in base by about 2.5% due to various Perl manuals having long section titles. Quirk found in argtable2(3). CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2015/04/04 12:53:18 Modified files: lib/libkvm : kvm_open.3 Log message: The swapfile argument is also const char *. Found a while ago when porting cpulimit. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/04/04 12:56:06 Modified files: devel/argtable : Makefile Log message: Drop USE_GROFF (output now identical). No bump needed. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/04 13:11:30 Modified files: games/instead : Makefile games/instead/pkg: DESCR Log message: Improved DESCR, from sthen@ - thanks! CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/04/04 16:47:10 Modified files: games/xskat : Makefile Log message: Drop USE_GROFF. Bumping because the german version of the manual renders significantly better with mandoc than with groff in -Tascii mode (mandoc at least shows base vowels, groff loses Umlaute completely). CVSROOT: /cvs Module name: src Changes by: jturner@cvs.openbsd.org 2015/04/04 17:25:03 Log message: Update sqlite3 to 3.8.8.3. Changes available here: http://sqlite.org/releaselog/3_8_8_3.html Tested in bulk and ok landry@ Status: Vendor Tag: sqlite3 Release Tags: sqlite_3_8_8_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/compress.c N src/lib/libsqlite3/ext/misc/eval.c U src/lib/libsqlite3/ext/misc/fileio.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/showauth.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 U src/lib/libsqlite3/ext/rtree/rtreeD.test U src/lib/libsqlite3/ext/rtree/rtreeE.test U src/lib/libsqlite3/ext/rtree/rtreeF.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/ext/userauth/sqlite3userauth.h U src/lib/libsqlite3/ext/userauth/user-auth.txt U src/lib/libsqlite3/ext/userauth/userauth.c 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/pager.h U src/lib/libsqlite3/src/journal.c U src/lib/libsqlite3/src/legacy.c U src/lib/libsqlite3/src/lempar.c C 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 N src/lib/libsqlite3/src/msvc.h 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_setup.h C src/lib/libsqlite3/src/os_unix.c U src/lib/libsqlite3/src/os_win.c U src/lib/libsqlite3/src/os_win.h U src/lib/libsqlite3/src/pager.c 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 N src/lib/libsqlite3/src/test_blob.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/utf.c U src/lib/libsqlite3/src/util.c U src/lib/libsqlite3/src/test_multiplex.h U src/lib/libsqlite3/src/test_mutex.c U src/lib/libsqlite3/src/test_onefile.c U src/lib/libsqlite3/src/test_osinst.c U src/lib/libsqlite3/src/test_pcache.c U src/lib/libsqlite3/src/test_quota.c U src/lib/libsqlite3/src/test_quota.h U src/lib/libsqlite3/src/test_rtree.c U src/lib/libsqlite3/src/test_schema.c U src/lib/libsqlite3/src/test_server.c U src/lib/libsqlite3/src/test_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/threads.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/vacuum.c U src/lib/libsqlite3/src/vdbe.c U src/lib/libsqlite3/src/vdbe.h U src/lib/libsqlite3/src/vdbeInt.h U src/lib/libsqlite3/src/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 C 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/showstat4.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/stack_usage.tcl U src/lib/libsqlite3/tool/symbols.sh U src/lib/libsqlite3/tool/speedtest8inst1.c U src/lib/libsqlite3/tool/split-sqlite3c.tcl U src/lib/libsqlite3/tool/symbols-mingw.sh U src/lib/libsqlite3/tool/tostr.awk N src/lib/libsqlite3/tool/varint.c 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 5 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 2015/04/04 17:25:54 Modified files: lib/libsqlite3/src: loadext.c 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 2015/04/04 17:26:28 Log message: Update sqlite3 to 3.8.8.3. Changes available here: http://sqlite.org/releaselog/3_8_8_3.html Tested in bulk and ok landry@ Status: Vendor Tag: sqlite3 Release Tags: sqlite_3_8_8_3 C src/usr.bin/sqlite3/shell.c C src/usr.bin/sqlite3/sqlite3.1 2 conflicts created by this import. Use the following command to help the merge: cvs checkout -jsqlite3:yesterday -jsqlite3 src/usr.bin/sqlite3 CVSROOT: /cvs Module name: src Changes by: jturner@cvs.openbsd.org 2015/04/04 17:26:54 Modified files: usr.bin/sqlite3: shell.c sqlite3.1 Log message: Merge conflicts CVSROOT: /cvs Module name: src Changes by: jturner@cvs.openbsd.org 2015/04/04 17:27:55 Modified files: lib/libsqlite3 : shlib_version sqlite3.pc lib/libsqlite3/src: sqlite3.h Log message: Bump major to 30, regen .pc and header CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/05 01:10:40 Modified files: www/phpvirtualbox: Makefile distinfo www/phpvirtualbox/pkg: PLIST Log message: Update to phpvirtualbox-4.3.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/05 01:58:08 Modified files: graphics/gimp/stable: Makefile Log message: Needs devel/libexecinfo. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/05 03:00:53 Modified files: devel/glib2 : Makefile Removed files: devel/glib2/patches: patch-gmodule_gmodule-dl_c Log message: Remove dlopen() hack. guenther@ is working on the underlying issue and it makes it easier for people to test his diffs. CVSROOT: /cvs Module name: www Changes by: landry@cvs.openbsd.org 2015/04/05 03:21:45 Modified files: . : 57.html Log message: Add package counts for alpha/hppa/sparc64/powerpc. CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/04/05 03:32:50 Modified files: mail/popclient : Makefile Added files: mail/popclient/patches: patch-popclient_man Log message: Drop USE_GROFF (no formatting difference). While here, patch away a markup bug that loses information. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/05 03:33:42 Modified files: editors/libreoffice: Makefile Log message: print/cups,-libs needs to be a LIB_DEPENDS; breakage reported by naddy@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/04/05 03:53:01 Modified files: converters/dos2unix: Makefile distinfo Log message: Update converters/dos2unix to release version 7.2.1 OK jasper@ aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/05 04:12:34 Modified files: audio/pulseaudio: Makefile audio/pulseaudio/patches: patch-src_pulse_util_c Log message: Unbreak runtime by moving the ifdef OpenBSD block were it will match before other blocks. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/04/05 04:18:42 Modified files: net/zabbix : Makefile net/zabbix/pkg : PLIST-server PLIST-web Log message: fix -web plist; diff from Mark Patruck CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/04/05 04:22:49 Modified files: net/zabbix/pkg : PLIST-server Log message: revert bogous commit CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/05 05:11:25 Log message: Import gsoap-2.8.1. The gSOAP toolkit provides a cross-platform software development toolkit for C and C++ server and client Web service applications, and simplifies the overall use of XML in any type of application. The toolkit supports SOAP 1.1/1.2 RPC encoding and document/literal styles, WSDL 1.1, MTOM/MIME/DIME attachments (streaming), SOAP-over-UDP, request-response and one-way messaging. The toolkit also supports WS-Addressing and WS-Security, with several other WS-* available or under development. req. by and ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20150405 N ports/devel/gsoap/Makefile N ports/devel/gsoap/distinfo N ports/devel/gsoap/pkg/DESCR N ports/devel/gsoap/pkg/PLIST N ports/devel/gsoap/patches/patch-gsoap_stdsoap2_h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/05 05:11:51 Modified files: devel : Makefile Log message: +gsoap CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2015/04/05 05:15:08 Modified files: lang/pypy : Makefile distinfo lang/pypy/patches: patch-lib-python_2_7_ssl_py patch-lib_pypy__tkinter_tklib_py patch-pypy_module__ssl___init___py patch-pypy_module__ssl_interp_ssl_py patch-rpython_rlib_ropenssl_py lang/pypy/pkg : PLIST Log message: Update lang/pypy to 2.5.1. OK sthen@, thanks. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/05 05:27:54 Log message: import ports/devel/gocover, ok landry@ Cover is a program for analyzing the coverage profiles generated by 'go test -coverprofile=cover.out'. Cover is also used by 'go test -cover' to rewrite the source code with annotations to track which parts of each function are executed. Status: Vendor Tag: sthen Release Tags: sthen_20150405 N ports/devel/gocover/Makefile N ports/devel/gocover/distinfo N ports/devel/gocover/pkg/DESCR N ports/devel/gocover/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/05 05:28:26 Modified files: devel : Makefile Log message: +gocover CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/05 05:53:53 Modified files: sys/dev/pci/drm: drm_crtc.c drm_linux.h files.drm sys/dev/pci/drm/i915: i915_drv.h i915_gem.c i915_gem_execbuffer.c sys/dev/pci/drm/ttm: ttm_bo_vm.c Added files: sys/dev/pci/drm: drm_linux.c Log message: Another round of reducing diffs with Linux. This one moves the various copy_to_user and copy_from_user functions into drm_linux.h and uses them instead of copyin/copyout and DRM_COPY_*. Also move the timespec functions, and put i915_gem_object_is_purgable() where it belongs. Uncovered a bug where the arguments to copyout() were in the wrong order. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/05 06:11:39 Modified files: devel/gsoap : Makefile devel/gsoap/patches: patch-gsoap_stdsoap2_h Log message: Fix patch. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/04/05 06:15:08 Modified files: net/icinga/web : Makefile distinfo net/icinga/web/pkg: PLIST Log message: Update net/icinga/web to version 1.12.0 OK sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/05 06:16:15 Modified files: x11/gtk+3/patches: patch-gdk_x11_gdkglcontext-x11_c Log message: Fix use after free (upstream). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/05 06:16:33 Modified files: x11/gtk+3 : Makefile Log message: ... and bump. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/04/05 06:17:01 Modified files: converters/qprint: Makefile distinfo converters/qprint/pkg: PLIST Log message: Update converters/qprint to 1.1 OK sthen@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/04/05 06:20:21 Modified files: converters/p5-Unicode-LineBreak: Makefile distinfo converters/p5-Unicode-LineBreak/pkg: PLIST Log message: Update converters/Unicode-LineBreak to 2014.06 OK sthen@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/04/05 06:37:14 Modified files: distrib/miniroot: install.sub Log message: Cope with the removal of less from install media. Noted by Adam Wolk, thanks. OK krw@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/05 06:38:45 Modified files: devel/gsoap : Makefile distinfo devel/gsoap/patches: patch-gsoap_stdsoap2_h devel/gsoap/pkg: PLIST Log message: Update to gsoap-2.8.21. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/05 06:50:47 Modified files: misc/portroach : Makefile distinfo misc/portroach/pkg: PLIST Log message: - update to portroach-2.0.0 * Switch to using sqlports as the primary datasource. This greatly improves performance as we don't have to walk the entire ports tree ourselves anymore, executing make(1) 10000s of times. * Add new subcommand to remove any removed ports from the database. * Add new sitehandler for PyPI * Lots of cleanups and removal of unused code/features CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/05 06:53:41 Modified files: sys/dev/pci/drm: drm_edid.c drm_irq.c Log message: whitespace CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/05 06:57:48 ports/games/minecraft/patches Update of /cvs/ports/games/minecraft/patches In directory cvs.openbsd.org:/tmp/cvs-serv14933/patches Log Message: Directory /cvs/ports/games/minecraft/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/05 06:59:00 Modified files: games/minecraft: Makefile Added files: games/minecraft/patches: patch-minecraft Log message: Add an hack so that java does not core dump when running under GNOME (segfault while trying to use some glib symbols). requested by Mr Henderson junior CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/05 07:04:41 Modified files: sys/dev/pci/drm: drm_crtc.c Log message: Consistently use #if 0/#endif to handle our lack of DRM_MINOR_CONTROL. Change an #ifdef notyet into #ifdef __linux__ as we'll never have sysfs. Remove #ifdef notyet around WARN macro since we have it now. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/05 07:09:15 Modified files: audio/fookebox : Makefile distinfo Log message: replace a bogus GH_TAG with GH_TAGNAME, and drop GH_COMMIT. distfile changes but no pkg change. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/05 07:13:38 Modified files: www/otter-browser: Makefile distinfo Log message: switch to the commitid-based tarball that was intended. ok Adam Wolk (maintainer), though this will be updated soon anyway. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/05 07:22:29 Modified files: devel/py-distutils-extra/pkg: PLIST Log message: sprinkle ${MODPY_COMMENT} to unbreak CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/05 07:27:06 Modified files: infrastructure/templates: mk.conf.template Log message: poison GH_TAG ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/05 07:31:15 Modified files: audio/glyr : Makefile audio/pithos : Makefile audio/umurmur : Makefile databases/py-peewee: Makefile databases/py-redis: Makefile devel/boris : Makefile devel/git-cola : Makefile devel/greg : Makefile devel/jimarc4random: Makefile devel/jsoncpp : Makefile devel/lua-lgi : Makefile devel/lua-penlight: Makefile devel/luafs : Makefile devel/lualdoc : Makefile devel/mono-addins: Makefile devel/ninja : Makefile devel/ocaml-batteries: Makefile devel/ocaml-camomile: Makefile devel/ocaml-lambda-term: Makefile devel/ocaml-lwt: Makefile devel/ocaml-zed: Makefile devel/protobuf-c: Makefile devel/py-liblarch: Makefile devel/rebar : Makefile devel/tclarc4random: Makefile devel/utop : Makefile fonts/powerline-fonts: Makefile games/valyriatear: Makefile geo/mapcache : Makefile geo/osm-gps-map: Makefile geo/pgrouting : Makefile graphics/maim : Makefile graphics/openimageio: Makefile graphics/pqiv : Makefile graphics/py-gd : Makefile graphics/slop : Makefile lang/clojure : Makefile mail/offlineimap: Makefile mail/pop3d : Makefile misc/fasd : Makefile misc/nyancat : Makefile misc/portroach : Makefile multimedia/livestreamer-curses: Makefile net/fpdns : Makefile net/gdnsd : Makefile net/luasocket : Makefile net/py-socks : Makefile net/seafile/libsearpc: Makefile net/sslh : Makefile net/synergy : Makefile net/websocketd : Makefile print/libharu : Makefile security/kc : Makefile security/libscrypt: Makefile sysutils/gitolite: Makefile sysutils/mcollective-plugins/package-agent: Makefile sysutils/mcollective-plugins/puppet-agent: Makefile textproc/multimarkdown: Makefile www/linkchecker: Makefile www/py-httpie : Makefile www/tt-rss : Makefile www/vimb : Makefile Log message: drop GH_COMMIT lines which are hidden behind GH_TAGNAME, discussed with a few in the room. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/05 07:32:16 Modified files: infrastructure/mk: bsd.port.mk Log message: Make it fatal to specify both GH_TAGNAME and GH_COMMIT, when this happens the GH_COMMIT is quietly ignored. Problem noted by Adam Wolk, discussed with a few in the room. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/04/05 07:33:06 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Don't use GH_COMMIT and GH_TAGNAME together. From Adam Wolk. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/05 07:54:06 Modified files: usr.bin/sort : sort.1 sort.c Log message: Do not permute command line arguments but still support the obsolescent "-o outfile" after input files syntax. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/05 07:56:04 Modified files: usr.bin/sort : coll.c sort.1 sort.c Log message: The -b flag should only apply when key fields are specified. If -b follows -k it has no effect. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/05 07:56:58 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: millert@cvs.openbsd.org 2015/04/05 07:59:26 Modified files: usr.bin/sort : coll.c Log message: For the -g flag, treat non-floating point keys as 0, similar to -n. This makes "sort -gu" and "sort -nu" behave similarly and passes our sort regress tests. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/05 08:09:17 Modified files: print/gtklp : Makefile Added files: print/gtklp/patches: patch-gtklp_file_c Log message: Fix display of file arguments passed on the commandline. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/05 08:20:23 Modified files: usr.bin/sort : sort.1 Log message: Document that some sorts uses -b w/o key fields. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/05 08:26:54 Modified files: print/gtklp/patches: patch-gtklp_file_c Log message: Make this readable. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/04/05 08:35:16 Modified files: lib/libc/db : README Removed files: lib/libc/db : db2netbsd Log message: seems unlikely that a new release will be made available for us to import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/05 08:35:57 Modified files: www/otter-browser: Makefile distinfo www/otter-browser/patches: patch-CMakeLists_txt www/otter-browser/pkg: PLIST Log message: Update to otter-browser, a few commits beyond 0.9.05. From Adam Wolk, plist regen by me and OK with Adam. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/05 08:43:10 Modified files: usr.bin/mandoc : mdoc_macro.c regress/usr.bin/mandoc/mdoc/break: Makefile Added files: regress/usr.bin/mandoc/mdoc/break: tail.in tail.out_ascii tail.out_lint Log message: Arguments to end macros of broken partial explicit blocks must go inside the breaking block. For example, in .It Ic cmd Oo .Ar optional_arg Oc Ar mandatory_arg the mandatory_arg is still inside the .It block. Used for example by mutella(1). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/05 08:55:19 Modified files: net/seafile/ccnet: Makefile net/seafile/client: Makefile net/seafile/seafile: Makefile Log message: oops, a couple of GH_COMMIT slipped through the grep CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/05 08:58:42 Modified files: geo/pgrouting : Makefile Log message: this was GH_TAG not GH_TAGNAME so got caught by poisoning. comment-out for now, rather than regenning distinfo. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/05 09:10:47 Modified files: audio/fdk-aac : Makefile Log message: Fix MAINTAINER email address. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/05 09:18:24 Modified files: sysutils/salt-testing: Makefile distinfo sysutils/salt-testing/pkg: PLIST Log message: Update to salt-testing-2015.2.16. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/04/05 09:25:51 Modified files: devel/gsoap : Makefile devel/gsoap/pkg: PLIST Added files: devel/gsoap/patches: patch-configure_ac patch-gsoap_Makefile_am patch-gsoap_samples_Makefile_defines patch-gsoap_samples_autotest_Makefile_am patch-gsoap_samples_databinding_Makefile_am Log message: use a patch from Fedora that allows installing shared libs as well ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/04/05 09:43:43 Modified files: usr.bin/ssh : ssh-keyscan.c Log message: Do not use int for sig_atomic_t; spotted by christos@netbsd; ok markus@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/05 09:51:49 Modified files: games/puzzles : Makefile distinfo games/puzzles/pkg: PLIST Log message: Package a new tarball of Simon Thatham's puzzles collection, adding Flood and Tracks. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/05 09:57:17 Modified files: net/lldpd : Makefile distinfo Log message: update to lldpd-0.7.14 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/04/05 10:05:34 Modified files: lib/fontconfig : Makefile Log message: Make cleandir also remove the built 'fonts.conf' file. CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/04/05 10:48:44 Modified files: lang/eagle : Makefile distinfo Log message: Update to beta32. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/05 11:02:57 Modified files: usr.sbin/tcpdump: INSTALL gmt2local.c interface.h savestr.c setsignal.c Removed files: usr.sbin/tcpdump: gnuc.h Log message: Upstream has retired the gnuc.h header, so do so as well, killing a gcc 2.x reference. ok sthen@ jca@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/04/05 11:10:07 Modified files: lang/fpc : Makefile Added files: lang/fpc/patches: patch-fpcsrc_packages_opengl_src_gl_pp patch-fpcsrc_packages_opengl_src_glu_pp patch-fpcsrc_packages_opengl_src_glut_pp Log message: dlopen() gl/glu/glut without the version suffix to ease porting of hedgewars. CVSROOT: /cvs Module name: ports Changes by: jung@cvs.openbsd.org 2015/04/05 12:47:13 Log message: import misc/blink1 v1.97 software tools for blink(1) LED notification light ok sthen@ Status: Vendor Tag: jung Release Tags: jung-20150405 N ports/misc/blink1/Makefile N ports/misc/blink1/distinfo N ports/misc/blink1/patches/patch-commandline_Makefile N ports/misc/blink1/pkg/PLIST N ports/misc/blink1/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jung@cvs.openbsd.org 2015/04/05 12:50:48 Modified files: misc : Makefile Log message: link misc/blink1 CVSROOT: /cvs Module name: ports Changes by: jung@cvs.openbsd.org 2015/04/05 12:59:50 Modified files: misc/blink1 : Makefile Log message: add colon to keyword CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/04/05 14:00:55 Modified files: misc/nyancat : Makefile Log message: Convince portroach to ignore versions that don't start with a digit. OK aja@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/04/05 14:04:01 Modified files: misc/dialog : Makefile distinfo Log message: Update misc/dialog to 1.2-20150225. OK aja@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/04/05 14:12:43 Modified files: mail/p5-Email-LocalDelivery: Makefile distinfo mail/p5-Email-LocalDelivery/pkg: PLIST Log message: Update mail/p5-Email-LocalDelivery to version 1.200 OK aja@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/05 14:33:48 Log message: Import halibut 1.1, yet another free document preparation system. Halibut reads documentation source in a single input format, and produces multiple output formats containing the same text. The supported output formats are: * Plain ASCII text * HTML * PDF * PostScript * Unix man pages * Unix info, generated directly as .info files rather than .texi sources * Windows HTML Help (.CHM files), or rather source which can be fed to the MS HTML Help compiler to generate them * Windows WinHelp (old-style .HLP files), generated directly without needing a help compiler. ok ajacoutot@ Status: Vendor Tag: landry Release Tags: landry_20150405 N ports/textproc/halibut/distinfo N ports/textproc/halibut/Makefile N ports/textproc/halibut/pkg/DESCR N ports/textproc/halibut/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/05 14:35:00 Modified files: textproc : Makefile Log message: +halibut CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/04/05 14:56:03 Modified files: databases/p5-DBD-CSV: Makefile distinfo databases/p5-DBD-CSV/pkg: PLIST Log message: Update databases/p5-DBD-CSV to 0.48 OK aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/05 15:04:42 Modified files: x11/gnome/contacts: Makefile Log message: add missing LIB_DEPENDS, oops spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/05 15:06:23 Modified files: games/minetest : Makefile distinfo games/minetest/patches: patch-src_CMakeLists_txt games/minetest/pkg: PLIST Log message: Update to minetest 0.4.12. See http://dev.minetest.net/Changelog#0.4.11_.E2.86.92_0.4.12 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/05 15:30:37 Modified files: misc/portroach : Makefile distinfo Log message: update to portroach-2.0.1 which fixes an issue where ${PORTROACH} would not always be recorded CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/04/05 15:41:03 Log message: import of databases/xapian-bindings: Bindings allowing Xapian to be used from various other programming languages. Currently the port provides bindings for perl and python only, but can easily be extended if needed. ok ajacoutot@ Status: Vendor Tag: robert Release Tags: robert_20150405 N ports/databases/xapian-bindings/Makefile N ports/databases/xapian-bindings/distinfo N ports/databases/xapian-bindings/pkg/PLIST-main N ports/databases/xapian-bindings/pkg/PLIST-python N ports/databases/xapian-bindings/pkg/DESCR-main N ports/databases/xapian-bindings/pkg/DESCR-python N ports/databases/xapian-bindings/patches/patch-python_Makefile_in N ports/databases/xapian-bindings/patches/patch-perl_Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/04/05 15:41:52 Modified files: databases : Makefile Log message: +xapian-bindings CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/05 15:57:41 Modified files: sysutils/gitolite: Makefile Added files: sysutils/gitolite/patches: patch-src_commands_sshkeys-lint patch-src_triggers_post-compile_ssh-authkeys Log message: merge two commits from upstream to accept ed25519 and support openssh 6.8 from viq CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/05 16:07:59 Modified files: www/cgit : Makefile distinfo www/cgit/patches: patch-Makefile www/cgit/pkg : PLIST Added files: www/cgit/patches: patch-filter_c www/cgit/pkg : README Removed files: www/cgit/files : cgit.conf www/cgit/pkg : MESSAGE Log message: Update to cgit 0.11.2, tested in "production" on 5.6. Consolidate info from cgit.conf and MESSAGE into a README, and add a config snippet for a vhost on nginx. Disable the filter feature as it wouldnt work with the way cgit.cgi is built statically for us. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/05 16:19:53 Modified files: net/gnaughty : Makefile distinfo Removed files: net/gnaughty/patches: patch-src_Makefile_in patch-src_parselinks_c Log message: - update to gnaughty-1.2.6 no hackathon is really complete without a gnaughty commit, but an actual update hasn't been done since p2k10...the shame! i'm putting it in now so the public expose ensures deeper testing. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/04/05 16:25:08 Modified files: mail/zarafa : Makefile.inc mail/zarafa/zarafa: Makefile distinfo mail/zarafa/zarafa/patches: patch-ECtools_zarafa-fsck_zarafa-fsck_cpp patch-ECtools_zarafa-monitor_zarafa-monitor_cpp patch-common_CommonUtil_cpp patch-common_ECLogger_cpp patch-common_ECLogger_h patch-common_Makefile_in patch-common_charset_localeutil_cpp patch-common_charset_localeutil_h patch-common_charset_traits_h patch-common_mapi_ptr_mapi_memory_ptr_h patch-common_mapi_ptr_mapi_object_ptr_h patch-common_platform_h patch-common_platform_linux_cpp patch-common_platform_linux_h patch-common_ustringutil_cpp patch-configure patch-doc_Makefile_in patch-doc_manual_xml patch-gateway_Gateway_cpp patch-inetmapi_Makefile_in patch-installer_linux_dagent_cfg patch-installer_linux_gateway_cfg patch-installer_linux_ical_cfg patch-installer_linux_monitor_cfg patch-installer_linux_search_cfg patch-installer_linux_server_cfg patch-installer_linux_spooler_cfg patch-libfreebusy_Makefile_in patch-php-ext_main_cpp patch-provider_client_ECChangeAdvisor_cpp patch-provider_client_ECNotifyMaster_cpp patch-provider_client_WSTransport_cpp patch-provider_contacts_Makefile_in patch-provider_libserver_ECAttachmentStorage_cpp patch-provider_libserver_ECDatabaseUtils_cpp patch-provider_libserver_ECSessionGroup_cpp patch-provider_libserver_ECSession_cpp patch-provider_libserver_ECStatsTables_cpp patch-provider_libserver_Makefile_in patch-provider_libserver_StreamUtil_cpp patch-provider_plugins_ldappasswords_cpp patch-provider_server_ECServer_cpp patch-provider_server_ECSoapServerConnection_cpp patch-provider_server_ECThreadManager_cpp patch-provider_server_Makefile_in patch-provider_soap_Makefile_in patch-spooler_DAgent_cpp patch-spooler_Spooler_cpp mail/zarafa/zarafa/pkg: PLIST-main PLIST-web zarafa_search.rc Log message: update to 7.2.0 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/04/05 16:25:40 Removed files: mail/zarafa/zarafa/patches: patch-ECtools_zarafa-admin_zarafa-admin_cpp patch-ECtools_zarafa-search_ECIndexImporterAttachments_cpp patch-ECtools_zarafa-search_zarafa-search_cpp patch-external_gsoap_soapdefs_h patch-external_gsoap_stdsoap2_h patch-libcalendar_src_OccurrenceData_h patch-provider_client_Makefile_in Log message: remove unused patches CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/04/05 16:25:53 Modified files: mail/zarafa/webapp: Makefile distinfo mail/zarafa/webapp/patches: patch-etc_zarafa_webapp_config_php mail/zarafa/webapp/pkg: PLIST Log message: update to 2.0.2 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/04/05 16:26:17 Modified files: mail/z-push : Makefile distinfo mail/z-push/pkg: PLIST Log message: update to 2.2.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/05 16:26:34 Modified files: net/gnaughty : Makefile Log message: fix pre-configure before landry sticks his (patch) in CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/05 16:43:40 Modified files: usr.bin/mandoc : mdoc_macro.c Log message: Reduce code duplication, no functional change: Both partial and full implicit blocks can break explicit blocks. Put the code to handle both cases into a common function. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/05 16:46:47 Removed files: audio/ksmp3play: Makefile distinfo audio/ksmp3play/patches: patch-configure patch-ksmp3play_1 patch-ksmp3play_c audio/ksmp3play/pkg: DESCR PLIST Log message: Remove. There are "some" other mp3 players in the tree. Outdated...... ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/05 16:47:21 Modified files: audio : Makefile Log message: -ksmp3play CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/05 16:48:06 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register ksmp3play removal. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/04/05 17:01:23 Modified files: www/urlwatch : Makefile distinfo Log message: Update www/urlwatch to 1.18 OK aja@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/05 17:04:22 Modified files: usr.bin/mandoc : mdoc_macro.c regress/usr.bin/mandoc/mdoc/break: tail.in tail.out_ascii tail.out_lint Log message: If a partial explicit block extending to the next input line follows the end macro of a broken block, put all of it into the breaking block. Needed for example by mutella(1). CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/04/05 17:09:21 Modified files: devel/p5-Sub-Install: Makefile distinfo Log message: Update devel/p5-Sub-Install to 0.928 OK aja@ CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/04/05 17:11:15 Modified files: net/mutella : Makefile Log message: Drop USE_GROFF; output is now identical. No bump needed. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/04/05 17:12:00 Modified files: databases/p5-DBD-SQLite: Makefile distinfo databases/p5-DBD-SQLite/pkg: PLIST Log message: Update databases/p5-DBD-SQLite to 1.46 OK robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/04/05 17:20:22 Modified files: audio/libxmp : Makefile distinfo Log message: Maintenance update to 4.3.8 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/04/05 17:25:18 Modified files: lang/seed7 : Makefile distinfo Log message: Update to 20150405. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/04/05 17:25:57 Modified files: sys/dev/ic : sti.c stireg.h stivar.h Log message: Work-in-progress support for non-accelerated X11 on *some* sti(4) frame buffers; based upon the old HP ngle X11 driver. Currently limited to CRX (720/735/750), Timber (710, old 715), Artist (712, 715) and EG (B-series), however the colormap isn't set up correctly on Timber and EG yet. Joint work with Artem Falcon, now in good enough shape to be worked further in the tree. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/05 17:28:13 Modified files: devel/spidermonkey: Makefile Log message: amd64 should not be special; just use gcc4 as the other archs. Needed for upcoming gnome-builder port. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/05 17:28:32 Modified files: x11/gnome/gjs : Makefile Log message: Sync with devel/spidermonkey. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/05 17:28:57 Modified files: x11/gnome/shell: Makefile Log message: Sync with devel/spidermonkey. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2015/04/05 17:31:08 Modified files: net/libircclient: Makefile Log message: Remove USE_GMAKE from libircclient. Not needed and breaks parallel builds. ok jca CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/04/05 19:36:05 Log message: Import multimedia/py-pafy ok landry@ Pafy is a Python library to download YouTube content and retrieve metadata. Features: * Retrieve metadata such as viewcount, duration, rating, author, thumbnail and keywords * Download video or audio at requested resolution/bitrate/format/filesize * Command line tool (ytdl) for downloading directly from the command line * Retrieve the URL to stream the video in a player such as vlc or mplayer * Works with age-restricted videos and non-embeddable videos * Small, standalone, single importable module file (pafy.py) * Select highest quality stream for download or streaming * Video only (no audio) download option (m4v or webm) * Audio only (no video) download option (ogg or m4a) * Retrieve playlists and playlist metadata Status: Vendor Tag: bcallah Release Tags: bcallah_20150405 N ports/multimedia/py-pafy/Makefile N ports/multimedia/py-pafy/distinfo N ports/multimedia/py-pafy/pkg/PLIST N ports/multimedia/py-pafy/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/04/05 19:36:26 Modified files: multimedia : Makefile Log message: +py-pafy CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/05 21:49:48 Modified files: sys/dev/pci/drm/radeon: r100.c r300.c r520.c r600.c rs400.c rv515.c Log message: Convert some udelay() calls back to DRM_UDELAY() where the wrapper is still used in the original linux code. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/05 22:09:59 Modified files: lib/libssl/src/ssl: ssl_cert.c Log message: readdir() is thread-safe when DIR handles aren't shared, so delete the lock. (POSIX is fixing its description: readdir_r() was a botch) Patch from Carlos Martín Nieto (cmn (at) dwim.me) no -portable concerns bcook@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/05 22:26:55 Modified files: gnu/usr.bin/perl: Makefile.bsd-wrapper Log message: h2ph only handles actual _files_, so request just them from 'find'. Crazy, eh? Based on diff from Gregory Edigarov (edigarov (at) qarea.com) ok afresh1@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/05 23:35:29 Modified files: sys/dev/pci/drm: drm_linux.h sys/dev/pci/drm/radeon: evergreen.c r100.c r600.c radeon_fence.c radeon_sa.c rs600.c si.c sys/dev/pci/drm/ttm: ttm_bo.c ttm_execbuf_util.c ttm_lock.c sys/dev/pci/drm/i915: i915_irq.c intel_display.c Log message: add and use macros for wake_up/wake_up_all/wake_up_all_locked CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/06 00:12:25 Modified files: sys/dev/pci/drm/radeon: evergreen.c radeon_agp.c radeon_device.c Log message: No need to use a temporary pointer variable after the drm struct name in the softc changed a while back. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/06 01:38:49 Modified files: sys/dev/pci/drm/radeon: atombios_i2c.c r100.c r600.c r600_audio.c radeon.h radeon_benchmark.c radeon_device.c radeon_display.c radeon_fb.c radeon_fence.c radeon_i2c.c radeon_irq_kms.c radeon_kms.c radeon_object.c radeon_pm.c radeon_sa.c radeon_ttm.c si.c Log message: add back some more static use to reduce the diff to linux CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/06 02:14:00 Modified files: sys/dev/pci/drm: drm_crtc.c drm_linux.h Log message: Add get_user() and put_user() compatibility interfaces and use them. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/06 02:46:00 Modified files: x11/gnome/shell: Makefile Added files: x11/gnome/shell/patches: patch-js_gdm_loginDialog_js Log message: Fix GDM blur. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/06 02:48:54 Modified files: x11/gnome/shell: Makefile x11/gnome/gjs : Makefile games/0ad/base : Makefile devel/spidermonkey: Makefile Log message: Keep in sync. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/04/06 03:01:45 Modified files: mail/zarafa/zarafa: Makefile mail/zarafa/zarafa/patches: patch-spooler_Spooler_cpp Log message: only allow one thread to work for the spooler to avoid zombie processes after sending out emails CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/04/06 03:05:32 Modified files: lib/libc/db : Makefile.inc Removed files: lib/libc/db/btree: Makefile.inc lib/libc/db/db : Makefile.inc lib/libc/db/hash: Makefile.inc lib/libc/db/man: Makefile.inc lib/libc/db/mpool: Makefile.inc lib/libc/db/recno: Makefile.inc Log message: tidy up by inlining next level included makefiles ok deraadt guenther CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/04/06 03:13:55 Modified files: sys/dev/ic : lemac.c Log message: Convert to if_input(); ok mpi@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/04/06 03:18:51 Modified files: lib/libc/stdlib: malloc.c Log message: improve realloc. when expanding a region, actually use the free page cache instead of simply zapping it. this can save many syscalls in a program that repeatedly grows and shrinks a buffer, as observed in the wild. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/06 03:19:07 Modified files: games/0ad/base : Makefile x11/gnome/shell: Makefile x11/gnome/gjs : Makefile Log message: Reword a bit; gnome-shell does not need c++. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/06 03:20:57 Modified files: converters/libunistring: Makefile distinfo converters/libunistring/patches: patch-Makefile_in converters/libunistring/pkg: PLIST Log message: Update to libunistring-0.9.5. ok ajacoutot@ pascal@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/06 03:23:19 Modified files: sys/dev/pci/drm: drmP.h drm_crtc.c drm_crtc_helper.c sys/dev/pci/drm/radeon: radeon_connectors.c Log message: Add an empty drm_sysfs_hotplug_event() function and use it and the existing drm_sysfs* functions to remove some ifdefs. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/06 03:34:48 Modified files: games/0ad/base : Makefile x11/gnome/gjs : Makefile x11/gnome/shell: Makefile Log message: Revert, I am stupid -- c++ *is* needed for gnome-shell. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/06 04:03:34 Modified files: sys/dev/pci/drm/i915: intel_display.c Log message: Now we have dev_priv->mm.gtt_base_addr we can set fb_base and remove an ifdef. The code that uses fb_base itself remains #if 0'd out. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/06 04:06:09 Log message: Import gnome-builder-3.16.0. Builder attempts to be an IDE for writing software for GNOME. It does not try to be a generic IDE, but one specialized for writing GNOME software ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20150406 N ports/x11/gnome/builder/Makefile N ports/x11/gnome/builder/distinfo N ports/x11/gnome/builder/pkg/DESCR N ports/x11/gnome/builder/pkg/PLIST N ports/x11/gnome/builder/patches/patch-libide_local_ide-local-device_c N ports/x11/gnome/builder/patches/patch-libide_ide-log_c N ports/x11/gnome/builder/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/06 04:06:48 Modified files: x11/gnome : Makefile Log message: +builder CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/06 04:56:37 Modified files: sys/dev/pci/drm: drmP.h sys/dev/pci/drm/radeon: atombios_dp.c sys/dev/pci/drm/i915: i915_gem.c intel_dp.c intel_opregion.c Log message: add/use some more errno remapping CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/06 05:05:54 Modified files: sys/dev/pci/drm/radeon: radeon_cs.c Log message: drm_calloc -> kcalloc CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/04/06 05:07:24 Modified files: usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm State.pm Log message: move signer_list up so pkg_info can use it CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/06 05:13:31 Modified files: x11/jwm : Makefile distinfo Log message: Update HOMEPAGE/MASTER_SITES + drop MAINTAINER at his request This uncovers new releases for portroach. Also sync WANTLIB and switch to a tar.xz tarball (same version/content). ok edd@ (former MAINTAINER) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/04/06 05:13:41 Modified files: usr.sbin/pkg_add/OpenBSD: PackageLocation.pm Log message: mark installed locations as "trusted" so that pkg_info does not check sigs on them. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/04/06 05:14:58 Modified files: usr.sbin/pkg_add/OpenBSD: PkgInfo.pm Log message: make pkg_info run slightly slower on distant packages, but do check that the info is signed and checked. after remarks from tedu@... CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/06 05:46:17 Modified files: databases/p5-DBD-SQLite: Makefile Log message: Re-add EPOCH. EPOCH shouldn't be removed, this prevents upgrades. Noted and patch by Markus Lude. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/06 05:48:07 Modified files: x11/gnome/empathy: Makefile Log message: Missing dep on www/webkit,gtk3. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/06 06:11:40 Modified files: devel/libffi : Makefile distinfo devel/libffi/patches: patch-Makefile_am patch-libffi_pc_in patch-src_arm_ffi_c Removed files: devel/libffi/files: m88k_ffi.c m88k_ffitarget.h m88k_obsd.S vax_elfbsd.S vax_ffi.c vax_ffitarget.h devel/libffi/patches: patch-configure_ac patch-src_x86_freebsd_S Log message: update to libffi-3.1 (not quite the newest, but better than what we currently have) tested with gnome3 (heavily reliant on ffi/javascript/goi) for the better part of a year CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/04/06 06:19:35 Modified files: usr.sbin/pkg_add/OpenBSD: PkgInfo.pm Log message: don't check this twice. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/06 06:25:10 Modified files: sys/dev/pci/drm: drmP.h drm_irq.c drm_linux.c drm_linux.h drm_modes.c sys/dev/pci/drm/i915: i915_gem.c intel_bios.c intel_sdvo.c sys/dev/pci/drm/radeon: r600.c radeon_device.c radeon_kms.c sys/dev/pci/drm/ttm: ttm_bo_util.c ttm_memory.c Log message: move some inline linux compat into the dedicated files CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/04/06 06:31:42 xenocara/lib/xcb-util-image/test Update of /cvs/xenocara/lib/xcb-util-image/test In directory cvs.openbsd.org:/tmp/cvs-serv11743/test Log Message: Directory /cvs/xenocara/lib/xcb-util-image/test added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/06 06:33:20 Modified files: audio/speech-dispatcher: Makefile distinfo audio/speech-dispatcher/pkg: PLIST Added files: audio/speech-dispatcher/patches: patch-src_api_python_speechd_config_config_py_in Removed files: audio/speech-dispatcher/patches: patch-src_api_python_speechd_config_config_py Log message: Update to speech-dispatcher-0.8.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/06 06:37:30 Added files: audio/speech-dispatcher/patches: patch-src_modules_festival_c Log message: Forgot to cvs add. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/04/06 06:38:12 Modified files: lib/xcb-util : ChangeLog INSTALL Makefile.in NEWS aclocal.m4 autogen.sh configure configure.ac lib/xcb-util/m4: xcb_util_common.m4 lib/xcb-util/src: Makefile.in atoms.c event.c xcb_aux.c xcb_aux.h Added files: lib/xcb-util : COPYING compile config.h.in Removed files: lib/xcb-util : xcb_util_intro.in Log message: Update to xcb-util 0.4.0 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/04/06 06:39:04 Modified files: lib/xcb-util-image: ChangeLog INSTALL Makefile.am Makefile.in NEWS aclocal.m4 autogen.sh configure configure.ac lib/xcb-util-image/image: Makefile.am Makefile.in xcb_image.c xcb_image.h lib/xcb-util-image/m4: xcb_util_common.m4 Added files: lib/xcb-util-image: COPYING compile config.h.in test-driver lib/xcb-util-image/test: Makefile.am Makefile.in test.xbm test_bitmap.c test_formats.c test_swap.c test_xcb_image.c test_xcb_image_shm.c Removed files: lib/xcb-util-image: xcb_util_intro.in lib/xcb-util-image/image: test.xbm test_bitmap.c test_formats.c test_swap.c test_xcb_image.c test_xcb_image_shm.c Log message: Update to xcb-util-image 0.4.0 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/04/06 06:39:42 Modified files: lib/xcb-util-keysyms: ChangeLog INSTALL Makefile.in NEWS aclocal.m4 autogen.sh configure configure.ac lib/xcb-util-keysyms/keysyms: Makefile.in keysyms.c lib/xcb-util-keysyms/m4: xcb_util_common.m4 Added files: lib/xcb-util-keysyms: compile Removed files: lib/xcb-util-keysyms: xcb_util_intro.in Log message: Update to xcb-util-keysyms 0.4.0 CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/04/06 06:48:51 Modified files: mail/swaks : Makefile mail/swaks/pkg : DESCR Log message: Mention how to test less common auth schemes. OK benoit@ sthen@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2015/04/06 06:49:53 Modified files: games/megaglest: Makefile.inc games/megaglest/base: Makefile distinfo games/megaglest/base/patches: patch-CMakeLists_txt patch-mk_cmake_Modules_FindLUA_cmake patch-mk_cmake_Modules_FindMiniupnpc_cmake patch-source_g3d_viewer_CMakeLists_txt patch-source_glest_map_editor_CMakeLists_txt patch-source_shared_lib_CMakeLists_txt patch-source_shared_lib_include_platform_sdl_platform_main_h patch-source_shared_lib_sources_platform_common_platform_common_cpp patch-source_shared_lib_sources_platform_posix_socket_cpp games/megaglest/base/pkg: PLIST games/megaglest/data: distinfo games/megaglest/data/pkg: PLIST Log message: update to megaglest 3.11.1; ok ajacoutot CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/04/06 07:11:14 Modified files: www/linkchecker: Makefile Added files: www/linkchecker/pkg: DESCR-main DESCR-x11 PLIST-main PLIST-x11 Removed files: www/linkchecker/pkg: DESCR PLIST Log message: - split into GUI and CLI subpackages - install icons to fix .desktop files ok jung@, ok Amit Kulkarni (maintainer) CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/04/06 07:12:03 Modified files: net/nagios/cnagios: Makefile Log message: Remove dead upstream HOMEPAGE and MASTER_SITES. OK aja@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/04/06 07:27:37 Modified files: lib/libXxf86vm : ChangeLog INSTALL Makefile.in aclocal.m4 configure configure.ac lib/libXxf86vm/man: Makefile.am Makefile.in XF86VM.man lib/libXxf86vm/src: Makefile.in XF86VMode.c config.h.in Added files: lib/libXxf86vm : compile lib/libXxf86vm/man: XF86VidModeAddModeLine.man Log message: update to libXxf86vm 1.1.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/04/06 07:33:24 Modified files: lib/libXvMC : ChangeLog INSTALL Makefile.in aclocal.m4 config.h.in configure configure.ac lib/libXvMC/include: Makefile.in lib/libXvMC/include/X11: Makefile.in lib/libXvMC/include/X11/extensions: Makefile.in lib/libXvMC/src: Makefile.in XvMC.c XvMClibint.h lib/libXvMC/wrapper: Makefile.am Makefile.in XvMCWrapper.c Added files: lib/libXvMC : compile Log message: Update to libXvMC 1.0.9 CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/04/06 07:34:23 Modified files: distrib/miniroot: install.sub Log message: Use if then else instead of testing $_fstype twice. OK krw@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/06 07:34:54 Modified files: usr.bin/mandoc : man_term.c regress/usr.bin/mandoc/man/RS: Makefile Added files: regress/usr.bin/mandoc/man/RS: nowidth.in nowidth.out_ascii Log message: Use the default width for .RS without arguments. Reduces groff-mandoc differences in base and Xenocara by about 4%. Found while looking at wpa_supplicant(8). CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/04/06 07:40:45 xenocara/lib/libXdmcp/test Update of /cvs/xenocara/lib/libXdmcp/test In directory cvs.openbsd.org:/tmp/cvs-serv31175/test Log Message: Directory /cvs/xenocara/lib/libXdmcp/test added to the repository CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/06 07:40:50 Modified files: editors/focuswriter: Makefile distinfo editors/focuswriter/pkg: PLIST Log message: Update to focuswriter 1.5.3 (and stop abusing EXTRACT_SUFX) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/04/06 07:43:53 Modified files: lib/libXdmcp : Array.c ChangeLog Fill.c Flush.c INSTALL Key.c Makefile.am Makefile.in aclocal.m4 autogen.sh config.h.in configure configure.ac lib/libXdmcp/doc: Makefile.in lib/libXdmcp/include/X11: Xdmcp.h Added files: lib/libXdmcp : compile test-driver lib/libXdmcp/test: Array.c Makefile.am Makefile.in Log message: Update to libXdmcp 1.1.2 CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2015/04/06 07:47:01 Modified files: usr.sbin/smtpd : smtp_session.c Log message: remove superfluous ';' in Received lines CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/06 08:10:59 Modified files: sys/dev/pci/drm/radeon: evergreen.c r100.c r200.c r600.c rv770.c si.c Log message: switch back from howmany() to DIV_ROUND_UP() CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/06 08:32:55 Modified files: sys/dev/pci/drm/radeon: evergreen_cs.c r600_cs.c Log message: switch back from roundup2() and roundup() to round_up() CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2015/04/06 08:33:59 Modified files: www/xombrero : Makefile distinfo www/xombrero/pkg: DESCR PLIST Removed files: www/xombrero/patches: patch-Makefile Log message: Update for Xombrero to 1.6.4 Thanks to Tomm Gerthard CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/06 08:45:11 Modified files: devel/ruby-rspec/specinfra: Makefile distinfo devel/ruby-rspec/specinfra/pkg: PLIST Log message: update to specinfra-2.28.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/06 08:46:16 Modified files: sysutils/libvirt: Makefile distinfo sysutils/libvirt/patches: patch-src_Makefile_in sysutils/libvirt/pkg: PLIST Log message: update to libvirt-1.2.14 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/06 08:46:25 Modified files: sysutils/libvirt-python: Makefile distinfo Log message: update to libvirt-python-1.2.14 CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2015/04/06 08:53:03 Modified files: net : Makefile Log message: Unhook net/xchat. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2015/04/06 08:55:14 Removed files: net/xchat : Makefile distinfo net/xchat/patches: patch-Makefile_in patch-src_common_dbus_Makefile_in patch-src_common_servlist_c patch-src_common_text_c patch-src_common_util_c patch-src_common_xchat_h net/xchat/pkg : DESCR PFRAG.shared PLIST Log message: Remove net/xchat. It is dead upstream. Please use net/hexchat instead. ok bentley@ ajacoutot@ jca@ kirby@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/06 08:57:15 Modified files: games/gottcode : Makefile.inc Log message: Add some plumbing to selectively build against QT4 or QT5, depending on subdirs.. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/06 08:58:53 Modified files: usr.bin/mandoc : man_term.c regress/usr.bin/mandoc/man/RS: nested.in nested.out_ascii Log message: On a new RS nesting level, the saved width starts from the default width, not from the saved width of the previous level. Improves xterm(1) and XSetEventQueueOwner(3); found in transcode_filter(1). CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/06 08:59:24 Modified files: games/gottcode/connectagram: Makefile distinfo Log message: update to connectagram 1.2.1, switches to QT5 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/06 08:59:52 Modified files: games/gottcode/cutemaze: Makefile distinfo games/gottcode/cutemaze/pkg: PLIST Log message: update to cutemaze 1.1.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/06 09:00:19 Modified files: games/gottcode/hexalate: Makefile distinfo games/gottcode/hexalate/pkg: PLIST Log message: update to hexalate 1.0.3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/06 09:00:54 Modified files: games/gottcode/peg-e: Makefile distinfo games/gottcode/peg-e/pkg: PLIST Log message: update to peg-e 1.2.1, switches to QT5 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/06 09:01:36 Modified files: games/gottcode/simsu: Makefile distinfo games/gottcode/simsu/pkg: PLIST Log message: update to simsu 1.3.1, switches to QT5 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/06 09:02:36 Modified files: games/gottcode/tanglet: Makefile distinfo games/gottcode/tanglet/pkg: PLIST Log message: update to tanglet 1.3.1, switches to QT5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/04/06 09:08:44 xenocara/lib/libX11/nls/cs_CZ.UTF-8 Update of /cvs/xenocara/lib/libX11/nls/cs_CZ.UTF-8 In directory cvs.openbsd.org:/tmp/cvs-serv12294/cs_CZ.UTF-8 Log Message: Directory /cvs/xenocara/lib/libX11/nls/cs_CZ.UTF-8 added to the repository CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2015/04/06 09:13:04 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register xchat removal; reminded by landry@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/06 09:39:10 Removed files: multimedia/moovida: Makefile Makefile.inc multimedia/moovida/core: Makefile distinfo multimedia/moovida/core/patches: patch-elisa_core_utils_exception_hook_py patch-elisa_core_utils_misc_py patch-elisa_extern_coherence_covers_by_amazon_py multimedia/moovida/core/pkg: DESCR MESSAGE PLIST multimedia/moovida/plugins-bad: Makefile distinfo multimedia/moovida/plugins-bad/patches: patch-elisa_plugins_pigment_widgets_panel_py multimedia/moovida/plugins-bad/pkg: DESCR PLIST multimedia/moovida/plugins-good: Makefile distinfo multimedia/moovida/plugins-good/pkg: DESCR PLIST multimedia/moovida/plugins-ugly: Makefile distinfo multimedia/moovida/plugins-ugly/pkg: DESCR PLIST Log message: Remove multimedia/moovida. Even if i spent most of p2k9 working on it, the opensource version died 5+ years ago, and even the .NET successor disappeared from the interwebs... those days, people should try to port XBMC/Kodi :) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/06 09:40:31 Modified files: devel/quirks/files: Quirks.pm Log message: Register moovida & plugins removal CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/06 09:43:05 Modified files: multimedia : Makefile Log message: stop entering moovida subdir, nothing to see here anymore CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/06 09:43:15 Modified files: sys/dev/pci/drm: drmP.h drm_linux.h Log message: Move almost all of the linux compat from drmP.h to drm_linux.h. The exception being the barrier defines that are implemented in terms of DRM_* defines. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/06 10:01:08 Log message: Import rust 1.0.0beta, all the hard work from Sébastien Marie (thanks!) Rust is a systems programming language that runs blazingly fast, prevents almost all crashes, and eliminates data races. Featuring: - zero-cost abstractions - move semantics - guaranteed memory safety - threads without data races - trait-based generics - pattern matching - type inference - minimal runtime - efficient C bindings some packaging tweaks by me, ok/testing bcallah@ jca@ Status: Vendor Tag: semarie Release Tags: landry_20150406 N ports/lang/rust/Makefile N ports/lang/rust/distinfo N ports/lang/rust/files/rustc N ports/lang/rust/patches/patch-src_etc_mklldeps_py N ports/lang/rust/patches/patch-src_jemalloc_configure N ports/lang/rust/patches/patch-src_liblibc_lib_rs N ports/lang/rust/pkg/DESCR-doc N ports/lang/rust/pkg/DESCR-main N ports/lang/rust/pkg/PLIST-doc N ports/lang/rust/pkg/PLIST-main No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/06 10:01:56 Modified files: lang : Makefile Log message: +rust CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/04/06 10:03:00 Modified files: multimedia/transcode: Makefile Log message: Drop USE_GROFF (minor whitespace differences only). No bump needed. CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/04/06 10:03:45 Modified files: security/wpa_supplicant: Makefile Log message: Drop USE_GROFF (identical output). No bump needed. CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/04/06 10:05:03 Modified files: www/tntnet : Makefile Log message: Drop USE_GROFF (minor differences, mandoc looks better). No bump needed. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/06 10:29:48 Added files: news/leafnode/patches: patch-configure patch-fetchnews_c Log message: Missed in previous. I love you cvs. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/06 10:35:23 Modified files: misc/portroach : Makefile distinfo Log message: - update to portroach-2.0.2 * various tweaks and fixes to site handlers, the generated pages, &c CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/04/06 10:45:20 Modified files: devel/xulrunner/24: Makefile Log message: do not strip static libraries as it will break them; ok landry@ CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/04/06 10:52:14 Modified files: games/xlennart : Makefile distinfo games/xlennart/pkg: PLIST Removed files: games/xlennart/patches: patch-Makefile_in Log message: update to xlennart 1.1.1 OK ajacoutot@, landry@, sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/06 10:56:22 Modified files: converters/libpst: Makefile distinfo Log message: Update to libpst-0.6.64. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/06 10:58:43 Modified files: x11/xdu : Makefile Log message: Remove HOMEPAGE (dead) and harmful MASTER_SITES (timeouts) Also amend the license marker (MIT-like). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/06 12:29:27 Modified files: gnu/usr.bin/binutils/bfd: Makefile.in coffcode.h config.bfd configure peXXigen.c peicode.h targets.c gnu/usr.bin/binutils/include/coff: external.h internal.h pe.h Added files: gnu/usr.bin/binutils/bfd: coff-x86_64.c efi-app-x86_64.c gnu/usr.bin/binutils/include/coff: x86_64.h Log message: Add support for an efi-app-x86_64 target. Needed for UEFI bootloader work. ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/06 12:30:22 Modified files: gnu/usr.bin/binutils-2.17/bfd: Makefile.in coffcode.h config.bfd configure peXXigen.c peicode.h targets.c gnu/usr.bin/binutils-2.17/include/coff: external.h internal.h pe.h Added files: gnu/usr.bin/binutils-2.17/bfd: coff-x86_64.c efi-app-x86_64.c gnu/usr.bin/binutils-2.17/include/coff: x86_64.h Log message: Add support for an efi-app-x86_64 target. Needed for UEFI bootloader work. ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2015/04/06 12:40:00 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update youtube-dl to 2015.04.03 New extractors: - dhm - dumpert - miomio - varzesh3 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/04/06 13:24:19 Modified files: sysutils/ncdu : Makefile distinfo Log message: Update to 1.11 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/04/06 13:24:57 ports/sysutils/ncdu/patches Update of /cvs/ports/sysutils/ncdu/patches In directory cvs.openbsd.org:/tmp/cvs-serv23417/patches Log Message: Directory /cvs/ports/sysutils/ncdu/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/04/06 13:25:50 Added files: sysutils/ncdu/patches: patch-src_shell_c Log message: Forgot you have to do the cvs add directory dance when adding patches for the first time... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/06 13:58:15 Modified files: x11/gnome/builder/patches: patch-libide_ide-log_c Log message: Pushed upstream. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/04/06 14:49:41 Modified files: lib/libc/crypt : crypt.3 crypt.c Log message: bludgeon DES support out of crypt. long live the bcrypt. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/04/06 14:57:59 Modified files: lib/libX11 : ChangeLog Makefile.bsd-wrapper Makefile.in aclocal.m4 compile configure configure.ac cpprules.in lib/libX11/include: Makefile.in lib/libX11/include/X11: Xlib.h Xlocale.h lib/libX11/man : Compose.man Makefile.in XCreateGC.man XErrorEvent.man lib/libX11/man/xkb: Makefile.in XkbGetKeyBehaviors.man XkbGetMap.man XkbLookupKeySym.man XkbSetIgnoreLockMods.man XkbSetServerInternalMods.man XkbTranslateKeyCode.man lib/libX11/modules: Makefile.in lib/libX11/modules/im: Makefile.in lib/libX11/modules/im/ximcp: Makefile.in imCallbk.c imDefIc.c imDefIm.c imDefLkup.c imInt.c imLcIm.c imLcPrs.c imRmAttr.c imThaiIc.c lib/libX11/modules/lc: Makefile.am Makefile.in lib/libX11/modules/lc/Utf8: Makefile.in lib/libX11/modules/lc/def: Makefile.in lcDefConv.c lib/libX11/modules/lc/gen: Makefile.in lcGenConv.c lib/libX11/modules/om: Makefile.in lib/libX11/modules/om/generic: Makefile.in omGeneric.c lib/libX11/nls : Makefile.am Makefile.in compose.dir.pre locale.alias.pre lib/libX11/nls/C: XLC_LOCALE.pre lib/libX11/nls/armscii-8: XLC_LOCALE.pre lib/libX11/nls/en_US.UTF-8: Compose.pre lib/libX11/nls/fi_FI.UTF-8: Compose.pre lib/libX11/nls/georgian-academy: XLC_LOCALE.pre lib/libX11/nls/georgian-ps: XLC_LOCALE.pre lib/libX11/nls/ibm-cp1133: XLC_LOCALE.pre lib/libX11/nls/iscii-dev: XLC_LOCALE.pre lib/libX11/nls/isiri-3342: XLC_LOCALE.pre lib/libX11/nls/iso8859-1: XLC_LOCALE.pre lib/libX11/nls/iso8859-10: XLC_LOCALE.pre lib/libX11/nls/iso8859-11: XLC_LOCALE.pre lib/libX11/nls/iso8859-13: XLC_LOCALE.pre lib/libX11/nls/iso8859-14: XLC_LOCALE.pre lib/libX11/nls/iso8859-15: XLC_LOCALE.pre lib/libX11/nls/iso8859-2: XLC_LOCALE.pre lib/libX11/nls/iso8859-3: XLC_LOCALE.pre lib/libX11/nls/iso8859-4: XLC_LOCALE.pre lib/libX11/nls/iso8859-5: XLC_LOCALE.pre lib/libX11/nls/iso8859-6: XLC_LOCALE.pre lib/libX11/nls/iso8859-7: XLC_LOCALE.pre lib/libX11/nls/iso8859-8: XLC_LOCALE.pre lib/libX11/nls/iso8859-9: XLC_LOCALE.pre lib/libX11/nls/iso8859-9e: XLC_LOCALE.pre lib/libX11/nls/ja: XLC_LOCALE.pre lib/libX11/nls/ja.JIS: XLC_LOCALE.pre lib/libX11/nls/ja.SJIS: XLC_LOCALE.pre lib/libX11/nls/km_KH.UTF-8: Compose.pre lib/libX11/nls/ko: XLC_LOCALE.pre lib/libX11/nls/koi8-c: XLC_LOCALE.pre lib/libX11/nls/koi8-r: XLC_LOCALE.pre lib/libX11/nls/koi8-u: XLC_LOCALE.pre lib/libX11/nls/microsoft-cp1251: XLC_LOCALE.pre lib/libX11/nls/microsoft-cp1255: XLC_LOCALE.pre lib/libX11/nls/microsoft-cp1256: XLC_LOCALE.pre lib/libX11/nls/mulelao-1: XLC_LOCALE.pre lib/libX11/nls/nokhchi-1: XLC_LOCALE.pre lib/libX11/nls/pt_BR.UTF-8: Compose.pre lib/libX11/nls/sr_CS.UTF-8: Compose.pre lib/libX11/nls/tatar-cyr: XLC_LOCALE.pre lib/libX11/nls/th_TH: XLC_LOCALE.pre lib/libX11/nls/tscii-0: XLC_LOCALE.pre lib/libX11/nls/vi_VN.tcvn: XLC_LOCALE.pre lib/libX11/nls/vi_VN.viscii: XLC_LOCALE.pre lib/libX11/nls/zh_CN: XI18N_OBJS XLC_LOCALE.pre lib/libX11/nls/zh_TW: XLC_LOCALE.pre lib/libX11/nls/zh_TW.big5: XLC_LOCALE.pre lib/libX11/specs: Makefile.in lib/libX11/specs/XIM: Makefile.in lib/libX11/specs/XKB: Makefile.in acknowledgement.xml ch01.xml ch02.xml ch03.xml ch04.xml ch05.xml ch06.xml ch07.xml ch08.xml ch09.xml ch10.xml ch11.xml ch12.xml ch13.xml ch14.xml ch15.xml ch16.xml ch17.xml ch18.xml ch19.xml ch20.xml ch21.xml ch22.xml glossary.xml xkblib.xml lib/libX11/specs/i18n: Makefile.in lib/libX11/specs/i18n/compose: Makefile.in lib/libX11/specs/i18n/framework: Makefile.in framework.xml lib/libX11/specs/i18n/localedb: Makefile.in lib/libX11/specs/i18n/trans: Makefile.in lib/libX11/specs/libX11: AppC.xml AppD.xml CH01.xml CH03.xml CH04.xml CH05.xml CH06.xml CH07.xml CH08.xml CH09.xml CH12.xml CH13.xml CH14.xml CH16.xml Makefile.in lib/libX11/src : FetchName.c Font.c FontInfo.c FontNames.c GetFPath.c GetHints.c GetNrmHint.c GetRGBCMap.c GetStCmap.c GetWMCMapW.c GetWMProto.c Iconify.c ImUtil.c InitExt.c KeyBind.c ListExt.c Macros.c Makefile.am Makefile.in ModMap.c OpenDis.c PutImage.c RdBitF.c ReconfWM.c ScrResStr.c SetLocale.c StBytes.c Withdraw.c XErrorDB XlibInt.c Xrm.c Xxcbint.h config.h.in xcb_io.c lib/libX11/src/util: Makefile.am Makefile.in lib/libX11/src/xcms: Makefile.in cmsColNm.c lib/libX11/src/xkb: Makefile.in XKB.c XKBAlloc.c XKBBind.c XKBExtDev.c XKBGAlloc.c XKBGeom.c XKBMAlloc.c XKBNames.c XKBRdBuf.c lib/libX11/src/xlibi18n: ICWrap.c Makefile.am Makefile.in XDefaultOMIF.c XlcPubI.h Xlcint.h lcFile.c lcGeneric.c lcInit.c lcPrTxt.c lcPublic.c lcStd.c lcUTF8.c lcWrap.c Added files: lib/libX11/nls/cs_CZ.UTF-8: Compose.pre XI18N_OBJS XLC_LOCALE.pre Removed files: lib/libX11/modules/lc/xlocale: lcEuc.c lcJis.c lcSjis.c Log message: update to libX11 1.6.3 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/04/06 14:59:47 Modified files: net/seafile : Makefile.inc net/seafile/ccnet: Makefile distinfo net/seafile/client: Makefile distinfo net/seafile/client/patches: patch-src_seafile-applet_cpp net/seafile/seafile: Makefile distinfo net/seafile/seafile/patches: patch-daemon_Makefile_am patch-daemon_vc-utils_c patch-lib_libseafile_pc_in Log message: update to seafile-4.1.4 regen patches CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/06 15:04:30 Modified files: print/ghostscript/gnu: Makefile print/ghostscript/gnu/patches: patch-base_unix-gcc_mak print/ghostscript/gnu-fonts: Makefile print/ghostscript/gnu-fonts/pkg: PLIST Log message: Move fonts from share/ghostscript/fonts to share/fonts/ghostscript. ok kili@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/06 15:05:07 Modified files: comms/hylafax : Makefile graphics/libwmf: Makefile print/a2ps : Makefile print/a2ps/patches: patch-etc_a2ps_cfg_in print/lilypond : Makefile textproc/xpdf : Makefile textproc/xpdf/patches: patch-xpdf_GlobalParams_cc Log message: Cope with recent fonts directory change in ghostscript. ok kili@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/04/06 15:36:56 Modified files: distrib/miniroot: install.sh upgrade.sh Log message: Moar comments !! Explain what's going on during install / upgrade. OK krw@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/06 16:06:06 Modified files: usr.bin/mandoc : man_term.c regress/usr.bin/mandoc/man/BI: Makefile Added files: regress/usr.bin/mandoc/man/BI: emptyargs.in emptyargs.out_ascii Log message: Do not mistreat empty arguments to font alternating macros as vertical spacing requests. Bug found with xmahjongg(6). CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/04/06 16:08:08 Modified files: games/xmahjongg: Makefile Log message: Drop USE_GROFF (output now identical). No bump needed. CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/04/06 16:10:57 Modified files: devel/ectags : Makefile devel/libJudy : Makefile devel/pcre : Makefile games/gnushogi : Makefile Log message: Drop USE_GROFF (minor whitespace differences only). No bump needed. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2015/04/06 16:18:31 Log message: Import fish-fillets-ng. Fish Fillets NG is strictly a puzzle game. The goal is always the same: find a safe way out. The fish utter witty remarks about their surroundings, the various inhabitants of their underwater realm quarrel among themselves or comment on the efforts of your fish. The whole game is accompanied by quiet, comforting music. ok landry@, tweak + ok bentley@ Status: Vendor Tag: stsp Release Tags: stsp_20150406 N ports/games/fillets-ng/Makefile N ports/games/fillets-ng/distinfo N ports/games/fillets-ng/pkg/PLIST N ports/games/fillets-ng/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2015/04/06 16:20:01 Modified files: games : Makefile Log message: hook up fillets-ng CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/06 19:27:07 Modified files: lib/csu : crtbegin.c crtbeginS.c lib/libc : shlib_version lib/libc/arch/alpha: SYS.h lib/libc/arch/alpha/sys: fork.S lib/libc/arch/amd64: SYS.h lib/libc/arch/amd64/sys: fork.S lib/libc/arch/arm: SYS.h lib/libc/arch/arm/sys: fork.S lib/libc/arch/hppa: SYS.h lib/libc/arch/hppa/sys: fork.S lib/libc/arch/hppa64: SYS.h lib/libc/arch/hppa64/sys: fork.S lib/libc/arch/i386: SYS.h lib/libc/arch/i386/sys: fork.S lib/libc/arch/m88k: SYS.h lib/libc/arch/m88k/sys: fork.S lib/libc/arch/mips64: SYS.h lib/libc/arch/mips64/sys: fork.S lib/libc/arch/powerpc: SYS.h lib/libc/arch/powerpc/sys: fork.S lib/libc/arch/sh: SYS.h lib/libc/arch/sh/sys: fork.S lib/libc/arch/sparc: SYS.h lib/libc/arch/sparc/sys: fork.S lib/libc/arch/sparc64: SYS.h lib/libc/arch/sparc64/sys: fork.S lib/libc/arch/vax: SYS.h lib/libc/arch/vax/sys: fork.S lib/libc/include: thread_private.h lib/libc/stdlib: atexit.c lib/libc/sys : Makefile.inc lib/libc/thread: Makefile.inc unithread_malloc_lock.c lib/librthread : rthread.c rthread_fork.c rthread_libc.c shlib_version regress/lib/csu/callbacks: Makefile regress/lib/csu/callbacks/pthread_atfork: Makefile pthread_atfork_test.c Added files: lib/libc/include: atfork.h lib/libc/sys : w_fork.c lib/libc/thread: atfork.c regress/lib/csu/callbacks/pthread_atfork: expected_child.out expected_parent.out Log message: Make pthread_atfork() track the DSO that called it like atexit() does, unregistering callbacks if the DSO is unloaded. Move the callback handling from libpthread to libc, though libpthread still overrides the inner call to handle locking and thread-library reinitialization. Major version bump for both libc and libpthread. verification that this fixes various ports ajacoutot@ asm assistance miod@; ok millert@ deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/06 19:47:04 Modified files: lib/libc/gen : Makefile.inc include : time.h lib/libc/time : localtime.c private.h Removed files: lib/libc/gen : timezone.3 timezone.c Log message: Remove obsolete timezone() function. Add timezone and daylight symbols for XSI compatibility. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/06 19:49:11 Modified files: lib/libc/time : strptime.c Log message: Add support for setting tm_zone now that we have the timezone symbol. CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2015/04/06 20:38:14 Modified files: lib/libpcap : pcap.3 Log message: Fix miscellaneous factual, grammar, and markup errors. From Jan Stary. CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/04/06 23:09:29 Modified files: devel/py-dulwich: Makefile distinfo Log message: update to dulwich 0.10.1a OK jca@, sthen@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/06 23:37:03 Modified files: gnu/usr.bin/perl: Makefile.bsd-wrapper Log message: Revert: breaks h2ph handling of symlinks like endian.h --> sys/endian.h Simply adding -type l mean the problem it was trying to solve is *not* solved, so just go back to the original set. Sorry, but random files types in /usr/include are your problem, not the build system's... CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/04/06 23:42:04 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/04/06 23:43:20 Modified files: . : MODULES Log message: fix previous CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/06 23:50:40 Modified files: lib/libkvm : kvm_i386.c Log message: Teach libkvm a bit about PAE, making it independent of the kernel defines and doing runtime detection of what the target kernel is using. Getting this is now to avoid breakage when kernel bits come. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/07 00:30:31 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: jasper@cvs.openbsd.org 2015/04/07 02:51:31 Modified files: devel/libgit2/libgit2-glib: Makefile distinfo Log message: update to libgit2-glib-0.22.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/07 02:55:26 Modified files: devel/gpatch : Makefile distinfo Removed files: devel/gpatch/patches: patch-tests_deep-directories patch-tests_no-mode-change-git-diff patch-tests_read-only-files Log message: - update to gpatch-2.7.5 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/07 03:25:48 Modified files: devel/autoconf : Makefile.inc devel/automake : Makefile.inc Log message: set PORTROACH for having automake/1.9 showing an available update to 1.15 makes no sense CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/04/07 03:33:05 Modified files: net/tor : Makefile distinfo Log message: SECURITY update to tor 0.2.6.7, fixes CVE-2015-2928 and CVE-2015-2929. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/07 03:44:33 Modified files: infrastructure/templates: network.conf.template Log message: remove dead mastersite CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/04/07 03:49:28 Modified files: textproc/heirloom-doctools: Makefile distinfo textproc/heirloom-doctools/pkg: PLIST Log message: Update to heirloom-doctools-150406. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/07 03:52:27 Modified files: sys/arch/macppc/macppc: lock_machdep.c Log message: Use appropriate memory barriers. ok kettenis@, miod@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/07 03:54:11 Modified files: sys/arch/macppc/dev: awacs.c i2s.c Log message: Mark audio interrupt handlers as MPSAFE, they already grab the right mutex when necessary. ok kettenis@, ratchov@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/04/07 03:59:38 Modified files: distrib/miniroot: install.sh upgrade.sh Log message: Tweak previous. OK halex@ krw@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2015/04/07 04:10:28 Modified files: games/stone-soup: Makefile distinfo games/stone-soup/patches: patch-source_Makefile patch-source_command_cc games/stone-soup/pkg: PFRAG.no-no_x11 PLIST Added files: games/stone-soup/patches: patch-source_dat_des_branches_dis_des patch-source_dat_des_builder_shops_des patch-source_dat_des_variable_grated_community_des Log message: Update to stone-soup 0.15.2. This is not the latest version. However, more recent versions require SDL2 which is currently marked broken. Must fix up a few game data files (.des) which fail to load with "unterminated string errors", unfortunately. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/04/07 04:26:47 Modified files: editors/ged : Makefile distinfo editors/ged/patches: patch-doc_ed_info Log message: Update to ged 1.11. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/07 04:46:20 Modified files: sys/net : if.c if_bridge.c if_ethersubr.c if_vlan.c if_vxlan.c if_var.h sys/netinet : ip_carp.c sys/arch/sparc/dev: if_ie.c Log message: Do not pass an `ifp' argument to interface input handlers since it might be overwritten by pseudo-drivers. ok dlg@, henning@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/07 05:07:56 Modified files: sys/kern : init_main.c subr_pool.c Log message: introduce a garbage collector for (very) idle pool pages. now that idle pool pages are timestamped we can tell how long theyve been idle. this adds a task that runs every second that iterates over all the pools looking for pages that have been idle for 8 seconds so it can free them. this idea probably came from a conversation with tedu@ months ago. ok tedu@ kettenis@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/07 05:15:02 Modified files: sys/kern : subr_pool.c Log message: nothing uses pool_sleep, so get rid of it CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/07 07:06:22 Modified files: usr.bin/tmux : paste.c Log message: When replacing, don't free the old paste until after the new one's name has been copied. Fixes a use-after-free in window-copy.c. Bug reported by J Raynor (who also provided a different fix). CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/04/07 08:00:17 Log message: Import tkgate after new upstream fixed all the bugs. request, fixes and ok from jasper@ TkGate is a graphical editor and event-driven simulator for digital circuits with a tcl/tk-based interface. Supported circuit elements include basic gates (AND, OR, etc.), tri-state gates, adders, multipliers, registers, memories and mos transistors. Hierarchical design is also supported with support for user defined modules. Save files are based on the Verilog netlist format. Status: Vendor Tag: kirby Release Tags: kirby_20150407 N ports/cad/tkgate/Makefile N ports/cad/tkgate/distinfo N ports/cad/tkgate/patches/patch-Makefile_in N ports/cad/tkgate/patches/patch-configure N ports/cad/tkgate/patches/patch-scripts_parms_tcl N ports/cad/tkgate/patches/patch-src_tkgate_verilog_out_c N ports/cad/tkgate/pkg/DESCR N ports/cad/tkgate/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/04/07 08:02:01 Modified files: cad : Makefile Log message: add tkgate CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/07 08:02:51 Modified files: sys/arch/vax/if: if_qe.c Log message: Convert to if_input(). Tested with simh using a floppy image built by miod@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/07 08:36:34 Modified files: sys/arch/macppc/macppc: machdep.c ofw_machdep.c ofw_machdep.h Log message: Remove a lie, the early boot console does not need any mapping. In fact we even use the firmware interface for "bsd -c" and "bsd -d". So do the necessary firmware calls before calling initppc() to be able to use printf() really early in the boot sequence. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/07 08:59:06 Modified files: sys/dev/sbus : be.c qe.c Log message: Keep in sync with the sparc version: convert to if_input(). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/07 09:36:54 Modified files: x11/gtk+3 : Makefile distinfo Removed files: x11/gtk+3/patches: patch-configure_ac patch-demos_gtk-demo_glarea_c patch-gdk_x11_gdkglcontext-x11_c patch-gtk_gtkglarea_c Log message: Update to gtk+3-3.16.1. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/07 09:49:25 Modified files: devel/py-dulwich: Makefile Log message: Add missing test-dep. ok MAINTAINER CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/04/07 11:05:57 Modified files: sysutils/ruby-puppet/3: Makefile sysutils/ruby-puppet/3/patches: patch-lib_puppet_provider_package_openbsd_rb patch-lib_puppet_provider_service_openbsd_rb Added files: sysutils/ruby-puppet/3/patches: patch-lib_puppet_type_package_rb Log message: Better handling of package flavors, treat flavors as properties instead of a parameter to the resources. Fixes detection of installed package flavors, and adds the flavor of a package to "puppet resource package" output. Better handling of service_flags on service configuration, now allow to configure/set flags before starting a service the first time. That makes services work that require parameters to start up, and prevents services from running with wrong parameters. OK jasper@ CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2015/04/07 13:31:42 Modified files: sys/dev/pci : if_vio.c Log message: Use m_defrag when mbuf chains get fragmented. Patch by Kimberley Manning with some additional tweaks. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/04/07 17:00:42 Modified files: usr.bin/ssh : compat.c Log message: treat Protocol=1,2|2,1 as Protocol=2 when compiled without SSH1 support; ok dtucker@ millert@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/07 20:28:14 Modified files: sys/dev/pci/drm: drm_linux.c drm_linux.h sys/dev/pci/drm/i915: i915_gem.c i915_gem_tiling.c sys/dev/pci/drm/ttm: ttm_bo_driver.h ttm_bo_util.c Log message: ttm has it's own version of kmap/kunmap that uses kernel_map/uvm_km_valloc and i915 has a version that uses phys_map/uvm_km_valloc_wait as calling code assumes kmap would sleep if no memory is available. Move these and ttm's vmap/vunmap into the linux compat files and make them all use phys_map/uvm_km_valloc_wait. looks good kettenis@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/07 21:21:13 Modified files: sys/dev/pci/drm/i915: intel_display.c intel_sdvo.c sys/dev/pci/drm/radeon: radeon_combios.c Log message: change back to using min_t CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/07 22:03:06 Modified files: sys/dev/pci/drm: drm_linux.h sys/dev/pci/drm/i915: intel_overlay.c sys/dev/pci/drm/radeon: evergreen_blit_kms.c r600_blit_kms.c radeon_bios.c sys/dev/pci/drm/ttm: ttm_bo_util.c Log message: change back to memcpy_toio/memcpy_fromio/memset_io CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/07 22:23:15 Modified files: usr.bin/nm : nm.c Log message: Delete another piece of a.out detritus CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/07 22:24:40 Modified files: sys/dev/pci/drm: drm_dp_helper.c sys/dev/pci/drm/i915: intel_display.c intel_pm.c Log message: change back to udelay/mdelay CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/08 00:36:03 Modified files: x11/gnome/contacts: Makefile Log message: Missing docbook in MODGNOME_TOOLS ; breakage reported by naddy@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/04/08 00:43:57 Modified files: textproc/catfish: Makefile Log message: Needs textproc/intltool at build time. ok landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/08 00:46:56 Modified files: x11/gnome/control-center: Makefile Log message: Regen WANTLIB to unbreak. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/04/08 01:51:54 Modified files: www/linkchecker: Makefile Log message: Fix typo REVISIN->REVISION Reported by nigel@. Thanks! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/08 02:17:43 Modified files: sysutils/ykpers: Makefile distinfo Log message: update to ykpers-1.17.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/08 02:37:16 Modified files: security/yubikey-personalization-gui: Makefile distinfo Log message: update to yubikey-personalization-gui-3.1.20 CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/04/08 03:29:49 Modified files: sys/dev/pci : if_iwn.c Log message: don't leak the chip's hardware address during scans when a randomized address is set by the user. previously the address read from the eeprom would also be used in discovery frames, even if later data frames would contain the spoofed address. ok stsp@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/08 04:07:47 Modified files: sys/arch/sparc/dev: hme.c sys/dev/pci : if_bce.c if_lge.c if_nge.c if_vge.c if_wb.c sys/dev/pcmcia : if_malo.c Log message: Convert to if_input(). ok dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/08 04:33:18 Modified files: mail/evolution : Makefile Added files: mail/evolution/patches: patch-modules_backup-restore_evolution-backup-tool_c Log message: Fix tar(1) invocation (upstream). CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/08 04:49:25 Modified files: sys/arch/socppc/dev: if_tsec.c Log message: Check for link status in tsec_start(). Prevent the watchdog from fireing when no cable is plugged in but the interface is brough up. inputs and ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/08 04:54:28 Modified files: devel/py-enum34: Makefile distinfo Log message: update to py-enum34-1.0.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/08 04:55:31 Modified files: audio/beets : Makefile distinfo audio/beets/pkg: PLIST Log message: update to beets-1.3.11 http://beets.readthedocs.org/en/latest/changelog.html#april-5-2015 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/08 05:27:06 Modified files: net/gnaughty : Makefile Log message: missing BUILD_DEPENDS; spotted by nigel@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/04/08 06:50:21 Modified files: sys/net : pf.c Log message: Destination table needs it's own negation flag passed to the pfr_update_stats. Spotted by Alexandr Nedvedicky , thanks a lot! Ok florian CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/08 06:58:24 Modified files: sys/dev/ic : mtd8xx.c Log message: Convert to if_input(). ok dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/08 07:00:25 Modified files: x11/gnome/keyring: Makefile distinfo x11/gnome/keyring/pkg: PLIST Log message: Update to gnome-keyring-3.16.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/08 07:02:57 Modified files: lang/rust : Makefile Log message: s/ONLY_FOR_ARCHS-main/ONLY_FOR_ARCHS/, -docs doesn't build on !amd64 either CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/08 08:02:43 Modified files: sys/arch/sparc64/sparc64: pmap.c Log message: I believe UVM is clean now and no managed pages should be in use anymore when we call pmap_release(). Turn debug code into printf and remove the code that tried to mop up. Override Debugger() such that it inserts a trap instruction directly into the code such that we get useful backtraces. This way I don't need to worry about pmap_release() removing pv entries when making this pmap mpsafe. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/08 08:12:44 Modified files: net/ntp : Makefile distinfo net/ntp/pkg : PLIST Removed files: net/ntp/patches: patch-libparse_info_trimble_c patch-ntpd_ntp_io_c Log message: security update to ntp-4.2.8p2 http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities CVE-2015-1798 "When ntpd is configured to use a symmetric key to authenticate a remote NTP server/peer, it checks if the NTP message authentication code (MAC) in received packets is valid, but not if there actually is any MAC included." CVE-2015-1799 "An attacker knowing that NTP hosts A and B are peering with each other (symmetric association) can send a packet to host A with source address of B which will set the NTP state variables on A to the values sent by the attacker. Host A will then send on its next poll to B a packet with originate timestamp that doesn't match the transmit timestamp of B and the packet will be dropped. If the attacker does this periodically for both hosts, they won't be able to synchronize to each other." CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/08 08:14:24 Modified files: net/ntp : Tag: OPENBSD_5_7 Makefile distinfo net/ntp/pkg : Tag: OPENBSD_5_7 PLIST Removed files: net/ntp/patches: Tag: OPENBSD_5_7 patch-libparse_info_trimble_c patch-ntpd_ntp_io_c Log message: MFC security update to ntp-4.2.8p2: CVE-2015-1798, CVE-2015-1799 http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/08 08:15:03 Modified files: net/ntp : Tag: OPENBSD_5_6 Makefile distinfo net/ntp/pkg : Tag: OPENBSD_5_6 PLIST Removed files: net/ntp/patches: Tag: OPENBSD_5_6 patch-libparse_info_trimble_c patch-ntpd_ntp_io_c Log message: MFC security update to ntp-4.2.8p2: CVE-2015-1798, CVE-2015-1799 http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/04/08 08:19:28 Modified files: sys/net : pf_table.c Log message: Table flags are not looked at when a table entry is created. Spotted by Alexandr Nedvedicky , thanks! CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/04/08 08:38:11 Modified files: games/residualvm: Makefile distinfo games/residualvm/patches: patch-configure games/residualvm/pkg: DESCR PLIST Log message: update to residualvm-0.2.1 with Myst III support. ok bentley@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/08 09:01:33 Modified files: sys/dev/pci/drm: drm_linux.c Log message: Move vmap back to kernel_map/uvm_km_valloc as it's allowed to fail. This should help dlg's dell 2950 that gets stuck during boot with vmap in the trace. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/08 09:38:20 Modified files: graphics/gthumb: Makefile Log message: Switch to webkitgtk4. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/08 09:58:25 Modified files: sys/arch/macppc/macppc: machdep.c Log message: Kill unused function. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/08 11:25:58 Modified files: usr.sbin/pkg_add: pkg_delete.1 Log message: s/inexistent/nonexistent/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/08 11:53:19 Modified files: infrastructure/templates: Makefile.template Log message: update Makefile.template comments after the recent GH_* changes. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/04/08 12:21:48 Modified files: shells/osh : Makefile distinfo shells/osh/pkg : PLIST Removed files: shells/osh/patches: patch-Makefile Log message: Update to new snapshot osh-20150115; use MAKE_FLAGS instead of patch. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/04/08 12:22:40 Modified files: sysutils/parallel: Makefile distinfo sysutils/parallel/patches: patch-src_Makefile_in sysutils/parallel/pkg: PLIST Log message: Update parallel to March 2015 snapshot. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/04/08 13:39:29 Modified files: usr.sbin/httpd : server_http.c Log message: Do not silently accept multiple Content-Length headers. Pointed out by Regis Leroy (regis.leroy AT makina-corpus DOT com), thanks! Tweak and OK reyk@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/04/08 15:05:22 Modified files: lang/ghc : Makefile Log message: New bootstrapping binaries. Not yet tested (will it blend?) SHA256 (ghc-7.8.4.20150408-amd64-unknown-openbsd.tar.bz2) = 4ce463b64001635445e1f229888614de9b16ae858e346432b947e1621e722416 SHA256 (ghc-7.8.4.20150408-i386-unknown-openbsd.tar.bz2) = 9f248fba238914b78260f2623cd61ca935032a7fe60b01ee92a4fe31f83c0131 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/04/08 15:35:57 Modified files: sys/net80211 : ieee80211.h Log message: add a #define for IEEE80211_ELEMID_CSA, 802.11h-2003 Channel Switch Announcement ok stsp@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/08 15:41:30 Modified files: www/midori : Makefile Log message: Do not build with half-supported webkit2 from wekbit-3.0 since it's going away soon. Maybe render the gtk3 FLAVOR a bit more stable in the process. ok landry@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/08 15:42:14 Modified files: www/webkit : Makefile www/webkit/pkg : PFRAG.gtk3 Removed files: www/webkit/patches: patch-Source_WebKit2_Platform_IPC_Connection_h patch-Source_WebKit2_UIProcess_StatisticsRequest_cpp patch-Source_WebKit2_WebProcess_soup_WebKitSoupRequestInputStream_h Log message: --disable-webkit2 ; WebKit2 is now provided by www/webkitgtk4. ok landry@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/04/08 15:44:16 Modified files: usr.sbin/tcpdump: print-802_11.c Log message: Teach the 802.11 printer about Channel Switch Announcements (advertised by an AP in beacons in the run-up to a channel switch, either for radar avoidance, or for frequency management). ok stsp@ We don't support these in net80211 yet (as pointed out by stsp a few days ago) but it's useful to at least have a way to debug why your connection is getting knocked down! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/08 17:04:53 Modified files: audio/pavucontrol: Makefile Log message: add the intltool module CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/04/08 19:52:39 Modified files: devel/p5-Modern-Perl: Makefile distinfo Log message: Update devel/p5-Modern-Perl to 1.20140107 "just commit that" sthen@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/08 20:08:55 Modified files: sys/dev/ic : rtl81x9reg.h Log message: to quote jim smith: > fix a regression on re chips which have > 7k jumbo support (RL_JUMBO_MTU_7K) as reported by daniel jakots > and emilio perea. the regression was caused because RL_JUMBO_FRAMELEN > was changed to 9k and i missed fixing up the RL_JUMBO_MTU_7K macro. nice of him to fix the thing he broke ;) ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2015/04/08 20:55:48 Modified files: net/enet : Makefile distinfo Log message: update to enet 1.3.12 ok kirby@ maintainer timeout CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/08 22:46:18 Modified files: usr.bin/nm : elf.c nm.1 nm.c Log message: ELF weak symbols are _not_ like a.out indirect symbols. Nothing in ELF is, so remove N_INDR handling. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/09 00:43:50 Modified files: www/firefox-esr-i18n: Tag: OPENBSD_5_6 Makefile.inc distinfo Log message: sync with firefox-31.6.0esr CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/09 00:43:53 Modified files: www/firefox-esr: Tag: OPENBSD_5_6 Makefile distinfo Log message: update to firefox-31.6.0esr CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/09 00:48:17 Modified files: www/firefox-esr: Tag: OPENBSD_5_7 Makefile distinfo Log message: update to firefox-31.6.0esr CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/09 00:48:23 Modified files: www/firefox-esr-i18n: Tag: OPENBSD_5_7 distinfo Log message: sync with firefox-31.6.0esr CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/09 00:49:00 Modified files: www/firefox-esr-i18n: Tag: OPENBSD_5_7 Makefile.inc Log message: missed in previous CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/04/09 00:58:12 Modified files: databases/mariadb: Makefile distinfo databases/mariadb/patches: patch-libmysql_CMakeLists_txt patch-scripts_mysqld_safe_sh patch-sql_CMakeLists_txt databases/mariadb/pkg: PLIST-tests Log message: Update to 10.0.17 diff from brad@ ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/09 01:07:08 Modified files: security/gnutls: Makefile distinfo security/gnutls/patches: patch-lib_x509_rfc2818_hostname_c security/gnutls/pkg: PLIST Log message: Update to gnutls-3.3.14. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/09 01:20:24 Modified files: graphics/colord: Makefile distinfo graphics/colord/patches: patch-configure patch-src_Makefile_in graphics/colord/pkg: PLIST Log message: Update to colord-1.2.10. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/09 01:51:44 Modified files: net/libircclient: Makefile Added files: net/libircclient/patches: patch-src_Makefile_in Log message: libircclient uses pthread_* functions so explicitly register the -lpthread dependency, ok ajacoutot@ (The newer version of megaglest at least sometimes has problems building without this, and we need to make sure pkg updates are triggered when needed due to lib changes in base). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/09 04:34:28 Modified files: lang/pypy : Makefile distinfo Log message: Regenerate the pypy bootstrap for new libc/pthread, the previous one had problems for at least naddy and myself after updating libc/pthread. (Simple in this case; the bootstrap is just here to use pypy [i.e. JIT] during build to save time/RAM, pypy can also be built using the normal python interpreter). ok edd@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/09 05:28:24 Log message: Import libpsl-0.7.1 libpsl allows web applications to detect super-cookies and to hilight the domain part of a hostname. ok landry@, input from sthen@ Status: Vendor Tag: jca Release Tags: jca_20150409 N ports/net/libpsl/distinfo N ports/net/libpsl/Makefile N ports/net/libpsl/patches/patch-src_psl_c N ports/net/libpsl/patches/patch-autogen_sh N ports/net/libpsl/patches/patch-src_psl2c_c N ports/net/libpsl/pkg/DESCR N ports/net/libpsl/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/09 05:30:59 Modified files: net : Makefile Log message: +libpsl CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/09 05:32:04 Modified files: net/wget : Makefile Log message: Make use of net/libpsl, as advised by upstream. ok landry@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/04/09 06:04:14 Modified files: sys/net : pf_table.c Log message: Plug a memory leak in pfr_destroy_kentry pfi_kif objects allocated for table entries created by route-to or by specifying weight weren't garbage collected when the table entry was destroyed. Spotted by Alexandr Nedvedicky , thanks! Ok henning, florian CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/09 07:24:20 Modified files: x11/p5-Gtk2 : Makefile Added files: x11/p5-Gtk2/patches: patch-xs_GdkDisplay_xs Log message: Fix incorrect memory management in Gtk2::Gdk::Display::list_devices CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/09 07:27:17 Modified files: x11/p5-Gtk2 : Tag: OPENBSD_5_7 Makefile Added files: x11/p5-Gtk2/patches: Tag: OPENBSD_5_7 patch-xs_GdkDisplay_xs Log message: Fix incorrect memory management in Gtk2::Gdk::Display::list_devices CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/09 07:27:36 Modified files: x11/p5-Gtk2 : Tag: OPENBSD_5_6 Makefile Added files: x11/p5-Gtk2/patches: Tag: OPENBSD_5_6 patch-xs_GdkDisplay_xs Log message: Fix incorrect memory management in Gtk2::Gdk::Display::list_devices CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/09 07:51:38 Modified files: japanese/Wnn : Makefile Added files: japanese/Wnn/patches: patch-Wnn_etc_pwd_c Log message: fix build post-tedu CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/04/09 08:58:28 Modified files: graphics/cqcam : Makefile Log message: do NOT prefer man page hard link over .so; misunderstanding with schwarze@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/04/09 09:08:19 Modified files: devel/cvsgraph : Makefile Log message: Drop USE_GROFF since groff and mandoc produce identical output. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/04/09 09:21:20 Modified files: games/xmris : Makefile Added files: games/xmris/patches: patch-xmred_man patch-xmris_man Log message: Fix roff syntax. Drop USE_GROFF since groff and mandoc produce identical output. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2015/04/09 09:25:31 Modified files: textproc/p5-Text-MultiMarkdown: Makefile distinfo Log message: update to 1.000035 OK ajacoutot CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2015/04/09 09:37:08 Modified files: mail/mailman : Makefile distinfo mail/mailman/patches: patch-Mailman_Defaults_py_in patch-Mailman_htmlformat_py patch-configure patch-tests_onebounce_py mail/mailman/pkg: PLIST UNMESSAGE Removed files: mail/mailman/patches: patch-templates_ru_s2s_py mail/mailman/pkg: MESSAGE Log message: update to 2.1.20; includes fix for CVE-2015-2775. feeback ajacoutot; feedback and ok jca CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/09 10:18:06 Modified files: net/tor : Tag: OPENBSD_5_6 Makefile distinfo Log message: - update to tor-0.2.4.27 https://blog.torproject.org/blog/tor-02512-and-0267-are-released ok pascal@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/09 10:18:39 Modified files: net/tor : Tag: OPENBSD_5_7 Makefile distinfo Log message: update to tor-0.2.5.12 https://blog.torproject.org/blog/tor-02512-and-0267-are-released ok pascal@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/04/09 10:48:29 Modified files: usr.sbin/httpd : server_http.c Log message: Revert previous as this breaks stuff. I fscked up the testing, sorry! Found the hard way by jsg@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/09 10:56:52 Modified files: sys/arch/sparc64/include: pmap.h sys/arch/sparc64/sparc64: pmap.c Log message: Make the sparc64 pmap (more) mpsafe by protecting both the pmap itself and the pv lists with a mutex. Some minor code adjustments to prevent holding locks too long. This should make pmap_enter(9), pmap_remove(9) and pmap_page_protect(9) safe to use without holding the kernel lock. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/04/09 11:20:51 Modified files: lang/moarvm : Makefile distinfo lang/moarvm/patches: patch-Configure_pl lang/moarvm/pkg: PLIST Log message: Update to MoarVM 2015.03. Now works on big endian. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/04/09 11:28:23 Modified files: lang/nqp : Makefile distinfo lang/nqp/pkg : DESCR PLIST Added files: lang/nqp/patches: patch-src_vm_moar_HLL_Backend_nqp patch-tools_build_Makefile-common_in patch-tools_build_install-moar-runner_pl Removed files: lang/nqp/patches: patch-3rdparty_dyncall_buildsys_gmake_tool_gcc_release_gmake patch-3rdparty_dyncall_configure patch-3rdparty_dyncall_dyncallback_dyncall_callback_arm32_arm_c patch-3rdparty_dyncall_dyncallback_dyncall_callback_ppc32_c patch-3rdparty_dyncall_dyncallback_dyncall_callback_sparc64_c patch-3rdparty_dyncall_dyncallback_dyncall_callback_x64_c patch-3rdparty_dyncall_dyncallback_dyncall_callback_x86_c patch-3rdparty_dyncall_dyncallback_dyncall_thunk_arm32_arm_c patch-3rdparty_dyncall_dyncallback_dyncall_thunk_arm32_arm_h patch-3rdparty_dyncall_dyncallback_dyncall_thunk_h patch-3rdparty_dyncall_dyncallback_dyncall_thunk_ppc32_c patch-3rdparty_dyncall_dyncallback_dyncall_thunk_ppc32_h patch-3rdparty_dyncall_dyncallback_dyncall_thunk_sparc64_c patch-3rdparty_dyncall_dyncallback_dyncall_thunk_x64_c patch-3rdparty_dyncall_dyncallback_dyncall_thunk_x64_h patch-3rdparty_dyncall_dyncallback_dyncall_thunk_x86_c patch-3rdparty_dyncall_dyncallback_dyncall_thunk_x86_h Log message: Update to NQP 2015.03. Move to MoarVM backend. Dyncall patches are not needed any more. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/04/09 11:35:55 Modified files: lang/rakudo : Makefile distinfo lang/rakudo/pkg: DESCR PLIST Added files: lang/rakudo/patches: patch-docs_S11-Modules-proposal_pod patch-src_core_Inc_pm patch-src_vm_moar_ModuleLoaderVMConfig_nqp patch-tools_build_Makefile-Moar_in patch-tools_build_Makefile-common_in Removed files: lang/rakudo/patches: patch-rakudo_tools_build_Makefile_in patch-tools_build_Makefile_in Log message: Update to rakudo 2015.03, on MoarVM. This port is no longer based on the 'star' distribution, but on plain rakudo. Module precompilation at the fake stage is too ugly and brittle, and upstream encourages packagers to provide modules as individual packages. So here's a bare-bones rakudo. Panda and other stuff will follow eventually. CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2015/04/09 11:57:29 Modified files: faq : faq6.html Log message: pgt(4) supports hostap, so mark it as such. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/04/09 12:27:19 Modified files: lang/parrot : Makefile distinfo lang/parrot/pkg: PLIST Added files: lang/parrot/patches: patch-src_platform_generic_sysmem_c Removed files: lang/parrot/patches: patch-config_auto_libffi_test_c_in patch-config_gen_makefiles_docs_in Log message: Update to parrot 7.2.0. Also builds fine for jasper@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/09 12:58:22 Modified files: sys/dev/pci : files.pci Removed files: sys/dev/pci : if_lmc.c if_lmc_common.c if_lmc_media.c if_lmc_obsd.c if_lmc_types.h if_lmcioctl.h if_lmcvar.h if_san_common.c if_san_common.h if_san_front_end.h if_san_obsd.c if_san_obsd.h if_san_te1.c if_san_te1.h if_san_xilinx.c if_san_xilinx.h if_sandrv.c if_sandrv.h Log message: Send lmc(4) and san(4) to the HDLC framed bit bucket in the sky. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/04/09 13:29:53 Modified files: usr.bin/whois : whois.1 whois.c Log message: If looking up a string which looks like a gTLD, doesn't match a known set of existing ones not using the new standard hostnames, and whois.nic.TLD exists, head straight there for lookups rather than using whois-servers.net (who have been a bit variable in their speed of picking up new zones). Bug spotted by giovanni@ and jasper@, ok giovanni@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/09 13:37:35 Modified files: usr.bin/compress: zmore Log message: Both more and less accept options beginning with '+'. From Tim van der Molen CVSROOT: /cvs Module name: src Changes by: okan@cvs.openbsd.org 2015/04/09 13:48:25 Modified files: bin/ps : ps.c Log message: kflag and wflag don't need to be counters; wflag only needs to know if greater than 0 for its one test case. ok deraadt CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/09 13:50:00 Modified files: mail/postfix/stable: Makefile distinfo mail/postfix/stable/files: postfix-install mail/postfix/stable/patches: patch-conf_main_cf patch-conf_master_cf mail/postfix/stable/pkg: PLIST Log message: update to Postfix 3.0.0, from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/09 13:55:09 Modified files: mail/mailscanner: Makefile distinfo mail/mailscanner/files: Makefile mail/mailscanner/patches: patch-bin_MailScanner patch-bin_cron_processing_messages_alert_cron patch-bin_update_bad_phishing_emails patch-bin_update_bad_phishing_sites patch-bin_update_phishing_sites patch-etc_MailScanner_conf patch-lib_MailScanner_ConfigDefs_pl patch-lib_MailScanner_CustomConfig_pm patch-lib_clamav-wrapper mail/mailscanner/pkg: PLIST Removed files: mail/mailscanner/patches: patch-lib_MailScanner_CustomFunctions_LastSpam_pm patch-lib_MailScanner_CustomFunctions_Ruleset-from-Function_pm patch-lib_MailScanner_TNEF_pm patch-lib_bitdefender-wrapper patch-lib_kaspersky-wrapper patch-lib_trend-autoupdate Log message: update to MailScanner-4.85.2-1, from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/09 14:01:36 Modified files: net/ircd-hybrid: Makefile distinfo net/ircd-hybrid/patches: patch-doc_Makefile_in patch-doc_reference_conf patch-src_ircd_c net/ircd-hybrid/pkg: PLIST Removed files: net/ircd-hybrid/patches: patch-modules_core_Makefile_in Log message: update to ircd-hybrid-8.2.6, from Brad CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2015/04/09 14:02:26 Modified files: mail/mailman : Tag: OPENBSD_5_7 Makefile Added files: mail/mailman/patches: Tag: OPENBSD_5_7 patch-Mailman_Utils_py Log message: Cherry pick for CVE-2015-2775: Path traversal vulnerability requested by jasper@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/09 14:04:23 Modified files: net/libpsl : Makefile net/libpsl/patches: patch-src_psl2c_c Log message: Unbreak: add missing libtool bdep, and correct erroneous patch. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2015/04/09 14:06:24 Modified files: mail/mailman : Tag: OPENBSD_5_6 Makefile Added files: mail/mailman/patches: Tag: OPENBSD_5_6 patch-Mailman_Utils_py Log message: Cherry pick for CVE-2015-2775: Path traversal vulnerability requested by jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/09 14:09:35 Modified files: emulators/bochs: Makefile Added files: emulators/bochs/patches: patch-iodev_hdimage_hdimage_cc patch-iodev_hdimage_vmware3_cc patch-iodev_hdimage_vmware4_cc Log message: Fix bximage compilation on big endian hosts, to unbreak bochs. From Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/09 14:12:15 Modified files: emulators/qemu : Makefile distinfo Log message: Update to QEMU 2.2.1, from Brad (maintainer). "The QEMU update was also Ok'd by rpe@ bcallah@" CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/09 14:47:15 Modified files: devel/orc : Makefile distinfo devel/orc/patches: patch-configure_ac devel/orc/pkg : PLIST Log message: update to orc-0.4.23, from Brad (maintainer) "The orc update was also Ok'd by ajacoutot@" CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/09 14:47:16 Modified files: graphics/libwebp: Makefile distinfo Log message: update to libwebp-0.4.3, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/09 14:47:19 Modified files: multimedia/x265: Makefile distinfo Log message: update to x265-1.6, from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/09 14:59:31 Modified files: multimedia/xine-lib: Makefile Added files: multimedia/xine-lib/patches: patch-src_post_planar_eq2_c Log message: Build xine-lib with Clang, from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/04/09 15:19:50 Modified files: lang/ghc : Makefile distinfo Log message: Yet another bootstrapper, based on ghc-7.8.3 (because building 7.8.4 with a 7.8.4 bootstarapper doesn't work). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/09 15:25:49 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-configure mail/dovecot/pkg: PLIST-server Removed files: mail/dovecot/patches: patch-src_lib_ipwd_c Log message: Update to Dovecot 2.2.16, from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/09 15:26:26 Modified files: mail/dovecot-pigeonhole: Makefile distinfo mail/dovecot-pigeonhole/patches: patch-doc_example-config_conf_d_90-sieve_conf patch-src_managesieve-login_Makefile_in mail/dovecot-pigeonhole/pkg: PLIST Log message: Update to Pigeonhole 0.4.7, to go with Dovecot 2.2.15. From Brad (maintainer). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/09 16:15:47 Modified files: net/GeoIP : Makefile distinfo Log message: update to GeoIP-1.6.5, plus geolite db snapshot from 20150409 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/09 16:25:02 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-tools_clang_include_clang_Driver_Options_td patch-tools_clang_lib_Driver_ToolChains_cpp patch-tools_clang_lib_Driver_Tools_cpp Added files: devel/llvm/patches: patch-tools_clang_include_clang_Basic_DiagnosticDriverKinds_td patch-tools_clang_include_clang_Driver_ToolChain_h patch-tools_clang_lib_Driver_ToolChain_cpp Log message: Backport commit from upstream Clang/LLVM, from Brad (maintainer). r211785 Implement the -fuse-ld= option. This commit implements the -fuse-ld= option, so that the user can specify -fuse-ld=bfd to use ld.bfd. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/09 17:11:39 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: djm@cvs.openbsd.org 2015/04/09 18:08:55 Modified files: usr.bin/ssh : ssh-keyscan.c Log message: include port number if a non-default one has been specified; based on patch from Michael Handler CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/09 20:08:08 Modified files: sys/net : if_vlan.c Log message: dont inherit the parent interfaces hardmtu as the vlan interfaces mtu when it gets set up. instead, allow the vlan interfaces mtu to be raised to the parents hardmtu in SIOCSIFMTU handling. pointed out by claudio@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2015/04/09 22:51:26 Modified files: www/py-django : Makefile distinfo www/py-django/pkg: PLIST Log message: update django to 1.7.7 (security fix). details: https://docs.djangoproject.com/en/1.7/releases/1.7.7/ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/04/09 23:16:50 Modified files: usr.bin/ssh : compat.c compat.h sshd.c Log message: Don't send hostkey advertisments (hostkeys-00@openssh.com) to current versions of Tera Term as they can't handle them. Newer versions should be OK. Patch from Bryan Drewery and IWAMOTO Kouichi, ok djm@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/09 23:31:25 Modified files: sys/dev/pci/drm: drmP.h drm_linux.h Log message: add irqs_disabled() and in_dbg_master() using cold and db_is_active CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/09 23:52:09 Modified files: sys/dev/pci/drm: drmP.h Log message: Make drm_can_sleep() match linux. No change in behaviour as it's only ever used to decide between mdelay and drm_msleep and our drm_msleep delays instead of sleeping. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/10 00:00:39 Modified files: sys/dev/pci/drm: drmP.h Log message: Use mdelay(x) instead of delay(x * 1000) for drm_msleep() to better deal with long delays. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/10 00:30:40 Modified files: www/webkit : Makefile Log message: typo: WANLIB -> WANTLIB CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/04/10 01:06:30 Removed files: share/man/man4 : lmc.4 san.4 Log message: everything else is gone, so remove the man pages too; CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/10 01:11:06 Modified files: www/dokuwiki : Makefile distinfo www/dokuwiki/pkg: PLIST Log message: Update to dokuwiki 2014-09-29d. ok pea@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/10 01:23:14 Modified files: usr.bin/tmux : tmux.1 Log message: in the case -> in this case. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/10 01:59:47 Modified files: sysutils/p5-Sys-Virt: Makefile distinfo sysutils/p5-Sys-Virt/pkg: PLIST Log message: update to p5-Sys-Virt-1.2.14 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/10 02:41:43 Modified files: sys/dev/usb : if_cdce.c if_cdcef.c if_cue.c if_kue.c if_mos.c if_upl.c Log message: Convert remaining USB Ethernet adapter to if_input(). ok dlg@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/04/10 02:48:08 Modified files: sys/dev/pckbc : pms.c Log message: Add support for CRC-enabled elantech v3 touchpads. Patch by Fasse ok mpi@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/10 02:48:24 Modified files: sys/net : if.c if.h if_ethersubr.c Log message: Run detach hook and similar before cleaning up any other resource when an interface is destroyed/removed. This way we can ensure pseudo-driver changes done after attaching an interface are undone before detaching it. Note: it is safe to call if_deactivate() multiple times as the interface should not have any attached pseudo-interface after the first call. ok deraadt@, dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/10 04:56:54 Modified files: devel/vte3 : Makefile devel/vte3/pkg : PLIST Log message: Enable vala bindings. Regen PLIST: missing vte-2.91 binary. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/10 05:02:12 Modified files: sys/sys : mbuf.h sys/net : pipex.c Log message: mpi@ introduced a ph_cookie in mbuf packet headers that can be used by a subsystem to stash some state while the mbuf gets queued. eg, net80211 uses it to keep track of the wireless node associated with a packet before submitting it to a drivers snd queue for transmission. this makes pipex use ph_cookie to keep track of the pipex session associated with a packet before submitting it to the softint queues. this lets us get rid of an mbuf tag type, and avoids the cost of tag allocation. ok yasuoka@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/10 06:06:52 Modified files: sys/dev/pci/drm: drmP.h drm_linux.h Log message: Move irqs_disabled() and in_dbg_master() out of the i386/amd64 ifdef block and change drm_can_sleep() to only use in_atomic() on i386/amd64 as it isn't defined for other archs currently. Unbreaks the sparc64 build. Found the hard way by benoit@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/10 06:25:46 Modified files: editors/vim : Makefile distinfo editors/vim/patches: patch-runtime_filetype_vim patch-runtime_syntax_c_vim patch-runtime_syntax_make_vim patch-src_configure_in patch-src_option_c patch-src_vim_h editors/vim/pkg: PLIST-lang PLIST-main Removed files: editors/vim/files: pf.vim Log message: update to vim 7.4 692 - remove locally bundled pf.vim, defer to upstream's newer version, patch from Lauri Tirkkonen CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/10 06:31:55 Modified files: sys/netinet : ip_ipsp.c Log message: replace the guts of tdb_hash with SipHash24 tested by (including some statistical measurement) and ok mikeb@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/04/10 06:43:30 Modified files: . : hackathons.html Log message: worked out a better way to note location/support CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/10 07:56:42 Modified files: sys/dev/usb : ehci.c ehcireg.h ehcivar.h Log message: Full-speed isochronous transfers support with opportunistic micro-frames scheduling. More work is required to properly budget and schedule micro-frames, most of it at the HUB level. But this let people use USB1.1 uaudio(4) devices on ehci(4)-only systems. Thanks to all the testers! ok ratchov@, sthen@, naddy@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/10 07:58:20 Modified files: sys/net : if.c if_ethersubr.c if_loop.c if_mpe.c if_ppp.c if_pppoe.c if_pppoe.h if_pppvar.h if_pppx.c if_spppsubr.c if_tun.c pipex.c ppp_tty.c sys/netinet : if_ether.c if_ether.h in.h ip_divert.c ip_ether.c ip_gre.c ip_input.c ip_ipip.c ipsec_input.c sys/netinet6 : in6.h ip6_divert.c ip6_input.c sys/netmpls : mpls.h mpls_input.c mpls_raw.c Log message: replace the use of ifqueues for most input queues serviced by netisr with niqueues. this change is so big because there's a lot of code that takes pointers to different input queues (eg, ether_input picks between ipv4, ipv6, pppoe, arp, and mpls input queues) and falls through to code to enqueue packets against the pointer. if i changed only one of the input queues id have to add sepearate code paths, one for ifqueues and one for niqueues in each of these places by flipping all these input queues at once i can keep the currently common code common. testing by mpi@ sthen@ and rafael zalamena ok mpi@ sthen@ claudio@ henning@ CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/04/10 08:35:36 Modified files: lang/jimtcl : Makefile distinfo lang/jimtcl/patches: patch-Makefile_in patch-initjimsh_tcl lang/jimtcl/pkg: PLIST Log message: Update to latest. Make sure to build with ${MODTCL_BIN}. Better auto_path filtering. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/04/10 08:43:49 Modified files: editors/xwpe : Makefile games/corewars : Makefile games/freeciv : Makefile mail/majordomo : Makefile Log message: Drop USE_GROFF: no or minor differences only. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/04/10 09:24:10 Modified files: build : mirrors.dat Log message: add mirrors.unb.br, requested by Felipe Scarel CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/04/10 09:25:09 Modified files: . : ftp.html ftplist openbgpd : ftp.html openntpd : portable.html openssh : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/10 09:33:20 Modified files: sys/dev/usb : ehci.c Log message: I did quite some changes to this driver, so add copyright. CVSROOT: /cvs Module name: www Changes by: mpi@cvs.openbsd.org 2015/04/10 09:37:00 Modified files: . : donations.html Log message: Sudhi Herle sent me a laptop with an intel xHCI, thanks a lot! CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/10 10:00:08 Modified files: usr.bin/tmux : cmd-bind-key.c tmux.1 window-copy.c Log message: Add a -x flag to copy-selection, append-selection and start-named-buffer to prevent it exiting copy mode after copying. From J Raynor with a few tweaks by me. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/10 10:04:47 Modified files: sys/dev/pci : if_jme.c Log message: Convert to if_input(). Tested by Daniel Jakots, thanks! CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/04/10 10:45:12 Modified files: lang/racket : Makefile Log message: PORTROACH limit. "looks about right" jasper@. CVSROOT: /cvs Module name: src Changes by: brynet@cvs.openbsd.org 2015/04/10 12:05:51 Modified files: usr.bin/vi/cl : cl_screen.c cl_term.c Log message: This changes vi to use resizeterm(3) instead of reinitializing curses on window resizes, which was leaking massive amounts of memory. Try observing vi in top(1) and while resizing the window a few times before and aftering applying this diff.. Also some more comment cleanup and another memory leak.. From github.com/lichray/nvi2 879d2ad6dd4a4343eb0a588ebfe637e1c9845bc4 a8c38480adb030a05bbb2aafec6067dd65d8c2eb ok millert@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/10 12:08:31 Modified files: sys/arch/sparc64/sparc64: pmap.c Log message: Don't use pa_to_pvh() if we already have the page. Avoids an unused variable for non-DIAGNOSTIC kernels. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/04/10 12:13:06 Added files: lang/rust/patches: patch-configure Log message: don't require unused curl or wget; from maintainer Sebastien Marie CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/10 13:09:55 Modified files: sysutils/p5-Puppet-Tidy: Makefile distinfo Log message: update to p5-Puppet-Tidy-0.3.3 CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/04/10 13:27:41 Modified files: graphics/openscenegraph: Makefile Log message: limit PORTROACH to even minor releases. looks good to jasper@ CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2015/04/10 13:59:19 Modified files: sys/dev/pci : virtio.c Log message: Fix typo in macro name CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2015/04/10 14:00:27 Modified files: sys/dev/pci : virtio.c Log message: Axe vq_free_entry_locked A leftover from netbsd CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/10 14:21:01 Modified files: x11/xfce4/orage: Makefile distinfo x11/xfce4/orage/pkg: PLIST Log message: Update to orage 4.12.1. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/04/10 14:32:12 Modified files: archivers/unrar: Makefile distinfo Log message: update to upstream tarball 5.2.7, still labeled version 5.21 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/10 14:43:51 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/patches: patch-daemon_gdm-launch-environment_c patch-daemon_gdm-manager_c Added files: x11/gnome/gdm/patches: patch-daemon_gdm-legacy-display_c Log message: Ensure X11 display device is propagated to launch environment so that ConsoleKit works (upstream). CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/10 20:24:43 Modified files: sys/dev/pci/drm/i915: i915_drv.c i915_drv.h Log message: Rename i915_gem_chipset_flush() to intel_gtt_chipset_flush() so we can use the inline definition of i915_gem_chipset_flush() that avoids the flush entirely on gen >= 6. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/10 20:59:05 Modified files: sys/dev/pci/drm: drm_linux.h sys/dev/pci/drm/i915: intel_overlay.c Log message: add/use max_t() CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/10 22:36:10 Modified files: sys/dev/pci/drm: drmP.h drm_mem_util.h sys/dev/pci/drm/i915: i915_gem_execbuffer.c Log message: change back to drm_free_large/drm_malloc_ab CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/10 23:10:13 Modified files: sys/dev/pci/drm: drm_linux.h sys/dev/pci/drm/i915: i915_drv.h i915_irq.c intel_pm.c sys/dev/pci/drm/radeon: radeon.h sys/dev/pci/drm/ttm: ttm_bo_manager.c ttm_object.c ttm_page_alloc.c Log message: change back to spinlock_t/DEFINE_SPINLOCK CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/04/11 01:49:40 Modified files: devel/p5-TAP-Harness-Archive: Makefile distinfo Log message: Update to p5-TAP-Harness-Archive 0.17. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/04/11 01:51:21 Modified files: devel/p5-IO-CaptureOutput: Makefile distinfo Log message: Update to p5-IO-CaptureOutput 1.1104. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/04/11 01:54:27 Modified files: net/p5-Net-Twitter-Lite: Makefile distinfo net/p5-Net-Twitter-Lite/pkg: PLIST Log message: Update to p5-Net-Twitter-Lite 0.12006. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/11 02:25:10 Modified files: sysutils/pciutils: Makefile distinfo sysutils/pciutils/patches: patch-lib_names-net_c sysutils/pciutils/pkg: PLIST Removed files: sysutils/pciutils/patches: patch-Makefile Log message: Update to pciutils-3.3.1. This port may not stay around very much longer but chrome still needs it for the time being. ok matthieu@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2015/04/11 02:39:58 Modified files: www/midori : Makefile Log message: Use correct webkit library version, typo in manual fix after cvs conflict. Ok landry, aja CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/04/11 05:46:11 Modified files: benchmarks/iozone: Makefile distinfo Log message: Update to iozone-3.430. ok jca@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/04/11 05:54:05 Modified files: net/py-IP : Makefile distinfo Log message: Update to py-IP-0.83. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/04/11 06:09:25 Modified files: devel/cscope : Makefile distinfo Log message: Update to cscope-15.8b. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2015/04/11 06:49:30 Modified files: games/redeclipse: Makefile distinfo games/redeclipse/patches: patch-system-install_mk games/redeclipse/pkg: PLIST-data PLIST-main Added files: games/redeclipse/patches: patch-Makefile patch-engine_serverbrowser_cpp patch-game_server_cpp Removed files: games/redeclipse/patches: patch-core_mk patch-engine_sound_cpp Log message: update to Red Eclipse 1.5.1 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/11 07:00:12 Modified files: sys/net : hfsc.c hfsc.h pf.c pf_ioctl.c pfvar.h Log message: the hfsc pools are only used in hfsc.c, so move the init of them there instead of pf_ioctl.c. ok henning@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/04/11 07:36:39 Modified files: devel/py-hgtools: Makefile distinfo Log message: Update to py-hgtools-6.3. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2015/04/11 07:49:14 Modified files: games/sauerbraten: Makefile Added files: games/sauerbraten/patches: patch-engine_serverbrowser_cpp Removed files: games/sauerbraten/patches: patch-engine_sound_cpp Log message: enet_address_set_host() is not thread safe on OpenBSD due to lack of gethostbyname_r(). Retain the resolver mutex when calling it to avoid crashes in the multiplayer server browser. Remove a now uneeded patch while here. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/04/11 07:51:29 Modified files: devel/py-tz : Makefile distinfo Log message: Update to py-tz-2015.2. from frantisek holop (maintainer) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/11 08:39:37 Modified files: sys/dev/pci/drm: drm_linux.h sys/dev/pci/drm/i915: i915_irq.c Log message: rename i915 interrupt handlers from *_intr back to *_irq_handler CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/04/11 08:40:42 Modified files: sys/dev/pci : if_lii.c Log message: Convert lii(4) to if_input(). ok mpi@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/04/11 08:52:49 Modified files: usr.sbin/httpd : config.c logger.c server.c Log message: Always check the return value of proc_composev_imsg() and handle failures appropriately. Otherwise imsg construction can silently fail, resulting in non-obvious problems. Found the hard way by Theodore Wynnychenko. ok doug@ florian@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/04/11 09:21:42 Modified files: usr.bin/openssl: pkeyparam.c Log message: Convert openssl(1) pkeyparam to new option handling. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/11 09:32:07 Modified files: x11/gnome/gdm/patches: patch-daemon_gdm-manager_c Log message: Committed upstream. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/04/11 09:41:57 Modified files: usr.bin/openssl: pkeyparam.c Log message: Put back a goto end that was unintentionally removed. Spotted by doug@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/11 10:03:21 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 x509_vfy.c lib/libssl/src/doc/apps: config.pod Log message: Remove all getenv() calls, especially those wrapped by issetugid(). getenv()'s wrapped by issetugid() are safe, but issetugid() is correct difficult to impliment on many operating systems. By accident, a grand experiment was run over the last year, where issetugid() returned 1 (the safe value) on a few operating systems. Noone noticed & complained that certain environment variables were not working....... ok doug beck jsing, discussion with others CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2015/04/11 10:08:42 Modified files: driver/xf86-input-synaptics: ChangeLog Makefile.in configure configure.ac driver/xf86-input-synaptics/src: eventcomm.c synaptics.c synapticsstr.h Added files: driver/xf86-input-synaptics: compile Log message: Update to xf86-input-synaptics 1.8.2. ok matthieu@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/11 10:16:15 Modified files: lib/libssl/src/crypto: crypto.h lib/libcrypto/crypto: Makefile shlib_version Removed files: lib/libssl/src/crypto: uid.c Log message: Send OPENSSL_issetugid() straight to hell, no final cigarette. The issetugid() API is supposed to make a strong promise where "0 means it is safe to look at the environment". Way back in the past someone on the OpenSSL team responded to the environment access danger by creating a wrapper called OPENSSL_issetugid, and went to use it a number of places. However, by default on systems lacking true issetugid(), OPENSSL_issetugid returns 0. 0 indicating safely. False safety. Which means OPENSSL_issetugid() fails to make any sort of promise about safety, in fact it is just the opposite. Can you believe the OpenSSL team? This nastiness was noticed over the years, however noone could gain traction and get it fixed in OpenSSL. Also see a paragraph about this in http://www.tedunangst.com/flak/post/worst-common-denominator-programming ok jsing CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/11 10:17:46 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: jsing@cvs.openbsd.org 2015/04/11 10:23:34 Modified files: sys/dev : softraid_raid5.c Log message: Add support for restarting rebuilds on RAID 5. ok krw@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/04/11 10:37:34 Modified files: share/man/man4 : softraid.4 sbin/bioctl : bioctl.8 bioctl.c Log message: Re-enable the RAID 5 discipline for softraid(4). The RAID 5 implementation has been largely rewritten during the last two hackathons in Dunedin - it now needs further testing and usage. CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2015/04/11 10:38:54 Modified files: www/py-requests: Makefile distinfo Removed files: www/py-requests/patches: patch-requests_sessions_py Log message: Update to py-requests 2.6.0. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/04/11 11:10:17 Modified files: sys/dev : softraid.c Log message: Directly handle ioctls issued to a SCSI device associated with a softraid volume, ignoring any device name specified in the bio(4) ioctl struct. One of bio(4)'s design flaws is that the device name is hardcoded in many of the ioctl structs, making it basically unusable with DUIDs. In the case of `bioctl -d' the bioctl(8) code actually uses opendev(3) on the given name, then issues the ioctl directly to the resulting device. As such, we already know which device (or in this case, softraid volume) the ioctl was intended for, however the current softraid(4) code ignores this and instead attempts to perform a lookup using the name in the bio(4) ioctl struct. This diff splits the sr_bio_ioctl() code into two parts - one that implements the API required by bio(4) and the other that contains the ioctl handling code, which now takes an optional pointer to the softraid discipline. If an ioctl is issued to a SCSI device associated with a softraid volume, pass the corresponding softraid discipline struct through and to the bio ioctl handler and use it in preference to performing a device name lookup. Amongst other things, this makes bioctl -d now work with DUIDs. ok krw@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/11 21:54:10 Modified files: sys/dev/pci/drm: drmP.h drm_irq.c drm_linux.h sys/dev/pci/drm/i915: i915_gem.c intel_ringbuffer.c intel_ringbuffer.h sys/dev/pci/drm/radeon: radeon.h radeon_device.c radeon_fence.c radeon_sa.c sys/dev/pci/drm/ttm: ttm_bo.c ttm_bo_api.h ttm_bo_util.c ttm_lock.c ttm_lock.h Log message: make wait_queue_head a struct with a mutex better matches linux behaviour CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/11 22:44:42 Modified files: security/libgpg-error: Makefile distinfo Log message: Update to libgpg-error-1.19. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/11 23:31:23 Modified files: sys/dev/pci/drm: drm_linux.h sys/dev/pci/drm/i915: intel_opregion.c intel_overlay.c sys/dev/pci/drm/ttm: ttm_bo_util.c Log message: Switch back to ioread32 and iowrite32 for cases where bus_space_vaddr is used instead of bus_space_read/bus_space_write. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/11 23:53:07 Modified files: lang/guile2 : Makefile Log message: Properly set GUILE so that guild runs "guile2" from this package instead of "guile" from lang/guile. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/12 00:04:47 Modified files: productivity/gnucash: Makefile productivity/gnucash/pkg: PLIST Log message: Unbreak build when both guile and guile2 are installed; gnucash now prefers guile2 if it's around (breakage reported by sthen@). While here, drop gnucash-valgrind which is useless in a package. Add a couple of missing RUN_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/12 01:35:56 ports/games/minecraft/files Update of /cvs/ports/games/minecraft/files In directory cvs.openbsd.org:/tmp/cvs-serv23518/files Log Message: Directory /cvs/ports/games/minecraft/files added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/12 01:43:05 Modified files: games/minecraft: Makefile games/minecraft/pkg: PLIST Added files: games/minecraft/files: minecraft.desktop minecraft.svg Log message: add a desktop file/icon CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/12 01:46:04 Modified files: games/minecraft: Makefile games/minecraft/files: minecraft.desktop Log message: LOCALBASE->TRUEPREFIX, thanks Antoine :-) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/12 01:58:38 Modified files: converters/p5-Net-IDN-Encode: Makefile distinfo Log message: update to p5-Net-IDN-Encode-2.201 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/12 02:35:13 Modified files: devel/p5-AppConfig: Makefile distinfo Log message: update to p5-AppConfig-1.71 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/04/12 02:42:30 Modified files: security/cracklib: Makefile distinfo Log message: Update to cracklib-2.9.3. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/12 03:57:54 Modified files: sys/net : if_bridge.h Log message: dont rely on hfsc.h via pfvar.h to include sys/timeout.h. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/12 03:58:46 Modified files: sys/net : hfsc.c hfsc.h Log message: pull structs and macros that are only used in hfsc.c out of the header and into the .c file. ok henning@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/12 05:12:09 Modified files: sys/kern : init_main.c Log message: disable the pool gc. there are reports of strange lockups on various mp archs and this is the only interesting diff in the window. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/12 05:26:54 Modified files: sys/dev/pci/drm: drmP.h sys/dev/pci/drm/i915: i915_drv.c intel_crt.c intel_display.c intel_dp.c intel_drv.h intel_lvds.c intel_pm.c intel_ringbuffer.c Log message: change back to wait_for/wait_for_atomic_us CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/12 05:27:03 Modified files: textproc/p5-Template: Makefile distinfo textproc/p5-Template/pkg: PLIST Log message: - update to p5-Template-2.26 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/12 05:44:11 Modified files: misc/portroach : Makefile distinfo misc/portroach/patches: patch-portroach_conf_dist misc/portroach/pkg: PLIST Log message: - update to portroach-2.0.3 * various tweaks to generated email/html pages * now includes database migration scripts in case the db schema is bumped * lots and lots of unused code removed CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/04/12 05:49:39 Modified files: etc : nsd.conf etc/mtree : 4.4BSD.dist Log message: Switch example NSD config to splitting master and slave zones into different subdirectories (/var/nsd/zones/{master,slave}) and create these in mtree. Nearly everybody that uses NSD for slave zones that I talked to already has this layout. Bikesh^Wdiscussed with ajacoutot florian millert and others. ok ajacoutot@ florian@ phessler@ claudio@ jung@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/12 05:50:13 Modified files: multimedia/get_iplayer: Makefile Log message: remove PORTROACH annotation to see if the github handler rewrite can now handle this by itself. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/12 05:55:05 Modified files: graphics/gegl03: Makefile Log message: Missing textproc/intltool MODULE. spotted by landry@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/12 05:55:42 Modified files: x11/gtksourceview3: Makefile distinfo Log message: update to gtksourceview3-3.16.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/12 05:56:57 Modified files: x11/gnome/gedit: Makefile distinfo Log message: update to gedit-3.16.1 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/04/12 06:01:01 Modified files: devel/py-dateutil: Makefile distinfo Log message: Update to py-dateutil-2.4.2. from frantisek holop (maintainer) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/12 06:14:30 Modified files: sys/dev/pci/drm: drm_linux.h sys/dev/pci/drm/radeon: radeon_agp.c radeon_bios.c Log message: change back to linux style pci vendor/device defines CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/12 06:22:27 Modified files: sys/net : hfsc.c Log message: there's a 1:1 correlation between hfsc_class instances and hfsc_classq instances, so maintaining separate pools for them and pointing between them is overhead. this drops the hfsc_classq pool and inlines it into hfsc_class. ok henning@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/12 08:09:40 Modified files: sys/net : hfsc.c Log message: hfsc_classq has a type member which is never set or read, except to report its value to userland which will always be 0. drop the member. lie to userland. ok henning@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/12 08:57:52 Modified files: infrastructure/db: user.list Log message: Book a seat for net/knot. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/12 09:02:32 Log message: Import liburcu, needed for the upcoming net/knot port. Feedback from landry@ and sthen@, ok sthen@ Status: Vendor Tag: jca Release Tags: jca_20150412 N ports/devel/liburcu/Makefile N ports/devel/liburcu/distinfo N ports/devel/liburcu/patches/patch-tests_benchmark_common_sh N ports/devel/liburcu/patches/patch-tests_common_thread-id_h N ports/devel/liburcu/pkg/DESCR N ports/devel/liburcu/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/12 09:06:37 Modified files: devel : Makefile Log message: +liburcu CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/04/12 09:15:51 Modified files: lib/libssl/src/crypto/asn1: x_pkey.c lib/libssl/src/crypto/x509: x509.h Log message: Remove d2i_X509_PKEY and i2d_X509_PKEY from the SSLeay days. i2d_X509_PKEY is a "needs to implement" and d2i_X509_PKEY is broken. Removed upstream in commit b1f3442857c1fd76e91941141bf671d19e90a79d. ok deraadt@, jsing@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/04/12 09:16:54 Modified files: games/manaplus : Makefile distinfo Log message: Update to 1.5.4.11 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/12 10:07:13 Log message: Import knot-1.6.2 Tests by Pierre Emeriaud (co-maintainer) and florian@, ok sthen@ DESCR: Knot DNS is a high-performance authoritative-only DNS server which supports all key features of the domain name system including zone transfers and DNSSEC. Among its goals is support for on-line addition and removal of zones. Status: Vendor Tag: jca Release Tags: jca_20150412 N ports/net/knot/Makefile N ports/net/knot/distinfo N ports/net/knot/patches/patch-samples_knot_sample_conf_in N ports/net/knot/patches/patch-src_libknot_dnssec_config_h N ports/net/knot/patches/patch-src_libknot_util_endian_h N ports/net/knot/pkg/DESCR N ports/net/knot/pkg/PLIST N ports/net/knot/pkg/knot.rc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/12 10:26:10 Modified files: net/knot : Makefile net/knot/pkg : PLIST knot.rc Log message: More fixes before import. - --without-stuff -> --disable-stuff where needed - replace /var and /etc with LOCALSTATEDIR and SYSCONFDIR - add "OpenBSD" cvs tag to knot.rc The two latter nits were pointed out by portcheck(1). CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/12 11:01:31 Modified files: www/tt-rss : Makefile distinfo www/tt-rss/pkg : PLIST Log message: Update to tt-rss 1.15.3, from Atanas Vladimirov CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/12 11:09:21 Modified files: net/knot/pkg : knot.rc Log message: Trim uneeded "|| return 1" clauses from knot.rc Spotted by ajacoutot@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/12 11:10:07 Modified files: sys/dev/pci/drm: drm_linux.h sys/dev/pci/drm/i915: i915_gem.c i915_gem_execbuffer.c i915_irq.c i915_trace.h intel_display.c intel_ringbuffer.c Log message: Add a few missing trace functions, and "use" them. Add back the WATCH_GTT code (that isn't actually compiled in). Use dev_priv->dev in one more place now that we have it, and add set_normalized_timespec() and use it. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/12 11:12:19 Modified files: net : Makefile Log message: +knot CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/12 12:06:32 Modified files: x11/kde4/l10n : Makefile.inc Log message: Avoid WANTLIB in (arch-independent) localization packages. Spotted by portcheck. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/12 12:08:15 Modified files: x11/xfce4/xfdashboard: Makefile distinfo Log message: update to xfdesktop 0.4.0 CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/12 12:17:18 Modified files: x11/kde4/kget : Makefile x11/kde4/kopete: Makefile x11/kde4/kppp : Makefile x11/kde4/krdc : Makefile x11/kde4/krfb : Makefile x11/kde4/zeroconf-ioslave: Makefile x11/kde4/network-filesharing: Makefile x11/kde4/network-strigi-analyzers: Makefile Log message: Use "net" instead of "network" in CATEGORIES; noticed by jasper@, thanks! Fix RUN_DEPENDS in kget while there. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/12 12:18:13 Modified files: x11/kde4/runtime: Makefile Log message: Make sure the right smbclient.so is picked up. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/12 12:29:12 Modified files: math/R : Makefile distinfo math/R/patches : patch-Makefile_in patch-configure patch-src_main_Makefile_in patch-src_main_connections_c patch-src_scripts_javareconf_in math/R/pkg : PLIST Log message: Update R to 3.1.3. Some patches got incorporated or not needed anymore; hard work done by Ingo Feinerer - thanks! Input from dcoppa@, sthen@ and me. okay Rafael Sadowski (MAINTAINER). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/12 12:35:14 Removed files: mail/mailscanner/files: Makefile Log message: properly remove this (now 0-byte) file; reminded by Brad CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/12 12:37:23 Modified files: infrastructure/bin: portcheck Log message: Make sure that GH_COMMIT is 40 chararacters length. This is a leftover from pre-lock times, added after a few problematic GH_COMMIT got in (fixed a while ago). CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/12 12:37:42 Modified files: databases/py-peewee: Makefile distinfo databases/py-peewee/pkg: PLIST Log message: Update to peewee-2.5.1 No objections from ports@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/04/12 12:37:54 Modified files: sys/arch/i386/conf: files.i386 sys/arch/i386/i386: autoconf.c db_memrw.c genassym.cf hibernate_machdep.c kgdb_machdep.c kvm86.c lapic.c locore.s machdep.c mptramp.s pmap.c pmapae.c sys/arch/i386/include: biosvar.h cpu.h pmap.h pte.h sys/arch/i386/pci: piixpcib.c Log message: Bring PAE code back to life, in a different form. This diff (via bluhm then to deraadt, then myself) brings the PAE pmap on i386 (not touched in any significant way for years) closer to the current non-PAE pmap and allows us to take a big next step toward better i386 W^X in the kernel (similar to what we did a few months ago on amd64). Unlike the original PAE pmap, this diff will not be supporting > 4GB physical memory on i386 - this effort is specifically geared toward providing W^X (via NX) only. There still seems to be a bug removing certain pmap entries when PAE is enabled, so I'm leaving PAE mode disabled for the moment until we can figure out what is going on, but with this diff in the tree hopefully others can help. The pmap functions now operate through function pointers, due to the need to support both non-PAE and PAE forms. My unscientific testing showed less than 0.3% (a third of a percent) slowdown with this approach during a base build. Discussed for months with guenther, kettenis, and deraadt. ok kettenis@, deraadt@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/04/12 13:21:32 Modified files: sys/arch/i386/i386: pmap.c pmapae.c Log message: Fix some typos in comments, and remove an outdated comment about how certain pmap structures are allocated. No functional change. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/04/12 13:37:40 xenocara/driver/xf86-video-intel/libobj Update of /cvs/xenocara/driver/xf86-video-intel/libobj In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/driver/xf86-video-intel/libobj Log Message: Directory /cvs/xenocara/driver/xf86-video-intel/libobj added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/04/12 13:42:07 Modified files: driver/xf86-video-intel: AUTHORS ChangeLog Makefile.am Makefile.in NEWS README aclocal.m4 config.h.in configure configure.ac driver/xf86-video-intel/man: Makefile.in intel.man driver/xf86-video-intel/src: Makefile.am Makefile.in compat-api.h i915_pciids.h intel_device.c intel_driver.h intel_list.h intel_module.c intel_options.c intel_options.h driver/xf86-video-intel/src/legacy: Makefile.in driver/xf86-video-intel/src/legacy/i810: Makefile.am Makefile.in i810_driver.c driver/xf86-video-intel/src/legacy/i810/xvmc: Makefile.in driver/xf86-video-intel/src/render_program: Makefile.am Makefile.in exa_wm_yuv_rgb.g8b driver/xf86-video-intel/src/sna: Makefile.am Makefile.in blt.c gen2_render.c gen3_render.c gen4_render.c gen4_vertex.c gen5_render.c gen6_common.h gen6_render.c gen7_render.c gen8_render.c kgem.c kgem.h kgem_debug.c sna.h sna_accel.c sna_blt.c sna_composite.c sna_cpu.c sna_cpuid.h sna_damage.c sna_damage.h sna_display.c sna_display_fake.c sna_driver.c sna_glyphs.c sna_io.c sna_reg.h sna_render.c sna_render.h sna_render_inline.h sna_threads.c sna_tiling.c sna_transform.c sna_trapezoids.c sna_trapezoids_boxes.c sna_trapezoids_imprecise.c sna_trapezoids_mono.c sna_trapezoids_precise.c sna_video.c sna_video.h sna_video_overlay.c sna_video_sprite.c sna_video_textured.c driver/xf86-video-intel/src/sna/brw: Makefile.in driver/xf86-video-intel/src/sna/fb: Makefile.in fbbitmap.c fblinebits.h fbpoint.c fbpointbits.h driver/xf86-video-intel/src/uxa: Makefile.am Makefile.in i830_reg.h intel.h intel_batchbuffer.c intel_batchbuffer.h intel_display.c intel_dri.c intel_driver.c intel_glamor.c intel_memory.c intel_uxa.c intel_video.c uxa-accel.c uxa-priv.h uxa-render.c uxa.c driver/xf86-video-intel/test: Makefile.am Makefile.in README basic-copyarea-size.c basic-copyarea.c basic-fillrect.c basic-lines.c basic-putimage.c basic-rectangle.c basic-stippledrect.c basic-stress.c basic-string.c basic-tiledrect.c dri2-race.c dri2-swap.c dri2-test.c lowlevel-blt-bench.c mixed-stress.c render-composite-solid-mask.c render-composite-solid.c render-copy-alphaless.c render-copyarea-mask.c render-copyarea-size.c render-copyarea.c render-fill-copy.c render-fill.c render-trapezoid-image.c render-trapezoid.c test.h test_display.c test_image.c driver/xf86-video-intel/tools: Makefile.am Makefile.in intel-virtual-output.man virtual.c driver/xf86-video-intel/xvmc: Makefile.am Makefile.in intel_xvmc.c intel_xvmc_private.h driver/xf86-video-intel/xvmc/shader: Makefile.in driver/xf86-video-intel/xvmc/shader/mc: Makefile.in driver/xf86-video-intel/xvmc/shader/vld: Makefile.in Added files: driver/xf86-video-intel: compile driver/xf86-video-intel/libobj: Makefile.am Makefile.in getline.c ignore.c driver/xf86-video-intel/src: backlight.c backlight.h fd.c fd.h driver/xf86-video-intel/src/render_program: exa_wm_src_affine.g8a exa_wm_src_sample_argb.g8a exa_wm_src_sample_planar.g8a exa_wm_write.g8a exa_wm_yuv_rgb.g8a driver/xf86-video-intel/src/sna: sna_dri2.c sna_dri3.c sna_present.c driver/xf86-video-intel/src/uxa: intel_dri3.c intel_present.c intel_sync.c driver/xf86-video-intel/test: cursor-test.c dri3-test.c dri3.c dri3.h present-test.c shm-test.c driver/xf86-video-intel/tools: backlight_helper.c org.x.xf86-video-intel.backlight-helper.policy.in Removed files: driver/xf86-video-intel/src/sna: sna_dri.c Log message: Update to xf86-video-intel 2.99.916 Fixes a display bug seenby ajacoutot@, ok jsg@ and kettenis@. newer X.Org (2.99.917 or master) version cause corruption on older machines (X40, i965), probably caused by a bug in our kernel, under investigation by kettenis@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/04/12 13:44:07 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2015/04/12 14:18:41 Modified files: lib/libc/locale: runetable.c Log message: Let nl_langinfo(CODESET) return "US-ASCII" as the name of the character codeset for the POSIX/C default locale. This is the preferred IANA name and also used by FreeBSD. The previous value "646" was an obscure reference to ISO 646 (= ASCII) and was not recognized by GNU iconv out of the box. ok millert@, stsp@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/04/12 14:21:57 Modified files: converters/libiconv: Makefile Added files: converters/libiconv/patches: patch-libcharset_lib_config_charset Removed files: converters/libiconv/patches: patch-Makefile_devel patch-lib_aliases_gperf patch-lib_encodings_def Log message: Simplify, now that nl_langinfo(CODESET) returns "US-ASCII" instead of "646" as the charset of the C/POSIX locale: This removes the patches to libiconv's internal hash tables and adds US-ASCII to config.charset, for the benefit of whatever GNU code uses this-- libiconv itself has "US-ASCII" built in. The "INSTALL_DATA=cp" override has also been obsolete since we started running the fake install as non-root. ok Brad CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/12 14:42:44 Added files: tests/portcheck: t15.sample tests/portcheck/t15: Makefile tests/portcheck/t15/pkg: DESCR PLIST Log message: Add test for GH_COMMIT handling. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/12 14:43:13 Modified files: tests/portcheck: Makefile Log message: Hook up GH_COMMIT test. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/12 14:53:19 Modified files: x11/yakuake-kde4: Makefile x11/yakuake-kde4/pkg: PLIST Log message: DISTNAME is more appropriate than PKGNAME in SUBST_VARS. Also, EXTRACT_SUFX is extra here. No package change, no bump. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/04/12 15:15:53 Modified files: . : INDEX Log message: sync, 9045 CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/04/12 15:37:33 Modified files: sys/arch/i386/i386: pmap.c pmapae.c sys/arch/i386/include: pmap.h Log message: Fix some KNF, spacing, and typo issues. Moving the deck chairs around to reduce differences between PAE and no-PAE i386 pmaps. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/04/12 15:42:18 Modified files: usr.bin/mg : extend.c Log message: Prevent use after free in definemacro(). When the startup file contains (start-kbd-macro) mg crashes when executing "start-kbd-macro" two times in the running mg. The problem is that execline() is cleaning up behind our backs. Finish the cleanup and make sure mg doesn't think we are in the middle of a macro definition. Problem found, tracked down and diff by gsoares@ Tweaked & OK by me. Committing on request of gsoares@ who currently doesn't have good net to commit. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/12 16:58:34 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/04/12 20:04:08 Modified files: usr.bin/ssh : compat.c kexgexc.c kexgexs.c Log message: deprecate ancient, pre-RFC4419 and undocumented SSH2_MSG_KEX_DH_GEX_REQUEST_OLD message; ok markus@ deraadt@ "seems reasonable" dtucker@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/12 23:11:23 Modified files: usr.bin/sed : extern.h process.c Log message: correct multiplication idiom during xreallocarray, and expand appendnum to size_t to avoid overflow after allocation success ok guenther doug CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/04/13 00:38:55 Modified files: devel/p5-Test-Strict: Makefile distinfo Log message: Update to p5-Test-Strict-0.27. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/13 00:56:47 Added files: multimedia/gstreamer-0.10/plugins-bad/patches: patch-ext_vp8_gstvp8utils_h Log message: Drop the compatability shims for old libvpx. from and tested by Brad with newer libvpx test with in-tree libvpx and ok sthen@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/13 01:20:08 Modified files: math/R : Makefile Removed files: math/R/patches : patch-doc_Makefile_in patch-etc_Makeconf_in patch-src_appl_Makefile_in patch-src_extra_blas_Makefile_in patch-src_include_R_ext_eventloop_h patch-src_main_CommandLineArgs_c Log message: Actually remove files that should be, err, removed. Something fishy happened here in CVS, but Ingo Feinerer is on guard! :) Bump for safety. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/13 01:45:20 Modified files: x11/gnome/tracker: Makefile Log message: Fix comment. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/13 01:49:34 Modified files: geo/geoclue2 : Makefile distinfo geo/geoclue2/pkg: PLIST Log message: update to geoclue2-2.2.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/13 01:55:34 Modified files: databases/evolution-data-server: Makefile distinfo Log message: Update to evolution-data-server-3.16.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/13 01:56:06 Modified files: mail/evolution : Makefile distinfo mail/evolution/pkg: PLIST Removed files: mail/evolution/patches: patch-modules_backup-restore_evolution-backup-tool_c Log message: Update to evolution-3.16.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/13 01:56:39 Modified files: mail/evolution-ews: Makefile distinfo Log message: Update to evolution-ews-3.16.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/13 01:56:57 Modified files: mail/evolution-rss: Makefile Log message: Fix a comment. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/13 02:14:07 Added files: x11/gnome/mutter/patches: patch-src_core_keybindings-private_h patch-src_ui_frames_h Removed files: x11/gnome/mutter/patches: patch-src_core_meta-accel-parse_c patch-src_core_meta-accel-parse_h patch-src_ui_ui_h Log message: rework patches as per upstreams suggestions CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/13 02:40:32 Modified files: sys/net : if_vxlan.c Log message: ether_input() should not longer be called directly so convert to if_input(). Needed for the upcoming pseudo-driver integration work. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/13 02:41:36 Modified files: net/net-snmp : Makefile Added files: net/net-snmp/patches: patch-snmplib_snmp_api_c Log message: SECURITY fix, use calloc instead of malloc to zero the netsnmp_variable_list struct, to avoid issues when processing malicious PDUs. Reported by Qinghao Tang on oss-sec. http://www.openwall.com/lists/oss-security/2015/04/13/1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/13 02:42:37 Modified files: net/net-snmp : Tag: OPENBSD_5_7 Makefile Added files: net/net-snmp/patches: Tag: OPENBSD_5_7 patch-snmplib_snmp_api_c Log message: SECURITY fix, use calloc instead of malloc to zero the netsnmp_variable_list struct, to avoid issues when processing malicious PDUs. Reported by Qinghao Tang on oss-sec. http://www.openwall.com/lists/oss-security/2015/04/13/1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/13 02:43:51 Modified files: net/net-snmp : Tag: OPENBSD_5_6 Makefile Log message: SECURITY fix, use calloc instead of malloc to zero the netsnmp_variable_list struct, to avoid issues when processing malicious PDUs. Reported by Qinghao Tang on oss-sec. http://www.openwall.com/lists/oss-security/2015/04/13/1 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/13 02:45:48 Modified files: sys/arch/sparc/dev: hme.c sys/arch/sparc64/dev: vnet.c sys/dev/ic : dc.c mtd8xx.c rtl81x9.c sys/dev/pci : if_ale.c if_bce.c if_cas.c if_lge.c if_nge.c if_sis.c if_vge.c if_vr.c if_wb.c sys/dev/pcmcia : if_malo.c sys/dev/usb : if_upgt.c sys/kern : uipc_mbuf.c sys/net : pfkeyv2.c sys/sys : mbuf.h Log message: Now that if_input() set the receiving interface pointer on mbufs for us there's no need to do it in m_devget(9). Stop passing an ``ifp'' will help for upcoming interface pointer -> index conversion. While here remove unused ``ifp'' argument from m_clget(9) and kill two birds^W layer violations in one commit. ok henning@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/13 02:49:54 Modified files: net/net-snmp : Tag: OPENBSD_5_6 Makefile Added files: net/net-snmp/patches: Tag: OPENBSD_5_6 patch-snmplib_snmp_api_c Log message: SECURITY fix, use calloc instead of malloc to zero the netsnmp_variable_list struct, to avoid issues when processing malicious PDUs. Reported by Qinghao Tang on oss-sec. http://www.openwall.com/lists/oss-security/2015/04/13/1 Attempt #2 - I forgot 'cvs add' before, spotted by Brad. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/13 02:52:13 Log message: import gnome-characters 3.16.1 Simple utility application to find and insert unusual characters. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20151304 N ports/x11/gnome/characters/Makefile N ports/x11/gnome/characters/distinfo N ports/x11/gnome/characters/pkg/PLIST N ports/x11/gnome/characters/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/13 02:52:51 Modified files: sys/net : if_ethersubr.c if_bridge.c if_vlan.c Log message: Move one "#ifdef NVLAN" chunk needed only if you're running bridge(4) on to of vlan(4) from ether_input() to bridge_input(). One of the goal of the if_input() plumbing is to stop doing all possible pseudo-drivers checks on every packets. There's no reason that even if you're not running a bridge(4) you've to run this code. This change also will also makes it easier to convert vlan(4) to if_input(). Reviewed by Rafael Zalamena and mikeb@, ok markus@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/13 02:55:48 Modified files: x11/gnome : Makefile Log message: +characters CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/13 03:03:28 Modified files: textproc/py-unidecode: Makefile Log message: missing switch to MODPY_PI CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/13 03:30:57 Modified files: devel/py-doit : Makefile Log message: last one that wasn't using MODPY_PI CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/13 04:30:24 Modified files: devel/gsettings-desktop-schemas: Makefile distinfo Log message: Update to gsettings-desktop-schemas-3.16.1. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/13 04:41:13 Modified files: math/R : Makefile Removed files: math/R/patches : patch-Makeconf_in patch-src_main_platform_c patch-src_modules_lapack_Makefile_in patch-src_nmath_standalone_Makefile_in patch-src_scripts_config Log message: More patches to be removed; now it's clear that webmail should be blamed instead of CVS. Webmail, not me, no! Again, from Ingo Feinerer, thanks. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/13 04:46:07 Removed files: games/megaglest/base/patches: patch-source_shared_lib_CMakeLists_txt Log message: zap zero-byte file CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/04/13 05:34:54 Log message: Import net/stem; comments/ok benoit@ Stem is a Python controller library that you can use to interact with Tor. With it you can write scripts and applications with capabilities similar to Vidalia and arm. From a technical standpoint, Stem is a Python implementation of Tor's directory and control specifications. Status: Vendor Tag: pascal Release Tags: pascal_20150413 N ports/net/stem/Makefile N ports/net/stem/distinfo N ports/net/stem/pkg/PLIST N ports/net/stem/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/04/13 05:37:43 Modified files: net : Makefile Log message: + net/stem CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/13 06:03:50 Modified files: x11/gnome/gvfs : Makefile distinfo Log message: Update to gvfs-1.24.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/13 06:46:14 ports/textproc/ruby-redcarpet/patches Update of /cvs/ports/textproc/ruby-redcarpet/patches In directory cvs.openbsd.org:/tmp/cvs-serv23873/patches Log Message: Directory /cvs/ports/textproc/ruby-redcarpet/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/13 06:46:43 Modified files: textproc/ruby-redcarpet: Makefile Added files: textproc/ruby-redcarpet/patches: patch-ext_redcarpet_markdown_c Log message: Security fix for possible XSS via autolinking of untrusted markdown CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/13 06:47:37 Modified files: textproc/ruby-redcarpet: Tag: OPENBSD_5_7 Makefile Added files: textproc/ruby-redcarpet/patches: Tag: OPENBSD_5_7 patch-ext_redcarpet_markdown_c Log message: Security fix for possible XSS via autolinking of untrusted markdown CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/13 06:51:18 Modified files: textproc/ruby-redcarpet: Tag: OPENBSD_5_6 Makefile Added files: textproc/ruby-redcarpet/patches: Tag: OPENBSD_5_6 patch-ext_redcarpet_markdown_c Log message: Security fix for possible XSS via autolinking of untrusted markdown CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/13 07:30:03 Modified files: x11/kde4/workspace: Makefile x11/kde4/workspace/pkg: kdm.rc Log message: Add an XXX comment about "sleep 2" in rc script, requested by aja@. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/04/13 07:44:25 Modified files: graphics/pinta : Makefile Log message: the build frequently hangs on amd64, too CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/04/13 07:46:58 Modified files: . : Makefile Log message: switch the INDEX build to amd64, which nowadays builds more packages than i386 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/13 08:36:15 Modified files: x11/gnome/music: Makefile distinfo Log message: Update to gnome-music-3.16.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/13 08:37:05 Modified files: mail/roundcubemail: Tag: OPENBSD_5_6 Makefile Added files: mail/roundcubemail/patches: Tag: OPENBSD_5_6 patch-program_lib_Roundcube_rcube_washtml_php Log message: Security fix for CVE-2015-1433, XSS issue in style attribute handling (only 5.6 is affected) ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/13 08:43:28 Modified files: net/socat : Makefile distinfo net/socat/patches: patch-doc_socat_1 patch-doc_socat_html patch-sslcls_c patch-sslcls_h patch-test_sh patch-xio-openssl_c patch-xioopts_c patch-xioopts_h net/socat/pkg : PLIST Log message: - security update to socat-1.7.3.0, addresses CVE-2015-1379 http://www.dest-unreach.org/socat/contrib/socat-secadv6.txt ok nigel@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/13 08:44:17 Modified files: net/socat : Tag: OPENBSD_5_7 Makefile distinfo net/socat/patches: Tag: OPENBSD_5_7 patch-doc_socat_1 patch-doc_socat_html patch-sslcls_c patch-sslcls_h patch-test_sh patch-xio-openssl_c patch-xioopts_c patch-xioopts_h net/socat/pkg : Tag: OPENBSD_5_7 PLIST Log message: - security update to socat-1.7.3.0, addresses CVE-2015-1379 http://www.dest-unreach.org/socat/contrib/socat-secadv6.txt ok nigel@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/13 08:45:41 Modified files: net/socat : Tag: OPENBSD_5_6 Makefile distinfo net/socat/patches: Tag: OPENBSD_5_6 patch-doc_socat_1 patch-doc_socat_html patch-sslcls_c patch-sslcls_h patch-test_sh patch-xio-openssl_c patch-xioopts_c patch-xioopts_h net/socat/pkg : Tag: OPENBSD_5_6 PLIST Log message: - security update to socat-1.7.3.0, addresses CVE-2015-1379 http://www.dest-unreach.org/socat/contrib/socat-secadv6.txt ok nigel@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/04/13 09:02:23 Modified files: usr.bin/openssl: errstr.c Log message: Convert openssl(1) errstr to new option handling. ok bcook@ doug@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/13 10:21:28 Modified files: mail/p5-Mail-SPF-Test: Makefile Log message: use CONFIGURE_STYLE=modbuild CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/13 10:22:50 Modified files: net/p5-Net-DNS-Resolver-Programmable: Makefile net/p5-Net-DNS-Resolver-Programmable/pkg: PLIST Log message: use CONFIGURE_STYLE=modbuild CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/04/13 10:33:54 Modified files: games/wesnoth : Makefile distinfo games/wesnoth/patches: patch-po_LINGUAS patch-src_server_server_cpp games/wesnoth/pkg: PLIST Log message: - security update to wesnoth-1.12.2 (CVE-2015-0844) - regan patch - enable uk and pt translation changelog: https://raw.githubusercontent.com/wesnoth/wesnoth/1.12/changelog CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/13 10:37:19 Modified files: x11/gnome/clocks: Makefile distinfo x11/gnome/clocks/pkg: PLIST Log message: Update to gnome-clocks-3.16.1. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/04/13 10:45:52 Modified files: sys/netinet : ip_ipsp.c ip_ipsp.h ip_spd.c Log message: Remove unused arguments from gettdb* functions; OK markus, hshoexer, mpi CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2015/04/13 10:46:10 Modified files: devel/p5-Module-Which: Makefile distinfo Log message: update to 0.04 (with EPOCH) feedback and ok sthen@ benoit@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2015/04/13 10:46:53 Modified files: devel/p5-String-Truncate: Makefile distinfo Log message: update to 1.100602 feedback and ok sthen@ benoit@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/04/13 10:48:01 Modified files: sys/netinet : ip_ipsp.c ip_ipsp.h ip_spd.c Log message: Rename gettdbbyaddr to gettdbbydst; OK markus, hshoexer, mpi CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/04/13 10:50:43 Modified files: sys/netinet : ip_spd.c Log message: Perform IPsec bypass check on a socket before performing TDB lookups. OK markus, hshoexer CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/04/13 10:52:26 Modified files: sys/netinet : ip_ipsp.c Log message: Make filter argument to ipsp_aux_match optional like the rest of them. OK markus, hshoexer CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/13 10:54:13 Modified files: mail/p5-Mail-SPF: Makefile Removed files: mail/p5-Mail-SPF/patches: patch-Build_PL Log message: switch p5-Mail-SPF to CONFIGURE_STYLE=modbuild, allowing a fair bit of cleanup. OK giovanni@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/13 12:06:53 Modified files: x11/gnome/devhelp: Makefile distinfo x11/gnome/devhelp/pkg: PLIST Log message: Update to devhelp-3.16.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/13 13:04:10 Modified files: x11/gnome/aisleriot: Makefile distinfo Log message: Update to aisleriot-3.16.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/13 13:36:57 Modified files: x11/wmctrl : Makefile Log message: New HOMEPAGE/MASTER_SITES that doesnt timeout.. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/13 14:02:58 Modified files: sys/dev/pci : if_nep.c Log message: Make sure we print the MAC address on sparc64 as well. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/04/13 14:45:49 Modified files: sys/dev/ic : re.c Log message: Initialize RX/TX on re(4) slightly later; it appears that newer chips don't setup DMA correctly until more configuration has been done - enabling RX too soon causes DMA to bad places. KVM corruption problems reported by Adam Wolk on Lenovo G50-70 (RTL8111GU). Diff derived by Brad from FreeBSD commit; see bz# 197535 and 193743, inspired by https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=d6e572911a4cb2b9fcd1c26a38d5317a3971f2fd Tested on the following by Brad, Adam Wolk, box963 at gmail, Jim Smith re0 at pci4 dev 0 function 0 "Realtek 8168" rev 0x03: RTL8168D/8111D (0x2800), apic 2 int 16, address 00:0a:cd:1a:86:04 re0 at pci2 dev 0 function 0 "Realtek 8168" rev 0x0c: RTL8168G/8111G (0x4c00), msi, address 80:ee:73:76:8e:8a re0 at pci0 dev 3 function 0 "Realtek 8169" rev 0x10: RTL8110S (0x0400), ivec 0x78c, address 00:22:3f:ee:fa:25 re0 at pci1 dev 0 function 0 "Realtek 8168" rev 0x06: RTL8168E/8111E (0x2c00), msi, address 00:0d:b9:31:2e:88 re0 at pci1 dev 0 function 0 "Realtek 8168" rev 0x10: RTL8168GU/8111GU (0x5080), msi, address 68:f7:28:18:35:8e ok mpi@ dlg@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/13 15:26:44 src/distrib/special/pwd_mkdb Update of /cvs/src/distrib/special/pwd_mkdb In directory cvs.openbsd.org:/usr/src/distrib/special/pwd_mkdb Log Message: Directory /cvs/src/distrib/special/pwd_mkdb added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/13 15:27:07 Modified files: distrib/alpha/common: list distrib/amd64/common: list distrib/armish/ramdisk: list distrib/armv7/ramdisk: list distrib/aviion/ramdisk: list distrib/hppa : list distrib/i386/common: list distrib/landisk/ramdisk: list distrib/loongson/ramdisk: list distrib/luna88k/ramdisk: list distrib/macppc/ramdisk: list distrib/miniroot: install.sh list distrib/octeon/ramdisk: list distrib/ramdisk: list distrib/sgi/ramdisk: list distrib/socppc/ramdisk: list distrib/sparc64/bsd.rd: list distrib/sparc64/ramdisk: list distrib/sparc64/ramdiskB: list distrib/special: Makefile distrib/vax/common: list distrib/zaurus/ramdisk: list Added files: distrib/special/pwd_mkdb: Makefile Log message: pwd_mkdb now fits onto the install media. no more chroot games. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/13 20:24:17 Modified files: libexec/getty : main.c Log message: Log a more useful error message if ttyname() fails. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/04/13 22:17:03 Modified files: usr.bin/ssh : sshconnect.c Log message: Output remote username in debug output since with Host and Match it's not always obvious what it will be. bz#2368, ok djm@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/04/13 23:21:51 Modified files: sys/arch/i386/i386: pmapae.c Log message: Reduce differences between non-PAE and PAE pmaps. This diff removes an unneeded disable/enable_intr sequence around the PTE unmap operation. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/13 23:39:09 Modified files: x11/gtk+3 : Makefile distinfo Log message: Update to gtk+3-3.16.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/13 23:44:41 Modified files: print/cups-filters: Makefile distinfo print/cups-filters/pkg: PLIST Log message: Update to cups-filters-1.0.68. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/13 23:48:13 Modified files: x11/gnome/dconf-editor: Makefile distinfo x11/gnome/dconf-editor/pkg: PLIST Log message: Update to dconf-editor-3.16.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/13 23:50:08 Modified files: x11/gnome/maps : Makefile distinfo x11/gnome/maps/pkg: PLIST Log message: Update to gnome-maps-3.16.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/13 23:52:59 Modified files: x11/gnome/dictionary: Makefile distinfo Log message: Update to gnome-dictionary-3.16.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/13 23:54:23 Modified files: x11/gnome/baobab: Makefile distinfo x11/gnome/baobab/pkg: PLIST Log message: Update to baobab-3.16.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/13 23:59:31 Modified files: x11/gnome/weather: Makefile distinfo Log message: Update to gnome-weather-3.16.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/14 00:03:53 Modified files: devel/py-gobject3: Makefile distinfo Log message: Update to py-gobject3-3.16.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/14 00:06:01 Modified files: x11/gnome/yelp-xsl: Makefile distinfo Removed files: x11/gnome/yelp-xsl/patches: patch-xslt_common_html_xsl Log message: Update to yelp-xsl-3.16.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/14 00:07:57 Modified files: x11/gnome/yelp-tools: Makefile distinfo Log message: Update to yelp-tools-3.16.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/14 00:10:26 Modified files: x11/gnome/devel-docs: Makefile distinfo Log message: Update to gnome-devel-docs-3.16.1. CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2015/04/14 00:37:15 Modified files: audio/siren : Makefile distinfo audio/siren/pkg: PLIST Log message: Update to version 0.5, from Tim van der Molen and Max Fillinger, thanks. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/14 00:38:23 Modified files: net/knot : Makefile net/knot/pkg : knot.rc Log message: Sanitize rc.d script: - no need to override rc_start() - only checkconf when it makes sense ok jca@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/14 00:48:02 Modified files: net/icecast : Makefile distinfo net/icecast/patches: patch-configure Log message: Security update to icecast-2.4.2 * http://lists.xiph.org/pipermail/icecast-dev/2015-April/002460.html ok maintainer CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/14 00:48:48 Modified files: net/icecast : Tag: OPENBSD_5_7 Makefile distinfo net/icecast/patches: Tag: OPENBSD_5_7 patch-configure Log message: Security update to icecast-2.4.2 * http://lists.xiph.org/pipermail/icecast-dev/2015-April/002460.html ok maintainer CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/14 00:49:35 Modified files: net/icecast : Tag: OPENBSD_5_6 Makefile Added files: net/icecast/patches: Tag: OPENBSD_5_6 patch-src_auth_url_c Log message: Apply security fix for CVE-2015-3026 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/14 00:54:49 Modified files: x11/gnome/eog : Makefile distinfo Log message: update to eog-3.16.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/14 00:54:54 Modified files: mail/evolution/patches: patch-e-util_e-spell-checker_h Log message: Add BZ URL. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/14 00:54:55 Modified files: x11/gnome/gucharmap: Makefile distinfo Log message: update to gucharmap-3.16.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/14 00:55:01 Modified files: x11/gnome/terminal: Makefile distinfo Log message: update to gnome-terminal-3.16.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/14 00:55:06 Modified files: x11/gnome/file-roller: Makefile distinfo x11/gnome/file-roller/pkg: PLIST Log message: update to file-roller-3.16.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/14 00:55:11 Modified files: x11/gnome/bijiben: Makefile distinfo Log message: update to bijiben-3.16.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/14 00:55:20 Modified files: devel/libgit2/libgit2-glib: Makefile distinfo Log message: update to libgit2-glib-0.22.6 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/14 00:55:26 Modified files: x11/gnome/libgweather: Makefile distinfo Log message: update to libgweather-3.16.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/14 00:57:56 Modified files: devel/p5-Config-IniFiles: Makefile distinfo Log message: update to Config-IniFiles-2.85 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/14 01:52:24 Modified files: x11/gnome/builder: Makefile distinfo x11/gnome/builder/patches: patch-Makefile_in x11/gnome/builder/pkg: PLIST Added files: x11/gnome/builder/patches: patch-libide_ide-highlight-index_c Removed files: x11/gnome/builder/patches: patch-libide_ide-log_c patch-libide_local_ide-local-device_c Log message: Update to gnome-builder-3.16.1. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/14 01:57:33 Modified files: sys/dev/usb : uchcom.c Log message: Make sure we close the interrupt pipe when the device is detached. Bug reported and fix tested by Thomas Pfaff, thanks! CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/04/14 02:31:43 Modified files: audio/soundtouch: Makefile distinfo audio/soundtouch/patches: patch-Makefile_am audio/soundtouch/pkg: PLIST Added files: audio/soundtouch/patches: patch-configure_ac Removed files: audio/soundtouch/patches: patch-include_STTypes_h patch-source_SoundTouch_Makefile_am patch-source_example_SoundStretch_Makefile_am patch-source_example_bpm_Makefile_am Log message: Update to soundtouch-1.8.0. From Eric Lalonde; thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/14 02:32:22 Modified files: x11/gnome/builder/patches: patch-libide_ide-highlight-index_c Log message: Pushed upstream. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/04/14 02:36:09 Modified files: multimedia/gstreamer-0.10/plugins-bad: Makefile multimedia/gstreamer1/plugins-bad: Makefile Log message: Cope with libBPM removal in audio/soundtouch. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/04/14 02:38:15 Modified files: audio/audacity : Makefile audio/audacity/patches: patch-configure Log message: Cope with the new location of audio/soundtouch's pkg-config file. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/04/14 03:02:42 Modified files: emulators/desmume: Makefile Log message: Pick up soundtouch. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/04/14 04:54:40 Modified files: usr.bin/openssl: errstr.c Log message: Clean up and improve openssl(1) errstr: - Use BIO_new_fp() instead of BIO_new()/BIO_set_fp() and handle NULL return value in a more appropriate manner. - Use stroul() instead of sscanf() with appropriate error checking. ok doug@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/14 05:23:40 Modified files: x11/gnome/user-docs: Makefile distinfo Log message: Update to gnome-user-docs-3.16.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/14 05:23:54 Modified files: x11/gnome/settings-daemon: Makefile distinfo Log message: Update to gnome-settings-daemon-3.16.1. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/04/14 05:45:00 Modified files: usr.bin/openssl: s_time.c Log message: Convert openssl(1) s_time to new option handling. ok doug@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/04/14 06:22:15 Modified files: sbin/ipsecctl : pfkdump.c sbin/isakmpd : pf_key_v2.c sys/net : pfkeyv2.c pfkeyv2.h pfkeyv2_convert.c pfkeyv2_parsemessage.c sys/netinet : in.h in_pcb.c in_pcb.h ip_ipsp.c ip_ipsp.h ip_output.c ip_spd.c tcp_input.c udp_usrreq.c Log message: Remove support for storing credentials and auth information in the kernel. This code is largely unfinished and is not used for anything. The change leaves identities as only objects referenced by ipsec_ref structure and their handling requires some changes to support more advanced matching of IPsec connections. No objections from reyk and hshoexer, with and OK markus. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/04/14 06:56:36 Modified files: usr.bin/openssl: s_apps.h s_client.c s_server.c s_time.c Log message: Move verify externs into the header file. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/14 08:17:20 Modified files: net/arp-scan : Makefile distinfo Added files: net/arp-scan/patches: patch-arp-scan_c Log message: update arp-scan's OUI list patch to return a nicer error message for !root CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/14 08:17:47 Modified files: net/arpwatch : Makefile distinfo Log message: update arpwatch's OUI list CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/04/14 08:18:37 Modified files: sys/netinet6 : in6.h Log message: ip6_sprintf is long gone; noticed by blambert CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/04/14 08:20:01 Modified files: sys/netinet : ip_ah.c ip_esp.c ip_ipcomp.c ip_ipip.c ip_ipsp.c ip_ipsp.h ipsec_input.c ipsec_output.c Log message: make ipsp_address thread safe; ok mpi CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/14 08:38:17 Modified files: sys/dev/usb : umcs.c Log message: It's not possible to call umcs_get_status() in interrupt context because it submits synchronous transfers, so schedule a task when necessary. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/14 08:57:05 Modified files: sys/dev/usb : umcs.c Log message: Setting the configuration in *_attach() is a bad practise because if it fails it's impossible to debug and you cannot use your device. So instead of calling usbd_set_config_index(), match the right interface. This is trivial with this device because it has only one configuration and interface. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/14 10:40:46 Modified files: sys/sys : siginfo.h Log message: This is not System V, we spell it SIGCHLD. Adapted from a diff from Jan Stary. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/14 11:05:29 Modified files: lib/libc/sys : sigaction.2 Log message: Fix sa_sigaction() handler example. The third argument is void * and should be cast to ucontext_t * to actually use it. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/14 11:29:06 Modified files: libexec/spamd : spamd.8 Log message: wrap a long line CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/04/14 11:39:18 Modified files: www/nginx : Makefile distinfo Log message: update to 1.7.12, diff from Brad Smith CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/04/14 11:53:13 Modified files: usr.bin/netstat: inet.c Log message: IPsec auth and credentials are not stored in the kernel anymore; noticed by deraadt@ CVSROOT: /cvs Module name: ports Changes by: florian@cvs.openbsd.org 2015/04/14 12:10:27 Modified files: net/powerdns : Makefile distinfo net/powerdns/files: pdns.conf tables-mysql.sql tables-pgsql.sql tables-sqlite.sql net/powerdns/patches: patch-pdns_Makefile_in net/powerdns/pkg: DESCR-main PLIST-ldap PLIST-main PLIST-mysql PLIST-pgsql Added files: net/powerdns/patches: patch-configure Removed files: net/powerdns/patches: patch-configure_in patch-modules_gpgsqlbackend_Makefile_in patch-modules_gpgsqlbackend_OBJECTLIBS patch-pdns_dns_hh Log message: Update to 3.4.3. This is a major upgrade from the old 2.9.x version, refer to https://doc.powerdns.com/md/authoritative/upgrading/ for upgrading instructions. testing by me and weerd@ Input, tweaks and OK sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/14 12:15:57 Modified files: audio/mscore : Makefile Log message: BROKEN-powerpc = libmscore/pitchspelling.h:56:42: error: enumerator value -1 is too large for underlying type 'char' CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/04/14 13:10:13 Modified files: share/man/man4 : softraid.4 Log message: sparc{,64} do not need softraid partitions to be defined as 4.2BSD, probably since only one month after this was mentioned in CAVEATS. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/04/14 13:55:49 Modified files: driver/xf86-video-ati: ChangeLog aclocal.m4 config.h.in configure configure.ac driver/xf86-video-ati/man: radeon.man driver/xf86-video-ati/src: Makefile.am Makefile.in ati_pciids_gen.h cayman_accel.c drmmode_display.c evergreen_accel.c r6xx_accel.c radeon.h radeon_chipinfo_gen.h radeon_chipset_gen.h radeon_dri2.c radeon_exa.c radeon_glamor.c radeon_kms.c radeon_pci_chipset_gen.h radeon_pci_device_match_gen.h radeon_probe.c radeon_probe.h radeon_vbo.c radeon_video.c driver/xf86-video-ati/src/pcidb: ati_pciids.csv Removed files: driver/xf86-video-ati/src: radeon_drm.h Log message: Update to xf86-video-ati 7.5.0. Discussed with jsg@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/04/14 13:57:47 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/04/14 14:24:14 Modified files: games/mnemosyne: Makefile distinfo Log message: Maintenance update to 2.3.3 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/04/14 14:33:11 Modified files: games/wtf : Makefile distinfo Log message: Update to 20150413 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/14 15:25:54 Modified files: lib/libevent : Makefile event.3 Log message: Reorder prototypes to better match manpage layout and add some missing argument names, from Fabian Raetz. ok deraadt CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/14 15:34:46 Modified files: lib/libevent : event.3 Log message: Remove an extra comma pointed out by jmc@. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/14 16:16:03 Modified files: lib/libevent : event.3 lib/libc/stdlib: strtol.3 Log message: Another couple of commas in the wrong place, ok jmc CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/14 17:59:40 Modified files: libexec/rpc.rstatd: rpc.rstatd.8 Log message: document missing argument; ok jmc CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/04/14 19:39:16 Modified files: games/openttd : Makefile distinfo games/openttd/patches: patch-src_string_func_h games/openttd/pkg: PLIST Removed files: games/openttd/patches: patch-src_fontcache_cpp Log message: Update to openttd-1.5.0. Changelog: http://us.binaries.openttd.org/binaries/releases/1.5.0/changelog.txt ok daniel@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/14 20:10:25 Modified files: usr.bin/su : Makefile Log message: It feels like this Makefile should contain -Wall at least CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/14 20:12:00 Modified files: usr.bin/su : su.c Log message: remove historical (void)foo (which were only here to hide lint's undrenchable thirst for false positives) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/14 20:32:28 Modified files: usr.sbin/tcpdump: tcpdump.c Log message: opt{ind,err,arg} are already known CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/04/14 21:52:45 Modified files: sys/arch/amd64/amd64: pmap.c Log message: Unneeded return at the end of a void function. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/04/15 00:15:38 Modified files: . : 57.html Log message: typo CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/04/15 00:29:25 Modified files: . : 57.html Log message: fix some links CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/15 01:13:55 Modified files: x11/gnome/online-miners: Makefile distinfo Log message: Update to gnome-online-miners-3.14.2. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/04/15 01:18:39 Modified files: security/cracklib: Makefile distinfo Log message: Update to cracklib-2.9.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/15 01:25:46 Modified files: x11/gnome/gdm : Makefile distinfo x11/gnome/gdm/patches: patch-daemon_gdm-launch-environment_c patch-daemon_gdm-manager_c patch-daemon_gdm-session-record_c x11/gnome/gdm/pkg: PLIST Removed files: x11/gnome/gdm/patches: patch-daemon_gdm-legacy-display_c Log message: Update to gdm-3.16.1. CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2015/04/15 01:32:53 Log message: Import libepoxy 1.2 Status: Vendor Tag: libepoxy Release Tags: v1_2 N xenocara/dist/libepoxy/.dir-locals.el N xenocara/dist/libepoxy/.gitignore N xenocara/dist/libepoxy/COPYING N xenocara/dist/libepoxy/Makefile.am N xenocara/dist/libepoxy/README.md N xenocara/dist/libepoxy/autogen.sh N xenocara/dist/libepoxy/configure.ac N xenocara/dist/libepoxy/epoxy.pc.in N xenocara/dist/libepoxy/include/epoxy/Makefile.am N xenocara/dist/libepoxy/include/epoxy/egl.h N xenocara/dist/libepoxy/include/epoxy/gl.h N xenocara/dist/libepoxy/include/epoxy/glx.h N xenocara/dist/libepoxy/include/epoxy/wgl.h N xenocara/dist/libepoxy/registry/egl.xml N xenocara/dist/libepoxy/registry/gl.xml N xenocara/dist/libepoxy/registry/glx.xml N xenocara/dist/libepoxy/registry/wgl.xml N xenocara/dist/libepoxy/src/Makefile.am N xenocara/dist/libepoxy/src/dispatch_common.c N xenocara/dist/libepoxy/src/dispatch_common.h N xenocara/dist/libepoxy/src/dispatch_egl.c N xenocara/dist/libepoxy/src/dispatch_glx.c N xenocara/dist/libepoxy/src/dispatch_wgl.c N xenocara/dist/libepoxy/src/gen_dispatch.py N xenocara/dist/libepoxy/test/.gitignore N xenocara/dist/libepoxy/test/Makefile.am N xenocara/dist/libepoxy/test/dlwrap.c N xenocara/dist/libepoxy/test/dlwrap.h N xenocara/dist/libepoxy/test/egl_and_glx_different_pointers.c N xenocara/dist/libepoxy/test/egl_common.c N xenocara/dist/libepoxy/test/egl_common.h N xenocara/dist/libepoxy/test/egl_gl.c N xenocara/dist/libepoxy/test/egl_has_extension_nocontext.c N xenocara/dist/libepoxy/test/egl_without_glx.c N xenocara/dist/libepoxy/test/glx_alias_prefer_same_name.c N xenocara/dist/libepoxy/test/glx_beginend.c N xenocara/dist/libepoxy/test/glx_common.c N xenocara/dist/libepoxy/test/glx_common.h N xenocara/dist/libepoxy/test/glx_gles2.c N xenocara/dist/libepoxy/test/glx_glxgetprocaddress_nocontext.c N xenocara/dist/libepoxy/test/glx_has_extension_nocontext.c N xenocara/dist/libepoxy/test/glx_public_api.c N xenocara/dist/libepoxy/test/glx_public_api_core.c N xenocara/dist/libepoxy/test/glx_static.c N xenocara/dist/libepoxy/test/headerguards.c N xenocara/dist/libepoxy/test/khronos_typedefs.c N xenocara/dist/libepoxy/test/khronos_typedefs.h N xenocara/dist/libepoxy/test/khronos_typedefs_nonepoxy.c N xenocara/dist/libepoxy/test/miscdefines.c N xenocara/dist/libepoxy/test/wgl_common.c N xenocara/dist/libepoxy/test/wgl_common.h N xenocara/dist/libepoxy/test/wgl_core_and_exts.c N xenocara/dist/libepoxy/test/wgl_per_context_funcptrs.c N xenocara/dist/libepoxy/test/wgl_usefontbitmaps.c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/15 01:37:44 Modified files: x11/gnome/caribou: Makefile distinfo Log message: Update to caribou-0.4.18.1. CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2015/04/15 01:40:24 Modified files: dist/libepoxy/src: dispatch_common.c Log message: don't include library major numbers when calling dlopen for gl libraries on OpenBSD CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/15 01:41:53 Modified files: etc/mtree : BSD.x11.dist Log message: add the include dir for libepoxy CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2015/04/15 01:43:01 xenocara/lib/libepoxy Update of /cvs/xenocara/lib/libepoxy In directory cvs.openbsd.org:/tmp/cvs-serv972/libepoxy Log Message: Directory /cvs/xenocara/lib/libepoxy added to the repository CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2015/04/15 01:43:22 xenocara/lib/libepoxy/generated Update of /cvs/xenocara/lib/libepoxy/generated In directory cvs.openbsd.org:/tmp/cvs-serv3065/generated Log Message: Directory /cvs/xenocara/lib/libepoxy/generated added to the repository CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2015/04/15 01:43:39 xenocara/lib/libepoxy/generated/include Update of /cvs/xenocara/lib/libepoxy/generated/include In directory cvs.openbsd.org:/tmp/cvs-serv22553/include Log Message: Directory /cvs/xenocara/lib/libepoxy/generated/include added to the repository CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2015/04/15 01:44:07 xenocara/lib/libepoxy/generated/include/epoxy Update of /cvs/xenocara/lib/libepoxy/generated/include/epoxy In directory cvs.openbsd.org:/tmp/cvs-serv6493/epoxy Log Message: Directory /cvs/xenocara/lib/libepoxy/generated/include/epoxy added to the repository CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2015/04/15 01:44:22 xenocara/lib/libepoxy/generated/src Update of /cvs/xenocara/lib/libepoxy/generated/src In directory cvs.openbsd.org:/tmp/cvs-serv16284/src Log Message: Directory /cvs/xenocara/lib/libepoxy/generated/src added to the repository CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2015/04/15 01:58:59 Added files: lib/libepoxy/generated: Makefile lib/libepoxy/generated/include/epoxy: gl_generated.h glx_generated.h egl_generated.h lib/libepoxy/generated/src: gl_generated_dispatch.c glx_generated_dispatch.c egl_generated_dispatch.c lib/libepoxy : Makefile shlib_version Log message: Add libepoxy a library for handling gl/glx/egl function pointer management. This is needed by glamor egl in the xserver which is in turn needed to get acceleration with some hardware on xf86-video-ati. Worked on during s2k15. Glamor is not yet enabled in the xserver, but adding this now as libepoxy recently showed up in ports. The libepoxy port will be removed and ports will transition to this version. The xenocara version will be enabled when we're ready to transition. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/15 02:08:20 Modified files: x11/gnome/initial-setup: Makefile distinfo Log message: Update to gnome-initial-setup-3.16.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/15 02:11:23 Modified files: x11/gnome/desktop: Makefile distinfo Log message: Update to gnome-desktop-3.16.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/15 02:12:55 Modified files: meta/gnome : Makefile Log message: Welcome GNOME 3.16.1! CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/15 02:15:42 Modified files: infrastructure/bin: portcheck Log message: Add check for top-level categories being spelled properly. Inspired by recent talk with jasper@, which in turn was a result of my own mistake done under x11/kde4. No objections received. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/15 02:19:09 Log message: Test for top-level categories misspellings. Status: Vendor Tag: zhuk Release Tags: zhuk_20150415 N ports/tests/portcheck/t16/Makefile N ports/tests/portcheck/t16/pkg/DESCR N ports/tests/portcheck/t16/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/15 02:19:48 Modified files: tests/portcheck: Makefile Log message: Hook up t16 (categories misspelling test). CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/15 02:20:24 Added files: tests/portcheck: t16.sample Log message: Oops, forgot to add sample file. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/15 02:20:49 Modified files: tests/portcheck/t5/pkg: PLIST Log message: Use non-conflicting file name. CVSROOT: /cvs Module name: xenocara Changes by: ajacoutot@cvs.openbsd.org 2015/04/15 03:39:53 Modified files: lib : Makefile Log message: Hook up libepoxy. committing on behalf of jsg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/15 03:40:16 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register libepoxy move from ports to xenocara. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/15 03:40:31 Modified files: x11/gtk+3 : Makefile Log message: Fix LIB_DEPENDS after libepoxy moved from ports to xenocara. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/15 03:40:54 Modified files: devel/libpeas : Makefile devel/vte3 : Makefile geo/gpx-viewer : Makefile graphics/birdfont: Makefile graphics/clutter/clutter-gst: Makefile graphics/clutter/core: Makefile graphics/evince: Makefile graphics/gthumb: Makefile mail/evolution-ews: Makefile mail/evolution-rss: Makefile textproc/gtranslator: Makefile www/epiphany : Makefile www/webkit : Makefile x11/gnome/anjuta: Makefile x11/gnome/bijiben: Makefile x11/gnome/caribou: Makefile x11/gnome/clocks: Makefile x11/gnome/color-manager: Makefile x11/gnome/contacts: Makefile x11/gnome/calculator: Makefile x11/gnome/desktop: Makefile x11/gnome/devhelp: Makefile x11/gnome/dictionary: Makefile x11/gnome/documents: Makefile x11/gnome/aisleriot: Makefile x11/gnome/empathy: Makefile x11/gnome/eog : Makefile x11/gnome/eog-plugins: Makefile x11/gnome/file-roller: Makefile x11/gnome/font-viewer: Makefile x11/gnome/control-center: Makefile x11/gnome/gdl : Makefile x11/gnome/gdm : Makefile x11/gnome/gedit: Makefile x11/gnome/gedit-plugins: Makefile x11/gnome/grilo: Makefile x11/gnome/gucharmap: Makefile x11/gnome/gvfs : Makefile x11/gnome/initial-setup: Makefile x11/gnome/keyring: Makefile x11/gnome/latexila: Makefile x11/gnome/builder: Makefile x11/gnome/calendar: Makefile x11/gnome/libgweather: Makefile x11/gnome/maps : Makefile x11/gnome/music: Makefile x11/gnome/mutter: Makefile x11/gnome/nautilus: Makefile x11/gnome/online-accounts: Makefile x11/gnome/photos: Makefile x11/gnome/power-manager: Makefile x11/gnome/rygel: Makefile x11/gnome/session: Makefile x11/gnome/settings-daemon: Makefile x11/gnome/shell: Makefile x11/gnome/sushi: Makefile x11/gnome/gjs : Makefile x11/gnome/system-monitor: Makefile x11/gnome/terminal: Makefile x11/gnome/totem: Makefile x11/gnome/tracker: Makefile x11/gnome/user-share: Makefile x11/gnome/characters: Makefile x11/gnome/vino : Makefile x11/gnome/yelp : Makefile x11/gtk3mm : Makefile x11/gtksourceview3: Makefile x11/xfce4/xfdashboard: Makefile Log message: Bump after libepoxy moved from ports to xenocara. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/15 03:41:30 Removed files: graphics/libepoxy: Makefile distinfo graphics/libepoxy/pkg: DESCR PLIST Log message: libepoxy is now part of xenocara. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/15 03:41:39 Modified files: graphics : Makefile Log message: -libepoxy CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/15 03:48:19 Modified files: sys/dev/pci/drm: drm_drv.c drm_irq.c Log message: Convert remaining drm ioctl implementation functions to return Linux-style negative errno values. ok jsg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/15 03:58:44 Modified files: sys/net : if_vlan.c Log message: Add the necessary glue to keep vlan(4) working while other pseudo-drivers are converted to if_input(). Reviewed by Rafael Zalamena. ok claudio@, dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/15 04:03:16 Modified files: www/webkitgtk4 : Makefile distinfo www/webkitgtk4/patches: patch-CMakeLists_txt patch-Source_JavaScriptCore_CMakeLists_txt Log message: Update to webkitgtk4-2.8.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/15 04:08:28 Modified files: graphics/gthumb: Makefile distinfo graphics/gthumb/pkg: PLIST Log message: update to gthumb-3.4.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/15 04:09:05 Modified files: x11/gnome/mutter: Makefile distinfo Log message: update to mutter-3.16.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/15 04:09:12 Modified files: x11/gnome/shell: Makefile distinfo Removed files: x11/gnome/shell/patches: patch-js_gdm_loginDialog_js Log message: update to gnome-shell-3.16.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/15 04:09:27 Modified files: x11/gnome/shell-extensions: Makefile distinfo Log message: update to gnome-shell-extensions-3.16.1 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/15 04:11:29 Modified files: sys/net : if_tun.c Log message: Fix a typo introduced in the niq_enqueue() conversion. Should fix a panic reported by many on bugs@ and misc@. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/15 04:13:21 Modified files: net/ices2 : Makefile distinfo net/ices2/patches: patch-Makefile_am patch-conf_Makefile_am patch-configure_in patch-src_Makefile_am patch-src_input_c net/ices2/pkg : PLIST Added files: net/ices2/pkg : ices2.rc Removed files: net/ices2/patches: patch-src_stream_c Log message: - update to ices-2.0.2 - reformat Makefile to make it readable again - use correct AUTOCONF_VERSION - add rc script ok aja@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/15 05:35:06 Modified files: editors/emacs : Makefile distinfo editors/emacs/patches: patch-Makefile_in editors/emacs/pkg: PLIST Removed files: editors/emacs/patches: patch-lisp_net_tramp-sh_el Log message: Update to emacs-24.5 Lots of test reports on amd64, sparc64, loongson, and hppa by Alf Schlichting, bcallah@ and juanfra@. Many thanks! ok juanfra@, "looks good to me" jasper@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/04/15 06:40:57 Modified files: usr.sbin/dhcpd : dhcp.c Log message: Avoid using inet_ntoa() twice in a single printf() parameter list by caching the results from excess inet_ntoa() calls before doing the printf(). Should improve usefullness (?) of DHCPRELEASE log entries by actually printing ciaddr and giaddr correctly when dhcprelays stand between servers and clients. Looks good to dlg@. CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2015/04/15 06:49:37 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 mi distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/15 07:07:09 Modified files: net/icecast : Makefile net/icecast/pkg: README Log message: - expand the chroot instructions to include mime.types to prevent a warning at startup - use rcctl to enable the service ok maintainer CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/15 07:09:48 Modified files: x11/gnome/mutter: Makefile distinfo Log message: - update to mutter-3.16.1.1 * fixes a crash with VT switching CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/15 07:29:18 Modified files: x11/gnome/nautilus: Makefile distinfo Log message: Update to nautilus-3.16.1. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/04/15 07:55:03 Log message: Import ports/www/kcgi. ok jung@ kcgi is a minimal CGI library for web applications written in ISO C. It was designed to be secure and auditable. kcgi also ships with kcgihtml(3), kcgijson(3), kcgixml(3), and kcgi_regress(3) libraries. Status: Vendor Tag: jturner Release Tags: jturner_20150415 N ports/www/kcgi/Makefile N ports/www/kcgi/distinfo N ports/www/kcgi/pkg/DESCR N ports/www/kcgi/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/04/15 07:56:58 Modified files: www : Makefile Log message: +kcgi CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/04/15 07:59:17 Modified files: devel/ruby-json_pure: Makefile distinfo devel/ruby-json_pure/pkg: PLIST Log message: Update to 1.8.2 OK jasper@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2015/04/15 08:06:03 Modified files: sys/arch/amd64/amd64: disksubr.c Log message: include header required for DEBUG build; ok jsg@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/15 08:20:24 Modified files: security/p5-Module-Signature: Makefile distinfo Log message: - security update to p5-Module-Signature 0.75 http://seclists.org/oss-sec/2015/q2/59 ok bluhm@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/15 08:21:10 Modified files: security/p5-Module-Signature: Tag: OPENBSD_5_7 Makefile Added files: security/p5-Module-Signature/patches: Tag: OPENBSD_5_7 patch-Makefile_PL patch-lib_Module_Signature_pm Log message: security fixes for the issues mentioned in http://seclists.org/oss-sec/2015/q2/59 ok bluhm@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/15 08:25:05 Modified files: security/p5-Module-Signature: Tag: OPENBSD_5_6 Makefile Added files: security/p5-Module-Signature/patches: Tag: OPENBSD_5_6 patch-Makefile_PL patch-lib_Module_Signature_pm Log message: security fixes for the issues mentioned in http://seclists.org/oss-sec/2015/q2/59 ok bluhm@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/15 08:28:44 Modified files: productivity/gnucash: Makefile Log message: Add a hack to make this build when both guile and guile2 are installed. breakage reported by naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/15 08:47:00 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/patches: patch-data_Init_in Log message: Enhance fade in look. req. by stsp@ during p2k15 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/15 09:14:37 Modified files: sys/netinet : ip_carp.c Log message: Use ether_ifattach() and ether_ifdetach() when cloning/destroying an interface instead of rewritting most of them. This change is also needed for upcoming if_input() conversion. As a bonus pseudo-driver attached on top of carp are now detached in the right order. ok claudio@, henning@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/15 09:15:26 Modified files: databases/puppetdb: Makefile distinfo databases/puppetdb/patches: patch-ext_files_puppetdb_env Log message: - update to puppetdb-2.3.3 additional testing/ok sebastia@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/15 09:16:17 Modified files: sys/netinet : ip_carp.c Log message: Add the necessary glue to keep carp(4) working while other pseudo-drivers are converted to if_input(). ok dlg@, claudio@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/15 09:28:29 Modified files: x11/gnome/control-center: Makefile distinfo x11/gnome/control-center/patches: patch-panels_user-accounts_Makefile_in x11/gnome/control-center/pkg: PLIST Log message: Update to gnome-control-center-3.16.1. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/15 09:44:40 Modified files: usr.bin/tmux : style.c Log message: Fix setting old-style window -fg/-bg/-attr options that aren't global. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/04/15 10:05:23 Modified files: lib/libtls : tls.c Log message: Make tls_close() more robust - do not rely on a close notify being received from the other side and only return TLS_READ_AGAIN/TLS_WRITE_AGAIN if we failed to send a close notify on a non-blocking socket. Otherwise be more forceful and always shutdown/close the socket regardless of other failures. Also do not consider ENOTCONN or ECONNRESET to be a shutdown failure, since there are various situations where this can occur. ok doug@ guenther@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/04/15 10:08:44 Modified files: lib/libtls : tls.c Log message: Treat SSL_ERROR_ZERO_RETURN as a success, rather than a failure. Also ensure that outlen is set to zero so that tls_read() has read(2) like semantics for EOF. Spotted by doug@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/04/15 10:09:29 Modified files: regress/lib/libtls/gotls: tls_test.go Log message: Now that tls_close() is more robust, consider a failure to be fatal. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/04/15 10:25:43 Modified files: lib/libssl/src/ssl: s3_srvr.c ssl_lib.c ssl_locl.h Log message: Clean up the ssl_bytes_to_cipher_list() API - rather than having the ability to pass or not pass a STACK_OF(SSL_CIPHER) *, which is then either zeroed or if NULL a new one is allocated, always allocate one and return it directly. Inspired by simliar changes in BoringSSL. ok beck@ doug@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/04/15 10:33:49 Modified files: usr.bin/openssl: s_time.c Log message: Only set the cipher list if one was specified and actually check the return value from SSL_CTX_set_cipher_list(). Also remove pointless getenv() handling. ok bcook@ doug@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/15 10:43:11 Modified files: usr.sbin/pwd_mkdb: pwd_mkdb.c Log message: Convert error/errorx/errorc functions -> fatal/fatalx/fatalc and make then take a printf format string instead of requiring the caller to snprintf into a buffer first. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/15 11:02:16 Modified files: mail/evolution : Makefile Added files: mail/evolution/patches: patch-e-util_e-spell-dictionary_h Removed files: mail/evolution/patches: patch-e-util_e-spell-checker_h Log message: Sync with committed patch upstream. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/04/15 12:41:22 Modified files: security/p5-Module-Signature: Makefile distinfo security/p5-Module-Signature/pkg: PLIST Log message: update p5-Module-Signature to 0.78 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/15 13:11:36 Modified files: devel/p5-Config-IniFiles: Makefile distinfo Log message: update to p5-Config-IniFiles-2.86 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/15 13:24:15 Modified files: textproc/p5-XML-Twig: Makefile distinfo Log message: update to p5-XML-Twig-3.49 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/15 13:24:19 Modified files: x11/gnome/orca : Makefile distinfo x11/gnome/orca/pkg: PLIST Log message: Update to orca-3.16.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/15 13:24:38 Modified files: devel/ruby-rspec/3/core: Makefile distinfo Log message: update to rspec-core-3.2.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/15 13:25:19 Modified files: devel/ruby-rspec/3/expectations: Makefile distinfo Log message: update to rspec-expectations-3.2.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/15 13:25:58 Modified files: devel/ruby-rspec/serverspec: Makefile distinfo Log message: update to serverspec-2.14.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/15 13:26:53 Modified files: devel/ruby-rspec/specinfra: Makefile distinfo Log message: update to specinfra-2.28.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/15 13:29:31 Modified files: x11/gnome/empathy: Makefile distinfo Log message: - possibly consider this a potential update to empathy-3.12.9 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/04/15 14:17:33 Modified files: . : MODULES Log message: +libepoxy CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2015/04/15 14:20:51 Modified files: . : donations.html Log message: Mischa Peters donated a 10G card (Intel X520) with SFP+ optics Thanks a lot CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/04/15 14:54:31 Modified files: net/p5-Net-Inspect: Makefile distinfo Log message: update p5-Net-Inspect to 0.323 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/04/15 15:29:15 Modified files: regress/sys/netinet6/frag6: Makefile Added files: regress/sys/netinet6/frag6: frag6_padding.py Log message: Test that ping6 fragments with ethernet padding get reassembled correctly. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/04/15 15:58:16 Modified files: lang/ruby/1.8 : Makefile lang/ruby/1.8/patches: patch-configure patch-ext_openssl_lib_openssl_ssl-internal_rb lang/ruby/1.9 : Makefile lang/ruby/1.9/patches: patch-configure Added files: lang/ruby/1.8/patches: patch-test_openssl_test_ssl_rb lang/ruby/1.9/patches: patch-ext_openssl_lib_openssl_ssl-internal_rb patch-test_openssl_test_ssl_rb Log message: Add patch to fix overly permissive matching of hostnames, CVE-2015-1855. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/04/15 15:58:42 Modified files: security/p5-Net_SSLeay: Makefile distinfo security/p5-Net_SSLeay/pkg: PLIST Added files: security/p5-Net_SSLeay/patches: patch-SSLeay_xs patch-t_local_35_ephemeral_t patch-t_local_41_alpn_support_t Log message: - update p5-Net-SSLeay to 1.68 - ALPN support has been added to LibreSSL, enable it in p5-Net-SSLeay. - Ephemeral keys have been removed from LibreSSL, disable regression test. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/04/15 15:58:59 Modified files: lang/ruby/2.0 : Makefile distinfo Log message: Update to ruby 2.0.0-p645 Fixes overly permissive matching of hostnames, CVE-2015-1855. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/04/15 15:59:38 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.6 Fixes overly permissive matching of hostnames, CVE-2015-1855. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/04/15 16:00:04 Modified files: lang/ruby/2.2 : Makefile distinfo Log message: Update to ruby 2.2.2 Fixes overly permissive matching of hostnames, CVE-2015-1855. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/15 16:10:13 Modified files: usr.bin/tmux : tty.c Log message: Use tty_term_flag not _has for flags, also fix a typo (position not permission). CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/15 16:34:46 Modified files: usr.bin/tmux : tty.c Log message: Fix some issues in bright colour handling. Bold background doesn't exist so there is no reason for tty_check_bg to mess with the BRIGHT flag at all, ever. Also use aixterm colours for 256-to-16 translation if the terminal supports them. And there is no reason for tty_colours_bg to worry about whether the terminal supports them - tty_check_bg has already taken care of it. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/04/15 17:23:25 Modified files: usr.bin/ssh : sshd.c Log message: Plug leak of address passed to logging. bz#2373, patch from jjelen at redhat, ok markus@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/16 00:38:50 Modified files: audio/pulseaudio: Makefile Log message: Do not hardcode /bin/bash. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/16 01:07:33 Modified files: x11/gnome/calendar: Makefile distinfo x11/gnome/calendar/pkg: PLIST Log message: update to gnome-calendar-3.16.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/16 01:07:47 Modified files: x11/gnome/contacts: Makefile distinfo Log message: update to gnome-contacts-3.16.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/16 01:19:12 Modified files: sysutils/ruby-puppet/3: Makefile Log message: add PORTROACH to limit this to puppet 3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/16 02:31:46 Modified files: lang/coffeescript: Makefile distinfo lang/coffeescript/pkg: PLIST Log message: update to coffeescript-1.9.2 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/16 02:55:21 Modified files: sys/dev/usb : files.usb Added files: sys/dev/usb : ualea.c Log message: New driver for Araneus Alea II TRNG. All the hardwork has been done by Sean Levy, aka attila, , thanks! ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/16 02:56:53 Modified files: share/man/man4 : Makefile usb.4 Added files: share/man/man4 : ualea.4 Log message: Manpage for ualea(4) with tweaks from jmc@. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/16 03:09:49 Modified files: sys/arch/alpha/conf: GENERIC sys/arch/amd64/conf: GENERIC sys/arch/armish/conf: GENERIC sys/arch/armv7/conf: GENERIC-IMX GENERIC-OMAP GENERIC-SUNXI sys/arch/hppa/conf: GENERIC sys/arch/hppa64/conf: GENERIC sys/arch/i386/conf: GENERIC sys/arch/landisk/conf: GENERIC sys/arch/loongson/conf: GENERIC sys/arch/macppc/conf: GENERIC sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 sys/arch/sparc64/conf: GENERIC sys/arch/zaurus/conf: GENERIC Log message: Enable ualea(4) where we have uhub(4), these USB device lists cry for unification... CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/04/16 03:32:23 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm usr.sbin/pkg_add/OpenBSD/PackageRepository: Installed.pm Log message: commit expanded tags for %c, %v, %a CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/16 03:34:33 Modified files: x11/gnome/power-manager: Makefile Log message: remove unneeded CONFIGURE_ENV line (doesn't use xmlto anymore) CVSROOT: /cvs Module name: ports Changes by: jung@cvs.openbsd.org 2015/04/16 04:16:35 Modified files: x11/lsw : Makefile distinfo x11/lsw/patches: patch-Makefile patch-config_mk Log message: update lsw to 0.3 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jung@cvs.openbsd.org 2015/04/16 04:27:26 Modified files: graphics/sxiv : Makefile distinfo graphics/sxiv/patches: patch-Makefile graphics/sxiv/pkg: PLIST Log message: update sxiv to 1.3.1 ok czarkoff@ kirby@ looks fine ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/16 05:14:58 Modified files: x11/gnome/file-roller: Makefile x11/gnome/file-roller/patches: patch-src_commands_rpm2cpio_c patch-src_fr-command-cpio_c patch-src_fr-command-rpm_c Added files: x11/gnome/file-roller/patches: patch-configure_ac Log message: rework the cpio/gcpio patches CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/16 05:21:01 Modified files: share/man/man4 : usb.4 Log message: Match the Nd of the page, prodded by jmc@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/16 05:34:37 Modified files: x11/gnome/gdm/patches: patch-data_applications_mime-dummy-handler_desktop patch-data_dconf_defaults_00-upstream-settings Log message: Add BZ URL. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/16 05:50:48 Modified files: net/ices2 : Makefile Log message: add mising bdep automake spotted by naddy@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/04/16 07:29:16 Modified files: usr.sbin/pkg_add/OpenBSD: FwUpdate.pm PackingElement.pm Paths.pm usr.sbin/pkg_add/OpenBSD/PackageRepository: Installed.pm Log message: reorg code, the arch/osversion code should live in a single place, short and sweet CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/04/16 07:40:56 Modified files: usr.sbin/pkg_add: pkg.conf.5 pkg_add.1 Log message: document % sequences. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/04/16 08:08:19 Modified files: usr.sbin/pkg_add/OpenBSD/PackageRepository: Installed.pm Log message: add %m as a shorthand, will expand to pub/OpenBSD/5.7/packages/amd64 for lazy typers. okay aja@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/04/16 08:11:29 Modified files: usr.sbin/pkg_add: pkg.conf.5 pkg_add.1 Log message: document %m, sort %. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/16 08:23:48 Modified files: sys/dev/usb : ehci.c Log message: Make sure LLVM static analyzer do not report a false positive, found by and fix confirmed by jsg@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/16 08:55:22 Modified files: x11/gnome/gdm : Makefile distinfo Log message: Update to gdm-3.16.1.1. - Fix double free introduced in 3.16.1 CVSROOT: /cvs Module name: src Changes by: gsoares@cvs.openbsd.org 2015/04/16 09:14:31 Modified files: sbin/dhclient : dhclient.c dispatch.c Log message: Tweak error output. ok krw@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/16 09:49:29 Modified files: infrastructure/lib/DPB: Util.pm Log message: typo, make sure full diagnostic message goes out CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/16 09:50:47 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/16 10:35:02 Modified files: usr.bin/mandoc : main.c Log message: shorten "outdated mandoc.db" warning message; requested by deraadt@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/04/16 11:27:59 Log message: library to do multipart form posts Use with Net::HTTP to do multipart form posts. IO values that have #content_type, #original_filename, and #local_path will be posted as a binary file. Feedback and OK jeremy@, jasper@ Status: Vendor Tag: sebastia Release Tags: sebastia_20150416 N ports/www/ruby-multipart-post/Makefile N ports/www/ruby-multipart-post/distinfo N ports/www/ruby-multipart-post/pkg/PLIST N ports/www/ruby-multipart-post/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/04/16 11:29:42 Log message: Faraday is a HTTP/REST API client library. Feedback and OK jasper@, jeremy@ Status: Vendor Tag: sebastia Release Tags: sebastia_20150416 N ports/www/ruby-faraday/Makefile N ports/www/ruby-faraday/distinfo N ports/www/ruby-faraday/pkg/PLIST N ports/www/ruby-faraday/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/16 11:30:21 Modified files: sysutils/menulibre: Makefile Log message: Add devel/py-gobject3${MODPY_FLAVOR} to BDEP, should fix a build failure on a clean machine. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/04/16 11:31:06 Log message: Various middleware for Ruby Faraday. Feedback and OK jasper@, jeremy@ Status: Vendor Tag: sebastia Release Tags: sebastia_20150416 N ports/www/ruby-faraday_middleware/Makefile N ports/www/ruby-faraday_middleware/distinfo N ports/www/ruby-faraday_middleware/pkg/PLIST N ports/www/ruby-faraday_middleware/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/04/16 11:37:14 Log message: Ruby Faraday response parser using MultiJson. Feedback and OK jeremy@, jasper@ Status: Vendor Tag: sebastia Release Tags: sebastia_20150416 N ports/www/ruby-faraday_middleware-multi_json/Makefile N ports/www/ruby-faraday_middleware-multi_json/distinfo N ports/www/ruby-faraday_middleware-multi_json/pkg/PLIST N ports/www/ruby-faraday_middleware-multi_json/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/04/16 11:39:00 Log message: Colored is there to colorize the output on your terminal, especially red. Feedback and OK jeremy@, jasper@ Status: Vendor Tag: sebastia Release Tags: sebastia_20150416 N ports/devel/ruby-colored/Makefile N ports/devel/ruby-colored/distinfo N ports/devel/ruby-colored/pkg/DESCR N ports/devel/ruby-colored/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/04/16 11:40:12 Log message: Cri allows building easy-to-use commandline interfaces with support for subcommands. Feedback and OK jasper@, jeremy@ Status: Vendor Tag: sebastia Release Tags: sebastia_20150416 N ports/devel/ruby-cri/Makefile N ports/devel/ruby-cri/distinfo N ports/devel/ruby-cri/pkg/DESCR N ports/devel/ruby-cri/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/04/16 11:41:17 Log message: Log4r is a comprehensive and flexible logging library written in Ruby for use in Ruby programs. It features a hierarchical logging system of any number of levels, custom level names, logger inheritance, multiple output destinations, execution tracing, custom formatting, thread safteyness, XML and YAML configuration, and more. Feedback and OK jasper@, jeremy@ Status: Vendor Tag: sebastia Release Tags: sebastia_20150416 N ports/devel/ruby-log4r/Makefile N ports/devel/ruby-log4r/distinfo N ports/devel/ruby-log4r/pkg/PLIST N ports/devel/ruby-log4r/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/04/16 11:42:44 Log message: Tools used by Puppet to parse, validate, and compare Semantic Versions and Version Ranges and to query and resolve module dependencies. Feedback and OK jeremy@, jasper@ Status: Vendor Tag: sebastia Release Tags: sebastia_20150416 N ports/devel/ruby-semantic_puppet/Makefile N ports/devel/ruby-semantic_puppet/distinfo N ports/devel/ruby-semantic_puppet/pkg/DESCR N ports/devel/ruby-semantic_puppet/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/04/16 11:45:24 Log message: r10k is a suite of commands to help deploy and manage puppet code for complex environments. Feedback and OK jasper@, jeremy@ Status: Vendor Tag: sebastia Release Tags: sebastia_20150416 N ports/sysutils/ruby-r10k/Makefile N ports/sysutils/ruby-r10k/distinfo N ports/sysutils/ruby-r10k/pkg/DESCR N ports/sysutils/ruby-r10k/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/04/16 11:49:19 Modified files: www : Makefile Log message: hook up ruby-faraday, ruby-faraday_middleware, ruby-faraday_middleware-multi_json, ruby-multipart-post CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/04/16 11:51:45 Modified files: devel : Makefile Log message: hook up ruby-colored, ruby-cri, ruby-log4r, ruby-semantic_puppet CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/04/16 11:55:19 Modified files: sysutils : Makefile Log message: hook up ruby-r10k CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/16 12:19:59 Modified files: x11/gnome/tweak-tool: Makefile distinfo Log message: Update to gnome-tweak-tool-3.16.1. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/04/16 12:48:53 Modified files: lang/ruby/1.8 : Tag: OPENBSD_5_6 Makefile lang/ruby/1.9 : Tag: OPENBSD_5_6 Makefile lang/ruby/2.0 : Tag: OPENBSD_5_6 Makefile lang/ruby/2.1 : Tag: OPENBSD_5_6 Makefile lang/ruby/1.8/patches: Tag: OPENBSD_5_6 patch-ext_openssl_lib_openssl_ssl-internal_rb Added files: lang/ruby/1.8/patches: Tag: OPENBSD_5_6 patch-test_openssl_test_ssl_rb lang/ruby/1.9/patches: Tag: OPENBSD_5_6 patch-ext_openssl_lib_openssl_ssl-internal_rb patch-test_openssl_test_ssl_rb lang/ruby/2.0/patches: Tag: OPENBSD_5_6 patch-ext_openssl_lib_openssl_ssl_rb patch-test_openssl_test_ssl_rb lang/ruby/2.1/patches: Tag: OPENBSD_5_6 patch-ext_openssl_lib_openssl_ssl_rb patch-test_openssl_test_ssl_rb Log message: Add patch to fix overly permissive matching of hostnames, CVE-2015-1855. CVSROOT: /cvs Module name: ports Changes by: jung@cvs.openbsd.org 2015/04/16 13:00:09 Modified files: x11/slock : Makefile distinfo x11/slock/patches: patch-Makefile patch-config_mk Added files: x11/slock/patches: patch-config_def_h Log message: update slock to 1.2 ok gsoares@ (maintainer) CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/04/16 13:18:10 Modified files: sys/net : pfkeyv2.c pfkeyv2.h pfkeyv2_convert.c Log message: change {import,export}_identity so it can be used for policies; ok mikeb (fixes sadb_ident_type conversion for policies) CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/04/16 13:24:13 Modified files: usr.bin/netstat: inet.c sys/net : pfkeyv2.c sys/netinet : in_pcb.c in_pcb.h ip_ipsp.c ip_ipsp.h ip_output.c ip_spd.c tcp_input.c udp_usrreq.c sys/netinet6 : ip6_output.c Log message: remove unfinished/unused support for socket-attached ipsec-policies ok mikeb CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/04/16 13:43:30 Modified files: devel/p5-TAP-Formatter-JUnit: Makefile distinfo devel/p5-TAP-Harness-JUnit: Makefile distinfo Log message: Minor maintenance update to the latest versions. Drop maintainership since i'm no longer using JUnit. OK jca@ during p2k15. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/04/16 13:44:01 Modified files: sys/netinet : ip_ipsp.h Log message: ipa_inp_next is unused; via mikeb@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/04/16 13:59:28 Modified files: usr.sbin/pkg_add: pkg.conf.5 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/04/16 14:01:40 Modified files: usr.sbin/pkg_add: pkg_add.1 package.5 Log message: firmware, not firmwares; CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/16 14:21:08 Modified files: usr.bin/mandoc : mdoc_html.c Log message: Restore the page headers and page footers that accidentally got lost in rev. 1.225. Regression reported by florian@. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/04/16 14:34:29 Modified files: databases/ruby-mysql2: Makefile distinfo databases/ruby-mysql2/pkg: PLIST Log message: Update to mysql2 0.3.18 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2015/04/16 15:36:06 Modified files: . : events.html Log message: I'm speaking at NYC*BUG on June 18 this summer. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/04/16 17:25:50 Modified files: usr.bin/ssh : sshd_config.5 Log message: Document "none" for PidFile XAuthLocation TrustedUserCAKeys and RevokedKeys. bz#2382, feedback from jmc@, ok djm@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/16 18:54:42 Modified files: sys/dev/pci/drm: drmP.h drm_drv.c sys/dev/pci/drm/i915: i915_dma.c i915_drv.c i915_drv.h i915_gem.c sys/dev/pci/drm/radeon: radeon_kms.c Log message: Make drm ioctls table driven. Further reduces the diff to linux. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/04/16 19:19:29 Modified files: games/wtf : Makefile distinfo Log message: Maintenance update to 20150416 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/16 21:10:26 Modified files: devel/libgsf : Makefile distinfo devel/libgsf/pkg: PLIST Log message: Update to libgsf-1.14.33. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/16 21:42:36 Modified files: devel/goffice : Makefile distinfo devel/goffice/pkg: PLIST Log message: Update to goffice-0.10.22. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/16 21:42:52 Modified files: math/gnumeric : Makefile distinfo math/gnumeric/pkg: PLIST Log message: Update to gnumeric-1.12.22. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/04/16 22:12:35 Modified files: usr.bin/ssh : servconf.c Log message: Add some missing options to sshd -T and fix the output of VersionAddendum HostCertificate. bz#2346, patch from jjelen at redhat com, ok djm. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/16 22:18:14 Modified files: print/hplip : Makefile distinfo print/hplip/patches: patch-Makefile_in patch-base_codes_py patch-common_utils_h patch-installer_core_install_py patch-installer_pluginhandler_py patch-io_hpmud_musb_c patch-prnt_cupsext_cupsext_c patch-scan_py print/hplip/pkg: PLIST-common PLIST-hpijs Log message: Update to hplip-3.15.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/16 22:30:49 Modified files: x11/gnome/builder: Makefile distinfo x11/gnome/builder/patches: patch-Makefile_in Removed files: x11/gnome/builder/patches: patch-libide_ide-highlight-index_c Log message: Update to gnome-builder-3.16.2. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/04/16 22:32:31 Modified files: usr.bin/ssh : monitor.c Log message: don't call record_login() in monitor when UseLogin is enabled; bz#278 reported by drk AT sgi.com; ok dtucker CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/16 22:43:21 Modified files: lib/libc/sys : utimes.2 sys/sys : vnode.h sys/kern : vfs_syscalls.c sys/isofs/cd9660: cd9660_vnops.c sys/miscfs/fuse: fuse_vnops.c sys/msdosfs : msdosfs_vnops.c sys/nfs : nfs_subs.c nfs_vnops.c xdr_subs.h sys/tmpfs : tmpfs_subr.c tmpfs_vnops.c sys/ufs/ext2fs : ext2fs_vnops.c sys/ufs/ufs : ufs_vnops.c Log message: Tweaks utimensat/futimens handling to always update ctime, even when both atime and mtime are UTIME_OMIT (at least for ufs, tmpfs, and ext2fs), and to correctly handle a timestamp of -1. ok millert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/16 23:21:53 ports/lang/guile2/patches Update of /cvs/ports/lang/guile2/patches In directory cvs.openbsd.org:/tmp/cvs-serv6423/patches Log Message: Directory /cvs/ports/lang/guile2/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/16 23:23:30 Modified files: lang/guile2 : Makefile Added files: lang/guile2/patches: patch-libguile_foreign_c patch-libguile_gsubr_c Log message: Fix alignment. It'll hopefully fix random build failures in gnucash. breakage yet again reported by naddy@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/17 00:14:36 Modified files: usr.bin/kdump : kdump.c mksubr Log message: The first argument to socket/socketpair is an address family, not a protocol family. (sysctl(3) is practically the only place where PF_* is correct) CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/17 00:33:30 Modified files: usr.bin/kdump : kdump.c Log message: oops, started expecting sockoptlevelname() to handle two arguments but never actually did so. Fix that so that we stop losing the second argument to {get,set}sockopt(). Handling of levels other than SOL_SOCKET could be improved. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/17 01:17:51 Modified files: sys/dev/usb : ualea.c Log message: Crank the timeout and decrease the buffer size to not end up dropping all the entropy provided by the device. Also make sure we match the right endpoint. From Sean Levy based on comments from Andreas Gustafsson who's behind Alea. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/17 01:46:10 Modified files: regress/sbin/route: rttest14.ok rttest16.ok rttest17.ok Log message: Match -current output. Every configured address should have a local route and remove redundant loopback cloning route. Note that tests using IPv6 still contain two routes to "::1" this should cause no harm but is being investigated. CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2015/04/17 01:51:09 Modified files: usr.sbin/bgpctl: bgpctl.c parser.c parser.h Log message: parse_prefix in parse.c got changed but the declaration in bgpctl.c wasn't updated, so we would crash when doing `bgpctl net bulk` commands. Fix by moving parse_prefix into a header, since we use it in more than one file. crash found by henning@ underlying problem found by blambert@ OK sthen@ deraadt@ claudio@ henning@ CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2015/04/17 01:58:12 Modified files: multimedia/libvpx: Makefile lang/python : Makefile.inc Log message: use lower optimization levels, so compiles work on sparc CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2015/04/17 01:59:19 Modified files: databases/mariadb: Makefile databases/postgresql: Makefile Log message: these expect that "sparc" is sparc64, not 32bit. CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2015/04/17 01:59:56 Modified files: databases/kyotocabinet: Makefile Log message: another arch missing atomic ops CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2015/04/17 02:00:42 Modified files: games/gnuchess : Makefile Log message: fail while building it's own files. runs out of memory. CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2015/04/17 02:01:32 Modified files: textproc/xmlto : Makefile Log message: another failure on sparc. while it packages, the binaries blow up routinely in its dependencies. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/17 02:06:04 Modified files: textproc/py-lxml: Makefile Log message: sync WANTLIB CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/17 02:19:27 Modified files: regress/sbin/route: rttest18.ok rttest19.ok Log message: Local routes should be present in the routing table output. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/17 02:20:24 Modified files: regress/sbin/route: rttest14.ok rttest16.ok Log message: Remove superflous "::1" route, test currently failing but a fix is in its way. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/17 03:54:10 Modified files: textproc/rarian: Makefile textproc/rarian/patches: patch-util_rarian-sk-config_in patch-util_rarian-sk-migrate_cpp patch-util_rarian-sk-rebuild_in patch-util_rarian-sk-update_in textproc/rarian/pkg: PLIST Removed files: textproc/rarian/patches: patch-util_Makefile_in Log message: Clean up this port a bit. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/04/17 04:04:37 Modified files: sbin/ipsecctl : pfkdump.c sbin/isakmpd : pf_key_v2.c sys/net : pfkeyv2.h pfkeyv2_convert.c sys/netinet : ip_ipsp.h Log message: Remove unsupported SADB_X_IDENTTYPE_CONNECTION; OK markus, hshoexer CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/04/17 04:08:07 Modified files: sys/netinet : ip_ipsp.c Log message: Remove unused ipsp_parse_headers that was supposed to parse packets returned by IPsec-enabled NICs; OK markus, hshoexer CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/17 04:36:26 Modified files: sysutils/node-syslog: Makefile distinfo sysutils/node-syslog/pkg: PLIST Log message: update to node-syslog-1.2.0 CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/04/17 05:04:02 Modified files: sys/net : if_bridge.c pf.c sys/netinet : ip_ah.c ip_esp.c ip_ipcomp.c ip_ipsp.c ip_ipsp.h ip_output.c ipsec_input.c ipsec_output.c sys/netinet6 : ip6_forward.c ip6_output.c nd6.c sys/sys : mbuf.h Log message: Stubs and support code for NIC-enabled IPsec bite the dust. No objection from reyk@, OK markus, hshoexer CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/04/17 05:06:39 Modified files: share/man/man9 : mbuf_tags.9 Log message: IPSEC_IN_CRYPTO_DONE and OUT_CRYPTO_NEEDED are gone CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/17 05:43:10 Modified files: news/sabnzbd : Makefile distinfo news/sabnzbd/pkg: PLIST Log message: Update to sabnzbd-0.7.20 From Carlin Bingham, ok mglocker@ (maintainer) CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/17 06:38:54 Modified files: sys/arch/alpha/alpha: mutex.c sys/arch/alpha/include: mutex.h Log message: while trying to reproduce lockups on mp alpha i hit an MUTEX_ASSERT_UNLOCKED, but it turns out alpha mutexes arent very friendly to diagnostics on smp systems. alpha mutexes contained an mtx_lock member. when 0 the mutex was unlocked, and when 1 it was locked. the MUTEX_ASSERT_UNLOCKED checked if mtx_lock was 1 to see if the current cpu owned the mutex, but in an mp system another cpu may have set mtx_lock to 1, which causes the assert to fire. this changes alpha mutexes so they record which cpu owns the lock rather than just if the lock is held or not. the diagnostics compare the owner to the current cpus curcpu() address so they can actually tell if the current cpu holds the lock instead of whether any cpu holds the lock. instead of using custom asm to implement a cas this uses atomic_cas_ptr, which on alpha uses gcc cas code. miod says he has far more confidence in the gcc cas than the code that was there before. while im here i also shuffled the code. on MULTIPROCESSOR systems instead of duplicating code between mtx_enter and mtx_enter_try, mtx_enter simply loops on mtx_enter_try until it succeeds. this also provides an alternative implementation of mutexes on !MULTIPROCESSOR systems that avoids interlocking opcodes. mutexes wont contend on UP boxes, theyre basically wrappers around spls. we can just do the splraise, stash the owner as a guard value for DIAGNOSTIC and return. similarly, mtx_enter_try on UP will never fail, so we can just call mtx_enter and return 1. ok miod@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/17 06:55:16 Modified files: devel/droplet : Makefile Log message: mark broken mips64 (lack of atomic ops) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/17 06:57:11 Modified files: devel/spidermonkey: Makefile Log message: trailing whitespace CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/17 07:10:01 Modified files: sysutils/ykpers: Makefile Log message: mark broken on mips64 too CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/04/17 07:16:49 Modified files: usr.bin/ssh : ssh.c Log message: debug log missing DISPLAY environment when X11 forwarding requested; bz#1682 ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/04/17 07:19:22 Modified files: usr.bin/ssh : ssh-keygen.c Log message: use error/logit/fatal instead of fprintf(stderr, ...) and exit(0), fix a few errors that were being printed to stdout instead of stderr and a few non-errors that were going to stderr instead of stdout bz#2325; ok dtucker CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/04/17 07:25:52 Modified files: usr.bin/ssh : kex.c Log message: don't try to cleanup NULL KEX proposals in kex_prop_free(); found by Jukka Taimisto and Markus Hietava CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/04/17 07:32:09 Modified files: usr.bin/ssh : authfile.c Log message: s/recommended/required/ that private keys be og-r this wording change was made a while ago but got accidentally reverted CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/17 07:36:19 Modified files: x11/gnome/photos: Makefile Log message: Depends on x11/gnome/online-miners. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/04/17 10:15:59 Modified files: net/libdnet : Makefile net/py-pcapy : Makefile net/py-libpcap : Makefile Log message: After updating packages, scapy stopped working as py-libdnet and py-pcapy and py-libpcap were not replaced. Add missing libraries to their WANTLIB dependencies to receive a consistent set of packages. OK sthen@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/04/17 10:42:50 Modified files: sys/net : pf_norm.c Log message: On Ethernet packets have a minimal length, so very short packets get padding appended to them. This padding is not stripped off in ip6_input() (due to support for IPv6 Jumbograms, RFC2675). That means PF needs to be careful when reassembling fragmented packets to not include the padding in the reassembled packet. from FreeBSD; via Kristof Provost; OK henning@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/17 10:47:47 Modified files: bin/date : date.c Log message: FALLTHROUGH in getopt is incorrect. While here use strtonum to parse tz_minuteswest. ok millert CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/17 11:20:41 Modified files: bin/ksh : var.c Log message: Use getint() instead of intval() for parsing the columns variable, allowing the addition of more accurate bounds and garbage checks. ok millert CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/17 12:39:00 Log message: Import dleyna-core-0.5.0, dleyna-connector-dbus-0.2.0, dleyna-renderer-0.5.0, dleyna-server-0.5.0 dLeyna-core is a library of utility functions that are used by the higher level dLeyna libraries that communicate with DLNA devices, e.g., dleyna-server. <...> ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20150417 N ports/net/dleyna/Makefile N ports/net/dleyna/Makefile.inc N ports/net/dleyna/renderer/distinfo N ports/net/dleyna/renderer/Makefile N ports/net/dleyna/renderer/patches/patch-libdleyna_renderer_server_c N ports/net/dleyna/renderer/patches/patch-libdleyna_renderer_upnp_c N ports/net/dleyna/renderer/pkg/DESCR N ports/net/dleyna/renderer/pkg/PLIST N ports/net/dleyna/core/distinfo N ports/net/dleyna/core/Makefile N ports/net/dleyna/core/pkg/DESCR N ports/net/dleyna/core/pkg/PLIST N ports/net/dleyna/core/patches/patch-libdleyna_core_main-loop_c N ports/net/dleyna/core/patches/patch-libdleyna_core_log_c N ports/net/dleyna/connector-dbus/distinfo N ports/net/dleyna/connector-dbus/Makefile N ports/net/dleyna/connector-dbus/pkg/DESCR N ports/net/dleyna/connector-dbus/pkg/PLIST N ports/net/dleyna/connector-dbus/patches/patch-src_connector-dbus_c N ports/net/dleyna/server/distinfo N ports/net/dleyna/server/Makefile N ports/net/dleyna/server/patches/patch-libdleyna_server_device_c N ports/net/dleyna/server/patches/patch-server_daemon_c N ports/net/dleyna/server/patches/patch-libdleyna_server_props_c N ports/net/dleyna/server/patches/patch-Makefile_in N ports/net/dleyna/server/pkg/DESCR N ports/net/dleyna/server/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/17 12:39:27 Modified files: net : Makefile Log message: +dleyna CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/17 12:40:20 Modified files: x11/gnome/grilo-plugins: Makefile x11/gnome/grilo-plugins/pkg: PLIST x11/gnome/online-miners: Makefile x11/gnome/photos: Makefile Log message: Add dependency on dleyna-*. ok jasper@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/17 21:15:46 Modified files: usr.bin/xinstall: xinstall.c Log message: Use futimens() to preserve timestamps with subsec precision. Don't cast file sizes to size_t when comparing file contents for the -C option ok deraadt@ CVSROOT: /cvs Module name: www Changes by: bcallah@cvs.openbsd.org 2015/04/17 22:27:33 Modified files: . : events.html Log message: Add video link to my RCOS lecture. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/04/17 23:00:05 Modified files: www/lynx : Makefile distinfo Log message: Update to 2.8.9d5 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/17 23:14:05 Modified files: sys/arch/amd64/amd64: locore.S trap.c sys/arch/i386/i386: locore.s trap.c Log message: i386 and amd64 have only one syscall entry point now, so simply the EIP/RIP adjustment for ERESTART ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/04/18 01:13:15 Modified files: devel/p5-Variable-Magic: Makefile distinfo Log message: Update to p5-Variable-Magic-0.57. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/18 03:13:07 Modified files: net/maradns-deadwood: Makefile distinfo net/maradns-deadwood/patches: patch-src_Makefile Log message: update to maradns-deadwood 3.2.07, various fixes including security update: Better protection against malicious NS tarpits CERT vulnerability VU#264212 from Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/18 03:13:48 Modified files: net/maradns-deadwood: Tag: OPENBSD_5_7 Makefile distinfo net/maradns-deadwood/patches: Tag: OPENBSD_5_7 patch-src_Makefile Log message: update to maradns-deadwood 3.2.07, various fixes including security update: Better protection against malicious NS tarpits CERT vulnerability VU#264212 from Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/18 03:14:05 Modified files: net/maradns-deadwood: Tag: OPENBSD_5_6 Makefile distinfo net/maradns-deadwood/patches: Tag: OPENBSD_5_6 patch-src_Makefile Log message: update to maradns-deadwood 3.2.07, various fixes including security update: Better protection against malicious NS tarpits CERT vulnerability VU#264212 from Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/18 03:16:36 Added files: graphics/gd/patches: patch-src_webpimg_c Log message: Allow gd to build with newer libvpx, from Brad. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/18 03:27:54 Modified files: usr.sbin/httpd : server_http.c Log message: Regis Leroy reported that httpd does not strictly accept CRLF for newlines which could lead to http response splitting/smuggling if a badly behaved proxy is in front of httpd. Switch from evbuffer_readline() to evbuffer_readln() with EVBUFFER_EOL_CRLF_STRICT to avoid this. ok florian@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/04/18 03:29:36 Modified files: net/megatools : Makefile distinfo net/megatools/pkg: PLIST Log message: Update to megatools-1.9.95. Changelog: http://megatools.megous.com/builds/NEWS ok benoit@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/18 03:32:59 Modified files: usr.bin/systat : mbufs.c Log message: Avoid calling freeifaddrs() with an uninitialised pointer in an error path. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/18 03:57:24 Modified files: mail/postfix/stable: Makefile distinfo Log message: update to postfix-3.0.1, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/18 03:57:51 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: update to postfix-3.1-20150330, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/18 03:58:59 Modified files: security/botan : Makefile distinfo security/botan/pkg: PLIST Removed files: security/botan/patches: patch-src_build-data_botan-config_in Log message: update to botan-1.10.9, from Brad CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/04/18 04:22:11 Modified files: xserver : configure configure.ac xserver/hw/kdrive: Makefile.am Makefile.in Removed files: xserver/hw/kdrive/openbsd: Makefile.am Makefile.in openbsd.c xserver/hw/kdrive/wscons: Makefile.am Makefile.in TODO keyboard.c mouse.c wsfb.c wsfb.h wsinit.c Log message: Bury kdriver/wscons code in the Attic. It has never worked and there is no plan to finish it. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/18 04:39:34 Modified files: net/quagga : Makefile distinfo net/quagga/patches: patch-zebra_kernel_socket_c Log message: update to quagga 0.99.24.1, from Brad CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/18 05:05:32 Modified files: sys/dev/pci/drm: drm_crtc_helper.c drm_edid.c drm_linux.h sys/dev/pci/drm/i915: i915_drv.c intel_panel.c sys/dev/pci/drm/radeon: radeon_kms.c Log message: add and use module param macros CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/18 05:12:33 Modified files: sys/net : hfsc.c Log message: replace the hand rolled lists of mbufs in hfsc_classq with an mbuf_list. hfsc lists are very clever because they manage a fifo with a single pointer by abusing the m_next pointer of the tail mbuf to point to the head. clever but hard to read. mbuf_lists are slightly bigger because they explicitely track the head mbuf, but i got us that space back by inlining hfsc_classq into hfsc_class and removing the unnecessary classq field. ok henning@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/18 05:21:12 Modified files: sys/dev/pci/drm/i915: i915_drv.c Log message: Remove some unused debug functions. If we're interested in these in future we should add i915_debugfs.c CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/18 05:41:29 Modified files: sys/dev/pci/drm: drm_linux.h sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_gem.c i915_trace.h intel_pm.c sys/dev/pci/drm/radeon: radeon_fence.c radeon_object.c radeon_semaphore.c radeon_trace.h Log message: define and use trace macros discussed with kettenis CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/04/18 06:04:59 Modified files: share/man/man4 : bio.4 cac.4 ciss.4 eisa.4 pci.4 Log message: from brad: don;t try to list all generations in ciss's Nd; do not use all caps for "array" CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/18 06:19:09 Modified files: lang/rust : Makefile distinfo lang/rust/pkg : PLIST-doc Removed files: lang/rust/patches: patch-src_liblibc_lib_rs Log message: Update to rust-1.0.0beta2, from maintainer Sébastien Marie Ensure we link against the correct libestdc++ version. Remove a patch merged upstream. CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/04/18 06:28:39 Log message: Import p5-XML-SemanticDiff-1.0004, a dependency of devel/p5-Test-XML. This perl module semantically compares XML files for equivalence. Whitespace variations and the order of attributes are ignored. OK sthen@ Status: Vendor Tag: schwarze Release Tags: schwarze_20150418 N ports/textproc/p5-XML-SemanticDiff/Makefile N ports/textproc/p5-XML-SemanticDiff/distinfo N ports/textproc/p5-XML-SemanticDiff/pkg/PLIST N ports/textproc/p5-XML-SemanticDiff/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/04/18 06:38:20 Log message: Import p5-Test-XML-0.08, a new test dependency of p5-TAP-Formatter-JUnit. This module provides tools for testing code which deals with XML. These tools are compatible with the Test::More and Test::Simple modules. At present, there is generic XML comparison support, as well as modules for dealing with XML::SAX, XML::Twig and XML::XPath handlers. Missing commit first spotted by sthen@ with sqlports. This is expected to fix the portroach breakage reported by ajacoutot@; sorry for that! OK sthen@ Status: Vendor Tag: schwarze Release Tags: schwarze_20150418 N ports/devel/p5-Test-XML/Makefile N ports/devel/p5-Test-XML/distinfo N ports/devel/p5-Test-XML/pkg/PLIST N ports/devel/p5-Test-XML/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/04/18 06:42:45 Modified files: textproc : Makefile devel : Makefile Log message: +textproc/p5-XML-SemanticDiff +devel/p5-Test-XML CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/04/18 07:35:27 Modified files: graphics/dcmtk : Makefile lang/classpath : Makefile lang/erlang : Makefile multimedia/xine-lib: Makefile net/rabbitmq : Makefile Log message: Drop USE_GROFF (almost exclusively additional blank lines). No bump needed. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/04/18 07:53:32 Modified files: graphics/birdfont: Makefile distinfo Log message: Update to 2.5.1 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/18 08:28:20 Modified files: devel/p5-TAP-Formatter-JUnit: Makefile Log message: Remove non-existing test dep. Spotted by sthen@ and ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/18 08:30:06 Modified files: security/libksba: Makefile distinfo Log message: Update to libksba-1.3.3 Fixes for invalid memory access, integer overflow and a fatal assert. oss-sec thread: http://seclists.org/oss-sec/2015/q2/120 ok pea@ CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2015/04/18 08:38:38 Modified files: sys/dev/pci : if_vio.c Log message: Simplify vio_encap() a bit. From brad@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/18 08:47:35 Modified files: sys/dev/pci/drm: drmP.h drm_atomic.h drm_edid.c drm_irq.c drm_linux.h drm_mem_util.h drm_mm.h sys/dev/pci/drm/i915: i915_dma.c i915_drv.c i915_gem.c i915_gem_tiling.c i915_suspend.c intel_ddi.c intel_display.c intel_opregion.c intel_panel.c intel_pm.c sys/dev/pci/drm/radeon: atom.c atombios_dp.c atombios_encoders.c evergreen.c evergreen_blit_kms.c evergreen_cs.c ni.c r600_blit_kms.c r600_cs.c radeon.h radeon_atombios.c radeon_benchmark.c radeon_clocks.c radeon_combios.c radeon_connectors.c radeon_encoders.c radeon_fence.c radeon_gem.c radeon_irq_kms.c radeon_pm.c radeon_ring.c rv770.c sys/dev/pci/drm/ttm: ttm_bo_api.h ttm_bo_driver.h ttm_lock.h ttm_memory.h ttm_object.c ttm_object.h Log message: another round of reducing the diff to linux CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/04/18 09:13:35 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_luaengine_c patch-src_emu_netlist_plists_h patch-src_mame_includes_n64_h patch-src_mame_machine_n64_c Removed files: emulators/sdlmame/patches: patch-src_emu_cpu_m68000_m68kmake_c patch-src_emu_netlist_nl_base_h Log message: Update MAME to 0.160. License location change noticed by benoit@ MAME is no longer offered as a package. There has been a bit of a license mess and it's no longer clear if we can distribute anything. Sorry, if you want MAME you'll have to build the port. Originally brought up by bentley@ ok benoit@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/18 10:04:40 Modified files: usr.bin/mandoc : cgi.c libman.h libmandoc.h libmdoc.h main.c main.h man.c man.h man_html.c man_macro.c man_term.c man_validate.c mandoc.h mandocdb.c mdoc.c mdoc.h mdoc_argv.c mdoc_html.c mdoc_macro.c mdoc_man.c mdoc_term.c mdoc_validate.c read.c roff.h tree.c Log message: Replace the structs mdoc and man by a unified struct roff_man. Almost completely mechanical, no functional change. Written on the train from Exeter to London returning from p2k15. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/18 10:34:03 Modified files: usr.bin/mandoc : cgi.c main.c man.c mandoc.h mandocdb.c mdoc.c read.c roff.h Log message: Profit from the unified struct roff_man and reduce the number of arguments of mparse_result() by one. No functional change. Written on the ICE Bruxelles-Koeln on the way back from p2k15. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/18 11:01:29 Modified files: usr.bin/mandoc : libman.h libmandoc.h libmdoc.h man.c man_hash.c mdoc.c mdoc_hash.c read.c Log message: Move mdoc_hash_init() and man_hash_init() to libmandoc.h and call them from mparse_alloc() and choose_parser(), preparing unified allocation of struct roff_man. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/18 11:28:08 Modified files: usr.bin/mandoc : libman.h libmandoc.h libmdoc.h man.c mdoc.c read.c roff.c Log message: Unify {mdoc,man}_{alloc,reset,free}() into roff_man_{alloc,reset,free}(). Minus 80 lines of code, no functional change. Written on the train from Koeln to Wolfsburg returning from p2k15. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/18 11:50:02 Modified files: usr.bin/mandoc : man.c man.h man_html.c man_term.c mandocdb.c mdoc.c mdoc.h mdoc_html.c mdoc_man.c mdoc_term.c tree.c Log message: Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), man_node() from the mandoc(3) semi-public interface and the internal wrapper functions print_mdoc() and print_man() from the HTML formatters. Minus 60 lines of code, no functional change. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/18 12:28:38 Modified files: bin/csh : proc.c bin/ksh : exec.c jobs.c bin/ls : ls.c bin/pax : options.c bin/systrace : filter.c lex.l systrace.c lib/libc/rpc : getrpcent.c lib/libskey : skeylogin.c libexec/comsat : comsat.c libexec/rpc.rstatd: rstatd.c libexec/spamd : spamd.c sbin/fsck : fsck.c sbin/growfs : growfs.c sbin/mount_msdos: mount_msdos.c sbin/newfs : mkfs.c sbin/newfs_msdos: newfs_msdos.c sbin/quotacheck: quotacheck.c sbin/savecore : savecore.c sbin/shutdown : shutdown.c sbin/swapctl : swapctl.c sbin/sysctl : sysctl.c sbin/wsconsctl : map_scan.l usr.bin/calendar: calendar.c io.c usr.bin/find : function.c usr.bin/ipcrm : ipcrm.c usr.bin/kdump : kdump.c usr.bin/ktrace : ktrace.c usr.bin/logger : logger.c usr.bin/make : generate.c usr.bin/sed : process.c usr.bin/skey : skey.c usr.bin/skeyinit: skeyinit.c usr.bin/systat : main.c usr.bin/tip : tip.c usr.bin/unifdef: unifdef.c usr.bin/vis : vis.c usr.bin/vmstat : vmstat.c usr.bin/xargs : xargs.c usr.sbin/fdformat: fdformat.c usr.sbin/ndp : ndp.c usr.sbin/rbootd: bpf.c usr.sbin/rip6query: rip6query.c usr.sbin/rpc.lockd: lockd.c usr.sbin/sa : main.c usr.sbin/tcpdump: tcpdump.c Log message: Convert many atoi() calls to strtonum(), adding range checks and failure handling along the way. Reviews by Brendan MacDonell, Jeremy Devenport, florian, doug, millert CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/18 12:59:48 Modified files: infrastructure/bin: portbump Log message: Switch from Getopt::Std to OpenBSD::Getopt. No functional change for now, except error message text in case of unsupported option being used. Will be needed soon by upcoming changes. CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/04/18 14:35:25 Modified files: plan9/sam : Makefile plan9/sam/patches: patch-doc_sam_1 Log message: Minimally fix the manual which was completely unreadable since the initial import in 1998, lacking many marked-up words and symbols. Drop USE_GROFF, there are only minor differences in the output. OK markus@ (MAINTAINER) and naddy@. (I don't think i ever fixed a seventeen-year-old bug in a port before this one. Naddy would say, "Nobody reads manuals, not even the author of the manual." Or the porter. Not even in OpenBSD. More's the pity.) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/18 16:16:21 Modified files: sys/arch/i386/i386: cpu.c machdep.c sys/arch/i386/include: cpu.h sys/arch/amd64/amd64: cpu.c machdep.c sys/arch/amd64/include: cpu.h Log message: It seems that the CPUID lies about the monitor-line size, or at least our interpretation of it isn't quite right. So instead of allocating memory and slicing it based on the parameters returned by CPUID, simply use a member in struct cpu_info like basically all other OSes out there do. Our struct cpu_info is large enough to never cause any overlap. This makes the mwait-based idle loop actually work. We still execute the CPUID instruction to make sure monitor/mwait is properly supported by the hardware we're running on. ok sthen@, deraadt@, guenther@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/18 18:37:36 Modified files: distrib/loongson/ramdisk: install.md Log message: Force the boot partition to ext2fs, rathern than leaving it as it was. Found by inspection while curious... not though actual experience... ok miod CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/18 19:10:59 Modified files: usr.bin/vi/common: exf.c Log message: Don't lock the file for "vi -R" or "view". OK deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/18 20:55:52 Modified files: sys/dev/pci/drm/i915: i915_dma.c Log message: Enable the REG_READ ioctl. A whitelist is used to allow reading a timestamp off the render ring for the Mesa i965 driver. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/04/18 22:11:16 Modified files: emulators/desmume: Makefile distinfo emulators/desmume/patches: patch-src_utils_AsmJit_core_stringbuilder_h Removed files: emulators/desmume/patches: patch-src_gtk_glx_3Demu_cpp patch-src_gtk_glx_3Demu_h patch-src_utils_task_cpp Log message: Update to desmume-0.9.11. ok benoit@ bcallah@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/04/18 22:11:36 Modified files: . : hackathons.html Log message: Another excellent way to help hackathons, is to directly fund travel for a developer to an upcoming hackathon. Fund someone who works in an area that you value -- assume they are going to travel to the next event anyways... CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2015/04/19 00:27:17 Modified files: sys/arch/i386/conf: files.i386 sys/arch/i386/i386: cpu.c locore.s Added files: sys/arch/i386/i386: codepatch.c sys/arch/i386/include: codepatch.h Log message: Binary code patching on i386 This commit ports the infrastructure to do binary code patching from amd64. The existing code patching for SMAP is converted to the new infrastruture. ok kettenis@ "should go in" deraadt@ CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2015/04/19 00:30:20 Modified files: sys/arch/amd64/amd64: codepatch.c Log message: Add a missing pmap_kremove Noticed by mlarkin@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/04/19 02:37:32 Modified files: sys/arch/i386/conf: files.i386 sys/compat/linux: linux_ioctl.c linux_ioctl.h sys/compat/ossaudio: files.ossaudio ossaudio.c ossaudio.h ossaudiovar.h Log message: Remove emulation of oss audio ioctls from linux emulation. ok armani, guenther, sthen CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/04/19 02:42:19 Modified files: lib/libossaudio: ossaudio.c Log message: Make SNDCLT_DSP_* ioctls return ENOTTY, and remove the corresponding code. No ABI change. ok armani@, guenther@, sthen@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/04/19 02:58:02 Modified files: share/man/man8 : compat_linux.8 Log message: Remove reference to oss audio emulation, from Scarlett . Thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/19 03:01:18 Modified files: textproc/icu4c : Tag: OPENBSD_5_6 Makefile Added files: textproc/icu4c/patches: Tag: OPENBSD_5_6 patch-source_common_unicode_utypes_h patch-source_common_utypes_c patch-source_i18n_regexcmp_cpp patch-source_i18n_regexcmp_h patch-source_i18n_regeximp_h patch-source_layout_ContextualSubstSubtables_cpp patch-source_layout_CursiveAttachmentSubtables_cpp patch-source_layout_Features_cpp patch-source_layout_LETableReference_h patch-source_layout_LigatureSubstSubtables_cpp patch-source_layout_MultipleSubstSubtables_cpp patch-source_test_intltest_regextst_cpp patch-source_test_intltest_regextst_h patch-source_test_testdata_regextst_txt Log message: Fixes for: CVE-2014-6585 CVE-2014-6591 CVE-2014-7923 CVE-2014-7926 CVE-2014-9654 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/19 03:02:07 Modified files: textproc/icu4c : Makefile Added files: textproc/icu4c/patches: patch-source_common_unicode_utypes_h patch-source_common_utypes_c patch-source_i18n_regexcmp_cpp patch-source_i18n_regexcmp_h patch-source_i18n_regeximp_h patch-source_layout_ContextualSubstSubtables_cpp patch-source_layout_CursiveAttachmentSubtables_cpp patch-source_layout_Features_cpp patch-source_layout_LETableReference_h patch-source_layout_LigatureSubstSubtables_cpp patch-source_layout_MultipleSubstSubtables_cpp patch-source_test_intltest_regextst_cpp patch-source_test_intltest_regextst_h patch-source_test_testdata_regextst_txt Log message: SECURITY fixes for: CVE-2014-6585 CVE-2014-6591 CVE-2014-7923 CVE-2014-7926 CVE-2014-9654 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/19 03:14:28 Modified files: textproc/icu4c : Tag: OPENBSD_5_7 Makefile Added files: textproc/icu4c/patches: Tag: OPENBSD_5_7 patch-source_common_unicode_utypes_h patch-source_common_utypes_c patch-source_i18n_regexcmp_cpp patch-source_i18n_regexcmp_h patch-source_i18n_regeximp_h patch-source_layout_ContextualSubstSubtables_cpp patch-source_layout_CursiveAttachmentSubtables_cpp patch-source_layout_Features_cpp patch-source_layout_LETableReference_h patch-source_layout_LigatureSubstSubtables_cpp patch-source_layout_MultipleSubstSubtables_cpp patch-source_test_intltest_regextst_cpp patch-source_test_intltest_regextst_h patch-source_test_testdata_regextst_txt Log message: Fixes for: CVE-2014-6585 CVE-2014-6591 CVE-2014-7923 CVE-2014-7926 CVE-2014-9654 CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2015/04/19 03:39:08 Modified files: devel/py-rcsparse: Makefile Log message: WANTLIB += pthread; bump revision. reported by @matthieu CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/19 03:49:47 Modified files: x11/gnome/latexila: Makefile distinfo Log message: Update to latexila-3.16.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/19 04:22:01 Modified files: audio/rhythmbox: Makefile distinfo Log message: Update to rhythmbox-3.2.1. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/19 05:12:58 Modified files: sys/dev/usb : xhci.c Log message: Do not truncate possible remaining transfer length. Reported by Takahiro HAYASHI on bugs@, thanks! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/19 06:08:02 Modified files: databases/sqlports/files: Inserter.pm PkgPath.pm TreeWalker.pm Var.pm Log message: track first dependency parent so that we can display it, instead of the user having to figure out where the broken dependency comes from by inspecting the partial database. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/04/19 06:41:24 Modified files: devel/p5-Test-Base: Makefile distinfo devel/p5-Test-Base/pkg: PLIST Log message: Update devel/p5-Test-Base to 0.88 OK aja@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/04/19 06:42:48 Modified files: x11/xdaliclock : Makefile distinfo Log message: Update x11/xdaliclock to 2.43 OK aja@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/04/19 06:44:40 Modified files: textproc/wdiff : Makefile distinfo textproc/wdiff/pkg: PLIST Log message: Update textproc/wdiff to 1.2.2 OK aja@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/19 06:45:37 Modified files: sbin/ping : ping.c Log message: add a mac to the timestamp payload and calculate it with siphash. this lets us have some confidence that the timestamp hasnt been damaged or tampered with in transit. discussed with jp aumasson ok florian@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/04/19 06:49:54 Modified files: www/igal2 : Makefile distinfo www/igal2/patches: patch-igal2 Removed files: www/igal2/patches: patch-igal2_1 patch-slidetemplate2_html Log message: Update www/igal2 to 2.1 This version adds EXIF support using p5-Image-ExifTool. - change $LIBDIR to /usr/local/share - remove jhead from and add graphics/p5-Image-ExifTool as new run dep - remove the changes for integrating jhead - remove patch-slidetemplate2_html OK aja@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/19 06:56:42 Modified files: sbin/ping : ping.c Log message: by default fill the ping payload with a chacha stream instead of an unvarying payload. each ping process generates a random key, and each packet then uses the timestamps mac as the IV for the stream. this allows us to have a different payload per packet that we can recalculate and compare in the same was as the static payload was checked before. by aggressively varying the payload we hope to generate more opportunities for dodgy network equipment to show errors. note that we do siphash before chacha because we want to be strict about the timestamp payload, but we want to be able to recognise errors in the rest of the payload and where those errors were. doing chacha before siphash would have us than fail the whole packet if a checksum doesnt match. discussed with jp aumasson ok florian@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/04/19 07:02:09 Modified files: mail/archivemail: Makefile distinfo Added files: mail/archivemail/patches: patch-setup_py Log message: Update mail/archivemail to 0.9.0 - update license maker - add test target - add patch for correct manpage location OK aja@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/19 07:18:29 Modified files: x11/qt5 : Makefile x11/qt5/patches: patch-qtbase_configure patch-qtbase_mkspecs_features_create_cmake_prf patch-qtbase_qmake_Makefile_unix patch-qtbase_qmake_generators_makefile_cpp patch-qtbase_qmake_generators_unix_unixmake2_cpp patch-qtbase_qmake_generators_unix_unixmake_cpp patch-qtbase_src_concurrent_qtconcurrentiteratekernel_cpp patch-qtbase_src_corelib_io_qfilesystemwatcher_cpp patch-qtbase_src_corelib_kernel_qcore_unix_p_h patch-qtbase_src_corelib_tools_qbytearray_cpp patch-qtbase_src_corelib_tools_qbytearray_h patch-qtbase_src_gui_image_qxbmhandler_cpp patch-qtbase_src_network_kernel_qdnslookup_unix_cpp patch-qtbase_src_network_kernel_qnetworkinterface_cpp patch-qtbase_src_network_socket_qnativesocketengine_unix_cpp patch-qtbase_src_network_ssl_qsslsocket_cpp patch-qtbase_src_testlib_qtestcase_cpp patch-qtbase_src_tools_qdoc_tokenizer_cpp patch-qtbase_src_widgets_styles_qgtk2painter_cpp patch-qtbase_src_widgets_styles_qgtkstyle_p_cpp patch-qtbase_tests_auto_corelib_tools_qbytearray_tst_qbytearray_cpp patch-qtdeclarative_src_3rdparty_masm_wtf_Platform_h patch-qtdeclarative_src_qml_jsruntime_jsruntime_pri patch-qtdeclarative_src_qml_jsruntime_qv4alloca_p_h patch-qtdeclarative_src_qml_jsruntime_qv4engine_cpp patch-qtdeclarative_src_qml_jsruntime_qv4stringobject_cpp patch-qtmultimedia_config_tests_gstreamer_main_cpp patch-qtscript_src_3rdparty_javascriptcore_JavaScriptCore_wtf_Platform_h patch-qtwebkit_Source_JavaScriptCore_jit_ExecutableAllocator_h patch-qtwebkit_Source_WTF_wtf_Platform_h patch-qtwebkit_Source_WebCore_Target_pri patch-qtwebkit_Tools_qmake_config_tests_gccdepends_gccdepends_pro patch-qtwebkit_Tools_qmake_mkspecs_features_default_pre_prf x11/qt5/pkg : DESCR-html PLIST-examples PLIST-html PLIST-main Added files: x11/qt5/patches: patch-qtactiveqt_src_activeqt_activeqt_pro patch-qtandroidextras_src_src_pro patch-qtbase_qmake_generators_unix_unixmake_h patch-qtbase_src_platformheaders_platformheaders_pro patch-qtbase_src_tools_qdoc_htmlgenerator_cpp patch-qtmacextras_src_src_pro patch-qtscript_src_3rdparty_javascriptcore_JavaScriptCore_wtf_MathExtras_h patch-qttools_src_assistant_qhelpgenerator_qhelpgenerator_pro patch-qtwinextras_src_src_pro x11/qt5/pkg : DESCR-qch PLIST-qch Removed files: x11/qt5/patches: patch-qtbase_src_corelib_thread_qbasicatomic_h patch-qtbase_src_plugins_platforms_xcb_qxcbbackingstore_cpp patch-qtdeclarative_src_qml_jit_qv4assembler_cpp patch-qtmultimedia_src_gsttools_qgstreamervideoinputdevicecontrol_cpp patch-qtmultimedia_src_plugins_gstreamer_camerabin_camerabinserviceplugin_cpp Log message: Update x11/qt5 to 5.4.1. Improvements included: * Builds fine when another version being installed; * Start building documentation, HTML generator bug was fixed (patch is waiting for inclusion upstream); This update do NOT include QtWebEngine: it relies on building from Chromium sources (bundled with Qt5) and is a real pain to proceed; so lets concentrate on what we already have. All dependant ports are checked by building and running. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/19 07:50:10 Modified files: usr.bin/mandoc : libman.h libmandoc.h libmdoc.h man.c man_macro.c man_validate.c mdoc.c mdoc_macro.c mdoc_validate.c roff.c Added files: usr.bin/mandoc : roff_int.h Log message: Unify node handling functions: * node_alloc() for mdoc and man_node_alloc() -> roff_node_alloc() * node_append() for mdoc and man_node_append() -> roff_node_append() * mdoc_head_alloc() and man_head_alloc() -> roff_head_alloc() * mdoc_body_alloc() and man_body_alloc() -> roff_body_alloc() * mdoc_node_unlink() and man_node_unlink() -> roff_node_unlink() * mdoc_node_free() and man_node_free() -> roff_node_free() * mdoc_node_delete() and man_node_delete() -> roff_node_delete() Minus 130 lines of code, no functional change. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/19 07:59:37 Modified files: usr.bin/mandoc : man.c man_hash.c man_term.c man_validate.c mdoc.c mdoc_argv.c mdoc_hash.c mdoc_macro.c mdoc_validate.c read.c roff.h Log message: Decouple the token code for "no request or macro" from the individual high-level parsers to allow further unification of functions that only need to recognize this code, but that don't care about different high-level macrosets beyond that. CVSROOT: /cvs Module name: src Changes by: jturner@cvs.openbsd.org 2015/04/19 08:21:53 Log message: Update sqlite3 to 3.8.9. Changes available here: http://sqlite.org/releaselog/3_8_9.html Tested in bulk and ok landry@ Status: Vendor Tag: sqlite3 Release Tags: sqlite_3_8_9 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/compress.c U src/lib/libsqlite3/ext/misc/eval.c U src/lib/libsqlite3/ext/misc/fileio.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/showauth.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 U src/lib/libsqlite3/ext/rtree/rtreeD.test U src/lib/libsqlite3/ext/rtree/rtreeE.test U src/lib/libsqlite3/ext/rtree/rtreeF.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/ext/userauth/sqlite3userauth.h U src/lib/libsqlite3/ext/userauth/user-auth.txt U src/lib/libsqlite3/ext/userauth/userauth.c 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/pager.h 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/msvc.h 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_setup.h C src/lib/libsqlite3/src/os_unix.c U src/lib/libsqlite3/src/os_win.c U src/lib/libsqlite3/src/os_win.h U src/lib/libsqlite3/src/pager.c 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 N src/lib/libsqlite3/src/pragma.h 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_blob.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/update.c U src/lib/libsqlite3/src/test_multiplex.h U src/lib/libsqlite3/src/vacuum.c U src/lib/libsqlite3/src/test_mutex.c U src/lib/libsqlite3/src/test_onefile.c U src/lib/libsqlite3/src/test_osinst.c U src/lib/libsqlite3/src/test_pcache.c U src/lib/libsqlite3/src/test_quota.c U src/lib/libsqlite3/src/test_quota.h U src/lib/libsqlite3/src/test_rtree.c U src/lib/libsqlite3/src/test_schema.c U src/lib/libsqlite3/src/test_server.c U src/lib/libsqlite3/src/test_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/threads.c U src/lib/libsqlite3/src/tokenize.c U src/lib/libsqlite3/src/trigger.c U src/lib/libsqlite3/src/utf.c U src/lib/libsqlite3/src/util.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 N src/lib/libsqlite3/src/vxworks.h 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 C 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 N src/lib/libsqlite3/tool/showlocks.c U src/lib/libsqlite3/tool/showstat4.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/varint.c 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 3 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 2015/04/19 08:23:41 Modified files: lib/libsqlite3/src: os_unix.c parse.y lib/libsqlite3/tool: lemon.c Log message: Merge conflicts CVSROOT: /cvs Module name: src Changes by: jturner@cvs.openbsd.org 2015/04/19 08:24:33 Log message: Update sqlite3 to 3.8.9. Changes available here: http://sqlite.org/releaselog/3_8_9.html Tested in bulk and ok landry@ Status: Vendor Tag: sqlite3 Release Tags: sqlite_3_8_9 C src/usr.bin/sqlite3/shell.c U src/usr.bin/sqlite3/sqlite3.1 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jsqlite3:yesterday -jsqlite3 src/usr.bin/sqlite3 CVSROOT: /cvs Module name: src Changes by: jturner@cvs.openbsd.org 2015/04/19 08:25:05 Modified files: usr.bin/sqlite3: shell.c Log message: Merge conflicts CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/19 08:25:05 Modified files: usr.bin/mandoc : libman.h libmandoc.h libmdoc.h man.c man_macro.c mdoc.c mdoc_macro.c mdoc_validate.c read.c roff.c roff_int.h Log message: Unify some node handling functions that use TOKEN_NONE. * mdoc_word_alloc(), man_word_alloc() -> roff_word_alloc() * mdoc_word_append(), man_word_append() -> roff_word_append() * mdoc_addspan(), man_addspan() -> roff_addtbl() * mdoc_addeqn(), man_addeqn() -> roff_addeqn() Minus 50 lines of code, no functional change. CVSROOT: /cvs Module name: src Changes by: jturner@cvs.openbsd.org 2015/04/19 08:26:27 Modified files: lib/libsqlite3 : shlib_version sqlite3.pc lib/libsqlite3/src: sqlite3.h Log message: Bump minor, regen .pc and header CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/04/19 08:39:12 Modified files: devel/fossil : Makefile distinfo devel/fossil/patches: patch-auto_def patch-src_main_mk Log message: Update fossil to 1.32 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/19 08:57:16 Modified files: usr.bin/mandoc : libman.h man.c man_macro.c mdoc.c mdoc_macro.c roff.c roff_int.h Log message: Unify trickier node handling functions. * man_elem_alloc() -> roff_elem_alloc() * man_block_alloc() -> roff_block_alloc() The functions mdoc_elem_alloc() and mdoc_block_alloc() remain for now because they need to do mdoc(7)-specific argument processing. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/19 09:10:04 Modified files: usr.bin/mandoc : main.c Log message: If apropos(1) finds no match, print "nothing appropriate" to stderr similar to what the old apropos did. Requested by and OK deraadt@. CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/04/19 09:20:43 Modified files: textproc/groff : Makefile textproc/groff/patches: patch-tmac_doc_tmac Log message: Apply a bugfix to .Bl that i sent upstream and that got merged there. Helps groff-mandoc comparisons, for example in mutella(1). No opposition when shown on ports@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/19 09:55: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: ports Changes by: bcallah@cvs.openbsd.org 2015/04/19 10:20:26 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_luaengine_c patch-src_emu_netlist_plists_h patch-src_mame_includes_n64_h patch-src_mame_machine_n64_c Removed files: emulators/sdlmess/patches: patch-src_emu_cpu_m68000_m68kmake_c patch-src_emu_netlist_nl_base_h Log message: Update MESS to 0.160 -- it is simply a sync with MAME. Like MAME, MESS is no longer going to be packaged due to an unresolved license mess. Build the port yourself if you want MESS. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/04/19 10:22:20 Modified files: emulators/sdlmame: Makefile Log message: MAME in fact does need sdl-ttf. Caught when doing MESS update. Sync WANTLIB after that change and bump. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/04/19 11:01:41 Modified files: math/veusz : Makefile distinfo math/veusz/pkg : PLIST Log message: Update to 1.23 Changelog: http://home.gna.org/veusz/releasenotes/1.23.txt CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/19 11:22:17 Modified files: devel/p5-TAP-Formatter-JUnit: Makefile Log message: Readd the now existing p5-Test-XML test dep. Requested by Ingo CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/19 11:52:47 Modified files: archivers/par2cmdline: Makefile Added files: archivers/par2cmdline/patches: patch-par2creatorsourcefile_cpp Log message: Fix incorrect logic leading to a fatal assert when using the -q flag. Ports patch from Mikolaj Kucharski, source patch from Debian (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=299658), upstream issue: http://sourceforge.net/p/parchive/bugs/37/ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/19 11:53:59 Modified files: archivers/par2cmdline/patches: patch-par2creatorsourcefile_cpp Log message: Fold long line. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/04/19 12:34:34 Modified files: lang/seed7 : Makefile distinfo lang/seed7/pkg : PLIST Log message: Update to 20150419 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/19 13:43:50 Modified files: usr.bin/mandoc : man_term.c regress/usr.bin/mandoc/man/HP: spacing.in spacing.out_ascii Log message: If an explicit line break request (.br or .sp) occurs within an .HP block, the next line doesn't hang, but is simply indented. Issue found by Christian Neukirchen in the dmsetup(8) manual on Linux. This patch also improves the indentation of XDGA(3) and XrmGetResource(3). CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2015/04/19 13:45:21 Modified files: sys/arch/amd64/amd64: lapic.c mptramp.S vector.S sys/arch/amd64/include: codepatch.h cpuvar.h i82093reg.h i82489reg.h i82489var.h specialreg.h Log message: Add support for x2apic mode This is currently only enabled on hypervisors because on real hardware, it requires interrupt remapping which we don't support yet. But on virtualization it reduces the number of vmexits required per IPI from 4 to 1, causing a significant speed-up for MP guests. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2015/04/19 14:29:12 Modified files: usr.sbin/smtpd : smtp_session.c smtpd.h ssl_smtpd.c Log message: Incorrect logic in smtpd(8) can lead to unexpected client disconnect, invalid certificate in SNI negotiation or server crash. spotted by Edwin Torok CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2015/04/19 14:29:43 Modified files: usr.sbin/smtpd : Tag: OPENBSD_5_5 smtp_session.c smtpd.h ssl_smtpd.c Log message: Incorrect logic in smtpd(8) can lead to unexpected client disconnect, invalid certificate in SNI negotiation or server crash. spotted by Edwin Torok CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2015/04/19 14:30:06 Modified files: usr.sbin/smtpd : Tag: OPENBSD_5_6 smtp_session.c smtpd.h ssl_smtpd.c Log message: Incorrect logic in smtpd(8) can lead to unexpected client disconnect, invalid certificate in SNI negotiation or server crash. spotted by Edwin Torok CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2015/04/19 14:30:33 Modified files: usr.sbin/smtpd : Tag: OPENBSD_5_7 smtp_session.c smtpd.h ssl_smtpd.c Log message: Incorrect logic in smtpd(8) can lead to unexpected client disconnect, invalid certificate in SNI negotiation or server crash. spotted by Edwin Torok CVSROOT: /cvs Module name: www Changes by: gilles@cvs.openbsd.org 2015/04/19 14:33:11 Modified files: . : errata55.html errata56.html errata57.html Log message: smtpd errata CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/19 14:34:56 Modified files: usr.bin/mandoc : tbl_data.c regress/usr.bin/mandoc/tbl/data: block_unclosed.in block_unclosed.out_ascii Log message: More than one data field may follow T} on the same input line. Issue found by Christian Neukirchen in the socket(2) manual on Linux. Also fixes major rendering bugs (including partial loss of content) in XkbChangeControls(3), XkbFreeClientMap(3), XkbGetMap(3), XkbKeyNumGroups(3), and XkbSetMap(3). CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/19 15:05:27 Modified files: usr.bin/tmux : cmd-select-pane.c options-table.c screen-redraw.c server-client.c tmux.1 tmux.h tty-term.c tty.c window.c Log message: Support setting the default window and pane background colours (window and active pane via window-style and window-active-style options, an individual pane by a new select-pane -P flag). From J Raynor. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/19 15:34:21 Modified files: usr.bin/tmux : cfg.c cmd-command-prompt.c cmd-confirm-before.c cmd-copy-mode.c cmd-if-shell.c cmd-queue.c cmd-resize-pane.c cmd-send-keys.c cmd.c control.c input-keys.c key-bindings.c key-string.c layout.c mode-key.c options-table.c server-client.c server-fn.c status.c tmux.1 tmux.h tty-keys.c tty.c window-choose.c window-clock.c window-copy.c window.c Log message: Rewrite of tmux mouse support which was a mess. Instead of having options for "mouse-this" and "mouse-that", mouse events may be bound as keys and there is one option "mouse" that turns on mouse support entirely (set -g mouse on). See the new MOUSE SUPPORT section of the man page for description of the key names and new flags (-t= to specify the pane or window under mouse as a target, and send-keys -M to pass through a mouse event). The default builtin bindings for the mouse are: bind -n MouseDown1Pane select-pane -t=; send-keys -M bind -n MouseDown1Status select-window -t= bind -n MouseDrag1Pane copy-mode -M bind -n MouseDrag1Border resize-pane -M To get the effect of turning mode-mouse off, do: unbind -n MouseDrag1Pane unbind -temacs-copy MouseDrag1Pane The old mouse options are now gone, set-option -q may be used to suppress warnings if mixing configuration files. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/19 15:46:52 Modified files: usr.bin/tmux : server-fn.c Log message: Honour renumber-windows when unlinking a window, from Thomas Adam. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/04/19 16:10:30 Modified files: usr.bin/tmux : tmux.1 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/19 18:36:51 Modified files: sbin/ping : ping.c Log message: fold the icmp seq number into the mac. i dont know why i missed this before. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/19 18:46:32 Modified files: sbin/ping6 : ping6.c Log message: port src/sbin/ping/ping.c r1.119 and r1.121 to ping6: > add a mac to the timestamp payload and calculate it with siphash. > > this lets us have some confidence that the timestamp hasnt been > damaged or tampered with in transit. > > discussed with jp aumasson > ok florian@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/04/19 23:44:27 Modified files: math/p5-Math-Base36: Makefile distinfo Log message: Update to p5-Math-Base36-0.14 from Mikolaj Kucharski (maintainer) CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/20 00:23:13 Modified files: x11/qt5 : distinfo Log message: If file is updated automatically, it should be committed automatically as well, right?.. Missing distinfo from Qt5 port update to 5.4.1, noticed by RD Thrush and naddy@. Sorry. :( CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/20 01:50:49 Modified files: usr.bin/tmux : window.c Log message: Use a more sensible buffer size for flags string. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/20 02:53:36 Modified files: sys/netinet6 : in6.c Log message: Always call rt_ifa_dellocal(9) when removing an IPv6 address. The routing layer already check for the correct ifa when asked to delete a local route, so do not try to be clever here. This change also prevent having a NULL ifp pointer in your routing table when you delete loopback interfaces having the same address. ok henning@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/20 03:03:50 Modified files: sysutils/firmware/urtwn: Makefile distinfo sysutils/firmware/urtwn/pkg: PLIST Log message: Add firmware for RTL8188EUFW urtwn(4) CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/20 03:07:42 Modified files: sys/netinet6 : in6.c Log message: Do not treat loopback interfaces as p2p interfaces and create only one route to "::1". Due to a clever BSD trick, the `ifa_dstaddr` field of addresses on IFF_LOOPBACK ifps is set to the same value that `ifa_addr`. That's why filtering for broadcast addresses is so complicated, because guess what, `ifa_broadaddr` is the same as `ifa_dstaddr`! Sadly our IPv6 code was "only" checking for `ifa_dstaddr` without looking if the ifa was attached to a IFF_POINTOTPOINT interface. So it always tried to create two routes to "::1" and, with the recent RTF_LOCAL work, succeed. You should now have only one local route to "::1". ::1 ::1 UHl 14 0 32768 1 lo0 -::1 ::1 UH 0 0 32768 4 lo0 ok henning@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/20 03:12:57 Modified files: sys/net : route.c Log message: Remove a bad typo introduced in rev 1.185 and found by jsg@. Because of this semicolon, a local route was *always* created. This should have no impact except for IPv6 addresses on loopback interfaces for which the IPv6 code was trying to create a route to "::1" twice. This should now be fixed so we can fix the bug that was hidding a bug who was hidding a bug... lalala... ok henning@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/20 03:27:52 Modified files: sysutils/salt : Makefile distinfo Log message: Update to salt-2014.7.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/20 03:36:17 Modified files: multimedia/gstreamer1/plugins-ugly: Makefile multimedia/gstreamer1/plugins-ugly/pkg: PLIST Log message: --disable-a52dec so the decoder from libav is picked up instead. from brad CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/20 03:39:22 Modified files: usr.bin/tmux : window-copy.c Log message: Make jump-to-backward/jump-to-forward repeatable with jump-reverse/jump-again, from Jacob Niehus. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/20 03:48:19 Modified files: usr.bin/mandoc : mdoc_validate.c Log message: Avoid out-of-bounds read access before the beginning of the mdoc_macros[] array. This sometimes prevented proper warnings about text nodes preceding the first section header. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/20 03:54:34 Modified files: usr.bin/mandoc : main.c Log message: Fix previous: Don't let man(1) warn twice about non-existant names. Again noticed by deraadt@. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/20 06:02:36 ports/tests/portbump/t4 Update of /cvs/ports/tests/portbump/t4 In directory cvs.openbsd.org:/tmp/cvs-serv24005/t4 Log Message: Directory /cvs/ports/tests/portbump/t4 added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/20 06:04:23 Modified files: net/nfsen : Makefile Added files: net/nfsen/patches: patch-libexec_NfSenRRD_pm Log message: handle rrdtool versions >=1.5 CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/20 06:05:25 Modified files: tests/portbump : Makefile Added files: tests/portbump : t4.sample tests/portbump/t4: Makefile Log message: Add test for portbump -d; should save me some minutes next time I'll swap arguments for PortHandler::update() in portbump. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/20 06:09:10 Modified files: tests/portbump/t2: Makefile Log message: Unbreak test: -pdo_mysql, -mysql and -mysqli were removed a while ago. Sitting in my tree for a few months. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/04/20 07:10:54 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm Log message: totally forgot about the !uid notation in newuser when adding the early cache for pkg_create. Reminded by sthen@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2015/04/20 07:57:29 Modified files: x11/smtube : Makefile distinfo Log message: Update for SMTube to 15.1.0: * Fix for VEVO videos. Thanks to Josh Grosse OK bcallah@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2015/04/20 08:02:34 Modified files: net/haproxy : Makefile distinfo Removed files: net/haproxy/patches: patch-Makefile Log message: Update for HAproxy to 1.5.11 With tweaks from Daniel Jakots (thanks!) and jca@ (thanks!) OK jca@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/04/20 08:06:54 Modified files: editors/ne : Makefile distinfo editors/ne/pkg : PLIST Log message: Update to 2.6 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/20 08:48:55 Modified files: usr.bin/tmux : utf8.c Log message: Style nit - unnecessary brackets. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/04/20 09:31:15 Modified files: distrib/miniroot: install.sub Log message: Fix asking for list of http servers via '?'. The 'more' now used on the install media does not (currently) support '-e' or other posix nifties, but does exit after displaying the last line. Should fix scanning for wireless networks too. Reported by Adam Wolk on misc@. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/20 09:34:56 Modified files: usr.bin/tmux : cmd-bind-key.c cmd-list-keys.c cmd-switch-client.c cmd-unbind-key.c format.c key-bindings.c server-client.c tmux.1 tmux.h Log message: Support for multiple key tables to commands to be bound to sequences of keys. The default key bindings become the "prefix" table and -n the "root" table. Keys may be bound in new tables with bind -T and switch-client -T used to specify the table in which the next key should be looked up. Based on a diff from Keith Amling. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/20 09:38:25 Modified files: emulators/sdlmame: Makefile Log message: sdlmame fails on i386, lots of "integer constant is too large for 'long' type" in src/emu/cpu/i386/pentops.inc CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/20 09:41:32 Modified files: usr.bin/tmux : window-copy.c Log message: Remove unused-but-set variables, from Thomas Adam. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/04/20 11:22:18 Modified files: sbin/isakmpd : exchange.c Log message: Log if we refuse to continue the exchange when another one that corresponds to the same policy is already active. OK markus, hshoexer CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/20 11:41:51 Modified files: x11/gnome/getting-started-docs: Makefile distinfo Log message: Update to gnome-getting-started-docs-3.16.1. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/04/20 13:08:52 Modified files: sys/arch/mips64/mips64: ipifuncs.c Log message: Remove most static, gives us much better ddb tracebacks from secondary processors. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/20 13:32:38 Modified files: x11/qt5 : Makefile Log message: Add IGNORE-qch for now, until the issue with trying to run qhelpgenerator from LOCALBASE is resolved. Found by sthen@. CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/04/20 14:08:19 Modified files: lang/STk : Makefile lang/STk/pkg : PLIST Added files: lang/STk/patches: patch-Doc_Manual_Makefile Log message: Install the STk-man.macros to the right directory such that the .so requests in the STk manual pages work as intended. Drop USE_GROFF because formatting differences are minor. OK naddy@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/20 14:20:37 Modified files: devel/ruby-rspec/specinfra: Makefile devel/ruby-rspec/specinfra/pkg: PLIST Added files: devel/ruby-rspec/specinfra/patches: patch-lib_specinfra_command_openbsd_base_fstab_rb patch-lib_specinfra_command_rb Log message: implement fstab type for OpenBSD CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/20 14:29:09 Modified files: devel/ruby-rspec/specinfra: Makefile devel/ruby-rspec/specinfra/patches: patch-lib_specinfra_command_rb devel/ruby-rspec/specinfra/pkg: PLIST Added files: devel/ruby-rspec/specinfra/patches: patch-lib_specinfra_command_openbsd_base_bond_rb Log message: implement the bond type, which is to be used for trunk interfaces CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/20 15:16:05 Modified files: net/zabbix : Makefile net/zabbix/pkg : README-web Log message: php-mysql -> php-mysqli ok robert@ (maintainer) CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/04/20 18:07:51 Modified files: sys/arch/i386/i386: pmap.c pmapae.c sys/arch/i386/include: pmap.h Log message: Reduce differences between i386 pmap modes. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/20 19:24:28 Modified files: lib/libc/arch/amd64/sys: tfork_thread.S lib/libc/arch/i386/sys: tfork_thread.S Log message: Eliminate the last uses of *fork's second syscall return register; the pid is zero in the child ok deraadt@ miod@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/20 19:31:51 Modified files: sys/arch/sgi/include: mutex.h sys/arch/sgi/sgi: mutex.c Log message: rework sgi mutexes to use the owner pointer as the lock. this is like src/sys/arch/alpha/alpha/mutex.c r1.14. this changes sgi mutexes so they record which cpu owns the lock rather than just if the lock is held or not. the diagnostics compare the owner to the current cpus curcpu() address so they can actually tell if the current cpu holds the lock instead of whether any cpu holds the lock. instead of using custom asm to implement a cas this uses atomic_cas_ptr. while im here i also shuffled the code. on MULTIPROCESSOR systems instead of duplicating code between mtx_enter and mtx_enter_try, mtx_enter simply loops on mtx_enter_try until it succeeds. this also provides an alternative implementation of mutexes on !MULTIPROCESSOR systems that avoids interlocking opcodes. mutexes wont contend on UP boxes, theyre basically wrappers around spls. we can just do the splraise, stash the owner as a guard value for DIAGNOSTIC and return. similarly, mtx_enter_try on UP will never fail, so we can just call mtx_enter and return 1. tested by and ok miod@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/20 19:38:41 Modified files: sys/arch/powerpc/include: _types.h Log message: The ELF psABI for PPC specifies that the stack shall always be 16-byte aligned. ok mpi@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/20 19:41:42 Modified files: usr.bin/vi/ex : ex_cscope.c Log message: init both fds passed to pipe as -1 instead of initing one twice ok deraadt@ guenther@ miod@ millert@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/04/20 19:43:06 Modified files: emulators/sdlmess: Makefile Log message: Sync MESS with MAME (remove i386 from the ONLY_FOR_ARCHS list until I can sit down and fix it) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/20 19:44:47 Modified files: sbin/isakmpd : ike_auth.c Log message: No need to do "size = (size_t)sb.st_size" both before and after a fstat() call. ok mikeb@ markus@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/20 19:46:57 Modified files: usr.sbin/relayd: pfe.c Log message: fix a memory leak. ok blambert@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/20 19:49:19 Modified files: usr.sbin/ntpd : constraint.c Log message: fix a memory leak if tls_read() fails. ok henning@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/04/20 20:07:38 Modified files: graphics/slop : Makefile distinfo Log message: Bugfix update to 4.1.16 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/04/20 20:34:36 Modified files: devel/p5-Spiffy: Makefile distinfo devel/p5-Spiffy/pkg: PLIST Log message: Update devel/p5-Spiffy to 0.46 OK benoit@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/04/20 20:36:43 Modified files: devel/p5-Test-Requires: Makefile distinfo Log message: Update devel/p5-Test-Requires to 0.08 OK benoit@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/04/20 20:38:50 Modified files: databases/p5-SQL-Translator: Makefile distinfo databases/p5-SQL-Translator/pkg: PLIST Log message: Update databases/p5-SQL-Translator to 0.11021 OK benoit@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2015/04/20 22:21:40 Modified files: devel/afl : Makefile distinfo devel/afl/pkg : PLIST Log message: update to afl 1.71b CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/04/20 22:40:40 Modified files: sys/arch/i386/i386: pmap.c Log message: Remove a duplicate variable and #define that snuck in, in a previous commit. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/21 00:22:52 Modified files: net/libnice : Makefile distinfo Log message: Update to libnice-0.1.11. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/04/21 00:39:31 Modified files: databases/ruby-hiera-eyaml: Makefile distinfo Log message: Update to 2.0.8, addressing temp file permissions prolem. OK jasper@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/21 01:01:00 Modified files: usr.bin/ssh : myproposal.h Log message: Add back a backslash removed in rev 1.42 so KEX_SERVER_ENCRYPT will include aes again. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/04/21 01:29:30 Modified files: astro/py-metar : Makefile distinfo astro/py-metar/patches: patch-setup_py Log message: Update to py-metar-0.20. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/21 02:19:52 Modified files: infrastructure/lib/DPB: Config.pm Log message: commonalize check for option values... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/21 03:23:57 Modified files: infrastructure/lib/DPB: Config.pm HostProperties.pm Shell.pm Log message: start reorg the way we handle users. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/21 03:35:32 Modified files: sys/netinet : ip_carp.c Log message: Revert previous. Packets going through carp_input() but not destinated to the carp interface would end up enqueued without being decapsulated. Found the hard way by shten@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/21 03:41:01 Modified files: devel/ruby-rspec/specinfra: Makefile distinfo Removed files: devel/ruby-rspec/specinfra/patches: patch-lib_specinfra_command_openbsd_base_bond_rb patch-lib_specinfra_command_openbsd_base_fstab_rb patch-lib_specinfra_command_rb Log message: - update to specinfra-2.30.0 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/21 03:53:13 Modified files: infrastructure/lib/DPB: Config.pm Locks.pm Logger.pm State.pm Log message: setting the stage for further changes CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/04/21 04:14:03 Modified files: shells/zsh : Makefile Log message: Even though the zshall(1) manual uses the .so request to include all the zsh* manuals, there are no important formatting differences between groff and mandoc. Drop USE_GROFF. Bump because this is a somewhat atypical case. OK pea@ (MAINTAINER) and naddy@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/21 04:24:22 Modified files: libexec/security: security Log message: When diff(1) finds differences, it returns an exit status of 1. In that particular case, refrain from printing "diff: exit code 1" because that exit status doesn't indicate an error condition. Issue noticed by and patch OK'ed by ajacoutot@. "I agree with the goal, and I suspect the diff actually achieves it" guenther@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/21 04:32:42 Modified files: lang/ruby/1.8 : Tag: OPENBSD_5_7 Makefile lang/ruby/1.8/patches: Tag: OPENBSD_5_7 patch-ext_openssl_lib_openssl_ssl-internal_rb lang/ruby/1.9 : Tag: OPENBSD_5_7 Makefile lang/ruby/2.0 : Tag: OPENBSD_5_7 Makefile lang/ruby/2.1 : Tag: OPENBSD_5_7 Makefile lang/ruby/2.2 : Tag: OPENBSD_5_7 Makefile Added files: lang/ruby/1.8/patches: Tag: OPENBSD_5_7 patch-test_openssl_test_ssl_rb lang/ruby/1.9/patches: Tag: OPENBSD_5_7 patch-ext_openssl_lib_openssl_ssl-internal_rb patch-test_openssl_test_ssl_rb lang/ruby/2.0/patches: Tag: OPENBSD_5_7 patch-ext_openssl_lib_openssl_ssl_rb patch-test_openssl_test_ssl_rb lang/ruby/2.1/patches: Tag: OPENBSD_5_7 patch-ext_openssl_lib_openssl_ssl_rb patch-test_openssl_test_ssl_rb lang/ruby/2.2/patches: Tag: OPENBSD_5_7 patch-ext_openssl_lib_openssl_ssl_rb patch-test_openssl_test_ssl_rb Log message: Backport fix for regression introduced by fix for CVE-2013-4073 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/21 04:46:48 Modified files: usr.bin/wc : wc.1 Log message: Back in January, Kaspars at Bankovskis dot net reported that the wc(1) manual claims that -m would count characters, while our version of the command actually doesn't, lacking POSIX multibyte support. Since nobody stood up to fix the code, sync the docs with reality for now. OK jmc@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/04/21 04:51:26 Modified files: misc/p5-Finance-QuoteHist: Makefile distinfo Log message: Update to p5-Finance-QuoteHist-1.22. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2015/04/21 04:58:29 Modified files: distrib/miniroot: install.sub Log message: append the setdir ("5.7/amd64", "snapshots/vax") as get-parameter "path" when fetching the autoinstall response file. a webserver that serves static files doesn't give a damn. if I map that to something that dynamically creates the response file, i can use that to construct the sets path, or play other arch and/or version dependent games. ok krw uwe CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/21 05:35:53 Modified files: devel/pyusb : Makefile distinfo devel/pyusb/patches: patch-setup_py Log message: Update to pyusb-0.4.3, fix HOMEPAGE and reorder Makefile. ok benoit@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/21 05:59:04 Modified files: net : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: net/ntop : Makefile distinfo net/ntop/patches: patch-configure patch-ntop.c net/ntop/pkg : DESCR PLIST Log message: Kill ntop; old, busted and using bad practices. Upstream ntop-ng is a completely different beast, our version is unmaintained. Discussed with and ok sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/21 07:00:00 Modified files: infrastructure/lib/DPB/Core: Init.pm Log message: make things cleaner and less magical CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/21 07:15:54 Modified files: sys/kern : subr_pool.c Log message: disable *8 again for now. incoherent archs arent having much fun with it. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/21 07:37:31 Modified files: x11/gnome/libsecret: Makefile distinfo x11/gnome/libsecret/pkg: PLIST Log message: Update to libsecret-0.18.2. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/21 08:27:07 Modified files: share/man/man1 : intro.1 Log message: Section 1, not section one: section numbers are always numerical. For example, "man -s one" wouldn't work either. Patch from Alex Greif . CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/21 09:16:06 Modified files: usr.bin/tmux : window-copy.c Log message: cmd_mouse_pane can return NULL, check for that. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/21 09:18:06 Modified files: usr.bin/tmux : cmd-if-shell.c Log message: Pass mouse events through to commands for if-shell. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/21 09:18:38 Modified files: usr.bin/tmux : format.c Log message: Put mouse_any_flag back, don't know where it went to (still in man page). CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/21 09:21:41 Modified files: usr.bin/tmux : input-keys.c server-client.c Log message: Don't eat the mouse event that triggers a drag end because we may want to pass it on to application inside the pane. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/04/21 09:22:35 Modified files: lang/nimrod : Makefile distinfo Log message: Nimrod was renamed to Nim and they decided to rewrite history. Regen distfile, fix WRKDIST and bump. Noticed by ajacoutot@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/21 09:34:32 Modified files: usr.bin/tmux : cmd-copy-mode.c key-bindings.c Log message: Bind mouse dragging so that it is passed through to applications if they want it rather than entering copy mode. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/21 09:41:31 Modified files: lang : Makefile Removed files: lang/onyx : Makefile distinfo lang/onyx/patches: patch-bin_onyx_Cookfile_inc_in patch-doc_latex_onyx_Cookfile_inc_in patch-lib_libonyx_Cookfile_inc_in patch-lib_libonyx_src_nx_gen_nx_in patch-mod_modclopt_Cookfile_inc_in patch-mod_modprompt_Cookfile_inc_in lang/onyx/pkg : DESCR PFRAG.shared PLIST Log message: remove onyx, a nice concept, albeit stone-dead prompted by naddy@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/21 09:42:47 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register onyx' removal CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/21 10:13:54 Modified files: usr.bin/mandoc : mdoc_macro.c Log message: Avoid a use after free when the target node is deleted during validation. Bug reported by jsg@. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/04/21 10:32:24 Modified files: usr.sbin/rtadvd: rtadvd.conf.5 Log message: According to RFC 4861 and the actuall implementation rltime may not exceed 9000 seconds. Reported by Alexander Lobodzinski on bugs@, thanks! OK benno@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/04/21 10:34:59 Modified files: sbin/pfctl : parse.y Log message: Improve divert-to specification parsing w.r.t. rule address family. ok henning CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/21 12:13:10 Modified files: x11/flwm : Makefile x11/gob2 : Makefile x11/gtk-chtheme: Makefile x11/isomaster : Makefile x11/obconf : Makefile x11/sisctrl : Makefile x11/wmclockmon : Makefile x11/wmctrl : Makefile x11/xarchive : Makefile x11/xdg-user-dirs-gtk: Makefile x11/xfce4/thunar-vcs: Makefile x11/xtraceroute: Makefile Log message: add some missing pthread to WANTLIB (using modified portbump, thanks zhuk@) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/21 12:19:27 Modified files: security/gpgme : Makefile security/gringotts: Makefile security/kc : Makefile security/py-crack: Makefile security/py-cryptkit: Makefile security/py-openssl: Makefile security/py-sslwrapper: Makefile security/qca : Makefile security/qca-ossl: Makefile security/qca-tls: Makefile sysutils/augeas: Makefile sysutils/hot-babe: Makefile sysutils/tarsnap: Makefile sysutils/tray-app: Makefile sysutils/usmb : Makefile textproc/clo++ : Makefile textproc/ebook-tools: Makefile textproc/py-xmldiff: Makefile www/p5-libapreq2: Makefile www/snownews : Makefile Log message: add some missing pthread to WANTLIB (using modified portbump, thanks zhuk@) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/21 12:24:23 Modified files: graphics/autopano-sift-c: Makefile graphics/dcmtk : Makefile graphics/gimp/liquid-rescale: Makefile graphics/glew : Makefile graphics/gnofract4d: Makefile graphics/ilmbase: Makefile graphics/mirage: Makefile graphics/netpbm: Makefile graphics/openjpeg: Makefile graphics/py3-cairo: Makefile graphics/smpeg-xmms: Makefile inputmethods/scim-qtimm: Makefile mail/libetpan : Makefile math/grpn : Makefile math/lpsolve/python: Makefile math/octave : Makefile math/py-Numeric: Makefile math/py-probstat: Makefile math/py-scipy : Makefile multimedia/libmms: Makefile multimedia/swftools: Makefile net/cagibi : Makefile net/gloox : Makefile net/gtk-gnutella: Makefile net/libshout : Makefile net/loudmouth : Makefile net/meanwhile : Makefile net/microblog-purple: Makefile net/pidgin-facebookchat: Makefile net/py-xmpp : Makefile print/foomatic-db-engine: Makefile print/lss : Makefile Log message: add some missing pthread to WANTLIB (using modified portbump, thanks zhuk@) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/21 12:33:49 Modified files: devel/cmake : Makefile devel/desktop-file-utils: Makefile devel/guilib : Makefile devel/libIDL : Makefile devel/libunique3: Makefile devel/log4c : Makefile devel/py-cheetah: Makefile devel/py-editdist: Makefile devel/py-gobject: Makefile devel/py-greenlet: Makefile devel/py-guppy : Makefile devel/py-openbsd: Makefile devel/py-protocols: Makefile devel/py-ruledispatch: Makefile devel/py-silc : Makefile devel/py-simplejson: Makefile devel/py-subvertpy: Makefile devel/py-twisted/core: Makefile devel/py-urwid : Makefile devel/py-zopeinterface: Makefile devel/pyusb : Makefile editors/ldapvi : Makefile editors/tea : Makefile emulators/gnusim8085: Makefile games/corewars : Makefile games/glsfcave : Makefile Log message: add some missing pthread to WANTLIB (using modified portbump, thanks zhuk@) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/21 12:40:21 Modified files: archivers/libshrink: Makefile archivers/py-lzo: Makefile audio/gogglesmm: Makefile audio/libmpd : Makefile audio/mpdscribble: Makefile audio/picard : Makefile audio/pms : Makefile audio/py-ao : Makefile audio/py-cddb : Makefile audio/py-ogg : Makefile audio/py-vorbis: Makefile audio/py-xmms : Makefile audio/pykaraoke: Makefile databases/py-cdb: Makefile databases/py-odbc: Makefile databases/py-pgsql: Makefile databases/py-psycopg2: Makefile databases/py-sqlalchemy: Makefile databases/py-sqlite: Makefile databases/py-sqlite2: Makefile databases/py-storm: Makefile databases/py-sybase: Makefile databases/qt3-sqlite3-plugin: Makefile databases/repmgr: Makefile databases/soprano: Makefile databases/sqliteman: Makefile Log message: add some missing pthread to WANTLIB (using modified portbump, thanks zhuk@) "exciting" one in databases/py-sqlalchemy; port had a bad PKG_ARCH=* line and also contained .so modules. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/21 12:42:41 Modified files: www/links+ : Makefile Log message: sync WANTLIB CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/21 12:45:27 Modified files: graphics/xsane : Makefile games/dopewars : Makefile net/pavuk : Makefile Log message: sync WANTLIB CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/04/21 12:47:57 Modified files: sys/arch/i386/i386: pmap.c Log message: Remove an extra lcr3 that snuck into pmap_switch during yesterday's cleanup, responsible for various reaper panics pointed out on bugs@ this morning. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/21 12:51:26 Modified files: audio/gmpc : Makefile converters/wv : Makefile devel/droplet : Makefile devel/gconf2 : Makefile devel/libglade2: Makefile devel/libglademm: Makefile editors/subtitleeditor: Makefile education/verbiste: Makefile geo/foxtrotgps : Makefile geo/geoclue : Makefile geo/spatialite/gui: Makefile geo/spatialite/libgaiagraphics: Makefile geo/spatialite/librasterlite: Makefile geo/spatialite/tools: Makefile graphics/dia : Makefile math/libqalculate: Makefile misc/libosinfo : Makefile misc/logjam : Makefile multimedia/gstreamer-0.10/core: Makefile multimedia/gstreamer-0.10/mm: Makefile multimedia/gstreamer-0.10/plugins-base: Makefile multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile multimedia/gstreamer-0.10/plugins-gl: Makefile multimedia/gstreamer-0.10/py-gstreamer: Makefile multimedia/libbluray: Makefile multimedia/shrip: Makefile multimedia/xine-lib: Makefile net/castget : Makefile net/etherape : Makefile net/farstream : Makefile net/gupnp/av : Makefile net/gupnp/igd : Makefile net/gupnp/ui : Makefile net/ices2 : Makefile net/libaccounts-glib: Makefile net/librest : Makefile net/quvi/quvi : Makefile net/telepathy/telepathy-gabble: Makefile net/telepathy/telepathy-logger: Makefile net/telepathy/telepathy-salut: Makefile print/fontforge: Makefile productivity/grisbi: Makefile productivity/workrave: Makefile textproc/libwpd: Makefile textproc/ots : Makefile www/libcroco : Makefile x11/compiz/compizconfig-python: Makefile x11/compiz/core: Makefile x11/compiz/plugins-main: Makefile x11/gnome/gfbgraph: Makefile x11/gnome/libbonobo: Makefile x11/gnome/libgnome: Makefile x11/gnome/libxklavier: Makefile x11/gnome/libzapojit: Makefile x11/gnome/planner: Makefile x11/gnome/vfs2 : Makefile x11/kde/webdev : Makefile x11/openbox : Makefile x11/xfce4/tumbler: Makefile x11/xfce4/xfce4-mixer: Makefile Log message: add some simple missing lzma WANTLIBs (crept in via libxml) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/21 12:53:16 Modified files: graphics/vcdimager: Makefile misc/openbabel : Makefile multimedia/swfmill: Makefile net/dclib : Makefile net/flickcurl : Makefile productivity/libgcal: Makefile textproc/liblrdf: Makefile textproc/raptor: Makefile textproc/rasqal: Makefile textproc/swish-e: Makefile x11/compiz/libcompizconfig: Makefile x11/ogle : Makefile Log message: WANTLIB+=lzma pthread CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/21 15:24:49 Modified files: usr.bin/tmux : server-fn.c cmd-move-window.c Log message: Fix moving windows to nonexistent indexes when renumber-windows is off. From Thomas Adam, reported by Daniel Levai and Theo Buehler. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/21 15:31:02 Modified files: usr.bin/tmux : cmd-if-shell.c Log message: The free callback could end up being fired before the done callback (happens on Cygwin), so use a reference count instead of a single flag. SF bug 188 reported by "iceboy". CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/04/21 15:32:06 Modified files: lang/gambit : Makefile distinfo lang/gambit/pkg: PLIST Log message: Update to gambit 4.7.5. OK jasper@. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/21 16:21:41 Modified files: usr.bin/tmux : client.c Log message: Simplify error messages when socket connect fails, suggested by "Karthik K". CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/21 16:32:40 Modified files: usr.bin/tmux : server.c tmux.1 Log message: Do not die on USR1 if any of the socket parent directories are missing. Reported by Robin Powell. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/21 16:38:50 Modified files: usr.bin/tmux : format.c layout-custom.c tmux.h window.c Log message: Always format real layout even when zoomed. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/21 16:42:27 Modified files: usr.bin/tmux : cmd.c Log message: Look up indexes as number before name, makes more sense if windows are named starting with numbers. From Thomas Adam. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/21 16:57:01 Modified files: lang/erlang : Makefile Log message: Bump REVISION; PLIST_DB disagrees about a bump not being needed, possibly due to synthesized lib/erlang/man/catX directories. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/04/21 19:24:01 Modified files: usr.bin/ssh : auth-options.c Log message: unknown certificate extensions are non-fatal, so don't fatal when they are encountered; bz#2387 reported by Bob Van Zant; ok dtucker@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/04/21 19:35:22 Added files: faq : upgrade57.html Log message: 5.6->5.7 upgrade instructions. * more info [click] Trying something a little different, since many people don't need all the painful details provided, and since most people have easy access to a modernish browser, there is now some javascript magic to expand and shrink some parts of the document. Thanks to sobrado@ for the magic. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/04/21 19:38:36 Modified files: regress/usr.bin/ssh/unittests/sshkey: test_sshkey.c Log message: use correct key for nested certificate test CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/21 21:48:52 Modified files: sys/uvm : uvm_page.h Log message: having macros provide semicolons is dangerous. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/21 22:02:06 Modified files: sys/dev/sdmmc : sdmmc_mem.c Log message: Init error to 0 for sdmmc_mem_single_{read,write}_block otherwise the value would be uninitialised in the unlikely case of being called with length 0. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/21 22:12:22 Modified files: sys/netinet : if_ether.c Log message: Init rt to NULL in arpresolve(). Not a problem in practice as la will be NULL when rt is uninitialised which should cause the function to return, but makes the code easier to follow. ok mpi@ miod@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/21 23:54:46 Modified files: distrib/sets/lists/base: md.i386 distrib/sets/lists/comp: md.i386 Log message: sync CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/04/21 23:56:23 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-t_test-lib_sh Log message: Update to git-2.3.6. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/04/22 00:26:23 Modified files: sys/arch/i386/i386: pmap.c pmapae.c Log message: Reduce differences between pae and no-pae modes. discussed with deraadt CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/22 00:39:03 Modified files: sys/arch/powerpc/include: atomic.h Log message: Implement the MI atomic API for PowerPC to avoid using gcc builtins that include extra sync operations. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/22 00:42:11 Modified files: sys/net : if_vlan.c Log message: Add missing header for NBRIDGE chunk, found the hardway and diff from Rafael Zalamena. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/22 00:44:17 Modified files: sys/netinet : ip_carp.c Log message: Add the necessary glue to keep carp(4) working while other pseudo-drivers are converted to if_input(), this time without breaking parent-less setup. ok sthen@, dlg@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/22 01:07:20 Modified files: infrastructure/mk: bsd.port.mk Log message: Mark PKG_ARCH as indexed (i.e., MULTI_PACKAGE-specific) as it should be. Tested in a bulk build by landry@ - thanks! okay espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/22 01:35:36 Modified files: sysutils/shelldap: Makefile distinfo Log message: Update to shelldap-1.3.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/22 04:56:31 Log message: import ports/www/pecl-memcached, ok benoit@ This is one of several PHP extensions allowing you to work with memcached. This one is based on the libmemcached library. Status: Vendor Tag: sthen Release Tags: sthen_20150422 N ports/www/pecl-memcached/Makefile N ports/www/pecl-memcached/distinfo N ports/www/pecl-memcached/pkg/DESCR N ports/www/pecl-memcached/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/22 04:56:56 Modified files: www : Makefile Log message: +pecl-memcached CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/22 05:39:04 Modified files: sys/arch/armv7/sunxi: sxiuart.c Log message: Init a variable to zero so values aren't or'd into uninitialised memory. From jeundery at gmail dot com CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/22 05:43:01 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: devel/libunicode: Makefile distinfo devel/libunicode/patches: patch-convert_c patch-unicode_h devel/libunicode/pkg: DESCR PLIST Log message: Kill libunicode. Outdated, used years ago by dia, it now gets in the way for a courier-unicode import. ok giovanni@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/22 05:52:40 Modified files: shells/zsh : Makefile distinfo shells/zsh/patches: patch-Doc_zsh_texi shells/zsh/pkg : PLIST Added files: shells/zsh/patches: patch-Src_Modules_langinfo_c Removed files: shells/zsh/patches: patch-Completion_Unix_Command__pgrep patch-configure_ac Log message: Update to zsh-5.0.7 Initial diff from pea@ (maintainer); additional patch, test reports and prodding from Theo Buehler. ok chrisz@ a few months ago CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/22 06:00:47 Modified files: shells/zsh/patches: patch-Src_Modules_langinfo_c Log message: Pushed upstream by Theo Buehler. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/04/22 06:07:28 Modified files: faq : upgrade57.html Log message: much better javascript, apparently works with "Javascript blocked" browser features and "Javascript hostile" browsers like Dillo. Yes, I have no idea what I'm doing with Javascript. Fortunately, remco at d-compu dot dyndns dot org is much better at it, AND is blocking its use, and gave me a great diff. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/22 06:29:34 Modified files: x11/qt5 : Makefile Removed files: x11/qt5/patches: patch-qtbase_mkspecs_features_qt_build_paths_prf Log message: Drop the patch not needed anymore. Bump REVISION because the affected file goes into package. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/22 06:50:13 Modified files: share/termtypes: termtypes.master Log message: Update termtypes.master to terminfo.src from ncurses-5.9-20150418. CVSROOT: /cvs Module name: ports Changes by: nicm@cvs.openbsd.org 2015/04/22 08:03:43 Modified files: infrastructure/lib/OpenBSD: FS.pm Log message: Use objdump(1) rather than file(1) to detect binary and shared object files. ok espie CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/22 08:12:03 Modified files: x11/qt5 : Makefile Log message: Add another gross hack to make sure qhelpgenerator, when we ask for building Qt5 documentation, is always picked up from build directory. Remove IGNORE-qch as things should build fine again (unless a problem naddy@ seen today is unrelated). CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/22 09:05:03 Modified files: usr.bin/tmux : server.c tmux.h window.c Log message: window_index is only used in one place (window_destroy) so inline it there. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/22 09:30:11 Modified files: usr.bin/tmux : cmd-set-option.c resize.c server-client.c server-window.c server.c tmux.h window.c Log message: Change the windows array into an RB tree and fix some places where we were only looking at the first winlink for a window in a session. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/22 09:32:33 Modified files: usr.bin/tmux : resize.c server-fn.c session.c tmux.h Log message: Make session_has return a flag, returning the first winlink found is a recipe for errors. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/22 10:25:31 Modified files: usr.sbin/rcctl : rcctl.8 Log message: Use .Ar for placeholders and .Cm for arguments to be provided verbatim. No text change. Inconsistent markup noticed by Alex dot Greif at greifdesign dot net. OK jmc@ ajacoutot@. CVSROOT: /cvs Module name: xenocara Changes by: miod@cvs.openbsd.org 2015/04/22 11:31:48 Modified files: lib/libepoxy : Makefile Log message: sparc needs big PIC CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/04/22 12:07:32 Modified files: usr.bin/netstat: unix.c Log message: Expand SLIST macro of unix pcb members before printing the pointer. Fixes a gcc warning. No binary change. Found by and OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/04/22 12:53:59 Modified files: net/p5-Net-Inspect: Makefile distinfo Log message: update p5-Net-Inspect to 0.324 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/22 14:24:11 Modified files: devel/hs-uniplate: Makefile devel/hs-vector: Makefile Log message: re-mark these (with persistent failures) as BROKEN-i386 CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/04/22 14:29:56 Removed files: sys/compat/ossaudio: files.ossaudio ossaudio.c ossaudio.h ossaudiovar.h Log message: Remove forgotten empty files, from miod, thanks CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/04/22 18:32:55 Modified files: faq : upgrade57.html Log message: minor visual style improvements. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/04/22 18:36:36 Modified files: . : 57.html Log message: sendmail is removed. from tj at mrsk dot me, thanks! CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/04/22 18:42:27 Modified files: faq : upgrade57.html Log message: typos, from tj at mrsk dot me, thanks! CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/22 18:49:37 Modified files: sys/uvm : uvm_map.c Log message: dont need \n on panic strings CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/22 20:13:18 Modified files: sbin/shutdown : shutdown.c Log message: error in strtonum() conversion; found by Nathanael Rensen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/22 20:55:15 Modified files: sys/kern : vfs_lookup.c Log message: avoid an uneeded deref ok blambert@ guenther@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/04/22 22:53:53 Modified files: usr.bin/ssh : servconf.c Log message: Check for and reject missing arguments for VersionAddendum and ForceCommand. bz#2281, patch from plautrba at redhat com, ok djm@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/04/22 22:59:10 Modified files: usr.bin/ssh : servconf.c Log message: Two small fixes for sshd -T: ListenAddress'es are added to a list head so reverse the order when printing them to ensure the behaviour remains the same, and print StreamLocalBindMask as octal with leading zero. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/04/22 23:01:19 Modified files: regress/usr.bin/ssh: Makefile Added files: regress/usr.bin/ssh: cfgparse.sh Log message: Add a simple regression test for sshd's configuration parser. Right now, all it does is run the output of sshd -T back through itself and ensure the output is valid and invariant. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/22 23:26:33 Modified files: usr.sbin/zdump : zdump.c usr.sbin/zic : zic.c Log message: KNF and other style adjustments to make this more scrutible. reviewed by millert CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/04/22 23:54:04 Modified files: graphics/feh : Makefile distinfo graphics/feh/patches: patch-man_feh_pre patch-src_events_c patch-src_keyevents_c patch-src_options_c Log message: Update to feh-2.12.1 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/22 23:58:14 Modified files: usr.sbin/config: ukc.c Log message: delete a NOTDEF of unused code CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/23 00:11:19 Modified files: lib/libssl/src/crypto/bio: b_dump.c Log message: Do not need to buf[0] = 0 before strlcpy(buf, ... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/23 01:38:01 Modified files: games/pioneers : Makefile games/pioneers/pkg: PLIST Log message: Explicitely pass --without-avahi to prevent it from being picked up. breakage reported by naddy@ Regen WANTLIB while here. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/23 01:45:50 Modified files: usr.bin/tmux : grid.c Log message: use reallocarray instead of calloc; avoid the zero before infill ok nicm CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/23 02:23:54 Modified files: security/clamav-unofficial-sigs: Makefile security/clamav-unofficial-sigs/patches: patch-clamav-unofficial-sigs_conf Log message: Remove SecuriteInfo databases from clamav-unofficial-sigs config; they have moved to a different model (update with freshclam, 30-day+ signatures free but require registration, 0-day+ signatures subscription) and the old free databases are being retired. http://lurker.clamav.net/message/20150325.133202.843fba9f.en.html CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/04/23 03:05:25 Modified files: devel/jsoncpp : Makefile distinfo Log message: Bugfixing update to jsoncpp-0.10.2 CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/04/23 03:06:30 Modified files: net/tcludp : Makefile Added files: net/tcludp/patches: patch-doc_udp_n Log message: Drop USE_GROFF because mandoc output is fine. Delete undefined macros and a .so reference to a non-existent file to avoid error messages. Bump. OK sebastia@ (MAINTAINER) and naddy@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/04/23 03:19:44 Modified files: devel/cmake : Makefile cmake.port.mk distinfo Log message: Maintenance update to cmake-3.2.2 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/23 03:45:24 Modified files: sys/net : if.c if_var.h pipex.c pipex_local.h Log message: replace the use of struct ifqueue in pipex with mbuf_queues. this has a slight semantic change. previously pipex would only process up to 128 packets on the input and output queues at a time and would reschedule the softint if there were any left. now it mq_delists the current set of pending packets and only processes them. if anything is added to the queues later they'll cause the softint to run again. this in turn lets us deprecate sysctl_ifq since nothing uses it anymore. because niqueues are mostly wrappers around mbuf_queues, we can provide sysctl_mq and just #define sysctl_niq to it. pipex bits are ok yasuoka@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/23 03:56:23 Modified files: sys/uvm : uvm.h uvm_page.c Log message: tedu remnants of the previous attempt to implement page zeroing in the idle thread. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/04/23 05:27:54 Modified files: . : 57.html Log message: Bad Nick -- Sendmail was listed as a package there, which is correct. 2x4 to the head from jca@, thanks and sorry! CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/23 05:49:07 Modified files: x11/qt5 : Makefile Log message: Disable documentation again, bulk builds done by sthen@ and naddy@ continue to reveal dragons here and there. Freinds^WHacking never ends... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/23 05:55:02 Modified files: multimedia/gstreamer-0.10/plugins-bad: Makefile multimedia/gstreamer-0.10/plugins-bad/pkg: PLIST-main multimedia/gstreamer1/plugins-bad: Makefile multimedia/gstreamer1/plugins-bad/pkg: PLIST Log message: Disable the Dirac support via schroedinger. from brad CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/04/23 05:58:45 Modified files: games/wesnoth : Tag: OPENBSD_5_6 Makefile Added files: games/wesnoth/patches: Tag: OPENBSD_5_6 patch-src_filesystem_cpp Log message: fix CVE-2015-0844 https://github.com/wesnoth/wesnoth/commit/af61f9fdd15cd439da9e2fe5fa39d174c923eaae prodded and ok jasper@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/04/23 07:01:36 Modified files: games/wtf : Makefile distinfo games/wtf/patches: patch-wtf Log message: Update to 20150422 CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2015/04/23 07:06:30 Modified files: faq : upgrade57.html Log message: rc scripts renaming was done post-5.7. ok nick@ CVSROOT: /cvs Module name: ports Changes by: weerd@cvs.openbsd.org 2015/04/23 07:16:02 Modified files: graphics/fswebcam: Makefile distinfo Log message: Trivial update for fswebcam from 20110717 to 20140113. OK ajacoutot@ and Marcus Glocker (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/23 07:55:54 Modified files: sysutils/toad : Makefile distinfo Log message: Update to toad-1.2. CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/04/23 08:37:33 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: devel/cook : Makefile distinfo devel/cook/patches: patch-common_ac_time_h patch-configure patch-file_check_file_check_h patch-lib_en_refman_index_so devel/cook/pkg : DESCR PLIST Log message: Delete devel/cook because as naddy@ put it: "It seems like abandonware, isn't used by anything, and has proven an active hindrance to moving on with the ports tree. Easy choice." The hindrance is that it uses roff(7) .so in such a weird way that getting rid of USE_GROFF would have been quite tedious. Greg Steuck (MAINTAINER), naddy@, and jasper@ agree with deleting it. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/23 08:42:02 Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: Fix 13 years old typo that should be responsible for the unhappiness of UVM on PowerPC architectures by breaking pmap_is_referenced() and friends. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/23 08:42:16 Modified files: net/libnice : Makefile distinfo Log message: Update to libnice-0.1.12. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2015/04/23 08:47:10 Modified files: x11/smplayer : Makefile distinfo x11/smplayer/patches: patch-Makefile patch-src_preferences_cpp Log message: Update for SMPlayer to 14.9.0.6690: * We added support for mpv, which is a player based on mplayer with * Now it's possible to select a secondary subtitle track which is displayed on top of the screen (mpv only). * New option to set a template for screenshots (mpv only). * Now it's possible to play videos from streaming sites (besides Youtube) like DailyMotion, Vimeo, Vevo and many more (mpv only). * Option to step back one frame (mpv only). Test on amd64 Thanks Daniel Jakots! OK benoit@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/23 09:35:39 Modified files: usr.bin/mandoc : libman.h libmdoc.h man.c man_macro.c mdoc.c mdoc_macro.c Log message: Get rid of two empty wrapper functions. No functional change. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/23 10:17:04 Modified files: usr.bin/mandoc : man.c man.h mandocdb.c mdoc.c mdoc.h mdoc_validate.c roff.c roff.h Log message: Unify mdoc_deroff() and man_deroff() into a common function deroff(). No functional change except that for mdoc(7), it now skips leading escape sequences just like it already did for man(7). Escape sequences rarely occur in mdoc(7) code and if they do, skipping them is an improvement in this context. Minus 30 lines of code. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/23 10:44:35 Log message: import ports/net/librenms, ok benoit@ -- still a bit of a WIP, but usable enough. LibreNMS is an autodiscovering PHP/MySQL/SNMP based network monitoring which includes support for a wide range of network hardware and operating systems including Cisco, Linux, FreeBSD, Juniper, Brocade, Foundry, HP and many more. LibreNMS is a community-based fork of Observium. LibreNMS is not intended to replace a Nagios-type up/down monitoring system, but rather to complement it with an easy to manage, intuitive representation of historical and current performance statistics, configuration visualisation and syslog capture. Status: Vendor Tag: sthen Release Tags: sthen_20150423 N ports/net/librenms/Makefile N ports/net/librenms/distinfo N ports/net/librenms/patches/patch-includes_defaults_inc_php N ports/net/librenms/patches/patch-config_php_default N ports/net/librenms/patches/patch-daily_sh N ports/net/librenms/patches/patch-html_install_php N ports/net/librenms/patches/patch-scripts_agent-local_bind N ports/net/librenms/patches/patch-scripts_agent-local_dmi N ports/net/librenms/patches/patch-scripts_agent-local_tinydns N ports/net/librenms/patches/patch-scripts_cron-hourly_sh N ports/net/librenms/patches/patch-scripts_cron-minute_sh N ports/net/librenms/patches/patch-scripts_cron_sh N ports/net/librenms/patches/patch-scripts_distro N ports/net/librenms/patches/patch-scripts_get-geshi_sh N ports/net/librenms/patches/patch-scripts_get-jpgraph_sh N ports/net/librenms/patches/patch-scripts_ntp-client_php N ports/net/librenms/patches/patch-scripts_ntpd-server_php N ports/net/librenms/patches/patch-scripts_postfix-queues N ports/net/librenms/patches/patch-scripts_powerdns_php N ports/net/librenms/patches/patch-includes_definitions_inc_php N ports/net/librenms/patches/patch-librenms_cron N ports/net/librenms/patches/patch-poller-wrapper_py N ports/net/librenms/patches/patch-alerts_php N ports/net/librenms/patches/patch-html_index_php N ports/net/librenms/pkg/DESCR N ports/net/librenms/pkg/PLIST N ports/net/librenms/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/23 10:45:11 Modified files: net : Makefile Log message: +librenms CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/23 10:53:03 Modified files: net/librenms : Makefile net/librenms/patches: patch-librenms_cron net/librenms/pkg: README Log message: reduce default concurrency for poller-wrapper.py CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/04/23 10:59:28 Modified files: usr.sbin/httpd : server.c Log message: We cannot log errors with server_close() before allocating clt_log evbuffer. server_close() calls server_log() which uses ctl_log. Crash reported by Daniel Jakots , thanks! OK benno CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/04/23 11:03:01 Modified files: usr.sbin/relayd: relay.c Log message: We cannot log errors with relay_close() before allocating se_log evbuffer. (Same problem as the one just fixed in httpd(8)) OK benno CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/23 11:11:42 Modified files: usr.sbin/user : user.c Log message: Replace atoi() usage with strtonum(). OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/04/23 11:14:34 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update to youtube-dl-2015.04.17 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/04/23 11:14:34 Modified files: . : 57.html Log message: two more pkg counts CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/04/23 11:31:21 Modified files: graphics/imlib2: Makefile distinfo graphics/imlib2/patches: patch-imlib2_pc_in patch-src_lib_font_load_c graphics/imlib2/pkg: PLIST Added files: graphics/imlib2/patches: patch-src_modules_filters_Makefile_in patch-src_modules_loaders_Makefile_in Removed files: graphics/imlib2/patches: patch-src_modules_loaders_loader_gif_c patch-src_modules_loaders_loader_png_c patch-src_modules_loaders_loader_xpm_c Log message: Bugfix update to imlib2-1.4.7 No API/ABI changes CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/04/23 12:03:40 Modified files: . : 57.html Log message: 1149 m88k packages CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/04/23 12:35:44 Log message: import p5-Exporter-Tiny 0.042 OK benoit@ sthen@ exporter with the features of Sub::Exporter Exporter::Tiny supports many of Sub::Exporter's external-facing features including renaming imported functions with the -as, -prefix and -suffix options; explicit destinations with the into option; and alternative installers with the installler option. But it's written in only about 40% as many lines of code and with zero non-core dependencies. Status: Vendor Tag: bluhm Release Tags: bluhm_20150423 N ports/devel/p5-Exporter-Tiny/Makefile N ports/devel/p5-Exporter-Tiny/distinfo N ports/devel/p5-Exporter-Tiny/pkg/PLIST N ports/devel/p5-Exporter-Tiny/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/04/23 12:45:19 Modified files: devel : Makefile Log message: +p5-Exporter-Tiny CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/04/23 12:51:17 Modified files: devel/p5-List-MoreUtils: Makefile distinfo devel/p5-List-MoreUtils/pkg: DESCR PLIST Log message: update p5-List-MoreUtils to 0.410 List-MoreUtils-0.400 is a major rewrite of List-MoreUtils-0.33 by a different author. The new version seems to have stabilized. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/23 16:38:55 Modified files: sysutils/nut : Makefile distinfo sysutils/nut/patches: patch-clients_Makefile_in patch-conf_ups_conf_sample patch-conf_upsmon_conf_sample patch-drivers_Makefile_am patch-drivers_Makefile_in patch-drivers_usbhid-ups_c patch-include_config_h_in sysutils/nut/pkg: PLIST-main Removed files: sysutils/nut/patches: patch-tools_nut-usbinfo_pl Log message: update to NUT 2.7.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/23 16:39:28 Modified files: net/bird : Makefile distinfo net/bird/patches: patch-sysdep_unix_io_c Log message: update to BIRD 1.5.0 CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2015/04/23 19:23:49 Modified files: . : 57.html Log message: "Artery T1/E1 drives" -> "Artery T1/E1 devices" From Bryce Chidester, thanks! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/23 19:36:01 Modified files: usr.bin/ssh : channels.c misc.c mux.c readconf.c scp.c servconf.c session.c sftp-client.c sftp-server.c ssh-agent.c ssh-keygen.c ssh-pkcs11.c xmalloc.c xmalloc.h Log message: rename xrealloc() to xreallocarray() since it follows that form. ok djm CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/23 19:36:24 Modified files: usr.bin/ssh : uuencode.c Log message: 2*len -> use xreallocarray() ok djm CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2015/04/23 20:18:26 Modified files: app/xlockmore/modes: polyominoes.c Log message: don't read past the end of an array ok matthieu@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2015/04/23 20:19:41 Modified files: app/ssh-askpass: x11-ssh-askpass.c Log message: fix a memory leak ok matthieu@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/23 20:22:08 Modified files: sys/arch/amd64/amd64: intr.c Log message: Use "softintr_pic0" instead of "softintr_fakepic" when faking a struct device so there is enough space in the buffer for a NUL and the unit is included in the string. discussed with deraadt and millert CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/04/23 23:26:44 Modified files: usr.bin/ssh : ssh-agent.1 ssh-agent.c Log message: add ssh-agent -D to leave ssh-agent in foreground without enabling debug mode; bz#2381 ok dtucker@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/04/24 00:26:49 Modified files: usr.bin/ssh : ssh-agent.1 ssh-agent.c Log message: combine -Dd onto one line and update usage(); CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/24 00:28:16 Modified files: graphics/gegl03: Makefile Log message: Don't pick up libexecinfo. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/24 01:16:39 Modified files: x11/qt5 : Makefile x11/qt5/pkg : PLIST-examples PLIST-main Log message: Sneak in more Qt5 tweaks: * Replace gross hack named post-configure with a qmake_all target call before building documentation. The downside is that rebuild part will run in a single process mode; the upside is that qdoc, qhelpgenerator and anyone else will work as intended, without need of explicit Qt build modules tweaking. * Move a few files to -examples. QCounter sensor plugin is commented out as it doesn't get installed in case qmake is rerun (see above). It looks like this file shouldn't be installed in the first place, but I'm not sure, thus using @comment for now. Documentation building will be disabled until the issue seen by naddy@ gets fixed. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/24 01:27:34 Modified files: x11/qt5 : Makefile x11/qt5/pkg : PLIST-main Log message: Oops, forgot to remove a few files went to -examples from PLIST-main during previous commit. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/04/24 01:57:33 Modified files: devel/p5-Config-Any: Makefile distinfo Log message: Update to p5-Config-Any-0.25. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/04/24 02:08:29 Modified files: usr.sbin/user : user.c Log message: read_defaults has the thing for strtonum to chew on in cp, not optarg. fixes a segfault introduced by the atoi to strtonum change and reported by ajacatout@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/04/24 03:30:15 Modified files: x11/i3 : Makefile distinfo x11/i3/patches : patch-man_i3-migrate-config-to-v4_1 Log message: Update to i3-4.10.2 CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2015/04/24 04:57:36 Modified files: bin/ls : ls.1 Log message: improve wording. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/24 05:02:54 Modified files: productivity/gnucash: Makefile productivity/gnucash/pkg: PLIST Log message: Force using guile1; while guile2 works when building locally, there's an obscure segfault happening when built using dpb(1). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/24 06:33:47 Modified files: security/clamav-unofficial-sigs: Makefile security/clamav-unofficial-sigs/patches: patch-clamav-unofficial-sigs_sh Log message: further removal of SecuriteInfo dbs; avoids the need for users to merge config file changes. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/24 06:34:39 Modified files: security/clamav-unofficial-sigs: Tag: OPENBSD_5_7 Makefile security/clamav-unofficial-sigs/patches: Tag: OPENBSD_5_7 patch-clamav-unofficial-sigs_conf patch-clamav-unofficial-sigs_sh Log message: MFC: disable securiteinfo databases in clamav-unofficial-sigs CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/24 06:35:03 Modified files: security/clamav-unofficial-sigs: Tag: OPENBSD_5_6 Makefile security/clamav-unofficial-sigs/patches: Tag: OPENBSD_5_6 patch-clamav-unofficial-sigs_conf patch-clamav-unofficial-sigs_sh Log message: MFC: disable securiteinfo databases in clamav-unofficial-sigs CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/24 06:51:23 Modified files: devel/acpica : Makefile distinfo devel/acpica/patches: patch-generate_unix_Makefile_config Log message: update to acpica-20150410 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/24 06:52:38 Modified files: sys/arch/i386/i386: locore.s mptramp.s pmapae.c trap.c Log message: Enable the NX bit and use it in the PAE pmap code. PAE is still disabled while we're chasing at least one remaining bug. ok mlarkin@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/04/24 06:53:24 Modified files: security/opensc: Makefile distinfo security/opensc/patches: patch-configure_ac patch-src_pkcs11_Makefile_in patch-src_tests_Makefile_in security/opensc/pkg: PLIST Added files: security/opensc/patches: patch-doc_tools_Makefile_in Removed files: security/opensc/patches: patch-src_libopensc_pkcs15-sc-hsm_c Log message: Update to opensc-0.15.0 CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2015/04/24 06:53:35 Modified files: sys/dev/pci : if_vio.c Log message: vio: If enqueue fails, drop packet. From brad@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/24 07:10:04 Modified files: x11/vlc : Makefile x11/vlc/pkg : PLIST-main Log message: Disable the Dirac support via schroedinger. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/24 07:10:51 Modified files: multimedia/libquicktime: Makefile multimedia/libquicktime/pkg: PLIST Log message: Disable the Dirac support via schroedinger. from brad CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/04/24 07:48:27 Modified files: devel/libffi : Makefile Added files: devel/libffi/patches: patch-configure_ac Log message: Fix paths in libffi.pc.in (upstream git commit ad0d1d239afc7ad09203847793dcc020856d1035) This unbreaks lua-lgi runtime with jasper@ and Lauri Tirkkonen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/24 08:44:17 Modified files: sys/dev/acpi : acpithinkpad.c Log message: another thinkpad event to ignore; from mp39590@gmail CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/24 08:51:26 Modified files: mail/cyrus-imapd: Makefile distinfo mail/cyrus-imapd/patches: patch-Makefile_in patch-configure patch-imap_mailbox_c patch-imap_sync_client_c mail/cyrus-imapd/pkg: PLIST Added files: mail/cyrus-imapd/patches: patch-lib_util_h Removed files: mail/cyrus-imapd/patches: patch-lib_util_c Log message: Update to cyrus-imapd-2.5.1. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/24 09:26:22 Modified files: sys/arch/powerpc/include: atomic.h Log message: Revert back to using GCC builtins. This code triggers an off by one in device_unref() as found by deraadt@. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/04/24 09:31:32 Modified files: . : 57.html Log message: update pkg counts CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/04/24 09:31:37 Modified files: www/tomcat/v7 : Makefile distinfo www/tomcat/v7/pkg: PLIST-examples PLIST-main www/tomcat/v8 : Makefile distinfo www/tomcat/v8/pkg: PLIST-examples PLIST-main Log message: Tomcat Updates v7: 7.0.59 -> 7.0.61 v8: 8.0.20 -> 8.0.21 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/04/24 09:34:38 Modified files: . : 57.html Log message: better pkg counts; don't count SHA files/index, only *tgz CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/04/24 09:59:57 Modified files: . : 57.html Log message: comment on errata 1 at the relevent place in sparc64 instructions CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/24 10:16:40 Modified files: x11/qt5 : Makefile Added files: x11/qt5/patches: patch-qttools_src_assistant_qhelpgenerator_main_cpp Log message: Add a deubg printout for qhelpgenerator, which should help to find the root cause of packaging bug naddy@ observes. Enable documentation generation again. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/24 10:24:11 Modified files: usr.bin/file : Makefile file.1 file.c file.h magic.h Added files: usr.bin/file : magic-common.c magic-dump.c magic-load.c magic-test.c text.c xmalloc.c xmalloc.h Removed files: usr.bin/file : LEGAL.NOTICE MAINT README apprentice.c ascmagic.c compress.c config.h elfclass.h file_opts.h fsmagic.c funcs.c is_tar.c magic.c names.h patchlevel.h print.c readelf.c readelf.h softmagic.c tar.h Log message: New implementation of the file(1) utility. This is a simplified, modernised version with a nearly complete magic(5) parser but omits some of the complex builtin tests (notably ELF) and has a reduced set of options. ok deraadt CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/24 10:24:42 Modified files: usr.bin/file/magdir: inform maple Log message: Fix a couple of errors in the magic source files. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/24 10:28:00 Modified files: usr.bin/file : file.c Log message: If ~/.magic exists but can't be used, fail rather than silently falling back to /etc/magic. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/24 10:30:06 Modified files: usr.bin/file : file.c Log message: Use symbolic constants for st_mode flags, no binary change. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/24 10:31:57 Removed files: x11/qt5/patches: patch-qtbase_qmake_Makefile_unix Log message: Remove patch not needed anymore since we have .cpp.o rule in sys.mk now. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/24 10:45:32 Modified files: usr.bin/file : magic-load.c text.c Log message: Add a couple of missing spaces (style nits). CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/24 10:47:32 Modified files: usr.bin/file : file.c file.h Log message: Trying to drop privileges means we can't handle ARG_MAX arguments, so remove it for now. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/24 11:10:50 Modified files: usr.bin/file : file.c Log message: We need to loop over the files once to work out the width of the labels before testing them. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/24 11:19:06 Modified files: usr.bin/file : magic-test.c Log message: move an ugly space CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/24 11:34:57 Modified files: usr.bin/file : file.1 file.c Log message: Do not attempt to use ~/.magic if running as root (or issetugid()). CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/24 12:05:21 Modified files: usr.bin : Makefile Removed files: usr.bin/tip : Makefile cmds.c cmdtab.c hunt.c log.c partab.c remote.c tip.1 tip.c tip.h tipout.c value.c Log message: Remove tip(1), superseded by cu(1). ok deraadt sthen bmercer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/24 12:06:31 Modified files: usr.bin/cu : cu.1 Log message: remove the old tip SCCS note CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/24 12:06:54 Modified files: share/man/man5 : remote.5 Log message: Trim down remote(5) to reflect what is supported by cu(1). ok sthen jmc CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/24 12:49:54 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 2015/04/24 13:41:58 Modified files: sys/arch/i386/i386: pmapae.c Log message: Make sure we keep the whole recursive mapping of the PDP instead of just the mapping for the first page when tearing things down. Seems to fix the last bug mlarkin@ has been chasing for a while. ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/04/24 13:53:43 Modified files: sys/arch/i386/i386: autoconf.c Log message: Enable PAE mode for those CPUs that support it. This allows us to use the NX bit for userland and kernel W^X. Unlike the previous c.2008 PAE experiment, this does not provide > 4GB phys ram on i386 - PAE is solely being used for NX capability this time. If you need > 4GB phys, use amd64. Userland W^X was committed yesterday by kettenis@, and we will shortly start reworking the kernel like we did for amd64 a few months back to get kernel W^X. This has been in snaps for a few days and tested by kettenis and myself as well. ok deraadt@, kettenis@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/04/24 14:32:35 Modified files: usr.bin/file : file.1 Log message: tweaks; ok nicm CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/24 14:42:08 Modified files: www/mozilla-firefox: Makefile www/mozilla-firefox/pkg: README Log message: Add information about using Firefox with heimdal; adapted from a diff that Jiri B wrote at my request. Feedback/ok ajacoutot@ landry@. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/24 14:57:51 Modified files: usr.bin/file : file.1 Log message: Document -h, and bring some consistency to the option descriptions. ok jmc CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/24 14:58:44 Modified files: usr.bin/tmux : client.c Log message: Set up signal handler earlier so that we don't get zombies, reported by sobrado@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/04/24 15:03:58 Modified files: share/man/man4 : ucom.4 share/man/man7 : hier.7 Log message: no more tip(1); ok nicm CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/24 15:13:56 Modified files: lib/libutil : passwd.c Log message: Use strtonum() instead of strtoul() when parsing uid/gid so we get consistent handling of negative ids on 32bit/64bit systems. The only negative uid/gid allowed is -1 which is special-cased so it can be preserved when writing the new master.passwd file instead of being written as an unsigned number. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/24 15:14:48 Modified files: usr.sbin/pwd_mkdb: pwd_mkdb.c Log message: Write (uid_t)-1 as -1 instead of UID_MAX in the v7 passwd file. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/24 15:38:18 Modified files: usr.bin/tmux : cmd-set-option.c Log message: Allow choice options (multiple states) to be toggled between states 0 and 1. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/04/24 15:44:15 Modified files: www/kcgi : Makefile distinfo Log message: Update kcgi to 0.5.6 CVSROOT: /cvs Module name: src Changes by: brynet@cvs.openbsd.org 2015/04/24 15:48:31 Modified files: usr.bin/vi/common: exf.c exf.h recover.c usr.bin/vi/ex : ex_cscope.c tag.h usr.bin/vi/vi : vi.h vs_msg.c Log message: struct timespec/clock_gettime(3) conversion for vi(1). ok guenther@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/24 16:05:59 Modified files: net/librenms : Makefile distinfo net/librenms/patches: patch-includes_definitions_inc_php net/librenms/pkg: PLIST Log message: update to newer librenms snap; now recognises snmpd(8) as OpenBSD by sysObjectID without needing a hint in sysDescr CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/24 16:19:36 Modified files: usr.bin/tmux : cmd-if-shell.c cmd-run-shell.c job.c status.c tmux.h window-copy.c Log message: Set working directory for run-shell and if-shell. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/24 17:17:11 Modified files: usr.bin/tmux : cmd-attach-session.c cmd-choose-client.c cmd-detach-client.c cmd-list-clients.c cmd-set-option.c cmd.c control-notify.c notify.c resize.c server-client.c server-fn.c server-window.c server.c tmux.h tty.c Log message: Convert clients list into a TAILQ. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/25 02:14:35 Modified files: textproc/hevea : Makefile distinfo textproc/hevea/pkg: DESCR MESSAGE PLIST Removed files: textproc/hevea/patches: patch-Makefile Log message: update to 2.23, from Ingo Feinerer CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/25 03:13:57 Modified files: devel/cvsps : Makefile Log message: add a comment explaining why this is held at 2.1 and hasn't switched to the esr version CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/25 03:36:03 Modified files: sysutils/firmware/iwm: Makefile Log message: typo in comment CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/25 04:07:19 Modified files: infrastructure/lib/DPB: Host.pm Shell.pm infrastructure/lib/DPB/Core: Init.pm Log message: figure out whether we're running as root on localhost, and then do most things internally (chroot, setuid, etc) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/25 04:16:15 Modified files: textproc/icu4c : Makefile distinfo textproc/icu4c/patches: patch-source_config_Makefile_inc_in patch-source_config_mh-bsd-gcc patch-source_icudefs_mk_in textproc/icu4c/pkg: PLIST Removed files: textproc/icu4c/patches: patch-source_common_unicode_utypes_h patch-source_common_utypes_c patch-source_i18n_regexcmp_cpp patch-source_i18n_regexcmp_h patch-source_i18n_regeximp_h patch-source_layout_ContextualSubstSubtables_cpp patch-source_layout_CursiveAttachmentSubtables_cpp patch-source_layout_Features_cpp patch-source_layout_LETableReference_h patch-source_layout_LigatureSubstSubtables_cpp patch-source_layout_MultipleSubstSubtables_cpp patch-source_test_intltest_regextst_cpp patch-source_test_intltest_regextst_h patch-source_test_testdata_regextst_txt Log message: Update to icu4c-55.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/25 04:48:52 Modified files: x11/gnome/contacts: Makefile distinfo x11/gnome/contacts/pkg: PLIST Log message: update to gnome-contacts-3.16.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/25 04:53:47 Modified files: devel/p5-IO-stringy: Makefile distinfo Log message: update to p5-IO-stringy-2.111 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/25 05:23:20 Modified files: infrastructure/lib/DPB: Config.pm Host.pm HostProperties.pm Log message: a bit of cleanup: building the host properties is totally separate from building the host (especially ensure overrides/finalize is run together). Do default handling in a saner way, and use that to get a build_user (and soon a log_user, a fetch_user). Add run_as scaffolding to allow logging properly when dpb is run as root (to be used soon) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/25 05:24:24 Modified files: infrastructure/lib/DPB/Job: Fetch.pm Log message: zap duplicate redirection, was harmless CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/25 05:25:08 Modified files: infrastructure/lib/DPB: PkgPath.pm Log message: don't bypass the logger method CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/25 05:32:42 Modified files: infrastructure/lib/DPB: HostProperties.pm Log message: more users, for later CVSROOT: /cvs Module name: src Changes by: jturner@cvs.openbsd.org 2015/04/25 05:37:24 Modified files: sys/dev/pci : azalia_codec.c Log message: Add quirk for Cirrus Logic CS4208 which is needed for MacBookAir6,1. ok deraadt@ jung@ ratchov@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/25 05:40:06 Modified files: infrastructure/lib/DPB: Config.pm Log message: don't forget to copy all the users for later CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/25 05:40:58 Modified files: infrastructure/lib/DPB: Affinity.pm Locks.pm Logger.pm Reporter.pm infrastructure/lib/DPB/Core: Init.pm Log message: make most of the creatio files code able to change identity so that logging, locking don't happen as root. Still need to do the fetchfiles/package linking part. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/25 06:43:32 Modified files: infrastructure/lib/DPB: SubEngine.pm Log message: provide a dummy start_build() for DPB::SubEngine::NoBuild; this prevents a crash when removing a lockfile in a fetch-only (nobuild) run. ok espie@ CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2015/04/25 07:23:01 Modified files: usr.sbin/bgpctl: irr_parser.c Log message: handle an IRR record of "export ... action X" the same way we handle "import ... action X". OK benno@ henning@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/25 08:24:03 Modified files: infrastructure/lib/DPB: Config.pm Log message: do minimal discovery before reading config files, then do full discovery. allow things like proper chroot in the config file only. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/04/25 08:40:36 Modified files: usr.sbin/httpd : server_file.c Log message: Prepend files or directories containing ":" with "./" in directory indexes as per RFC 3986: A path segment that contains a colon character (e.g., "this:that") cannot be used as the first segment of a relative-path reference, as it would be mistaken for a scheme name. Such a segment must be preceded by a dot-segment (e.g., "./this:that") to make a relative- path reference. While here add a "/" to the end of directory names, this saves us one redirect round trip. Found the hard way & "functionality wise, OK" ajacoutot@ RFC pointer & OK benno@ CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2015/04/25 09:28:18 Modified files: usr.sbin/bgpctl: irr_output.c usr.sbin/bgpd : bgpd.conf.5 bgpd.h parse.y printconf.c rde_filter.c Log message: allow us to write rules that match directly on the peer AS ... allow from AS 1 prefix 192.0.2.0/24 ... Also adjust the IRR ruleset output to include the declared peer AS, instead of hoping they listed their neighbor IP address! OK benno@ older version OK: claudio@ henning@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/04/25 09:28:47 Modified files: lib/libssl/src/ssl: bs_cbs.c regress/lib/libssl/bytestring: bytestringtest.c Log message: Check for invalid leading zeros in CBS_get_asn1_uint64. ASN.1 integers cannot have all zeros or all ones for the first 9 bits. This rule ensures the numbers are encoded with the smallest number of content octets (see ITU-T Rec X.690 section 8.3.2). Based on BoringSSL commit 5933723b7b592e9914f703d630b596e140c93e16 ok deraadt@ jsing@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/04/25 09:33:47 Modified files: usr.bin/m4 : gnum4.c usr.bin/make : buf.c Log message: add check for overflow while doubling (very unlikely in practice, but still better style code). Problem noticed by deraadt@ in m4. okay doug@ deraadt@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/25 09:57:48 Modified files: usr.bin/tmux : tty.c Log message: Explicitly cancel mouse "button" mode, this happens implicitly with some one of the other things we send with xterm, but not with urxvt. Reported by sthen@. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/04/25 10:02:55 Modified files: lib/libssl/src/crypto/x509: x509_lu.c Log message: Don't ignore the reference count in X509_STORE_free. Based on this upstream commit: bff9ce4db38b297c72a6d84617d71ae2934450f7 which didn't make it into a release until 1.0.2. Thanks to william at 25thandclement dot com for reporting this! ok deraadt@ jsing@ beck@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/04/25 10:08:35 Modified files: lang/php/5.4 : Makefile distinfo Log message: security update to 5.4.40; fixes the following CVEs: CVE-2014-9709, CVE-2015-2301, CVE-2015-2783, CVE-2015-1352 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/04/25 10:09:57 Modified files: lang/php/5.5 : Makefile distinfo lang/php/5.5/patches: patch-ext_odbc_config_m4 Removed files: lang/php/5.5/patches: patch-ext_openssl_config0_m4 Log message: security update to 5.5.24; fixes the following CVEs: CVE-2015-1351, CVE-2015-1352 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/04/25 10:20:29 Modified files: lang/php/5.6 : Makefile distinfo lang/php/5.6/patches: patch-ext_odbc_config_m4 patch-ext_openssl_config0_m4 Removed files: lang/php/5.6/patches: patch-ext_gd_libgd_gdcache_h patch-ext_openssl_openssl_c Log message: security update 5.6.8; fixes the following CVEs: CVE-2015-1351, CVE-2015-1352 CVSROOT: /cvs Module name: src Changes by: brynet@cvs.openbsd.org 2015/04/25 10:35:47 Modified files: usr.bin/file : magic-test.c Log message: Switch to using the POSIX endian macros, i.e: be64toh vs. betoh64. ok nicm@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/04/25 10:37:17 Modified files: share/man/man7 : intro.7 Log message: double word fix; from david vasek CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/25 12:09:28 Modified files: usr.bin/tmux : cmd-attach-session.c cmd-switch-client.c cmd.c session.c tmux.h window.c Log message: Move the functions to convert ids from strings into session.c and window.c. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/04/25 12:10:31 Modified files: games/wtf : Makefile distinfo Log message: Update to 20150424 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/04/25 12:24:10 Modified files: faq : faq15.html Log message: mention /usr/local/share/docs/pkg-readmes. Suggested by trondd at kagu-tsuchi dot com. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/25 12:33:59 Modified files: usr.bin/tmux : cmd-show-messages.c cmd.c server-client.c status.c tmux.h window.c Log message: Make message log a TAILQ. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/25 12:41:30 Modified files: x11/qt5 : Makefile x11/qt5/patches: patch-qttools_src_assistant_qhelpgenerator_main_cpp Log message: It's always better to run update-patches BEFORE commit... CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/25 12:44:28 Modified files: usr.bin/file : magic-load.c Log message: Fail if a \ appears at EOL rather than continuing off the end of the buffer, from Sebastien Marie. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/25 12:47:01 Modified files: usr.bin/tmux : cfg.c Log message: Use a char **,u_int pair for cfg_causes. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/25 12:49:01 Modified files: usr.bin/tmux : cfg.c key-bindings.c window.c Log message: Fix some char* -> char *. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/25 12:56:05 Modified files: usr.bin/tmux : window.c Log message: Get rid of window_choose_list type. CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2015/04/25 13:10:52 Log message: Import perl-5.20.2 Status: Vendor Tag: PERL Release Tags: PERL_5_20_2 U src/gnu/usr.bin/perl/Artistic U src/gnu/usr.bin/perl/AUTHORS U src/gnu/usr.bin/perl/autodoc.pl U src/gnu/usr.bin/perl/av.c U src/gnu/usr.bin/perl/av.h U src/gnu/usr.bin/perl/caretx.c U src/gnu/usr.bin/perl/cflags.SH U src/gnu/usr.bin/perl/Changes U src/gnu/usr.bin/perl/charclass_invlists.h U 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 U src/gnu/usr.bin/perl/config_h.SH U src/gnu/usr.bin/perl/cop.h U src/gnu/usr.bin/perl/Copying U src/gnu/usr.bin/perl/cv.h U src/gnu/usr.bin/perl/deb.c U src/gnu/usr.bin/perl/doio.c U src/gnu/usr.bin/perl/doop.c U src/gnu/usr.bin/perl/dosish.h U src/gnu/usr.bin/perl/dquote_static.c U src/gnu/usr.bin/perl/dump.c U src/gnu/usr.bin/perl/embed.fnc U src/gnu/usr.bin/perl/embed.h U src/gnu/usr.bin/perl/embedvar.h U src/gnu/usr.bin/perl/EXTERN.h U src/gnu/usr.bin/perl/fakesdio.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/globals.c U src/gnu/usr.bin/perl/globvar.sym C src/gnu/usr.bin/perl/gv.c U src/gnu/usr.bin/perl/gv.h U src/gnu/usr.bin/perl/handy.h U src/gnu/usr.bin/perl/hv.c U src/gnu/usr.bin/perl/hv.h U src/gnu/usr.bin/perl/hv_func.h U src/gnu/usr.bin/perl/inline.h U src/gnu/usr.bin/perl/inline_invlist.c C src/gnu/usr.bin/perl/INSTALL U src/gnu/usr.bin/perl/installhtml U src/gnu/usr.bin/perl/installman C src/gnu/usr.bin/perl/installperl U src/gnu/usr.bin/perl/install_lib.pl 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 C src/gnu/usr.bin/perl/makedef.pl U src/gnu/usr.bin/perl/makedepend.SH U src/gnu/usr.bin/perl/Makefile.micro C src/gnu/usr.bin/perl/Makefile.SH U src/gnu/usr.bin/perl/make_ext.pl U src/gnu/usr.bin/perl/make_patchnum.pl U 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 U src/gnu/usr.bin/perl/META.json U src/gnu/usr.bin/perl/META.yml C src/gnu/usr.bin/perl/mg.c U src/gnu/usr.bin/perl/metaconfig.h U src/gnu/usr.bin/perl/metaconfig.SH U 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 U 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 U 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/opcode.h U src/gnu/usr.bin/perl/opnames.h U src/gnu/usr.bin/perl/op_reg_common.h U src/gnu/usr.bin/perl/overload.c U src/gnu/usr.bin/perl/overload.h U src/gnu/usr.bin/perl/packsizetables.c 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 U src/gnu/usr.bin/perl/perlio.c U src/gnu/usr.bin/perl/perlio.h U src/gnu/usr.bin/perl/perlio.sym U src/gnu/usr.bin/perl/perliol.h U src/gnu/usr.bin/perl/perlsdio.h U src/gnu/usr.bin/perl/perlvars.h U src/gnu/usr.bin/perl/perly.act U src/gnu/usr.bin/perl/perly.c U src/gnu/usr.bin/perl/perly.h U src/gnu/usr.bin/perl/perly.tab U src/gnu/usr.bin/perl/perly.y U src/gnu/usr.bin/perl/Policy_sh.SH U src/gnu/usr.bin/perl/pp.c U src/gnu/usr.bin/perl/pp.h C src/gnu/usr.bin/perl/pp_ctl.c U 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 U 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.android 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.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.synology 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 U 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 U src/gnu/usr.bin/perl/regexp.h U src/gnu/usr.bin/perl/regnodes.h U src/gnu/usr.bin/perl/run.c U src/gnu/usr.bin/perl/runtests.SH U src/gnu/usr.bin/perl/scope.c U src/gnu/usr.bin/perl/scope.h C src/gnu/usr.bin/perl/sv.c C src/gnu/usr.bin/perl/sv.h U 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 U src/gnu/usr.bin/perl/uconfig.h U src/gnu/usr.bin/perl/uconfig.sh U src/gnu/usr.bin/perl/uconfig64.sh U src/gnu/usr.bin/perl/unicode_constants.h U src/gnu/usr.bin/perl/universal.c U 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 U src/gnu/usr.bin/perl/util.h U src/gnu/usr.bin/perl/utils.lst U src/gnu/usr.bin/perl/vutil.c U src/gnu/usr.bin/perl/vutil.h U src/gnu/usr.bin/perl/vxs.inc U src/gnu/usr.bin/perl/warnings.h U src/gnu/usr.bin/perl/write_buildcustomize.pl U src/gnu/usr.bin/perl/XSUB.h 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/skip.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/args.t U src/gnu/usr.bin/perl/cpan/autodie/t/autodie.t U src/gnu/usr.bin/perl/cpan/autodie/t/autodie_skippy.pm 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/chmod.t U src/gnu/usr.bin/perl/cpan/autodie/t/chown.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/core-trampoline-slurp.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/exceptions.t U src/gnu/usr.bin/perl/cpan/autodie/t/exception_class.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/kill.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/no_carp.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/rt-74246.t U src/gnu/usr.bin/perl/cpan/autodie/t/scope_leak.t U src/gnu/usr.bin/perl/cpan/autodie/t/skip.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/touch_me U src/gnu/usr.bin/perl/cpan/autodie/t/truncate.t U src/gnu/usr.bin/perl/cpan/autodie/t/truncate_me 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/utf8_open.t U src/gnu/usr.bin/perl/cpan/autodie/t/utime.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 U src/gnu/usr.bin/perl/cpan/CGI/lib/CGI.pm U src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Apache.pm U src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Carp.pm U 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 U 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 U src/gnu/usr.bin/perl/cpan/CGI/t/headers.t U src/gnu/usr.bin/perl/cpan/CGI/t/hidden.t U 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 U 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/uploadInfo.t U src/gnu/usr.bin/perl/cpan/CGI/t/upload_post_text.txt 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 U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/Makefile.PL 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 U 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 U 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/19nonpv.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/config.in U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/Makefile.PL 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/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/19nonpv.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/compress/CompTestUtils.pm U 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 U 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 U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/deflate.c U 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 U 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 U 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 U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zutil.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zutil.h U src/gnu/usr.bin/perl/cpan/Config-Perl-V/V.pm U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/10_base.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/20_plv56.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/21_plv58.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/22_plv510.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/23_plv512.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/24_plv514.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/25_plv516.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/25_plv5162.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/26_plv518.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/26_plv5182.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/27_plv5200.t 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/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-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 U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/107650337-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/1598804075-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/1927486199-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/1985980974-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/2031017050-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/284247103-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/344981821-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/35478989-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/98042513-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/invalid-meta-spec-version.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/invalid-meta-spec-version.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/META-1_2.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/META-1_3.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/META-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/META-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/meta-spec-version-trailing-zeros.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/meta-spec-version-trailing-zeros.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/restrictive-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/version-ranges-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/gpl-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/META-1_0.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/META-1_1.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/META-1_2.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/META-1_3.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/META-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/META-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/META-2.meta U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/provides-version-missing.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/resources.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/restricted-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/restrictive-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/unicode.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/version-not-normal.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/version-ranges-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/version-ranges-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/1122575719-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/1206545041-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/1985684504-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/476602558-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/META-1_0.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/META-1_1.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/scalar-meta-spec.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/accepts.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/bad_version_hook.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/basic.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/finalize.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/from-hash.t U 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_api.t 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/10_read.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/11_read_string.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/12_write.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/13_write_string.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_yamlpm_compat.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/31_local_tml.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/32_world_tml.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/README.md U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/ascii.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/latin1.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/utf_16_le_bom.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/utf_8_bom.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/TestBridge.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/TestUtils.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/TestML/Tiny.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/dump-error/circular.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/load-error/document.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/load-error/scalar.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/load-error/tag.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/perl-to-yaml/quoting.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/collection.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/comment.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/document.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/mapping.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/quoting.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/scalar.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/sequence.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-spec/basic-data.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-spec/unicode.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/Acme-Time-Baby.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/Data-Swap.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/Games-Nintendo-Wii-Mii.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/HTML-WebDAO.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/ITS-SIN-FIDS-Content-XML.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/Plagger.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/Spreadsheet-Read.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/Template-Provider-Unicode-Japanese.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/toolbar.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/Vanilla-Perl.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/YAML-Tiny-META.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/yaml_org.tml U src/gnu/usr.bin/perl/cpan/DB_File/config.in U src/gnu/usr.bin/perl/cpan/DB_File/dbinfo 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/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/HACKERS U src/gnu/usr.bin/perl/cpan/Devel-PPPort/Makefile.PL 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/soak 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/5012004 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5012005 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/base/5014001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5014002 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5014003 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5014004 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5015000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5015001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5015002 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5015003 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5015004 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5015005 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5015006 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5015007 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5015008 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5015009 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5016000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5016001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5016002 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5016003 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5017000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5017001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5017002 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5017003 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5017004 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5017005 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5017006 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5017007 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5017008 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5017009 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5017010 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5017011 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5018000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5018001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5019000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5019001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5019002 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5019003 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 U 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/newSVpv U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/newSV_type 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/pvs U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/pv_tools 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/SvPV U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/SvREFCNT 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/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/5012004 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5012005 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/parts/todo/5014001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5014002 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5014003 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5014004 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5015000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5015001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5015002 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5015003 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5015004 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5015005 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5015006 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5015007 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5015008 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5015009 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5016000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5016001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5016002 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5016003 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5017000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5017001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5017002 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5017003 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5017004 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5017005 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5017006 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5017007 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5017008 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5017009 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5017010 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5017011 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5018000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5018001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5019000 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5019001 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5019002 U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5019003 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/newSVpv.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/newSV_type.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/pvs.t U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/pv_tools.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/SvREFCNT.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/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/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 U src/gnu/usr.bin/perl/cpan/Digest-MD5/Makefile.PL U src/gnu/usr.bin/perl/cpan/Digest-MD5/MD5.pm U src/gnu/usr.bin/perl/cpan/Digest-MD5/MD5.xs 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 U 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/Makefile.PL 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/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 U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/state.t U 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/encengine.c U src/gnu/usr.bin/perl/cpan/Encode/Encode.pm U src/gnu/usr.bin/perl/cpan/Encode/Encode.xs U src/gnu/usr.bin/perl/cpan/Encode/encoding.pm U src/gnu/usr.bin/perl/cpan/Encode/Makefile.PL 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/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/Encode/_PM.e2x U src/gnu/usr.bin/perl/cpan/Encode/Encode/_T.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 U 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 U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Encoder.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Encoding.pm U 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 U 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 U src/gnu/usr.bin/perl/cpan/Encode/t/cow.t U src/gnu/usr.bin/perl/cpan/Encode/t/decode.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/enc_data.t U src/gnu/usr.bin/perl/cpan/Encode/t/enc_eucjp.t U src/gnu/usr.bin/perl/cpan/Encode/t/enc_module.enc U src/gnu/usr.bin/perl/cpan/Encode/t/enc_module.t U src/gnu/usr.bin/perl/cpan/Encode/t/enc_utf8.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 U 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 U src/gnu/usr.bin/perl/cpan/Encode/t/Mod_EUCJP.pm U src/gnu/usr.bin/perl/cpan/Encode/t/perlio.t U 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/taint.t U src/gnu/usr.bin/perl/cpan/Encode/t/unibench.pl U 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 U src/gnu/usr.bin/perl/cpan/Encode/Unicode/Unicode.xs 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/experimental/lib/experimental.pm U src/gnu/usr.bin/perl/cpan/experimental/t/basic.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 U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/bin/instmodsh U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist.pm U 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 U 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 U 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 U 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 U 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/fixin.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/fix_libs.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/installed_file.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/INSTALL_BASE.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/INST_PREFIX.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/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/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/miniperl.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/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 U 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/testlib.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/test_boilerplate.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 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 U 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 U 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/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/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 U 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/070_cookie_jar.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/141_no_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/160_cookies.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/161_basic_auth.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/162_proxy_auth.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/170_keepalive.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/BrokenCookieJar.pm U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/SimpleCookieJar.pm U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/Util.pm U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/auth-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/auth-02.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/auth-03.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/auth-04.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/auth-05.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/cookies-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/cookies-02.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/cookies-03.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/cookies-04.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/cookies-05.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/cookies-06.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/cookies-07.txt 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/form-05.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/keepalive-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/keepalive-02.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/keepalive-03.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/keepalive-04.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/keepalive-05.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/proxy-auth-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/bin/zipdetails 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/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/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/999pod.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/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-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-zip.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/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-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-Socket-IP/Build.PL U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/Changes U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/LICENSE U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/Makefile.PL U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/MANIFEST U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/META.json U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/META.yml U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/README U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/lib/IO/Socket/IP.pm U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/00use.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/01local-client-v4.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/02local-server-v4.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/03local-cross-v4.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/04local-client-v6.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/05local-server-v6.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/06local-cross-v6.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/10args.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/11sockopts.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/12port-fallback.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/13addrinfo.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/14fileno.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/15io-socket.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/16v6only.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/17gai-flags.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/18fdopen.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/19no-addrs.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/20subclass.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/21as-inet.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/30nonblocking-connect.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/31nonblocking-connect-internet.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/99pod.t 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/03_run-forked.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/Makefile.PL 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/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/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/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 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 U 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 U 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 U 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 U 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_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/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/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 U src/gnu/usr.bin/perl/cpan/Memoize/Memoize.pm 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/tiefeatures.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/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/QuotedPrint.pm 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/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 U 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/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/MacOS.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/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/add_property_array.t U src/gnu/usr.bin/perl/cpan/Module-Build/t/add_property_hash.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 U src/gnu/usr.bin/perl/cpan/Module-Build/t/manifypods_with_utf8.t U 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_reqs.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/unit_run_test_harness.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/xs.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/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/02_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 U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/test_lib/a/X.pm U 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/AutoLoad.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 U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/NotAutoLoad.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/NotMain.pm U 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 U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/contains_pod.t U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/encoding.t U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/endpod.t U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/metadata.t U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/taint.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/ENDPOD.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 U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/BOMTest/UTF16BE.pm U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/BOMTest/UTF16LE.pm U 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/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/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/lib/Parse/CPAN/Meta.pm 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/BadMETA.yml U src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/bareyaml.meta U src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/json.meta U src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/META-VR.json U src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/META-VR.yml U src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/yaml.meta 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 U src/gnu/usr.bin/perl/cpan/Pod-Checker/lib/Pod/Checker.pm U src/gnu/usr.bin/perl/cpan/Pod-Checker/scripts/podchecker.PL U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/contains_bad_pod.xr U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/empty.xr U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/podchkenc.t U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/podchkenc.xr U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/poderrs.t U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/poderrs.xr U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/selfcheck.t U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/testcmp.pl U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/testpchk.pl 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-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 U 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 U 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/Makefile.PL U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/perldoc.pod 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/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 U 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/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 U 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/accept01.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/accept05.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ac_d.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 U 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 U 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/verbatim.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/verb_fmt.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/whine.t U 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 U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml20.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/x_nixer.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 U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn01.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn01.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn02.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn02.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn03.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn03.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn04.txt U 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 U src/gnu/usr.bin/perl/cpan/Pod-Usage/lib/Pod/Usage.pm U src/gnu/usr.bin/perl/cpan/Pod-Usage/scripts/pod2usage.PL U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/p2u_data.pl U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/pod2usage.t U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/pod2usage.xr U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/pod2usage2.t U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/testcmp.pl U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/testp2pt.pl U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/usage.pod U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/usage2.pod U src/gnu/usr.bin/perl/cpan/podlators/VERSION U src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Man.pm U src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/ParseLink.pm U 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-empty.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-empty.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/Scalar-List-Utils/ListUtil.xs U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/Makefile.PL U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/multicall.h U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/List/Util.pm U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/List/Util/XS.pm U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/Scalar/Util.pm U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/00version.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/any-all.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/blessed.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/dualvar.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/first.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/getmagic-once.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/isvstring.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/lln.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/max.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/maxstr.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/min.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/minstr.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/multicall-refcount.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/openhan.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/pair.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/product.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/proto.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/readonly.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/reduce.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/refaddr.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/reftype.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/shuffle.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/stack-corruption.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/sum.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/sum0.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/tainted.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/weak.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 U src/gnu/usr.bin/perl/cpan/Socket/t/ipv6_mreq.t U src/gnu/usr.bin/perl/cpan/Socket/t/ip_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/Makefile.PL 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 U 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/t/aliases-func.t U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/basic.t U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/basic256.t U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/eval.t U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/stringify.t U 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/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/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 U 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/Harness/Env.pm 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/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/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/iterators.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/iterator_factory.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 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/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 U 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/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/skip_nomsg 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/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/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/c_flag.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 U 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/note.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/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/threads.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/thread_taint.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/useing.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/use_ok.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/missing_done_testing.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/one_fail_without_plan.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/bail_out.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/fork.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/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/threads.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/Test-Simple/t/Tester/tbt_08subtest.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_09do.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_09do_script.pl 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-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/79766.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 U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Tabs-ElCid.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/tabs.t U 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/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/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/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/Piece.pm U src/gnu/usr.bin/perl/cpan/Time-Piece/Piece.xs 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/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/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 U 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 U 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/fil.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/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 U 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/cjkrange.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 U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_zy.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 U 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 U 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 U 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 U 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 U 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/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/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/version/lib/version.pm U src/gnu/usr.bin/perl/cpan/version/lib/version.pod U src/gnu/usr.bin/perl/cpan/version/lib/version/Internals.pod U src/gnu/usr.bin/perl/cpan/version/lib/version/regex.pm U src/gnu/usr.bin/perl/cpan/version/lib/version/vpp.pm U src/gnu/usr.bin/perl/cpan/version/t/00impl-pp.t U src/gnu/usr.bin/perl/cpan/version/t/01base.t U src/gnu/usr.bin/perl/cpan/version/t/02derived.t U src/gnu/usr.bin/perl/cpan/version/t/03require.t U src/gnu/usr.bin/perl/cpan/version/t/04strict_lax.t U src/gnu/usr.bin/perl/cpan/version/t/05sigdie.t U src/gnu/usr.bin/perl/cpan/version/t/06noop.t U src/gnu/usr.bin/perl/cpan/version/t/07locale.t U src/gnu/usr.bin/perl/cpan/version/t/08_corelist.t U src/gnu/usr.bin/perl/cpan/version/t/09_list_util.t U src/gnu/usr.bin/perl/cpan/version/t/coretests.pm 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 U 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/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/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 C 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/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-open-chunk.t U src/gnu/usr.bin/perl/dist/base/t/base-open-line.t 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/core-global.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/Broken.pm 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/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/big_e_pi.t U src/gnu/usr.bin/perl/dist/bignum/t/biinfnan.t U src/gnu/usr.bin/perl/dist/bignum/t/bii_e_pi.t U src/gnu/usr.bin/perl/dist/bignum/t/bir_e_pi.t U src/gnu/usr.bin/perl/dist/bignum/t/bninfnan.t U src/gnu/usr.bin/perl/dist/bignum/t/bn_lite.t U src/gnu/usr.bin/perl/dist/bignum/t/brinfnan.t U src/gnu/usr.bin/perl/dist/bignum/t/br_lite.t U src/gnu/usr.bin/perl/dist/bignum/t/infnan.inc U src/gnu/usr.bin/perl/dist/bignum/t/in_effect.t 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 U 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/arg_regexp.t U src/gnu/usr.bin/perl/dist/Carp/t/arg_string.t U src/gnu/usr.bin/perl/dist/Carp/t/baduni.t U src/gnu/usr.bin/perl/dist/Carp/t/baduni_warnings.t U src/gnu/usr.bin/perl/dist/Carp/t/Carp.t U src/gnu/usr.bin/perl/dist/Carp/t/Carp_overload.t U src/gnu/usr.bin/perl/dist/Carp/t/errno.t U src/gnu/usr.bin/perl/dist/Carp/t/heavy.t U src/gnu/usr.bin/perl/dist/Carp/t/heavy_mismatch.t U 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/Data-Dumper/Changes C src/gnu/usr.bin/perl/dist/Data-Dumper/Dumper.pm C 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 U 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 U src/gnu/usr.bin/perl/dist/Data-Dumper/t/deparse.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/dumper.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/dumpperl.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/freezer.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/freezer_useperl.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/indent.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/misc.t U 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 U 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 U src/gnu/usr.bin/perl/dist/Data-Dumper/t/quotekeys.t C src/gnu/usr.bin/perl/dist/Data-Dumper/t/recurse.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/seen.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/sortkeys.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/sparseseen.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/terse.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/toaster.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/values.t U 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/Exporter/lib/Exporter.pm U src/gnu/usr.bin/perl/dist/Exporter/lib/Exporter/Heavy.pm U src/gnu/usr.bin/perl/dist/Exporter/t/Exporter.t U src/gnu/usr.bin/perl/dist/Exporter/t/warn.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/android.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 U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Eval.pm U 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/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/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 U 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/516-t-clone.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/517-t-targetable.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 U 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/conflicting.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/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 U src/gnu/usr.bin/perl/dist/IO/t/cachepropagate-tcp.t U src/gnu/usr.bin/perl/dist/IO/t/cachepropagate-udp.t U 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/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/Locale-Maketext/t/91_backslash.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/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/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/big_pi_e.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/constant.t U src/gnu/usr.bin/perl/dist/Math-BigInt/t/const_mbf.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/mbimbf.inc U src/gnu/usr.bin/perl/dist/Math-BigInt/t/mbimbf.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/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/require.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/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/_e_math.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/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/big_ap.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 U 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 U src/gnu/usr.bin/perl/dist/Module-CoreList/t/is_core.t U src/gnu/usr.bin/perl/dist/Module-CoreList/t/pod.t U src/gnu/usr.bin/perl/dist/Module-CoreList/t/utils.t U src/gnu/usr.bin/perl/dist/Net-Ping/Changes U 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 U src/gnu/usr.bin/perl/dist/Net-Ping/t/520_icmp_ttl.t U src/gnu/usr.bin/perl/dist/PathTools/Cwd.pm U src/gnu/usr.bin/perl/dist/PathTools/Cwd.xs U src/gnu/usr.bin/perl/dist/PathTools/Makefile.PL U src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec.pm U src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/Cygwin.pm U src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/Epoc.pm U src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/Functions.pm U src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/Mac.pm U src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/OS2.pm U src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/Unix.pm U src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/VMS.pm U src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/Win32.pm U src/gnu/usr.bin/perl/dist/PathTools/t/crossplatform.t U src/gnu/usr.bin/perl/dist/PathTools/t/cwd.t U src/gnu/usr.bin/perl/dist/PathTools/t/Functions.t U src/gnu/usr.bin/perl/dist/PathTools/t/rel2abs2rel.t U src/gnu/usr.bin/perl/dist/PathTools/t/Spec-taint.t U src/gnu/usr.bin/perl/dist/PathTools/t/Spec.t U src/gnu/usr.bin/perl/dist/PathTools/t/taint.t U src/gnu/usr.bin/perl/dist/PathTools/t/tmpdir.t U src/gnu/usr.bin/perl/dist/PathTools/t/win32.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 U 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/Search-Dict/Changes U src/gnu/usr.bin/perl/dist/Search-Dict/Makefile.PL U src/gnu/usr.bin/perl/dist/Search-Dict/README.patching U 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.t 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/destroy.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/leaks.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/tied_store.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 U src/gnu/usr.bin/perl/dist/Thread-Queue/t/09_ended.t U 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 U 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 U 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/29a_upcopy.t U src/gnu/usr.bin/perl/dist/Tie-File/t/29_downcopy.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 U 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/OptreeCheck.pm 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/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/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 U src/gnu/usr.bin/perl/ext/DynaLoader/dlutils.c U src/gnu/usr.bin/perl/ext/DynaLoader/dl_aix.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 U src/gnu/usr.bin/perl/ext/DynaLoader/dl_freemint.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_hpux.xs U 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 U 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/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/android.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/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm 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 U src/gnu/usr.bin/perl/ext/File-DosGlob/DosGlob.xs U src/gnu/usr.bin/perl/ext/File-DosGlob/lib/File/DosGlob.pm U src/gnu/usr.bin/perl/ext/File-DosGlob/t/DosGlob.t U src/gnu/usr.bin/perl/ext/File-Find/lib/File/Find.pm U src/gnu/usr.bin/perl/ext/File-Find/t/find.t U src/gnu/usr.bin/perl/ext/File-Find/t/taint.t U src/gnu/usr.bin/perl/ext/File-Find/t/lib/Testing.pm U 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 U src/gnu/usr.bin/perl/ext/File-Glob/t/rt114984.t U src/gnu/usr.bin/perl/ext/File-Glob/t/taint.t U 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 U 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 U src/gnu/usr.bin/perl/ext/GDBM_File/typemap U src/gnu/usr.bin/perl/ext/GDBM_File/hints/sco.pl U 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 U 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 U 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/MSWin32.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/MSWin32.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 U 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 U src/gnu/usr.bin/perl/ext/PerlIO-encoding/encoding.xs 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/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/anchorify.t 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 U 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 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/reflags.t U src/gnu/usr.bin/perl/ext/re/t/regop.pl U src/gnu/usr.bin/perl/ext/re/t/regop.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 U 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 U 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 U 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 U 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 U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/sdbm.c U 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/constants.t U src/gnu/usr.bin/perl/ext/SDBM_File/t/prep.t 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-Filespec/lib/VMS/Filespec.pm U src/gnu/usr.bin/perl/ext/VMS-Filespec/t/filespec.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/notcore.c U src/gnu/usr.bin/perl/ext/XS-APItest/numeric.xs 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/caller.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/callregexec.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/call_checker.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 U 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_fetchmethod_flags.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_init.t U 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 U 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/subcall.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/sviscow.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 U 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/xsub_h.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-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/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/bitrig.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 C src/gnu/usr.bin/perl/hints/dec_osf.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/esix4.sh U src/gnu/usr.bin/perl/hints/fps.sh U src/gnu/usr.bin/perl/hints/freebsd.sh U src/gnu/usr.bin/perl/hints/freemint.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 U src/gnu/usr.bin/perl/hints/haiku.sh U 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 C 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 U src/gnu/usr.bin/perl/hints/linux-android.sh U 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 C 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/opus.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 U 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/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/AnyDBM_File.pm U src/gnu/usr.bin/perl/lib/AnyDBM_File.t U 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 U 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 U src/gnu/usr.bin/perl/lib/dumpvar.pl U src/gnu/usr.bin/perl/lib/dumpvar.t U src/gnu/usr.bin/perl/lib/English.pm U src/gnu/usr.bin/perl/lib/English.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/integer.t U src/gnu/usr.bin/perl/lib/Internals.t U src/gnu/usr.bin/perl/lib/less.pm U src/gnu/usr.bin/perl/lib/less.t U src/gnu/usr.bin/perl/lib/locale.pm U 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 U 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 U 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 U 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 U src/gnu/usr.bin/perl/lib/utf8.t U src/gnu/usr.bin/perl/lib/utf8_heavy.pl U 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/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 U src/gnu/usr.bin/perl/lib/_charnames.pm U src/gnu/usr.bin/perl/lib/B/Deparse-core.t U src/gnu/usr.bin/perl/lib/B/Deparse.pm U src/gnu/usr.bin/perl/lib/B/Deparse.t U 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/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/ExtUtils/Embed.pm U 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 U src/gnu/usr.bin/perl/lib/File/Copy.pm U src/gnu/usr.bin/perl/lib/File/Copy.t U src/gnu/usr.bin/perl/lib/File/stat-7896.t U 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/Getopt/Std.pm U src/gnu/usr.bin/perl/lib/Getopt/Std.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/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 U src/gnu/usr.bin/perl/lib/perl5db/t/fact U src/gnu/usr.bin/perl/lib/perl5db/t/filename-line-breakpoint U src/gnu/usr.bin/perl/lib/perl5db/t/load-modules U src/gnu/usr.bin/perl/lib/perl5db/t/lsub-n 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 U src/gnu/usr.bin/perl/lib/perl5db/t/source-cmd-test-no-q.perldb U 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 U src/gnu/usr.bin/perl/lib/perl5db/t/test-a-statement-1 U src/gnu/usr.bin/perl/lib/perl5db/t/test-dieLevel-option-1 U src/gnu/usr.bin/perl/lib/perl5db/t/test-frame-option-1 U src/gnu/usr.bin/perl/lib/perl5db/t/test-l-statement-1 U src/gnu/usr.bin/perl/lib/perl5db/t/test-l-statement-2 U src/gnu/usr.bin/perl/lib/perl5db/t/test-m-statement-1 U src/gnu/usr.bin/perl/lib/perl5db/t/test-passing-at-underscore-to-x-etc U src/gnu/usr.bin/perl/lib/perl5db/t/test-PrintRet-option-1 U src/gnu/usr.bin/perl/lib/perl5db/t/test-r-statement U src/gnu/usr.bin/perl/lib/perl5db/t/test-w-statement-1 U 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/BidiBrackets.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/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/dlfcn.h U src/gnu/usr.bin/perl/os2/dl_os2.c U src/gnu/usr.bin/perl/os2/Makefile.SHs U src/gnu/usr.bin/perl/os2/os2.c U src/gnu/usr.bin/perl/os2/os2.sym 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/os2_base.t U src/gnu/usr.bin/perl/os2/os2_pipe.t 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 C 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 U 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 U 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 U src/gnu/usr.bin/perl/pod/perl5163delta.pod U src/gnu/usr.bin/perl/pod/perl5180delta.pod U src/gnu/usr.bin/perl/pod/perl5181delta.pod U src/gnu/usr.bin/perl/pod/perl5182delta.pod N src/gnu/usr.bin/perl/pod/perl5184delta.pod U src/gnu/usr.bin/perl/pod/perl5200delta.pod N src/gnu/usr.bin/perl/pod/perl5201delta.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 U src/gnu/usr.bin/perl/pod/perl58delta.pod U src/gnu/usr.bin/perl/pod/perlapio.pod U src/gnu/usr.bin/perl/pod/perlartistic.pod U 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 U 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 U 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 U 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 U 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 U 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 U 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 U src/gnu/usr.bin/perl/pod/perllol.pod C src/gnu/usr.bin/perl/pod/perllocale.pod C src/gnu/usr.bin/perl/pod/perlmod.pod U src/gnu/usr.bin/perl/pod/perlmodinstall.pod U src/gnu/usr.bin/perl/pod/perlmodlib.PL U src/gnu/usr.bin/perl/pod/perlmodstyle.pod U src/gnu/usr.bin/perl/pod/perlmroapi.pod U src/gnu/usr.bin/perl/pod/perlnewmod.pod U src/gnu/usr.bin/perl/pod/perlnumber.pod U 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 U 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 U src/gnu/usr.bin/perl/pod/perlre.pod U src/gnu/usr.bin/perl/pod/rofftoc 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 U 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 U 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/perlvar.pod U src/gnu/usr.bin/perl/pod/perltrap.pod U src/gnu/usr.bin/perl/pod/perlunicode.pod N src/gnu/usr.bin/perl/pod/perlunicook.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 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 C 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 U src/gnu/usr.bin/perl/Porting/Glossary U src/gnu/usr.bin/perl/Porting/how_to_write_a_perldelta.pod U 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 U src/gnu/usr.bin/perl/Porting/makerel U src/gnu/usr.bin/perl/Porting/makemeta 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/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/podtidy 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/pumpkin.pod U 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/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/t/harness U src/gnu/usr.bin/perl/t/loc_tools.pl U src/gnu/usr.bin/perl/t/perl.supp U src/gnu/usr.bin/perl/t/README U 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 U 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 U src/gnu/usr.bin/perl/t/bigmem/pos.t U src/gnu/usr.bin/perl/t/bigmem/read.t U src/gnu/usr.bin/perl/t/bigmem/regexp.t U src/gnu/usr.bin/perl/t/bigmem/vec.t U src/gnu/usr.bin/perl/t/cmd/elsif.t U 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 U src/gnu/usr.bin/perl/t/comp/proto.t U src/gnu/usr.bin/perl/t/comp/redef.t U 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 U 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/closepid.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/eintr_print.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 U src/gnu/usr.bin/perl/t/io/fs.t U 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 U 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 U src/gnu/usr.bin/perl/t/io/pipe.t U 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/sem.t U src/gnu/usr.bin/perl/t/io/shm.t U src/gnu/usr.bin/perl/t/io/socket.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 U 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 U 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 U src/gnu/usr.bin/perl/t/lib/croak/pp_ctl U src/gnu/usr.bin/perl/t/lib/croak/pp_hot U 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 U 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/Devel/switchd_goto.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/irs 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/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 U 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/isarev.t U src/gnu/usr.bin/perl/t/mro/isarev_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/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 U 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/attrproto.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 U src/gnu/usr.bin/perl/t/op/chop.t U src/gnu/usr.bin/perl/t/op/chr.t U src/gnu/usr.bin/perl/t/op/closure.t U src/gnu/usr.bin/perl/t/op/closure_test.pl U src/gnu/usr.bin/perl/t/op/concat2.t U 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 U 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 U src/gnu/usr.bin/perl/t/op/do.t U src/gnu/usr.bin/perl/t/op/dor.t U src/gnu/usr.bin/perl/t/op/each.t U src/gnu/usr.bin/perl/t/op/each_array.t U src/gnu/usr.bin/perl/t/op/eval.t U src/gnu/usr.bin/perl/t/op/evalbytes.t U src/gnu/usr.bin/perl/t/op/exec.t U src/gnu/usr.bin/perl/t/op/exists_sub.t U 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 U src/gnu/usr.bin/perl/t/op/for.t U 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 U src/gnu/usr.bin/perl/t/op/glob.t U src/gnu/usr.bin/perl/t/op/gmagic.t U 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 U src/gnu/usr.bin/perl/t/op/groups.t U src/gnu/usr.bin/perl/t/op/gv.t U src/gnu/usr.bin/perl/t/op/hash-rt85026.t U 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 U src/gnu/usr.bin/perl/t/op/heredoc.t U 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 U src/gnu/usr.bin/perl/t/op/int.t U 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/kill0_child U src/gnu/usr.bin/perl/t/op/kvaslice.t U src/gnu/usr.bin/perl/t/op/kvhslice.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/lexsub.t U src/gnu/usr.bin/perl/t/op/lex_assign.t U src/gnu/usr.bin/perl/t/op/lfs.t C src/gnu/usr.bin/perl/t/op/list.t U 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 U src/gnu/usr.bin/perl/t/op/magic.t U src/gnu/usr.bin/perl/t/op/method.t U src/gnu/usr.bin/perl/t/op/mkdir.t U src/gnu/usr.bin/perl/t/op/my.t U src/gnu/usr.bin/perl/t/op/mydef.t U src/gnu/usr.bin/perl/t/op/my_stash.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 U 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 U 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/postfixderef.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 U 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 U 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 U 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/reset.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/reverse.t U src/gnu/usr.bin/perl/t/op/rt119311.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/signatures.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 U src/gnu/usr.bin/perl/t/op/split.t U src/gnu/usr.bin/perl/t/op/split_unicode.t U src/gnu/usr.bin/perl/t/op/sprintf.t U 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 U 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/substr.t U src/gnu/usr.bin/perl/t/op/substr_thr.t U src/gnu/usr.bin/perl/t/op/sub_lval.t U 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 U 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 U src/gnu/usr.bin/perl/t/op/threads.t U src/gnu/usr.bin/perl/t/op/threads_create.pl U src/gnu/usr.bin/perl/t/op/tie.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/tie_fetch_count.t C 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 U 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/waitpid.t U src/gnu/usr.bin/perl/t/op/wantarray.t U src/gnu/usr.bin/perl/t/op/warn.t U 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 U src/gnu/usr.bin/perl/t/opbasic/arith.t U src/gnu/usr.bin/perl/t/opbasic/cmp.t U src/gnu/usr.bin/perl/t/opbasic/concat.t U src/gnu/usr.bin/perl/t/opbasic/magic_phase.t U 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/copyright.t U src/gnu/usr.bin/perl/t/porting/corelist.t C 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 U src/gnu/usr.bin/perl/t/porting/dual-life.t U src/gnu/usr.bin/perl/t/porting/exec-bit.t U 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/podcheck.t U src/gnu/usr.bin/perl/t/porting/pod_rules.t U src/gnu/usr.bin/perl/t/porting/readme.t U src/gnu/usr.bin/perl/t/porting/regen.t U src/gnu/usr.bin/perl/t/porting/ss_dup.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 U 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/qrstack.t U src/gnu/usr.bin/perl/t/re/qr_gc.t U src/gnu/usr.bin/perl/t/re/recompile.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/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/regex_sets.t U src/gnu/usr.bin/perl/t/re/regex_sets_compat.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/subst.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 U src/gnu/usr.bin/perl/t/re/re_tests N src/gnu/usr.bin/perl/t/re/rt122747.t U src/gnu/usr.bin/perl/t/re/rxcode.t U src/gnu/usr.bin/perl/t/re/substT.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/uniprops.t U src/gnu/usr.bin/perl/t/run/cloexec.t U 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 U 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/switchF2.t U src/gnu/usr.bin/perl/t/run/switchI.t U 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 U src/gnu/usr.bin/perl/t/run/flib/broken.pm U src/gnu/usr.bin/perl/t/run/flib/t2.pm U src/gnu/usr.bin/perl/t/run/flib/t2.pmc U src/gnu/usr.bin/perl/t/test_pl/can_isa_ok.t U src/gnu/usr.bin/perl/t/test_pl/tempfile.t U src/gnu/usr.bin/perl/t/test_pl/_num_to_alpha.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 U 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 U 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 U src/gnu/usr.bin/perl/t/uni/tr_7jis.t U src/gnu/usr.bin/perl/t/uni/tr_eucjp.t U src/gnu/usr.bin/perl/t/uni/tr_sjis.t U 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 U src/gnu/usr.bin/perl/t/uni/variables.t U src/gnu/usr.bin/perl/t/uni/write.t U src/gnu/usr.bin/perl/t/win32/fs.t U src/gnu/usr.bin/perl/t/win32/popen.t U src/gnu/usr.bin/perl/t/win32/runenv.t U src/gnu/usr.bin/perl/t/win32/signal.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/find2perl.t U src/gnu/usr.bin/perl/t/x2p/s2p.t 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/genpacksizetables.pl U src/gnu/usr.bin/perl/regen/keywords.pl U src/gnu/usr.bin/perl/regen/lib_cleanup.pl U src/gnu/usr.bin/perl/regen/mg_vtable.pl U src/gnu/usr.bin/perl/regen/miniperlmain.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 U 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 U 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/symbianish.h 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/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 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/enc2xs.PL U src/gnu/usr.bin/perl/utils/h2ph.PL U 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 U src/gnu/usr.bin/perl/utils/libnetcfg.PL U src/gnu/usr.bin/perl/utils/Makefile.PL U 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 U src/gnu/usr.bin/perl/vms/genopt.com U src/gnu/usr.bin/perl/vms/gen_shrfls.pl 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 U src/gnu/usr.bin/perl/vms/vms.c U src/gnu/usr.bin/perl/vms/vmsish.h U src/gnu/usr.bin/perl/vms/vmspipe.com 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 C src/gnu/usr.bin/perl/win32/config.ce U src/gnu/usr.bin/perl/win32/config.gc U src/gnu/usr.bin/perl/win32/config.vc U src/gnu/usr.bin/perl/win32/config_H.ce U src/gnu/usr.bin/perl/win32/config_H.gc U src/gnu/usr.bin/perl/win32/config_h.PL U src/gnu/usr.bin/perl/win32/config_H.vc U 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 U src/gnu/usr.bin/perl/win32/perlglob.c U src/gnu/usr.bin/perl/win32/perlhost.h U 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 U 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 U src/gnu/usr.bin/perl/win32/win32io.c U src/gnu/usr.bin/perl/win32/win32iop-o.h U src/gnu/usr.bin/perl/win32/win32iop.h U 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 U src/gnu/usr.bin/perl/win32/bin/pl2bat.pl U 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/ce-helpers/sdsdkenv.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 U src/gnu/usr.bin/perl/win32/include/sys/errno2.h U src/gnu/usr.bin/perl/win32/include/sys/socket.h U src/gnu/usr.bin/perl/x2p/a2p.c U src/gnu/usr.bin/perl/x2p/a2p.h U src/gnu/usr.bin/perl/x2p/a2p.pod U src/gnu/usr.bin/perl/x2p/a2p.y U src/gnu/usr.bin/perl/x2p/a2py.c U src/gnu/usr.bin/perl/x2p/EXTERN.h U src/gnu/usr.bin/perl/x2p/find2perl.PL U 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 U src/gnu/usr.bin/perl/x2p/Makefile.SH U src/gnu/usr.bin/perl/x2p/s2p.PL U src/gnu/usr.bin/perl/x2p/str.c U src/gnu/usr.bin/perl/x2p/str.h U src/gnu/usr.bin/perl/x2p/util.c U src/gnu/usr.bin/perl/x2p/util.h U src/gnu/usr.bin/perl/x2p/walk.c 67 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: src Changes by: afresh1@cvs.openbsd.org 2015/04/25 13:14:49 Modified files: gnu/usr.bin/perl: Configure INSTALL MANIFEST Makefile.SH README README.os2 README.vms README.win32 config_h.SH configpm configure.com deb.c gv.c installperl makedef.pl mg.c op.c op.h patchlevel.h perl.c perl.h pp.c pp_ctl.c pp_sys.c regcomp.c regexec.c sv.c sv.h toke.c uconfig.h uconfig.sh uconfig64.sh util.c utils.lst vutil.c gnu/usr.bin/perl/Cross: config.sh-arm-linux gnu/usr.bin/perl/NetWare: config.wc gnu/usr.bin/perl/Porting: Maintainers.pl config.sh config_H pumpkin.pod gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/private: MakeUtil.pm gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/private: MakeUtil.pm gnu/usr.bin/perl/cpan/Digest-MD5: MD5.xs gnu/usr.bin/perl/cpan/Digest-MD5/t: files.t gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils: MM_Unix.pm gnu/usr.bin/perl/cpan/IO-Compress/private: MakeUtil.pm gnu/usr.bin/perl/cpan/NEXT/lib: NEXT.pm gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod: PlainText.pm gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text: Balanced.pm gnu/usr.bin/perl/cpan/autodie/t: truncate.t gnu/usr.bin/perl/cpan/podlators/lib/Pod: Man.pm gnu/usr.bin/perl/dist/Data-Dumper: Dumper.pm Dumper.xs 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/threads-shared/t: stress.t gnu/usr.bin/perl/ext/DynaLoader: Makefile.PL dl_dlopen.xs gnu/usr.bin/perl/ext/NDBM_File: Makefile.PL gnu/usr.bin/perl/ext/POSIX: POSIX.xs gnu/usr.bin/perl/ext/POSIX/lib: POSIX.pod gnu/usr.bin/perl/ext/POSIX/t: posix.t gnu/usr.bin/perl/ext/re/t: reflags.t gnu/usr.bin/perl/hints: dec_osf.sh irix_6.sh netbsd.sh openbsd.sh gnu/usr.bin/perl/lib: AnyDBM_File.pm Config.t locale.t gnu/usr.bin/perl/lib/Getopt: Std.pm gnu/usr.bin/perl/plan9: config.plan9 config_sh.sample mkfile gnu/usr.bin/perl/pod: perl.pod perldelta.pod perldiag.pod perlfunc.pod perlguts.pod perlhist.pod perlipc.pod perllocale.pod perlmod.pod perlmodinstall.pod perlop.pod perlref.pod perlsec.pod perlsub.pod perlsyn.pod perlthrtut.pod perlvar.pod gnu/usr.bin/perl/symbian: config.sh gnu/usr.bin/perl/t: loc_tools.pl gnu/usr.bin/perl/t/lib: h2ph.pht gnu/usr.bin/perl/t/op: list.t quotemeta.t sort.t taint.t time.t write.t gnu/usr.bin/perl/t/porting: customized.dat dual-life.t gnu/usr.bin/perl/t/re: pat.t gnu/usr.bin/perl/t/uni: fold.t overload.t gnu/usr.bin/perl/utils: Makefile.PL h2ph.PL perlbug.PL gnu/usr.bin/perl/win32: Makefile config.ce config.gc config.vc makefile.mk pod.mak win32.h Removed files: gnu/usr.bin/perl/dist/Module-CoreList/t: corevers.t Log message: Fix merge issues, remove excess files - match perl-5.20.2 dist CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2015/04/25 13:26:23 Modified files: gnu/usr.bin/perl: Configure MANIFEST Makefile.SH Makefile.bsd-wrapper1 config_h.SH configpm configure.com deb.c installperl pp.c shlib_version uconfig.h uconfig.sh uconfig64.sh util.c utils.lst vutil.c gnu/usr.bin/perl/Cross: config.sh-arm-linux gnu/usr.bin/perl/NetWare: config.wc gnu/usr.bin/perl/Porting: Maintainers.pl config.sh pumpkin.pod gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/private: MakeUtil.pm gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/private: MakeUtil.pm gnu/usr.bin/perl/cpan/Digest-MD5: MD5.xs gnu/usr.bin/perl/cpan/Digest-MD5/t: files.t gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils: MM_Unix.pm gnu/usr.bin/perl/cpan/IO-Compress/private: MakeUtil.pm gnu/usr.bin/perl/cpan/NEXT/lib: NEXT.pm gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod: PlainText.pm gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text: Balanced.pm gnu/usr.bin/perl/cpan/autodie/t: truncate.t gnu/usr.bin/perl/cpan/podlators/lib/Pod: Man.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/threads-shared/t: stress.t gnu/usr.bin/perl/ext/DynaLoader: Makefile.PL dl_dlopen.xs gnu/usr.bin/perl/ext/NDBM_File: Makefile.PL gnu/usr.bin/perl/ext/POSIX: POSIX.xs gnu/usr.bin/perl/ext/POSIX/lib: POSIX.pod gnu/usr.bin/perl/ext/POSIX/t: posix.t gnu/usr.bin/perl/ext/re/t: reflags.t gnu/usr.bin/perl/hints: openbsd.sh gnu/usr.bin/perl/lib: AnyDBM_File.pm Config.t locale.t gnu/usr.bin/perl/lib/Getopt: Std.pm gnu/usr.bin/perl/plan9: config_sh.sample gnu/usr.bin/perl/pod: perlmodinstall.pod perlop.pod gnu/usr.bin/perl/symbian: config.sh gnu/usr.bin/perl/t: loc_tools.pl gnu/usr.bin/perl/t/lib: h2ph.pht gnu/usr.bin/perl/t/op: quotemeta.t taint.t gnu/usr.bin/perl/t/porting: customized.dat dual-life.t gnu/usr.bin/perl/t/re: pat.t gnu/usr.bin/perl/t/uni: fold.t overload.t gnu/usr.bin/perl/utils: Makefile.PL h2ph.PL perlbug.PL gnu/usr.bin/perl/win32: Makefile config.ce config.gc config.vc makefile.mk Added files: gnu/usr.bin/perl/t/lib/feature: arc4random Log message: Apply local patches, remove excess files - perl-5.20.2 CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2015/04/25 13:30:23 Modified files: gnu/usr.bin/perl: MANIFEST Makefile.SH gnu/usr.bin/perl/lib/unicore: TestProp.pl gnu/usr.bin/perl/pod: perl.pod gnu/usr.bin/perl/win32: Makefile makefile.mk Removed files: gnu/usr.bin/perl/t/lib/feature: arc4random Log message: Apply pre-built unicore patch, remove excess files - perl-5.20.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/25 13:33:20 Modified files: audio/speech-dispatcher: Makefile Added files: audio/speech-dispatcher/patches: patch-doc_speech-dispatcher-cs_texi Log message: silence an install-info warning CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/25 14:47:49 Modified files: regress/sys/kern/kqueue: Makefile Log message: Disable kq-tun test, as it's been broken for a while and not because of kq CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/04/25 15:15:08 Modified files: sys/arch/aviion/aviion: autoconf.c av530_machdep.c Log message: Repair boot device detection when booting off the second SCSI controller on AV530. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/25 15:17:09 Modified files: usr.bin/file : magic-load.c Log message: Only print MIME warnings when warnings are enabled. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/25 15:21:02 Modified files: sys/arch/amd64/amd64: machdep.c Log message: cpu_busy_cycle_fcn callback has never been used CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/25 15:31:24 Modified files: sys/arch/amd64/amd64: bus_space.c copy.S sys/arch/amd64/include: pio.h sys/arch/i386/i386: bus_space.c kvm86call.S locore.s vector.s sys/arch/i386/include: pio.h Log message: We now following the ABI and always clear cld on function entry, so remove the extra CLD instructions from when that wasn't true testing miod@ krw@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/04/25 15:38:22 Modified files: lib/libc/rpc : getrpcent.c Log message: Cut the aliases part of /etc/rpc lines before feeding them to strtonum(), for it will fail otherwise; ok deraadt@ millert@ CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2015/04/25 15:44:26 Modified files: usr.sbin/bgpctl: irr_parser.c Log message: some people are capitalizing keywords, so ignore case when we test the tokens OK henning@ benno@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/04/25 15:56:38 Modified files: misc/most : Makefile Log message: This version is the latest, make portroach believe that too. OK jasper@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/04/25 15:58:01 Modified files: converters/html2text: Makefile Log message: Fix portroach marker. This is the latest version. OK jasper@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/04/25 16:16:26 Modified files: textproc/source-highlight: Makefile distinfo textproc/source-highlight/pkg: PLIST Added files: textproc/source-highlight/patches: patch-lib_tests_test_regexranges_main_cpp Log message: Update textproc/source-highlight to 3.1.8 - remove doxygen from build deps, we don't ship the api docs - use default locations for bash completion files - patch regex tests failing due to our not-so-current boost Feedback from and OK aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/25 16:57:58 ports/textproc/zathura/plugins/mupdf/patches Update of /cvs/ports/textproc/zathura/plugins/mupdf/patches In directory cvs.openbsd.org:/tmp/cvs-serv11321/patches Log Message: Directory /cvs/ports/textproc/zathura/plugins/mupdf/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/25 17:04:54 Modified files: textproc/mupdf : Makefile distinfo textproc/mupdf/patches: patch-Makefile patch-Makerules patch-docs_man_mupdf_1 patch-platform_x11_pdfapp_c textproc/mupdf/pkg: PLIST Log message: update to MuPDF 1.7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/25 17:05:41 Modified files: textproc/zathura/plugins/mupdf: Makefile Added files: textproc/zathura/plugins/mupdf/patches: patch-document_c patch-image_c patch-index_c patch-links_c patch-page_c patch-plugin_c patch-render_c patch-search_c patch-utils_c Log message: add patches from zathura-pdf-mupdf upstream, mostly to cope with new MuPDF CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/25 17:40:33 Modified files: net/ortp : Makefile distinfo net/ortp/pkg : PLIST Removed files: net/ortp/patches: patch-src_ortp_srtp_c Log message: Update to oRTP-0.24.1, the older version doesn't build with newer libsrtp. Presently not used in ports, this was imported for Jingle support in Kopete but that is currently disabled there. "go ahead" zhuk@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/25 17:40:49 Modified files: security/libsrtp: Makefile distinfo security/libsrtp/patches: patch-test_rtpw_test_sh patch-test_srtp_driver_c security/libsrtp/pkg: PLIST Added files: security/libsrtp/patches: patch-test_rtp_decoder_c Log message: Update to libsrtp-1.5.2 and take maintainer, ok dhill CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/25 19:23:19 Modified files: sbin/savecore : savecore.c Log message: Fix glitches in previous commit: strip the \n and only complain on failure ok deraadt@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/04/25 21:51:58 Modified files: faq : faq4.html Log message: It is 2015. Floppy installs are a special case I'm not going to spend a lot of time and space on. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/04/25 22:52:44 Modified files: games/manaplus : Makefile distinfo Log message: Update to 1.5.4.25 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/25 23:30:42 Modified files: sys/kern : exec_elf.c Log message: Require a PT_LOAD segment's p_filesz to be no larger than its p_memsz. test cases provided by Alejandro Herna'ndez (nitrousenador (at) gmail.com) ok deraadt@ jsg@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2015/04/26 00:38:04 Modified files: sys/dev/usb : umct.c umct.h Log message: Two extra messages required after sending a baud rate update, as observed in the linux mct_u232 driver, which apparently got them by sniffing usb traffic from the vendor's windows 98 driver. Makes this device work at 115200: umct0 at uhub0 port 2 "Belkin Components F5U109 Serial" rev 1.10/1.02 addr 2 ok dlg@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/26 01:25:12 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: md.macppc distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/26 01:58:22 Modified files: multimedia/libvpx: Makefile distinfo multimedia/libvpx/patches: patch-build_make_Makefile patch-configure patch-examples_mk patch-libs_mk multimedia/libvpx/pkg: PLIST Removed files: multimedia/libvpx/patches: patch-build_make_configure_sh patch-examples_gen_example_code_sh patch-examples_gen_example_text_sh patch-vp9_encoder_x86_vp9_variance_sse2_c patch-vpx_ports_x86_cpuid_c patch-vpx_ports_x86_h Log message: Update to libvpx-1.4.0. Run-time tested on amd64, i386 and sparc64. Build tested on hppa. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/26 02:25:17 Modified files: astro/stellarium: Makefile distinfo astro/stellarium/pkg: PLIST Log message: Update to stellarium-0.13.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/26 02:30:17 Modified files: graphics/gegl : Makefile Log message: Don't pick up libexecinfo. breakage reoported by espie@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/04/26 03:22:34 Modified files: sys/arch/i386/include: vmparam.h Log message: bump i386 MAXDSIZ to 3GB. - "If you're running this, and presumably actually using that much memory, go for it" tedu@ "I don't see any immediate downsides" kettenis@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/26 03:48:29 Modified files: sys/arch/i386/i386: locore.s mptramp.s pmapae.c Log message: Only enable PAE if the CPU we're running on has NX support. Without NX support we're only wasting memory on the larger PAE page tables without any real benefit. This allows some simplifications of the low-level assembly code. ok mlarkin@, deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/26 03:49:42 Modified files: sys/arch/i386/i386: acpi_wakecode.S Log message: Enable NX support in the resume path. Makes suspend/resume work with the PAE pmap. ok deraadt@, mlarkin@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/04/26 04:18:19 Modified files: sys/dev/usb : usbdevs Log message: Add USB device ID for RTL8812AU. Found in "TP-Link AC1200 T4U" device. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/04/26 04:18:30 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/04/26 04:22:16 Modified files: share/man/man4 : urtw.4 Log message: Add Digitus DN-7003GT to list of supported urtw(4) devices. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/26 05:09:32 Modified files: sys/arch/i386/i386: acpi_wakecode.S hibernate_machdep.c Log message: Disable PAE when switching to the hibernate resume pagetables. This involves a slightly conmplicated dance where we stash the PAE PDPTEs into the hibernate resume pagetables and use those before turning off PAE. Makes (un)hibernate work with the new PAE pmap. ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2015/04/26 05:32:55 Modified files: usr.sbin/bgpctl: irr_output.c Log message: for every policy we write out, flush the output so we don't get an irritating partially written line CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/04/26 05:47:13 Modified files: sys/dev/usb : usbdevs Log message: Add IDs for RTL8188ETV and RTL8188EU. From FreeBSD via Mikhail on tech@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/04/26 05:47:22 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2015/04/26 06:19:24 Modified files: sys/dev/pci : if_vio.c Log message: vio: Support checksum offloading for IPv4 TX "Looks good to me" brad@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/26 06:22:49 Modified files: infrastructure/bin: portbump infrastructure/man/man1: portbump.1 Log message: Add WANTLIB tweaking functionality (options -l, -W and -w). Initially requested, tested and many input from sthen@, who also suggested to continue this work in-tree. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2015/04/26 06:24:03 Modified files: sys/arch/octeon/dev: iobusvar.h octeon_iobus.c octdwctwo.c Log message: Get dwc2 working on octeon. - transplant the clock setup code from octhci - add a bus space tag to deal with dwc2 using little endian addressing - bump up the rx fifo size, necessary for umass/sd to work tested on an edgerouter lite, which can almost boot by itself now ok uebayasi@ (various parts), miod@ (bus space bits) CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2015/04/26 06:27:29 Modified files: sys/dev/pci : if_vio.c Log message: Have vio_start() check if the queue is empty. from brad@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2015/04/26 08:49:24 Modified files: distrib/miniroot: install.sub Log message: get_responsefile: instead of keeping the dhcp-supplied next-server where we fetch the response file from in a local _server var, put it in an exported AI_SERVER one. last not least that allows install.site to see it. ok krw rpe CVSROOT: /cvs Module name: www Changes by: nicm@cvs.openbsd.org 2015/04/26 11:03:51 Modified files: faq : current.html Log message: Add tip(1) removal. CVSROOT: /cvs Module name: src Changes by: dcoppa@cvs.openbsd.org 2015/04/26 11:26:59 Modified files: usr.bin/sndiod : sndiod.c Log message: Fix typo in the buffer size value: 7680 in the manpage vs 7860 in the sndiod.c code. Initially, I thought the error was in the manpage, but Alexander told me it was the code, so fix the code instead. ok ratchov@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/26 11:36:20 Modified files: infrastructure/lib/DPB: Config.pm Shell.pm Log message: Add a way to make_path with uig/gid. Add a way to run local jobs as another user. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/26 12:00:19 Modified files: infrastructure/lib/DPB: Affinity.pm Host.pm Locks.pm Logger.pm PortBuilder.pm State.pm Log message: use UserProxy and make_path method. Have the default host handle chroot correctly. (still a bit of fetch to fix) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/26 13:01:51 Modified files: textproc/elasticsearch: Makefile distinfo textproc/elasticsearch/pkg: PLIST Added files: textproc/elasticsearch/patches: patch-bin_plugin Log message: - update to elasticsearch-1.5.1 - add patch from "jiri b" to ensure JAVA_HOME is set for the plugin installer CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/26 13:02:57 Modified files: sysutils/logstash/logstash: Makefile distinfo sysutils/logstash/logstash/pkg: PLIST Added files: sysutils/logstash/logstash/patches: patch-vendor_bundle_jruby_1_9_gems_filewatch-0_6_1_lib_filewatch_tail_rb patch-vendor_bundle_jruby_1_9_gems_filewatch-0_6_1_lib_filewatch_watch_rb Removed files: sysutils/logstash/logstash/patches: patch-vendor_bundle_jruby_1_9_gems_filewatch-0_5_1_lib_filewatch_tail_rb patch-vendor_bundle_jruby_1_9_gems_filewatch-0_5_1_lib_filewatch_watch_rb Log message: - update to logstash-1.5.0-rc3 (from beta1) CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2015/04/26 13:08:05 Modified files: devel/libmtp : Makefile distinfo devel/libmtp/pkg: PLIST Removed files: devel/libmtp/patches: patch-src_mtpz_c Log message: update to libmtp 1.1.9 usual set of bugfixes and newly detected devices. Tested with my Yotaphone 2 OK bentley@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/26 13:17:37 Modified files: infrastructure/bin: portbump Log message: Extract common code for taking "stem" of WANTLIB item, and add support for lib/foo/bar syntax. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/26 13:53:50 Modified files: usr.bin/file : file.c Log message: stat() the original link path not the resolved one which may be relative. CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2015/04/26 14:12:03 Modified files: usr.sbin/bgpd : control.c parse.y Log message: mlarkin asks "bgpctl checks the length of the control socket path to make sure it fits. When browsing around last night I saw that bgpd does not. Any reason it shouldn't? Please commit" Add a check in parse.y to check this when reading the configuration. ok phessler@ henning@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/26 14:25:20 Modified files: usr.bin/tmux : cmd-split-window.c Log message: Remove panes from layout if spawning them fails, reported by Anthony J Bentley. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/26 16:44:32 Modified files: mail/roundcubemail: Makefile Log message: mirror the composer distfile, it changed upstream reported by robert@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/26 16:51:33 Modified files: usr.bin/file : file.1 file.c Log message: Don't support -s on FIFOs, it doesn't work well and the workarounds are a bit horrible. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/04/26 18:21:21 Modified files: usr.bin/ssh : sshd.c Log message: allow "sshd -f none" to skip reading the config file, much like "ssh -F none" does. ok dtucker CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/04/26 18:37:53 Modified files: usr.bin/ssh : kexc25519s.c Log message: Include stdio.h for FILE (used in sshkey.h) so it compiles with OPENSSL=no. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/04/26 19:52:30 Modified files: usr.bin/ssh : monitor.c packet.c ssh-keygen.c Log message: fix compilation with OPENSSL=no; ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/04/26 19:53:37 Modified files: usr.bin/ssh : opacket.c Log message: more OPENSSL=no fixes; ok dtucker@ CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/04/26 21:34:43 Modified files: lib/libcrypto/crypto: getentropy_aix.c Log message: Support AIX versions without WPAR support. From Michael Felt. CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/04/26 21:37:06 Modified files: lib/libcrypto/crypto: getentropy_linux.c Log message: Not all Linux libc's include linux/sysctl.h in sys/sysctl.h. Include it if we have the sysctl syscall. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/26 23:46:50 Removed files: lang/php/5.5/patches: patch-ext_openssl_openssl_c Log message: Patch does not apply and is not needed. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/27 00:08:45 Modified files: x11/gnome/weather: Makefile distinfo Log message: Update to gnome-weather-3.16.2. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/27 01:20:57 Modified files: sys/arch/powerpc/powerpc: cpu_subr.c Log message: Correctly write the 64bits of the HID 1, 4 and 5 registers. This makes the secondary cpu of my PowerMac as fast as the primary one, and divide the build time by 3 with a GENERIC.MP kernel on MP G5s Found thanks to MP kernel profiling. ok dlg@, miod@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/04/27 01:26:39 Modified files: devel/hs-convertible: Makefile distinfo Log message: Update to convertible-1.1.1.0 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/04/27 01:27:38 Modified files: databases/hs-HDBC: Makefile distinfo Log message: Update to HDBC-2.4.0.1 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/04/27 01:28:23 Modified files: databases/hs-HDBC-postgresql: Makefile distinfo Log message: Update to HDBC-postgresql-2.3.2.3 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/04/27 01:29:11 Modified files: databases/hs-HDBC-sqlite3: Makefile distinfo Log message: Update to HDBC-sqlite3-2.3.3.1 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/04/27 01:30:06 Modified files: x11/hs-dbus : Makefile distinfo Log message: Update to hs-dbus-0.10.10 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/27 01:37:19 Modified files: sys/dev/usb : upd.c Log message: Make use of DEVNAME(), from David Higgs. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/27 01:41:41 Modified files: sys/dev/usb : upd.c Log message: with more unit convertion when new sensors will appear. From David Higgs. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/27 01:49:36 Modified files: usr.bin/tmux : cmd-select-pane.c Log message: If the requested pane is already active, do not unzoom the window (or do anything else). Prevents mouse clicking when zoomed causing unzoom, reported by Jose Antonio Delgado Alfonso (with a different fix). CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/04/27 02:04:25 Modified files: devel/p5-Time-Duration: Makefile distinfo Log message: Update to p5-Time-Duration-1.20. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/27 02:14:20 Modified files: infrastructure/lib/DPB: Config.pm Log message: reexpand will work much better with the correct anchor CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/04/27 02:53:17 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-src_Makefile patch-src_Makefile_dep patch-src_config_c patch-src_redis_h patch-src_scripting_c Log message: Update to redis-3.0.0 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/04/27 03:07:49 Modified files: share/man/man4 : rtsx.4 Log message: Update list of card readers supported by rtsx(4). From brad. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/27 03:14:45 Modified files: sys/dev/usb : upd.c Log message: Since upd(4) currently supports a known but limited number of sensors, parse the HID descriptor multiple times to find them. This logic is necessary to later create a tree of sensors in order to avoid lookups in the hot path for sensors that depend on the value of others. From David Higgs. CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2015/04/27 03:51:58 Modified files: sbin/route : show.c Log message: route show does not need to filter unwanted af itself, the sysctl does that for us. approach seems sound deraadt@ ok claudio@ mpi@ henning@ phessler@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2015/04/27 03:54:04 Modified files: usr.bin/netstat: show.c Log message: sync with rev 1.99 of sbin/route/show.c requested by claudio@ and mpi@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/27 05:06:22 Modified files: net/knot : Makefile distinfo Log message: Update to knot-1.6.3 From Pierre Emeriaud (maintainer), ok florian@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/04/27 05:12:49 Modified files: usr.bin/file : file.1 Log message: remove some extraneous text; ok nicm CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/27 06:16:02 Modified files: converters/libdvdcss: Makefile distinfo converters/libdvdcss/patches: patch-src_css_c Log message: Update to libdvdcss-1.3.99. Tested with mplayer / mpv / ogle and xine-lib. from brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/27 06:17:06 Modified files: devel/libdvdread: Makefile distinfo devel/libdvdread/patches: patch-src_dvd_input_c Log message: Update to libdvdread-5.0.3 after recent libdvdcss update. Tested with mplayer / mpv / ogle and xine-lib. from brad bulk tested CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/27 06:17:36 Modified files: multimedia/libdvdnav: Makefile distinfo Log message: Update to libdvdnav-5.0.3. Tested with mplayer / mpv / ogle and xine-lib. from brad CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/27 06:52:02 Modified files: infrastructure/mk: bsd.port.mk Log message: move the check for sudo to "just-in-time" when actually used, so that we can build WITHOUT sudo. CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2015/04/27 07:17:34 Modified files: devel/afl : Makefile distinfo devel/afl/patches: patch-Makefile Log message: update afl to 1.73b OK jsg@ (MAINTAINER) -------------- Version 1.73b: -------------- - Fixed a pretty stupid bug in effector maps that could sometimes cause AFL to fuzz slightly more than necessary; and in very rare circumstances, could lead to SEGV if eff_map is aligned with page boundary and followed by an unmapped page. Spotted by Jonathan Gray. -------------- Version 1.72b: -------------- - Fixed a glitch in non-x86 install, spotted by Tobias Ospelt. - Added a minor safeguard to llvm_mode Makefile following a report from Kai Zhao. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/27 07:25:10 Modified files: gnu/usr.bin/binutils-2.17/ld: lexsup.c Log message: Adjust ld semantics to make static PIE the default. Forgotten by pascal@. Original commit message: Change gcc and ld semantics to make static PIE the default when invoking 'cc -static'. To explicitly request the legacy behaviour, use -nopie. For the few port affected by this, bumps will follow shortly. looks good to kettenis@, ok kurt@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/27 07:32:57 Modified files: infrastructure/lib/DPB: Fetch.pm State.pm infrastructure/lib/DPB/Job: Fetch.pm infrastructure/lib/DPB/SubEngine: Fetch.pm Log message: more or less "the final" dpb pieces for fetching as a separate user. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/27 07:41:45 Modified files: usr.bin/file : Makefile file.c file.h Log message: Add simple privilege separation to file(1). Two processes, file descriptors and a few other bits are opened in parent and passed to child using imsg. Child currently drops to "nobody" but this will change. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/27 07:48:06 Modified files: etc : master.passwd group etc/mail : aliases usr.bin/file : file.h Log message: Add a _file user and use for privsep, ok deraadt CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/27 07:52:17 Modified files: usr.bin/file : Makefile file.c file.h Added files: usr.bin/file : sandbox.c Log message: Use a systrace(4) sandbox with a short whitelist of allowed syscalls for the file(1) child process. Based on similar code in ssh sandbox-systrace.c. Idea and help from deraadt@. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/27 08:51:44 Modified files: sys/netinet6 : in6_ifattach.c nd6.c nd6_rtr.c Log message: Do not call nd6_purge() before purging the IPv6 addresses of a detached interface. Fix a use after free introduced in r1.98 of netinet6/in6.c and recently exposed by a crazy pool/malloc damage finder being currently refined by dlg@ and deraadt@. ok mikeb@, henning@ CVSROOT: /cvs Module name: www Changes by: nicm@cvs.openbsd.org 2015/04/27 08:59:54 Modified files: faq : current.html Log message: New _file user. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/27 10:25:57 Modified files: usr.bin/tmux : Makefile cmd-choose-buffer.c cmd-choose-client.c cmd-choose-tree.c cmd-display-message.c cmd-find-window.c cmd-load-buffer.c cmd-new-session.c cmd-save-buffer.c cmd.c tmux.1 tmux.h Added files: usr.bin/tmux : cmd-find.c Log message: Rewrite of the target resolution internals to be simpler and more consistent but with much less duplication, but keeping the same internal API. Also adds more readable aliases for some of the special tokens used in targets (eg "{start}" instead of "^"). Some behaviours may have changed, for example prefix matches now happen before fnmatch. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/04/27 10:38:26 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-base_atomicops_h patch-base_base_gypi patch-base_message_loop_message_loop_cc patch-base_process_launch_h 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_chromium_strings_grd patch-chrome_app_google_chrome_strings_grd patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_about_flags_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_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_shelf_context_menu_cc patch-chrome_browser_first_run_upgrade_util_linux_cc patch-chrome_browser_memory_details_cc patch-chrome_browser_net_async_dns_field_trial_cc patch-chrome_browser_notifications_message_center_notification_manager_cc patch-chrome_browser_platform_util_linux_cc patch-chrome_browser_renderer_preferences_util_cc patch-chrome_browser_ssl_ssl_blocking_page_cc patch-chrome_browser_sync_profile_sync_components_factory_impl_cc patch-chrome_browser_ui_ash_system_tray_delegate_common_cc patch-chrome_browser_ui_browser_cc patch-chrome_browser_ui_browser_command_controller_cc patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_toolbar_wrench_menu_model_cc patch-chrome_browser_ui_views_apps_chrome_native_app_window_views_cc patch-chrome_browser_ui_views_chrome_views_delegate_cc patch-chrome_browser_ui_views_chrome_views_delegate_h patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc patch-chrome_browser_ui_views_message_center_message_center_frame_view_cc patch-chrome_browser_ui_views_tabs_tab_strip_cc patch-chrome_browser_ui_webui_about_ui_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_options_browser_options_handler_cc patch-chrome_browser_web_applications_web_app_cc patch-chrome_browser_web_applications_web_app_h patch-chrome_chrome_browser_extensions_gypi patch-chrome_chrome_browser_gypi patch-chrome_chrome_browser_ui_gypi patch-chrome_chrome_exe_gypi patch-chrome_common_chrome_paths_cc patch-chrome_common_chrome_paths_h patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_extensions_api_schemas_gypi patch-chrome_common_pref_names_cc patch-chrome_common_pref_names_h patch-chrome_test_perf_perf_test_cc patch-components_policy_resources_policy_templates_json patch-content_app_content_main_runner_cc patch-content_browser_browser_main_loop_cc patch-content_browser_child_process_launcher_cc patch-content_browser_geolocation_location_arbitrator_impl_cc patch-content_browser_renderer_host_render_widget_host_view_aura_cc patch-content_content_browser_gypi patch-content_content_common_gypi patch-content_content_renderer_gypi patch-content_gpu_gpu_main_cc patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-device_hid_hid_gyp patch-device_serial_serial_service_impl_cc patch-device_usb_usb_service_impl_cc patch-gpu_command_buffer_service_async_pixel_transfer_manager_egl_cc patch-gpu_config_gpu_info_collector_x11_cc patch-media_audio_audio_input_controller_cc patch-media_media_gyp patch-media_video_capture_linux_video_capture_device_factory_linux_cc patch-net_base_net_util_linux_cc patch-net_disk_cache_blockfile_disk_format_h patch-net_http_http_network_session_cc patch-net_net_gypi patch-net_udp_udp_socket_libevent_cc patch-remoting_remoting_host_gypi patch-skia_skia_chrome_gypi patch-third_party_WebKit_Source_bindings_core_v8_V8ScriptRunner_cpp patch-third_party_WebKit_Source_core_core_gyp patch-third_party_WebKit_Source_platform_blink_platform_gyp patch-third_party_WebKit_Source_platform_fonts_skia_FontCacheSkia_cpp patch-third_party_WebKit_Source_platform_heap_ThreadState_cpp patch-third_party_WebKit_Source_platform_heap_ThreadState_h patch-third_party_WebKit_Source_web_PopupListBox_cpp 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_libjingle_libjingle_gyp patch-third_party_skia_gyp_ports_gyp patch-third_party_webrtc_base_base_gyp patch-third_party_webrtc_base_httpcommon_cc patch-third_party_webrtc_base_network_cc patch-third_party_webrtc_build_common_gypi patch-third_party_webrtc_system_wrappers_source_thread_posix_cc patch-tools_gyp_pylib_gyp_generator_make_py patch-tools_gyp_pylib_gyp_generator_ninja_py patch-ui_app_list_app_list_constants_cc patch-ui_app_list_app_list_constants_h patch-ui_app_list_views_app_list_item_view_cc patch-ui_app_list_views_app_list_view_cc patch-ui_base_resource_resource_bundle_cc patch-ui_base_ui_base_gyp patch-ui_base_webui_web_ui_util_cc patch-ui_events_devices_x11_device_data_manager_x11_cc patch-ui_gl_generate_bindings_py patch-ui_gl_gl_gyp patch-ui_resources_ui_resources_grd patch-ui_views_bubble_bubble_delegate_cc patch-ui_views_controls_button_label_button_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_views_gyp patch-v8_src_base_platform_platform-posix_cc www/chromium/pkg: PLIST Added files: www/chromium/patches: patch-base_process_memory_cc patch-chrome_browser_tracing_crash_service_uploader_cc patch-components_audio_modem_modem_impl_cc patch-components_printing_renderer_print_web_view_helper_h patch-dbus_property_cc patch-device_usb_usb_service_impl_h patch-pdf_pdfium_pdfium_engine_cc patch-skia_ext_SkMemory_new_handler_cpp patch-third_party_WebKit_Source_platform_heap_StackFrameDepth_cpp patch-third_party_pdfium_core_src_fxcodec_fx_libopenjpeg_libopenjpeg20_opj_malloc_h patch-third_party_pdfium_pdfium_gyp patch-third_party_webrtc_base_thread_checker_impl_cc patch-ui_gl_gl_bindings_api_autogen_glx_h patch-ui_gl_gl_bindings_autogen_glx_cc patch-ui_gl_gl_bindings_autogen_glx_h Removed files: www/chromium/patches: patch-chrome_browser_ui_views_frame_desktop_browser_frame_aura_cc patch-chrome_renderer_printing_print_web_view_helper_h patch-content_browser_tracing_tracing_ui_cc patch-pdf_pdf_gyp patch-v8_src_base_macros_h Log message: update to 42.0.2311.90 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/27 11:01:37 Modified files: infrastructure/lib/DPB: Shell.pm Log message: in a bizarre twist, since we store umask an an octal string, we need to convert it back to use the built-in properly. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/04/27 11:05:05 Modified files: devel/p5-Sub-Name: Makefile distinfo Log message: update p5-Sub-Name to 0.14 CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/04/27 12:20:47 Modified files: textproc/unrtf : Makefile distinfo Log message: Update textproc/unrtf to 0.21.9 Feedback and OK sthen@ OK aja@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/04/27 12:22:55 Modified files: x11/wmx : Makefile distinfo Log message: Update x11/wmx to version 8. OK aja@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/04/27 12:27:57 Modified files: x11/xvkbd : Makefile distinfo Log message: Update x11/xvkbd to 3.6. (maintainer timeout) OK aja@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/04/27 12:30:46 Modified files: sysutils/logtail: Makefile distinfo Log message: Update sysutils/logtail to 1.3.17. OK aja@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/04/27 12:36:47 Modified files: x11/flwm : Makefile distinfo Log message: Update x11/flwm to 1.0.2. OK sthen@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/27 13:12:27 Modified files: etc/examples : remote Log message: Simplify remote(5) example file and remove stuff not supported by cu(1). some tweaks from sobrado@, ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/04/27 13:15:10 Modified files: security/nss : Makefile distinfo Log message: Bugfix update to nss 3.18.1, required by upcoming firefox 38. See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.18.1_release_notes for details. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/04/27 13:27:47 Modified files: www/p5-Mojo : Makefile distinfo www/p5-Mojo/pkg: PLIST Added files: www/p5-Mojo/pkg: README Log message: Update www/Mojolicious to 6.09 From maintainer mark AT wrapped DOT cx OK sthen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/04/27 13:29:47 Modified files: www/p5-MojoX-Session: Makefile distinfo Log message: Update www/p5-MojoX-Session to 0.33 From mark AT wrapped DOT cx CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/04/27 13:38:21 Modified files: textproc/p5-Mojolicious-Plugin-TtRenderer: Makefile distinfo Log message: Update textproc/p5-Mojolicious-Plugin-TtRenderer to 1.55 From mark AT wrapped DOT cx CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/04/27 14:01:59 Added files: regress/usr.sbin/relayd: args-http-headline-close.pl args-https-headline-close.pl Log message: Let the HTTP client close the connection within an incomplete header line. Check that the session in relayd gets closes and it does not result in a file descriptor leak. Bug in relayd found by claudio@. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/04/27 15:42:48 Modified files: usr.bin/ssh : sshd_config servconf.c sshd_config.5 Log message: Make sshd default to PermitRootLogin=no; ok deraadt@ rpe@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/27 16:42:10 Modified files: usr.bin/tmux : cmd-find.c Log message: Assign to the right variable when comparing clients. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/27 16:50:35 Modified files: usr.bin/tmux : cfg.c Log message: Reset cfg_ncauses to 0 as well or we could allocate the wrong size if called again. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/27 16:58:58 Modified files: usr.bin/tmux : cmd-find.c Log message: Do not include unattached clients when trying to find one for target. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/04/27 17:13:44 Modified files: www/kcgi : Makefile distinfo Log message: Update kcgi to 0.5.7 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/04/27 17:17:11 Modified files: distrib/miniroot: install.sh install.sub Log message: Rework sshd enable root login questions in light of sshd PermitRootLogin default change. The new default is not to ask to enable root logins when a non-root user has been addedi. There is some additional sublety for auto-installs that provide root ssh keys. patch by myself and rpe@ with feedback from sthen@; ok rpe@ deraadt@ sthen@ CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2015/04/27 20:26:43 Modified files: usr.bin/file : file.c Log message: Add a missing free in the error path. ok nicm@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/04/27 23:54:31 Modified files: sbin/pflogd : privsep.c Log message: Someone went to the trouble of vertically aligning a set of parameters but missed one. This diff is only a spacing change. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/28 00:29:45 Modified files: textproc/elasticsearch: Makefile Log message: naddy@ reported the distfile cannot be fetched over v6, it just hangs. so add a v6 capable mirror to the list and use it first CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/28 00:30:13 Modified files: shells/zsh : Makefile Added files: shells/zsh/patches: patch-Completion_Base_Utility__call_program Log message: backport fix from upstream, effectively unbreaking cvs completion ok jca@, pea@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/28 00:32:48 Modified files: graphics/ffmpeg: Makefile distinfo graphics/ffmpeg/patches: patch-configure patch-library_mak graphics/ffmpeg/pkg: PLIST Log message: Update to FFmpeg 20150412: a snapshot from the 2.6 branch currently at the 2.6.2 release. Two of the lib dependencies got removed: - libschroedinger: currently broken because of an issue with mutexes; unmaintained upstream and its a niche codec - libtheora: modern replacements such as VP8 / VP9 are more than good enough to replace VP3 use from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/04/28 00:33:46 Modified files: devel/ruby-rspec/specinfra: Makefile distinfo Log message: update to specinfra-2.30.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/28 00:35:06 Modified files: audio/xmms2 : Makefile emulators/fuse-utils: Makefile graphics/amide : Makefile graphics/gegl : Makefile multimedia/k3b : Makefile multimedia/transcode: Makefile telephony/iaxclient: Makefile www/cherokee : Makefile x11/mplayer : Makefile x11/wxSVG : Makefile Added files: x11/mplayer/patches: patch-libmpcodecs_ad_spdif_c Log message: Cope with FFmpeg 20150412. from brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/28 00:35:41 Modified files: x11/xfce4/tumbler: Makefile Log message: Regen WANTLIB to unbreak with new FFmpeg. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/28 01:02:26 Modified files: x11/gnome/weather: Makefile distinfo x11/gnome/weather/pkg: PLIST Log message: Update to gnome-weather-3.16.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/28 01:06:21 Modified files: x11/gnome/power-manager: Makefile distinfo x11/gnome/power-manager/pkg: PLIST Log message: Update to gnome-power-manager-3.16.1. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/04/28 01:06:37 Log message: Import courier-unicode, a unicode library used by courier-imap & friends ok jca@ This library implements several algorithms related to the Unicode Standard: *Look up uppercase, lowercase, and titlecase equivalents of a unicode character. *Implementation of grapheme and work breaking rules. *Implementation of line breaking rules. *Several ancillary functions, like looking up the unicode character that corresponds to some HTML 4.0 entity (such as &, for example), and determining the normal width or a double-width status of a unicode character. Also, an adaptation of the iconv(3) API for this unicode library. Status: Vendor Tag: giovanni Release Tags: giovanni_20150428 N ports/mail/courier-unicode/Makefile N ports/mail/courier-unicode/distinfo N ports/mail/courier-unicode/pkg/PLIST N ports/mail/courier-unicode/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/04/28 01:09:14 Modified files: mail : Makefile Log message: +courier-unicode CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/28 01:13:15 Modified files: graphics/ffmpeg: Makefile Added files: graphics/ffmpeg/patches: patch-libavcodec_libvpxenc_c Log message: Backport a fix from upstream to quiet a warning when using the libvpx encoder with VP9. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/04/28 01:20:03 Modified files: mail/courier-imap: Makefile distinfo 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_maildir_Makefile_in patch-libs_maildir_configure mail/courier-imap/pkg: PLIST-main Added files: mail/courier-imap/patches: patch-libs_imap_mkdhparams_in patch-libs_maildir_maildircache_c Removed files: mail/courier-imap/patches: patch-libs_liblock_locktest_c patch-libs_tcpd_libcouriertls_c Log message: Update to 4.16.0 remove a couple of patches committed upstream add 2 patches (committed upstream) to fix a use-after-free and to let mkdhparams(8) work with LibreSSL ok jca@ on a similar diff CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/04/28 01:24:43 Modified files: mail/maildrop : Makefile distinfo mail/maildrop/patches: patch-libs_maildir_Makefile_in patch-libs_maildrop_configure mail/maildrop/pkg: PLIST-main Added files: mail/maildrop/patches: patch-libs_maildir_maildircache_c Removed files: mail/maildrop/patches: patch-libs_liblock_locktest_c Log message: Update to 2.8.1 remove a patche committed upstream add a patch (committed upstream) to fix a use-after-free ok jca@ on a similar diff CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/28 01:31:02 Removed files: multimedia/schroedinger: Makefile distinfo multimedia/schroedinger/patches: patch-configure_ac patch-schroedinger_Makefile_in multimedia/schroedinger/pkg: DESCR PLIST Log message: Drop multimedia/schroedinger. It is broken with an issue with mutexes, long unmaintained upstream and such a niche format that it's of no use as an encoder. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/28 01:31:17 Modified files: multimedia : Makefile Log message: -schroedinger CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/28 01:32:25 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register schroedinger removal. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/28 01:40:36 Modified files: multimedia/dvdstyler: Makefile distinfo multimedia/dvdstyler/pkg: PLIST Log message: Update to dvdstyler-2.9.2. from brad CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/04/28 01:55:13 Modified files: sys/dev/ic : rtsx.c rtsxvar.h sys/dev/pci : rtsx_pci.c Log message: In rtsx(4), condense the list of support chips in a comment, remove the unused F_5227 flag, sort PCI IDs, and fix a typo in a comment. No functional change. from brad CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/04/28 04:17:58 Modified files: usr.bin/ssh : ssh_config.5 sshd_config.5 Log message: Document that the TERM environment variable is not subject to SendEnv and AcceptEnv. bz#2386, based loosely on a patch from jjelen at redhat, help and ok jmc@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/04/28 04:25:15 Modified files: usr.bin/ssh : sshd_config.5 Log message: Fix typo in previous CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/28 04:43:14 Modified files: usr.bin/tmux : cmd-select-layout.c tmux.1 tmux.h window.c Log message: Add select-layout -o to undo the last layout change (apply the previously set layout). CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/28 05:33:17 Modified files: usr.bin/tmux : cmd-find.c Log message: If can't find pane as a pane, try as a window; likewise if can't find window as a session. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/04/28 05:52:44 Modified files: devel/git : Makefile distinfo Log message: Update to git-2.3.7. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/28 05:57:20 Modified files: usr.bin/tmux : cmd-find.c Log message: Do not do a search for the tty path if there isn't one. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/28 06:09:24 Modified files: usr.bin/tmux : cmd-find.c Log message: If looking for an index, don't fill in window when given a session. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/04/28 07:47:38 Modified files: usr.bin/ssh : ssh_config.5 sshd_config.5 Log message: enviroment -> environment: apologies to darren for not spotting that first time round... CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/04/28 08:07:16 Modified files: libexec/ld.so/ldconfig: ldconfig.8 Log message: tidy up the prebind text; prompted by zhuk CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/28 08:07:47 Modified files: sys/dev/ic : aic6915.c Log message: Fix a memory leak in an error path found by Maxime Villard's Brainy Code Scanner. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/28 08:10:18 Modified files: infrastructure/bin: portbump Log message: Another helper routine that I don't want to add back and forth each commit. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/28 08:11:03 Modified files: infrastructure/bin: portbump Log message: Handle lib/foo/bar and MOD* variable (un)expanding better. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/28 08:51:50 Modified files: sys/netinet : ip_carp.c Log message: Make sure to overwrite sdl_type after calling ether_ifattach(). Fix a problem found by Johan Huldtgren, ok phessler@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/28 09:15:14 Modified files: www : Makefile Removed files: www/wordpress : Makefile distinfo www/wordpress/pkg: DESCR PLIST README Log message: Unhook wordpress from the build; it is a common attack target, it's simply not possible to keep track of it fast enough in packages, and installing from packages makes it hard to use upstream's standard automated update procedure. ok gonzalo@ (maintainer), ajacoutot@, jasper@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2015/04/28 09:48:45 Modified files: net/ngircd : Makefile distinfo Log message: Update for Ngircd to 22.1: https://github.com/ngircd/ngircd/blob/master/ChangeLog Maintainer time out. OK sthen@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/04/28 10:42:27 Modified files: faq : current.html Log message: Add a heads-up that the default for PermitRootLogin in sshd has changed. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/28 11:03:00 Modified files: databases/pkglocatedb: Makefile Log message: gc old comments, wonder nobody noticed yet. also remove an extra SUDO because I don't quite remember why, and it doesn't seem to deter from building things correctly CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/28 12:39:13 Modified files: sys/arch/hppa/hppa: intr.c Log message: Don't grab the kernel lock for clock interrupts. The way we use mutexes these days is incompatible with that practice and leads to deadlocks. ok jsing@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/04/28 13:26:36 Modified files: net/curl : Makefile distinfo net/curl/pkg : PLIST Removed files: net/curl/patches: patch-docs_libcurl_Makefile_in Log message: Security update to 7.42.0. Fixes: CVE-2015-3143: Re-using authenticated connection when unauthenticated CVE-2015-3144: host name out of boundary memory access CVE-2015-3145: cookie parser out of boundary memory access CVE-2015-3148: Negotiate not treated as connection-oriented CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/28 14:26:56 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: add wordpress to quirks with the code for "web application with no benefit being packaged" - reminded by kirby@, ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/28 14:54:18 Modified files: sys/kern : kern_time.c Log message: Protect the per-process itimerval structs with a mutex. We update these from hardclock() which runs without grabbing the kernel lock. This means that two threads could concurrently update the struct which could lead to corruption of the value which in turn could stop the timer. It could also result in getitimer(2) returning a non-normalized value. With help from guenther@. ok deraadt@, guenther@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/04/28 15:05:30 Modified files: editors/nano : Makefile distinfo editors/nano/patches: patch-doc_man_nanorc_5 editors/nano/pkg: PLIST Log message: * Maintenance update to 2.4.1. * Stop installing the HTML-formatted man pages. It's not clear where the value is for nano specifically, when we can run mandoc -Thtml or groff -Thtml on any source man page. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/04/28 15:41:40 Modified files: distrib/miniroot: install.sub Log message: ajacoutot spotted a problem with the new sshd logic (to disable root logins by default completely in most cases, except where a public ssh key was provided to autoinstall) - in the case where a (non-root) account was created, sshd was being disabled; this diff fixes it. Looks good ajacoutot, OK djm@, extensive testing+OK rpe@, CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/28 16:29:24 Modified files: sys/arch/amd64/conf: ld.script Log message: Explicitly include .codepatch and .codepatchend in .rodata such that the binutils 2.17 linker doesn't make them disappear. ok deraadt@, guenther@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/04/28 17:16:20 Modified files: net/ipv6-toolkit: Makefile distinfo net/ipv6-toolkit/patches: patch-tools_flow6_c net/ipv6-toolkit/pkg: DESCR PLIST Removed files: net/ipv6-toolkit/patches: patch-tools_addr6_c patch-tools_frag6_c patch-tools_icmp6_c patch-tools_jumbo6_c patch-tools_na6_c patch-tools_ni6_c patch-tools_ns6_c patch-tools_ra6_c patch-tools_rd6_c patch-tools_rs6_c patch-tools_scan6_c patch-tools_tcp6_c Log message: - update ipv6toolkit to 2.0 - rename ipv6-toolkit to ipv6toolkit like upstream did - no longer patch random(3) to arc4random(3), our random(3) is safe now - no longer patch strncat(3) to strlcat(3), the bug has been fixed OK jca@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/04/28 17:23:22 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: ipv6-toolkit -> ipv6toolkit CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2015/04/28 17:55:26 Modified files: . : want.html Log message: im not short of storage toys at the moment. CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2015/04/28 18:10:44 Modified files: etc : daily Log message: VERBOSESTATUS or no VERBOSESTATUS, failed or missing dumps are still worth noting "go ahead" schwarze@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/04/28 18:11:12 Modified files: lib/libssl/src/crypto/bn: bn_gf2m.c bn_recp.c bn_x931p.c lib/libssl/src/crypto/ec: ec_lib.c Log message: Add missing BN_CTX_end() calls. After calling BN_CTX_start(), there must be a BN_CTX_end() before returning. There were missing BN_CTX_end() calls in error paths. One diff chunk was simply removing redundant code related to this. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/28 18:13:26 Modified files: usr.bin/m4 : gnum4.c Log message: Add missing #include for SIZE_MAX CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/04/28 18:24:31 Modified files: lib/libtls : tls_verify.c Log message: Reject dNSName of " " for subjectAltName extension. RFC 5280 says " " must not be used as a dNSName. ok jsing@ jca@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/28 18:42:12 Modified files: usr.bin/make : buf.c Log message: Add missing #include for SIZE_MAX CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/04/28 19:16:06 Modified files: lib/libssl/src/ssl: bs_cbs.c Log message: free() can handle NULL. ok jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/04/28 19:23:20 Modified files: lib/libssl/src/ssl: bs_cbs.c Log message: Added error checking for len argument in cbs_get_u(). tweak + ok jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/04/28 19:27:34 Modified files: lib/libssl/src/ssl: bs_cbs.c Log message: Avoid NULL deref in CBS_get_any_asn1_element(). This function is documented as allowing NULL for out_header_len. ok jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/04/28 19:31:39 Modified files: lib/libssl/src/ssl: bs_ber.c Log message: Call CBS_mem_equal() rather than reimplementing it. ok jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/04/28 19:39:32 Modified files: lib/libssl/src/ssl: bs_cbb.c Log message: Added len_len error checking for internal cbb_buffer_add_u(). ok jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/04/28 19:49:29 Modified files: lib/libssl/src/ssl: bs_cbb.c Log message: Rename cbb_buffer_add_u to cbb_add_u and remove redundant code. All of cbb_buffer_add_u's callers first call CBB_flush and send cbb->base. cbb_add_u() now has that common code in one place. ok jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/04/28 20:02:46 Modified files: lib/libssl/src/ssl: bs_cbb.c Log message: Call CBB_add_space() rather than reimplementing it. ok jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/04/28 20:11:09 Modified files: lib/libssl/src/ssl: bs_ber.c bs_cbs.c bytestring.h Log message: Add whitespace and replace OPENSSL_free with free in documentation. ok jsing@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/04/28 21:48:56 Modified files: usr.bin/ssh : servconf.c servconf.h sshd_config.5 Log message: Allow ListenAddress, Port and AddressFamily in any order. bz#68, ok djm@, jmc@ (for the man page bit). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/28 22:00:25 Modified files: usr.bin/diff : diff.c diffreg.c xmalloc.c xmalloc.h Log message: Change internal xrealloc() to a idiom-following xreallocarray(). This loses a "new size is 0" failure case. Probably not relevant; and since we develop this in OpenBSD, we'll catch that before someone else imports this... ok millert CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/28 22:29:23 Modified files: sys/arch/i386/i386: ioapic.c Log message: Move a variable's initialisation so a panic will work as intended. ok guenther@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/28 22:43:25 Modified files: sys/arch/powerpc/powerpc: trap.c Log message: Remove a check for NULL that would have been after a NULL dereference if callers of save_vec() weren't expected to pass a non NULL pointer as an argument. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/04/28 23:23:27 Modified files: regress/usr.bin/ssh: cfgparse.sh Log message: Add tests for ListenAddress/Port/AddressFamily in alternate orders. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/29 00:01:37 Modified files: lib/librthread : rthread.c rthread.h rthread_sched.c Log message: Delete the duplicated sched_{policy,param} members from the internal struct pthread and instead use the values from the embedded struct pthread_attr. For bonus points, pay attention to the sched_inherit attribute and possibly set the values from the parent thread. Problem noted by natano of bitrig. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/29 00:06:38 Modified files: sys/ddb : parse_structinfo.pl Log message: Also generate db_structinfo.txt with struct member offset and size info prodded by deraadt@ and miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/29 00:09:43 Modified files: net/libnice : Makefile distinfo Log message: Update to libnice-0.1.13. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/04/29 00:12:20 Modified files: devel/p5-Path-Tiny: Makefile distinfo Log message: Update to p5-Path-Tiny-0.068. from Giannis Tsaraias CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/29 00:37:14 Modified files: usr.bin/file : sandbox.c Log message: the non braced do while made my teeth hurt CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2015/04/29 02:04:47 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update youtube-dl to 2014.04.28. Lots of new extractors. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/29 02:18:42 Modified files: infrastructure/lib/OpenBSD: FS.pm Log message: blabla that doesn't matter CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/04/29 02:41:24 Modified files: usr.sbin/relayd: relay.c relay_http.c Log message: When the HTTP client did close the connection while relayd was still parsig the HTTP header, the session was never destroyed. This resulted in a file descriptor leak. Add a check wether the protocol knows how much data to expect. If relayd is reading unlimited data or is expecting nothing to read, ignore the end-of-file. Otherwise it is a protocol violation, so close the session immediately. While there, make relayd compile with DEBUG defined. Based on a diff from claudio@; tested by claudio@; OK claudio@ benno@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/04/29 02:45:53 Modified files: regress/usr.sbin/relayd: args-http-chunked.pl args-http-mark-marked2.pl args-https-chunked.pl Log message: Make some regular expressions more strict. This allows the tests to pass also if relayd is compiled with DEBUG. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/04/29 03:15:28 Modified files: www/sogo : Makefile www/sogo/pkg : README Log message: "proxy_http_version 1.1;" is needed in nginx.conf to support some third party webdav plugins fix readme: sendmail and nginx are no more in base ok sebastia@ (Maintainer) CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2015/04/29 03:58:16 Modified files: sbin/disklabel : disklabel.8 disklabel.c editor.c extern.h Log message: support passing a template file for the auto-allocation to disklabel. template gives mountpoints, min-max size ranges and percentage of disk foremost intended for autoinstalls, installer bits to follow soon. with input from many, ok theo CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/04/29 04:58:03 Modified files: mail/signify : Makefile Log message: Remove maintainer per his request. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/29 04:59:03 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: display more junk info for now, trying to track down things CVSROOT: /cvs Module name: www Changes by: jca@cvs.openbsd.org 2015/04/29 05:03:41 Modified files: . : want.html Log message: Remove my laptop request. Many thanks to the Foundation, who provided me with an awesome, powerful development laptop. And today I received an x201 that will be used for i386 testing. Many thanks to Mischa Peters! CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/29 05:03:48 Modified files: usr.bin/mandoc : main.c Log message: Improve the error message in case somebody has configured an invalid PAGER. Suggested by Lorenzo Beretta . CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/04/29 05:05:16 Modified files: etc/rc.d : rc.subr Log message: Check arguments before eval so we don't end up with a cryptic error message. reported by jasper@ While here: _rc_is_supported() -> _rc_not_supported() - saves a fork - reduces triple negation to double negation in _rc_not_supported() - simplifie condition for rc_restart=NO from schwarze@ ok jasper@ schwarze@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/29 06:01:32 Log message: Import cdiff-0.9.7. Cdiff is a term based tool to view colored, incremental diff in a Git, Mercurial, Svn workspace or from stdin, with side by side and auto pager support. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20150429 N ports/textproc/cdiff/Makefile N ports/textproc/cdiff/distinfo N ports/textproc/cdiff/pkg/DESCR N ports/textproc/cdiff/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/29 06:02:20 Modified files: textproc : Makefile Log message: +cdiff CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/29 06:03:20 Modified files: devel/colordiff: Makefile devel/colordiff/pkg: PLIST Log message: Register conflict with textproc/cdiff. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/29 06:44:10 Modified files: usr.bin/mandoc : tbl_layout.c Log message: When the last line of a table layout turns out to be empty, it is deleted. Do not just free the struct tbl_row but also make sure that no pointer to it remains. Fixing a use after free found by jsg@ with afl. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/29 07:28:37 Modified files: infrastructure/lib/DPB: Config.pm Fetch.pm Log message: a few more "tweak the user" for fetch handling CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/29 08:48:17 Modified files: usr.bin/mandoc : mdoc_macro.c Log message: Do not mark a block with the MDOC_BROKEN flag if it merely contains a mismatching explicit end macro without actually being broken. Avoids a subsequent upward search for the non-existent breaker ending up in a NULL pointer access; afl test case 005/Apr27 from jsg@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/29 09:20:40 Modified files: x11/gnome/gdm/patches: patch-data_applications_mime-dummy-handler_desktop patch-data_dconf_defaults_00-upstream-settings Log message: Pushed upstream. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/29 09:59:08 Modified files: usr.bin/tmux : options-table.c server-fn.c tmux.1 tty.c Log message: If default-terminal is set to "screen" or "screen-*", emulate screen's historical (incorrect) behaviour for SGR 3 and send smso (standout). Previously, we would send sitm (italics) if the terminal outside had it and smso otherwise. This was acceptably until recently because xterm's terminfo entry lacked sitm, so most users got smso. People who want italics should set default-terminal to the forthcoming "tmux" entry (and be prepared to deal with it being missing on older hosts). As a side-effect this changes default-terminal to be a server rather than a session option. suggested by and ok naddy CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/29 10:00:06 Modified files: sys/net : if_tun.c Log message: Use if_get() after every tsleep(), in case the bottom half of the driver has destroyed or damaged the interface clone. with mpi CVSROOT: /cvs Module name: ports Changes by: kspillner@cvs.openbsd.org 2015/04/29 10:00:45 Modified files: productivity/taskwarrior: Makefile distinfo productivity/taskwarrior/pkg: PLIST Log message: Update to v2.4.3. Needs gcc4 because building now requires C++11 and clang fails to link. With feedback and tweaks from MAINTAINER, sthen@, and zhuk@. ok MAINTAINER, zhuk@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/29 10:01:49 Modified files: share/termtypes: termtypes.master Log message: Add tmux and tmux-256color entries; this can be used inside tmux for correct italics support. ok naddy (on a slightly older version) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/29 10:09:54 Modified files: textproc/py-lxml: Makefile distinfo textproc/py-lxml/pkg: DESCR PLIST Log message: Update to lxml-3.4.3 From Sean Levy who also takes maintainership. While here also kill EXTRACT_SUFX and trailing whitespace in DESCR. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2015/04/29 10:22:12 Modified files: devel/apr : Makefile distinfo Log message: update to APR-1.5.2 CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2015/04/29 10:22:15 Modified files: devel/apr-util : Makefile distinfo Log message: update to APR-util-1.5.4 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/29 10:26:17 Modified files: usr.bin/tmux : cmd-select-pane.c Log message: Do not complain when directions fail. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2015/04/29 10:46:39 Modified files: sbin/disklabel : editor.c Log message: g/c unneeded second char * var, ok benno CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2015/04/29 10:56:31 Modified files: sbin/disklabel : disklabel.8 disklabel.c Log message: some fine-tuning in SYNOPSIS, usage, and order of options, with jmc CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/29 11:09:11 Modified files: multimedia/gstreamer-0.10/plugins-base: Makefile Log message: x11/gtk+2 -> x11/gtk+3 for the examples. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/29 11:12:03 Modified files: multimedia/gstreamer1/plugins-base: Makefile Log message: No need for x11/gtk+2. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/04/29 11:56:51 Modified files: security/p5-Net-SSLGlue: Makefile distinfo Log message: update p5-Net-SSLGlue to 1.054 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/04/29 12:05:56 Modified files: sys/net : pf_norm.c Log message: In most cases, IP fragments do not have an Ethernet padding. So add a condition to save a useless call to m_adj() and have a paranoid length check in the other cases. OK henning@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/29 12:32:57 Modified files: share/man/man7 : roff.7 usr.bin/mandoc : term.c term.h regress/usr.bin/mandoc/roff/esc: Makefile z.in z.out_ascii Log message: Replace the kludge for the \z escape sequence by an actual implementation. As a side effect, minus ten lines of code. As another side effect, this also fixes the assertion failure that used to be triggered by "\z\o'ab'c" at the beginning of an output line, found by jsg@ with afl (test case 022/Apr27). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/29 15:27:40 Modified files: security/clamav: Makefile distinfo security/clamav/patches: patch-clamd_Makefile_in patch-database_Makefile_in patch-libclamav_Makefile_in patch-unit_tests_Makefile_in Log message: Update to ClamAV 0.98.7, including several crash/infinite loop fixes (CVEs) and various improvements. http://lists.clamav.net/pipermail/clamav-announce/2015/000011.html CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/29 15:53:43 Modified files: math/R : Makefile distinfo math/R/pkg : PLIST README Removed files: math/R/patches : patch-src_main_Rstrptime_h Log message: Update R to 3.2.0, from Ingo Feinerer (new MAINTAINER). Includes some input from dcoppa@, Rafael Sadowski (old MAINTAINER) and me. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/04/29 15:57:50 Modified files: usr.bin/mandoc : mdoc_macro.c Log message: If a block body gets broken, that's no good reason to extend the scope of the end macro. Instead, only keep the tail scope open if the end macro macro calls an explicit macro and actually breaks that. This corrects syntax tree structure and fixes an assertion found by jsg@ with afl (test case 098/Apr27). CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/29 21:11:21 Modified files: sys/kern : exec_elf.c Log message: Error out if the PT_INTERP segment isn't NUL terminated ok deraadt@ millert@ miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/29 23:45:07 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.277. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/29 23:48:05 Modified files: sysutils/menulibre: Makefile Log message: Needs the textproc/intltool MODULE. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/04/30 00:28:02 Modified files: devel/p5-Config-Any: Makefile distinfo Log message: Update to p5-Config-Any-0.26. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/30 00:32:21 Modified files: x11/vlc : Makefile x11/vlc/patches: patch-modules_codec_avcodec_audio_c patch-modules_codec_avcodec_avcodec_c patch-modules_codec_avcodec_avcodec_h patch-modules_codec_avcodec_encoder_c Added files: x11/vlc/patches: patch-modules_codec_avcodec_fourcc_c patch-modules_codec_avcodec_subtitle_c patch-modules_codec_avcodec_video_c patch-modules_demux_avformat_demux_c patch-modules_demux_avformat_mux_c patch-modules_stream_out_switcher_c Removed files: x11/vlc/patches: patch-modules_codec_avcodec_Modules_am patch-modules_codec_avcodec_cpu_c Log message: Garbage collect old code for older FFmpeg releases and some cleanup. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/30 01:22:39 Modified files: x11/gtksourceviewmm3: Makefile distinfo x11/gtksourceviewmm3/pkg: PLIST Log message: Update to gtksourceviewmm3-3.12.0. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/30 01:51:07 Modified files: sys/dev/pci : if_age.c if_et.c if_ixgb.c if_msk.c if_oce.c if_se.c if_stge.c if_tht.c if_tl.c if_txp.c if_vte.c if_xge.c Log message: Convert moar drivers to if_input(). ok dlg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/30 01:52:00 Modified files: sys/dev/pci : if_jme.c if_vic.c Log message: No need to set `rcvif', if_input() does it for you! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/30 02:01:58 Modified files: x11/vlc/patches: patch-modules_codec_avcodec_fourcc_c patch-modules_codec_avcodec_subtitle_c patch-modules_codec_avcodec_video_c patch-modules_demux_avformat_demux_c patch-modules_demux_avformat_mux_c Log message: Add comments to patches; no pkg change. from brad (maintainer) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/04/30 03:12:49 Modified files: usr.bin/calendar/calendars: calendar.birthday Log message: use adolf, not adolph, for hitler, to keep it consistent; remove his suicide entry since it's already listed, more completely, in calendar.history; from craig skinner CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/30 03:20:51 Modified files: sys/compat/linux: linux_cdrom.c linux_termios.c sys/kern : kern_descrip.c sys_generic.c vfs_syscalls.c sys/sys : filedesc.h Log message: Indroduce fd_getfile_mode() and use it were fd_getfile() is directly followed by a mode check. This will simplify the ref/unref dance as soon as fd_getfile() will increment fp's reference counter. Idea from and ok guenther@, ok millert@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/30 03:25:13 Modified files: sys/dev/pci : if_sk.c Log message: Convert to if_input(), tweak and ok dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/30 03:27:39 Modified files: devel/valgrind : Makefile Log message: Mark BROKEN for now; jca@ will have a look at it. ok jca@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/30 04:00:50 Modified files: sys/dev/usb : upd.c Log message: Instead of using a single flat array for all sensors, put all the children of a sensor in a separate structure. Children sensors should only be probbed if their parent is active. This make the dependency tree explicit and will reduce the number of I/O. From David Higgs. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/30 04:09:31 Modified files: sys/dev/usb : upd.c Log message: Link report descriptors to known sensors. Since HID buffers always start by a reportID we can access the corresponding report descriptor in O(1). Having a list of sensors attached to each report descriptor makes it easier to update all of them with only on I/O request. Note that sensors are attached in depency order on every report list. From David Higgs. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/30 05:15:28 Modified files: sys/kern : exec_elf.c Log message: Now we use p_filesz - 1 to test for NUL check that p_filesz is at least two and while here allow the upper bound to be MAXPATHLEN by changing a >= to > as suggested by krw@ in a thread on tech where Maxime Villard proposed additional PT_INTERP checks. tested by and ok guenther@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/30 05:31:42 Modified files: x11/gnome/totem-pl-parser: Makefile distinfo x11/gnome/totem-pl-parser/pkg: PLIST Log message: Update to totem-pl-parser-3.10.5. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/30 05:46:16 Modified files: share/man/man9 : file.9 Log message: FRELE returns an int not void. It is actually the return value of fdrop() (or 0 if the ref count is non-zero). From Kanonenvogel CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/30 05:59:32 ports/devel/valgrind/patches Update of /cvs/ports/devel/valgrind/patches In directory cvs.openbsd.org:/tmp/cvs-serv21358/patches Log Message: Directory /cvs/ports/devel/valgrind/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/30 06:48:49 Modified files: x11/tangerine-icon-theme: Makefile distinfo x11/tangerine-icon-theme/pkg: PLIST Added files: x11/tangerine-icon-theme/patches: patch-Makefile Removed files: x11/tangerine-icon-theme/patches: patch-autogen_sh Log message: Update to tangerine-icon-theme-0.27. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/04/30 07:06:10 Modified files: devel/valgrind : Makefile Added files: devel/valgrind/patches: patch-coregrind_link_tool_exe_openbsd_in Log message: Remove BROKEN, provide -nopie flags for static linking. Also print the final link command in the affected script. Reported by naddy@, ok uebayasi@ (maintainer) CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/04/30 07:24:36 Modified files: sys/dev/pci : ixgbe_82599.c ixgbe_phy.c ixgbe_type.h Log message: Allow use of 1Gb 1000baseLX SFPs in 82599 ix(4) SFP+ port. Adapted from Linux commit 345be204dcbb. ok jsg@ mikeb@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/30 07:42:08 Modified files: sys/arch/alpha/include: limits.h sys/arch/amd64/include: limits.h sys/arch/arm/include: limits.h sys/arch/hppa/include: limits.h sys/arch/hppa64/include: limits.h sys/arch/i386/include: limits.h sys/arch/m88k/include: limits.h sys/arch/mips64/include: limits.h sys/arch/powerpc/include: limits.h sys/arch/sh/include: limits.h sys/arch/sparc/include: limits.h sys/arch/sparc64/include: limits.h sys/arch/vax/include: limits.h Log message: Remove SIZE_MAX from limits.h. It was added years ago before we had a proper stdint.h. No ports fallout. OK guenther@ miod@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/30 07:49:04 Modified files: usr.bin/grep : grep.c Log message: Add warning when user specifies -R but no files, like GNU grep. OK schwarze@ ian@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/30 08:16:49 Modified files: usr.bin/file : sandbox.c Log message: Tweak comment so it doesn't imply line buffering is needed (any will do so long as it is explicit), and set stderr to NBF not LBF. Pointed out by espie@. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/04/30 08:17:26 Modified files: sys/dev/pci : ixgbe_82599.c ixgbe_type.h if_ix.c Log message: Set the correct media type for 1000baseLX SFPs. Tested by/ok sthen@, ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/30 08:27:55 Modified files: sysutils/ipmitool: Makefile Added files: sysutils/ipmitool/patches: patch-src_plugins_lanplus_lanplus_c Log message: Fix a memcpy in ipmitool that should be a memmove. Reported by Jiri B. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/04/30 08:30:53 Modified files: usr.bin/file : sandbox.c Log message: Add a comment about waitpid, suggested by espie@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/30 08:41:54 Modified files: mail/p5-Mail-SpamAssassin: Makefile distinfo mail/p5-Mail-SpamAssassin/patches: patch-Makefile_PL patch-t_sa_compile_t mail/p5-Mail-SpamAssassin/pkg: PLIST Removed files: mail/p5-Mail-SpamAssassin/patches: patch-lib_Mail_SpamAssassin_DnsResolver_pm Log message: update to p5-Mail-SpamAssassin 3.4.1 http://svn.apache.org/repos/asf/spamassassin/branches/3.4/build/announcements/3.4.1.txt CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/30 09:19:50 Modified files: sys/net : if_tun.c Log message: Do not free & reallocate a new chunk of memory for the interface descriptor during SIOCSIFFLAGS. This prevent a use after free, triggered by the pool/malloc damage finder being currently cooked by dlg@ and deraadt@. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/30 09:28:03 Modified files: lib/libssl/src/crypto/conf: conf_def.c Log message: use strdup() to init string ok doug millert CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/04/30 09:49:02 Modified files: sys/arch/amd64/amd64: pmap.c Log message: Clean up some spacing. No functional change CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/30 10:10:20 Modified files: sysutils/ipmitool: Tag: OPENBSD_5_7 Makefile Added files: sysutils/ipmitool/patches: Tag: OPENBSD_5_7 patch-src_plugins_lanplus_lanplus_c Log message: MFC: Fix a memcpy in ipmitool that should be a memmove. Reported by Jiri B. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/04/30 11:56:18 Modified files: gnu/usr.bin/binutils-2.17/ld/emulparams: elf_obsd.sh Log message: Unset SEPARATE_GOTPLT. We don't want a seperate .got.plt section on OpenBSD, at least for now, as it would result in a partially writable GOT. Our ld.so(1) has the smarts to properly write-protect the single .got, so we don't need this. ok guenther@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/30 12:19:25 Modified files: sys/sys : stdint.h Log message: SIZE_MAX is no longer in limits.h CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/04/30 13:02:15 Modified files: etc/mtree : 4.4BSD.dist Log message: Add smtpd(8) spool directories so that they are registered as part of base. ok henning@ gilles@ deraadt@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/30 13:28:46 Modified files: bin/pax : Tag: OPENBSD_5_7 ar_subs.c extern.h file_subs.c ftree.c pat_rep.c pax.c pax.h tables.c tables.h tar.c Log message: Backport trunk commit of 2015/03/09 04:23:29: tar/pax/cpio had multiple issues: * extracting a malicious archive could create files outside of the current directory without using pre-existing symlinks to 'escape', and could change the timestamps and modes on preexisting files * tar without -P would permit extraction of paths with ".." components * there was a buffer overflow in the handling of pax extension headers CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/30 13:29:04 Modified files: sys/kern : Tag: OPENBSD_5_7 exec_elf.c Log message: Backport r1.114-1.116 by myself and jsg: Missing validity checks in the kernel ELF loader meant malformed binaries could trigger kernel panics or view kernel memory. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/30 13:30:14 Modified files: sys/kern : Tag: OPENBSD_5_6 exec_elf.c Log message: Backport r1.114-1.116 by myself and jsg: Missing validity checks in the kernel ELF loader meant malformed binaries could trigger kernel panics or view kernel memory. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/04/30 13:30:57 Modified files: bin/pax : Tag: OPENBSD_5_6 ar_subs.c extern.h file_subs.c ftree.c pat_rep.c pax.c pax.h tables.c tables.h tar.c Log message: Backport trunk commit of 2015/03/09 04:23:29: tar/pax/cpio had multiple issues: * extracting a malicious archive could create files outside of the current directory without using pre-existing symlinks to 'escape', and could change the timestamps and modes on preexisting files * tar without -P would permit extraction of paths with ".." components * there was a buffer overflow in the handling of pax extension headers CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/04/30 13:31:35 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/04/30 13:33:58 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: www Changes by: florian@cvs.openbsd.org 2015/04/30 13:36:17 Modified files: . : errata56.html errata57.html Log message: httpd(8) errata CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/04/30 13:45:14 Modified files: . : errata57.html Log message: bit more precise about CD3 sparc64 booting issue CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2015/04/30 13:49:23 Modified files: . : errata56.html errata57.html Log message: elf and tar errata CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/04/30 13:52:12 Modified files: . : errata56.html errata57.html Log message: small cleanups CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/04/30 13:53:01 Modified files: . : errata57.html Log message: fix numbers CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/04/30 13:53:53 Modified files: . : errata56.html Log message: fix numbers CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/30 14:12:33 Modified files: sys/netinet : ip_spd.c Log message: Merge two identical if() statements in ipsp_acquire_sa(). The change in ip_spd.c 1.59 makes it appear that there is a cut & pasto. OK mikeb@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/04/30 14:19:04 Modified files: bin/ksh : sh.1 Log message: reapply the rules of english to the option keywords: i was persuaded to undo it because the option names are case sensitive, but it just looks awful. so expect just a little more from the reader... CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/30 14:55:23 Modified files: sys/dev/ic : dp8390.c Log message: Convert to if_input(). ok miod@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/30 15:18:45 Modified files: sys/kern : kern_descrip.c Log message: Avoid NULL deref in fd_getfile_mode(); OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/30 15:22:26 Modified files: www/cclive : Makefile distinfo Removed files: www/cclive/patches: patch-src_cc_options_h Log message: Update to cclive-0.9.3. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/04/30 15:33:45 Modified files: audio/daapd/patches: patch-libhttpd_makegen_library_unix_mm Log message: Do not write directly to /dev/tty during the build. This fixes the mysterious appearance of "....." in dpb's display. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/04/30 15:39:35 Modified files: x11/qt5 : Makefile x11/qt5/pkg : PLIST-html Log message: It looks like packaging problems naddy@ and aja@ see happen with two files only. So let's @comment those until the issue is found and fixed. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/04/30 15:43:28 Modified files: infrastructure/lib/DPB: Fetch.pm Log message: tweak the tweak CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/04/30 15:52:49 Modified files: sys/arch/octeon/dev: if_cnmac.c Log message: Convert to if_input(). Tested by jmatthew@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/30 16:09:55 Modified files: www/bluefish : Makefile distinfo www/bluefish/pkg: PLIST Log message: Update to bluefish-2.2.6. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/04/30 16:18:41 Modified files: usr.sbin/httpd : Tag: OPENBSD_5_7 server.c Log message: MFC usr.sbin/httpd/server.c:1.62->1.63, req by florian@ We cannot log errors with server_close() before allocating clt_log evbuffer. server_close() calls server_log() which uses ctl_log. Crash reported by Daniel Jakots , thanks! OK benno CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/04/30 16:19:15 Modified files: usr.sbin/httpd : Tag: OPENBSD_5_6 server.c Log message: MFC usr.sbin/httpd/server.c:1.62->1.63, req by florian@ We cannot log errors with server_close() before allocating clt_log evbuffer. server_close() calls server_log() which uses ctl_log. Crash reported by Daniel Jakots , thanks! OK benno CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/04/30 16:29:50 Modified files: games/supertuxkart: Makefile distinfo games/supertuxkart/patches: patch-lib_irrlicht_CMakeLists_txt patch-lib_irrlicht_source_Irrlicht_COSOperator_cpp games/supertuxkart/pkg: PLIST Removed files: games/supertuxkart/patches: patch-CMakeLists_txt patch-lib_irrlicht_source_Irrlicht_Makefile patch-lib_irrlicht_source_Irrlicht_glext_h patch-src_physics_btKartRaycast_cpp patch-src_physics_physics_cpp Log message: Update to STK 0.9. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/04/30 16:32:24 Modified files: net/curl : Makefile distinfo net/curl/pkg : PLIST Log message: Security update to 7.42.1. Fixes: CVE-2015-3153: sensitive HTTP server headers also sent to proxies CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/04/30 16:37:07 Modified files: build : Makefile build/mirrors : anoncvs.html.head ftp.html.end ftp.html.head Log message: 5.7 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/04/30 16:37:44 Modified files: . : ftp.html anoncvs.html Log message: 5.7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/04/30 16:51:46 Modified files: www/chromium : Makefile Log message: Mark BROKEN-i386, binutils-2.15 can no longer link this in available ram. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/04/30 17:18:27 Modified files: net/curl : Tag: OPENBSD_5_7 Makefile Added files: net/curl/patches: Tag: OPENBSD_5_7 patch-docs_libcurl_opts_CURLOPT_HEADEROPT_3 patch-lib_cookie_c patch-lib_http_c patch-lib_url_c patch-tests_data_test1527 patch-tests_data_test287 patch-tests_libtest_lib1527_c Log message: Security fixes: CVE-2015-3143: Re-using authenticated connection when unauthenticated CVE-2015-3144: host name out of boundary memory access CVE-2015-3145: cookie parser out of boundary memory access CVE-2015-3148: Negotiate not treated as connection-oriented CVE-2015-3153: sensitive HTTP server headers also sent to proxies CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/04/30 17:38:57 Modified files: faq : faq1.html faq2.html faq3.html faq4.html faq5.html faq6.html faq7.html faq8.html faq9.html faq11.html faq12.html faq14.html faq15.html Log message: updates for 5.7 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/04/30 17:45:04 Modified files: faq : index.html Log message: themed for 5.7. I had a lot of fun with this. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/04/30 17:48:01 Modified files: faq/pf : anchors.html authpf.html carp.html config.html example1.html filter.html ftp.html index.html logging.html macros.html nat.html options.html pools.html queueing.html shortcuts.html tables.html Log message: updates for 5.7 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/04/30 17:50:42 Modified files: faq : current.html Log message: remove 5.6->5.7 stuff CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/04/30 17:53:04 Modified files: faq : current.html Log message: why do I remember the stuff I forgot seconds after committing? CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/04/30 17:54:10 Modified files: faq : upgrade56.html Log message: add forward links to 5.7 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2015/04/30 18:38:29 Log message: import csmith. Csmith is a tool that can generate random C programs that statically and dynamically conform to the C99 standard. It is useful for stress-testing compilers, static analyzers, and other tools that process C code. ok jca@ (some time ago) Status: Vendor Tag: daniel Release Tags: daniel_2015-Apr-30 N ports/devel/csmith/Makefile N ports/devel/csmith/distinfo N ports/devel/csmith/pkg/DESCR N ports/devel/csmith/pkg/PLIST N ports/devel/csmith/patches/patch-src_platform_cpp N ports/devel/csmith/patches/patch-runtime_Makefile_am N ports/devel/csmith/patches/patch-runtime_Makefile_in N ports/devel/csmith/patches/patch-scripts_compiler_test_pl No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2015/04/30 18:40:34 Modified files: devel : Makefile Log message: +csmith CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/04/30 19:30:59 Modified files: sys/kern : tty_tty.c vfs_vnops.c vfs_vops.c sys/sys : vnode.h Log message: Pass fflag to VOP_POLL so vfs fifo functions can get at the file flags to check FREAD/FWRITE if needed. This will be used by fifo_poll to avoid checking the write end of the fifo when the fd is read-only. OK guenther@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/04/30 21:20:54 Modified files: usr.bin/ssh : auth-options.c Log message: Don't make parsing of authorized_keys' environment= option conditional on PermitUserEnv - always parse it, but only use the result if the option is enabled. This prevents the syntax of authorized_keys changing depending on which sshd_config options were enabled. bz#2329; based on patch from coladict AT gmail.com, ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/04/30 21:23:51 Modified files: usr.bin/ssh : auth.h auth2-pubkey.c monitor.c monitor_wrap.c monitor_wrap.h Log message: prevent authorized_keys options picked up on public key tests without a corresponding private key authentication being applied to other authentication methods. Reported by halex@, ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/04/30 22:01:58 Modified files: usr.bin/ssh : mux.c Log message: reduce stderr spam when using ssh -S /path/mux -O forward -R 0:... ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/04/30 22:03:20 Modified files: usr.bin/ssh : mux.c Log message: remove failed remote forwards established by muliplexing from the list of active forwards; bz#2363, patch mostly by Yoann Ricordel; ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/04/30 22:17:51 Modified files: usr.bin/ssh : servconf.c auth.c Log message: make handling of AuthorizedPrincipalsFile=none more consistent with other =none options; bz#2288 from Jakub Jelen; ok dtucker@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/04/30 22:50:47 Modified files: . : 57.html index.html plus57.html Log message: release 5.7 to the hounds (and non-hounds, too) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/04/30 23:12:41 Modified files: security/libtasn1: Makefile distinfo Log message: Update to libtasn1-4.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 00:15:46 Modified files: misc/cdrdao : Makefile misc/cdrdao/patches: patch-scsilib_include_btorder_h misc/cdrdao/pkg: PLIST Log message: Tweak endian patch and regen PLIST. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 00:52:58 Modified files: devel/gsoap : Makefile distinfo devel/gsoap/patches: patch-configure_ac patch-gsoap_Makefile_am patch-gsoap_samples_Makefile_defines patch-gsoap_samples_autotest_Makefile_am patch-gsoap_samples_databinding_Makefile_am devel/gsoap/pkg: PLIST Log message: Update to gsoap-2.8.22. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 00:55:32 Modified files: devel/etl : Makefile distinfo devel/etl/pkg : PLIST Log message: Update to etl-0.04.18. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/01 01:08:08 Modified files: usr.bin/ssh : servconf.c Log message: a couple of parse targets were missing activep checks, causing them to be misapplied in match context; bz#2272 diagnosis and original patch from Sami Hartikainen ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/01 01:10:01 Modified files: usr.bin/ssh : packet.c dispatch.c Log message: refactor ssh_dispatch_run_fatal() to use sshpkt_fatal() to better report error conditions. Teach sshpkt_fatal() about ECONNRESET. Improves error messages on TCP connection resets. bz#2257 ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/01 01:11:47 Modified files: usr.bin/ssh : sshd.8 Log message: mention that the user's shell from /etc/passwd is used for commands too; bz#1459 ok dtucker@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 01:34:02 Modified files: graphics/barcode: Makefile distinfo graphics/barcode/pkg: PLIST Added files: graphics/barcode/patches: patch-Makefile_in patch-doc_barcode_texi Removed files: graphics/barcode/patches: patch-sample_c Log message: Update to barcode-0.99. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 01:34:28 Modified files: productivity/glabels: Makefile Log message: graphics/barcode is not needed. Regen wantlib while here. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 01:42:13 Modified files: misc/gramps : Makefile distinfo misc/gramps/pkg: PLIST Log message: Update to gramps-4.1.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 01:49:23 Modified files: x11/xchm : Makefile distinfo x11/xchm/pkg : PLIST Log message: Update to xchm-1.23. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 02:28:34 Modified files: x11/mono-gtk2 : Makefile distinfo Removed files: x11/mono-gtk2/patches: patch-glib_glue_list_c patch-glib_glue_slist_c Log message: Update to mono-gtk2-2.12.11. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 02:39:11 Modified files: x11/girara : Makefile distinfo x11/girara/patches: patch-Makefile x11/girara/pkg : PLIST Removed files: x11/girara/patches: patch-macros_h Log message: Update to girara-0.2.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 02:41:31 Modified files: graphics/ffmpeg: Makefile Added files: graphics/ffmpeg/patches: patch-libavcodec_x86_dcadsp_init_c patch-libavutil_x86_float_dsp_init_c Log message: Disable some AVX / FMA3 SIMD functions which are currently crashing VLC when using DTS or some AAC audio. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 02:54:02 Modified files: net/lftp : Makefile distinfo net/lftp/patches: patch-configure Log message: Update to lftp-4.6.2. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/01 03:03:21 Modified files: infrastructure/lib/DPB: Config.pm HostProperties.pm Log message: slight cleanup CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 03:16:51 Modified files: emulators/gns3 : Makefile distinfo emulators/gns3/patches: patch-src_GNS3_Config_Defaults_py Log message: Update to gns3-0.8.7. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/05/01 03:19:19 Modified files: devel/gtkparasite: Makefile distinfo Log message: Update to gtkparasite 0.2.0 from github. That 2012 release only supports gtk2, newer commits on github removed support for gtk2 and only supports gtk3 - and gtk3 has a builtin debugger named gtkinspector via ctrl-shift-d (see https://blogs.gnome.org/mclasen/2014/05/15/introducing-gtkinspector/) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 04:58:16 Modified files: audio/pympd : Makefile distinfo audio/pympd/pkg: PLIST Log message: Update to pympd-0.08.1. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/05/01 05:01:38 Log message: Test for portbump -W (not passing yet). Status: Vendor Tag: zhuk Release Tags: zhuk_20150501 N ports/tests/portbump/t5/Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/05/01 05:02:26 Log message: Simple test for portbump -l. Status: Vendor Tag: zhuk Release Tags: zhuk_20150501 N ports/tests/portbump/t6/Makefile N ports/tests/portbump/t6/files/t6.c N ports/tests/portbump/t6/files/Makefile N ports/tests/portbump/t6/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/05/01 05:03:11 Log message: Multipackaged test for portbump -l. Status: Vendor Tag: zhuk Release Tags: zhuk_20150501 N ports/tests/portbump/t7/Makefile N ports/tests/portbump/t7/files/Makefile N ports/tests/portbump/t7/files/t7.c N ports/tests/portbump/t7/files/t7-qt4.c N ports/tests/portbump/t7/pkg/PLIST-main N ports/tests/portbump/t7/pkg/PLIST-qt4 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/05/01 05:05:23 Modified files: tests/portbump : Makefile Added files: tests/portbump : t5.sample t6.sample t7.sample Log message: Hook up new tests for portbump. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/01 05:17:22 Modified files: sys/arch/mips64/mips64: clock.c sys/arch/octeon/dev: octeon_intr.c sys/arch/sgi/sgi: intr_template.c Log message: Do not grab the kernel lock for clock interrupts. Help and ok kettenis@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/01 05:18:21 Modified files: sys/kern : init_main.c Log message: reenable page zeroing thread on SMP mips kernels. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 05:25:15 Modified files: audio/pavucontrol: Makefile distinfo Removed files: audio/pavucontrol/patches: gtk3-patch-src_cardwidget_cc gtk3-patch-src_channelwidget_cc gtk3-patch-src_devicewidget_cc gtk3-patch-src_mainwindow_cc gtk3-patch-src_rolewidget_cc gtk3-patch-src_sinkinputwidget_cc gtk3-patch-src_sinkwidget_cc gtk3-patch-src_sourceoutputwidget_cc gtk3-patch-src_sourcewidget_cc gtk3-patch-src_streamwidget_cc patch-src_devicewidget_cc patch-src_devicewidget_h Log message: Update to pavucontrol-3.0. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/05/01 06:43:48 Modified files: faq : index.html Log message: couple missed 5.6 -> 5.7's. from milo974 at gmail and feinerer at logic dot at, thanks (but you each missed the other! :) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/05/01 06:45:04 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-chrome_browser_ui_toolbar_wrench_menu_model_cc patch-chrome_chrome_browser_gypi patch-chrome_common_pref_names_cc patch-chrome_common_pref_names_h Log message: update to 42.0.2311.135 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/01 06:46:04 Modified files: sys/dev/pci : pcidevs Log message: Correct some E5 v2 ids and add E5 v2 R2PCIE. From Hrvoje Popovski. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/01 06:46:48 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/05/01 06:54:26 Modified files: faq : faq5.html faq8.html Log message: picked a bad time to quote the . char when searching for 5.6... CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/05/01 06:55:11 Modified files: faq : faq3.html Log message: more 56->57s that were missed. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 06:55:38 Modified files: audio/puddletag: Makefile distinfo audio/puddletag/patches: patch-setup_py audio/puddletag/pkg: PLIST Log message: Update to puddletag-1.0.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 07:04:04 Modified files: cad/gtkwave : Makefile distinfo Log message: Update to gtkwave-3.3.65. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 07:16:54 Modified files: converters/p5-Net-IDN-Encode: Makefile distinfo converters/p5-Net-IDN-Encode/pkg: PLIST Log message: Update to p5-Net-IDN-Encode-2.202. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 07:20:21 Modified files: databases/p5-BerkeleyDB: Makefile distinfo databases/p5-BerkeleyDB/pkg: PLIST Log message: Update to p5-BerkeleyDB-0.55. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 07:28:50 Modified files: databases/p5-ldap: Makefile distinfo databases/p5-ldap/pkg: PLIST Log message: Update to p5-ldap-0.65. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 08:10:36 Modified files: graphics/mpeg_play/patches: patch-video_h Log message: machine/endian.h -> endian.h CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 08:13:12 Removed files: devel/smpeg/patches: patch-video_video_h Log message: Remove uneeded endian patch. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 08:17:37 Modified files: emulators/mupen64plus/video-glide64/patches: patch-src_Main_cpp emulators/dynamips/patches: patch-utils_h Log message: machine/endian.h, sys/endian.h -> endian.h CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 08:47:29 Modified files: devel/boost/patches: patch-boost_detail_endian_hpp Log message: machine/endian.h -> sys/endian.h CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/01 08:54:40 Modified files: . : INDEX Log message: sync; 9063 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 08:54:41 Modified files: audio/cdparanoia: Makefile audio/cdparanoia/patches: patch-interface_utils_h patch-utils_h Added files: audio/cdparanoia/patches: patch-header_c Log message: No need for endian chunks. While here, fix an implicit declaration. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 08:55:54 Removed files: audio/ladspa/patches: patch-src_applyplugin_c Log message: Drop unneeded patch. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/01 08:56:18 Modified files: sys/dev/ic : lance.c lancevar.h am7990.c am79900.c Log message: Convert to if_input(), ok miod@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/05/01 09:27:17 Modified files: usr.bin/mandoc : mdoc_macro.c Log message: Minor bug fix: When .Pp rewinds .Nm, rewind the whole block, not just the body. In some unusual edge cases, this caused the .Pp to become a sibling of the .Nm body inside the .Nm block. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/05/01 09:39:26 Log message: Import File::KeePass 2.03. File::KeePass gives access to KeePass version 1 (kdb) and version 2 (kdbx) databases. The version 1 and version 2 databases are very different in construction, but the majority of information overlaps and many algorithms are similar. File::KeePass attempts to iron out as many of the differences. File::KeePass gives nearly raw data access. There are a few utility methods for manipulating groups and entries. More advanced manipulation can easily be layered on top by other modules. ok ajacoutot@ Status: Vendor Tag: landry Release Tags: landry_20150501 N ports/textproc/p5-File-KeePass/Makefile N ports/textproc/p5-File-KeePass/distinfo N ports/textproc/p5-File-KeePass/pkg/DESCR N ports/textproc/p5-File-KeePass/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/01 09:39:29 Modified files: x11/kde4 : kde4.port.mk Log message: dpb junk logic is fine. kde4 build separation does not work as good as vadim said it should THIS is the reason for the sporadic build failures in kde3 recently. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/05/01 09:40:20 Log message: Import Data::Password 1.12. This module checks potential passwords for crackability. It checks that the password is in the appropriate length, that it has enough character groups, that it does not contain the same characters repeatedly or ascending or descending characters, or charcters close to each other in the keyboard. It will also attempt to search the ispell word file for existance of whole words. The module's policies can be modified by changing its variables. ok ajacoutot@ Status: Vendor Tag: landry Release Tags: landry_20150501 N ports/textproc/p5-Data-Password/Makefile N ports/textproc/p5-Data-Password/distinfo N ports/textproc/p5-Data-Password/pkg/PLIST N ports/textproc/p5-Data-Password/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/05/01 09:41:21 Log message: Import Term::ShellUI 0.92. Term::ShellUI uses the history and autocompletion features of Term::ReadLine to present a sophisticated command-line interface to the user. It tries to make every feature that one would expect to see in a fully interactive shell trivial to implement. You simply declare your command set and let ShellUI take care of the heavy lifting. ok ajacoutot@ Status: Vendor Tag: landry Release Tags: landry_20150501 N ports/devel/p5-Term-ShellUI/Makefile N ports/devel/p5-Term-ShellUI/distinfo N ports/devel/p5-Term-ShellUI/pkg/DESCR N ports/devel/p5-Term-ShellUI/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/01 09:41:52 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: remove debug scaffolding. Found the bug (elsewhere, not surprisingly) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/05/01 09:42:08 Log message: Import Sort::Naturally 1.03. This module exports two functions, nsort and ncmp; they are used in implementing my idea of a "natural sorting" algorithm. Under natural sorting, numeric substrings are compared numerically, and other word-characters are compared lexically. ok ajacoutot@ Status: Vendor Tag: landry Release Tags: landry_20150501 N ports/devel/p5-Sort-Naturally/Makefile N ports/devel/p5-Sort-Naturally/distinfo N ports/devel/p5-Sort-Naturally/pkg/DESCR N ports/devel/p5-Sort-Naturally/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/05/01 09:42:56 Log message: Import kpcli 2.8. A command line interface (interactive shell) to work with KeePass 1.x or 2.x database files. ok ajacoutot@ Status: Vendor Tag: landry Release Tags: landry_20150501 N ports/security/kpcli/Makefile N ports/security/kpcli/distinfo N ports/security/kpcli/pkg/DESCR N ports/security/kpcli/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/05/01 09:46:03 Modified files: security : Makefile devel : Makefile textproc : Makefile Log message: +p5-Term-ShellUI, p5-Sort-Naturally, p5-File-KeePass, p5-Data-Password & kpcli CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 09:55:41 Modified files: x11/gnome/file-roller: Makefile x11/gnome/file-roller/patches: patch-src_fr-command-unarchiver_c Log message: Fix logic so that we don't end up with an implicit declaration on strptime(3). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 10:00:44 Modified files: games/supertuxkart/patches: patch-lib_irrlicht_source_Irrlicht_os_cpp x11/irrlicht/patches: patch-source_Irrlicht_os_cpp Log message: sys/endian.h -> endian.h CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/05/01 10:01:53 Modified files: usr.bin/mandoc : mdoc_macro.c roff.c Log message: Setting the "last" member of struct roff_node was done at an extremely weird place. Move it to the obviously correct place. Surprisingly, this didn't cause any misformatting in the test suite or in any base system manuals, but i cannot believe the code was really correct for all conceivable input, and it would be very hard to verify. At the very least, it cannot have worked for man(7). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 10:03:35 Modified files: security/libnettle: Makefile security/libnettle/pkg: PLIST Added files: security/libnettle/patches: patch-pkcs1-decrypt_c Log message: incompatible implicit declaration of built-in function 'alloca' CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/05/01 10:05:07 Modified files: multimedia/mlt : Makefile productivity/libalkimia: Makefile Log message: Two missing KDE4 tags, spotted by espie@. Should fix (at least some) KDE3 vs. KDE4 build problems out there. Since both ports are mine, its noone who to blame for the months long breakage, other than me. :( CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/05/01 10:19:50 Modified files: devel/p5-Devel-CheckBin: Makefile distinfo Log message: update p5-Devel-CheckBin to 0.03 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/01 10:37:32 Modified files: sys/dev/ic : i82596.c Log message: Convert to if_input(), ok miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 10:44:06 Added files: audio/gogo/patches: patch-Makefile Removed files: audio/gogo/patches: patch-a Log message: Fix patch name. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 10:51:25 Modified files: databases/mongodb/patches: patch-src_third_party_s2_base_port_h databases/sqlite3/patches: patch-src_sqliteInt_h games/eduke32/patches: patch-build_include_compat_h games/openarena/patches: patch-code_qcommon_q_platform_h graphics/xanim/patches: patch-a misc/digitemp : Makefile misc/digitemp/pkg: PLIST Removed files: games/foobillard/patches: patch-src_billard3d_c misc/digitemp/patches: patch-src_digitemp_c Log message: endian.h: drop patching or make includes consistent. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/05/01 10:56:36 Modified files: usr.bin/mandoc : mdoc_macro.c Log message: mdoc_valid_post() may indirectly call roff_node_unlink() which may set ROFF_NEXT_CHILD, which is desirable for the final call to mdoc_valid_post() - in case the target itself gets deleted, the parse point may need this adjustment - but not for the intermediate calls - if intermediate nodes get deleted, that mustn't clobber the parse point. So move setting ROFF_NEXT_SIBLING to the proper place in rew_last(). This fixes the assertion failure in jsg@'s afl test case 108/Apr27. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 11:40:58 Modified files: multimedia/k3b-kde4/patches: patch-libk3b_core_k3bglobals_cpp net/hping : Makefile net/hping/patches: patch-bytesex_h net/hping/pkg : PLIST security/aircrack-ng/patches: patch-src_osdep_byteorder_h security/l0phtcrack/patches: patch-includes_h security/samdump2/patches: patch-bkhive_c patch-hive_c patch-samdump2_c telephony/astmanproxy/patches: patch-src_include_endian_h Log message: Consistency in endian.h includes. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/01 11:52:00 Modified files: infrastructure/man/man1: dpb.1 Log message: color display is there to stay as an option CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 12:04:07 Modified files: textproc/exempi: Makefile textproc/exempi/pkg: PLIST x11/driftnet/patches: patch-src_display_img_h misc/hfsplus/patches: patch-libhfsp_src_swab_h patch-libhfsp_src_unicode_c Removed files: textproc/exempi/patches: patch-public_include_XMP_UnixEndian_h x11/kde/multimedia3/patches: patch-kioslave_audiocd_plugins_lame_encoderlame_cpp Log message: Make endian.h includes consistent. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/01 12:07:31 Modified files: infrastructure/man/man1: dpb.1 Log message: document the !sudo building model CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 12:25:59 Modified files: games/pokerth : Makefile Log message: Drop maintainer, this is just too addictive. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/01 12:27:43 Modified files: infrastructure/lib/DPB/Heuristics: Size.pm Log message: give size logs to log_user. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/01 12:29:02 Modified files: infrastructure/man/man1: dpb.1 Log message: explain the make_path mechanism CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/05/01 12:36:52 Modified files: usr.bin/calendar/calendars: calendar.holiday Log message: - king's birthday now celebrated in the netherlands; from einfach jemand ok, though not neccessarily endorsed, from/by otto tim van der molen further requested it be "king's day" and the removal of antilles while here i've used an article (*the* netherlands), here and in another example CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/01 13:41:42 Modified files: infrastructure/man/man1: dpb.1 Log message: document ownership of files if you want to separate build/fetch/log zap lock_user, which isn't actually of any use. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/01 13:42:54 Modified files: infrastructure/lib/DPB: Affinity.pm Config.pm HostProperties.pm Locks.pm Log message: lock_user is not needed, defaults to log_user for all practical cases CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/05/01 14:29:19 Modified files: security/kpcli : Makefile Log message: Add missing Capture::Tiny to RDEP for proper 'copy to clipboard' support. Reminded by sbz@freebsd CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/05/01 14:39:43 Modified files: net/curl : Tag: OPENBSD_5_6 Makefile net/curl/patches: Tag: OPENBSD_5_6 patch-lib_cookie_c patch-lib_url_c Added files: net/curl/patches: Tag: OPENBSD_5_6 patch-lib_http_c patch-lib_http_negotiate_c patch-lib_http_negotiate_sspi_c patch-tests_data_test1527 patch-tests_data_test287 patch-tests_libtest_lib1527_c Log message: Security fixes: CVE-2015-3143: Re-using authenticated connection when unauthenticated CVE-2015-3144: host name out of boundary memory access CVE-2015-3145: cookie parser out of boundary memory access CVE-2015-3148: Negotiate not treated as connection-oriented CVE-2015-3153: sensitive HTTP server headers also sent to proxies Backport for CVE-2015-3148 from Ubuntu. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/01 14:49:46 Modified files: infrastructure/lib/DPB: Logger.pm PortBuilder.pm Log message: fix creation of path log files CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 15:06:44 Log message: Import gprof2dot-2015.02.03. This is a Python script to convert the output from many profilers into a dot graph. <...> req. by and ok mpi@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20150501 N ports/graphics/gprof2dot/distinfo N ports/graphics/gprof2dot/Makefile N ports/graphics/gprof2dot/pkg/DESCR N ports/graphics/gprof2dot/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 15:07:35 Modified files: graphics : Makefile Log message: +gprof2dot CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/05/01 15:53:07 Modified files: games/freeciv : Makefile Log message: don't pick up libexecinfo header; ok bentley@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/05/01 18:32:03 Modified files: sbin/ping6 : ping6.c Log message: Use strtonum() when parsing argument list, as ping(8) does. Give or take a cast. Tweak error messages to also be consistant with ping(8). Change lower bound of '-h' to 0 from -1 at the request of florian@. Tweaks and suggestions from, ok florian@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/01 23:47:57 Modified files: audio/pavucontrol: Makefile Log message: Needs to BUILD_DEPENDS on www/lynx. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/05/02 01:05:38 Modified files: usr.bin/calendar/calendars: calendar.holiday Log message: statue [sic] day in netherlands antilles becomes kingdom day in the netherlands; thanks paul de weerd for pointers CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 01:36:16 Modified files: multimedia/x265: Makefile Log message: Switch the dist site to the VLC mirror. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 01:39:02 Modified files: x11/lumina : Makefile distinfo x11/lumina/pkg : PLIST Log message: Update to lumina-0.8.4. prodded by landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 02:31:21 Modified files: mail/drac : Makefile mail/drac/patches: patch-dracauth_3 Log message: Regen patch. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/05/02 03:10:04 Modified files: math/R : Makefile Added files: math/R/patches : patch-src_include_Rinterface_h Log message: Unbreak linking to R library (defintion instead of declaration in header file). Breakage noticed by aja@. Committing now until (if) MAINTAINER will come with a better fix. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/05/02 03:22:58 Modified files: math/R/patches : patch-Makefile_in patch-configure patch-src_main_Makefile_in patch-src_main_connections_c Log message: Sync patches, doesn't affect package. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 03:35:44 Modified files: etc : rc rc.conf share/man/man8 : rc.conf.8 Log message: Drop pf_rules and ipsec_rules from rc.conf(5); it shouldn't have been made tweakable: there's no real point and these files support the 'include' option so one can always get its config from whatever path... especially useful when testing a new ruleset. man page inputs from schwarze@ ok halex@ schwarze@ rpe@ deraadt@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 03:36:27 Modified files: etc/rc.d : rc.subr Log message: No more pf_rules ipsec_rules. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 03:37:57 Modified files: faq : current.html Log message: pf_rules are ipsec_rules are gone; wording checked by sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 03:39:05 Modified files: print/enscript : Makefile Added files: print/enscript/patches: patch-compat_getopt_c Log message: Fix implicit declaration of 'strlen'. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 03:42:44 Modified files: audio/cdparanoia: Makefile Removed files: audio/cdparanoia/patches: patch-header_c Log message: ENOTCARE about that particular one; discussed with miod@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/02 03:44:40 Modified files: infrastructure/lib/DPB: Affinity.pm Config.pm Fetch.pm HostProperties.pm Locks.pm Logger.pm Added files: infrastructure/lib/DPB: User.pm Log message: move the user handling code to a separate file. remove "run_as" for open, we can do things directly. More explicit code on open. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/05/02 03:48:12 Modified files: x11/kde4/cantor: Makefile Added files: x11/kde4/cantor/patches: patch-src_backends_R_CMakeLists_txt patch-src_backends_R_rserver_CMakeLists_txt Log message: Make recent Cantor versions pick up R without help of LD_LIBRARY_PATH hack. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 04:25:47 Modified files: security/p11-kit: Makefile Added files: security/p11-kit/patches: patch-common_compat_c patch-common_test-message_c Log message: Fix a couple of implicit declarations. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 04:37:43 Modified files: x11/gnome/file-roller: Makefile x11/gnome/file-roller/patches: patch-src_fr-command-unarchiver_c Log message: Better patch and add BZ URL. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/02 04:44:29 Modified files: sys/dev/usb : if_mos.c if_upgt.c udl.c Log message: add missing splx calls CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/05/02 04:59:47 Modified files: sys/arch/hppa/hppa: mutex.c sys/arch/hppa/include: mutex.h Log message: rework hppa mutexes. this is largely based on src/sys/arch/alpha/alpha/mutex.c r1.14 and src/sys/arch/sgi/sgi/mutex.c r1.15 always and explicitely record which cpu owns the lock (or NULL if noone owns it). improve the mutex diagnostics/asserts so they operate on the mtx_owner field rather than mtx_lock. previously the asserts would assume the lock cpu owns the lock if any of them own the lock, which blows up badly. hppa hasnt got good atomic cpu opcodes, so this still relies on ldcws to serialise access to the lock. while im here i also shuffled the code. on MULTIPROCESSOR systems instead of duplicating code between mtx_enter and mtx_enter_try, mtx_enter simply loops on mtx_enter_try until it succeeds. this also provides an alternative implementation of mutexes on !MULTIPROCESSOR systems that avoids interlocking opcodes. mutexes wont contend on UP boxes, theyre basically wrappers around spls. we can just do the splraise, stash the owner as a guard value for DIAGNOSTIC and return. similarly, mtx_enter_try on UP will never fail, so we can just call mtx_enter and return 1. tested by and ok kettenis@ jsing@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/02 05:00:33 ports/devel/gtkparasite/patches Update of /cvs/ports/devel/gtkparasite/patches In directory cvs.openbsd.org:/tmp/cvs-serv926/patches Log Message: Directory /cvs/ports/devel/gtkparasite/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/02 05:00:37 Modified files: infrastructure/bin: dolock Log message: give a -m option to dolock, since it can create directories. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/02 05:02:45 Modified files: devel/gtkparasite: Makefile Added files: devel/gtkparasite/patches: patch-autogen_sh Log message: BDEP on libtool. Add a patch to avoid running configure at the end of autogen.sh as well as again for the "proper" run with env/flags. We aren't making any changes to autoconf input files, this is yet another example of a github-based project who can't be bothered to run autoconf themselves and provide a proper distribution tarball. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/02 05:02:54 Modified files: infrastructure/man/man1: dolock.1 Log message: document -m CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/02 05:04:38 Modified files: infrastructure/lib/DPB: Core.pm Shell.pm Log message: allow setting user thru the Core (for future round-robin builds) CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2015/05/02 05:56:14 Modified files: devel/cppcheck : Makefile distinfo devel/cppcheck/pkg: PLIST Log message: update to 1.69 OK aja@ CVSROOT: /cvs Module name: www Changes by: gsoares@cvs.openbsd.org 2015/05/02 06:27:26 Modified files: . : index.html Log message: bump copyright year CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/05/02 06:37:35 Modified files: sbin/dhclient : conflex.c usr.sbin/dhcpd : conflex.c Log message: Correct switch between current and previous line buffers when encountering a carriage return in the input. Found by jsg@ a long time ago in a respository far, far away. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 06:43:59 Modified files: devel/gtkparasite: Makefile Removed files: devel/gtkparasite/patches: patch-autogen_sh Log message: Drop autogen patch, we can use autoreconf. Drop useless BUILD_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 06:51:28 Modified files: graphics/xsane : Makefile Added files: graphics/xsane/patches: patch-lib_getopt_c Log message: Fix a bulk load of implicit declaration on string functions. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/02 06:55:43 Modified files: infrastructure/lib/DPB: Core.pm infrastructure/lib/DPB/Core: Init.pm infrastructure/lib/DPB/Job: Fetch.pm Log message: use the per-user Core thingy: make sure fetch cores are built with the default prop, and set them to run as fetch_user, so that I can remove the explicit run_as in the ftp command. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 07:03:14 Modified files: multimedia/libdv: Makefile Removed files: multimedia/libdv/patches: patch-configure patch-encodedv_Makefile_in patch-libdv_Makefile_in patch-libdv_dv_c patch-libdv_dv_types_h patch-libdv_pc_in Log message: Drop uneeded patches. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/02 07:12:39 Modified files: infrastructure/lib/DPB: Core.pm User.pm Log message: future round-robin mode, one user per-build. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/05/02 07:15:24 Modified files: usr.sbin/relayd: ca.c config.c parse.y relayd.c relayd.h Log message: Fix obvious problems with relayd config reload. - fix a TAILQ corruption because of a use after free - do not reinit the SSL engine since that fails OK sthen, benno CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/05/02 07:36:44 Modified files: textproc/markdown: Makefile distinfo Log message: Update textproc/markdown to 2.6.1 OK aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 08:24:12 Modified files: x11/gnome/vinagre: Makefile Added files: x11/gnome/vinagre/patches: patch-configure_ac patch-vinagre_pty_open_c Log message: Fix a couple of implicit declarations. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/05/02 08:29:32 Modified files: sbin/dhclient : conflex.c usr.sbin/dhcpd : conflex.c Log message: Hoist common assignments out of a series of if/if-else statements in get_token(). Simplifies code and shrinks future diff. No intentional functional change. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/02 08:33:20 Modified files: sys/arch/solbourne/solbourne: pmap.c sys/arch/mips64/mips64: pmap.c sys/arch/vax/if: sgec.c Log message: add missing splx calls ok miod@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/02 08:43:06 Modified files: sys/compat/linux: linux_misc.c Log message: add missing splx calls ok krw@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 09:29:49 Modified files: net/py-libcloud: Makefile distinfo net/py-libcloud/pkg: PLIST Log message: Update to py-libcloud-0.17.0. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/05/02 09:30:31 Modified files: x11/tellico-kde4: Makefile distinfo x11/tellico-kde4/pkg: PLIST Added files: x11/tellico-kde4/patches: patch-src_fetch_allocinefetcher_cpp patch-src_fetch_discogsfetcher_cpp patch-src_fetch_discogsfetcher_cpp.orig patch-src_fetch_moviemeterfetcher_cpp patch-src_fetch_themoviedbfetcher_cpp patch-src_fetch_vndbfetcher_cpp patch-src_tests_discogsfetchertest_cpp Removed files: x11/tellico-kde4/patches: patch-src_gui_CMakeLists_txt Log message: Update KDE4 version of Tellico to 2.3.10. This includes a few patches from upstream (to be gone in the next release). Prodded and reminded by , thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 09:32:09 Modified files: textproc/p5-Sort-Versions: Makefile distinfo Log message: Update to p5-Sort-Versions-1.61. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 09:42:02 Modified files: www/hiawatha : Makefile distinfo www/hiawatha/patches: patch-config_hiawatha_conf_in patch-man_hiawatha_1_in patch-src_serverconfig_c www/hiawatha/pkg: PLIST Log message: Update to hiawatha-9.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 09:53:02 Modified files: x11/p5-Gtk2 : Makefile distinfo Removed files: x11/p5-Gtk2/patches: patch-xs_GdkDisplay_xs Log message: Update to p5-Gtk2-1.2495. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/02 09:59:06 Modified files: infrastructure/lib/DPB: Shell.pm Log message: fix gid switch CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/02 09:59:35 Modified files: infrastructure/lib/DPB: PortBuilder.pm Log message: show the user for roundrobin CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/05/02 10:05:07 Modified files: devel/p5-Term-ReadKey: Makefile Removed files: devel/p5-Term-ReadKey/patches: patch-genchars_pl Log message: Remove 9 year old patch that now breaks GetControlChars(). ok ajacoutot@ GetControlChars() should return something that looks like a control char this patch made it return a number instead. Found while porting sslmate. perl -MTerm::ReadKey -MScalar::Util -e \ 'print Scalar::Util::looks_like_number({GetControlChars}->{EOF}) ? 1 : 0;' The above should return 0 but as returning 1. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/02 10:07:44 Modified files: infrastructure/lib/DPB: User.pm Log message: thinko CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/02 10:41:20 Modified files: infrastructure/lib/DPB: HostProperties.pm User.pm Log message: add more knobs to handle directory issues under "hostile" circumstances CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/02 10:42:55 Modified files: infrastructure/bin: dolock infrastructure/man/man1: dolock.1 Log message: add options so that dolock will work with install -d options CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/02 11:14:50 Modified files: infrastructure/lib/DPB: User.pm Log message: tweak round-robin mode to start at the first id CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/05/02 11:16:07 Modified files: sbin/ping : ping.c Log message: A ttl of 0 is valid. While here use MAXTTL instead of 255. Input bluhm@, OK krw@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 11:18:30 Modified files: www/uriparser : Makefile distinfo www/uriparser/pkg: PLIST Log message: Update to uriparser-0.8.2. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/05/02 11:19:42 Modified files: sbin/ping6 : ping6.c Log message: Use IPV6_MAXHLIM instead of 255; pointed out by bluhm@ No object change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 11:23:57 Modified files: www/bluefish : Makefile distinfo Log message: Update to bluefish-2.2.7. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/02 11:43:27 Modified files: infrastructure/lib/DPB: Vars.pm Log message: forgot to drop user there. Probably a few more left :( CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/05/02 12:03:37 Modified files: sbin/ping : ping.c Log message: de-castify strtonum to make it consistent again. Pointed out by bluhm@; no object change. OK bluhm@, krw@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/05/02 12:13:42 Modified files: sys/dev/ic : aac.c Log message: Die, damned distracting red space. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/05/02 12:17:01 Log message: Import tex by topic from Vincent Gross. TeX by Topic is a systematic reference manual designed as a companion to tutorial guides on the system. Packed with original, practical ideas, this book provides an invaluable information source that will give the TeX user the essential insight needed to solve TeX problems. ok espie@ Status: Vendor Tag: vgross Release Tags: landry_20150502 N ports/books/tex-by-topic/Makefile N ports/books/tex-by-topic/distinfo N ports/books/tex-by-topic/pkg/DESCR N ports/books/tex-by-topic/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/05/02 12:17:34 Modified files: books : Makefile Log message: +tex-by-topic CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/02 12:22:23 Modified files: emulators/sdlmame: Makefile emulators/sdlmess: Makefile Log message: Drop maintainer of MAME and MESS and bump. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 12:22:24 Modified files: productivity/palm2ical: Makefile distinfo Log message: Update to palm2ical-1.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 12:37:51 Modified files: games/vms-empire: Makefile distinfo games/vms-empire/pkg: PLIST Log message: Update to vms-empire-1.13; req. by landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 13:32:54 Modified files: fonts/ja-kanjistrokeorders-ttf: Makefile distinfo fonts/ja-kanjistrokeorders-ttf/pkg: PLIST Log message: Update to ja-kanjistrokeorders-ttf-3.001. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 13:50:29 Modified files: net/cnupm : Makefile distinfo net/cnupm/patches: patch-cnupmstat_cnupmstat_8 Log message: Update to cnupm-3.12. CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2015/05/02 13:54:29 Modified files: . : want.html Log message: I could use a 2.5" dual-drive bay for sparc64 T1000. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 13:58:48 Modified files: multimedia/lsdvd: Makefile distinfo multimedia/lsdvd/patches: patch-lsdvd_c Removed files: multimedia/lsdvd/patches: patch-ohuman_c Log message: Update to lsdvd-0.17. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 14:00:54 Modified files: textproc/cdiff : Makefile Log message: Did not mean to be MAINTAINER. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 14:06:00 Modified files: graphics/netpbm: Makefile distinfo Log message: Minor update to "super stable" netpbm-10.35.95. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 14:21:07 Modified files: audio/gimmix : Makefile distinfo Removed files: audio/gimmix/patches: patch-src_gimmix-playlist_c Log message: Update to gimmix-0.5.7.2. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/02 14:50:08 Modified files: sys/arch/alpha/alpha: pmap.c Log message: fix build with option DEBUG CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/02 14:53:18 Modified files: audio/libnjb : Makefile distinfo audio/libnjb/pkg: PLIST Log message: Update to libnjb-2.2.7. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/02 15:52:19 Modified files: sysutils/nut : Makefile sysutils/nut/pkg: PLIST-main README-main Log message: Tweaks to sysutils/nut: - Install libupsclient headers/pkgconfig files. landry@ asked about these; they needed a --with-dev configure flag to get them installed... - Get rid of the useless ${NUT_USER} and ${NUT_ID} SUBST_VARS which are now getting in the way of new files in the PLIST. - Move some files from /usr/local/share/ups to a more easily recognisable /usr/local/share/nut. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/05/02 16:26:00 Modified files: infrastructure/man/man1: dpb.1 Log message: Fix typo, s/unjunk/nojunk/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/02 16:29:46 Modified files: x11/girara : Makefile Log message: hidden dep on json-c CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/02 19:44:34 Modified files: sbin/dump : dump.8 dump.h itime.c main.c Log message: Eliminate the -U flag and make usage of DUID in /etc/dumpdates the default. Correct old style entries so nothing has to be done for the admin. diff from Manuel Giraud (manuel (at) ledu-giraud.fr) Thanks! CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/02 20:02:15 Modified files: sys/nfs : nfs_vnops.c Log message: Make sure we don't leak bytes from malloced memory in the padding of struct dirent. (The memset in previous commit was both wrong and insufficient.) problem with memset noted by brad@ and jsg@ ok millert@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/02 20:10:13 Modified files: sys/dev/ic : ciss.c Log message: add missing CISS_UNLOCK_SCRATCH/splx calls ok krw@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/02 20:51:35 Modified files: multimedia/livestreamer: Makefile distinfo multimedia/livestreamer/pkg: PLIST Log message: Update to 1.12.2 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/03 00:23:28 Modified files: bin/ps : ps.h Log message: struct usave is unused, and eproc is gone; delete the former and stop referencing them in comments CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/03 00:44:38 Modified files: x11/gnome/vinagre/patches: patch-configure_ac patch-vinagre_pty_open_c Log message: Pushed upstream CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/03 02:06:03 Modified files: infrastructure/mk: bsd.port.mk Log message: create "common" dirs using install -d and a knob for changing ownership This should help people working on communalized machines (and also dpb in round-robin mode). CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/03 02:15:35 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: typo in comment CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/05/03 02:27:59 Modified files: devel/py-buildbot: Makefile distinfo devel/py-buildbot/pkg: PLIST Log message: Update to buildbot 0.8.12. See http://docs.buildbot.net/current/relnotes/index.html for changes. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/05/03 02:28:07 Modified files: devel/py-buildslave: Makefile distinfo Log message: Update to buildslave 0.8.12. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/03 03:21:47 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/03 04:32:28 Modified files: infrastructure/lib/DPB: Host.pm Log message: comment on that quirk CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/03 04:33:02 Modified files: infrastructure/lib/DPB: User.pm Log message: add a few more user convenience functions CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/03 04:33:59 Modified files: infrastructure/lib/DPB: Affinity.pm Fetch.pm Locks.pm Logger.pm infrastructure/lib/DPB/Job: Fetch.pm Log message: do a few more things with the correct user CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/05/03 04:41:35 Modified files: sysutils/collectd: Makefile distinfo sysutils/collectd/patches: patch-Makefile_in patch-configure patch-src_Makefile_in patch-src_libcollectdclient_Makefile_in patch-src_tcpconns_c Added files: sysutils/collectd/pkg: DESCR-memcachec DESCR-nut DESCR-python DESCR-virt PLIST-memcachec PLIST-nut PLIST-python PLIST-virt Log message: Update to collectd 5.4.2. See https://github.com/collectd/collectd/releases/tag/collectd-5.4.2 for details. Enable memcachec, libvirt, python and nut plugins, each in its subpackage. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/05/03 04:49:48 Modified files: games/garden : Makefile distinfo games/garden/pkg: PLIST Log message: Update to garden-1.0.9. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/05/03 05:30:34 Modified files: editors/libreoffice: Makefile distinfo editors/libreoffice/patches: patch-basic_source_runtime_methods_cxx patch-configure patch-desktop_source_app_app_cxx patch-external_coinmp_ExternalPackage_coinmp_mk patch-external_cppunit_UnpackedTarball_cppunit_mk patch-external_libexttextcat_UnpackedTarball_exttextcat_mk patch-external_libmwaw_ExternalPackage_libmwaw_mk patch-external_libodfgen_ExternalPackage_libodfgen_mk patch-external_librevenge_ExternalPackage_librevenge_mk patch-external_libwps_ExternalPackage_libwps_mk patch-external_lpsolve_UnpackedTarball_lpsolve_mk patch-sal_cppunittester_cppunittester_cxx patch-sc_qa_unit_subsequent_filters-test_cxx patch-shell_source_unix_exec_shellexec_cxx patch-solenv_gbuild_platform_com_GCC_defs_mk patch-stoc_source_corereflection_criface_cxx patch-svx_Library_svxcore_mk patch-sw_Executable_tiledrendering_mk patch-vcl_Executable_ui-previewer_mk patch-vcl_Library_desktop_detector_mk patch-vcl_Library_vcl_mk patch-vcl_Library_vclplug_kde_mk patch-vcl_unx_gtk_gdi_salnativewidgets-gtk_cxx editors/libreoffice/pkg: PLIST-java PLIST-main Added files: editors/libreoffice/patches: patch-Repository_mk patch-desktop_Library_sofficeapp_mk patch-external_libpagemaker_UnpackedTarball_libpagemaker_mk patch-external_libpagemaker_patch-ldflags patch-include_LibreOfficeKit_LibreOfficeKitInit_h patch-libreofficekit_Executable_gtktiledviewer_mk patch-libreofficekit_Executable_tilebench_mk patch-libreofficekit_Module_libreofficekit_mk patch-libreofficekit_qa_gtktiledviewer_gtktiledviewer_cxx patch-svx_Executable_gengal_mk patch-vcl_Executable_icontest_mk patch-vcl_Executable_vcldemo_mk patch-vcl_Library_vclplug_gen_mk patch-vcl_Library_vclplug_gtk3_mk patch-vcl_Library_vclplug_gtk_mk patch-vcl_Library_vclplug_kde4_mk patch-vcl_Library_vclplug_svp_mk patch-vcl_Library_vclplug_tde_mk patch-vcl_Module_vcl_mk patch-vcl_StaticLibrary_glxtest_mk Removed files: editors/libreoffice/patches: patch-autogen_sh patch-extensions_Executable_nsplugin_mk patch-shell_Module_shell_mk Log message: update to 4.4.2.2 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/03 06:15:05 Modified files: infrastructure/lib/DPB: Vars.pm Log message: that's cute CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/03 06:22:42 Modified files: infrastructure/lib/DPB: Affinity.pm Log message: store the user if necessary for round-robin mode CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/03 06:26:10 Modified files: infrastructure/lib/DPB: Core.pm infrastructure/lib/DPB/SubEngine: Build.pm Log message: tweak affinity checks to include user in schizophrenic mode CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/05/03 06:53:36 Modified files: share/man/man8 : autoinstall.8 Log message: Remove subsections and start documentation of autoinstall only installer features. Feedback and OK jmc@ "Reads ok" krw@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/03 06:55:42 ports/games/gottcode/tanglet/patches Update of /cvs/ports/games/gottcode/tanglet/patches In directory cvs.openbsd.org:/tmp/cvs-serv3798/patches Log Message: Directory /cvs/ports/games/gottcode/tanglet/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/05/03 06:56:55 Modified files: sysutils/ansible: Makefile distinfo Log message: Update sysutils/ansible to 1.9.1, which is mostly a bugfix release. OK aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/03 06:57:01 Modified files: games/gottcode : Makefile.inc games/gottcode/tanglet: Makefile Added files: games/gottcode/tanglet/patches: patch-tanglet_pro Log message: qt5 link_pkgconfig is broken in some funky way when WRKOBJDIR is set to a non standard path. To be investigated... ok landry@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/05/03 07:00:53 Modified files: x11/qt5 : Makefile Log message: Fix a few more glitches in Qt5: * Add missing Qt5Designer in WANTLIB-examples; * Add a gross hack for pkgconfig files being generated to avoid value of WRKBUILD mentioned in them; * Unhide dependency on geo/geoclue (used by Qt5Location). CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/05/03 07:10:59 Modified files: x11/qt5 : Makefile Log message: Oops, -examples should be bumped, too. CVSROOT: /cvs Module name: ports Changes by: bmercer@cvs.openbsd.org 2015/05/03 07:31:49 Modified files: devel/teensyloader: Makefile distinfo devel/teensyloader/patches: patch-Makefile_bsd devel/teensyloader/pkg: PLIST Log message: Update teensyloader to the latest version. Feedback from bcallah. Testing and OK from abieber@, "basically OK" for the original version sthen@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/03 08:16:29 Modified files: x11/gnome/gedit-code-assistance: Makefile distinfo Log message: update to gedit-code-assistance-3.16.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/03 08:16:46 Modified files: x11/gnome/code-assistance: Makefile distinfo x11/gnome/code-assistance/pkg: PLIST Removed files: x11/gnome/code-assistance/patches: patch-configure Log message: update to gnome-code-assistance-3.16.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/03 08:19:00 Modified files: devel/p5-Want : Makefile distinfo devel/p5-Want/pkg: PLIST Log message: update to Want-0.26 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/03 08:27:18 Modified files: devel/libgit2/libgit2-glib: Makefile distinfo Log message: update to libgit2-glib-0.22.8 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/03 08:30:30 Modified files: net/telepathy/telepathy-logger: Makefile distinfo net/telepathy/telepathy-logger/patches: patch-configure net/telepathy/telepathy-logger/pkg: PLIST Log message: update to telepathy-logger-0.8.2 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/05/03 09:35:38 Log message: import of iridium-41.2: Iridium is a free, open, and libre browser modification of the Chromium code base, with privacy being enhanced in several key areas. Automatic transmission of partial queries, keywords, metrics to central services inhibited and only occurs with consent. In addition, all our builds are reproducible, and modifications are auditable, setting the project ahead of other secure browser providers. For more information, visit: https://iridiumbrowser.de/about ok ajacoutot@ Status: Vendor Tag: robert Release Tags: robert_20150503 N ports/www/iridium/Makefile N ports/www/iridium/distinfo N ports/www/iridium/files/sndio_output.cc N ports/www/iridium/files/sndio_output.h N ports/www/iridium/files/iridium N ports/www/iridium/files/iridium-browser.desktop N ports/www/iridium/patches/patch-apps_apps_gypi N ports/www/iridium/patches/patch-apps_ui_views_app_window_frame_view_cc N ports/www/iridium/patches/patch-base_atomicops_h N ports/www/iridium/patches/patch-base_base_gypi N ports/www/iridium/patches/patch-base_debug_debugger_posix_cc N ports/www/iridium/patches/patch-base_debug_proc_maps_linux_cc N ports/www/iridium/patches/patch-base_debug_stack_trace_h N ports/www/iridium/patches/patch-base_debug_stack_trace_posix_cc N ports/www/iridium/patches/patch-base_message_loop_message_loop_cc N ports/www/iridium/patches/patch-base_posix_unix_domain_socket_linux_cc N ports/www/iridium/patches/patch-chrome_browser_ui_browser_cc N ports/www/iridium/patches/patch-base_process_launch_h N ports/www/iridium/patches/patch-base_process_memory_linux_cc N ports/www/iridium/patches/patch-base_process_process_handle_openbsd_cc N ports/www/iridium/patches/patch-base_process_process_iterator_openbsd_cc N ports/www/iridium/patches/patch-base_process_process_metrics_openbsd_cc N ports/www/iridium/patches/patch-base_strings_safe_sprintf_cc N ports/www/iridium/patches/patch-base_sys_info_openbsd_cc N ports/www/iridium/patches/patch-base_sys_info_posix_cc N ports/www/iridium/patches/patch-base_test_launcher_test_launcher_cc N ports/www/iridium/patches/patch-base_threading_platform_thread_linux_cc N ports/www/iridium/patches/patch-build_all_gyp N ports/www/iridium/patches/patch-build_common_gypi N ports/www/iridium/patches/patch-build_filename_rules_gypi N ports/www/iridium/patches/patch-chrome_app_chrome_main_delegate_cc N ports/www/iridium/patches/patch-chrome_app_chrome_main_delegate_h N ports/www/iridium/patches/patch-chrome_app_chromium_strings_grd N ports/www/iridium/patches/patch-chrome_app_google_chrome_strings_grd N ports/www/iridium/patches/patch-chrome_app_resources_locale_settings_grd N ports/www/iridium/patches/patch-chrome_app_theme_theme_resources_grd N ports/www/iridium/patches/patch-chrome_browser_about_flags_cc N ports/www/iridium/patches/patch-chrome_browser_browser_resources_grd N ports/www/iridium/patches/patch-device_hid_hid_gyp N ports/www/iridium/patches/patch-chrome_browser_chrome_browser_main_posix_cc N ports/www/iridium/patches/patch-chrome_browser_chrome_content_browser_client_cc N ports/www/iridium/patches/patch-chrome_browser_chrome_content_browser_client_h N ports/www/iridium/patches/patch-chrome_browser_custom_handlers_protocol_handler_registry_cc N ports/www/iridium/patches/patch-chrome_browser_defaults_cc N ports/www/iridium/patches/patch-chrome_browser_download_chrome_download_manager_delegate_cc N ports/www/iridium/patches/patch-chrome_browser_download_download_prefs_cc N ports/www/iridium/patches/patch-chrome_browser_download_download_prefs_h N ports/www/iridium/patches/patch-chrome_browser_download_download_shelf_context_menu_cc N ports/www/iridium/patches/patch-chrome_browser_download_download_shelf_context_menu_h N ports/www/iridium/patches/patch-chrome_browser_download_download_status_updater_cc N ports/www/iridium/patches/patch-chrome_browser_extensions_api_image_writer_private_image_writer_private_api_cc N ports/www/iridium/patches/patch-chrome_browser_extensions_api_music_manager_private_device_id_linux_cc N ports/www/iridium/patches/patch-chrome_browser_extensions_api_omnibox_omnibox_api_cc N ports/www/iridium/patches/patch-chrome_browser_memory_details_cc N ports/www/iridium/patches/patch-chrome_browser_first_run_first_run_internal_posix_cc N ports/www/iridium/patches/patch-chrome_browser_first_run_upgrade_util_linux_cc N ports/www/iridium/patches/patch-chrome_browser_gpu_gl_string_manager_cc N ports/www/iridium/patches/patch-chrome_browser_gpu_gpu_feature_checker_cc N ports/www/iridium/patches/patch-chrome_browser_media_galleries_fileapi_mtp_device_map_service_cc N ports/www/iridium/patches/patch-chrome_browser_media_galleries_media_file_system_registry_cc N ports/www/iridium/patches/patch-chrome_browser_media_galleries_media_folder_finder_cc N ports/www/iridium/patches/patch-chrome_chrome_browser_gypi N ports/www/iridium/patches/patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc N ports/www/iridium/patches/patch-chrome_browser_net_async_dns_field_trial_cc N ports/www/iridium/patches/patch-chrome_browser_net_cookie_store_util_cc N ports/www/iridium/patches/patch-chrome_browser_notifications_message_center_notification_manager_cc N ports/www/iridium/patches/patch-chrome_browser_platform_util_linux_cc N ports/www/iridium/patches/patch-chrome_browser_plugins_plugins_resource_service_cc N ports/www/iridium/patches/patch-chrome_browser_process_singleton_posix_cc N ports/www/iridium/patches/patch-chrome_browser_ssl_ssl_blocking_page_cc N ports/www/iridium/patches/patch-chrome_browser_renderer_preferences_util_cc N ports/www/iridium/patches/patch-chrome_browser_resources_plugin_metadata_plugins_linux_json N ports/www/iridium/patches/patch-chrome_browser_speech_tts_controller_impl_cc N ports/www/iridium/patches/patch-chrome_browser_sync_profile_sync_components_factory_impl_cc N ports/www/iridium/patches/patch-chrome_browser_ui_ash_system_tray_delegate_common_cc N ports/www/iridium/patches/patch-chrome_browser_ui_aura_chrome_browser_main_extra_parts_aura_cc N ports/www/iridium/patches/patch-chrome_browser_ui_aura_chrome_browser_main_extra_parts_aura_h N ports/www/iridium/patches/patch-chrome_browser_ui_browser_command_controller_cc N ports/www/iridium/patches/patch-chrome_browser_ui_browser_view_prefs_cc N ports/www/iridium/patches/patch-chrome_browser_ui_exclusive_access_exclusive_access_bubble_cc N ports/www/iridium/patches/patch-chrome_browser_ui_panels_panel_manager_cc N ports/www/iridium/patches/patch-chrome_browser_ui_startup_bad_flags_prompt_cc N ports/www/iridium/patches/patch-chrome_browser_ui_startup_startup_browser_creator_cc N ports/www/iridium/patches/patch-chrome_browser_ui_toolbar_wrench_menu_model_cc N ports/www/iridium/patches/patch-chrome_browser_ui_views_accelerator_table_cc N ports/www/iridium/patches/patch-chrome_browser_ui_views_app_list_linux_app_list_linux_cc N ports/www/iridium/patches/patch-chrome_browser_ui_views_apps_chrome_native_app_window_views_cc N ports/www/iridium/patches/patch-chrome_browser_ui_views_ash_chrome_browser_main_extra_parts_ash_cc N ports/www/iridium/patches/patch-chrome_browser_ui_views_chrome_views_delegate_cc N ports/www/iridium/patches/patch-chrome_browser_ui_views_chrome_views_delegate_h N ports/www/iridium/patches/patch-chrome_browser_ui_views_first_run_dialog_cc N ports/www/iridium/patches/patch-chrome_browser_ui_views_frame_desktop_browser_frame_aura_cc N ports/www/iridium/patches/patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc N ports/www/iridium/patches/patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_layout_cc N ports/www/iridium/patches/patch-chrome_browser_ui_views_frame_system_menu_model_builder_cc N ports/www/iridium/patches/patch-chrome_browser_ui_views_message_center_message_center_frame_view_cc N ports/www/iridium/patches/patch-chrome_browser_ui_views_message_center_message_center_widget_delegate_cc N ports/www/iridium/patches/patch-chrome_browser_ui_views_message_center_web_notification_tray_cc N ports/www/iridium/patches/patch-net_net_gypi N ports/www/iridium/patches/patch-chrome_browser_ui_views_panels_panel_frame_view_cc N ports/www/iridium/patches/patch-chrome_browser_ui_views_tabs_tab_drag_controller_cc N ports/www/iridium/patches/patch-chrome_browser_ui_views_tabs_tab_strip_cc N ports/www/iridium/patches/patch-chrome_browser_ui_webui_about_ui_cc N ports/www/iridium/patches/patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc N ports/www/iridium/patches/patch-chrome_browser_ui_webui_options_browser_options_handler_cc N ports/www/iridium/patches/patch-chrome_browser_ui_webui_options_browser_options_handler_h N ports/www/iridium/patches/patch-chrome_chrome_browser_ui_gypi N ports/www/iridium/patches/patch-chrome_browser_web_applications_web_app_cc N ports/www/iridium/patches/patch-chrome_browser_web_applications_web_app_h N ports/www/iridium/patches/patch-chrome_chrome_browser_extensions_gypi N ports/www/iridium/patches/patch-chrome_chrome_exe_gypi N ports/www/iridium/patches/patch-chrome_common_chrome_paths_cc N ports/www/iridium/patches/patch-chrome_common_chrome_paths_h N ports/www/iridium/patches/patch-chrome_common_chrome_switches_cc N ports/www/iridium/patches/patch-chrome_common_chrome_switches_h N ports/www/iridium/patches/patch-chrome_common_extensions_api_schemas_gypi N ports/www/iridium/patches/patch-chrome_common_extensions_command_cc N ports/www/iridium/patches/patch-chrome_common_pref_names_cc N ports/www/iridium/patches/patch-chrome_common_pref_names_h N ports/www/iridium/patches/patch-chrome_renderer_printing_print_web_view_helper_h N ports/www/iridium/patches/patch-chrome_test_perf_perf_test_cc N ports/www/iridium/patches/patch-chrome_tools_build_linux_sed_sh N ports/www/iridium/patches/patch-chrome_utility_media_galleries_image_metadata_extractor_cc N ports/www/iridium/patches/patch-components_dom_distiller_gypi N ports/www/iridium/patches/patch-components_policy_resources_policy_templates_json N ports/www/iridium/patches/patch-components_policy_tools_generate_policy_source_py N ports/www/iridium/patches/patch-components_storage_monitor_gypi N ports/www/iridium/patches/patch-components_storage_monitor_storage_monitor_openbsd_cc N ports/www/iridium/patches/patch-components_storage_monitor_storage_monitor_openbsd_h N ports/www/iridium/patches/patch-content_app_content_main_runner_cc N ports/www/iridium/patches/patch-content_browser_browser_main_loop_cc N ports/www/iridium/patches/patch-content_browser_child_process_launcher_cc N ports/www/iridium/patches/patch-content_browser_download_base_file_cc N ports/www/iridium/patches/patch-content_browser_download_base_file_linux_cc N ports/www/iridium/patches/patch-content_browser_gpu_gpu_internals_ui_cc N ports/www/iridium/patches/patch-content_browser_geolocation_location_arbitrator_impl_cc N ports/www/iridium/patches/patch-content_browser_gpu_gpu_data_manager_impl_private_cc N ports/www/iridium/patches/patch-content_browser_power_usage_monitor_impl_cc N ports/www/iridium/patches/patch-content_browser_renderer_host_p2p_socket_dispatcher_host_h N ports/www/iridium/patches/patch-content_browser_renderer_host_render_widget_host_view_aura_cc N ports/www/iridium/patches/patch-content_browser_tracing_tracing_ui_cc N ports/www/iridium/patches/patch-content_common_gpu_gpu_memory_manager_h N ports/www/iridium/patches/patch-content_content_browser_gypi N ports/www/iridium/patches/patch-content_common_set_process_title_linux_cc N ports/www/iridium/patches/patch-content_common_set_process_title_linux_h N ports/www/iridium/patches/patch-content_content_common_gypi N ports/www/iridium/patches/patch-content_content_renderer_gypi N ports/www/iridium/patches/patch-content_gpu_gpu_main_cc N ports/www/iridium/patches/patch-content_ppapi_plugin_ppapi_blink_platform_impl_cc N ports/www/iridium/patches/patch-content_public_common_content_switches_cc N ports/www/iridium/patches/patch-content_public_common_content_switches_h N ports/www/iridium/patches/patch-content_renderer_pepper_usb_key_code_conversion_cc N ports/www/iridium/patches/patch-pdf_pdf_gyp N ports/www/iridium/patches/patch-content_renderer_render_thread_impl_cc N ports/www/iridium/patches/patch-content_renderer_renderer_blink_platform_impl_cc N ports/www/iridium/patches/patch-content_renderer_renderer_main_platform_delegate_linux_cc N ports/www/iridium/patches/patch-content_renderer_webscrollbarbehavior_impl_gtkoraura_cc N ports/www/iridium/patches/patch-content_shell_browser_shell_browser_context_cc N ports/www/iridium/patches/patch-content_shell_browser_shell_browser_main_parts_cc N ports/www/iridium/patches/patch-device_hid_hid_service_cc N ports/www/iridium/patches/patch-device_serial_serial_gyp N ports/www/iridium/patches/patch-device_usb_usb_context_cc N ports/www/iridium/patches/patch-device_serial_serial_io_handler_posix_cc N ports/www/iridium/patches/patch-device_serial_serial_service_impl_cc N ports/www/iridium/patches/patch-device_usb_usb_error_cc N ports/www/iridium/patches/patch-device_usb_usb_service_impl_cc N ports/www/iridium/patches/patch-extensions_browser_api_serial_serial_api_cc N ports/www/iridium/patches/patch-gpu_command_buffer_service_async_pixel_transfer_manager_egl_cc N ports/www/iridium/patches/patch-gpu_command_buffer_service_async_pixel_transfer_manager_share_group_cc N ports/www/iridium/patches/patch-gpu_config_gpu_info_collector_linux_cc N ports/www/iridium/patches/patch-media_media_gyp N ports/www/iridium/patches/patch-gpu_config_gpu_info_collector_linux_h N ports/www/iridium/patches/patch-gpu_config_gpu_info_collector_x11_cc N ports/www/iridium/patches/patch-gpu_gpu_config_gypi N ports/www/iridium/patches/patch-gpu_tools_tools_gyp N ports/www/iridium/patches/patch-media_audio_audio_input_controller_cc N ports/www/iridium/patches/patch-media_audio_openbsd_audio_manager_openbsd_cc N ports/www/iridium/patches/patch-media_video_capture_linux_video_capture_device_factory_linux_cc N ports/www/iridium/patches/patch-media_video_capture_video_capture_device_factory_cc N ports/www/iridium/patches/patch-native_client_build_compiler_version_py N ports/www/iridium/patches/patch-net_base_address_tracker_linux_h N ports/www/iridium/patches/patch-net_base_net_util_cc N ports/www/iridium/patches/patch-net_base_net_util_linux_cc N ports/www/iridium/patches/patch-net_base_network_change_notifier_cc N ports/www/iridium/patches/patch-net_disk_cache_blockfile_disk_format_h N ports/www/iridium/patches/patch-net_dns_address_sorter_posix_cc N ports/www/iridium/patches/patch-net_dns_host_resolver_proc_cc N ports/www/iridium/patches/patch-net_http_http_network_session_cc N ports/www/iridium/patches/patch-net_socket_socks5_client_socket_cc N ports/www/iridium/patches/patch-net_udp_udp_socket_libevent_cc N ports/www/iridium/patches/patch-printing_printing_gyp N ports/www/iridium/patches/patch-ppapi_shared_impl_private_net_address_private_impl_cc N ports/www/iridium/patches/patch-printing_backend_cups_helper_cc N ports/www/iridium/patches/patch-remoting_remoting_host_gypi N ports/www/iridium/patches/patch-skia_skia_chrome_gypi N ports/www/iridium/patches/patch-skia_skia_common_gypi N ports/www/iridium/patches/patch-skia_skia_gyp N ports/www/iridium/patches/patch-sync_util_get_session_name_cc N ports/www/iridium/patches/patch-sync_util_get_session_name_linux_cc N ports/www/iridium/patches/patch-third_party_WebKit_Source_bindings_core_v8_V8ScriptRunner_cpp N ports/www/iridium/patches/patch-third_party_ffmpeg_ffmpeg_gyp N ports/www/iridium/patches/patch-ui_base_ui_base_gyp N ports/www/iridium/patches/patch-third_party_WebKit_Source_core_core_gyp N ports/www/iridium/patches/patch-third_party_WebKit_Source_platform_blink_platform_gyp N ports/www/iridium/patches/patch-third_party_WebKit_Source_platform_fonts_SimpleFontData_cpp N ports/www/iridium/patches/patch-third_party_WebKit_Source_platform_fonts_linux_FontPlatformDataLinux_cpp N ports/www/iridium/patches/patch-third_party_WebKit_Source_platform_fonts_skia_FontCacheSkia_cpp N ports/www/iridium/patches/patch-third_party_WebKit_Source_platform_heap_ThreadState_cpp N ports/www/iridium/patches/patch-third_party_WebKit_Source_platform_heap_ThreadState_h N ports/www/iridium/patches/patch-third_party_WebKit_Source_web_PopupListBox_cpp N ports/www/iridium/patches/patch-third_party_WebKit_Source_web_web_gyp N ports/www/iridium/patches/patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_asm N ports/www/iridium/patches/patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_h N ports/www/iridium/patches/patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_asm N ports/www/iridium/patches/patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_h N ports/www/iridium/patches/patch-third_party_ffmpeg_libavcodec_x86_cabac_h N ports/www/iridium/patches/patch-third_party_ffmpeg_libavutil_cpu_c N ports/www/iridium/patches/patch-third_party_ffmpeg_libavutil_mem_c N ports/www/iridium/patches/patch-third_party_iccjpeg_iccjpeg_gyp N ports/www/iridium/patches/patch-third_party_libXNVCtrl_NVCtrl_c N ports/www/iridium/patches/patch-third_party_libXNVCtrl_libXNVCtrl_gyp N ports/www/iridium/patches/patch-third_party_libjingle_libjingle_gyp N ports/www/iridium/patches/patch-third_party_libjpeg_turbo_libjpeg_gyp N ports/www/iridium/patches/patch-third_party_libvpx_source_libvpx_build_make_obj_int_extract_c N ports/www/iridium/patches/patch-third_party_libyuv_libyuv_gyp N ports/www/iridium/patches/patch-ui_gfx_canvas_skia_cc N ports/www/iridium/patches/patch-third_party_pdfium_build_standalone_gypi N ports/www/iridium/patches/patch-third_party_pdfium_core_include_fxcrt_fx_system_h N ports/www/iridium/patches/patch-third_party_pdfium_core_src_fxge_ge_fx_ge_linux_cpp N ports/www/iridium/patches/patch-third_party_pdfium_fpdfsdk_src_javascript_PublicMethods_cpp N ports/www/iridium/patches/patch-third_party_pdfium_fpdfsdk_src_jsapi_fxjs_v8_cpp N ports/www/iridium/patches/patch-third_party_protobuf_src_google_protobuf_stubs_atomicops_h N ports/www/iridium/patches/patch-third_party_protobuf_src_google_protobuf_stubs_strutil_h N ports/www/iridium/patches/patch-ui_views_views_gyp N ports/www/iridium/patches/patch-third_party_skia_gyp_ports_gyp N ports/www/iridium/patches/patch-third_party_skia_src_core_SkVarAlloc_cpp N ports/www/iridium/patches/patch-third_party_webrtc_base_base_gyp N ports/www/iridium/patches/patch-third_party_webrtc_base_httpcommon_cc N ports/www/iridium/patches/patch-third_party_webrtc_base_network_cc N ports/www/iridium/patches/patch-third_party_webrtc_base_physicalsocketserver_cc N ports/www/iridium/patches/patch-third_party_webrtc_base_stringutils_h N ports/www/iridium/patches/patch-third_party_webrtc_build_common_gypi N ports/www/iridium/patches/patch-third_party_webrtc_system_wrappers_source_atomic32_posix_cc N ports/www/iridium/patches/patch-third_party_webrtc_system_wrappers_source_condition_variable_cc N ports/www/iridium/patches/patch-third_party_webrtc_system_wrappers_source_thread_posix_cc N ports/www/iridium/patches/patch-third_party_webrtc_system_wrappers_source_timestamp_extrapolator_cc N ports/www/iridium/patches/patch-third_party_yasm_source_config_openbsd_config_h N ports/www/iridium/patches/patch-third_party_yasm_source_config_openbsd_libyasm-stdint_h N ports/www/iridium/patches/patch-tools_gyp_pylib_gyp_generator_make_py N ports/www/iridium/patches/patch-tools_gyp_pylib_gyp_generator_ninja_py N ports/www/iridium/patches/patch-ui_gl_gl_gyp N ports/www/iridium/patches/patch-ui_app_list_app_list_constants_cc N ports/www/iridium/patches/patch-ui_app_list_app_list_constants_h N ports/www/iridium/patches/patch-ui_app_list_app_list_menu_cc N ports/www/iridium/patches/patch-ui_app_list_views_app_list_item_view_cc N ports/www/iridium/patches/patch-ui_app_list_views_app_list_view_cc N ports/www/iridium/patches/patch-ui_base_ime_input_method_factory_cc N ports/www/iridium/patches/patch-ui_base_ime_input_method_initializer_cc N ports/www/iridium/patches/patch-ui_base_resource_resource_bundle_cc N ports/www/iridium/patches/patch-ui_base_webui_web_ui_util_cc N ports/www/iridium/patches/patch-ui_events_event_switches_cc N ports/www/iridium/patches/patch-ui_events_devices_x11_device_data_manager_x11_cc N ports/www/iridium/patches/patch-ui_events_event_switches_h N ports/www/iridium/patches/patch-ui_events_keycodes_dom4_keycode_converter_cc N ports/www/iridium/patches/patch-ui_events_x_keysym_to_unicode_cc N ports/www/iridium/patches/patch-ui_events_x_keysym_to_unicode_h N ports/www/iridium/patches/patch-ui_gfx_codec_png_codec_cc N ports/www/iridium/patches/patch-ui_gl_generate_bindings_py N ports/www/iridium/patches/patch-ui_gl_gl_surface_glx_cc N ports/www/iridium/patches/patch-ui_gl_sync_control_vsync_provider_cc N ports/www/iridium/patches/patch-ui_message_center_message_center_style_h N ports/www/iridium/patches/patch-ui_message_center_views_message_center_button_bar_cc N ports/www/iridium/patches/patch-ui_message_center_views_message_center_button_bar_h N ports/www/iridium/patches/patch-ui_message_center_views_message_center_view_cc N ports/www/iridium/patches/patch-ui_message_center_views_notification_view_cc N ports/www/iridium/patches/patch-ui_resources_ui_resources_grd N ports/www/iridium/patches/patch-ui_shell_dialogs_select_file_dialog_cc N ports/www/iridium/patches/patch-ui_views_bubble_bubble_delegate_cc N ports/www/iridium/patches/patch-ui_views_controls_button_label_button_cc N ports/www/iridium/patches/patch-ui_views_views_delegate_cc N ports/www/iridium/patches/patch-ui_views_controls_combobox_combobox_cc N ports/www/iridium/patches/patch-ui_views_controls_menu_menu_scroll_view_container_cc N ports/www/iridium/patches/patch-ui_views_controls_scrollbar_base_scroll_bar_cc N ports/www/iridium/patches/patch-ui_views_controls_textfield_textfield_cc N ports/www/iridium/patches/patch-ui_views_examples_widget_example_cc N ports/www/iridium/patches/patch-ui_views_views_delegate_h N ports/www/iridium/patches/patch-ui_views_views_switches_cc N ports/www/iridium/patches/patch-ui_views_window_custom_frame_view_cc N ports/www/iridium/patches/patch-v8_src_base_macros_h N ports/www/iridium/patches/patch-base_base_paths_posix_cc N ports/www/iridium/patches/patch-ui_views_window_dialog_delegate_cc N ports/www/iridium/patches/patch-v8_src_base_platform_platform-posix_cc N ports/www/iridium/pkg/DESCR N ports/www/iridium/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/05/03 09:37:04 Modified files: www : Makefile Log message: +iridium CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2015/05/03 11:53:50 Modified files: usr.sbin/smtpd : enqueue.c Log message: smtpd enqueue -S does not take an argument, fix optstring accordingly fix by Nathanael Rensen CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2015/05/03 12:10:58 Modified files: usr.sbin/smtpd : enqueue.c Log message: S was misplaced in r1.89, the optarg that was removed was actually needed by R, so reintroduce it in the proper place. spotted and diff by Sunil Nimmagadda CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/05/03 12:39:58 Modified files: usr.sbin/httpd : server_file.c server_http.c Log message: Implement byte ranges. From Sunil Nimmagadda OK benno@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/05/03 13:33:40 Modified files: devel/p5-AnyEvent: Makefile distinfo Log message: update p5-AnyEvent to 7.09 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/03 13:44:48 Modified files: lang/seed7 : Makefile distinfo lang/seed7/pkg : PLIST Log message: Update to 20150503 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/03 13:44:59 Modified files: bin/cp : utils.c bin/mv : mv.c usr.bin/compress: main.c Log message: Preserve times to nanosecond precision instead of just microsecond. Prefer to set attributes by fd for regular files, and not follwing symlinks for others. ok brynet@ millert@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/05/03 14:19:09 Modified files: www/iridium : Makefile Log message: add a backup master site CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/05/03 14:47:28 Modified files: print/lyx : Makefile distinfo print/lyx/pkg : PLIST Log message: Update to lyx 2.1.3, from albat0r78 at wanadoo, with tweaks by josh grosse and me. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/05/03 19:47:53 Modified files: regress/usr.bin/ssh: cfgparse.sh Log message: Use diff w/out -u for better portability CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/05/03 19:51:39 Modified files: regress/usr.bin/ssh: cfgparse.sh Log message: Specify regression test host keys so that this test will work without SUDO (because it can't read the real host keys) and in -portable on systems where sshd hasn't been installed yet (because the keys don't exist yet). CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/05/03 20:18:05 Modified files: sys/kern : subr_hibernate.c Log message: Clarify that hibernate_resume must be called with interrupts enabled. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/03 21:59:42 Modified files: sys/dev/ic : mpi.c sys/arch/armv7/sunxi: sxipio.c sys/dev/cardbus: if_dc_cardbus.c Log message: Fix some misuse of the | operator. In particular | has higher precedence than ?: ok guenther@ krw@ miod@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/04 00:10:48 Modified files: usr.bin/ssh : auth2-hostbased.c auth2-pubkey.c clientloop.c compat.c groupaccess.c hostfile.c match.c match.h monitor.c readconf.c servconf.c ssh.c sshconnect2.c sshkey.c Log message: Remove pattern length argument from match_pattern_list(), we only ever use it for strlen(pattern). Prompted by hanno AT hboeck.de pointing an out-of-bound read error caused by an incorrect pattern length found using AFL and his own tools. ok markus@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/04 01:22:07 Modified files: devel/ruby-rspec/specinfra: Makefile distinfo Log message: update to specinfra-2.30.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/04 01:38:29 Modified files: net/uhttpmock : Makefile distinfo Log message: update to uhttpmock-0.4.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/04 01:43:58 Modified files: www/owncloud : Makefile distinfo www/owncloud/pkg: PLIST Log message: Update to owncloud-8.0.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/04 02:30:13 Modified files: security/gnutls: Makefile distinfo Removed files: security/gnutls/patches: patch-lib_x509_rfc2818_hostname_c Log message: SECURITY update to gnutls-3.3.15. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/04 03:32:04 Modified files: security/gnutls: Tag: OPENBSD_5_7 Makefile Added files: security/gnutls/patches: Tag: OPENBSD_5_7 patch-lib_auth_cert_c patch-lib_ext_signature_c Log message: Fix for MD5 downgrade in TLS 1.2 signatures [GNUTLS-SA-2015-2]. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/04 03:33:36 Modified files: www/owncloud : Tag: OPENBSD_5_7 Makefile Removed files: www/owncloud/patches: Tag: OPENBSD_5_7 patch-cron_php Log message: Remove bogus patch that prevented cron.php from working properly. reported by Todd Mortimer, thanks! CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/04 03:33:46 Modified files: sys/arch/sgi/hpc: pckbc_hpc.c sys/dev/isa : pckbc_isa.c sys/dev/pckbc : pckbd.c pms.c Log message: Print irq informations in pckbc_set_inputhandler(). ok miod@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/04 03:38:05 Modified files: sys/dev : rnd.c Log message: use the size of the buffer not the pointer in resume_randomness() ok djm@ miod@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/04 03:43:51 Modified files: lib/libc/rpc : clnt_raw.c Log message: Use the size of the buffer not the pointer in a call to mem_free(). ok miod@ and guenther@ who both pointed out this argument is unused. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/04 03:47:40 Modified files: security/clamav: Tag: OPENBSD_5_7 Makefile distinfo security/clamav/patches: Tag: OPENBSD_5_7 patch-clamd_Makefile_in patch-database_Makefile_in patch-libclamav_Makefile_in patch-unit_tests_Makefile_in Log message: MFC: Update to ClamAV 0.98.7, including several crash/infinite loop fixes (CVEs) and various improvements. http://lists.clamav.net/pipermail/clamav-announce/2015/000011.html CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/04 04:08:47 Modified files: audio/gmpc-plugins: Makefile audio/gmpc-plugins/pkg: PLIST-main PLIST-wikipedia Log message: Remove libtool files. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/04 04:12:34 Modified files: share/man/man9 : Makefile usbd_transfer.9 Added files: share/man/man9 : usbd_close_pipe.9 usbd_open_pipe.9 Log message: Document usbd_open_pipe(9) and friends, from Sean Levy with some tweaks. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/05/04 04:21:15 Modified files: sys/uvm : uvm.h uvm_swap.c uvm_swap_encrypt.c Log message: reduce the scope of things that include uvm_swap_encrypt.h. uvm_meter.c needs it to route the sysctl, uvm_swap.c needs it to use the functionality, and uvm_swap_encrypt.c needs it to for obvious reasons. userland sysctl already includes it explicitely. everything else doesnt and shouldnt care. ok miod@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/04 04:24:08 Modified files: sys/net : bridgestp.c if_bridge.c if_ethersubr.c Log message: Use ether_input() as default input packet handler and do the necessary m_adj(9) to keep bridge(4) working while other pseudo-drivers are converted to if_input(). Tested by mxb , thanks! ok henning@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/05/04 04:37:01 Modified files: x11/qt5 : Makefile x11/qt5/patches: patch-qtbase_mkspecs_openbsd-g++_qmake_conf patch-qtbase_qmake_generators_unix_unixmake2_cpp Log message: Improve hack that avoids picking up compiler intrinsics from /usr/include in favor of /usr/local/lib/gcc ones by Qt5: now it helps all qmake-qt5-based software as well. Fixes problems aja@ was seeing with games/gottcode/tanglet at least. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2015/05/04 04:42:06 Modified files: sys/dev/acpi : dsdt.c Log message: When writing a value to a field, don't read past the end of the source value if the field is bigger. Fixes crashes seen on HP bc2500 blades with MP kernels. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: henning@cvs.openbsd.org 2015/05/04 04:49:16 Log message: roundcube plugin to indicate DKIM verfication status based on Authentication-Results header, ok & help sthen Status: Vendor Tag: henning Release Tags: henning_20150504 N ports/mail/rcube-dkimstatus/Makefile N ports/mail/rcube-dkimstatus/distinfo N ports/mail/rcube-dkimstatus/pkg/PLIST N ports/mail/rcube-dkimstatus/pkg/DESCR N ports/mail/rcube-dkimstatus/patches/patch-dkimstatus_php No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: henning@cvs.openbsd.org 2015/05/04 04:51:29 Log message: Adds a new button to Roundcube's mailbox toolbar to mark the selected messages as Junk/Not Junk, optionally detaching original messages from spam reports if the message is not junk and learning junk/not junk using various methods (sa-learn, etc.). ok & help sthen Status: Vendor Tag: henning Release Tags: henning_20150504 N ports/mail/rcube-markasjunk2/Makefile N ports/mail/rcube-markasjunk2/distinfo N ports/mail/rcube-markasjunk2/pkg/DESCR N ports/mail/rcube-markasjunk2/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: henning@cvs.openbsd.org 2015/05/04 04:52:37 Log message: Roundcube Plugin for fetching Identities (name, email, organization, reply, bcc, signature) from LDAP Aliases at login. help & ok sthen Status: Vendor Tag: henning Release Tags: henning_20150504 N ports/mail/rcube-ldapAliasSync/Makefile N ports/mail/rcube-ldapAliasSync/distinfo N ports/mail/rcube-ldapAliasSync/pkg/PLIST N ports/mail/rcube-ldapAliasSync/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: henning@cvs.openbsd.org 2015/05/04 04:54:31 Modified files: mail : Makefile Log message: + rcube-dkimstatus rcube-ldapAliasSync rcube-markasjunk2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/04 05:04:08 Modified files: www/squid/stable: Makefile distinfo www/squid/stable/pkg: PLIST-main Log message: update to squid-3.4.13, fixing a certificate validation bypass issue in SSL-Bump configurations using "client-first" or "bump" modes. This does not affect configurations that don't use SSL-Bump (this is not something you are likely to have enabled by accident as it needs fairly significant configuration). http://www.squid-cache.org/Advisories/SQUID-2015_1.txt CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/04 05:04:24 Modified files: www/squid/snapshot: Makefile distinfo www/squid/snapshot/pkg: PLIST-main Log message: update to squid-3.5.4, fixing a certificate validation bypass issue in SSL-Bump configurations using "client-first" or "bump" modes. This does not affect configurations that don't use SSL-Bump (this is not something you are likely to have enabled by accident as it needs fairly significant configuration). http://www.squid-cache.org/Advisories/SQUID-2015_1.txt CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/04 05:37:08 Modified files: x11/gnome/tracker: Makefile x11/gnome/tracker/pkg: PLIST Log message: Register conflict with audio/tracker. reported by nigel@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/04 05:44:15 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: add missing polari entry spotted by nigel@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/05/04 05:46:29 Modified files: sys/dev/usb : if_urtwn.c if_urtwnreg.h Log message: Add support for RTL8188EU chips to urtwn(4). Patch by Mikhail , based on FreeBSD r264912 by kevlo. Tested with 8188EU (TP-Link TL-WN725N). No regression on 8188CUS. There are performance problems with 8188EU devices, cause unknown. These will hopefully be resolved soon. ok mpi@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/05/04 05:48:05 Modified files: share/man/man4 : urtwn.4 Log message: urtwn(4) man page updates for RTL8188EU support. Patch by Mikhail , based on FreeBSD r264912 by kevlo. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/05/04 06:12:59 Modified files: games/gottcode/tanglet: Makefile Removed files: games/gottcode/tanglet/patches: patch-tanglet_pro Log message: Remove patch not needed anymore since Qt5 provides sane -isystem defaults. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/05/04 06:51:13 Modified files: usr.bin/aucat : dsp.c Log message: Fix clipping bug in float to fixed point conversion, causing audible glitches when samples smaller than the quantification step are converted. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/04 07:04:10 Modified files: usr.bin/tmux : window-choose.c Log message: Use the right index when expanding/collapsing tree, from Thomas Adam. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/05/04 08:18:14 Modified files: share/man/man9 : usbd_open_pipe.9 Log message: add missing .Vt macros CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/04 08:29:06 Modified files: x11/gnome/online-miners: Makefile distinfo Log message: Update to gnome-online-miners-3.14.3. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/05/04 08:30:06 Modified files: share/man/man4 : usb.4 urtwn.4 Log message: sort the hardware list for urtwn, and update it's description in usb.4; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/05/04 08:36:26 Modified files: share/man/man9 : usbd_transfer.9 usbd_open_pipe.9 Log message: tweak previous; CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2015/05/04 08:51:28 Modified files: . : security.html Log message: Remove bogus link to errata20.html and add missing link to errata57.html. Patch from Roman Kravchuk , thanks. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/05/04 10:42:19 Log message: Import py-pbkdf2, a python module implements the password-based key derivation function, PBKDF2, specified in RSA PKCS#5 v2.0. From Giannis Tsaraias, thanks! Some input from me, okay jca@. Status: Vendor Tag: zhuk Release Tags: zhuk_20150504 N ports/security/py-pbkdf2/Makefile N ports/security/py-pbkdf2/distinfo N ports/security/py-pbkdf2/pkg/DESCR N ports/security/py-pbkdf2/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/05/04 10:43:51 Modified files: security : Makefile Log message: Hook up py-pbkdf2. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/05/04 10:45:30 Modified files: audio/mscore : Makefile Log message: Zap gcc4 module related lines not needed anymore. okay bcallah@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/05/04 13:02:57 Modified files: lib/libcrypto : cert.pem Log message: Add SwissSign CA root certificates. Requested by robert@, ok dcoppa@ aja@ miod@ CVSROOT: /cvs Module name: ports Changes by: benno@cvs.openbsd.org 2015/05/04 13:28:16 Modified files: productivity/zim: Makefile distinfo productivity/zim/patches: patch-setup_py productivity/zim/pkg: PLIST Added files: productivity/zim/patches: patch-zim_environ_py Removed files: productivity/zim/patches: patch-zim_config_py Log message: update productivity/zim to version 0.62 with reminder from sthen@, ok dcoppa@ phessler@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/05/04 13:34:13 Modified files: bin/ksh : sh.1 Log message: lightly document the posix option and POSIXLY_CORRECT; will sketch out in more detail once i get my head round them... CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/05/04 13:55:27 Modified files: distrib/alpha/common: install.md distrib/amd64/common: install.md distrib/armish/ramdisk: install.md distrib/armv7/ramdisk: install.md distrib/aviion/ramdisk: install.md distrib/hppa : install.md distrib/i386/common: install.md distrib/landisk/ramdisk: install.md distrib/loongson/ramdisk: install.md distrib/luna88k/ramdisk: install.md distrib/macppc/ramdisk: install.md distrib/miniroot: install.sub distrib/octeon/ramdisk: install.md distrib/sgi/ramdisk: install.md distrib/socppc/ramdisk: install.md distrib/sparc : install.md distrib/sparc64/common: install.md distrib/vax : install.md distrib/zaurus/ramdisk: install.md Log message: Add the new template file based autopartitioning feature of disklabel(8) to the OpenBSD installer. It is available during unattended installation. The template file is fetched from an url, provided as answer to a new question in the response file: URL to autopartitioning template for disklabel = url Original diff from and OK henning@ 'no objection' krw@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/05/04 14:52:02 Modified files: share/man/man8 : autoinstall.8 Log message: Document the disklabel(8) autopartitioning feature. While here, reformat the documentation for the additional questions. Feedback from schwarze@ OK henning@ on a similar diff OK jmc@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/04 15:31:27 Modified files: x11/qt5 : Makefile Log message: Unbreak: pkg_subst(1) is not in the default path and may not be executable either. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2015/05/04 15:45:23 Modified files: sys/arch/octeon/octeon: conf.c Log message: fix device numbering comments, no binary change CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/05/04 15:52:31 Modified files: security/p5-Crypt-SSLeay: Makefile security/p5-Crypt-SSLeay/pkg: PLIST Added files: security/p5-Crypt-SSLeay/patches: patch-Makefile_PL Log message: p5-Crypt-SSLeay contained invalid libraries if compiled while p5-Devel-CheckLib was installed. SSLeay.so was not linked with libssl. Add a build dependency for p5-Devel-CheckLib to eliminate variations. Then patch Makefile.PL so that a fixed set of libraries is used for linking. While there, add a missing test dependency and regenerate plist. OK nigel@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2015/05/04 16:03:20 Modified files: graphics/py-matplotlib: Makefile graphics/py-matplotlib/pkg: PLIST Log message: Add python3 flavor. Diff provided by Dawe. Thanks! ok aja@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2015/05/04 16:05:31 Modified files: graphics : Makefile Log message: +py-matplotlib,python3 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/05/04 16:25:17 Modified files: etc : rc.conf Log message: Remove comments about default daemon_flags; most are empty, those that aren't are redundant because they can be found in the rc.d(8) scripts themselves, and they risk getting out of sync. While here, sort the daemons alphabetically. No functional change. Triggered by a much smaller nameserver-only patch from stephan@. OK ajacoutot@ rpe@ stephan@ and looks good to sthen@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/05/04 16:29:04 Modified files: share/man/man8 : rc.conf.8 Log message: Default daemon_flags are no longer in /etc/rc.conf, but you can still find them in the rc.d(8) scripts. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2015/05/04 17:48:14 Modified files: etc/etc.octeon : MAKEDEV.md Log message: fix numbers for pppx, vscsi and diskmap ok dlg@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/04 19:26:37 Modified files: usr.sbin/dvmrpd: ask_nbrs2.c graft.c graft_ack.c nbrs2.c probe.c prune.c report.c usr.sbin/ospfd : auth.c usr.sbin/ospf6d: packet.c Log message: use the sizeof the struct not the sizeof a pointer to the struct ok claudio@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/04 20:01:10 Modified files: sys/dev/pci/drm: drm_crtc.c Log message: fix a return path that lacked a rw_exit_write() call ok kettenis@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/04 20:13:47 Modified files: sys/kern : init_main.c kern_sig.c sys/sys : core.h signalvar.h sys/uvm : uvm_extern.h uvm_unix.c sys/ddb : db_structinfo.c sys/arch/alpha/alpha: vm_machdep.c sys/arch/alpha/include: pcb.h sys/arch/amd64/amd64: hibernate_machdep.c vm_machdep.c sys/arch/amd64/include: pcb.h sys/arch/arm/arm: vm_machdep.c sys/arch/arm/include: pcb.h sys/arch/armish/armish: armish_machdep.c sys/arch/hppa/hppa: vm_machdep.c sys/arch/hppa/include: pcb.h sys/arch/hppa64/hppa64: vm_machdep.c sys/arch/hppa64/include: pcb.h sys/arch/i386/i386: vm_machdep.c sys/arch/i386/include: pcb.h sys/arch/loongson/loongson: hibernate_machdep.c machdep.c sys/arch/m88k/include: pcb.h sys/arch/m88k/m88k: vm_machdep.c sys/arch/mips64/include: pcb.h sys/arch/mips64/mips64: vm_machdep.c sys/arch/powerpc/include: pcb.h sys/arch/powerpc/powerpc: vm_machdep.c sys/arch/sh/include: pcb.h sys/arch/sh/sh : sh_machdep.c vm_machdep.c sys/arch/sparc/include: pcb.h sys/arch/sparc/sparc: vm_machdep.c sys/arch/sparc64/include: pcb.h sys/arch/sparc64/sparc64: vm_machdep.c sys/arch/vax/include: pcb.h sys/arch/vax/vax: vm_machdep.c sys/arch/zaurus/zaurus: zaurus_machdep.c sys/compat/linux: linux_exec.c Log message: emul_native is only used for kernel threads which can't dump core, so delete coredump_trad(), uvm_coredump(), cpu_coredump(), struct md_coredump, and various #includes that are superfluous. This leaves compat_linux processes without a coredump callback. If that ability is desired, someone should update it to use coredump_elf32() and verify the results... ok kettenis@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/04 20:48:17 Modified files: usr.bin/ssh : digest-libc.c Log message: use the sizeof the struct not the sizeof a pointer to the struct in ssh_digest_start() This file is only used if ssh is built with OPENSSL=no ok markus@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/05/04 23:53:54 Modified files: x11/lumina : Makefile Added files: x11/lumina/patches: patch-libLumina_LuminaX11_cpp Log message: Fix obvious bug spotted by GCC: https://github.com/pcbsd/lumina/pull/110 okay aja@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/05 00:29:15 Modified files: lib/libc/gen : shm_open.3 Log message: Document that shm_open() accepts O_CLOEXEC and O_NOFOLLOW as extensions ok miod@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/05/05 01:20:43 Modified files: share/man/man8 : autoinstall.8 Log message: tweak; CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2015/05/05 02:28:01 Modified files: . : sparc64.html Log message: remove statement regarding non-working ethernet on Txx40 models for it now works. prompted by Paolo Aglialoro ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/05 02:51:13 Modified files: infrastructure/lib/DPB: Reporter.pm Log message: simplify CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/05 02:52:06 Modified files: infrastructure/lib/DPB/Job: Port.pm infrastructure/lib/DPB: PortBuilder.pm Log message: a few more things to wrap as the correct user CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/05 02:54:22 Modified files: infrastructure/lib/DPB: Shell.pm Log message: go back to being groot if we dropped privileges. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/05 02:55:25 Modified files: infrastructure/lib/DPB: User.pm Log message: when local is too local, it can't work. Requires an extra indirection so that dirs are made with the correct user. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/05 03:20:30 Modified files: net/librenms : Makefile distinfo net/librenms/patches: patch-html_install_php patch-includes_defaults_inc_php patch-includes_definitions_inc_php net/librenms/pkg: PLIST Log message: update to a newer LibreNMS snapshot CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/05 03:41:43 Modified files: sys/net : route.h rtsock.c Log message: Flag user specified routes with an AF_LINK gateway as RTF_LLINFO. This makes ND6 and ARP layers happy since they both check for this flag, but is was redundant to provide route(8)'s "-llinfo" option when adding a l2 route. RTF_LLINFO is clearly redundant for userland tools, so only allow the kernel to set it. ok benno@, claudio@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/05 04:16:00 Modified files: sys/dev/usb : usbdevs Log message: Huawei MU609 from CristiĂ¡n Edwards. ok dcoppa@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/05 04:16:38 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/05 04:17:09 Modified files: sys/dev/usb : umsm.c Log message: Huawei MU609 from CristiĂ¡n Edwards. ok dcoppa@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/05/05 04:17:49 Modified files: usr.bin/ssh : compat.c Log message: WinSCP doesn't implement RFC4419 DH-GEX so flag it so we don't offer that KEX method. ok markus@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/05/05 05:10:13 Modified files: usr.sbin/httpd : server_file.c Log message: Implement If-Modified-Since. From Kyle Thompson . Tweaks by me. OK benno@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/05/05 05:17:34 Modified files: share/man/man9 : crypto.9 Log message: Remove references to APIs that don't exist anymore. Based on a diff from Vincent Gross , thanks! CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/05 05:56:05 Modified files: security/py-pbkdf2: Makefile Log message: Fix HOMEPAGE. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/05 06:09:22 Modified files: games/tuxpaint-stamps: Makefile games/tuxpaint-stamps/pkg: PLIST Log message: de-conflict with tuxpaint (some stamps are present in both the tuxpaint and tuxpaint-stamps packages). ok/tweak ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/05/05 06:35:49 Modified files: x11/kde4/pimlibs: Makefile x11/kde4/pimlibs/pkg: PLIST Log message: Disable tests (again), some internal dependencies are still wrong here as found by aja@ and his French Monster. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/05 06:47:03 Modified files: telephony/asterisk: Makefile Added files: telephony/asterisk/patches: patch-main_utils_c Log message: Store the TID for "core show threads". Nice clue from jca@, thanks! CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/05 07:36:22 Modified files: lib/libsndio : aucat.c Log message: add missing braces in _aucat_wmsg() As ratchov@ notes: "all _aucat_wmsg() callers set hdl->wtodo, so your diff can't break things that used to work by accident." ok ratchov@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/05 07:38:19 Modified files: infrastructure/man/man1: dpb.1 Log message: duh. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2015/05/05 08:09:13 Modified files: . : orders.html Added files: images : cd57-s.gif Log message: The 5.7 release happened some days ago. Forgotten update noticed by Raf Czlonka . CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/05/05 08:37:20 Modified files: lib/libc/gen : getprogname.3 Log message: Make argument name consistent and use .Fn rather than .Nm in section 3. Patch from . CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/05 09:03:21 Modified files: security/clamav: Makefile Log message: Disable LLVM in clamd on sparc64, the bundled one requires additional patching to work there, and ports/devel/llvm is unsuitable (halfway between versions and files moved). Reported/tested by Markus Lude, thank you - some other arch may also need this. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/05/05 09:43:03 Modified files: misc/memcached : Makefile distinfo misc/memcached/patches: patch-configure patch-items_c misc/memcached/pkg: PLIST Log message: Update to 1.4.24 ok gonzalo@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/05 10:04:18 Modified files: graphics/ffmpeg: Makefile Log message: Just use WRKBUILD for the TMPDIR. from brad (maintainer) CVSROOT: /cvs Module name: src Changes by: shadchin@cvs.openbsd.org 2015/05/05 10:27:20 Modified files: sys/dev/ic : i8042reg.h pckbc.c Log message: Less magic number For PS/2 - status byte - bit 5: The bit is '1' if the data on input port 60h came from the AUX port, or '0' if the data came from the keyboard or from the keyboard controller itself. KBS_TERR (kbd transmission error) was valid for AT-mode, but not for PS/2-mode. ok ratchov@, miod@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/05/05 10:38:20 Modified files: share/man/man9 : Makefile Log message: Remove man page links for crypto(9) key operations; reminded by jmc@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2015/05/05 10:59:08 Modified files: lib/libc/asr : getaddrinfo_async.c Log message: Move the AI_ADDRCONFIG setup to its own function. Input from and ok gilles@ eric@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/05 11:00:21 Modified files: audio/gimmix : Makefile audio/vagalume : Makefile audio/xmms-fmradio: Makefile audio/xmms-speex: Makefile audio/xmms-xf86audio: Makefile audio/xmmsctrl : Makefile cad/geda-gaf : Makefile cad/gerbv : Makefile cad/klogic : Makefile databases/virtuoso: Makefile devel/appstream-glib: Makefile devel/giggle : Makefile devel/glade : Makefile devel/libee : Makefile devel/libwnck3 : Makefile devel/py-notify: Makefile editors/abiword: Makefile editors/kxmleditor: Makefile editors/tpad : Makefile emulators/pcsxr: Makefile games/chromium-bsu: Makefile games/circuit : Makefile games/love : Makefile games/qgo : Makefile games/spacehulk: Makefile games/taxipilot: Makefile games/warmux : Makefile games/xscorch : Makefile geo/libchamplain: Makefile geo/osm-gps-map: Makefile graphics/colord-gtk: Makefile graphics/digikam: Makefile graphics/freeglut: Makefile graphics/ftgl : Makefile graphics/geomview: Makefile graphics/goocanvas: Makefile graphics/goocanvas2: Makefile graphics/gtkimageview: Makefile graphics/jpegdump: Makefile graphics/kimdaba: Makefile graphics/lensfun: Makefile graphics/libgxps: Makefile graphics/libkexif: Makefile graphics/libkexiv2: Makefile graphics/mapnik: Makefile graphics/quesoglc: Makefile graphics/shotwell: Makefile graphics/tkimg : Makefile graphics/xmms-kj: Makefile inputmethods/ibus: Makefile inputmethods/ibus-skk: Makefile inputmethods/scim: Makefile inputmethods/scim-anthy: Makefile inputmethods/scim-chewing: Makefile inputmethods/scim-hangul: Makefile inputmethods/scim-pinyin: Makefile inputmethods/scim-tables: Makefile japanese/gwaei : Makefile lang/classpath : Makefile lang/eltclsh : Makefile lang/swi-prolog: Makefile math/galculator: Makefile math/kst : Makefile math/maxima : Makefile misc/ktimeclock: Makefile multimedia/lives: Makefile net/gssdp : Makefile net/gupnp/tools: Makefile net/ldns/libldns: Makefile print/py-poppler: Makefile productivity/qhacc: Makefile productivity/rubrica2: Makefile productivity/zeitgeist: Makefile security/foremost: Makefile sysutils/filelight: Makefile sysutils/gkrellm/plugins: Makefile.inc sysutils/gkrellm/plugins/aclock: Makefile sysutils/gkrellm/plugins/bgchg: Makefile sysutils/gkrellm/plugins/itime: Makefile sysutils/gkrellm/plugins/launch: Makefile sysutils/gkrellm/plugins/mailwatch: Makefile sysutils/gkrellm/plugins/moon: Makefile sysutils/gkrellm/plugins/reminder: Makefile sysutils/gkrellm/plugins/shoot: Makefile sysutils/gkrellm/plugins/stock: Makefile sysutils/gkrellm/plugins/sun: Makefile sysutils/gkrellm/plugins/volume: Makefile sysutils/gkrellm/plugins/weather: Makefile sysutils/gkrellm/plugins/wireless: Makefile sysutils/knutclient: Makefile sysutils/krename: Makefile textproc/gtkspell: Makefile textproc/gtkspell3: Makefile textproc/iksemel: Makefile textproc/jq : Makefile www/gtkhtml4 : Makefile www/liferea : Makefile x11/gmtk : Makefile x11/gnome/gcr : Makefile x11/gnome/ghex : Makefile x11/gnome/grilo: Makefile x11/gnome/libbonoboui: Makefile x11/gnome/libcryptui: Makefile x11/gnome/libgnomecanvas: Makefile x11/gnome/libgnomekbd: Makefile x11/gnome/libgnomeui: Makefile x11/gnome/mono-gnome: Makefile x11/gnome/seahorse-nautilus: Makefile x11/gnome/seahorse-sharing: Makefile x11/gnome/totem: Makefile x11/gnome/tracker: Makefile x11/goggles : Makefile x11/gtk-engines2: Makefile x11/gtk-vnc : Makefile x11/gtk2-aurora-engine: Makefile x11/gtk2-equinox-engine: Makefile x11/gtk2-murrine-engine: Makefile x11/gtk2-nodoka-engine: Makefile x11/gtkglarea : Makefile x11/gtkglextmm : Makefile x11/gtkhotkey : Makefile x11/kde/addons3: Makefile x11/kde/arts3 : Makefile x11/kde/okle : Makefile x11/kde/utils3 : Makefile x11/kdirstat : Makefile x11/keybinder3 : Makefile x11/kountdown : Makefile x11/krusader : Makefile x11/libsexy : Makefile x11/pinot : Makefile x11/rep-gtk : Makefile x11/sawfish : Makefile x11/spice-gtk : Makefile x11/tellico : Makefile x11/thewidgetfactory: Makefile x11/virt-viewer: Makefile x11/wmthemeinstall: Makefile x11/wmx : Makefile x11/xbae : Makefile x11/xbanish : Makefile x11/xdrawchem : Makefile x11/xfce4/libxfce4ui: Makefile x11/xfce4/parole: Makefile x11/xfce4/xfce4-battery: Makefile x11/xfce4/xfce4-cpugraph: Makefile x11/xfce4/xfce4-genmon: Makefile x11/xfce4/xfce4-notes: Makefile x11/xfce4/xfce4-panel: Makefile x11/xfce4/xfce4-pulseaudio: Makefile x11/xfce4/xfce4-quicklauncher: Makefile x11/xfce4/xfmpc: Makefile x11/yakuake : Makefile Log message: sync WANTLIB CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2015/05/05 11:08:44 Modified files: lib/libc/asr : getaddrinfo_async.c Log message: AI_ADDRCONFIG: skip loopback addresses, not loopback interfaces. This is what RFC3493 suggests. Fixes AI_ADDRCONFIG on setups where global addresses are configured only on loopback interfaces. Discussed with and ok eric@ gilles@ CVSROOT: /cvs Module name: ports Changes by: chris@cvs.openbsd.org 2015/05/05 11:19:57 Modified files: telephony/spandsp: Makefile distinfo telephony/spandsp/patches: patch-configure telephony/spandsp/pkg: PLIST Log message: Update to spandsp 0.0.6, enable sse2 on amd64 ok brad@ sthen@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/05/05 11:43:42 Modified files: x11/qt5 : Makefile Log message: Oops, put back backslash that somehow disappeared in r1.37. Noticed by aja@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/05/05 13:38:41 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: handle gtk3-xfce-engine removal CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/05 13:45:19 Modified files: audio/jack : Makefile distinfo audio/jack/files: sndio_driver.c sndio_driver.h audio/jack/patches: patch-configure_ac patch-drivers_Makefile_am patch-jackd_engine_c patch-jackd_jackd_1_in patch-jackd_jackd_c audio/jack/pkg : PLIST Added files: audio/jack/patches: patch-jack_types_h patch-jackd_Makefile_am patch-jackd_clientengine_c patch-libjack_port_c Log message: update to JACK 0.124.1, from Eric Lalonde. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/05/05 14:14:10 Modified files: sys/miscfs/fifofs: fifo_vnops.c Log message: Now that we have a_fflag in struct vop_poll_args we can handle things like POLLOUT on a read-only fd more sensibly. Previously, any poll events could be used regardless of the actual file flags of the descriptor. The new fifo_poll() is effectively a pared down soo_poll() with slightly different semantics to batter match FIFOs. OK and feedback from guenther@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/05/05 14:16:44 Modified files: regress/sys/fifofs: fifotest.c fifotest.out Log message: fifofs now respects the flags a descriptor was opened with. Also add tests for when no FD events are specified. A few tests still don't pass which will be addressed shortly. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/05/05 14:18:35 Modified files: regress/sys/fifofs: fifotest.out Log message: Updated fifotest.out CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2015/05/05 15:24:58 Modified files: sys/arch/mips64/mips64: fp_emulate.c Log message: no need to swizzle load/store addresses for 32bit values on big endian systems ok miod@ CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2015/05/05 17:27:47 Modified files: sys/net : pf_norm.c Log message: Eliminate rabid semicolon CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/05/05 18:40:25 Modified files: textproc/p5-Text-CSV: Makefile distinfo Log message: Update textproc/p5-Text-CSV to 1.33 ok benoit@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/05/05 18:41:08 Modified files: textproc/p5-Text-CSV_XS: Makefile distinfo Log message: update textproc/p5-Text-CSV_XS to 1.17 ok benoit@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/05/05 18:43:57 Modified files: . : alpha.html amd64.html armish.html armv7.html hppa.html i386.html landisk.html loongson.html macppc.html octeon.html sgi.html socppc.html sparc.html sparc64.html vax.html zaurus.html Log message: -> 5.7. Diff from Daniel Jakots (vigdis at chown me), thanks! CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/05/05 18:49:27 Modified files: . : sparc.html sparc64.html Log message: couple more ->5.7's. CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2015/05/05 19:01:32 Modified files: devel/afl : Makefile distinfo devel/afl/patches: patch-Makefile devel/afl/pkg : PLIST Log message: update to 1.77b OK jsg@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/05 19:03:31 Modified files: libexec/ld.so : loader.c Log message: Fix a memory leak in _dl_load_dep_libs() ok otto@ guenther@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/05 19:41:55 Modified files: sys/dev/acpi : acpitz.c Log message: Use | when combining flags not +. Luckily in this case 1 + 2 == 1 | 2. ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/05 20:19:40 Modified files: sys/nfs : nfs_serv.c Log message: add missing braces ok guenther@ miod@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/05 20:36:01 Modified files: sys/arch/macppc/macppc: mainbus.c Log message: Add missing braces so this will correctly fall back to the "name" property of a node if "device_type" is not present. ok mpi@ miod@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/05/05 21:30:03 Modified files: sys/arch/powerpc/include: atomic.h Log message: put mpi's atomics back in, but with the return value of add (and therefore sub, inc, and dec) fixed. the asm read the value from memory into a register, added to it, and then tried to write it back. after succeeding it doesnt have to add again before returning. this splits sub, inc, and dec off from add. sub can use the subf opcode, and inc and dec can use the addic opcode. explicitely identify where the modified memory is so we can avoid using "memory" as a clobber. ok mpi@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/05/05 22:00:10 Modified files: sys/uvm : uvm_swap_encrypt.c uvm_swap_encrypt.h Log message: make SWAP_KEY_GET symmetrical with SWAP_KEY_PUT by having it call a function in uvm_swap_encrypt.c instead of doing stuff inline. lets me remove an extern from the header too. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/05/05 22:07:18 Modified files: usr.bin/ssh : compat.c Log message: Blacklist DH-GEX for specific PuTTY versions known to send non-RFC4419 DH-GEX messages rather than all versions of PuTTY. According to Simon Tatham, 0.65 and newer versions will send RFC4419 DH-GEX messages. ok djm@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/05/05 23:45:17 Modified files: usr.bin/ssh : ssh.1 Log message: Clarify pseudo-terminal request behaviour and use "pseudo-terminal" consistently. bz#1716, ok jmc@ "I like it" deraadt@. CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/05/06 00:51:03 Modified files: multimedia/mpv : Makefile distinfo Removed files: multimedia/mpv/patches: patch-audio_out_ao_sndio_c patch-old-configure Log message: update to 0.9.1 OK bentley@, brad@, sthen@. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/06 01:52:06 Modified files: usr.bin/tmux : server-client.c tty.c Log message: Turn cursor off during redraw, pointed out by George Nachman. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/06 01:53:29 Modified files: usr.bin/top : display.c machine.c machine.h top.1 top.c Log message: Display thread IDs instead of the name of the process's owner when "-H" is used. The rationnal is that when you're looking at threads you're generally already filtereing by PID and this allow you to see which thread is a pig. Written some time ago with mikeb@ ok sthen@, krw@, guenther@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/06 01:55:42 Modified files: sbin/route : route.8 Log message: Document that priority 1 is reserved for kernel use. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/06 02:19:40 Modified files: audio : Makefile Removed files: audio/shell-fm : Makefile distinfo audio/shell-fm/patches: patch-Makefile patch-source_Makefile audio/shell-fm/pkg: DESCR PLIST Log message: remove shell-fm; last.fm stopped their streaming over a year ago effectively rendering this port use(r)less: http://nex.scrapping.cc/shell-fm/ ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/06 02:20:27 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register shell-fm removal CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/06 02:28:26 Modified files: lang/go : Makefile distinfo Log message: update to go 1.4.2 - http://golang.org/doc/devel/release.html#go1.4.minor ok jsing@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/06 02:32:09 Modified files: devel/ruby-rspec/specinfra: Makefile distinfo devel/ruby-rspec/specinfra/pkg: PLIST Log message: update to specinfra-2.30.4 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/06 02:35:39 Modified files: usr.bin/tmux : cmd-kill-window.c format.c options-table.c session.c tmux.1 tmux.h window.c Log message: Add a format window_linked which is 1 if a window has been linked multiple times, also remove the default space in window_flags and use a conditional to add it in window-status-format (this means additional flags can be added in the option without extra spaces). From Thomas Adam with tweaks by me. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2015/05/06 02:37:47 Modified files: usr.sbin/smtpd : util.c Log message: use res_hnok() to valid domain part in valid_domain() ok eric@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/06 02:38:38 Modified files: x11/gtk-engines2: Makefile Log message: Fix PORTROACH annotation. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/06 02:38:54 Modified files: sysutils/monit : Makefile distinfo Log message: update to monit-5.13 - http://www.mmonit.com/monit/changes/ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/05/06 02:43:04 Modified files: audio/ncmpcpp : Makefile distinfo audio/ncmpcpp/patches: patch-configure patch-src_ncmpcpp_cpp Log message: Update to ncmpcpp-0.6.4 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/06 02:47:14 Modified files: graphics/glew : Makefile distinfo graphics/glew/patches: patch-Makefile graphics/glew/pkg: PLIST Log message: Update to glew-1.12.0. from brad (maintainer) CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/06 02:52:17 Modified files: share/man/man9 : file.9 sys/compat/linux: linux_socket.c sys/kern : subr_log.c uipc_socket.c uipc_syscalls.c sys/nfs : nfs_syscalls.c sys/sys : filedesc.h Log message: Pass a thread pointer instead of its file descriptor table to getsock(9). Diff from Vitaliy Makkoveev. Manpage tweak and ok millert@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/06 03:16:32 Modified files: infrastructure/lib/DPB: User.pm Log message: fix gid handling: first switch back to being root, THEN set gid, THEN set uid. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/06 03:17:28 Modified files: infrastructure/lib/DPB: Fetch.pm Log message: open distinfo with the correct user, start clamping down on read rights as well as write rights. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/06 03:47:33 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.15 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/06 03:47:47 Modified files: sysutils/p5-Sys-Virt: Makefile distinfo Log message: update to Sys-Virt-1.2.15 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/06 03:47:58 Modified files: sysutils/libvirt-python: Makefile distinfo Log message: update to libvirt-python-1.2.15 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/06 03:59:14 Modified files: sysutils/virt-manager: Makefile distinfo sysutils/virt-manager/patches: patch-setup_py patch-virtcli_cliconfig_py sysutils/virt-manager/pkg: PLIST Added files: sysutils/virt-manager/patches: patch-virtManager_domain_py patch-virtManager_sshtunnels_py patch-virtinst_capabilities_py Log message: - update to virt-manager-1.2.0 * workaround an issue where the remote hostname wouldn't be resolved and result in an error message when opening the vm details. CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2015/05/06 04:17:44 Modified files: devel/afl : Makefile distinfo devel/afl/pkg : PLIST Log message: upstream re-rolled the tarball with aditional changes: - Replaced factory-packaged dictionaries with file-based variants. (its changes PLIST). regen hash and bump noticed by aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/06 04:22:07 Modified files: audio/jack : Makefile Log message: Fix DEPENDS to unbreak dependent ports. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/06 04:23:53 Modified files: audio/aubio : Makefile Log message: Sync WANTLIB. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/06 04:58:19 Modified files: infrastructure/lib/DPB: PortBuilder.pm Log message: don't write this as root CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/06 05:20:08 Modified files: sys/kern : syscalls.master Log message: #include was removed from init_sysent.c but not syscalls.master where the file is generated from. Fix this by removing it from syscalls.master so it doesn't come back. From Nicolas Bedos. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/06 05:26:02 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys : syscallargs.h syscall.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/06 06:20:35 Modified files: infrastructure/lib/DPB: Core.pm Log message: run kill as root, so trhat ssh masters are cleaned up properly CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/05/06 06:23:29 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update to youtube-dl-2015.05.04 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/06 06:59:17 Modified files: textproc/icu4c : Tag: OPENBSD_5_7 Makefile Added files: textproc/icu4c/patches: Tag: OPENBSD_5_7 patch-source_common_ubidi_c patch-source_common_ubidiimp_h Log message: Security fixes for CVE-2014-8146 and CVE-2014-8147 (already fixed in -current) ok aja@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/05/06 08:27:24 Modified files: www/iridium : Makefile distinfo www/iridium/patches: patch-apps_apps_gypi patch-apps_ui_views_app_window_frame_view_cc patch-base_atomicops_h patch-base_base_gypi patch-base_debug_debugger_posix_cc patch-base_debug_proc_maps_linux_cc patch-base_debug_stack_trace_h patch-base_debug_stack_trace_posix_cc patch-base_message_loop_message_loop_cc patch-base_posix_unix_domain_socket_linux_cc patch-base_process_launch_h patch-base_process_memory_linux_cc patch-base_process_process_handle_openbsd_cc patch-base_process_process_iterator_openbsd_cc patch-base_process_process_metrics_openbsd_cc patch-base_strings_safe_sprintf_cc patch-base_sys_info_openbsd_cc patch-base_sys_info_posix_cc patch-base_test_launcher_test_launcher_cc patch-base_threading_platform_thread_linux_cc patch-build_all_gyp patch-build_common_gypi patch-build_filename_rules_gypi patch-chrome_app_chrome_main_delegate_cc patch-chrome_app_chrome_main_delegate_h patch-chrome_app_chromium_strings_grd patch-chrome_app_google_chrome_strings_grd patch-chrome_app_resources_locale_settings_grd patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_about_flags_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_custom_handlers_protocol_handler_registry_cc patch-chrome_browser_defaults_cc patch-chrome_browser_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_prefs_cc patch-chrome_browser_download_download_prefs_h patch-chrome_browser_download_download_shelf_context_menu_cc patch-chrome_browser_download_download_shelf_context_menu_h patch-chrome_browser_download_download_status_updater_cc 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_extensions_api_omnibox_omnibox_api_cc patch-chrome_browser_first_run_first_run_internal_posix_cc patch-chrome_browser_first_run_upgrade_util_linux_cc patch-chrome_browser_gpu_gl_string_manager_cc patch-chrome_browser_gpu_gpu_feature_checker_cc patch-chrome_browser_media_galleries_fileapi_mtp_device_map_service_cc patch-chrome_browser_media_galleries_media_file_system_registry_cc patch-chrome_browser_media_galleries_media_folder_finder_cc patch-chrome_browser_memory_details_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_net_async_dns_field_trial_cc patch-chrome_browser_net_cookie_store_util_cc patch-chrome_browser_notifications_message_center_notification_manager_cc patch-chrome_browser_platform_util_linux_cc patch-chrome_browser_plugins_plugins_resource_service_cc patch-chrome_browser_process_singleton_posix_cc patch-chrome_browser_renderer_preferences_util_cc patch-chrome_browser_resources_plugin_metadata_plugins_linux_json patch-chrome_browser_speech_tts_controller_impl_cc patch-chrome_browser_ssl_ssl_blocking_page_cc patch-chrome_browser_sync_profile_sync_components_factory_impl_cc patch-chrome_browser_ui_ash_system_tray_delegate_common_cc patch-chrome_browser_ui_aura_chrome_browser_main_extra_parts_aura_cc patch-chrome_browser_ui_aura_chrome_browser_main_extra_parts_aura_h patch-chrome_browser_ui_browser_cc patch-chrome_browser_ui_browser_command_controller_cc patch-chrome_browser_ui_browser_view_prefs_cc patch-chrome_browser_ui_exclusive_access_exclusive_access_bubble_cc patch-chrome_browser_ui_panels_panel_manager_cc patch-chrome_browser_ui_startup_bad_flags_prompt_cc patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_toolbar_wrench_menu_model_cc patch-chrome_browser_ui_views_accelerator_table_cc patch-chrome_browser_ui_views_app_list_linux_app_list_linux_cc patch-chrome_browser_ui_views_apps_chrome_native_app_window_views_cc patch-chrome_browser_ui_views_ash_chrome_browser_main_extra_parts_ash_cc patch-chrome_browser_ui_views_chrome_views_delegate_cc patch-chrome_browser_ui_views_chrome_views_delegate_h patch-chrome_browser_ui_views_first_run_dialog_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_layout_cc patch-chrome_browser_ui_views_frame_system_menu_model_builder_cc patch-chrome_browser_ui_views_message_center_message_center_frame_view_cc patch-chrome_browser_ui_views_message_center_message_center_widget_delegate_cc patch-chrome_browser_ui_views_message_center_web_notification_tray_cc patch-chrome_browser_ui_views_panels_panel_frame_view_cc patch-chrome_browser_ui_views_tabs_tab_drag_controller_cc patch-chrome_browser_ui_views_tabs_tab_strip_cc patch-chrome_browser_ui_webui_about_ui_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_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_browser_web_applications_web_app_h patch-chrome_chrome_browser_extensions_gypi patch-chrome_chrome_browser_gypi patch-chrome_chrome_browser_ui_gypi patch-chrome_chrome_exe_gypi patch-chrome_common_chrome_paths_cc patch-chrome_common_chrome_paths_h patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_extensions_api_schemas_gypi patch-chrome_common_extensions_command_cc patch-chrome_common_pref_names_cc patch-chrome_common_pref_names_h patch-chrome_test_perf_perf_test_cc patch-chrome_tools_build_linux_sed_sh patch-chrome_utility_media_galleries_image_metadata_extractor_cc patch-components_dom_distiller_gypi patch-components_policy_resources_policy_templates_json patch-components_policy_tools_generate_policy_source_py patch-components_storage_monitor_gypi 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_browser_download_base_file_cc patch-content_browser_download_base_file_linux_cc patch-content_browser_geolocation_location_arbitrator_impl_cc patch-content_browser_gpu_gpu_data_manager_impl_private_cc patch-content_browser_gpu_gpu_internals_ui_cc patch-content_browser_power_usage_monitor_impl_cc patch-content_browser_renderer_host_p2p_socket_dispatcher_host_h patch-content_browser_renderer_host_render_widget_host_view_aura_cc patch-content_common_gpu_gpu_memory_manager_h patch-content_common_set_process_title_linux_cc patch-content_common_set_process_title_linux_h patch-content_content_browser_gypi patch-content_content_common_gypi patch-content_content_renderer_gypi patch-content_gpu_gpu_main_cc patch-content_ppapi_plugin_ppapi_blink_platform_impl_cc patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_renderer_pepper_usb_key_code_conversion_cc patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_main_platform_delegate_linux_cc patch-content_renderer_webscrollbarbehavior_impl_gtkoraura_cc patch-content_shell_browser_shell_browser_context_cc patch-content_shell_browser_shell_browser_main_parts_cc patch-device_hid_hid_gyp patch-device_hid_hid_service_cc patch-device_serial_serial_gyp patch-device_serial_serial_io_handler_posix_cc patch-device_serial_serial_service_impl_cc patch-device_usb_usb_context_cc patch-device_usb_usb_error_cc patch-device_usb_usb_service_impl_cc patch-extensions_browser_api_serial_serial_api_cc patch-gpu_command_buffer_service_async_pixel_transfer_manager_egl_cc patch-gpu_command_buffer_service_async_pixel_transfer_manager_share_group_cc patch-gpu_config_gpu_info_collector_linux_cc patch-gpu_config_gpu_info_collector_linux_h patch-gpu_config_gpu_info_collector_x11_cc patch-gpu_gpu_config_gypi patch-gpu_tools_tools_gyp patch-media_audio_audio_input_controller_cc patch-media_audio_openbsd_audio_manager_openbsd_cc patch-media_media_gyp patch-media_video_capture_linux_video_capture_device_factory_linux_cc patch-media_video_capture_video_capture_device_factory_cc patch-native_client_build_compiler_version_py patch-net_base_address_tracker_linux_h patch-net_base_net_util_cc patch-net_base_net_util_linux_cc patch-net_base_network_change_notifier_cc patch-net_disk_cache_blockfile_disk_format_h patch-net_dns_address_sorter_posix_cc patch-net_dns_host_resolver_proc_cc patch-net_http_http_network_session_cc patch-net_net_gypi patch-net_socket_socks5_client_socket_cc patch-net_udp_udp_socket_libevent_cc patch-ppapi_shared_impl_private_net_address_private_impl_cc patch-printing_backend_cups_helper_cc patch-printing_printing_gyp patch-remoting_remoting_host_gypi patch-skia_skia_chrome_gypi patch-skia_skia_common_gypi patch-skia_skia_gyp patch-sync_util_get_session_name_cc patch-sync_util_get_session_name_linux_cc patch-third_party_WebKit_Source_bindings_core_v8_V8ScriptRunner_cpp patch-third_party_WebKit_Source_core_core_gyp patch-third_party_WebKit_Source_platform_blink_platform_gyp patch-third_party_WebKit_Source_platform_fonts_SimpleFontData_cpp patch-third_party_WebKit_Source_platform_fonts_linux_FontPlatformDataLinux_cpp patch-third_party_WebKit_Source_platform_fonts_skia_FontCacheSkia_cpp patch-third_party_WebKit_Source_platform_heap_ThreadState_cpp patch-third_party_WebKit_Source_platform_heap_ThreadState_h patch-third_party_WebKit_Source_web_PopupListBox_cpp 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_ffmpeg_gyp patch-third_party_ffmpeg_libavcodec_x86_cabac_h patch-third_party_ffmpeg_libavutil_cpu_c patch-third_party_ffmpeg_libavutil_mem_c patch-third_party_iccjpeg_iccjpeg_gyp patch-third_party_libXNVCtrl_NVCtrl_c patch-third_party_libXNVCtrl_libXNVCtrl_gyp patch-third_party_libjingle_libjingle_gyp 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_pdfium_build_standalone_gypi patch-third_party_pdfium_core_include_fxcrt_fx_system_h patch-third_party_pdfium_core_src_fxge_ge_fx_ge_linux_cpp patch-third_party_pdfium_fpdfsdk_src_javascript_PublicMethods_cpp patch-third_party_pdfium_fpdfsdk_src_jsapi_fxjs_v8_cpp patch-third_party_protobuf_src_google_protobuf_stubs_atomicops_h patch-third_party_protobuf_src_google_protobuf_stubs_strutil_h patch-third_party_skia_gyp_ports_gyp patch-third_party_skia_src_core_SkVarAlloc_cpp patch-third_party_webrtc_base_base_gyp patch-third_party_webrtc_base_httpcommon_cc patch-third_party_webrtc_base_network_cc patch-third_party_webrtc_base_physicalsocketserver_cc patch-third_party_webrtc_base_stringutils_h patch-third_party_webrtc_build_common_gypi patch-third_party_webrtc_system_wrappers_source_atomic32_posix_cc patch-third_party_webrtc_system_wrappers_source_condition_variable_cc patch-third_party_webrtc_system_wrappers_source_thread_posix_cc patch-third_party_webrtc_system_wrappers_source_timestamp_extrapolator_cc patch-third_party_yasm_source_config_openbsd_config_h patch-third_party_yasm_source_config_openbsd_libyasm-stdint_h patch-tools_gyp_pylib_gyp_generator_make_py patch-tools_gyp_pylib_gyp_generator_ninja_py patch-ui_app_list_app_list_constants_cc patch-ui_app_list_app_list_constants_h patch-ui_app_list_app_list_menu_cc patch-ui_app_list_views_app_list_item_view_cc patch-ui_app_list_views_app_list_view_cc patch-ui_base_ime_input_method_factory_cc patch-ui_base_ime_input_method_initializer_cc patch-ui_base_resource_resource_bundle_cc patch-ui_base_ui_base_gyp patch-ui_base_webui_web_ui_util_cc patch-ui_events_devices_x11_device_data_manager_x11_cc patch-ui_events_event_switches_cc patch-ui_events_event_switches_h patch-ui_events_keycodes_dom4_keycode_converter_cc patch-ui_events_x_keysym_to_unicode_cc patch-ui_events_x_keysym_to_unicode_h patch-ui_gfx_canvas_skia_cc patch-ui_gfx_codec_png_codec_cc patch-ui_gl_generate_bindings_py patch-ui_gl_gl_gyp patch-ui_gl_gl_surface_glx_cc patch-ui_gl_sync_control_vsync_provider_cc patch-ui_message_center_message_center_style_h patch-ui_message_center_views_message_center_button_bar_cc patch-ui_message_center_views_message_center_button_bar_h patch-ui_message_center_views_message_center_view_cc patch-ui_message_center_views_notification_view_cc patch-ui_resources_ui_resources_grd patch-ui_shell_dialogs_select_file_dialog_cc patch-ui_views_bubble_bubble_delegate_cc patch-ui_views_controls_button_label_button_cc patch-ui_views_controls_combobox_combobox_cc patch-ui_views_controls_menu_menu_scroll_view_container_cc patch-ui_views_controls_scrollbar_base_scroll_bar_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_examples_widget_example_cc patch-ui_views_views_delegate_cc patch-ui_views_views_delegate_h patch-ui_views_views_gyp patch-ui_views_views_switches_cc patch-ui_views_window_custom_frame_view_cc patch-ui_views_window_dialog_delegate_cc patch-v8_src_base_platform_platform-posix_cc www/iridium/pkg: PLIST Added files: www/iridium/patches: patch-base_process_memory_cc patch-chrome_browser_tracing_crash_service_uploader_cc patch-components_audio_modem_modem_impl_cc patch-components_printing_renderer_print_web_view_helper_h patch-dbus_property_cc patch-device_usb_usb_service_impl_h patch-pdf_pdfium_pdfium_engine_cc patch-skia_ext_SkMemory_new_handler_cpp patch-third_party_WebKit_Source_platform_heap_StackFrameDepth_cpp patch-third_party_pdfium_core_src_fxcodec_fx_libopenjpeg_libopenjpeg20_opj_malloc_h patch-third_party_pdfium_pdfium_gyp patch-third_party_webrtc_base_thread_checker_impl_cc patch-ui_gl_gl_bindings_api_autogen_glx_h patch-ui_gl_gl_bindings_autogen_glx_cc patch-ui_gl_gl_bindings_autogen_glx_h Removed files: www/iridium/patches: patch-chrome_browser_ui_views_frame_desktop_browser_frame_aura_cc patch-chrome_renderer_printing_print_web_view_helper_h patch-content_browser_tracing_tracing_ui_cc patch-pdf_pdf_gyp patch-v8_src_base_macros_h Log message: update to iridium-browser-42.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/06 09:03:35 Modified files: audio/calf : Makefile Log message: Update WANTLIB. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/06 10:39:22 Modified files: x11/vlc : Makefile Log message: Sync WANTLIB. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/05/06 14:17:48 Modified files: graphics/png : Makefile distinfo Log message: maintenance update to 1.6.17; from Brad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/06 15:36:33 Modified files: sysutils/virt-manager: Makefile sysutils/virt-manager/patches: patch-virtManager_sshtunnels_py Log message: revert the revert and apply upstream fix CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/06 17:52:49 Modified files: lib/libc/gmon : gmon.c Log message: fix a fd leak in an error path in code under #ifdef DEBUG CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/06 17:56:47 Modified files: usr.bin/tmux : status.c tmux.h Log message: Remove ARRAY_* from history and expand completion to complete a) layout names and b) targets beginning with -t or -s. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/06 18:00:52 Modified files: sys/arch/sparc64/dev: mgiic.c Log message: add missing braces ok miod@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/06 18:16:25 Modified files: sys/dev/wscons : wsdisplay.c Log message: remove a surplus tab from miod@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/06 19:09:56 Modified files: sys/dev/ic : trm.c Log message: add missing braces to code under #ifdef TRM_DEBUG0 ok krw@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/06 19:19:00 Modified files: sys/dev/ic : aic7xxx.c Log message: fix indentation of a line ok krw@ miod@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/06 19:55:44 Modified files: sys/arch/arm/xscale: pxa27x_udc.c sys/arch/armv7/armv7: armv7.c sys/arch/hppa/spmath: dfmpy.c sys/arch/loongson/loongson: machdep.c sys/arch/vax/vax: pmap.c sys/dev/pci : auvia.c sys/net : if_bridge.c sys/uvm : uvm_aobj.c uvm_vnode.c Log message: fix indentation ok miod@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/06 20:17:16 Modified files: sys/arch/macppc/dev: zs.c Log message: remove badly indented printf and it's preceeding test as suggested by miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/07 01:10:52 Modified files: sysutils/salt-testing: Makefile distinfo Log message: Update to salt-testing-2015.5.7. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/07 01:16:14 Modified files: usr.bin/tmux : screen-redraw.c Log message: If status line is at the top, the offset needs to be adjusted when drawing pane numbers. Based on a diff from John O'Meara. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/07 01:35:31 Modified files: usr.bin/tmux : environ.c Log message: Simplify environ_push so it doesn't need the ARRAY_* functions. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/05/07 01:35:44 Modified files: devel/p5-Test-CPAN-Meta: Makefile distinfo Log message: Update to p5-Test-CPAN-Meta-0.25. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/07 01:59:52 Modified files: usr.bin/tmux : cmd-find-window.c Log message: Use a TAILQ not array for find-window. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/07 02:08:54 Modified files: usr.bin/tmux : tmux.h window-choose.c Log message: array.h can be local to window-choose.c now. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/07 02:53:33 Modified files: sys/compat/linux: linux_misc.c sys/dev : diskmap.c sys/kern : vfs_syscalls.c sys/sys : vnode.h sys/uvm : uvm_mmap.c share/man/man9 : file.9 Log message: Pass a thread pointer instead of its file descriptor table to getvnode(9). Input and ok millert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/07 03:15:56 Modified files: sysutils/salt : Makefile distinfo sysutils/salt/pkg: PLIST Added files: sysutils/salt/patches: patch-salt_utils_http_py Removed files: sysutils/salt/files: openbsd_sysctl.py openbsdrcctl.py sysutils/salt/patches: patch-conf_master patch-salt_modules_bsd_shadow_py patch-salt_modules_disk_py patch-salt_modules_groupadd_py patch-salt_modules_mount_py patch-salt_modules_network_py patch-salt_modules_openbsdservice_py patch-salt_modules_postgres_py patch-salt_modules_timezone_py patch-salt_modules_useradd_py patch-salt_states_service_py patch-salt_states_user_py patch-tests_integration_modules_cmdmod_py patch-tests_integration_modules_file_py patch-tests_integration_modules_sysctl_py patch-tests_runtests_py patch-tests_unit_utils_find_test_py Log message: Update to salt-2015.5.0. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/05/07 03:19:31 Modified files: sys/netinet : tcp_subr.c Log message: Include the timestamp TCP option in keep alive packets as well. According to RFC 7323 "once TSopt has been successfully negotiated, ... [it] MUST be sent in every non- segment for the duration of the connection." Which means that keep alives which are just ACK packets must include that too. Pointed out and tested by Lauri Tirkkonen , thanks! ok mpi CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/07 03:39:20 Modified files: textproc/gtk-doc: Makefile distinfo textproc/gtk-doc/pkg: PLIST Log message: Update to gtk-doc-1.22. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/07 05:27:59 Modified files: sysutils/stow : Makefile distinfo sysutils/stow/pkg: DESCR PLIST Log message: Maintainer update to stow-2.2.0 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/07 05:42:56 Modified files: usr.bin/tmux : cfg.c cmd-find.c key-bindings.c style.c window.c Log message: Style spacing nits. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/05/07 06:07:29 Modified files: usr.bin/mandoc : manpath.c Log message: Do not let the -m option or MANPATH with leading, trailing, or double colon override the default manpath, let them add to the default manpath. Only override the default manpath by the -M option, by MANPATH without leading, trailing, or double colon, or by "manpath" in man.conf(5). Problem reported by Jan Stary . Patch OK'ed by millert@. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/05/07 06:26:20 Modified files: www/iridium : Makefile Log message: add missing master_site, noted by naddy@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/05/07 06:29:07 Modified files: www/chromium : Makefile distinfo Log message: unbreak i386 and make the debug flavor closer to build CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/07 06:30:46 Modified files: infrastructure/lib/DPB: Core.pm Locks.pm Reporter.pm infrastructure/lib/DPB/Job: Fetch.pm Port.pm Log message: make sure we're root when killing stuff. I'm mixing up right and left, obviously. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/07 07:23:31 Modified files: x11/gnome/totem: Makefile distinfo x11/gnome/totem/pkg: PLIST Log message: Update to totem-3.16.1. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/07 08:07:16 Modified files: usr.bin/tmux : cmd-switch-client.c Log message: Update environment when switching sessions as well as attaching, from Si Beaumont. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2015/05/07 08:18:59 Log message: import apktool, a tool for reverse engineering Android apk files. ok sthen@ (thanks). Status: Vendor Tag: rpointel Release Tags: rpointel_2015-05-07 N ports/devel/apktool/Makefile N ports/devel/apktool/distinfo N ports/devel/apktool/files/apktool N ports/devel/apktool/pkg/PLIST N ports/devel/apktool/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2015/05/07 08:20:33 Modified files: devel : Makefile Log message: +apktool CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/05/07 09:14:02 Modified files: share/man/man4 : mpii.4 Log message: Correct the note about RAID support CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/07 09:22:57 Modified files: devel/apktool : Makefile devel/apktool/pkg: DESCR Log message: tweak DESCR/whitespace CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/05/07 10:15:42 Modified files: audio/mpd : Makefile Added files: audio/mpd/patches: patch-src_encoder_plugins_OpusEncoderPlugin_cxx Log message: Merge fix from the stable 'v0.19.x' branch: OpusEncoderPlugin: initialise granulepos so we end up with sane values (upstream git commit 0d7ee2b014db4f5072ac17839d0c7f3535c60675) CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2015/05/07 11:28:33 Modified files: devel/glpk : Makefile distinfo devel/glpk/pkg : PLIST Log message: update to 4.55; based on a diff from Ingo Feinerer. feedback and ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/05/07 11:29:08 Modified files: x11/gnustep/netclasses: Makefile distinfo x11/gnustep/netclasses/pkg: PLIST Log message: Minor cleanup and bugfix update to 1.1.0 HOME went to GAP, update HOMEPAGE and MASTER_SITE accordingly. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/07 11:32:20 Modified files: bin/cp : cp.c Log message: Whoops; missed updating a setfile() call. problem reported dcoppa; ok millert@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/05/07 12:30:27 Modified files: sys/kern : kern_synch.c Log message: msleep(9) must prevent kernel from attempting a context switch during autoconf and after panics. Tweak and OK guenther, OK miod CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2015/05/07 13:19:23 Modified files: devel/eclipse/plugins/emf: Makefile devel/eclipse/plugins/gef: Makefile devel/eclipse/plugins/uml2: Makefile devel/eclipse/sdk: Makefile Log message: - fix run depend in sdk. it requires swt to run. - remove myself as mantainer - bump revisions CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/07 13:25:44 Modified files: textproc/mupdf : Makefile distinfo Log message: update to MuPDF 1.7a CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/07 13:40:43 Modified files: www/lynx : Makefile distinfo Log message: Update to 2.8.9dev6 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/05/07 14:45:35 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-Makefile patch-t_test-lib_sh devel/git/pkg : PLIST-main PLIST-x11 Log message: Update to git-2.4.0 ok benoit@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/07 16:35:05 Modified files: emulators/mupen64plus/video-z64: Makefile Log message: Unbreak after recent glew update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/07 16:43:15 Added files: games/warzone2100/patches: patch-lib_ivis_opengl_screen_cpp Log message: Unbreak after recent glew update. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/05/07 18:00:32 Modified files: devel/fossil : Makefile Added files: devel/fossil/patches: patch-src_http_c Log message: Fix a use-after-free found by stsp@ and fixed upstream CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/05/07 21:09:12 Log message: Import p5-Tcl 1.02. The Tcl extension provides a small but complete interface into libtcl and any other Tcl-based library. It lets you create Tcl interpreters (as perl5 objects), bind in commands to them (either perl subroutines or C functions dynamically loaded with the DynaLoader extension) and execute Tcl code in those interpreters. ok sthen@ Status: Vendor Tag: stu Release Tags: stu_20150507 N ports/devel/p5-Tcl/Makefile N ports/devel/p5-Tcl/distinfo N ports/devel/p5-Tcl/pkg/PLIST N ports/devel/p5-Tcl/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/05/07 21:11:18 Log message: Import p5-Tkx 1.09. The Tkx module provides yet another Tk interface for Perl. Tk is a GUI toolkit tied to the Tcl language, and Tkx provides a bridge to Tcl that allows Tk based applications to be written in Perl. The main idea behind Tkx is that it is a very thin wrapper on top of Tcl, i.e. that what you get is exactly the behaviour you read about in the Tcl/Tk documentation with no surprises added by the Perl layer. For a gentle introduction please read the Tkx::Tutorial. The tkx-ed example needs the bwidget OpenBSD package. ok sthen@ Status: Vendor Tag: stu Release Tags: stu_20150507 N ports/x11/p5-Tkx/Makefile N ports/x11/p5-Tkx/distinfo N ports/x11/p5-Tkx/pkg/PLIST N ports/x11/p5-Tkx/pkg/DESCR N ports/x11/p5-Tkx/patches/patch-tkx-prove No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/07 21:17:49 Modified files: usr.bin/ssh : sshkey.c Log message: don't choke on new-format private keys encrypted with an AEAD cipher; bz#2366, patch from Ron Frederick; ok markus@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/05/07 21:25:07 Modified files: usr.bin/ssh : channels.c Log message: Use xcalloc for permitted_adm_opens instead of xmalloc to ensure it's zeroed. Fixes post-auth crash with permitopen=none. bz#2355, ok djm@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/07 21:38:26 Modified files: sys/arch/armv7/armv7: armv7.c armv7var.h sys/arch/armv7/imx: imx_machdep.c imxenet.c imxesdhc.c imxgpio.c Log message: Add initial board specific parts of novena support, tested by djm@ While novena has it's own board id it's u-boot does not set it. "setenv machid 10ad" in u-boot will set the novena board id (0x10ad/4269). CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/07 21:56:51 Modified files: usr.bin/ssh : PROTOCOL PROTOCOL.agent Log message: whitespace at EOL CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/07 22:47:27 Modified files: sys/arch/armv7/imx: imxgpio.c Log message: Add missing sabresd case statements. As sabresd_devs[] includes imxgpio an attempt to boot on sabresd would have tried to deref NULL function pointers. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/08 00:41:56 Modified files: usr.bin/ssh : auth.h Log message: whitespace at EOL CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/08 00:45:13 Modified files: usr.bin/ssh : channels.h dns.h sftp-client.h Log message: moar whitespace at eol CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/08 01:15:38 Modified files: sysutils/gitolite: Tag: OPENBSD_5_7 Makefile Added files: sysutils/gitolite/patches: Tag: OPENBSD_5_7 patch-src_commands_sshkeys-lint patch-src_triggers_post-compile_ssh-authkeys Log message: backport compat fixes for openssh 6.8 and ed25519 prompted by soeren tempel CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/08 01:25:36 Modified files: sys/dev/isa : ad1848.c Log message: Fix the indentation. While originally I thought this was an if statement with missing braces ratchov checked the specs to see the current behaviour is correct, just poorly formatted. ok ratchov@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/08 01:26:13 Modified files: regress/usr.bin/ssh: ssh2putty.sh Log message: whitespace at EOL CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/08 01:29:00 Modified files: regress/usr.bin/ssh: ssh-com.sh Log message: whitespace CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/08 01:46:17 Modified files: sysutils/salt/patches: patch-salt_utils_http_py Log message: Merged upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/08 01:48:43 Modified files: net/ircd-hybrid: Makefile distinfo net/ircd-hybrid/pkg: PLIST Log message: Update to ircd-hybrid-8.2.7. from brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/08 01:59:54 Modified files: sysutils/salt-testing: Makefile distinfo Log message: Update to salt-testing-2015.5.8. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/08 02:56:15 Modified files: databases/ports-readmes-dancer: Makefile Log message: make sure we extract sane modes from the ports tree CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/08 03:08:45 Modified files: audio/aqualung : Makefile www/p5-Apache-Gallery: Makefile databases/mdbtools: Makefile telephony/asterisk: Makefile www/owncloud : Makefile devel/jdk/1.7 : Makefile x11/gnome/gdm : Makefile math/graphviz : Makefile mail/zarafa/webapp: Makefile net/rabbitmq : Makefile textproc/xerces-c: Makefile geo/josm : Makefile www/selfoss : Makefile security/nss : Makefile mail/sendmail : Makefile audio/squeezecenter: Makefile sysutils/logstash/logstash: Makefile www/phpmyadmin : Makefile mail/roundcubemail: Makefile sysutils/runit : Makefile devel/maven : Makefile productivity/davical: Makefile mail/z-push : Makefile Log message: don't depend on modes in the ports tree being what we want installed CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/05/08 03:25:42 Modified files: databases/redis: Makefile distinfo Log message: Bugfixing update to redis-3.0.1 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/05/08 04:02:07 Modified files: net/haproxy : Makefile distinfo Log message: Update to haproxy-1.5.12. from new maintainer Daniel Jakots CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/05/08 04:28:34 Modified files: share/mk : bsd.own.mk Log message: Switch i386 and sparc64 to binutils 2.17. More architectures to follow if this doesn't cause any serious regressions. ok espie@, pascal@, deraadt@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/05/08 06:15:50 Modified files: sbin/disklabel : editor.c Log message: Separately track the number of items in alloc_table in a variable. With the changes for handling template files in r1.293, alloc_table became a pointer to an array of structs (rather than the array itself), so nitems(alloc_table) no longer returns the number of elements. As found by sebastia@, autosize would only try the first allocation scheme, so installation would fail on small disks. ok henning@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/05/08 06:30:27 Modified files: usr.bin/col : col.c Log message: Fix about ten integer overflows and underflows and a handful of logic errors in line number handling. Detailed explanations were sent to tech@ on October 18, 2014. OK doug@, and bapt at FreeBSD says he likes the direction CVSROOT: /cvs Module name: src Changes by: bcallah@cvs.openbsd.org 2015/05/08 06:35:08 Modified files: usr.bin/mg : def.h echo.c Log message: Remove ereply prototype since it is never used. Tweak a comment to reflect ereply removal. ok jasper@ florian@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/08 06:35:53 Modified files: infrastructure/lib/DPB: Shell.pm infrastructure/lib/DPB/Core: Init.pm infrastructure/lib/DPB/Job: Port.pm Log message: it's all about the names. Change "sudo" into "as_root" since in many cases, it won't use sudo at all (and in the end, it WON'T use sudo ever) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/08 06:36:50 Modified files: x11/gnustep/netclasses: Makefile Log message: add EPOCH after update from 1.06 to 1.1.0 ok sebastia@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/08 06:37:16 Modified files: infrastructure/lib/DPB: Config.pm Log message: introduce "UNPRIV_USER" so that we don't run as root that often. Move FETCH_USER, LOG_USER to defines, because they're not really host-dependent. Keep the equiv so that ppl old config doesn't break... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/08 06:47:26 Modified files: infrastructure/man/man1: dpb.1 Log message: document more details. In particular, UNPRIV_USER. Stress that the old sudo model is going away. CVSROOT: /cvs Module name: ports Changes by: florian@cvs.openbsd.org 2015/05/08 07:13:14 Modified files: net/powerdns : Makefile distinfo net/powerdns/pkg: pdns_server.rc Removed files: net/powerdns/patches: patch-configure Log message: Update to 3.4.4. OK weerd@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2015/05/08 08:23:30 Log message: Import F# a function-first programming language! OK bcallah@ Status: Vendor Tag: abieber Release Tags: abieber_20150508 N ports/lang/fsharp/Makefile N ports/lang/fsharp/distinfo N ports/lang/fsharp/pkg/DESCR N ports/lang/fsharp/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2015/05/08 08:35:05 Modified files: lang : Makefile Log message: +fsharp CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/08 09:56:49 Modified files: usr.bin/tmux : grid.c server-client.c Log message: Remove some stuff that accidentally ended up here from portable, and remove a little-used debug function. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/08 10:18:04 Modified files: usr.bin/tmux : cmd-capture-pane.c cmd-send-keys.c format.c input.c tmux.1 tmux.h Log message: Move input parser structs into input.c (removing fairly useless saved_cursor_[xy] formats as a side-effect). CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/08 10:23:34 Modified files: usr.bin/tmux : tmux.h window-choose.c Log message: window_choose_mode_item can move into window-choose.c. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/05/08 10:30:07 Modified files: usr.bin/col : col.c Log message: Avoid scattering octal escapes all over the place, use the definitions given at the top of the file. No functional change. From bapt at FreeBSD. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/08 10:33:29 Modified files: usr.bin/tmux : mode-key.c tmux.h Log message: mode_key_entry can go into mode-key.c; also a few spaces->tabs. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/08 10:44:03 Modified files: usr.bin/tmux : tmux.h Log message: grid_marker_cell is no longer used. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/08 10:48:12 Modified files: usr.bin/tmux : tmux.h Log message: Put the tty structs together, and tabify. CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/05/08 11:43:36 Modified files: devel : Makefile Log message: +p5-Tcl CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/05/08 11:43:59 Modified files: x11 : Makefile Log message: +p5-Tkx CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/08 13:12:51 Modified files: sbin/wsconsctl : display.c wsconsctl.c wsconsctl.h Log message: Add a new `don't read back' flag for variables, to prevent reading their value after modifying them. Give this flag to `display.focus', since screen switching is asynchronous, and reading back will return the screen we are switching from if the switch has not completed yet. Also, disallow -= and += syntax for display.focus, as it doesn't make any sense. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/08 13:17:21 Modified files: sys/dev/wscons : wsdisplay.c Log message: When changing screen saver parameters with wsconsctl (or any other way to perform ioctls), check the flags of the currently displayed screen in order to decide whether the screen saver needs to be retriggered, rather than the flags of the device we are issuing the ioctl on. wsconsctl will always use ttyC0, while the X server may run on another virtual screen (such as ttyC4), and the kernel screen saver would then be reenabled behind the X server's back. While there, apply this `should the screen burner get reenabled or disabled?' logic at the end of every virtual screen switch. The screen burner will now get reenabled when switching from X11 to a virtual text console, and disabled when switching back to X. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/08 13:35:34 Log message: import lockfile as a standalone port, previously part of procmail ok stsp@ Status: Vendor Tag: sthen Release Tags: sthen_20150508 N ports/sysutils/lockfile/Makefile N ports/sysutils/lockfile/distinfo N ports/sysutils/lockfile/pkg/DESCR N ports/sysutils/lockfile/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/08 13:36:06 Modified files: sysutils : Makefile Log message: +lockfile CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/08 13:38:03 Modified files: mail/procmail : Makefile mail/procmail/pkg: PLIST Log message: Handle lockfile moving to a standalone port. ok/tweak suggested by stsp@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/05/08 15:17:03 Modified files: devel/intellij : Makefile distinfo devel/intellij/pkg: PLIST Log message: Update Intellij IDEA port to 14.1.2. Initial patch from Caspar Schutijser, thanks! CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/08 15:30:37 Modified files: regress/lib/libcrypto/bio: biotest.c Log message: Make this run on strict alignment architectures. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/08 16:56:53 Modified files: sys/arch/armish/armish: armish_machdep.c sys/arch/zaurus/zaurus: zaurus_machdep.c Log message: Need explicit include now. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/05/09 00:50:02 Modified files: devel/capstone : Makefile distinfo devel/capstone/patches: patch-Makefile patch-arch_Mips_MipsInstPrinter_c patch-cs_c patch-include_capstone_h Log message: Update to capstone-3.0.3. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/05/09 02:00:35 ports/audio/caps-plugins/patches Update of /cvs/ports/audio/caps-plugins/patches In directory cvs.openbsd.org:/tmp/cvs-serv17700/patches Log Message: Directory /cvs/ports/audio/caps-plugins/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/05/09 02:00:55 Modified files: audio/caps-plugins: Makefile distinfo Added files: audio/caps-plugins/patches: patch-dsp_v4f_IIR2_h Log message: update caps-plugins to 0.9.24; this also fixes build with binutils-2.17 on amd64 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/09 02:04:30 Modified files: databases/puppetdb: Makefile distinfo Log message: update to puppetdb-2.3.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/09 02:06:32 Modified files: devel/ruby-rspec/specinfra: Makefile distinfo Log message: update to specinfra-2.31.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/09 02:06:42 Modified files: devel/ruby-rspec/serverspec: Makefile distinfo Log message: update to serverspec-2.16.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/09 02:31:34 Modified files: biology/nutdb : Makefile distinfo biology/nutdb/patches: patch-Makefile biology/nutdb/pkg: PLIST Removed files: biology/nutdb/patches: patch-fltk_Makefile patch-nut_1 Log message: update to nutdb-20.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/09 02:35:02 Modified files: lang/lua/5.1 : Makefile lang/lua/5.2 : Makefile lang/lua/5.3 : Makefile Log message: sprinkle PORTROACH annotations CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/09 02:54:43 Modified files: productivity/vym: Makefile distinfo productivity/vym/pkg: PLIST Log message: update to vym-2.3.24 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/09 03:00:43 Modified files: x11/roxterm : Makefile distinfo x11/roxterm/patches: patch-mscript_py Log message: update to roxterm-2.9.7 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/09 04:17:36 Modified files: x11/stalonetray: Makefile distinfo Log message: update to stalonetray-0.8.3 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/09 04:27:32 Modified files: sys/dev/isa : wss.c Log message: Fix an occurance of mtx_enter() that should have been mtx_leave(). This line was originally an splx() before being converted to a mutex. ok ratchov@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/09 06:04:19 Modified files: www/httrack : Makefile distinfo www/httrack/patches: patch-configure_ac patch-src_webhttrack www/httrack/pkg: PLIST Added files: www/httrack/patches: patch-src_md5_h Log message: update to httrack-3.48.21 CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/05/09 06:12:13 ports/security/password-gorilla/files Update of /cvs/ports/security/password-gorilla/files In directory cvs.openbsd.org:/tmp/cvs-serv15025/files Log Message: Directory /cvs/ports/security/password-gorilla/files added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/09 06:13:26 Modified files: productivity/rednotebook: Makefile distinfo Log message: update to rednotebook-1.10.1 CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/05/09 06:15:29 Modified files: security/password-gorilla: Makefile distinfo security/password-gorilla/pkg: PLIST Added files: security/password-gorilla/files: gorilla security/password-gorilla/patches: patch-sources_gorilla_tcl Removed files: security/password-gorilla/patches: patch-gorilla_tcl Log message: update to password-gorilla 1.5.3.7 While at it, fix "help" menu item, remove no Windows and OSX binaries from package and make fake stage more consistent with other ports of software in Tcl. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/09 06:18:24 Modified files: security/encfs/patches: patch-encfs_main_cpp Log message: Fix a warning statement. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/09 06:18:58 Added files: security/encfs/patches: patch-encfs_encfssh Log message: We don't have fusermount. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/09 06:20:15 Modified files: security/encfs : Makefile Log message: Replace CFLAGS tweak with CONFIGURE_ENV/CPPFLAGS. Fixes build with the upcoming CFLAGS/CXXFLAGS change. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/09 09:08:24 Modified files: devel/ragel : Makefile distinfo devel/ragel/patches: patch-test_runtests_in Log message: Update to ragel-6.9. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/09 09:13:31 Modified files: x11/worker : Makefile distinfo x11/worker/pkg : PLIST Log message: Update to 3.7.0 Changelog: http://www.boomerangsworld.de/cms/worker/changes.html CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/09 09:24:44 Modified files: sysutils/gsmartcontrol: Makefile distinfo sysutils/gsmartcontrol/patches: patch-data_gsmartcontrol-root_in patch-src_gsc_settings_h Removed files: sysutils/gsmartcontrol/patches: patch-src_hz_sync_policy_glib_h Log message: Update to gsmartcontrol-0.8.7. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/05/09 11:11:26 Modified files: sys/arch/i386/i386: disksubr.c sys/arch/amd64/amd64: disksubr.c sys/kern : subr_disk.c sys/sys : disklabel.h Log message: Cleanup/rejig GPT code to be more readable, support different endian archs and different sized disk sectors. Make MBR have higher priority than GPT. Add many paranoia checks and associated DPRINTF's to make further development easier. Keep everything hidden behind #ifdef GPT. Tested and ok doug@ mpi@. Nothing bad seen by millert@. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/09 13:10:10 Modified files: infrastructure/lib/DPB: PortBuilder.pm Log message: fix writing of permanent logs CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/05/09 13:12:50 Modified files: x11/xmobar : Makefile distinfo Log message: Bugfixing update to xmobar-0.23.1 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/05/09 13:51:44 Modified files: graphics/aqsis : Makefile Log message: tweak CXXFLAGS directly instead of CFLAGS CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/05/09 14:03:49 Modified files: math/cgal : Makefile Log message: tweak CXXFLAGS directly instead of CFLAGS CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/05/09 14:36:18 Modified files: usr.bin/col : col.1 col.c Log message: For half and reverse line feeds, recognize SUSv2-style escape-digit sequences in the input stream in addition to traditional BSD-style escape-control-char sequences because traditional tools, for example Heirloom roff, produce SUSv2-style sequences. Switch the encoding of forward half line feeds in the output of -f back to SUSv2 style because that's likely to work with more tools than the non-standard traditional BSD-style sequence. Fully document these choices. Issues originally reported by bapt at FreeBSD. OK millert@ jmc@, and bapt@ also more or less agrees with the direction. CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/05/09 15:04:58 Log message: Comment: interpreter of the R7RS Scheme programming language Description: Chibi-Scheme is a small interpreter of the version R7RS of the Scheme programming language. Maintainer: Juan Francisco Cantero Hurtado WWW: http://synthcode.com/wiki/chibi-scheme OK jturner@ Status: Vendor Tag: juanfra Release Tags: juanfra_20150509 N ports/lang/chibi-scheme/Makefile N ports/lang/chibi-scheme/distinfo N ports/lang/chibi-scheme/patches/patch-Makefile N ports/lang/chibi-scheme/patches/patch-Makefile_detect N ports/lang/chibi-scheme/patches/patch-include_chibi_features_h N ports/lang/chibi-scheme/pkg/DESCR N ports/lang/chibi-scheme/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/05/09 15:15:37 Modified files: lang : Makefile Log message: +chibi-scheme CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/05/09 16:24:06 Modified files: fonts/fira-fonts: Makefile fonts/roboto-fonts: Makefile games/dd2 : Makefile x11/terminator : Makefile Log message: Drop MAINTAINER. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/09 16:49:59 Modified files: games/manaplus : Makefile distinfo games/manaplus/pkg: PLIST Log message: Update to 1.5.5.9 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/05/09 19:45:12 Modified files: regress/usr.bin/sed: math.expected math.in math.sed Log message: A new version from the original author of math.sed that does exponents and lots of other neat things. Via FreeBSD CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/09 23:42:46 Modified files: sys/arch/armv7/armv7: armv7_machdep.c Log message: limit physical memory to (paddr_t)-PAGE_SIZE (0xfffff000) novena has 4GB of physical memory and it's u-boot tells us memstart: 0x10000000 memsize: 0xf0000000 which would previously cause an overflow leading to "panic: initarm: out of memory" tweak from and ok miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/10 01:41:08 Modified files: graphics/viewnior: Makefile distinfo graphics/viewnior/pkg: PLIST Log message: Update to viewnior-1.5. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/10 01:55:35 Modified files: infrastructure/lib/DPB: Config.pm Log message: must re-evaluate users after reading config files. open permanent log correctly. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/10 02:01:58 Modified files: emulators/bochs: Makefile distinfo emulators/bochs/patches: patch-Makefile_in patch-_bochsrc Added files: emulators/bochs/patches: patch-gui_term_cc patch-iodev_sound_soundfile_cc patch-iodev_sound_soundlow_cc patch-iodev_sound_soundlow_h Removed files: emulators/bochs/patches: patch-iodev_hdimage_hdimage_cc patch-iodev_hdimage_vmware3_cc patch-iodev_hdimage_vmware4_cc patch-iodev_network_slirp_slirp_h Log message: Update to bochs-2.6.8. from brad CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/10 02:14:14 Modified files: infrastructure/lib/DPB: Affinity.pm Distfile.pm Engine.pm Grabber.pm Limiter.pm Logger.pm PkgPath.pm PortBuilder.pm Signature.pm State.pm Vars.pm infrastructure/lib/DPB/Job: Fetch.pm Port.pm Log message: rename logger interface to desambiguate vs user. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/10 02:40:07 Modified files: infrastructure/lib/DPB: Config.pm HostProperties.pm Logger.pm Log message: compat with old config breaks new config, so ditch it. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 03:21:37 Modified files: proto/kbproto : ChangeLog INSTALL XKBgeom.h XKBstr.h configure.ac proto/kbproto/specs: appD.xml Added files: proto/kbproto : compile Log message: Update to kbproto 1.0.7 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 03:23:34 Modified files: lib/libFS : ChangeLog INSTALL compile configure configure.ac lib/libFS/include/X11/fonts: FSlib.h lib/libFS/src : FSErrDis.c FSFtNames.c FSGetCats.c FSListCats.c FSListExt.c FSOpenFont.c FSQGlyphs.c FSQXExt.c FSQuExt.c FSlibInt.c FSlibint.h FSlibos.h Removed files: lib/libFS : NEWS Log message: update to libFS 1.0.7 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 03:24:44 Modified files: lib/libXaw : ChangeLog INSTALL Makefile.in aclocal.m4 autogen.sh configure configure.ac lib/libXaw/include: Makefile.in lib/libXaw/man : Makefile.in lib/libXaw/specs: Makefile.in lib/libXaw/src : AsciiSrc.c DisplayList.c Makefile.am Makefile.in MultiSrc.c OS.c Text.c TextAction.c TextPop.c Log message: Update to libXaw 1.0.13 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 03:25:49 Modified files: lib/libXrender : ChangeLog INSTALL Makefile.in aclocal.m4 config.h.in configure configure.ac lib/libXrender/src: Glyph.c Xrenderint.h Added files: lib/libXrender : compile Removed files: lib/libXrender : NEWS Log message: Update to libXrender 0.9.9 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 03:26:33 Modified files: lib/libXt : ChangeLog INSTALL Makefile.in aclocal.m4 configure configure.ac test-driver lib/libXt/include: Makefile.in lib/libXt/include/X11: Intrinsic.h IntrinsicP.h Xtos.h lib/libXt/man : Makefile.in lib/libXt/specs: Makefile.in lib/libXt/src : Alloc.c Error.c Initialize.c Intrinsic.c Makefile.am Makefile.in ResConfig.c Resources.c Shell.c TMparse.c lib/libXt/test : Makefile.in lib/libXt/util : Makefile.am Makefile.in makestrs.c Added files: lib/libXt : compile Removed files: lib/libXt : NEWS Log message: Update to libXt 1.1.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 03:27:16 Modified files: lib/libfontenc : ChangeLog INSTALL Makefile.in aclocal.m4 configure configure.ac lib/libfontenc/include/X11/fonts: fontenc.h lib/libfontenc/src: Makefile.in encparse.c fontenc.c fontencI.h Added files: lib/libfontenc : compile Removed files: lib/libfontenc : NEWS Log message: Update to libfontenc 1.1.3 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 03:31:51 Modified files: lib/libpciaccess: ChangeLog INSTALL aclocal.m4 compile configure configure.ac lib/libpciaccess/include: pciaccess.h lib/libpciaccess/src: Makefile.am Makefile.in common_init.c common_interface.c common_vgaarb.c freebsd_pci.c linux_sysfs.c netbsd_pci.c openbsd_pci.c pciaccess_private.h solx_devfs.c x86_pci.c Removed files: lib/libpciaccess: NEWS Log message: update to libpciaccess 0.13.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 03:32:36 Modified files: lib/libxkbfile : ChangeLog INSTALL Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing lib/libxkbfile/include/X11/extensions: XKBfile.h XKBrules.h lib/libxkbfile/src: Makefile.am Makefile.in XKBfileInt.h cout.c maprules.c srvmisc.c xkbatom.c xkbbells.c xkbconfig.c xkbdraw.c xkberrs.c xkbmisc.c xkbout.c xkbtext.c xkmout.c xkmread.c Added files: lib/libxkbfile : compile Removed files: lib/libxkbfile : NEWS Log message: update to libxkbfile 1.0.9 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 03:39:35 Modified files: lib/libXRes : Makefile.am configure.ac Removed files: lib/libXRes : NEWS Log message: remove useless diffs with upstream CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 03:51:55 Removed files: lib/libICE : NEWS lib/libSM : NEWS lib/libXScrnSaver: NEWS lib/libXau : NEWS lib/libXcomposite: NEWS lib/libXcursor : NEWS lib/libXdmcp : NEWS lib/libXext : NEWS lib/libXfixes : NEWS lib/libXi : NEWS lib/libXinerama: NEWS lib/libXmu : NEWS lib/libXrandr : NEWS lib/libXtst : NEWS lib/libXv : NEWS lib/libXvMC : NEWS lib/libdmx : NEWS lib/libxtrans : NEWS Log message: No NEWS is good NEWS - remove a bunch of files not present upstreams anymore CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 03:54:55 Modified files: app/setxkbmap : ChangeLog INSTALL Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing setxkbmap.c app/setxkbmap/man: Makefile.in setxkbmap.man Added files: app/setxkbmap : compile Log message: Update to setxkbmap 1.3.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 03:56:09 Modified files: app/smproxy : ChangeLog INSTALL Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing save.c smproxy.c smproxy.h app/smproxy/man: Makefile.in smproxy.man Added files: app/smproxy : compile Log message: Update to smproxy 1.0.6 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 03:57:50 Modified files: app/twm : ChangeLog INSTALL Makefile.in aclocal.m4 compile configure configure.ac app/twm/man : Makefile.am Makefile.in twm.man app/twm/src : Makefile.in menus.c parse.c Log message: Update to twm 1.0.9 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 03:59:10 Modified files: app/x11perf : ChangeLog INSTALL Makefile.in aclocal.m4 bitmaps.c config.guess config.h.in config.sub configure configure.ac depcomp do_arcs.c do_blt.c do_complex.c do_dots.c do_lines.c do_movewin.c do_rects.c do_segs.c do_simple.c do_tests.c do_text.c do_traps.c do_tris.c do_valgc.c do_windows.c install-sh missing mkinstalldirs perfboth perfratio x11perf.c x11perf.h app/x11perf/man: Makefile.in Added files: app/x11perf : compile Log message: Update to x11perf 1.6.0 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 04:00:33 Modified files: app/xcmsdb : ChangeLog INSTALL Makefile.am Makefile.in SCCDFile.h aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh loadData.c missing xcmsdb.c app/xcmsdb/man : Makefile.in xcmsdb.man Added files: app/xcmsdb : compile Log message: Update to xcmsdb 1.0.5 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/10 04:00:43 Modified files: infrastructure/bin: dpb Log message: forgot to synch with the rest CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 04:01:51 xenocara/app/xcompmgr/man Update of /cvs/xenocara/app/xcompmgr/man In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/app/xcompmgr/man Log Message: Directory /cvs/xenocara/app/xcompmgr/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 04:02:50 Modified files: app/xcompmgr : ChangeLog Makefile.am Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing xcompmgr.c Added files: app/xcompmgr : INSTALL compile app/xcompmgr/man: Makefile.am Makefile.in xcompmgr.man Removed files: app/xcompmgr : xcompmgr.1 Log message: Update to xcompmgr 1.1.7 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 04:04:15 Modified files: app/xdpyinfo : ChangeLog INSTALL Makefile.in aclocal.m4 configure configure.ac xdpyinfo.c app/xdpyinfo/man: Makefile.in Added files: app/xdpyinfo : compile Log message: Update do xdpyinfo 1.3.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 04:05:36 xenocara/app/xdriinfo/man Update of /cvs/xenocara/app/xdriinfo/man In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/app/xdriinfo/man Log Message: Directory /cvs/xenocara/app/xdriinfo/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 04:06:18 Modified files: app/xdriinfo : ChangeLog INSTALL Makefile.am Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing xdriinfo.c Added files: app/xdriinfo : compile app/xdriinfo/man: Makefile.am Makefile.in xdriinfo.man Removed files: app/xdriinfo : xdriinfo.man Log message: Update to xdriinfo 1.0.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 04:07:50 Modified files: app/xedit : ChangeLog INSTALL Makefile.in aclocal.m4 commands.c config.h.in config.sub configure configure.ac hash.c hook.c ispell.c util.c util.h xedit.h app/xedit/lisp : compile.c core.c debugger.c format.c internal.h io.c io.h lisp.c lisp.h mathimp.c package.c package.h pathname.c private.h read.c stream.c write.c write.h xedit.c app/xedit/lisp/re: re.c app/xedit/man : Makefile.in Added files: app/xedit : ar-lib Removed files: app/xedit : compile Log message: Update to xedit 1.2.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 04:08:54 Modified files: app/xev : ChangeLog INSTALL Makefile.in aclocal.m4 compile configure configure.ac xev.c app/xev/man : Makefile.in xev.man Log message: Update to xev 1.2.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 04:10:17 Modified files: app/xgamma : ChangeLog INSTALL Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing xgamma.c app/xgamma/man : Makefile.in xgamma.man Added files: app/xgamma : compile Log message: Update to xgamma 1.0.6 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 04:11:45 Modified files: app/xgc : ChangeLog INSTALL Makefile.in aclocal.m4 compile config.sub configure configure.ac app/xgc/man : Makefile.in Log message: Update to xgc 1.0.5 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/10 04:12:40 Modified files: infrastructure/lib/DPB/Core: Init.pm Log message: fetch_user is still taken from default prop... CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 04:12:48 Modified files: app/xhost : ChangeLog INSTALL Makefile.in aclocal.m4 compile config.h.in configure configure.ac app/xhost/man : Makefile.in Log message: Update to xhost 1.0.7 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 04:14:52 Modified files: app/xkbevd : ChangeLog INSTALL Makefile.in aclocal.m4 cfgparse.y cfgscan.c config.guess config.h.in config.sub configure configure.ac depcomp evargs.c install-sh missing printev.c utils.c utils.h xkbevd.c xkbevd.h ylwrap app/xkbevd/man : Makefile.in xkbevd.man Added files: app/xkbevd : compile Log message: Update to xkbevd 1.1.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 04:15:45 xenocara/app/xkbprint/man Update of /cvs/xenocara/app/xkbprint/man In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/app/xkbprint/man Log Message: Directory /cvs/xenocara/app/xkbprint/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 04:16:24 Modified files: app/xkbprint : ChangeLog INSTALL Makefile.am Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh isokeys.h missing psgeom.c utils.c utils.h xkbprint.c xkbprint.h Added files: app/xkbprint : compile app/xkbprint/man: Makefile.am Makefile.in xkbprint.man Removed files: app/xkbprint : xkbprint.man Log message: Update to xkbprint 1.0.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 04:17:43 Modified files: app/xlsatoms : ChangeLog INSTALL Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing xlsatoms.c app/xlsatoms/man: Makefile.in xlsatoms.man Added files: app/xlsatoms : compile Log message: Update to xlsatoms 1.1.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 04:19:24 Modified files: app/xlsfonts : ChangeLog INSTALL Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp dsimple.c dsimple.h install-sh missing xlsfonts.c app/xlsfonts/man: Makefile.in xlsfonts.man Added files: app/xlsfonts : compile Log message: Update to xlsfonts 1.0.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 04:20:20 Modified files: app/xmag : ChangeLog CutPaste.c INSTALL Makefile.in RootWin.c Scale.c Scale.h aclocal.m4 config.sub configure configure.ac xmag.c app/xmag/man : Makefile.in Added files: app/xmag : compile Log message: Update to xmag 1.0.6 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 04:21:20 Modified files: app/xman : ChangeLog INSTALL Makefile.in aclocal.m4 buttons.c compile configure configure.ac handler.c main.c man.c misc.c search.c vendor.h app/xman/man : Makefile.in Log message: Update to xman 1.1.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 04:22:13 Modified files: app/xmodmap : ChangeLog INSTALL Makefile.in aclocal.m4 autogen.sh compile configure configure.ac handle.c wq.h xmodmap.c app/xmodmap/man: Makefile.in xmodmap.man Log message: Update to xmodmap 1.0.9 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 04:23:19 Modified files: app/xvinfo : ChangeLog INSTALL Makefile.in aclocal.m4 configure configure.ac xvinfo.c app/xvinfo/man : Makefile.in Added files: app/xvinfo : compile Log message: Update to xvinfo 1.1.3 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 04:24:38 Modified files: doc/xorg-docs : ChangeLog INSTALL MAINTAINERS Makefile.in aclocal.m4 config.guess config.sub configure configure.ac install-sh missing doc/xorg-docs/general: Makefile.in ReleaseNotes.xml doc/xorg-docs/general/fonts: Makefile.in doc/xorg-docs/general/graphics: Makefile.in doc/xorg-docs/general/input: Makefile.in XKB-Config.xml XKB-Enhancing.xml doc/xorg-docs/general/platforms: Makefile.in doc/xorg-docs/man: Consortium.man Makefile.in Standards.man X.man Xsecurity.man doc/xorg-docs/specs: Makefile.in doc/xorg-docs/specs/CTEXT: Makefile.in doc/xorg-docs/specs/ICCCM: Makefile.in icccm.xml doc/xorg-docs/specs/XLFD: Makefile.in xlfd.xml doc/xorg-docs/specs/Xext: Makefile.in doc/xorg-docs/specs/Xserver: Makefile.in XACE-Spec.xml analysis.xml appgroup.xml secint.xml Added files: doc/xorg-docs : compile Log message: Update do xorg-docs 1.7.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/10 04:52:57 Modified files: security/password-gorilla/patches: patch-sources_gorilla_tcl Log message: Unbreak patch. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/05/10 05:09:47 Modified files: misc/srcpd : Makefile distinfo misc/srcpd/patches: patch-Makefile_in patch-man_de_srcpd_conf_5 patch-man_srcpd_conf_5 Added files: misc/srcpd/patches: patch-configure_ac Removed files: misc/srcpd/patches: patch-configure_in Log message: Update srcpd to 2.1.3 Fixed Bugs o Fix GA unlock. o Fix incomplete handshake. o Fix syslog message buffer overflow. o Fix missing 102 INFO message for TERM GL. o Fix needless INFO LOCK message on TERM GL. o Fix serial line read on unusable Lenz module. o Fix missing 102 INFO message for TERM GA. o Fix needless INFO LOCK message on TERM GA. o Fix potential buffer overflow. New Features o Add support for dc-car sender (serial pc-device). o Add POM read for locomotives. o Add experimental BiDi GL address message for IB (opendcc) module o Writing CV#1 in operations mode programming in ddl mode now enabled o configure does not check for i2c header files if i2c module is not used. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/05/10 05:39:49 Modified files: www/sope : Makefile distinfo www/sope/pkg : PLIST-main Removed files: www/sope/patches: patch-sope-appserver_WEExtensions_WEDropContainer_m Log message: Update to 2.2.17a jumping over a bunch of releases, meanwhile one of the patches got merged upstream. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/05/10 05:41:12 Modified files: www/sogo : Makefile distinfo Added files: www/sogo/patches: patch-configure Log message: Update to 2.2.17a With 2.2.17 or 2.2.16, the default build against gnutls got broken, so "fix" configure to allow correct detection of availability of openssl, or better libressl, and use that instead. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 07:38:47 Removed files: app/xfs : COPYING ChangeLog INSTALL Makefile.am Makefile.bsd-wrapper Makefile.in NEWS README aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp devbook.am install-sh missing app/xfs/config : Makefile.am Makefile.in config.cpp app/xfs/difs : atom.c charinfo.c difsutils.c dispatch.c events.c extensions.c fontinfo.c fonts.c globals.c initfonts.c main.c resource.c swaprep.c swapreq.c tables.c app/xfs/doc : Makefile.am Makefile.in xfs-design.xml app/xfs/include: access.h assert.h auth.h authstr.h client.h clientstr.h closestr.h closure.h difs.h difsfn.h difsfnst.h difsutils.h dispatch.h extentst.h fsevents.h fsresource.h globals.h misc.h os.h osstruct.h servermd.h site.h swaprep.h swapreq.h app/xfs/m4 : ax_define_dir.m4 app/xfs/man : Makefile.am Makefile.in xfs.man app/xfs/os : access.c config.c configstr.h connection.c daemon.c error.c io.c osdep.h osglue.c osinit.c utils.c waitfor.c xfstrans.c Log message: Remove xfs. It was already unlinked from build 8 month ago. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 08:06:25 Removed files: app/appres : NEWS app/bdftopcf : NEWS app/beforelight: NEWS app/bitmap : NEWS app/editres : NEWS app/fslsfonts : NEWS app/fstobdf : NEWS app/fvwm : NEWS app/iceauth : NEWS app/ico : NEWS app/listres : NEWS app/luit : NEWS app/mkfontdir : NEWS app/mkfontscale: NEWS app/oclock : NEWS app/rgb : NEWS app/sessreg : NEWS app/setxkbmap : NEWS app/showfont : NEWS app/smproxy : NEWS app/twm : NEWS app/viewres : NEWS app/x11perf : NEWS app/xauth : NEWS app/xbiff : NEWS app/xcalc : NEWS app/xclipboard : NEWS app/xclock : NEWS app/xcmsdb : NEWS app/xcompmgr : NEWS app/xconsole : NEWS app/xdm : NEWS app/xdpyinfo : NEWS app/xdriinfo : NEWS app/xedit : NEWS app/xeyes : NEWS app/xf86dga : NEWS app/xfd : NEWS app/xfontsel : NEWS app/xfsinfo : NEWS app/xgamma : NEWS app/xgc : NEWS app/xhost : NEWS app/xinit : NEWS app/xkbutils : NEWS app/xkill : NEWS app/xload : NEWS app/xlogo : NEWS app/xlsatoms : NEWS app/xlsclients : NEWS app/xlsfonts : NEWS app/xmag : NEWS app/xman : NEWS app/xmessage : NEWS app/xmodmap : NEWS app/xmore : NEWS app/xprop : NEWS app/xrandr : NEWS app/xrdb : NEWS app/xrefresh : NEWS app/xset : NEWS app/xsetroot : NEWS app/xsm : NEWS app/xstdcmap : NEWS app/xvidtune : NEWS app/xvinfo : NEWS app/xwd : NEWS app/xwininfo : NEWS app/xwud : NEWS Log message: No NEWS is good NEWS - remove a bunch of files not present upstreams anymore CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 08:17:52 Removed files: font/adobe-100dpi: NEWS font/adobe-75dpi: NEWS font/adobe-utopia-100dpi: NEWS font/adobe-utopia-75dpi: NEWS font/adobe-utopia-type1: NEWS font/alias : NEWS font/arabic-misc: NEWS font/bh-100dpi : NEWS font/bh-75dpi : NEWS font/bh-lucidatypewriter-100dpi: NEWS font/bh-lucidatypewriter-75dpi: NEWS font/bh-ttf : NEWS font/bh-type1 : NEWS font/bitstream-100dpi: NEWS font/bitstream-75dpi: NEWS font/bitstream-type1: NEWS font/cronyx-cyrillic: NEWS font/cursor-misc: NEWS font/daewoo-misc: NEWS font/dec-misc : NEWS font/dejavu-ttf: NEWS font/ibm-type1 : NEWS font/isas-misc : NEWS font/jis-misc : NEWS font/micro-misc: NEWS font/misc-cyrillic: NEWS font/misc-ethiopic: NEWS font/misc-meltho: NEWS font/misc-misc : NEWS font/mutt-misc : NEWS font/schumacher-misc: NEWS font/screen-cyrillic: NEWS font/sony-misc : NEWS font/sun-misc : NEWS font/util : NEWS font/winitzki-cyrillic: NEWS font/xfree86-type1: NEWS Log message: No NEWS is good NEWS - remove a bunch of files not present upstreams anymore CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/05/10 09:10:46 Modified files: sys/dev/usb : if_urtwn.c Log message: My commit adding RTL8188EU did introduce a regression after all. Repair firmware reset on RTL8188CUS devices (and perhaps others) by restoring the proper register write order in the non-8188EU code path. Fixes "urtwn0: timeout waiting for firmware readiness" after device reset. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/10 09:56:28 Modified files: sys/arch/arm/include: vmparam.h sys/arch/armish/armish: armish_machdep.c sys/arch/armish/include: vmparam.h sys/arch/armv7/armv7: armv7_machdep.c sys/arch/armv7/include: vmparam.h sys/arch/zaurus/include: vmparam.h sys/arch/zaurus/zaurus: zaurus_machdep.c Log message: VM_MAX_KERNEL_ADDRESS is the end of the kva range not the end of addressable virtual memory space but arm ports were using a value of 0xffffffff for this. Instead of using a shared VM_MAX_KERNEL_ADDRESS define add md VM_KERNEL_SPACE_SIZE defines based on the KERNEL_VM_SIZE values from the respective machdep.c files. djm's novena was hitting "panic: bufinit: can't reserve VM for buffers" without a similiar change. ok miod@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/05/10 10:47:01 Log message: Import devel/p5-Test-YAML 1.05 With help from sthen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20150510 N ports/devel/p5-Test-YAML/Makefile N ports/devel/p5-Test-YAML/distinfo N ports/devel/p5-Test-YAML/pkg/DESCR N ports/devel/p5-Test-YAML/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/05/10 10:49:28 Modified files: devel/p5-YAML : Makefile distinfo devel/p5-YAML/pkg: PLIST Log message: Update devel/p5-YAML to 1.15 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/05/10 10:50:12 Modified files: devel : Makefile Log message: +p5-Test-YAML CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/05/10 10:53:19 Modified files: geo/qlandkartegt: Makefile distinfo Removed files: geo/qlandkartegt/patches: patch-CMakeLists_txt patch-src_CDeviceGarminBulk_cpp patch-src_CMakeLists_txt patch-src_CMouseMoveMap_cpp patch-src_CWptDB_cpp Log message: Update to 1.8.1, some usual feature additions and bug fixes. Getting rid of most of the patches. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/10 11:51:27 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/10 12:16:26 Modified files: devel/ruby-rspec/serverspec: Makefile Log message: fix rdep on specinfra; spotted by aja@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/10 12:33:15 Modified files: lib/librthread : rthread.c rthread_fork.c Log message: In the child after fork, the dl lock has to be forced as its inner spinlock may have been grabbed by another thread in the parent before the fork problem report from dcoppa@, ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/10 13:12:25 Modified files: lang/datalog : Makefile distinfo lang/datalog/patches: patch-configure Log message: update to datalog-2.5 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/05/10 13:40:56 Modified files: sys/dev/usb : if_urtwn.c if_urtwnreg.h Log message: Fix urtwn(4) 11b performance for RTL8188EU devices. With 11b APs the firmware retries excessively unless we force it into 11b-only mode instead of mixed b/g. Perhaps a firmware bug, perhaps a bug in our code elsewhere. For now, this makes it work. ok kettenis CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/10 13:56:06 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/10 14:41:19 Modified files: gnu/usr.bin/binutils-2.17/bfd: archive.c archive64.c libbfd-in.h libbfd.h som.c Log message: Add _bfd_ar_spacepadll() for formatting long long values in archive headers. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/05/10 16:35:39 Modified files: sys/kern : sys_generic.c sys/sys : poll.h sys/miscfs/fifofs: fifo_vnops.c Log message: Set POLLHUP even if no valid events were specified as per POSIX. Since we use the poll backend for select(2), care must be taken not to set the fd's bit in writefds in this case. A kernel-only flag, POLLNOHUP, is used by selscan() to tell the poll backend not to return POLLHUP on EOF. This is currently only used by fifo_poll(). The fifofs regress now passes. OK guenther@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/10 18:42:54 Modified files: lib/libc/db/db : db.c lib/libc/gen : shm_open.c lib/libc/stdlib: posix_pty.c lib/libkvm : kvm.c Log message: When checking flags that will be passed to open(), test the O_ACCMODE portion separately to avoid false negatives. ok miod@ millert@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/10 19:56:26 Modified files: sys/arch/amd64/amd64: nvram.c Log message: Convert from uiomovei() to uiomove() to prevent short tranfers diff from natano@bitrig, with some additional format and cast tweaks CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/10 20:01:01 Modified files: sys/dev/ic : lpt.c Log message: Convert from uiomovei() to uiomove() to prevent short tranfers diff from natano@bitrig CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/10 23:51:04 Modified files: x11/gnome/aisleriot: Makefile distinfo x11/gnome/aisleriot/pkg: PLIST Log message: Update to aisleriot-3.16.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/11 00:03:40 Modified files: mail/cyrus-imapd: Makefile distinfo mail/cyrus-imapd/patches: patch-imap_mailbox_c Log message: Update to cyrus-imapd-2.5.2. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/11 00:31:17 Modified files: lib/libc/db/db : db.c Log message: Whoops, need to pass through O_ACCMODE flags to the underlying __*_open() problem pointed out by Mark Patruck (mark (at) wrapped.cx) CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/05/11 00:46:22 Modified files: sys/arch/hppa/conf: files.hppa sys/arch/hppa/gsc: harmony.c sys/arch/luna88k/cbus: nec86hw.c sys/arch/luna88k/conf: files.luna88k sys/arch/macppc/conf: files.macppc sys/arch/macppc/dev: awacs.c i2s.c sys/arch/sgi/dev: mavb.c sys/arch/sgi/hpc: files.hpc sys/arch/sparc/conf: files.sparc sys/arch/sparc/dev: audioamd.c cs4231.c sys/arch/sparc64/conf: files.sparc64 sys/arch/sparc64/dev: ce4231.c sys/arch/vax/conf: files.vax sys/arch/vax/vsa: vsaudio.c sys/arch/zaurus/conf: files.zaurus sys/arch/zaurus/dev: zaurus_audio.c sys/conf : files sys/dev : audio.c audio_if.h mulaw.c mulaw.h sys/dev/ic : ac97.c am7930.c am7930var.h arcofi.c sys/dev/isa : ad1848.c ess.c files.isa files.isapnp gus.c sbdsp.c sys/dev/pci : auacer.c auglx.c auich.c auixp.c autri.c auvia.c azalia.c cmpci.c cs4280.c cs4281.c eap.c emuxki.c esa.c eso.c files.pci fms.c maestro.c neo.c sv.c yds.c sys/dev/sbus : cs4231.c files.sbus sys/dev/tc : bba.c files.tc sys/dev/usb : files.usb uaudio.c Removed files: sys/dev : auconv.c auconv.h Log message: Remove all audio format conversion code from the kernel (btw holding the kernel_lock), as we already do better conversions in user-mode. Yet, no need for every single driver to fiddle with the conversion code as they are done transparently by common MI code. With help from armani and miod, support from mpi ok armani@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/05/11 00:52:36 Modified files: sys/dev/sbus : cs4231.c sys/dev/isa : ad1848.c sys/arch/sparc64/dev: ce4231.c sys/arch/sparc/dev: cs4231.c Log message: Remove support for ADPCM encoding which isn't used nowadays and not available to programs anyway. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/11 01:19:59 Modified files: net/gupnp/core : Makefile distinfo net/gupnp/core/pkg: PLIST Log message: update to gupnp-0.20.14 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/11 01:20:16 Modified files: net/gupnp/tools: Makefile distinfo net/gupnp/tools/pkg: PLIST Log message: update to gupnp-tools-0.8.10 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/11 01:20:27 Modified files: x11/gnome/rygel: Makefile distinfo x11/gnome/rygel/pkg: PLIST Log message: update to rygel-0.26.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/11 01:21:21 Modified files: net/farstream : Makefile net/libnice : Makefile net/gupnp/av : Makefile net/gupnp/igd : Makefile net/gupnp/ui : Makefile net/dleyna/connector-dbus: Makefile net/dleyna/core: Makefile Log message: sync WANTLIB after gupnp/core update; if there's anymore lurking it'll be dealt with shortly CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/11 01:25:58 Modified files: x11/gnome/gucharmap: Makefile distinfo Log message: update to gucharmap-3.16.2 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/11 01:32:42 Modified files: infrastructure/lib/DPB: User.pm Logger.pm Log message: move the fcntl FD_CLOEXEC code over to User, so that all opened files are marked that way. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/11 01:39:19 Modified files: lang/kawa : Makefile distinfo lang/kawa/patches: patch-bin_Makefile_in patch-doc_Makefile_in patch-gnu_kawa_slib_Makefile_in lang/kawa/pkg : DESCR PLIST Log message: - update to kawa-2.0, most important change being support for R7RS http://www.gnu.org/software/kawa/news.html CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/11 01:42:27 Modified files: databases/evolution-data-server: Makefile distinfo Log message: Update to evolution-data-server-3.16.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/11 01:42:55 Modified files: mail/evolution : Makefile distinfo Removed files: mail/evolution/patches: patch-e-util_e-spell-dictionary_h Log message: Update to evolution-3.16.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/11 01:43:20 Modified files: mail/evolution-ews: Makefile distinfo Log message: Update to evolution-ews-3.16.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/11 01:49:22 Modified files: security/password-gorilla/patches: patch-sources_gorilla_tcl Log message: Prevent CVS keyword expansion. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/11 02:18:39 Modified files: lang/kawa/patches: patch-bin_Makefile_in Log message: link to upstream bug CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/11 02:35:01 Modified files: x11/gnome/characters: Makefile distinfo x11/gnome/characters/pkg: PLIST Log message: update to gnome-characters-3.16.2 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/11 02:41:43 Modified files: sys/net : if_ethersubr.c if_trunk.c if_trunk.h trunklacp.c trunklacp.h Log message: Take trunk(4) out of ether_input(). Each physical interface of a trunk now gets a specific ifih (interface input handler) that runs before ether_input(). Tested by sthen@, dlg@, Theo Buehler and ok sthen@, dlg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/11 02:51:31 Modified files: sys/dev/usb : upd.c Log message: Refresh sensor values asynchronously. From David Higgs. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/05/11 03:40:40 Modified files: emulators/mupen64plus: Makefile.inc emulators/mupen64plus/audio-sdl: Makefile distinfo emulators/mupen64plus/core: Makefile distinfo emulators/mupen64plus/core/pkg: PLIST emulators/mupen64plus/input-sdl: Makefile distinfo emulators/mupen64plus/rsp-hle: Makefile distinfo emulators/mupen64plus/ui-console: Makefile distinfo emulators/mupen64plus/video-glide64mk2: Makefile distinfo emulators/mupen64plus/video-rice: Makefile distinfo Added files: emulators/mupen64plus/core/patches: patch-projects_unix_Makefile patch-src_memory_memory_h Removed files: emulators/mupen64plus/core/patches: patch-src_r4300_x86_rjump_c emulators/mupen64plus/video-glide64mk2/patches: patch-src_Glide64_TexBuffer_cpp Log message: Update to mupen64plus-2.5. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/05/11 03:43:01 Modified files: meta/mupen64plus: Makefile Log message: Sync with mupen64plus-2.5 update. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/11 04:10:16 Modified files: usr.bin/tmux : input.c tmux.1 tmux.h window.c Log message: Remove the c0-* options which never really worked satisfactorily. Going to try something else... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/11 04:29:44 Modified files: net/libpsl : Makefile Log message: Unbreak: needs xz. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/11 04:33:47 Modified files: infrastructure/lib/DPB: Config.pm Log message: make sure we get DIRMODE and DROPPRIV default build_user/log_user/fetch_user as the documentation says. Deal with BUILD_USER on the command line correctly, pass it off to default_prop (this should fix various config issues reported by sthen@ and aja@) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/11 04:58:22 Modified files: usr.bin/tmux : options-table.c Log message: Left the c0-* options behind in the table. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/05/11 05:18:30 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 56.html 57.html ECL.html alpha.html amd64.html amiga.html arc.html armish.html armv7.html art1.html art2.html art3.html art4.html bank-donation.html books.html cats.html crypto.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 errata56.html errata57.html events.html goals.html hackathons.html hp300.html hppa.html hppa64.html i386.html index.html landisk.html loongson.html luna88k.html lyrics.html mail.html mvme68k.html mvme88k.html octeon.html older.html orders.html palm.html pegasos.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 plus55.html plus56.html plus57.html pmax.html policy.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 users.html vax.html zaurus.html build : groups.skel support.skel build/mirrors : anoncvs.html.head cvsync.html.head ftp.html.head faq : 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 upgrade46.html upgrade47.html upgrade48.html upgrade49.html upgrade50.html upgrade51.html upgrade52.html upgrade53.html upgrade54.html upgrade55.html upgrade56.html upgrade57.html 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 faq/ports : differences.html guide.html index.html ports.html specialtopics.html testing.html papers : index.html Log message: Add 'link rel="canonical"' to pages, acting as a hint to search engines to list the copies on www.openbsd.org rather than mirrors. From Carlin Bingham, ok millert@ nick@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/05/11 05:19:50 Modified files: . : ftp.html anoncvs.html cvsync.html Log message: regen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/11 05:47:27 Modified files: sysutils/pstree: Makefile sysutils/pstree/patches: patch-pstree_c Log message: Don't use uninitialized structs when ioctl() fails, e.g. if run with stdout redirected. Problem reported by Jan Stary. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/11 06:06:21 Modified files: net/tkabber : Makefile.inc textproc/zathura/plugins: Makefile.inc www/c-icap : Makefile.inc Log message: moving tests for obsolete stuff around shows a bit more cruft to remove. idea taken from jasper@'s remarks CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/11 06:07:17 Modified files: infrastructure/mk: bsd.port.mk Log message: move obsolete stuff check AFTER Makefile.inc and modules handling, so it catches issues in there as well CVSROOT: /cvs Module name: src Changes by: pelikan@cvs.openbsd.org 2015/05/11 06:14:22 Modified files: sbin/bioctl : bioctl.c Log message: explicit_bzero(3) on private data, in case of core dumps (and being a good example) ok florian jsing CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2015/05/11 06:22:14 Modified files: sys/net : pf.c Log message: fix a potential use-after-free in pf_state_rm_src_node found by jsg; ok jsg mikeb CVSROOT: /cvs Module name: src Changes by: pelikan@cvs.openbsd.org 2015/05/11 06:24:06 Modified files: sys/dev : softraid.c Log message: Make softraid(4) compile with SR_DEBUG by fixing __kprintf__ specifiers. ok jsing krw CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2015/05/11 07:47:28 Modified files: sysutils/gource: Makefile distinfo Removed files: sysutils/gource/patches: patch-configure Log message: Update for Gource to 0.43: * Fixed bzr log command when no start date was specified (chrisf). * Fixed hg log commit order when date range specified. * Fixed hg log command line on Windows. * Fixed parser bug in date range filtering code. OK benoit@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2015/05/11 08:47:45 Modified files: devel/jdk/1.7 : Makefile distinfo devel/jdk/1.7/patches: patch-hotspot_make_bsd_makefiles_gcc_make devel/jdk/1.7/pkg: PLIST-jre PLIST-main Added files: devel/jdk/1.7/patches: patch-jdk_src_solaris_classes_sun_awt_X11_XWM_java Log message: - Update to 7u80 which includes Java SE Critical Patch Updates: http://www.oracle.com/technetwork/java/javase/7u-relnotes-515228.html - Support Gnome shell as Mutter backport from jdk8 from Christian Schulte: http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/8530456e0091 okay sthen@ kili@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2015/05/11 10:24:39 Modified files: graphics/jpegdump: Makefile net/ldns/libldns: Makefile security/foremost: Makefile Log message: portbump failed to add WANTLIB if not already present on WANTLIB sync. Ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/11 11:12:27 Modified files: x11/gnome/vinagre: Makefile distinfo Removed files: x11/gnome/vinagre/patches: patch-configure_ac patch-vinagre_pty_open_c Log message: Update to vinagre-3.16.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/11 11:22:38 Modified files: x11/gnome/documents: Makefile distinfo Log message: Update to gnome-documents-3.16.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/11 11:37:33 Modified files: x11/gnome/devel-docs: Makefile distinfo Log message: Update to gnome-devel-docs-3.16.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/11 11:51:37 Modified files: x11/gnome/yelp : Makefile distinfo x11/gnome/yelp/pkg: PLIST Log message: Update to yelp-3.16.1. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/11 13:00:07 Modified files: lang/mawk : Makefile distinfo Log message: Update to mawk-1.3.4.20150503 CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2015/05/11 13:30:20 Modified files: multimedia/x264: Makefile multimedia/x264/patches: patch-Makefile patch-configure Log message: Drop local changes that build the static library without -fPIC. These days most of our architectures default to PIE, which for all practical purpose is equivalent to PIC. This also brings back -Bsymbolic, which is needed on amd64 to work around the fact that some of the assembler code generates R_X86_64_PC32 relocations that binutils 2.17 complains about (rightly so). Set REVISION to reflect that this actually changes the generated binaries. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/11 14:13:24 Modified files: net/telepathy/telepathy-gabble: Makefile Log message: forgot to commit this part of the uuid WANTLIB sync CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/05/11 14:20:03 Modified files: sys/dev/pci : pcidevs Log message: add id for virtio rng ok sf@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/05/11 14:20:34 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/11 14:31:14 Modified files: archivers/deco : Makefile distinfo archivers/deco/pkg: PLIST Log message: update to deco-1.6.3/deco-archive-1.6 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/11 14:35:36 Modified files: audio/p5-CDDB_get: Makefile distinfo Log message: - update to p5-CDDB_get-2.28.1 - tweak license marker CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/05/11 15:19:23 Modified files: archivers/unzip: Makefile archivers/unzip/pkg: DESCR Added files: archivers/unzip/patches: iconv-unix_unix_c iconv-unix_unxcfg_h iconv-unzip_c iconv-unzpriv_h iconv-zipinfo_c Log message: add "iconv" flavor OK sthen@, stsp@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/11 15:20:54 Modified files: net/dleyna/renderer: Makefile net/dleyna/server: Makefile Log message: sync WANTLIB CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/11 15:22:02 Modified files: audio/deadbeef : Makefile Added files: audio/deadbeef/patches: patch-plugins_vfs_zip_vfs_zip_c Log message: mechanical fix to deal with upcoming libzip update which has a zip_file_t typedef now CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/05/11 15:22:06 Modified files: archivers/unzip: Makefile Log message: consistent spacing OK sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/11 15:22:20 Modified files: archivers/libzip: Makefile distinfo archivers/libzip/pkg: PLIST Removed files: archivers/libzip/patches: patch-lib_zip_dirent_c Log message: update to libzip-1.0.1 CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/05/11 16:54:57 Modified files: lang/ghc : Makefile Log message: Don't throw away output of {,un}register.sh (used in @exec and @unexec). In theory, those should never fail, but espie@ frequently noticed failure of register.sh (with a broken / incomplete ghc package db resulting in hs libraries like Prelude or Distribution/Simple not found). No bump yet, because it only adds spam during pkg_add. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/11 17:07:21 Modified files: archivers : Makefile Log message: +unzip,iconv CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/11 17:21:51 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-lib_Target_Sparc_AsmParser_SparcAsmParser_cpp patch-lib_Target_Sparc_SparcInstrAliases_td Log message: Backport commits from upstream LLVM. r236042 Sparc: Add alternate aliases for conditional branch instructions. r236107 Sparc: Prefer reg+reg address encoding when only one register used. r236137 Make Sparc assembler accept parenthesized constant expressions. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/11 17:23:17 Modified files: x11/mplayer : Makefile distinfo x11/mplayer/patches: patch-DOCS_man_en_mplayer_1 patch-configure Removed files: x11/mplayer/patches: patch-libmpcodecs_ad_spdif_c Log message: Update to mplayer-20150510. from brad (maintainer) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/11 20:33:39 Modified files: sys/dev/pci : if_em.c if_em_hw.c if_em_hw.h Log message: The i211 does not support an external EEPROM only a OTP Internal Non-Volatile Memory (iNVM). Add support for reading words out of it instead of an EEPROM. From Patrick Wildt with some more offsets added. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/11 20:44:06 Modified files: lib/libc/sys : sigaction.2 lib/libc/gen : signal.3 Log message: chflagsat() is also async-signal-safe CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/11 20:49:48 Modified files: sys/arch/armv7/imx: imxuart.c Log message: Add missing braces. Tested by and ok djm@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/11 21:23:15 Modified files: usr.sbin/npppd/npppd: log.c log.h Log message: Move the logit() prototype so parse.y will see it. ok yasuoka@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/11 22:22:01 Modified files: lib/libc/arch/vax/sys: cerror.S lib/librthread/arch/vax: cerror.S Log message: Put the right number of leading underscores in ___cerror and __cerror, for the sake of libpthread. Probably missed during the a.out->ELF switch, I can't believe this went unnoticed for so long. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/05/11 22:30:08 Modified files: www/rt : Makefile distinfo www/rt/pkg : PLIST Log message: Update www/rt to 4.0.23 This release is primarily a security release; it addresses CVE-014-9472, a denial-of-service via RT's email gateway, as well as CVE-2015-1165 and CVE-2015-1464, which allow for information disclosure and session hijacking via RT's RSS feeds. OK robert@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/11 22:31:10 Modified files: sys/arch/armv7/armv7: armv7_machdep.c sys/arch/armv7/include: vmparam.h Log message: Raise VM_PHYSSEG_MAX to two and load an additional physical memory segment if u-boot reports it. Needed for the utilite where u-boot reports two 1GB segments of physical memory. From Patrick Wildt in bitrig with some additional sanity checks added. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/05/11 22:31:37 Modified files: www/rt : Tag: OPENBSD_5_7 Makefile distinfo www/rt/pkg : Tag: OPENBSD_5_7 PLIST Log message: Update www/rt to 4.0.23 This release is primarily a security release; it addresses CVE-014-9472, a denial-of-service via RT's email gateway, as well as CVE-2015-1165 and CVE-2015-1464, which allow for information disclosure and session hijacking via RT's RSS feeds. makes sense sthen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/11 22:40:31 Modified files: sys/arch/armv7/armv7: armv7.c Log message: imxiic is known to be broken don't try attaching it on utilite CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/11 22:59:27 Modified files: audio/pithos : Makefile distinfo audio/pithos/patches: patch-setup_py audio/pithos/pkg: PLIST Log message: Update to 1.1.0 Changelog: http://pithos.github.io/changelog.html CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/05/11 23:30:24 Modified files: usr.sbin/npppd/pptp: pptp_ctrl.c Log message: Fix an uninitialized variable access when pptp.hostname is configured. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/11 23:59:28 Modified files: x11/gnome/tweak-tool: Makefile distinfo x11/gnome/tweak-tool/pkg: PLIST Log message: Update to gnome-tweak-tool-3.16.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/12 00:06:28 Modified files: x11/gnome/getting-started-docs: Makefile distinfo Log message: Update to gnome-getting-started-docs-3.16.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/12 00:10:20 Modified files: x11/gnome/dictionary: Makefile distinfo x11/gnome/dictionary/pkg: PLIST Log message: Update to gnome-dictionary-3.16.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/12 00:16:21 Modified files: x11/gnome/initial-setup: Makefile distinfo x11/gnome/initial-setup/pkg: PLIST Log message: Update to gnome-initial-setup-3.16.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/12 00:20:07 Modified files: x11/gtk+3 : Makefile distinfo x11/gtk+3/patches: patch-gtk_gtksettings_c Log message: Update to gtk+3-3.16.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/12 00:22:03 Modified files: x11/gnome/desktop: Makefile distinfo Log message: Update to gnome-desktop-3.16.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/12 00:22:25 Modified files: meta/gnome : Makefile Log message: Welcome GNOME 3.16.2. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/12 00:41:37 Modified files: x11/gnome/online-accounts: Makefile distinfo x11/gnome/online-accounts/pkg: PLIST Log message: update to gnome-online-accounts-3.16.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/12 00:41:43 Modified files: x11/gnome/calendar: Makefile distinfo x11/gnome/calendar/pkg: PLIST Log message: update to gnome-calendar-3.16.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/12 00:41:49 Modified files: x11/gnome/bijiben: Makefile distinfo x11/gnome/bijiben/pkg: PLIST Log message: update to bijiben-3.16.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/12 00:41:54 Modified files: x11/gnome/file-roller: Makefile distinfo Log message: update to file-roller-3.16.2 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/12 02:08:04 Modified files: infrastructure/lib/DPB: Config.pm Log message: oops, mixed this up. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/12 02:20:08 Modified files: infrastructure/lib/DPB: Config.pm HostProperties.pm Log message: avoid creating multiple user objects for the same user CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/12 02:27:58 Modified files: infrastructure/lib/DPB: Config.pm Log message: get a build_user for whatever host we've set, if everything else fails. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/05/12 03:30:35 Modified files: sys/kern : kern_synch.c vfs_subr.c Log message: Drop and reacquire the kernel lock in the vfs_shutdown and "cold" portions of msleep and tsleep to give interrupts a chance to run on other CPUs. Tweak and OK kettenis CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/12 03:37:03 Modified files: net/icinga/core2: Makefile distinfo net/icinga/core2/patches: patch-CMakeLists_txt patch-config_h_cmake patch-etc_icinga2_conf_d_services_conf patch-lib_base_CMakeLists_txt net/icinga/core2/pkg: PLIST-main PLIST-mysql PLIST-pgsql icinga2.rc Added files: net/icinga/core2/patches: patch-etc_icinga_icinga-classic-apache_conf_cmake Removed files: net/icinga/core2/patches: patch-lib_cli_daemoncommand_cpp patch-third-party_execvpe_execvpe_c Log message: update to icinga2 2.3.4. mark BROKEN until I can get some handle on what's going on with daemonization (not backgrounding when expected) and hangs seen in some cases. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/12 03:55:52 Modified files: infrastructure/man/man1: dpb.1 Log message: .it not .It; was hiding the option name for "nochecksum=0/1" CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/05/12 05:14:06 Modified files: sys/dev/usb : usbdevs Log message: Add 4 additional urtwn(4) device IDs. from FreeBSD via Mikhail mp39590@gmail on tech@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/05/12 05:15:17 Modified files: sys/dev/usb : usbdevs.h Log message: usbdevs_data.h CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/05/12 05:15:42 Modified files: sys/dev/usb : usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/05/12 05:19:35 Modified files: sys/dev/usb : if_urtwnreg.h Log message: Fix definition of R92C_USTIME_TSF. from FreeBSD r282623 via Mikhail mp39590@gmail on tech@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/12 05:20:33 Modified files: devel/py-virtualenv: Makefile distinfo devel/py-virtualenv/pkg: PLIST Log message: update to py-virtualenv 12.1.1, from frantisek holop CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/12 05:23:17 Modified files: devel/py-pip : Makefile distinfo devel/py-pip/pkg: PLIST Log message: update to py-pip 6.1.1, from frantisek holop CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/05/12 05:46:15 Modified files: sys/dev/usb : if_urtwn.c Log message: Merge various urtwn(4) fixes from FreeBSD: Match additional devices (RTL8188CU_3, DWA123D1, DWA125D1). Fix efuse reading (fixes potential error in MAC address read from efuse). Replace some magic numbers with macros. Based on FreeBSD r270191, r273589, r281918, r281592, r282119, and r282623 via Mikhail mp39590@gmail on tech@ ok sthen@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/05/12 05:53:13 Modified files: share/man/man4 : urtwn.4 Log message: Add newly matched devices to urtwn(4) hardware list. from Mikhail mp39590@gmail on tech@ Grammar fixes by sthen@. Made mandoc -T lint clean by me (must escape 'D1'). CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/05/12 05:58:51 Modified files: graphics/simgear: Makefile graphics/blender: Makefile graphics/openimageio: Makefile x11/cegui : Makefile games/sumwars : Makefile Log message: Fix a bunch of my ports in preparation for decoupling CXXFLAGS from CFLAGS. found by naddy@ in a bulk with jsg@'s diff CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/12 06:27:17 Modified files: sys/netinet : in_gif.c sys/netinet6 : in6_gif.c Log message: MPLS also needs a definition for etherip_output(), fix build without bridge. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/12 06:30:23 Modified files: x11/gnome/adwaita-icon-theme: Makefile distinfo x11/gnome/adwaita-icon-theme/pkg: PLIST Log message: Update to adwaita-icon-theme-3.16.2. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/12 06:35:10 Modified files: sys/net : bridgestp.c Log message: This file is only compiled when "pseudo-device bridge" is included in your kernel configuration, no need for a #if NBRIDGE > 0 dance. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/12 06:39:10 Added files: devel/libpeas/patches: patch-tests_libpeas_extension-py_c Log message: fix regress tests on OpenBSD; with upstream CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/12 06:45:47 Modified files: devel/vte3 : Makefile distinfo Log message: update to vte-0.40.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/12 06:45:56 Modified files: x11/gnome/terminal: Makefile distinfo Log message: update to gnome-terminal-3.16.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/12 06:46:02 Modified files: graphics/clutter/core: Makefile distinfo graphics/clutter/core/patches: patch-clutter_Makefile_in patch-configure Log message: update to clutter-1.22.2 CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/05/12 06:56:47 Modified files: sys/dev/pci : hifn7751.c Log message: Fixup potential use after free and a memory leak. Found by Maxime Villard with the Brainy Code Scanner, thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/12 07:04:42 Modified files: graphics/pdf2djvu: Makefile Added files: graphics/pdf2djvu/patches: patch-pdf2djvu_cc Log message: Security fix for pdf2djvu: insecure use of /tmp ok juanfra@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/12 07:06:43 Modified files: graphics/pdf2djvu: Tag: OPENBSD_5_7 Makefile Added files: graphics/pdf2djvu/patches: Tag: OPENBSD_5_7 patch-pdf2djvu_cc Log message: Security fix for pdf2djvu: insecure use of /tmp ok juanfra@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/12 07:31:42 Modified files: www/epiphany : Makefile distinfo Log message: update to epiphany-3.16.1 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/12 09:27:46 Modified files: usr.bin/tmux : options-table.c server-window.c tmux.1 tmux.h Log message: Add bell-action "other" to pass through bells in all windows except the current, suggested by Jan ONDREJ. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/12 09:29:29 Modified files: usr.bin/tmux : format.c options-table.c tmux.1 Log message: Add a session_alerts format which is a list of all the alerts in the current session in symbolic form (something like "0!,4~,5!"). Use this in the default set-titles-string. Prompted by a request from Jan ONDREJ. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/12 09:30:37 Modified files: x11/gnome/settings-daemon: Makefile distinfo Log message: Update to gnome-settings-daemon-3.16.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/12 09:41:40 Modified files: x11/gnome/control-center: Makefile distinfo Log message: Update to gnome-control-center-3.16.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/12 09:44:22 Modified files: x11/gnome/orca : Makefile distinfo x11/gnome/orca/pkg: PLIST Log message: Update to orca-3.16.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/12 09:46:42 Modified files: x11/gnome/gcr : Makefile distinfo Log message: Update to gcr-3.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/12 09:49:48 Modified files: x11/gnome/seahorse: Makefile distinfo x11/gnome/seahorse/pkg: PLIST Removed files: x11/gnome/seahorse/patches: patch-pgp_seahorse-pgp-backend_c Log message: Update to seahorse-3.16.0. CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2015/05/12 10:04:38 Modified files: www/py-requests: Makefile distinfo Log message: Update to py-requests 2.7.0. ok jca@ CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2015/05/12 10:10:27 Modified files: graphics/djvulibre: Makefile distinfo graphics/djvulibre/patches: patch-configure_ac patch-libdjvu_miniexp_cpp graphics/djvulibre/pkg: PLIST Removed files: graphics/djvulibre/patches: patch-desktopfiles_Makefile_in Log message: Update to 3.5.27 CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2015/05/12 10:11:54 Modified files: graphics/djview4: Makefile distinfo graphics/djview4/patches: patch-nsdejavu_nsdejavu_1_in patch-src_djview_1 graphics/djview4/pkg: PLIST Added files: graphics/djview4/patches: patch-desktopfiles_djvulibre-djview4_desktop patch-nsdejavu_Makefile_in Removed files: graphics/djview4/patches: patch-desktopfiles_Makefile_in graphics/djview4/pkg: PFRAG.shared Log message: Update to djview4-4.10.3 CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/05/12 10:12:20 Modified files: net/tkabber : Makefile.inc net/tkabber/base: distinfo net/tkabber/plugins: distinfo Log message: update to tkabber 1.1.2 (base and plugins) OK, sthen@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/05/12 10:35:24 Modified files: sys/dev/isa : gus_isa.c gus_isapnp.c sb_isa.c sb_isapnp.c Log message: Remove references to (deleted) auconv.h and mulaw.h files. Fixes i386 build. Found by Mark Patruck , thanks! CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/12 11:32:43 Modified files: games/wtf : Makefile distinfo Log message: Update to 20150509 CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/05/12 12:03:41 Modified files: databases/mariadb: Makefile distinfo databases/mariadb/patches: patch-sql_CMakeLists_txt patch-storage_connect_reldef_cpp databases/mariadb/pkg: PLIST-server PLIST-tests Log message: Update to 10.0.19 from Brad (Maintainer) CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/05/12 12:05:43 Modified files: sys/dev : midi.c Log message: Don't hold the audio mutex when calling uiomove(), as uiomove() may sleep in case of a page fault CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/05/12 12:23:38 Modified files: sys/dev : midi.c midi_if.h Log message: Remove unused code & definitions: midi_attach(), midi_unit_count(), midi_getinfo(), midi_writebytes(). They were "used" by the sequencer interface which we removed years ago. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/05/12 12:32:49 Modified files: sys/dev : midi.c Log message: store byte count in a size_t and switch from uiomovei() to uiomove() CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/05/12 12:39:30 Modified files: sys/dev : midi.c midivar.h Log message: remove the sc->isopen flag, as sc->flags already hold the same information. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/12 13:04:26 Modified files: geo/geocode-glib: Makefile distinfo Log message: update to geocode-glib-3.16.2 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/12 13:08:42 Modified files: net/haproxy : Makefile Log message: Change maintainer mail address per his request. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/05/12 13:34:56 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: update p5-IO-Socket-SSL to 2.014 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/12 13:36:08 Modified files: usr.bin/tmux : cmd-show-messages.c Log message: Tidy blank lines when outputting server info. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/05/12 13:38:13 Modified files: regress/sys/fifofs: fifotest.c Log message: Race less. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/12 13:47:02 Modified files: infrastructure/lib/DPB: Core.pm User.pm Log message: scrape non-working round-robin code CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/12 13:47:47 Modified files: infrastructure/lib/DPB: Shell.pm Log message: fix the start as root, non chroot distant case, by making it chroot / CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/12 13:48:29 Modified files: infrastructure/lib/DPB/Job: Port.pm infrastructure/lib/DPB: PortBuilder.pm Log message: sthen@ has more paranoia than me. Fix a few access cases CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2015/05/12 13:48:57 Modified files: graphics/djview4: Makefile graphics/djview4/pkg: PLIST Log message: * Add SHARED_ONLY * Remove .la from package * Verbose on suggested and ok jca@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/12 13:49:54 Modified files: infrastructure/lib/DPB: Shell.pm Log message: go to root more correctly. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/05/12 13:57:42 Modified files: devel/gettext : Makefile Log message: The autopoint tool requires xz to unpack its archive, so add a corresponding run dependency. Noticed by ajacoutot@, jca@. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/12 14:07:51 Modified files: net/isc-dhcp : Makefile distinfo net/isc-dhcp/patches: patch-client_Makefile_in patch-server_dhcpd_c Log message: update to isc-dhcp 4.3.2, from brad CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/12 14:13:15 Modified files: lib/libpthread/man: pthread_atfork.3 Log message: Document pthread_atfork(3)'s interaction with dlclose(3) Use Xr instead of Fn for functions documented on other manpages ok millert@ jmc@ schwarze@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/12 14:14:09 Modified files: lib/libc/stdlib: atexit.3 Log message: Add dlclose(3) to SEE ALSO ok millert@ jmc@ schwarze@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/05/12 14:20:18 Modified files: sys/dev/pci : if_em.c Log message: Make sure the rx ring lwm is set to at least 4. As far as we know, all hardware variants need at least 4 descriptors on the rx ring to be able to receive packets. Should fix the issue reported by Christian Schulte on bugs@. ok mikeb@, sthen@ CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2015/05/12 14:56:49 Added files: multimedia/x265/patches: patch-source_test_checkasm-a_asm Log message: Make sure the amd64 assembly code calls libc functions through the PLT such that it can be used to bake PIE. The binutils 2.15 linker (incorrectly) allows direct calls, but binutils 2.17 flags this as an error. ok Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/05/12 15:05:42 Modified files: gnu/usr.bin/binutils-2.17/bfd: elflink.c Log message: Revert rev 1.3. While that change appears to make the behaviour similar to binutils 2.15, it introduces bogus failures when inter-library dependencies are present. With the binutils 2.17 behaviour restored, --as-needed will cause linker failures when necessary inter-library dependencies are not present. This is actually a good thing as binutils 2.15 will silently produce executables that will fail at runtime in those cases. ok miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/12 16:06:18 Modified files: mail/postfix/snapshot: Makefile mail/postfix/snapshot/files: postfix-enable mail/postfix/stable: Makefile mail/postfix/stable/files: postfix-enable Log message: Adjust the message printed by postfix-enable; since sendsyslog(2) was introduced there's no longer need for a log socket in the chroot jail, also demonstrate use of rcctl rather than asking the user to manually change rc.conf.local (making the message more generic while there). OK brad. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/12 16:26:41 Modified files: net/libpsl : Makefile Log message: Explicit BUILD_DEPENDS not needed anymore after recent gettext change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/12 16:35:18 Modified files: x11/gnome/maps : Makefile distinfo Log message: Update to gnome-maps-3.16.2. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/12 16:40:38 Modified files: usr.bin/tmux : tmux.h tty.c window.c Log message: To replace c0-*, add a high watermark to the pty event, and also backoff when the any of the ttys the pane is going to write to has buffered enough data. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/12 20:39:28 Modified files: sys/arch/armv7/imx: imxenet.c Log message: Having the same settings on the same phy across multiple boards is just asking too much in the arm world. Translate the fec parameters from the novena dtb to set a different clock skew to the same micrel phy used on sabre lite. The novena dtb sets txd[0-3]-skew-ps to 3000, the sabre lite sets them to 0. When run through the shifting/oring process from the micrel phy driver in FreeBSD this ends up being a write of 0xffff on the novena and 0x0000 on sabre lite when writing to TX_DATA_PAD_SKEW. This change resolves the stability problems djm was seeing with imxenet on novena. ok djm@ CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2015/05/12 21:01:42 Modified files: build : mirrors.dat Log message: list SHA256 fingerprints for anoncvs.au.openbsd.org. suggested by peter kane, and checked by djm and sthen CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2015/05/12 21:13:54 Modified files: . : anoncvs.html Log message: regen for sha256 fingerprints on anoncvs.an.openbsd.org CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/12 23:06:41 Modified files: x11/gnome/screenshot: Makefile distinfo Log message: update to gnome-screenshot-3.16.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/12 23:07:29 Modified files: x11/gnome/font-viewer: Makefile distinfo x11/gnome/font-viewer/pkg: PLIST Log message: update to gnome-font-viewer-3.16.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/12 23:08:26 Modified files: net/zeromq : Makefile Added files: net/zeromq/patches: patch-src_session_base_cpp patch-src_session_base_hpp patch-src_stream_engine_cpp Log message: Security fix for V3 protocol downgrade: https://github.com/zeromq/libzmq/issues/1273 testing/ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/12 23:09:34 Modified files: net/zeromq : Tag: OPENBSD_5_7 Makefile Added files: net/zeromq/patches: Tag: OPENBSD_5_7 patch-src_session_base_cpp patch-src_session_base_hpp patch-src_stream_engine_cpp Log message: Security fix for V3 protocol downgrade: https://github.com/zeromq/libzmq/issues/1273 ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/12 23:25:52 Modified files: sysutils/ruby-vlad: Makefile distinfo Log message: - update to vlad-2.6.4 - add missing TDEP CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2015/05/12 23:29:57 Modified files: sys/arch/amd64/include: asm.h Log message: Define END() to set ELF symbol size. OK miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/12 23:52:58 Modified files: www/iridium : Makefile Log message: explicitly set DISTFILES, needed on i386 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/13 00:07:30 Modified files: x11/gnome/adwaita-icon-theme: Makefile distinfo x11/gnome/adwaita-icon-theme/pkg: PLIST Log message: Update to adwaita-icon-theme-3.16.2.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/13 00:08:33 Modified files: devel/intellij/pkg: PLIST Log message: unbreak i386 packaging. watch out for ${MACHINE_ARCH}, that's why update-plist warns about them. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/13 00:13:30 Modified files: devel/glib2 : Makefile distinfo devel/glib2/pkg: PLIST Removed files: devel/glib2/patches: patch-gio_giotypes_h Log message: Update to glib2-2.44.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/13 00:16:26 Modified files: x11/gnome/themes-standard: Makefile distinfo Log message: Update to gnome-themes-standard-3.16.2. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/05/13 00:21:44 Modified files: net/p5-IO-Socket-Timeout: Makefile distinfo Log message: Update to p5-IO-Socket-Timeout-0.28. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2015/05/13 01:34:49 Modified files: usr.sbin/smtpd : enqueue.c Log message: The enqueuer should never encouter the "From " separator in its headers, as it is added by the mda. If it sees one, it means that the enqueuer was used as the mda and it needs to strip it otherwise the message will end with two delimiters later down the road. Same applies to "Return-Path". bug experienced by James Turner, confirmed by Giovanni. fix suggested by Todd Miller, diff ok eric@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/13 02:01:21 Modified files: sys/arch/vax/vax: machdep.c Log message: Remove useless "bridge.h" include. ok miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/13 02:14:11 Modified files: security/clamav-unofficial-sigs: Makefile distinfo security/clamav-unofficial-sigs/patches: patch-clamav-unofficial-sigs_conf patch-clamav-unofficial-sigs_sh security/clamav-unofficial-sigs/pkg: PLIST Log message: switch to forked 4.0.0 version of clamav-unofficial-sigs CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/13 02:16:01 Modified files: sys/net : if_ethersubr.c if_trunk.c if_trunk.h Log message: Get rid of the last "#if NTRUNK" by overwriting trunk ports' output function. ok claudio@, reyk@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/13 02:19:23 Modified files: devel/ccache : Makefile distinfo Log message: update to ccache 3.2.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/13 02:22:42 Modified files: mail/rcube-contextmenu: Makefile distinfo Log message: minor bugfix update to rcube-contextmenu-2.1.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/13 02:23:53 Modified files: mail/rcube-sieverules: Makefile distinfo Log message: bugfix update to rcube-sieverules-2.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/13 02:32:25 Modified files: security/libsodium: Makefile distinfo Log message: update to libsodium-1.0.3, selected highlights from changelog: - In addition to sodium_bin2hex(), sodium_hex2bin() is now a constant-time function. - crypto_stream_xsalsa20_ic() has been added. - crypto_generichash_statebytes(), crypto_auth_*_statebytes() and crypto_hash_*_statebytes() have been added in order to retrieve the size of structures keeping states from foreign languages. - crypto_box_seal() and crypto_box_seal_open() have been added. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/13 02:36:37 Modified files: net/wireshark : Makefile distinfo Log message: update to wireshark-1.12.5, various crash/infinite loop/memleak fixes https://www.wireshark.org/docs/relnotes/wireshark-1.12.5.html CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/13 02:37:30 Modified files: net/wireshark : Tag: OPENBSD_5_7 Makefile distinfo Log message: MFC update to wireshark-1.12.5, various crash/infinite loop/memleak fixes https://www.wireshark.org/docs/relnotes/wireshark-1.12.5.html CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/13 02:41:10 Removed files: net/wireshark/patches: Tag: OPENBSD_5_7 patch-wiretap_pcap-common_c Log message: missed cvs rm CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/13 03:12:39 Modified files: infrastructure/man/man1: dpb.1 Log message: was obvious for me... CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/13 03:36:28 ports/telephony/asterisk-sounds/core-sounds/sv Update of /cvs/ports/telephony/asterisk-sounds/core-sounds/sv In directory cvs.openbsd.org:/tmp/cvs-serv30102/sv Log Message: Directory /cvs/ports/telephony/asterisk-sounds/core-sounds/sv added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/13 03:40:20 Modified files: telephony/asterisk-sounds/core-sounds: Makefile Makefile.inc distinfo telephony/asterisk-sounds/core-sounds/pkg: PLIST-en PLIST-ja Added files: telephony/asterisk-sounds/core-sounds/pkg: PLIST-sv telephony/asterisk-sounds/core-sounds/sv: Makefile Log message: update to asterisk-core-sounds 1.4.27, adding Swedish audio files CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/13 03:41:58 Modified files: graphics/GraphicsMagick: Makefile distinfo graphics/GraphicsMagick/patches: patch-configure graphics/GraphicsMagick/pkg: PLIST Log message: update to GraphicsMagick 1.3.21, from Brad CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/13 04:42:47 Modified files: sys/arch/macppc/dev: if_bm.c sys/arch/vax/if: if_de.c if_qe.c sgec.c sys/dev/ic : am7990.c am79900.c dp8390.c i82596.c sys/dev/isa : if_eg.c if_el.c if_ie.c sys/dev/pcmcia : if_cnw.c if_xe.c sys/dev/sbus : be.c sys/kern : sys_socket.c sys/net : bpf.c bpf_filter.c if_ppp.c raw_usrreq.c rtsock.c sys/netinet : ip_icmp.c ip_input.c ip_ipip.c ip_output.c ipsec_input.c tcp_input.c tcp_subr.c sys/netinet6 : ip6_output.c udp6_output.c Log message: test mbuf pointers against NULL not 0 ok krw@ miod@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/13 05:03:18 Modified files: infrastructure/lib/DPB: Config.pm Host.pm Shell.pm User.pm infrastructure/lib/DPB/Core: Init.pm Log message: complete local users with groups list using id -G. Use that when switching groups to enforce full correct list of groups. Figure out users that must exist locally, and error out if they don't. Based on feedback by sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/13 06:21:11 Modified files: infrastructure/lib/DPB: Host.pm Log message: oops, clock abstract core does NOT follow the pattern. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/13 07:24:23 Modified files: x11/gnome/empathy: Makefile distinfo Log message: update to empathy-3.12.10 CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/05/13 07:30:37 Modified files: www/pound : Makefile distinfo www/pound/patches: patch-pound_8 Log message: Update to Pound-2.7. ok jca@, who had the same diff. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/13 07:33:48 Modified files: x11/gnome/photos: Makefile distinfo x11/gnome/photos/pkg: PLIST Log message: Update to gnome-photos-3.16.2. CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2015/05/13 08:03:07 Modified files: x11/qt4 : Makefile Added files: x11/qt4/patches: patch-src_3rdparty_webkit_Source_JavaScriptCore_jit_JITStubs_cpp Log message: On amd64 we need to make sure function calls in inline assembly code go through the PLT, so do on OpenBSD what Linux and FreeBSD are already doing. Fixes build with binutils 2.17 and fixes a potential runtime issue with binutils 2.15. ok espie@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/13 08:27:13 Modified files: infrastructure/lib/DPB/SubEngine: Build.pm Log message: fix the kde3 vs kde4 bug. frequent occurrences of tag mismatches were probably triggered by the import of qt5, which is a long-running nojunk port. when we're finished with kdeN ports, there's pressure to force junking to go thru kdeM ports, BUT actual junking *won't* happen in the presence of a nojunk port, though the current code make it seem as though we've "succeeded". Forensics shows: 23826@1431149112: K: x11/kde4/webdev openbsd-2 kde3 vs kde4 23826@1431149112: J: devel/hs-FindBin openbsd-2 23826@1431149119: B: security/p5-Crypt-OpenSSL-RSA 23826@1431149120: J: x11/tellico-kde4 openbsd-2 which made no sense since nothing happened between the K and the J. But the log of tellico shows the junk not happening. Still tainted: 1 >>> Running junk in x11/tellico-kde4 at 1431149274 Can't run junk because of lock on x11/qt5,,-main So synch "can_be_unjunked" for forced junks: it should not succeed if there's a nojunk port. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/13 08:27:47 Modified files: x11/gtk+2 : Makefile distinfo x11/gtk+2/pkg : PLIST-main Log message: Update to gtk+2-2.24.28. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/13 08:44:13 Modified files: infrastructure/lib/DPB/Job: Fetch.pm Log message: duplicated code CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/13 08:54:14 Modified files: net/zeromq : Makefile Log message: Cope with CFLAGS/CXXFLAGS change. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/13 09:05:56 Modified files: infrastructure/lib/DPB: User.pm Log message: grr, thinko CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/13 09:14:13 Modified files: infrastructure/lib/DPB: User.pm Log message: make sure the base_user has everything it needs CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/05/13 09:14:36 Modified files: www/kcgi : Makefile distinfo Log message: Update kcgi to 0.5.8. Documentation and manpage updates. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/13 10:54:48 Modified files: x11/gnome/sushi: Makefile distinfo x11/gnome/sushi/pkg: PLIST Log message: Update to sushi-3.16.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/13 11:00:09 Modified files: net/wireshark : Tag: OPENBSD_5_7 Makefile Log message: unbreak; there's no gtk+3,-guic on 5.7 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/13 11:31:26 Modified files: x11/gnome/zenity: Makefile distinfo Log message: update to zenity-3.16.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/13 11:52:28 Modified files: x11/gnome/nautilus: Makefile distinfo Log message: Update to nautilus-3.16.2. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/13 12:36:49 Modified files: devel/ruby-cucumber: Makefile Log message: fix HOMEPAGE; note that this gem is a perfect candidate for removal as it's not been updated in 6 years (while there are regular updates) and most halfwhat modern ruby code chokes badly on this rotten vegatable CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/13 12:55:00 Modified files: devel : Makefile Removed files: devel/ruby-cucumber: Makefile distinfo devel/ruby-cucumber/pkg: DESCR PLIST Log message: remove, this has been rotting in our tree for far too long. ok jeremy@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/13 12:56:16 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register cucumber removal CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/13 13:01:10 Modified files: net/bitlbee : Makefile distinfo Log message: bitlbee-3.4 - remove MSN from COMMENT while here Diffs from Tom Doherty and Henrik Friedrichsen. Maintainer timeout. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/13 14:11:24 Modified files: databases/barman: Makefile distinfo Log message: Bugfix update to barman-1.4.1, from maintainer Eric Lalonde CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/13 14:11:42 Modified files: databases/barman/patches: patch-setup_py Log message: Regen patch. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/05/13 15:01:54 Modified files: lib/libc/crypt : crypt.c Log message: If crypt(3) is called with an unknown setting, return NULL instead of some undefined value. OK tedu@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/13 18:15:31 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: juanfra@cvs.openbsd.org 2015/05/13 18:29:15 Modified files: graphics/pdf2djvu: Makefile distinfo Removed files: graphics/pdf2djvu/patches: patch-pdf2djvu_cc Log message: Update to pdf2djvu 0.7.21. Remembered by jasper@. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/13 20:10:29 Modified files: sys/arch/armv7/imx: imxenet.c Log message: rework imxenet hardware address setup: if COTP doesn't provide an address, check whether the firmware/bootloader has already programmed one. If all else fails, use ether_fakeaddr(); feedback and ok jsg@ (committed from Novena) CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/13 20:11:29 Modified files: net/texapp : Makefile distinfo Log message: Update to 0.6.10 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/13 20:56:01 Modified files: share/mk : bsd.lib.mk bsd.prog.mk sys.mk gnu/lib/libstdc++-v3: Makefile Makefile.common gnu/lib/libsupc++-v3: Makefile Log message: Stop including CFLAGS in CXXFLAGS it creates problems when mixing C and C++ when wanting to pass flags to only the C compiler. Tested in a ports bulk build by naddy and the handful of problems found were fixed by naddy, jca and pascal. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/13 21:13:20 Modified files: sys/arch/armv7/imx: imxgpio.c Log message: Remove BOARD_ID* tests that do the same thing for every imx board. Tested by and ok djm@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/14 00:39:13 Modified files: graphics/ImageMagick: Makefile graphics/ImageMagick/patches: patch-Magick++_lib_ImageMagick++_pc_in patch-Magick++_lib_Magick++_pc_in patch-configure patch-magick_ImageMagick_pc_in patch-magick_MagickCore_pc_in patch-wand_MagickWand_pc_in patch-wand_Wand_pc_in Log message: No need to pass PTHREAD_CFLAGS nor PTHREAD_LIBS anymore. from brad Tested in a bulk CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/14 01:21:37 Modified files: devel/ruby-rspec/specinfra: Makefile distinfo devel/ruby-rspec/specinfra/pkg: PLIST Log message: update to specinfra-2.32.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/14 01:22:52 Modified files: x11/gnome/quadrapassel: Makefile distinfo x11/gnome/quadrapassel/pkg: PLIST Log message: update to quadrapassel-3.16.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/14 01:23:04 Modified files: x11/gnome/eog : Makefile distinfo x11/gnome/eog/pkg: PLIST Log message: update to eog-3.16.2 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/05/14 03:21:01 Modified files: www/tomcat/v6 : Makefile distinfo www/tomcat/v6/pkg: PLIST-examples www/tomcat/v8 : Makefile distinfo www/tomcat/v8/pkg: PLIST-examples PLIST-main Log message: Tomcat 6.0.44 and 8.0.22 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/05/14 03:25:02 Modified files: devel/git : Makefile distinfo Log message: Update to git-2.4.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/14 03:50:15 Modified files: net/bitlbee : Makefile Log message: needs xmlto to build documentation CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/14 04:30:56 Modified files: distrib/sets/lists/comp: md.i386 md.sparc64 Log message: sync CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/14 04:55:29 Modified files: sys/net : if_trunk.c if_trunk.h Log message: Allocate the input packet handler as part of the trunk_port structure since they have the same lifetime. Requested by and ok dlg@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/05/14 04:58:55 Modified files: distrib/miniroot: install.sub share/man/man8 : autoinstall.8 Log message: Extend autoinstall(8) to allow for -.conf response files and to put response files in a subdir of the webserver's document root. Based on diffs from Nathanael Rensen, thanks! While here fix a buglet introduced by the $_server -> $AI_SERVER change. OK krw, halex CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/14 05:15:29 Modified files: infrastructure/bin: dolock Log message: only use the first group in the list CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/14 05:45:56 Modified files: www/iridium : Makefile www/iridium/pkg: DESCR Log message: fix DESCR to fit in 80 columns, bump CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/14 05:52:43 Modified files: lib/libc/net : inet_net_ntop.c Log message: rev 1.3 introduced a check to an if statement without adding braces. Claudio points out the size is checked by an earlier test so just remove it to restore the original handling of the partial octet case. Discussed with claudio and gilles. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/14 06:17:58 Modified files: sysutils/logstash/logstash: Makefile sysutils/logstash/logstash/files: logstash.conf Log message: comment out the lumberjack input block so the configuration works out of the box setting up the lumberjack input requires generating an ssl certificate/key CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/14 06:28:49 Modified files: sysutils/logstash/forwarder: Makefile sysutils/logstash/forwarder/patches: patch-logstash-forwarder_conf_example sysutils/logstash/forwarder/pkg: README Log message: slightly better default config; needs some unification with logstash still CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/05/14 06:53:06 Modified files: security/ccid : Makefile distinfo Log message: Update to ccid-1.4.19 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/14 07:33:58 Modified files: www/webkitgtk4 : Makefile distinfo Log message: Update to webkitgtk4-2.8.2. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/14 07:39:41 Modified files: font/util : COPYING ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp fontutil.m4.in install-sh map-JISX0201.1976-0 missing ucs2any.c font/util/man : Makefile.in Added files: font/util : compile Log message: Update to font-util 1.3.1 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/14 07:50:34 Modified files: sys/dev/usb : upd.c Log message: Make the "Battery Present" sensor a depency of all the battery-related sensors only if it is present, From David Higgs. Fix a regression reported by and ok halex@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/05/14 09:38:25 Modified files: lang/jruby : Makefile distinfo lang/jruby/pkg : PLIST Log message: Update to jruby 1.7.20 OK jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/14 10:38:10 Modified files: security/clamav-unofficial-sigs: Makefile distinfo security/clamav-unofficial-sigs/patches: patch-clamav-unofficial-sigs_conf Log message: update to clamav-unofficial-sigs 4.1.0 (not the latest, newer ones have annoying config changes and some other issues) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/14 11:47:08 Log message: import ruby-colorize-0.7.7 Ruby String class extension. Adds methods to set text color, background color and, text effects on ruby console and command line output, using ANSI escape sequences. ok jeremy@ Status: Vendor Tag: jasper Release Tags: jasper_20151405 N ports/devel/ruby-colorize/distinfo N ports/devel/ruby-colorize/Makefile N ports/devel/ruby-colorize/pkg/PLIST N ports/devel/ruby-colorize/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/14 11:51:27 Modified files: devel : Makefile Log message: +ruby-colorize CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/14 11:53:57 Log message: import ruby-sshkit-1.7.1 Comprehensive toolkit for remotely running commands in a structured manner on groups of servers. ok jeremy@ Status: Vendor Tag: jasper Release Tags: jasper_20151405 N ports/net/ruby-sshkit/distinfo N ports/net/ruby-sshkit/Makefile N ports/net/ruby-sshkit/pkg/PLIST N ports/net/ruby-sshkit/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/14 11:54:39 Modified files: net : Makefile Log message: +ruby-sshkit CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/14 11:55:54 Modified files: net/ruby-net-scp: Makefile distinfo net/ruby-net-scp/pkg: PLIST Log message: - update to ruby-net-scp-1.2.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/14 11:56:15 Modified files: net/ruby-net-sftp: Makefile distinfo net/ruby-net-sftp/pkg: PLIST Log message: - update to ruby-net-sftp-2.1.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/14 11:56:49 Modified files: net/ruby-net-ssh: Makefile distinfo net/ruby-net-ssh/pkg: PLIST Log message: - update to ruby-net-ssh-2.9.2 w/ PLIST tweak from jeremy@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/14 11:57:14 Modified files: net/ruby-net-ssh-gateway: Makefile distinfo net/ruby-net-ssh-gateway/pkg: PLIST Log message: - update to ruby-net-ssh-gateway-1.2.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/14 11:58:21 Modified files: sysutils/ruby-capistrano: Makefile distinfo sysutils/ruby-capistrano/pkg: PLIST Log message: - update to capistrano-3.4.0 If you're upgrading from capistrano 2, please take note of http://capistranorb.com/documentation/upgrading/ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/14 12:00:27 Modified files: infrastructure/mk: bsd.port.mk Log message: add PORTROACH_COMMENT, requested by sthen@: "For use when there's a specific reason why you have been slacking on the update and want an easy place to make a note of it :-)" CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/14 12:01:08 Modified files: databases/sqlports: Makefile databases/sqlports/files: Info.pm Log message: store PORTROACH_COMMENT ok sthen@ (previous bsd.port.mk commit was ok with stuart too) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/14 12:06:41 Modified files: misc/portroach : Makefile distinfo misc/portroach/pkg: PLIST Log message: - update to portroach-2.0.4 please use ${PREFIX}/share/portroach/sql/migrations/pgsql_2.0.4.sql when upgrading CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/14 12:20:34 Modified files: devel/libpeas/patches: patch-tests_libpeas_extension-py_c Log message: committed upstream CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/14 12:32:17 Modified files: x11/gnome/mutter: Makefile distinfo Log message: update to mutter-3.16.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/14 12:32:22 Modified files: x11/gnome/shell: Makefile distinfo x11/gnome/shell/pkg: PLIST Log message: update to gnome-shell-3.16.2 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/05/14 15:40:37 Modified files: lib/libc/arch/i386/string: strchr.S strrchr.S Log message: Use STRONG_ALIAS instead of ALTENTRY. ok millert@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/14 20:33:26 Modified files: editors/moe : Makefile distinfo Log message: Update to 1.7 -- this includes a license change from GPLv3+ to GPLv2+ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/05/14 23:44:21 Modified files: usr.bin/ssh : ssh-agent.c Log message: Use a salted hash of the lock passphrase instead of plain text and do constant-time comparisons of it. Should prevent leaking any information about it via timing, pointed out by Ryan Castellucci. Add a 0.1s incrementing delay for each failed unlock attempt up to 10s. ok markus@ (earlier version), djm@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/05/15 00:10:43 Modified files: net/megatools : Makefile Log message: megatools needs glib2-networking at runtime. Pointed out by benoit@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/15 00:46:03 Modified files: net/ircd-hybrid: Makefile distinfo net/ircd-hybrid/patches: patch-doc_reference_conf patch-src_ircd_c net/ircd-hybrid/pkg: PLIST Log message: Update to ircd-hybrid-8.2.8. from brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/15 00:47:27 Modified files: net/znc : Makefile distinfo net/znc/patches: patch-src_Csocket_cpp net/znc/pkg : PLIST Log message: Update to znc-1.6.0. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/15 00:50:05 Modified files: x11/dbus : Makefile distinfo x11/dbus/patches: patch-bus_Makefile_in patch-dbus_Makefile_in patch-tools_Makefile_in Log message: Update to dbus-1.8.18. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/15 00:54:56 Modified files: graphics/GraphicsMagick: Makefile Log message: Do not need to add the libxml2 header path to CPPFLAGS anymore. The autoconf script uses xml2-config to determine the path. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/15 01:30:41 Added files: lang/go : go.port.mk Log message: add beginnings for a golang module input and ok jsing@ kspillner@ sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/15 01:32:00 Modified files: devel/gocover : Makefile net/go-websocket: Makefile net/websocketd : Makefile textproc/godoc : Makefile sysutils/logstash/forwarder: Makefile Log message: use the new golang module CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/15 01:34:10 Modified files: sysutils/logstash/logstash: Makefile distinfo sysutils/logstash/logstash/files: logstash.conf sysutils/logstash/logstash/pkg: PLIST Log message: - update to logstash-1.5.0 * release notes at: https://www.elastic.co/blog/logstash-1-5-0-ga-released - sync default config with logstash-forwarder CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/05/15 01:34:15 Modified files: devel/p5-PerlIO-via-Timeout: Makefile distinfo Log message: Update to p5-PerlIO-via-Timeout-0.30. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2015/05/15 01:34:45 Modified files: usr.sbin/smtpd : smtp_session.c Log message: the code to prevent AUTH PLAIN from logging credentials upon authentication failure does not catch the AUTH LOGIN case. rework to use the session state rather than using the session command. spotted by pkern@debian.org CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/15 01:37:14 Modified files: sysutils/logstash/forwarder: Makefile distinfo sysutils/logstash/forwarder/patches: patch-logstash-forwarder_conf_example sysutils/logstash/forwarder/pkg: README logstash_forwarder.rc Removed files: sysutils/logstash/forwarder/patches: patch-fileinfo_openbsd_go patch-filestate_openbsd_go Log message: - update to logstash-forwarder 0.4.0 * release notes at https://www.elastic.co/blog/logstash-forwarder-0-4-0-released - sync default config/readme with logstash CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/05/15 01:40:54 Modified files: net/p5-IO-Socket-Timeout: Makefile distinfo Log message: Update to p5-IO-Socket-Timeout-0.29. CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/05/15 01:41:30 Modified files: distrib/miniroot: install.sh install.sub Log message: Remove the 'Use DUIDs rather than device names in fstab?' question and use DUIDs unconditionally. DUIDs in the installed /etc/fstab has been the default for quite some time now. OK deraadt@, krw@, guenther@, beck@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2015/05/15 02:03:55 Modified files: www : Makefile Log message: Unhook ap2-mod_fastcgi and ap2-mod_fcgid. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/05/15 02:04:44 Modified files: net/zabbix : Makefile distinfo net/zabbix/patches: patch-configure patch-include_sysinc_h Log message: update to 2.4.5 and pull the patches from ZBX-9456 CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2015/05/15 02:07:34 Removed files: www/ap2-mod_fastcgi: Makefile distinfo www/ap2-mod_fastcgi/patches: patch-docs_mod_fastcgi_html patch-fcgi_h www/ap2-mod_fastcgi/pkg: DESCR MESSAGE PLIST UNMESSAGE www/ap2-mod_fcgid: Makefile distinfo www/ap2-mod_fcgid/patches: patch-Makefile www/ap2-mod_fcgid/pkg: DESCR MESSAGE PLIST UNMESSAGE Log message: Remove ap2-mod_fastcgi and ap2-mod_fcgid. Superseded by mod_proxy_fcgi in apache httpd 2.4. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2015/05/15 02:08:04 Modified files: www/apache-httpd: Makefile distinfo www/apache-httpd/patches: patch-Makefile_in patch-config_layout patch-configure patch-docs_conf_httpd_conf_in patch-docs_man_apachectl_8 patch-docs_man_dbmmanage_1 patch-docs_man_htdbm_1 patch-docs_man_htpasswd_1 patch-docs_man_httpd_8 patch-docs_man_rotatelogs_8 patch-docs_man_suexec_8 patch-modules_ssl_ssl_engine_init_c patch-support_apachectl_in patch-support_apxs_in patch-support_rotatelogs_c www/apache-httpd/pkg: PLIST Added files: www/apache-httpd/patches: patch-docs_man_apxs_1 patch-docs_man_logresolve_1 patch-modules_ssl_ssl_engine_rand_c patch-server_mpm_unix_c Removed files: www/apache-httpd/patches: patch-docs_man_apxs_8 patch-docs_man_logresolve_8 patch-modules_ssl_ssl_engine_vars_c patch-modules_ssl_ssl_toolkit_compat_h patch-server_mpm_common_c Log message: Update www/apache-httpd to 2.4.12. Manual configuration updates might be required, see http://httpd.apache.org/docs/2.4/upgrading.html MPMs can now be loaded at runtime. The default config keeps using 'prefork'. Based on an initial diff by claudio@ ok sthen@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2015/05/15 02:08:36 Modified files: www/ap2-mod_perl: Makefile distinfo www/ap2-mod_perl/pkg: PLIST Added files: www/ap2-mod_perl/pkg: README Removed files: www/ap2-mod_perl/pkg: MESSAGE UNMESSAGE Log message: Update ap2-mod_perl to 2.0.9-rc1. Using an RC since other available releases don't support Apache HTTPD 2.4. with help from dcoppa@, ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2015/05/15 02:13:34 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register removal of ap2-mod_fastcgi and ap2-mod_fcgid. CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2015/05/15 02:23:01 Modified files: faq : current.html Log message: Upgrade notes for www/apache-httpd 2.4 port. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/05/15 02:23:20 Modified files: editors/nvi : Makefile distinfo editors/nvi/patches: patch-build_CMakeLists_txt patch-cl_cl_h Log message: Update to nvi-2.1.3. Release notes: https://github.com/lichray/nvi2/releases/tag/v2.1.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/15 02:26:56 Modified files: x11/gnome/zenity: Makefile distinfo Log message: update to zenity-3.16.2 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/05/15 02:41:42 Modified files: databases/p5-Redis: Makefile distinfo Log message: Update to p5-Redis-1.979. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/05/15 02:59:09 Modified files: net/btpd : Makefile Added files: net/btpd/patches: patch-misc_benc_c Log message: Backport a bugfix from upstream. Take maintainership. ok nicm@ (previous maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/15 04:02:14 Modified files: graphics/pngcrush: Tag: OPENBSD_5_7 Makefile distinfo Log message: - security update to pngcrush-1.7.84, addressing CVE-2015-2158 ok benoit@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/15 04:09:23 Modified files: sys/netinet : ip_carp.c Log message: Remove a NULL check in carp_set_ifp() as we always pass a valid ifp pointer to this function. ok claudio@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/15 04:15:13 Modified files: sys/net : bridgestp.c if.c if_bridge.c if_ethersubr.c if_gif.c if_mpe.c if_pppx.c if_spppsubr.c if_trunk.c if_tun.c if_var.h if_vlan.c trunklacp.c Log message: Introduce if_output(), a function do to the last steps before enqueuing a packet on the sending queue of an interface. Tested by many, thanks a lot! ok dlg@, claudio@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/05/15 04:47:55 Modified files: www/chromium : Makefile www/chromium/patches: patch-tools_gyp_pylib_gyp_generator_ninja_py www/iridium : Makefile www/iridium/patches: patch-tools_gyp_pylib_gyp_generator_ninja_py www/iridium/pkg: DESCR Log message: Our nm doesn't support neither '-D' nor '-f', hence some non-critical errors occur during chromium and iridium builds: ---8<--- [2581/10537] CXX obj/components/policy/core/common/cloud/policy_component_common.cloud_external_data_manager.o [2582/10537] CXX obj/components/policy/core/common/cloud/policy_component_common.external_policy_data_updater.o [2583/10537] CXX obj/components/policy/core/common/cloud/policy_component_common.component_cloud_policy_service.o [2584/10537] SOLINK(module) libffmpegsumo.so nm: unknown option -- D usage: nm [-aCegnoprsuw] [file ...] [8618/16362] STAMP obj/extensions/extensions_browser.actions_depends.stamp [8619/16362] AR obj/extensions/libextensions_browser.a nm: unknown option -- D usage: nm [-aCegnoprsuw] [file ...] ---8<--- Fix these errors by using llvm-nm instead. While here, also fix a typo into iridium's pkg/DESCR (missing verb). OK robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/15 04:48:37 Modified files: net/openfire : Makefile distinfo net/openfire/pkg: PLIST Log message: - security update to openfire-3.10.0 * http://www.openwall.com/lists/oss-security/2015/04/23/16 tested by marc peters CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/15 04:49:13 Modified files: net/openfire : Tag: OPENBSD_5_7 Makefile distinfo net/openfire/pkg: Tag: OPENBSD_5_7 PLIST Log message: - security update to openfire-3.10.0 * http://www.openwall.com/lists/oss-security/2015/04/23/16 tested by marc peters CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/05/15 04:54:26 Modified files: sys/dev/ata : atascsi.c atascsi.h Log message: rename the probe and free members of atascsi_methods to ata_probe and ata_free. this makes them consistent with the rest of the members, and lets me #define free to weird debug things in the kernel without screwing these files up. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/15 04:56:34 Modified files: www/ap2-mod_perl: Makefile Log message: mod_perl-2.0.9-rc1 vanished from the mirrors; mirror a copy CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/15 05:00:14 Modified files: lib/libssl/src/crypto/cms: cms_pwri.c lib/libssl/src/crypto/pem: pvkfmt.c lib/libssl/src/crypto/pkcs12: p12_decr.c lib/libssl/src/ssl: d1_srvr.c s3_srvr.c Log message: Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls. ok doug@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/15 05:33:19 Modified files: audio/celt : Makefile Log message: use PORTROACH_COMMENT CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/15 05:36:31 Modified files: sys/dev/pci : if_de.c if_ste.c Log message: Convert to if_input(). ok dlg@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/05/15 05:53:06 Modified files: sys/net : if_var.h sys/netinet : ip_carp.c Log message: Give carp(4) interfaces their own low priority. The change should not change behaviour for now but will allow to share the same address with the parent interface without major hacks. OK mpi@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/05/15 06:00:57 Modified files: sys/net : route.c sys/netinet : if_ether.c in.c sys/netinet6 : in6.c nd6.c nd6_rtr.c Log message: Allow multiple connected/interface routes to exist at the same time. Use the existing multipath code. Switch away from using the ifa address when making the cloning route and instead put a dummy sockaddr_dl route in. With this it is possible to use the same network on multiple interfaces at the same time. So if wireless and ethernet share the same network the system will use the wired connection as long as there is link. Still missing is builtin proxy-arp for the other interface IPs to allow hitless failover. OK mpi@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/15 06:40:05 Modified files: sys/net : if_tun.c Log message: Remove useless comments mentioning ether_output(). CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/05/15 07:11:32 Modified files: security/wpa_supplicant: Makefile Log message: HOMEPAGE/MASTER_SITES changed some time ago CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/15 07:32:08 Modified files: sys/arch/arm/xscale: pxa27x_udc.c sys/dev/hil : hil.c Log message: add some missing splx() calls ok deraadt@ kettenis@ krw@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/15 07:43:40 Modified files: audio/beets : Makefile graphics/darktable: Makefile net/rrdtool : Makefile Log message: sprinkle some PORTROACH_COMMENTs CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/15 07:48:09 Modified files: x11/gnome/builder: Makefile x11/gnome/builder/pkg: PLIST Removed files: x11/gnome/builder/patches: patch-Makefile_in Log message: Drop patch; sofile will go under a subdirectory at next release anyway. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/15 07:54:27 Modified files: x11/gnome/builder: Makefile x11/gnome/builder/pkg: PLIST Log message: Oops, that particular part was not meant to be committed. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/15 08:15:17 Modified files: net/ruby-net-ssh/pkg: PLIST Log message: half a fix is not a fix pointed out by jeremy@ and aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/15 08:38:37 Modified files: x11/gnome/tracker: Makefile Log message: Remove some XXX. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/15 08:50:20 Modified files: x11/gnome/tracker: Makefile Added files: x11/gnome/tracker/patches: patch-src_tracker_Makefile_in Log message: Use patch from upstream to install files with executable mode. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/15 09:32:00 Modified files: archivers/lz4 : Makefile distinfo archivers/lz4/patches: patch-Makefile patch-lib_Makefile patch-programs_Makefile archivers/lz4/pkg: PLIST Log message: update to lz4-r129 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/15 09:35:43 Modified files: sys/arch/armv7/armv7: armv7.c armv7_machdep.c armv7_machdep.h armv7var.h autoconf.c sys/arch/armv7/exynos: exynos.c exynos_machdep.c sys/arch/armv7/imx: files.imx imx.c imx_machdep.c sys/arch/armv7/omap: files.omap omap.c omap_machdep.c sys/arch/armv7/sunxi: files.sunxi sunxi.c sunxi_machdep.c Log message: Make board attaching table driven and move it out into the soc directories. Move the device tables while here as was done in bitrig. With these changes the only use of the board id defines is in the soc directories. Tested by matthieu and djm on imx and myself on omap and sunxi (qemu). ok djm@, ok jasper@ on an earlier version CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/05/15 10:26:16 Modified files: www/cntlm : Makefile www/cntlm/pkg : PLIST Log message: configuration file may contain sensitive informations, so set the right mode/group CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/15 10:53:02 Modified files: x11/gnome/bijiben: Makefile Log message: This does not need evolution anymore. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/15 10:54:03 Modified files: meta/gnome : Makefile Log message: Move bijiben from -extras to -main now that it does not depend on evolution anymore. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/15 10:54:42 Modified files: mail/evolution : Makefile mail/evolution/pkg: PLIST Log message: Drop -avoid-version from libraries to make lib-depends-check a bit happier. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/15 10:55:37 Modified files: mail/evolution-ews: Makefile mail/evolution-rss: Makefile Log message: Add a proper LIB_DEPENDS on mail/evolution now that it comes with versioned solibs. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/15 11:01:18 Modified files: sys/arch/armv7/imx: imx.c imxesdhc.c Log message: Decrement the unit numbers on the novena sdhc devices. The imx6 dts files seem to have labels numbered one higher than the nodes they are assigned to. Tested by djm CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/05/15 11:50:22 Modified files: www/phpmyadmin : Makefile distinfo Log message: Security update to 4.3.13.1 fixes PMASA-2015-2 and PMASA-2015-3 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/05/15 12:47:53 Modified files: lib/libpthread/man: pthread_atfork.3 Log message: trailing whitespace; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/05/15 12:49:21 Modified files: share/man/man4 : urtwn.4 Log message: sort; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/05/15 12:53:05 Modified files: share/man/man8 : autoinstall.8 Log message: spelling; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/05/15 13:26:38 Modified files: usr.sbin/relayd: relayd.conf.5 Log message: client/server mox ip; from trondd CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/05/15 13:34:31 Modified files: usr.bin/renice : renice.8 renice.c Log message: rework synopsis to be a bit less ugly; the result is quite close to the posix spec... CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/05/15 14:40:26 Modified files: usr.sbin/relayd: relayd.conf.5 Log message: Fix kill'n'yank error: the port is mandatory in relay listen on statements. Pointed out by Alex Greif OK jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/15 14:59:08 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-configure patch-doc_example-config_Makefile_in patch-doc_example-config_conf_d_Makefile_in mail/dovecot/pkg: PLIST-server Log message: update to dovecot 2.2.18, from brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/15 14:59:18 Modified files: mail/dovecot-pigeonhole: Makefile distinfo mail/dovecot-pigeonhole/patches: patch-doc_example-config_conf_d_90-sieve_conf mail/dovecot-pigeonhole/pkg: PLIST Log message: update to dovecot-pigeonhole 0.4.8, from brad CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/05/15 15:18:53 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: add missing placeholder so that the "UNSIGNED PACKAGES: " line actually contains the list of packages. ok espie@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/15 16:05:45 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: update to Postfix 3.1-20150421 snapshot CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/05/15 16:29:37 Modified files: lib/libc/arch/alpha/string: Makefile.inc lib/libc/arch/amd64/string: strchr.S strrchr.S lib/libc/arch/arm/string: Makefile.inc lib/libc/arch/hppa/string: Makefile.inc lib/libc/arch/hppa64/string: Makefile.inc lib/libc/arch/i386/string: strchr.S strrchr.S lib/libc/arch/m88k/string: Makefile.inc lib/libc/arch/mips64/string: strchr.S strrchr.S lib/libc/arch/powerpc/string: Makefile.inc lib/libc/arch/sh/string: Makefile.inc lib/libc/arch/sparc/string: Makefile.inc lib/libc/arch/sparc64/string: Makefile.inc lib/libc/arch/vax/string: Makefile.inc strchr.S lib/libc/string: strchr.c strrchr.c Removed files: lib/libc/string: rindex.c index.c Log message: Make index/rindex weak aliases of strchr/strrchr since they are not part of the ISO C standard and have also been dropped from POSIX. OK guenther@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/15 16:32:58 Modified files: net/filezilla : Makefile Removed files: net/filezilla/patches: patch-src_engine_Makefile_in Log message: Remove the local patch which picks up entries from `pkg-config --libs sqlite3` and uses them in an ar(1) command line. Fixes build with binutils-2.17. ok giovanni@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/15 17:20:25 Modified files: sys/arch/sh/sh : sh_machdep.c Log message: still needs kcore.h CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/05/15 20:07:42 Modified files: . : aviion.html luna88k.html Log message: still here for 5.7! CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/05/15 22:41:23 Modified files: textproc/ruby-redcarpet: Makefile distinfo textproc/ruby-redcarpet/pkg: PLIST Log message: Update to redcarpet 3.2.3, fixing XSS issue in autolink extension CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/05/16 00:06:39 Modified files: devel/p5-B-Utils: Makefile distinfo devel/p5-B-Utils/pkg: PLIST Log message: Update to p5-B-Utils-0.26. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/05/16 00:24:43 Modified files: devel/p5-Class-C3: Makefile distinfo Log message: Update to p5-Class-C3-0.28. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/16 00:53:02 Modified files: sysutils/ruby-capistrano: Makefile Log message: Missing dependency on devel/ruby-i18n. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/16 01:10:30 Modified files: graphics/ffmpeg: Makefile Log message: Add libass support. req. by and ok schwarze@ from and ok brad@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/05/16 01:18:16 Modified files: www/mozilla : mozilla.port.mk Log message: Bump dependency on nss 3.18.1 and sqlite 3.8.9, required by gecko 38. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/05/16 01:19:06 Modified files: www/seamonkey : Makefile devel/xulrunner/24: Makefile Log message: Revision bumps after mozilla.port.mk dependency changes. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/05/16 01:22:14 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-browser_installer_Makefile_in www/firefox-i18n: Makefile.inc distinfo Log message: Update to firefox 38.0.1. - See https://www.mozilla.org/en-US/firefox/38.0.1/releasenotes/ and https://www.mozilla.org/en-US/firefox/38.0/releasenotes/ - Fixes MFSA 2015-46->58 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/05/16 01:26:12 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr/patches: patch-browser_installer_Makefile_in patch-storage_src_mozStorageConnection_cpp www/firefox-esr/pkg: PLIST www/firefox-esr-i18n: Makefile Makefile.inc distinfo Removed files: www/firefox-esr/patches: patch-gfx_skia_moz_build patch-gfx_skia_trunk_src_opts_SkBitmapProcState_opts_SSSE3_cpp patch-js_src_jscpucfg_h patch-media_libvpx_Makefile_in Log message: Update to firefox-esr 38.0.1. - See https://www.mozilla.org/en-US/firefox/38.0.1/releasenotes/ and https://www.mozilla.org/en-US/firefox/38.0/releasenotes/ - Fixes MFSA 2015-46->58 - switch i386 back to use clang. - use system icu4c - remove bunch of now useless/merged patches CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/05/16 01:29:12 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird 31.7.0 / lightning 3.3.7. - See https://www.mozilla.org/en-US/thunderbird/31.7.0/releasenotes/ - Fixes MFSA 2015-46, 47, 48, 51, 54 & 57 Note that thunderbird 38 (based on gecko 38) will be released in some days. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/05/16 02:26:14 Modified files: www/selfoss : Makefile distinfo www/selfoss/pkg: PLIST Log message: Update www/selfoss to 2.13. OK aja@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/05/16 03:06:38 Modified files: editors/libreoffice: Makefile distinfo editors/libreoffice/patches: patch-configure Log message: update to 4.4.3.2 CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/05/16 03:56:10 Modified files: sys/dev : midi.c midivar.h Log message: Use device_lookup() instead of digging into midi_cd.cd_devs[] and maintaining a "dying" flag which is already present in the device structure. As a side-effect, this adds the missing refcounting that mididetach() was missing. With from mpi@ and dlg@ ok mpi CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/05/16 04:04:20 Modified files: sys/dev : midi_if.h Log message: hide private midi_softc strucure CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2015/05/16 04:07:19 Modified files: devel/luaprofiler: Makefile devel/luaprofiler/patches: patch-Makefile_linux Log message: Use $CC to link shared library to make sure crtbeginS.o gets linked in. ok dcoppa@ CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2015/05/16 04:15:53 Modified files: net/isc-bind : Makefile Added files: net/isc-bind/patches: patch-configure_in Log message: Use $CC to link shared library to make sure crtbeginS.o gets linked in. Switches CONFIGURE_STYLE to autoconf to make sure configure gets regenerated. ok (and help from) sthen@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2015/05/16 04:33:09 Modified files: security/gnupg2: Makefile distinfo Log message: Update to 2.1.4 ok dcoppa@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/16 04:42:52 Modified files: www/ap2-mod_perl: Makefile Log message: fix PKGNAME CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/16 04:44:44 Modified files: distrib/notes/armv7: hardware whatis Log message: mention CuBox-i4Pro, Utilite and Novena CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/16 04:45:41 Modified files: meta/gnome : Makefile Log message: Bump -extras, missed when bijiben moved from -extras to -main CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/16 04:48:14 Removed files: textproc/ruby-redcarpet/patches: patch-ext_redcarpet_markdown_c Log message: Remove redundant patch. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/16 04:49:50 Modified files: games/0ad/base : Makefile Log message: fix 0ad/base following CXXFLAGS change; -march=i586 was added to CFLAGS but also needs adding to CXXFLAGS (port uses 64-bit atomic ops). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/16 04:51:27 Modified files: emulators/openmsx: Makefile Log message: openmsx needs -fomit-frame-pointer on i386 (register pressure following move to PIE); it was only added to CFLAGS, so add it to CXXFLAGS as well. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/16 04:52:19 Modified files: infrastructure/lib/DPB: Fetch.pm Log message: run this part as the correct user. avoids situations where dpb is run from a dir inaccessible by unpriv_user found out by aja@ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2015/05/16 04:58:59 Modified files: . : armv7.html Log message: mention CuBox-i4Pro, Utilite and Novena CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2015/05/16 04:59:22 Modified files: java/tanukiwrapper: Makefile Added files: java/tanukiwrapper/patches: patch-src_c_Makefile-openbsd-x86-64_gmake Log message: Make sure object files linked into a shared library get compiled with -fPIC. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/16 06:04:36 Modified files: www/webkitgtk4 : Makefile distinfo www/webkitgtk4/patches: patch-Source_cmake_OptionsCommon_cmake Log message: Update to webkitgtk4-2.8.3. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/16 06:23:05 Modified files: infrastructure/lib/DPB: User.pm Distfile.pm Log message: In -F mode, things are run directly from within dpb, so we must ensure the user changes correctly. OO is cool: no need to store the user in each distfile, since it's in the repository. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/05/16 06:48:50 Modified files: usr.bin/audioctl: audioctl.c Log message: remove reference to encodings the kernel doesn't expose anymore CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/05/16 06:51:24 Modified files: usr.bin/audioctl: audioctl.c Log message: Display simply "play" when play mode is set (furthermore, "playsync", aka PLAY_ALL mode is not used anymore) CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2015/05/16 09:19:00 Modified files: mail/cyrus-imapd: Makefile Log message: Drop --with-com_err such that we don't try to link the static libcom_err.a that contains non-PIC code into a shared library. ok (and help from) ajacoutot@, gsoares@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/16 09:27:49 Modified files: infrastructure/lib/DPB/Job: Fetch.pm Log message: chdir($distdir) at the start of expire_old First, it makes for simpler code. It also allows things to work when your cwd is not readable by your user, such as /root, since File::Find wants the cwd. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/16 11:01:53 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: make log files more helpful, when dependencies get coalesced together and handled by an earlier port, link to the relevant port which has the pkg_add. Makes it much easier to figure out when show-prepare-results fails because of conflicts in dependent ports... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/16 11:04:51 Modified files: infrastructure/mk: bsd.port.mk Log message: if the build-user of dpb can't get to bulk/update directories, it's not really an issue. This is probably the issue aja saw earlier today, and I just ran into it myself. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/16 12:14:04 Modified files: infrastructure/lib/DPB: Config.pm Shell.pm User.pm infrastructure/lib/DPB/Core: Init.pm Log message: We never use groups separately, make it a grouplist. Get group name as well. Pass BUILD_USER/BUILD_GROUP/FETCH_USER/FETCH_GROUP as env variables to STARTUP script. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/16 12:56:55 Modified files: net/openfire : Makefile Log message: marc peters takes maintainership CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/16 13:06:26 Modified files: net/gdnsd : Makefile Log message: use PORTROACH(_COMMENT); this needs __thread support before it can be updated CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/05/16 13:27:53 Modified files: usr.bin/aucat : aucat.c Log message: Call slot_stop() after the play buffer is drained to properly cleanup the slot. Fixes periodic glitches occurring after eof is reached, and then playback restarted with a MMC-relocate and MMC-start. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/16 18:08:35 Modified files: sbin/route : route.8 route.c Log message: nope, ioctl has not been used for a while CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/16 19:15:44 Modified files: lib/libc/rpc : clnt_udp.c Log message: Use fcntl() to set non-blocking-mode, rather ioctl(). This has a better chance of working in systrace restricted environments. ok guenther CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/16 19:22:01 Modified files: sys/kern : kern_descrip.c sys/sys : fcntl.h lib/libc/gen : isatty.c usr.bin/kdump : mksubr Log message: isatty() is used by stdio to determine the buffering mode. Add a F_ISATTY option to fcntl(), so that isatty() can use this rather than than the bloated ioctl() interface. Reducing uses of ioctl() by libc makes it easier to constrain programs with various kinds of systrace sandboxes. ok guenther, previously discussed as a concept with nicm CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/16 19:56:02 Modified files: lib/libc/gen : isatty.c Log message: Of course, fcntl errno case returns -1, which must be converted to 0 with guenther CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2015/05/16 20:33:09 Modified files: sys/dev/pci : if_myx.c Log message: We don't need KERNEL_LOCK() around if_input() anymore, as if_input() has appropriate locking around bpf now. ok dlg@ CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2015/05/16 20:44:38 Modified files: sys/dev/usb : if_axe.c if_axereg.h Log message: Read ethernet address from EEPROM on AX88772B based on FreeBSD ok djm@ jsg@ CVSROOT: /cvs Module name: xenocara Changes by: kspillner@cvs.openbsd.org 2015/05/16 22:34:01 Modified files: app/cwm : calmwm.h conf.c parse.y Log message: Make window name and window class separate parameters to conf_autogroup. No functional change, but will be used shortly. ok okan@ CVSROOT: /cvs Module name: xenocara Changes by: kspillner@cvs.openbsd.org 2015/05/16 22:39:50 Modified files: app/cwm : parse.y Log message: Fix autogroup so name,class doesn't need to be quoted. ok okan@ on an older version of this diff CVSROOT: /cvs Module name: src Changes by: czarkoff@cvs.openbsd.org 2015/05/17 00:34:37 Modified files: usr.bin/calendar/calendars: calendar.holiday Log message: New Year's Day CVSROOT: /cvs Module name: src Changes by: czarkoff@cvs.openbsd.org 2015/05/17 00:37:36 Modified files: usr.bin/calendar/calendars: calendar.holiday Log message: Montenegrin holidays OK jmc@, sthen@ (same for previous comment) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/05/17 01:19:39 Modified files: devel/p5-Eval-Closure: Makefile distinfo Log message: Update to p5-Eval-Closure-0.13. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/17 02:29:31 Modified files: infrastructure/lib/DPB: Shell.pm Log message: make sure we switch to a directory within the chroot on localhost, as per chroot(8). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/17 03:01:14 Modified files: x11/gnome/gedit: Makefile distinfo x11/gnome/gedit/pkg: PLIST Log message: update to gedit-3.16.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/17 03:05:14 Modified files: www/ruby-jekyll: Makefile Log message: mark broken after redcarpet update; besides, this port was badly in need of an update anyway which hasn't happened in almost 2 years now. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/17 03:12:19 Modified files: textproc/gtk-doc: Makefile distinfo textproc/gtk-doc/pkg: PLIST Log message: Update to gtk-doc-1.23. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/17 03:43:22 Modified files: textproc/elasticsearch: Makefile distinfo textproc/elasticsearch/pkg: PLIST Added files: textproc/elasticsearch/pkg: README Log message: - update to elasticsearch-1.5.2 - add README regarding openfiles based on a diff from p@tristero.se CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/17 03:57:07 Modified files: geo/josm : Makefile distinfo Log message: - update to josm-8339 from Holger Mikolon (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/17 04:24:55 Modified files: infrastructure/db: user.list Log message: _logstash checks in CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/17 04:28:36 Modified files: sysutils/logstash/logstash: Makefile sysutils/logstash/logstash/pkg: PLIST logstash.rc Removed files: sysutils/logstash/logstash/patches: patch-vendor_bundle_jruby_1_9_gems_filewatch-0_6_1_lib_filewatch_tail_rb patch-vendor_bundle_jruby_1_9_gems_filewatch-0_6_1_lib_filewatch_watch_rb Log message: - use a dedicated _logstash user - drop filewatch hacks by setting the right java.library.path based on a diff from p@tristero.se CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/17 04:30:59 Modified files: sysutils/logstash/logstash: Makefile sysutils/logstash/logstash/pkg: logstash.rc Log message: use JFFI_ARCH instead of hardcoding the path for amd64 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/17 05:18:05 Modified files: sys/arch/armv7/imx: imxesdhc.c Log message: add missing calls to set the gpio direction before reading the card detect gpio on phyflex/sabre lite/wandboard CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/17 05:20:50 Modified files: net/irc : Makefile Added files: net/irc/patches: patch-ircd_s_misc_c Log message: net/irc tweaks: - add a 64-bit time_t fix from john at scarfone dot net - drop MAINTAINER, email address no longer valid CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/17 05:42:18 Modified files: net/courtney : Makefile net/iplog : Makefile net/pcapmerge : Makefile security/despoof: Makefile security/slurpie: Makefile Log message: reset maintainer, bouncing mail - pointed out by jasper@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/05/17 06:00:22 Modified files: lang/php/5.4 : Makefile distinfo Log message: security update to 5.4.41 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/05/17 06:00:57 Modified files: lang/php/5.5 : Makefile distinfo Log message: security update to 5.5.25 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/05/17 06:01:18 Modified files: lang/php/5.6 : Makefile distinfo Log message: security update to 5.6.9 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/17 06:28:03 Modified files: sys/arch/armv7/imx: imx.c imxesdhc.c Log message: Checking the dts files turned up some more imx sdhc problems. - use the correct CD gpios on phyflex and wandboard usdhc3 (unit 2) - udoo has just the one sd slot with no CD CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/17 07:58:42 Modified files: textproc/the_silver_searcher: Makefile distinfo Log message: Update to 0.30.0 From Florian Stinglmayr (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/05/17 08:09:51 Modified files: misc/mc : Makefile distinfo misc/mc/pkg : PLIST Log message: update to 4.8.14 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/05/17 09:18:37 Modified files: devel/pcre : Makefile distinfo devel/pcre/pkg : PLIST Log message: update to 8.37; includes fixes for the following CVEs: CVE-2014-8964 CVE-2015-2325 CVE-2015-2326 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/05/17 10:01:17 Modified files: faq : faq14.html Log message: Carlin Bingham (cb at viennan dot net) tells me this typo has been there for 15 years...before I started messing things up! whoo-hoo! CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/05/17 10:04:10 Modified files: security/samhain: Makefile distinfo Log message: update to 3.1.5 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/05/17 10:31:40 Modified files: . : books.html openssh : index.html tshirts.html Log message: remove links to https.openbsd.org. None of these items are being sold by The OpenBSD Store at this time, so elimintate a redirect through an expired cert to a site that doesn't sell the items. Thanks to Daniel Jakots spotting. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/17 10:55:51 Modified files: sys/sys : conf.h Log message: for decades, wsdisplay has acted in one way like it is not a tty CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/05/17 10:57:12 Modified files: . : index.html libressl : index.html openbgpd : index.html opencvs : index.html openntpd : index.html opensmtpd : index.html openssh : index.html Log message: change favicon.ico link to a relative link rather than an absolute. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/05/17 10:58:17 Modified files: . : press.html Removed files: . : smp.html Log message: delete useless old page CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/05/17 12:31:32 Modified files: usr.sbin/ntpd : constraint.c ntpd.h parse.y Log message: When resolving the "constraint" (singular), store all returned IP addresses and try one after another until the connection succeeded - based on the existing mechanism of "server". "constraint" previously only tried to connect to the first returned address, aborted and skipped the constraint on failure. In difference to "constraints" (plural), it still only connects to one address at a time and not to all of them at once. Pointed out by rpe@ OK rpe@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/17 12:37:09 Modified files: lang/seed7 : Makefile distinfo Log message: Update to 20150517 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/17 14:19:08 Modified files: usr.bin/nm : elf.c nm.1 nm.c util.h Log message: Add -D option for displaying the dynamic symbol table ok miod@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/17 14:39:45 Modified files: infrastructure/lib/DPB: Fetch.pm Log message: Already run as the correct user, so revert. run it in a chdir(distdir) instead, avoids situations where the original dir is inaccessible by unpriv_user AND simplifies the code too. What more could you ask for ? CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/05/17 15:16:54 Modified files: telephony/libzrtp: Makefile telephony/libzrtp/patches: patch-third_party_bnlib_Makefile_in telephony/libzrtp/pkg: PLIST Added files: telephony/libzrtp/patches: patch-Makefile_am Log message: Don't install libbn.a to avoid conflict with security/gpg5 OK sthen@, "go for it" espie@ CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/05/17 15:19:23 Modified files: telephony/baresip/baresip: Makefile telephony/baresip/baresip/patches: patch-mk_mod_mk Added files: telephony/baresip/baresip/patches: patch-modules_zrtp_module_mk Log message: Fix linker flags for "zrtp" module While at it, fix a patch that changed during last update OK sthen@, "go for it" espie@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/17 15:41:50 Modified files: usr.bin/nm : nm.c Log message: Add 'D' to usage optstring. Prodded by jmc@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/05/17 16:39:39 Modified files: lib/libcrypto/crypto: shlib_version lib/libssl/ssl : Makefile shlib_version lib/libtls : Makefile Log message: CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/05/17 16:49:03 Modified files: regress/usr.sbin/relayd: LICENSE Relayd.pm funcs.pl Added files: regress/usr.sbin/relayd: args-http-callback.pl args-http-chunked-callback.pl args-http-chunked-put.pl args-http-headline-callback.pl args-https-callback.pl args-https-chunked-callback.pl args-https-chunked-put.pl args-https-headline-callback.pl Log message: Add test cases for a crash reported by Bertrand PROVOST. When a HTTP client writes multiple requests or chunks in a single transfer, relayd invokes the libevent callback manually for the next data. If the callback closes the session, this results in an use after free. Test an invalid second request method, test an invalid header line in the second PUT request, test an invalid second chunked length for a PUT request. Also test multiple valid HTTP 1.1 PUT requests with chunked body. To detect crashes of relayd, start it with "prefork 1" and grep for "lost child" log messages. Unfortunately only the first child is monitored by the parent. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/05/17 16:51:20 Modified files: faq : current.html Log message: mention new-kernel-before-libc for isatty(3) CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/05/17 18:27:05 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: update p5-IO-Socket-SSL to 2.015 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/17 22:06:37 Modified files: sys/arch/aviion/aviion: av400_machdep.c av530_machdep.c sys/arch/luna88k/luna88k: isr.c machdep.c Log message: Move the logic deciding whether to grab the kernel lock or not, deeper in the interrupt logic, making sure the lock is not taken for clock interrupts. Tested on aviion and luna88k. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/17 22:07:26 Modified files: sys/kern : init_main.c Log message: Reenable the page zeroing thread on MP m88k kernels. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/05/17 22:56:34 Modified files: security/wpa_supplicant: Makefile security/wpa_supplicant/pkg: PLIST Log message: /etc/wpa_supplicant.conf may also contain passwords, so enforce the right permissions here too. From Tim van der Molen CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/05/18 00:06:49 Modified files: x11/mlterm/patches: patch-configure_in Log message: We have 'nm -D' now, so remove my hack using 'objdump -T' CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/18 00:56:04 Modified files: devel/p5-Data-ICal-TimeZone: Makefile devel/py-symboltype: Makefile games/tetrinetx: Makefile graphics/amide : Makefile graphics/lcms : Makefile misc/p5-Finance-QuoteHist: Makefile cad/geda-gaf : Makefile databases/luasqlite3: Makefile devel/node-fibers: Makefile devel/p5-Devel-Caller: Makefile Log message: - zap a bunch of '@rm -fr' cases that were masking files that have long since been removed - pre-emptively fix a few other cases while here CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/05/18 01:05:36 Modified files: devel/pcre : Tag: OPENBSD_5_7 Makefile distinfo Log message: MFC: update to 8.37; includes fixes for the following CVEs: CVE-2014-8964 CVE-2015-2325 CVE-2015-2326 ok robert@, sthen@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/05/18 01:06:33 Modified files: lang/php/5.4 : Tag: OPENBSD_5_7 Makefile distinfo Log message: MFC: security update to 5.4.41 ok robert@, sthen@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/05/18 01:07:12 Modified files: lang/php/5.5 : Tag: OPENBSD_5_7 Makefile distinfo lang/php/5.5/patches: Tag: OPENBSD_5_7 patch-ext_odbc_config_m4 Removed files: lang/php/5.5/patches: Tag: OPENBSD_5_7 patch-ext_openssl_config0_m4 patch-ext_openssl_openssl_c Log message: MFC: security update to 5.5.25 (also contains necessary changes from previous updates) ok robert@, sthen@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/05/18 01:07:53 Modified files: lang/php/5.6 : Tag: OPENBSD_5_7 Makefile distinfo lang/php/5.6/patches: Tag: OPENBSD_5_7 patch-ext_odbc_config_m4 patch-ext_openssl_config0_m4 patch-sapi_cgi_cgi_main_c patch-sapi_fpm_php-fpm_conf_in lang/php/5.6/pkg: Tag: OPENBSD_5_7 PLIST-main Removed files: lang/php/5.6/patches: Tag: OPENBSD_5_7 patch-ext_gd_libgd_gdcache_h patch-ext_openssl_openssl_c Log message: MFC: security update to 5.6.9 (also contains necessary changes from previous updates) ok robert@, sthen@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/05/18 02:12:20 Modified files: graphics/feh : Makefile distinfo graphics/feh/patches: patch-man_feh_pre Removed files: graphics/feh/patches: patch-src_exif_c Log message: Update to feh-2.13 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/05/18 02:53:22 Modified files: devel/hs-hslogger: Makefile distinfo Log message: Update to hslogger-1.2.9 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/18 03:17:42 Modified files: java/tanukiwrapper/files: Makefile-openbsd-x86-64.gmake Removed files: java/tanukiwrapper/patches: patch-src_c_Makefile-openbsd-x86-64_gmake Log message: Makefile-openbsd-x86-64.gmake comes from files/, so modify it there rather than patching. Since only the relevant version for the current arch is copied into the build directory, patching fails on arch other than amd64 with comic results (I had a log with 300GB of "No file found--skip this patch? [n]" / "File to patch:" lines). CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/18 03:35:05 Modified files: usr.bin/cu : cu.1 cu.c Log message: Add -d flag and dc capability to open devices non-blocking, used for the few drivers that do not support cua* so tty* must be used. ok miod millert CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/05/18 03:47:02 ports/audio/fdk-aac/patches Update of /cvs/ports/audio/fdk-aac/patches In directory cvs.openbsd.org:/tmp/cvs-serv5937/patches Log Message: Directory /cvs/ports/audio/fdk-aac/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/05/18 03:48:39 Modified files: audio/fdk-aac : Makefile distinfo Added files: audio/fdk-aac/patches: patch-libFDK_include_FDK_archdef_h Log message: Update to fdk-aac 0.1.4 OK sthen@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/05/18 04:06:37 Modified files: emulators/vbam : Makefile Log message: Drop maintainership of vbam. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/18 04:06:45 Modified files: x11/gnome/builder: Makefile distinfo x11/gnome/builder/pkg: PLIST Added files: x11/gnome/builder/patches: patch-configure_ac patch-contrib_egg_Makefile_am patch-libide_Makefile_am patch-tools_Makefile_am Log message: Update to gnome-builder-3.16.3. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/18 04:12:33 Modified files: sysutils/rancid/patches: patch-configure Log message: bypass network test. allow rancid to build even without access to 127.0.0.1 no change in built package. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/05/18 04:25:10 Modified files: usr.sbin/pkg_add/OpenBSD: ProgressMeter.pm usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm Log message: since the progressmeter is always tied to a state, store the state always, and not just in the Term case. allows passing less parameters around. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/05/18 04:37:12 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: have visit_with_count and visit_with_size use the same parameter conventions. In particular, pass state before the other method parameters. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/05/18 04:41:20 Modified files: usr.sbin/pkg_add/OpenBSD: Add.pm Delete.pm PkgCreate.pm ProgressMeter.pm usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm Log message: simplify progressmeter calls to visit_and: we retrieve the state from the progressmeter object CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/18 04:44:57 Modified files: graphics/darktable: Makefile Log message: CFLAGS -> CXXFLAGS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/18 05:04:06 Modified files: graphics/darktable: Makefile Log message: more CXXFLAGS needed CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/05/18 05:10:04 Modified files: etc/examples : ntpd.conf usr.sbin/ntpd : ntpd.conf.5 Log message: Simplify example constraints URL to reduce load on the server side. ok henning@, reyk@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/18 05:29:38 Modified files: audio/p5-Music-Audioscrobbler-MPD: Makefile audio/ascd : Makefile archivers/fastjar: Makefile archivers/deco : Makefile audio/musepack : Makefile cad/pcb : Makefile databases/mongodb: Makefile devel/libidn : Makefile devel/luaalarm : Makefile devel/p5-Carp-Always: Makefile devel/p5-PerlIO-via-symlink: Makefile devel/p5-libintl: Makefile editors/elvis : Makefile games/xneko : Makefile games/xroach : Makefile graphics/netpbm: Makefile lang/node-java : Makefile mail/metamail : Makefile www/p5-CGI-FormBuilder: Makefile www/py-flask : Makefile x11/rox-filer : Makefile x11/moka-icon-theme: Makefile Log message: remove another bunch of @rm -f, some of which were hiding the arguments no longer existed CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2015/05/18 05:32:27 Modified files: devel/afl : Makefile distinfo devel/afl/patches: patch-Makefile devel/afl/pkg : PLIST Log message: update to 1.78b OK jsg@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/18 05:43:57 Modified files: sys/net : if_bridge.c Log message: Do not change "rcvif" without goint through if_input() again otherwise the handlers on the new interface won't be executed. Tested by < mxb AT alumni.chalmers DOT se> ok dlg@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/18 05:57:52 Modified files: usr.bin/file : file.c sandbox.c Log message: No longer need tricks with setvbuf(). Instead, we just give permission to call fstat() and fcntl(). ok nicm CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/05/18 06:21:04 Modified files: sys/dev/ic : mfi.c Log message: Prevent splassert from firing during sd_flush which runs "cold" While mfi(4) should pass SCSI transfer flags (e.g. SCSI_POLL and SCSI_NOSLEEP) down to the management function, make it at least use "cold" consistently for now. ok dlg CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/05/18 07:32:28 Modified files: sys/net : if.h if_var.h Log message: Move the rdomain from struct ifnet into struct if_data. This way it will be exported to userland with the existing sysctl, getifaddrs() and routing socket (if_msghdr.ifm_data) interfaces that expose if_data. All programs and daemons - Apps - that call the SIOCGIFRDOMAIN ioctl in a getifaddrs() loop or after receiving an interface message on the routing socket can now remove the pointless additional ioctl. In base, that could be: dhclient, isakmpd, dhcpd, dhcrelay, ntpd, ospfd, ripd, ifconfig. No ABI breakage because it uses a previously unused pad field in if_data. OK mpi@ deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/18 07:48:38 Modified files: distrib/miniroot: install.sub distrib/sets/lists/etc: mi etc : Makefile rc.conf Added files: etc : ntpd.conf Log message: enable ntpd by default at install time. We use pools and a reliable constraint to keep them in check. in the worst case of being on a dark net, nothing changes. this is being enabled by default to allow gathering of more operational information from users. and if the operational heuristics in ntpd can be suitable refined, this may stay the default into the future. if not, ntpd will become even more awesome along the way. with reyk rpe CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/18 07:57:34 Modified files: lib/libc/rpc : svc_udp.c Log message: swap calloc() arguments for clarity CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/05/18 08:19:23 Modified files: usr.sbin/ntpd : constraint.c Log message: Currently, after 4 failed constraint checks, we suspect the constraint of being wrong, not the NTP responses, reset it and query it from all the constraint servers all over again. This is turned out to be a bit aggressive because it could get triggered with just a few bad NTP peers in a larger pool. To avoid constant reconnections, scale the error margin with the number of resolved NTP peers using peer_cnt * 4. This way a single or a few outliers in a NTP pool cannot trigger reconnecting to the constraint servers immediately. More NTP peers, less reason to mistrust the constraint. Found by dtucker@ OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/18 08:50:11 Modified files: www/ruby-jekyll: Makefile Log message: Mark BROKEN for real. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/05/18 08:59:42 Modified files: sbin/dhclient : dhclient.c dhcpd.h dispatch.c Log message: Stop rejecting leases with a subnet that overlaps a subnet already present. The latest routing stack code can now handle these situations. Much requested by beck@ and others. Detailed discussion at s2k15 identified required routing changes. ok claudio@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/18 09:06:05 Modified files: usr.bin/ssh : sandbox-systrace.c Log message: getentropy() and sendsyslog() have been around long enough. openssh-portable may want the #ifdef's but not base. discussed with djm few weeks back CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/05/18 09:17:29 Modified files: etc : Makefile Log message: Put ntpd.conf in MUTABLE so it's installed with 0644 mode. discussed by deraadt@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/05/18 10:04:21 Modified files: etc/examples : pf.conf libexec/spamd : grey.c sdl.c spamd.8 spamd.c Log message: Change spamd to use divert-to instead of rdr-to. divert-to has many advantages over rdr-to for proxies. For example, it is much easier to use, requires less code, does not depend on /dev/pf, works in-band without the asynchronous lookup (DIOCNATLOOK ioctl), saves us from additional port allocations by the rdr/NAT code, and even avoids potential collisions and race conditions that could theoretically happen with the lookup. Heads up: users will have to update their spamd PF rules from rdr-to to divert-to. spamd now also listens to 127.0.0.1 instead of "any" (0.0.0.0) by default which should be fine with most setups but has to be considered for some special configurations. Based on a diff is almost two years old but got delayed several times ... beck@: "now is the time to get it in" :) Tested by many With help from okan@ OK okan@ beck@ millert@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/18 10:35:15 Modified files: infrastructure/lib/DPB: Clock.pm User.pm infrastructure/lib/DPB/Job: Fetch.pm Port.pm Log message: use File object (name + user) to ensure watched files are watched with the correct user. Should fix sthen@'s problems. (File interface to be used elsewhere, as it's less cumbersome) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/18 10:43:53 Modified files: lang/lua : Makefile.inc lang/lua/5.1 : Makefile lang/lua/5.2 : Makefile lang/lua/5.3 : Makefile Log message: Record an inter library dependency on libm in liblua-*.so.*. Fixes issues with as-needed in binutils 2.17, kettenis and dcoppa think this approach is reasonable. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/05/18 10:45:16 Modified files: usr.sbin/relayd: relay_http.c Log message: The first line of a HTTP request is the method-url-version. The second line is a key-value header. So you cannot append to the previous key-value before line three. Also reset the last header when all headers are purged to avoid a use after free. OK benno@ reyk@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/05/18 10:57:20 Modified files: usr.sbin/relayd: relay.c relay_http.c Log message: Fix a crash reported and analyzed by Bertrand PROVOST. When a HTTP client or server writes multiple requests or chunks in a single transfer, relayd invokes the libevent callback manually for the next data. If the callback closes the session, this resulted in an use after free. Instead of the more complicated fix suggested by Bertrand PROVOST, just move the invocation of the callback to the end of the function. So in case the callback frees any structures, they are not accessed. OK benno@ reyk@ CVSROOT: /cvs Module name: www Changes by: okan@cvs.openbsd.org 2015/05/18 11:03:06 Modified files: faq : current.html Log message: add note about pf rule changes for spamd CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/05/18 11:07:57 Modified files: www/phpmyadmin : Tag: OPENBSD_5_7 Makefile distinfo Log message: Security update to 4.3.13.1 fixes PMASA-2015-2 and PMASA-2015-3 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/18 11:16:07 Modified files: www/liferea : Makefile distinfo Log message: Maintenance update to 1.10.5 CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/05/18 11:17:40 Modified files: sysutils/smartmontools: Makefile distinfo sysutils/smartmontools/patches: patch-Makefile_in sysutils/smartmontools/pkg: PLIST Log message: Update to 6.3 CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/05/18 11:20:32 Modified files: net/p5-Net-Whois-Raw: Makefile distinfo Log message: Update to 2.84 bug fixes and add a new domain tld CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/05/18 11:22:40 Modified files: www/p5-HTTP-DAV: Makefile distinfo www/p5-HTTP-DAV/pkg: PLIST Log message: bugfix update to 0.48 CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/05/18 11:26:06 Modified files: graphics/p5-Image-MetaData-JPEG: Makefile distinfo Log message: Maintainance update to 0.159 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/18 11:48:20 Modified files: x11/gnome/initial-setup: Makefile distinfo Log message: Update to gnome-initial-setup-3.16.3. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/05/18 11:51:21 Modified files: sbin/dhclient : clparse.c conflex.c parse.c usr.sbin/dhcpd : conflex.c confpars.c parse.c Log message: Tweak parsing so that hostnames starting with 0-9 are accepted. Reported long ago by matthieu@. Also Jacob Berkman via the lists. Tests and suggestions from Jacob and Matthieu. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/05/18 12:04:24 Modified files: telephony/iaxclient: Makefile Log message: As pointed out by espie@, theora gets picked up if available, so add it explicitly to the deps. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/05/18 12:17:27 Modified files: usr.sbin/pkg_add/OpenBSD: Add.pm Log message: better error in case we can't create tempfiles CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/05/18 12:25:13 Modified files: usr.sbin/pkg_add/OpenBSD: Add.pm Log message: identical common code -> refactor CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/05/18 12:38:49 Modified files: gnu/gcc/gcc : cgraphunit.c output.h toplev.c varasm.c gnu/gcc/gcc/config: elfos.h gnu/gcc/gcc/config/ia64: hpux.h ia64.c gnu/gcc/gcc/cp : decl2.c Log message: Make the compiler emit visibility information for (undefined) references with non-default visibility. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20218 for details. This version comes from FreeBSD and has been made available under the GPLv2 license. It has some additional bits thrown in from me to make it work in mips64 too, and another bit to stop the C++ compiler to randomly emit visibility information for C++ symbols that in the end aren't referenced. ok guenther@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/05/18 13:10:35 Modified files: sys/kern : kern_sysctl.c Log message: For each file in sysctl(KERN_FILE_BYFILE), FILLIT() calls fill_file(), which calls VOP_GETATTR(). For NFS, that leads to nfs_getattr(). If the node's attributes are not in NFS's cache, nfs_getattr() will invoke nfs_request() and the latter will sleep, allowing the file pointer to disappear while we traverse the list. This results in kernel crashes while running netstat or pstat -f. Grab a reference to the file descriptor before calling FILLIT(), and release it afterwards. This way the file descriptor cannot disappear while we sleep in nfs_getattr(). Analysis and fix from Pedro Martelletto; input and OK guenther@ mpi@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/05/18 13:49:11 Modified files: print/poppler : Makefile distinfo Log message: Update to poppler-0.33.0. ok aja@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/18 13:59:27 Modified files: sys/arch/amd64/amd64: db_interface.c db_trace.c genassym.cf locore.S machdep.c process_machdep.c sys_machdep.c vector.S vm_machdep.c sys/arch/amd64/include: cpu.h frameasm.h pcb.h tcb.h Log message: Do lazy update/reset of the FS.base and %[def]s segment registers: reseting segment registers in cpu_switchto if the old thread had made it to userspace and restoring FS.base only on first return to userspace since context switch. ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: czarkoff@cvs.openbsd.org 2015/05/18 14:26:16 Modified files: bin/pax : options.c tar.1 Log message: Make TAPE=- mean stdout in tar Some scripts and GUI ssh clients assume that tar writes to standard output by default. This changes allows enforcing such behavior by setting TAPE="-" in user profile. Also, this makes parsing argument to "-f" option and contents of TAPE environment variable consistent. OK guenther@, jmc@ and sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/18 15:07:24 Modified files: x11/gnome/builder: Makefile distinfo x11/gnome/builder/pkg: PLIST Removed files: x11/gnome/builder/patches: patch-configure_ac patch-contrib_egg_Makefile_am patch-libide_Makefile_am patch-tools_Makefile_am Log message: Upstream rerolled their tarball; noticed by naddy@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2015/05/18 15:10:18 Modified files: infrastructure/db: user.list Log message: Reserve user and group for upcoming mosquitto port. CVSROOT: /cvs Module name: ports Changes by: vgross@cvs.openbsd.org 2015/05/18 15:33:06 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: Add myself. ok ajacoutot. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2015/05/18 15:38:10 Modified files: print/texlive : Makefile.inc print/texlive/base: Makefile distinfo print/texlive/base/patches: patch-texk_bibtex-x_Makefile_in print/texlive/base/pkg: PLIST README print/texlive/texmf: Makefile adj.mk distinfo print/texlive/texmf/patches: patch-texmf-dist_scripts_bibexport_bibexport_sh patch-texmf-dist_scripts_context_stubs_unix_mtxrun patch-texmf-dist_scripts_installfont_installfont-tl patch-texmf-dist_scripts_latexfileversion_latexfileversion patch-texmf-dist_web2c_texmf_cnf patch-texmf-dist_web2c_texmfcnf_lua print/texlive/texmf/pkg: PLIST-buildset PLIST-context PLIST-docs PLIST-full PLIST-main Added files: print/texlive/base/patches: patch-texk_kpathsea_Makefile_in patch-texk_ptexenc_Makefile_in print/texlive/base/pkg: PFRAG.shared Removed files: print/texlive : README print/texlive/base/patches: patch-texk_chktex_chktex-1_7_1_deweb_in patch-texk_dvipdfmx_src_jpegimage_c patch-texk_dvipsk_bbox_c patch-texk_dvipsk_writet1_c patch-texk_mendexk_fwrite_c patch-texk_web2c_luatexdir_font_writecff_w patch-texk_web2c_luatexdir_font_writettf_w patch-texk_web2c_luatexdir_image_epdf_h patch-texk_web2c_luatexdir_lua_lepdflib_cc patch-texk_web2c_luatexdir_pdf_pdfgen_w patch-texk_web2c_mplibdir_mp_w patch-texk_web2c_pdftexdir_ttf2afm_c patch-texk_web2c_pdftexdir_writettf_c print/texlive/texmf/patches: patch-texmf-dist_doc_info_texdraw_info patch-texmf-dist_scripts_a2ping_a2ping_pl Log message: Update to TeX Live 2014. OK sthen@, dcoppa@, giovanni@, thanks! CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/18 17:56:47 Modified files: sys/arch/armv7/armv7: armv7_start.S Log message: Make armv7 startup PIC. From Dale Rahn in bitrig. Tested by bmercer, canacar and myself. ok bmercer@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/18 17:58:26 Modified files: graphics/birdfont: Makefile distinfo graphics/birdfont/patches: patch-dodo_py patch-install_py patch-scripts_bavala_py graphics/birdfont/pkg: PLIST Added files: graphics/birdfont/patches: patch-libbirdgems_GGVecLib_c Log message: Update to 2.7.10 Adds a new libbirdgems shared library. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/18 18:05:59 Modified files: distrib/armv7/ramdisk: Makefile etc/etc.armv7 : Makefile.inc sys/arch/armv7/armv7: armv7_machdep.c armv7_machdep.h sys/arch/armv7/conf: GENERIC-IMX GENERIC-OMAP GENERIC-SUNXI Makefile.armv7 RAMDISK-IMX RAMDISK-OMAP RAMDISK-SUNXI sys/arch/armv7/imx: imx_machdep.c sys/arch/armv7/omap: omap_machdep.c sys/arch/armv7/sunxi: sunxi_machdep.c Log message: use the same va entry point on all armv7 socs Similiar changes were made in bitrig by Patrick Wildt. As part of this change the physical load address for imx and sunxi have changed. Any u-boot settings that include it will need to be modified. imx: 0x10800000 -> 0x10300000 sunxi: 0x40800000 -> 0x40300000 Tested by bmercer, canacar and myself. ok bmercer@ CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2015/05/18 20:35:13 Modified files: faq : current.html Log message: Format the spamd PF rule change section to match the others. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/18 21:30:54 Modified files: sys/arch/armv7/armv7: armv7.c armv7_machdep.c armv7_machdep.h armv7var.h autoconf.c sys/arch/armv7/conf: files.armv7 sys/arch/armv7/exynos: exynos.c exynos_machdep.c sys/arch/armv7/imx: imx.c imx_machdep.c sys/arch/armv7/omap: omap.c omap_machdep.c sys/arch/armv7/sunxi: sunxi.c sunxi_machdep.c Added files: sys/arch/armv7/armv7: platform.c Log message: Abstract the soc_machdep.c functions to allow a kernel to be built for multiple socs. From Patrick Wildt in bitrig with some additional changes. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/18 21:55:01 Modified files: x11/cool-retro-term: Makefile Log message: Require the -fPIC flag in CXXFLAGS. Hopefully fixes the build with binutils-2.17 as kettenis@ mentioned in an email to ports@ this morning. Still works as expected on my binutils-2.15 machine. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/05/18 22:47:13 Modified files: www/tomcat/v7 : Makefile distinfo www/tomcat/v7/pkg: PLIST-examples Log message: Update to tomcat-7.0.62 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/18 23:33:39 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-lib_Target_Sparc_AsmParser_SparcAsmParser_cpp patch-lib_Target_Sparc_Disassembler_SparcDisassembler_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_SparcRegisterInfo_td Added files: devel/llvm/patches: patch-lib_Target_Sparc_SparcISelDAGToDAG_cpp Log message: Backport commits from upstream LLVM. r237580 Add support for the Sparc implementation-defined "ASR" registers. r237581 Sparc: Add the "alternate address space" load/store instructions. - Adds support for the asm syntax, which has an immediate integer "ASI" (address space identifier) appearing after an address, before a comma. - Adds the various-width load, store, and swap in alternate address space instructions. (ldsba, ldsha, lduba, lduha, lda, stba, stha, sta, swapa) r237582 Sparc: Support PSR, TBR, WIM read/write instructions from brad (maintainer) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/19 00:04:26 Modified files: sys/arch/armv7/sunxi: sxitimer.c Log message: rename global variables to not conflict with gptimer CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/19 00:09:35 Modified files: sys/arch/armv7/sunxi: a1xintc.c a1xintc.h Log message: change names to not conflict with omap intc From Patrick Wildt in bitrig CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/05/19 01:27:17 Modified files: www/chromium : Makefile www/iridium : Makefile Log message: Zap bogus '${SUBST_CMD}' line CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/19 02:48:37 Modified files: usr.bin/tmux : tty.c Log message: In terminfo, sometimes cvvis implies cnorm and sometimes it doesn't, so don't assume it does. Fixes missing cursor with emacs-in-tmux-in-tmux. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/19 02:49:05 Log message: import astro/ansiweather, from maintainer Frederic Cambus, ok/tweaks bcallah@ AnsiWeather is a shell script for displaying the current weather conditions in a terminal, with support for ANSI colors and Unicode symbols. Weather data comes from the OpenWeatherMap free weather API. Status: Vendor Tag: sthen Release Tags: sthen_20150519 N ports/astro/ansiweather/distinfo N ports/astro/ansiweather/Makefile N ports/astro/ansiweather/pkg/DESCR N ports/astro/ansiweather/pkg/PLIST N ports/astro/ansiweather/patches/patch-ansiweather No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/19 02:49:30 Modified files: astro : Makefile Log message: +ansiweather CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2015/05/19 03:26:11 Modified files: devel/mozjs17 : Makefile Added files: devel/mozjs17/patches: patch-methodjit_MethodJIT_cpp Log message: Force JeagerTrampoline to be hidden to avoid R_X86_64_PC32 relocation. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2015/05/19 03:54:53 Modified files: devel/bison : Makefile Added files: devel/bison/patches: patch-data_yacc_c Log message: Use EXIT_SUCCESS instead of _STDLIB_H to detect if has been included. Fixes multimedia/libaacs with binutils 2.17 on amd64. ok (and help from) jca@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/19 05:09:24 Modified files: sys/net : if.c if_ethersubr.c if_var.h if_vlan.c if_vlan_var.h Log message: Take vlan(4) out of ether_input(). To keep the list of input handlers short, multiple vlans share the same ifih. if_input_process() now looks if the interface of a mbuf changed to make sure the corresponding handlers are executed. This is a hack and will be improved later. ok dlg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/19 05:21:42 Modified files: sys/net : if_vlan.c Log message: We cannot check for M_BCAST or M_MCAST now that vlan_input() is ran before ether_input(). CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/19 05:24:01 Modified files: sys/dev/ic : aic6915.c smc83c170.c smc91cxx.c ti.c sys/dev/isa : if_ef_isapnp.c if_eg.c if_el.c if_ex.c sys/dev/pcmcia : if_cnw.c if_xe.c Log message: Convert to if_input(). ok dlg@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2015/05/19 05:30:14 Log message: import burpsuite, a tool for testing security of web applications. ok sthen@ (thanks). Status: Vendor Tag: rpointel Release Tags: rpointel_2015-05-19 N ports/security/burpsuite/Makefile N ports/security/burpsuite/distinfo N ports/security/burpsuite/files/burpsuite.sh N ports/security/burpsuite/pkg/PLIST N ports/security/burpsuite/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2015/05/19 05:32:00 Modified files: security : Makefile Log message: +burpsuite CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/19 05:34:31 Modified files: sys/dev/ic : if_wi.c Log message: Convert to if_input(). ok dlg@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/05/19 06:50:53 Modified files: sys/dev/pci : if_bge.c Log message: Increase a maximum firmware handshake timeout to 10s BCM5718 Programmers Guide in chapter 7 "Device Control", section "Device Reset Procedure" states that SEEPROM chips need a larger timeout than Flash ones. ok reyk CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/05/19 07:38:30 Modified files: gnu/usr.bin/binutils-2.17/bfd: elflink.c Log message: Keep visibility information for references to discarded sections. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/19 07:40:41 Modified files: audio/mscore : Makefile distinfo audio/mscore/patches: patch-CMakeLists_txt audio/mscore/pkg: PLIST Log message: Maintenance update to 2.0.1 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/19 08:16:35 Modified files: sys/netinet : ip_icmp.c Log message: Do not leak a rtentry if it is unusable. Found by The Brainy Code Scanner from Maxime Villard. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/19 09:10:59 Modified files: sys/net : if_tun.c Log message: splx should also be called in the error case, fix a regression introduced during the if_output() conversion. Found by jsg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/19 09:41:47 Modified files: graphics/openimageio: Makefile graphics/openimageio/pkg: PLIST Log message: textproc/txt2man gets picked up to create man pages if it's there at configure time; so add it as a BUILD_DEPENDS. Regen WANTLIB while here. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2015/05/19 09:58:51 Modified files: build : mirrors.dat Log message: Add sha256 fingerprints for ftp.fr. Fix maintainer and email while here. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2015/05/19 09:59:00 Modified files: . : anoncvs.html Log message: Regen. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/05/19 10:03:19 Modified files: usr.bin/id : id.1 id.c Log message: Add -c flag to display the user's login class. OK espie@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/05/19 10:05:12 Modified files: usr.sbin/chroot: chroot.8 chroot.c Log message: When a user is specified via the -u flag, use setusercontext() to setup (most of) the execution environment. We still have to defer setting the actual uid until after we change root. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/05/19 10:07:38 Modified files: usr.sbin/ntpd : server.c Log message: Get the rdomain from the newly exposed ifi_rdomain field in if_data instead of calling the SIOCGIFRDOMAIN ioctl for every single address. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/19 10:31:57 Modified files: graphics/amide : Makefile Log message: Unbreak by removing the rm(1) call in post-extract. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/05/19 11:16:20 Modified files: regress/sbin/pfctl: Makefile Added files: regress/sbin/pfctl: pf104.in pf104.ok pfail55.in pfail55.ok pfail56.in pfail56.ok Log message: Test divert-to rules' address handling (pfctl/parse.y -r1.648) CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/05/19 11:21:15 Modified files: security/p5-Module-Signature: Makefile distinfo Log message: update p5-Module-Signature to 0.79 CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2015/05/19 12:03:32 Modified files: usr.sbin/httpd : httpd.conf.5 Log message: drop comment about being possible to include /etc/nginx/mime.types, we do not have to care about nginx anymore. ok jmc@ (who thinks previously suggested removing it), and reyk@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2015/05/19 12:12:58 Modified files: usr.sbin/httpd : httpd.conf.5 Log message: sort media type extensions for text/html and image/jpeg as given in /usr/share/misc/mime.types; do not include shtml as it is for Server Side Includes (SSI) -- we will never do SSI. joint work with reyk@ ok reyk@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2015/05/19 12:16:32 Modified files: usr.sbin/httpd : httpd.conf.5 Log message: better spacing in media types. ok reyk@ CVSROOT: /cvs Module name: ports Changes by: kspillner@cvs.openbsd.org 2015/05/19 12:17:41 Modified files: productivity/taskwarrior: Makefile distinfo Log message: Update taskwarrior to v2.4.4, from MAINTAINER. ok abieber@, czarkoff@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2015/05/19 12:50:39 Modified files: sbin/disklabel : disklabel.8 Log message: improve spacing in disklabel template. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2015/05/19 13:13:39 Log message: Import mosquitto -- an opensource MQTT broker. Input from sthen@ and dcoppa@, thanks. OK dcoppa@ Status: Vendor Tag: edd Release Tags: edd_20150519 N ports/net/mosquitto/Makefile N ports/net/mosquitto/distinfo N ports/net/mosquitto/patches/patch-lib_tls_mosq_c N ports/net/mosquitto/patches/patch-lib_CMakeLists_txt N ports/net/mosquitto/patches/patch-CMakeLists_txt N ports/net/mosquitto/patches/patch-src_CMakeLists_txt N ports/net/mosquitto/patches/patch-lib_memory_mosq_h N ports/net/mosquitto/patches/patch-lib_cpp_CMakeLists_txt N ports/net/mosquitto/patches/patch-mosquitto_conf N ports/net/mosquitto/pkg/PLIST N ports/net/mosquitto/pkg/DESCR N ports/net/mosquitto/pkg/mosquitto.rc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2015/05/19 13:19:48 Modified files: net : Makefile Log message: link net/mosquitto. CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/05/19 14:12:29 Modified files: distrib/miniroot: install.sub Log message: Fix installing sets from cdrom if more than one drive is present. Run makedev in install_cdrom() to create the necessary device nodes, which got lost in a recent change. Found by James Hartley, thanks for the bug report! OK krw@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/19 14:28:14 Modified files: sys/arch/alpha/alpha: interrupt.c sys/arch/alpha/dev: shared_intr.c sys/arch/alpha/tc: tc_3000_300.c tc_3000_500.c Log message: Move acquisition of the kernel lock deeper in the interrupt path, and make sure clock interrupts do not attempt to acquire it. This will also eventually allow for IPL_MPSAFE interrupts on alpha. Tested by dlg@ and I. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/19 14:39:12 Modified files: sys/lib/libsa : loadfile.h loadfile_elf.c Log message: Extend the libsa loadfile(9) granularity to tell apart randomness from the rest of the kernel, and extend the array filled by loadfile to report the location of the randomness area. This doesn't introduce any change for bootblocks (save for a slightly larger stack usage due to the larger array), for the new {LOAD,COUNT}_RANDOM bits are included in the {LOAD,COUNT}_ALL masks everything uses or computes from. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/19 14:42:11 Modified files: sys/arch/sparc/sparc: dvma.c sys/arch/sparc/stand/boot: boot.c loadfile_sparc.c sys/arch/sparc/stand/common: version.c Log message: Only attempt to load /etc/random.seed from the boot device after the kernel image has been succesfully loaded (with the recent loadfile changes allowing us to know where the randomness needs to be loaded). While there, don't bother doing this when booting from tape. This works around the sun4e PROM 1.6, which gets confused by PROM open() - close() sequences without any I/O happening in between. Crank boot blocks version to 2.11. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/19 14:50:06 Modified files: lib/librthread : Makefile rthread.c rthread.h rthread_fork.c Log message: Instead of testing for __ELF__ and/or vax, leave out the bits for interfacing with ld.so locking whenever building NOPIC pointless use of __ELF__ noted by brad@ ok miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/19 15:19:31 Modified files: net/mosquitto : Makefile net/mosquitto/pkg: PLIST Log message: Drop @extra -- /var/run is cleaned at boot time. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/19 15:24:03 Modified files: multimedia/libaacs: Makefile Log message: Remove BROKEN on PowerPC -- it should build correctly now that the root issue has been fixed. from brad CVSROOT: /cvs Module name: ports Changes by: bmercer@cvs.openbsd.org 2015/05/19 17:42:38 Modified files: lang/rust : Makefile distinfo lang/rust/pkg : PLIST-doc Log message: Update to rust-1.0.0, from SĂ©bastien Marie. Tested by myself, sthen, and afresh, OK sthen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/19 18:14:56 Modified files: sys/arch/armv7/exynos: exynos.c sys/arch/armv7/imx: imx.c sys/arch/armv7/omap: omap.c sys/arch/armv7/sunxi: sunxi.c Log message: add per soc match functions instead of using armv7_match CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/19 18:39:16 Modified files: sys/arch/arm/cortex: arml2cc.c Log message: ARM L2C driver is only relevant on Cortex-A9 machines. From Patrick Wildt in bitrig. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/19 19:44:20 Modified files: distrib/armv7/miniroot: Makefile.inc distrib/armv7/ramdisk: Makefile install.md etc/etc.armv7 : Makefile.inc sys/arch/armv7/compile: .cvsignore sys/arch/armv7/conf: Makefile.armv7 Added files: sys/arch/armv7/conf: GENERIC RAMDISK Removed files: sys/arch/armv7/conf: GENERIC-IMX GENERIC-OMAP GENERIC-SUNXI RAMDISK-IMX RAMDISK-OMAP RAMDISK-SUNXI Log message: Now all the socs use the same va entry point and don't have any conflicting symbols we can combine the configs. Multiple umg files are still required however. The bsd.umg target in the kernel is replaced by targets for bsd.IMX.umg, bsd.OMAP.umg and bsd.SUNXI.umg. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/19 21:23:57 Modified files: games/wtf : Makefile distinfo Log message: Update to 20150518 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/19 21:29:07 Modified files: audio/pithos : Makefile distinfo Log message: Maintenance update to 1.1.1 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/19 21:49:23 Modified files: sys/arch/armv7/sunxi: a1xintc.c sxipio.c sxipiovar.h Log message: Remove cubieboard specific gpio led setting. From Artturi Alm in bitrig. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/19 22:33:35 Modified files: lib/libssl/src/crypto/ec: ec_lib.c Log message: No need to check the return value of memcpy() if you actually checked this pointer for NULL the line above; ok doug@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/19 23:37:22 Modified files: productivity/tryton/tryton: Makefile distinfo Log message: Update to tryton-3.2.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/19 23:37:44 Modified files: productivity/tryton/trytond: Makefile distinfo Log message: Update to trytond-3.2.7. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/20 00:39:02 Modified files: usr.bin/tmux : format.c Log message: Return empty string if format is empty rather than attempting to allocate zero bytes. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/20 01:34:14 Modified files: net/irc : Makefile Log message: bump EPOCH; "Found newer package irc-2.10.3p1p1" CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/20 01:36:38 Modified files: lang/mono-basic: Makefile Log message: mark BROKEN-i386; vbnc crashes during build CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/20 02:11:10 Log message: import textproc/py-jellyfish, ok jca@ benoit@ Jellyfish is a python library for doing approximate and phonetic matching of strings. String comparison: Levenshtein Distance Damerau-Levenshtein Distance Jaro Distance Jaro-Winkler Distance Match Rating Approach Comparison Hamming Distance Phonetic encoding: American Soundex Metaphone NYSIIS (New York State Identification and Intelligence System) Match Rating Codex Status: Vendor Tag: sthen Release Tags: sthen_20150520 N ports/textproc/py-jellyfish/Makefile N ports/textproc/py-jellyfish/distinfo N ports/textproc/py-jellyfish/pkg/DESCR N ports/textproc/py-jellyfish/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/20 02:11:34 Modified files: textproc : Makefile Log message: +py-jellyfish CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/20 02:14:31 Modified files: audio/beets : Makefile distinfo audio/beets/pkg: PLIST Log message: now that py-jellyfish is in, update to beets-1.3.13 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/20 02:28:54 Modified files: sys/net : if.c if_tun.c if_vlan.c Log message: Do not increment if_opackets in if_output(). It might make sense to do that later but all drivers should be adapated. Should fix a double output packet accounting, reported by Hrvoje Popovski. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/20 02:34:45 Modified files: infrastructure/lib/DPB: Shell.pm Log message: zap local code. Now that chroot changes class, it's much better to use it directly. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/20 02:54:37 Modified files: sys/net : if_vlan.c if_vlan_var.h Log message: Keep track of the ifih corresponding to a vlan instance to ease its removal. As soon as carp(4) will be converted to the new if_input() API it will be possible to add multiple vlan(4) and carp(4) pseudo-ifps on top of the same parent interface. When such thing happens we can no longer assume that the first pseudo-ifp to be destroyed will be the last configured. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/20 03:04:36 Modified files: devel : Makefile devel/py-cparser: Makefile devel/py-cparser/pkg: PLIST Log message: support py3 in py-cparser CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/20 03:06:45 Modified files: devel : Makefile devel/py-asn1 : Makefile devel/py-asn1/pkg: PLIST Log message: add py3 support to py-asn1, ok benoit@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/20 03:11:52 Modified files: devel : Makefile devel/py-cffi : Makefile devel/py-cffi/pkg: PLIST Log message: py3 support for py-cffi CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2015/05/20 03:14:28 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update youtube-dl to 2015.05.20 New extractors: - ESPN - svt - tv2 - voicerepublic - xstream CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/05/20 03:28:47 Modified files: usr.sbin/httpd : httpd.h server_http.c Log message: Use off_t instead of size_t to pass file size and print it using %lld when constructing the Content-Length header field. Should fix some, but probably not all, problems with serving files bigger than 2G on 32-bit architectures. ok reyk@, florian@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/20 03:53:54 Modified files: devel/nasm : Makefile distinfo Log message: update to nasm-2.11.08, from brad, ok syl@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/20 04:09:57 Modified files: lang : Makefile Removed files: lang/mono-basic: Makefile distinfo lang/mono-basic/patches: patch-configure patch-vbnc_vbnc_Makefile patch-vbnc_vbnc_tests_Makefile patch-vbruntime_Test_Makefile lang/mono-basic/pkg: DESCR PLIST Log message: rm lang/mono-basic, it has build issues on at least i386/amd64 and nothing using it in-tree. ok ajacoutot CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/20 04:11:42 Modified files: www/p5-Mojo : Makefile distinfo Log message: update to p5-Mojo 6.11, from Mark Patruck, ok bluhm N.B. 6.10 removes support for user/group switching, see Mojolicious::Plugin::SetUserGroup if you need this CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/20 04:23:49 Log message: import textproc/py-iso8601, based on a port from viq, ok czarkoff@ This module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects. Status: Vendor Tag: sthen Release Tags: sthen_20150520 N ports/textproc/py-iso8601/Makefile N ports/textproc/py-iso8601/distinfo N ports/textproc/py-iso8601/pkg/DESCR N ports/textproc/py-iso8601/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/20 04:24:14 Modified files: textproc : Makefile Log message: +py-iso8601 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/20 04:25:00 Log message: import security/py-cryptography_vectors, used in tests for py-cryptography (WIP) ok czarkoff@ Status: Vendor Tag: sthen Release Tags: sthen_20150520 N ports/security/py-cryptography_vectors/Makefile N ports/security/py-cryptography_vectors/distinfo N ports/security/py-cryptography_vectors/pkg/PLIST N ports/security/py-cryptography_vectors/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/20 04:25:39 Modified files: security : Makefile Log message: +py-cryptography_vectors CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/20 04:26:07 Modified files: textproc : Makefile Log message: add py-iso8601,python3 as well CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/20 05:29:58 Modified files: net/honeyd : Makefile net/honeyd/patches: patch-Makefile_in Log message: Stop using libtool -nostdlib, fixes build with binutils-2.17 on amd64. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/20 05:34:32 Modified files: www/vteplugin : Makefile Log message: Compile with -fPIC, fixes binutils-2.17@amd64 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/20 05:38:33 Modified files: lang/tinyscheme: Makefile Log message: Link libtinyscheme.so (not installed) using cc. Fixes binutils-2.17@amd64 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/20 05:40:22 Modified files: lang/tinyscheme: Makefile Log message: SHARED_ONLY CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/05/20 05:43:36 Modified files: textproc/pod2mdoc: Makefile distinfo Log message: Update to pod2mdoc-0.2. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/20 05:51:39 Added files: graphics/exiv2/patches: patch-config_config_mk_in patch-xmpsdk_src_Makefile Log message: Kill useless warnings, show actual libtool commands. No package change. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/20 05:54:35 Modified files: infrastructure/lib/DPB: Shell.pm Log message: fix "nochroot" mode. Problem noticed by Mark Patruck CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2015/05/20 06:04:59 Log message: Import gl2ps. GL2PS is a C library providing high quality vector output for any OpenGL application that can currently create PostScript (PS), Encapsulated PostScript (EPS), Portable Document Format (PDF) and Scalable Vector Graphics (SVG) files, as well as LaTeX files for the text fragments. From Ingo Feinerer, thank you! Status: Vendor Tag: pirofti Release Tags: pirofti_20150520 N ports/print/gl2ps/Makefile N ports/print/gl2ps/distinfo N ports/print/gl2ps/pkg/PLIST N ports/print/gl2ps/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2015/05/20 06:05:50 Modified files: print : Makefile Log message: Link gl2ps. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/05/20 07:32:39 Modified files: usr.sbin/ntpd : ntp.c ntpd.h sensors.c Log message: Remove hotplug(4) sensor support: the code has been disabled by henning@ 9 years ago because of an issue with the /dev/hotplug device - it does not support multiple readers opening it. Nobody ever cared enough to fix it so it is time to sent the dead code to the Attic. OK henning@ (feeling sad about it), mpi@ and others CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/20 07:34:35 Modified files: games/gbrainy : Makefile distinfo Log message: Update to gbrainy-2.2.5. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/20 07:35:30 Modified files: x11/gnome/builder: Makefile Log message: gnome/builder needs 64-bit atomic ops, build with -march=i586 on i386 so it can use them CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/20 08:07:23 Modified files: devel/re2c : Makefile distinfo Log message: update to re2c-0.14.3 CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/05/20 08:34:27 Modified files: sys/dev/pci : ixgbe_x540.c Log message: scrap unused ixgbe_get_link_capabilities_X540 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/20 09:05:36 Modified files: devel : Makefile lang : Makefile Removed files: lang/boo : Makefile distinfo lang/boo/patches: patch-default_build patch-extras_boo_pc_in lang/boo/pkg : DESCR PLIST README devel/nant : Makefile distinfo devel/nant/patches: patch-Makefile devel/nant/pkg : DESCR PLIST Log message: Remove useless/broken mono ports. ok robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/20 09:09:58 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register recent removals. CVSROOT: /cvs Module name: src Changes by: pelikan@cvs.openbsd.org 2015/05/20 09:21:57 Modified files: sys/dev : softraid.c Log message: Signed types are bad array indicies - let it panic instead. ok deraadt krw millert CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/20 09:32:54 Modified files: www/webkit : Makefile distinfo www/webkit/patches: patch-GNUmakefile_in patch-Source_WTF_wtf_MathExtras_h patch-Source_WTF_wtf_Platform_h patch-configure Removed files: www/webkit/patches: patch-Source_WTF_wtf_dtoa_utils_h patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase_cpp patch-Source_WebCore_platform_graphics_gstreamer_VideoSinkGStreamer_cpp patch-Source_WebCore_platform_graphics_gstreamer_WebKitWebSourceGStreamer_cpp Log message: Update to webkit-2.4.9. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/20 10:34:14 Modified files: textproc/mupdf : Makefile Log message: Build with -fPIC, fixes binutils-2.17@amd64 ok kettenis@ sthen@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/20 10:49:56 Modified files: x11/gnome/banshee: Makefile Log message: Mark BROKEN; it's been crashing at runtime for a few months now. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/20 13:06:42 Modified files: editors/libreoffice: Makefile Log message: Reenable libreoffice,java on i386. Might be tempting fate, but jdk hasn't failed very much recently, and this change fixes packaging problems I've been seeing in LO. CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/05/20 13:14:35 Modified files: distrib/miniroot: install.sub Log message: Merge the get_drive() function with install_disk(), which is the only remaining consumer. OK krw@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/05/20 14:26:01 Modified files: games/backgammon/backgammon: extra.c Log message: Fix sign compare bug introduced when rnum() was redefined to use arc4random_uniform(). From pjanzen@, OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/20 14:38:46 Modified files: news/slrn : Makefile Log message: update HOMEPAGE, from Simon Nicolussi CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/05/20 16:50:07 Modified files: include : spawn.h Log message: Remove function argument name from posix_spawnattr_getsigmask() prototype to match other prototypes in the file. OK guenther@ deraadt@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/05/20 17:39:55 Modified files: usr.bin/ftp : stringlist.c stringlist.h Log message: Remove clauses 3 and 4 from Christos Zoulas' BSD license. This is safe because Christos did that himself in NetBSD in 2008. No code change. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/05/20 17:54:39 Modified files: app/cwm : calmwm.h client.c Log message: fill in mwm defines CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/20 18:32:46 Modified files: graphics/birdfont: Makefile distinfo graphics/birdfont/patches: patch-install_py patch-scripts_bavala_py graphics/birdfont/pkg: PLIST Removed files: graphics/birdfont/patches: patch-configure patch-dodo_py patch-libbirdgems_GGVecLib_c Log message: Update to 2.8.0 -- thanks to upstream for integrating some of the patches! CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/05/20 18:37:04 Modified files: app/cwm : calmwm.h conf.c kbfunc.c mousefunc.c Log message: merge kbd and mouse grouptoggle CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2015/05/20 20:42:58 Modified files: mail/femail : Makefile mail/femail/pkg: README-chroot Log message: fix pkg/README (FAQ Section 10.16 was removed on apache cleanup, so zap your reference here and rewrite instructions). The change affects the -chroot package, so bump. problem pointed out by Felipe Scarel , thanks! OK/tweaks sthen@ okan@(MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2015/05/20 20:44:11 Modified files: devel/afl : Makefile distinfo devel/afl/patches: patch-Makefile devel/afl/pkg : PLIST Log message: update to 1.79b OK jsg@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2015/05/20 21:58:09 Modified files: gnu/usr.bin/perl: utils.lst Log message: Re-remove extra perl utils, patch lost in 5.20.2 update pointed out by miod@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/20 22:55:51 Modified files: usr.bin/ssh : sshkey.c sshkey.h Log message: refactor: split base64 encoding of pubkey into its own sshkey_to_base64() function and out of sshkey_write(); ok markus@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/20 23:37:50 Modified files: devel/llvm : Makefile Added files: devel/llvm/patches: patch-tools_clang_lib_Basic_Targets_cpp Log message: Backport commit from upstream LLVM: r236179 Propagate a terrible hack to the sparc target feature handling code by erasing the soft-float target feature if the rest of the front end added it because of defaults or the soft float option. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/20 23:46:20 Modified files: x11/pinot : Makefile Added files: x11/pinot/patches: patch-IndexSearch_Xapian_Makefile_in Log message: Do not use -nostartfiles when linking the shared library, fixes build with binutils 2.17. from brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/20 23:49:41 Modified files: www/mongrel2 : Makefile Added files: www/mongrel2/patches: patch-tests_filters_Makefile patch-tools_config_modules_Makefile patch-tools_filters_Makefile Log message: Do not use -nostartfiles when linking the modules, fixes build with binutils 2.17. from brad CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/05/20 23:52:10 Modified files: www/minitube : Makefile distinfo www/minitube/patches: patch-src_mainwindow_cpp www/minitube/pkg: PLIST Added files: www/minitube/patches: patch-src_datautils_cpp www/minitube/pkg: README Removed files: www/minitube/patches: patch-src_jsfunctions_cpp patch-src_jsfunctions_h patch-src_main_cpp patch-src_video_cpp patch-src_video_h Log message: Update to minitube-2.4 Minitube now uses the YouTube Data API v3: follow the README on how to get an API key. Help and OK sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/21 00:22:34 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.278. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/21 00:25:30 Modified files: www/firefox-esr: Makefile www/firefox-esr/pkg: PLIST Added files: www/firefox-esr/pkg: README Log message: Sync in the GStreamer related changes and the README from the mainstream Firefox to the Firefox ESR port. from brad "don't care" landry@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/21 00:38:35 Modified files: usr.bin/ssh : auth2-pubkey.c sshd_config.5 Log message: support arguments to AuthorizedKeysCommand bz#2081 loosely based on patch by Sami Hartikainen feedback and ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/21 00:40:02 Modified files: regress/usr.bin/ssh: keys-command.sh Log message: regress test for AuthorizedKeysCommand arguments CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/21 00:43:31 Modified files: usr.bin/ssh : auth2-pubkey.c servconf.c servconf.h sshd.c sshd_config.5 Log message: add AuthorizedPrincipalsCommand that allows getting authorized_principals from a subprocess rather than a file, which is quite useful in deployments with large userbases feedback and ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/21 00:44:25 Modified files: regress/usr.bin/ssh: Makefile Added files: regress/usr.bin/ssh: principals-command.sh Log message: regress test for AuthorizedPrincipalsCommand CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/21 00:45:48 Modified files: lang/gawk : Makefile Added files: lang/gawk/patches: patch-getopt_c Log message: Fix implicit declaration of malloc. CVSROOT: /cvs Module name: src Changes by: gerhard@cvs.openbsd.org 2015/05/21 01:39:52 Modified files: sys/dev/pci : if_ix.c Log message: Access to uninitialized variable fixed. ok mikeb@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/21 03:17:53 Modified files: sys/netinet : ip_carp.c Log message: Correctly state the link state to INVALID when creating a carp interface. Since vhe are allocated with M_ZERO and INIT is also defined to be 0, carp_set_state() would result in a no-op because of the state check. So explicitly initialize the state of a vhe to INIT and move the state check in carp_set_state_all() to prevent similar issues in the future. Problem and initial diff from Johan Ymerson, thanks! ok henning@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/21 03:22:39 Modified files: sys/dev/usb : if_upl.c Log message: Convert to if_output(). CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/21 03:25:18 Modified files: sys/dev/ic : xl.c Log message: tedu commented out xl_testpacket(), remove one of the IFQ_ENQUEUE() in the tree. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/21 03:36:20 Modified files: sys/dev/ic : dp8390.c pgt.c sys/dev/pcmcia : if_cnw.c Log message: No need to set "rcvif", if_input() does it for you. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/21 03:44:32 Modified files: sys/dev/ic : dp8390.c Log message: No need for ifp since we do not set "rcvif". CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/05/21 04:42:30 Modified files: usr.bin/calendar/calendars: calendar.music Log message: some fixes from pjanzen; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/21 04:45:38 Modified files: mail/femail : Makefile Log message: Unbreak: this was not properly bumped. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/21 05:44:01 Modified files: audio/jack : Makefile audio/jack/pkg : README Log message: Tyop. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/21 06:01:19 Modified files: usr.bin/ssh : ssh-keygen.c Log message: Support "ssh-keygen -lF hostname" to find search known_hosts and print key hashes. Already advertised by ssh-keygen(1), but not delivered by code; ok dtucker@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/05/21 06:51:57 Modified files: faq : faq2.html Log message: GNATS is gone. Theo Buehler (theo at math dot ethz dot ch) fixed, thanks! CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/21 07:35:15 Modified files: sys/kern : uipc_syscalls.c Log message: Rename caddr_t p to cp in an inner block to avoid aliasing the outer struct proc *p, ok deraadt CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/05/21 08:24:43 Modified files: usr.sbin/ntpd : constraint.c Log message: No need to call tzset() and log_init() in the forked constraint handler. It is run in a chroot, so tzset() wouldn't even succeed to open the zone file. Found with tame. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/05/21 09:06:09 Added files: productivity/taskwarrior/patches: patch-CMakeLists_txt patch-src_util_cpp patch-src_util_h Log message: patches that should have been committed on previous commit CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/21 09:07:02 Modified files: security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: security/ADMfzap: Makefile distinfo security/ADMfzap/files: ADMfzap security/ADMfzap/patches: patch-Makefile patch-fzap_c patch-fzap_h security/ADMfzap/pkg: DESCR PLIST Log message: Remove ADMfzap. ok sthen@ Broken, unmaintainable, proprietary licence, limited usefulness, etc Also, doesn't build as is with binutils-2.17@amd64 CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/05/21 11:50:00 Modified files: lang/gambit : Makefile Log message: Add a note about gambit 4.7.6. CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/05/21 12:57:12 Modified files: lang/chibi-scheme: Makefile distinfo lang/chibi-scheme/patches: patch-Makefile lang/chibi-scheme/pkg: PLIST Removed files: lang/chibi-scheme/patches: patch-Makefile_detect patch-include_chibi_features_h Log message: Update to chibi-scheme 0.7.3. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/05/21 13:14:00 Modified files: share/mk : bsd.own.mk Log message: Switch amd64, hppa, mips64, mips64le and powerpc to binutils 2.17. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/21 13:26:34 Modified files: share/mk : bsd.own.mk Log message: no such thing as mips64le CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/21 13:29:31 Modified files: sys/dev/isa : isa.c Log message: Report all valid interrupt locators in isaprint() - although config(8) stanzas only allow one irq for isa devices, there is actually support for more since we got isapnp(4) support, and upcoming changes will actually have regular isa(4) devices claim more than one irq in their indirect match function. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/21 13:32:29 Modified files: sys/dev/isa : pckbc_isa.c Log message: Establish interrupts for both keyboard and mouse slots at pckbc attach time, rather than lazily from pckbc when slots are discovered. This is consistent with what other isa devices (and pckbc on non-isa busses) do, and as a side effect, this makes the dmesg output shorter. This will also let us get rid of pckbc's intr_establish() callback in a later diff. Prompted by krw@ noticing ugly kernel output in a configuration with the mouse slot left empty. ok krw@ mpi@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/21 16:00:36 Modified files: distrib/sets/lists/comp: md.amd64 Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/05/21 16:13:55 Modified files: sys/dev/pci : if_iwm.c Log message: Use m_defrag(9) instead of rolling our own version of it. ok jca@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/21 19:30:27 Modified files: usr.sbin/dvmrpd: rde_srt.c Log message: fix a non safe use of LIST_FOREACH with LIST_REMOVE ok claudio@ kettenis@ reyk@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/21 19:34:13 Modified files: usr.sbin/relayd: relay_http.c Log message: fix a non safe use of TAILQ_FOREACH with TAILQ_REMOVE ok reyk@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/21 19:46:31 Modified files: distrib/sets/lists/comp: md.macppc md.socppc Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/21 19:48:22 Modified files: distrib/sets/lists/comp: md.hppa Log message: sync CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/05/21 20:34:53 Modified files: usr.bin/ssh/moduli-gen: moduli moduli.1024 moduli.1536 moduli.2048 moduli.3072 moduli.4096 moduli.6144 moduli.7680 moduli.8192 Log message: Update DH groups CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/05/21 20:43:59 Removed files: etc : moduli.6144 moduli.8192 Log message: Remove 6k and 8k bit moduli fragments since they are now kept in usr.bin/ssh/moduli-gen. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/05/21 20:45:42 Modified files: etc : moduli Log message: Update DH groups CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/21 21:02:04 Modified files: games/cgames : Makefile Log message: Add a PORTROACH marker. This is the latest version. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/21 21:33:10 Modified files: textproc/nfoview: Makefile distinfo textproc/nfoview/pkg: PLIST Log message: Update to 1.16 -- development moves to github CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/21 21:50:02 Modified files: usr.bin/ssh : gss-serv.c servconf.c servconf.h sshd_config.5 Log message: add knob to relax GSSAPI host credential check for multihomed hosts bz#928, patch by Simon Wilkinson; ok dtucker (kerberos/GSSAPI is not compiled by default on OpenBSD) CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/05/21 22:17:01 Modified files: lang/tcl/8.6 : Makefile distinfo lang/tcl/8.6/patches: patch-library_init_tcl patch-unix_Makefile_in lang/tcl/8.6/pkg: PLIST README Added files: lang/tcl/8.6/patches: patch-unix_configure Removed files: lang/tcl/8.6/patches: patch-tools_installData_tcl Log message: Update to 8.6.4. Discontinue the installation of private header files. Discontinue patching an irrelevant file. Use INSTALL_* as with the other Tcl/Tk ports. Better stripping. Setup Tcl package path at configure time. Cleanup README and adjust for new man.conf. Improved lib/package/module path config/runtime. Skip tests that will always fail due to assumptions that don't hold on OpenBSD. Port improvements for less diff churn on future port updates. CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/05/21 22:17:59 Modified files: x11/tk/8.6 : Makefile distinfo x11/tk/8.6/patches: patch-library_tk_tcl patch-unix_Makefile_in x11/tk/8.6/pkg : PLIST Log message: Update to 8.6.4. Discontinue the installation of private header files. Better setting of Tcl include dir. Improved lib/package/module path config/runtime. Port improvements for less diff churn on future port updates. CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/05/21 22:20:38 ports/devel/tclthread/patches Update of /cvs/ports/devel/tclthread/patches In directory cvs.openbsd.org:/tmp/cvs-serv14130/patches Log Message: Directory /cvs/ports/devel/tclthread/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/05/21 22:21:42 Modified files: devel/tclthread: Makefile distinfo devel/tclthread/pkg: PLIST Added files: devel/tclthread/patches: patch-Makefile_in patch-configure patch-pkgIndex_tcl_in Log message: Update to 2.7.2. Install header file and move lib to ${LOCALBASE}/lib. Port improvements for less diff churn on future port updates. CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/05/21 22:23:29 Modified files: databases/tdbc : Makefile distinfo databases/tdbc/patches: patch-configure_in patch-tclconfig_tcl_m4 databases/tdbc/pkg: PLIST Added files: databases/tdbc/patches: patch-Makefile_in patch-pkgIndex_tcl_in Log message: Update to 1.0.3. Move lib to ${LOCALBASE}/lib. Port improvements for less diff churn on future port updates. CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/05/21 22:24:27 ports/databases/tdbc-sqlite3/patches Update of /cvs/ports/databases/tdbc-sqlite3/patches In directory cvs.openbsd.org:/tmp/cvs-serv32394/patches Log Message: Directory /cvs/ports/databases/tdbc-sqlite3/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/05/21 22:24:54 Modified files: databases/tdbc-sqlite3: Makefile distinfo databases/tdbc-sqlite3/pkg: PLIST Added files: databases/tdbc-sqlite3/patches: patch-Makefile_in Log message: Update to 1.0.3. Fix Tcl module installation dir. Port improvements for less diff churn on future port updates. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/21 22:45:52 Modified files: usr.bin/ssh : readconf.c Log message: Reorder EscapeChar option parsing to avoid a single-byte out- of-bounds read. bz#2396 from Jaak Ristioja; ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/21 23:28:45 Modified files: usr.bin/ssh : ssh.1 Log message: mention ssh-keygen -E for comparing legacy MD5 fingerprints; bz#2332 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/21 23:41:22 Modified files: graphics/ffmpeg: Makefile graphics/ffmpeg/patches: patch-configure Log message: Correct the pkgconfig bits and re-add the use of the -Bsymbolic flag. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/21 23:43:08 Modified files: x11/vlc : Makefile Log message: Build the C++ code within VLC with Clang now as well now that binutils 2.17 is enabled and allows the code to be linked. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/22 00:05:43 Modified files: mail/cyrus-imapd: Makefile distinfo mail/cyrus-imapd/pkg: PLIST Log message: Update to cyrus-imapd-2.5.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/22 00:40:19 Modified files: multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile multimedia/gstreamer-0.10/plugins-ffmpeg/patches: patch-gst-libs_ext_libav_configure multimedia/gstreamer1/plugins-libav: Makefile multimedia/gstreamer1/plugins-libav/patches: patch-gst-libs_ext_libav_configure Log message: Sync with ffmpeg configure patch. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/05/22 00:50:54 Modified files: sys/dev/pci : if_iwm.c Log message: Limit the number of dma segments used for transmitting packets to IWM_NUM_OF_TBS - 2. We have IWM_NUM_OF_TBS slots, but use two of those for sending commands to the firmware. Hopefully fixes the iwm0: hardware error, stopping device errors I've seen somewhat regularly. ok claudio@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2015/05/22 03:17:36 Modified files: devel/luarexlib: Makefile devel/luarexlib/patches: patch-src_common_mak Log message: Use cc to link shared library to make sure crtbeginS.o gets linked in. ok ajacoutot@, jca@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/22 03:27:25 Modified files: www/p5-Dancer : Makefile Log message: Dancer needs Module::Runtime From Liviu Daia. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/22 03:30:13 Modified files: net/mosquitto : Makefile Log message: Don't pick up libcares. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/22 05:31:20 Modified files: archivers/unshield: Makefile archivers/unshield/pkg: PLIST archivers/zziplib: Makefile archivers/zziplib/pkg: PLIST astro/jday : Makefile astro/jday/pkg : PLIST astro/wcslib : Makefile astro/wcslib/pkg: PLIST audio/celt : Makefile audio/celt/pkg : PLIST audio/celt07 : Makefile audio/celt07/pkg: PLIST audio/fluidsynth: Makefile audio/fluidsynth/pkg: PLIST audio/gmpc : Makefile audio/gmpc/pkg : PLIST audio/libao : Makefile audio/libao/pkg: PLIST audio/libmusicbrainz5: Makefile audio/libmusicbrainz5/pkg: PLIST audio/libogg : Makefile audio/libogg/pkg: PLIST audio/libsamplerate: Makefile audio/libsamplerate/pkg: PLIST audio/libsoxr : Makefile audio/libsoxr/pkg: PLIST audio/openal : Makefile audio/openal/pkg: PLIST audio/opus : Makefile audio/opus/pkg : PLIST audio/opusfile : Makefile audio/opusfile/pkg: PLIST audio/vamp-plugin-sdk: Makefile audio/vamp-plugin-sdk/pkg: PLIST audio/wavpack : Makefile audio/wavpack/pkg: PLIST cad/geda-gaf : Makefile cad/geda-gaf/pkg: PLIST comms/pilot-link: Makefile comms/pilot-link/pkg: PLIST comms/rtl-sdr : Makefile comms/rtl-sdr/pkg: PLIST databases/postgresql: Makefile databases/postgresql/pkg: PLIST-main databases/sqlite3: Makefile databases/sqlite3/pkg: PLIST-main devel/ORBit2 : Makefile devel/ORBit2/pkg: PLIST devel/apr-util : Makefile devel/apr-util/pkg: PLIST devel/atf : Makefile devel/atf/pkg : PLIST devel/atk2mm : Makefile devel/atk2mm/pkg: PLIST devel/boehm-gc : Makefile devel/boehm-gc/pkg: PLIST-atomic PLIST-main devel/bullet : Makefile devel/bullet/pkg: PLIST devel/cmocka : Makefile devel/cmocka/pkg: PLIST devel/cpptest : Makefile devel/cpptest/pkg: PLIST devel/dotconf : Makefile devel/dotconf/pkg: PLIST devel/flatzebra: Makefile devel/flatzebra/pkg: PLIST devel/fox : Makefile devel/fox/pkg : PLIST devel/fribidi : Makefile devel/fribidi/pkg: PLIST devel/gconf2 : Makefile devel/gconf2/pkg: PLIST devel/json-c : Makefile devel/json-c/pkg: PLIST devel/kyua-testers: Makefile devel/kyua-testers/pkg: PLIST devel/libaudiofile: Makefile devel/libaudiofile/pkg: PLIST devel/libconfig: Makefile devel/libconfig/pkg: PLIST devel/libestr : Makefile devel/libestr/pkg: PLIST devel/libftdi : Makefile devel/libftdi/pkg: PLIST devel/libglademm: Makefile devel/libglademm/pkg: PLIST devel/libgtop2 : Makefile devel/libgtop2/pkg: PLIST devel/libivykis: Makefile devel/libivykis/pkg: PLIST devel/libnotify: Makefile devel/libnotify/pkg: PLIST devel/libyaml : Makefile devel/libyaml/pkg: PLIST devel/mcs : Makefile devel/mcs/pkg : PLIST devel/radare2/main: Makefile devel/radare2/main/pkg: PLIST devel/rlog : Makefile devel/rlog/pkg : PLIST devel/sdl : Makefile devel/sdl/pkg : PLIST devel/sdl-gfx : Makefile devel/sdl-gfx/pkg: PLIST devel/sdl-image: Makefile devel/sdl-image/pkg: PLIST devel/sdl-mixer: Makefile devel/sdl-mixer/pkg: PLIST devel/sdl-net : Makefile devel/sdl-net/pkg: PLIST devel/sdl-ttf : Makefile devel/sdl-ttf/pkg: PLIST devel/sdl2 : Makefile devel/sdl2/pkg : PLIST devel/sdl2-image: Makefile devel/sdl2-image/pkg: PLIST devel/sdl2-mixer: Makefile devel/sdl2-mixer/pkg: PLIST devel/sdl2-net : Makefile devel/sdl2-net/pkg: PLIST devel/sdl2-ttf : Makefile devel/sdl2-ttf/pkg: PLIST devel/silc-toolkit: Makefile devel/silc-toolkit/pkg: PLIST devel/sparsehash: Makefile devel/sparsehash/pkg: PLIST devel/stfl : Makefile devel/stfl/pkg : PLIST devel/tclap : Makefile devel/tclap/pkg: PLIST devel/uuid : Makefile devel/uuid/pkg : PLIST-main devel/vanessa/logger: Makefile devel/vanessa/logger/pkg: PLIST devel/vanessa/socket: Makefile devel/vanessa/socket/pkg: PLIST education/verbiste: Makefile education/verbiste/pkg: PLIST games/quake : Makefile games/quake/pkg: PLIST-main geo/emerillon : Makefile geo/emerillon/pkg: PLIST geo/spatialite/libgaiagraphics: Makefile geo/spatialite/libgaiagraphics/pkg: PLIST geo/spatialite/librasterlite: Makefile geo/spatialite/librasterlite/pkg: PLIST geo/spatialite/readosm: Makefile geo/spatialite/readosm/pkg: PLIST graphics/DevIL : Makefile graphics/DevIL/pkg: PLIST graphics/exiv2 : Makefile graphics/exiv2/pkg: PLIST graphics/gd : Makefile graphics/gd/pkg: PLIST graphics/gdk-pixbuf2: Makefile graphics/gdk-pixbuf2/pkg: PLIST graphics/graphite2: Makefile graphics/graphite2/pkg: PLIST graphics/iec16022: Makefile graphics/iec16022/pkg: PLIST graphics/lcms2 : Makefile graphics/lcms2/pkg: PLIST graphics/leptonica: Makefile graphics/leptonica/pkg: PLIST graphics/libcaca: Makefile graphics/libcaca/pkg: PLIST graphics/libraw: Makefile graphics/libraw/pkg: PLIST graphics/openjpeg: Makefile graphics/openjpeg/pkg: PLIST graphics/pigment: Makefile graphics/pigment/pkg: PLIST graphics/pstoedit: Makefile graphics/pstoedit/pkg: PLIST graphics/sane-backends: Makefile graphics/sane-backends/pkg: PLIST graphics/tesseract: Makefile graphics/tesseract/pkg: PLIST inputmethods/anthy: Makefile inputmethods/anthy/pkg: PLIST-main lang/gcc/4.6 : Makefile lang/gcc/4.6/pkg: PLIST-java lang/gcc/4.8 : Makefile lang/gcc/4.8/pkg: PLIST-java lang/gcc/4.9 : Makefile lang/gcc/4.9/pkg: PLIST-java lang/lua/5.1 : Makefile lang/lua/5.1/pkg: PLIST lang/pfe : Makefile lang/pfe/pkg : PLIST lang/swi-prolog: Makefile lang/swi-prolog/pkg: PLIST mail/dspam : Makefile mail/dspam/pkg : PLIST-main mail/gmime : Makefile mail/gmime/pkg : PLIST-main math/fftw3 : Makefile math/fftw3/pkg : PLIST-main misc/openbabel : Makefile misc/openbabel/pkg: PLIST multimedia/libaacs: Makefile multimedia/libaacs/pkg: PLIST multimedia/ming: Makefile multimedia/ming/pkg: PLIST net/gloox : Makefile net/gloox/pkg : PLIST net/gupnp/dlna : Makefile net/gupnp/dlna/pkg: PLIST net/gupnp/ui : Makefile net/gupnp/ui/pkg: PLIST net/libcares : Makefile net/libcares/pkg: PLIST net/libmygpo-qt: Makefile net/libmygpo-qt/pkg: PLIST net/liboauth : Makefile net/liboauth/pkg: PLIST net/libupnp : Makefile net/libupnp/pkg: PLIST net/rtmpdump : Makefile net/rtmpdump/pkg: PLIST net/serf : Makefile net/serf/pkg : PLIST print/libXp : Makefile print/libXp/pkg: PLIST print/qpdf : Makefile print/qpdf/pkg : PLIST print/xprintproto: Makefile print/xprintproto/pkg: PLIST productivity/libgcal: Makefile productivity/libgcal/pkg: PLIST security/cyrus-sasl2: Makefile security/cyrus-sasl2/pkg: PLIST security/libgringotts: Makefile security/libgringotts/pkg: PLIST security/oath-toolkit: Makefile security/oath-toolkit/pkg: PLIST-main PLIST-pskc security/xmlsec: Makefile security/xmlsec/pkg: PLIST-main sysutils/dateutils: Makefile sysutils/dateutils/pkg: PLIST sysutils/ntfs-3g: Makefile sysutils/ntfs-3g/pkg: PLIST sysutils/usbutils: Makefile sysutils/usbutils/pkg: PLIST textproc/hunspell: Makefile textproc/hunspell/pkg: PLIST textproc/libtranslate: Makefile textproc/libtranslate/pkg: PLIST textproc/libwbxml: Makefile textproc/libwbxml/pkg: PLIST textproc/ots : Makefile textproc/ots/pkg: PLIST textproc/rasqal: Makefile textproc/rasqal/pkg: PLIST textproc/redland: Makefile textproc/redland/pkg: PLIST-main textproc/uchardet: Makefile textproc/uchardet/pkg: PLIST x11/cegui : Makefile x11/cegui/pkg : PLIST x11/gmtk : Makefile x11/gmtk/pkg : PLIST x11/gnome/gfbgraph: Makefile x11/gnome/gfbgraph/pkg: PLIST x11/gnome/libbonoboui: Makefile x11/gnome/libbonoboui/pkg: PLIST x11/gnome/libcryptui: Makefile x11/gnome/libcryptui/pkg: PLIST x11/gnome/libgnome: Makefile x11/gnome/libgnome/pkg: PLIST x11/gnome/libgnome-keyring: Makefile x11/gnome/libgnome-keyring/pkg: PLIST x11/gnome/libgnomeui: Makefile x11/gnome/libgnomeui/pkg: PLIST x11/gnome/libzapojit: Makefile x11/gnome/libzapojit/pkg: PLIST x11/gnome/planner: Makefile x11/gnome/planner/pkg: PLIST x11/gtk+ : Makefile x11/gtk+/pkg : PLIST x11/gtk2mm : Makefile x11/gtk2mm/pkg : PLIST x11/gtkglextmm : Makefile x11/gtkglextmm/pkg: PLIST x11/keybinder3 : Makefile x11/keybinder3/pkg: PLIST x11/libfm : Makefile x11/libfm/pkg : PLIST x11/menu-cache : Makefile x11/menu-cache/pkg: PLIST x11/qt3 : Makefile x11/qt3/pkg : PLIST-main x11/windowmaker: Makefile x11/windowmaker/pkg: PLIST-main Log message: "/usr/local/lib/pkgconfig/" is part of mtree(8). Packages should not own this dir to prevent its deletion or a warning that it cannot be removed because it's not empty at pkg_delete(1) time. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/22 05:36:16 Modified files: x11/compiz/bcop: Makefile x11/compiz/bcop/pkg: PLIST math/eigen2 : Makefile math/eigen2/pkg: PLIST math/eigen3 : Makefile math/eigen3/pkg: PLIST x11/gnome/doc-utils: Makefile x11/gnome/doc-utils/pkg: PLIST x11/gnome/icon-theme: Makefile x11/gnome/icon-theme/pkg: PLIST x11/gnome/mime-data: Makefile x11/gnome/mime-data/pkg: PLIST x11/icon-naming-utils: Makefile x11/icon-naming-utils/pkg: PLIST devel/libyajl : Makefile devel/libyajl/pkg: PLIST misc/shared-desktop-ontologies: Makefile misc/shared-desktop-ontologies/pkg: PLIST Log message: "/usr/local/share/pkgconfig/" is part of mtree(8). Packages should not own this dir to prevent its deletion or a warning that it cannot be removed because it's not empty at pkg_delete(1) time. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/22 06:17:23 Modified files: mail/evolution : Makefile Log message: -Wl,--as-needed is not needed anymore with newer binutils. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/22 06:38:28 Modified files: multimedia/libbluray: Makefile distinfo multimedia/libbluray/pkg: PLIST Removed files: multimedia/libbluray/patches: patch-configure Log message: Update to libbluray-0.8.0. from brad ok phessler@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/22 06:38:29 Modified files: multimedia/libaacs: Makefile distinfo Added files: multimedia/libaacs/patches: patch-src_file_keydbcfg-parser_y Removed files: multimedia/libaacs/patches: patch-configure Log message: Update to libaacs-0.8.1. from brad ok phessler@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/22 06:46:38 Modified files: sys/dev : audio.c Log message: LITTE_ENDIAN -> LITTLE_ENDIAN ok ratchov@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/22 06:52:01 Modified files: sys/dev : midi.c Log message: Don't use an uninitialised softc pointer in midiread/midiwrite. ok ratchov@ CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/05/22 07:45:30 Modified files: sysutils/pstree: Makefile distinfo sysutils/pstree/patches: patch-pstree_c Removed files: sysutils/pstree/files: pstree.1 Log message: Update to pstree-2.39 (includes our manual and one of our patches). Update patch from Jan Stary , OK sthen@. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/22 07:48:25 Modified files: libexec/ld.so : path.c Log message: be pedantic with sizeof use no change in behaviour as sizeof(char **) is the same as sizeof(char *) ok otto@ guenther@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/05/22 08:16:09 Modified files: sys/net : pf.c Log message: Cleanup leftover PF_ICMP_MULTI_* code that is not needed anymore. ok henning CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/05/22 08:18:55 Modified files: sys/net : pf.c Log message: Cut down on if statements around pf_icmp_state_lookup Checked with blambert@, OK millert, henning CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/22 09:10:13 Modified files: distrib/sets/lists/comp: md.loongson md.sgi Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/22 09:16:24 Modified files: devel/ptlib : Makefile devel/ptlib/patches: patch-make_unix_mak Log message: Add -fPIC to PTLIB_CFLAGS to build with newer binutils. As a bonus, drop patching for STDCCFLAGS used by ptlib dependencies (/usr/local/share/ptlib/make/unix.mak) since PTLIB_CFLAGS is appended to CFLAGS/CXXFLAGS automatically. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/22 09:16:47 Modified files: net/h323plus : Makefile net/gnugk : Makefile Log message: Bump after recent ptlib changes. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/05/22 13:09:18 Modified files: regress/usr.sbin/relayd: Client.pm Makefile Relayd.pm Server.pm args-https.pl args-ssl.pl Added files: regress/usr.sbin/relayd: args-https-inspect.pl args-ssl-inspect.pl Log message: Add tests for relayd TLS inspection with plain SSL and HTTPS. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/05/22 14:47:51 Modified files: mail/spampd : Makefile Log message: Disable regression tests, spampd does not provide any. OK Henrik Friedrichsen (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/05/22 15:28:56 Modified files: devel/p5-Hash-AutoHash: Makefile Log message: Add test dependency. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/05/22 15:39:31 Modified files: devel/p5-List-MoreUtils: Makefile distinfo devel/p5-List-MoreUtils/pkg: PLIST Log message: update p5-List-MoreUtils to 0.412 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/05/22 16:31:05 Modified files: www/iridium : Makefile distinfo Log message: remove binutils hack CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/22 18:53:25 Modified files: lib/libexpat : expat_config.h Log message: define BYTEORDER so the endian tests will work ok deraadt@ miod@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/22 23:17:20 Modified files: sbin/dump : dump.h itime.c main.c optr.c Log message: Canonicalize all devices to DUIDs in order to make -w and -W output consistent. Based on diff from Manuel Giraud (manuel (at) ledu-giraud.fr) Thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/23 01:04:20 Modified files: productivity/tryton/account: Makefile distinfo productivity/tryton/account_stock_anglo_saxon: Makefile distinfo productivity/tryton/calendar: Makefile distinfo productivity/tryton/calendar_scheduling: Makefile distinfo productivity/tryton/production: Makefile distinfo productivity/tryton/stock: Makefile distinfo Log message: Update some modules to their latest 3.2.X version. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/23 01:19:44 Modified files: multimedia/xine-lib: Makefile x11/mplayer : Makefile x11/vlc : Makefile Log message: Tighten up dependency on libbluray. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/23 01:58:41 Modified files: multimedia/mpv : Makefile Log message: Enable libbluray support. from brad ok czarkoff@ (maintainer) CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/23 02:31:05 Modified files: sys/net : if_vether.c Log message: Pass output packets to bpf(4). This is helpful when debugging stack issues. ok reyk@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/23 02:32:12 Modified files: sys/net : if_vlan.c Log message: Call if_input() instead of setting the "rcvif" pointer ourself. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/23 02:40:02 Modified files: print/ghostscript/gnu: Makefile print/ghostscript/gnu/pkg: PLIST Log message: Update PLIST to register share/ghostscript/ as part of the package. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/23 04:43:32 Modified files: editors/tiled : Makefile Log message: qt apps are mostly components, make it build post binutils 2.17 by compiling everything with -fPIC CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/23 04:44:37 Modified files: x11/kmplayer : Makefile Log message: make it build again, likely to not work anyway CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/05/23 04:53:25 Modified files: infrastructure/mk: bsd.port.mk audio/fookebox : Makefile games/minecraft: Makefile net/icbd : Makefile net/tcpslice : Makefile sysutils/mcollective-plugins/nrpe-agent: Makefile sysutils/mcollective-plugins/package-agent: Makefile sysutils/mcollective-plugins/puppet-agent: Makefile Log message: Set HOMEPAGE to https://github.com/${GH_ACCOUNT}/${GH_PROJECT} for ports that use GH_* variables. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/23 05:23:56 Modified files: lang/fsharp : Makefile Log message: mark fsharp BROKEN, like graphics/pinta (another project built using mono) it frequently hangs during bulk builds. CVSROOT: /cvs Module name: ports Changes by: jung@cvs.openbsd.org 2015/05/23 05:58:19 Modified files: x11/bgs : Makefile distinfo x11/bgs/patches: patch-bgs_1 patch-bgs_c patch-config_mk Log message: update bgs to 0.7.1 ok czarkoff@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/23 06:08:14 Modified files: sys/arch/octeon/dev: octeon_uartbus.c Log message: use & not && when testing lcr bits tested by jmatthew ok pirofti@ jmatthew@ jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/23 06:18:32 Modified files: www/seamonkey : Makefile www/seamonkey/pkg: README-main Log message: Sync in the GStreamer change from Firefox to SeaMonkey. from brad ok sthen@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/05/23 06:38:53 Modified files: sys/net : pfkeyv2.c pfkeyv2.h pfkeyv2_convert.c sys/netinet : ip_ipsp.c ip_ipsp.h ip_spd.c udp_usrreq.c Log message: introduce ipsec-id bundles and use them for ipsecflowinfo, fixes rekeying for l2tp/ipsec against multiple windows clients and saves memory (for many SAs to same peers); feedback and ok mikeb@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/05/23 06:52:59 Modified files: sys/netinet : ip_output.c sys/netinet6 : ip6_forward.c ip6_output.c sys/sys : mbuf.h Log message: remove PACKET_TAG_IPSEC_PENDING_TDB, it is never set; ok mikeb@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/05/23 06:57:09 Modified files: share/man/man9 : mbuf_tags.9 Log message: PACKET_TAG_IPSEC_PENDING_TDB is gone, too. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/05/23 08:18:55 Modified files: mail/p5-Mail-SpamAssassin: Makefile mail/p5-Mail-SpamAssassin/patches: patch-t_sa_compile_t Added files: mail/p5-Mail-SpamAssassin/patches: patch-spamc_libspamc_c patch-spamd_spamd_raw Log message: Make the regression tests of p5-Mail-SpamAssassin pass. - Replace SSLv3_client_method() with SSLv23_client_method() in spamc. - Do not choose a specific SSL version, let IO::Socket::SSL decide. - Print SSL error messages to make debugging easier. - Fix search path in test. input and OK sthen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/23 08:26:06 Modified files: usr.sbin/ldomctl: mdesc.c Log message: fix a memory leak in an error path CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/23 08:28:37 Modified files: usr.bin/ssh : sftp-client.c Log message: fix a memory leak in an error path ok markus@ dtucker@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/23 09:02:40 Modified files: driver/xf86-video-cirrus: ChangeLog INSTALL Makefile.in aclocal.m4 configure configure.ac driver/xf86-video-cirrus/man: Makefile.in driver/xf86-video-cirrus/src: Makefile.am Makefile.in alp_driver.c cir.h cir_driver.c cir_shadow.c lg_driver.c Added files: driver/xf86-video-cirrus: compile Log message: Merge cirrus driver version 1.5.3 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/23 09:20:08 Modified files: driver/xf86-video-i740: ChangeLog Makefile.in aclocal.m4 config.guess config.sub configure configure.ac depcomp driver/xf86-video-i740/man: Makefile.in driver/xf86-video-i740/src: Makefile.in Log message: Merge xf86-video-i740 1.3.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/23 09:26:41 Modified files: driver/xf86-video-mach64: ChangeLog INSTALL Makefile.in aclocal.m4 config.sub configure configure.ac driver/xf86-video-mach64/man: Makefile.in driver/xf86-video-mach64/src: Makefile.am Makefile.in atiaudio.h atimach64probe.c atimach64render.c atipreinit.c Added files: driver/xf86-video-mach64: compile Removed files: driver/xf86-video-mach64/src: atiaudio.c atidecoder.c atidecoder.h Log message: Update to xf86-video-mach64 6.9.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/23 09:37:20 Modified files: driver/xf86-video-mga: ChangeLog Makefile.in configure configure.ac driver/xf86-video-mga/man: mga.man driver/xf86-video-mga/src: mga.h mga_dacG.c mga_dri.c mga_driver.c Added files: driver/xf86-video-mga: compile Log message: Update to xf86-video-mga 1.6.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/23 09:40:26 Modified files: driver/xf86-video-neomagic: ChangeLog INSTALL Makefile.in configure configure.ac driver/xf86-video-neomagic/src: neo_driver.c Added files: driver/xf86-video-neomagic: compile Log message: Update to xf86-video-neomagic 1.2.9 CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/05/23 10:34:41 Modified files: astro/ansiweather: Makefile audio/glyr : Makefile devel/greg : Makefile devel/lua-lgi : Makefile devel/ocaml-camomile: Makefile devel/ocaml-lambda-term: Makefile devel/utop : Makefile graphics/maim : Makefile graphics/sxiv : Makefile graphics/slop : Makefile misc/fasd : Makefile misc/nyancat : Makefile multimedia/livestreamer-curses: Makefile net/ntimed : Makefile security/sslScanner: Makefile www/erl-mochiweb: Makefile x11/compton : Makefile x11/lumina : Makefile Log message: Remove HOMEPAGE for ports where the one auto-generated from GH_* variables is completely identical. OK sthen@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/23 11:06:30 Modified files: proto/randrproto: ChangeLog configure.ac randr.h randrproto.txt Log message: Update to randrproto 1.4.1 CVSROOT: /cvs Module name: src Changes by: brynet@cvs.openbsd.org 2015/05/23 13:04:08 Modified files: lib/libc/asr : Tag: OPENBSD_5_6 gethostnamadr_async.c Log message: Merge fix from 5.7/-current: gethostbyname(3) would fail when more than 16 addrs/aliases were returned. Bump MAXADDRS/ALIASES to the original of 35, and silently ignore extras instead of failing. CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/05/23 15:09:46 Modified files: lib/libssl/src/crypto: opensslv.h Log message: bump to version 2.2 ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/23 18:53:31 Modified files: games/manaplus : Makefile distinfo Log message: Update to 1.5.5.23 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/23 19:01:49 Modified files: sys/arch/amd64/include: segments.h sys/arch/amd64/amd64: gdt.c machdep.c Log message: Treat primary cpu like others and put pointer to its GDT in cpu_info.ci_gdt requested by and ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/24 00:48:51 Modified files: infrastructure/lib/DPB: Locks.pm infrastructure/lib/DPB/Job: Port.pm infrastructure/lib/DPB/SubEngine: Build.pm Log message: tweak find_dependencies to just return a result (deps or path) reuse in can_be_junked. As exemplified by editors/tiled, a failing port with nojunk set should also prevent junk tentatives, as these will fail, but still untaint hosts... seen by aja@ and naddy@, most probably. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/24 01:16:31 Modified files: x11/vlc : Makefile distinfo x11/vlc/patches: patch-configure_ac patch-share_Makefile_am patch-src_misc_mtime_c patch-src_posix_thread_c x11/vlc/pkg : PFRAG.amd64-main PFRAG.i386-main PLIST-main Added files: x11/vlc/patches: patch-compat_Makefile_am patch-modules_demux_mkv_mkv_hpp patch-src_posix_error_c Removed files: x11/vlc/files : sndio.c x11/vlc/patches: patch-include_vlc_aout_h patch-modules_audio_output_Modules_am patch-modules_codec_avcodec_audio_c patch-modules_codec_avcodec_avcodec_c patch-modules_codec_avcodec_avcodec_h patch-modules_codec_avcodec_encoder_c patch-modules_codec_avcodec_fourcc_c patch-modules_codec_avcodec_subtitle_c patch-modules_codec_avcodec_video_c patch-modules_demux_avformat_demux_c patch-modules_demux_avformat_mux_c patch-modules_stream_out_switcher_c patch-po_POTFILES_in patch-src_audio_output_common_c patch-src_libvlccore_sym Log message: Update to vlc-2.2.1. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/24 01:17:50 Modified files: multimedia/x265: Makefile distinfo Log message: Update to x265-1.7. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/24 01:37:23 Modified files: sysutils/salt : Makefile distinfo sysutils/salt/patches: patch-salt_utils_http_py sysutils/salt/pkg: PLIST Log message: Update to salt-2015.5.1. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/05/24 01:45:18 Modified files: devel/p5-Git-Repository: Makefile distinfo Log message: Update to p5-Git-Repository-1.314. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/05/24 01:53:14 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCheck.pm Log message: pass subst to the installer state, so that -Dunsigned would work CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2015/05/24 02:01:46 Modified files: sys/arch/armv7/conf: GENERIC sys/dev/microcode/udl: Makefile Log message: Add udl(4) and uvideo(4) to armv7 GENERIC. Tested on my sabre lite (imx). enable udl firmware and COMPAT_RAW_KBD to make udl useable with X. ok jsg@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/24 02:04:18 Modified files: driver : Makefile Log message: Build wsudl(4) on armv7. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/24 03:17:25 Modified files: driver/xf86-video-ast: ChangeLog INSTALL Makefile.in aclocal.m4 configure configure.ac driver/xf86-video-ast/src: Makefile.am Makefile.in ast.h ast_2dtool.c ast_2dtool.h ast_accel.c ast_cursor.c ast_driver.c ast_mode.c ast_mode.h ast_tool.c ast_vgatool.c Added files: driver/xf86-video-ast/src: ast_dp501fw.h Log message: Update to xf86-video-ast 1.0.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/24 03:42:47 Modified files: driver/xf86-video-savage: ChangeLog INSTALL Makefile.in configure configure.ac driver/xf86-video-savage/src: savage_dri.c savage_driver.c Added files: driver/xf86-video-savage: compile Log message: Update xf86-video-savage to 2.3.8 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/24 03:45:36 Modified files: driver/xf86-video-siliconmotion: ChangeLog INSTALL Makefile.in aclocal.m4 config.guess config.sub configure configure.ac depcomp driver/xf86-video-siliconmotion/man: Makefile.in driver/xf86-video-siliconmotion/src: Makefile.in smi.h smi_accel.c smi_driver.c smi_i2c.c smi_video.c smilynx_hw.c Added files: driver/xf86-video-siliconmotion: compile Log message: Update xf86-video-siliconmotion to 1.7.8 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/24 03:56:20 Modified files: driver/xf86-video-tdfx: ChangeLog INSTALL Makefile.in aclocal.m4 config.guess config.sub configure configure.ac depcomp driver/xf86-video-tdfx/man: Makefile.in driver/xf86-video-tdfx/src: Makefile.in tdfx.h tdfx_accel.c tdfx_dri.c tdfx_driver.c Log message: Update to xf86-video-tdfx 1.4.6 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/24 04:02:04 Modified files: driver/xf86-video-trident: ChangeLog Makefile.in aclocal.m4 config.guess config.sub configure configure.ac depcomp driver/xf86-video-trident/man: Makefile.in driver/xf86-video-trident/src: Makefile.in trident.h trident_dga.c trident_driver.c Added files: driver/xf86-video-trident: compile Log message: Update to xf86-video-trident 1.3.7 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/24 04:04:16 Modified files: font/dejavu-ttf: AUTHORS BUGS LICENSE README langcover.txt status.txt unicover.txt font/dejavu-ttf/ttf: DejaVuSans-Bold.ttf DejaVuSans-BoldOblique.ttf DejaVuSans-ExtraLight.ttf DejaVuSans-Oblique.ttf DejaVuSans.ttf DejaVuSansCondensed-Bold.ttf DejaVuSansCondensed-BoldOblique.ttf DejaVuSansCondensed-Oblique.ttf DejaVuSansCondensed.ttf DejaVuSansMono-Bold.ttf DejaVuSansMono-BoldOblique.ttf DejaVuSansMono-Oblique.ttf DejaVuSansMono.ttf DejaVuSerif-Bold.ttf DejaVuSerif-BoldItalic.ttf DejaVuSerif-Italic.ttf DejaVuSerif.ttf DejaVuSerifCondensed-Bold.ttf DejaVuSerifCondensed-BoldItalic.ttf DejaVuSerifCondensed-Italic.ttf DejaVuSerifCondensed.ttf Added files: font/dejavu-ttf: NEWS Log message: Update to dejavu-ttf 2.35 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/24 04:05:19 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/24 04:30:55 Modified files: multimedia/mpv : Makefile distinfo multimedia/mpv/patches: patch-DOCS_man_mpv_rst patch-DOCS_man_options_rst Log message: Update to mpv-0.9.2. from brad ok bentley@ czarkoff@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/24 04:32:46 Modified files: graphics/libdvbpsi: Makefile distinfo graphics/libdvbpsi/patches: patch-configure graphics/libdvbpsi/pkg: PLIST Log message: Update to libdvbpsi-1.2.0. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/24 04:35:27 Modified files: www/erl-mochiweb: Makefile Log message: HOMEPAGE change = bump. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/24 04:57:47 Modified files: sys/arch/hppa/gsc: gsckbc.c sys/arch/sgi/hpc: pckbc_hpc.c sys/arch/sparc64/dev: pckbc_ebus.c sys/dev/ic : pckbc.c pckbcvar.h sys/dev/isa : pckbc_isa.c Log message: Follow the recent pckbc@isa changes and always establish all the necessary interrupts at pckbc attach time, and get rid of the `intr_establish' pckbc callback. Tested on hppa (gsckbc) and sgi (pckbc@hpc); not tested on sparc64 (pckbc@ebus) but this attachment was already behaving this way and its intr_establish callback was an empty function. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/24 05:01:48 Modified files: sys/arch/armv7/exynos: exynos.c Log message: imx_board_devs -> exynos_board_devs CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/24 05:06:16 Modified files: sys/arch/armv7/armv7: armv7var.h Log message: add the chromebook board id the exynos code uses CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/24 08:30:29 Modified files: www/seamonkey : Makefile Log message: Missed bump; spotted by naddy@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/24 09:25:34 Modified files: sys/dev/isa : isa.c Log message: Initialize ipa_nirq in isascan(). Gets rid of spurious irq locators being printed for isadma(4). CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/05/24 09:44:52 Modified files: lib/libcrypto/man: Makefile Added files: lib/libcrypto/man: BUF_MEM_new.3 Removed files: lib/libssl/src/doc/crypto: BUF_MEM_new.pod Log message: Maximilian dot Fillinger at uni-duesseldorf dot de starts helping with the pod2mdoc(1)-based conversion of LibreSSL crypto manuals from perlpod(1) to mdoc(7). Here comes the first file, slightly tweaked by me. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/05/24 09:51:53 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-base_base_gypi patch-base_posix_unix_domain_socket_linux_cc patch-base_process_memory_cc patch-base_threading_platform_thread_linux_cc patch-build_all_gyp patch-build_common_gypi patch-chrome_app_chrome_main_delegate_cc patch-chrome_app_chromium_strings_grd patch-chrome_app_google_chrome_strings_grd patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_about_flags_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_defaults_cc patch-chrome_browser_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_shelf_context_menu_cc patch-chrome_browser_media_galleries_fileapi_mtp_device_map_service_cc patch-chrome_browser_media_galleries_media_file_system_registry_cc patch-chrome_browser_media_galleries_media_folder_finder_cc patch-chrome_browser_net_async_dns_field_trial_cc patch-chrome_browser_net_cookie_store_util_cc patch-chrome_browser_renderer_preferences_util_cc patch-chrome_browser_ssl_ssl_blocking_page_cc patch-chrome_browser_sync_profile_sync_components_factory_impl_cc patch-chrome_browser_ui_aura_chrome_browser_main_extra_parts_aura_cc patch-chrome_browser_ui_browser_cc patch-chrome_browser_ui_browser_command_controller_cc patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_toolbar_wrench_menu_model_cc patch-chrome_browser_ui_views_chrome_views_delegate_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc patch-chrome_browser_ui_views_message_center_message_center_frame_view_cc patch-chrome_browser_ui_views_panels_panel_frame_view_cc patch-chrome_browser_ui_views_tabs_tab_drag_controller_cc patch-chrome_browser_ui_views_tabs_tab_strip_cc patch-chrome_browser_ui_webui_about_ui_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_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_browser_web_applications_web_app_h patch-chrome_chrome_browser_extensions_gypi patch-chrome_chrome_browser_gypi patch-chrome_chrome_browser_ui_gypi patch-chrome_chrome_exe_gypi patch-chrome_common_chrome_paths_cc patch-chrome_common_chrome_paths_h patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_extensions_api_schemas_gypi patch-chrome_common_pref_names_cc patch-chrome_common_pref_names_h patch-components_policy_resources_policy_templates_json patch-components_policy_tools_generate_policy_source_py patch-content_app_content_main_runner_cc patch-content_browser_browser_main_loop_cc patch-content_browser_child_process_launcher_cc patch-content_browser_download_base_file_linux_cc patch-content_browser_renderer_host_render_widget_host_view_aura_cc patch-content_content_browser_gypi patch-content_content_common_gypi patch-content_gpu_gpu_main_cc patch-content_ppapi_plugin_ppapi_blink_platform_impl_cc patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_shell_browser_shell_browser_context_cc patch-device_hid_hid_gyp patch-device_usb_usb_service_impl_cc patch-device_usb_usb_service_impl_h patch-gpu_command_buffer_service_async_pixel_transfer_manager_egl_cc patch-gpu_command_buffer_service_async_pixel_transfer_manager_share_group_cc patch-gpu_gpu_config_gypi patch-gpu_tools_tools_gyp patch-media_media_gyp patch-media_video_capture_video_capture_device_factory_cc patch-net_dns_host_resolver_proc_cc patch-net_net_gypi patch-net_socket_socks5_client_socket_cc patch-net_udp_udp_socket_libevent_cc patch-pdf_pdfium_pdfium_engine_cc patch-remoting_remoting_host_gypi patch-third_party_WebKit_Source_core_core_gyp patch-third_party_WebKit_Source_platform_blink_platform_gyp patch-third_party_WebKit_Source_platform_fonts_linux_FontPlatformDataLinux_cpp patch-third_party_WebKit_Source_platform_heap_StackFrameDepth_cpp patch-third_party_WebKit_Source_platform_heap_ThreadState_cpp patch-third_party_WebKit_Source_platform_heap_ThreadState_h patch-third_party_WebKit_Source_web_PopupListBox_cpp 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_ffmpeg_gyp patch-third_party_libjingle_libjingle_gyp patch-third_party_pdfium_fpdfsdk_src_javascript_PublicMethods_cpp patch-third_party_skia_gyp_ports_gyp patch-third_party_skia_src_core_SkVarAlloc_cpp patch-third_party_webrtc_base_base_gyp patch-third_party_webrtc_base_network_cc patch-third_party_webrtc_base_physicalsocketserver_cc patch-third_party_webrtc_build_common_gypi patch-third_party_webrtc_system_wrappers_source_thread_posix_cc patch-tools_gyp_pylib_gyp_generator_ninja_py patch-ui_app_list_app_list_constants_cc patch-ui_app_list_views_app_list_item_view_cc patch-ui_app_list_views_app_list_view_cc patch-ui_base_ui_base_gyp patch-ui_events_devices_x11_device_data_manager_x11_cc patch-ui_gfx_canvas_skia_cc patch-ui_gl_generate_bindings_py patch-ui_gl_gl_gyp patch-ui_gl_gl_surface_glx_cc patch-ui_views_controls_button_label_button_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_examples_widget_example_cc patch-ui_views_views_delegate_cc patch-ui_views_views_gyp www/chromium/pkg: PLIST Added files: www/chromium/patches: patch-base_process_process_posix_cc patch-chrome_browser_download_download_commands_cc patch-chrome_browser_download_download_commands_h patch-chrome_browser_extensions_api_messaging_message_service_cc patch-chrome_browser_extensions_bookmark_app_helper_cc patch-chrome_browser_metrics_drive_metrics_provider_linux_cc patch-chrome_browser_ui_views_apps_chrome_native_app_window_views_aura_cc patch-chrome_browser_ui_views_frame_browser_frame_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_platform_specific_cc patch-chrome_browser_ui_views_task_manager_view_cc patch-chrome_common_chrome_paths_internal_h patch-chrome_common_url_constants_cc patch-chrome_common_url_constants_h patch-components_omnibox_omnibox_field_trial_cc patch-content_browser_devtools_protocol_color_picker_cc patch-content_browser_gamepad_gamepad_provider_cc patch-content_ppapi_plugin_ppapi_blink_platform_impl_h patch-content_renderer_devtools_v8_sampling_profiler_cc patch-content_renderer_renderer_blink_platform_impl_h patch-media_video_capture_fake_video_capture_device_factory_cc patch-media_video_capture_file_video_capture_device_factory_cc patch-media_video_capture_video_capture_device_cc patch-media_video_capture_video_capture_device_h patch-net_socket_client_socket_factory_cc patch-net_tools_get_server_time_get_server_time_cc patch-net_url_request_url_request_context_builder_cc patch-third_party_skia_src_gpu_GrAutoLocaleSetter_h patch-ui_accessibility_accessibility_gyp patch-ui_accessibility_platform_ax_platform_node_cc patch-ui_views_accessibility_native_view_accessibility_cc Removed files: www/chromium/patches: patch-chrome_browser_download_download_shelf_context_menu_h patch-chrome_browser_ui_views_apps_chrome_native_app_window_views_cc patch-chrome_test_perf_perf_test_cc patch-chrome_tools_build_linux_sed_sh patch-components_dom_distiller_gypi patch-device_hid_hid_service_cc patch-media_video_capture_linux_video_capture_device_factory_linux_cc patch-skia_skia_gyp patch-third_party_libvpx_source_libvpx_build_make_obj_int_extract_c Log message: update to 43.0.2357.65 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/05/24 10:33:26 Modified files: . : plus.html Log message: Looking for someone to maintain the plus files CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/24 11:18:46 Modified files: www/uget : Makefile distinfo www/uget/patches: patch-po_POTFILES_in www/uget/pkg : PLIST README Added files: www/uget/patches: patch-uget_UgetAria2_c patch-uglib_UgUtil_c Removed files: www/uget/patches: patch-uget-gtk_UgSetting_c Log message: Update to 2.0! Tested ok by Adam Wolk, thanks! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/24 13:36:59 Modified files: lang/rust : Makefile Log message: fix bulk build, make sure we don't grab execinfo.h by mistake CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/05/24 16:53:45 Modified files: . : INDEX Log message: sync, 9099 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/24 17:39:16 Modified files: usr.bin/ssh : sshd.c Log message: add missing 'c' option to getopt(), case statement was already there; from Felix Bolte CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/24 18:12:59 Modified files: gnu/usr.bin/binutils-2.17/gas/config: tc-i386.h gnu/usr.bin/binutils-2.17/include/opcode: i386.h gnu/usr.bin/binutils-2.17/opcodes: i386-dis.c Log message: Teach binutils the {rd,wr}{fs,gs}base instructions. Flag bits worked out with kettenis@ ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/05/24 19:16:17 Modified files: devel/p5-Readonly: Makefile distinfo devel/p5-Readonly/pkg: PLIST Log message: Update devel/p5-Readonly 2.00 +maintainership CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/05/24 19:19:40 Modified files: devel/p5-Readonly/pkg: DESCR Log message: p5-Readonly no longer recommends Readonly::XS CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/05/24 20:17:28 Modified files: devel/p5-Devel-StackTrace: Makefile distinfo Log message: Update devel/p5-Devel-Stacktrace to 2.00 +maintainership CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/24 21:07:07 Modified files: sys/dev : rnd.c Log message: missing word in comment; Kyle Milz CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/24 21:07:49 Modified files: sys/sys : tree.h Log message: a dreaded whitespace; Kyle Milz CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/05/24 21:48:25 Modified files: faq : index.html faq12.html Log message: sadly, armv7 is not ready for prime time, so comment this out until status changes. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/05/24 21:50:39 Modified files: devel/p5-Exception-Class: Makefile distinfo Log message: Update devel/p5-Exception-Class to 1.39 +maintainership CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/25 00:00:28 Modified files: print/qpdf : Makefile distinfo Log message: Update to qpdf-5.1.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/25 00:01:43 Modified files: net/darkstat : Makefile distinfo net/darkstat/patches: patch-conv_c Log message: Update to darkstat-3.0.719. from brad CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/05/25 01:14:20 Log message: PySolFC is a collection of more than 1000 solitaire card games. It is a fork of PySol Solitaire. There are games that use the 52 card International Pattern deck, games for the 78 card Tarock deck, eight and ten suit Ganjifa games, Hanafuda games, Matrix games, Mahjongg games, and games for an original hexadecimal-based deck. Its features include modern look and feel (uses Ttk widget set), multiple cardsets and tableau backgrounds, sound, unlimited undo, player statistics, a hint system, demo games, a solitaire wizard, support for user written plug-ins, an integrated HTML help browser, and lots of documentation. OK sthen@ Status: Vendor Tag: czarkoff Release Tags: czarkoff_20150525 N ports/games/pysol/Makefile N ports/games/pysol/distinfo N ports/games/pysol/patches/patch-pysollib_mfxutil_py N ports/games/pysol/patches/patch-setup_py N ports/games/pysol/patches/patch-data_pysol_desktop N ports/games/pysol/pkg/DESCR N ports/games/pysol/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/05/25 01:20:31 Modified files: usr.sbin/pkg_add/OpenBSD: Add.pm AddDelete.pm Log message: allow pkg_add as nonroot to soft-fail when outside of local base. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/25 01:33:13 Modified files: www : Makefile Log message: -ruby-jekyll CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/25 01:34:51 Removed files: www/ruby-jekyll: Makefile distinfo www/ruby-jekyll/pkg: DESCR PLIST Log message: remove ruby-jekyll, the version we have is so outdated it doesn't play nice with the rest of the gems we have in tree. but more importantly, there's been no interest in updating this port since 2 years. updated versions rely on inotify which isn't going to fly. ok jeremy@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/25 01:35:07 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register jekyll removal CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/25 01:47:58 ports/devel/dbus-sharp/patches Update of /cvs/ports/devel/dbus-sharp/patches In directory cvs.openbsd.org:/tmp/cvs-serv30448/patches Log Message: Directory /cvs/ports/devel/dbus-sharp/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/25 01:48:45 Modified files: devel/dbus-sharp: Makefile Added files: devel/dbus-sharp/patches: patch-src_Connection_cs patch-src_UnixNativeTransport_cs Log message: Force using AF_UNIX (DBus). Fix path to machine-id. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/25 01:49:05 ports/net/mono-zeroconf/patches Update of /cvs/ports/net/mono-zeroconf/patches In directory cvs.openbsd.org:/tmp/cvs-serv1453/patches Log Message: Directory /cvs/ports/net/mono-zeroconf/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/25 01:50:30 Modified files: net/mono-zeroconf: Makefile Added files: net/mono-zeroconf/patches: patch-src_Mono_Zeroconf_Providers_AvahiDBus_NDesk_DBus_UnixNativeTransport_cs Log message: Use AF_UNIX for DBus. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/25 01:51:49 Modified files: x11/gnome/banshee: Makefile Added files: x11/gnome/banshee/patches: patch-src_Clients_Booter_banshee_linux_in Log message: Use mono 4.0 runtime and unbreak now that mono-zeroconf and dbus-sharp have been fixed. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/25 01:52:17 Modified files: x11/gnome/calculator: Makefile distinfo Log message: update to gnome-calculator-3.16.1 CVSROOT: /cvs Module name: ports Changes by: yasuoka@cvs.openbsd.org 2015/05/25 01:52:40 Modified files: sysutils/ipmitool: Makefile Added files: sysutils/ipmitool/patches: patch-configure_ac Log message: Make ipmitool use libedit instead of libreadline. ok sthen CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/25 01:54:28 Modified files: devel/fossil : Makefile devel/glib : Makefile devel/libIDL : Makefile devel/libeventextra: Makefile devel/netbeans : Makefile devel/xmake : Makefile games/redeclipse: Makefile games/tuxpaint-config: Makefile games/tuxpaint-stamps: Makefile geo/viking : Makefile mail/fetchmail : Makefile math/blas : Makefile math/hexcalc : Makefile math/matio : Makefile math/prover9/p9m4: Makefile misc/plan : Makefile misc/py-memcached: Makefile multimedia/imagination: Makefile multimedia/libquicktime: Makefile net/wmifinfo : Makefile print/afm : Makefile print/htmldoc : Makefile security/p5-Catalyst-Plugin-Authentication-Store-DBIC: Makefile textproc/p5-Catalyst-View-TT-FunctionGenerator: Makefile textproc/p5-XML-RSS-Parser: Makefile www/drupal6/jquery_ui: Makefile x11/xloadimage : Makefile audio/deadbeef : Makefile audio/squeezecenter: Makefile Log message: remove a whole bunch more @rm -f cases CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/25 01:55:46 Modified files: graphics/clutter/clutter-gst: Makefile distinfo Log message: update to clutter-gst-3.0.6 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/25 03:21:29 Modified files: x11/gxmessage : Makefile distinfo x11/gxmessage/pkg: PLIST Log message: Update to gxmessage-3.4.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/25 03:24:31 Modified files: www/hiawatha : Makefile distinfo www/hiawatha/patches: patch-man_hiawatha_1_in patch-src_serverconfig_c Log message: Update to hiawatha-9.13. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/25 03:38:03 Modified files: textproc/libwbxml: Makefile distinfo textproc/libwbxml/pkg: PLIST Log message: Update to libwbxml-0.11.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/25 04:08:02 Modified files: editors/subtitleeditor: Makefile distinfo editors/subtitleeditor/pkg: DESCR PLIST Removed files: editors/subtitleeditor/patches: patch-plugins_actions_keyframesmanagement_keyframesgenerator_cc Log message: Update to subtitleeditor-0.51.0. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/25 05:52:15 Modified files: sys/dev/usb : ugen.c Log message: Prevent a use after free in by closing all open endpoints upon detach. Fix a panic reported by landry@ with Android's ADB. Tested and ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/25 06:12:43 Modified files: gnu/usr.bin/binutils-2.17/ld/emulparams: elf64alpha_obsd.sh shelf_obsd.sh Log message: Change ENTRY to __start to match binutils 2.15, needed for static PIE CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/25 06:40:04 Modified files: sys/arch/sparc/dev: if_ie.c Log message: Convert from ether_input() with separate mbuf data and Ethernet header, to if_input(). Based upon an initial diff from mpi@, and then painfully made STRICT_ALIGNMENT-compliant. Tested on 4/260. ok mpi@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/25 06:42:56 Modified files: gnu/usr.bin/binutils-2.17: configure configure.in gnu/usr.bin/binutils-2.17/bfd: config.bfd gnu/usr.bin/binutils-2.17/gas: configure.tgt gnu/usr.bin/binutils-2.17/ld: Makefile.am Makefile.in configure.tgt Added files: gnu/usr.bin/binutils-2.17/ld/emulparams: elf32vax_obsd.sh Log message: vax ELF bits for binutils 2.17. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/25 06:53:12 Modified files: sys/dev/usb : uoak_subr.c Log message: Make this build when using the __STRICT_ALIGNMENT version of USETW. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/25 07:18:24 Modified files: devel/plib : Makefile Log message: Add -fPIC to CXXFLAGS to fix linking with binutils 2.17. This fixes games/speeddreams. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/25 08:50:10 Modified files: share/misc : airport Log message: sort CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/25 08:56:28 Modified files: gnu/usr.bin/binutils-2.17/bfd: bfd-in2.h config.bfd elf32-m88k.c libbfd.h reloc.c gnu/usr.bin/binutils-2.17/binutils: readelf.c gnu/usr.bin/binutils-2.17/gas: configure.tgt gnu/usr.bin/binutils-2.17/gas/config: aout_gnu.h gnu/usr.bin/binutils-2.17/ld: Makefile.am Makefile.in configure.tgt Added files: gnu/usr.bin/binutils-2.17/gas/config: m88k-opcode.h tc-m88k.c tc-m88k.h gnu/usr.bin/binutils-2.17/include/elf: m88k.h gnu/usr.bin/binutils-2.17/ld/emulparams: elf32m88k.sh elf32m88k_obsd.sh m88kopenbsd.sh Log message: Port the ELF m88k work to binutils 2.17. Good enough to build a booting kernel, and hopefully userland as well. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/25 08:58:34 Modified files: usr.sbin/ntpd : ntp.c Log message: only scan sensors if they are configured ok bcook CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/25 09:04:26 Modified files: sys/dev/pckbc : pms.c Log message: Match newer elantech v4 touchpads, logic taken from Linux. Based on a submission from and ok jcs@. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/25 09:15:34 Modified files: audio/swh-plugins: Makefile audio/swh-plugins/patches: patch-Makefile_am Log message: Fix binutils-2.17@amd64 - don't use -nostartfiles, needed for __guard_local - rename ctors/dtors to avoid conflicts with crt* - use constructor/destructor __attribute__'s instead No objection from ports@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/25 09:19:22 Modified files: sys/dev/isa : isa.c Log message: Initialize ipa_ndrq in isascan() too... CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/25 09:20:44 Modified files: devel/valgrind : Makefile Added files: devel/valgrind/patches: patch-coregrind_Makefile_am Log message: Fix binutils-2.17@amd64: use -fPIC Committing this a bit early, but a valgrind that builds is better than a valgrind that doesn't. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/05/25 09:32:00 Modified files: faq : faq1.html faq4.html Log message: remove more armv7 references. if it isn't a supported platform, it shouldn't be in the FAQ. I will call it a happy day when I undo this. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/25 09:33:28 Modified files: security/tinyca: Makefile Log message: HOMEPAGE is dead. Mirror distfile. prodded by jasper@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/05/25 11:07:37 Modified files: . : plus.html Log message: starting to catch up; from Tim van der Molen CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/05/25 11:11:53 Modified files: textproc/p5-LaTeX-Driver: Makefile distinfo textproc/p5-LaTeX-Driver/patches: patch-Makefile_PL textproc/p5-LaTeX-Driver/pkg: PLIST Log message: Update textproc/p5-LaTeX-Driver to 0.200.4 +maintainership CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/05/25 11:29:15 Modified files: converters/dos2unix: Makefile distinfo Log message: Update converters/dos2unix to 7.2.2 OK aja@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/05/25 11:30:46 Modified files: misc/dialog : Makefile distinfo Log message: Update misc/dialog to 1.2-20150513 OK aja@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/25 11:37:26 Modified files: infrastructure/lib/DPB: Logger.pm Log message: clean up some of the oldest code converted to separate users CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/05/25 11:42:25 Modified files: net/nagios/p5-Nagios-Plugin: Makefile distinfo Log message: Update net/nagios/p5-Nagios-Plugin to 0.39 OK aja@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2015/05/25 12:48:17 Modified files: sys/net : pfkeyv2_convert.c Log message: fix a panic in import_identities() in case the ID isnt loaded (triggered by bgpd). ok marku@s, mikeb@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2015/05/25 13:16:08 Modified files: lib/libc/asr : getnameinfo.c Log message: getnameinfo(3) doesn't need to initialize the resolver when it's only used for address/port formatting (e.g. NI_NUMERICHOST). ok deraadt@ jca@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2015/05/25 13:29:36 Modified files: sbin/ipsecctl : ike.c ipsec.conf.5 Log message: bump up the default Diffie-Hellman group to modp3072; ok mikeb@ djm@ CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2015/05/25 13:30:15 Modified files: faq : current.html Log message: ipsec.conf(5) default Diffie-Hellman group change; ok djm@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2015/05/25 13:30:25 Modified files: lib/libc/asr : getaddrinfo_async.c res_search_async.c Log message: Skip search domains iteration if RES_DNSRCH and/or RES_DEFNAMES is unset. prodded by Brad ok jca@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/25 14:30:14 Modified files: www/webkitgtk4 : Makefile Log message: add CXXFLAGS as well as CFLAGS. yet more fallout from the *.mk change to not include CFLAGS automatically. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/25 14:31:04 Modified files: www/webkitgtk4 : Makefile Log message: oops, last change deserves a bump; it did package but things were wrong on i386 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/25 14:57:11 Modified files: net/ocserv : Makefile distinfo net/ocserv/patches: patch-doc_sample_config Added files: net/ocserv/patches: patch-src_occtl-time_c patch-src_pcl_pcl_c patch-src_worker-vpn_c Log message: update to ocserv-0.10.5, mostly from Björn Ketelaars with additional patches (pcl.c, occtl-time.c) from me. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/25 15:06:26 Modified files: net/ocserv : Makefile net/ocserv/patches: patch-src_pcl_pcl_c Log message: additional fix to ocserv (forgot to re-run 'make update-patches' after fixing). CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/25 15:35:35 Modified files: lib/libssl/src/ssl: s3_lib.c Log message: Make SSL_CIPHER_get_bits() report ChaCha20-Poly1305 ciphers as using 256bit keys problem noted by Tim Kuijsten (info (at) netsend.nl) ok deraadt@ miod@ bcook@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2015/05/25 15:59:37 Modified files: lib/libc/asr : getaddrinfo_async.c Log message: Kill outdated comment. ok eric@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/25 16:08:15 Log message: Import devel/libqtelegram-aseman-edition ok abieber@ libqtelegram-aseman-edition is a fork of libqtelegram to support the Cutegram Telegram client. Status: Vendor Tag: bcallah Release Tags: bcallah_20150525 N ports/devel/libqtelegram-aseman-edition/Makefile N ports/devel/libqtelegram-aseman-edition/distinfo N ports/devel/libqtelegram-aseman-edition/pkg/PLIST N ports/devel/libqtelegram-aseman-edition/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/25 16:08:47 Modified files: devel : Makefile Log message: +libqtelegram-aseman-edition CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/25 16:12:01 Log message: Import net/cutegram ok abieber@ Cutegram is a cross platform, free and open source telegram client, focusing on user friendliness and compatibility with desktop environments. Status: Vendor Tag: bcallah Release Tags: bcallah_20150525 N ports/net/cutegram/Makefile N ports/net/cutegram/distinfo N ports/net/cutegram/patches/patch-Cutegram_Cutegram_pro N ports/net/cutegram/pkg/DESCR N ports/net/cutegram/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/25 16:12:44 Modified files: net : Makefile Log message: +cutegram CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2015/05/25 16:18:38 Modified files: sys/net : pfkeyv2_convert.c Log message: fix panic for real and revert previous rev 1.52 from markus@ sorry for the mixup CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/05/25 17:55:50 Log message: Import ports/sysutils/sslmate. ok and suggestions from jca@ SSLMate makes it easy to buy, deploy, and manage you SSL certs. With a single command you can buy, import, renew, reissue and revoke cetificates all from the comfort of the command line. Status: Vendor Tag: jturner Release Tags: jturner_20150525 N ports/sysutils/sslmate/Makefile N ports/sysutils/sslmate/distinfo N ports/sysutils/sslmate/pkg/DESCR N ports/sysutils/sslmate/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/05/25 17:57:10 Modified files: sysutils : Makefile Log message: +sslmate CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/25 20:01:53 Modified files: sbin/wsconsctl : Makefile usr.sbin/wsconscfg: Makefile Log message: build wsconsctl and wsconscfg on armv7 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/25 20:13:07 Modified files: sys/arch/armv7/conf: GENERIC RAMDISK Log message: Sync usb devices with amd64. Prompted by djm noticing uslcom(4) was not included. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/25 20:21:54 Modified files: sys/dev/microcode/atmel: Makefile sys/dev/microcode/kue: Makefile sys/dev/microcode/tusb3410: Makefile sys/dev/microcode/udl: Makefile sys/dev/microcode/zydas: Makefile Log message: Build all the firmware for usb devices on armv7. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/05/25 21:01:54 Modified files: sys/net : if_vlan.c Log message: make vlans inherit their parents hardmtu as well as mtu. from brad@ and tested locally. CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/05/25 21:05:26 Modified files: lib/libssl/src/crypto: opensslfeatures.h Log message: Add OPENSSL_NO_EGD to opensslfeatures.h. Since RAND_egd has been removed from LibreSSL, simplify porting software that relies on it. See https://github.com/libressl-portable/openbsd/pull/34 from Bernard Spil, ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/05/26 00:18:29 Modified files: www/chromium : Makefile distinfo Log message: update to 43.0.2357.81 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/26 00:30:45 Modified files: www/webkit : Makefile Log message: Apply the same fix as with webkitgtk4 from sthen's: add CXXFLAGS as well as CFLAGS. yet more fallout from the *.mk change to not include CFLAGS automatically. ok sthen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/26 01:30:18 Modified files: distrib/armv7/ramdisk: list Log message: include the firmware for usb devices on the armv7 ramdisk CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/26 01:32:07 Modified files: distrib/sets/lists/base: md.armv7 Log message: sync CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/05/26 02:44:58 Modified files: editors/libreoffice: Makefile Added files: editors/libreoffice/patches: patch-external_libebook_ExternalProject_libebook_mk patch-external_libetonyek_ExternalProject_libetonyek_mk patch-external_libfreehand_ExternalProject_libfreehand_mk patch-external_libgltf_ExternalProject_libgltf_mk patch-external_libpagemaker_ExternalProject_libpagemaker_mk patch-external_libwpd_ExternalProject_libwpd_mk patch-external_libwpg_ExternalProject_libwpg_mk patch-external_libxmlsec_ExternalProject_xmlsec_mk Log message: unbreak build with binutils-2.17 by adding the necessary {C,LD}FLAGS and by switching to build with gcc 4.9. CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/05/26 03:31:28 Modified files: games : Makefile Log message: Add pysol CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2015/05/26 04:39:33 Log message: Import "Symbola", a font for unicode symbols, including "Blowfish" (U+1f421). requested by reyk@, help ajacoutot@, ok sthen@ Status: Vendor Tag: stsp Release Tags: stsp_20150526 N ports/fonts/symbola-ttf/Makefile N ports/fonts/symbola-ttf/distinfo N ports/fonts/symbola-ttf/pkg/DESCR N ports/fonts/symbola-ttf/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2015/05/26 04:40:31 Modified files: fonts : Makefile Log message: += symbola-ttf CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/26 05:23:15 Modified files: sys/dev/isa : if_ie.c Log message: More than 100+ drivers converted to if_input(), this is the last "real" one. ok dlg@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/05/26 05:36:26 Modified files: sys/net : if.c if_ethersubr.c if_tun.c netisr.h Log message: move add_net_randomness from ether_input to the if_input task. change it from feeding the ethertype of the packet (which is almost certainly an ip packet or vlan packet, so not that variable) to the number of packets about to be processed. ok deraadt@ mpi@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/26 05:39:08 Modified files: sys/net : if.c if_ethersubr.c if_trunk.c if_trunk.h if_var.h if_vlan.c Log message: Now that the Ethernet header is always passed as part of the mbuf, kill the second (unused) argument of the input packet handlers. ok dlg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/26 05:55:34 Modified files: sys/netinet : if_ether.c Log message: Do not create ARP entries for RTF_BROADCAST routes. This has been done because historically routes to broadcast addresses were cloned like any ARP entry. But for obvious reasons, no matching Ethernet address could ever be resolved. That's why we played tricks with the expire timer. Now that a RTF_BROADCAST route is created per configured IPv4 address, we need to differenciate duplicated one. And by not creating an ARP entry we are allowed to write the IP address in the rt_gateway field, which prevents MPATH conflicts. This change is part of a fix to unbreak aliases since the kernel support multiple connected routes for a subnet. Found the hardway by djm@, ok claudio@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/26 06:02:11 Modified files: sys/net : route.c Log message: Normalize route destination before checking for MPATH conflicts. This makes rt_mpath_conflict() work as expected when adding routes with the same destination and the same netmask. With and ok claudio@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/26 06:19:52 Modified files: sys/net : route.c sys/netinet : in.c sys/netinet6 : in6.c nd6_rtr.c Log message: Store the IP address of the corresponding ifa in the rt_gateway field of RTF_CLONING and RTF_BROASCAST routes to not create MPATH conflicts when IP address aliases are used. This change makes it possible to have multiple RTF_CLONING routes with the same priority. Note that any of the existing RTF_CLONING route might be used by the kernel to create a RTF_CLONED route which should not be a problem with aliases since they are attached to the same ifp. This unbreak address aliases since the kernel supports multiple connected routes for a subnet. Found the hardway by djm@, ok claudio@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/05/26 06:29:42 Modified files: sys/dev/pci : if_vmx.c Log message: bump the number of tx and rx descriptors from 128 up to 512. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/05/26 06:49:49 Modified files: www/chromium : Makefile Log message: remove unused MASTER_SITE CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/26 07:31:21 Modified files: meta/kde4 : Makefile Log message: prevent host from being tagged with kde4 early CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2015/05/26 08:34:59 Modified files: etc/mail : Makefile Log message: Create aliases.db from the installed aliases file, so we get the correct owner and group. Reported by Mark Patruck. ok deraadt@ miod@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/26 09:34:00 Modified files: sys/net80211 : ieee80211_input.c ieee80211_output.c Log message: Use if_output() instead of rerolling it. ok stsp@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/05/26 10:17:51 Modified files: sys/net : pf.c Log message: Don't create ICMP states on reply packets unless tracking states sloppy Since we've strengthened the ICMP state matching procedure during lookup to only match packets against states set up in a particular direction, we need to make sure we don't create states on packets that would otherwise be flowing in the direction opposite to the direction of the state and prevent further packets from matching the created state due to strict rules imposed by the ICMP direction check. Problem reported by Alexandr Nedvedicky, alexandr.nedvedicky-at-oracle.com. Discussed with reyk@; OK henning CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/26 11:01:27 Modified files: sysutils/menulibre: Makefile Log message: x11/gtk+3 is actually needed at build time: /usr/local/lib/python3.4/site-packages/gi/overrides/Gtk.py:50: RuntimeWarning: You have imported the Gtk 2.0 module. Because Gtk 2.0 was not designed for use with introspection some of the interfaces and API will fail. As such this is not supported by the pygobject development team and we encourage you to port your app to Gtk 3 or greater. PyGTK is the recomended python module to use with Gtk 2.0 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/05/26 11:37:40 Modified files: www/iridium : Makefile distinfo www/iridium/patches: patch-base_base_gypi patch-base_posix_unix_domain_socket_linux_cc patch-base_process_memory_cc patch-base_threading_platform_thread_linux_cc patch-build_all_gyp patch-build_common_gypi patch-chrome_app_chrome_main_delegate_cc patch-chrome_app_chromium_strings_grd patch-chrome_app_google_chrome_strings_grd patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_about_flags_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_defaults_cc patch-chrome_browser_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_shelf_context_menu_cc patch-chrome_browser_first_run_first_run_internal_posix_cc patch-chrome_browser_media_galleries_fileapi_mtp_device_map_service_cc patch-chrome_browser_media_galleries_media_file_system_registry_cc patch-chrome_browser_media_galleries_media_folder_finder_cc patch-chrome_browser_net_async_dns_field_trial_cc patch-chrome_browser_net_cookie_store_util_cc patch-chrome_browser_process_singleton_posix_cc patch-chrome_browser_renderer_preferences_util_cc patch-chrome_browser_ssl_ssl_blocking_page_cc patch-chrome_browser_sync_profile_sync_components_factory_impl_cc patch-chrome_browser_ui_aura_chrome_browser_main_extra_parts_aura_cc patch-chrome_browser_ui_browser_cc patch-chrome_browser_ui_browser_command_controller_cc patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_toolbar_wrench_menu_model_cc patch-chrome_browser_ui_views_chrome_views_delegate_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc patch-chrome_browser_ui_views_message_center_message_center_frame_view_cc patch-chrome_browser_ui_views_panels_panel_frame_view_cc patch-chrome_browser_ui_views_tabs_tab_drag_controller_cc patch-chrome_browser_ui_views_tabs_tab_strip_cc patch-chrome_browser_ui_webui_about_ui_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_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_browser_web_applications_web_app_h patch-chrome_chrome_browser_extensions_gypi patch-chrome_chrome_browser_gypi patch-chrome_chrome_browser_ui_gypi patch-chrome_chrome_exe_gypi patch-chrome_common_chrome_paths_cc patch-chrome_common_chrome_paths_h patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_extensions_api_schemas_gypi patch-chrome_common_pref_names_cc patch-chrome_common_pref_names_h patch-components_policy_resources_policy_templates_json patch-components_policy_tools_generate_policy_source_py patch-content_app_content_main_runner_cc patch-content_browser_browser_main_loop_cc patch-content_browser_child_process_launcher_cc patch-content_browser_download_base_file_linux_cc patch-content_browser_renderer_host_render_widget_host_view_aura_cc patch-content_content_browser_gypi patch-content_content_common_gypi patch-content_gpu_gpu_main_cc patch-content_ppapi_plugin_ppapi_blink_platform_impl_cc patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_shell_browser_shell_browser_context_cc patch-device_hid_hid_gyp patch-device_usb_usb_service_impl_cc patch-device_usb_usb_service_impl_h patch-gpu_command_buffer_service_async_pixel_transfer_manager_egl_cc patch-gpu_command_buffer_service_async_pixel_transfer_manager_share_group_cc patch-gpu_gpu_config_gypi patch-gpu_tools_tools_gyp patch-media_media_gyp patch-media_video_capture_video_capture_device_factory_cc patch-net_dns_host_resolver_proc_cc patch-net_net_gypi patch-net_socket_socks5_client_socket_cc patch-net_udp_udp_socket_libevent_cc patch-pdf_pdfium_pdfium_engine_cc patch-remoting_remoting_host_gypi patch-third_party_WebKit_Source_core_core_gyp patch-third_party_WebKit_Source_platform_blink_platform_gyp patch-third_party_WebKit_Source_platform_fonts_linux_FontPlatformDataLinux_cpp patch-third_party_WebKit_Source_platform_heap_StackFrameDepth_cpp patch-third_party_WebKit_Source_platform_heap_ThreadState_cpp patch-third_party_WebKit_Source_platform_heap_ThreadState_h patch-third_party_WebKit_Source_web_PopupListBox_cpp 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_ffmpeg_gyp patch-third_party_libjingle_libjingle_gyp patch-third_party_pdfium_fpdfsdk_src_javascript_PublicMethods_cpp patch-third_party_skia_gyp_ports_gyp patch-third_party_skia_src_core_SkVarAlloc_cpp patch-third_party_webrtc_base_base_gyp patch-third_party_webrtc_base_network_cc patch-third_party_webrtc_base_physicalsocketserver_cc patch-third_party_webrtc_build_common_gypi patch-third_party_webrtc_system_wrappers_source_thread_posix_cc patch-tools_gyp_pylib_gyp_generator_ninja_py patch-ui_app_list_app_list_constants_cc patch-ui_app_list_views_app_list_item_view_cc patch-ui_app_list_views_app_list_view_cc patch-ui_base_ui_base_gyp patch-ui_events_devices_x11_device_data_manager_x11_cc patch-ui_gfx_canvas_skia_cc patch-ui_gl_generate_bindings_py patch-ui_gl_gl_gyp patch-ui_gl_gl_surface_glx_cc patch-ui_views_controls_button_label_button_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_examples_widget_example_cc patch-ui_views_views_delegate_cc patch-ui_views_views_gyp www/iridium/pkg: PLIST Added files: www/iridium/patches: patch-base_process_process_posix_cc patch-chrome_browser_download_download_commands_cc patch-chrome_browser_download_download_commands_h patch-chrome_browser_extensions_api_messaging_message_service_cc patch-chrome_browser_extensions_bookmark_app_helper_cc patch-chrome_browser_metrics_drive_metrics_provider_linux_cc patch-chrome_browser_ui_views_apps_chrome_native_app_window_views_aura_cc patch-chrome_browser_ui_views_frame_browser_frame_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_platform_specific_cc patch-chrome_browser_ui_views_task_manager_view_cc patch-chrome_common_chrome_paths_internal_h patch-chrome_common_url_constants_cc patch-chrome_common_url_constants_h patch-components_omnibox_omnibox_field_trial_cc patch-content_browser_browser_url_handler_impl_cc patch-content_browser_devtools_protocol_color_picker_cc patch-content_browser_gamepad_gamepad_provider_cc patch-content_ppapi_plugin_ppapi_blink_platform_impl_h patch-content_renderer_devtools_v8_sampling_profiler_cc patch-content_renderer_renderer_blink_platform_impl_h patch-media_video_capture_fake_video_capture_device_factory_cc patch-media_video_capture_file_video_capture_device_factory_cc patch-media_video_capture_video_capture_device_cc patch-media_video_capture_video_capture_device_h patch-net_socket_client_socket_factory_cc patch-net_tools_get_server_time_get_server_time_cc patch-net_url_request_url_request_cc patch-net_url_request_url_request_context_builder_cc patch-third_party_skia_src_gpu_GrAutoLocaleSetter_h patch-ui_accessibility_accessibility_gyp patch-ui_accessibility_platform_ax_platform_node_cc patch-ui_views_accessibility_native_view_accessibility_cc Removed files: www/iridium/patches: patch-chrome_browser_download_download_shelf_context_menu_h patch-chrome_browser_ui_views_apps_chrome_native_app_window_views_cc patch-chrome_test_perf_perf_test_cc patch-chrome_tools_build_linux_sed_sh patch-components_dom_distiller_gypi patch-device_hid_hid_service_cc patch-media_video_capture_linux_video_capture_device_factory_linux_cc patch-skia_skia_gyp patch-third_party_libvpx_source_libvpx_build_make_obj_int_extract_c Log message: update to 43.1 CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/05/26 12:17:12 Modified files: usr.bin/audioctl: audioctl.c Log message: Exposes number of bytes processed by the sound card (as returned by AUDIO_GET{I,O}OFFS) instead of the number of bytes processed minus the xruns (as returned by AUDIO_GETINFO). ok armani CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/26 12:57:08 Modified files: gnu/usr.bin/binutils-2.17/bfd: elf32-m88k.c Log message: Improve diffability against m68k. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/05/26 12:59:19 Modified files: sysutils/sslmate: Makefile distinfo sysutils/sslmate/pkg: PLIST Log message: Update sslmate to 1.2.0 CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/05/26 13:12:11 Modified files: infrastructure/bin: portcheck Log message: Add perl5 to top_level_categories to prevent portcheck complaining. cpan.port.mk adds all ports that use that module to the perl5 category. OK zhuk@ sthen@ CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2015/05/26 13:12:24 Modified files: sys/dev/pci : if_vio.c Log message: Fix missing vlan.h include in if_vio.c patch by jsg@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/05/26 13:17:00 Modified files: lang/gawk : Makefile distinfo lang/gawk/pkg : PLIST Removed files: lang/gawk/patches: patch-extension_Makefile_in Log message: Update lang/gawk to 4.1.3 - patch-extension_Makefile_in is not needed anymore - remove SEPARATE_BUILD, it breaks the testsuite OK sthen@ aja@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/05/26 13:19:57 Modified files: x11/nagstamon : Makefile distinfo x11/nagstamon/patches: patch-Nagstamon_Config_py Log message: Update x11/nagstamon to 1.0.1 OK aja@, go ahead sthen@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2015/05/26 13:28:57 Modified files: lib/libc/asr : asr.c asr_debug.c asr_private.h getaddrinfo_async.c gethostnamadr_async.c Log message: simply use _PATH_HOSTS where appropriate CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/26 13:38:13 Modified files: lib/libssl/ssl : Makefile Log message: Use a relative path against BSDOBJDIR to pick libcrypto; makes cross-lib work again. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/05/26 14:15:00 Modified files: devel/p5-Data-Random: Makefile distinfo Log message: update p5-Data-Random to 0.12 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/26 14:15:54 Modified files: libexec/ld.so : Makefile Log message: Better cross-compilation check CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/26 14:23:39 Modified files: lib/libc/arch/vax/string: memcpy.S Log message: Bring back `1:' label removed by mistake in 1.7. Complained loudly about by gas 2.17, while 2.15 didn't care, which just caused a cold shiver accross my spine. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/05/26 17:23:40 Modified files: usr.bin/ssh : compat.c compat.h kexgexc.c Log message: Cap DH-GEX group size at 4kbits for Cisco implementations. Some of them will choke when asked for preferred sizes >4k instead of returning the 4k group that they do have. bz#2209, ok djm@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/26 17:47:04 Modified files: sys/arch/armv7/exynos: crosec_kbd.c Log message: make this build with WSDISPLAY_COMPAT_RAWKBD defined ok bmercer@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/26 18:06:14 Modified files: sys/arch/armv7/conf: Makefile.armv7 files.armv7 sys/arch/armv7/exynos: exclock.c exdisplay.c exdog.c exehci.c exesdhc.c exgpio.c exiic.c exmct.c expower.c exsysreg.c exuart.c exynos.c exynos_machdep.c Log message: make the exynos code compile without fdt ok bmercer@ CVSROOT: /cvs Module name: ports Changes by: yasuoka@cvs.openbsd.org 2015/05/26 19:17:57 Added files: mail/mew : Makefile distinfo mail/mew/pkg : DESCR PLIST Log message: Add Mew again and update it to 6.6. Refine the run and build denpendencies. Fix the path for the info files and put some other documents in /usr/local/share/doc/mew. ok jca CVSROOT: /cvs Module name: ports Changes by: yasuoka@cvs.openbsd.org 2015/05/26 19:20:48 Modified files: mail : Makefile Log message: +mew CVSROOT: /cvs Module name: ports Changes by: yasuoka@cvs.openbsd.org 2015/05/26 19:34:51 Modified files: devel/quirks/files: Quirks.pm Log message: Remove 'mew' from $obsolete_reason since it is added again. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/26 22:11:21 Modified files: x11/wxSVG : Makefile distinfo Log message: Update to wxsvg-1.5.4. from brad CVSROOT: /cvs Module name: ports Changes by: yasuoka@cvs.openbsd.org 2015/05/26 22:53:18 ports/mail/mailest Update of /cvs/ports/mail/mailest In directory cvs.openbsd.org:/tmp/cvs-serv27221/mail/mailest Log Message: Directory /cvs/ports/mail/mailest added to the repository CVSROOT: /cvs Module name: ports Changes by: yasuoka@cvs.openbsd.org 2015/05/26 22:53:35 ports/mail/mailest/pkg Update of /cvs/ports/mail/mailest/pkg In directory cvs.openbsd.org:/tmp/cvs-serv31367/mail/mailest/pkg Log Message: Directory /cvs/ports/mail/mailest/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: yasuoka@cvs.openbsd.org 2015/05/26 22:54:41 ports/mail/mailest/files Update of /cvs/ports/mail/mailest/files In directory cvs.openbsd.org:/tmp/cvs-serv25596/mail/mailest/files Log Message: Directory /cvs/ports/mail/mailest/files added to the repository CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/26 23:15:02 Modified files: usr.bin/ssh : ssh-pkcs11.c Log message: support PKCS#11 devices with external PIN entry devices bz#2240, based on patch from Dirk-Willem van Gulik; feedback and ok dtucker@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2015/05/26 23:22:05 Modified files: distrib/sets/lists/xserv: md.armv7 Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/27 00:48:00 Log message: Import gcab-0.6. GObject library to create cabinet files. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20150527 N ports/archivers/gcab/distinfo N ports/archivers/gcab/Makefile N ports/archivers/gcab/pkg/DESCR N ports/archivers/gcab/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/27 00:49:24 Modified files: archivers : Makefile Log message: +gcab CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/27 00:49:50 Modified files: devel/appstream-glib: Makefile distinfo devel/appstream-glib/pkg: PLIST Log message: Update to appstream-glib-0.4.0. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/05/27 00:54:14 Modified files: textproc/p5-XML-Parser-Lite: Makefile distinfo Log message: Update to p5-XML-Parser-Lite-0.721. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/05/27 01:12:28 Modified files: devel/git : Makefile distinfo Log message: Update to git-2.4.2. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/27 02:03:43 Modified files: sys/arch/armv7/armv7: platform.c Log message: call exynos_platform_match() if the kernel is compiled with exynos devices CVSROOT: /cvs Module name: ports Changes by: yasuoka@cvs.openbsd.org 2015/05/27 02:45:57 Added files: mail/mailest : Makefile distinfo mail/mailest/files: dot.emacs mail/mailest/pkg: DESCR PLIST Log message: Add "mailest" 0.9.19 "mailest" is a new search backend for Mew using Hyper Estrairer. It is to replace the existing search backend "mewest". OK gsoares ajacoutot CVSROOT: /cvs Module name: ports Changes by: yasuoka@cvs.openbsd.org 2015/05/27 02:47:34 Modified files: mail : Makefile Log message: +mailest CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/05/27 05:13:34 Modified files: sys/dev/usb : xhci.c Log message: Improve the controller state check in xhci_reset From FreeBSD, OK mpi CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/27 05:15:40 Modified files: infrastructure/bin: dpb Log message: the grabber object triggers reading existing global distinfo, and it does not do anything else, so create it early so that we read distinfo concurrently with hosts startup scripts CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/05/27 06:23:44 Modified files: sys/net : if_vlan.c Log message: check if the packet is for us or if we're promisc before we cut the vlan header out of the packet. fixes rx on top of trunks on top of nics that dont do hw vlan tagging. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2015/05/27 07:09:38 Modified files: www/aria2 : Makefile distinfo Log message: Update for Aria2 to 1.19.0: http://sourceforge.net/projects/aria2/files/stable/aria2-1.19.0/ Works fine on amd64, ok benoit@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/27 07:28:04 Modified files: usr.bin/tmux : cmd-refresh-client.c format.c server-client.c server.c status.c tmux.1 tmux.h Log message: Move the jobs output cache into the formats code so that #() work more generally (for example, again working in set-titles-string). CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/27 07:37:52 Modified files: www/drupal6/core: Makefile www/drupal6/core/files: drupal.conf Log message: use SUBST_CMD. Let drupal6.conf work with localbase apache CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/27 07:39:09 Modified files: www/drupal6/core: Makefile www/drupal6/core/files: drupal.conf Log message: thinko in previous CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/27 07:40:50 Modified files: geo/geocode-glib: Makefile Added files: geo/geocode-glib/patches: patch-geocode-glib_geocode-reverse_c Log message: Merge patch fron BZ#749963 to unbreak searching in gnome-maps. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/27 07:40:59 Modified files: www/drupal7/core: Makefile www/drupal7/core/files: drupal.conf Log message: SUBST_CMD, apache not in base CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/27 07:47:45 Modified files: textproc/zathura/plugins/mupdf: Makefile textproc/zathura/plugins/mupdf/pkg: PLIST textproc/zathura/plugins/poppler: Makefile textproc/zathura/plugins/poppler/pkg: PLIST Log message: landry on drugs, fix names of pkgs in conflicts (as found by a routine run of check-conflicts) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/27 07:51:51 Modified files: textproc/zathura/plugins/poppler: Makefile Log message: espie on drugs. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2015/05/27 08:07:01 Modified files: x11/spectrwm : Makefile distinfo Log message: Update to 2.7.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/27 09:11:12 Modified files: xserver/hw/xfree86/os-support/bsd: arm_video.c Log message: Simplify arm_video.c; we will never have PCI graphics on this architecture. This also makes it possible to run wsudl(4) on armv7 machines with echi(4). Tested for non-regression on zaurus by Sigi Rudzio. Thanks. CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/05/27 10:30:37 Log message: LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C. The library is designed to provide a simple to work with API to fairly efficient routines from various branches of number theory. OK sthen@ Status: Vendor Tag: czarkoff Release Tags: czarkoff_20150527 N ports/math/libtommath/Makefile N ports/math/libtommath/distinfo N ports/math/libtommath/pkg/DESCR N ports/math/libtommath/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/27 10:32:18 Modified files: databases/riak : Makefile Log message: Build the bundled libsnappy as a convenience (PIC) libtool library Fixes binutils-2.17@amd64. ok jmatthew@ (maintainer), "fais ce que tu veux" ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/05/27 10:42:54 Modified files: math : Makefile Log message: Hook libtommath CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/05/27 10:50:41 Log message: Convert LIT converts Microsoft Reader format e-books into OEBPS compliant packages for use with software or devices which are not directly compatible with Microsoft's Reader, or for further conversion to other e-book formats. OK sthen@ Status: Vendor Tag: czarkoff Release Tags: czarkoff_20150527 N ports/textproc/clit/Makefile N ports/textproc/clit/distinfo N ports/textproc/clit/files/Makefile N ports/textproc/clit/pkg/DESCR N ports/textproc/clit/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/05/27 10:53:01 Modified files: textproc : Makefile Log message: Hook clit CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/05/27 10:57:17 Modified files: textproc/ebook-tools: Makefile distinfo textproc/ebook-tools/pkg: DESCR PLIST Log message: Update to ebook-tools-0.2.2 While at it: * Drop documentation, which is mostly useless. Only headers are actually documented, and these are more accessible without doxygen-generated HTML. * Remove USE_NINJA stuff - devel/cmake module handles that. * Add HOMEPAGE. There isn't much useful information on SourceForge project page, but it is at least a pointer. * Rewrite pkg/DESCR for more precision, and mentioned that lit2epub script, which is installed with this port, requires clit package. OK sthen@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/27 13:07:35 Modified files: driver/xf86-video-mach64/src: atipreinit.c Log message: Fix merge issues that broke the build on i386. Reported by dan mclaughlin and others. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/27 13:18:48 Modified files: driver/xf86-video-mach64/src: atimach64probe.c Log message: Revert local changes that are not needed anymore and that prevented some of the patches to 0.9.5 to apply correctly. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/27 13:22:45 Modified files: driver/xf86-video-mach64/src: atipreinit.h Log message: One more extra diff with upstreams that escaped before. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/05/27 13:55:48 Modified files: security/p5-Net_SSLeay: Makefile security/p5-Net_SSLeay/patches: patch-t_local_35_ephemeral_t Log message: Check for existing LibreSSL in the regression test the same way as current upstream does. This works with both LibreSSL and OpenSSL. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/27 15:16:51 Modified files: textproc/libebml: Makefile distinfo textproc/libebml/pkg: PLIST Removed files: textproc/libebml/patches: patch-make_linux_Makefile Log message: Update to libebml-1.3.1. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/27 15:17:51 Modified files: multimedia/libmatroska: Makefile distinfo multimedia/libmatroska/pkg: PLIST Removed files: multimedia/libmatroska/patches: patch-make_linux_Makefile Log message: Update to libmatroska-1.4.2. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/27 15:18:48 Modified files: multimedia/mkvtoolnix: Makefile distinfo multimedia/mkvtoolnix/patches: patch-src_common_common_cpp patch-src_common_dts_cpp patch-src_common_strings_editing_h multimedia/mkvtoolnix/pkg: PFRAG.no-no_x11 PLIST Added files: multimedia/mkvtoolnix/patches: patch-Rakefile patch-ac_qt5_m4 patch-rake_d_helpers_rb patch-src_common_strings_editing_cpp patch-src_input_r_dts_cpp patch-src_input_r_wav_cpp Removed files: multimedia/mkvtoolnix/patches: patch-configure patch-src_common_mm_multi_file_io_cpp patch-src_mmg_options_mmg_cpp patch-src_propedit_propedit_cpp Log message: Update to mkvtoolnix-7.9.0. from brad (maintainer) with a few tweaks CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/05/27 16:10:52 Modified files: sys/dev/pci : if_ipw.c if_iwi.c if_iwn.c if_wpi.c Log message: Use m_defrag(9) instead of rolling our own inlined version. ok mikeb@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/27 16:11:06 Modified files: driver/xf86-video-mach64/src: atimach64probe.c atipreinit.c atipreinit.h Log message: On 2nd thought and after testing restore part the local changes by kettenis@ that are still needed: Fix a problem introduced by the libpciaccess conversion where the chip ID would be set wrong and the proper resources wouldn't be claimed. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/05/27 17:39:18 Modified files: usr.bin/ssh : dh.c dh.h Log message: Add a stronger (4k bit) fallback group that sshd can use when the moduli file is missing or broken, sourced from RFC3526. bz#2302, ok markus@ (earlier version), djm@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/05/27 17:51:10 Modified files: usr.bin/ssh : myproposal.h ssh_config.5 Log message: Reorder client proposal to prefer diffie-hellman-group-exchange-sha1 over diffie-hellman-group14-sha1. ok djm@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/05/27 18:00:25 Modified files: usr.bin/ssh/moduli-gen: Makefile moduli Removed files: usr.bin/ssh/moduli-gen: moduli.1024 Log message: Remove 1k bit groups. ok deraadt@, markus@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/05/27 18:03:06 Modified files: etc : moduli Log message: Remove 1k bit groups. ok deraadt@, markus@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/05/27 18:38:05 Modified files: faq : current.html Log message: Note the fact that, since the gtk+2 cups plugin was split off into a separate package, users now need to manually install it if they want to print using cups from firefox/gimp/etc. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/05/27 18:54:01 Modified files: usr.bin/ssh/moduli-gen: Makefile Removed files: usr.bin/ssh/moduli-gen: moduli Log message: Remove intermediate copy of the moduli file. "make" will rebuild any missing moduli fragment files (which will be a no-op unless you have explicitly deleted them) and "make update-moduli" will update the main file under ${BSDSRCDIR}/etc/moduli. ok djm@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/27 22:40:13 Modified files: usr.bin/ssh : ssh-keygen.c Log message: make ssh-keygen default to ed25519 keys when compiled without OpenSSL; bz#2388, ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/27 22:50:53 Modified files: usr.bin/ssh : sftp-client.c Log message: add error message on ftruncate failure; bz#2176 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/05/27 23:09:45 Modified files: usr.bin/ssh : ssh_config.5 Log message: Fix typo (keywork->keyword) CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/05/27 23:41:29 Modified files: usr.bin/ssh : sshconnect.c Log message: Increase the allowed length of the known host file name in the log message to be consistent with other cases. Part of bz#1993, ok deraadt. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/28 00:05:14 Modified files: misc/libosinfo : Makefile distinfo misc/libosinfo/pkg: PLIST Removed files: misc/libosinfo/patches: patch-data_oses_openbsd_xml_in Log message: Update to libosinfo-0.2.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/28 00:05:32 Added files: misc/libosinfo/patches: patch-osinfo_osinfo_media_h Log message: Missed in previous. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/28 00:08:24 Modified files: multimedia/libass: Makefile distinfo Log message: Update to libass-0.12.2. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/28 00:48:06 Modified files: audio/tracker : Makefile audio/tracker/pkg: PLIST Log message: Register conflict with x11/gnome/tracker. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/28 00:50:17 Modified files: net/irc : Makefile net/irc/pkg : PLIST net/ircd-hybrid: Makefile net/ircd-hybrid/pkg: PLIST Log message: Register conflict. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/28 00:54:46 Modified files: sysutils/opam : Makefile sysutils/opam/pkg: PLIST-lib Log message: Remove duplicate PLIST entries. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/28 00:59:14 Modified files: graphics/gmt : Makefile graphics/gmt/pkg: PLIST-main net/libpsl : Makefile net/libpsl/pkg : PLIST Log message: Register conflicts. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/28 01:06:42 Removed files: databases/p5-Search-Xapian: Makefile distinfo databases/p5-Search-Xapian/pkg: DESCR PFRAG.shared PLIST Log message: Remove p5-Search-Xapian; it's part of databases/xapian-bindings now. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/28 01:06:56 Modified files: databases : Makefile Log message: -p5-Search-Xapian CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/28 01:07:10 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: 'p5-Search-Xapian' => 'xapian-bindings-perl' CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/28 01:37:31 Modified files: usr.bin/ssh : ssh-keygen.c Log message: wrap all moduli-related code in #ifdef WITH_OPENSSL. based on patch from Reuben Hawkins; bz#2388 feedback and ok dtucker@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/05/28 02:05:12 Modified files: lang/gcc/4.9 : gcc4.port.mk Log message: In the fortran part of the gcc4 module, also add quadmath to WANTLIB on archs where it is used. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/05/28 02:09:46 Modified files: astro/wcslib : Makefile math/R : Makefile x11/kde4/cantor: Makefile Log message: Switch over all three ports using lang/gfortran to lang/gcc/x.y,-f95 in preparation for the 4.9 switch. discussed with/ok espie@ pirofti@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/05/28 02:12:38 Modified files: infrastructure/mk: gcc4.port.mk Log message: Switch gcc4 default to 4.9 (except on alpha) to fix bulk builds now that libreoffice requires 4.9. tested in a bulk build by aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/28 03:42:37 Log message: Import adb-5.1.1.4. Android Debug Bridge (adb) is a command line tool for communicating with Android emulators and devices. from Andrew Aldridge with tweak ok landry@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20150528 N ports/devel/adb/Makefile N ports/devel/adb/distinfo N ports/devel/adb/pkg/PLIST N ports/devel/adb/pkg/DESCR N ports/devel/adb/patches/patch-adb_Makefile N ports/devel/adb/patches/patch-adb_adb_c N ports/devel/adb/patches/patch-adb_adb_h N ports/devel/adb/patches/patch-adb_get_my_path_generic_c N ports/devel/adb/patches/patch-adb_sysdeps_h N ports/devel/adb/patches/patch-adb_usb_libusb_c N ports/devel/adb/patches/patch-libsparse_defs_h N ports/devel/adb/patches/patch-libsparse_output_file_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/28 03:43:04 Modified files: devel : Makefile Log message: +adb CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/05/28 04:17:32 Modified files: astro/stellarium: Makefile audio/clementine: Makefile audio/mpd : Makefile audio/mscore : Makefile audio/ncmpcpp : Makefile databases/mdbtools: Makefile databases/soprano: Makefile devel/automoc : Makefile devel/codeblocks: Makefile devel/cppcheck : Makefile devel/kdevelop : Makefile devel/kdevplatform: Makefile devel/py-gobject3: Makefile devel/spidermonkey: Makefile devel/xulrunner/24: Makefile editors/abiword: Makefile editors/calligra: Makefile editors/kile-kde4: Makefile editors/subtitleeditor: Makefile emulators/mupen64plus/core: Makefile emulators/mupen64plus/video-glide64mk2: Makefile games/0ad/base : Makefile games/dustrac : Makefile games/extremetuxracer: Makefile games/flightgear/base: Makefile games/gottcode/connectagram: Makefile games/gottcode/peg-e: Makefile games/gottcode/simsu: Makefile games/gottcode/tanglet: Makefile games/pingus : Makefile games/stone-soup: Makefile games/sumwars : Makefile games/ufoai/base: Makefile graphics/blender: Makefile graphics/digikam-kde4: Makefile graphics/prison: Makefile graphics/qimageblitz: Makefile graphics/simgear: Makefile lang/classpath : Makefile lang/luajit : Makefile lang/pypy : Makefile lang/rust : Makefile mail/lumail : Makefile mail/mimetic : Makefile mail/mozilla-thunderbird: Makefile mail/trojita : Makefile multimedia/gstreamer1/mm: Makefile multimedia/k3b-kde4: Makefile multimedia/kdenlive: Makefile multimedia/mlt : Makefile multimedia/phonon: Makefile multimedia/phonon-backend/gstreamer: Makefile multimedia/phonon-backend/vlc: Makefile multimedia/qt-gstreamer: Makefile net/cagibi : Makefile net/filezilla : Makefile net/konversation: Makefile net/ktorrent-kde4: Makefile net/libktorrent: Makefile net/mirall : Makefile net/rtorrent : Makefile print/cups-filters: Makefile productivity/akonadi: Makefile productivity/akonadi-googledata: Makefile productivity/attica: Makefile productivity/kmymoney: Makefile productivity/libalkimia: Makefile productivity/libkfbapi: Makefile productivity/libkgapi: Makefile sysutils/grive : Makefile sysutils/krename-kde4: Makefile sysutils/logstalgia: Makefile sysutils/tmux-mem-cpu-load: Makefile textproc/link-grammar: Makefile textproc/pdftk : Makefile www/aria2 : Makefile www/firefox-esr: Makefile www/kwebkitpart: Makefile www/mozilla-firefox: Makefile www/otter-browser: Makefile www/seamonkey : Makefile www/squid/snapshot: Makefile www/squid/stable: Makefile www/webkit : Makefile www/webkitgtk4 : Makefile x11/cegui : Makefile x11/cool-retro-term: Makefile x11/gnome/builder: Makefile x11/gnome/gjs : Makefile x11/gnome/keyring: Makefile x11/gnome/shell: Makefile x11/kde-shared-data: Makefile x11/kde4/amor : Makefile x11/kde4/analitza: Makefile x11/kde4/ark : Makefile x11/kde4/artikulate: Makefile x11/kde4/artwork: Makefile x11/kde4/audiocd-kio: Makefile x11/kde4/baloo : Makefile x11/kde4/baloo-widgets: Makefile x11/kde4/baseapps: Makefile x11/kde4/blinken: Makefile x11/kde4/bomber: Makefile x11/kde4/bovo : Makefile x11/kde4/cantor: Makefile x11/kde4/cervisia: Makefile x11/kde4/dev-utils: Makefile x11/kde4/dolphin-plugins: Makefile x11/kde4/dragon: Makefile x11/kde4/ffmpegthumbs: Makefile x11/kde4/filelight: Makefile x11/kde4/granatier: Makefile x11/kde4/graphics-mobipocket: Makefile x11/kde4/graphics-strigi-analyzer: Makefile x11/kde4/graphics-thumbnailers: Makefile x11/kde4/gwenview: Makefile x11/kde4/jovie : Makefile x11/kde4/juk : Makefile x11/kde4/kaccessible: Makefile x11/kde4/kactivities: Makefile x11/kde4/kajongg: Makefile x11/kde4/kalgebra: Makefile x11/kde4/kamera: Makefile x11/kde4/kanagram: Makefile x11/kde4/kapman: Makefile x11/kde4/kapptemplate: Makefile x11/kde4/kate : Makefile x11/kde4/katomic: Makefile x11/kde4/kblackbox: Makefile x11/kde4/kblocks: Makefile x11/kde4/kbounce: Makefile x11/kde4/kbreakout: Makefile x11/kde4/kbruch: Makefile x11/kde4/kcachegrind: Makefile x11/kde4/kcalc : Makefile x11/kde4/kcharselect: Makefile x11/kde4/kcolorchooser: Makefile x11/kde4/kcron : Makefile x11/kde4/kdf : Makefile x11/kde4/kdiamond: Makefile x11/kde4/kfilemetadata: Makefile x11/kde4/kfloppy: Makefile x11/kde4/kfourinline: Makefile x11/kde4/kgamma: Makefile x11/kde4/kgeography: Makefile x11/kde4/kget : Makefile x11/kde4/kgoldrunner: Makefile x11/kde4/kgpg : Makefile x11/kde4/khangman: Makefile x11/kde4/kig : Makefile x11/kde4/kigo : Makefile x11/kde4/killbots: Makefile x11/kde4/kimono: Makefile x11/kde4/kiriki: Makefile x11/kde4/kiten : Makefile x11/kde4/kjumpingcube: Makefile x11/kde4/klettres: Makefile x11/kde4/klickety: Makefile x11/kde4/klines: Makefile x11/kde4/kmag : Makefile x11/kde4/kmahjongg: Makefile x11/kde4/kmines: Makefile x11/kde4/kmix : Makefile x11/kde4/kmousetool: Makefile x11/kde4/kmouth: Makefile x11/kde4/kmplot: Makefile x11/kde4/knavalbattle: Makefile x11/kde4/knetwalk: Makefile x11/kde4/kolf : Makefile x11/kde4/kollision: Makefile x11/kde4/kolourpaint: Makefile x11/kde4/kompare: Makefile x11/kde4/konquest: Makefile x11/kde4/konsole: Makefile x11/kde4/kopete: Makefile x11/kde4/korundum: Makefile x11/kde4/kpat : Makefile x11/kde4/kppp : Makefile x11/kde4/kqtquickcharts: Makefile x11/kde4/krdc : Makefile x11/kde4/kremotecontrol: Makefile x11/kde4/kreversi: Makefile x11/kde4/krfb : Makefile x11/kde4/kross-interpreters: Makefile x11/kde4/kruler: Makefile x11/kde4/ksaneplugin: Makefile x11/kde4/kscd : Makefile x11/kde4/kshisen: Makefile x11/kde4/ksirk : Makefile x11/kde4/ksnakeduel: Makefile x11/kde4/ksnapshot: Makefile x11/kde4/kspaceduel: Makefile x11/kde4/ksquares: Makefile x11/kde4/kstars: Makefile x11/kde4/ksudoku: Makefile x11/kde4/ksystemlog: Makefile x11/kde4/kteatime: Makefile x11/kde4/ktimer: Makefile x11/kde4/ktouch: Makefile x11/kde4/ktuberling: Makefile x11/kde4/kturtle: Makefile x11/kde4/ktux : Makefile x11/kde4/kubrick: Makefile x11/kde4/kuser : Makefile x11/kde4/kwalletmanager: Makefile x11/kde4/kwordquiz: Makefile x11/kde4/libkcddb: Makefile x11/kde4/libkcompactdisc: Makefile x11/kde4/libkdcraw: Makefile x11/kde4/libkdeedu: Makefile x11/kde4/libkdegames: Makefile x11/kde4/libkexiv2: Makefile x11/kde4/libkipi: Makefile x11/kde4/libkmahjongg: Makefile x11/kde4/libkomparediff2: Makefile x11/kde4/libksane: Makefile x11/kde4/libs : Makefile x11/kde4/lokalize: Makefile x11/kde4/lskat : Makefile x11/kde4/marble: Makefile x11/kde4/mplayerthumbs: Makefile x11/kde4/nepomuk-core: Makefile x11/kde4/nepomuk-widgets: Makefile x11/kde4/network-filesharing: Makefile x11/kde4/network-strigi-analyzers: Makefile x11/kde4/okteta: Makefile x11/kde4/okular: Makefile x11/kde4/p5-kde: Makefile x11/kde4/p5-qt : Makefile x11/kde4/pairs : Makefile x11/kde4/palapeli: Makefile x11/kde4/parley: Makefile x11/kde4/picmi : Makefile x11/kde4/pim : Makefile x11/kde4/pim-runtime: Makefile x11/kde4/pimlibs: Makefile x11/kde4/plasma-addons: Makefile x11/kde4/poxml : Makefile x11/kde4/print-manager: Makefile x11/kde4/py-kde: Makefile x11/kde4/qyoto : Makefile x11/kde4/rocs : Makefile x11/kde4/runtime: Makefile x11/kde4/sdk-kioslaves: Makefile x11/kde4/sdk-strigi-analyzers: Makefile x11/kde4/sdk-thumbnailers: Makefile x11/kde4/smokegen: Makefile x11/kde4/smokekde: Makefile x11/kde4/smokeqt: Makefile x11/kde4/step : Makefile x11/kde4/superkaramba: Makefile x11/kde4/svgpart: Makefile x11/kde4/sweeper: Makefile x11/kde4/umbrello: Makefile x11/kde4/webdev: Makefile x11/kde4/workspace: Makefile x11/kde4/zeroconf-ioslave: Makefile x11/libkscreen : Makefile x11/libqaccessibilityclient: Makefile x11/lumina : Makefile x11/ogre : Makefile x11/qt5 : Makefile x11/tellico-kde4: Makefile x11/worker : Makefile x11/yakuake-kde4: Makefile Log message: gcc4 bumps, reminded by aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/28 04:25:36 Modified files: multimedia/mkvtoolnix: Makefile Log message: Bump after lang/gcc/4.9 became the default MODGCC4_VERSION. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/28 04:26:12 Modified files: editors/libreoffice: Makefile Log message: No need for MODGCC4_VERSION; 4.9 is the default. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/28 04:29:44 Modified files: lang/rust : Makefile Log message: Bump LIBESTDC_VERSION after default gcc4 switched to 4.9. That thing should be reworked somehow... CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/05/28 05:57:33 Modified files: sys/net : if_var.h Log message: Kill unused IF_INPUT_ENQUEUE(). ok dlg@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/28 06:01:15 Modified files: multimedia/mlt : Makefile multimedia/mlt/patches: patch-configure patch-src_mlt++_Makefile Log message: Compile as PIC code and link using -shared, not -Wl,-shared Fixes build with binutils-2.17@amd64 "looks correct" naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/28 06:03:57 Modified files: x11/ogre : Makefile x11/ogre/pkg : PLIST-samples Log message: No need to LIB_DEPENDS on lang/gcc/... CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2015/05/28 09:01:28 Modified files: print/texlive/base: Makefile print/texlive/base/pkg: PLIST README Log message: texlive_base: Remove bogus symlink. Although latexmk is included in texlive, we omit it in favour of our separate port. texlive_base should not install a symlink. There was also confusion between latex-mk and latexmk. We have both in ports, but the latter is the one related to texlive. Let's mark is as a soft dependency. Upgrade path is currently leaving a partial package behind due to the bogus symlink. A quirk will probably be required, which we can commit later. OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/28 09:47:47 Modified files: games/supertuxkart: Makefile Log message: Missed bump after move to gcc4.9. CVSROOT: /cvs Module name: ports Changes by: uebayasi@cvs.openbsd.org 2015/05/28 10:09:23 Modified files: devel/valgrind : Makefile distinfo Removed files: devel/valgrind/patches: patch-coregrind_Makefile_am patch-coregrind_link_tool_exe_openbsd_in Log message: Update devel/valgrind to 3.10.1p2, merging valgrind-openbsd 20150528 release. - Fix IOCTL argument read/write tracking. - Fix (work-around) signal assertion failure. - Fix build for binutils-2.17. The binutils diff was from jca@. OK jca@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/05/28 11:08:09 Modified files: usr.sbin/httpd : control.c httpd.c usr.sbin/relayd: control.c relayd.c usr.sbin/snmpd : control.c snmpd.c Log message: Do not try to unlink the control socket in an unprivileged child process on shutdown. Found while working on tame(2). OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/05/28 11:09:18 Modified files: usr.sbin/smtpd : control.c Log message: Do not try to unlink the control socket in an unprivileged child process on shutdown. Found while working on tame(2). OK gilles@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/28 11:46:43 Modified files: editors/emacs : Makefile Log message: Stop linking emacs to libexecinfo. While this debug feature may be useful for certain programs, it did not help any bug report since I am maintainer of the emacs port. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/05/28 12:02:24 Modified files: . : plus.html Log message: april; from Tim van der Molen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/28 12:16:42 Modified files: distrib/sets/lists/comp: md.alpha md.armish md.armv7 md.landisk md.sparc md.zaurus share/mk : bsd.own.mk Log message: Switch alpha, arm, sh and sparc to binutils 2.17. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/05/28 12:17:45 Modified files: net/znc : Makefile productivity/taskwarrior: Makefile sysutils/gource: Makefile Log message: Some more bumps for gcc-4.9. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/28 12:23:13 Modified files: . : Makefile.cross share/mk : bsd.own.mk Log message: Invert the binutils 2.17 logic to only list non-2.17 platforms. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/05/28 12:33:46 Modified files: x11/gnustep/make: Makefile distinfo x11/gnustep/make/patches: patch-GNUmakefile_in patch-Instance_framework_make patch-Master_rules_make x11/gnustep/make/pkg: PLIST Log message: Minor update to 2.6.7 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/05/28 12:35:35 Modified files: x11/gnustep/base: Makefile distinfo x11/gnustep/base/pkg: PLIST Added files: x11/gnustep/base/patches: patch-Source_Additions_Unicode_m patch-Tools_AGSOutput_m Log message: Maintenance release to 1.24.7 * TLS and other security improvements (note, SSLv3.0 is disabled by default in order to prevent the 'POODLE' attack). * Latest timezone data included * Various other bugfixes CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/05/28 12:38:16 Modified files: x11/gnustep/gui: Makefile distinfo x11/gnustep/gui/patches: patch-Source_NSBitmapImageRep+GIF_m x11/gnustep/gui/pkg: PLIST Added files: x11/gnustep/gui/patches: patch-Headers_AppKit_NSMenu_h patch-Model_GMArchiver_m patch-Source_GSDisplayServer_m patch-Source_GSXibLoader_m patch-Source_NSAnimation_m patch-Source_NSCachedImageRep_m patch-Source_NSEvent_m patch-Source_NSGradient_m patch-Source_NSMenu_m patch-Source_NSPrintPanel_m patch-Source_NSSplitView_m patch-Source_NSTextBlock_m patch-Source_NSTextContainer_m patch-Source_NSToolbarItem_m patch-Source_NSView_m patch-Source_NSWindow_m patch-TextConverters_RTF_RTFConsumer_m Log message: Maintenance release to 0.24.1 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/05/28 12:38:53 Modified files: x11/gnustep/back: Makefile distinfo Added files: x11/gnustep/back/patches: patch-Headers_x11_XGOpenGL_h patch-Source_cairo_CairoGState_m patch-Source_x11_XGGLContext_m Log message: Maintenance release to 0.24.1 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/05/28 12:41:28 Modified files: x11/gnustep/gorm: Makefile distinfo x11/gnustep/gorm/pkg: PLIST Log message: Maintenance release to 1.2.22 * Fix for bug#45040: Fix allows Gorm custom class functionality to work normally on OpenBSD/NetBSD/FreeBSD. * Fixes for Solaris * Memory leak fixes. * Objective-C parser improvements. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/28 12:54:21 Modified files: games/armagetronad: Makefile distinfo games/armagetronad/patches: patch-config_Makefile_in Removed files: games/armagetronad/patches: patch-configure Log message: Bugfix update to 0.2.8.3.3, prompted by a diff to ports@ from Michael Lesniewski ok bentley@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/05/28 13:26:37 Modified files: usr.bin/file : file.c Log message: probably makes more sense to show "file" as being mandatory; from sebastien marie CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/28 13:29:09 Log message: Import geo/osm2pgrouting ok sthen@, submission by Peter Schmiedeskamp Easily import OpenStreetMap (OSM) data into a pgRouting 2.0 database using the osm2pgrouting tool. Status: Vendor Tag: bcallah Release Tags: bcallah_20150528 N ports/geo/osm2pgrouting/Makefile N ports/geo/osm2pgrouting/distinfo N ports/geo/osm2pgrouting/pkg/DESCR N ports/geo/osm2pgrouting/pkg/PLIST N ports/geo/osm2pgrouting/patches/patch-CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/05/28 13:29:33 Modified files: geo : Makefile Log message: +osm2pgrouting CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/05/28 13:29:40 Modified files: usr.sbin/httpd : httpd.conf.5 Log message: use "uri"; from yegor timoschenko CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/28 13:59:29 Modified files: geo/osm2pgrouting: Makefile Log message: rm empty line. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/05/28 14:10:58 Modified files: sys/arch/amd64/include: cpu.h specialreg.h sys/arch/amd64/amd64: identcpu.c sys/arch/i386/include: cpu.h specialreg.h sys/arch/i386/i386: machdep.c Log message: Save the cpuid(6) eax bits in the cpu_info and report the SENSOR and ARAT bits from it. ok krw@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/05/28 14:45:29 Modified files: telephony/asterisk-sounds/core-sounds: Makefile.inc telephony/asterisk-sounds/core-sounds/pkg: PLIST-ja PLIST-sv Log message: fix conflicts in new asterisk-core-sounds languages, spotted by ajacoutot CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2015/05/28 14:53:05 Modified files: share/man/man4 : xf86.4 sys/arch/alpha/alpha: mem.c sys/arch/amd64/amd64: mem.c sys/arch/arm/arm: mem.c sys/arch/i386/i386: mem.c sys/arch/macppc/macppc: mem.c Log message: when machdep.allowaperture sysctl is set to 3, allow concurrent access CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/28 15:34:36 Modified files: usr.sbin/ntpd : constraint.c Log message: detect crashes from constraint sub-processes, instead of ignoring them. if this happens, we want to tear down all of ntpd, so that people will report it, any such bug can be found, and fixed. ok bcook CVSROOT: /cvs Module name: ports Changes by: bmercer@cvs.openbsd.org 2015/05/28 17:28:26 Log message: Import devel/arm-none-eabi. OK sthen@, port is from Dave Vandervies. Status: Vendor Tag: bmercer Release Tags: bmercer_20150528 N ports/devel/arm-none-eabi/Makefile N ports/devel/arm-none-eabi/Makefile.inc N ports/devel/arm-none-eabi/binutils/Makefile N ports/devel/arm-none-eabi/binutils/distinfo N ports/devel/arm-none-eabi/binutils/patches/patch-bfd_doc_Makefile_in N ports/devel/arm-none-eabi/binutils/patches/patch-binutils_doc_Makefile_in N ports/devel/arm-none-eabi/binutils/patches/patch-gas_doc_Makefile_in N ports/devel/arm-none-eabi/binutils/patches/patch-gprof_Makefile_in N ports/devel/arm-none-eabi/binutils/patches/patch-ld_Makefile_in N ports/devel/arm-none-eabi/binutils/patches/patch-libiberty_Makefile_in N ports/devel/arm-none-eabi/binutils/patches/patch-libiberty_testsuite_Makefile_in N ports/devel/arm-none-eabi/binutils/pkg/DESCR N ports/devel/arm-none-eabi/binutils/pkg/PLIST N ports/devel/arm-none-eabi/gcc-linaro/Makefile N ports/devel/arm-none-eabi/gcc-linaro/distinfo N ports/devel/arm-none-eabi/gcc-linaro/patches/patch-Makefile_in N ports/devel/arm-none-eabi/gcc-linaro/patches/patch-gcc_Makefile_in N ports/devel/arm-none-eabi/gcc-linaro/patches/patch-gcc_config_arm_none_eabi_h N ports/devel/arm-none-eabi/gcc-linaro/patches/patch-gcc_config_arm_t-arm-elf N ports/devel/arm-none-eabi/gcc-linaro/patches/patch-gcc_config_arm_unknown-elf_h N ports/devel/arm-none-eabi/gcc-linaro/patches/patch-gcc_gcc_c N ports/devel/arm-none-eabi/gcc-linaro/patches/patch-libgcc_Makefile_in N ports/devel/arm-none-eabi/gcc-linaro/patches/patch-libiberty_Makefile_in N ports/devel/arm-none-eabi/gcc-linaro/pkg/DESCR N ports/devel/arm-none-eabi/gcc-linaro/pkg/PLIST N ports/devel/arm-none-eabi/gdb/Makefile N ports/devel/arm-none-eabi/gdb/distinfo N ports/devel/arm-none-eabi/gdb/patches/patch-bfd_doc_Makefile_in N ports/devel/arm-none-eabi/gdb/patches/patch-gdb_doc_Makefile_in N ports/devel/arm-none-eabi/gdb/patches/patch-libiberty_Makefile_in N ports/devel/arm-none-eabi/gdb/pkg/DESCR N ports/devel/arm-none-eabi/gdb/pkg/PLIST N ports/devel/arm-none-eabi/newlib/Makefile N ports/devel/arm-none-eabi/newlib/distinfo N ports/devel/arm-none-eabi/newlib/patches/patch-etc_Makefile_in N ports/devel/arm-none-eabi/newlib/pkg/DESCR N ports/devel/arm-none-eabi/newlib/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bmercer@cvs.openbsd.org 2015/05/28 17:34:38 Modified files: devel : Makefile Log message: Tie arm-none-eabi into the build. CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2015/05/28 18:33:37 Modified files: sbin/bioctl : bioctl.8 bioctl.c sys/dev : bio.c biovar.h sys/dev/i2c : i2c_scan.c sys/dev/ic : mfi.c mfireg.h sys/dev/pci : if_vic.c if_vmx.c Log message: Initial addition of ``Patrol Read'' support in bio(4), biocto(8), and mfi(4). Based on FreeBSD, but done without mfiutil(8). OK deraadt@ CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2015/05/28 18:37:10 Modified files: sys/dev/i2c : i2c_scan.c sys/dev/pci : if_vic.c if_vmx.c Log message: Revert unrelated changes in previous. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/28 19:46:58 Modified files: x11/kde4/ruby-qt: Makefile Log message: Missed bump after move to gcc4.9. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/28 20:35:43 Modified files: sys/arch/arm/cortex: agtimer.c Log message: Remove unused bus space tags/handles. The generic timer uses the cp15 coprocessor space. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/28 20:44:14 Modified files: sys/arch/armv7/conf: GENERIC Log message: enable agtimer required for cortex a15 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/28 21:05:13 Modified files: regress/usr.bin/ssh: cfgparse.sh Log message: make this work without SUDO set; ok dtucker@ CVSROOT: /cvs Module name: ports Changes by: lteo@cvs.openbsd.org 2015/05/28 21:27:27 Modified files: net/daq : Makefile distinfo net/daq/patches: patch-api_daq_common_h patch-configure patch-os-daq-modules_daq_ipfw_c Log message: Update to DAQ 2.0.5, from maintainer Markus Lude. Tested with Snort 2.9.7.3 (which will be committed soon) by maintainer and myself. CVSROOT: /cvs Module name: ports Changes by: lteo@cvs.openbsd.org 2015/05/28 21:28:18 Modified files: net/snort : Makefile distinfo net/snort/patches: patch-etc_snort_conf patch-src_decode_h patch-src_dynamic-plugins_sf_engine_Makefile_in patch-src_dynamic-preprocessors_Makefile_in patch-src_dynamic-preprocessors_dcerpc2_Makefile_in patch-src_dynamic-preprocessors_dnp3_Makefile_in patch-src_dynamic-preprocessors_dns_Makefile_in patch-src_dynamic-preprocessors_ftptelnet_Makefile_in patch-src_dynamic-preprocessors_gtp_Makefile_in patch-src_dynamic-preprocessors_imap_Makefile_in patch-src_dynamic-preprocessors_modbus_Makefile_in patch-src_dynamic-preprocessors_pop_Makefile_in patch-src_dynamic-preprocessors_reputation_Makefile_in patch-src_dynamic-preprocessors_sdf_Makefile_in patch-src_dynamic-preprocessors_sip_Makefile_in patch-src_dynamic-preprocessors_smtp_Makefile_in patch-src_dynamic-preprocessors_ssh_Makefile_in patch-src_dynamic-preprocessors_ssl_Makefile_in patch-src_preprocessors_Stream6_snort_stream_tcp_c patch-src_preprocessors_spp_sfportscan_c Log message: Update to Snort 2.9.7.3, from maintainer Markus Lude. Tested on i386 and build tested on sparc64 by Markus; tested on amd64 by myself. Tests were done with DAQ 2.0.5. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/28 22:17:11 Modified files: regress/lib/libc/cxa-atexit/test1: Makefile Log message: Need to operate of CXXFLAGS now. CVSROOT: /cvs Module name: ports Changes by: yasuoka@cvs.openbsd.org 2015/05/28 23:13:07 Modified files: mail/mew : Makefile mail/mew/pkg : PLIST Log message: Remove shared directories from PLIST. point out jca ok ajacoutot jca CVSROOT: /cvs Module name: ports Changes by: yasuoka@cvs.openbsd.org 2015/05/28 23:14:47 Modified files: mail/mailest : Makefile mail/mailest/pkg: PLIST Log message: Remove share/examples from PLIST since it's a part of mtree. point out jca ok ajacoutot jca CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/28 23:48:07 Modified files: sys/arch/arm/arm: cpu.c cpufunc.c sys/arch/arm/cortex: agtimer.c ampintc.c cortex.c sys/arch/arm/include: armreg.h Log message: add some more cortex A ids CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/05/29 00:47:43 Modified files: usr.bin/ssh : Makefile.inc Log message: put back SSH1 for now - we want to make sure we don't regress it for the 6.9 release; ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/29 01:00:34 Modified files: x11/gtk+3 : Makefile Log message: Re-enable the lpr backend in default gtk-print-backends; configure would disable it when cups is found. issue reported by stsp@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/29 01:14:44 Modified files: x11/qt5 : Makefile x11/qt5/patches: patch-qtbase_mkspecs_openbsd-g++_qmake_conf Log message: Unbreak: libexecinfo header seems to be picked up after the switch to gcc4.9, so add the corresponding QMAKE_LIBS_EXECINFO to qmake.conf for the time being. CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2015/05/29 01:21:09 Modified files: lib/libc/arch/amd64/string: bcmp.S bzero.S ffs.S memchr.S memmove.S memset.S strchr.S strcmp.S strlen.S strrchr.S Log message: Sprinkle END() in some straightforward *.S files that have ENTRY(). The resulting *.o have "FUNC" symbols with size set. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/05/29 01:29:10 Modified files: net/isc-dhcp : Makefile net/isc-dhcp/pkg: isc_dhcpd.rc Log message: touch(1) dhcpd.leases at startup from Patrik Lundin CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/29 01:30:28 Modified files: usr.bin/file : file.c Log message: Silently fall back to /etc/magic if ~/.magic can't be opened, ok deraadt stsp CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/29 01:33:21 Modified files: net/nssl : Makefile net/nssl/patches: patch-Makefile net/nssl/pkg : PLIST Log message: include/ssl -> include/openssl CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/29 01:47:48 Modified files: x11/gnome/libgda: Makefile Log message: include/ssl -> include/openssl Regen WANTLIB while here. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2015/05/29 02:49:37 Modified files: lib/libc/asr : asr.c asr_private.h getaddrinfo_async.c gethostnamadr_async.c getnetnamadr_async.c Log message: fix a possible off-by-one when reading /etc/hosts if it doesn't end with a newline. ok jca@ CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2015/05/29 02:50:12 Modified files: lib/libc/arch/amd64/gen: _setjmp.S fabs.S flt_rounds.S fpgetmask.S fpgetround.S fpgetsticky.S fpsetmask.S fpsetround.S fpsetsticky.S modf.S setjmp.S sigsetjmp.S Log message: Put obvious END() macros that match ENTRY() entries. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/29 03:18:40 Modified files: infrastructure/bin: check-conflicts Log message: fix getting pkgpath in the ports tree case CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2015/05/29 03:25:28 Modified files: lib/libc/arch/amd64/net: htonl.S htons.S ntohl.S ntohs.S Log message: Put END() where appropriate. While here, kill redundant use of _C_LABEL() in ENTRY(). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/29 03:26:12 Modified files: net/telepathy/folks: Makefile distinfo net/telepathy/folks/pkg: PLIST Log message: update to folks-0.11.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/29 03:40:58 Modified files: graphics/evince: Makefile distinfo graphics/evince/pkg: PLIST Log message: update to evince-3.16.1 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/29 04:40:06 Modified files: infrastructure/lib/OpenBSD: PlistScanner.pm Log message: similar change to check-conflicts CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/29 05:03:37 Modified files: usr.bin/file : file.c Log message: If reading into buffer, correct the stored file size at EOF, we don't want to look at any garbage that might already be in the buffer after that. From Sebastien Marie. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/29 05:20:01 Modified files: graphics/py-opengl: Makefile distinfo graphics/py-opengl/patches: patch-OpenGL___init___py graphics/py-opengl/pkg: PLIST Log message: Update to py-opengl-3.0.2. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/29 05:59:01 Modified files: usr.bin/file : file.c Log message: Make things a little less confusing by making fill_buffer self-contained and return both the buffer and amount filled rather than having it modify the input struct and return a value. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/29 06:24:37 Modified files: graphics/inkscape: Makefile Log message: Regen WANTLIB to unbreak runtime because of missing libs. reported by Jona Joachim CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/29 06:33:41 Modified files: usr.bin/file : file.c Log message: Only mmap() on regular files; mmap() on /dev/stdin will happily map as much as we ask for but only the first page will be usable. (We could get the actual size with ioctl(FIONREAD) and mmap() that but it would need to be done in the parent - I think just using read() is simpler.) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/29 06:38:28 Modified files: usr.bin/file : sandbox.c Log message: file(1) needs access(/etc/localtime) for localtime(). CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/05/29 06:45:04 Modified files: devel/openmpi : Makefile Log message: openmpi now works fine with g77. ok espie@ aja@ jasper@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/05/29 07:48:45 Modified files: sys/dev : softraid.c softraid_raid5.c softraid_raid6.c Log message: Nuke annoying whitespace nits to shrink some future diffs. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/05/29 07:54:26 Modified files: sys/arch/amd64/stand/libsa: softraid.c sys/arch/i386/stand/libsa: softraid.c Log message: Nuke annoying whitespace nits to shrink some future diffs. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/05/29 08:07:49 Modified files: graphics/feh : Makefile distinfo Log message: Bugfixing update to feh-2.13.1 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/29 08:15:41 Modified files: usr.bin/file : magic-load.c magic.h Log message: I got confused and made the strength multiplier 20, it should be 10. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/29 08:52:10 Modified files: usr.bin/file : magic-test.c Log message: The case-insensitive flag (c) for string and search tests doesn't make the entire match case sensitive, only lower case characters. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/29 09:11:08 Modified files: usr.bin/file : magic-test.c Log message: Don't stop at the first successful test unless it has generated some output. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/29 09:12:11 Modified files: regress/usr.bin/file: t18.out Log message: Update file(1) regress (less verbose ELF output). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/29 09:53:46 Modified files: sbin/fsck : fsck.c Log message: remove duplicate assignments; from Benjamin Baier CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/05/29 09:57:29 Modified files: security/dsniff/patches: patch-sshcrypto_c Log message: Include blowfish.h from /usr/include/openssl CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/29 09:57:36 Modified files: sbin/fsck : fsck.c fsutil.c Log message: do not need non-NULL-check before free(p), other minor refactoring from Benjamin Baier CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/29 09:58:01 Modified files: usr.bin/file : magic-test.c Log message: Use gmtime not localtime when we want UTC, I got it right in one place but not in another two. I expect I was confused by the fact that the original file(1) had them the wrong way round (so, for example, leqldate was actually UTC). CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/29 09:58:34 Modified files: usr.bin/file : file.c sandbox.c Log message: millert points out I can just call tzset() early to avoid having to permit access() in the child. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2015/05/29 10:53:57 Modified files: x11/spectrwm : Makefile distinfo Log message: Update to 2.7.2 New update for Spectrwm to 2.7.2: * Restore Num_Lock workaround. If Num_Lock is mapped to a modifier, filter the modifier. OK aja@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/29 13:12:26 Modified files: sys/arch/alpha/include: exec.h libexec/ld.so/alpha: ldasm.S rtld_machine.c Log message: Make ld.so on alpha cope with binaries built with secureplt (where secure here means read-only, which our ld.so already enforced, but a smaller plt section). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/29 14:30:49 Modified files: distrib/sets/lists/comp: md.vax share/mk : bsd.own.mk Log message: Switch vax to bunnytils 2.17. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/29 17:02:27 Modified files: usr.bin/tmux : cmd-new-session.c Log message: Use RB_MIN to get the lowest index for the current window when creating grouped sessions, rather than using RB_ROOT. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/29 17:12:38 Modified files: usr.bin/tmux : format.c Log message: Expand formats again inside #(), and free the temporaries. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/05/29 17:23:07 Modified files: emulators/mupen64plus/video-z64: Makefile Added files: emulators/mupen64plus/video-z64/patches: patch-src_glshader_cpp patch-src_rgl_h Log message: Remove a CFLAGS hack by using the correct include path. from brad CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/29 17:26:52 Modified files: usr.bin/tmux : format.c Log message: Don't use special strings if #() commands fail, just remove the format (as if the command produced nothing). Makes constructions that can fail like '#(test whatever && echo foo)' work as they did before. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/29 17:51:02 Modified files: devel/libqtelegram-aseman-edition: Makefile Log message: Missed bump after switch to gcc4.9. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/29 20:17:36 Modified files: sys/arch/armv7/omap: ommmc.c sys/arch/armv7/imx: imxesdhc.c sys/arch/armv7/exynos: exesdhc.c Log message: fix the build when SDHC_DEBUG is defined CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/29 20:49:23 Modified files: sys/dev/pci : if_iwm.c Log message: cleanup attach message CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/29 21:20:54 Modified files: sys/arch/armv7/imx: imxesdhc.c Log message: Set the sdmmc(4) emmc highspeed flag if the capability register claims it is supported. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/05/30 00:24:59 Modified files: sbin/bioctl : bioctl.c Log message: fix usage(); CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/05/30 00:25:35 Modified files: usr.bin/file : file.1 file.c Log message: Support - to read from stdin, from Sebastien Marie. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/30 01:21:21 Modified files: net/cutegram : Makefile Log message: Missed bump after switch to gcc4.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/30 01:26:09 Modified files: sysutils/upower: Makefile distinfo Removed files: sysutils/upower/patches: patch-libupower-glib_up-device_c Log message: Update to upower-0.99.3. ok landry@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/30 01:27:40 Modified files: multimedia/mpv : Makefile Log message: Build mpv on a few more archs. Lightly tested on i386, macppc and sparc64. from brad CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/30 02:09:19 Modified files: sys/arch/armv7/imx: imx6.c imxccm.c imxccmvar.h imxehci.c Log message: Set the usb otg port on the cubox to host mode and attach ehci to it. While ehci attaches, devices don't seem to be recognised in the otg port. From Patrick Wildt in bitrig. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/05/30 02:39:05 Modified files: sys/dev/i2c : lm75.c Log message: Acquire/release the i2c bus before/after reading the temperature register. Prevents concurrent access to the smu(4) microcontroller on Apple G5 machines, which would result in errors reading the RTC. ok deraadt@, mpi@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/05/30 02:41:30 Modified files: sys/arch/i386/i386: acpi_machdep.c lock_machdep.c pmap.c sys/arch/i386/include: atomic.h lock.h Log message: Native atomic operations for i386. ok deraadt@, guenther@, dlg@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/30 02:44:36 Modified files: sysutils/ruby-facter: Makefile distinfo Log message: update to facter-2.4.4 CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/05/30 03:36:11 ports/net/py-oauth2/patches Update of /cvs/ports/net/py-oauth2/patches In directory cvs.openbsd.org:/tmp/cvs-serv16365/patches Log Message: Directory /cvs/ports/net/py-oauth2/patches added to the repository CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/05/30 03:38:11 Modified files: usr.sbin/relayd: http.h Log message: Remove fields from struct that are not used. OK benno@ CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/05/30 03:42:38 Modified files: net/py-oauth2 : Makefile net/py-oauth2/pkg: PLIST Added files: net/py-oauth2/patches: patch-setup_py Log message: Avoid pollution of python modules namespace By default oauth2 module installs regression tests as a separate "tests" module in site-packages. This is likely to be an error in setup.py. OK daniel@, sthen@, maintainer. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/05/30 03:47:25 Modified files: usr.sbin/relayd: relayd.c Log message: Plug a memory leak by simplifying kv_free(). By checking the type and returning early the key and value memory got leaked on HTTP header kvs since their type was never set. OK benno@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/30 04:59:21 Modified files: textproc/gtk-doc: Makefile distinfo Log message: Update to gtk-doc-1.24. CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/05/30 06:54:12 ports/www/py-paste-script/patches Update of /cvs/ports/www/py-paste-script/patches In directory cvs.openbsd.org:/tmp/cvs-serv10382/patches Log Message: Directory /cvs/ports/www/py-paste-script/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/05/30 06:57:53 Modified files: www/py-paste-script: Makefile www/py-paste-script/pkg: PLIST Added files: www/py-paste-script/patches: patch-setup_py Log message: Avoid pollution of python modules namespace By default PasteScript module installs regression tests as a separate "tests" module in site-packages. This is an error in setup.py, and the fix is actually from upstream. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/05/30 10:11:12 Modified files: www/aria2 : Makefile Log message: Don't pick up libssh2 . CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/30 12:09:26 Modified files: sys/dev/pci/drm: drmP.h Log message: DRMDEBUG not DRM_DEBUG. From frantisek holop. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/05/30 12:14:08 Modified files: sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC sys/arch/macppc/conf: GENERIC Log message: Remove commented out DRMDEBUG/DRM_DEBUG lines. Other drivers don't have similiar lines so drm shouldn't either. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/05/30 12:37:18 Modified files: sysutils/sslmate: Makefile distinfo Log message: Update sslmate to 1.2.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/05/30 13:03:34 Modified files: lang/coffeescript: Makefile distinfo Log message: update to coffeescript-1.9.3 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/05/30 13:53:03 Modified files: lib/libarch/alpha: Makefile Log message: Build with -mbwx rather than -Wa,-mev56 so that upcoming changes to the compiler will output proper .arch statements in its output. No functional change. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/05/30 15:33:59 Modified files: security/nss : Makefile distinfo Log message: Update to nss 3.19.1, will be required by firefox 39 anyway. Bump minor. Fixes for logjam attack, among other things, see https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.19.1_release_notes and https://bugzilla.mozilla.org/show_bug.cgi?id=1138554 Commited over urndis0 in a hytte in Å, Lofoten :) CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2015/05/30 20:10:07 Modified files: x11/xbanish : Makefile distinfo Log message: update to xbanish-1.4 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/05/31 00:32:06 Modified files: graphics/rawtherapee: Makefile Added files: graphics/rawtherapee/patches: patch-rtengine_dcraw_cc Log message: fix CVE-2015-3885 for embedded dcraw. reported by Sevan / Venture37 on ports@, thanks looks ok to kili@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/05/31 00:35:02 Modified files: graphics/rawstudio: Makefile Added files: graphics/rawstudio/patches: patch-src_dcraw_cc Log message: fix CVE-2015-3885 for embedded dcraw. reported by Sevan / Venture37 on ports@, thanks looks ok to kili@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/05/31 00:40:35 Modified files: graphics/dcraw : Makefile distinfo Added files: graphics/dcraw/patches: patch-dcraw_c Log message: fix CVE-2015-3885 for embedded dcraw. reported by Sevan / Venture37 on ports@, thanks switch to new distfile which is available from MASTER_SITES and contains no win32 binary looks ok to kili@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/05/31 00:43:22 Modified files: graphics/ufraw : Makefile Added files: graphics/ufraw/patches: patch-dcraw_cc Log message: fix CVE-2015-3885 for embedded dcraw. reported by Sevan / Venture37 on ports@, thanks looks ok to kili@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/05/31 00:45:29 Modified files: graphics/libraw: Makefile Added files: graphics/libraw/patches: patch-dcraw_dcraw_c patch-internal_dcraw_common_cpp Log message: fix CVE-2015-3885 for embedded dcraw. reported by Sevan / Venture37 on ports@, thanks looks ok to kili@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2015/05/31 01:56:10 Modified files: lang/python/2.7: Makefile distinfo lang/python/2.7/pkg: PLIST-idle PLIST-main PLIST-tests PLIST-tools Removed files: lang/python/2.7/patches: patch-Lib_socket_py patch-Lib_ssl_py patch-Lib_test_test_file2k_py patch-Lib_test_test_socket_py patch-Lib_test_test_ssl_py patch-Modules__ssl_c Log message: update python to 2.7.10. ok aja@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/31 04:38:27 Modified files: infrastructure/bin: check-conflicts Log message: make progress on an older projects, scanning plists is a "standard" activity. refactor it as PlistScanner (done some time ago), and use it in check-conflicts (I had a stupid bug somewhere, mainly forgot to initialize stuff properly...) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/05/31 07:23:03 Modified files: xserver : Makefile.bsd-wrapper Log message: Obsolete XAA includes should be gone now. CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/05/31 13:40:11 Modified files: distrib/alpha/common: install.md distrib/amd64/common: install.md distrib/armish/ramdisk: install.md distrib/armv7/ramdisk: install.md distrib/aviion/ramdisk: install.md distrib/hppa : install.md distrib/i386/common: install.md distrib/landisk/ramdisk: install.md distrib/loongson/ramdisk: install.md distrib/luna88k/ramdisk: install.md distrib/macppc/ramdisk: install.md distrib/miniroot: install.sub distrib/octeon/ramdisk: install.md distrib/sgi/ramdisk: install.md distrib/socppc/ramdisk: install.md distrib/sparc : install.md distrib/sparc64/common: install.md distrib/vax : install.md distrib/zaurus/ramdisk: install.md Log message: Replace identical code in the MD scripts of the installer with a new MI function disklabel_autolayout() which now handles all aspects of the disklabel auto-layout and autopartitioning case for the root disk. Remove get_disklabel_template() and merge it with the new function. "move forward" deraadt@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/05/31 14:03:45 Modified files: devel/p5-Test-TrailingSpace: Makefile distinfo Log message: update p5-Test-TrailingSpace to 0.0205 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/05/31 14:10:44 Modified files: sys/kern : uipc_mbuf.c Log message: If the first list was empty, ml_join() did not not clear the second list after transferring all elements away. Reorder the conditionals to make sure that ml_init() is always called for a non empty second list. This makes all cases consistent and is less surprising. OK dlg@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/05/31 15:21:10 Modified files: distrib/aviion/ramdisk: install.md Log message: Fix typos. OK miod@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/05/31 17:07:37 Modified files: app/cwm : cwm.1 cwmrc.5 Log message: a start to cleaning: - no reason for pointer movement and window movement and resizing sections that just describe default key bindings - key bindings are for all search and exec dialogs, not just for windows - adding missing bindings - normalize and wordsmith - re-order sections according to mdoc(7) feedback and ok from jmc@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/05/31 17:12:17 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: register.in register.out_ascii Log message: Implement the roff(7) `r' (register exists) conditional. Missing feature found by Markus in Debian's bash(1) manual page. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/05/31 17:27:06 Modified files: usr.bin/tmux : server.c Log message: does not need syslog.h CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/05/31 17:29:53 Modified files: databases : Makefile www : Makefile Log message: Unhook www/ruby-rest-client and databases/ruby-couchrest CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/05/31 17:32:23 Removed files: databases/ruby-couchrest: Makefile distinfo databases/ruby-couchrest/pkg: DESCR PLIST www/ruby-rest-client: Makefile distinfo www/ruby-rest-client/pkg: DESCR PLIST Log message: Remove www/ruby-rest-client and databases/ruby-couchrest Security issues in www/ruby-rest-client, newer versions require porting additional ruby gems. These are both pure ruby gems and nothing else depends on them, so there's not much value in having ports for them. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/05/31 17:35:53 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register www/ruby-rest-client and databases/ruby-couchrest removal CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/05/31 17:54:25 Modified files: lib/libc/sys : getdtablecount.2 getthrid.2 mkfifo.2 nanosleep.2 nfssvc.2 pathconf.2 readlink.2 revoke.2 setsid.2 sigaltstack.2 sigpending.2 sigsuspend.2 Log message: Simple macro fixes (Fd -> In, Nm -> Fn) from Kaspars at Bankovskis dot net. No content change. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/05/31 18:01:48 Modified files: infrastructure/bin: check-conflicts Log message: clean-up unnecessary globals CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/01 00:40:06 Modified files: net/ruby-msgpack: Makefile distinfo net/ruby-msgpack/pkg: PLIST Log message: - update to msgpack-0.5.12 * this isn't the latest version yet as that crashes ruby21.. tested by/ok sebastia@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/01 00:41:00 Modified files: sysutils/ruby-puppet/3: Makefile distinfo sysutils/ruby-puppet/3/patches: patch-lib_puppet_defaults_rb patch-lib_puppet_type_package_rb sysutils/ruby-puppet/3/pkg: PLIST Log message: - update to puppet 3.8.1 * https://docs.puppetlabs.com/puppet/3.8/reference/release_notes.html#puppet-381 tested by/ok sebastia@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/01 00:54:02 Modified files: graphics/ImageMagick: Makefile Log message: Fix ghostscript font directory. reported by deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/01 00:58:00 Modified files: textproc/icu4c : Makefile distinfo Log message: Unbreak build on mips. Drop DIST_SUBDIR while here. reported and tested by miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/01 01:45:25 Modified files: graphics/GraphicsMagick: Makefile Log message: Set the correct GhostScript fonts path. from brad (maintainer) CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/01 01:48:04 Modified files: sys/net : if_tun.c Log message: Convert tun(4) to if_input(). Tested by Norman Golisz and , thanks! ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/01 01:51:22 Modified files: graphics/dcraw : Tag: OPENBSD_5_7 Makefile distinfo graphics/libraw: Tag: OPENBSD_5_7 Makefile graphics/rawtherapee: Tag: OPENBSD_5_7 Makefile graphics/rawstudio: Tag: OPENBSD_5_7 Makefile graphics/ufraw : Tag: OPENBSD_5_7 Makefile Added files: graphics/dcraw/patches: Tag: OPENBSD_5_7 patch-dcraw_c graphics/libraw/patches: Tag: OPENBSD_5_7 patch-dcraw_dcraw_c patch-internal_dcraw_common_cpp graphics/rawtherapee/patches: Tag: OPENBSD_5_7 patch-rtengine_dcraw_cc graphics/rawstudio/patches: Tag: OPENBSD_5_7 patch-src_dcraw_cc graphics/ufraw/patches: Tag: OPENBSD_5_7 patch-dcraw_cc Log message: Security fixes for CVE-2015-3885 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/01 01:58:30 Modified files: sysutils/salt : Makefile Log message: Rework dependencies. CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2015/06/01 02:21:19 Modified files: productivity/homebank: Makefile distinfo productivity/homebank/pkg: PLIST Log message: Update to 5.0.2 go ahead ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2015/06/01 02:23:47 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/pkg: PLIST-docs PLIST-server Removed files: databases/postgresql/patches: patch-src_backend_libpq_hba_c Log message: Security / reliability update to 9.4.2 go ahead ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2015/06/01 02:25:24 Modified files: databases/postgresql: Tag: OPENBSD_5_7 Makefile databases/postgresql/pkg: Tag: OPENBSD_5_7 PLIST-docs PLIST-server Removed files: databases/postgresql/patches: Tag: OPENBSD_5_7 patch-src_backend_libpq_hba_c Log message: Security / reliability update to 9.4.2 go ahead ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/01 03:08:18 Modified files: databases/postgresql: Tag: OPENBSD_5_7 distinfo Log message: sync distinfo CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/01 03:20:19 Modified files: usr.bin/tmux : server.c Log message: Clear signal handlers before event_reinit as apparently it can otherwise cause libevent to go strange. CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2015/06/01 03:27:53 Modified files: lib/libc/arch/amd64/sys: tfork_thread.S Log message: Put END() matching ENTRY(). CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2015/06/01 03:31:40 Modified files: lib/libc/arch/amd64/sys: cerror.S Log message: Put END() matching _ENTRY() (== ENTRY() w/o prof). CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2015/06/01 03:51:42 Modified files: databases/pgbouncer: Makefile distinfo Log message: Update to 1.5.5 (fix CVE-2015-4054 / remote crash) ok ajacoutot@, jasper@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2015/06/01 03:53:03 Modified files: databases/pgbouncer: Tag: OPENBSD_5_7 Makefile distinfo Log message: Update to 1.5.5 (fix CVE-2015-4054 / remote crash) ok jasper@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/06/01 03:54:16 Modified files: usr.sbin/relayd: relay_http.c Log message: Fix memory leak in error case. OK bluhm@ benno@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/01 04:03:19 Modified files: x11/yad : Makefile Log message: moved to sf.net CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/01 07:40:56 Modified files: devel/mercurial: Makefile Added files: devel/mercurial/patches: patch-mercurial_sshpeer_py Log message: Security fix for CVE-2014-9462 ok rpointel@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/01 07:41:26 Modified files: devel/mercurial: Tag: OPENBSD_5_7 Makefile Log message: Security fix for CVE-2014-9462 ok rpointel@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/01 07:42:21 Added files: devel/mercurial/patches: Tag: OPENBSD_5_7 patch-mercurial_sshpeer_py Log message: i made you a patch but i eated it CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/01 07:59:57 Modified files: usr.bin/tmux : input.c Log message: Missing t at end of response, from Vincent Bernat. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/01 08:00:24 Modified files: www/nginx : Makefile distinfo Log message: update to 1.9.1 because we track the mainline version CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/06/01 09:52:57 Modified files: sys/dev/pci : pcidevs Log message: fix typo: Wirelsss -> Wireless CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/06/01 09:53:10 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/01 10:13:55 Modified files: infrastructure/lib/DPB: User.pm Log message: fix, noticed by naddy CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2015/06/01 10:23:09 Modified files: net/vnstat : Makefile distinfo net/vnstat/patches: patch-Makefile patch-src_Makefile patch-src_ifinfo_c Log message: Update to 1.14 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2015/06/01 10:28:38 Removed files: net/vnstat/patches: patch-src_ifinfo_c Log message: Remove deleted patch CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/01 11:35:24 Modified files: share/mk : bsd.own.mk Log message: Switch m88k ports to binutils 2.17. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/01 11:36:19 Modified files: . : Makefile.cross gnu/usr.bin : Makefile gnu/usr.bin/binutils: Makefile.bsd-wrapper share/mk : bsd.own.mk Log message: Now that we do not need to build binutils 2.15 (except for gdb), simplify the build logic. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/06/01 12:56:09 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; note: no updates for iceland, ukraine, and vietnam as they're showing "n/a" for the past two months on the economist (no idea) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/01 12:59:41 Modified files: gnu/usr.bin/cc/cc_tools: auto-host.h Log message: Define HAVE_AS_EXPLICIT_RELOCS and HAVE_AS_JSRDIRECT_RELOCS. These symbols are only used by the alpha backend and allow it to produce more precise relocation information, but need a recent as(1) for this to work. This will be necessary to enable secureplt by default. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/01 13:02:11 Modified files: lib/libc/arch/alpha/gen: divrem.m4 Log message: Since the __{div,rem}{l,q}{,u} special libc entry points use a specific calling convention which conflicts over t11 usage with the secureplt calling convention, force these symbols to be `notype' rather `function', so that the linker will not attempt to use plt relocations for them in the absence of explicit relocation information. Note that these symbols are still public and still callable with the old plt convention, so existing binaries will still work with an updated libc, and no libc version change is necessary. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/01 13:03:10 Modified files: gnu/usr.bin/binutils-2.17/bfd: configure configure.in Log message: Enable secureplt by default on alpha. The old plt flavour can still be obtained by passing --no-secureplt to ld(1), or -Wl,--no-secureplt to cc(1) when linking. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/01 13:03:46 Modified files: gnu/usr.bin/binutils-2.17/ld/emulparams: elf64alpha_obsd.sh Log message: Revert 1.2, which used to be necessary during the early ld 2.17 work, but hasn't been required for a while. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2015/06/01 13:04:23 Modified files: faq : current.html Log message: Instructions to switch alpha to secureplt for the daring people. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/01 13:55:20 Modified files: libexec/ld.so/powerpc: ldasm.S Log message: In the lazy binding routine, make sure we actually allocate the stack we need, instead of corrupting the caller's stack by mistake. This fixes the mysterious segfaults in __powerpc_read_tcb() reported on earlier G3 systems - more recent processors have been luckier... ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/01 14:39:06 Modified files: infrastructure/lib/DPB: User.pm Log message: bleh, fix fix. Wrong problem CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2015/06/01 15:49:43 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.armv7 md.aviion 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 Log message: sync CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/06/01 18:50:20 Log message: Import www/p5-CGI 4.15 CGI.pm is a stable, complete and mature solution for processing and preparing HTTP requests and responses. Major features including processing form submissions, file uploads, reading and writing cookies, query string generation and manipulation, and processing and preparing HTTP headers. CGI.pm performs very well in a vanilla CGI.pm environment and also comes with built-in support for mod_perl and mod_perl2 as well as FastCGI. It has the benefit of having developed and refined over 20 years with input from dozens of contributors and being deployed on thousands of websites. CGI.pm was included in the perl distribution from perl v5.4 to v5.20, however is has now been removed from the perl core... ok sthen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20150601 C ports/www/p5-CGI/Makefile C ports/www/p5-CGI/distinfo C ports/www/p5-CGI/pkg/DESCR C ports/www/p5-CGI/pkg/PLIST 4 conflicts created by this import. Use the following command to help the merge: cvs checkout -jafresh1:yesterday -jafresh1 ports/www/p5-CGI CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/01 19:31:39 src/distrib/armv7/miniroot/cubox Update of /cvs/src/distrib/armv7/miniroot/cubox In directory cvs.openbsd.org:/tmp/cvs-serv20957/cubox Log Message: Directory /cvs/src/distrib/armv7/miniroot/cubox added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/01 19:31:39 src/distrib/armv7/miniroot/nitrogen Update of /cvs/src/distrib/armv7/miniroot/nitrogen In directory cvs.openbsd.org:/tmp/cvs-serv20957/nitrogen Log Message: Directory /cvs/src/distrib/armv7/miniroot/nitrogen added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/01 19:48:25 Modified files: distrib/armv7/miniroot: Makefile Makefile.inc distrib/armv7/ramdisk: install.md etc/etc.armv7 : Makefile.inc distrib/notes/armv7: contents prep Added files: distrib/armv7/miniroot/cubox: Makefile distrib/armv7/miniroot/nitrogen: Makefile Removed files: distrib/armv7/miniroot/imx: Makefile Log message: Rename the imx miniroot to nitrogen as it creates "6x_bootscript". Add a miniroot for the CuBox-i which needs u-boot at a particular offset in the sd image to boot. Based on changes made by Patrick Wildt in bitrig. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/01 20:30:16 Modified files: sys/arch/arm/arm: cpufunc_asm_armv7.S sys/arch/arm/armv7: bus_space_asm_armv7.S sys/arch/armv7/conf: Makefile.armv7 Log message: with binutils 2.17 we can change some raw opcodes into instruction names ok miod@ deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/01 22:31:53 Modified files: sys/arch/sparc/include: vmparam.h sys/arch/sparc/sparc: machdep.c Log message: Override pie range constants (well, only VM_PIE_MAX_ADDR) with a variable which value is decided at runtime, in order to only enable PIE on sun4m which has a large enough address space. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/01 22:33:39 Modified files: share/mk : bsd.own.mk Log message: Make sparc go PIE (not `static PIE' yet). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/02 00:10:14 Modified files: . : Makefile Log message: missing " spotted by Kyle Milz CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/06/02 00:30:55 Added files: www/p5-CGI : Makefile distinfo www/p5-CGI/pkg : DESCR PLIST Log message: Resurrect www/p5-CGI from the Attic Help from jasper@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/06/02 00:31:48 Modified files: www : Makefile Log message: +p5-CGI CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/02 02:16:20 Modified files: devel/gocover : Makefile www/otter-browser: Makefile Log message: update maintainer email addresses for Adam Wolk CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/02 03:05:17 ports/print/t1utils/patches Update of /cvs/ports/print/t1utils/patches In directory cvs.openbsd.org:/tmp/cvs-serv1031/patches Log Message: Directory /cvs/ports/print/t1utils/patches added to the repository CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/06/02 03:10:40 Modified files: usr.bin/ssh : ssh_config.5 Log message: mention CheckHostIP adding addresses to known_hosts; bz#1993; ok dtucker@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/02 03:38:24 Modified files: sys/net : if_ethersubr.c sys/netinet : ip_carp.c ip_carp.h Log message: Take carp(4) out of ether_input(). Tested by , thanks! ok bluhm@, dlg@ CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2015/06/02 04:40:49 Modified files: converters/html2wml: Makefile net/smokeping : Makefile www/p5-HTTP-Server-Simple: Makefile distinfo Log message: Add dependency on www/p5-CGI and update to later version. Ok sthen@ CVSROOT: /cvs Module name: ports Changes by: bmercer@cvs.openbsd.org 2015/06/02 05:34:15 Log message: Import govet, OK sthen@ and the port is from Adam Wolk. Status: Vendor Tag: bmercer Release Tags: bmercer_20150602 N ports/devel/govet/Makefile N ports/devel/govet/distinfo N ports/devel/govet/pkg/DESCR N ports/devel/govet/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bmercer@cvs.openbsd.org 2015/06/02 05:37:46 Modified files: devel : Makefile Log message: +govet CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/06/02 05:38:50 Modified files: www/aria2 : Makefile Log message: Enable SFTP. OK gonzalo@. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/02 07:21:21 Modified files: sys/net : if_bridge.c Log message: Use if_input() instead of ether_input_mbuf(). ok jasper@, bluhm@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/02 07:23:55 Modified files: sys/net : if.c if_var.h Log message: RIP ether_input_mbuf(). CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/02 07:53:43 Modified files: sys/arch/macppc/conf: GENERIC files.macppc sys/arch/macppc/dev: openpic.c Added files: sys/arch/macppc/pci: hpb.c Log message: Add a new HT-PCI bridge driver and the necessary glue to openpic(4) to get interrupts working on U4 machines. With this OpenBSD can run on PowerMac11,2 (Quad G5). With inputs from and ok kettenis@, miod@, dlg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/02 07:54:50 Modified files: share/man/man4/man4.macppc: Makefile Added files: share/man/man4/man4.macppc: hpb.4 Log message: Man page for hpb(4). CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/06/02 08:19:15 Modified files: graphics/dcraw/patches: patch-dcraw_c Log message: fix typo in patch comment spottend by jasper@ in similar patch to graphics/darktable CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/06/02 08:22:08 Modified files: graphics/rawtherapee/patches: patch-rtengine_dcraw_cc Log message: fix typo in patch comment spottend by jasper@ in similar patch to graphics/darktable CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/02 09:26:19 Modified files: sys/dev/pci : pcireg.h Log message: Add missing define for hpb(4). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/02 09:29:45 Modified files: multimedia/get_iplayer: Makefile multimedia/get_iplayer/patches: patch-get_iplayer Log message: fix typos in get_iplayer warning messages resulting in 'Not a SCALAR reference' being triggered by some radio programs following the move to audio factory / HLS pointed out by nigel@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/06/02 09:31:15 Modified files: graphics/darktable: Makefile Added files: graphics/darktable/patches: patch-src_external_LibRaw_dcraw_dcraw_c patch-src_external_LibRaw_internal_dcraw_common_cpp patch-src_external_dcraw_c Log message: fix CVE-2015-3885 for embedded dcraw. ok jasper@ and sthen@ (maintainer) CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/02 09:32:53 Modified files: share/man/man4 : pci.4 Log message: Mention hpb(4), prodded by jmc@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/06/02 09:44:18 Modified files: usr.bin/from : from.1 from.c Log message: Modernize from(1) a bit. Use getline() to support longer lines and document the environment variables used. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2015/06/02 10:02:45 Modified files: lib/libc/gen : sysctl.3 share/man/man4 : gre.4 usr.sbin/dhcpd : dhcp-options.5 usr.sbin/rtadvd: rtadvd.8 Log message: write Mobile IP{,v6} in a consistent way, as given in RFCs 5944 and 6275. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/02 10:45:03 Modified files: net/zabbix : Makefile net/zabbix/patches: patch-configure Added files: net/zabbix/patches: patch-src_zabbix_agent_cpustat_c Log message: apply the official patch for ZBX-9456 to fix the CPU statistics CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/02 10:57:48 Modified files: textproc/py-ICU: Makefile distinfo textproc/py-ICU/patches: patch-setup_py Log message: Update to py-ICU-1.9.2. CVSROOT: /cvs Module name: ports Changes by: mikeb@cvs.openbsd.org 2015/06/02 10:57:54 Modified files: net/icbd : Makefile distinfo Log message: Update to 1.5: 99% production ready now! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/02 11:00:13 Modified files: textproc/py-unidecode: Makefile distinfo Log message: Update to py-unidecode-0.04.17. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/02 11:02:09 Modified files: textproc/doclifter: Makefile distinfo textproc/doclifter/patches: patch-manlifter Log message: Update to doclifter-2.15. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/02 11:08:03 Modified files: net/ddclient : Makefile distinfo net/ddclient/patches: patch-ddclient net/ddclient/pkg: PLIST Log message: Update to ddclient-3.8.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/02 11:13:30 Modified files: devel/help2man : Makefile distinfo Log message: Update to help2man-1.46.6. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/02 11:16:13 Modified files: games/openttd : Makefile distinfo Log message: Update to openttd-1.5.1. Changelog: http://us.binaries.openttd.org/binaries/releases/1.5.1/changelog.txt CVSROOT: /cvs Module name: src Changes by: jung@cvs.openbsd.org 2015/06/02 11:29:28 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: fix variable name typo ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/02 11:59:19 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/02 12:54:55 Modified files: lang/seed7 : Makefile distinfo Log message: Update to 20150601 CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2015/06/02 13:15:21 Log message: Import p5-Data-Uniqid Feedbacks and ok bluhm@, sthen@ Status: Vendor Tag: pea Release Tags: pea_20150602 N ports/devel/p5-Data-Uniqid/Makefile N ports/devel/p5-Data-Uniqid/distinfo N ports/devel/p5-Data-Uniqid/pkg/PLIST N ports/devel/p5-Data-Uniqid/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2015/06/02 13:18:08 Modified files: devel : Makefile Log message: Add p5-Data-Uniqid ok bluhm@,sthen@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2015/06/02 13:20:16 Modified files: mail/imapsync : Makefile distinfo Log message: Update to 1.637 ok jung@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/06/02 13:39:19 Modified files: distrib/amd64/common: install.md distrib/armish/ramdisk: install.md distrib/armv7/ramdisk: install.md distrib/i386/common: install.md distrib/landisk/ramdisk: install.md distrib/octeon/ramdisk: install.md distrib/socppc/ramdisk: install.md distrib/zaurus/ramdisk: install.md Log message: Replace [[ -n $(foo | grep 'bar') ]] with foo | grep -q 'bar' OK halex@ krw@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/06/02 13:54:07 Modified files: distrib/alpha/common: install.md distrib/amd64/common: install.md distrib/armish/ramdisk: install.md distrib/armv7/ramdisk: install.md distrib/aviion/ramdisk: install.md distrib/hppa : install.md distrib/i386/common: install.md distrib/landisk/ramdisk: install.md distrib/loongson/ramdisk: install.md distrib/luna88k/ramdisk: install.md distrib/macppc/ramdisk: install.md distrib/miniroot: install.sh install.sub distrib/octeon/ramdisk: install.md distrib/sgi/ramdisk: install.md distrib/socppc/ramdisk: install.md distrib/sparc : install.md distrib/sparc64/common: install.md distrib/vax : install.md distrib/zaurus/ramdisk: install.md Log message: Remove the $FSTABFLAG variable and use -F directly. The installer uses disklabel UIDs unconditionally for a while already. OK krw@ "looks good" deraadt@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/02 13:56:15 Modified files: www/iridium : Makefile distinfo Log message: update to 43.2 CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2015/06/02 14:36:10 Modified files: faq : current.html Log message: the PIE sparcles CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/06/02 15:17:43 Modified files: lang/ghc : Makefile Log message: register / unregister haskell packages bundled with ghc in the correct order to reduce noise during pkg_add/pkg_delete. problem noticed by aja@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/06/02 15:57:50 Modified files: openssh : history.html Log message: put a date in this file CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/06/02 17:05:06 Modified files: usr.sbin/sensorsd: sensorsd.c Log message: Don't leak value returned by cgetstr(). OK deraadt@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/06/02 18:50:09 Modified files: sys/net : if_ppp.c if_pppvar.h ppp_tty.c Log message: there's been a long standing issue in ppp on a tty/serial line where it allocates mbufs at IPL_SOFTTTY, which is above the IPL_NET the mbuf layer protects itself at. recent improvements to diagnostics in pools and mbufs now panic instead of letting these things silently corrupt. this reworks the ppp handling in the tty layer so it has its own private pool to allocate packet memory out of. these packets get built and then queued for softnet to process. softnet dequeues the packet and attaches it to mbufs as external storage before handing it on to the rest of the stack. this was reported on bugs@ and tested by both Walter Daugherity and Martin van den Nieuwelaar ok deraadt@ mpi@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/02 19:30:29 Modified files: distrib/armv7/ramdisk: install.md Log message: missing __EOT spotted by rpe@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/02 19:49:35 Modified files: bin/csh : file.c Log message: better description of internal copyn() function CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2015/06/02 19:53:31 Modified files: openssh : list.html Log message: Mention that the openssh-unix-announce list is not open for public posts. ok djm@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/06/02 20:24:36 Modified files: lib/libc/gen : getgrouplist.c getpwent.c lib/libutil : pidfile.c libexec/ld.so/ldconfig: prebind.c prebind_delete.c libexec/spamd-setup: spamd-setup.c sbin/disklabel : disklabel.c sbin/iked : iked.c parse.y sbin/ipsecctl : parse.y sbin/isakmpd : field.c sbin/pfctl : pfctl_parser.c usr.sbin/httpd : httpd.c usr.sbin/ldapd : btree.c index.c ldape.c search.c usr.sbin/relayd: relayd.c usr.sbin/rtadvd: dump.c usr.sbin/smtpd : smtpd.c usr.sbin/snmpd : snmpd.c Log message: Do not assume that asprintf() clears the pointer on failure, which is non-portable. Also add missing asprintf() return value checks. OK deraadt@ guenther@ doug@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/06/02 20:35:50 Modified files: usr.bin/from : from.c Log message: Move warning on open failure to open_mbox() where we have the file name. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/03 00:10:42 Modified files: sysutils/augeas: Makefile distinfo sysutils/augeas/patches: patch-lenses_shellvars_aug patch-lenses_simplelines_aug patch-lenses_sysctl_aug patch-man_augparse_1 sysutils/augeas/pkg: PLIST Removed files: sysutils/augeas/patches: patch-lenses_known_hosts_aug Log message: - update to augeas-1.4.0 ok sebastia@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/03 00:14:22 Modified files: graphics/p5-SVG: Makefile distinfo graphics/p5-SVG/pkg: PLIST Log message: update to p5-SVG-2.64 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/03 00:21:26 Modified files: sysutils/libvirt: Makefile distinfo sysutils/libvirt/patches: patch-src_Makefile_in Log message: update to libvirt-1.2.16 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/03 00:21:33 Modified files: sysutils/p5-Sys-Virt: Makefile distinfo Log message: update to p5-Sys-Virt-1.2.16 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/03 00:21:41 Modified files: sysutils/libvirt-python: Makefile distinfo Log message: update to libvirt-python-1.2.16 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/03 00:21:53 Modified files: graphics/ffmpeg/patches: patch-configure Log message: Disable the use of -Bsymbolic on mips. tested by miod@ from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/03 00:23:21 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-tools_clang_lib_Driver_Tools_cpp Log message: Have sparc use -fPIE by default. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/03 00:37:26 Modified files: audio/py-mutagen: Makefile distinfo audio/py-mutagen/patches: patch-setup_py audio/py-mutagen/pkg: PLIST Log message: update to py-mutagen-1.29 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/03 00:44:14 Modified files: devel/bpython : Makefile distinfo devel/bpython/pkg: PLIST Log message: update to bpython-0.14.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/03 00:44:30 Modified files: devel/bpython : Makefile Log message: ugh CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/03 01:00:29 Modified files: audio/liblo : Makefile distinfo audio/liblo/pkg: PLIST Removed files: audio/liblo/patches: patch-src_lo_types_internal_h Log message: update to liblo-0.28 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/03 01:00:34 Modified files: converters/ruby-json: Makefile distinfo converters/ruby-json/pkg: PLIST Removed files: converters/ruby-json/patches: patch-ext_json_ext_fbuffer_fbuffer_h Log message: update to ruby-json-1.8.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/03 01:00:36 Modified files: devel/mm : Makefile distinfo Log message: update to mm-1.4.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/03 01:13:48 Modified files: devel/dejagnu : Makefile distinfo devel/dejagnu/pkg: PLIST Log message: Update to dejagnu-1.5.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/03 01:17:45 Modified files: devel/p5-Error : Makefile distinfo Log message: Update to p5-Error-0.17024. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/03 01:19:03 Modified files: devel/p5-File-chdir: Makefile distinfo Log message: Update to p5-File-chdir-0.1010. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/03 01:20:34 Modified files: devel/p5-File-chmod: Makefile distinfo Log message: Update to p5-File-chmod-0.42. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/03 01:24:45 Modified files: devel/p5-Glib2 : Makefile distinfo Log message: Update to p5-Glib2-1.307. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/03 01:28:01 Modified files: x11/qt4 : Makefile distinfo x11/qt4/patches: patch-configure patch-src_3rdparty_javascriptcore_JavaScriptCore_wtf_Threading_h patch-src_corelib_global_qglobal_h patch-src_gui_itemviews_qlistview_cpp patch-src_network_ssl_qsslsocket_cpp patch-src_network_ssl_qsslsocket_openssl_cpp patch-src_tools_moc_main_cpp x11/qt4/pkg : PLIST-main Removed files: x11/qt4/patches: patch-src_gui_image_qgifhandler_cpp Log message: Bugfixing update to qt-4.8.7. And use the new "qt.io" for HOMEPAGE / MASTER_SITES. No fallout in a bulk build (ajacoutot@) OK espie@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2015/06/03 01:28:28 Modified files: math/gnuplot : Makefile distinfo math/gnuplot/pkg: PLIST Log message: Update to gnuplot 3.6.6. From Ingo Feinerer who also tested the affected ports, thanks! Okay sthen@ CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2015/06/03 01:35:27 Modified files: print/gl2ps : Makefile Log message: Add a regression target for gl2ps. From Ingo Feinerer who was kind enough to do the work after my mild suggestion, thanks! CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/03 01:35:39 Modified files: audio/mpc : Makefile distinfo audio/mpc/patches: patch-Makefile_in Removed files: audio/mpc/patches: patch-src_command_c Log message: Update to mpc-0.27 CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2015/06/03 01:46:38 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update youtube-dl to 2015.05.29. New extractors: - karrierevideos - nowtv Removed: - firedrive - rtlnow - sockshare CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/06/03 01:48:36 Modified files: x11/gnustep/fisicalab: Makefile distinfo x11/gnustep/fisicalab/pkg: PLIST Log message: Update to 0.3.5 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/03 02:10:53 Modified files: usr.sbin/arp : arp.c usr.sbin/ndp : ndp.c Log message: Explicitly request the sockaddr_dl when doing a RTM_GET rather than assuming that it will be in the gateway sa. Fixes a regression introduced with the support of multiple connected routes, found the hardway by deraadt@. ok claudio@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/03 02:14:23 Modified files: sys/arch/macppc/conf: RAMDISK Log message: Add hpb(4), reminded by Brad. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/03 02:25:30 Modified files: devel/cmake : Makefile cmake.port.mk distinfo Log message: maintenance update to CMake 3.2.3 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/03 02:30:27 Modified files: sys/arch/macppc/dev: i2s.c Log message: Check for the correct bit in the interrupts property of the device-tree to determin if interrupts should be established as edge/level triggered. Fix audio interrupts on U4 systems. On such systems the "interrupts" fields in the device-tree has more bits set and cannot be compared to 0. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/03 02:41:43 Modified files: sys/arch/macppc/pci: mpcpcibus.c Log message: Support for U4, missed in previous. ok kettenis@, miod@, dlg@ CVSROOT: /cvs Module name: www Changes by: doug@cvs.openbsd.org 2015/06/03 03:00:52 Modified files: . : mail.html Log message: Add libressl@ and libressl-security@ mailing lists. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/03 04:21:03 Modified files: www/minitube : Makefile www/minitube/pkg: README Log message: Slightly better explanation CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/03 04:51:17 Added files: net/zabbix/patches: patch-include_config_h_in Log message: unbreak build by adding missing patch CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/03 04:54:07 Modified files: www/tomcat/v8 : Makefile distinfo www/tomcat/v8/pkg: PLIST-examples Log message: Update to tomcat-8.0.23 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/06/03 05:45:52 Modified files: gnu/gcc/gcc/config/mips: mips.c mips.h Log message: Actually commit the bits that make the compiler emit visibility information for (undefined) references with non-default visibility on mips64. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/03 05:55:45 Modified files: net/py-zmq : Makefile distinfo net/py-zmq/pkg : PLIST Log message: Update to py-zmq-14.6.0. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/06/03 05:57:37 Modified files: sys/net : pf_lb.c Log message: Fix pf_map_addr() not to cause dividing by 0. This fixes problem when using table or dynamic interface addresses for source-hash. Also avoid calling arc4random_uniform() with upper_bound == 0. ok mikeb CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2015/06/03 06:34:10 Modified files: net/vnstat : Makefile Added files: net/vnstat/pkg : DESCR-main DESCR-vnstati PLIST-main PLIST-vnstati README-main Removed files: net/vnstat/pkg : DESCR PLIST README Log message: Split vnstat into 2 packages: vnstat and vnstati No more needs to install gd and it's dependencies with vnstat. If you want to generate output images, please install vnstati. With a lot of help and ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/03 06:39:51 Modified files: net/vnstat : Makefile Log message: Tweak depends/wantlib. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/03 09:22:07 Modified files: multimedia/get_iplayer: Makefile distinfo multimedia/get_iplayer/patches: patch-get_iplayer Log message: update to get_iplayer 2.93, coping with bbc changes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/03 09:23:13 Modified files: multimedia/get_iplayer: Tag: OPENBSD_5_7 Makefile distinfo multimedia/get_iplayer/patches: Tag: OPENBSD_5_7 patch-get_iplayer Removed files: multimedia/get_iplayer/pkg: Tag: OPENBSD_5_7 MESSAGE Log message: MFC: update to get_iplayer 2.93, coping with bbc changes CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/03 09:43:55 Modified files: share/man/man4 : pci.4 ppb.4 share/man/man4/man4.macppc: hpb.4 Log message: Unify .Nd blocks, prodded by and ok jmc@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/03 10:00:01 Modified files: www/iridium : Makefile Added files: www/iridium/patches: patch-components_update_client_update_checker_cc Log message: add a patch to avoid a crash on startup CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/06/03 10:26:04 Modified files: lib/libc/stdio : printf.3 Log message: snprintf(3) is available on all modern systems and asprintf(3) is available on more systems these days. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/03 11:34:49 Modified files: sysutils/deja-dup: Makefile distinfo Removed files: sysutils/deja-dup/patches: patch-libdeja_tools_duplicity_DuplicityPlugin_vala Log message: Update to deja-dup-34.0. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/06/03 12:08:54 Modified files: usr.bin/from : from.c Log message: Treat a missing mail spool the same as a zero-length mail spool unless the -f option was specified. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/06/03 13:51:16 Modified files: lib/libfuse : fuse_subr.c Log message: It is better to check the asprintf return value for -1 instead of the input buffer for NULL. Found by adding __attribute((__warn_unused_result__)) to asprintf. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/06/03 13:57:53 Modified files: lib/libfuse : Makefile Log message: Remove -Werror from the Makefile: as it happened with asprintf, it breaks the tree if any new compiler warnings get enabled, especially with -Wall. We do not want to use it in the tree, except for some very special places. As discussed with deraadt@ CVSROOT: /cvs Module name: ports Changes by: uaa@cvs.openbsd.org 2015/06/03 14:17:04 Modified files: devel/dtc : Makefile distinfo devel/dtc/patches: patch-Makefile patch-tests_Makefile_tests devel/dtc/pkg : PLIST Removed files: devel/dtc/patches: patch-libfdt_Makefile_libfdt patch-libfdt_libfdt_env_h Log message: updated 1.3 -> 1.4.1. In this version, ftdump has renamed to fdtdump and fdtget/fdtput has added. ok by brad@ and ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/06/03 14:17:34 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: update p5-IO-Socket-SSL to 2.016 CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/06/03 14:43:21 Modified files: usr.sbin/relayctl: Makefile Log message: Turn off -Werror in relayctl. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/06/03 16:01:07 Modified files: sys/net : if.c Log message: Adjust yielding condition slightly in the if_input_process thread. ok mpi, kettenis CVSROOT: /cvs Module name: src Changes by: bcallah@cvs.openbsd.org 2015/06/03 17:40:01 Modified files: usr.bin/mg : def.h line.c match.c Log message: Remove unused defines and functions. "Looks fine." deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/03 22:19:12 Modified files: sysutils/duplicity: Makefile distinfo Log message: Update to duplicity-0.6.26. from brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/03 22:46:48 Modified files: databases/p5-DBD-LDAP: Makefile distinfo Log message: Update to p5-DBD-LDAP-0.22. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/03 23:12:30 Modified files: databases/py-ldap: Makefile distinfo databases/py-ldap/pkg: PLIST-examples PLIST-main Removed files: databases/py-ldap/patches: patch-setup_cfg patch-setup_py Log message: Update to py-ldap-2.4.19. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/03 23:26:17 Modified files: devel/libconfig: Makefile distinfo Log message: Update to libconfig-1.5. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/03 23:42:26 Added files: www/chromium/patches: patch-chrome_chrome_common_gypi Log message: add a missing build dependency to avoid ninja failing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/03 23:44:11 Modified files: net/vnstat : Makefile Log message: Oops, really fix *_DEPENDS, my bad. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/03 23:48:15 Added files: www/iridium/patches: patch-chrome_chrome_common_gypi Log message: add a missing build dependency to avoid ninja failing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/03 23:58:43 Modified files: devel/llvm : Makefile Added files: devel/llvm/patches: patch-lib_MC_MCParser_AsmParser_cpp Log message: Backport commit from upstream LLVM: r229911 MC: Allow multiple comma-separated expressions on the .uleb128 directive. from brad (maintainer) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/04 00:03:11 Modified files: sys/dev : mulaw.c Log message: remove the now unused alawtolin16 table ok ratchov@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/04 00:07:23 Modified files: sys/dev/pci/drm: drm_memory.c Log message: use mallocarray instead of malloc in drm_calloc CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/04 00:09:10 Modified files: devel/p5-Date-Calc: Makefile distinfo Log message: Update to p5-Date-Calc-6.4. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/04 00:11:21 Modified files: sys/dev/pci/drm/i915: i915_drv.h Log message: Switch intel_gmbus_is_port_valid and intel_gmbus_is_forced_bit from extern inline back to static inline so the kernel will build on compilers that default to c99 inline semantics. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/04 00:11:58 Modified files: devel/p5-PAR : Makefile distinfo Log message: Update to p5-PAR-1.009. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/04 00:17:38 Modified files: games/frotz : Makefile distinfo Log message: Update to frotz-2.44. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/04 00:26:29 Modified files: graphics/vcdimager: Makefile distinfo Added files: graphics/vcdimager/patches: patch-docs_vcdimager_texi Removed files: graphics/vcdimager/patches: patch-docs_vcdimager_info patch-lib_info_private_c Log message: Update to vcdimager-0.7.24. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/04 00:31:59 Modified files: print/t1utils : Makefile distinfo Log message: Update to t1utils-1.39. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/04 01:10:54 Modified files: security/p5-Net-SSL-ExpireDate: Makefile distinfo Log message: update to p5-Net-SSL-ExpireDate-1.13 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/04 01:13:33 Modified files: sysutils/p5-Capture-Tiny: Makefile distinfo Log message: update to p5-Capture-Tiny-0.30 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/04 01:17:13 Modified files: net/ices : Makefile Log message: add PORTROACH CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/04 01:21:11 Modified files: net/libshout : Makefile distinfo Log message: update to libshout-2.3.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/04 01:29:50 Modified files: x11/asapm : Makefile distinfo x11/asapm/pkg : PLIST Log message: update to asapm-3.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/04 01:31:51 Modified files: productivity/vym: Makefile distinfo productivity/vym/pkg: PLIST Log message: update to vym-2.4.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/04 01:46:28 Modified files: net/py-msgpack : Makefile distinfo Log message: update to py-msgpack-0.4.6 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/04 02:03:50 Modified files: net/py-impacket: Makefile distinfo net/py-impacket/patches: patch-examples_nmapAnswerMachine_py patch-examples_tracer_py patch-setup_py net/py-impacket/pkg: PLIST Log message: Update to impacket-0.9.13 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/04 03:04:44 Modified files: devel/llvm/patches: patch-tools_clang_lib_Driver_Tools_cpp Log message: Add SVN commit id. from brad (maintainer) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/04 03:42:29 Modified files: usr.bin/tmux : input.c Log message: teminal -> terminal, from Corey Farwell. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/04 03:51:15 Modified files: sys/netinet6 : nd6_rtr.c Log message: Remove unused sa_dl. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/04 04:11:57 Modified files: mail/mozilla-thunderbird: Makefile Added files: mail/mozilla-thunderbird/patches: patch-mozilla_content_media_MediaData_cpp patch-mozilla_content_media_MediaData_h Log message: gcc4.9 fix for Thunderbird, from https://hg.mozilla.org/mozilla-central/rev/1f10a8067853 / https://bugzilla.mozilla.org/show_bug.cgi?id=999496 via brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/04 05:00:11 Modified files: www/otter-browser: Makefile distinfo www/otter-browser/patches: patch-CMakeLists_txt www/otter-browser/pkg: PLIST Log message: update to otter-browser 0.9.06, from maintainer Adam Wolk CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/04 05:43:51 Modified files: usr.bin/tmux : cmd-find.c cmd-join-pane.c cmd-select-pane.c cmd-swap-pane.c cmd-swap-window.c key-bindings.c screen-redraw.c server.c tmux.1 tmux.h window.c Log message: Add support for a single "marked pane". There is one marked pane in the server at a time; it may be toggled or cleared with select-pane -m and -M (the border is highlighted). A new target '~' or '{marked}' specifies the marked pane to commands and it is the default target for the swap-pane and join-pane -s flag (this makes them much simpler to use - mark the source pane and then change to the target pane to run swapp or joinp). CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2015/06/04 08:23:00 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: spacing, makes example fit on display. no objection from gilles@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/04 08:29:33 Modified files: usr.bin/tmux : cmd-set-option.c tmux.1 Log message: Make unsetting a global option restore it to the default. Diff lying around for a while, I have forgotten who suggested it :-/. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/04 08:46:13 Modified files: devel/ruby-systemu: Makefile distinfo devel/ruby-systemu/pkg: PLIST Log message: update to systemu-2.6.5 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/04 08:46:16 Modified files: net/ruby-macaddr: Makefile distinfo Log message: update to macaddr-1.7.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/04 08:46:19 Modified files: devel/ruby-uuid: Makefile Log message: enable tests CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/04 08:46:25 Modified files: misc/dialog : Makefile distinfo Log message: update to dialog-1.2.20150528 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/04 08:46:27 Modified files: misc/remind : Makefile distinfo Removed files: misc/remind/patches: patch-tests_test-rem Log message: update to remind-3.1.14 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/04 08:46:29 Modified files: misc/logjam : Makefile distinfo Log message: update to logjam-4.6.2 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/06/04 09:10:09 Modified files: productivity/gbirthday: Makefile distinfo productivity/gbirthday/pkg: DESCR PLIST Log message: update to gbirthday-0.6.8 CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/06/04 11:10:33 Modified files: sys/dev/pci : if_vmx.c Log message: Check if interface was stopped before calling rx/tx interrupt routines. Report & tests by mxb@alumni.chalmers.se, thanks! OK deraadt, chris CVSROOT: /cvs Module name: src Changes by: dms@cvs.openbsd.org 2015/06/04 11:42:12 Modified files: sys/dev/pci : pcidevs Log message: Add more of Tolopai (EP80579) Gigabit controllers id. CVSROOT: /cvs Module name: src Changes by: dms@cvs.openbsd.org 2015/06/04 11:42:59 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/06/04 12:01:44 Modified files: sys/arch/macppc/dev: smu.c sys/arch/macppc/macppc: cpu.c Log message: The (no quite so) new kernel perfpolicy code calls cpu_setperf() from a timeout. Unfortunately the smu(4) CPU voltage slewing code sleeps, which causes a kernel panic. Prevent this by delegating the CPU frequency switching and voltage slewing to a task. ok mpi@ CVSROOT: /cvs Module name: src Changes by: dms@cvs.openbsd.org 2015/06/04 12:33:41 Modified files: sys/dev/mii : rgephyreg.h sys/dev/pci : if_em.c if_em_hw.c if_em_hw.h if_em_soc.h Log message: Add support for em(4) on Teak 3020, a Tolopai (EP80579) based devices. This introduces Realtek PHY into em driver code and is only a temporary solution to the problem. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/04 12:46:43 Modified files: sys/dev/pci : pcidevs Log message: + REALTEK RT8191SE CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/04 12:49:29 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2015/06/04 13:23:17 Modified files: lib/libc/asr : asr.c asr_private.h Log message: make sure to check for resolv.conf update the first time the resolver is used after pid has changed. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2015/06/04 13:26:39 Modified files: lib/libc/net : res_random.c Log message: force reseeding if pid has changed. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/06/04 14:34:22 Modified files: usr.bin/tmux : tmux.1 tmux.c Log message: tweak SYNOPSIS and usage(); CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/06/04 15:08:40 Added files: sys/dev/pci : if_rtwn.c if_rtwnreg.h Log message: New rtwn(4) driver for RTL8188CE wifi cards. This is a PCI card from the same chip family as supported by urtwn(4) on USB. Development started in 2013 using urtwn(4) as a starting point but was dormant for much of the time since. I finally unslacked after uwe@ provided help with lifting this driver on its feet. As usual we got helpful hints from Theo. Requires firmware which will be available in ports soon. There are rate adaptation issues that still need to be fixed, cause unknown. In my testing the hardware rarely transmits more than 1Mbit/s. Committing over MAC/BB RTL8188CE, RF 6052 1T1R. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/06/04 15:13:12 Modified files: sys/dev/pci : files.pci Log message: attach rtwn at pci CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/06/04 15:21:38 Modified files: devel/gdb : Makefile distinfo Log message: update to gdb 7.9.1, from Brad CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/06/04 15:29:06 Modified files: sys/arch/amd64/conf: GENERIC Log message: Enable rtwn(4) on amd64. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/06/04 16:14:51 Modified files: sys/arch/i386/conf: GENERIC Log message: enable rtwn(4) on i386 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/06/04 16:29:31 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : rtwn.4 Log message: man page for rtwn(4) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/04 16:56:33 Modified files: usr.bin/file : sandbox.c Log message: systrace(4) STRIOCATTACH can only fail for file(1) if it is already systraced. If so, silently ignore the error and do not attempt to apply our own systrace policy. From Patrick Keshishian. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/06/04 17:08:21 Modified files: share/man/man4 : pci.4 Log message: Mention rtwn(4) in pci(4). Reminded by brad. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/04 17:27:51 Modified files: usr.bin/tmux : client.c cmd-attach-session.c cmd-new-session.c server-client.c tmux.h Log message: Move the nested check from client to server and compare the client tty name to all the pane pty names instead of comparing socket paths. This means that "new -d" will work without unsetting $TMUX. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/04 17:30:15 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: ports Changes by: jsg@cvs.openbsd.org 2015/06/04 18:27:59 Modified files: devel/jsoncpp/patches: patch-src_test_lib_json_main_cpp Log message: Test Json::Value::nullRef not Json::Value::null in regress tests to allow this to build on arm. ok sthen@, dcoppa@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/06/04 20:45:53 Modified files: net/ruby-eventmachine: Makefile distinfo net/ruby-eventmachine/pkg: PLIST Log message: Update eventmachine to 1.0.7 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/06/04 20:46:25 Modified files: www/ruby-thin : Makefile distinfo www/ruby-thin/pkg: PLIST Removed files: www/ruby-thin/patches: patch-spec_spec_helper_rb Log message: Update thin to 1.6.3 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/06/04 20:48:30 Log message: Import ruby-websocket-extensions 0.1.2, extension manager for WebSocket connections OK jasper@ Status: Vendor Tag: jeremy Release Tags: jeremy_2015-Jun-04 N ports/www/ruby-websocket-extensions/Makefile N ports/www/ruby-websocket-extensions/distinfo N ports/www/ruby-websocket-extensions/pkg/DESCR N ports/www/ruby-websocket-extensions/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/06/04 20:49:42 Log message: Import ruby-websocket-driver 0.5.4, WebSocket protocol handler for ruby. OK jasper@ Status: Vendor Tag: jeremy Release Tags: jeremy_2015-Jun-04 N ports/www/ruby-websocket-driver/Makefile N ports/www/ruby-websocket-driver/distinfo N ports/www/ruby-websocket-driver/pkg/DESCR N ports/www/ruby-websocket-driver/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/06/04 20:55:34 Modified files: www : Makefile Log message: Hookup ruby-websocket-driver and ruby-websocket-extensions OK jasper@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/06/04 21:44:14 Modified files: usr.bin/ssh : sshd_config.5 Log message: typo: accidental repetition; bz#2386 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/06/04 22:24:28 Modified files: graphics/darktable: Tag: OPENBSD_5_7 Makefile Added files: graphics/darktable/patches: Tag: OPENBSD_5_7 patch-src_external_LibRaw_dcraw_dcraw_c patch-src_external_LibRaw_internal_dcraw_common_cpp patch-src_external_dcraw_c Log message: fix CVE-2015-3885 for embedded dcraw. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/06/04 23:24:08 Modified files: sys/dev/pci : pcidevs Log message: Add another PCI ID for Intel Dual Band Wireless AC 3165. From brad. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/06/04 23:24:20 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/04 23:39:54 Modified files: sys/arch/arm/arm: locore.S Log message: Use p15 for the coprocessor name not 15. gas accepts both forms, clang won't accept just a number which a comment in the gas code mentions is for backward compatibility. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/04 23:40:19 Modified files: devel/flex : Makefile distinfo devel/flex/patches: patch-configure devel/flex/pkg : PLIST Log message: Update to flex-2.5.39. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/04 23:42:24 Modified files: sysutils/salt : Makefile distinfo Log message: Update to salt-2015.5.2. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/04 23:58:07 Modified files: lang/php : php.port.mk Log message: make php-5.6 the default CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/04 23:58:34 Modified files: geo/mapserver : Makefile Added files: geo/mapserver/patches: patch-mapscript_php_owsrequest_c Log message: unbreak build with php-5.6 ok aja@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/05 00:00:24 Modified files: archivers/pecl-lzf: Makefile archivers/pecl-rar: Makefile databases/pear-MDB2-mysql: Makefile databases/pear-MDB2-mysqli: Makefile databases/pear-MDB2-pgsql: Makefile databases/pg_stats_reporter: Makefile databases/pgfouine: Makefile devel/boris : Makefile graphics/pecl-imagick: Makefile mail/pecl-mailparse: Makefile mail/rcube-contextmenu: Makefile mail/rcube-dkimstatus: Makefile mail/rcube-ldapAliasSync: Makefile mail/rcube-markasjunk2: Makefile mail/rcube-sieverules: Makefile mail/rcube-yubikey-plugin: Makefile mail/roundcubemail: Makefile mail/z-push : Makefile mail/zarafa/zarafa: Makefile misc/gpsd : Makefile net/icinga/icinga2-migration: Makefile net/icinga/web : Makefile net/librenms : Makefile net/nagios/nagios: Makefile net/nedi : Makefile net/nfsen : Makefile net/pear-Net-DNS: Makefile net/pear-Net-LDAP: Makefile net/pear-Net-LDAP2: Makefile net/php-weathermap: Makefile net/zabbix : Makefile productivity/baikal: Makefile productivity/davical: Makefile textproc/redland-bindings: Makefile textproc/tcpdf : Makefile www/awl : Makefile www/cherokee : Makefile www/chive : Makefile www/dokuwiki : Makefile www/drupal6/core: Makefile www/drupal7/core: Makefile www/drush : Makefile www/mollify : Makefile www/owncloud : Makefile www/pear : Makefile www/pecl-chroot: Makefile www/pecl-geoip : Makefile www/pecl-http : Makefile www/pecl-memcache: Makefile www/pecl-memcached: Makefile www/pecl-proctitle: Makefile www/pecl-propro: Makefile www/pecl-raphf : Makefile www/pecl-ssh2 : Makefile www/pecl-swish : Makefile www/pecl-uploadprogress: Makefile www/php-openid : Makefile www/php-predis : Makefile www/phpldapadmin: Makefile www/phpmyadmin : Makefile www/phppgadmin : Makefile www/phpvirtualbox: Makefile www/piwik : Makefile www/racktables : Makefile www/sabredav : Makefile www/selfoss : Makefile www/statusnet : Makefile www/syweb : Makefile www/tt-rss : Makefile www/xcache : Makefile www/zendframework: Makefile x11/kde4/kcachegrind: Makefile Log message: bump revision due to the change of the default php version to 5.6 ok aja@ CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/06/05 01:24:21 Modified files: lang/eagle : Makefile distinfo Log message: Update to beta33. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/05 02:11:53 Modified files: astro/luna : Makefile converters/ish : Makefile devel/dotconf : Makefile games/connect4 : Makefile games/xdeblock : Makefile mail/poppassd : Makefile misc/jive : Makefile textproc/ispell: Makefile textproc/pinfo : Makefile x11/sliderule : Makefile x11/xfishtank : Makefile x11/xmold : Makefile x11/xtattr : Makefile Log message: Update FreeBSD mirrors. ok sthen@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/05 02:14:16 Modified files: usr.bin/tmux : cmd-find.c key-bindings.c tmux.1 Log message: Make it so that if a window or session target is prefixed with an =, only an exact name or index match is accepted, no special character, prefix match, or fnmatch. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/05 02:27:26 Modified files: devel/lpeg : Makefile distinfo devel/lpeg/patches: patch-makefile Log message: Update to lua-lpeg-0.12.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/05 02:44:59 Removed files: devel/libavl : Makefile distinfo devel/libavl/pkg: DESCR PLIST Log message: Remove libavl -- it's outdated and according to the doc: libavl is not intended to be installed as a shared library. Instead, its source files are meant to be included in programs directly. <...> As a result, there is no real "installation procedure" for libavl. <...> hard to imagine a practical use for them other than as tests and demonstrations. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/05 02:45:14 Modified files: devel : Makefile Log message: -libavl CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/05 02:46:13 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register libavl removal. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/05 02:48:31 Modified files: graphics/geeqie: Makefile Log message: Regen WANTLIB. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/05 02:48:47 Modified files: graphics/exiftran: Makefile distinfo Log message: Update to exiftran-2.10. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/05 03:05:35 Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: Remove unneeded splvm() calls and the pool_setipl(9) hack of r1.140. By instructing spl(9) calls on MP machines I figured out that their high cost was hiding a race condition involving PTE reuse in our pmap. Thanks to deraadt@ for finding a way to trigger such panic by adding a couple of splvm(). This should make the races easier to trigger but will be addressed shortly. This commit starts your PowerPC pmap SMP show of the week. ok kettenis@, deraadt@, dlg@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/05 03:08:39 Modified files: multimedia/get_iplayer: Makefile distinfo Log message: update to get_iplayer 2.94 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/05 03:09:08 Modified files: usr.bin/tmux : cmd-find.c Log message: Fix a warning. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/05 03:09:58 Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: Remove the MANAGED flag when removing a PV entry. Even if this change is not strickly needed, because the memory will be returned to the pool it helped me track the use-after-free. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2015/06/05 03:11:31 Log message: firmware for rtwn(4); ok sthen@ Status: Vendor Tag: stsp Release Tags: stsp_20150605 N ports/sysutils/firmware/rtwn/Makefile N ports/sysutils/firmware/rtwn/distinfo N ports/sysutils/firmware/rtwn/pkg/DESCR N ports/sysutils/firmware/rtwn/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/05 03:18:50 Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: Do only one VP lookup when removing a page. This simplify pmap_remove() & friends by re-using an already fetched PTE descriptor. There's currently a race on MP system where one CPU can reuse a pted while another one is still trying to insert it in the HASH. This commit starts reducing the number of pmap_vp_lookup() calls to help fix this race. ok kettenis@, deraadt@, dlg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/05 03:25:21 Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: Introduce pmap_pted_ro() a simple wrapper for the 32/64 bits versions that does not call pmap_vp_lookup(). Carreful readers would have notice the removal of the bits on the virtual address with a page mask, this change allows me to find the 13 years old bug fixed in r1.145. ok kettenis@, deraadt@, dlg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/05 03:30:03 Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: Merge various copies of the same code into a new function to determine if a PTE is present in the HASH. Note that atomicity is currently not guaranteed between this check and the following operations. ok kettenis@, deraadt@, dlg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/05 03:31:19 Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: Make use of ptesr() instead of rerolling it. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/05 03:32:22 Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: Remove DEBUG stuff. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/05 03:38:53 Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: More usages of pmap_ptedinhash(). If you wonder why pte_insert{32,64}() is not using pmap_hash_remove() if it finds a conflicting PTE in the HASH, it's because in the current state trying to grab the same lock a second time would lead to a deadlock. This is much easier to reproduce on G5 (or G4 with BAT disabled). ok kettenis@, deraadt@, dlg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/05 03:42:10 Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: Split pteclrbits() into pmap_{test,clear}_attrs(). This should not introduce any behavior change but makes the code easier to read and later easier to protect. This also brings this pmap closer to what others do. Thanks to kettenis@ for spotting a bad typo! ok kettenis@, deraadt@, dlg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/05 03:48:01 Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: Rewrite PTE manipulation routines to better match the PEM. Document every operation, make sure to call "sync" when appropriate so that other CPUs see the bit changes and finally grab a lock where it was missing to grantee atomicity. ok kettenis@, deraadt@, dlg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/05 03:53:40 Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: Call pte_spill_v() from the real mode fault handler instead of rerolling it. This will reduce the number of places to audit for locking. Note that for profiling purposes pte_spill_v() is now marked a __noprof since per-CPU profiling buffers are not guaranteed to be 1:1 mapped and cannot be accessed from the real mode fault handler. ok kettenis@, deraadt@, dlg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/05 04:04:34 Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: Replace the per-entry locks by a global HASH lock. Since this lock is recursive we can now guarantee the atomicity of pte_inser{32,64}() when a pted has to be removed first. This fixes one of the races. Using a __mp_lock here also allowed dlg@ to provide me useful traces to fix the next race. Thanks for your help! ok kettenis@, deraadt@, dlg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/05 04:06:35 Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: Don't try to be clever when unrolling the loop in pmap_remove(). Needed for upcoming locking. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/05 04:15:54 Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: Finally protect VP lookups to guarantee that a pted won't be freed or reused by a CPU while another CPU is manipulating it. This races occurs because the virtual spill handlers are run without taking the KERNEL_LOCK for obvious reasons. So use a per-pmap mutex that CPUs must hold when modifying a pted in order to guarantee the atomicity of operations *and* the coherence between pmap VPs tree and what's in the HASH. Thanks to dlg@ for assisting me debugging this. This change ends your PowerPC pmap SMP show of the week. GENERIC.MP on macppc should now be stable enough to build ports without corrupting its own memory. ok kettenis@, deraadt@, dlg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/05 04:24:23 Modified files: sys/arch/macppc/macppc: ofw_machdep.c Log message: Put spaces and commas where they belong. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/05 04:39:25 Modified files: sysutils/salt : Makefile Added files: sysutils/salt/patches: patch-salt_utils___init___py patch-salt_utils_network_py Log message: Add _openbsd_remotes_on(). That's an helper function that allows us to get rid of the lsof(8) dependency. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/05 04:51:17 Modified files: graphics/py-Pillow: Makefile Log message: add MODPY_FLAVOR to SUBST_VARS, unbreaking updates from old subpackaged py-Pillow CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/05 05:38:19 Modified files: sys/arch/powerpc/include: pmap.h Log message: Add bits missed in previous... I suck at cvs. CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/06/05 05:42:55 Modified files: archivers/lzip/pdlzip: Makefile distinfo Log message: Update to pdlzip 1.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/05 05:52:33 Modified files: graphics/gegl : Makefile Log message: PORTROACH annotation. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/06/05 05:58:32 Modified files: faq : faq1.html Log message: missed 5.6 -> 5.7 from Raf Czlonka (rczlonka at gmail dot com) thanks! CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/06/05 06:00:34 Modified files: faq : faq4.html Log message: FTP is no longer an install method. from Raf Czlonka (rczlonka at gmail dot com) thanks! CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/06/05 06:04:13 Modified files: faq : obsd-faq.txt pf-faq.txt Log message: update for 5.7 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/05 06:11:42 Modified files: graphics/gnofract4d: Makefile distinfo graphics/gnofract4d/pkg: PLIST Log message: Update to gnofract4d-3.14.1. CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2015/06/05 06:20:14 Modified files: faq : faq6.html Log message: Add iwm(4) to list of wifi drivers in faq; diff from vigdis chown.me; ok nick@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/05 06:20:39 Modified files: net/amule : Makefile net/amule/pkg : PLIST-main games/angband : Makefile games/angband/pkg: PLIST games/atomix : Makefile games/atomix/pkg: PLIST audio/calf : Makefile audio/calf/pkg : PLIST games/cdogs-sdl: Makefile games/cdogs-sdl/pkg: PLIST devel/ddd : Makefile devel/ddd/pkg : PLIST devel/eclipse/sdk: Makefile devel/eclipse/sdk/pkg: PLIST-main security/fwbuilder: Makefile security/fwbuilder/pkg: PLIST audio/gnomad2 : Makefile audio/gnomad2/pkg: PLIST audio/gqmpeg : Makefile audio/gqmpeg/pkg: PLIST games/liberalcrimesquad: Makefile games/liberalcrimesquad/pkg: PLIST devel/poedit : Makefile devel/poedit/pkg: PLIST games/redeclipse: Makefile games/redeclipse/pkg: PLIST-main audio/tagtool : Makefile audio/tagtool/pkg: PLIST editors/texworks: Makefile editors/texworks/pkg: PLIST-main Log message: Sync PLIST for share/applications/. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/05 06:27:03 Modified files: mail/p5-Email-MIME: Makefile distinfo Log message: Update to p5-Email-MIME-1.929. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/06/05 07:22:34 Modified files: sys/net : pf.c pfvar.h Log message: Improve error handling and recovery during state insertion Reshuffle the code around a bit and greatly improve error handling fixing a few bugs along the way. Problem reported by and fix was written with Alexandr Nedvedicky. OK henning CVSROOT: /cvs Module name: src Changes by: vgross@cvs.openbsd.org 2015/06/05 07:35:08 Modified files: sbin/iked : pfkey.c Log message: Fix coupling and decoupling operations. With help and ok from mikeb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/05 08:26:22 Modified files: graphics/py-Pillow: Makefile distinfo graphics/py-Pillow/patches: patch-setup_py Log message: update to py-Pillow 2.8.1 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/06/05 08:31:10 Modified files: security/p5-Net_SSLeay: Makefile distinfo security/p5-Net_SSLeay/patches: patch-SSLeay_xs Removed files: security/p5-Net_SSLeay/patches: patch-t_local_35_ephemeral_t patch-t_local_41_alpn_support_t Log message: - update p5-Net-SSLeay to 1.69 - old LibreSSL patches have been applied upstream - new patch to disable OpenSSL 1.0.2 X509_check_* functions CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/06/05 08:54:04 Modified files: app/cwm : menu.c Log message: redundant check for 'list' CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/06/05 09:01:51 Modified files: app/cwm : calmwm.h menu.c mousefunc.c Log message: add a flag to indicate a menu list instead of overloading 'prompt' CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/05 09:10:13 Modified files: usr.bin/tmux : tty-keys.c Log message: Do not use the key variable uninitialized (in a debug log statement), reported by jungleboogie0 at gmail dot com. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/06/05 09:13:13 Modified files: usr.bin/ssh : channels.c Log message: For "ssh -L 12345:/tmp/sock" don't fail with "No forward host name." (we have a path, not a host name). Based on a diff from Jared Yanovich. OK djm@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/05 09:13:40 Modified files: graphics/py-sane: Makefile distinfo graphics/py-sane/patches: patch-setup_py graphics/py-sane/pkg: PLIST Log message: Update to py-sane-2.8.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/05 09:25:07 Modified files: sysutils/salt/patches: patch-salt_utils___init___py patch-salt_utils_network_py Log message: Merged upstream. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/06/05 10:07:24 Modified files: sys/arch/sparc64/sparc64: trap.c Log message: These days p->p_addr will never be NULL. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2015/06/05 10:14:24 Modified files: . : want.html Log message: Remove my request for APU boards for wifi hacking. I've received a donation from netgate.com of similar hardware manufactured by ADI. Thanks! CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/05 10:29:09 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-src_scripting_c Log message: *Security* update to redis-3.0.2 http://benmmurphy.github.io/blog/2015/06/04/redis-eval-lua-sandbox-escape/ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/05 10:35:24 Modified files: sys/arch/mips64/mips64: trap.c Log message: trunc_page() generally.... succeeds at clearing the page offset bits the first time it is called, so don't do it again. ok miod CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/05 10:45:24 Modified files: sys/arch/alpha/alpha: trap.c Log message: these days, curproc is never NULL, so skip those checks. Discussed with kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/05 10:59:10 Modified files: sys/arch/alpha/alpha: trap.c Log message: Do not unconditionally clear pcb_onfault after a uvm_fault. That will permit the active copyout/copyin to continue work on subsequent faulting pages and not misinterpret & fault them as kernel bcopy against userland addresses. Old bug -- fall of 1996. This should fix getentropy issues on MP systems which have become more apparent recently, probably due to some combo of increased ASLR with unlocked getentropy happening very soon after vfork/fork... ok miod CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/05 12:01:12 Modified files: usr.bin/tmux : cmd-confirm-before.c cmd-load-buffer.c server-client.c server.c tmux.h Log message: Instead of putting dead clients on a list and checking it every loop, use event_once to queue a callback to deal with them. Also dead clients with references would never actually be freed because the wrap-up functions (the callback for stdin, or status_prompt_clear) would never be called. So call them in server_client_lost. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/05 12:06:30 Modified files: usr.bin/tmux : cfg.c cmd-confirm-before.c cmd-load-buffer.c notify.c server-client.c tmux.h Log message: Change deref to the more sensible unref, and add a couple I missed before. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/05 12:14:26 Modified files: sys/arch/armish/stand: Makefile.inc Log message: Missing no-pie logic for bootblocks. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/05 12:18:32 Modified files: usr.bin/tmux : notify.c server.c session.c tmux.h window-choose.c Log message: Similarly, for sessions use a callback to free rather than checking every loop. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/05 12:36:07 Modified files: sys/arch/alpha/alpha: locore.s Log message: And part 2 of the onfault repair. Do the actual clearing of pcb_onfault in copyerr itself, like other architectures of this type do. as a result of chatter between miod and kettenis CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/06/05 12:43:36 Modified files: app/cwm : menu.c Log message: use the same geometry struct in menus as everywhere else CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/05 13:36:28 Modified files: sys/arch/alpha/alpha: locore.s Log message: And ... more discussion occurs between miod and kettenis about what register dance copyerr should do..... CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/06/05 14:34:58 Modified files: lang/tcl/8.5 : Makefile distinfo lang/tcl/8.5/patches: patch-library_init_tcl lang/tcl/8.5/pkg: README Added files: lang/tcl/8.5/patches: patch-unix_configure Log message: Update to 8.5.18. Setup Tcl package path at configure time. Cleanup README and adjust for new man.conf. Improved lib/package/module path config/runtime. Skip tests that will always fail due to assumptions that don't hold on OpenBSD. CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/06/05 14:35:53 Modified files: x11/tk/8.5 : Makefile distinfo x11/tk/8.5/patches: patch-library_tk_tcl Log message: Update to 8.5.18. Better setting of Tcl include dir. Improved lib/package/module path config/runtime. Port improvements for less diff churn on future port updates. CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/06/05 14:36:24 Modified files: devel/tcllib : Makefile distinfo devel/tcllib/patches: patch-installer_tcl patch-support_installation_actions_tcl patch-support_installation_modules_tcl devel/tcllib/pkg: PLIST Removed files: devel/tcllib/patches: patch-examples_tepam_tepam_demo_tcl Log message: Update to 1.17pl0. Install improvements. Patch went upstream. New modules: cron, nettool, oauth. CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/06/05 14:36:46 Modified files: devel/tklib : Makefile distinfo devel/tklib/patches: patch-installer_tcl patch-support_installation_actions_tcl devel/tklib/pkg: PLIST Removed files: devel/tklib/patches: patch-apps_bitmap-editor patch-apps_diagram-viewer patch-examples_controlwidget_demo-tachometer_tcl patch-examples_plotchart_testtable_tcl patch-modules_plotchart_xyplot_tcl Log message: Update to 0.6pl2. Install improvements. Patches went upstream. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/06/05 15:41:43 Modified files: sys/netinet : udp_usrreq.c Log message: Try harder to avoid (very unlikely) NULL pointer de-ref by tweaking code to use sotopf() like tcp_usrreq() does. Also following tcp_usrreq(), put more stuff under splsoftnet. And as a result in-line code in udp_detach() and nuke udp_detach(). Most ideas from and ok mikeb@ CVSROOT: /cvs Module name: src Changes by: tobiasu@cvs.openbsd.org 2015/06/05 15:42:37 Modified files: lib/libssl/ssl : Makefile Log message: Fix library search path so we link against the freshly built libcrypto.so instead of a stale one. ok miod@ mpi@ CVSROOT: /cvs Module name: src Changes by: tobiasu@cvs.openbsd.org 2015/06/05 15:48:35 Modified files: . : Makefile.cross Log message: Use target BSDOBJDIR when cross-compiling libraries ok mpi@ CVSROOT: /cvs Module name: src Changes by: tobiasu@cvs.openbsd.org 2015/06/05 15:52:01 Modified files: lib/libtls : Makefile Log message: Link ssl and crypto via BSDOBJDIR, works with native and cross builds ok mpi@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/05 16:01:17 Modified files: usr.bin/tmux : colour.c Log message: Use fixed colour tables rather than generated and do a quick search for exact match before doing the distance comparison. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/06/05 16:14:41 Modified files: www/p5-WWW-Mechanize: Makefile distinfo Log message: update p5-WWW-Mechanize to 1.75 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/05 16:33:39 Modified files: usr.bin/tmux : colour.c input.c tmux.h Log message: Handle the RGB colour escape sequence (\033[38;2;;;m and 48;2) like xterm(1) does, by mapping to the nearest in the 256 colour palette. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/05 16:50:27 Modified files: usr.bin/tmux : colour.c Log message: Use ints for the calculations rather than u_char, they could end up signed. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/05 22:49:47 Modified files: devel/sdl-net : Makefile fonts/ko-baekmuk-fonts: Makefile security/tempwatch: Makefile Log message: Update some more FreeBSD mirrors. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/06/06 01:19:56 Modified files: usr.sbin/pkg_add/OpenBSD: FwUpdate.pm Log message: Add rtwn(4) to fw_update. ok espie@, czarkoff@ suggested a similar diff CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/06/06 03:03:16 Modified files: geo/mapserver : Makefile Log message: Bump REVISION-php for real, and replace REVISION by REVISION-main. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/06 03:03:16 Modified files: lang/luajit : Makefile distinfo lang/luajit/patches: patch-Makefile patch-src_Makefile patch-src_host_buildvm_asm_c patch-src_lj_arch_h Added files: lang/luajit/patches: patch-etc_luajit_pc patch-src_luaconf_h Removed files: lang/luajit/patches: patch-src_lj_mcode_c Log message: Update to LuaJIT-2.0.4 ok abieber@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/06/06 03:03:50 Modified files: www/pear : Makefile Log message: Bump REVISION-utils for real, and replace REVISION by REVISION-main. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/06 03:31:53 Modified files: sys/net : route.c sys/netinet6 : nd6.c Log message: Put the link-layer address back into the gateway field of RTF_LOCAL routes. Since such routes are also flagged with RTF_LLINFO various code path assume correctly that they contain valid ARP or ND information. This fixes the "arpresolve: unresolved and rt_expire == 0" issue reported on tech@ by mxb . ok claudio@, phessler@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/06 04:59:27 Modified files: sysutils/augeas/patches: patch-lenses_simplelines_aug Log message: one hunk pushed upstream CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/06 05:03:03 Modified files: devel/p5-Term-Screen: Makefile distinfo Log message: update to p5-Term-Screen-1.04 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/06 05:06:33 Modified files: devel/ruby-rspec/serverspec: Makefile distinfo devel/ruby-rspec/serverspec/pkg: PLIST Log message: update to serverspec-2.17.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/06 05:09:44 Modified files: devel/ruby-rspec/specinfra: Makefile distinfo devel/ruby-rspec/specinfra/pkg: PLIST Log message: update to specinfra-2.34.6 CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2015/06/06 05:33:32 Modified files: . : armv7.html Log message: trade some extra full stops for missing 's CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/06 06:13:03 Modified files: lang/tcl/8.5 : Makefile distinfo lang/tcl/8.5/patches: patch-library_init_tcl lang/tcl/8.5/pkg: README x11/tk/8.5 : Makefile distinfo x11/tk/8.5/patches: patch-library_tk_tcl Removed files: lang/tcl/8.5/patches: patch-unix_configure Log message: Revert tcl and tk update (8.5.18). tcl distinfo is wrong and prevents half the tree to build. prodded by espie@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/06/06 06:30:53 Modified files: sys/arch/amd64/conf: RAMDISK_CD sys/arch/i386/conf: RAMDISK_CD Log message: Enable rtwn(4) on RAMDISK_CD kernels for upgrades. ok deraadt CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/06/06 07:13:07 Modified files: etc : netstart share/man/man5 : hostname.if.5 Log message: Allow rtsol keyword in hostname.if(5) with net.inet6.ip6.forwarding=1. "inet6 autoconf" was working before and rtsol should behave the same. OK phessler CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/06 07:23:44 Modified files: print/hplip : Makefile Log message: Missing RUN_DEPENDS on devel/py-gobject. reported by skinner at britvault dot co dot u CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/06/06 08:19:11 Modified files: lang/tcl/8.5 : Makefile distinfo lang/tcl/8.5/patches: patch-library_init_tcl lang/tcl/8.5/pkg: README Added files: lang/tcl/8.5/patches: patch-unix_configure Log message: Return to 8.5.18. Update distinfo. Port was based on an RC a few days prior to release. Insignificant difference between RC and released version. Apologies. CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/06/06 08:19:23 Modified files: x11/tk/8.5 : Makefile distinfo x11/tk/8.5/patches: patch-library_tk_tcl Log message: Return to 8.5.18. Update distinfo. Port was based on an RC a few days prior to release. Insignificant difference between RC and released version. Apologies. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/06 08:19:35 Modified files: x11/openmotif : Makefile Log message: back&forth moved autogen to pre-patch... so configure would run twice, sometimes tripping over itself. Just found gawk and found it gone again. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/06 09:01:43 Modified files: infrastructure/bin: check-conflicts infrastructure/lib/OpenBSD: PlistScanner.pm Log message: fine-tune display, better progress report when scanning the ports tree CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/06 09:30:42 Modified files: x11/worker : Makefile distinfo Log message: Maintenance update to 3.7.1 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/06 10:49:04 Modified files: sys/arch/arm/cortex: agtimer.c Log message: Add some changes from Patrick Wildt in bitrig that are required to make the qemu cortex a15 useable without trustzone. Establish the interrupt for the non-secure physical timer (30), in addition to the secure physical timer (29). Stop masking the timer output signal in the interrupt handler. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/06 12:16:19 Modified files: databases/redis: Tag: OPENBSD_5_7 Makefile distinfo databases/redis/patches: Tag: OPENBSD_5_7 patch-src_Makefile patch-src_redis_h patch-src_scripting_c Log message: Security update to redis-2.8.21 Redis EVAL Lua Sandbox Escape: http://benmmurphy.github.io/blog/2015/06/04/redis-eval-lua-sandbox-escape/ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/06/06 14:23:36 Modified files: shells/bash : Makefile distinfo Log message: update to 4.3 patchlevel 39 CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/06/06 15:34:01 Modified files: archivers/lzip/lunzip: Makefile distinfo Log message: Update to lunzip 1.7. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/06 17:08:22 Modified files: www/squid : Makefile.inc Log message: don't pick up openpam if installed; dpb junking problem reported by aja. no bump needed, it is used to decide whether or not to build a helper app that isn't packaged anyway. CVSROOT: /cvs Module name: www Changes by: czarkoff@cvs.openbsd.org 2015/06/06 17:24:49 Modified files: faq : faq6.html Log message: Flagged with "NFF" wireless drivers that have firmware packages separately CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/06/06 18:18:11 Modified files: faq : faq6.html Log message: The text "indicates chip requires a non-free firmware which can not be included with OpenBSD" is a marker which helps noone, in fact probably hurts some people due to lack of detail or direction. This is overFAQ'in a non-issue which is actually not at all FAQ. The markers do not allow people choose alternative product, since driver abg on a chip from vendor XYZ does not come in a box labelled like that. Secondly, the actual user experience is that post-install, they generally do find that the chip works just fine, either because fw_update runs for them or they find out soon that they need it. Once again, this one liner is not going to help people. This particular FAQ entry, LOCATED RIGHT HERE, does not help people who run into trouble. Delete it all. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/06/06 19:25:27 Modified files: sys/netinet : if_ether.c ip_icmp.c ip_input.c ip_output.c raw_ip.c tcp_input.c tcp_output.c tcp_usrreq.c Log message: Replace a bunch of == 0 with == NULL in pointer tests. Nuke some annoying trailing, leading and embedded whitespace. No change to .o files. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/06/07 00:24:59 Modified files: sys/arch/amd64/amd64: cpu.c machdep.c sys/arch/amd64/include: cpu.h sys/arch/i386/i386: cpu.c machdep.c sys/arch/i386/include: cpu.h Log message: Enable use of mwait in non-MP boxes and report # of C-substates up to C7, truncating trailing zeros. Testing by many as part of a larger change to use ACPI _CST objects ok krw@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/07 01:59:42 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-Makefile Log message: Update to git-2.4.3. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/06/07 02:11:50 Modified files: sys/arch/amd64/include: specialreg.h sys/arch/i386/include: specialreg.h Log message: Add CR4_FSGSBASE CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/07 03:16:29 Modified files: x11/quadkonsole: Makefile distinfo x11/quadkonsole/pkg: PLIST Log message: Update to quadkonsole-2.0.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/07 03:45:03 Modified files: devel/p5-ExtUtils-XSpp: Makefile distinfo devel/p5-ExtUtils-XSpp/pkg: PLIST Log message: Update to p5-ExtUtils-XSpp-0.18. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/07 03:45:49 Modified files: devel/p5-Alien-wxWidgets: Makefile distinfo devel/p5-Alien-wxWidgets/patches: patch-Build_PL Log message: Update to p5-Alien-wxWidgets-0.67. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/07 03:46:14 Modified files: x11/p5-Wx : Makefile distinfo x11/p5-Wx/pkg : PFRAG.shared PLIST Log message: Update to p5-Wx-0.9927. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/07 03:47:55 Modified files: databases/redis: Tag: OPENBSD_5_6 Makefile databases/redis/patches: Tag: OPENBSD_5_6 patch-src_scripting_c Log message: Fix for the Redis EVAL Lua sandbox escape http://benmmurphy.github.io/blog/2015/06/04/redis-eval-lua-sandbox-escape/ from upstream CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/07 03:50:11 Modified files: www/p5-URI : Makefile distinfo Log message: Update to p5-URI-1.67. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/07 04:02:45 Modified files: textproc/redland: Makefile distinfo textproc/redland/patches: patch-src_Makefile_in Log message: Update to redland-1.0.17. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/07 04:22:31 Modified files: databases/puppetdb: Makefile distinfo Log message: - update to puppetdb-2.3.5 also tested by sebastia@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/06/07 04:47:53 Modified files: sys/dev/pci : files.pci Log message: mark the usb hci driver pci glue code as only needed by the pci attachment, not all usb controllers. this lets jsg build ehci on a platform that lacks a pci bus. ok jsg@ CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2015/06/07 05:12:17 Modified files: faq : faq6.html Log message: Fix an omission in FAQ wireless section: athn(4) supports hostap mode CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/07 06:02:28 Modified files: sys/net : if.c if.h if_pflow.c pf.c pf_table.c sys/netinet : tcp_input.c tcp_usrreq.c Log message: Introduce unhandled_af() for cases where code conditionally does something based on an address family and later assumes one of the paths was taken. This was initially just calls to panic until guenther suggested a function to reduce the amount of strings needed. This reduces the amount of noise with static analysers and acts as a sanity check. ok guenther@ bluhm@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/07 06:05:22 Modified files: infrastructure/bin: check-conflicts infrastructure/lib/OpenBSD: PlistScanner.pm Log message: provide a forwarder to progressmeter, simplifies code tweak for using in check-common-dirs: specify the reader, allow a pass after scan. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/07 06:05:53 Modified files: infrastructure/bin: check-common-dirs Log message: reuse the plistscanner infra CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/06/07 06:14:11 Modified files: . : 3RDPARTY MODULES Log message: update CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/07 06:16:27 Modified files: sys/arch/i386/i386: mpbios.c sys/arch/amd64/amd64: mpbios.c Log message: Add a default panic case to a switch statement where code after assumes one of the cases was reached. Matches other parts of the mpbios code. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/07 06:21:21 Modified files: infrastructure/lib/OpenBSD: PlistScanner.pm Log message: fsck tricks. Very often, the "invalid plists" are actually empty files left behind after a panic. So just say so, saves you the hastle of going edit the file, and hey, that's just empty space! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/07 07:01:05 Modified files: infrastructure/bin: check-common-dirs Log message: rmtree doesn't live here CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/07 07:18:02 Modified files: x11/gnome/terminal: Makefile Added files: x11/gnome/terminal/patches: patch-src_terminal-screen_c Log message: screen: Get process arguments without /proc on FreeBSD and OpenBSD CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/07 10:00:38 Modified files: www/iridium : Makefile distinfo Removed files: www/iridium/patches: patch-components_update_client_update_checker_cc Log message: update to 43.3 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/07 10:54:16 Modified files: sys/arch/armv7/armv7: armv7var.h sys/arch/armv7/exynos: exynos.c exynos_machdep.c files.exynos Added files: sys/arch/armv7/exynos: exynos4.c Log message: Initial exynos4 bits. Among other things the gic isn't mapped correctly on exynos4/5 yet as it isn't at the usual offset from periphbase. ok bmercer@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/07 12:48:20 Modified files: distrib/sets/lists/base: md.socppc distrib/sets/lists/comp: md.socppc Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/06/07 13:10:00 Modified files: app/cwm : mousefunc.c Log message: even if the menuq is empty, at least show an empty menu instead of just bailing making it look like the binding isn't working. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/06/07 13:13:27 Modified files: sys/scsi : cd.c mpath.c mpath_hds.c safte.c scsi_all.h scsi_base.c scsi_changer.h scsi_debug.h scsi_disk.h scsi_ioctl.c scsi_tape.h scsiconf.c scsiconf.h sd.c st.c Log message: More damned eye searing whitespace. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/06/07 14:11:52 Modified files: sys/dev/gpio : files.gpio gpiodcf.c sys/dev/usb : udcf.c Log message: The Swiss Federal Government decided to shut down HBG at the end of 2011. On 6 September 2012 at 12:02:00 UTC both antenna towers were demolished by controlled explosives. So this is not coming back and we can tedu the support for HBG form the DCF77 drivers. Remided by mbalmer CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/06/07 14:13:13 Modified files: share/man/man4 : gpiodcf.4 udcf.4 Log message: HBG is no more so no need to mention it in the man pages. OK jmc@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/07 15:39:39 Modified files: usr.bin/tmux : cmd-attach-session.c cmd-new-session.c cmd-switch-client.c tmux.1 tmux.h Log message: Add -E flag when attaching or switching client to bypass update-environment, from Steven Lu. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/07 16:08:56 Modified files: games/manaplus : Makefile distinfo Log message: Update to 1.5.6.6 CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2015/06/07 18:46:33 Modified files: sys/dev/usb/dwc2: dwc2.c Log message: Ensure polled bulk, control and interrupt transfers actually poll, fixing panics on shutdown with various usb sticks. ok mpi@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2015/06/07 18:58:23 Modified files: sys/dev/usb/dwc2: dwc2.c Log message: refuse to do polled isochronous transfers, as other usb controller drivers do requested by mpi@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/08 00:07:15 src/sys/arch/armv7/vexpress Update of /cvs/src/sys/arch/armv7/vexpress In directory cvs.openbsd.org:/tmp/cvs-serv32410/vexpress Log Message: Directory /cvs/src/sys/arch/armv7/vexpress added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/08 00:10:07 Modified files: multimedia/gstreamer1: Makefile.inc Log message: PORTROACH: limit to 1.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/08 00:11:11 Modified files: graphics/GraphicsMagick: Makefile Log message: Make sure we don't pick up openmp. from brad (maintainer) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/08 00:33:16 Modified files: sys/arch/armv7/armv7: armv7var.h platform.c sys/arch/armv7/conf: Makefile.armv7 files.armv7 Added files: sys/arch/armv7/vexpress: files.vexpress pl011.c pl011reg.h pl011var.h sysreg.c vexpress.c vexpress_a15.c vexpress_a9.c vexpress_machdep.c virtio_mmio.c Log message: Add initial support for the ARM Versatile Express boards as emulated by qemu with virtio memory ranges. Unfortunately the vexpress-a9 and vexpress-a15 boards/targets have different load addresses and memory maps. Code for the PL011 UART and mmio virtio attachment from Patrick Wildt in bitrig. CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/08 00:35:33 ports/games/gottcode/peg-e/patches Update of /cvs/ports/games/gottcode/peg-e/patches In directory cvs.openbsd.org:/tmp/cvs-serv7009/patches Log Message: Directory /cvs/ports/games/gottcode/peg-e/patches added to the repository CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/06/08 00:39:23 Modified files: sys/dev/pckbc : pms.c Log message: pms(4): Don't match Elantech v4 devices with firmware versions 0xX7XXXX. Apparently we don't support these touchpads properly so leave them in PS/2 compat mode. Regression reported by Remi Locherer on bugs@. And stop matching devices with firmware versions higher than 0xX8XXXX since we cannot be sure they work. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/08 00:42:14 Modified files: games/gottcode/peg-e: Makefile games/gottcode/peg-e/pkg: PLIST Added files: games/gottcode/peg-e/patches: patch-peg-e_pro Log message: Fix manual page installation path OK ajacoutot@, bentley@, landry@, sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/08 00:49:05 Modified files: devel/p5-Alien-wxWidgets: Makefile Log message: Fix DEPENDS. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/08 00:55:00 Modified files: graphics/ImageMagick: Makefile Log message: Do not pick up openmp. from brad CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/08 01:33:43 Modified files: devel/p5-Class-C3-Adopt-NEXT: Makefile distinfo Log message: Update to p5-Class-C3-Adopt-NEXT-0.14. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/08 02:44:52 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-Makefile patch-channels_chan_sip_c patch-configure_ac patch-res_res_fax_c patch-sounds_sounds_xml telephony/asterisk/pkg: PLIST-main Removed files: telephony/asterisk/patches: patch-menuselect_mxml_Makefile_in Log message: update to asterisk-11.18.0 CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2015/06/08 02:47:38 Modified files: sys/dev/usb/dwc2: dwc2_hcd.h dwc2_hcd.c dwc2_coreintr.c dwc2.h dwc2.c Log message: rearrange delayed_work to avoid the use of container_of while leaving it in more or less the same shape. ok uebayasi@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/08 02:51:02 Modified files: infrastructure/bin: check-conflicts Log message: simpler CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/08 03:02:49 Modified files: sysutils/moreutils: Makefile distinfo sysutils/moreutils/patches: patch-ifdata_c Log message: update to moreutils-0.56 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/08 03:06:40 Modified files: databases/evolution-data-server: Makefile distinfo databases/evolution-data-server/pkg: PLIST Log message: Update to evolution-data-server-3.16.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/08 03:07:15 Modified files: mail/evolution : Makefile distinfo Log message: Update to evolution-3.16.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/08 03:07:39 Modified files: mail/evolution-ews: Makefile distinfo Log message: Update to evolution-ews-3.16.3. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/08 03:14:32 Modified files: mail/roundcubemail: Makefile distinfo mail/roundcubemail/patches: patch-bin_update_sh mail/roundcubemail/pkg: PLIST Log message: update to roundcubemail-1.1.2 including a fix for an XSS and a potential arbitrary file read. http://trac.roundcube.net/query?group=status&component=Security&milestone=1.1.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/08 03:16:11 Modified files: mail/roundcubemail: Tag: OPENBSD_5_7 Makefile distinfo mail/roundcubemail/patches: Tag: OPENBSD_5_7 patch-bin_update_sh patch-config_defaults_inc_php mail/roundcubemail/pkg: Tag: OPENBSD_5_7 PLIST Log message: update to roundcubemail-1.1.2 including a fix for an XSS and a potential arbitrary file read. http://trac.roundcube.net/query?group=status&component=Security&milestone=1.1.2 CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/08 03:17:04 Modified files: lang/go : go.port.mk net/go-websocket: Makefile net/go-websocket/pkg: PLIST net/websocketd : Makefile sysutils/logstash/forwarder: Makefile Log message: Refactor lang/go module From port-modules(5): lang/go Adds Go toolchain support. Requires ALL_TARGET to be set to canonical Go import path of port. (Module sets it automatically for ports that use GH_ACCOUNT and GH_PROJECT macros.) During execution of post-patch target module moves source code from ${MODGO_SUBDIR} to ${WRKSRC}, subdirectory of ${MODGO_WORKSPACE} - specially-crafted Go workspace located at ${WRKDIR}/go. During do-build module calls ``go install'' with GOPATH set to ${MODGO_WORKSPACE}, runs its output through sed to prevent writes outside WRKDIR sandbox and sends output to sh(1). During do-install it copies executables from ${MODGO_WORKSPACE}/bin to ${PREFIX}/bin, and/or directories ${MODGO_WORKSPACE}/pkg and ${MODGO_WORKSPACE}/src to ${PREFIX}/go, depending on MODGO_TYPE contents. Sets BUILD_DEPENDS, RUN_DEPENDS, ALL_TARGET, TEST_TARGET, ONLY_FOR_ARCHS, SEPARATE_BUILD, and WRKSRC. Defines: MODGO_TYPE Type of port. May be any combination of: bin ordinary binary, which should be installed to ${PREFIX}/bin, lib library, which should come with source code. Defaults to bin. MODGO_WORKSPACE Path to Go workspace set up for port build process. Defaults to ${WRKDIR}/go. See Go documentation for details. MODGO_SUBDIR Path to Go source code within port's sources tarball. Defaults to ${WRKDIST}. MODGO_SETUP_WORKSPACE Commands setting up Go workspace for building ports. By default, happens during execution of post-patch target. MODGO_BUILDDEP Controls whether contents of MODGO_BUILD_DEPENDS are appended to port's BUILD_DEPENDS. Defaults to Yes. Additionally defines MODGO_PACKAGES, MODGO_SOURCES and MODGO_TOOLS (paths for installed Go packages, sources and tools respectively), MODGO_CMD and MODGO_FLAGS (source code build command and flags passed as its arguments), MODGO_BUILD_CMD and MODGO_TEST_CMD (commands for building and testing go packages; normally called with canonical Go package names as arguments), MODGO_{BUILD,INSTALL,TEST}_TARGET and MODGO_{BUILD,RUN}_DEPENDS. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/08 03:18:15 Modified files: mail/roundcubemail: Makefile Log message: bump REVISION again to ensure -current version is above -stable version (because PHP dependency path is different between the two) CVSROOT: /cvs Module name: src Changes by: czarkoff@cvs.openbsd.org 2015/06/08 03:23:01 Modified files: share/man/man5 : port-modules.5 Log message: Update documentation for lang/go module OK sthen@ CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/08 03:30:59 Removed files: devel/gocover : Makefile distinfo devel/gocover/pkg: DESCR PLIST Log message: Remove gocover OK sthen@ CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/08 03:33:27 Removed files: textproc/godoc : Makefile distinfo textproc/godoc/pkg: DESCR PLIST godoc.rc Log message: Remove godoc OK sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/08 03:39:02 Modified files: infrastructure/bin: check-common-dirs Log message: use fullname CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/08 03:41:03 Log message: import go-tools This package holds the source for various packages and tools that support the Go programming language: * benchcmp displays performance changes between benchmarks * callgraph reports the call graph of a Go program * digraph performs queries over unlabelled directed graphs represented in text form * eg performs example-based refactoring * fiximports fixes import declarations to use the canonical import path for packages that have an "import comment" * godex dumps exported information of packages or selected objects * godoc extracts and generates documentation for Go programs * goimports updates Go import lines * gomvpkg moves go packages, updating import declarations * gorename performs precise type-safe renaming of identifiers in Go code * gotype does syntactic and semantic analysis of Go files and packages * oracle answers questions about Go source code * ssadump displays and interprets the SSA form of Go programs * stress runs a given process in parallel in a loop and collects failures * stringer creats of methods that satisfy the fmt.Stringer interface * cover analyzes the coverage profiles * vet examines Go source code and reports suspicious constructs OK sthen@ Status: Vendor Tag: czarkoff Release Tags: czarkoff_20150608 N ports/devel/go-tools/Makefile N ports/devel/go-tools/distinfo N ports/devel/go-tools/pkg/PLIST N ports/devel/go-tools/pkg/godoc.rc N ports/devel/go-tools/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/08 03:43:57 Modified files: devel : Makefile Log message: Unhook gocover CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/08 03:44:33 Modified files: devel/p5-Devel-Size: Makefile distinfo devel/p5-Devel-Size/pkg: PLIST Log message: Update to p5-Devel-Size-0.80. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/08 03:44:42 Modified files: print/foomatic-db: Makefile distinfo print/foomatic-db/patches: patch-configure print/foomatic-db/pkg: PLIST Log message: Update to foomatic-db-4.0.20150415. CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/08 03:48:06 Removed files: devel/govet : Makefile distinfo devel/govet/pkg: DESCR PLIST Log message: Remove govet OK sthen@ CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/08 03:49:22 Modified files: devel : Makefile Log message: Unhook govet OK sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/08 03:50:59 Modified files: textproc/libxml++: Makefile distinfo Log message: Update to libxml++-2.38.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/08 03:51:30 Modified files: graphics/p5-Image-ExifTool: Makefile distinfo graphics/p5-Image-ExifTool/pkg: PLIST Log message: update to p5-Image-ExifTool-9.90, from maintainer patrick keshishian CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/08 03:54:00 Modified files: devel : Makefile Log message: +go-tools CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/08 04:00:59 Modified files: textproc : Makefile Log message: -godoc CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/08 04:07:38 Log message: import hub Port by Fabian Raetz with changes by kspillner@ and czarkoff@ OK kspillner@, sthen@ Status: Vendor Tag: czarkoff Release Tags: czarkoff_20150608 N ports/devel/hub/Makefile N ports/devel/hub/distinfo N ports/devel/hub/pkg/DESCR N ports/devel/hub/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/08 04:31:04 Log message: import net/py-idna, ok czarkoff@ A Python library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as "IDNA2008" and can produce different results from the earlier standard from 2003. Status: Vendor Tag: sthen Release Tags: sthen_20150608 N ports/net/py-idna/Makefile N ports/net/py-idna/distinfo N ports/net/py-idna/pkg/PLIST N ports/net/py-idna/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/08 04:32:12 Log message: import py-ipaddress, ok czarkoff@ Python 3.3's ipaddress for Python 2.6 and 2.7. Status: Vendor Tag: sthen Release Tags: sthen_20150608 N ports/net/py-ipaddress/Makefile N ports/net/py-ipaddress/distinfo N ports/net/py-ipaddress/pkg/PLIST N ports/net/py-ipaddress/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/08 04:32:45 Modified files: net : Makefile Log message: hook up py-idna (py2.7 and py3) and py-ipaddress (2.7 only) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/08 04:32:55 Modified files: infrastructure/bin: check-common-dirs check-conflicts infrastructure/lib/OpenBSD: PlistScanner.pm Log message: tweak fullname to put the ! (for current packages at the start) sort things in a more systematic way. make sure results are displayed after the progress meter is properly terminated CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/08 04:33:15 Log message: import py-pretend, ok czarkoff@ Pretend is a library to make stubbing with Python easier. Status: Vendor Tag: sthen Release Tags: sthen_20150608 N ports/devel/py-pretend/Makefile N ports/devel/py-pretend/distinfo N ports/devel/py-pretend/pkg/PLIST N ports/devel/py-pretend/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/08 04:33:56 Modified files: devel : Makefile Log message: +py-pretend[,python3] CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/08 04:34:43 Log message: import py-cryptography (aka cryptography.io), ok czarkoff@ "cryptography" is a Python library which exposes cryptographic recipes and primitives, with the goal of it being a "cryptographic standard library". It aims to address various problems seen with other Python cryptography libraries, including lack of PyPy and Python 3 support, lack of maintenance. use of poor implementations of algorithms, lack of high-level APIs, absence of important algorithms, error prone APIs and bad defaults. Status: Vendor Tag: sthen Release Tags: sthen_20150608 N ports/security/py-cryptography/Makefile N ports/security/py-cryptography/distinfo N ports/security/py-cryptography/pkg/PLIST N ports/security/py-cryptography/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/08 04:35:21 Modified files: security : Makefile Log message: hook up py-cryptography[,python3] CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/08 05:06:08 Modified files: infrastructure/lib/DPB: Engine.pm SubEngine.pm Log message: fix long-standing race condition where removing a lock could break things. That's just more stuff that has to wait while scanning is going on. CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/08 05:07:18 Modified files: devel : Makefile Log message: +hub CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/08 06:40:30 Modified files: devel/p5-Time-Warp: Makefile distinfo Log message: Update to p5-Time-Warp-0.52. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/08 06:56:26 Modified files: infrastructure/bin: check-conflicts check-common-dirs infrastructure/lib/OpenBSD: PlistScanner.pm Log message: unified dependency tagging, so that both tools can do dependency closure. Provide -o output option, which also saves the actual useful output somewhere CVSROOT: /cvs Module name: ports Changes by: bmercer@cvs.openbsd.org 2015/06/08 07:36:10 Modified files: devel/teensyloader: Makefile distinfo devel/teensyloader/patches: patch-Makefile_bsd devel/teensyloader/pkg: PLIST Log message: Update port to track github. This is the recommended mechanism by the author. This update enables flashing of teensy 3.x boards. Tested by myself and OK sthen@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/08 07:40:44 Modified files: devel/p5-Devel-Declare: Makefile distinfo Log message: Update to p5-Devel-Declare-0.006018. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/08 07:40:48 Modified files: sys/net : if_ethersubr.c sys/netinet : ip_carp.c ip_carp.h Log message: Move carp-related logic from ether_output() into carp_start(). ok sthen@, phessler@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/08 07:44:08 Modified files: sys/net : if_bridge.c if_ethersubr.c if_vlan.c Log message: Merge multiple copies of the code doing VLAN tag insertion back into vlan_start(). ok sthen@, phessler@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/08 07:44:28 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 and bump, as discussed with sthen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/08 08:22:05 Modified files: sys/arch/arm/arm: in_cksum_arm.S sys/lib/libkern/arch/arm: memcpy.S memset.S lib/libc/arch/arm/string: _memcpy.S memset.S Log message: At some point arm moved to a unified syntax for arm and thumb instructions. While binutils supports both "unified" and "divided" syntax (defaulting to divided) the integrated assembler in clang only supports unified names so switch some files to unified syntax. Similiar changes were made in bitrig and freebsd. No difference in objdump -d output. tested on zaurus by deraadt@, ok miod@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/08 08:59:34 Modified files: sys/arch/armv7/conf: RAMDISK Log message: enable agtimer on the ramdisk as well CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/06/08 09:08:44 Modified files: app/cwm : menu.c Log message: clean up CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/06/08 09:11:29 Modified files: app/cwm : calmwm.h client.c mousefunc.c Log message: stash window dimensions CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/08 09:11:53 Modified files: infrastructure/lib/OpenBSD: PlistScanner.pm Added files: infrastructure/bin: check-problems Log message: close enough that I can unify them together. Introduce an interface to specifically display results, so that it can be copied to an output file, and just not appear on the terminal CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/08 09:14:01 Modified files: devel/p5-Test-TempDir: Makefile distinfo Log message: Update to p5-Test-TempDir-0.10. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/06/08 09:34:03 Modified files: app/cwm : search.c Log message: add client label CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/08 09:37:20 Modified files: infrastructure/bin: check-problems infrastructure/lib/OpenBSD: PlistScanner.pm Log message: unify options. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/06/08 09:41:27 Modified files: app/cwm : mousefunc.c Log message: switch to search_print_client() as the print callback since it will now display labels as well CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/06/08 09:43:13 Modified files: app/cwm : kbfunc.c Log message: just populating the ctx is enough since the menu uses a callback and ignores anything else CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/06/08 09:47:51 Modified files: usr.sbin/relayd: relay.c relay_http.c relayd.h Log message: Introduce a state on the ctl_relay_event struct. This makes it possible to better track the connection state of a session and stops doing double opens in certain situations using http relays. Using a state field to simplify the logic since relay_connect() is called multiple times. OK benno@, bluhm@ and running in production for more than a week CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/08 11:35:43 Modified files: distrib/armv7/ramdisk: install.md Log message: Move the scan_dmesg calls back into the functions. It can't be called when the file is sourced as /var/run/dmesg.boot won't exist then. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/08 12:31:17 Modified files: distrib/armv7/ramdisk: install.md Log message: expr isn't on the ramdisk use ksh for addition problem spotted by jasper@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2015/06/08 12:59:16 Modified files: java/javaPathHelper: Makefile distinfo Log message: Update to 1.0 which includes support for the 1.8 jdk/jre. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/06/08 16:02:30 Modified files: www/piwik : Makefile distinfo www/piwik/pkg : PLIST Log message: Update to 2.13.1 Too many changes to list here, full changelog at: http://piwik.org/changelog/ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/06/08 16:12:42 Modified files: databases/mysql-utilities: Makefile distinfo databases/mysql-utilities/pkg: PLIST Log message: Bugfix update to 1.5.4 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/06/08 16:19:28 Modified files: sys/netinet6 : icmp6.c in6.c in6.h in6_cksum.c in6_gif.c in6_ifattach.c in6_pcb.c in6_src.c ip6_divert.c ip6_forward.c ip6_input.c ip6_mroute.c ip6_mroute.h ip6_output.c nd6.c nd6_rtr.c raw_ip6.c udp6_output.c Log message: More damned eye searing whitespace. No change to .o files. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/08 23:17:52 Modified files: graphics/colord: Makefile distinfo graphics/colord/patches: patch-src_cd-main_c graphics/colord/pkg: PLIST Log message: Update to colord-1.2.11. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/09 00:28:32 Modified files: devel/iso-codes: Makefile distinfo Log message: update to iso-codes-3.58 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/09 00:30:36 Modified files: devel/p5-Term-Screen: Makefile distinfo Log message: update to p5-Term-Screen-1.05 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/09 00:31:24 Modified files: devel/ruby-rspec/specinfra: Makefile distinfo Log message: update to specinfra-2.34.8 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/09 00:34:16 Modified files: sysutils/virt-manager: Makefile distinfo Removed files: sysutils/virt-manager/patches: patch-virtManager_domain_py patch-virtManager_sshtunnels_py Log message: update to virt-manager-1.2.1 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/09 00:50:04 Modified files: misc/p5-Finance-QuoteHist: Makefile distinfo Log message: Update to p5-Finance-QuoteHist-1.23. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/09 01:02:34 Modified files: www/owncloud : Makefile distinfo www/owncloud/pkg: PLIST Log message: Update to owncloud-8.0.4. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/09 01:07:06 Modified files: usr.bin/tmux : cmd-attach-session.c Log message: Fix loop comparison broken in last commit, from Thomas Adam. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/09 01:18:57 Modified files: security/p5-Crypt-Rijndael: Makefile distinfo security/p5-Crypt-Rijndael/pkg: PLIST Log message: Update to p5-Crypt-Rijndael-1.13. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/09 01:39:14 Modified files: print/cups : Makefile distinfo print/cups/patches: patch-backend_ipp_c patch-scheduler_ipp_c print/cups/pkg : PLIST-main Log message: SECURITY update to cups-2.0.3 (CERT VU #810572). CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/06/09 01:41:28 src/distrib/octeon/miniroot Update of /cvs/src/distrib/octeon/miniroot In directory cvs.openbsd.org:/tmp/cvs-serv30357/miniroot Log Message: Directory /cvs/src/distrib/octeon/miniroot added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/09 02:00:19 Modified files: print/cups : Tag: OPENBSD_5_7 Makefile distinfo print/cups/patches: Tag: OPENBSD_5_7 patch-backend_ipp_c patch-scheduler_ipp_c print/cups/pkg : Tag: OPENBSD_5_7 PLIST-main Log message: SECURITY update to cups-2.0.3. - fixed CERT VU #810572 exploiting the dynamic linker (STR #4609) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/09 02:01:13 Modified files: print/cups : Makefile Log message: Bump to be ahead of -stable. CVSROOT: /cvs Module name: src Changes by: jung@cvs.openbsd.org 2015/06/09 02:50:52 Modified files: usr.sbin/httpd : server_fcgi.c Log message: plug fd leak found by Todd Mortimer ok claudio deraadt florian CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/09 03:57:47 ports/databases/hs-hedis/patches Update of /cvs/ports/databases/hs-hedis/patches In directory cvs.openbsd.org:/tmp/cvs-serv13804/patches Log Message: Directory /cvs/ports/databases/hs-hedis/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/09 04:30:22 Modified files: textproc/hs-bytestring-lexing: Makefile distinfo textproc/hs-bytestring-lexing/pkg: PLIST Log message: Update to bytestring-lexing-0.5.0.2 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/09 04:31:55 Modified files: databases/hs-hedis: Makefile distinfo Added files: databases/hs-hedis/patches: patch-hedis_cabal Log message: Update to hedis-0.6.7 CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/06/09 05:40:51 Modified files: archivers/lzip/lziprecover: Makefile distinfo Log message: Update to lziprecover 1.17. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/09 05:55:24 Modified files: audio/liblo : Makefile Added files: audio/liblo/patches: patch-lo_lo_macros_h Log message: Add patch from upstream to fix breakage in c++ deps on 32-bit arch. Researched by patrick keshishian, jca, dcoppa, upstream patch found by dcoppa CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/09 06:55:33 Modified files: x11/mlterm : Makefile distinfo x11/mlterm/patches: patch-mkf_lib_Makefile_in patch-xwindow_x_screen_c patch-xwindow_xlib_x_window_c Added files: x11/mlterm/patches: patch-Makefile_in Log message: Update to mlterm-3.5.0 CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/06/09 07:02:15 Modified files: app/cwm : calmwm.h Log message: typo in comment; from jsteinha [at] iutbayonne.univ-pau.fr CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/06/09 08:46:39 Modified files: net/tor : Makefile distinfo Log message: Update to tor 0.2.6.8, reminded by David Hill. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/09 08:50:14 Modified files: sys/net : if_trunk.c trunklacp.c Log message: Convert trunk(4) to if_input(). ok dlg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/09 08:57:30 Modified files: sys/net : if.c Log message: Remove the hack to check if the received pointer has changed in an ifih now that all drivers and pseudo-drivers are using if_input(). if_input() is reentrant and is now the only place where we set `rcvif'. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/09 09:05:40 Modified files: devel/pcre : Makefile Added files: devel/pcre/patches: patch-pcre_compile_c Log message: Apply fixes for several buffer overflow issues from the pcre svn repository. Fixes CVE-2015-3210 and CVE-2015-3217. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/09 09:13:13 Modified files: devel/pcre : Tag: OPENBSD_5_7 Makefile Added files: devel/pcre/patches: Tag: OPENBSD_5_7 patch-pcre_compile_c Log message: Apply fixes for several buffer overflow issues from the pcre svn repository. Fixes CVE-2015-3210 and CVE-2015-3217. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2015/06/09 11:19:05 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: Add location for feinerer@ OK pirofti@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/09 12:50:45 Modified files: www/iridium : Makefile Log message: Unbreak, REVISION cannot go backwards. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/06/09 13:20:36 Modified files: distrib/octeon : Makefile etc/etc.octeon : disktab Added files: distrib/octeon/miniroot: Makefile Log message: miniroot for octeon; tested on edgerouter lite with local usb storage ok jmatthew@ miod@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/06/09 13:29:57 Modified files: distrib/notes/octeon: hardware Log message: add the edgerouter poe to the edgeroute lite paragraph CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/06/09 13:36:43 Modified files: distrib/notes/octeon: contents Log message: add miniroot; note it's not further documented to prevent having to reword/rewrite most of it again when usb support has landed. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/06/09 14:04:04 Modified files: lib/libc/locale: setlocale.c Log message: Remove unused parameter of load_locale_sub(). No assembly change on i386. Diff from Sebastien Marie. objdump foo help from uwe CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/09 14:54:38 Modified files: graphics/darktable: Makefile distinfo graphics/darktable/pkg: PLIST Removed files: graphics/darktable/patches: patch-cmake_modules_FindFreetype_cmake patch-doc_CMakeLists_txt patch-src_common_utility_c patch-src_external_LibRaw_dcraw_dcraw_c patch-src_external_LibRaw_internal_dcraw_common_cpp patch-src_external_dcraw_c patch-src_imageio_format_CMakeLists_txt patch-tools_generate_prefs_xsl Log message: update to darktable-1.6.7 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/09 15:32:40 Modified files: www/piwik : Makefile www/piwik/pkg : PLIST Log message: Unbreak. When you work on ports, use current and don't blindly trust 'make plist'. CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2015/06/09 20:31:04 Modified files: devel/afl : Makefile distinfo devel/afl/patches: patch-Makefile Log message: update to 1.80b sure jsg@(MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/10 00:34:45 Modified files: graphics/ffmpeg: Makefile distinfo graphics/ffmpeg/patches: patch-configure graphics/ffmpeg/pkg: PLIST Removed files: graphics/ffmpeg/patches: patch-libavcodec_libvpxenc_c patch-libavcodec_x86_dcadsp_init_c patch-libavutil_x86_float_dsp_init_c Log message: Update to ffmpeg-20150609. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/10 00:35:17 Modified files: x11/mplayer : Makefile Log message: Sync FFMPEG_V for new FFmpeg. from brad CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/06/10 00:38:40 Modified files: distrib/notes/alpha: xfer distrib/notes/amd64: xfer distrib/notes/armish: xfer distrib/notes/armv7: xfer distrib/notes/aviion: xfer distrib/notes/hppa: xfer distrib/notes/i386: xfer distrib/notes/landisk: xfer distrib/notes/loongson: xfer distrib/notes/luna88k: xfer distrib/notes/macppc: xfer distrib/notes/octeon: xfer distrib/notes/sgi: xfer distrib/notes/socppc: xfer distrib/notes/sparc: xfer distrib/notes/sparc64: xfer distrib/notes/vax: xfer distrib/notes/zaurus: xfer Log message: FTP as an install method kicked the bucket some time ago. ok miod@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/10 00:48:36 Modified files: security/p5-Crypt-RIPEMD160: Makefile distinfo security/p5-Crypt-RIPEMD160/pkg: PLIST Log message: Update to p5-Crypt-RIPEMD160-0.06. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/10 01:53:11 Modified files: devel/p5-Config-General: Makefile distinfo Log message: Update to p5-Config-General-2.58. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/10 02:08:20 Modified files: devel/p5-Class-Accessor-Lite: Makefile distinfo Log message: Update to p5-Class-Accessor-Lite-0.08. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/10 02:46:52 Modified files: games/defendguin: Makefile Log message: Update dead mirror. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/10 02:59:53 Modified files: devel/p5-Config-AutoConf: Makefile distinfo Log message: Update to p5-Config-AutoConf-0.311. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/10 03:04:07 Added files: infrastructure/man/man1: check-problems.1 Log message: documentation for check-problems, and description of sample output CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/10 03:06:26 Removed files: infrastructure/bin: check-conflicts check-common-dirs infrastructure/man/man1: check-conflicts.1 check-common-dirs.1 Log message: bye bye, use check-problems now CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/10 03:10:54 Modified files: www/p5-HTTP-Parser-XS: Makefile distinfo Log message: Update to p5-HTTP-Parser-XS-0.17. from Abel Abraham Camarillo Ojeda (maintainer) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/10 03:17:37 Modified files: www/p5-CGI-Lite: Makefile distinfo Log message: Update to p5-CGI-Lite-3.00. from Abel Abraham Camarillo Ojeda (maintainer) CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/10 03:20:21 Modified files: sys/net : trunklacp.c Log message: Add missing include. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/10 03:28:08 Modified files: security/polarssl: Makefile distinfo security/polarssl/pkg: PLIST Log message: Update to mbedtls-1.3.11. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/10 03:35:05 Modified files: devel/p5-Hash-MultiValue: Makefile distinfo Log message: Update to p5-Hash-MultiValue-0.16. from Abel Abraham Camarillo Ojeda (maintainer) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/10 03:41:45 Modified files: sysutils/p5-Filesys-Notify-Simple: Makefile distinfo Log message: Update to p5-Filesys-Notify-Simple-0.12. from Abel Abraham Camarillo Ojeda (maintainer) CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/06/10 04:03:59 Modified files: share/snmp : OPENBSD-PF-MIB.txt usr.sbin/snmpd : mib.c mib.h Log message: Export new pf "no-route" error counter OK sthen, blambert for the SNMP part CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/10 04:43:29 Modified files: security/sslsplit: Makefile sysutils/pftop : Makefile sysutils/symon : Makefile sysutils/collectd: Makefile net/pfstat : Makefile net/natpmpd : Makefile net/miniupnp/miniupnpd: Makefile net/ftpsesame : Makefile Log message: bump REVISIONs following DIOCGETSTATUS ABI change CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/10 04:55:10 Modified files: devel/arm-none-eabi/gdb: Makefile devel/arm-none-eabi/gdb/pkg: PLIST devel/gdb : Makefile devel/gdb/pkg : PLIST Log message: conflicts CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/10 04:58:24 Modified files: net/libnet/1.0 : Makefile net/libnet/1.0/pkg: PLIST net/libnet/1.1 : Makefile net/libnet/1.1/pkg: PLIST Log message: missed conflicts after the EPOCH change CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/10 05:05:02 Modified files: devel/flawfinder: Makefile net/arpd : Makefile net/netsed : Makefile security/ADMsmb: Makefile security/ADMsnmp: Makefile security/bsd-airtools: Makefile security/chrootuid: Makefile security/corkscrew: Makefile security/fragroute: Makefile security/sentinel: Makefile security/siphon: Makefile security/tempwatch: Makefile security/vomit : Makefile Log message: Remove unresponsive maintainer. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/06/10 05:19:22 Modified files: x11/gnustep/timemon: Makefile distinfo Removed files: x11/gnustep/timemon/patches: patch-loadave_c Log message: Maintenance update to 4.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/10 05:42:16 Modified files: x11/gnome/calculator: Makefile distinfo Log message: update to gnome-calculator-3.16.2 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/10 06:08:08 Modified files: devel/py-pip : Makefile distinfo devel/py-pip/pkg: PLIST Log message: Update to py-pip-7.0.3. from Frantisek Holop CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/10 06:16:12 Modified files: devel/py-virtualenv: Makefile distinfo devel/py-virtualenv/pkg: PLIST Log message: Update to py-virtualenv-13.0.3. from Frantisek Holop CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/10 06:48:15 Modified files: x11/gnome/online-accounts: Makefile distinfo x11/gnome/online-accounts/pkg: PLIST Log message: update to gnome-online-accounts-3.16.3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/10 06:49:45 Modified files: databases/freetds: Makefile databases/freetds/patches: patch-src_odbc_connectparams_c Removed files: databases/freetds/patches: patch-include_sqlfront_h Log message: Drop php 5.3 patch. /etc -> SYSCONFDIR CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/10 06:53:09 Modified files: devel/p5-File-Find-Rule-Perl: Makefile distinfo Log message: Update to p5-File-Find-Rule-Perl-1.15. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/10 06:53:49 Removed files: lang/php/5.3 : Makefile distinfo lang/php/5.3/patches: patch-aclocal_m4 patch-configure_in patch-ext_gd_config_m4 patch-ext_gd_gdcache_h patch-ext_gd_libgd_gdcache_h patch-ext_gd_libgd_gdkanji_c patch-ext_iconv_iconv_c patch-ext_imap_config_m4 patch-ext_mysqlnd_config9_m4 patch-ext_odbc_config_m4 patch-ext_openssl_config0_m4 patch-ext_openssl_openssl_c patch-ext_spl_php_spl_c patch-ext_spl_php_spl_h patch-ext_standard_config_m4 patch-ext_tidy_config_m4 patch-ext_tidy_tidy_c patch-ext_xmlrpc_libxmlrpc_encodings_c patch-main_php_h patch-main_php_ini_c patch-main_php_open_temporary_file_c patch-php_ini-development patch-php_ini-production patch-sapi_apache_mod_php5_c patch-sapi_cgi_Makefile_frag patch-sapi_cgi_cgi_main_c patch-sapi_cgi_config9_m4 patch-sapi_cli_php_cli_c patch-sapi_fpm_Makefile_frag patch-sapi_fpm_config_m4 patch-sapi_fpm_fpm_fpm_atomic_h patch-sapi_fpm_php-fpm_conf_in patch-scripts_Makefile_frag patch-scripts_php-config_in patch-scripts_phpize_in lang/php/5.3/pkg: DESCR-fpm PFRAG.no-no_suhosin-main PLIST-bz2 PLIST-curl PLIST-dba PLIST-fastcgi PLIST-fpm PLIST-gd PLIST-gmp PLIST-imap PLIST-intl PLIST-ldap PLIST-main PLIST-mcrypt PLIST-mssql PLIST-mysql PLIST-mysqli PLIST-odbc PLIST-pcntl PLIST-pdo_dblib PLIST-pdo_mysql PLIST-pdo_pgsql PLIST-pgsql PLIST-pspell PLIST-shmop PLIST-snmp PLIST-soap PLIST-sqlite PLIST-tidy PLIST-xmlrpc PLIST-xsl PLIST-zip php_fpm.rc Log message: bye-bye php-5.3; prodded by aja@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/10 06:56:04 Modified files: usr.bin/tmux : format.c Log message: wp->tty is a char [] not a char * so it can't be NULL. From Thomas Adam. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/10 07:02:34 Modified files: shells/tcsh : Makefile distinfo Removed files: shells/tcsh/patches: patch-config_f_h patch-ed_refresh_c patch-host_defs Log message: - update to tcsh-6.19.00 - drop maintainership CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/10 07:04:51 Modified files: sysutils/monit : Makefile distinfo Log message: update to monit-5.14 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/10 07:07:33 Modified files: comms/conserver: Makefile distinfo comms/conserver/patches: patch-console_console_c Removed files: comms/conserver/patches: patch-conserver_group_c Log message: update to conserver-8.2.1 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/10 07:18:47 Modified files: devel/p5-File-DesktopEntry: Makefile distinfo Log message: Update to p5-File-DesktopEntry-0.10. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/10 07:19:03 Modified files: textproc/elasticsearch: Makefile textproc/elasticsearch/pkg: PLIST README Log message: add paragraph regarding plugins management from Pavel Korovin CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/10 07:25:32 Modified files: sysutils/logstash/logstash: Makefile sysutils/logstash/logstash/pkg: PLIST Added files: sysutils/logstash/logstash/pkg: README Log message: run logstash as an unprivileged user, and add a note about plugins from Pavel Korovin CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/10 07:26:43 Modified files: devel/monotone : Makefile distinfo devel/monotone/pkg: PLIST Removed files: devel/monotone/patches: patch-configure patch-keys_cc Log message: - update to monotone-1.1 based on a diff from Richard Hopkins CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/10 07:30:07 Modified files: sysutils/mcollective-plugins/puppet-agent: Makefile distinfo Log message: update to mcollective-puppet-agent-1.10.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/10 07:37:14 Modified files: sysutils/mcollective-plugins/package-agent: Makefile distinfo sysutils/mcollective-plugins/package-agent/pkg: PLIST Log message: update to mcollective-package-agent-4.4.0 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/10 07:51:06 Modified files: devel/p5-ExtUtils-CChecker: Makefile distinfo Log message: Update to p5-ExtUtils-CChecker-0.10. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/10 08:24:17 Modified files: devel/p5-Locale-Maketext-Gettext: Makefile distinfo Log message: Update to p5-Locale-Maketext-Gettext-1.28. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/10 09:07:42 Modified files: devel/p5-Test-Reporter: Makefile distinfo Log message: Update to p5-Test-Reporter-1.62. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/10 09:34:17 Modified files: sys/dev/pci : if_rtwn.c Log message: Do not set "rcvif", if_input() does it for us. Found the hardway by krw@ trying a diff that kills "rcvif". ok stsp@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/10 09:43:54 Modified files: www/p5-HTML-TableExtract: Makefile distinfo Log message: Update to p5-HTML-TableExtract-2.13. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/10 10:00:38 Modified files: net/p5-Net-Netmask: Makefile distinfo Log message: Update to p5-Net-Netmask-1.9022. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/10 10:13:01 Modified files: x11/gtk+3 : Makefile distinfo Log message: Update to gtk+3-3.16.4. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/10 12:25:09 Modified files: sysutils/mcollective-plugins/nrpe-agent: Makefile distinfo Log message: - update to mcollective-nrpe-agent-3.1.0 ok sebastia@ (new maintainer) CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2015/06/10 12:33:00 Modified files: devel/tig : Makefile Added files: devel/tig/patches: patch-src_graph-v2_c Log message: Add upstream patch for bug https://github.com/jonas/tig/issues/402 ok ajacoutot@ dcoppa@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/10 13:44:20 Modified files: devel/libqtelegram-aseman-edition: Makefile distinfo devel/libqtelegram-aseman-edition/pkg: PLIST Log message: Update to 4.1 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/10 13:47:04 Modified files: net/cutegram : Makefile distinfo net/cutegram/pkg: PLIST Removed files: net/cutegram/patches: patch-Cutegram_Cutegram_pro Log message: Update to 2.4.0 Changelog: http://aseman.co/downloads/cutegram/changelog CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/10 13:52:47 Modified files: textproc : Makefile Log message: reinstate ports lost in previous commit CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/10 13:53:24 Modified files: textproc : Makefile Log message: sort CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/10 14:01:03 Modified files: audio : Makefile books : Makefile devel : Makefile inputmethods : Makefile japanese : Makefile lang : Makefile net : Makefile telephony : Makefile tests : Makefile www : Makefile Log message: sort, and use consistent whitespace CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/06/10 14:02:42 Modified files: sys/dev/pci : autri.c Log message: Use first 4 channels of the board. The previous channel setting caused DMA on the wrong memory location during recording. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/06/10 14:14:02 Modified files: sys/dev/pci : autri.c Log message: Don't claim the autri(4) driver supports big-ending, signed 8-bit, or unsigned 16-bit samples. Fixes sound on big endian machines. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/10 14:32:29 Modified files: sysutils/firmware: Makefile Log message: hook up rtwn CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/10 14:50:05 Modified files: libexec/ld.so : library_subr.c libexec/ld.so/ldconfig: library.c sys/dev/usb : if_wi_usb.c usr.sbin/ldpd : lde_lib.c usr.sbin/npppd/npppd: npppd_radius.c Log message: Typos: equalivant, fucntion, libary. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/10 15:15:33 Modified files: net/librenms : Makefile distinfo net/librenms/patches: patch-html_install_php patch-includes_defaults_inc_php patch-includes_definitions_inc_php patch-librenms_cron patch-poller-wrapper_py net/librenms/pkg: PLIST Added files: net/librenms/patches: patch-validate_php Log message: update to a newer librenms snapshot from today CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/06/10 15:16:41 Modified files: libexec/ld.so : library_subr.c Log message: breath->breadth CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/10 15:27:21 Modified files: mail/claws-mail: Makefile Log message: WANTLIB += lzo2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/10 15:42:26 Modified files: sysutils/conky : Makefile emulators/fuse : Makefile math/graphviz : Makefile multimedia/gstreamer-0.10/plugins-good: Makefile multimedia/gstreamer-0.10/plugins-bad: Makefile multimedia/gstreamer-0.10/plugins-ugly: Makefile comms/hamlib : Makefile net/ices : Makefile x11/kde/libs3 : Makefile x11/kde/sdk3 : Makefile audio/libgpod : Makefile textproc/libxslt: Makefile net/rrdtool : Makefile Log message: sync wantlib, mostly lzma (from xml2) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/10 15:53:49 Modified files: audio/faad : Makefile audio/xmms-mad : Makefile audio/xmms-shn : Makefile audio/xmms-sid : Makefile audio/xmms-tremor: Makefile audio/xmms-wavpack: Makefile audio/xmms : Makefile Log message: sync WANTLIB CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/10 16:04:04 Modified files: graphics/sane-backends: Makefile Log message: sync WANTLIB CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/10 16:06:01 Modified files: security/py-cryptography: Makefile Log message: add missing WANTLIB CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/10 16:07:15 Modified files: devel/py-cffi : Makefile Log message: add note re _cffi__ hash for security/py-cryptography CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/10 16:27:29 Modified files: graphics/darktable: Makefile Added files: graphics/darktable/patches: patch-src_external_colord-gtk_CMakeLists_txt Log message: darktable build failed if colord was present, as reported by nigel@; fix and add as a dependency CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/10 16:40:41 Modified files: net/isc-bind : Makefile distinfo Log message: SECURITY update to BIND 9.10.2-P1, various problems with RPZ (policy zones), and a possible crash with async zone loads. https://kb.isc.org/article/AA-01266 "If you are using RPZ in BIND 9.10 in a production environment, and particularly if you have multiple policy zones, you should upgrade to BIND 9.10.2-P1. Otherwise, this upgrade is not urgent." CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/10 16:47:24 Modified files: net/isc-bind : Tag: OPENBSD_5_7 Makefile distinfo Added files: net/isc-bind/patches: Tag: OPENBSD_5_7 patch-configure_in Removed files: net/isc-bind/patches: Tag: OPENBSD_5_7 patch-bin_named_config_c patch-lib_dns_adb_c patch-lib_dns_resolver_c Log message: MFC: SECURITY update to BIND 9.10.2-P1, various problems with RPZ (policy zones), and a possible crash with async zone loads. https://kb.isc.org/article/AA-01266 "If you are using RPZ in BIND 9.10 in a production environment, and particularly if you have multiple policy zones, you should upgrade to BIND 9.10.2-P1. Otherwise, this upgrade is not urgent." CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/10 16:54:29 Modified files: net/netsed : Makefile Log message: Respect CFLAGS. cc -O9 -fomit-frame-pointer, really?!? CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/10 22:38:23 Modified files: sys/dev/pci : if_vio.c viomb.c virtio.c Log message: remove uneeded pci includes CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/11 00:25:08 Modified files: print/hplip : Makefile distinfo print/hplip/patches: patch-Makefile_in patch-base_codes_py patch-base_queues_py patch-installer_core_install_py patch-logcapture_py patch-setup_py print/hplip/pkg: PLIST-hpijs Log message: Update to hplip-3.15.6. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/11 01:04:43 Modified files: converters/p5-JSON-Any: Makefile distinfo Log message: Update to p5-JSON-Any-1.39. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/11 01:13:58 Modified files: converters/p5-Net-IDN-Nameprep: Makefile distinfo Log message: Update to p5-Net-IDN-Nameprep-1.102. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/11 02:23:10 Modified files: devel/p5-Class-ErrorHandler: Makefile distinfo Log message: Update to p5-Class-ErrorHandler-0.04. CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2015/06/11 02:39:51 Modified files: sys/nfs : nfs_serv.c Log message: Avoid double-free in error path by cribbing the HASBUF flag logic from the rest of the kernel that deals with filename lookups. In snaps for some time. Initially found by jsg@ Prodded by deraadt@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/11 02:42:38 Modified files: infrastructure/lib/DPB: Distfile.pm Engine.pm PkgPath.pm Log message: handle distfile failure better. - we do rescan paths anyway, so make sure we queue only path. - forgetting distfile details does not get around caching, so do creation of distfiles in two times. cache is there to ensure unique distfiles, and we can still forget details. To do: remove distfiles from queue during forget, because there's no longer any detail there. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/11 02:45:34 Modified files: devel/p5-DateTime-Format-Pg: Makefile distinfo Log message: Update to p5-DateTime-Format-Pg-0.16010. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/11 03:16:17 Modified files: devel/p5-Getargs-Long: Makefile distinfo Log message: Update to p5-Getargs-Long-1.1007. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/11 03:26:01 Modified files: infrastructure/mk: bsd.port.mk Log message: save PKGPATHS in stride with PKGNAMES, to be used for quick introspection purposes. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/11 04:55:18 Modified files: www/chromium : Makefile distinfo Log message: update to 43.0.2357.124 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/11 05:44:01 Modified files: textproc/py-polib: Makefile distinfo textproc/py-polib/pkg: PLIST Log message: - update to py-polib-1.0.6 - use pypi mastersite CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/11 05:46:51 Modified files: devel/p5-Test-Class: Makefile distinfo Log message: Update to p5-Test-Class-0.50. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/11 05:56:15 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/pkg: gdm.rc Log message: Start ${daemon} in the background to prevent '/etc/rc.d/gdm start' from never ending. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/11 05:58:06 Modified files: devel/p5-Test-MockObject: Makefile distinfo devel/p5-Test-MockObject/pkg: PLIST Log message: Update to p5-Test-MockObject-1.20150527. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2015/06/11 06:30:42 Modified files: sys/arch/octeon/dev: if_cnmacvar.h if_cnmac.c Log message: convert sc_sendq into an mbuf_list, and use ph_cookie rather than rcvif to store the sgl address, allowing rcvif to be removed. ok mpi@ dlg@ uebayasi@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/11 06:33:31 Modified files: devel/p5-Text-vFile-asData: Makefile distinfo Log message: Update to p5-Text-vFile-asData-0.08. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/06/11 06:48:32 Modified files: usr.sbin/dhcpd : dhcpd.conf.5 Log message: Don't do manual whitespace adjustments inside semantic macros, rather do it before the macros, and get rid of cargo cult escaping. Both to make the code more robust and less ugly, no output change. Ugly code reported by TJ at mrsk dot me. OK jmc@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/11 07:07:15 Modified files: textproc/p5-PDF-Table: Makefile distinfo Log message: Update to p5-PDF-Table-0.9.9. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/06/11 07:20:50 Modified files: audio/libgpod : Makefile Log message: The -python subpackage needs a bump, too. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/11 07:51:38 Modified files: www/p5-CGI-Ajax: Makefile distinfo Log message: Update to p5-CGI-Ajax-0.707. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/11 07:56:37 Modified files: devel/libmagic : Makefile distinfo Log message: update to libmagic (file) 5.23 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/11 07:57:21 Modified files: devel/py-libmagic: Makefile distinfo Log message: update to py-libmagic 5.23 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/11 08:23:09 Modified files: net/dnscrypt-proxy: Makefile distinfo Added files: net/dnscrypt-proxy/patches: patch-src_libevent-modified_evutil_rand_c Log message: update to dnscrypt-proxy 1.5.0, reinstate arc4random_addrandom patch lost during resync with upstream libevent CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/06/11 08:23:29 Modified files: devel/p5-Getargs-Long: Makefile Log message: Run and build depends also on www/p5-URI. ok benoit@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/11 08:57:30 Modified files: www/squid : Makefile.inc www/squid/snapshot: Makefile distinfo www/squid/snapshot/pkg: PLIST-ldap PLIST-main www/squid/stable: Makefile Log message: update to squid-3.5.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/11 09:00:00 Modified files: audio/generaluser-gs-soundfont: Makefile audio/generaluser-gs-soundfont/pkg: PLIST Log message: install GUTest.mid example file CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/11 09:30:17 Modified files: security/openssl: Makefile distinfo security/openssl/patches: patch-Configure Log message: update to openssl-1.0.1n; http://www.openssl.org/news/secadv_20150611.txt CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/06/11 09:55:28 Modified files: lib/libssl/src/crypto/bn: bn_gf2m.c Log message: Avoid an infinite loop that can be triggered by parsing an ASN.1 ECParameters structure that has a specially malformed binary polynomial field. Issue reported by Joseph Barr-Pixton and fix based on OpenSSL. Fixes CVE-2015-1788. ok doug@ miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/06/11 09:58:53 Modified files: lib/libssl/src/crypto/x509: x509_vfy.c Log message: Avoid a potential out-of-bounds read in X509_cmp_time(), due to missing length checks. Diff based on changes in OpenSSL. Fixes CVE-2015-1789. ok doug@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/06/11 09:59:17 Modified files: sys/net : if_bridge.c pfkeyv2_convert.c sys/netinet : ipsec_input.c ipsec_output.c Log message: Move away from using hzto(9); OK dlg CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/06/11 10:00:36 Modified files: sys/nfs : nfs_socket.c Log message: Convert from hzto(9) to tvtohz(9); OK dlg CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/06/11 10:02:05 Modified files: lib/libssl/src/crypto/cms: cms_smime.c Log message: Avoid an infinite loop that can occur when verifying a message with an unknown hash function OID. Diff based on OpenSSL. Fixes CVE-2015-1792 (however, this code is not enabled/built in LibreSSL). ok doug@ miod@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/06/11 10:03:04 Modified files: sys/kern : kern_clock.c sys/sys : systm.h Log message: Move hzto(9) to the attic; OK dlg CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/06/11 10:04:55 Modified files: share/man/man9 : Makefile hzto.9 timeout.9 tvtohz.9 Log message: Remove hzto(9) manual pages and references; OK dlg CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/06/11 10:09:20 Modified files: lib/libssl/src/crypto/bn: Tag: OPENBSD_5_7 bn_gf2m.c lib/libssl/src/crypto/cms: Tag: OPENBSD_5_7 cms_smime.c lib/libssl/src/crypto/x509: Tag: OPENBSD_5_7 x509_vfy.c Log message: MFC: Fix several defects from OpenSSL. These include: CVE-2015-1788 - Malformed ECParameters causes infinite loop CVE-2015-1789 - Exploitable out-of-bounds read in X509_cmp_time CVE-2015-1792 - CMS verify infinite loop with unknown hash function CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/06/11 10:11:00 Modified files: lib/libssl/src/crypto/bn: Tag: OPENBSD_5_6 bn_gf2m.c lib/libssl/src/crypto/cms: Tag: OPENBSD_5_6 cms_smime.c lib/libssl/src/crypto/x509: Tag: OPENBSD_5_6 x509_vfy.c Log message: MFC: Fix several defects from OpenSSL. These include: CVE-2015-1788 - Malformed ECParameters causes infinite loop CVE-2015-1789 - Exploitable out-of-bounds read in X509_cmp_time CVE-2015-1792 - CMS verify infinite loop with unknown hash function CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/06/11 10:43:08 Modified files: devel/p5-List-MoreUtils: Makefile distinfo Log message: update p5-List-MoreUtils to 0.413 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/11 11:26:17 Modified files: sys/arch/alpha/alpha: locore.s Log message: In the copyout family of functions, if the address is out of range ensure the register containing the proc pointer is initialized. ok miod CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/06/11 11:33:35 Modified files: gnu/lib/libiberty/include: objalloc.h gnu/lib/libiberty/src: objalloc.c Log message: Fix CVE-2012-3509, an integer overflow in libiberty, leading to heap-buffer overflow. From Sebastian Trahm; OK deraadt@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/06/11 12:10:53 Modified files: . : errata56.html errata57.html Log message: new errata; from TJ, who beat doug and gilles to it CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/11 12:48:10 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/06/11 12:49:09 Modified files: usr.sbin/httpd : http.h usr.sbin/relayd: http.h relayd.h usr.sbin/relayctl: parser.h sbin/iked : chap_ms.h dh.h eap.h iked.h ikev2.h types.h usr.sbin/ikectl: parser.h usr.sbin/snmpd : mib.h snmp.h snmpd.h usr.sbin/snmpctl: parser.h Log message: Use "compliant" header guards by avoiding the reserved '_' namespace. Pointed out by Markus Elfring OK mikeb@ millert@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/11 12:54:31 Modified files: www/p5-HTTP-Body: Makefile distinfo Log message: Update to p5-HTTP-Body-1.22. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2015/06/11 13:24:38 Modified files: usr.sbin/smtpd : Tag: OPENBSD_5_6 control.c mproc.c Log message: errata 25 CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2015/06/11 13:25:36 Modified files: usr.sbin/smtpd : Tag: OPENBSD_5_7 control.c mproc.c Log message: errata 8 CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/06/11 13:25:53 Modified files: lib/libutil : imsg.c imsg_init.3 Log message: The correct semantic is to check msgbuf_write() for <= 0, not just < 0. Fix one occurence in imsg_flush() and clarify it the man page. Discussed with at least blambert@ jsg@ yasuoka@. OK gilles@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2015/06/11 13:27:16 Modified files: usr.sbin/smtpd : control.c mproc.c Log message: local user can cause smtpd to fail by sending invalid imsg to control sock CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/06/11 13:57:38 Removed files: share/man/man9 : hzto.9 Log message: Remove hzto(9) manual pages and references; OK dlg CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/11 14:02:53 Modified files: devel/go-tools : Makefile devel/go-tools/pkg: PLIST Log message: Hook rc script in PLIST OK sthen@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/06/11 14:23:16 Modified files: net/tor : Makefile distinfo Log message: update to tor 0.2.6.9. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/11 14:25:34 Modified files: lang/php/5.5 : Makefile distinfo Log message: security update to 5.5.26; includes fixes for the following CVEs: CVE-2015-2325, CVE-2015-2326, CVE-2015-3414, CVE-2015-3415, CVE-2015-3416 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/11 14:34:39 Modified files: lang/php/5.6 : Makefile distinfo Log message: security update to 5.6.10; includes fixes for the following CVEs: CVE-2015-2325, CVE-2015-2326, CVE-2015-3414, CVE-2015-3415, CVE-2015-3416 CVSROOT: /cvs Module name: www Changes by: millert@cvs.openbsd.org 2015/06/11 16:09:13 Modified files: . : anoncvs.html build : mirrors.dat Log message: Add SHA256 fingerprints for anoncvs{1,3}.usa.openbsd.org CVSROOT: /cvs Module name: www Changes by: doug@cvs.openbsd.org 2015/06/11 16:45:21 Modified files: . : errata56.html errata57.html Log message: Mention the OpenSSL secadv URL and that CMS was already disabled. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/06/11 18:54:28 Modified files: usr.sbin/syslogd: syslogd.c Log message: If fork fails, print an error message before exit. OK doug@ djm@ CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2015/06/11 20:59:47 Modified files: libressl : index.html releases.html Log message: updates for latest libressl portable releases CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/06/11 22:51:08 Modified files: share/man/man7 : mandoc_char.7 Log message: Kill trailing blank; no text change. Issue found by Tony Sim during today's BSDCan Doc Sprint. CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/11 23:20:48 Modified files: lang/go : go.port.mk Log message: Don't call go with "-a" flag when building binaries. Allow overriding MODGO_FLAGS in ports that need to do so. OK ajacoutot@, kspillner@, sthen@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/12 01:00:00 Modified files: www/p5-Dancer : Makefile distinfo Log message: Update to p5-Dancer-1.3136. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/12 01:04:30 Modified files: databases/freetds: Makefile distinfo databases/freetds/patches: patch-freetds_conf databases/freetds/pkg: PLIST Added files: databases/freetds/patches: patch-src_tds_tls_c Removed files: databases/freetds/patches: patch-src_odbc_connectparams_c databases/freetds/pkg: PFRAG.shared Log message: Update to freetds-0.95.0. survived a bulk tested by and ok sthen@ (thank you) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/12 01:39:16 Modified files: www/chromium : Makefile distinfo Log message: update to 43.0.2357.125 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/12 02:02:03 Modified files: databases/ruby-hiera: Makefile Log message: add PORTROACH to limit this to hiera 1.x CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/12 02:09:16 Modified files: print/cups-filters: Makefile distinfo print/cups-filters/pkg: PLIST Log message: Update to cups-filters-1.0.69. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/12 03:07:17 Modified files: devel/p5-Devel-Symdump: Makefile distinfo Log message: Update to p5-Devel-Symdump-2.15. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/12 03:26:03 Modified files: devel/p5-File-DesktopEntry: Makefile distinfo Log message: Update to p5-File-DesktopEntry-0.11. CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2015/06/12 03:26:05 Modified files: lib/libc/arch/amd64: SYS.h Log message: Reuse SYSENTRY_HIDDEN() in SYSENTRY(); no functional changes. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/06/12 03:30:05 Modified files: sys/dev/pci : if_rtwn.c if_rtwnreg.h Log message: Fix rtwn(4) wifi LED support. Tested with rtwn(4) device in Thinkpad X220. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/12 03:43:12 Modified files: audio/mumble : Makefile distinfo audio/mumble/patches: patch-src_mumble_GlobalShortcut_unix_cpp patch-src_mumble_Settings_cpp patch-src_mumble_mumble_pch_hpp Log message: Maintenance update to mumble-1.2.9 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/12 03:47:44 Modified files: devel/p5-Package-DeprecationManager: Makefile distinfo Log message: Update to p5-Package-DeprecationManager-0.14. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/12 03:50:43 Modified files: audio/umurmur : Makefile distinfo audio/umurmur/patches: patch-CMakeLists_txt patch-src_channel_c patch-src_client_c patch-src_config_h_in patch-src_messagehandler_c patch-src_server_c audio/umurmur/pkg: PLIST umurmurd.rc Added files: audio/umurmur/files: umurmur.conf.5 umurmurd.8 Removed files: audio/umurmur/files: umurmur.conf.1 umurmurd.1 audio/umurmur/patches: patch-src_ssl_h Log message: Update to umurmur-0.2.16 CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/12 03:57:41 Modified files: graphics/xv : Makefile Log message: Prune some dead mirrors. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/12 04:59:47 Modified files: devel/protobuf-c: Makefile distinfo devel/protobuf-c/patches: patch-Makefile_am Added files: devel/protobuf-c/patches: patch-configure_ac patch-protobuf-c_protobuf-c_c patch-protoc-c_c_service_cc patch-t_test-full_proto Log message: Bugfixing update to protobuf-c-1.0.2 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/12 06:55:32 Modified files: devel/p5-POE-Component-Pluggable: Makefile distinfo Log message: Update to p5-POE-Component-Pluggable-1.26. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/12 07:06:19 Modified files: lang/php/5.5 : Tag: OPENBSD_5_7 Makefile distinfo Log message: security update to 5.5.26; includes fixes for the following CVEs: CVE-2015-2325, CVE-2015-2326, CVE-2015-3414, CVE-2015-3415, CVE-2015-3416 ok jasper@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/12 07:06:33 Modified files: lang/php/5.6 : Tag: OPENBSD_5_7 Makefile distinfo Log message: security update to 5.6.10; includes fixes for the following CVEs: CVE-2015-2325, CVE-2015-2326, CVE-2015-3414, CVE-2015-3415, CVE-2015-3416 ok jasper@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/06/12 07:11:27 Modified files: sys/dev/pci : if_iwm.c Log message: Actually trigger iwm_init_task() from iwm_watchdog() as intended to give recovery after device timeout a chance. Don't mess with the IFF_UP flag in the watchdog since this isn't done anywhere except intel wifi drivers which probably copied this pattern amongst each other. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/12 07:46:08 Modified files: devel/p5-MooseX-Types: Makefile distinfo Log message: Update to p5-MooseX-Types-0.45. CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2015/06/12 07:47:45 Modified files: textproc/libxslt: Makefile Log message: also fix -python WANTLIB and bump Ok sthen@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/12 08:10:38 Modified files: devel/p5-MooseX-Clone: Makefile distinfo Log message: Update to p5-MooseX-Clone-0.06. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/06/12 08:18:25 Modified files: usr.sbin/pppd : pppd.h lcp.c Log message: Perform a copy with a memmove for potentially overlapping regions. Reported and fixed by Sergey Ryazanov , thanks! CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/06/12 08:40:55 Modified files: usr.sbin/relayd: relay.c relay_http.c relayd.h Log message: To match relayd's style, use an explicit enum with prefixed names for the states that Claudio introduced. No functional change. OK claudio@ benno@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/12 09:40:06 Modified files: sys/net : if_bridge.c Log message: Remove superfluous splnet() protection. ok lteo@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/12 09:47:31 Modified files: sys/dev/usb : if_athn_usb.c if_axe.c if_axen.c if_axenreg.h if_axereg.h if_rsu.c if_rum.c if_rumreg.h if_run.c if_urtw.c if_urtwn.c if_wi_usb.c if_wi_usb.h Log message: Only match devices with a valid configuration. Most of the WiFi/Ethernet USB adapter only have one configuration and always use its first interface. In order to improve USB descriptors parsing start by reducing the number of places where a configuration is set. Tests & ok stsp@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/06/12 10:10:43 Modified files: sbin/pfctl : pfctl.c Log message: Allow rule ID filter to be specified for show states output Tweak pfctl to respect the rule ID parameter (-R) specified along with the show states (-s states) option to filter out states that are not associated with a given rule from the output. ok sthen, benno CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2015/06/12 10:53:18 Modified files: . : events.html papers : index.html Added files: papers : bsdcan-signify.html Log message: signify: Securing OpenBSD From Us To You CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/06/12 11:32:28 Log message: import p5-Pod-LaTeX 0.61 Pod::LaTeX is a module to convert documentation in the Pod format into Latex. The pod2latex command uses this module for translation. pod2latex is a program to convert POD format documentation (perlpod) into latex. It can process multiple input documents at a time and either generate a latex file per input document or a single combined output file. OK nigel@ benoit@ Status: Vendor Tag: bluhm Release Tags: bluhm_20150612 N ports/textproc/p5-Pod-LaTeX/Makefile N ports/textproc/p5-Pod-LaTeX/distinfo N ports/textproc/p5-Pod-LaTeX/pkg/PLIST N ports/textproc/p5-Pod-LaTeX/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/06/12 11:35:04 Modified files: textproc : Makefile Log message: +p5-Pod-LaTeX CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/12 11:57:55 Modified files: databases/ruby-hiera: Makefile databases/ruby-hiera/pkg: PLIST Log message: - remove bogus @unexec-delete - register conflict with upcoming hiera2 port as discussed with sebastia@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/12 11:59:43 Log message: import hiera-2.0.0 Hiera is a pluggable (YAML, JSON, Puppet) hierarchical database for storing infrastructure representation data. This port will be used by Puppet 4 and follows the new directory layout for Puppet. It's therefore a separate port and conflicts with the existing ruby-hiera port. as discussed with and ok sebastia@ Status: Vendor Tag: jasper Release Tags: jasper_20151206 N ports/databases/ruby-hiera2/Makefile N ports/databases/ruby-hiera2/distinfo N ports/databases/ruby-hiera2/files/hiera.yaml N ports/databases/ruby-hiera2/pkg/DESCR N ports/databases/ruby-hiera2/pkg/PLIST N ports/databases/ruby-hiera2/patches/patch-spec_unit_util_spec_rb No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/12 12:00:12 Modified files: databases : Makefile Log message: +ruby-hiera2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/12 12:01:26 Modified files: sysutils/mcollective: Makefile distinfo sysutils/mcollective/pkg: PLIST Log message: - update to mcollective-2.8.2 * https://docs.puppetlabs.com/mcollective/releasenotes.html testing and ok sebastia@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/12 12:01:54 Modified files: sysutils/mcollective-plugins: Makefile.inc sysutils/mcollective-plugins/filemgr-agent: Makefile sysutils/mcollective-plugins/filemgr-agent/pkg: PLIST sysutils/mcollective-plugins/nrpe-agent: Makefile sysutils/mcollective-plugins/nrpe-agent/pkg: PLIST sysutils/mcollective-plugins/package-agent: Makefile sysutils/mcollective-plugins/package-agent/pkg: PLIST sysutils/mcollective-plugins/puppet-agent: Makefile sysutils/mcollective-plugins/puppet-agent/pkg: PLIST sysutils/mcollective-plugins/service-agent: Makefile sysutils/mcollective-plugins/service-agent/pkg: PLIST sysutils/mcollective-plugins/sysctl-data: Makefile sysutils/mcollective-plugins/sysctl-data/pkg: PLIST Log message: - regen PLIST after mcollective update - enforce dependency on mco accordingly ok sebastia@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/06/12 13:20:43 Modified files: usr.sbin/syslogd: syslogd.c Log message: Close the lock pipe before dupping /dev/null to stdio. This works even if the file descriptor is 0 or 1 or 2. input and OK millert@ CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/12 13:42:39 Modified files: net/go-websocket: Makefile Log message: Bump revision after recent lang/go module changes CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/12 14:09:27 Modified files: lang/iverilog : Makefile Log message: Update HOMEPAGE. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/06/12 14:33:06 Modified files: share/man/man4 : pipex.4 Log message: Add a missing .An macro. Found by Enrico during the BSDCan Doc Sprint. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/12 14:56:57 Modified files: devel/p5-Class-Trigger: Makefile distinfo devel/p5-Class-Trigger/pkg: PLIST Log message: Update to p5-Class-Trigger-0.14. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/12 15:35:02 Modified files: devel/p5-Scope-Upper: Makefile distinfo Log message: Update to p5-Scope-Upper-0.27. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/12 15:47:56 Modified files: devel/p5-Test-Pod: Makefile distinfo Log message: Update to p5-Test-Pod-1.50. CVSROOT: /cvs Module name: www Changes by: afresh1@cvs.openbsd.org 2015/06/12 17:02:51 Modified files: . : events.html Log message: Move my YAPC talk to the past and link to slides and video Unfortunately that room had unknown audio problem with the stream CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/06/12 20:33:58 Modified files: lib/libcrypto/crypto: getentropy_linux.c Log message: Remove unneeded sys/sysctl.h on linux. This only provides the sysctl wrapper in glibc, which we do not use and is not available in other libc implementations for Linux. Thanks to ncopa from github. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/13 00:23:31 Modified files: mail/xfaces : Makefile Log message: Prune some dead mirrors. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/13 00:30:48 Modified files: www/p5-HTML-Mason-PSGIHandler: Makefile distinfo Log message: Update to p5-HTML-Mason-PSGIHandler-0.53. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/13 01:16:37 Modified files: sys/arch/arm/xscale: i80321_clock.c sys/arch/aviion/dev: nvram.c sys/arch/macppc/macppc: clock.c sys/arch/socppc/socppc: clock.c sys/arch/sparc64/sparc64: clock.c sys/arch/armv7/armv7: intr.c Log message: When investigating an uninitialised variable in the armv7 resettodr() miod pointed out that time_second should be compared to 1 not 0 in the md resettodr() functions as it is initialised to 1. ok miod@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/13 01:34:47 Modified files: net/ipv6calc : Makefile Log message: Update MASTER_SITES. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/13 02:00:13 Modified files: devel/p5-MooseX-Declare: Makefile distinfo Log message: Update to p5-MooseX-Declare-0.42. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/13 02:30:55 Modified files: x11/gnome/libgda: Makefile distinfo x11/gnome/libgda/pkg: PLIST-main PLIST-ui Added files: x11/gnome/libgda/patches: patch-tools_browser_gda-browser-5_0_appdata_xml_in Removed files: x11/gnome/libgda/patches: patch-m4_bdb_m4 Log message: Update to libgda-5.2.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/13 02:31:46 Modified files: x11/gnome/libgda: Makefile Log message: Remove commented lines. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/13 02:35:18 Modified files: x11/gnome/libgda: Makefile databases/db/v4: Makefile lang/vala : Makefile Log message: Add XXX: variables need to be in sync. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/13 02:37:31 Modified files: devel/p5-MooseX-Types-Structured: Makefile distinfo devel/p5-MooseX-Types-Structured/pkg: PLIST Log message: Update to p5-MooseX-Types-Structured-0.33. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/13 02:38:10 Modified files: lib/libssl/src/crypto/rsa: rsa_eay.c lib/libssl/src/crypto/x509: x509type.c lib/libssl/src/ssl: d1_clnt.c d1_pkt.c d1_srvr.c Log message: Fix bad indenting in LibreSSL. jsg@ noticed that some of the lines in libssl and libcrypto are not indented properly. At a quick glance, it looks like it has a different control flow than it really does. I checked the history in our tree and in OpenSSL to make sure these were simple mistakes. ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/13 02:46:00 Modified files: lib/libssl/src/ssl: bs_cbs.c Log message: Reject long-form tags in CBS_peek_asn1_tag. Currently, CBS only handles short-form tags. ok miod@ jsing@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/13 03:00:11 Modified files: devel/p5-Term-ScreenColor: Makefile distinfo Log message: Update to p5-Term-ScreenColor-1.20. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/13 03:02:45 Modified files: lib/libssl/src/ssl: bytestring.h Log message: Add comments about how the CBS constants are constructed. Also, introduce a few more #defines to make it obvious. ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/13 03:11:57 Modified files: lib/libssl/src/ssl: bs_cbb.c Log message: When initial capacity is 0, always use NULL buffer. malloc(0) is implementation defined and there's no reason to introduce that ambiguity here. Added a few cosmetic changes in sizeof and free. ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/13 03:16:42 Modified files: lib/libssl/src/ssl: bs_cbb.c Log message: Explain the ASN.1 restriction that requires extra logic for encoding. ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/13 03:24:12 Modified files: lib/libssl/src/ssl: bs_cbb.c Log message: Split up the logic in CBB_flush to separately handle the lengths. Also, add comments about assuming short-form. ok miod@, tweak + ok jsing@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/13 03:37:13 Modified files: gnu/usr.bin/binutils-2.17/gas/config: tc-arm.c gnu/usr.bin/binutils-2.17/opcodes: arm-dis.c Log message: Add more encodings of options for the armv7 barrier instructions and allow non "sy"/0xf options for dmb. This omits the *ld options available in armv8 running in a32 mode. Similiar changes made in freebsd. ok miod@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/13 03:47:53 Modified files: mail/p5-Email-Simple: Makefile distinfo Log message: Update to p5-Email-Simple-2.206. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/13 04:18:39 Modified files: databases/p5-Rose-DateTime: Makefile distinfo Log message: Update to p5-Rose-DateTime-0.540. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/13 05:30:00 Modified files: security/openssl: Makefile distinfo Log message: update to openssl-1.0.1o, restoring ABI CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/13 05:31:15 Modified files: security/openssl: Tag: OPENBSD_5_7 Makefile distinfo security/openssl/patches: Tag: OPENBSD_5_7 patch-Configure security/openssl/pkg: Tag: OPENBSD_5_7 PLIST Log message: MFC: update to openssl-1.0.1n; http://www.openssl.org/news/secadv_20150611.txt CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/13 05:33:04 Modified files: security/openssl: Tag: OPENBSD_5_7 Makefile Log message: forced whitespace-only commit to note that previous commit log should have read: update to openssl-1.0.1o; http://www.openssl.org/news/secadv_20150611.txt (bugs were fixed in 1.0.1n, but this had an ABI change - 1.0.1o restores the interface compatibility). CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/13 05:58:36 Modified files: devel/p5-Class-Std: Makefile distinfo Log message: Update to p5-Class-Std-0.013. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/13 06:36:45 Modified files: devel/p5-Class-MethodMaker: Makefile distinfo devel/p5-Class-MethodMaker/pkg: PLIST Log message: Update to p5-Class-MethodMaker-2.24. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/13 07:16:23 Modified files: x11/gnome/libgda: Makefile distinfo Removed files: x11/gnome/libgda/patches: patch-tools_browser_gda-browser-5_0_appdata_xml_in Log message: Update to libgda-5.2.4. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/13 07:18:51 Modified files: devel/ruby-rspec/specinfra: Makefile distinfo devel/ruby-rspec/specinfra/pkg: PLIST Log message: update to specinfra-2.35.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/13 07:18:59 Modified files: devel/ruby-rspec/serverspec: Makefile distinfo Log message: update to serverspec-2.18.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/13 07:26:44 Modified files: devel/ruby-rspec/3/core: Makefile distinfo Log message: loosen dependency to allow for proper upgrades CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/13 07:33:48 Modified files: devel/ruby-rspec/3/core: Makefile devel/ruby-rspec/3/core/pkg: PLIST devel/ruby-rspec/3/expectations: Makefile distinfo devel/ruby-rspec/3/expectations/pkg: PLIST devel/ruby-rspec/3/mocks: Makefile distinfo devel/ruby-rspec/3/mocks/pkg: PLIST devel/ruby-rspec/3/rspec: Makefile distinfo devel/ruby-rspec/3/support: Makefile distinfo devel/ruby-rspec/3/support/pkg: PLIST Log message: update to rspec 3.3.0 CVSROOT: /cvs Module name: www Changes by: florian@cvs.openbsd.org 2015/06/13 07:35:54 Modified files: build : mirrors.dat Log message: Provide SHA256 fingerprints for ftp.hostserver.de. Double checked by benno@ prodded by many CVSROOT: /cvs Module name: www Changes by: florian@cvs.openbsd.org 2015/06/13 07:36:27 Modified files: . : anoncvs.html Log message: regen CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/13 07:41:09 Modified files: devel/p5-POE-Component-Supervisor: Makefile distinfo Log message: update to p5-POE-Component-Supervisor-0.09 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/13 09:41:14 Modified files: security/libssh2: Makefile distinfo security/libssh2/patches: patch-tests_Makefile_in security/libssh2/pkg: PLIST Log message: Update to libssh2-1.6.0. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/13 10:57:04 Modified files: lib/libc/gen : glob.c Log message: in glob() initialize the glob_t before the first failure check. from j@pureftpd.org ok millert stsp CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/06/13 12:22:57 Modified files: etc/etc.octeon : Makefile.inc Log message: add miniroot to MDEXT CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/13 14:15:21 Modified files: usr.bin/rcs : buf.c ci.c co.c date.y diff.c diff3.c rcs.c rcsdiff.c rcsnum.c rcsparse.c rcsprog.c rcsutil.c worklist.c xmalloc.c xmalloc.h Log message: Convert xfree to free. From Fritjof Bornebusch. ok deraadt CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/06/13 14:25:07 Modified files: audio/mpg123 : Makefile distinfo audio/mpg123/patches: patch-configure Log message: maintenance update to 1.22.2 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/06/13 14:31:32 Modified files: archivers/cabextract: Makefile distinfo Removed files: archivers/cabextract/patches: patch-mspack_qtmd_c patch-src_cabextract_c Log message: Update to 1.6. This release fixes the extraction to absolute file names with invalid UTF-8 characters (CVE-2015-2060), which had already been fixed in the port. The security patch in the port for CVE-2014-9556 was already obsoleted by extended input validation in 1.5. ok jca@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/06/13 15:15:23 Modified files: sys/dev/pci : if_rtwn.c Log message: Busy-wait a short while after sending a command to rtwn(4) firmware. Fixes selection of initial TX rate. We're not stuck at 1Mbit/s anymore. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/06/13 15:41:42 Modified files: sys/arch/amd64/include: cpu.h sys/arch/i386/include: cpu.h sys/dev/acpi : acpicpu.c dsdt.h Log message: Parse _CST objects and use the C-states they describe when they're sane. testing by many, particularly krw@ and jcs@ tweaks by kettenis@ ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: mikeb@cvs.openbsd.org 2015/06/13 17:36:13 Modified files: net/icbd : Makefile distinfo Log message: Update to 1.6 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/06/13 19:13:39 Modified files: . : INDEX Log message: sync, 9127 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/13 23:01:31 Modified files: sys/arch/armv7/vexpress: files.vexpress vexpress.c vexpress_a15.c vexpress_a9.c Added files: sys/arch/armv7/vexpress: pl031.c Log message: add a driver for the ARM PrimeCell PL031 RTC CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/14 00:22:52 Modified files: net/tcpflow : Makefile Log message: Prune dead mirror. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/14 00:27:42 Modified files: net/tinyfugue : Makefile Log message: Prune dead mirror. CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2015/06/14 01:30:48 Modified files: math/qhull : Makefile distinfo math/qhull/pkg : PLIST Removed files: math/qhull/patches: patch-CMakeLists_txt Log message: Update to Qhull 2012.1 OK ajacoutot@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/14 01:34:57 Modified files: sys/arch/armv7/exynos: exynos5.c Log message: correct the uart irq numbers ok bmercer@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/14 01:45:08 Modified files: math/udunits : Makefile distinfo math/udunits/patches: patch-lib_Makefile_in patch-lib_parser_c Log message: Update to udunits-2.2.19. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/06/14 02:02:47 Modified files: sys/dev/pci : if_rtwn.c if_rtwnreg.h Log message: Implement IQ calibration support for rtwn(4). Lots of black magic involved. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/14 02:05:49 Modified files: misc/p5-Finance-Quote: Makefile distinfo Log message: Update to p5-Finance-Quote-1.37. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/14 02:28:31 Modified files: textproc/p5-Template-Plugin-Number-Format: Makefile distinfo Log message: Update to p5-Template-Plugin-Number-Format-1.06. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/14 02:29:40 Modified files: x11/gnome/file-roller/patches: patch-src_fr-command-unarchiver_c Log message: Pushed uptream. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/14 03:16:59 Modified files: textproc/elasticsearch: Makefile distinfo textproc/elasticsearch/patches: patch-bin_plugin textproc/elasticsearch/pkg: PLIST Log message: - update to elasticsearch-1.6.0 from pavel korovin CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/14 04:07:44 Modified files: usr.bin/tmux : client.c format.c server-client.c tmux.1 tmux.h Log message: Add a format for client PID (client_pid) and server PID (pid). Diff for client_pid from Thomas Adam. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/06/14 04:33:02 Modified files: app/xinit : startx.cpp Log message: Use mktemp to create .serverauth file. Inspired by Debian patches CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/14 04:55:50 Modified files: sys/lib/libsa : printf.c Log message: Fix 1.26; kdoprnt() should not attempt to invoke va_end() at all, it's the caller's responsibility to do so. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/14 07:38:46 Modified files: lang/php/5.4 : Makefile distinfo Log message: security update to 5.4.42; fixes the following CVEs: CVE-2015-3414, CVE-2015-3415, CVE-2015-3416 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/14 07:39:43 Modified files: lang/php/5.4 : Tag: OPENBSD_5_7 Makefile distinfo Log message: security update to 5.4.42; fixes the following CVEs: CVE-2015-3414, CVE-2015-3415, CVE-2015-3416 ok jasper@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/14 07:53:49 Modified files: share/man/man4/man4.armv7: Makefile Added files: share/man/man4/man4.armv7: plrtc.4 pluart.4 sysreg.4 vexpress.4 Log message: add some initial vexpress man pages CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2015/06/14 09:00:33 Modified files: . : events.html papers : index.html Added files: papers : bsdcan15-mandoc.pdf Log message: move BSDCan to the past and add my talk CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/14 12:33:53 Modified files: sys/arch/sparc/stand/boot: Makefile Log message: Build __moddi3, __muldi3 and __qdivrem from libkern, and built no-pie, instead of getting them from libgcc.a, built pie. This repairs boot blocks operation on sparc, as found the hard way by sebastia@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/14 13:08:59 Modified files: sys/arch/landisk/stand/boot: Makefile sys/arch/landisk/stand/xxboot: Makefile Log message: Build required bits from libkern rather than importing them from libgcc. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/14 13:37:11 Modified files: sys/arch/aviion/stand/boot: Makefile Log message: Bring a few routines from libkern in order to avoid linking against libgcc. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/14 15:50:43 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/14 19:10:19 Modified files: regress/libexec/ld.so/dlopen/prog1: Makefile regress/libexec/ld.so/dlopen/prog2: Makefile regress/libexec/ld.so/dlopen/prog3: Makefile regress/libexec/ld.so/dlopen/prog4: Makefile Log message: fix regress fallout due to CFLAGS vs CXXFLAGS CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/06/14 19:32:50 Modified files: usr.bin/ssh : ssh-rsa.c Log message: return failure on RSA signature error; reported by Albert S CVSROOT: /cvs Module name: www Changes by: bcallah@cvs.openbsd.org 2015/06/14 20:46:54 Modified files: . : events.html Log message: Sorry for taking so long to do this Ingo, but the CDBUG website now has your talk listed. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/14 20:57:05 Modified files: lib/libssl/src/doc/ssl: SSL_CTX_set_options.3 Log message: Update SSL_OP_* to remove ancient hacks that are no longer enabled. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/14 21:01:20 Modified files: lang/seed7 : Makefile distinfo Log message: Update to 20150614 CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/14 21:32:59 Modified files: lib/libssl/src/doc/ssl: SSL_CTX_set_options.3 lib/libssl/src/ssl: s3_srvr.c Log message: Remove 1997's compat hack SSL_OP_SSLEAY_080_CLIENT_DH_BUG. This is a hack for an old version of SSLeay which predates OpenSSL. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/14 23:16:56 Modified files: lib/libssl/src/doc/ssl: SSL_CTX_set_options.3 lib/libssl/src/ssl: s3_srvr.c usr.bin/openssl: s_server.c Log message: Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG. This was imported into OpenSSL from SSLeay. It was recently deleted in OpenSSL commit 7a4dadc3a6a487db92619622b820eb4f7be512c9 CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/14 23:32:58 Modified files: lib/libssl/src/doc/ssl: SSL_CTX_set_options.3 lib/libssl/src/ssl: d1_srvr.c s3_clnt.c s3_srvr.c Log message: Remove ancient SSL_OP_NETSCAPE_CA_DN_BUG from SSLeay days. This commit matches the OpenSSL removal in commit 3c33c6f6b10864355553961e638514a6d1bb00f6. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/15 00:17:59 Modified files: net/dnsmasq : Makefile distinfo net/dnsmasq/patches: patch-man_dnsmasq_8 patch-src_config_h Removed files: net/dnsmasq/patches: patch-src_option_c patch-src_rfc3315_c Log message: Update to dnsmasq-2.73. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/15 00:20:48 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-tools_clang_lib_Basic_Targets_cpp Log message: Backport commit from upstream LLVM: r239046 [SPARC] Fix types of size_t, intptr_t, and ptrdiff_t on Linux. from brad (maintainer) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/06/15 00:38:50 Modified files: regress/usr.bin/ssh/unittests: Makefile.inc Log message: turn SSH1 back on to match src/usr.bin/ssh being tested CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/15 01:02:52 Modified files: security/stunnel: Makefile Log message: Update mirrors, as this comment no longer applies. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/15 01:15:29 Log message: Import libbdplus-0.1.2. libbdplus is a research project to implement the BD+ System Specifications. <...> ok jasper@ Status: Vendor Tag: brad Release Tags: ajacoutot_20150606 N ports/multimedia/libbdplus/Makefile N ports/multimedia/libbdplus/distinfo N ports/multimedia/libbdplus/patches/patch-src_examples_convtab_dump_c N ports/multimedia/libbdplus/pkg/DESCR N ports/multimedia/libbdplus/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/15 01:16:11 Modified files: multimedia : Makefile Log message: +libbdplus CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/15 01:35:49 Modified files: lib/libssl/src/ssl: bs_ber.c bs_cbs.c bytestring.h Log message: Make CBS_get_any_asn1_element() more compliant with DER encoding. CBS_get_any_asn1_element violates DER encoding by allowing indefinite form. All callers except bs_ber.c expect DER encoding. The callers must check to see if it was indefinite or not. Rather than exposing all callers to this behavior, cbs_get_any_asn1_element_internal() allows specifying whether you want to allow the normally forbidden indefinite form. This is used by CBS_get_any_asn1_element() for strict DER encoding and by a new static function in bs_ber.c for the relaxed version. While I was here, I added comments to differentiate between ASN.1 restrictions and CBS limitations. ok miod@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/06/15 01:50:44 Modified files: sys/dev/pci : if_iwm.c if_iwmvar.h Log message: Make the wifi LED work with iwm(4). The bad news: Many laptops sold with iwm(4) cards don't have a wifi LED :-( The good news: Laptops with LEDs and no wifi device white-list in BIOS actually exist! Tested in one such machine. ok kettenis@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/15 01:56:53 Modified files: net/p5-Regexp-Common-net-CIDR: Makefile distinfo Log message: Update to p5-Regexp-Common-net-CIDR-0.03. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/15 02:02:14 Modified files: net/p5-SNMP-Info: Makefile distinfo Log message: Update to p5-SNMP-Info-3.27. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/06/15 02:06:12 Modified files: sys/dev/pci : if_iwm.c if_iwmreg.h if_iwmvar.h Log message: Remove comments referring to Linux iwlwifi source filenames from iwm(4). Linux is a moving target so these comments provide little value. Discussed with kettenis and deraadt. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/15 02:32:15 Modified files: www/analog : Makefile Log message: Update HOMEPAGE, prune mirrors, and use more specific license marker. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/06/15 02:48:23 Modified files: sbin/pfctl : pfctl.8 Log message: document pfctl -ss -R , ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/15 02:49:03 Modified files: audio/beets : Makefile Log message: add missing rdep on py-jellyfish; from Johan Huldtgren CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/15 02:50:27 Modified files: mail/dovecot : Makefile Removed files: mail/dovecot/patches: patch-doc_example-config_conf_d_20-imap_conf patch-doc_example-config_conf_d_20-pop3_conf Log message: stop patching Dovecot's sample config files to enable client workarounds; from Brad (maintainer). CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/15 02:58:42 Modified files: www/p5-HTML-Embperl: Makefile Log message: Update HOMEPAGE and MASTER_SITES. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/15 03:00:23 Modified files: databases/freetds: Makefile Log message: Don't use --disable-threadsafe in FreeTDS; it has been in the port for many years but doesn't appear to be necessary any more. From Brad, ok ajacoutot@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/15 03:10:55 Modified files: devel/py-gobject3: Makefile distinfo Log message: Update to py-gobject3-3.16.2. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/06/15 03:21:57 src/regress/bin/chmod Update of /cvs/src/regress/bin/chmod In directory cvs.openbsd.org:/tmp/cvs-serv8078/chmod Log Message: Directory /cvs/src/regress/bin/chmod added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/06/15 03:23:12 Added files: regress/bin/chmod: Makefile Makefile~ chflags.error chgrp.error chmod.error chown.error Log message: First stab at regression test for chmod (and chflags, chgrp and chown which are the same binary). This is supposed to exercise all syscalls paths through those tools and not a comprehensive regression test. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/06/15 03:24:49 Removed files: regress/bin/chmod: Makefile~ Log message: oops CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/06/15 03:25:22 Modified files: regress/bin : Makefile Log message: hook up chmod CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/15 03:36:42 Modified files: security/opensc: Makefile distinfo security/opensc/patches: patch-configure_ac patch-doc_tools_Makefile_in patch-src_pkcs11_Makefile_in patch-src_tests_Makefile_in Log message: Upstream rerolled their tarball; bump. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/15 04:58:01 Modified files: usr.bin/tmux : format.c input.c tmux.1 tmux.h window.c Log message: Add window_activity format, from Thomas Adam based on a diff originally from propos6 at gmail dot com. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/06/15 06:37:37 Modified files: sys/netinet : ip_ah.c ip_esp.c Log message: Use proper argument type for crp_callback functions; no functional change. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/06/15 06:59:37 Modified files: sys/netinet : ip_esp.c Log message: No need for an extra local variable; no functional change. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/06/15 07:26:48 Modified files: sys/netinet : ip_ipcomp.c Log message: Use proper argument type for crp_callback functions; no functional change. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/06/15 08:29:52 Modified files: usr.sbin/sensorsd: sensorsd.c Log message: get_val() already frees the buffer passed to it so we don't need to do it in the caller. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/15 08:39:39 Modified files: multimedia/gstreamer1/plugins-libav: Makefile Log message: Enable runtime CPU detection and don't compile with -O3, our gcssaurus creates a non working decoder. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/15 08:51:24 Modified files: www/iridium : Makefile distinfo Removed files: www/iridium/patches: patch-content_browser_browser_url_handler_impl_cc patch-net_url_request_url_request_cc Log message: update to 43.4 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/06/15 09:38:04 Modified files: share/zoneinfo/datfiles: africa antarctica backward europe iso3166.tab northamerica southamerica zone1970.tab Log message: Update to tzdata2015e from ftp.iana.org CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/15 09:44:53 Modified files: databases/freetds: Makefile distinfo Log message: Update to freetds-0.95.1. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/15 09:45:28 Modified files: sys/dev/usb : uaudio.c ugen.c usbdi.c Log message: Set the length of isochronous transfers as the sum of the frames lengths. This reduces differences between non-isoch and isoch transfers submissions, makes the generic DMA buffer overrun check work with isoch transfers and will allow some code simplifications in HC drivers. Since short-transfers were never checked for isoch transfers, we now need to pass the USBD_SHORT_XFER_OK flag to not change this behavior. This might be revisited later. ok ratchov@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/15 09:55:08 Modified files: sys/net : if_trunk.c Log message: Fix a double free in the destroy path triggered when a second process, in my case dhclient(8), races with ifconfig(8) to free the descriptors of the joined multicast groups. While here reduce the difference with carp(4). ok dms@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/06/15 10:14:34 xenocara/app/xinit/openbsd Update of /cvs/xenocara/app/xinit/openbsd In directory cvs.openbsd.org:/tmp/cvs-serv18693/app/xinit/openbsd Log Message: Directory /cvs/xenocara/app/xinit/openbsd added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/06/15 10:17:46 Modified files: app/xinit : Makefile.bsd-wrapper app/xdm/config : Xservers.ws.cpp Added files: app/xinit/openbsd: xserverrc Log message: Pass '-nolisten tcp' option to Xserver so that it doesn't listen on port 6000 by default anymore. ok jasper@, ajacoutot@, naddy@, phessler@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/06/15 10:18:17 Modified files: distrib/sets/lists/xetc: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/15 10:46:21 Modified files: sys/dev/usb : uhub.c Log message: Bring back r1.78 and r1.79, now that ajactouto@'s regression has been found: it was a hardware failure. When a bus is explored, do not probe the ports which status hasn't changed. This saves a lot of I/O when attaching/detaching devices and might help with some timing related problems. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/15 11:01:04 Modified files: gnu/gcc/gcc : c-decl.c Log message: Don't error out when an existing typedef is redefined with the same definition; this is allowed in C11 and 3rd-party software is relying upon this to be accepted by the compiler. Nevertheless warn about this if -pedantic. ok ajacoutot@ deraadt@ millert@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/06/15 12:42:19 Modified files: usr.bin/ssh : auth2-pubkey.c Log message: Make the arguments to match_principals_command() similar to match_principals_file(), by changing the last argument a struct sshkey_cert * and dereferencing key->cert in the caller. No functional change. ok djm@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/06/15 12:44:22 Modified files: usr.bin/ssh : auth2-pubkey.c Log message: If AuthorizedPrincipalsCommand is specified, however AuthorizedPrincipalsFile is not (or is set to "none"), authentication will potentially fail due to key_cert_check_authority() failing to locate a principal that matches the username, even though an authorized principal has already been matched in the output of the subprocess. Fix this by using the same logic to determine if pw->pw_name should be passed, as is used to determine if a authorized principal must be matched earlier on. ok djm@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/15 13:03:05 Modified files: sysutils/ykpers: Makefile Log message: Remove BROKEN on hppa and mips64 to give it a chance to build now that our gcc supports typedef redefinitions. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/15 13:04:21 Modified files: x11/gnome/keyring: Makefile Log message: No need for gcc49 now that our gcc supports typedef redefinitions. (obviously requires a very recent gcc) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/15 13:10:49 Modified files: x11/gnome/initial-setup: Makefile Removed files: x11/gnome/initial-setup/patches: patch-gnome-initial-setup_gis-assistant_h patch-gnome-initial-setup_gis-driver_h patch-gnome-initial-setup_gis-page_h Log message: Drop a few patches now that our gcc supports typedef redefinitions. (obviously requires a very recent gcc) CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/06/15 15:42:16 Modified files: usr.sbin/syslogd: syslogd.8 syslogd.c Log message: Implement a -F switch, that tells syslogd to stay in foreground. OK benno@; input millert@; no objections deraadt@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/06/15 15:44:57 Modified files: regress/usr.sbin/syslogd: Makefile Syslogd.pm args-length-tcp.pl args-length-tls.pl args-length-udp.pl args-length-unix.pl args-length-vis.pl args-libevent-kqueue.pl args-libevent-poll.pl args-libevent-select.pl args-only4.pl args-only6.pl args-sendsyslog.pl args-sighup-config.pl args-sighup-privsep.pl args-sighup-tcp.pl args-sighup-tls.pl args-sighup.pl args-sigpipe.pl args-sigterm.pl args-socket-tcp.pl args-socket-tls.pl args-socket.pl funcs.pl Added files: regress/usr.sbin/syslogd: args-privsep-daemon.pl args-privsep-foreground.pl args-privsep.pl Log message: Rework how fstat and ktrace pattern are specified in the test arguments. Add tests to check wether syslogd privsep works. This is done for debug and foreground and daemon mode. Fstat is checked for chroot and sockets. Ktrace dump is grepped for setting uid and gid. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/06/15 16:39:14 Modified files: usr.sbin/syslogd: syslogd.8 Log message: put -F before -f in the options list; CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/06/15 17:16:38 Modified files: sysutils/sslmate: Makefile distinfo Log message: Update sslmate to 1.2.3. USE_GMAKE is no longer required. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/15 20:27:25 Modified files: usr.bin/openssl: apps.c Log message: Add support for OPTION_DISCARD. ok jsing@ CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2015/06/15 23:04:43 Modified files: math/maxima : Makefile distinfo math/maxima/patches: patch-configure math/maxima/pkg: PLIST Removed files: math/maxima/patches: patch-share_Makefile_in patch-src_Makefile_in patch-src_init-cl_lisp Log message: Update to Maxima 5.36.1, take MAINTAINER OK edd@ (old MAINTAINER), pirofti@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/15 23:07:25 Modified files: sys/dev/usb : usbdevs Log message: Add a uslcom id for the Netgear M7100 console from Andrew Daugherity. Add some additional uslcom ids found in the Linux driver while here. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/15 23:07:54 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/15 23:08:55 Modified files: sys/dev/usb : uslcom.c Log message: Add a uslcom id for the Netgear M7100 console from Andrew Daugherity. Add some additional uslcom ids found in the Linux driver while here. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/16 00:11:40 Modified files: lib/libssl/src/ssl: bs_cbs.c bytestring.h Log message: Simplify cbs_get_any_asn1_element_internal based on comments from jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/16 00:37:58 Modified files: lib/libssl/src/ssl: bs_ber.c bytestring.h regress/lib/libssl/bytestring: bytestringtest.c Log message: Be more strict about BER and DER terminology. bs_ber.c does not convert BER to DER. It's a hack to convert a DER-like encoding with one violation (indefinite form) to strict DER. Rename the functions to reflect this. ok miod@ jsing@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/16 01:20:20 Modified files: games/xbomber : Makefile games/vectoroids: Makefile Log message: CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/16 01:47:47 Modified files: math/libtommath: Makefile Log message: PORTROACH annotation OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/16 03:09:45 Modified files: graphics/gegl03: Makefile distinfo graphics/gegl03/pkg: PLIST Log message: Update to gegl03-0.3.0. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/16 03:31:37 Modified files: net/tacacs+ : Makefile Log message: Remove MAINTAINER per request. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/16 05:09:40 Modified files: sys/kern : uipc_mbuf.c uipc_socket.c sys/net : bpf.c bpf.h bridgestp.c if.c if_bridge.c if_ethersubr.c if_loop.c if_mpe.c if_pflow.c if_pfsync.c if_ppp.c if_pppoe.c if_spppsubr.c if_trunk.c if_tun.c if_vlan.c pf.c pipex.c ppp_tty.c rtsock.c sys/netinet : if_ether.c igmp.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_output.c ipsec_input.c tcp_input.c tcp_output.c tcp_subr.c udp_usrreq.c sys/netinet6 : frag6.c icmp6.c in6_gif.c ip6_divert.c ip6_forward.c ip6_input.c ip6_mroute.c ip6_output.c mld6.c nd6.c nd6_nbr.c nd6_rtr.c raw_ip6.c sys/netmpls : mpls_input.c sys/nfs : krpc_subr.c nfs_subs.c nfs_syscalls.c sys/sys : mbuf.h Log message: Store a unique ID, an interface index, rather than a pointer to the receiving interface in the packet header of every mbuf. The interface pointer should now be retrieved when necessary with if_get(). If a NULL pointer is returned by if_get(), the interface has probably been destroy/removed and the mbuf should be freed. Such mechanism will simplify garbage collection of mbufs and limit problems with dangling ifp pointers. Tested by jmatthew@ and krw@, discussed with many. ok mikeb@, bluhm@, dlg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/16 05:17:02 Modified files: share/man/man9 : mbuf.9 Log message: Sync with recent changes. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/16 06:14:43 Modified files: textproc/discount: Makefile distinfo textproc/discount/patches: patch-Makefile_in Log message: Update to discount-2.1.8a From Kaashif Hymabaccus. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/16 06:16:27 Modified files: sysutils/pv : Makefile distinfo Removed files: sysutils/pv/patches: patch-autoconf_make_unreal_mk Log message: Update to pv-1.6.0 From "Scarlett" (scarlett at entering dot space) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/16 06:22:56 Modified files: net/zeromq : Makefile distinfo net/zeromq/patches: patch-src_ipc_listener_cpp patch-src_tcp_listener_cpp net/zeromq/pkg : PLIST Removed files: net/zeromq/patches: patch-src_session_base_cpp patch-src_session_base_hpp patch-src_stream_engine_cpp patch-tests_Makefile_in patch-tests_test_abstract_ipc_cpp Log message: Update to zeromq-4.1.2. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2015/06/16 08:13:03 Modified files: x11/smtube : Makefile distinfo x11/smtube/pkg : PLIST Log message: Update for SMTube to 15.5.17 Thanks Josh Grosse for the tests. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/16 08:45:04 Modified files: lang/chicken/core: Makefile lang/chicken/core/patches: patch-data-structures_scm patch-tests_data-structures-tests_scm Log message: Security fix for CVE-2015-4556 ok maintainer CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/16 08:45:30 Modified files: lang/chicken/core: Tag: OPENBSD_5_7 Makefile lang/chicken/core/patches: Tag: OPENBSD_5_7 patch-data-structures_scm patch-tests_data-structures-tests_scm Log message: Security fix for CVE-2015-4556 ok maintainer CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/16 11:04:47 Modified files: infrastructure/man/man1: dpb.1 Log message: document x/X for detained/released paths CVSROOT: /cvs Module name: www Changes by: phessler@cvs.openbsd.org 2015/06/16 11:12:48 Modified files: papers : index.html Added files: papers : bsdcan2015-rdomains.pdf Log message: add my bsdcan talk CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/16 12:03:40 Added files: www/chromium/patches: patch-chrome_chrome_utility_gypi Log message: dependency fix, okay robert@ (testing same with iridium) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/16 12:07:21 Added files: www/iridium/patches: patch-chrome_chrome_utility_gypi Log message: dependency fix, same as chromium CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/16 12:24:38 Modified files: sys/arch/sgi/xbow: xbridge.c xbridgereg.h Log message: Clear the PIC `write request' memory at initialization time. There is apparently a risk of spurious parity errors if we don't. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/16 12:28:51 Modified files: sys/arch/mips64/mips64: cpu.c Log message: alloc_contiguous_pages() is supposed to round the allocation size to a page boundary, not to an u area boundary. Oops. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/16 14:25:35 Modified files: gnu/usr.bin/binutils-2.17/ld/emulparams: elf64btsmip_obsd.sh elf64ltsmip_obsd.sh Log message: Do not provide extra _fdata and __data_start symbols; nothing in the non-mips32 world uses them. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/16 14:30:24 Modified files: etc/etc.amd64 : sysctl.conf etc/etc.i386 : sysctl.conf etc/etc.zaurus : sysctl.conf Log message: Typos in comments; Ville Valkonen CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2015/06/16 21:04:50 Modified files: lib/libc/arch/amd64: SYS.h lib/libc/arch/amd64/sys: Ovfork.S brk.S exect.S sbrk.S sigpending.S sigprocmask.S sigreturn.S sigsuspend.S syscall.S Log message: Set FUNC symbol sizes of auto-generated and hand-written syscall wrappers. Original diff from guenther@, adjusted by me. OK guenther@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/16 21:48:21 Modified files: bin/csh : Makefile const.c csh.h extern.h file.c glob.c lex.c set.c Log message: remove -DFILEC; code does not compile for the -UFILEC case, and anyways, who wants csh without FILEC?? from Peter Brottveit Bock, but redone using unifdef CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/16 21:49:29 Modified files: bin/csh : lex.c Log message: delete completely bogus (floating? was there an old variable decl in the past?) comment about FILEC noted by Peter Brottveit Bock CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/16 21:59:12 Modified files: bin/csh : lex.c Log message: stray char jumped in CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/06/16 23:27:18 Modified files: sysutils/grive : Makefile Added files: sysutils/grive/patches: patch-libgrive_CMakeLists_txt Log message: prevent picking up cppunit. spotted by espie@ patch from Rafael Sadowski, MAINTAINER CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/16 23:45:33 Modified files: devel/imake-cf : Makefile distinfo devel/imake-cf/patches: patch-OpenBSD_cf devel/imake-cf/pkg: PLIST Log message: Update to imake-cf-1.0.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/16 23:45:50 Modified files: devel/imake : Makefile distinfo Log message: Update to imake-1.0.7. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/17 00:16:51 Modified files: devel/p5-Cache-FastMmap: Makefile devel/p5-Devel-SmallProf: Makefile devel/p5-IO-KQueue: Makefile net/ike-scan : Makefile security/onesixtyone: Makefile textproc/p5-XML-Dumper: Makefile www/ap2-mod_perl: Makefile www/p5-HTML-Parser: Makefile Log message: Remove MAINTAINER per request. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/17 00:24:46 Modified files: share/man/man9 : Makefile mbuf.9 Added files: share/man/man9 : ml_init.9 mq_init.9 Log message: Move mbuf_list and mbuf_queue documentation in their own manual. ok jmc@, deraadt@, dlg@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/17 00:49:27 Modified files: lib/libssl/src/ssl: ssl.h Log message: Cleanup SSL_OP_* compat flags in ssl.h. These were recently removed and are now set to 0: SSL_OP_NETSCAPE_CA_DN_BUG SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG SSL_OP_SSLEAY_080_CLIENT_DH_BUG The code associated with these was deleted in the past at some point and these are also now 0: SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION SSL_OP_EPHEMERAL_RSA SSL_OP_MICROSOFT_SESS_ID_BUG SSL_OP_NETSCAPE_CHALLENGE_BUG SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG The SSL_OP_ALL macro has been updated to reflect the removals. ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/17 01:00:22 Modified files: lib/libssl/src/ssl: bs_cbs.c bytestring.h Log message: Add a new function CBS_offset() to report the current offset in the data. "why not" miod@, sure jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/17 01:06:22 Modified files: lib/libssl/src/ssl: bs_cbs.c bytestring.h Log message: Add CBS_write_bytes() to copy the remaining CBS bytes to the caller. This is a common operation when dealing with CBS. ok miod@ jsing@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/17 01:11:28 Modified files: devel/libvstr : Makefile Log message: Replace dead mirror with working one. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/17 01:15:52 Modified files: regress/lib/libssl/bytestring: bytestringtest.c Log message: Add tests for CBS_offset() and CBS_write_bytes(). "no problem" miod@, tweak + ok jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/17 01:20:39 Modified files: lib/libssl/src/ssl: bs_ber.c Log message: Use explicit int in bs_ber.c. ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/17 01:25:56 Modified files: lib/libssl/src/ssl: bs_cbs.c bytestring.h Log message: Use explicit int in bs_cbs.c. ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/17 01:29:33 Modified files: lib/libssl/src/ssl: d1_pkt.c s3_srvr.c Log message: KNF whitespace. ok miod@ jsing@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/17 01:30:17 Modified files: infrastructure/lib/DPB: Distfile.pm Log message: tweak logic a bit: recheck sz and sha each time we encounter the same distfile (error out if things are not consistent) Fix bug: properly forget sz, give rescan a chance CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/17 01:31:25 Modified files: infrastructure/lib/DPB: Engine.pm SubEngine.pm Log message: do detain distfiles as well as paths (need to track them over rescan) also, since distfiles are "always fetchable", need to check for detained files before checking for "already done", since already done will want to check the size... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/17 01:31:44 Modified files: infrastructure/lib/DPB: Fetch.pm Log message: cosmetic CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/17 01:36:30 Modified files: lib/libssl/src/ssl: t1_lib.c Log message: Convert tls1_check_curve to CBS. ok miod@ jsing@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/17 01:49:51 Modified files: devel/pcre++ : Makefile Log message: Remove dead email MAINTAINER; update license marker; replace dead mirror. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/06/17 01:50:38 Modified files: etc/rc.d : rc.subr Log message: Really make daemon_class read-only; it's set to "daemon" of a matching login class. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/17 01:52:22 Modified files: lib/libssl/src/ssl: t1_lib.c Log message: Convert ssl_next_proto_validate to CBS. ok miod@, tweak + ok jsing@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/17 02:13:31 Modified files: usr.bin/rcs : ci.c Log message: Remove NULL check before free; Fritjof Bornebusch. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/17 02:21:15 Modified files: comms/gnokii : Makefile Log message: Add http mirror. ok robert@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/17 02:31:55 Modified files: sys/dev/usb : upd.c usbhid.h Log message: Four new sensors, from David Higgs. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/17 02:38:43 Modified files: devel/libvirt-glib: Makefile Log message: Add non-ftp mirror. While here, move homepage to https. ok jasper@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/17 02:50:02 Modified files: textproc/urlview: Makefile Log message: Prune dead mirrors. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/17 02:56:42 Modified files: devel/libslang : Makefile Log message: Update HOMEPAGE and MASTER_SITES. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/17 03:01:15 Modified files: net/miniupnp/miniupnpd: Makefile Log message: Fix COMMENT. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/17 03:06:36 Modified files: fonts/freefonts: Makefile Log message: Replace dead ftp mirrors with working http mirror. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/17 03:10:41 Modified files: net/gdnsd : Makefile net/gdnsd/pkg : PLIST Log message: remove bogus empty dir CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/17 03:40:26 Modified files: net/miniupnp : Makefile.inc Log message: Don't use variables in MASTER_SITES. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/17 03:41:02 Modified files: net/miniupnp/minissdpd: Makefile distinfo Removed files: net/miniupnp/minissdpd/patches: patch-Makefile Log message: Update to minissdpd-1.3. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/17 03:41:57 Modified files: games/nethack : Makefile Log message: Prune dead mirror. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/17 03:51:48 Modified files: net/miniupnp/miniupnpd: Makefile distinfo net/miniupnp/miniupnpd/patches: patch-Makefile patch-miniupnpd_conf Added files: net/miniupnp/miniupnpd/patches: patch-testasyncsendto_c Removed files: net/miniupnp/miniupnpd/patches: patch-bsd_getifstats_c Log message: Update to miniupnpd-1.9. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/17 04:06:34 Log message: import pgcluu-2.3 PgCluu is a PostgreSQL performances monitoring and auditing tool. View reports of all statistics collected from your PostgreSQL databases cluster. pgCluu will show you the entire informations of the PostgreSQL Cluster and the system utilization. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20151706 N ports/databases/pgcluu/distinfo N ports/databases/pgcluu/Makefile N ports/databases/pgcluu/pkg/PLIST N ports/databases/pgcluu/pkg/DESCR N ports/databases/pgcluu/pkg/pgcluu_collectd.rc N ports/databases/pgcluu/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/17 04:07:09 Modified files: databases : Makefile Log message: +pgcluu CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/17 04:21:27 Modified files: sysutils/p5-Sys-Virt: Makefile Log message: move homepage to https CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/17 04:22:43 Modified files: sysutils/ruby-libvirt: Makefile Log message: move homepage to https too CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/17 04:23:17 Modified files: sysutils/libvirt: Makefile sysutils/libvirt-python: Makefile Log message: - sync with libvirt-glib * move homepage to https * prefer https mirror CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/17 04:23:34 Modified files: devel/libvirt-glib: Makefile distinfo devel/libvirt-glib/pkg: PLIST Log message: update to libvirt-glib-0.2.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/17 04:27:09 Modified files: devel/p5-Config-IniFiles: Makefile distinfo Log message: update to p5-Config-IniFiles-2.87 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/17 04:51:09 Modified files: net/samba4 : Makefile distinfo net/samba4/patches: patch-buildtools_wafsamba_wafsamba_py patch-lib_talloc_wscript patch-lib_tdb_wscript patch-lib_tevent_wscript patch-pidl_pidl patch-source4_torture_smbtorture_c net/samba4/pkg : PLIST-main Log message: Update to samba-4.0.26, not affected by CVEs, and remove BROKEN marker. ok juanfra@ & Ian McWilliam CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/17 06:09:49 ports/databases/pgcluu/patches Update of /cvs/ports/databases/pgcluu/patches In directory cvs.openbsd.org:/tmp/cvs-serv4963/patches Log Message: Directory /cvs/ports/databases/pgcluu/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/17 06:10:42 Modified files: databases/pgcluu: Makefile databases/pgcluu/pkg: pgcluu_collectd.rc Added files: databases/pgcluu/patches: patch-pgcluu patch-pgcluu_collectd Log message: start to fill out some sysinfo related fields CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/17 06:46:56 Modified files: graphics/ufraw : Makefile distinfo Removed files: graphics/ufraw/patches: patch-dcraw_cc Log message: update to ufraw-0.22, rolling in the dcraw CVE fix already patched and improving camera support CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/06/17 08:14:20 Modified files: lib/libssl/src/ssl: ssl.h Log message: Remove pointless comments. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/06/17 08:27:56 Modified files: lib/libssl/src/ssl: s3_enc.c ssl.h t1_enc.c Log message: Keep alerts sorted by alert code. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/06/17 08:30:39 Modified files: lib/libssl/src/ssl: tls1.h Log message: Clean up alert codes and add references. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/06/17 09:06:28 Modified files: lib/libcrypto : cert.pem Log message: add DST Root CA X3 certificate, already present in most browser cert stores. "O=Digital Signature Trust Co., CN=DST Root CA X3". This CA is cross signing the issuing intermediates for letsencrypt.org so is expected to be important for at least ports distfile fetching in the future. ok ajacoutot@ juanfra@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/17 09:13:05 Modified files: net/lftp : Makefile distinfo net/lftp/patches: patch-configure Log message: update to lftp-4.6.3, from new maintainer Rafael Sadowski CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/17 10:44:50 Modified files: usr.bin/tmux : job.c tmux.h Log message: Use an explicit job state instead of avoid closing our side of the socketpair and setting it to -1 to mark when the other side is closed. This avoids closing it while the libevent bufferevent still has it (it could try to add it to the polled set which some mechanisms don't like). Fixes part a problem reported by Bruno Sutic. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/17 10:50:28 Modified files: usr.bin/tmux : cmd-move-window.c cmd-new-window.c tmux.1 tmux.h window.c Log message: Move the shuffle code from new-window -a into a function and add a -a flag for move-window too. From Thomas Adam. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/17 10:52:55 Modified files: textproc/libical: Makefile textproc/libical/patches: patch-src_libical_icaltz-util_c Log message: Rework patch. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/17 11:02:15 Modified files: usr.bin/tmux : cmd-queue.c Log message: Break cmdq_continue inner loop into a helper function. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2015/06/17 11:12:27 Log message: import jdk-1.8.0.45v0 The OpenJDK SDK software includes tools useful for developing and testing programs written in the Java programming language and running on the Java platform. Most of the upstream *bsd porting was done by FreeBSD java developers. The OpenBSD portions were done by myself and Bryan C. Everly. okay ian@, jasper@ Status: Vendor Tag: kurt Release Tags: kurt_20151706 N ports/devel/jdk/1.8/Makefile N ports/devel/jdk/1.8/distinfo N ports/devel/jdk/1.8/pkg/PLIST-main N ports/devel/jdk/1.8/pkg/PLIST-jre N ports/devel/jdk/1.8/pkg/DESCR-jre N ports/devel/jdk/1.8/pkg/DESCR-main N ports/devel/jdk/1.8/pkg/README-main N ports/devel/jdk/1.8/pkg/README-jre N ports/devel/jdk/1.8/patches/patch-hotspot_src_share_vm_runtime_globals_hpp No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/17 11:15:07 Modified files: sys/arch/vax/vax: pmap.c Log message: Make kernel text read-only and unreadable from userland, and remove the bogus comment about the emulation code requiring kernel text to be readable from userland. Add a few DIAGNOSTIC checks for rogue ptes passed to rmpage(). Make sure the pte extent operations and update_pcbs() run at >= IPL_SCHED. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2015/06/17 11:16:05 Modified files: devel/jdk : Makefile java.port.mk Log message: Enable devel/jdk/1.8 and add support for it in java.port.mk. okay jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/17 12:25:13 Modified files: devel/ruby-rspec/specinfra: Makefile distinfo devel/ruby-rspec/specinfra/pkg: PLIST Log message: update to specinfra-2.36.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/17 12:32:54 Modified files: audio/glyr : Makefile distinfo audio/glyr/patches: patch-CMakeLists_txt Log message: update to glyr-1.0.8 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/17 12:35:06 Modified files: audio/mp3info : Makefile Log message: add portroach marker, for this is the latest version CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/17 12:41:14 Modified files: x11/spice-gtk : Makefile distinfo Log message: update to spice-gtk-0.29 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/17 12:51:11 Modified files: usr.bin/file : xmalloc.c Log message: Use strdup in xstrdup from Fritjof Bornebusch. While here, remove xfree which is unused. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/17 12:51:15 Modified files: converters/ruby-multi_json: Makefile distinfo Log message: update to multi_json-1.11.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/17 12:56:25 Modified files: devel/apache-ant: Makefile distinfo devel/apache-ant/patches: patch-bin_runant_pl devel/apache-ant/pkg: PLIST Log message: update to apache-ant-1.9.5 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/17 12:59:56 Modified files: editors/nedit : Makefile Log message: kill fake HOMEPAGE CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/17 13:00:12 Modified files: editors/nedit : Makefile Log message: ..and bump CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/17 13:06:58 Modified files: java/jlint : Makefile distinfo java/jlint/patches: patch-jlint_cc patch-types_hh java/jlint/pkg : PLIST Log message: update to jlint-3.1.2 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/17 13:52:18 Modified files: sys/conf : newvers.sh Log message: move to 5.8-beta. This is a bit earlier than normal... CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/17 13:56:08 Modified files: usr.bin/tmux : cmd-break-pane.c tmux.1 Log message: Change break-pane to take target and source panes (-t and -s) in line with other commands, from Thomas Adam. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/17 13:56:29 Modified files: net/liboauth : Makefile distinfo Log message: update to liboauth-1.0.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/17 14:03:12 Modified files: x11/e17/elementary: Makefile editors/emacs21: Makefile x11/e17/emotion: Makefile x11/e17/e : Makefile x11/e17/evas : Makefile lang/gcc/4.6 : Makefile lang/gcc/4.8 : Makefile lang/gcc/4.9 : Makefile lang/g77 : Makefile lang/gfortran : Makefile devel/libf2c : Makefile math/octave : Makefile lang/pcc : Makefile devel/py-gobject3: Makefile lang/swi-prolog: Makefile editors/xemacs21/stable: Makefile Log message: port REVISION bumps as base has moved to 5.8 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/17 14:04:15 Modified files: security/xca : Makefile distinfo security/xca/patches: patch-Makefile patch-configure patch-doc_Makefile patch-widgets_hashBox_cpp security/xca/pkg: PLIST Log message: update to xca-1.2.0 CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2015/06/17 14:38:15 Modified files: sys/dev/usb : ubcmtp.c Log message: fix compilation with UBCMTP_DEBUG CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2015/06/17 14:39:47 Modified files: sys/dev/usb : ubcmtp.c Log message: when no fingers are down, send 0 for z fixes tap-to-click CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/17 14:50:10 Modified files: usr.bin/rcs : xmalloc.c usr.bin/diff : xmalloc.c Log message: Use strdup in xstrdup; from Fritjof Bornebusch. CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2015/06/17 16:21:23 Modified files: devel/afl : Makefile distinfo devel/afl/patches: patch-Makefile Log message: update to 1.83b OK jsg@ (maintainer) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/17 16:32:08 Modified files: sys/sys : param.h share/mk : sys.mk etc/root : root.mail sys/arch/macppc/stand/tbxidata: bsd.tbxi Log message: crank to 5.8-beta CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/17 16:35:08 Modified files: sys/sys : param.h Log message: my keyboard is conspiring against me CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2015/06/17 16:48:33 Modified files: plan9/plan9port: Makefile plan9/plan9port/patches: patch-INSTALL plan9/plan9port/pkg: PLIST Log message: add patch for enable fontsrv(4) build on OpenBSD tweaks/OK juanfra@ pascal@ (maintainer) patch sent upstream https://plan9port-review.googlesource.com/#/c/1290/ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/17 18:14:43 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: 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 Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2015/06/17 20:02:57 Modified files: distrib/sets/lists/xetc: mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2015/06/17 20:04:27 Modified files: distrib/sets/lists/xetc: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/17 20:36:35 Modified files: devel/gmp : Makefile Log message: Switch to bz2 distfile, since the .tar.gz is missing on some mirrors. Decompressed tarball verified to be identical. ok naddy@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/17 20:37:25 Modified files: devel/gmp : distinfo Log message: missed file in previous CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/17 20:50:18 Modified files: comms/hylafax : Makefile comms/tkhylafax: Makefile Log message: Kill dead mirrors, add http mirrors. Remove maintainer per request. ok giovanni@ (previous maintainer) CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/17 20:55:37 Modified files: security/hlfl : Makefile Log message: Update homepage and mirrors. ok benoit@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/18 00:05:00 Modified files: devel/ffcall : Makefile Log message: Kill dead mirror; update license marker. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/18 00:05:20 Modified files: editors/jed : Makefile Log message: Add http mirror. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/18 00:37:04 Modified files: lang/STk : Makefile Log message: Replace dead ftp mirror with live http mirror. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/18 00:57:22 Modified files: mail/majordomo : Makefile Log message: Replace dead ftp mirror with live http mirror. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/18 00:59:48 Modified files: audio : Makefile Removed files: audio/daapd : Makefile distinfo audio/daapd/patches: patch-README patch-daapd-example_conf patch-daapd_8 patch-daapd_cc patch-daaplib_include_daap_taginput_h patch-daaplib_include_daap_tagoutput_h patch-daaplib_src_makefile patch-db_cc patch-libhttpd_Site_mm_in patch-libhttpd_makegen_library_unix_mm patch-libhttpd_src_select_h patch-makefile audio/daapd/pkg: DESCR PLIST Log message: remove daapd; it's dead upstream and doesn't work with newer protocol versions ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/18 00:59:57 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register daapd removal CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/18 01:13:04 Modified files: math/fftw : Makefile math/fftw3 : Makefile Log message: Update mirrors. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/18 01:14:22 Modified files: java/jlint : Makefile Log message: fixup HOMEPAGE and kill trailing ws CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/18 01:19:25 Modified files: math/lapack : Makefile Log message: Prune dead ftp mirrors; add live http mirror. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/18 01:22:59 Modified files: misc/rpm : Makefile Log message: Replace dead ftp mirrors with a live http mirror. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/18 01:25:44 Modified files: net/bro : Makefile Log message: Replace dead mirror and update homepage. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/18 01:28:36 Modified files: net/dictd : Makefile Log message: Prune dead ftp mirrors; add live http mirror. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/18 01:38:48 Modified files: net/irc : Makefile Log message: Replace dead ftp mirror with a live http mirror. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/18 03:03:33 Modified files: multimedia/devede: Makefile distinfo multimedia/devede/pkg: PLIST Added files: multimedia/devede/patches: patch-setup_py patch-src_devedeng_configuration_data_py Removed files: multimedia/devede/patches: patch-devede patch-devede_executor_py patch-devede_fonts_py patch-install_sh patch-interface_wfolder_dialog_ui Log message: Update to devede-4.0. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/18 03:28:54 Modified files: sys/dev/usb : if_smsc.c if_smscreg.h Log message: Only match devices with a valid configuration. Most of the WiFi/Ethernet USB adapter only have one configuration and always use its first interface. In order to improve USB descriptors parsing start by reducing the number of places where a configuration is set. Tested by jsg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/18 03:47:16 Modified files: sys/dev/usb : uftdi.c Log message: Only match devices with a valid configuration. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/18 04:02:49 Modified files: sys/dev/usb : if_aue.c if_auereg.h Log message: Only match devices with a valid configuration. Tested by jsg@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/18 04:37:35 Modified files: www/trac : Makefile distinfo Log message: update to trac-1.0.6post2 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/18 04:47:44 Modified files: sys/dev/usb : uslcom.c Log message: CP2110 is handled by uslhcom not uslcom CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/06/18 05:38:41 Modified files: usr.bin/openssl: openssl.1 Log message: spelling fixes from theo buehler; CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2015/06/18 05:46:16 Modified files: . : Makefile Log message: better sets checking target CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/18 07:19:38 Modified files: mail/imapfilter: Makefile distinfo mail/imapfilter/pkg: PLIST Removed files: mail/imapfilter/patches: patch-configure Log message: Update to imapfilter-2.6. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2015/06/18 13:06:55 ports/devel/jdk/1.8/files Update of /cvs/ports/devel/jdk/1.8/files In directory cvs.openbsd.org:/tmp/cvs-serv24657/files Log Message: Directory /cvs/ports/devel/jdk/1.8/files added to the repository CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2015/06/18 13:12:04 Modified files: devel/jdk/1.8 : Makefile distinfo Added files: devel/jdk/1.8/files: cacerts Log message: - Install a valid cacerts file with the jdk to fix ssl connections. Problem reported by ian@ - cacerts file obtained from FreeBSD's svn repo. - Fix iconv linking and symbols. Problem reported by Christian Schulte. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/06/18 13:30:07 Modified files: www/kcgi : Makefile distinfo Log message: Update kcgi to 0.5.9 CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2015/06/18 14:01:47 Modified files: gnu/gcc/gcc : cfgexpand.c Log message: Fix stack shuffle such that sj includes si and the last element actually gets a chance to be reordered. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2015/06/18 14:02:57 Modified files: sys/dev/pci : cmpci.c Log message: For unsupported sample formats, don't return EINVAL but set the closest available format. ok ratchov@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/06/18 14:43:01 Modified files: sysutils/colorls: Makefile sysutils/colorls/patches: patch-ls_c Log message: Sync with FreeBSD: When doing "ls -G /path/to/symlink", use the symlink color instead of the color of the link target. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/06/18 14:56:33 Added files: etc/signify : openbsd-59-fw.pub Log message: add 5.9 firmware key CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/06/18 15:18:04 Modified files: sysutils/nut : Makefile sysutils/nut/pkg: README-main Log message: tell people to disable uhidev not uhid. input and ok from sthen@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/18 15:45:00 Modified files: etc/root : root.mail Log message: I'm afraid it will be a sunday. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/06/18 15:52:02 Modified files: sysutils/apcupsd: Makefile sysutils/apcupsd/pkg: README-main Log message: tell people to disable uhidev not uhid. input and ok from sthen@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/18 16:30:48 Modified files: lib/libssl/src/ssl: d1_srvr.c Log message: Change DTLS client cert request code to match TLS. DTLS currently doesn't check whether a client cert is expected. This change makes the logic in dtls1_accept() match that from ssl3_accept(). From OpenSSL commit c8d710dc5f83d69d802f941a4cc5895eb5fe3d65 input + ok jsing@ miod@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/18 16:51:05 Modified files: lib/libssl/src/doc/ssl: BIO_f_ssl.3 SSL_accept.3 SSL_do_handshake.3 lib/libssl/src/ssl: d1_srvr.c s3_both.c s3_srvr.c ssl3.h ssl_locl.h Log message: Remove Microsoft Server Gated Crypto. Another relic due to the old US crypto policy. From OpenSSL commit 63eab8a620944a990ab3985620966ccd9f48d681 and 95275599399e277e71d064790a1f828a99fc661a. ok jsing@ miod@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/18 17:25:07 Modified files: lib/libssl/src/ssl: bs_cbb.c bytestring.h Log message: Extend the input types for CBB_add_*() to help catch bugs. While the previous types were correct, they can silently accept bad data via truncation or signed conversion. We now take size_t as input for CBB_add_u*() and do a range check. discussed with deraadt@ input + ok jsing@ miod@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/18 17:53:57 Modified files: usr.bin/tmux : tmux.1 Log message: Remove a stray : and tweak paragraph. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/18 17:55:24 Modified files: usr.bin/tmux : format.c Log message: Use xsnprintf. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/06/18 17:56:01 Modified files: usr.bin/tmux : cmd-join-pane.c Log message: Use the SRCDST define for usage. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/18 18:23:36 Modified files: lib/libssl/src/ssl: bs_cbs.c bytestring.h Log message: Add CBS_dup() to initialize a new CBS with the same values. This is useful for when you need to check the data ahead and then continue on from the same spot. input + ok jsing@ miod@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/18 19:38:54 Modified files: lib/libssl/src/ssl: t1_lib.c Log message: Convert tls1_alpn_handle_client_hello() to CBS. tweak + ok miod@ jsing@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/18 23:41:35 Modified files: www/nginx : Makefile distinfo www/nginx/patches: patch-man_nginx_8 Log message: update to 1.9.2 and enable the stream module; from Brad CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/18 23:51:01 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/06/19 00:05:11 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 lib/libssl/src/crypto/engine: eng_all.c eng_dyn.c eng_list.c lib/libssl/src/doc/crypto: engine.pod Log message: Disable ENGINE_load_dynamic (dynamic engine support). We do not build, test or ship any dynamic engines, so we can remove the dynamic engine loader as well. This leaves a stub initialization function in its place. ok beck@, reyk@, miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/19 00:12:01 Modified files: devel/harfbuzz : Makefile distinfo devel/harfbuzz/pkg: PLIST-main Log message: Update to harfbuzz-0.9.41. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/06/19 00:14:07 Log message: Archive::Tar::Minitar is a pure-Ruby library and command-line utility that provides the ability to deal with POSIX tar(1) archive files. The implementation is based heavily on Mauricio Fernandez's implementation in rpa-base, but has been reorganised to promote reuse in other projects. This is going to replace archivers/ruby-archive-tar-minitar and to be used by sysutils/ruby-r10k update. OK jasper@ Status: Vendor Tag: sebastia Release Tags: sebastia_20150619 N ports/archivers/ruby-minitar/Makefile N ports/archivers/ruby-minitar/distinfo N ports/archivers/ruby-minitar/pkg/DESCR N ports/archivers/ruby-minitar/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/06/19 00:15:31 Modified files: archivers : Makefile Log message: replace ruby-archive-tar-minitar with ruby-minitar CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/06/19 00:17:33 Removed files: archivers/ruby-archive-tar-minitar: Makefile distinfo archivers/ruby-archive-tar-minitar/pkg: DESCR PLIST Log message: bye bye ruby-archive-tar-minitar CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/06/19 00:19:07 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: add quirk to replace ruby-archive-tar-minitar with ruby-minitar feedback and OK jasper@ CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/06/19 00:20:11 Modified files: lib/libtls : tls.h Log message: Add standard headers, C++ support to tls.h. This makes using libtls easier to include by including dependent headers, making something like this work as expected: #include #include int main() { std::cout << "tls_init: " << tls_init() << "\n"; } This also makes building a standalone libtls-portable simpler. ok doug@, jsing@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/06/19 00:26:14 Modified files: sysutils/ruby-r10k: Makefile distinfo sysutils/ruby-r10k/pkg: PLIST Log message: Update to 2.0.1 The default location of the r10k.yaml changed from /etc/r10k.yaml to /etc/puppetlabs/r10k/r10k.yaml. However, the file in the old location is still picked up, but a deprecation warning is issued. OK jasper@ CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/06/19 00:32:43 Modified files: lib/libssl/src/crypto/engine: eng_list.c Log message: Return the failing engine ID in the error stack. Noted by doug@ in an earlier revision of the dynamic engine removal patch, but I had forgotten to include it in the latest version. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 00:50:26 Modified files: databases/p5-AnyEvent-CouchDB: Makefile distinfo Log message: update to p5-AnyEvent-CouchDB-1.31 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/19 00:51:24 Modified files: textproc/libical: Makefile textproc/libical/patches: patch-src_libical_icaltz-util_c Log message: Simpler patch. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 00:52:12 Modified files: devel/p5-IO-All: Makefile distinfo devel/p5-IO-All/pkg: PLIST Log message: update to p5-IO-All-0.86 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 00:53:23 Modified files: devel/ruby-rspec/3/core: Makefile distinfo Log message: update to rspec-core-3.3.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 00:55:23 Modified files: lang/lua/5.3 : Makefile distinfo Log message: update to lua-5.3.1 CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/06/19 01:18:59 Modified files: usr.bin/openssl: apps.c Log message: Remove fallback dynamic engine loading support. Since we no longer have dynamic engines, don't bother falling back to them if a builtin engine is not found first. Before: $ openssl dgst -engine unknown invalid engine "unknown" 27256010481532:error:2606A074:engine routines:ENGINE_by_id:no such engine:/usr/src/lib/libcrypto/crypto/../../libssl/src/crypto/engine/eng_list.c:384:id=unknown 27256010481532:error:2606A074:engine routines:ENGINE_by_id:no such engine:/usr/src/lib/libcrypto/crypto/../../libssl/src/crypto/engine/eng_list.c:384:id=dynamic After: $ openssl dgst -engine unknown invalid engine "unknown" 27256010481532:error:2606A074:engine routines:ENGINE_by_id:no such engine:/usr/src/lib/libcrypto/crypto/../../libssl/src/crypto/engine/eng_list.c:384:id=unknown ok doug@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 02:02:14 Modified files: lang/pfe : Makefile distinfo lang/pfe/patches: patch-pfe_Makefile_in patch-pfe_configure lang/pfe/pkg : PFRAG.shared PLIST Log message: update to pfe-0.33.71 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 02:22:18 Modified files: databases/p5-GDBM_File: Makefile distinfo databases/p5-GDBM_File/patches: patch-Makefile_PL databases/p5-GDBM_File/pkg: DESCR Removed files: databases/p5-GDBM_File/patches: patch-t_gdbm_t Log message: update to p5-GDBM_File-1.22 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 02:28:39 Modified files: databases/p5-SQL-ReservedWords: Makefile distinfo Removed files: databases/p5-SQL-ReservedWords/patches: patch-scripts_sqlrw Log message: update to SQL-ReservedWords-0.8 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 02:36:37 Modified files: devel/p5-Devel-ptkdb: Makefile distinfo Log message: update to p5-Devel-ptkdb-1.233 CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/19 02:42:54 Log message: New port: devel/go-check-v1 gocheck works as an extension to the testing package and to the "go test" runner. That allows keeping all current tests and using gocheck-based tests right away for new tests without conflicts. The gocheck API was purposefully made similar to the testing package for a smooth migration. gocheck includes features such as: * helpful error reporting to aid on figuring problems out * richer test helpers: assertions which interrupt the test immediately, deep multi-type comparisons, string matching, etc * suite-based grouping of tests * fixtures: per suite and/or per test set up and tear down * benchmarks integrated in the suite logic (with fixtures, etc) * management of temporary directories * panic-catching logic, with proper error reporting * proper counting of successes, failures, panics, missed tests, skips, etc * explicit test skipping * support for expected failures * verbosity flag which disables output caching * multi-line string reporting for more comprehensible failures * inclusion of comments surrounding checks on failure reports Status: Vendor Tag: czarkoff Release Tags: czarkoff_20150619 N ports/devel/go-check-v1/Makefile N ports/devel/go-check-v1/distinfo N ports/devel/go-check-v1/pkg/DESCR N ports/devel/go-check-v1/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/19 02:48:00 Log message: New port: textproc/go-xlsx xlsx is a library to simplify reading and writing the XML format used by recent version of Microsoft Excel in Go programs. OK sthen@ Status: Vendor Tag: czarkoff Release Tags: czarkoff_20150619 N ports/textproc/go-xlsx/Makefile N ports/textproc/go-xlsx/distinfo N ports/textproc/go-xlsx/pkg/DESCR N ports/textproc/go-xlsx/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/19 02:53:44 Modified files: mail/fdm : Makefile distinfo Log message: update to fdm-1.8, switch master to github. ok nicm@ CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/19 02:55:06 Log message: New port: textproc/xlsx2csv A simple program that converts Microsoft XLSX files into CSV files. OK sthen@ Status: Vendor Tag: czarkoff Release Tags: czarkoff_20150619 N ports/textproc/xlsx2csv/Makefile N ports/textproc/xlsx2csv/distinfo N ports/textproc/xlsx2csv/pkg/DESCR N ports/textproc/xlsx2csv/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/19 02:59:28 Modified files: devel : Makefile Log message: +go-check-v1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 03:00:21 Modified files: devel : Makefile Log message: unbreak.. CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/19 03:00:44 Modified files: textproc : Makefile Log message: +go-xlsx +xlsx2csv CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/19 03:07:32 Modified files: net/ushare : Makefile net/ushare/patches: patch-configure patch-scripts_ushare_conf patch-src_cds_c patch-src_cms_c patch-src_ctrl_telnet_h patch-src_http_c patch-src_presentation_c patch-src_services_c patch-src_ushare_c Removed files: net/ushare/patches: patch-scripts_Makefile patch-src_redblack_c patch-src_redblack_h Log message: Clean up port/patches. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 03:19:01 Modified files: devel : Makefile Log message: sigh CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/19 04:55:46 Modified files: databases/mariadb: Makefile distinfo databases/mariadb/patches: patch-scripts_CMakeLists_txt patch-storage_connect_reldef_cpp databases/mariadb/pkg: PLIST-tests Log message: update to MariaDB 10.0.20, from brad, ok giovanni CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2015/06/19 05:12:24 Modified files: sys/arch/sparc/conf: files.sparc sys/conf : files sys/dev/ic : qla.c sys/dev/pci : files.pci sys/dev/sbus : files.sbus Removed files: sys/arch/sparc/dev: isp_sbus.c sys/dev/ic : isp.c isp_library.c isp_library.h isp_openbsd.c isp_openbsd.h isp_stds.h isp_target.h ispmbox.h ispreg.h ispvar.h sys/dev/microcode/isp: isp_fw2100.c isp_fw2200.c isp_fw2300.c sys/dev/pci : isp_pci.c sys/dev/sbus : isp_sbus.c Log message: remove isp(4) now that the ql* family have replaced it CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/19 05:27:52 Modified files: net/openafs : Makefile net/openafs/patches: patch-src_config_afs_sysnames_h net/openafs/pkg: PLIST Removed files: net/openafs/pkg: PFRAG.shared Log message: changes to net/openafs: - recognize more OpenBSD releases - set SHARED_ONLY (it's i386-only anyway) and merge PFRAG.shared into PLIST CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2015/06/19 05:51:37 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update youtube-dl to 2015.06.15. New extractors: - dramafever - fivetv - iqiyi - nova - porn91 - ruutu - soompi - tubitv - tvc CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2015/06/19 06:15:38 Added files: etc/signify : openbsd-59-pkg.pub Log message: add 5.9 packages key CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/19 06:18:31 Modified files: databases/freetds: Makefile distinfo Log message: update to FreeTDS-0.95.5, the only real change for us is "Do not try to unlock not-locked mutexes". CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/19 06:22:59 Removed files: audio/gnomad2 : Makefile distinfo audio/gnomad2/patches: patch-src_jukebox_c audio/gnomad2/pkg: DESCR PLIST audio/mpdBrowser: Makefile distinfo audio/mpdBrowser/patches: patch-setup_py audio/mpdBrowser/pkg: DESCR PLIST Log message: Remove gnomad2 and mpdBrowser; pretty much useless nowadays, not developed anymore and some stuffs are broken. ok jasper@ who wanted to do the same CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/19 06:23:50 Modified files: audio : Makefile Log message: -gnomad2 -mpdBrowser CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/19 06:25:18 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register mpdBrowser and gnomad2 removal. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/19 06:33:18 Modified files: textproc : Makefile Log message: hook up py-jellyfish,python3; missed earlier CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/19 06:44:16 ports/mail/mboxgrep/patches Update of /cvs/ports/mail/mboxgrep/patches In directory cvs.openbsd.org:/tmp/cvs-serv13529/patches Log Message: Directory /cvs/ports/mail/mboxgrep/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/19 06:44:49 Modified files: mail/mboxgrep : Makefile distinfo mail/mboxgrep/pkg: PLIST Added files: mail/mboxgrep/patches: patch-src_getopt_c patch-src_main_c Log message: Update to mboxgrep-0.7.9. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 07:09:19 Modified files: databases : Makefile productivity : Makefile Log message: -p5-Palm -palm2ical CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 07:10:52 Removed files: databases/p5-Palm: Makefile distinfo databases/p5-Palm/pkg: DESCR PLIST productivity/palm2ical: Makefile distinfo productivity/palm2ical/pkg: DESCR PLIST Log message: remove ancient converters for ancient files from anicent devices ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 07:12:45 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/19 07:18:27 Modified files: mail/sendmail : Makefile mail/sendmail/pkg: PLIST-libmilter Log message: register share/doc/sendmail/ in sendmail,-libmilter; it includes a subdir and files but was relying on the main sendmail package for the parent directory, however there is no interdependence between these packages. ok aja CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 07:51:38 Modified files: databases/ruby-data_objects: Makefile Log message: MODRUBY_TEST_DEPENDS is not the variable you're looking for CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 08:02:57 Modified files: www/ruby-addressable: Makefile distinfo www/ruby-addressable/pkg: PLIST Log message: - update to addressable-2.3.8 - add missing TDEP CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 08:03:25 Modified files: www/ruby-sinatra: Makefile distinfo www/ruby-sinatra/pkg: PLIST Log message: - update to sinatra-1.4.6 - fixup tests CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 08:03:48 Modified files: databases/ruby-resque: Makefile distinfo databases/ruby-resque/pkg: PLIST Log message: - update to resque-1.23.1 - enable tests CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 08:04:16 Modified files: databases/ruby-data_objects: Makefile distinfo Log message: - update to data_objects-0.10.16 - use TEST_DEPENDS instead of made-up variable CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 08:04:29 Modified files: databases/ruby-do_mysql: Makefile distinfo databases/ruby-do_mysql/pkg: PLIST Log message: update to do_mysql-0.10.16 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 08:04:36 Modified files: databases/ruby-do_postgres: Makefile distinfo databases/ruby-do_postgres/pkg: PLIST Log message: update to do_postgres-0.10.16 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 08:04:48 Modified files: databases/ruby-do_sqlite3: Makefile distinfo databases/ruby-do_sqlite3/pkg: PLIST Log message: update to do_sqlite3-0.10.16 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 08:05:16 Modified files: databases/ruby-redis-namespace: Makefile distinfo Log message: update to redis-namespace-1.5.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 08:09:20 Modified files: devel/ruby-uuid: Makefile distinfo devel/ruby-uuid/pkg: PLIST Log message: update to uuid-2.3.8 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 08:09:47 Modified files: devel/ruby-uuidtools: Makefile distinfo devel/ruby-uuidtools/pkg: PLIST Log message: - update to uuidtools-2.1.5 - add missing TDEP CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/19 08:23:33 Modified files: graphics/potrace: Makefile distinfo graphics/potrace/pkg: PLIST Log message: - update to potrace-1.12 - reset MAINTAINER after generous timeouts CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2015/06/19 08:54:12 Modified files: usr.sbin/bgpd : rde.c Log message: show the number of (currently) known prefixes and the max-prefix limit, when we terminate the session. since we terminate the session as soon as we go above the limit, show '>' since there may be more that we haven't/won't process. OK benno@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/06/19 09:06:51 Modified files: usr.bin/openssl: progs.h Log message: Add missing message digests to function table. Diff from kinichiro via github. ok doug@ CVSROOT: /cvs Module name: www Changes by: bcallah@cvs.openbsd.org 2015/06/19 09:33:46 Modified files: . : events.html Log message: Move Ingo's talk to the past. Add the talk about devio.us at vBSDcon. It's the closest thing to an OpenBSD talk this year... CVSROOT: /cvs Module name: www Changes by: bcallah@cvs.openbsd.org 2015/06/19 09:39:33 Modified files: . : events.html Log message: Remove the vbsdcon talk since there's no real OpenBSD content in it. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/19 09:57:12 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: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/19 10:23:33 Modified files: audio/ncmpcpp : Makefile audio/ncmpcpp/patches: patch-doc_ncmpcpp_1 patch-src_status_cpp Added files: audio/ncmpcpp/patches: patch-src_actions_cpp patch-src_help_cpp patch-src_lastfm_h patch-src_scrollpad_cpp patch-src_scrollpad_h patch-src_song_cpp patch-src_tag_editor_cpp patch-src_tags_cpp Log message: Merge several fixes from the '0.6.x' stable branch: help: correct a typo (git commit 8a5a0078e9a08f1d792299521da7482a99aba8b6) actions: respect regular expression config when searching in text fields (git commit aa8c47d5782664b7d9786e1195f7950e29ee9a21) tag editor: when numbering tracks, discard other track tags if present (git commit 4d4b7c542fed615cf8699e093fa8b31eacc9f7ce) tags: remove xiph tag DESCRIPTION as it's parsed as COMMENT by MPD (git commit d54de65990dbe852762e5292c5b27186d16fcc02) lastfm: use sink argument and fix possible usage of m_service after delete (git commit 20a4e486cc36e40afc202e3794772e402b1d3c0f) song: show name if it's available (git commit a3d536b4228637067df9697c11bcf3434883a943) status: fix assertion failure on window resize without active mpd connection (git commit 310d280cef4cc93738412efbd80ada4322df9d17) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/19 10:24:06 Modified files: benchmarks/httperf: Makefile devel/coxpcall : Makefile devel/libsigsegv: Makefile textproc/discount: Makefile textproc/luaexpat: Makefile x11/abclock : Makefile x11/xsel : Makefile x11/xwrits : Makefile x11/yeahlaunch : Makefile Log message: Reset MAINTAINER Discussed with Scott (former maintainer) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/19 10:29:32 Modified files: textproc/discount: Makefile Log message: Remove commented-out TEST_TARGET and move EXTRACT_SUFX around CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/19 10:34:41 Modified files: net/xl2tpd : Makefile net/xl2tpd/patches: patch-network_c net/xl2tpd/pkg : README Added files: net/xl2tpd/patches: patch-call_c patch-call_h patch-l2tp_h Log message: Add a fix from Sergey Ryazanov to handle fragmented ppp frames while reading from pty. From Sergey's mail: ===== xl2tpd could not correctly handle fragmented ppp frame while read it from pty if one of consequent read operation return an error. That's happening because xl2tpd too often cleans the buffer and assumes that each read frame operation is performed for new frame, since xl2tpd uses single buffer for pty and for socket read operations. The attached patch moves all pty related buffers into _call_ context and corrects calculation of buffer position, what fixes issue with handling of fragmented frames. Now we can use MTU > 1000. I tested these changes with load (L2TP tunnel without IPSec) and all seems work normally. No more "Protocol-Reject" frames. ===== Performance is still poor (Sergey was seeing ~2Mb/s, I am seeing less despite low cpu use) but the tunnel now seems reliable. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/19 10:40:21 Log message: Import ucspi-tools-1.1 From Jan Klemkow (upstream and MAINTAINER). pkg/DESCR: This package contains additional tools for the UCSPI tool chains. It brings support for using socks proxies on client side and tls on server and client side. Status: Vendor Tag: jca Release Tags: jca_2015-Jun-19 N ports/net/ucspi-tools/Makefile N ports/net/ucspi-tools/distinfo N ports/net/ucspi-tools/pkg/PLIST N ports/net/ucspi-tools/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/19 10:42:10 Modified files: net : Makefile Log message: +ucspi-tools CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/19 10:46:34 Modified files: archivers/pecl-lzf: Makefile distinfo Log message: update to pecl-lzf, from maintainer Johan Huldtgren CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/19 10:48:21 ports/devel/pear-Date-Holidays/France Update of /cvs/ports/devel/pear-Date-Holidays/France In directory cvs.openbsd.org:/tmp/cvs-serv16063/France Log Message: Directory /cvs/ports/devel/pear-Date-Holidays/France added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/19 10:48:23 ports/devel/pear-Date-Holidays/France/pkg Update of /cvs/ports/devel/pear-Date-Holidays/France/pkg In directory cvs.openbsd.org:/tmp/cvs-serv28041/France/pkg Log Message: Directory /cvs/ports/devel/pear-Date-Holidays/France/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/19 10:49:04 Modified files: devel/pear-Date-Holidays: Makefile devel/pear-Date-Holidays/Austria: Makefile distinfo Added files: devel/pear-Date-Holidays/France: Makefile distinfo devel/pear-Date-Holidays/France/pkg: DESCR PLIST Log message: pear-Date-Holidays-foo update; add France, update Austria to 0.1.6 from maintainer Johan Huldtgren CVSROOT: /cvs Module name: www Changes by: bcallah@cvs.openbsd.org 2015/06/19 10:59:31 Modified files: . : events.html papers : index.html Added files: papers : nycbug15-mandoc.pdf Log message: Ingo asked me to commit his NYCBUG slides and link them to events.html and papers/index.html CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/19 11:15:17 Modified files: x11/spice-gtk : Makefile Log message: BDEP on py-six CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2015/06/19 11:33:25 Modified files: . : want.html Log message: mlarkin@ has a keyboard for my ancient thinkpad x21; remove my request CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/06/19 12:41:53 Modified files: lib/libc/string: strtok.c Log message: Remove needless casts. There's no reason to cast delim to char * when we can just make spanp const char * to match it. OK deraadt@ CVSROOT: /cvs Module name: www Changes by: bcallah@cvs.openbsd.org 2015/06/19 13:34:58 Modified files: papers : index.html Log message: I typoed the link to Ingo's slides. Sorry! Pointed out to me on IRC. CVSROOT: /cvs Module name: src Changes by: uaa@cvs.openbsd.org 2015/06/19 14:39:34 Modified files: sys/dev/usb : if_udav.c if_udavreg.h Log message: Only match devices with a valid configuration. ok by mpi@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2015/06/19 15:25:32 Modified files: math/coq : Makefile distinfo math/coq/patches: patch-configure math/coq/pkg : PFRAG.dynlink-native PLIST Log message: Update to coq 8.4pl6; ok Yozo (MAINTAINER), sthen@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/19 16:02:01 Modified files: math/veusz : Makefile distinfo Log message: Update to 1.23.1 Changelog: http://home.gna.org/veusz/releasenotes/1.23.1.txt CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/19 16:07:47 Modified files: net : Makefile Log message: Imports require oks; unhook ucspi-tools until I get reviews Pointed out by Antoine CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2015/06/19 17:07:04 Modified files: share/man/man4 : Makefile Removed files: share/man/man4 : isp.4 Log message: isp(4) man page needs to go too, pointed out by jmc@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2015/06/19 17:17:59 Modified files: share/man/man4 : pci.4 Log message: remove a bit more isp(4), from brad CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2015/06/19 17:54:15 Modified files: lib/libc/gen : ttyname.c Log message: Tweak whitespace and remove dangling, unneeded "else". No functional change. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/06/19 18:00:09 Modified files: sysutils/sslmate: Makefile distinfo Log message: Update sslmate to 1.3.0 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/19 18:07:13 Modified files: net/samba4 : Makefile distinfo net/samba4/patches: patch-lib_ntdb_wscript patch-lib_replace_replace_h patch-source3_lib_sysquotas_nfs_c patch-source3_wscript patch-source4_heimdal_build_wscript_build net/samba4/pkg : PLIST-docs PLIST-main PLIST-util Added files: net/samba4/patches: patch-wscript Removed files: net/samba4/patches: patch-pidl_lib_Parse_Pidl_ODL_pm patch-pidl_pidl Log message: Update to samba-4.1.18 and make samba4 close to usable Notes: - enable the use of -Wl,--as-needed, startup time is now "normal"; spotted by Ian McWilliam - ntdb is now enabled but gets merged into the -main subpackage, since upstream discusses its removal - regedit disabled for now, because of a linker failure - remove pidl Perl patches ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/19 18:32:11 Modified files: net/samba4 : Makefile Log message: libnss_wins is not provided anymore CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/19 19:07:25 Modified files: lib/libcrypto/crypto: Makefile lib/libcrypto/man: Makefile lib/libssl/src/crypto: opensslfeatures.h lib/libssl/src/crypto/evp: c_all.c evp.h lib/libssl/src/crypto/rsa: rsa_pmeth.c rsa_sign.c lib/libssl/src/doc/apps: ca.pod dgst.pod openssl.pod req.pod speed.pod ts.pod x509.pod lib/libssl/src/doc/crypto: EVP_DigestInit.pod EVP_DigestSignInit.pod EVP_DigestVerifyInit.pod EVP_SignInit.pod EVP_VerifyInit.pod crypto.pod regress/lib/libcrypto: Makefile usr.bin/openssl: openssl.1 req.c speed.c ts.c x509.c Removed files: lib/libssl/src/crypto/evp: m_mdc2.c lib/libssl/src/crypto/mdc2: mdc2.h mdc2_one.c mdc2dgst.c regress/lib/libcrypto/mdc2: Makefile mdc2test.c Log message: Remove obsolete MDC-2DES from libcrypto. ok deraadt@ jsing@ miod@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/19 19:09:31 Modified files: lib/libcrypto/crypto: shlib_version lib/libssl/ssl : shlib_version lib/libtls : shlib_version Log message: Crank major for libcrypto, ssl and tls due to MDC-2DES removal. ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2015/06/19 19:16:25 Modified files: lib/libc/asr : asr_debug.c asr_private.h res_send_async.c Log message: Rename print_sockaddr() to avoid symbol visibility problems print_sockaddr is internal to asr, and conflicts with ports/net/samba4. ok eric@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/19 19:17:27 Modified files: lib/libssl/src/crypto/bio: bio.h Log message: Fix warning on vax due to old gcc. Old gcc warns when parameters have the same names as functions. Noticed by deraadt@. ok deraadt@ jsing@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2015/06/19 19:17:34 Modified files: lib/libc : shlib_version Log message: Bump major after {,asr_}print_sockaddr() renaming. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/19 19:21:51 Modified files: lib/libssl/src/ssl: bs_cbs.c Log message: Replace internal call to CRYPTO_memcmp with timingsafe_memcmp. Suggested by jsing@. ok jsing@ miod@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/19 19:39:24 Modified files: editors/ne : Makefile distinfo editors/ne/patches: patch-src_makefile editors/ne/pkg : PLIST Added files: editors/ne/patches: patch-src_ne_c Log message: Update to 3.0 -- among other things, ne is now fully 64-bit and requires its macros to be in share/ne/macros instead of share/ne as before. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/19 19:45: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.vax md.zaurus distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/19 22:04:36 Modified files: lib/libssl/src/ssl: ssl_locl.h t1_reneg.c Log message: Convert ssl_parse_clienthello_renegotiate_ext to CBS. ok miod@, tweak + ok jsing@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/20 00:08:01 Modified files: multimedia/mkvtoolnix: Makefile distinfo Removed files: multimedia/mkvtoolnix/patches: patch-Rakefile patch-rake_d_helpers_rb patch-src_common_common_cpp patch-src_common_dts_cpp patch-src_common_strings_editing_cpp patch-src_common_strings_editing_h patch-src_input_r_dts_cpp patch-src_input_r_wav_cpp Log message: Update to mkvtoolnix-8.0.0. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/20 00:20:39 Modified files: textproc/libical/patches: patch-src_libical_icaltz-util_c Log message: Pushed upstream. CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/06/20 01:02:38 Log message: Import Pdf4Tcl 0.8. Library for generating PDF documents for Tcl. ok czarkoff@ Status: Vendor Tag: stu Release Tags: stu_20150620 N ports/textproc/pdf4tcl/Makefile N ports/textproc/pdf4tcl/distinfo N ports/textproc/pdf4tcl/pkg/PLIST N ports/textproc/pdf4tcl/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/20 03:29:43 Modified files: net : Makefile Log message: Re-hook ucspi-tools, ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/20 03:44:41 Modified files: net/yaz : Makefile Log message: Prune dead mirror. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/20 03:46:14 Modified files: net/tcpdpriv : Makefile Log message: Add an http mirror. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/20 03:47:30 Modified files: net/proxy-suite: Makefile Log message: Add http mirror. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/06/20 03:54:58 Modified files: app/xinput/src : property.c Log message: Merge from upstreams Fix crash for enable/disable without a device argument commit 904a32d908219d6fea833576f7c31727bd3aea2f Author: Peter Hutterer Date: Mon Nov 25 14:51:50 2013 +1000 Fix crash for enable/disable without a device argument Signed-off-by: Peter Hutterer Reviewed-by: Alan Coopersmith CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/06/20 04:03:57 Modified files: xserver : aclocal.m4 configure configure.ac xserver/include: dix-config.h.in do-not-use-config.h.in xserver/man : Xserver.man xserver/os : utils.c Log message: Merge from upstream: Don't listen to 'tcp' by default. Add '-listen' option. commit cc59be38b7eff52a1d003b390f2994c73ee0b3e9 Author: Keith Packard Date: Fri Sep 12 11:33:48 2014 -0700 os: Don't listen to 'tcp' by default. Add '-listen' option. [v2] This disables the tcp listen socket by default. Then, it uses a new xtrans interface, TRANS(Listen), to provide a command line option to re-enable those if desired. v2: Leave unix socket enabled by default. Add configure options. Signed-off-by: Keith Packard Reviewed-by: Hans de Goede CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/06/20 04:12:39 Modified files: app/xinit : Makefile.bsd-wrapper app/xdm/config : Xservers.ws.cpp Removed files: app/xinit/openbsd: xserverrc Log message: Now that nolisten tcp is the Xserver default, don't pass the option in scripts anymore. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/06/20 04:13:17 Modified files: distrib/sets/lists/xetc: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/20 04:18:58 Modified files: net/samba4 : Makefile Log message: The argument to --bundled-libs should be a comma-separated list. No wonder why I thought it had no effect. conf.LIB_MUST_BE_BUNDLED() now has a chance to return True, making builds more predictable. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/20 04:21:54 Modified files: net/samba4 : Makefile Log message: Always bundle the Parse::Yapp::Driver module. Makes it possible to package samba4 without removing any previously installed samba4 package first. Initially spotted by sthen@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2015/06/20 04:57:42 Modified files: usr.sbin/quot : quot.8 Log message: sort +0n -> sort -n, the former is historical CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/20 05:35:27 Modified files: sys/dev/usb : if_ugl.c Log message: Only match devices with a valid configuration. ok uaa@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/06/20 06:01:14 Modified files: lib/libssl/src/crypto/evp: e_aes.c e_chacha20poly1305.c lib/libssl/src/crypto/rsa: rsa_oaep.c Log message: Replace remaining CRYPTO_memcmp() calls with timingsafe_memcmp(). ok doug@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/06/20 06:01:54 Modified files: lib/libssl/src/crypto: crypto.h Log message: Put CRYPTO_memcmp() under #ifndef LIBRESSL_INTERNAL. ok doug@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/06/20 06:29:39 Modified files: lib/libssl/src/ssl: ssl.h Log message: Make SSL_OP_ALL readable. ok deraadt@ doug@ millert@ miod@ sthen@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/06/20 07:26:08 Modified files: lib/libssl/src/crypto/ec: ec.h ec_curve.c Log message: Provide EC_curve_nid2nist() and EC_curve_nist2nid(). From OpenSSL. Rides libcrypto bump. ok miod@ (a while ago) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/20 07:32:55 Modified files: devel/git : Makefile distinfo Log message: Update to git-2.4.4. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/06/20 07:51:52 Modified files: usr.bin/openssl: progs.h Log message: Less mdc2. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/20 08:08:23 Modified files: textproc/pdfgrep: Makefile Log message: Update pdfgrep's HOMEPAGE and MASTER_SITES, and bump. From Reinhold Straub (MAINTAINER). CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/06/20 08:17:07 Modified files: lib/libssl/src/crypto/ec: eck_prn.c Log message: Have ECPKParameters_print() include the NIST curve name, if known. From OpenSSL. ok miod@ (a while ago). CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/06/20 08:19:39 Modified files: lib/libssl/src/crypto/ec: ec_pmeth.c Log message: Handle NIST curve names. From OpenSSL. ok miod@ (a while ago) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/06/20 08:24:49 Modified files: usr.bin/openssl: ecparam.c Log message: Handle NIST curve names in openssl(1) ecparam. From OpenSSL. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/20 09:23:40 Log message: Import p5-Parse-Yapp-1.05, ok sthen@ Triggered by net/samba4 which can make use of it (instead of its bundled copy). DESCR: Parse::Yapp (Yet Another Perl Parser compiler) is a collection of modules that let you generate and use yacc like thread safe (reentrant) parsers with perl object oriented interface. The script yapp is a front-end to the Parse::Yapp module and lets you easily create a Perl OO parser from an input grammar file. Status: Vendor Tag: jca Release Tags: jca_2015-Jun-20 N ports/devel/p5-Parse-Yapp/Makefile N ports/devel/p5-Parse-Yapp/distinfo N ports/devel/p5-Parse-Yapp/pkg/PLIST N ports/devel/p5-Parse-Yapp/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/20 09:26:23 Modified files: devel : Makefile Log message: +p5-Parse-Yapp CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/20 09:29:03 Modified files: net/samba4 : Makefile net/samba4/pkg : PLIST-main Log message: Use Parse::Yapp::Driver from p5-Parse-Yapp instead of shipping a private copy. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/20 09:48:15 Modified files: net/samba4 : Makefile Log message: HTTP -> HTTPS, ftp.samba.org -> download.samba.org CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/06/20 09:52:52 Modified files: textproc : Makefile Log message: +pdf4tcl CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/20 10:42:48 Modified files: lib/libssl/src/ssl: ssl_locl.h t1_reneg.c Log message: Convert ssl_parse_serverhello_renegotiate_ext to CBS. ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/20 11:04:08 Modified files: lib/libssl/src/ssl: s3_srvr.c Log message: Convert ssl3_get_next_proto to CBS. tweak + ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/20 12:19:56 Modified files: lib/libssl/src/ssl: s3_clnt.c Log message: Convert ssl3_get_new_session_ticket to CBS. tweak + ok miod@ jsing@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/20 13:14:26 Modified files: multimedia/mkvtoolnix: Makefile Log message: Mark BROKEN. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/20 13:26:10 Modified files: lang/pfe : Makefile lang/pfe/patches: patch-pfe_Makefile_in Log message: Unbreak. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/20 13:31:24 Modified files: lang/pfe : Makefile Log message: I so hate CVS... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/20 13:35:39 Modified files: x11/vlc : Makefile Log message: Mark BROKEN-amd64. It segfaults at build time 4 bulks out of 5 and espie@ sees the same on his build envrironment as well. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/06/20 13:50:55 Modified files: net/curl : Makefile distinfo net/curl/pkg : PLIST Log message: Security update to 7.43.0. Fixes: CVE-2015-3236: lingering HTTP credentials in connection re-use http://curl.haxx.se/docs/adv_20150617A.html CVE-2015-3237: SMB send off unrelated memory contents http://curl.haxx.se/docs/adv_20150617B.html CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/06/20 13:52:54 Modified files: net/curl : Tag: OPENBSD_5_7 Makefile net/curl/patches: Tag: OPENBSD_5_7 patch-lib_http_c Added files: net/curl/patches: Tag: OPENBSD_5_7 patch-lib_smb_c Log message: Security fixes: CVE-2015-3236: lingering HTTP credentials in connection re-use CVE-2015-3237: SMB send off unrelated memory contents CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/06/20 13:54:22 Modified files: infrastructure/templates: network.conf.template Log message: drop ftp.sunet.se, which is shutting down; ok jca@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/06/20 14:20:08 Modified files: sys/uvm : uvm_pmemrange.c Log message: Fix a bug that causes uvm_pmr_get1page() to fail for allocations that specify an address constraint even when free pages that meet the constraint are still available. This happens because the old code was using the root of the size tree as a starting point for a search down the address tree. This meant only part of the address tree was searched, and that part could very well not contain any of the pages that met the constraint. Instead, always walk the address tree from its root if the list of single pages is empty and the root of the size tree doesn't meet our constraints. From Visa Hankala. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/20 14:30:08 Modified files: multimedia/mkvtoolnix: Makefile Log message: Unbreak. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/06/20 14:36:04 Modified files: devel/cvsweb : Makefile devel/cvsweb/pkg: README Log message: update chroot instructions for perl 5.20.2 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/06/20 15:32:46 Modified files: games/zangband : Makefile Log message: remove dead and dying master sites, switch to SourceForge CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/20 18:15:12 Modified files: sys/dev : ipmi.c Log message: memory leak on failure; from Maxime Villard CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/06/20 21:20:56 Modified files: lib/libc/stdlib: merge.c Log message: Just return if nmemb is 0. Avoids a NULL dereference and is consistent with the behavior of the other libc sort functions. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/21 01:40:46 Modified files: telephony/baresip/baresip: Makefile distinfo telephony/baresip/baresip/pkg: PFRAG.shared Log message: Update to baresip 0.4.13 OK feinerer@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/21 01:53:25 Modified files: math/p5-Statistics-Descriptive: Makefile distinfo Log message: Update to p5-Statistics-Descriptive-3.0609. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/21 03:14:34 Modified files: devel/p5-File-DesktopEntry: Makefile distinfo devel/p5-File-DesktopEntry/pkg: PLIST Log message: Update to p5-File-DesktopEntry-0.12. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/21 03:31:40 Modified files: net/p5-SNMP-Info: Makefile distinfo net/p5-SNMP-Info/pkg: PLIST Log message: Update to p5-SNMP-Info-3.28. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/06/21 06:11:13 Modified files: usr.bin/netstat: inet.c Log message: There is no need to include sys/ucred.h. Only sys/file.h is needed for the DTYPE defines. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/06/21 06:15:10 Modified files: share/misc : mime.types Log message: Add .mkv (video/x-matroska). From David Hill ok halex@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/06/21 06:16:29 Modified files: usr.sbin/bgpd : rde.c Log message: There is a race between sending notifications to the SE and getting a new peer_up event in the RDE. This can be triggered by graceful restart. So remove the panic and replace it with roughly what peer_down does. OK phessler and henning CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/06/21 07:08:36 Modified files: usr.sbin/httpd : server_http.c Log message: When encoding the Location url, only encode the query and path elements from the user input and not the constants from the configuration. This makes it possible to specify chars like '?' in the uri. OK Sebastien Marie CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/21 07:24:17 Modified files: lang/erlang : erlang.port.mk Log message: use ${REBAR_BIN} in pre-build instead of hardcoding /usr/local/bin/rebar CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/21 08:42:40 Modified files: games/manaplus : Makefile distinfo Log message: Update to 1.5.6.20 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/21 08:45:39 Modified files: editors/ne : Makefile distinfo Log message: Upstream rerolled tarball. This one should work. Noticed by naddy@. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/21 10:10:45 Modified files: lib/libssl/src/ssl: bs_ber.c Log message: Check for failure with CBB_init() in bs_ber.c. From BoringSSL commit 3fa65f0f05f67615d9daf48940e07f84d094ac6e. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/21 12:10:02 Added files: etc/signify : openbsd-59-base.pub Log message: 5.9 base key CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/21 12:11:58 Modified files: etc/etc.octeon : MAKEDEV Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/21 12:13:11 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/06/21 14:04:30 Modified files: sys/arch/sparc64/dev: vnet.c Log message: Count transmitted packets. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/06/21 14:06:46 Modified files: graphics/gimp/stable: Makefile news/tin : Makefile Log message: update master sites, ftp.sunet.se is being decommissioned; ok giovanni@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/06/21 14:20:46 Modified files: audio : Makefile benchmarks : Makefile graphics : Makefile net : Makefile x11 : Makefile Removed files: audio/mp3encode: Makefile distinfo audio/mp3encode/patches: patch-Makefile_in patch-common_h patch-encoder_h patch-musicin_c patch-psy_c audio/mp3encode/pkg: DESCR PLIST benchmarks/bonnie: Makefile distinfo benchmarks/bonnie/files: bonnie.1 benchmarks/bonnie/pkg: DESCR PLIST graphics/smpeg-xmms: Makefile distinfo graphics/smpeg-xmms/patches: patch-configure patch-src_smpeg-xmms_c graphics/smpeg-xmms/pkg: DESCR PLIST net/aguri : Makefile distinfo net/aguri/patches: patch-aguri_h patch-read_pcap_c net/aguri/pkg : DESCR PLIST x11/xlogout : Makefile distinfo x11/xlogout/patches: patch-Imakefile patch-xlogout_c x11/xlogout/pkg: DESCR PLIST Log message: Remove obsolete ports that are no longer useful and that are unmaintained, abandoned by upstream, and whose master sites are dead or disappearing. ok jca@, ajacoutot@, dcoppa@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2015/06/21 14:49:18 Modified files: sys/dev/rasops : rasops.c Log message: Don't leak mem if wsfont_rotate() fails. Problem reported by Maxime Villard, ok miod@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/06/21 15:22:27 Modified files: sys/dev/ic : an.c Log message: Don't use uninitialized data as a return value. From Brainy via Maxime Villard via tech@. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/21 16:15:37 Modified files: www/p5-Dancer : Makefile distinfo Log message: Update to p5-Dancer-1.3138. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/21 18:28:31 Modified files: databases/postgresql-odbc: Makefile Log message: Update HOMEPAGE and replace dead MASTER_SITES mirror. No response from maintainer. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/21 19:22:52 Modified files: www/uget : Makefile Log message: uget can be built with base gcc again now that it supports typedef redefinitions. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/21 19:58:54 Log message: Import games/freeblocks ok feinerer@ FreeBlocks is a puzzle game with similar gameplay to Tetris Attack. Status: Vendor Tag: bcallah Release Tags: bcallah_20150621 N ports/games/freeblocks/Makefile N ports/games/freeblocks/distinfo N ports/games/freeblocks/patches/patch-CMakeLists_txt N ports/games/freeblocks/pkg/DESCR N ports/games/freeblocks/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/21 19:59:18 Modified files: games : Makefile Log message: +freeblocks CVSROOT: /cvs Module name: ports Changes by: uebayasi@cvs.openbsd.org 2015/06/21 23:44:06 Modified files: devel/valgrind : Makefile distinfo devel/valgrind/pkg: PLIST Log message: Update devel/valgrind to 3.10.1p3, merging valgrind-openbsd 20150622 release. - Drop suid bits from memcheck binaries. This makes Valgrind (memcheck) heap memory tracking work properly by allowing ld.so to accept $LD_PRELOAD. Valgrind (memcheck) overrides malloc(3) and friends with ones in ``libreplacemalloc'' to trace their uses. CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2015/06/22 01:29:42 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/pkg: PLIST-docs Removed files: databases/postgresql/patches: patch-configure Log message: Upgrade to 9.4.4 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2015/06/22 01:32:21 Modified files: databases/postgresql: Tag: OPENBSD_5_7 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_5_7 PLIST-docs Removed files: databases/postgresql/patches: Tag: OPENBSD_5_7 patch-configure Log message: Reliability upgrade to 9.4.4 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/22 01:51:00 Modified files: devel/ruby-rspec/3/mocks: Makefile distinfo Log message: update to rspec-mocks-3.3.1 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/22 01:51:28 Modified files: devel/libev : Makefile distinfo devel/libev/patches: patch-configure Log message: Update to libev-4.20 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/22 01:51:48 Modified files: devel/ruby-rspec/specinfra: Makefile distinfo devel/ruby-rspec/specinfra/pkg: PLIST Log message: update to specinfra-2.36.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/22 01:54:57 Modified files: productivity/projectlibre: Makefile distinfo Log message: update to projectlibre-1.6 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/22 01:57:29 Modified files: multimedia/py-pafy: Makefile Log message: use MODPY_PI CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/22 02:00:07 Modified files: textproc/sphinx: Makefile distinfo textproc/sphinx/patches: patch-Makefile_in patch-configure patch-src_sphinxstd_cpp textproc/sphinx/pkg: PLIST Log message: - update to sphinx-2.2.9 - reset maintainer - sync test depends ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/22 02:01:19 Modified files: x11/spice-gtk : Makefile Log message: regen WANTLIB which I somehow forgot when updating this; should unbreak virt-viewer as reported by naddy@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/22 02:09:29 Modified files: audio/mpd : Makefile distinfo Removed files: audio/mpd/patches: patch-src_encoder_plugins_OpusEncoderPlugin_cxx Log message: Update to mpd-0.19.10 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/22 02:26:53 Modified files: www/p5-Mojo : Makefile distinfo Log message: update to p5-Mojo 6.12, from maintainer Mark Patruck CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/22 02:43:27 Modified files: sys/dev/pci : xhci_pci.c Log message: Apparently some BIOSes not supporting xHCI natively switch USB ports back to EHCI at suspend. So route the ports back to xHCI at resume. Problem reported by Adam Wolk, thanks! CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/22 03:07:11 Modified files: sys/net : route.c Log message: rtrequest1(9) error code path cleanup. Pass the length to free(9), do not violate the radix/route layer and set the gateway of a route a bit later to simplify error code path. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/22 03:33:03 Modified files: infrastructure/bin: check-problems infrastructure/lib/OpenBSD: PlistScanner.pm Log message: do an extra mode that will first scan the ports tree, and then extract only the plists that are current. took longer than expected because I found a bug in my setup... probably going to be more code to say "hey, these current packages depend on not current". CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/22 04:29:18 Modified files: sys/dev/usb : usb.h xhci.c uhub.c Log message: Make xhci(4)'s root hub report the same status bits as physical USB3 hubs. There's not bit to indicate the speed of a USB3.0 device attached to a hub port so do not abuse the PORT_TEST bit. Instead make the xhci(4) root hub report the PORT_POWER_SS bit when appropriate and use it to determin the speed of a new device. While here make the root hub report the link state and config error, from FreeBSD. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/06/22 05:05:50 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register removal of audio/mp3encode, benchmarks/bonnie. graphics/smpeg-xmms, net/aguri and x11/xlogout ok naddy@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/06/22 05:46:06 Modified files: usr.sbin/httpd : server_http.c Log message: After the last change, we also have to url_encode $SERVER_NAME and $REMOTE_USER before using them in the Location. From Sebastien Marie (semarie) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/22 05:59:23 Modified files: databases/hs-hedis: Makefile distinfo Log message: Update to hedis-0.6.8 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/22 06:04:04 Modified files: textproc/hs-xml-types: Makefile distinfo Log message: Update to xml-types-0.3.5 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/22 06:18:00 Modified files: infrastructure/lib/DPB: Distfile.pm Log message: expand on comments, reorder code. better diagnostic if one distfile checksum isn't consistent. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/22 06:18:19 Modified files: infrastructure/lib/DPB: ErrorList.pm Log message: expand on comments CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/22 06:18:50 Modified files: infrastructure/lib/DPB: SubEngine.pm infrastructure/lib/DPB/Job: Port.pm Log message: expand on comments CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/22 06:19:38 Modified files: infrastructure/lib/DPB: HostProperties.pm infrastructure/lib/DPB/SubEngine: Build.pm Log message: move the taint mechanism outside of "main" code. more stringent checks... there's still a bug somewhere, hope to catch it CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/22 06:20:06 Modified files: infrastructure/lib/DPB: Config.pm Log message: future interactive option that does nothing whatsoever so far... CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/06/22 06:29:57 Modified files: usr.bin/ssh : uidswap.c Log message: Don't call setgroups if we have zero groups; there's no guarantee that it won't try to deref the pointer. Based on a patch from mail at quitesimple.org, ok djm deraadt CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/22 06:33:38 ports/lang/erlang/16 Update of /cvs/ports/lang/erlang/16 In directory cvs.openbsd.org:/tmp/cvs-serv12497/16 Log Message: Directory /cvs/ports/lang/erlang/16 added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/22 06:34:11 ports/lang/erlang/16/pkg Update of /cvs/ports/lang/erlang/16/pkg In directory cvs.openbsd.org:/tmp/cvs-serv808/pkg Log Message: Directory /cvs/ports/lang/erlang/16/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/22 06:34:11 ports/lang/erlang/16/patches Update of /cvs/ports/lang/erlang/16/patches In directory cvs.openbsd.org:/tmp/cvs-serv808/patches Log Message: Directory /cvs/ports/lang/erlang/16/patches added to the repository CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/22 06:56:55 Modified files: sys/dev/usb : ehci.c ohci.c uhci.c sys/dev/usb/dwc2: dwc2.c Log message: Do not update frame lengths to reflect what has really been transfered when an isochronous transfer is done. Frame lengths are just input values and no driver mess with them. ok ratchov@, jmatthew@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/22 07:07:40 Modified files: lang/erlang : Makefile erlang.port.mk Added files: lang/erlang/16 : Makefile distinfo lang/erlang/16/patches: patch-erts_emulator_Makefile_in patch-erts_lib_src_Makefile_in patch-lib_asn1_c_src_asn1_erl_nif_c patch-lib_os_mon_c_src_memsup_c patch-lib_tools_c_src_Makefile_in patch-make_target_mk lang/erlang/16/pkg: DESCR PFRAG.shared PLIST Removed files: lang/erlang : distinfo lang/erlang/patches: patch-erts_emulator_Makefile_in patch-erts_lib_src_Makefile_in patch-lib_asn1_c_src_asn1_erl_nif_c patch-lib_os_mon_c_src_memsup_c patch-lib_tools_c_src_Makefile_in patch-make_target_mk lang/erlang/pkg: DESCR PFRAG.shared PLIST Log message: - move existing erlang 16 port to it's own directory so we can move towards erlang 17 * note that this shuffling is still a WIP - adjust MODERL_RUN_DEPENDS accordingly CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/22 07:08:03 Modified files: devel/rebar : Makefile Log message: adjust RUN_DEPENDS and bump CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/22 07:08:20 Modified files: benchmarks/tsung: Makefile databases/apache-couchdb: Makefile databases/riak : Makefile lang/elixir : Makefile net/ejabberd : Makefile net/rabbitmq : Makefile security/erl-bcrypt: Makefile www/erl-mochiweb: Makefile www/yaws : Makefile Log message: bump after MODERL_RUN_DEPENDS change CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/22 07:18:26 Modified files: lang/erlang/16 : Makefile Added files: lang/erlang : Makefile.inc Log message: move some common bits to Makefile.inc CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/06/22 08:45:53 Modified files: devel/p5-Devel-NYTProf: Makefile distinfo Removed files: devel/p5-Devel-NYTProf/patches: patch-bin_nytprofhtml Log message: update p5-Devel-NYTProf to 6.01 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/06/22 08:46:59 Modified files: bin/ed : ed.1 Log message: theo buehler points out that posix specifies a prompt defined using -p be reinstated when toggled off then on again; this seems to make sense, but posix is not explicit. we know that gnu ed and freebsd do reinstate the user defined prompt, but we do not. no one has yet stepped up to change this, so i'm adding a note to this effect until such a time as we do/ i have not tweaked the text for -p or "P" to allow for an easy back out if behaviour does change; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/06/22 09:20:43 Modified files: sys/dev/pci/drm/i915: i915_gem.c Log message: Flush out another small diff to reduce the diffs with Linux. CVSROOT: /cvs Module name: ports Changes by: jung@cvs.openbsd.org 2015/06/22 09:48:20 Modified files: infrastructure/db: user.list Log message: add user for upcoming net/geomyidae port CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2015/06/22 09:52:16 Log message: Import sudo-1.8.13, OK jca@ This will replace the ancient version of sudo in base (1.7.2p8). Status: Vendor Tag: millert Release Tags: millert_2015-Jun-22 N ports/security/sudo/Makefile N ports/security/sudo/distinfo N ports/security/sudo/pkg/DESCR N ports/security/sudo/pkg/PLIST N ports/security/sudo/pkg/PFRAG.shared N ports/security/sudo/pkg/MESSAGE N ports/security/sudo/patches/patch-lib_util_Makefile_in N ports/security/sudo/patches/patch-lib_zlib_Makefile_in N ports/security/sudo/patches/patch-plugins_group_file_Makefile_in N ports/security/sudo/patches/patch-plugins_sample_Makefile_in N ports/security/sudo/patches/patch-plugins_sudoers_Makefile_in N ports/security/sudo/patches/patch-plugins_system_group_Makefile_in N ports/security/sudo/patches/patch-src_Makefile_in N ports/security/sudo/patches/patch-examples_Makefile_in N ports/security/sudo/patches/patch-Makefile_in N ports/security/sudo/patches/patch-configure N ports/security/sudo/patches/patch-configure_ac N ports/security/sudo/files/sudoers No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jung@cvs.openbsd.org 2015/06/22 09:53:45 Log message: import net/geomyidae v0.26.3 Geomyidae is a daemon for serving the Gopher protocol. It is based on gopherd for Plan 9. ok jca@ Status: Vendor Tag: jung Release Tags: jung-20150622 N ports/net/geomyidae/distinfo N ports/net/geomyidae/Makefile N ports/net/geomyidae/patches/patch-Makefile N ports/net/geomyidae/patches/patch-geomyidae_8 N ports/net/geomyidae/pkg/PLIST N ports/net/geomyidae/pkg/DESCR N ports/net/geomyidae/pkg/geomyidae.rc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jung@cvs.openbsd.org 2015/06/22 09:57:46 Modified files: net : Makefile Log message: link net/geomyidae CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/06/22 09:58:23 Modified files: sys/net : pf.c Log message: Increment rule counters only after successful state insertion Do rule counter increments after state has been successfully installed. This has an additional benefit of making error handling a bit simpler. OK mpi, bluhm CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/22 10:42:14 Modified files: www/iridium : Makefile distinfo Log message: update to 43.5 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/06/22 10:58:58 Modified files: x11/rxvt : Makefile x11/rxvt/pkg : DESCR-main Log message: fix typo in comment and remove a couple of trailig whitespaces in DESCR. bump. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/06/22 12:31:49 Modified files: sys/arch/amd64/stand/boot: boot.8 sys/arch/armish/stand/boot: boot.8 sys/arch/hppa/stand/boot: boot.8 sys/arch/hppa64/stand/boot: boot.8 sys/arch/i386/stand/boot: boot.8 sys/arch/landisk/stand/boot: boot.8 sys/arch/macppc/stand: boot.8 sys/arch/socppc/stand/boot: boot.8 sys/arch/zaurus/stand/zboot: boot.8 Log message: document that boot.conf can contain comments; from tilo stritzky thanks miod for help with the diff, and who also noted that leading whitespace gets stripped too; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/22 12:39:46 Modified files: lang/erlang : erlang.port.mk Log message: re-order CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/06/22 12:57:26 Modified files: sys/sys : memrange.h sys/arch/amd64/amd64: mem.c sys/arch/i386/i386: mem.c Log message: Make it possible to create write combing mappings through /dev/mem. This is done by introducining a magic offset. Pages below this offset are mapped with default memory attributes. Above this offset pages are mapped write combining. ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/22 13:46:57 Modified files: lang/lua : lua.port.mk Log message: no need for making it unobvious how _MODLUA_RUN_DEPENDS gets set CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/06/22 14:06:11 Modified files: sys/arch/amd64/amd64: acpi_wakecode.S Log message: Add an #ifdef HIBERNATE to allow to build a kernel without hibernate but with acpi. OK mlarkin@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/06/22 14:15:32 Modified files: devel/imake : Makefile devel/imake-cf : Makefile infrastructure/templates: network.conf.template x11/rendercheck: Makefile x11/xcursor-themes: Makefile x11/xcursorgen : Makefile x11/xscope : Makefile Log message: introduce MASTER_SITE_XORG and switch over all ports that reference ftp.x.org; idea and ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/22 14:33:11 Modified files: net/wireshark : Makefile distinfo net/wireshark/pkg: PLIST-text Log message: update to wireshark-1.12.6, various fixes including a few crashes https://www.wireshark.org/docs/relnotes/wireshark-1.12.6.html#_what_8217_s_new CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/22 14:37:38 Modified files: www/squidclamav: Makefile distinfo Log message: update to squidclamav-6.13 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/22 14:40:53 Modified files: sysutils/cyphertite: Makefile Added files: sysutils/cyphertite/pkg: MESSAGE Log message: The Cyphertite service is closing as of Aug 18th, dhill suggested removing the port now, but I argued for keeping until the service is actually shut down to make it easier if users need to fetch their own copy of backups, so add a MESSAGE instead, warning people that it will go away. ok dhill@ aja@ https://blog.conformal.com/cyphertite-service-closing-august-18th-2015/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/22 14:46:24 Modified files: archivers/lz4 : Makefile distinfo archivers/lz4/patches: patch-Makefile Log message: update to lz4 r130 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/22 15:15:15 Modified files: sysutils/d-feet: Makefile distinfo sysutils/d-feet/pkg: PLIST Log message: Update to d-feet-0.3.10. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/22 16:38:56 Modified files: editors/ne : Makefile distinfo editors/ne/patches: patch-src_makefile Removed files: editors/ne/patches: patch-src_ne_c patch-src_regex_internal_h Log message: Update to 3.0.1 -- big thanks to upstream for getting patches integrated! CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/22 16:40:59 Modified files: security/py-openssl: Makefile Log message: Fix license marker (lgplv2.1 -> apache 2) CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/22 16:50:00 Log message: Import textproc/libxmlbird TEST_DEPENDS tweak and ok jca@ libxmlbird is an XML parser written in Vala for use with Birdfont. Status: Vendor Tag: bcallah Release Tags: bcallah_20150622 N ports/textproc/libxmlbird/Makefile N ports/textproc/libxmlbird/distinfo N ports/textproc/libxmlbird/patches/patch-scripts_bavala_py N ports/textproc/libxmlbird/pkg/PLIST N ports/textproc/libxmlbird/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/22 16:50:34 Modified files: textproc : Makefile Log message: +libxmlbird CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/06/22 17:42:16 Modified files: usr.bin/ssh : monitor.c Log message: Don't count successful partial authentication as failures in monitor; this may have caused the monitor to refuse multiple authentications that would otherwise have successfully completed; ok markus@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/22 18:02:01 Modified files: regress/lib/libssl/bytestring: Makefile Log message: Remove unnecessary regress target. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/22 18:20:35 Modified files: graphics/birdfont: Makefile distinfo graphics/birdfont/patches: patch-install_py graphics/birdfont/pkg: PLIST Log message: Now that libxmlbird is in, update birdfont to 2.10.0 CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/22 19:20:24 Modified files: regress/lib/libssl/bytestring: bytestringtest.c Log message: Convert bytestringtest to individual checks and don't short circuit. The statements were chained together with OR which makes it more annoying to debug. Also, it was short circuiting all tests as soon as one function failed. Since the functions are independent, they should each run until error. Discussed with miod@ and jsing@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/22 19:45:34 Modified files: graphics/maim : Makefile distinfo Log message: Maintenance update to 3.4.43 CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2015/06/22 20:24:29 Modified files: security : Makefile Log message: Add sudo CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2015/06/22 22:07:12 Modified files: app/xdm/config : OpenBSD_15bpp.xpm OpenBSD_1bpp.xpm OpenBSD_4bpp.xpm OpenBSD_8bpp.xpm Log message: move to 5.8 art (way ahead of schedule...) from todd CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/22 22:45:18 Modified files: editors : Makefile Log message: -nvi-m17n CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/22 22:47:25 Removed files: editors/nvi-m17n: Makefile distinfo editors/nvi-m17n/files: nvi-m17n editors/nvi-m17n/patches: patch-build_Makefile_in patch-build_configure_in patch-ex_ex_script_c editors/nvi-m17n/pkg: DESCR MESSAGE PLIST Log message: Remove nvi-m17n. No upstream, supports a subset of useful encodings. Use nvi-iconv instead. ok yasuoka@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/22 22:53:29 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register nvi-m17n removal. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/22 23:58:28 Modified files: lib/libssl/src/ssl: bs_cbs.c regress/lib/libssl/bytestring: bytestringtest.c Log message: Change CBS_dup() to also sync the offset. Previously, CBS_dup() had its own offset. However, it is more consistent to copy everything. ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/06/23 00:21:53 Modified files: share/man/man4 : pipex.4 Log message: Fix the links to pppx(4). diff from Fabian Raetz. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/23 00:22:07 Modified files: net/py-zmq : Makefile distinfo net/py-zmq/pkg : PLIST Log message: Update to py-zmq-14.7.0. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/06/23 00:59:54 Modified files: usr.sbin/npppd/l2tp: l2tpd.c usr.sbin/npppd/pptp: pptpd.c Log message: Fix the problem when npppd receives a zero length 1701/udp packet. If it receives such packets when the errno is not EAGAIN or EINTR, it had closed all L2TP sessions and stoppped the L2TP server. Also fix the receiving GRE packet since it potentially has the same problem. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 01:04:42 Modified files: sysutils/p5-Unix-Statgrab: Makefile distinfo sysutils/p5-Unix-Statgrab/pkg: PLIST Log message: - update to Unix-Statgrab-0.109 ok william@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/06/23 01:07:34 Modified files: usr.sbin/npppd/pptp: pptpd.c Log message: Fix npppd to check the size of received GRE packets properly. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 01:10:17 Modified files: misc/portroach : Makefile distinfo misc/portroach/pkg: PLIST Log message: update to portroach-2.0.5 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 01:11:44 Modified files: devel/ruby-rspec/serverspec: Makefile distinfo devel/ruby-rspec/serverspec/pkg: PLIST Log message: update to serverspec-2.19.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 01:15:28 Modified files: devel/ruby-diff-lcs: Makefile distinfo Log message: - update to diff-lcs-1.2.5 - remove unneeded CATEGORIES (added by ruby.port.mk already) - enable tests CVSROOT: /cvs Module name: ports Changes by: yasuoka@cvs.openbsd.org 2015/06/23 01:21:08 Modified files: mail/mailest : Makefile distinfo Log message: update to mailest-0.9.20 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 01:21:13 Modified files: geo/ruby-findmyiphone: Makefile Log message: update to findmyiphone-0.2.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 01:23:54 Modified files: x11/kde4/ruby-qt: Makefile Log message: mop up CATEGORIES; lang/ruby gets set by ruby.port.mk already CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 01:24:45 Modified files: devel/ruby-term-ansicolor: Makefile Log message: update to term-ansicolor-1.0.4 CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/23 01:26:21 Modified files: databases/postgresql: Makefile databases/pgadmin3: Makefile Log message: Kill dead mirrors, and add a http mirror. ok pea@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 01:38:53 Modified files: lang/erlang : erlang.port.mk Log message: don't re-order too much just yet CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/23 01:44:31 Modified files: net/dhcpcd : Makefile Log message: Fix incorrect/outdated mirror path. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 01:45:32 Modified files: sysutils/ruby-posix-spawn: Makefile distinfo sysutils/ruby-posix-spawn/pkg: PLIST Log message: - update to posix-spawn-0.3.11 - enable tests CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 01:45:59 Modified files: devel/ruby-yajl: Makefile distinfo devel/ruby-yajl/pkg: PLIST Log message: - update to yajl-ruby-1.2.1 - enable tests CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 01:46:25 Modified files: textproc/ruby-pygments.rb: Makefile distinfo textproc/ruby-pygments.rb/pkg: PLIST Log message: update to pygments.rb-0.6.3 CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/23 01:48:11 Modified files: plan9/wily : Makefile Log message: Update mirrors. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/23 01:50:34 Modified files: print/detex : Makefile Log message: Add homepage and https mirror. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 01:52:00 Modified files: devel/ruby-narray: Makefile distinfo devel/ruby-narray/pkg: PLIST Log message: update to narray-0.6.1.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 01:52:11 Modified files: devel/ruby-rb-gsl: Makefile distinfo devel/ruby-rb-gsl/pkg: PLIST Log message: update to rb-gsl-1.16.0.4 CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/23 02:02:06 Modified files: security/nbaudit: Makefile Log message: Prune dead mirror. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/23 02:09:04 Modified files: x11/fvwm95 : Makefile Log message: Prune dead mirrors. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/23 02:51:53 Modified files: infrastructure/lib/DPB: HostProperties.pm Locks.pm PortInfo.pm infrastructure/lib/DPB/Core: Init.pm Log message: tweak taintedness: - fix actual bug in PortInfo - restrict defined tags to !empty tags (shouldn't happen) - track the source from locks as well. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/23 02:52:20 Modified files: infrastructure/lib/DPB/Core: Init.pm Log message: remove debug scaffolding CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/23 03:01:56 Modified files: infrastructure/lib/DPB: HostProperties.pm infrastructure/lib/DPB/Job: Port.pm Log message: repair forced junking always go thru taint/untaint, so that source should always be correct CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/23 03:42:23 Modified files: sys/net : if.c if_bridge.c if_bridge.h if_ethersubr.c if_vlan.c sys/netinet : ip_ether.c Log message: Adapt bridge(4) to the new if_input() framework. Move bridge_input() outside of ether_input() in order to duplicate packets flowing through a bridge port before applying any transformation on mbufs. This saves a various m_adj(9)/M_PREPEND(9) dances and remove the bridge(4) hack from vlan(4). Tested by mxb and kettenis@ ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/23 04:26:44 Log message: Import czmq-3.0.2. CZMQ is a high-level C binding for ZeroMQ. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20150623 N ports/net/czmq/distinfo N ports/net/czmq/Makefile N ports/net/czmq/pkg/DESCR N ports/net/czmq/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/23 04:27:31 Log message: Import py-czmq-0.0.4. Pyczmq exposes CZMQ functions via the cffi library's ABI access mode. No compiler is required to use it. The czmq library is accessed with dlopen and a set of parsed function declarations ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20150623 N ports/net/py-czmq/Makefile N ports/net/py-czmq/distinfo N ports/net/py-czmq/pkg/DESCR N ports/net/py-czmq/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/23 04:28:23 Modified files: net : Makefile Log message: +czmq +py-czmq CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/23 04:28:48 Modified files: net/py-zmq : Makefile Log message: Add net/py-czmq to TEST_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/23 04:38:06 Modified files: net/inadyn : Makefile net/inadyn/patches: patch-Makefile net/inadyn/pkg : inadyn.rc Log message: Respect CFLAGS, put -b (for "background") in $daemon, not $daemon_flags ok pea@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 05:19:03 Modified files: geo/ruby-findmyiphone: distinfo Log message: missed in previous CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/23 05:26:05 Log message: Import softhsm-1.3.7, ok sthen@ Work done by Patrick Lundin (maintainer), p11-kit tweaks by sthen@. DESCR: SoftHSM is an implementation of a cryptographic store accessible through a PKCS#11 interface, using Botan for its cryptographic operations. You can use it to explore PKCS#11 without having a Hardware Security Module. Status: Vendor Tag: jca Release Tags: jca_2015-Jun-23 N ports/security/softhsm/Makefile N ports/security/softhsm/distinfo N ports/security/softhsm/pkg/PLIST N ports/security/softhsm/pkg/DESCR N ports/security/softhsm/patches/patch-configure N ports/security/softhsm/files/softhsm.module No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/23 05:27:46 Modified files: security : Makefile Log message: +softhsm CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 05:30:09 Modified files: x11/gnome/zenity: Makefile distinfo Log message: update to zenity-3.16.3 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/06/23 05:51:53 Modified files: www/chromium : Makefile distinfo Log message: update to 43.0.2357.130 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/23 06:29:46 Modified files: sys/arch/alpha/alpha: trap.c Log message: delete more p==NULL checks; discussed with miod, kettenis, dlg before CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 06:54:28 Modified files: lang/erlang : Makefile.inc Log message: upstream mirror doesn't handle '//' as '/' CVSROOT: /cvs Module name: src Changes by: giovanni@cvs.openbsd.org 2015/06/23 07:11:27 Modified files: etc/root : root.mail Log message: fix emacs pkg names CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/23 07:20:17 Modified files: sys/net : if_ethersubr.c sys/netinet : if_ether.c if_ether.h Log message: Pass a "struct ifnet *" instead of a "struct arpcom *" to arpresolve(). Most of the ARP layer already take an ifp pointer and this makes clear wich chunks of code are messing with ac_enaddr. Note that our Ethernet code assume that these pointer are interchangeable since the first element of the "struct arpcom" is a "struct ifnet". CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/06/23 07:40:31 ports/www/pecl-memcache/files Update of /cvs/ports/www/pecl-memcache/files In directory cvs.openbsd.org:/tmp/cvs-serv29504/files Log Message: Directory /cvs/ports/www/pecl-memcache/files added to the repository CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/06/23 07:43:08 Modified files: usr.bin/nm : elf.c Log message: add some check before accessing data: - if section header table is be present - consistency of section header table size ok miod@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/06/23 07:44:40 Modified files: www/pecl-memcache: Makefile distinfo Added files: www/pecl-memcache/files: connect.inc Log message: update to 3.0.8 and enable regression tests. ok sthen@ william@ (Maintainer) CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/06/23 08:19:21 Modified files: sys/arch/amd64/amd64: locore.S Log message: If the kernel symbols fit completely into the 2 MB alignment hole after kernel bss but before end of the image, the page tables used the read-only mapping of the hole. When booting a small non-generic kernel, this resulted in a crash, while writing to the page tables later. Make sure that the page tables are created after esym and after end. OK mlarkin@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/23 08:22:50 Modified files: infrastructure/lib/DPB/SubEngine: Build.pm Log message: document there's probably still a problem, so I don't forget to fix it. CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/06/23 09:02:58 Modified files: usr.bin/nm : elf.c elfuncs.h Log message: corrects a read after bound that occurs in strcmp (line just after the added bound check). Found with afl. ok miod@ CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/06/23 09:13:29 Modified files: usr.bin/nm : elf.c Log message: This patch ensure that e_shentsize (sections header's size in bytes) is big enough to fill at least one Elf_Shdr. While here, inverts calloc() arguments to be calloc(nmemb, size), according to fread() call after. This problem was found with afl, with e_shentsize=1. ok miod@ CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2015/06/23 09:14:52 Modified files: math/R : Makefile distinfo math/R/patches : patch-Makefile_in patch-configure patch-src_main_connections_c patch-src_scripts_javareconf_in Removed files: math/R/patches : patch-src_include_Rinterface_h patch-src_main_Makefile_in Log message: Update to R 3.2.1 ok dcoppa@ CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/06/23 09:16:34 Modified files: usr.bin/nm : elf.c util.h Log message: This patch ensure that when an error is detected, the freed variables in elf_symloadx() are reinitialised. Else show_file() in nm.c will used these variables, even if they has just been freed. (nm.c +689). Problem found by afl. ok miod@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/06/23 09:23:14 Modified files: usr.sbin/httpd : Makefile httpd.conf.5 httpd.h parse.y server_http.c Added files: usr.sbin/httpd : patterns.7 patterns.c patterns.h Log message: Add initial support for pattern matching using Lua's pattern matching code. With important help on the pattern matcher from semarie@ OK semarie@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/23 09:28:58 Modified files: benchmarks/siege: Makefile Log message: Add a working upstream mirror. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/23 09:29:57 Modified files: print/mpage : Makefile Log message: Add http mirror. ok maintainer CVSROOT: /cvs Module name: src Changes by: bentley@cvs.openbsd.org 2015/06/23 09:31:02 Modified files: lib/libc/gen : isblank.3 Log message: Add STANDARDS section; isblank(3) was specified in C99. ok jung@ jmc@ CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/06/23 09:35:20 Modified files: usr.sbin/httpd : patterns.c Log message: remove a deprecated character class. it was deprecated in lua code, but here the code is new. The documentation don't mention it either. ok reyk@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/23 09:54:31 ports/security/py-cryptography/patches Update of /cvs/ports/security/py-cryptography/patches In directory cvs.openbsd.org:/tmp/cvs-serv28807/patches Log Message: Directory /cvs/ports/security/py-cryptography/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/23 10:18:46 Modified files: security/py-cryptography: Makefile distinfo security/py-cryptography/pkg: PLIST Added files: security/py-cryptography/patches: patch-src_cryptography_hazmat_bindings_openssl_ec_py security/py-cryptography/pkg: PFRAG.no-python3 PFRAG.python3 Log message: update to py-cryptography 0.91, and patch to permit building with recent libressl (py-cryptography was providing its own implementation of EC_curve_nid2nist for libressl and for old openssl versions, this was broken when libressl added it - since LIBRESSL_VERSION doesn't provide anything useful for recognising this, simply delete the libressl check from the ifdef). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 10:38:10 Modified files: benchmarks/tsung: Makefile databases/apache-couchdb: Makefile databases/riak : Makefile devel/rebar : Makefile lang/elixir : Makefile net/ejabberd : Makefile net/rabbitmq : Makefile www/yaws : Makefile Log message: tidy up erlang dependencies CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 10:41:19 ports/lang/erlang/17 Update of /cvs/ports/lang/erlang/17 In directory cvs.openbsd.org:/tmp/cvs-serv29488/17 Log Message: Directory /cvs/ports/lang/erlang/17 added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 10:41:28 ports/lang/erlang/17/patches Update of /cvs/ports/lang/erlang/17/patches In directory cvs.openbsd.org:/tmp/cvs-serv22544/patches Log Message: Directory /cvs/ports/lang/erlang/17/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 10:41:28 ports/lang/erlang/17/pkg Update of /cvs/ports/lang/erlang/17/pkg In directory cvs.openbsd.org:/tmp/cvs-serv22544/pkg Log Message: Directory /cvs/ports/lang/erlang/17/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 10:43:38 Added files: lang/erlang/17 : Makefile distinfo lang/erlang/17/patches: patch-erts_emulator_Makefile_in patch-erts_lib_src_Makefile_in patch-lib_tools_c_src_Makefile_in patch-make_target_mk lang/erlang/17/pkg: DESCR PFRAG.shared PLIST Log message: - add erlang 17.5, which is incompatible with erlang 16. - right now both versions conflict, which may be resolved in the future ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 10:44:23 Modified files: lang/erlang/16 : Makefile lang/erlang/16/pkg: PLIST Log message: add pkgspec; ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/23 10:48:35 Modified files: sysutils/salt : Makefile sysutils/salt/pkg: DESCR Log message: Add a small blurb about RAET. CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/06/23 11:25:01 Modified files: usr.sbin/httpd : server_http.c Log message: escape the matched substrings before using it in expansion. ok reyk@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/06/23 11:29:19 Modified files: usr.sbin/httpd : httpd.conf.5 patterns.7 Log message: various tweaks; CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/06/23 11:59:48 src/regress/usr.sbin/httpd Update of /cvs/src/regress/usr.sbin/httpd In directory cvs.openbsd.org:/tmp/cvs-serv8977/httpd Log Message: Directory /cvs/src/regress/usr.sbin/httpd added to the repository CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/06/23 12:00:06 src/regress/usr.sbin/httpd/patterns Update of /cvs/src/regress/usr.sbin/httpd/patterns In directory cvs.openbsd.org:/tmp/cvs-serv9540/httpd/patterns Log Message: Directory /cvs/src/regress/usr.sbin/httpd/patterns added to the repository CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/06/23 12:03:09 Added files: regress/usr.sbin/httpd: Makefile regress/usr.sbin/httpd/patterns: Makefile patterns-tester.c patterns-tester.lua test-patterns-lua.out test-patterns.in test-patterns.out Log message: add regress tests for httpd - this testsuite covers patterns CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/06/23 12:04:29 Modified files: regress/usr.sbin: Makefile Log message: add httpd regress CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/23 13:25:29 Log message: Import py-libnacl-1.4.3. This library is used to gain direct access to the functions exposed by Daniel J. Bernstein’s nacl library via libsodium or tweetnacl. It has been constructed to maintain extensive documentation on how to use nacl as well as being completely portable. The file in libnacl/__init__.py can be pulled out and placed directly in any project to give a single file binding to all of nacl. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20150623 N ports/security/py-libnacl/Makefile N ports/security/py-libnacl/distinfo N ports/security/py-libnacl/pkg/DESCR N ports/security/py-libnacl/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/23 13:26:05 Modified files: security : Makefile Log message: +py-libnacl CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/23 13:26:53 Log message: Import py-ioflo-1.3.2. Automated Reasoning Engine and Flow Based Programming Framework. IoFlo is a magically powerful open interoperable software framework that enables non experts to intelligently automate their own programmable world. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20150623 N ports/devel/py-ioflo/Makefile N ports/devel/py-ioflo/distinfo N ports/devel/py-ioflo/pkg/DESCR N ports/devel/py-ioflo/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/23 13:27:28 Modified files: devel : Makefile Log message: +py-ioflo CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/23 13:28:08 Log message: Import py-raet-0.6.3. RAET is an asynchronous transaction based protocol using Ioflo. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20150623 N ports/net/py-raet/Makefile N ports/net/py-raet/distinfo N ports/net/py-raet/pkg/DESCR N ports/net/py-raet/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/23 13:28:39 Modified files: net : Makefile Log message: +py-raet CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/06/23 13:33:06 Modified files: regress/usr.sbin/httpd/patterns: Makefile test-patterns-lua.out Log message: Fix the optional lua patterns test with obj and different versions. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 13:33:50 Modified files: lang/erlang : Makefile.inc lang/erlang/16 : Makefile lang/erlang/17 : Makefile Log message: - move gen-versions target and related bits to Makefile.inc CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 13:41:20 Modified files: lang/erlang : Makefile.inc lang/erlang/16 : Makefile lang/erlang/17 : Makefile Log message: move configure-related bits CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/23 13:49:41 Modified files: sys/arch/alpha/alpha: locore.s Log message: In the copy(9) function, make sure to remember curproc accross the bcopy() call, instead of &curproc. The copy routine may sleep and we may resume on a different processor. This has been plaguing the alpha MULTIPROCESSOR kernels since the very beginning; it's amazing this did not cause more havoc. Joint debugging and hair pulling with dlg@ and deraadt@; ok dlg@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/23 13:50:48 Modified files: sys/arch/alpha/alpha: pmap.c Log message: Disable some of the pmap_emulate_reference() DEBUG checks if option MULTIPROCESSOR, and quote the alpha ARM to explain why; while there, make the failure messages a bit more detailed. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/23 14:13:12 Modified files: security/py-cryptography/pkg: PFRAG.no-python3 Log message: unbreak py2.7 flavour. oops, pasted in a few too many lines when I was manually fixing up the plists for multi-flavour, reported by espie CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/06/23 14:15:18 Modified files: lang/ghc : Makefile distinfo Log message: Use a fresh bootstrapper to let it build on a clean current install. While here, move homepage, master_sites and master_sites0 to https. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 14:51:58 Modified files: lang/erlang : Makefile Makefile.inc erlang.port.mk lang/erlang/16 : Makefile lang/erlang/17 : Makefile Log message: - cleanup CONFIGURE_ARGS: * use correct switch to disable jinterface and odbc and remove now bogus pre-configure target - sort gen-versions output CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/23 14:52:50 Modified files: lang/erlang : Makefile erlang.port.mk Log message: these bits weren't supposed to go in just yet CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/23 15:38:06 Modified files: net/freeradius : Makefile distinfo net/freeradius/patches: patch-raddb_radiusd_conf_in net/freeradius/pkg: PLIST-main Added files: net/freeradius/patches: patch-raddb_sites-available_default Removed files: net/freeradius/patches: patch-src_main_command_c patch-src_modules_rlm_eap_types_rlm_eap_tls_rlm_eap_tls_c patch-src_modules_rlm_otp_configure patch-src_modules_rlm_replicate_rlm_replicate_c Log message: update to freeradius-2.2.7, rolling in some patches committed upstream and removing some which are no longer needed. ok pea@ (maintainer). add a patch from upstream git (noticed after ok) fixing one of the default config files. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/23 15:55:03 Modified files: devel/py-tz : Makefile distinfo Log message: Update to py-tz-2015.4. from frantisek holop (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/23 16:00:55 Modified files: graphics/lensfun: Makefile Log message: update HOMEPAGE CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/23 16:33:35 Modified files: x11/libfm : Makefile distinfo x11/libfm/patches: patch-docs_reference_libfm_Makefile_in x11/libfm/pkg : PLIST Removed files: x11/libfm/patches: patch-src_actions_Makefile_in Log message: Update to libfm-1.2.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/23 16:34:00 Modified files: x11/pcmanfm : Makefile distinfo x11/pcmanfm/pkg: PLIST Log message: Update to pcmanfm-1.2.3. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/06/23 16:52:55 Modified files: usr.bin/sed : compile.c Log message: POSIX specifies that that multiple '!' characters preceding a function should be treated as a single negation. From FreeBSD via Liviu Daia. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/06/23 16:53:14 Modified files: regress/usr.bin/sed: Makefile Added files: regress/usr.bin/sed: negation.expected Log message: Add regress test for multiple negation characters. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/06/23 19:49:19 Modified files: usr.bin/ssh : uidswap.c Log message: Revert previous commit. We still want to call setgroups in the case where there are zero groups to remove any that we might otherwise inherit (as pointed out by grawity at gmail.com) and since the 2nd argument to setgroups is always a static global it's always valid to dereference in this case. ok deraadt@ djm@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/06/23 21:04:10 Modified files: net/mirall : Makefile Log message: point mirall to system wide ignore list CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/06/23 21:38:51 Modified files: bin/systrace : register.c Log message: Apply normal handling to atfd+path args to chflagsat(2) Problem noted by patrick keshishian (sidster (at) boxsoft.com) ok deraadt@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/06/23 21:42:08 Modified files: sys/kern : init_main.c Log message: reenable the pool gc task. the problems it tickled by working outside the biglock on archs with mutex and clock interaction have been fixed, as evidenced by the softnet taskq. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/06/23 22:34:31 Modified files: usr.sbin/npppd/npppd: npppd.conf.5 Log message: Mention that pipex should be also configured by sysctl. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/06/23 22:45:20 Modified files: usr.sbin/npppd/npppd: chap.c lcp.c Log message: Improve and fix typo in the comment. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/06/23 22:57:55 Modified files: usr.sbin/npppd/npppd: npppd.c Log message: Use the return value of event_loop() properly. Also abort(3) if event_loop() returns abnormally which is unexpected. diff from Yuuichi Someya CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/23 23:18:19 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/06/23 23:20:16 Modified files: usr.sbin/npppd/l2tp: l2tp.h l2tp_call.c l2tp_ctrl.c Log message: Fix npppd to terminate all PPP sessions properly even in case the sending window for L2TP control is full when the control is terminating (by a L2TP keepalive failure or other reasons). In that case, if the L2TP peer didn't respond at all, npppd had kept some PPP sessions forever. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/24 00:25:43 Modified files: devel/py-ioflo : Makefile distinfo Log message: Update to py-ioflo-1.3.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/24 00:27:49 ports/x11/libfm/core Update of /cvs/ports/x11/libfm/core In directory cvs.openbsd.org:/tmp/cvs-serv23161/core Log Message: Directory /cvs/ports/x11/libfm/core added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/24 00:27:49 ports/x11/libfm/extra Update of /cvs/ports/x11/libfm/extra In directory cvs.openbsd.org:/tmp/cvs-serv23161/extra Log Message: Directory /cvs/ports/x11/libfm/extra added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/24 00:28:05 ports/x11/libfm/core/pkg Update of /cvs/ports/x11/libfm/core/pkg In directory cvs.openbsd.org:/tmp/cvs-serv12613/core/pkg Log Message: Directory /cvs/ports/x11/libfm/core/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/24 00:28:05 ports/x11/libfm/extra/pkg Update of /cvs/ports/x11/libfm/extra/pkg In directory cvs.openbsd.org:/tmp/cvs-serv12613/extra/pkg Log Message: Directory /cvs/ports/x11/libfm/extra/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/24 00:28:05 ports/x11/libfm/core/patches Update of /cvs/ports/x11/libfm/core/patches In directory cvs.openbsd.org:/tmp/cvs-serv12613/core/patches Log Message: Directory /cvs/ports/x11/libfm/core/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/24 00:39:03 Modified files: devel/cmake : Makefile cmake.port.mk devel/cmake/patches: patch-Modules_CMakeDetermineJavaCompiler_cmake patch-Modules_FindJNI_cmake patch-Modules_FindJava_cmake Log message: jdk-1.8 bits for CMake CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/24 00:48:53 Modified files: lang/erlang : erlang.port.mk Log message: - rework the erlang module to be version aware; defaults to using erlang 16. - if a port needs erlang 17, set MODERL_VERSION=17 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/24 00:49:05 Modified files: lang/erlang : Makefile Log message: hookup erlang-17 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/24 00:50:19 Modified files: benchmarks/tsung: Makefile databases/apache-couchdb: Makefile databases/riak : Makefile net/ejabberd : Makefile net/rabbitmq : Makefile www/yaws : Makefile Log message: switch to using the erlang module CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/24 00:52:15 Added files: x11/libfm : Makefile.inc x11/libfm/core : Makefile distinfo x11/libfm/core/patches: patch-docs_reference_libfm_Makefile_in x11/libfm/core/pkg: DESCR PLIST x11/libfm/extra: Makefile distinfo x11/libfm/extra/pkg: DESCR PLIST Removed files: x11/libfm : Makefile distinfo Log message: Split libfm into core and extra to prevent a circular dependency with an upcoming menu-cache update. It's not really possible to subpackage this which is not really an issue as libfm-extra is very fast to build. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/24 00:52:46 Added files: x11/libfm : Makefile Log message: Missed in previous. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/24 00:53:08 Modified files: lang/elixir : Makefile distinfo lang/elixir/pkg: PLIST Log message: - long overdue update to elixir-1.0.4 - switch to using erlang module CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/24 00:53:24 Modified files: x11/menu-cache : Makefile distinfo x11/menu-cache/patches: patch-docs_reference_libmenu-cache_Makefile_in x11/menu-cache/pkg: PLIST Log message: Update to menu-cache-1.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/24 00:53:54 Modified files: x11/pcmanfm : Makefile x11/pcmanfm/pkg: PLIST Log message: Fix DEPENDS after the libfm split. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/24 00:59:57 Modified files: devel/ruby-gems: Makefile distinfo devel/ruby-gems/pkg: PLIST Log message: update to ruby-gems-1.8.24 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/24 01:00:33 Modified files: devel : Makefile Log message: -ruby-term-ansicolor CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/24 01:01:43 Removed files: devel/ruby-term-ansicolor: Makefile distinfo devel/ruby-term-ansicolor/pkg: DESCR PLIST Log message: remove ruby-term-ansicolor; unused and hasn't been updated in 6 years upstream is active so there's obviously no interest in keeping this as a port ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/24 01:02:27 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register ruby-term-ansicolor removal CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/24 01:07:22 Modified files: devel/ruby-ref : Makefile distinfo devel/ruby-ref/pkg: PLIST Log message: update to ref-1.0.5 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/24 01:08:28 Modified files: devel/ruby-flexmock: Makefile distinfo devel/ruby-flexmock/pkg: PLIST Log message: update to flexmock-1.3.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/24 01:11:03 Modified files: devel/ruby-rr : Makefile distinfo devel/ruby-rr/pkg: PLIST Log message: update to rr-1.1.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/24 01:17:41 Modified files: databases/ruby-hiera-eyaml: Makefile Log message: tighten dependencies CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/06/24 01:18:13 Modified files: sys/arch/amd64/include: pmap.h Log message: Remove a couple of unused and old #defines that discussed phys and virt address widths in 1st-gen amd64 cpus. ok kettenis, deraadt, guenther CVSROOT: /cvs Module name: www Changes by: gilles@cvs.openbsd.org 2015/06/24 01:20:24 Added files: opensmtpd/announces: libasr-1.0.0.txt libasr-1.0.1.txt libasr-1.0.2.txt release-5.4.4.txt release-5.4.5.txt release-5.4.6.txt Log message: missing announces CVSROOT: /cvs Module name: www Changes by: gilles@cvs.openbsd.org 2015/06/24 01:22:05 www/opensmtpd/presentations Update of /cvs/www/opensmtpd/presentations In directory cvs.openbsd.org:/tmp/cvs-serv13490/presentations Log Message: Directory /cvs/www/opensmtpd/presentations added to the repository CVSROOT: /cvs Module name: www Changes by: gilles@cvs.openbsd.org 2015/06/24 01:22:17 www/opensmtpd/presentations/asiabsdcon2013-smtpd Update of /cvs/www/opensmtpd/presentations/asiabsdcon2013-smtpd In directory cvs.openbsd.org:/tmp/cvs-serv7073/presentations/asiabsdcon2013-smtpd Log Message: Directory /cvs/www/opensmtpd/presentations/asiabsdcon2013-smtpd added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/24 01:23:04 Modified files: mail/mimedefang: Makefile distinfo Removed files: mail/mimedefang/patches: patch-mimedefang_pl_in Log message: Update to mimedefang-2.78. CVSROOT: /cvs Module name: www Changes by: gilles@cvs.openbsd.org 2015/06/24 01:23:27 Modified files: opensmtpd : aliases.5.html forward.5.html index.html makemap.8.html newaliases.8.html papers.html portable.html security.html sendmail.8.html smtpctl.8.html smtpd.8.html smtpd.conf.5.html table.5.html Added files: opensmtpd : donations.html opensmtpd/presentations/asiabsdcon2013-smtpd: deck.js display-latex2.user.js index.html jquery-1.7.2.min.js jquery.svg.min.js jquery.svganim.min.js logo.jpg modernizr.custom.js smtp_bouncea.svg smtp_generala.svg smtpd_bouncinga.svg smtpd_enqueueing_0a.svg smtpd_enqueueing_1a.svg smtpd_enqueueing_2a.svg smtpd_enqueueing_3a.svg smtpd_expanda.svg smtpd_layout.svg smtpd_schedulinga.svg style.css Log message: update CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/24 01:24:00 Modified files: graphics/ruby-rmagick: Makefile distinfo graphics/ruby-rmagick/pkg: PLIST Log message: - update to rmagick-2.15.2 - enable tests CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/24 01:24:36 Modified files: sysutils/ruby-directory_watcher: Makefile distinfo sysutils/ruby-directory_watcher/pkg: PLIST Log message: update to directory_watcher-1.5.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/24 01:26:05 Modified files: www/epiphany : Makefile distinfo Log message: update to epiphany-3.16.2 CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/06/24 01:34:59 Modified files: infrastructure/templates: network.conf.template Log message: Update Packetstorm mirrors. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/24 02:02:56 ports/devel/cryptopp/files Update of /cvs/ports/devel/cryptopp/files In directory cvs.openbsd.org:/tmp/cvs-serv21111/files Log Message: Directory /cvs/ports/devel/cryptopp/files added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/06/24 02:32:39 Modified files: sys/dev/pci/drm: drm_linux.h sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_gem.c i915_irq.c intel_display.c intel_dp.c intel_drv.h intel_pm.c Log message: Introduce Linux work queue APIs and use them. As a side-effect, this will move some of the work from the system task queue to the driver-specific task queue. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/24 03:19:49 Modified files: devel/cryptopp : Makefile devel/cryptopp/patches: patch-config_h devel/cryptopp/pkg: PLIST Added files: devel/cryptopp/files: cryptopp.pc Log message: - Disable SSE2 on !amd64 - Add a pkg-config file From Fedora CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/24 03:40:55 Modified files: sys/arch/armv7/imx: imxenet.c sys/arch/armv7/omap: if_cpsw.c sys/arch/armv7/sunxi: sxie.c sys/arch/macppc/dev: if_bm.c if_mc.c sys/arch/octeon/dev: cn30xxgmx.c sys/arch/sgi/dev: if_iec.c if_mec.c sys/arch/sgi/hpc: if_sq.c sys/arch/socppc/dev: if_tsec.c sys/arch/sparc/dev: be.c hme.c if_ie.c qe.c sys/arch/sparc64/dev: vnet.c sys/arch/vax/if: if_de.c sgec.c sys/dev/ic : aic6915.c dc.c dp8390.c elink3.c fxp.c gem.c hme.c i82596.c if_wi.c lance.c lemac.c mtd8xx.c re.c rtl81x9.c smc83c170.c smc91cxx.c ti.c xl.c sys/dev/isa : if_ef_isapnp.c if_eg.c if_el.c if_ex.c if_ie.c sys/dev/pci : if_age.c if_alc.c if_ale.c if_bce.c if_bge.c if_bnx.c if_cas.c if_de.c if_em.c if_et.c if_ix.c if_ixgb.c if_jme.c if_lge.c if_lii.c if_msk.c if_myx.c if_nep.c if_nfe.c if_nge.c if_oce.c if_pcn.c if_se.c if_sis.c if_sk.c if_ste.c if_stge.c if_tht.c if_tl.c if_txp.c if_vge.c if_vic.c if_vio.c if_vmx.c if_vr.c if_vte.c if_wb.c if_xge.c sys/dev/pcmcia : if_cnw.c if_malo.c if_xe.c sys/dev/sbus : be.c qe.c sys/dev/usb : if_atu.c if_aue.c if_axe.c if_axen.c if_cdce.c if_cdcef.c if_cue.c if_kue.c if_mos.c if_smsc.c if_udav.c if_ugl.c if_upl.c if_url.c if_urndis.c sys/net : if.c if_bridge.c if_trunk.c if_tun.c if_vlan.c if_vxlan.c sys/net80211 : ieee80211_input.c sys/netinet : ip_carp.c Log message: Increment if_ipackets in if_input(). Note that pseudo-drivers not using if_input() are not affected by this conversion. ok mikeb@, kettenis@, claudio@, dlg@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/24 03:41:33 Modified files: devel/cryptopp : Makefile devel/cryptopp/patches: patch-config_h Log message: Revert SSE2 disabling on !amd64: it's not necessary with cryptopp>=5.6.1 and we're at 5.6.2... Grrr :( CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/06/24 03:44:18 Modified files: lib/libssl/src/ssl: bs_cbs.c s3_clnt.c Log message: Stop using BUF_memdup() within the LibreSSL code base - it is correctly spelt malloc+memcpy, which is what is used in all except two places. ok deraadt@ doug@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/24 03:56:51 Modified files: sys/net : if.c Log message: Stop garbgage collecting mbufs from the ARP, IPv4 and IPv6 queues when an interface is destroyed or removed. Since the introduction of ph_ifidx, as soon as a mbuf with an invalid interface index is dequeued it will be freed. ok claudio@, dlg@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/06/24 04:05:14 Modified files: lib/libssl/src/crypto/buffer: buffer.h Log message: Put BUF_memdup() and BUF_reverse() under #ifndef LIBRESSL_INTERNAL. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/06/24 04:09:32 Modified files: usr.sbin/npppd/npppd: npppd.conf.5 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/24 05:31:04 Modified files: sys/dev/usb : usbdevs Log message: SuperTop IDE bridge from frantisek holop. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/24 05:31:49 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/24 05:32:37 Modified files: sys/dev/usb : umass_quirks.c Log message: Quirk needed for SuperTop IDE bridge from frantisek holop. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/24 05:58:06 Modified files: sys/arch/macppc/dev: adb.c macgpio.c macintr.c openpic.c xlights.c sys/arch/powerpc/include: intr.h sys/arch/socppc/dev: ipic.c Log message: IPL_MPSAFE bits for macppc with openpic(4). CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/24 08:09:32 Modified files: sys/arch/macppc/macppc: ofw_machdep.c Log message: Do not quiesce the firmware on Quad G5 to let it manage the fans. This also unbreak "bsd -cd" on such machine since we use OpenFirmware's input at this stage of the boot process. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/24 08:11:56 Modified files: textproc/elasticsearch: Tag: OPENBSD_5_7 Makefile distinfo textproc/elasticsearch/pkg: Tag: OPENBSD_5_7 PLIST Log message: security update to 1.4.5 addressing CVE-2015-3337 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/24 09:19:41 ports/www/ruby-rack/patches Update of /cvs/ports/www/ruby-rack/patches In directory cvs.openbsd.org:/tmp/cvs-serv21309/patches Log Message: Directory /cvs/ports/www/ruby-rack/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/06/24 09:56:26 Modified files: www/ruby-rack : Makefile distinfo www/ruby-rack/pkg: PLIST Log message: Update to rack 1.6.2, fixing CVE-2015-3225, Potential Denial of Service Vulnerability in Rack. OK jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/24 10:00:21 Modified files: www/ruby-rack : Tag: OPENBSD_5_7 Makefile Added files: www/ruby-rack/patches: Tag: OPENBSD_5_7 patch-lib_rack_utils_rb Log message: security fix for cve-2015-3225, Potential Denial of Service Vulnerability in Rack ok jeremy@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2015/06/24 10:39:29 Modified files: security/lynis : Makefile distinfo Log message: Update for Lynis to 2.1.0: https://github.com/CISOfy/Lynis/blob/master/CHANGELOG OK benoit@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/24 10:52:52 Modified files: sys/arch/sgi/xbow: xbridge.c Log message: Attempt to explain how this device works. Based upon a private mail I wrote 6 years ago when asked about this. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/06/24 11:59:42 Modified files: sys/dev/pci/drm: drm_linux.h sys/dev/pci/drm/i915: i915_drv.h i915_gem.c intel_display.c intel_pm.c intel_ringbuffer.c Log message: Linux jiffies and OpenBSD ticks are the same thing. ok jsg@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/24 12:41:58 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: fauls -> faults CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/06/24 13:01:51 Modified files: sys/dev/pci/drm: drm_linux.h Log message: #undef HZ before defining it such that compiling a kernel with -DHZ=xxx works. CVSROOT: /cvs Module name: xenocara Changes by: kettenis@cvs.openbsd.org 2015/06/24 13:26:20 Modified files: lib/libpciaccess/src: openbsd_pci.c Log message: Attempt to establish a write combining mapping instead of relying on mttrs. Setting the mttrs failson my thinkpad x1 rev 3, making the xorg-video-vesa driver painfully slow. This makes the machine somewhat usable. ok mpi@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/24 14:17:28 Modified files: sys/dev/usb : uvideo.c Log message: Allow uvideo_mmap_queue() to fail gracefully when the mmap queue is full; found the hard way by sebastia@ four years ago, and I'd been sitting on that diff since. The initial diff was more aggressive and would free the mmap queue upon error, but jakemsr@ had objections against this behaviour; this diff only fails gracefully instead of panic'ing. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/06/24 14:28:42 Modified files: devel/fossil : Makefile distinfo devel/fossil/patches: patch-auto_def patch-src_main_mk patch-src_shell_c Removed files: devel/fossil/patches: patch-src_http_c Log message: Update fossil to 1.33. Changes available here: https://www.fossil-scm.org/download.html CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/24 14:50:39 Modified files: sys/arch/amd64/amd64: db_disasm.c sys/arch/i386/i386: db_disasm.c Log message: Uninitialized variables; pedro@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/24 15:26:04 Modified files: sys/arch/arm/include: pmap.h Log message: Remove unused KERNEL_PD_SIZE macro which performs unsafe signed shift of KERNEL_BASE. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/24 15:35:01 Modified files: sys/arch/armish/include: vmparam.h sys/arch/armv7/include: vmparam.h sys/arch/zaurus/include: vmparam.h Log message: Make ARM_KERNEL_BASE explicitely unsigned CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/06/24 17:47:23 Modified files: usr.bin/ssh : krl.c Log message: correct test to sshkey_sign(); spotted by Albert S. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/06/24 18:53:19 Modified files: sys/arch/sparc64/sparc64: lock_machdep.c Log message: fix format string in MP_LOCKDEBUG code CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/06/24 18:58:49 Modified files: sys/arch/amd64/amd64: lock_machdep.c Log message: you need to include ddb/db_output.h so you know how to call db_printf inside MP_LOCKDEBUG. CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2015/06/24 20:04:08 Modified files: bin/ls : ls.c bin/chmod : chmod.c usr.bin/compress: main.c usr.bin/du : du.c usr.bin/grep : util.c Log message: Put fts_close() where missing. Not bugs in short-lived commands that call exit() -> _exit() immediately, but for idempotency. Originally found in ls(1) by Valgrind. Changes for other commands are from deraadt@. Reviewed by me, tested in snapshots. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/06/24 20:25:33 Modified files: usr.sbin/npppd/npppd: lcp.c Log message: Reset the LCP option state for dialin-proxy only if re-negotiation is enabled. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/06/24 20:32:48 Modified files: usr.sbin/npppd/npppd: lcp.c Log message: Fixed a use-after-free. When handing the L2TP Proxy-LCP, a timer was used to open LCP. If the PPP session is terminated before the timer fires, the timer had been fired with the freed context. Stop using the timer to open LCP. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/24 21:27:23 Modified files: audio/libxmp : Makefile distinfo Log message: Maintenance update to 4.3.9 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/24 23:57:53 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.279. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/25 00:19:29 Modified files: devel/py-ioflo : Makefile distinfo Log message: Update to py-ioflo-1.3.6. CVSROOT: /cvs Module name: ports Changes by: uebayasi@cvs.openbsd.org 2015/06/25 00:26:05 Modified files: devel/valgrind : Makefile distinfo Log message: Update devel/valgrind to 3.10.1p4, merging valgrind-openbsd 20150625 release. - Fix (work-around) more signal assertions. - Properly replace string functions in memcheck to suppress memory read errors. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/06/25 00:40:04 Modified files: archivers/ruby-minitar: Makefile Log message: Use my openbsd.org e-mail address as in all the other ports CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/06/25 00:43:46 Modified files: sys/arch/luna88k/cbus: nec86hw.c sys/dev : audio.c audio_if.h mulaw.c mulaw.h sys/dev/isa : ad1848.c ess.c sbdsp.c sys/dev/pci : envy.c sys/sys : audioio.h conf.h Log message: Reimplement the audio driver in a simpler way, removing unused/unusable functionality. Same API and ABI except for the removed bits and no behaviour change for programs using libsndio. With help from armani@ and mpi@, thanks. CVSROOT: /cvs Module name: ports Changes by: uebayasi@cvs.openbsd.org 2015/06/25 00:50:15 Modified files: devel/valgrind : Makefile Added files: devel/valgrind/patches: patch-coregrind_m_signals_c Log message: Update devel/valgrind to 3.10.1p5. - More signal assertion changes missed in p4. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 00:56:06 Modified files: sysutils/ruby-facter: Makefile Log message: set PORTROACH to limit to 2.x, for > 2 is the c++-based cfacter CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 01:06:03 Modified files: devel/py-algorithm-munkres: Makefile distinfo Log message: update to py-algorithm-munkres-1.0.7 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 01:37:00 Modified files: devel/yaml-cpp : Makefile distinfo Log message: project moved to github; regen distinfo using new tarball CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/25 02:28:58 Modified files: www/tidyp : Makefile Added files: www/tidyp/patches: patch-src_lexer_c Log message: add a patch for https://github.com/htacg/tidy-html5/issues/217, a heap-buffer overflow which also affects tidyp CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/25 02:46:49 Modified files: net/openvpn : Makefile distinfo net/openvpn/patches: patch-Makefile_in patch-configure patch-include_Makefile_in patch-src_openvpn_tun_c Log message: update to openvpn-2.3.7 https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/25 02:56:33 Modified files: sys/arch/macppc/dev: openpic.c Log message: Use a single event counter for IPIs like other archs do. Even if this counter is subject to trashing it is a simple solution and gives an proximation "good enough" of the number of IPIs on Quad CPUs machine. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/25 03:10:15 Modified files: sys/net : if.c if_ethersubr.c Log message: Check for correct rdomain in if_output() rather than in ether_output(). Not all drivers make use of ether_output() and there's no real reason to call it when no ARP resolution is needed. But in this case we still want to make sure we're sending packets in the correct rdomain. ok bluhm@, claudio@ as part of a larger diff. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/25 03:20:20 Modified files: sys/net : if.c if_bridge.c if_ethersubr.c sys/sys : mbuf.h Log message: Move brige(4)'s output hook outside of ether_output(). This fix some weird bridge(4) configurations involving pseudo-drivers stacked on top of interfaces in a bridge. Also simplifies the loop prevention logic to match bridge's input path. Instead of using a tag per port/bridge simply flag output mbufs to make sure only one copy per bridge go through bridge_output(). ok bluhm@, claudio@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/25 03:22:36 Modified files: sys/net : if_ethersubr.c Log message: No more NBRIDGE in the Ethernet layer. Fewer layer violation, say yeah! CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/25 03:25:09 Modified files: share/man/man9 : mbuf_tags.9 Log message: PACKET_TAG_BRIDGE is gone. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 03:27:39 ports/devel/rebar/patches Update of /cvs/ports/devel/rebar/patches In directory cvs.openbsd.org:/tmp/cvs-serv13704/patches Log Message: Directory /cvs/ports/devel/rebar/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/25 03:33:37 Log message: Import p5-Canary-Stability, new dependency for an upcoming update to p5-EV-4.20 From Mark Patruck (mark AT wrapped DOT cx) ok benoit@, sthen@ Status: Vendor Tag: dcoppa Release Tags: dcoppa_20150625 N ports/devel/p5-Canary-Stability/distinfo N ports/devel/p5-Canary-Stability/Makefile N ports/devel/p5-Canary-Stability/pkg/DESCR N ports/devel/p5-Canary-Stability/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/25 03:38:00 Modified files: sys/net : if_bridge.c Log message: Properly deliver broadcast-like packets to the network stack. In bridge(4) speak, broadcast-like packets are Ethernet Multicast frames or Unicast for which the destination is unknown. It makes sense to not retransmit broadcast-like packets on the interface they were received but they still must be delivered to the network stack. Problem reported by and ok jasper@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/25 03:39:07 Modified files: devel : Makefile Log message: hook p5-Canary-Stability CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/25 03:56:15 Modified files: devel/p5-EV : Makefile distinfo Removed files: devel/p5-EV/patches: patch-libev_ev_c Log message: Update to p5-EV-4.20 From Mark Patruck (mark AT wrapped DOT cx) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 04:02:43 ports/lang/elixir/patches Update of /cvs/ports/lang/elixir/patches In directory cvs.openbsd.org:/tmp/cvs-serv6278/patches Log Message: Directory /cvs/ports/lang/elixir/patches added to the repository CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/06/25 04:18:05 Modified files: faq : current.html Log message: add information about the PHP release version bump (5.5->5.6). since most PHP users on OpenBSD will now be using php-fpm, specifically call out the fact that php-fpm won't automatically switch to the 5.6 version CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/06/25 04:18:56 Modified files: share/man/man4 : pfsync.4 Log message: pfsync and ipsec do not currently work; from lukasz czarniecki i've chosen to comment out the pertinent text rather than remove it... confirmation/ok dlg CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/06/25 04:27:05 Modified files: net/tor : Makefile net/tor/pkg : tor.rc Log message: In some situations, it is desirable to start multiple tor instances on the same machine. While this is of course done outside the rc.subr(8) framework, the package's rc.d(8) script should not interfere with these instances. Require exact pexp matches in order to achieve this. Patch by "nusenu", developer of ansible-relayor, tested by me in various situations. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 04:51:31 Modified files: devel/ipython : Makefile Added files: devel/ipython/patches: patch-IPython_html_base_handlers_py Log message: Security fix for CVE-2015-4707, IPython XSS in JSON error responses ok edd@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2015/06/25 04:56:00 Modified files: sys/arch/octeon/octeon: machdep.c Log message: Re-enable memory above 256mb now that uvm_pmr_get1page() has been fixed. From Visa Hankala. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/06/25 05:12:46 Modified files: faq : current.html Log message: additional note for PHP; 5.6 now verifies client SSL certs when making a connection, so you may need to copy /etc/ssl/cert.pem into the chroot jail. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/06/25 05:36:20 Modified files: faq : current.html Log message: expand php note about SSL/TLS client connections, and link to upstream's migration guide. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 05:38:07 Modified files: devel/ipython : Tag: OPENBSD_5_7 Makefile Added files: devel/ipython/patches: Tag: OPENBSD_5_7 patch-IPython_html_base_handlers_py Log message: Security fix for CVE-2015-4707, IPython XSS in JSON error responses ok edd@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/06/25 05:40:08 Modified files: lang/ghc : Makefile Log message: bump -doc subpackage due to HOMEPAGE change CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/25 06:00:25 Modified files: mail/roundcubemail: Makefile Added files: mail/roundcubemail/patches: patch-program_lib_Roundcube_bootstrap_php Log message: Roundcube forces its own error_reporting options; adjust the mask to avoid reporting E_DEPRECATED messages as there is a deprecation warning with Net_SMTP that is unfixed upstream resulting in a lot of noise in roundcube's error log for each sent message. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 06:09:06 Modified files: www/tidyp : Tag: OPENBSD_5_7 Makefile Added files: www/tidyp/patches: Tag: OPENBSD_5_7 patch-src_lexer_c Log message: add a patch for https://github.com/htacg/tidy-html5/issues/217, a heap-buffer overflow which also affects tidyp CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/25 07:00:58 Modified files: x11/eterm : Makefile distinfo x11/eterm/patches: patch-doc_Makefile_in patch-src_Makefile_in Removed files: x11/eterm/patches: patch-configure_in patch-src_command_c patch-src_system_c Log message: Update to eterm-0.9.6. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 07:16:08 Modified files: lang/erlang : Makefile.inc lang/erlang/16 : Makefile lang/erlang/16/pkg: PFRAG.shared PLIST lang/erlang/17 : Makefile lang/erlang/17/pkg: PFRAG.shared PLIST Added files: lang/erlang/16/patches: patch-erts_etc_common_escript_c patch-make_install_bin lang/erlang/17/patches: patch-erts_etc_common_escript_c patch-make_install_bin Log message: - de-conflict erlang versions so they can be installed along-side * erlang now gets installed into lib/erlang${MAJOR}/ and binaries get a ${MAJOR} suffix CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 07:16:51 Modified files: lang/erlang : erlang.port.mk Log message: handle multiple erlang versions and add extra handling for rebar/erl/erlc/escript CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 07:17:56 Modified files: security/erl-bcrypt: Makefile security/erl-bcrypt/pkg: PLIST www/erl-mochiweb: Makefile www/erl-mochiweb/pkg: PLIST Log message: - install into MODERL_LIBROOT - bump CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 07:18:41 Modified files: devel/rebar : Makefile devel/rebar/pkg: PLIST Added files: devel/rebar/patches: patch-bootstrap patch-src_rebar_escripter_erl Log message: add erlang version suffix to binary name so both flavors can be installed alongside CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 07:20:04 Modified files: databases/apache-couchdb: Makefile Log message: adjust erlang include path CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 07:20:44 Modified files: net/ejabberd : Makefile Log message: pass ERL/ERLC to configure to pickup the right versioned binary CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 07:21:55 Modified files: databases/riak : Makefile databases/riak/pkg: PLIST Log message: use devel/rebar instead of bundled copy CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 07:23:19 Modified files: lang/elixir : Makefile Added files: lang/elixir/patches: patch-bin_elixir Log message: use versioned erl CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 07:28:59 Modified files: benchmarks/tsung: Makefile benchmarks/tsung/pkg: PLIST Added files: benchmarks/tsung/patches: patch-tsung-recorder_sh_in patch-tsung_sh_in Log message: pickup correct erl/erlc CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 07:32:19 ports/lang/erlang/18 Update of /cvs/ports/lang/erlang/18 In directory cvs.openbsd.org:/tmp/cvs-serv23414/18 Log Message: Directory /cvs/ports/lang/erlang/18 added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 07:32:19 ports/lang/erlang/18/patches Update of /cvs/ports/lang/erlang/18/patches In directory cvs.openbsd.org:/tmp/cvs-serv23414/18/patches Log Message: Directory /cvs/ports/lang/erlang/18/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 07:32:19 ports/lang/erlang/18/pkg Update of /cvs/ports/lang/erlang/18/pkg In directory cvs.openbsd.org:/tmp/cvs-serv23414/18/pkg Log Message: Directory /cvs/ports/lang/erlang/18/pkg added to the repository CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/06/25 07:33:25 Modified files: usr.sbin/pkg_add/OpenBSD/PackageRepository: Installed.pm Log message: use machine_architecture (arch -s) when assembling PKG_PATHs using %m or %a, fixes these variables with arch like powerpc where this differs from "uname -m". reported by/ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 07:34:23 Modified files: lang/erlang : erlang.port.mk benchmarks/tsung: Makefile net/ejabberd : Makefile Log message: define MODERL_{ERL,ERLC} as shortcuts to the versioned binaries CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 07:35:21 Modified files: lang/erlang : erlang.port.mk Log message: whitespace CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2015/06/25 07:47:26 Log message: Import xalan-j, a depenancy for jtreg. Xalan-Java is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. It implements XSL Transformations (XSLT) Version 1.0 and XML Path Language (XPath) Version 1.0 and can be used from the command line, in an applet or a servlet, or as a module in other program. From Bryan Everly (bryan AT bceassociates DOT com) Status: Vendor Tag: kurt Release Tags: kurt_20150625 N ports/textproc/xalan-j/Makefile N ports/textproc/xalan-j/distinfo N ports/textproc/xalan-j/pkg/DESCR N ports/textproc/xalan-j/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/25 07:50:52 Modified files: net/unifi : Makefile distinfo net/unifi/patches: patch-unifi_sh_api net/unifi/pkg : PLIST Log message: update to unifi-4.6.3 Upstream has changed from providing a .war file to providing an unpackaged webroot instead, so this won't upgrade cleanly. First pkg_delete unifi, then rm -rf /usr/local/share/unifi/webapps/ROOT, then install. We can't provide built packages of this port anyway, so this is relatively low impact. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/25 08:03:31 Modified files: textproc/xalan-j: Makefile Log message: Use tabs. Simplify. No pkg change. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 08:28:33 Modified files: devel/rebar : Makefile Log message: make sure elixir gets the right version CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/25 08:43:54 Modified files: databases/freetds: Makefile distinfo Log message: Update to freetds-0.95.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/25 08:44:23 Modified files: audio/speech-dispatcher: Makefile distinfo audio/speech-dispatcher/patches: patch-src_server_speechd_h audio/speech-dispatcher/pkg: PLIST Removed files: audio/speech-dispatcher/patches: patch-src_modules_festival_c Log message: Update to speech-dispatcher-0.8.3. CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2015/06/25 08:44:30 Modified files: security/stunnel: Makefile distinfo security/stunnel/patches: patch-Makefile_in patch-src_ssl_c patch-tools_stunnel_conf-sample_in security/stunnel/pkg: MESSAGE Added files: security/stunnel/patches: patch-src_options_c patch-src_verify_c Log message: - update to 3.19; - switch threading model to pthread since that it is the default process model in stunnel; - fix stunnel.pem path in pkg/MESSAGE; - add patches to make it build with libressl; - fix some hardcoding paths in tools/stunnel.conf-sample.in. Tweaks and Feedback: jca@ yasuoka@ jasper@ brad@ and Markus Lude, thanks ! tested by yasuoka@ and Markus Lude on @sparc64(markus's tests against 3.18 version, but no many changes to 3.19, assuming that should work too...)... full changelog at: https://www.stunnel.org/sdf_ChangeLog.html CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 09:06:33 Modified files: lang/erlang/16 : Makefile lang/erlang/16/pkg: PLIST lang/erlang/17 : Makefile lang/erlang/17/pkg: PLIST Log message: add missing @mandir annotation CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2015/06/25 09:17:05 Modified files: www/moinmoin : Makefile distinfo www/moinmoin/pkg: PLIST Log message: update moinmoin to 1.9.8. ok benoit@ aja@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2015/06/25 10:24:40 Modified files: textproc : Makefile Log message: Add xalan-j to build. okay ajacoutot@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/25 12:08:53 Modified files: sys/arch/macppc/pci: ht.c Log message: OF_getprop() returns an int, so comparing its return value against sizeof casts it to unsigned, and we need to also check for negative values. All users of OF_getprop() did this but that one. ok mpi@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/25 12:35:48 Modified files: sys/dev/pci : if_de.c if_devar.h Log message: Ensure the setup block is DMA reachable. tested by reyk, mlarkin, others CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 12:50:10 Modified files: textproc/ruby-fast-stemmer: Makefile distinfo textproc/ruby-fast-stemmer/pkg: PLIST Log message: update to fast-stemmer-1.0.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 12:53:07 Modified files: textproc/ruby-hpricot: Makefile distinfo textproc/ruby-hpricot/pkg: PLIST Log message: update to hpricot-0.8.6 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/25 12:54:51 Modified files: www/ruby-rack-test: Makefile distinfo Log message: update to rack-test-0.6.3 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/06/25 13:29:57 Modified files: regress/sys/kern/sosplice: Remote.pm regress/sys/net/pf_divert: Remote.pm regress/usr.sbin/relayd: Remote.pm Log message: Align the three variants of Remote.pm. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2015/06/25 14:04:15 Modified files: textproc/xalan-j: Makefile Log message: Set WRKDIST and eliminate ARCHIVE_DIR. okay ajacoutot@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/06/25 14:05:11 Modified files: sys/dev/isa : gus.c gusvar.h Log message: Cards with revision < 10 (qemu rev is 0), have no ad1848 chip and don't attach the ad1848 driver. But the "malloc" method of gus_hw_if is ad1848_malloc() which assumes a ad1848 is attached (and expect the softc pointer to be a struct ad1848_softc, but get a gus_softc pointer instead). Implement, the missing gus_{malloc,free,mappage,...} routines. Add the missing mtx_{enter,leave} calls, as we're at it. Found by mlarkin. ok mlarkin CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/25 14:47:27 Modified files: net/librenms : Makefile distinfo net/librenms/patches: patch-daily_sh patch-html_install_php patch-includes_defaults_inc_php patch-includes_definitions_inc_php patch-poller-wrapper_py net/librenms/pkg: PLIST Log message: update to a librenms checkout from today CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/06/25 15:45:59 Modified files: archivers : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm sysutils : Makefile Removed files: archivers/star : Makefile distinfo archivers/star/patches: patch-RULES_rules_cnf patch-include_schily_dlfcn_h patch-rmt_rmt_1 archivers/star/pkg: DESCR PLIST sysutils/sdd : Makefile distinfo sysutils/sdd/patches: patch-RULES_i386-openbsd-cc_rul patch-RULES_mk-gmake_id patch-RULES_rules_cnf patch-conf_configure patch-include_schily_h patch-libschily_stdio_fgetline_c sysutils/sdd/pkg: DESCR PLIST Log message: remove some obsolete/useless/crufty schilyware ok sthen@ ajacoutot@ dcoppa@ ian@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/06/25 15:51:31 Modified files: infrastructure/templates: network.conf.template Log message: remove MASTER_SITE_BERLIOS, unused and the site is dead CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/25 16:57:36 Modified files: www/vimb : Makefile distinfo www/vimb/patches: patch-Makefile patch-tests_Makefile www/vimb/pkg : PLIST Added files: www/vimb/patches: patch-config_mk patch-src_Makefile Log message: Update to 2.10 -- tweaks from czarkoff@, who also send most of the patches upstream. ok czarkoff@ semarie@ (on an earlier version) CVSROOT: /cvs Module name: www Changes by: bentley@cvs.openbsd.org 2015/06/25 19:25:10 Modified files: build : pkg-stable.html.head pkg-stable.html.tail pkg-stable.prev.html.head hp300 : domain.commands.html hp300faq.html serialconsole.html libressl : goals.html papers.html releases.html openbgpd : goals.html manual.html papers.html users.html opencvs : goals.html manual.html press.html openntpd : features.html goals.html manual.html papers.html opensmtpd : donations.html errata.html goals.html list.html manual.html papers.html portable.html report.html security.html opensmtpd/faq : config.html filter.html index.html macros.html options.html openssh : faq.html features.html goals.html gsoc.html history.html java.html list.html macos.html manual.html openbsd.html palmos.html press.html report.html security.html specs.html tshirts.html unix.html users.html windows.html openssh/ssh-dispute: index.html openssh/usage : graphs.html index.html papers : index.html portsplus : 200101.html 200102.html 200103.html 200104.html 200105.html 200106.html 200107.html 200108.html 200109.html 200110.html 200111.html 200112.html 200201.html 200202.html 200203.html 200204.html 200205.html 200206.html 200207.html 200208.html 200209.html 200210.html 200211.html 200212.html 200301.html 200302.html 200303.html 200304.html 200305.html 200306.html 200307.html 200308.html 200309.html 200310.html 200311.html 200312.html 200401.html 200402.html 200403.html 200404.html 200405.html 200406.html 200407.html 200408.html 200409.html 200410.html 200411.html 200412.html 200501.html 200502.html 200605.html 200606.html index.html reprints : article_20000306.html article_20000419.html pr27.html template.html spamd : index.html Log message: Remove leftover links to defunct www@. From Pavel Plamenov on tech@. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/25 22:25:18 Modified files: sys/dev/ic : arcofi.c Log message: Adapt to the removal of the symbolic input and output port names from CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/25 22:28:53 Modified files: gnu/usr.bin/binutils-2.17/bfd: elf32-arm.c Log message: Avoid an assertion failure in elf32_arm_size_dynamic_sections() when building a static binary out of PIE objects; similar to the logic found on other platforms, for some reason arm was lacking this fix. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/06/25 23:13:20 Modified files: usr.bin/ssh : readconf.c Log message: Fix \-escaping bug that caused forward path parsing to skip two characters and skip past the end of the string. Based on patch by Salvador Fandino; ok dtucker@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/06/26 00:18:44 Modified files: security/p5-Net_SSLeay: Makefile distinfo Removed files: security/p5-Net_SSLeay/patches: patch-SSLeay_xs Log message: - Update p5-Net-SSLeay to 1.70. - Remove patch, it has been applied upstream. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/26 00:35:55 Added files: lang/erlang/18 : Makefile distinfo lang/erlang/18/patches: patch-erts_emulator_Makefile_in patch-erts_etc_common_escript_c patch-erts_lib_src_Makefile_in patch-lib_tools_c_src_Makefile_in patch-make_install_bin patch-make_target_mk lang/erlang/18/pkg: DESCR PFRAG.shared PLIST Log message: add erlang 18: http://www.erlang.org/news/88 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/26 00:36:34 Modified files: lang/erlang : Makefile Log message: 18+ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/26 00:36:57 Modified files: lang/erlang : erlang.port.mk Log message: plumbing for erlang18 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/26 00:39:48 Modified files: devel/rebar : Makefile distinfo Log message: - update to rebar 2.6.0 - support erlang18 CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2015/06/26 00:55:14 Modified files: textproc/markdown: Makefile distinfo Log message: update markdown to 2.6.2. ok aja@. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2015/06/26 00:55:47 Modified files: devel/py-nose : Makefile distinfo Log message: update py-nose to 1.3.7. ok aja@. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2015/06/26 00:56:22 Modified files: www/py-genshi : Makefile distinfo www/py-genshi/pkg: PLIST Log message: update py-genshi to 0.7. ok aja@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 01:29:09 Modified files: net/openfire : Makefile distinfo Log message: Update to openfire-3.10.2. from Marc Peters (maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/26 01:33:18 Modified files: lang/erlang : Makefile.inc lang/erlang/16 : Makefile lang/erlang/16/pkg: PLIST lang/erlang/17 : Makefile lang/erlang/17/pkg: PLIST lang/erlang/18 : Makefile lang/erlang/18/pkg: PLIST Removed files: lang/erlang/16/pkg: PFRAG.shared lang/erlang/17/pkg: PFRAG.shared lang/erlang/18/pkg: PFRAG.shared Log message: mark SHARED_ONLY CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/06/26 01:34:02 Log message: Import py-test-cov 1.8.1, a regress dependency for py-jwt, from Johan Huldtgren. py.test plugin for coverage reporting with support for both centralised and distributed testing, including subprocesses and multiprocessing ok sthen@ Status: Vendor Tag: jhuldtgren Release Tags: landry_20150626 N ports/devel/py-test-cov/Makefile N ports/devel/py-test-cov/distinfo N ports/devel/py-test-cov/pkg/PLIST N ports/devel/py-test-cov/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/06/26 01:35:50 Log message: Import py-jwt 1.3.0, needed by upcoming py-oauthlib port, from Johan Huldtgren. py-jwt is a JSON Web Token implementation in Python. ok sthen@ Status: Vendor Tag: jhuldtgren Release Tags: landry_20150626 N ports/www/py-jwt/Makefile N ports/www/py-jwt/distinfo N ports/www/py-jwt/pkg/DESCR N ports/www/py-jwt/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/06/26 01:37:13 Log message: Import py-oauthlib 0.20150523, needed py upcoming py-discogs-client update, from Johan Huldtgren. A generic, spec-compliant, thorough implementation of the OAuth request-signing logic. ok sthen@ Status: Vendor Tag: jhuldtgren Release Tags: landry_20150626 N ports/security/py-oauthlib/Makefile N ports/security/py-oauthlib/distinfo N ports/security/py-oauthlib/pkg/DESCR N ports/security/py-oauthlib/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/06/26 01:38:28 Modified files: audio/py-discogs-client: Makefile distinfo Log message: Update to py-discogs-client 2.2.0, from maintainer Johan Huldtgren. Various versions on ports tested/feedback by sthen@. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/06/26 01:40:03 Modified files: security : Makefile www : Makefile devel : Makefile Log message: +py-test-cov,py-oauthlib,py-jwt CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/06/26 01:42:28 Modified files: security/nss : Makefile distinfo Log message: Update to nss 3.19.2 - will be required by upcoming fx 39, now at rc4. Fixes a regression introduced in 3.19.1, see https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.19.2_release_notes and https://bugzilla.mozilla.org/show_bug.cgi?id=1172128 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/06/26 01:43:13 Modified files: x11/xfce4/xfce4-weather: Makefile distinfo Log message: update to xfce4-weather 0.8.6 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/06/26 01:43:53 Modified files: x11/xfce4/xfdesktop: Makefile distinfo Log message: update to xfdesktop 4.12.2 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/06/26 01:44:17 Modified files: x11/xfce4/xfwm4: Makefile distinfo Log message: update to xfwm 4.12.3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/06/26 01:44:39 Modified files: x11/xfce4/exo : Makefile distinfo x11/xfce4/exo/pkg: PLIST Log message: update to exo 0.10.6 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/06/26 01:45:02 Modified files: x11/xfce4/thunar: Makefile distinfo x11/xfce4/thunar/pkg: PLIST Log message: update to thunar 1.6.10 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/06/26 01:45:43 Modified files: x11/xfce4/xfce4-pulseaudio: Makefile distinfo Log message: update to xfce4-pulseaudio 0.2.3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/06/26 01:52:24 Modified files: geo/mapproxy : Makefile distinfo geo/mapproxy/patches: patch-setup_cfg patch-setup_py geo/mapproxy/pkg: PLIST Log message: Update to mapproxy 1.8.0. See http://mapproxy.org/blog/new-mapproxy-1.8.0-release/ and https://github.com/mapproxy/mapproxy/blob/1.8.0/CHANGES.txt CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 01:59:36 Modified files: x11/yad : Makefile distinfo x11/yad/pkg : PLIST Log message: Update to yad-0.28.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/06/26 02:03:24 Modified files: www/midori : Makefile distinfo www/midori/pkg : PLIST Removed files: www/midori/patches: patch-extensions_history-list_vala Log message: Update to midori 0.5.10. Fix WANTLIB while here. CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2015/06/26 02:11:15 ports/misc/brltty/files Update of /cvs/ports/misc/brltty/files In directory cvs.openbsd.org:/tmp/cvs-serv15937/files Log Message: Directory /cvs/ports/misc/brltty/files added to the repository CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/06/26 02:44:28 Modified files: x11/xfce4/xfce4-notes: Makefile distinfo x11/xfce4/xfce4-notes/pkg: PLIST Removed files: x11/xfce4/xfce4-notes/patches: patch-src_Makefile_in Log message: Update to xfce4-notes 1.8.1. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/26 02:49:01 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-Makefile Log message: Update to git-2.4.5. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/26 02:52:45 Modified files: graphics/libwmf: Makefile graphics/libwmf/patches: patch-src_ipa_ipa_bmp_h Added files: graphics/libwmf/patches: patch-src_ipa_ipa_h patch-src_player_meta_h Log message: - security fixes for CVE-2015-0848, CVE-2015-4588, CVE-2015-4695, CVE-2015-4696 * patches via redhat/debian maintainer timed-out CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/06/26 03:00:37 Modified files: share/man/man4 : upd.4 Log message: Update upd(4): - list new sensors, sorted by source file occurrence - add clues about sensorsd.conf(5) configuration for the status quo - link to HID Power specs - linguistic tweaks from David Higgs, ok+tweaks schwarze@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/26 03:06:01 Modified files: graphics/libwmf: Tag: OPENBSD_5_7 Makefile graphics/libwmf/patches: Tag: OPENBSD_5_7 patch-src_ipa_ipa_bmp_h patch-src_player_c Added files: graphics/libwmf/patches: Tag: OPENBSD_5_7 patch-src_ipa_ipa_h patch-src_player_meta_h Log message: - security fixes for CVE-2015-0848, CVE-2015-4588, CVE-2015-4695, CVE-2015-4696 * patches via redhat/debian maintainer timed-out CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 03:18:15 Modified files: multimedia/phonon: phonon.port.mk Log message: Make it possible to depend on phonon-gstreamer and not just phonon-vlc (vlc is currently broken); this was the intent initialy. ok zhuk@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 03:18:41 Modified files: editors/calligra: Makefile editors/kile-kde4: Makefile graphics/digikam-kde4: Makefile net/konversation: Makefile net/ktorrent-kde4: Makefile productivity/kmymoney: Makefile 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/ruby-qt: Makefile x11/kde4/qyoto : Makefile x11/kde4/pim : Makefile x11/kde4/webdev: Makefile x11/kde4/kmousetool: Makefile x11/kde4/ark : Makefile x11/kde4/kgpg : Makefile x11/kde4/blinken: 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/kmix : Makefile x11/kde4/kscd : Makefile x11/kde4/libkcompactdisc: Makefile x11/kde4/kget : Makefile x11/kde4/kopete: Makefile x11/kde4/plasma-addons: Makefile x11/tellico-kde4: Makefile Log message: Bump after the recent phonon MODULE change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 03:19:24 Modified files: x11/yakuake : Makefile distinfo x11/yakuake/pkg: PLIST Removed files: x11/yakuake/patches: patch-yakuake_src_Makefile_in Log message: Update to yakuake-2.9.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 03:20:06 Modified files: x11/yakuake : Makefile Log message: Drop XXX. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 03:38:42 Modified files: games/scummvm : Makefile Log message: Don't pick up libmpeg2. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/06/26 03:58:32 Modified files: geo/qgis : Makefile distinfo geo/qgis/pkg : PLIST Log message: Update to qgis 2.8.2. CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/06/26 04:07:48 Modified files: usr.sbin/httpd : patterns.c Log message: Corrects some minors nits. Patch from Theo Buehler. - cleanup in included headers (removing unsed assert.h, and reorder) - one remaining '%%' in an error string corrected in '%' while here, add sys/types.h for off_t type. OK reyk@ CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/06/26 04:09:42 Modified files: regress/usr.sbin/httpd/patterns: test-patterns.out Log message: change test-patterns.out in order to reflect the error message change in patterns.c CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/26 04:17:21 Modified files: sys/arch/macppc/macppc: ofw_machdep.c Log message: Do not compare against a null string. When ofw_find_keyboard() is run hw_prod is not initialized. While here simply use "PowerBook" as model name, there's no "iBook" model in Apple device-trees. ok miod@ (who's cleaning one of his forests after 3 years) CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/06/26 05:15:32 Modified files: sys/arch/macppc/conf: files.macppc sys/arch/macppc/include: mplock.h sys/arch/powerpc/conf: files.powerpc Added files: sys/arch/powerpc/include: mplock.h sys/arch/powerpc/powerpc: lock_machdep.c Removed files: sys/arch/macppc/macppc: lock_machdep.c Log message: move the ppc mplock implementation from macppc to powerpc. ok mpi@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/26 05:17:34 Modified files: sys/dev/usb : ehci.c ohci.c uhci.c sys/dev/usb/dwc2: dwc2.c Log message: Revert previous. uvideo checks the transfered length of every frame and this break some devices. As found the hardway by Hugo Sastre via sobrado@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/06/26 05:22:12 Modified files: sys/arch/powerpc/include: mplock.h Log message: rename the guard #define from _MACHINE_MPLOCK_H_ to _POWERPC_MPLOCK_H_ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/06/26 05:50:39 Modified files: sys/dev/pci : if_de.c if_devar.h Log message: There is no excuse for using dma_alloc(9) when a bus_dma_tag_t is available. deraadt@ thinks this isn't worth it, but reyk@ and mlarkin@ tested it anyway CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 06:29:11 Modified files: x11/xforms : Makefile distinfo x11/xforms/patches: patch-image_image_xwd_c x11/xforms/pkg : PLIST Removed files: x11/xforms/patches: patch-gl_Imakefile patch-image_Imakefile patch-lib_Imakefile Log message: Update to xforms-1.2.4. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/06/26 06:46:13 Modified files: sys/arch/powerpc/include: lock.h sys/arch/powerpc/powerpc: lock_machdep.c Log message: remove __cpu_cas and use atomic_cas_ulong instead. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 07:03:36 Modified files: devel/py-sip : Makefile distinfo devel/py-sip/pkg: PLIST Log message: Update to py-sip-4.16.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 07:03:59 Modified files: x11/py-qt4 : Makefile distinfo x11/py-qt4/patches: patch-configure_py x11/py-qt4/pkg : PLIST-docs PLIST-main Log message: Update to py-qt4-4.11.4v0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 07:53:17 Modified files: x11/jwm : Makefile distinfo Removed files: x11/jwm/patches: patch-src_font_c Log message: Update to jwm-2.3.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 08:00:58 Removed files: www/tt-rss : Makefile distinfo www/tt-rss/patches: patch-config_php-dist patch-update_php www/tt-rss/pkg : DESCR PLIST README tt_rss_update.rc Log message: Remove. Upstream will not make releases anymore and advise to use git master instead. It's pretty easy to do a checkout and run it instead of using a package. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 08:01:19 Modified files: www : Makefile Log message: -tt-rss CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 08:02:06 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register tt-rss removal. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 08:07:32 Modified files: www/pecl-ssh2 : Makefile distinfo Log message: Update to pecl-ssh2-0.12. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/06/26 09:21:58 Modified files: app/cwm : Makefile calmwm.h screen.c Log message: Replace screen region info gathering with XRandR equivalent of Xinerama queries (currently act on XRandR events anyway). Fall-back mode without XRandR is still what X provides. This removes -lXinerama. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/06/26 09:22:24 Modified files: sys/dev/pci/drm: drm_linux.h sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_gem.c i915_irq.c Log message: Add Linux completion API and use it. ok jsg@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 09:37:25 Modified files: build : mirrors.dat Log message: As off tomorrow, ftp.fr will stop serving files over ftp. Welcome to the modern age! CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 09:37:39 Modified files: . : ftp.html ftplist openbgpd : ftp.html openntpd : portable.html openssh : ftp.html portable.html Log message: regen/sync CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/26 10:03:15 Modified files: graphics/birdfont: Makefile distinfo Log message: Bugfix update to 2.10.1 CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/06/26 10:11:22 Modified files: app/cwm : calmwm.h screen.c Log message: collect 'gap' applications CVSROOT: /cvs Module name: xenocara Changes by: mikeb@cvs.openbsd.org 2015/06/26 10:18:26 Modified files: app/xdm/config : OpenBSD_15bpp.xpm Log message: Make background transparent CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 11:10:14 Modified files: sysutils/mac-robber: Makefile distinfo sysutils/mac-robber/pkg: PLIST Log message: Update to mac-robber-1.02. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/06/26 11:17:46 Modified files: app/cwm : calmwm.h client.c kbfunc.c menu.c mousefunc.c screen.c Log message: Mechanical change from xinerama to region backed areas. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 11:25:42 Modified files: sysutils/gkrellm/plugins/bgchg: Makefile distinfo sysutils/gkrellm/plugins/bgchg/patches: patch-Makefile Log message: Update to gkrellmbgchg2-0.1.11. CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/06/26 11:26:29 Modified files: usr.sbin/httpd : patterns.h Log message: move #include inside #ifndef PATTERNS_H OK reyk@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 12:08:40 Modified files: sysutils/gkrellm/plugins: Makefile.inc sysutils/gkrellm/plugins/aclock: Makefile sysutils/gkrellm/plugins/bgchg: Makefile sysutils/gkrellm/plugins/flynn: Makefile sysutils/gkrellm/plugins/itime: Makefile sysutils/gkrellm/plugins/kam: Makefile sysutils/gkrellm/plugins/launch: Makefile sysutils/gkrellm/plugins/mailwatch: Makefile sysutils/gkrellm/plugins/mms: Makefile sysutils/gkrellm/plugins/moon: Makefile sysutils/gkrellm/plugins/reminder: Makefile sysutils/gkrellm/plugins/shoot: Makefile sysutils/gkrellm/plugins/stock: Makefile sysutils/gkrellm/plugins/sun: Makefile sysutils/gkrellm/plugins/volume: Makefile sysutils/gkrellm/plugins/weather: Makefile sysutils/gkrellm/plugins/wireless: Makefile Log message: Regen DEPENDS/WANTLIB. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/06/26 12:12:23 Modified files: sys/dev/acpi : acpimadt.c Log message: Completely skip entries for disabled LAPICs so they don't overwrite legit enabled ones problem reported by Pedro Caetano (pedrocaetano (at) binaryflows.com) ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/26 12:20:36 Removed files: www/vimb/patches: patch-doc_vimb_1 Log message: This patch was supposed to be deleted. Noticed by aja@ - thanks. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 12:25:54 Modified files: sysutils/gkrellm/plugins/mms: Makefile distinfo sysutils/gkrellm/plugins/mms/patches: patch-Makefile patch-gkrellmms_c Log message: Update to gkrellmms-2.1.22. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 12:26:19 Modified files: sysutils/gkrellm/plugins/shoot: Makefile distinfo Log message: Update to gkrellshoot-0.4.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 12:27:33 Modified files: sysutils/gkrellm/plugins/sun: Makefile distinfo sysutils/gkrellm/plugins/sun/patches: patch-Makefile patch-gkrellsun_c Log message: Update to gkrellsun-1.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 12:36:19 Modified files: sysutils/dvd+rw-tools: Makefile distinfo sysutils/dvd+rw-tools/patches: patch-mp_h sysutils/dvd+rw-tools/pkg: PLIST Log message: Update to dvd+rw-tools-7.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/26 12:39:12 Modified files: net/ushare : Makefile Log message: Add PORTROACH annotation. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/06/26 12:54:25 Modified files: app/cwm : screen.c Log message: region is a _ctx, so name it so CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2015/06/26 12:54:48 Modified files: math/R : Makefile math/R/patches : patch-configure Added files: math/R/patches : patch-src_main_Makefile_in Log message: Re-add patches to fix linking with external libintl (https://marc.info/?l=openbsd-ports&m=143526271406832&w=2) Noticed by naddy@, requested by dcoppa@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2015/06/26 13:18:03 Modified files: games/backgammon/backgammon: main.c move.c games/backgammon/common_source: save.c subs.c Log message: /home/otto/ok CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/26 13:37:10 Modified files: cad/qucs : Makefile Log message: add PORTROACH CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/26 14:21:07 Modified files: net/ntp : Makefile Log message: disable ntpd's audio support for now (it's used for feeding audio from a radio receiver tuned to WWV or CHU time signal stations, but doesn't build with recent changes to audio support) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/26 14:35:57 Modified files: sysutils/lsof : Makefile Log message: Add a check to pre-configure giving a useful error if kernel sources are unavailable. Prompted by a suggestion from Markus Lude. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/06/26 14:48:59 Modified files: databases/mysql-utilities: Makefile infrastructure/templates: network.conf.template Log message: Remove MASTER_SITE_MYSQL and replace its only use in the ports tree with a few of the listed mirrors. ok sthen@ giovanni@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/06/26 15:00:48 Modified files: x11/xdmchoose : Makefile Log message: drop maintainer CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/26 16:28:55 Modified files: distrib/sets/lists/comp: md.aviion md.luna88k Log message: sync CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/06/26 22:22:52 Modified files: usr.sbin/httpd : patterns.7 Log message: Corrects the manpage for patterns(7): the indexing for empty capture follow C-style (starting from 0) and not the Lua-style (starting from 1). Patch from Theo Buehler. OK reyk@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/06/27 00:55:38 Modified files: geo/gdal : Makefile distinfo geo/gdal/patches: patch-configure patch-frmts_openjpeg_openjpegdataset_cpp patch-swig_python_setup_py geo/gdal/pkg : PLIST-main PLIST-perl Log message: Update to gdal 2.0.0. See http://www.osgeo.org/node/1591 for changes. tested in a bulk by ajacoutot@, thanks! CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/06/27 00:56:57 Added files: graphics/mapnik/patches: patch-plugins_input_ogr_ogr_datasource_cpp Log message: Backport an upstream commit to fix build against gdal 2.0.0 API. (Note that mapnik3 is in release candidate state...) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/06/27 00:59:01 Modified files: geo/merkaartor : Makefile distinfo Added files: geo/merkaartor/patches: patch-src_ImportExport_ImportExportGdal_cpp Log message: Add a patch to fix build against gdal 2.0.0 API. While here switch to github for MASTER_SITES, merkaartor.be doesnt provide downloads anymore. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/27 01:45:36 Modified files: devel/cxxtools : Makefile distinfo devel/cxxtools/pkg: PLIST Removed files: devel/cxxtools/patches: patch-include_cxxtools_config_h_in Log message: update to cxxtools-2.2.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/27 01:46:10 Modified files: www/tntnet : Makefile distinfo www/tntnet/patches: patch-etc-Makefile_in www/tntnet/pkg : PLIST Added files: www/tntnet/patches: patch-etc_tntnet_tntnet_xml_in Log message: - update to tntnet-2.2.1 - reset MAINTAINER for address bounces CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2015/06/27 02:41:57 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update youtube-dl to 2015.06.25. New extractors: - onionstudios - pinkbike CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2015/06/27 04:10:23 Modified files: games/uhexen2 : Makefile Added files: games/uhexen2/patches: patch-engine_h2shared_snd_sys_h patch-launcher_launcher_defs_h Log message: Stop building the sun audio backend, use sdl. ok ajacoutot, sthen CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2015/06/27 04:26:39 Modified files: math/ginac : Makefile distinfo Log message: Update GiNaC to 1.6.4 I also swapped the master sites because the ftp is often broken. Okay benoit@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/06/27 04:51:46 Modified files: sys/arch/alpha/alpha: debug.s Log message: MP_LOCKDEBUG code should only be compiled if MULTIPROCESSOR is defined too. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/27 04:59:09 Modified files: x11/gnome/mutter: Makefile Added files: x11/gnome/mutter/patches: patch-src_compositor_meta-shaped-texture-private_h patch-src_compositor_meta-shaped-texture_c patch-src_compositor_meta-surface-actor-x11_c patch-src_ui_theme-private_h Log message: Bring a couple of fixes from upstream: - theme: Make sure to clear the entirety of buttons properly (req. by stsp@) - surface-actor-x11: Make sure to set a size when unredirected This fixes clicking on stuff in sloppy / mouse mode focus CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/27 05:00:15 Modified files: print/cups-filters: Makefile distinfo print/cups-filters/patches: patch-filter_foomatic-rip_foomaticrip_c Log message: SECURITY update to cups-filters-1.0.70. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/27 05:28:03 Modified files: audio/tap-plugins: Makefile distinfo Log message: update to tap-plugins-0.7.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/27 05:37:34 Modified files: devel : Makefile Removed files: devel/pear-PHPUnit2: Makefile distinfo devel/pear-PHPUnit2/pkg: DESCR PLIST Log message: remove pear-PHPUnit2, unmaintained upstream (moved for 4 series), and not updated since the import 10 years ago. ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/27 05:40:00 Modified files: benchmarks : Makefile Removed files: benchmarks/pear-Benchmark: Makefile distinfo benchmarks/pear-Benchmark/pkg: DESCR PLIST Log message: remove pear-Benchmark, outdated, unmaintained, unused, etc. ok aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/27 05:40:54 Modified files: x11/yakuake : Makefile distinfo x11/yakuake/pkg: PLIST Added files: x11/yakuake/patches: patch-yakuake_src_Makefile_in Log message: Revert previous update; there was already yakuake-kde4 port which I missed because for some reason, it is not connected to the build... breakage reported by nigel@, thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/27 05:42:01 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register pear-Benchmark and pear-PHPUnit2 removal CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/27 05:45:55 Modified files: devel/p5-YAML-Shell: Makefile distinfo devel/p5-YAML-Shell/pkg: PLIST Log message: update to p5-YAML-Shell-0.69 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/27 06:05:50 Modified files: print/cups-filters: Tag: OPENBSD_5_7 Makefile Added files: print/cups-filters/patches: Tag: OPENBSD_5_7 patch-filter_texttopdf_c Log message: texttopdf: Fixed buffer overflow on size allocation of texttopdf when working with extremely small line sizes, which causes the size calculation to result in 0 (CVE-2015-3258, thanks to Stefan Cornelius from Red Hat for the patch). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/27 06:17:59 Modified files: lang/erlang/17 : Makefile lang/erlang/18 : Makefile Log message: missing BDEP on libxslt CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/06/27 06:21:02 Modified files: devel/jdk/1.8 : Makefile Log message: The JDK build framework eventually calls a GNU configure script, so use CONFIGURE_STYLE=gnu in order to pull in all our tweaks. ok kurt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/27 06:21:48 Modified files: x11/gnome/mutter/patches: patch-src_core_keybindings-private_h patch-src_ui_frames_h Log message: pushed upstream CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/27 07:21:29 Modified files: devel/boehm-gc : Makefile Added files: devel/boehm-gc/patches: patch-include_private_gcconfig_h Log message: unbreak on mips64(el) by setting the right wordsize/alignment/datastart with hint from miod@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/06/27 07:25:30 Modified files: usr.bin/mandoc : roff.c regress/usr.bin/mandoc/roff/cond: if.in if.out_ascii Log message: Ignore blank characters at the beginning of a conditional block, that is, after "\{". Issue found by Markus in bash(1). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/27 07:37:27 Modified files: editors/focuswriter: Makefile distinfo editors/focuswriter/pkg: PLIST Log message: update to focuswriter-1.5.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/27 07:42:13 Modified files: sysutils/p5-File-Which: Makefile distinfo sysutils/p5-File-Which/pkg: PLIST Log message: - update to p5-File-Which-1.18 - pwhich was split off into App::pwhich; however nothing used pwhich in our tree CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/27 08:09:57 Modified files: textproc/py-nltk: Makefile distinfo textproc/py-nltk/pkg: PLIST Removed files: textproc/py-nltk/patches: patch-setup_py Log message: - update to py-nltk-3.0.3 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/27 08:24:17 Modified files: net/p5-Net-SMTP-SSL: Makefile distinfo Log message: Update to p5-Net-SMTP-SSL-1.03. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/06/27 08:29:39 Modified files: usr.sbin/dhcpd : options.c tables.c Log message: Do not send routers (option 3) or static routes (option 33) when classless static routes (option 121, 249) are sent. RFC 3442 says servers SHOULD NOT send those options. This avoids confusing clients who fail to ignore the routers or static routes options in the presence of classless static routes options. RFC 3442 says clients MUST ignore those options. Incorrect behavior in MS and Linux clients reported by Juan on misc@. ok millert@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/27 08:46:30 Modified files: www/p5-URI : Makefile distinfo www/p5-URI/pkg : PLIST Log message: Update to p5-URI-1.68. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2015/06/27 09:37:32 Modified files: lang/rust : Makefile distinfo lang/rust/patches: patch-configure lang/rust/pkg : PLIST-doc PLIST-main Log message: Update to rust-1.1.0 OK landry@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/27 09:39:03 Modified files: sys/arch/vax/if: if_qe.c Log message: Memory leak in attach if uballoc() fails; Brainy/Maxime Villard CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2015/06/27 09:39:14 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: Add myself. OK landry@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/27 09:40:53 Modified files: sys/arch/vax/if: if_qe.c Log message: Pass bus_space tag and handles to the QE_{WR,RD}CR macros, instead of assuming there's an `sc' local variable. This allows us to no longer have to fake a softc at match time. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2015/06/27 10:34:51 Modified files: papers : index.html . : events.html Added files: papers : bsdcan15-mandoc.roff nycbug15-mandoc.roff Log message: add the source code for my two recent talks CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/27 10:54:22 Modified files: x11/mxconns : Makefile distinfo x11/mxconns/pkg: DESCR Log message: Update to mxconns-3.1.10. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2015/06/27 11:38:46 Modified files: papers : index.html Log message: fix a few markup errors; found with http://validator.w3.org/ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/27 14:24:38 Modified files: graphics/birdfont: Makefile distinfo Log message: Bugfix update to 2.10.3 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/27 15:25:55 Modified files: sys/uvm : uvm_pmemrange.c Log message: uvm_pmr_get1page() should return psize_t, not int; dhill@ CVSROOT: /cvs Module name: xenocara Changes by: miod@cvs.openbsd.org 2015/06/27 15:50:55 Modified files: xserver : Makefile.bsd-wrapper kdrive : Makefile.bsd-wrapper Log message: Build the Xserver with large got (-xgot as(1) option) on mips; needed to accomodate the growth of recent changes. Tested on loongson. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/27 16:14:48 Modified files: net/samba4 : Makefile distinfo Log message: Update to samba-4.1.19, from Ian McWilliam Release notes: https://www.samba.org/samba/history/samba-4.1.19.html CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2015/06/27 16:24:37 Modified files: . : events.html Log message: fix all the broken links to NYC*BUG talks CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/27 16:42:02 Modified files: lib/libcrypto/crypto: Makefile lib/libssl/src/crypto: cryptlib.c lib/libssl/ssl : Makefile Log message: Fix pointer to unsigned long conversion. bcook@ notes that this check really only impacted 64-bit Windows. Also, changed the check to be unsigned for consistency. ok bcook@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/27 17:28:07 src/regress/lib/libssl/unit Update of /cvs/src/regress/lib/libssl/unit In directory cvs.openbsd.org:/tmp/cvs-serv15766/unit Log Message: Directory /cvs/src/regress/lib/libssl/unit added to the repository CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/27 17:35:52 Added files: regress/lib/libssl/unit: Makefile cipher_list.c tests.h Log message: Add unit tests for LibreSSL. cipher_list.c is based on code from jsing@. Discussed with jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/06/27 18:08:27 Modified files: regress/lib/libssl: Makefile regress/lib/libssl/unit: cipher_list.c lib/libssl/src/ssl: ssl_lib.c ssl_locl.h Log message: Convert ssl_bytes_to_cipher_list to CBS. Link in the new 'unit' regress and expand the invalid tests to include some that would fail before the CBS conversion. input + ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/06/27 19:11:27 Modified files: sys/arch/i386/i386: apicvec.s db_trace.c kgdb_machdep.c locore.s trap.c vector.s sys/arch/i386/include: trap.h sys/arch/i386/isa: icu.s Log message: Split AST handling from trap() into ast() and get rid of T_ASTFLT testing by krw@, and then many via snapshots CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/06/27 19:16:29 Modified files: sys/arch/amd64/amd64: db_trace.c locore.S spl.S trap.c vector.S sys/arch/amd64/include: trap.h Log message: Split AST handling from trap() into ast() and get rid of T_ASTFLT. Don't skip the AST check when returning from *fork() in the child. Make sure to count interrupts even when they're deferred or stray. testing by krw@, and then many via snapshots CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/06/27 20:42:13 Modified files: sys/arch/amd64/include: segments.h Log message: LDT is gone and not coming back CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2015/06/27 21:47:09 Modified files: games/redeclipse: Makefile distinfo games/redeclipse/patches: patch-Makefile patch-system-install_mk games/redeclipse/pkg: PLIST-data PLIST-main Removed files: games/redeclipse/patches: patch-game_server_cpp Log message: update to Red Eclipse 1.5.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/27 23:23:41 Modified files: sysutils/lsof : Makefile Log message: Unbreak when BSDSRCDIR != /usr/src: do not harcode path to /sys; this check was removed 1 year ago for that reason CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/27 23:46:12 Modified files: textproc/rasqal: Makefile distinfo textproc/rasqal/patches: patch-configure_ac Log message: Update to rasqal-0.9.33. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/27 23:47:02 Modified files: textproc/raptor: Makefile distinfo textproc/raptor/pkg: PLIST Log message: Update to raptor-2.0.15. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/27 23:47:35 Modified files: productivity/zeitgeist: Makefile productivity/zeitgeist/patches: patch-libzeitgeist_Makefile_in Log message: Add -fPIC to libzeitgeist-internal.la and libzeitgeist_datamodel-2.0.la (upstream). Renge WANTLIB while here. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/28 00:25:23 Modified files: www/pear-HTML-Common2: Makefile Log message: remove tdep that was removed (phpunit2) spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/28 00:31:43 Modified files: devel/scons : Makefile distinfo devel/scons/pkg: PLIST Log message: - update to scons-2.3.5 tested in a bulk by aja@, thanks CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/28 00:50:56 Modified files: www : Makefile Log message: unhook pear-HTML-QuickForm and pear-HTML-Common2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/28 00:52:33 Removed files: www/pear-HTML-QuickForm: Makefile distinfo www/pear-HTML-QuickForm/pkg: DESCR PLIST www/pear-HTML-Common2: Makefile distinfo www/pear-HTML-Common2/pkg: DESCR PLIST Log message: remove pear-HTML-Common2 and pear-HTML-QuickForm, both haven't been touched since their import in 2004/2005 while upstream has been producing releases for a bit (pear-HTML-QuickForm is deprecated now). ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/28 00:54:56 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: dcoppa@cvs.openbsd.org 2015/06/28 02:27:51 Modified files: lib/freetype : CMakeLists.txt ChangeLog ChangeLog.20 ChangeLog.21 ChangeLog.22 ChangeLog.23 ChangeLog.24 Jamfile Jamrules Makefile README README.git autogen.sh configure modules.cfg shlib_version vms_make.com lib/freetype/builds: detect.mk exports.mk freetype.mk link_dos.mk link_std.mk modules.mk toplevel.mk lib/freetype/builds/amiga: README makefile makefile.os4 smakefile lib/freetype/builds/amiga/include/config: ftconfig.h ftmodule.h lib/freetype/builds/amiga/src/base: ftdebug.c ftsystem.c lib/freetype/builds/ansi: ansi-def.mk ansi.mk lib/freetype/builds/beos: beos-def.mk beos.mk detect.mk lib/freetype/builds/cmake: iOS.cmake lib/freetype/builds/compiler: ansi-cc.mk bcc-dev.mk bcc.mk emx.mk gcc-dev.mk gcc.mk intelc.mk unix-lcc.mk visualage.mk visualc.mk watcom.mk win-lcc.mk lib/freetype/builds/dos: detect.mk dos-def.mk dos-emx.mk dos-gcc.mk dos-wat.mk lib/freetype/builds/mac: FreeType.m68k_cfm.make.txt FreeType.m68k_far.make.txt FreeType.ppc_carbon.make.txt FreeType.ppc_classic.make.txt ftmac.c lib/freetype/builds/os2: detect.mk os2-def.mk os2-dev.mk os2-gcc.mk lib/freetype/builds/symbian: bld.inf freetype.mmp lib/freetype/builds/unix: aclocal.m4 config.guess config.sub configure configure.ac configure.raw detect.mk freetype-config.in freetype2.m4 ft-munmap.m4 ftconfig.h ftconfig.in ftsystem.c install-sh install.mk ltmain.sh unix-cc.in unix-def.in unix-dev.mk unix-lcc.mk unix.mk unixddef.mk lib/freetype/builds/vms: ftconfig.h ftsystem.c lib/freetype/builds/wince: ftdebug.c 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 ftdebug.c w32-bcc.mk w32-bccd.mk w32-dev.mk w32-gcc.mk w32-icc.mk w32-intl.mk w32-lcc.mk w32-mingw32.mk w32-vcc.mk w32-wat.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 freetype.vcxproj.filters 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: ft2build.h ftoption.h lib/freetype/docs: CHANGES CUSTOMIZE DEBUG INSTALL INSTALL.ANY INSTALL.CROSS INSTALL.GNU INSTALL.UNIX INSTALL.VMS TODO VERSION.DLL formats.txt freetype-config.1 raster.txt release 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-header_inclusion.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: Makefile freetype.h ft2build.h ftadvanc.h ftautoh.h ftbbox.h ftbdf.h ftbitmap.h ftbzip2.h ftcache.h ftcffdrv.h ftcid.h fterrdef.h fterrors.h ftgasp.h ftglyph.h ftgxval.h ftgzip.h ftimage.h ftincrem.h ftlcdfil.h ftlist.h ftlzw.h ftmac.h ftmm.h ftmodapi.h ftmoderr.h ftotval.h ftoutln.h ftpfr.h ftrender.h ftsizes.h ftsnames.h ftstroke.h ftsynth.h ftsystem.h fttrigon.h ftttdrv.h fttypes.h ftwinfnt.h t1tables.h ttnameid.h tttables.h tttags.h ttunpat.h lib/freetype/include/config: ftconfig.h ftheader.h ftoption.h ftstdlib.h lib/freetype/include/internal: autohint.h ftcalc.h ftdebug.h ftdriver.h ftgloadr.h ftmemory.h ftobjs.h ftpic.h ftrfork.h ftserv.h ftstream.h fttrace.h ftvalid.h internal.h psaux.h pshints.h sfnt.h t1types.h tttypes.h lib/freetype/include/internal/services: svbdf.h svcid.h svgldict.h svgxval.h svkern.h svmm.h svotval.h svpfr.h svpostnm.h svprop.h svpscmap.h svpsinfo.h svsfnt.h svttcmap.h svtteng.h svttglyf.h svwinfnt.h lib/freetype/src: Jamfile lib/freetype/src/autofit: Jamfile afangles.c afblue.c afblue.cin afblue.dat afblue.h afblue.hin afcjk.c afcjk.h afcover.h afdummy.c afdummy.h aferrors.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 afranges.c afranges.h afscript.h afstyles.h aftypes.h afwarp.c afwarp.h afwrtsys.h autofit.c hbshim.c hbshim.h module.mk rules.mk lib/freetype/src/base: Jamfile basepic.c basepic.h ftadvanc.c ftapi.c ftbase.c ftbase.h ftbbox.c ftbdf.c ftbitmap.c ftcalc.c ftcid.c ftdbgmem.c ftdebug.c ftfstype.c ftgasp.c ftgloadr.c ftglyph.c ftgxval.c ftinit.c ftlcdfil.c ftmac.c ftmm.c ftobjs.c ftotval.c ftoutln.c ftpatent.c ftpfr.c ftpic.c ftrfork.c ftsnames.c ftstream.c ftstroke.c ftsynth.c ftsystem.c fttrigon.c fttype1.c ftutil.c ftwinfnt.c rules.mk lib/freetype/src/bdf: Jamfile bdf.h bdfdrivr.c bdfdrivr.h bdflib.c rules.mk lib/freetype/src/bzip2: Jamfile ftbzip2.c rules.mk lib/freetype/src/cache: Jamfile ftcache.c ftcbasic.c ftccache.c ftccache.h ftccback.h ftccmap.c ftcerror.h ftcglyph.c ftcglyph.h ftcimage.c ftcimage.h ftcmanag.c ftcmanag.h ftcmru.c ftcmru.h ftcsbits.c ftcsbits.h rules.mk lib/freetype/src/cff: Jamfile cf2arrst.c cf2fixed.h cf2font.h cf2ft.c cf2ft.h cf2hints.c cf2intrp.c cff.c cffcmap.c cffcmap.h cffdrivr.c cffdrivr.h cfferrs.h cffgload.c cffgload.h cffload.c cffload.h cffobjs.c cffobjs.h cffparse.c cffparse.h cffpic.c cffpic.h cfftoken.h cfftypes.h module.mk rules.mk lib/freetype/src/cid: Jamfile ciderrs.h cidgload.c cidgload.h cidload.c cidload.h cidobjs.c cidobjs.h cidparse.c cidparse.h cidriver.c cidriver.h cidtoken.h module.mk rules.mk type1cid.c lib/freetype/src/gxvalid: Jamfile README gxvalid.c gxvalid.h gxvbsln.c gxvcommn.c gxvcommn.h gxverror.h gxvfeat.c gxvfeat.h gxvfgen.c gxvjust.c gxvkern.c gxvlcar.c gxvmod.c gxvmod.h gxvmort.c gxvmort.h gxvmort0.c gxvmort1.c gxvmort2.c gxvmort4.c gxvmort5.c gxvmorx.c gxvmorx.h gxvmorx0.c gxvmorx1.c gxvmorx2.c gxvmorx4.c gxvmorx5.c gxvopbd.c gxvprop.c gxvtrak.c module.mk rules.mk lib/freetype/src/gzip: Jamfile adler32.c ftgzip.c rules.mk zconf.h zutil.c zutil.h lib/freetype/src/lzw: Jamfile ftlzw.c ftzopen.c ftzopen.h rules.mk lib/freetype/src/otvalid: Jamfile module.mk otvalid.c otvalid.h otvbase.c otvcommn.c otvcommn.h otverror.h otvgdef.c otvgpos.c otvgpos.h otvgsub.c otvjstf.c otvmath.c otvmod.c otvmod.h rules.mk lib/freetype/src/pcf: Jamfile pcf.h pcfdrivr.c pcfread.c rules.mk lib/freetype/src/pfr: Jamfile module.mk pfr.c pfrcmap.c pfrcmap.h pfrdrivr.c pfrdrivr.h pfrerror.h pfrgload.c pfrgload.h pfrload.c pfrload.h pfrobjs.c pfrobjs.h pfrsbit.c pfrsbit.h pfrtypes.h rules.mk lib/freetype/src/psaux: Jamfile afmparse.c afmparse.h module.mk psaux.c psauxerr.h psauxmod.c psauxmod.h psconv.c psconv.h psobjs.c psobjs.h rules.mk t1cmap.c t1cmap.h t1decode.c t1decode.h lib/freetype/src/pshinter: Jamfile module.mk pshalgo.c pshalgo.h pshglob.c pshglob.h pshinter.c pshmod.c pshmod.h pshnterr.h pshpic.c pshpic.h pshrec.c pshrec.h rules.mk lib/freetype/src/psnames: Jamfile module.mk psmodule.c psmodule.h psnamerr.h psnames.c pspic.c pspic.h pstables.h rules.mk lib/freetype/src/raster: Jamfile ftmisc.h ftraster.c ftraster.h ftrend1.c ftrend1.h module.mk raster.c rasterrs.h rastpic.c rastpic.h rules.mk lib/freetype/src/sfnt: Jamfile module.mk pngshim.c pngshim.h rules.mk sfdriver.c sfdriver.h sferrors.h sfnt.c sfntpic.c sfntpic.h sfobjs.c sfobjs.h ttbdf.c ttbdf.h ttcmap.c ttcmap.h ttcmapc.h ttkern.c ttkern.h ttload.c ttload.h ttmtx.c ttmtx.h ttpost.c ttpost.h ttsbit.c ttsbit.h lib/freetype/src/smooth: Jamfile ftgrays.c ftgrays.h ftsmerrs.h ftsmooth.c ftsmooth.h ftspic.c ftspic.h module.mk rules.mk smooth.c lib/freetype/src/tools: afblue.pl apinames.c glnames.py test_afm.c lib/freetype/src/tools/docmaker: content.py docmaker.py formatter.py sources.py tohtml.py utils.py lib/freetype/src/truetype: Jamfile module.mk rules.mk truetype.c ttdriver.c ttdriver.h tterrors.h ttgload.c ttgload.h ttgxvar.c ttgxvar.h ttinterp.c ttinterp.h ttobjs.c ttobjs.h ttpic.c ttpic.h ttpload.c ttpload.h ttsubpix.c ttsubpix.h lib/freetype/src/type1: Jamfile module.mk rules.mk t1afm.c t1afm.h t1driver.c t1driver.h t1errors.h t1gload.c t1gload.h t1load.c t1load.h t1objs.c t1objs.h t1parse.c t1parse.h t1tokens.h type1.c lib/freetype/src/type42: Jamfile module.mk rules.mk t42drivr.c t42drivr.h t42error.h t42objs.c t42objs.h t42parse.c t42parse.h t42types.h type42.c lib/freetype/src/winfonts: Jamfile fnterrs.h module.mk rules.mk winfnt.c winfnt.h Added files: lib/freetype/include: ftfntfmt.h lib/freetype/include/internal/services: svfntfmt.h lib/freetype/src/base: ftfntfmt.c Removed files: lib/freetype/include: ftxf86.h lib/freetype/include/internal/services: svxf86nm.h lib/freetype/src/base: ftxf86.c Log message: Update to FreeType 2.6 OK matthieu@ CVSROOT: /cvs Module name: xenocara Changes by: dcoppa@cvs.openbsd.org 2015/06/28 02:29:20 Modified files: distrib/sets/lists/xshare: mi Log message: freetype-2.6: ftxf86.h -> ftfntfmt.h CVSROOT: /cvs Module name: xenocara Changes by: dcoppa@cvs.openbsd.org 2015/06/28 02:31:09 Modified files: . : 3RDPARTY Log message: FreeType 2.6 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/28 03:03:53 Modified files: games/residualvm: Makefile Log message: Add missing LIB_DEPENDS on jpeg. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/06/28 03:09:08 Modified files: app/xdm/config : OpenBSD_4bpp.xpm OpenBSD_8bpp.xpm Log message: Transparent backgrounds for 8bpp and 4bpp images too. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2015/06/28 05:48:18 Modified files: sys/dev/usb/dwc2: dwc2.c dwc2.h dwc2_core.c dwc2_core.h dwc2_coreintr.c dwc2_hcd.c dwc2_hcd.h dwc2_hcdddma.c dwc2_hcdintr.c dwc2_hcdqueue.c Log message: Convert list_head lists into TAILQs and LISTs and fix up header includes so we can build dwc2 without extra stuff. tested by several edgerouter lite owners, ok jasper@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2015/06/28 05:52:57 Modified files: sys/arch/octeon/conf: GENERIC RAMDISK Log message: enable octdwctwo and add umass CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2015/06/28 05:53:56 Modified files: etc/etc.octeon : MAKEDEV.md Log message: add usb devices CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2015/06/28 05:56:35 Modified files: etc/etc.octeon : MAKEDEV Log message: regen CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/28 06:31:53 Modified files: www/dwb : Makefile Added files: www/dwb/patches: patch-src_application_c Log message: glib2 2.40+ compatibility fix OK dcoppa@@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/28 07:33:07 Modified files: x11/fltk : Makefile distinfo x11/fltk/patches: patch-configure_in patch-src_Fl_Preferences_cxx patch-src_Makefile x11/fltk/pkg : PLIST Added files: x11/fltk/patches: patch-FL_x_H patch-src_fl_font_cxx patch-src_gl_draw_cxx Removed files: x11/fltk/patches: patch-FL_Fl_Tree_Item_H Log message: Update FLTK to 1.3.3 -- this is a major change despite the small version increment. ok aja@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/28 07:34:54 Modified files: x11/ede/desktop: Makefile x11/ede/lib : Makefile Added files: x11/ede/lib/patches: patch-src_WindowUtils_cpp Log message: Bring in some upstream patches that allow EDE to build with FLTK 1.3.3 ok aja@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/28 07:36:09 Modified files: x11/flwm : Makefile Added files: x11/flwm/patches: patch-Frame_C patch-Makefile Log message: Bring in some upstream patches that lets flwm build with FLTK 1.3.3 ok aja@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/28 07:37:13 Modified files: comms/fldigi : Makefile distinfo comms/fldigi/pkg: PLIST Log message: Update to 3.22.10 now that FLTK 1.3.3 has been committed. ok aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/28 08:06:38 Modified files: textproc/libxslt: Makefile textproc/libxslt/pkg: PLIST-main Added files: textproc/libxslt/patches: patch-xsltproc_xsltproc_c Removed files: textproc/libxslt/patches: patch-libxslt_Makefile_in patch-python_Makefile_in patch-tests_docs_Makefile_in Log message: Make --maxvars option work (upstream). While here, drop some uneeded patches (dealt with in the port Makefile). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/06/28 09:00:41 Modified files: sys/dev/pci/drm/i915: intel_display.c Log message: Read the lower 16-bits of the GCFGC "double word". Potentially fixes issues with some modes on machines with the 915GM chipset. discussed with jsg@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/06/28 10:13:21 Modified files: geo/merkaartor/patches: patch-src_ImportExport_ImportExportGdal_cpp Log message: Fix patch, at some point i probably forgot a make update-patches before commiting. Should fix breakage reported by naddy@ & ajacoutot@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/06/28 12:52:11 Modified files: regress/usr.sbin/syslogd: funcs.pl syslogd.pl Added files: regress/usr.sbin/syslogd: args-block-prog-quick.pl args-block-prog.pl Log message: Add tests for the !prog and !!prog and !* keywords in syslog.conf. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/06/28 12:54:55 Modified files: sys/arch/amd64/amd64: locore.S machdep.c process_machdep.c vm_machdep.c sys/arch/amd64/include: cpu.h Log message: Force the return to userspace from execve to go through iretq to get all registers. This lets us kill the special handling of pid 1 in fork and merge {proc,child}_trampoline(). Do the same if ptrace(PT_SETREGS) is used to modify registers. ok mlarkin@ kettenis@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/06/28 13:12:20 Modified files: regress/usr.sbin/syslogd: args-client-udp.pl args-client-udp4.pl args-client-udp6.pl args-only4.pl args-only6.pl Log message: Use fstat to check that the privsep parent of syslogd closes all internet sockets also when invoked with -u. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/28 13:24:13 Modified files: databases/freetds: Makefile Log message: Don't pick up com_err.h; spotted by espie@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/06/28 13:43:06 Added files: databases/freetds/patches: patch-configure_ac Log message: prevent freetdb from picking up on e2fsprogs headers. no change in package CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/06/28 13:50:46 Modified files: app/cwm : client.c group.c search.c Log message: replace assert usage CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/28 13:53:41 Removed files: databases/freetds/patches: patch-configure_ac Log message: rm, it was fixed already. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/06/28 13:54:37 Modified files: app/cwm : client.c Log message: move client_find down CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/28 16:52:21 Modified files: multimedia/py-pafy: Makefile distinfo multimedia/py-pafy/pkg: PLIST Log message: Update to 0.3.74 and add a pre-configure Perl substitution that does the same work as a bugfix patch (which will go away next update, it saves having to create a patches/ directory). CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/06/28 20:54:51 Modified files: sys/arch/amd64/include: pmap.h Log message: Remove some unused #defines ok guenther@, millert@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/06/28 21:02:38 Modified files: sys/arch/amd64/amd64: vector.S Log message: Fix trap setup for double faults; error pointed out by Wei Liu a few months ago and I forgot to commit this until now. From Wei Liu ok mikeb@, guenther@, ratchov@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/28 22:16:32 Modified files: sys/arch/arm/include: atomic.h Log message: Implement membar_* for armv7 with the dmb instruction. The previous sys/sys/atomic.h default of __sync_synchronize() resulted in "dmb sy", a full system barrier for all memory operations. With this change membar_producer() switches to "dmb st" (StoreStore). earlier version ok rapha@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/28 22:52:34 Modified files: distrib/armv7/ramdisk: Makefile install.md etc/etc.armv7 : Makefile.inc sys/arch/armv7/conf: GENERIC RAMDISK Log message: enable vexpress CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/06/29 00:01:43 Modified files: devel/p5-Class-Load: Makefile distinfo Log message: Update to p5-Class-Load-0.23. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/29 00:12:51 Modified files: productivity/gnucash: Makefile distinfo productivity/gnucash/pkg: PLIST Log message: Update to gnucash-2.6.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/29 00:17:36 Modified files: www : Makefile www/elinks : Makefile www/elinks/pkg : DESCR Log message: Enable elinks,js but mark it BROKEN; this way it's not built but is properly registered. ok edd@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/29 00:19:32 Modified files: graphics/ffmpeg: Makefile graphics/ffmpeg/patches: patch-configure Log message: Build with Clang on i386. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/29 00:29:52 Modified files: x11/rxvt-unicode: Makefile x11/rxvt-unicode/pkg: PLIST Log message: Fix install target CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/06/29 00:40:06 Modified files: lib/libssl/src/crypto: arm_arch.h Log message: fix the build on arm after the recent addition of -Wundef ok doug@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/29 00:51:31 Modified files: x11/gnome/builder: Makefile Added files: x11/gnome/builder/patches: patch-src_greeter_gb-greeter-window_c Log message: Unbreak runtime. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/29 01:14:10 Modified files: www/cclive/patches: patch-src_cc_error_h Added files: www/cclive/patches: patch-src_cc_input_h patch-src_cc_log_h patch-src_cc_options_h patch-src_cc_sig_h Log message: Add explicit includes, fixes build with Boost 1.56 from gentoo via upstream CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/29 01:16:05 Modified files: x11/jwm : Makefile distinfo Log message: Bugfix update to jwm-2.3.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/29 01:20:11 Modified files: x11/compiz : Makefile.inc Log message: Add PORTROACH annotation: limit to even version numbers. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/06/29 01:23:00 Added files: regress/usr.sbin/syslogd: args-selector.pl Log message: Test that selectors, which specify facility and severity level for each logfile, work as documented in syslog.conf(5). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/29 01:31:40 Modified files: audio/mpd/patches: patch-configure Log message: don't disable exceptions; as needed by newer boost and doesn't harm current boost CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/29 01:31:48 Added files: games/alephone/alephone/patches: patch-Source_Files_Sound_SoundManager_cpp Log message: Directly include iostream for cerr (newer Boost versions no longer pull it in for us) from upstream CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/29 01:35:14 Modified files: x11/gnome/builder/patches: patch-src_greeter_gb-greeter-window_c Log message: Pushed upstream. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/29 02:04:42 Added files: games/valyriatear/patches: patch-src_luabind_luabind_object_hpp Log message: Fixed luabind compilation when using boost 1.57 from upstream CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/29 02:13:50 Added files: databases/mongodb/patches: patch-src_mongo_shell_linenoise_utf8_h Log message: Include to unbreak building with boost 1.56. From upstream CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/29 02:37:57 Modified files: x11/mlterm : Makefile x11/mlterm/pkg : PLIST Log message: Fix install target CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/29 03:08:53 Log message: Import gdmap-0.8.1 GdMap is a tool which allows to visualize disk space. To display directory structures cushion treemaps are used which visualize a complete folder or even the whole hard drive with one picture. Cushion treemaps display directories and files in rectangular areas. The larger a file is the larger is the rectangle which represents it. All files in one directory are painted within the rectangle of that directory. OK kirby@ Status: Vendor Tag: czarkoff Release Tags: czarkoff_20150629 N ports/sysutils/gdmap/Makefile N ports/sysutils/gdmap/distinfo N ports/sysutils/gdmap/patches/patch-src_gui_main_c N ports/sysutils/gdmap/patches/patch-src_gui_support_c N ports/sysutils/gdmap/pkg/DESCR N ports/sysutils/gdmap/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/29 03:22:20 Modified files: sysutils/gdmap : Makefile Log message: No need for p5-XML-Parser. Missing textproc/intltool MODULE. Properly detect gettext. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/29 03:49:50 Modified files: sysutils/gdmap : Makefile Log message: fix license marker, 'XXX' is not a valid license and PERMIT_PACKAGE_CDROM should not have been set to 'yes' when this was imported. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/29 03:52:25 Modified files: mail/imapfilter: Makefile distinfo Log message: Update to imapfilter-2.6.1. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/06/29 04:24:14 Modified files: sys/dev/pcmcia : if_xe.c Log message: dont double count if_ibytes here, it gets done by something inside if_input. from and ok mpi@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/06/29 04:32:29 Modified files: sys/net : if.c if_ethersubr.c if_trunk.c if_vlan.c sys/netinet : ip_carp.c Log message: count if_ibytes in if_input like we do for if_ipackets. tweaks and ok mpi@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/06/29 04:46:28 Modified files: devel/jdk/1.8 : Makefile Log message: neuter another check that picks up gawk without need; ok kurt@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/29 04:52:40 Modified files: sys/dev/usb : usb.h Log message: Add missing definition of "usb_interface_assoc_descriptor" needed to for a tool parsing device descriptors. Use the same name as DragonFly/FreeBSD since they export it to userland. From Ludovic Coues. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/29 05:04:16 Modified files: sys/net : route.c Log message: Never cache a RTF_GATEWAY route as next hop for a gateway route. This prevents rtentry loops when rt->rt_gwroute points to rt leading to an infamous "rtentry leak" panic, easily triggered by dhclient(8) trying to remove a route after resuming a machine. This bug is at least 20 years old! 4.4BSD-Lite2 had a fix for it in its X.25 output routine but apparently it never made it into OpenBSD. ok claudio@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/06/29 05:04:28 Modified files: usr.sbin/syslogd: syslog.conf.5 syslogd.c Log message: Add the possiblity to store all syslog messages received from a specific host into a single log file. For programs this is already implemented for !prog blocks. So do the same with +host for hostnames. Based on a diff from Gregory Edigarov; OK jung@ sthen@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/06/29 05:12:49 Added files: regress/usr.sbin/syslogd: args-block-duplicate.pl args-block-host-quick.pl args-block-host.pl args-block-prog-host-quick.pl args-block-prog-host.pl Log message: Add test for blocks in syslog.conf constructed with the +host and ++host and +* keyword. CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2015/06/29 05:43: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.zaurus Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/29 06:56:13 Modified files: games/wesnoth/patches: Tag: OPENBSD_5_7 patch-src_server_server_cpp Log message: regen; no pkg change CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/06/29 07:45:53 Modified files: games/wesnoth : Makefile distinfo games/wesnoth/pkg: PLIST Log message: bugfix/security update to wesnoth-1.12.4 fixes CVE-2015-5070 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/29 07:51:05 Modified files: games/wesnoth : Tag: OPENBSD_5_7 Makefile Added files: games/wesnoth/patches: Tag: OPENBSD_5_7 patch-src_filesystem_boost_cpp patch-src_filesystem_cpp Log message: Security fixes for CVE-2015-5096, CVE-2015-5070 ok kirby@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/29 08:01:23 Modified files: www/elinks : Makefile Log message: Missed bump. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/06/29 08:24:40 Modified files: app/cwm : kbfunc.c Log message: Shuffle code in kbfunc_ssh so that a missing known_hosts file still allows a (now blank) menu to appear, as opposed to nothing at all. Behavior reported by Alex Greif. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/29 08:46:57 Modified files: x11/afterstep : Makefile distinfo x11/afterstep/patches: patch-configure patch-libAfterBase_configure patch-libAfterImage_configure patch-src_ASDocGen_xmlproc_c patch-src_WinCommand_WinCommand_c x11/afterstep/pkg: PLIST Added files: x11/afterstep/patches: patch-libAfterBase_timer_c patch-libAfterConf_Makefile_in Removed files: x11/afterstep/patches: patch-Makefile_in patch-afterstep_Makefile_in patch-doc_afterstepdoc_in patch-libASGTK_asgtklookedit_c patch-libAfterBase_Makefile_in patch-libAfterBase_safemalloc_h patch-libAfterImage_Makefile_in patch-libAfterImage_export_c patch-libAfterImage_import_c patch-libAfterStep_asapp_h patch-tools_importasmenu Log message: Update to afterstep-2.2.12. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/06/29 09:03:33 Modified files: bin/ps : extern.h print.c ps.1 ps.c Log message: After removing the p_swtime from the kernel, ps always printed 0.0 as %cpu time. Remove the calculation in ps that includes the process lifetime. Just print the p_pctcpu value, that was done before when ps was called with -C. Keep -C as a no-op for existing scripts. OK millert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/29 09:20:13 Modified files: x11/gnome/totem: Makefile distinfo Log message: Update to totem-3.16.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/29 09:39:44 Modified files: mail/abook : Makefile mail/abook/pkg : PLIST x11/xtraceroute: Makefile x11/xtraceroute/pkg: PLIST net/nicotine : Makefile net/nicotine/pkg: PLIST net/pebrot : Makefile net/pebrot/pkg : PLIST graphics/icoutils: Makefile graphics/icoutils/pkg: PLIST sysutils/tpb : Makefile sysutils/tpb/pkg: PLIST textproc/txt2tags: Makefile textproc/txt2tags/pkg: PLIST Log message: - regen half the remaining PLISTs containing unneeded /usr/local/share/locale/ - sync a wantlib while there CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/29 10:02:58 Added files: devel/xulrunner/24/patches: patch-config_system-headers patch-js_src_config_system-headers Log message: Fix building with freetype-2.6 or later CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/06/29 10:43:10 Modified files: security/keychain: Makefile Log message: Update HOMEPAGE, bump rev. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/29 11:06:15 Modified files: devel/pcre : Makefile devel/pcre/patches: patch-pcre_compile_c Log message: Security fix for CVE-2015-5073. ok robert@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/29 11:07:23 Modified files: devel/pcre : Tag: OPENBSD_5_7 Makefile devel/pcre/patches: Tag: OPENBSD_5_7 patch-pcre_compile_c Log message: Security fix for CVE-2015-5073. ok robert@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/29 12:27:40 Modified files: sys/dev/usb : uhub.c Log message: Move the logic to handle a "connect status change" from uhub_explore() into its own functions. Needed for upcoming "port link state" change handling. Tested by sobrado@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/29 12:33:23 Modified files: sys/dev/usb : xhci.c Log message: Clear root hub's "port link state". Allow to re-plug USB3 devices on the root hub withtout going through a suspend/resume cycle (or rebooting) with Intel ICH7 xHCI as found the hardway by sobrado@. Debugging help from M.A.R. Osorio, tested by sobrado@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/29 12:38:50 Modified files: lang/elixir : Makefile distinfo lang/elixir/pkg: PLIST Log message: - update to elixir 1.0.5 - switch to erlang 18 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/29 12:41:44 Added files: mail/mozilla-thunderbird/patches: patch-mozilla_config_system-headers www/seamonkey/patches: patch-mozilla_config_system-headers www/mozilla-firefox/patches: patch-config_system-headers www/firefox-esr/patches: patch-config_system-headers Log message: Fix building with freetype-2.6 or later https://hg.mozilla.org/mozilla-central/rev/afd840d66e6a CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/06/29 12:55:03 Modified files: lang/ruby/2.0 : Makefile lang/ruby/2.1 : Makefile lang/ruby/2.2 : Makefile Added files: lang/ruby/2.0/patches: patch-lib_rubygems_remote_fetcher_rb lang/ruby/2.1/patches: patch-lib_rubygems_remote_fetcher_rb lang/ruby/2.2/patches: patch-lib_rubygems_remote_fetcher_rb Log message: Add fixes for CVE-2015-3900 and CVE-2015-4020 OK jasper@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/06/29 12:58:05 Modified files: sys/dev/pci : if_oce.c Log message: Hide ETHER_ALIGN mbuf adjustment under "#ifdef __STRICT_ALIGNMENT" for now to get jumbo frames working. oce(4) will need the same treatment as ix(4) when sparc64 support will be implemented. Tested by Pedro Caetano , thanks! CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/06/29 13:06:33 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/06/29 13:21:23 Modified files: distrib/sets/lists/base: md.macppc md.socppc distrib/sets/lists/comp: md.macppc md.socppc Log message: sync CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2015/06/29 13:43:54 Log message: Import HDF5-1.8.15 Patch 1 HDF5 is a data model, library, and file format for storing and managing data. It supports an unlimited variety of datatypes, and is designed for flexible and efficient I/O and for high volume and complex data. HDF5 is portable and is extensible, allowing applications to evolve in their use of HDF5. The HDF5 Technology suite includes tools and applications for managing, manipulating, viewing, and analyzing data in the HDF5 format. OK czarkoff@, pirofti@ Status: Vendor Tag: feinerer Release Tags: feinerer_2015-Jun-29 N ports/math/hdf5/Makefile N ports/math/hdf5/distinfo N ports/math/hdf5/patches/patch-configure N ports/math/hdf5/patches/patch-tools_lib_h5diff_array_c N ports/math/hdf5/pkg/DESCR N ports/math/hdf5/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/29 13:45:05 Modified files: graphics/birdfont: Makefile distinfo Log message: Update to 2,10,5 Birdfont now requires Roboto fonts for its UI. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/06/29 13:56:58 Modified files: regress/sys/kern/extent: Makefile Log message: Make this pass again on 32-bit platforms. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/29 14:03:22 Modified files: net/GeoIP : Makefile distinfo Log message: update to a newer GeoIP geolite database CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2015/06/29 14:10:20 Modified files: math : Makefile Log message: Hook up hdf5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/29 14:21:48 Modified files: security/oath-toolkit: Makefile distinfo security/oath-toolkit/pkg: PLIST-main Log message: update to oath-toolkit 2.6.0, sync wantlib and build the pam module. From Bjorn Ketelaars, plus bump liboath minor. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/29 14:33:28 Modified files: security/polarssl: Makefile Log message: update HOMEPAGE/MASTER_SITES (polarssl -> tls.mbed.org) CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/06/29 14:56:22 Modified files: sysutils : Makefile Log message: +gdmap CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2015/06/29 16:17:47 Modified files: misc/brltty : Makefile Added files: misc/brltty/files: sys_pcm_sndio.h misc/brltty/patches: patch-Programs_sys_openbsd_c patch-configure Log message: add sndio backend, fixes build ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2015/06/29 16:19:22 Modified files: misc/xcdroast : Makefile Added files: misc/xcdroast/patches: patch-configure patch-src_io_c patch-src_wavplay_c Log message: Add sndio backend. ok sthen@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/06/29 16:35:12 Modified files: usr.bin/ssh : sandbox-systrace.c Log message: add getpid to sandbox, reachable by grace_alarm_handler reported by Jakub Jelen; bz#2419 CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2015/06/29 16:38:59 Added files: graphics/xanim/patches: patch-Imakefile patch-xa_acodec_c patch-xa_audio_c patch-xa_audio_h patch-xanim_c patch-xanim_h Removed files: graphics/xanim/patches: i386-patch patch-a patch-b patch-c patch-d patch-e patch-f Log message: Regen patches. No md5 change in patched files. Suggested by sthen. CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2015/06/29 17:07:08 Modified files: graphics/xanim : Makefile graphics/xanim/patches: patch-Imakefile patch-xa_acodec_c patch-xa_audio_c patch-xa_audio_h patch-xanim_c patch-xanim_h Log message: Add sndio backend, fixes build. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/29 22:37:01 Modified files: textproc/libxslt: Makefile Log message: Unbreak the no_python FLAVOR (my bad). based on a patch by Nathanael Rensen, thanks! CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2015/06/29 23:02:03 Modified files: math/hdf5 : Makefile Log message: Add comment for USE_LIBTOOL=gnu usage Requested by sthen@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/06/29 23:23:25 Modified files: usr.bin/ssh : channels.c Log message: Fix math error in remote window calculations that causes eventual stalls for datagram channels. Reported by Georg Wicherski, ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/06/29 23:25:08 Modified files: usr.bin/ssh : channels.c Log message: fatal() when a remote window update causes the window value to overflow. Reported by Georg Wicherski, ok markus@ CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2015/06/29 23:34:33 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.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.zaurus mi distrib/sets/lists/xshare: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.i386 md.landisk md.loongson md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.zaurus mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/29 23:38:59 Modified files: textproc/libxmlbird: Makefile distinfo textproc/libxmlbird/patches: patch-scripts_bavala_py Log message: Update to 1.0.6, no library change just a change to the build tendrils. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/06/30 00:10:21 Modified files: sys/arch/octeon/octeon: autoconf.c Log message: Add "sd" to be specifiedit as "rootdev=" boot parameter. ok jmatthew CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/06/30 01:08:28 Modified files: devel/xulrunner/24/patches: patch-config_system-headers patch-js_src_config_system-headers Log message: Add missing url, so it's clear this came from upstream CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/06/30 01:24:40 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: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.i386 md.landisk md.loongson md.macppc md.octeon md.sgi md.socppc md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/30 01:51:31 Modified files: lang/ruby/2.0 : Tag: OPENBSD_5_7 Makefile lang/ruby/2.1 : Tag: OPENBSD_5_7 Makefile lang/ruby/2.2 : Tag: OPENBSD_5_7 Makefile Added files: lang/ruby/2.0/patches: Tag: OPENBSD_5_7 patch-lib_rubygems_remote_fetcher_rb lang/ruby/2.1/patches: Tag: OPENBSD_5_7 patch-lib_rubygems_remote_fetcher_rb lang/ruby/2.2/patches: Tag: OPENBSD_5_7 patch-lib_rubygems_remote_fetcher_rb Log message: Security fixes for CVE-2015-3900 and CVE-2015-4020 with jeremy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/30 01:58:42 ports/www/py-jwt/patches Update of /cvs/ports/www/py-jwt/patches In directory cvs.openbsd.org:/tmp/cvs-serv2213/patches Log Message: Directory /cvs/ports/www/py-jwt/patches added to the repository CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/06/30 02:28:38 Modified files: usr.sbin/httpd : patterns.7 Log message: Add a small paragraph about some difference with Lua implementation. Suggestion from Theo Buehler. OK jmc@ reyk@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/06/30 02:40:55 Modified files: sys/arch/amd64/amd64: pmap.c Log message: Clean up a needless check in an if statement. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/30 02:57:16 Modified files: devel/p5-Glib2 : Makefile distinfo devel/p5-Glib2/pkg: PLIST Log message: Update to p5-Glib2-1.310. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/30 03:02:54 Modified files: x11/vlc : Makefile Log message: remove the BROKEN-amd64 marker; there is a problem, seemingly with ld.so (_dl_cache_grpsym_list in backtrace) and it affects more than just amd64, but the failure doesn't happen every time, so removing the BROKEN marker at least gives us a chance to reattempt builds if it fails. espie@ ajacoutot@ ok with removing the BROKEN marker for now. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/30 03:13:53 Modified files: sys/net : if_bridge.c Log message: Move the specialized m_copym2() preserving the alignment of the payload after the Ethernet header in its own function and use it in bridge_input(). This should fix alignment issues kettenis@ is seeing. ok bluhm@, claudio@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/30 03:15:32 Modified files: math/hdf5 : Makefile math/hdf5/patches: patch-configure Log message: No need for gnu libtool. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/30 03:19:48 Modified files: net/icinga/core2: Makefile distinfo net/icinga/core2/pkg: PLIST-main Log message: update to icinga2-2.3.5, still no closer to solving the problems though so it remains marked BROKEN. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/30 03:26:06 Modified files: graphics/xanim : Makefile Added files: graphics/xanim/patches: i386-patch Log message: reinstate i386-patch CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/30 04:53:18 Modified files: graphics/clutter/core: Makefile distinfo Log message: update to clutter-1.22.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/30 04:53:28 Modified files: graphics/clutter/clutter-gtk: Makefile distinfo Log message: - update to clutter-gtk-1.6.2 - sync WANTLIB CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/06/30 06:03:32 Modified files: usr.sbin/syslogd: privsep.c syslogd.8 syslogd.c syslogd.h Log message: Add a -U command line switch for syslogd to specify an explict bind address to receive UDP packets. One advantge over -u and the * sockets is that you can bind to localhost and divert the packets with pf. It is also possible to use a non standard port. OK jung@ jmc@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/06/30 06:22:30 Added files: regress/usr.sbin/syslogd: args-client-bind-only4.pl args-client-bind-only6.pl args-client-bind-port.pl args-client-bind.pl args-client-bind4-port.pl args-client-bind4.pl args-client-bind6-port.pl args-client-bind6.pl Log message: Add tests for syslog -U. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/30 07:42:16 Modified files: www/py-jwt : Makefile Added files: www/py-jwt/patches: patch-setup_py Log message: don't let setuptools in py-jwt fetch pytest-runner over the network at build time. ok johan huldtgren, landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/06/30 07:54:39 Modified files: editors/subtitleeditor: Makefile distinfo editors/subtitleeditor/pkg: PLIST Log message: Update to subtitleeditor-0.52.1. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/30 07:54:42 Modified files: sys/dev/usb : if_upl.c sys/net : bridgestp.c if.c if_bridge.c if_ethersubr.c if_gif.c if_mpe.c if_pppx.c if_spppsubr.c if_trunk.c if_tun.c if_var.h if_vlan.c trunklacp.c sys/net80211 : ieee80211_input.c ieee80211_output.c sys/netinet : ip_carp.c Log message: Rename if_output() into if_enqueue() to avoid confusion with comments talking about (*ifp->if_output)(). ok claudio@, dlg@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/06/30 08:01:44 Modified files: app/cwm : client.c screen.c xevents.c Log message: Re-implement XClientMessage handling so that we can feed screen_find and client_find valid resources as needed, relieving the need for screen_find to ungracefully handle invalid root windows. Removes a long standing XXX. Should theoretically allow XClientMessage handling on more than one X screen. Alter callers of screen_find to handle failures. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/06/30 09:30:17 Modified files: sys/kern : uipc_mbuf2.c uipc_socket.c uipc_socket2.c uipc_usrreq.c sys/net : if_ethersubr.c pf.c raw_usrreq.c rtsock.c sys/netinet : ip_mroute.c ip_output.c raw_ip.c tcp_output.c udp_usrreq.c sys/netinet6 : icmp6.c ip6_forward.c ip6_mroute.c ip6_output.c raw_ip6.c sys/sys : mbuf.h Log message: Get rid of the undocumented & temporary* m_copy() macro added for compatibility with 4.3BSD in September 1989. *Pick your own definition for "temporary". ok bluhm@, claudio@, dlg@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/06/30 09:49:00 Modified files: devel/cxxtools : Makefile devel/cxxtools/pkg: PLIST Log message: Use a variable to specify arch for use in cxxtools PLIST. ok jasper@ cxxtools now installs only the header for the current arch, so without this packaging fails on arch other than the one where PLIST was generated. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/06/30 12:41:24 Modified files: usr.sbin/syslogd: syslogd.c Log message: Sort the syslogd getopt string and switch cases according to the man page. This makes it easier to check wether both are consistent. OK jung@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/06/30 12:42:50 Modified files: app/cwm : conf.c menu.c search.c Log message: style and spacing nits CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/06/30 12:44:30 Modified files: app/cwm : conf.c Log message: keep cmdq sorted CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/06/30 12:54:12 Modified files: app/cwm : calmwm.h kbfunc.c mousefunc.c search.c Log message: Introduce a callback for cmd menu printing, special-casing 'lock' and 'term'. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/06/30 13:01:05 Modified files: usr.sbin/httpd : patterns.7 Log message: new sentence, new line; my apologies to semarie for not pointing this out when he asked for an ok... CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/06/30 13:02:25 Modified files: app/cwm : kbfunc.c mousefunc.c Log message: no longer need to pass down format strings after introducing search_print_cmd CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/06/30 13:20:09 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: cosmetic comma is not really necessary, better to have a raw list of packages. Pointed out by theo. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/30 13:35:27 Modified files: productivity/projectlibre: Makefile distinfo Log message: update to projectlibre-1.6.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/30 13:39:23 Modified files: devel/ruby-rspec/specinfra: Makefile distinfo devel/ruby-rspec/specinfra/pkg: PLIST Log message: update to specinfra-2.36.6 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/30 13:42:39 Modified files: x11/gnome/file-roller: Makefile distinfo Removed files: x11/gnome/file-roller/patches: patch-src_fr-command-unarchiver_c Log message: update to file-roller-3.16.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/06/30 14:07:23 Modified files: converters/convmv: Makefile distinfo Log message: update to convmv-2.0 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/06/30 14:42:38 Modified files: . : events.html Log message: a big developer speaking event will happen in calgary july 20 at sait. this is the preliminary information about it (subject to a few more changes in the next few days, but you can start informing people) CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/06/30 15:00:27 Modified files: . : events.html Log message: improve text CVSROOT: /cvs Module name: www Changes by: gilles@cvs.openbsd.org 2015/06/30 15:58:10 Modified files: opensmtpd : index.html Added files: opensmtpd/announces: release-5.7.1.txt Log message: opensmtpd 5.7.1 is here ! CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/06/30 18:07:08 Modified files: audio/schismtracker: Makefile distinfo Removed files: audio/schismtracker/patches: patch-modplug_snd_gm_c Log message: Create our own "release" of Schism Tracker, using the code from the tip of the development. Unlike the last release, this version works well and has the benefit of further work. Because versioning is YYYYMMDD, when upstream cuts a new release we will be able to move to it without issue. ok jung@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/06/30 19:55:00 Modified files: usr.bin/ssh : servconf.c Log message: reset default PermitRootLogin to 'yes' (momentarily, for release) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/06/30 19:55:13 Modified files: usr.bin/ssh : version.h Log message: openssh-6.9 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/06/30 19:56:13 Modified files: usr.bin/ssh : servconf.c Log message: put back default PermitRootLogin=no CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/06/30 20:26:31 Modified files: usr.bin/ssh : channels.c channels.h clientloop.c Log message: better refuse ForwardX11Trusted=no connections attempted after ForwardX11Timeout expires; reported by Jann Horn CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/06/30 20:32:17 Modified files: usr.bin/ssh : servconf.c Log message: twiddle; (this commit marks the openssh-6.9 release) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/06/30 20:39:06 Modified files: usr.bin/ssh : servconf.c Log message: twiddle PermitRootLogin back CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2015/06/30 21:14:03 Modified files: openssh : ftp.html index.html openbsd.html Log message: CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2015/06/30 21:14:17 Modified files: build : Makefile build/mirrors : openssh-ftp.html.head Log message: openssh-6.9 CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2015/06/30 21:58:23 Added files: openssh/txt : release-6.9 Log message: openssh-6.9 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/07/01 00:35:18 Modified files: net/balance : Makefile distinfo Log message: Update to balance-3.57. ok gonzalo@ CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/07/01 01:21:10 Modified files: regress/lib/libssl/unit: cipher_list.c Log message: specify the array initializer value noted by kinichiro from github CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/07/01 02:08:18 Modified files: devel/cmake : Makefile cmake.port.mk Added files: devel/cmake/patches: patch-Modules_FindBoost_cmake Log message: Prompted by a mail from "EdaSky" (http://marc.info/?l=openbsd-misc&m=143552406830762): automagically add pthread to Boost_LIBRARIES and '-pthread' to compiler flags if the boost_thread component is requested. Fix boost_thread's "Compiler threading support is not turned on, please set the correct command line options for threading" error without the need to tamper with CMAKE_CXX_FLAGS. Based on a patch found in the Debian package for cmake, which I've enhanced/modernized a bit. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/01 02:19:39 Modified files: net/netatalk : Makefile Log message: Add PORTROACH. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/07/01 02:36:20 Modified files: x11/smplayer : Makefile distinfo x11/smplayer/pkg: PLIST Log message: Update to 14.9.0.6994 based on a diff by gonzalo@ for a previous version ok gonzalo@ (Maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/01 02:41:59 Modified files: devel/boost : Makefile distinfo devel/boost/patches: patch-Jamroot patch-boost_archive_iterators_remove_whitespace_hpp patch-boost_asio_detail_pipe_select_interrupter_hpp patch-boost_functional_hash_detail_limits_hpp patch-libs_config_test_boost_has_pthread_yield_ipp patch-libs_filesystem_src_operations_cpp patch-libs_filesystem_src_path_cpp devel/boost/pkg: DESCR PLIST Added files: devel/boost/patches: patch-boost_predef_other_endian_h patch-libs_log_src_timestamp_cpp patch-tools_build_src_tools_gcc_jam Removed files: devel/boost/patches: patch-boost_detail_endian_hpp patch-boost_interprocess_detail_workaround_hpp patch-boost_throw_exception_hpp patch-tools_build_v2_tools_gcc_jam Log message: - update to boost 1.58.0 earlier diff looked good to brad tested in multiple bulks by aja@ and me ok aja@ robert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/01 02:42:52 Modified files: graphics/hugin : Makefile Added files: graphics/hugin/patches: patch-src_tools_ParseExp_cpp Log message: - Use Boost::Phoenix V3 in Boost Spirit for expression parsing (from upstream) - bump boost dependency CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/01 02:45:19 Modified files: graphics/mapnik: Makefile graphics/mapnik/patches: patch-SConstruct Added files: graphics/mapnik/patches: patch-include_mapnik_css_color_grammar_hpp patch-include_mapnik_expression_grammar_hpp patch-include_mapnik_json_feature_collection_grammar_hpp patch-include_mapnik_json_feature_grammar_hpp patch-include_mapnik_json_feature_parser_hpp patch-include_mapnik_json_geometry_generator_grammar_hpp patch-include_mapnik_json_geometry_grammar_hpp patch-include_mapnik_svg_svg_path_commands_hpp patch-include_mapnik_svg_svg_transform_grammar_hpp patch-include_mapnik_util_geometry_svg_generator_hpp patch-include_mapnik_util_geometry_wkt_generator_hpp patch-include_mapnik_wkt_wkt_grammar_hpp patch-src_json_feature_collection_parser_cpp patch-src_json_feature_parser_cpp patch-src_save_map_cpp Log message: - lots of fixes from upstream to build with new boost/phoenix v3 (from upstream) - bump boost dependency ok landry@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/01 02:57:07 Modified files: graphics/py-matplotlib: Makefile Log message: Rework WANTLIB/DEPENDS. By default we depend on py-gtk+2 except for the python3 FLAVOR where we depend on py-gobject3 and gtk+3. We don't want to depend on all possible toolkits for obvious reason, so people will have to manually install py-qt4 for example to use the qt4 toolkit. changes triggered by a mail from Predrag Punosevac ok daniel@ (maintainer) who may revisit this port if needed in a few days CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/07/01 03:00:38 Modified files: sysutils/ruby-r10k: Makefile distinfo sysutils/ruby-r10k/pkg: PLIST Log message: Minor update to 2.0.2 OK jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/01 03:12:01 Modified files: sysutils/ruby-facter: Makefile sysutils/ruby-facter/pkg: PLIST Log message: - add pkgspec and conflict marker for upcoming facter 3.x CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/01 03:13:33 Log message: import facter-3.0.1 Native implementation of facter functionality in C++11, providing: - a shared library which gather facts about the system - an executable for standalone command line usage - a ruby file to enable require 'facter' Facter is especially useful for retrieving things like operating system names, hardware characteristics, IP addresses, MAC addresses, and SSH keys. Note that this port doesn't provide all the facts that sysutils/ruby-facter does right now, but that's being worked on. therefore it's not used by puppet yet. feedback/ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20150107 N ports/sysutils/facter/distinfo N ports/sysutils/facter/Makefile N ports/sysutils/facter/patches/patch-lib_src_util_posix_dynamic_library_cc N ports/sysutils/facter/patches/patch-lib_CMakeLists_txt N ports/sysutils/facter/patches/patch-CMakeLists_txt N ports/sysutils/facter/patches/patch-vendor_leatherman_logging_CMakeLists_txt N ports/sysutils/facter/patches/patch-lib_src_ruby_api_cc N ports/sysutils/facter/patches/patch-lib_src_facts_posix_identity_resolver_cc N ports/sysutils/facter/patches/patch-lib_src_facts_bsd_filesystem_resolver_cc N ports/sysutils/facter/patches/patch-lib_src_facts_bsd_collection_cc N ports/sysutils/facter/pkg/PLIST N ports/sysutils/facter/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/01 03:14:19 Modified files: sysutils : Makefile Log message: +facter CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/01 03:21:53 Modified files: sysutils/ruby-facter: Makefile Log message: Technically it should be facter->=2.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/01 03:22:44 Modified files: devel/libmtp : Makefile devel/libmtp/pkg: PLIST Log message: Regen PLIST. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/01 03:57:26 Modified files: sysutils/facter/patches: patch-CMakeLists_txt patch-lib_CMakeLists_txt patch-lib_src_facts_posix_identity_resolver_cc Log message: merged upstream CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/01 04:35:29 Modified files: net/ntp : Makefile distinfo net/ntp/pkg : PLIST Log message: update to ntp-4.2.8p3, various fixes including a remote crash in some (uncommon) conditions; if: - remote configuration of ntpd is enabled (it's disabled by default), - and an attacker knows the remote configuration password, - and has access to a computer that is allowed to send remote configuration requests to ntpd, the attacker can send a carefully-crafted packet to ntpd that will cause ntpd to crash. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/01 05:26:55 Modified files: textproc/libxml: Makefile Added files: textproc/libxml/patches: patch-buf_c patch-include_libxml_tree_h patch-xmlreader_c Log message: SECURITY fix for CVE-2015-1819: - Enforce the reader to run in constant memory reminded by kwm@FreeBSD.org ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/01 05:31:32 Modified files: textproc/libxml: Tag: OPENBSD_5_7 Makefile Added files: textproc/libxml/patches: Tag: OPENBSD_5_7 patch-buf_c patch-include_libxml_tree_h patch-xmlreader_c Log message: SECURITY fix for CVE-2015-1819: - Enforce the reader to run in constant memory CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/07/01 05:33:50 Modified files: net/osrtspproxy: Makefile net/osrtspproxy/patches: patch-configure net/osrtspproxy/pkg: PLIST Added files: net/osrtspproxy/patches: patch-libapp_bitset_cpp patch-libapp_dbg_cpp patch-libapp_dbg_h patch-libapp_resolver_cpp patch-libapp_resolver_h patch-libapp_sock_cpp patch-libapp_str_cpp patch-libapp_stream_h patch-libapp_thread_cpp patch-libapp_timer_h patch-librtsp_rtspprot_cpp patch-rtspproxy_proxysession_cpp patch-rtspproxy_rtspproxy_cpp patch-rtspproxy_tranhdr_cpp Log message: Apply a bunch of patches to get osrtspproxy running. Upstream is dead, so keep patches locally. On top of that, fix linker warnings about unsave string operations. Take maintainer. OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/01 05:59:24 Modified files: net/ntp : Makefile Log message: add a second MASTER_SITES, archive.ntp.org seems unhappy CVSROOT: /cvs Module name: www Changes by: aoyama@cvs.openbsd.org 2015/07/01 06:47:56 Modified files: . : luna88k.html Log message: Add cbus(4) devices which have been supported since 5.7. CVSROOT: /cvs Module name: www Changes by: mpi@cvs.openbsd.org 2015/07/01 07:44:44 Modified files: . : macppc.html Log message: PowerMac 11,2 is supported and SATA do work on G5s now. Even if there's still some bugs lurking, all G5-based machines should now be supported. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/01 07:52:04 Modified files: net/unifi : Makefile distinfo net/unifi/pkg : PLIST Log message: update to unifi-4.6.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/01 08:10:03 Modified files: productivity/googlecl: Makefile Log message: mark googlecl BROKEN; only supports OAuth 1.0, no longer supported by Google pointed out by Raf Czlonka CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/07/01 08:29:36 Modified files: app/cwm : search.c Log message: only special case label matches (and still list); get rid of the rest - matchname is complete enough CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/07/01 08:36:42 Modified files: app/cwm : client.c conf.c menu.c mousefunc.c search.c xevents.c Log message: style CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2015/07/01 09:44:48 Modified files: devel/jdk/1.7 : Makefile Added files: devel/jdk/1.7/patches: patch-jdk_make_com_sun_java_pack_Makefile patch-jdk_make_com_sun_java_pack_mapfile-vers-unpack200 Log message: Fix unpack200 segfault due to symbol visablity. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/01 12:17:11 Modified files: x11 : Makefile Log message: Link yakuake-kde4 to build. There were some problems with building it a while ago, when KDE3 and KDE4 builds weren't separated well enough. No problems are there now, so there is no reason to avoid building it either. Tested on amd64. Note that yakuake could fail to show its window under cwm, the issue is to be resolved. It works perfectly fine under KWin, though. Reminded & prodded by aja@ CVSROOT: /cvs Module name: www Changes by: zhuk@cvs.openbsd.org 2015/07/01 12:50:21 Modified files: faq/ports : testing.html Log message: We want DESCR to be wrapped at 80 characters, not 72. The inconsistence was pointed out by Giannis Tsaraias, thanks! CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/01 13:30:06 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2015/07/01 14:10:39 Modified files: . : Makefile Log message: silence checkflist command, like base CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2015/07/01 14:54:03 Modified files: x11/xfce4/xfce4-clipman: Makefile Log message: Add libqrencode optional addition to v1.2.4. Ok landry@ maintainer CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/01 15:10:42 Modified files: net/powerdns : Makefile distinfo Removed files: net/powerdns/patches: patch-pdns_Makefile_in Log message: update to PowerDNS 3.4.5, ok florian@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/07/01 15:12:49 Modified files: distrib/miniroot: dot.profile Log message: Use ksh style tests like in the rest of the installer scripts. OK krw@ halex@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/07/01 15:26:38 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST Log message: Update sysutils/ansible to 1.9.2. - Security fixes to check that hostnames match certificates with https urls (CVE-2015-3908) - get_url and uri modules - url and etcd lookup plugins - Security fixes to the zone (Solaris containers), jail (bsd containers), and chroot connection plugins. For a full list of changes see: https://github.com/ansible/ansible/blob/v1.9.2-1/CHANGELOG.md OK aja@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/07/01 15:33:25 Log message: Import games/pentobi ok landry@ Pentobi is a clone of the board game Blokus. Features: * Supported game variants: Classic (2, 3 or 4 players), Duo, Trigon (2, 3 or 4 players), and Junior * Different levels of playing strength * Player rating by playing rated games against the computer * Game analysis function * Save and load games in Smart Game Format including comments and move variations Status: Vendor Tag: bcallah Release Tags: bcallah_20150701 N ports/games/pentobi/Makefile N ports/games/pentobi/distinfo N ports/games/pentobi/pkg/PLIST N ports/games/pentobi/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/07/01 15:33:49 Modified files: games : Makefile Log message: +pentobi CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/07/01 17:10:47 Modified files: usr.bin/ssh : Makefile.inc Log message: Compile-time disable SSH v.1 again CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/07/01 17:11:18 Modified files: regress/usr.bin/ssh/unittests: Makefile.inc Log message: don't expect SSH v.1 in unittests CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/01 18:10:16 Modified files: x11/grantlee : Makefile distinfo x11/grantlee/patches: patch-cmake_modules_GrantleeUse_cmake patch-templates_lib_CMakeLists_txt patch-templates_scriptabletags_CMakeLists_txt patch-templates_tests_CMakeLists_txt patch-templates_tests_pluginpointertest_CMakeLists_txt patch-textdocument_lib_CMakeLists_txt x11/grantlee/pkg: PLIST x11/kde4/libs : Makefile distinfo x11/kde4/libs/pkg: PLIST-main x11/kde4/pimlibs: Makefile distinfo x11/kde4/pim-runtime: Makefile distinfo x11/kde4/pim : Makefile distinfo x11/kde4/pim/patches: patch-CMakeLists_txt patch-knotes_CMakeLists_txt patch-kontact_plugins_knotes_CMakeLists_txt patch-noteshared_CMakeLists_txt x11/kde4/pim/pkg: PLIST x11/kde4/workspace: Makefile distinfo x11/kde4/workspace/pkg: PLIST Added files: x11/kde4/pim : patch-akonadi_next_kreparentingproxymodel_cpp patch-libkdepim_addressline_addresseelineedit_cpp Removed files: x11/kde4/pim/patches: patch-akonadi_next_kreparentingproxymodel_cpp patch-libkdepim_addressline_addresseelineedit_cpp Log message: Maintaince update of some KDE4 components, brought to you (mostly) by KDE PIM team. Includes update of Grantlee to 0.5.0, last KDE4 release; previous version, 0.3.0, was too old for new kdepim. Separate update will be problematic because PLIST of kdepim package relies on minor version of Grantlee. Lightly tested on amd64. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/01 18:22:18 Modified files: lang/gcc/4.6 : Makefile lang/gcc/4.6/pkg: PLIST-main lang/gcc/4.8 : Makefile lang/gcc/4.8/pkg: PLIST-main lang/gcc/4.9 : Makefile lang/gcc/4.9/pkg: PLIST-main Log message: Remove extra @pkgpath markers. They were relevant for GCC 4.2, which was not MULTI_PACKAGEd initially, but not for later ones. Feedback and 4.9 part okay from sthen@. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/07/01 19:34:00 Modified files: share/man/man9 : Makefile sys/arch/alpha/include: cpu.h sys/arch/amd64/include: cpu.h sys/arch/hppa/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/sparc64/include: cpu.h sys/conf : files sys/kern : init_main.c sys/sys : param.h Added files: share/man/man9 : srp_enter.9 sys/kern : kern_srp.c sys/sys : srp.h Log message: introduce srp, which according to the manpage i wrote is short for "shared reference pointers". srp allows concurrent access to a data structure by multiple cpus while avoiding interlocking cpu opcodes. it manages its own reference counts and the garbage collection of those data structure to avoid use after frees. internally srp is a twisted version of hazard pointers, which are a relative of RCU. jmatthew wrote the bulk of a hazard pointer implementation and changed bpf to use it to allow mpsafe access to bpfilters. however, at s2k15 we were trying to apply it to other data structures but the memory overhead of every hazard pointer would have blown out significantly in several uses cases. a bulk of our time at s2k15 was spent reworking hazard pointers into srp. this diff adds the srp api and adds the necessary metadata to struct cpuinfo on our MP architectures. srp on uniprocessor platforms has alternate code that is optimised because it knows there'll be no concurrent access to data by multiple cpus. srp is made available to the system via param.h, so it should be available everywhere in the kernel. the docs likely need improvement cos im too close to the implementation. ok mpi@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/07/01 19:35:46 Modified files: share/man/man9 : Makefile Log message: shuffle the list of files so tsleep.9 isnt in the middle of all the mangpages starting with s. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/07/01 19:38:35 Modified files: share/man/man9 : srp_enter.9 Log message: mikeb@ suggested making it clear that srp_enter and srp_leave pairs have to be called in the same context. CVSROOT: /cvs Module name: www Changes by: bentley@cvs.openbsd.org 2015/07/01 23:49:06 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 55.html 56.html 57.html alpha.html amd64.html amiga.html announce28.html anoncvs.html arc.html armish.html armv7.html aviion.html beagle.html books.html cats.html crypto.html cvsync.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 errata56.html errata57.html events.html ftp.html goals.html hackathons.html hp300.html hppa.html hppa64.html i386.html index.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 plus55.html plus56.html plus57.html pmax.html policy.html powerpc.html press.html products.html report.html romp.html security.html sgi.html socppc.html solbourne.html sparc.html sparc64.html stable.html sun3.html testimonials.html tshirts.html users.html vax-simh.html vax.html want.html zaurus.html build : pkg-stable.html.head pkg-stable.prev.html.head build/mirrors : anoncvs.html.head cvsync.html.head ftp.html.head openbgpd-ftp.html.head openntpd-ftp.html.head openntpd-portable.html.head openssh-ftp.html.head openssh-portable.html.head faq : 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 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 upgrade55.html upgrade56.html upgrade57.html 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 faq/ports : differences.html guide.html index.html ports.html specialtopics.html testing.html hp300 : hp300faq.html libressl : goals.html index.html papers.html releases.html openbgpd : goals.html index.html manual.html papers.html users.html opencvs : goals.html index.html manual.html press.html openntpd : features.html ftp.html goals.html index.html manual.html papers.html opensmtpd : donations.html errata.html goals.html index.html list.html manual.html papers.html portable.html report.html security.html opensmtpd/faq : config.html filter.html index.html macros.html options.html openssh : faq.html features.html goals.html gsoc.html history.html index.html java.html list.html macos.html manual.html openbsd.html palmos.html press.html report.html security.html specs.html tshirts.html unix.html users.html windows.html openssh/ssh-dispute: index.html openssh/usage : graphs.html index.html papers : index.html portsplus : 200101.html 200102.html 200103.html 200104.html 200105.html 200106.html 200107.html 200108.html 200109.html 200110.html 200111.html 200112.html 200201.html 200202.html 200203.html 200204.html 200205.html 200206.html 200207.html 200208.html 200209.html 200210.html 200211.html 200212.html 200301.html 200302.html 200303.html 200304.html 200305.html 200306.html 200307.html 200308.html 200309.html 200310.html 200311.html 200312.html 200401.html 200402.html 200403.html 200404.html 200405.html 200406.html 200407.html 200408.html 200409.html 200410.html 200411.html 200412.html 200501.html 200502.html 200605.html 200606.html index.html reprints : article_20000306.html article_20000419.html pr27.html template.html spamd : index.html Log message: Clean up meta tags. name=distribution, name=keywords, and name=resource-type have no effect in modern search engines and just clutter up the page source. From Pavel Plamenov. CVSROOT: /cvs Module name: www Changes by: bentley@cvs.openbsd.org 2015/07/02 00:08:29 Modified files: papers : index.html Log message: Escape non-ASCII characters. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/07/02 01:36:03 Modified files: graphics/gifsicle: Makefile distinfo Log message: Update to gifsicle-1.88. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/07/02 02:04:22 Modified files: infrastructure/lib/DPB: HostProperties.pm PkgPath.pm PortBuilder.pm infrastructure/lib/DPB/Job: Port.pm infrastructure/lib/DPB/SubEngine: Build.pm Log message: clean-up "force junking": do not prepare a host to be untainted with the "wrong" port, but instead, create a pseudo-path that is just there to run junk (will be logged as junk-proxy) fix a bug in the task handling host locking (no next task -> unlock, duh). do not log multiple K for several ports on the same basepkgpath. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/02 02:30:25 Modified files: multimedia/mkvtoolnix: Makefile distinfo multimedia/mkvtoolnix/patches: patch-ac_qt5_m4 Added files: multimedia/mkvtoolnix/patches: patch-src_mpegparser_M2VParser_cpp patch-src_mpegparser_M2VParser_h Log message: Update to mkvtoolnix-8.1.0. from brad (maintainer) CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/07/02 02:58:16 Modified files: sys/arch/m88k/include: mutex.h Log message: copy MUTEX_ASSERT_LOCKED and MUTEX_ASSERT_UNLOCKED from alpha. the previous asserts checked if the mutex was locked by any cpu or not when they should have been checking if the current cpu has the lock or not. found by miod after i enabled pool_gc again. ok miod@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/07/02 03:28:01 Modified files: textproc : Makefile Log message: -p5-LibXML-Common CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/07/02 03:30:59 Modified files: textproc/p5-XML-LibXML: Makefile distinfo textproc/p5-XML-LibXML/patches: patch-Makefile_PL textproc/p5-XML-LibXML/pkg: DESCR PLIST Log message: update p5-XML-LibXML to 2.0121 take maintainer OK afresh1@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/07/02 03:32:16 Modified files: textproc/p5-XML-LibXSLT: Makefile distinfo textproc/p5-XML-LibXSLT/pkg: DESCR PLIST Log message: update p5-XML-LibXSLT to 1.94 old version is not compatible with new p5-XML-LibXML take maintainer OK afresh1@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/07/02 03:34:28 Removed files: textproc/p5-LibXML-Common: Makefile distinfo textproc/p5-LibXML-Common/pkg: DESCR PLIST Log message: remove p5-XML-LibXML-Common it has been merged into p5-XML-LibXML OK afresh1@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/07/02 03:36:38 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: mark p5-XML-LibXML-Common as obsolete OK ajacoutot@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/02 03:40:03 Modified files: sys/net : if.c if_bridge.c if_bridge.h if_ethersubr.c if_trunk.c if_var.h if_vlan.c sys/netinet : ip_carp.c ip_ether.c Log message: By design if_input_process() needs to hold a reference on the receiving ifp in order to access its ifih handlers. So get rid of if_get() in the various ifih handlers we know the ifp is live at this point. ok dlg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/02 04:02:40 Modified files: sys/net : if_bridge.c if_trunk.c Log message: Unify the check for up & running between all pseudo-drivers. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/02 05:22:45 Modified files: devel/iso-codes: Makefile distinfo Log message: update to iso-codes-3.59 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/02 05:27:24 Modified files: devel/ruby-rspec/specinfra: Makefile distinfo devel/ruby-rspec/specinfra/pkg: PLIST Added files: devel/ruby-rspec/specinfra/patches: patch-_metadata Log message: update to specinfra-2.36.10 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/02 05:36:04 Modified files: devel/spice-protocol: Makefile distinfo Log message: update to spice-protocol-0.12.8 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/02 05:53:11 Modified files: lang/erlang/17/patches: patch-erts_etc_common_escript_c Log message: regen CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/02 05:53:40 Modified files: net/gupnp/dlna : Makefile distinfo net/gupnp/dlna/patches: patch-libgupnp-dlna_Makefile_in net/gupnp/dlna/pkg: PLIST Log message: update to gupnp-dlna-0.10.3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/02 06:14:36 Modified files: x11/fsv : Makefile distinfo x11/fsv/pkg : PLIST Log message: Update to fsv-1.1.0. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/07/02 07:21:07 Modified files: textproc/p5-XML-LibXSLT: Makefile textproc/p5-XML-LibXML: Makefile Log message: sort and format according to Makefile.template CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/02 08:29:52 Modified files: x11/gnome/gdm : Makefile distinfo x11/gnome/gdm/patches: patch-daemon_gdm-session-record_c Removed files: x11/gnome/gdm/patches: patch-data_applications_mime-dummy-handler_desktop patch-data_dconf_defaults_00-upstream-settings Log message: Update to gdm-3.16.2. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/02 09:16:57 Modified files: sys/net : if.c if_ethersubr.c Log message: Move back rdomain's check into ether_output() otherwise it triggers if a pseudo-interface is on a different rdomain than its parent. Sorry for the inconvenience, I hope you'll fly again with us. Regression reported by and ok semarie@, ok phessler@ CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/07/02 10:07:43 Modified files: lib/libc/locale: setlocale.c Log message: remove new_categories variable from global. This variable is used as temporary buffer in order to do checking before copying the content to current_categories variable. Switch it as local variable in setlocale function. Adapts some functions. the commit collapse 3 proposed diffs on tech@, and all OK stsp@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/07/02 10:14:43 Modified files: sys/arch/i386/i386: pmap.c pmapae.c sys/arch/i386/include: pmap.h Log message: Make the i386 pmap (almost) mpsafe by protecting the pmap itself, the pv lists and the apte with a mutex. Rearrange some code to avoid sleeping/spinning with one of these locks held. This should make pmap_enter(9), pmap_remove(9) and pmap_page_protect(9) safe to use without holding the kernel lock. Unfortunately there still seems to be an issue that causes deadlocks under pressure. That shouldn't be an issue as long as uvm still calls the pmap functions with the kernel lock held. Hopefully committed this will help finding the last bugs. ok mlarkin@, deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/02 10:20:31 Modified files: share/man/man8/man8.octeon: MAKEDEV.8 Log message: sync CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/02 10:24:48 Modified files: usr.sbin/syslogd: syslogd.c Log message: To avoid copying the socket creation code for upcoming TCP listen again, move it to the common function socket_bind(). OK millert@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/07/02 10:33:04 Modified files: devel/libinotify: Makefile distinfo Added files: devel/libinotify/patches: patch-Makefile_am patch-tests_symlink_test_cc Log message: Update to the latest git snapshot, dated Jun-28-2015 Tested by me and kirby@ with ownCloud and Seafile OK kirby@ (maintainer) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/02 11:54: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: ports Changes by: jasper@cvs.openbsd.org 2015/07/02 12:02:31 Modified files: x11/gnome/mutter: Makefile distinfo Removed files: x11/gnome/mutter/patches: patch-src_compositor_meta-shaped-texture-private_h patch-src_compositor_meta-shaped-texture_c patch-src_compositor_meta-surface-actor-x11_c patch-src_ui_theme-private_h Log message: update to mutter-3.16.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/02 12:02:32 Modified files: x11/gnome/shell-extensions: Makefile distinfo x11/gnome/shell-extensions/pkg: PLIST Log message: update to gnome-shell-extensions-3.16.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/02 12:02:38 Modified files: x11/gnome/shell: Makefile distinfo Log message: update to gnome-shell-3.16.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/02 12:06:02 Modified files: sysutils/logstash/logstash: Makefile distinfo sysutils/logstash/logstash/pkg: PLIST logstash.rc Log message: - update to logstash-1.5.2 - fixup rc script for new installations where the logfiles may not exist yet from Pavel Korovin CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/07/02 12:28:35 Modified files: . : events.html Log message: Seminar room at SAIT changed to MD321, one floor higher. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/07/02 13:25:25 Modified files: . : events.html Log message: make it 5:30 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/02 14:16:54 Modified files: net/icinga/core2: Makefile Log message: Slightly better BROKEN marker for icinga2. Any clues very welcome... ConfigItem::ActivateItems() calls DynamicObject::RestoreObjects(). DynamicObject::RestoreObjects() runs to the last line of the function, however control is not returned to the following line in ConfigItem::ActivateItems() (i.e. the calling function). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/02 14:17:26 Modified files: . : INDEX Log message: sync; 9140 unzels CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/02 14:50:21 Modified files: net/ocserv : Makefile distinfo net/ocserv/patches: patch-configure_ac patch-doc_sample_config patch-src_occtl-time_c patch-src_occtl_c Removed files: net/ocserv/patches: patch-src_pcl_pcl_c patch-src_worker-vpn_c Log message: update to ocserv 0.10.6, from Bjorn Ketelaars CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/02 15:17:35 Modified files: regress/usr.sbin/syslogd: args-dropped-sighup-tls.pl Log message: Check the receive line count less strict to avoid false negatives. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/02 15:31:45 Log message: Import simple-mtpfs-0.2.1 (git checkout 7452ff8c). SIMPLE-MTPFS (Simple Media Transfer Protocol FileSystem) is a file system for Linux capable of operating on files on MTP devices attached via USB to the local machine. On the local computer where the SIMPLE-MTPFS is mounted, the implementation makes use of FUSE (Filesystem in Userspace). The practical effect of this is that the end user can seamlessly interact with MTP device files. successfully tested with a Nokia Lumia 520. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20150702 N ports/sysutils/simple-mtpfs/distinfo N ports/sysutils/simple-mtpfs/Makefile N ports/sysutils/simple-mtpfs/patches/patch-src_simple-mtpfs-fuse_h N ports/sysutils/simple-mtpfs/patches/patch-src_simple-mtpfs-fuse_cpp N ports/sysutils/simple-mtpfs/pkg/DESCR N ports/sysutils/simple-mtpfs/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/02 15:32:16 Modified files: sysutils : Makefile Log message: +simple-mtpfs CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/07/02 15:42:58 Modified files: . : plus.html Log message: May; from Tim van der Molen CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/02 16:14:46 Modified files: devel/kdevplatform: Makefile devel/kdevplatform/pkg: PLIST Log message: Unbreak after x11/grantlee update. Oops. Breakage noticed by aja@. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/07/02 17:01:19 Modified files: sys/arch/i386/include: mutex.h Log message: tweak MUTEX_ASSERT_LOCKED and MUTEX_ASSERT_UNLOCKED to only look at the owner. every other arch does it the same, so this is to reduce differences between our platforms. ok miod@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/07/02 17:15:03 Modified files: sys/net : if_ethersubr.c Log message: most of the destinations for mbufs in ether_input are mpsafe except for pipex and bridge. this puts KERNEL_LOCK/KERNEL_UNLOCK around the pipex chunk till we can give it some mp love. ok yasuoka@ mpi@ CVSROOT: /cvs Module name: www Changes by: bentley@cvs.openbsd.org 2015/07/02 19:18:42 Modified files: faq : faq1.html Log message: Fix typo in tag: instead of . CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2015/07/02 19:33:53 ports/mail/mu/patches Update of /cvs/ports/mail/mu/patches In directory cvs.openbsd.org:/tmp/cvs-serv28878/patches Log Message: Directory /cvs/ports/mail/mu/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2015/07/02 19:36:48 Modified files: mail/mu : Makefile distinfo mail/mu/pkg : PLIST Added files: mail/mu/patches: patch-lib_mu-msg-iter_cc patch-lib_mu-msg-part_c Log message: Update mu to the latest version: - Use GH_*, - Two new patches thanks to Sean Levy , one is now in upstream.. and the other is available here: https://github.com/djcb/mu/pull/634 OK bcallah@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/07/02 21:43:18 Modified files: usr.bin/ssh : auth-options.c authfd.c authfile.c key.c key.h krl.c myproposal.h ssh-add.c ssh-keygen.c sshd.c sshkey.c sshkey.h Log message: delete support for legacy v00 certificates; "sure" markus@ dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/07/02 21:47:00 Modified files: usr.bin/ssh : myproposal.h ssh_config.5 sshd.c Log message: turn off 1024 bit diffie-hellman-group1-sha1 key exchange method (already off in server, this turns it off in the client by default too) ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/07/02 21:49:45 Modified files: usr.bin/ssh : ssh-keygen.1 ssh-keygen.c ssh.h sshd.8 sshd.c sshd_config.5 Log message: refuse to generate or accept RSA keys smaller than 1024 bits; feedback and ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/07/02 21:56:25 Modified files: usr.bin/ssh : ssh-keysign.c Log message: add an XXX reminder for getting correct key paths from sshd_config CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/07/02 22:05:54 Modified files: usr.bin/ssh : sshkey.h Log message: another SSH_RSA_MINIMUM_MODULUS_SIZE that needed cranking CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/07/02 22:39:23 Modified files: regress/usr.bin/ssh: cert-hostkey.sh cert-userkey.sh regress/usr.bin/ssh/unittests/sshkey: test_sshkey.c Log message: legacy v00 certificates are gone; adapt and don't try to test them; "sure" markus@ dtucker@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/02 23:57:26 Modified files: sysutils/polkit: Makefile distinfo sysutils/polkit/patches: patch-configure_ac patch-src_polkitbackend_polkitbackendinteractiveauthority_c patch-src_polkitbackend_polkitbackendjsauthority_c Removed files: sysutils/polkit/patches: patch-Makefile_am patch-src_polkitagent_polkitagentsession_c patch-src_polkitbackend_polkitd_c Log message: SECURITY update to polkit-0.113. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/07/03 00:33:12 Modified files: devel/libinotify/patches: patch-tests_symlink_test_cc Log message: Add note about failing test CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/03 00:42:27 Modified files: sysutils/polkit: Makefile sysutils/polkit/patches: patch-src_polkitagent_polkitagenthelper-bsdauth_c Log message: Fix runtime and bump to be ahead of (upcoming) stable. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/03 00:52:45 Modified files: sysutils/polkit: Tag: OPENBSD_5_7 Makefile distinfo sysutils/polkit/patches: Tag: OPENBSD_5_7 patch-configure_ac patch-src_polkitagent_polkitagenthelper-bsdauth_c patch-src_polkitbackend_polkitbackendinteractiveauthority_c patch-src_polkitbackend_polkitbackendjsauthority_c Removed files: sysutils/polkit/patches: Tag: OPENBSD_5_7 patch-Makefile_am patch-src_polkitagent_polkitagentsession_c patch-src_polkitbackend_polkitd_c Log message: SECURITY update to polkit-0.113. Fixes CVE-2015-4625, a local privilege escalation due to predictable authentication session cookie values. Thanks to Tavis Ormandy, Google Project Zero for reporting this issue. For the future, authentication agents are encouraged to use PolkitAgentSession instead of using the D-Bus agent response API directly. Fixes CVE-2015-3256, various memory corruption vulnerabilities in use of the JavaScript interpreter, possibly leading to local privilege escalation. Fixes CVE-2015-3255, a memory corruption vulnerability in handling duplicate action IDs, possibly leading to local privilege escalation. Thanks to Laurent Bigonville for reporting this issue. Fixes CVE-2015-3218, which allowed any local user to crash polkitd. Thanks to Tavis Ormandy, Google Project Zero, for reporting this issue. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/03 01:29:58 Modified files: net/rsnapshot : Makefile distinfo net/rsnapshot/patches: patch-rsnapshot_conf_default_in net/rsnapshot/pkg: PLIST Removed files: net/rsnapshot/patches: patch-README patch-configure patch-rsnapshot-program_pl patch-rsnapshot_1 Log message: Update to rsnapshot-1.4.0. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/07/03 01:34:51 Modified files: devel/p5-Time-Duration-Parse: Makefile distinfo Log message: Update to p5-Time-Duration-Parse-0.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/03 01:41:51 Modified files: print/cups-filters: Makefile distinfo Log message: SECURITY update to cups-filters-1.0.71. - texttopdf: Upper-bounds checking (CVE-2015-3259). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/03 01:57:37 Modified files: print/cups-filters: Tag: OPENBSD_5_7 Makefile print/cups-filters/patches: Tag: OPENBSD_5_7 patch-filter_texttopdf_c Added files: print/cups-filters/patches: Tag: OPENBSD_5_7 patch-filter_textcommon_c Log message: Fix for texttopdf, upper-bounds checking (CVE-2015-3259). CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/07/03 02:21:23 Modified files: math/ntl : Makefile distinfo math/ntl/patches: patch-src_DoConfig patch-src_VERSION_INFO patch-src_tools_c math/ntl/pkg : PLIST Removed files: math/ntl/patches: patch-src_WordVector_c patch-src_vec_GF2_c Log message: Update to ntl-9.2.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/03 02:42:19 Modified files: sysutils/xstatbar: Makefile sysutils/xstatbar/patches: patch-stats_c Log message: Buffer cache memory display was added to xstatbar in a local patch, which is stored in an extra element of an array, however the array allocation size was not increased to match. Fix. Found by valgrind while investigating a leak. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/07/03 03:16:26 Log message: import p5-HTML-Display 0.40 OK benoit@ display HTML locally in a browser This module abstracts the task of displaying HTML to the user. The displaying is done by launching a browser and navigating it to either a temporary file with the HTML stored in it, or, if possible, by pushing the HTML directly into the browser window. Status: Vendor Tag: bluhm Release Tags: bluhm_20150703 N ports/www/p5-HTML-Display/Makefile N ports/www/p5-HTML-Display/distinfo N ports/www/p5-HTML-Display/pkg/PLIST N ports/www/p5-HTML-Display/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/07/03 03:18:10 Modified files: www : Makefile Log message: +p5-HTML-Display CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/03 04:16:31 Modified files: net/ocserv : Makefile net/ocserv/pkg : DESCR Log message: Update ocserv's DESCR, mostly borrowed from the website - better information about the isolated security process and per-user unprivileged worker processes. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/03 05:07:08 Modified files: usr.bin/calendar/calendars: calendar.computer Log message: vax-11/780 announced 1977, not 1978; from john marshall, freebsd pr #200961 ok miod CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/07/03 05:15:19 Modified files: lib/libc/locale: Makefile.inc Log message: There are no ${LIBCSRCDIR}/arch/${MACHINE_CPU}/locale directories in cvs. Remove the unused search path from Makefile.inc "fine with me" stsp@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/03 05:15:55 Modified files: libexec/ld.so/sparc: archdep.h Log message: Correctly handle relative-type relocations; very old ld.so bug which got fixed everywhere but on sparc for some unknown reason (and did not cause any havoc in real life). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/03 05:16:43 Modified files: gnu/gcc/gcc/config/sparc: openbsd.h Log message: Link static pie binaries against rcrt0.o CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/03 05:17:25 Modified files: lib/csu : boot.h lib/csu/sparc : md_init.h Log message: static pie support for sparc. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/03 05:18:23 Modified files: share/mk : bsd.own.mk Log message: Enable static pie on sparc; be sure to upgrade your compiler before your next build (or wait for the snapshot to reach the mirrors) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/03 05:36:19 Modified files: sys/arch/alpha/alpha: machdep.c Log message: Correctly restore ipl in fpusave_proc() when we have to busy loop. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2015/07/03 05:43:55 Modified files: usr.bin/lorder : lorder.sh Log message: Switch to standard, non-historical sort(1) and join(1) usage. ok millert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/03 06:08:14 Modified files: sysutils/salt : Makefile Added files: sysutils/salt/patches: patch-salt_modules_openbsdrcctl_py Log message: Unbreak rcctl(1) usage. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/03 06:47:30 Modified files: sys/arch/m88k/include: atomic.h Log message: Fix cast in atomic_swap_ptr() CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/07/03 08:33:26 Modified files: www/dillo : Makefile distinfo www/dillo/patches: patch-dpi_https_c Log message: Update to 3.0.5 Changelog: http://hg.dillo.org/dillo/raw-file/3.0.5/ChangeLog CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/07/03 08:47:00 Modified files: net/mirall : Makefile Log message: now really fix exclude file path CVSROOT: /cvs Module name: src Changes by: brynet@cvs.openbsd.org 2015/07/03 08:50:14 Modified files: lib/libutil : imsg.c imsg-buffer.c Log message: bzero cmsgbuf before using it, silences valgrind warnings. henning@ "sure" CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/03 09:12:50 Modified files: sys/arch/m88k/include: mutex.h sys/arch/m88k/m88k: genassym.cf mutex.S Log message: Rename mtx_cpu to mtx_owner for consistency with the other platforms. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/03 09:43:12 Modified files: editors/calligra: Makefile distinfo editors/calligra/patches: patch-cmake_modules_FindPoppler_cmake patch-kexi_CMakeLists_txt patch-kexi_widget_CMakeLists_txt patch-plan_libs_kernel_tests_CMakeLists_txt patch-plan_plugins_schedulers_tj_CMakeLists_txt patch-plugins_semanticitems_contact_CMakeLists_txt patch-stage_part_CMakeLists_txt editors/calligra/pkg: PLIST Added files: editors/calligra/patches: patch-krita_plugins_extensions_gmic_3rdparty_gmic_CImg_h Removed files: editors/calligra/patches: patch-krita_image_kis_painter_cc Log message: Update to Calligra Suite 2.9.5, from MAINTER Rafael Sadowski. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/03 10:33:07 Modified files: sys/arch/octeon/dev: octdwctwo.c Log message: Put the newline at the right place. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/07/03 11:11:16 Modified files: app/cwm : kbfunc.c Log message: revert previous; seems search_match_text() needs mi->text pre-populated. (only used in one place, application menu searching); re-visit later. broken application menu searching reported by Peter Kane. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/07/03 11:46:52 Modified files: sbin/iked : parse.y Log message: Terminate 'config' keyword array with a NULL element. Reported by trondd at kagu-tsuchi ! com, thanks! CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/07/03 12:29:08 Modified files: distrib/miniroot: dot.profile install.sub Log message: Use [aA]* instead of a*|A* in case-blocks. OK krw@ @halex agreed on this in a similar diff CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/03 13:17:26 Modified files: net/librenms : Makefile distinfo net/librenms/pkg: PLIST README Log message: update to a new checkout, and fix nginx config fragment CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/07/03 13:23:08 Log message: Import textproc/p5-Pod-Cpandoc 0.15 "cpandoc" is a perl script that acts like "perldoc" except that if it would have bailed out with "No documentation found for "Uninstalled::Module"", it will instead scrape a CPAN index for the module's documentation. One important feature of "cpandoc" is that it *only* scrapes the live index if you do not have the module installed. So if you use "cpandoc" on a module you already have installed, then it will just read the already-installed documentation. This means that the version of the documentation matches up with the version of the code you have. As a fringe benefit, "cpandoc" will be fast for modules you've installed. :) OK sthen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20150703 N ports/textproc/p5-Pod-Cpandoc/Makefile N ports/textproc/p5-Pod-Cpandoc/distinfo N ports/textproc/p5-Pod-Cpandoc/pkg/DESCR N ports/textproc/p5-Pod-Cpandoc/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/07/03 13:25:13 Modified files: textproc : Makefile Log message: +p5-Pod-Cpandoc CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/03 14:07:28 Modified files: emulators/spectemu: Makefile Log message: mark BROKEN; needs adapting to audio changes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/03 14:31:44 Modified files: devel/py-wbem : Makefile distinfo devel/py-wbem/pkg: PLIST Removed files: devel/py-wbem/patches: patch-setup_py Log message: update to py-wbem-0.8.0-dev-r728, which has changes that are needed in some situations now that python enforces SSL validation by default. reset bouncing maintainer email. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/03 14:32:31 Modified files: net/nagios/check_esxi_hardware: Makefile distinfo Log message: update to check_esxi_hardware-20150626, using changes in newer py-wbem that are needed in some situations now that python enforces SSL validation by default. reset bouncing maintainer email. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/03 15:41:26 Log message: import net/manubulon-snmp, ok benoit@ Manubulon SNMP plugins is a set of Icinga/Nagios plugins to check various types of device using SNMP, including amongst others: check_snmp_storage storage (disks, swap, memory, etc...) using MIB-2 check_snmp_int network interface state and usage using MIB-2 check_snmp_process process-related checks using MIB-2 check_snmp_load load/cpu checks for various OS/network devices check_snmp_mem memory/swap usage checks for various OS/network devices check_snmp_win Windows services check_snmp_env environmental status for various network devices See http://nagios.manubulon.com for more details. The original project was last active in 2007; this version is packaged from a lightly maintained git repository. Status: Vendor Tag: sthen Release Tags: sthen_20150703 N ports/net/manubulon-snmp/Makefile N ports/net/manubulon-snmp/distinfo N ports/net/manubulon-snmp/pkg/PLIST N ports/net/manubulon-snmp/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/03 15:41:54 Modified files: net : Makefile Log message: +manubulon-snmp CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/03 15:45:10 Modified files: usr.bin/openssl: speed.c Log message: Repair algorithm name array after 1.6. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/07/03 15:49:53 Modified files: usr.bin : Makefile Log message: Sudo has moved to ports. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/07/03 15:51:54 Removed files: usr.bin/sudo : ChangeLog HISTORY INSTALL INSTALL.configure LICENSE Makefile Makefile.in Makefile.inc PORTING README README.LDAP TROUBLESHOOTING UPGRADE WHATSNEW aclocal.m4 acsite.m4 alias.c alloc.c audit.c check.c compat.h config.guess config.h config.h.in config.sub configure configure.in def_data.c def_data.h def_data.in defaults.c defaults.h env.c error.c error.h fileops.c find_path.c getspwuid.c gettime.c goodpath.c gram.y indent.pro ins_2001.h ins_classic.h ins_csops.h ins_goons.h install-sh insults.h interfaces.c interfaces.h lbuf.c lbuf.h ldap.c list.c list.h logging.c logging.h ltmain.sh match.c mkdefaults mkinstalldirs nonunix.h parse.c parse.h pathnames.h pathnames.h.in pwutil.c redblack.c redblack.h sample.sudoers schema.ActiveDirectory schema.OpenLDAP schema.iPlanet set_perms.c sudo.c sudo.h sudo.mdoc.in sudo_edit.c sudo_noexec.c sudo_nss.c sudo_nss.h sudo_usage.h sudo_usage.h.in sudoers sudoers.ldap.mdoc.in sudoers.mdoc.in sudoers2ldif term.c testsudoers.c tgetpass.c toke.l tsgetgrpw.c varsub vasgroups.c visudo.c visudo.mdoc.in zero_bytes.c usr.bin/sudo/auth: API afs.c aix_auth.c bsdauth.c dce.c fwtk.c kerb4.c kerb5.c pam.c passwd.c rfc1938.c secureware.c securid.c securid5.c sia.c sudo_auth.c sudo_auth.h usr.bin/sudo/lib: Makefile usr.bin/sudo/noexec: Makefile shlib_version usr.bin/sudo/sudo: Makefile usr.bin/sudo/visudo: Makefile Log message: Remove sudo, it is now in ports. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/07/03 16:05:53 Modified files: etc : Makefile changelist etc/mtree : special Log message: Remove sudoers CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/07/03 16:47:25 Modified files: devel/libtalloc: Makefile Log message: Remove dead ftp mirror. Use https homepage. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/03 16:52:52 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 distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/07/03 18:17:00 Modified files: sysutils/sslmate: Makefile distinfo Log message: Update sslmate to 1.4.0 CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2015/07/03 21:12:08 Modified files: net/haproxy : Makefile distinfo Log message: SECURITY update to 1.5.14 (fixes an information leak vunerability CVE-2015-3281) diff from Daniel Jakots (MAINAINER) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/04 01:51:04 Modified files: share/man/man4 : rdomain.4 Log message: various improvements from remi locherer; i've tweaked it a bit, based on feedback from claudio and phessler ok phessler CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/07/04 03:16:16 Modified files: telephony/baresip/re: Makefile distinfo Log message: Update to re-0.4.13 OK feinerer@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/07/04 04:12:52 Modified files: sys/arch/vax/if: if_qe.c Log message: count outgoing packets like every other driver. ok miod@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/07/04 04:27:05 Modified files: sys/arch/vax/mscp: mscp_subr.c mscpvar.h sys/arch/vax/vax: autoconf.c Log message: replace the manual buf list management with a fifo bufq. it simplifies the code in some cases and makes it generally more readable. this has been tested in simh, real hardware may or may not work anyway. ok miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/04 06:48:16 Modified files: devel/py-wbem : Makefile Log message: fix DISTNAME CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/07/04 06:49:55 Modified files: sys/arch/vax/mscp: mscp_subr.c Log message: get rid of some if 0 code that refers to b_actf. ok miod@ CVSROOT: /cvs Module name: src Changes by: feinerer@cvs.openbsd.org 2015/07/04 07:27:04 Modified files: bin/ksh : ksh.1 Log message: Use "alternation" consistently ok jmc@ CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2015/07/04 07:54:49 Modified files: security/sudo : Makefile security/sudo/pkg: PLIST Log message: Install sudoers sampe mode 0440. From Tim van der Molen. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/07/04 09:07:54 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document PKGPATHS, used together with PKGNAMES. fix PKGNAMES description (only relates to actual BUILD_PACKAGES) CVSROOT: /cvs Module name: www Changes by: millert@cvs.openbsd.org 2015/07/04 09:11:47 Modified files: faq : current.html Log message: sudo removal; from Steven McDonald CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2015/07/04 09:47:33 Log message: Import javahelp, a dependency for jtreg. The JavaHelp system is an online help system that developers can use to add online help to their Java platform applications. The JavaHelp system is both a JCP specification (JSR 97) and a reference implementation of that specification. The JavaHelp system open source project includes the source to the reference implementation. From Bryan Everly (bryan AT bceassociates DOT com). okay ajacoutot@ Status: Vendor Tag: KurtMiller Release Tags: KurtMiller_20150704 N ports/devel/javahelp/Makefile N ports/devel/javahelp/distinfo N ports/devel/javahelp/pkg/PLIST N ports/devel/javahelp/pkg/DESCR N ports/devel/javahelp/files/jhsearch N ports/devel/javahelp/files/jhindexer No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2015/07/04 09:56:44 Modified files: devel : Makefile Log message: Add javahelp to build. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2015/07/04 11:06:33 Modified files: devel/maven : Makefile Log message: Fix mvn command line execution. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/07/04 11:07:40 Modified files: www/p5-CGI : Makefile distinfo Log message: Update to www/p5-CGI 4.21 Documentation updates and one regression fix CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/04 11:32:20 Modified files: sys/arch/vax/if: if_de.c Log message: Fix misleading indent CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/07/04 11:48:48 Modified files: devel/p5-Class-Unload: Makefile distinfo Log message: Update devel/p5-Class-Unload to 0.09 No code changes, just packaging and tests CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/07/04 12:13:50 Modified files: textproc/p5-Text-CSV_XS: Makefile distinfo Log message: Update textproc/p5-Text-CSV_XS to 1.19 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/07/04 13:52:50 Modified files: devel/p5-Test-Deep: Makefile distinfo Log message: Update devel/p5-Test-Deep to 0.117 Fixes regression CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2015/07/04 14:14:43 Modified files: devel/javahelp : Makefile Log message: Bad timing. Just as I committed this, upstream deleted the distfile. Host this on my site for now. CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/07/04 14:28:42 Modified files: textproc/go-xlsx: Makefile Log message: Silence portroach OK sthen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/07/04 16:12:56 Modified files: devel/p5-Sub-Identify: Makefile distinfo devel/p5-Sub-Identify/pkg: PLIST Log message: Update devel/p5-Sub-Identify to 0.10 +maintainership ok benoit@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/04 18:27:16 Modified files: multimedia/phonon-backend/gstreamer: Makefile distinfo Log message: Very minor update of GStreamer backend for Phonon. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/04 18:46:14 Modified files: multimedia/phonon-backend: Makefile.inc Log message: Phonon backends have MASTER_SITES standardized now. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/04 18:47:36 Modified files: multimedia/phonon-backend/vlc: Makefile distinfo Added files: multimedia/phonon-backend/vlc/patches: patch-src_devicemanager_cpp patch-src_mediaobject_cpp Log message: Update VLC backend for Phonon to 0.8.2, and add a few patches from upstream. Among others, this should fix "no devices" problem. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/04 18:47:56 Modified files: multimedia/phonon-backend/gstreamer: Makefile Log message: No need for explicit MASTER_SITES here, too. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/07/04 18:53:41 Modified files: devel/p5-Clone : Makefile distinfo devel/p5-Clone/pkg: PLIST Log message: Update devel/p5-Clone to 0.38 CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/04 19:21:34 Modified files: multimedia/phonon-backend/gstreamer: Makefile Log message: Vorbis plugins now lives in gstreamer1-plugins-good, so add dependency on it. Otherwise most Phonon (read: KDE) apps won't be able to play sounds, including System Settings test widget. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/04 19:24:04 Modified files: multimedia/phonon: Makefile distinfo Log message: Minor update for Phonon to 4.8.3, mostly build infrastructire fixes; this results in removing many extra Qt dependencies from WANTLIB. Also, sync MASTER_SITES with reality while there. CVSROOT: /cvs Module name: ports Changes by: jung@cvs.openbsd.org 2015/07/05 01:54:57 Modified files: textproc/cloc : Makefile distinfo Log message: update cloc to 1.64 ok gsoares@ benoit@ CVSROOT: /cvs Module name: src Changes by: jung@cvs.openbsd.org 2015/07/05 02:19:18 Modified files: sys/dev/usb : usbdevs Log message: add id for TEMPerHUM sensor ok mpi@ CVSROOT: /cvs Module name: src Changes by: jung@cvs.openbsd.org 2015/07/05 02:21:51 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/07/05 03:17:39 Modified files: distrib/miniroot: install.sub Log message: In case-statements where single and multiline commands are used, put the terminating ;; always on its own line. discussed with and OK krw@ halex@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/07/05 04:53:00 Modified files: infrastructure/man/man1: dpb.1 Log message: document the junk-proxy addition CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/05 06:02:59 Modified files: net/mirall : Makefile Log message: remove bogus USE_SYSTRACE=Yes CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/05 06:03:34 Modified files: graphics/lensfun: Makefile graphics/lensfun/patches: patch-libs_auxfun_image_cpp graphics/lensfun/pkg: PLIST Added files: graphics/lensfun/patches: patch-CMakeLists_txt patch-build_CMakeModules_FindGLIB2_cmake patch-docs_CMakeLists_txt Removed files: graphics/lensfun/patches: patch-build_tibs_compiler_gcc_mak patch-build_tibs_host_posix_mak patch-configure patch-libs_lensfun_lensfun_mak patch-tibs_py Log message: Switch lensfun to CMake, dropping build-time Python dependency and lowering overall patches count. Also enables libauxfun to build. The main point is to stop putting wrong soname in shared objects, to unbreak lib-depends-check in dependant ports. okay sthen@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/05 06:26:26 Modified files: infrastructure/bin: portcheck Log message: Catch usage of variables representing user settings. The list of settings is taken from bsd.port.mk(5). Idea inspired by recent commits on ports@ and supported by sthen@. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/05 06:30:32 ports/tests/portcheck/t17 Update of /cvs/ports/tests/portcheck/t17 In directory cvs.openbsd.org:/tmp/cvs-serv27187/t17 Log Message: Directory /cvs/ports/tests/portcheck/t17 added to the repository CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/05 06:30:47 ports/tests/portcheck/t17/pkg Update of /cvs/ports/tests/portcheck/t17/pkg In directory cvs.openbsd.org:/tmp/cvs-serv14557/t17/pkg Log Message: Directory /cvs/ports/tests/portcheck/t17/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/05 06:32:44 Modified files: tests/portcheck: Makefile Added files: tests/portcheck: t17.sample tests/portcheck/t17: Makefile tests/portcheck/t17/pkg: PLIST Log message: Add a test of presence of user settings in port Makefiles. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/07/05 08:05:36 Modified files: games/manaplus : Makefile distinfo Log message: Update to 1.5.7.4 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/05 09:15:58 Removed files: devel/boost/patches: patch-boost_archive_iterators_remove_whitespace_hpp patch-boost_asio_detail_pipe_select_interrupter_hpp patch-boost_asio_detail_socket_ops_hpp Log message: Garbage collect some patches that looks uneeded. Survived a bulk. If it ends up we have some runtime fallout because of these, we'll fix it and document the patch. from Brad (maintainer) jasper@ had the same diff CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/05 09:17:36 Modified files: x11/wxWidgets : Makefile Log message: Pass -I${X11BASE}/include to WXCONFIG_CPPFLAGS. committing on behalf of jasper@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/07/05 09:36:41 Modified files: devel/p5-Package-Stash-XS: Makefile distinfo devel/p5-Package-Stash-XS/pkg: PLIST Log message: Update devel/p5-Package-Stash-XS to 0.28 +maintainership ok benoit@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/07/05 09:53:19 Modified files: textproc/p5-Lingua-EN-Tagger: Makefile distinfo Log message: Update textproc/p5-Lingua-EN-Tagger to 0.25 Floating point number regex fix CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/07/05 10:46:09 Modified files: textproc/p5-Lingua-EN-FindNumber: Makefile distinfo Log message: Update textproc/p5-Lingua-EN-FindNumber to 1.31 Just packaging changes, so make portroach happy. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/07/05 11:07:04 Modified files: textproc/p5-Lingua-EN-Number-IsOrdinal: Makefile distinfo Log message: Update textproc/p5-Lingua-EN-Number-IsOrdinal to 0.05 Packaging changes, license clarification (still same as perl). CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/07/05 11:21:00 Modified files: textproc/p5-Lingua-EN-Inflect: Makefile distinfo Log message: Update textproc/p5-Lingua-EN-Inflect to 1.889 Fixes a problem with huge integers being downgraded to floats incorrectly Ok Sam Smith (maintainer) CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/07/05 11:22:24 Modified files: textproc/p5-Lingua-EN-Inflect-Number: Makefile distinfo Log message: Update textproc/p5-Lingua-EN-Inflect-Number to 1.12 Packaging changes, so make portroach happy. Ok Sam Smith (maintainer) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/07/05 12:24:50 Modified files: share/man/man9 : VOP_LOOKUP.9 Log message: Document the new 'fflag' argument to VOP_POLL(). From Martin Natano CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/07/05 13:58:57 Modified files: www/mozilla : mozilla.port.mk Log message: Enforce dependency on nss 3.19.2, required by gecko 39. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/07/05 14:00:31 Modified files: devel/xulrunner/24: Makefile www/seamonkey : Makefile Log message: bump REVISION after mozilla.port.mk change CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/07/05 14:03:36 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-gfx_skia_moz_build www/firefox-i18n: Makefile.inc distinfo Log message: Update to firefix{,-i18n} 39.0. - See https://www.mozilla.org/en-US/firefox/39.0/releasenotes/ - Fixes MFSA 2015-59 -> 71 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/07/05 14:05:46 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: Update to firefox-esr{,-i18n} 38.1.0. - See https://www.mozilla.org/en-US/firefox/38.1.0/releasenotes/ - Fixes MFSA 2015-59 -> 71 (unaffected by 2015-68) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/07/05 14:18:06 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/mozilla-thunderbird/patches: patch-mail_installer_Makefile_in patch-mozilla_gfx_skia_moz_build patch-mozilla_gfx_skia_trunk_src_opts_SkBitmapProcState_opts_SSSE3_cpp patch-mozilla_js_src_ctypes_libffi_src_dlmalloc_c patch-mozilla_security_manager_pki_resources_content_exceptionDialog_js patch-mozilla_storage_src_mozStorageConnection_cpp mail/mozilla-thunderbird/pkg: PLIST-lightning PLIST-main mail/thunderbird-i18n: Makefile.inc distinfo Removed files: mail/mozilla-thunderbird/patches: patch-mozilla_js_src_configure_in patch-mozilla_js_src_jscpucfg_h patch-mozilla_media_libvpx_Makefile_in patch-mozilla_toolkit_components_downloads_nsDownloadManager_cpp patch-mozilla_widget_xpwidgets_nsPrintSettingsImpl_cpp patch-mozilla_xpcom_io_SpecialSystemDirectory_cpp Log message: Major update to thunderbird 38.0.1/lightning 4.0. - See https://www.mozilla.org/en-US/thunderbird/38.0.1/releasenotes/ - Fixes MFSA 2015-59,63,66,67,70,71 - We keep lightning optional by moving it out of the distributions/ dir, this way we ensure updates are done from the port (no xpi are provided upstream for openbsd anyway, so updates wouldnt work) - Switch i386 to build with clang - Remove libvpx hack & patches - Remove useless patches Been using the betas since a while without major issue, this will ensure it gets proper testing/dogfooding - since my call for testing on ports@ lead to .. not much feedback. Note that the first bugfix 38.1.0 release is already around the corner. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/07/05 14:28:56 Modified files: share/man/man9 : km_alloc.9 Log message: Include missing 'const' references in man page and fix some parameter names that didn't match the code. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/07/05 14:51:33 Modified files: sys/dev : softraid_crypto.c Log message: fix a format specifier used in SR_DEBUG printfs. from Karel Gardas (gardask at gmail.com) CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/05 16:05:12 Modified files: usr.sbin/syslogd: syslogd.c Log message: Let syslogd run with non-blocking sockets. Replace the existing fcntl(O_NONBLOCK) with the simpler SOCK_NONBLOCK and add this flag to the UDP sockets. React to EWOULDBLOCK although it should not happen. OK benno@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/07/05 23:07:04 Removed files: www/mozilla-firefox/patches: patch-media_libcubeb_src_cubeb_sndio_c patch-config_system-headers Log message: Remove patches from #1144087 and #1143411 which were merged in 39. Both reported by David Hill and Pavel Korovin. Because cvs... CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/07/06 00:04:57 Modified files: audio/ncmpcpp : Makefile distinfo audio/ncmpcpp/patches: patch-doc_ncmpcpp_1 patch-src_status_cpp Removed files: audio/ncmpcpp/patches: patch-src_actions_cpp patch-src_help_cpp patch-src_lastfm_h patch-src_scrollpad_cpp patch-src_scrollpad_h patch-src_song_cpp patch-src_tag_editor_cpp patch-src_tags_cpp Log message: Update to ncmpcpp-0.6.5 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/07/06 01:20:03 Modified files: sys/dev/ic : malo.c Log message: Make malo(4) compile with MALO_DEBUG. Problem found by Walter Daugherity. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/06 02:53:38 Modified files: sys/netinet : in.c Log message: No longer need to manually pass RTF_MPATH to rt_ifa_add(9). CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/06 03:01:58 Modified files: sys/netinet : in.c Log message: We're now creating a connected route for every configured address so there's no need to flag every address as IFA_ROUTE. CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2015/07/06 03:16:02 Modified files: net/haproxy : Tag: OPENBSD_5_7 Makefile Added files: net/haproxy/patches: Tag: OPENBSD_5_7 patch-src_buffer_c Log message: SECURITY Fix for CVE-2015-3281 (fixes an information leak vunerabilty) OK sthen@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/07/06 04:23:00 Modified files: sys/sys : buf.h Log message: disksort is dead, and now so is any code that relied on its compat in bufqs. it's only taken us 6 years. ok millert@ krw@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/06 05:25:36 Modified files: telephony/asterisk-g729: Makefile telephony/asterisk-g729/pkg: README sysutils/bacula: Makefile sysutils/bacula/pkg: README-server www/trac : Makefile www/trac/pkg : README net/librenms : Makefile net/librenms/pkg: README net/nfsen : Makefile net/nfsen/pkg : README net/nagios/nagios: Makefile net/nagios/nagios/pkg: README-main net/icinga/core2: Makefile net/icinga/core2/pkg: README-main net/icinga/core: Makefile net/icinga/core/pkg: README-main Log message: Remove use of sudo from pkg READMEs in a few ports as packages and their instructions are meant to work on a fresh install. - easy cases: replace some '$ sudo somecommand' with '# somecommand' (while there I've swapped some "${RCDIR}/foo start" with "rcctl foo start"). - replace some 'sudo -u user somecommand foo bar' with 'su -s /bin/sh user "/path/to/somecommand foo bar"' and similar. Not pretty with the -s, but many of the uids that need to run these commands have /sbin/nologin as their usual shell. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/06 05:38:16 Modified files: x11/kde4/libs : Makefile x11/kde4/libs/patches: patch-kdesu_su_cpp Log message: - update kde4libs' path to sudo, /usr/bin -> /usr/local/bin. ok zhuk@ - add a RUN_DEPENDS on sudo for now, suggested by zhuk@, subject to revision when we know what if anything will replace sudo in base. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/07/06 06:13:54 Modified files: net/munin : Makefile net/munin/pkg : README-server Log message: `sudo` is not in base anymore. show how to use `su` in README ok sthen@ CVSROOT: /cvs Module name: xenocara Changes by: kettenis@cvs.openbsd.org 2015/07/06 06:49:35 Modified files: lib/libpciaccess/src: openbsd_pci.c Log message: Fix typo/pasto in previous commit; request write combining mapping when it is actually requested and not for every writable mapping. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/06 07:43:06 Modified files: www/squid/snapshot: Makefile distinfo www/squid/snapshot/pkg: PLIST-main Log message: update to squid 3.5.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/06 07:49:49 Modified files: multimedia/get_iplayer: Makefile multimedia/get_iplayer/files: options.sample Log message: show examples of HLS streaming in default config file CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/06 08:09:46 Modified files: net/rtmpdump : Makefile distinfo Log message: update to newer rtmpdump checkout, and add KSV patchset (better resume, support >4GB, etc). CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/07/06 08:15:34 Removed files: mail/mozilla-thunderbird/patches: patch-mozilla_content_media_MediaData_cpp patch-mozilla_content_media_MediaData_h Log message: Landry and cvs don't like each other. Remove left-over patch files. "i hate cvs' landry@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/06 08:24:57 Modified files: usr.bin/tmux : cmd-attach-session.c cmd-switch-client.c Log message: Update environment with -E when attach-session used on an already attached session or switch-client used on the current session. From Cam Hutchison. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/07/06 09:02:51 Modified files: libexec/mail.local: mail.local.c Log message: Add support for IPv6 by using getaddrinfo(). Our inetd.conf ships with an IPv6 comsat example but it would never get used. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/07/06 09:42:20 Modified files: libexec/comsat : comsat.c Log message: Trim trailing whitespace from the comsat message before calling strtonum() to parse the offset since mail.local writes a trailing newline. Otherwise comsat just discards the message. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/07/06 09:50:50 Modified files: lang/seed7 : Makefile distinfo Log message: Update to 20150705 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/07/06 10:12:16 Modified files: usr.sbin/syslogd: evbuffer_tls.c privsep.c privsep_fdpass.c ringbuf.c syslogd.c syslogd.h ttymsg.c Log message: Remove some unneeded includes. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/06 15:51:17 Modified files: geo/geoclue2/patches: patch-data_geoclue_conf_in Log message: Add RHBZ. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/06 15:54:33 Modified files: multimedia/x264: Makefile Added files: multimedia/x264/patches: patch-common_osdep_h Log message: Use __sync_fetch_and_add on a few more archs other than i386 (amd64, powerpc, alpha, sparc). from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/06 17:54:04 Modified files: multimedia/phonon: Makefile Added files: multimedia/phonon/patches: patch-phonon_CMakeLists_txt patch-phonon_experimental_CMakeLists_txt Log message: Revert upstream commit 457492e97dd1435021cff15d4fbb8f1fd7be9b24, it breaks due to changing "-I/usr/local/include/kde4" to "-isystem /usr/local/include/kde4". Still investigating, who to blame: CMake, Phonon or maybe someone else... not me, right? (note for myself: there is no such thing as extra build for KDE stuff) Breakage noticed by naddy@: thanks and sorry. CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2015/07/06 19:17:42 Log message: Import ports/plan9/devdrawserver, a client-server p9p devdraw. It allows for later attachment, so it can easily be run on a remote machine, proxying the draw calls to a local devdraw. tweak/ok czarkoff@ Status: Vendor Tag: gsoares Release Tags: gsoares_20150706 N ports/plan9/devdrawserver/Makefile N ports/plan9/devdrawserver/distinfo N ports/plan9/devdrawserver/pkg/DESCR N ports/plan9/devdrawserver/pkg/PLIST N ports/plan9/devdrawserver/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2015/07/06 19:24:04 Modified files: plan9 : Makefile Log message: +devdrawserver CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2015/07/06 19:31:40 Modified files: mail/msmtp : Makefile distinfo mail/msmtp/pkg : PLIST Log message: update to 1.6.2 slight tweak/ok sthen@ ok dcoppa@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/07/06 21:31:58 Modified files: distrib/armv7/ramdisk: install.md Log message: At some point the u-boot mlo for panda/beagle stopped looking for u-boot.bin and required u-boot.img on the fat fs so switch to using that as we do for beaglebone. Reported by abieber@ via bmercer@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/07 00:34:40 Modified files: plan9/devdrawserver: Makefile plan9/devdrawserver/pkg: README Log message: Use README.template. Fix indent. Don't use BUILD = RUN constuct. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/07/07 02:44:42 Modified files: net/seafile : Makefile.inc net/seafile/ccnet: distinfo net/seafile/client: distinfo net/seafile/seafile: Makefile distinfo net/seafile/seafile/patches: patch-daemon_Makefile_am Added files: net/seafile/seafile/patches: patch-daemon_http-tx-mgr_c Log message: update to seafile-4.2.6 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/07 03:15:32 Modified files: games/residualvm: Makefile Log message: libpng is picked up when present. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/07 03:27:19 Modified files: mail/cyrus-imapd: Tag: OPENBSD_5_7 Makefile distinfo mail/cyrus-imapd/patches: Tag: OPENBSD_5_7 patch-configure Removed files: mail/cyrus-imapd/patches: Tag: OPENBSD_5_7 patch-imap_statuscache_db_c Log message: SECURITY update to cyrus-imapd-2.4.18. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/07/07 03:29:37 Modified files: audio/soundtouch: Makefile distinfo audio/soundtouch/patches: patch-Makefile_am patch-configure_ac Added files: audio/soundtouch/patches: patch-source_SoundStretch_Makefile_am patch-source_SoundTouch_Makefile_am Log message: Update to soundtouch-1.9.0. From Eric Lalonde (maintainer); thanks! CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/07 03:39:28 Modified files: sys/net : radix.c Log message: Do not return internal nodes to the upper layer in rn_lookup(). The limit between the radix layer and the route layer is somewhat vague, if it exists at all. This changes prevent rtrequest1(9) to find and delete the root node (RNF_ROOT) when trying to delete a non-existing default route: # route delete 0.0.0.0 delete host 0.0.0.0 # route delete 0.0.0.0 route: writing to routing socket: No such process delete host 0.0.0.0: not in table Historically rn_delete() was a no-op when called with an internal node as argument. But there's no reason to manipulate such node. In a better world rn_match() would contain such check, but let's change the perfect-match function for the moment as this fixes a bug and many dragons are lurking in there. Fix a regression introduced by the big refactoring of r1.40 and reported by tobias@. ok tobias@, claudio@, pelikan@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/07 03:44:51 Removed files: mail/drac : Makefile distinfo mail/drac/patches: patch-Makefile patch-dracauth_3 patch-rpc_dracd_c mail/drac/pkg : DESCR PLIST Log message: Remove drac; pop-before-smtp should not be a thing anymore. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/07 03:45:11 Modified files: mail : Makefile Log message: -drac CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/07 03:46:03 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register drac removal. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/07 03:47:27 Modified files: mail/cyrus-imapd: Makefile distinfo mail/cyrus-imapd/pkg: PLIST Log message: SECURITY update to cyrus-imapd-2.5.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/07 04:29:05 Modified files: graphics/libgphoto2: Makefile distinfo graphics/libgphoto2/pkg: PLIST Log message: Update to libgphoto-2.5.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/07 04:29:28 Modified files: graphics/gphoto2: Makefile distinfo Log message: Update to gphoto-2.5.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/07 04:43:09 Modified files: plan9/devdrawserver: Makefile Log message: Fix typo in NO_TEST (spotted by gsoares). Use INSTALL_PROGRAM instead of cp so that binaries are stripped. ok gsoares@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/07 05:25:51 Modified files: sysutils/salt : Makefile sysutils/salt/patches: patch-salt_modules_openbsdrcctl_py Log message: Unbreak service.enable. python_shell now defaults to False but we need it enabled in this case to combine commands. from "viq", thanks! CVSROOT: /cvs Module name: xenocara Changes by: kettenis@cvs.openbsd.org 2015/07/07 06:52:54 Modified files: lib/libpciaccess/src: openbsd_pci.c Log message: Only include on i386/amd64 as it really isi architecture-specific. This prevents us from trying to establish write-combining mappings on other architectures, which in turn makes non-kms pci video drivers work again on those platforms. ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/07 06:54:38 Modified files: geo/geoclue2 : Makefile Removed files: geo/geoclue2/patches: patch-data_geoclue_conf_in Log message: Do not whitelist redshift; that's a user decision and there's a better way to do it: https://github.com/bigon/redshift/commit/3bb7a9857dd84204ef337c7624e91a3dbbdda34b CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/07/07 07:03:58 Modified files: lib/libfuse : fuse_opt.c Log message: Unbreak option parsing: fuse_opt_pase is called with an opaque void * and struct fuse_opt. If val has a positive value and off != -1, we modify the opaque void * at the offset off to put it val. This matches what the GNU libfuse does. fixes (at least) simple-mtpfs option parsing diff from slacker syl@, thanks! "it can't get worse than not working" mikeb@ ok miod@ sthen@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/07/07 07:19:06 Modified files: etc : changelist Log message: Only store checksums for: /var/nsd/etc/nsd.conf (may contain a key) /var/unbound/db/root.key (fix path as well) from Tim van der Molen ok millert@ sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/07 07:44:55 Modified files: security/p5-Crypt-OpenSSL-Random: Makefile distinfo security/p5-Crypt-OpenSSL-Random/pkg: PLIST Log message: update to p5-Crypt-OpenSSL-Random-0.10 and disable RAND_egd usage, it was failing at runtime with "undefined symbol 'RAND_egd'" CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/07 07:47:32 Modified files: graphics/digikam-kde4: Makefile Log message: libusb-compat is not provided by libgphoto2 anymore, so add it explicitely. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/07 07:49:16 Modified files: meta/kde4 : Makefile meta/kde4/pkg : README-minimal Log message: /etc/sudoers -> ${SYSCONFDIR}/sudoers CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/07/07 07:56:45 Modified files: lib/libfuse : fuse.c Log message: Skip mountpoint checking in case we only want the version or help (-V, -h). ok syl@ mikeb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/07 08:10:42 Modified files: meta/xfce : Makefile meta/xfce/pkg : README-main Log message: /etc/sudoers -> ${SYSCONFDIR}/sudoers CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/07/07 08:13:01 Modified files: etc : changelist Log message: /var/unbound/db/root.key can be stored in plain text actually; that's just the public key. prodded by semarie@ ok sthen@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/07 08:22:25 Modified files: sys/netinet : if_ether.c Log message: Always use "ifp" instead of mixing it with "ac->ac_if" in in_arpinput(). CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/07/07 08:30:37 Modified files: www/tomcat/v7 : Makefile distinfo www/tomcat/v7/pkg: PLIST-examples Log message: Update to 7.0.63 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/07 08:33:34 Modified files: graphics/sane-backends: Makefile graphics/sane-backends/pkg: README graphics/tesseract: Makefile graphics/tesseract/pkg: README print/cups : Makefile print/cups/pkg : README-main print/foo2zjs : Makefile print/foo2zjs/pkg: README textproc/hunspell/pkg: MESSAGE Log message: Change some obvious sudo usage to '#' in READMEs. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/07/07 08:33:57 Modified files: www/tomcat/v8 : Makefile distinfo www/tomcat/v8/pkg: PLIST-examples Log message: Update to 8.0.24 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/07 08:43:36 Modified files: comms/lcdproc : Makefile comms/lcdproc/pkg: README games/stepmania: Makefile games/stepmania/pkg: DESCR net/samba : Makefile net/samba/pkg : README-main x11/nx/opennx : Makefile x11/nx/opennx/pkg: README Log message: Move some obvious sudo -> '#' (root) in READMEs. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/07 08:44:59 Modified files: sysutils/bacula: Makefile sysutils/bacula/pkg: README-server www/trac : Makefile www/trac/pkg : README net/nfsen : Makefile net/nfsen/pkg : README net/nagios/nagios: Makefile net/nagios/nagios/pkg: README-main net/icinga/core2: Makefile net/icinga/core2/pkg: README-main net/icinga/core: Makefile net/icinga/core/pkg: README-main Log message: use su -m instead of -s /bin/sh, suggested by millert add some missing -c CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/07 08:49:50 Modified files: x11/kde/base3 : Makefile Log message: Our default super-user-command defaults to sudo, so depend on it. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/07/07 08:53:30 Modified files: regress/usr.bin/ssh/unittests/sshkey: mktestdata.sh test_file.c test_sshkey.c Log message: adapt tests to new minimum RSA size and default FP format CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/07/07 08:54:16 Modified files: 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.priv ecdsa_1.param.pub ecdsa_1.pub ecdsa_1_pw ecdsa_2 ecdsa_2.fp ecdsa_2.fp.bb 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 rsa1_1.fp rsa1_1.fp.bb rsa1_1.param.n rsa1_1.pub 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: regen test data after mktestdata.sh changes CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/07/07 09:53:41 Modified files: lib/libc/locale: runetable.c Log message: the C locale should contain only ASCII suggestion for removing (instead of commenting) the lines from stsp@ OK millert@ CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/07/07 11:36:25 src/regress/lib/libc/locale/setlocale Update of /cvs/src/regress/lib/libc/locale/setlocale In directory cvs.openbsd.org:/tmp/cvs-serv7439/setlocale Log Message: Directory /cvs/src/regress/lib/libc/locale/setlocale added to the repository CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/07/07 11:38:53 Added files: regress/lib/libc/locale/setlocale: Makefile setlocale.c Log message: add regress test for setlocale(3) and some related functions (MB_CUR_MAX, isalpha() for ctype. some tips from stsp@ CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/07/07 11:39:19 Modified files: regress/lib/libc/locale: Makefile Log message: add setlocale test CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/07 11:53:04 Modified files: usr.sbin/syslogd: privsep.c syslogd.8 syslogd.c syslogd.h Log message: When syslogd is invoked with -T listen_address, it creates a TCP socket and accepts incomming messages. At the moment, only RFC 6587 3.4.2. Non-Transparent-Framing format with new-line separator is supprted for incomming messsages. Outgoing messages are encoded as 3.4.1. Octet Counting. Autodetection of incomming format will be implemented later. OK deraadt@ jmc@ millert@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/07 12:03:11 Modified files: regress/usr.sbin/syslogd: RSyslogd.pm args-client-bind-only4.pl args-client-bind-only6.pl args-client-bind-port.pl args-client-bind.pl args-client-bind4-port.pl args-client-bind4.pl args-client-bind6-port.pl args-client-bind6.pl args-length-udp.pl args-maxunix.pl args-rsyslog-tcp.pl args-rsyslog-tls.pl args-rsyslog-udp.pl args-sighup-tcp.pl args-sighup-tls.pl args-socket-tcp.pl args-socket-tls.pl funcs.pl syslogd.pl Added files: regress/usr.sbin/syslogd: args-client-tcp-maxline.pl args-client-tcp-multichunks.pl args-client-tcp-multilines.pl args-client-tcp-nodns.pl args-client-tcp.pl args-client-tcp4-nodns.pl args-client-tcp4.pl args-client-tcp6-nodns.pl args-client-tcp6.pl args-maxtcp.pl args-rsyslog-client-tcp.pl args-rsyslog-client-udp.pl Log message: Add tests for incomming syslog messages over TCP. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/07/07 12:34:12 Modified files: usr.bin/vi/common: exf.c Log message: Fix a regression caused by timespec changes when vi is run without a file to edit. Based on a diff from Patrick Keshishian. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/07/07 13:13:31 Modified files: sbin/iked : config.c iked.h ikev2.c policy.c Log message: repair policy-ikesa-linking by replacing the broken RB_TREE w/TAILQ (e.g. the policy might be used-after-free on 'ikectl reconfig') ok mikeb@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2015/07/07 13:31:02 Modified files: sys/ddb : db_dwarf.c Log message: Return correct file name entry from DWARF line table We run the DWARF line table program to generate each row of the table until we find a row after the one we wanted, and then take the previous row's entries. The code correctly took the previous row's line number entry, but incorrectly took the current row's file name entry. Notably, this caused DDB to report the wrong file names for inlined calls to functions defined in header files. ok mlarkin CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/07 13:32:47 Modified files: net/isc-bind : Makefile distinfo Log message: update to BIND 9.10.2-P2, fixes CVE-2015-4620 - querying a malicious zone can trigger a "REQUIRE" assertion failure in the resolver if DNSSEC validation is enabled. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/07 13:34:10 Modified files: net/isc-bind : Tag: OPENBSD_5_7 Makefile distinfo Log message: MFC update to BIND 9.10.2-P2, fixes CVE-2015-4620 - querying a malicious zone can trigger a "REQUIRE" assertion failure in the resolver if DNSSEC validation is enabled. CVSROOT: /cvs Module name: www Changes by: jca@cvs.openbsd.org 2015/07/07 15:27:09 Modified files: faq : current.html Log message: Typo; spotted by Daniel Jakots. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/07 15:43:10 Modified files: textproc/hunspell: Makefile Log message: bump CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/07 15:43:35 Modified files: usr.sbin/syslogd: syslogd.8 Log message: Do not explain multiple times how to put brackets around IPv6 addresses in syslogd(8). Using brackets to separate an IPv6 address from the port number is common practice and we keep the text in syslog.conf(5). OK jmc@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/07/07 16:29:14 Modified files: devel/pygame : Makefile distinfo devel/pygame/patches: patch-Setup_in devel/pygame/pkg: PLIST Added files: devel/pygame/patches: patch-config_unix_py patch-src_camera_h patch-src_camera_v4l2_c patch-src_camera_v4l_c Log message: Update to pygame-1.9.1 Thanks to sthen@ for testing and fixing the camera driver. ok sthen@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/07/07 18:59:13 Modified files: . : octeon.html Log message: d-link's link has been de-linked. Use web.archive.org instead. From Diana Eichert. web.archive.org is broke at the moment, but I suspect her change is good. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/07/07 19:11:32 Modified files: . : plus52.html plus53.html plus54.html plus55.html plus56.html plus57.html 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 upgrade55.html upgrade56.html upgrade57.html Log message: better pages , better matching the page. From Pavel Plamenov (pvlplmnv at gmail), thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/08 00:20:36 Modified files: multimedia/libass: Makefile distinfo Log message: Update to libass-0.12.3. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/07/08 00:36:50 Modified files: meta/haskell-platform: Makefile Log message: Relax the version of the textproc/hs-attoparsec dependency, so people can work on porting pandoc. ok dcoppa@, aja@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/07/08 00:38:29 Modified files: textproc/hs-attoparsec: Makefile Log message: Adjust comment about version restriction. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/08 00:40:15 Modified files: x11/gtk+3 : Makefile distinfo Log message: Update to gtk+3-3.16.5. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/08 01:21:50 Modified files: share/man/man9 : Makefile mbuf.9 sys/arch/macppc/dev: if_bm.c if_mc.c sys/arch/sparc/dev: hme.c sys/dev/ic : elink3.c lance.c sys/dev/isa : if_ef_isapnp.c sys/dev/pcmcia : if_cnw.c if_xe.c sys/dev/sbus : be.c qe.c sys/kern : uipc_socket.c uipc_socket2.c sys/net : if_ppp.c if_pppx.c if_tun.c ppp_tty.c sys/nfs : nfs_syscalls.c sys/sys : mbuf.h Log message: MFREE(9) is dead, long live m_freem(9)! ok bluhm@, claudio@, dlg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/08 01:29:24 Modified files: sys/net : route.h Log message: RTF_LOCAL and RTF_BROADCAST must not be settable by userland. Note that current code is safe because an explicit check exists in route_output(). Pointed out by claudio@ while reviewing another diff. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/08 01:31:14 Modified files: sys/netinet6 : frag6.c Log message: unifdef IN6_IFSTAT_STRICT. ok deraadt@, millert@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/08 01:56:51 Modified files: sys/net : route.h sys/netinet : in.c sys/netinet6 : nd6_rtr.c Log message: Use a new RTF_CONNECTED flag for interface (connected) routes. Recent changes to support multiple interface routes broke the assumption made by all our userland routing daemons concerning interface routes. Historically such routes had a "gateway" sockaddr of type AF_LINK. But to be able to support multiple interface routes as any other multipath routes, they now have a unique "gateway" sockaddr containing their corresponding IP address. This self-describing flag should avoid ambiguity when dealing with interface routes. Issue reported by <mxb AT alumni DOT chalmers DOT se> and benno@ ok claudio@, benno@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/08 02:03:46 Modified files: usr.sbin/bgpd : kroute.c Log message: Check for RTF_CONNECTED to track interface (connected) routes. Make bgpd(8) properly handle interface routes since they no longer have a "gateway" sockaddr of type AF_LINK. Regression reported by <mxb AT alumni DOT chalmers DOT se> and benno@ While here document traditional BSD connected route assumption. ok claudio@, benno@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/08 02:16:18 Modified files: sysutils/salt : Makefile sysutils/salt/patches: patch-salt_modules_openbsdrcctl_py Log message: Better patch. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/08 02:48:35 Modified files: sys/netinet : udp_usrreq.c sys/netinet6 : icmp6.c in6.c in6_var.h ip6_forward.c ip6_mroute.c Log message: Pass an interface index instead of a pointer to in6_addr2scopeid(). ok millert@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2015/07/08 04:48:19 Modified files: sys/dev/pci : qle.c Log message: Overallocate the data segment lists to ensure there's always space for the terminating entry, return all 8 bits of the scsi status code, only set xs->resid on underruns (it's not defined for overruns), and simplify how data segment lists are constructed. with lots of help from and ok dlg@ CVSROOT: /cvs Module name: www Changes by: jca@cvs.openbsd.org 2015/07/08 05:40:35 Modified files: faq : current.html Log message: Also remove sudo_noexec.so; from Max Fillinger CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/08 06:11:32 Modified files: net/pidgin-sipe: Makefile distinfo Log message: update to pidgin-sipe 1.19.1, from Tom Doherty (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/08 06:54:51 Modified files: productivity/tryton/trytond: Makefile productivity/tryton/trytond/pkg: README Log message: fix documentation url in readme, ok aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/08 06:58:52 Modified files: net/winexe : Makefile Log message: update HOMEPAGE (there's a newer version of this, but needs samba 4 so not updating that yet) CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/08 07:03:26 Modified files: sys/net : pf.c Log message: Linking the local socket to pf states went wrong when IPsec was involved. For outgoing packets the IPsec layer did not clear the sending socket from the mbuf when the address changed. This resulted in strange state match and create behavior in pf. So clear the pf statekey and inp in the packet header for both directions when the address changes. Mark Patruck reported the bug, identified my problematic commit and tested the fix. OK mikeb@ CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2015/07/08 07:26:40 Modified files: libressl : index.html releases.html Log message: update for 2.2.1 CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2015/07/08 07:27:32 Modified files: libressl : index.html Log message: bump the OpenBSD-current version number CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/07/08 07:32:53 Modified files: devel/p5-BSD-Resource: Makefile devel/p5-BSD-Resource/pkg: DESCR Log message: Update DESCR from current BSD::Resource README and eliminate trailing whitespace found by portcheck. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/07/08 07:37:31 Modified files: sys/arch/loongson/conf: files.loongson sys/arch/loongson/include: intr.h mutex.h sys/arch/octeon/conf: files.octeon sys/arch/octeon/include: intr.h mutex.h sys/arch/sgi/conf: files.sgi sys/arch/sgi/include: intr.h mutex.h sys/arch/mips64/conf: files.mips64 Added files: sys/arch/mips64/include: mutex.h sys/arch/mips64/mips64: mutex.c Removed files: sys/arch/loongson/loongson: mutex.c sys/arch/octeon/octeon: mutex.c sys/arch/sgi/sgi: mutex.c Log message: unify the mutex implementations on all the mips64 platforms. this basically copies the sgi implementation to mips64 and removes it from the rest. this way they get an optimised UP mutex implementation and correct asserts on all platforms. ok miod@ jmatthew@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/08 08:41:30 Modified files: sys/dev/pci : if_et.c Log message: Fix a use-after-free, from Maxime Villard w/ Brainy. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/07/08 09:26:50 Modified files: www/chromium : Makefile distinfo Log message: update to 43.0.2357.132 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/08 10:04:14 Modified files: sysutils/coreutils: Makefile distinfo sysutils/coreutils/patches: patch-Makefile_in patch-configure sysutils/coreutils/pkg: PLIST Log message: update to coreutils-8.24 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/07/08 10:20:04 Modified files: devel/perltidy : Makefile distinfo devel/perltidy/pkg: PLIST Log message: update perltidy to 20140711 maintainer timeout; OK sthen@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/07/08 10:25:06 Log message: import p5-WWW-Mechanize-Shell 0.55 OK sthen@ interactive shell for WWW::Mechanize This module implements a www-like shell above WWW::Mechanize and also has the capability to output crude Perl code that recreates the recorded session. Its main use is as an interactive starting point for automating a session through WWW::Mechanize. Status: Vendor Tag: bluhm Release Tags: bluhm_20150708 N ports/www/p5-WWW-Mechanize-Shell/Makefile N ports/www/p5-WWW-Mechanize-Shell/distinfo N ports/www/p5-WWW-Mechanize-Shell/pkg/DESCR N ports/www/p5-WWW-Mechanize-Shell/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/07/08 10:29:26 Log message: Import games/pyganim tweaks and ok sthen@ Pyganim (pronounced like "pig" and "animation") is a Python module for Pygame that makes it easy to add sprite animations to your Pygame game programs. Status: Vendor Tag: bcallah Release Tags: bcallah_20150708 N ports/games/pyganim/Makefile N ports/games/pyganim/distinfo N ports/games/pyganim/pkg/PLIST N ports/games/pyganim/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/07/08 10:33:22 Log message: Import games/hypatia tweaks and ok sthen@ Hypatia is a game engine for single player 2D action adventure games. You can use it to make a game like Legend of Zelda: Oracle of Ages and Oracle of Seasons. Hypatia is aimed at non-programmers and programmers alike. Status: Vendor Tag: bcallah Release Tags: bcallah_20150708 N ports/games/hypatia/Makefile N ports/games/hypatia/distinfo N ports/games/hypatia/pkg/PLIST N ports/games/hypatia/pkg/DESCR N ports/games/hypatia/files/hypatia-demo No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/07/08 10:34:20 Modified files: www : Makefile Log message: +p5-WWW-Mechanize-Shell CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/07/08 10:36:08 Modified files: games : Makefile Log message: +hypatia +pyganim CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/08 10:36:42 Modified files: editors/vim : Makefile distinfo editors/vim/patches: patch-runtime_filetype_vim editors/vim/pkg: PLIST-main Removed files: editors/vim/patches: patch-src_option_c Log message: update to vim-7.4.769, and remove a local patch which was disabling the newer RE engine, it was previously causing big slowdowns when malloc.conf 'J' was in use, but this seems better now. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/07/08 10:37:25 Modified files: usr.bin/openssl: dhparam.c openssl.1 Log message: switch "openssl dhparam" default from 512 to 2048 bits, ok jsing@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2015/07/08 11:47:15 Modified files: usr.bin/file : magic-load.c Log message: Do not allow '\0' as an offset operator or type. ok nicm CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2015/07/08 11:49:45 Modified files: usr.bin/file : file.c Log message: Properly handle files >= 4 GB on 32 bit architectures. with input by and ok nicm@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/07/08 13:01:15 Modified files: usr.bin/ssh : OVERVIEW Log message: compress.c is gone CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/07/08 13:04:21 Modified files: usr.bin/ssh : log.c addrmatch.c Log message: xmalloc.h is unused CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/07/08 13:09:25 Modified files: usr.bin/ssh : cipher.h Log message: typedefs for Cipher&CipherContext are unused CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/07/08 13:25:59 Removed files: x11/tellico-kde4/patches: patch-src_fetch_discogsfetcher_cpp.orig Log message: Remove .orig patch file that has been commited by mistake. OK zhuk@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/07/08 13:36:54 Modified files: graphics/tiff : Makefile distinfo graphics/tiff/patches: patch-Makefile_in patch-libtiff_tif_luv_c patch-man_Makefile_in patch-test_Makefile_in graphics/tiff/pkg: PLIST Removed files: graphics/tiff/patches: patch-tools_tiffdither_c Log message: Update to 4.0.4. No major changes. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/07/08 14:24:02 Modified files: usr.bin/ssh : ssh-agent.c Log message: no need to include the old buffer/key API CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/07/08 14:48:57 Modified files: graphics/netpbm: Makefile distinfo graphics/netpbm/pkg: PLIST Log message: Update to netpbm-10.35.96. This features a large number of buffer/arithmetic overflow fixes, including one for CVE-2015-3885. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/07/08 16:42:11 Modified files: graphics/netpbm: Tag: OPENBSD_5_7 Makefile distinfo graphics/netpbm/pkg: Tag: OPENBSD_5_7 PLIST Log message: Update to netpbm-10.35.96. This features a large number of buffer/arithmetic overflow fixes, including one for CVE-2015-3885. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/08 16:54:49 Log message: Import first bits of KDE Applications software collection. This includes two ex-Digikam projects: - libkface, face detection library; - libkgeomap, photo-to-geo linking library. There are two more projects moving out from Digikam: - libkvkontakte, client implementation of VK.com API, lives in extragear, to be reviewed and imported separately; - libmediawiki, has no release tags and thus is kept as a digikam-kde4 subpackage. Improted projects will be kept unlinked until Digikam update. okay sthen@ Status: Vendor Tag: zhuk Release Tags: zhuk_20150709 N ports/x11/kde-applications/Makefile N ports/x11/kde-applications/Makefile.inc N ports/x11/kde-applications/libkgeomap/Makefile N ports/x11/kde-applications/libkgeomap/distinfo N ports/x11/kde-applications/libkgeomap/pkg/DESCR N ports/x11/kde-applications/libkgeomap/pkg/PLIST N ports/x11/kde-applications/libkgeomap/patches/patch-CMakeLists_txt N ports/x11/kde-applications/libkgeomap/patches/patch-libkgeomap_CMakeLists_txt N ports/x11/kde-applications/libkface/Makefile N ports/x11/kde-applications/libkface/distinfo N ports/x11/kde-applications/libkface/pkg/DESCR N ports/x11/kde-applications/libkface/pkg/PLIST N ports/x11/kde-applications/libkface/patches/patch-CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/07/08 17:44:56 Modified files: sbin/fdisk : fdisk.c Log message: Do not attempt to read a disk sector worth of data from the file containing the MBR template. Most especially don't get upset when the 512-byte file does not contain a full 4096 byte disk sector. Allows 4096-byte disks to be fdisk'ed once more. Problem reported and fix tested by Gerald Hanuer via bugs@. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/08 17:51:08 Modified files: x11/kde4/pim : Makefile x11/kde4/pim/pkg: PLIST Log message: More update-plist runs, more fun. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/08 19:01:30 Modified files: distrib/sets/lists/comp: mi Log message: syn CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/08 23:40:44 Modified files: sys/dev/usb : usb.h Log message: Name unamed structures, from Ludovic Coues with some tweaks. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/08 23:45:25 Modified files: sys/netinet : tcp_input.c sys/netinet6 : nd6.c nd6.h Log message: Remove unused arguments and the associated code from nd6_nud_hint(). ok claudio@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/09 00:02:54 Modified files: devel/py-ioflo : Makefile distinfo Log message: Update to py-ioflo-1.3.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/09 00:53:34 Modified files: games/hypatia : Makefile games/hypatia/files: hypatia-demo Log message: Don't hardcode path to python2.7. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/09 01:47:02 Modified files: regress/lib/libssl/unit: Makefile Added files: regress/lib/libssl/unit: tls_ext_alpn.c Log message: Add tests for parsing TLS extension ALPN (RFC 7301). The current libssl code does not pass these tests yet. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/07/09 01:47:45 Modified files: . : index.html Log message: Drop link to .dk www mirror from the homepage, it hasn't been updating for a couple of months. Reported by Max Fillinger. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/09 02:09:06 Modified files: www/owncloud : Makefile distinfo www/owncloud/files: httpd-owncloud.conf.dist.in www/owncloud/patches: patch-apps_updater_appinfo_info_xml www/owncloud/pkg: PLIST README Log message: SECURITY update to owncloud-8.1.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/09 02:26:59 Modified files: www/owncloud : Tag: OPENBSD_5_7 Makefile distinfo www/owncloud/patches: Tag: OPENBSD_5_7 patch-apps_updater_appinfo_info_xml www/owncloud/pkg: Tag: OPENBSD_5_7 PLIST Log message: Reliability update to owncloud-7.0.7. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/07/09 02:33:05 Modified files: sys/arch/i386/i386: pmapae.c Log message: Remove unused prototype. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/07/09 03:49:46 Modified files: usr.bin/ssh : authfile.c Log message: re-enable ed25519-certs if compiled w/o openssl; ok djm CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/07/09 04:22:37 Modified files: textproc/hs-xml-types: Makefile distinfo Log message: Update to xml-types-0.3.6 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/09 04:22:43 Modified files: www/owncloud : Makefile www/owncloud/pkg: README Log message: Encryption works without the need for openssl(1). CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/07/09 04:36:24 Modified files: telephony/baresip: Makefile.inc telephony/baresip/re: Makefile Log message: Enable kqueue support in re OK feinerer@, sthen@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/07/09 05:28:53 Modified files: share/man/man4 : rtwn.4 Log message: Fix documentation error: rtwn(4) loads firmware on if up, not if attach. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/09 06:23:17 Modified files: sys/dev/usb : ulpt.c Log message: Do not use usbd_endpoint_count(), this function is almost unused and creates confusion. Do like the rest of the drivers and simply get a interface descriptor with usbd_get_interface_descriptor(). Tested by stsp@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/07/09 06:57:55 Modified files: usr.sbin/pkg_add/OpenBSD: PackageRepositoryList.pm Log message: gc old code, from Jean-Philippe Ouellet CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/07/09 07:23:51 Modified files: sys/arch/amd64/amd64: vector.S Log message: Prevent possible interrupt recursion before unwinding the stack. Xen delivers about 20 seconds worth of missed LAPIC timer events after we enable interrupts on application CPUs and this makes us recurse and burn the stack. OK kettenis, guenther, deraadt, "good find" mlarkin CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/07/09 07:28:54 Modified files: www/drupal6 : drupal6.port.mk www/drupal6/core: Makefile distinfo www/drupal6/core/pkg: PLIST Added files: www/drupal6/core/patches: patch-includes_unicode_inc Log message: belated update to 6.36. need some fixes for php-5.6, as their unicode detect test is broken. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/07/09 07:41:54 Modified files: www/kcgi : Makefile distinfo Log message: Update kcgi to 0.6.1 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/07/09 07:48:54 Modified files: sys/dev/usb : if_athn_usb.c Log message: Allow more time for USB athn(4) firmware boot. It seems people on daemonforums are running into the previous 1 second timeout on some machines, which the driver will treat as fatal. Not sure if this will really fix the issue but it won't hurt. Also reported in NetBSD land which inherited our driver: http://mail-index.netbsd.org/current-users/2014/05/06/msg024793.html ok mpi@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/07/09 08:02:08 Modified files: www/drupal6/admin-menu: Makefile distinfo www/drupal6/advanced_help: Makefile distinfo www/drupal6/advanced_help/pkg: PLIST www/drupal6/cck: Makefile distinfo www/drupal6/ctools: Makefile distinfo www/drupal6/masquerade: Makefile distinfo www/drupal6/printer-friendly: Makefile distinfo www/drupal6/scheduler: Makefile distinfo www/drupal6/user_import: Makefile distinfo www/drupal6/webform: Makefile distinfo Log message: a few module updates. most are security updates (cck, ctools, masquerade, printer-friendly, scheduler, user-import, webform) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/09 08:49:35 Modified files: security/openssl: Makefile distinfo Log message: security update to openssl-1.0.1o (libressl is not affected by this problem) During certificate verification, OpenSSL (starting from version 1.0.1n and 1.0.2b) will attempt to find an alternative certificate chain if the first attempt to build such a chain fails. An error in the implementation of this logic can mean that an attacker could cause certain checks on untrusted certificates to be bypassed, such as the CA flag, enabling them to use a valid leaf certificate to act as a CA and "issue" an invalid certificate. This issue will impact any application that verifies certificates including SSL/TLS/DTLS clients and SSL/TLS/DTLS servers using client authentication. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/09 08:50:40 Modified files: security/openssl: Tag: OPENBSD_5_7 Makefile distinfo Log message: MFC security update to openssl-1.0.1o (libressl is not affected by this problem) During certificate verification, OpenSSL (starting from version 1.0.1n and 1.0.2b) will attempt to find an alternative certificate chain if the first attempt to build such a chain fails. An error in the implementation of this logic can mean that an attacker could cause certain checks on untrusted certificates to be bypassed, such as the CA flag, enabling them to use a valid leaf certificate to act as a CA and "issue" an invalid certificate. This issue will impact any application that verifies certificates including SSL/TLS/DTLS clients and SSL/TLS/DTLS servers using client authentication. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/09 08:58:32 Modified files: sys/dev/usb : uvideo.c uvideo.h Log message: Move the softc definition to uvideo.c so that userland can include <dev/usb/uvideo.h> to get USB video descriptor definitions. from Ludovic Coues. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/09 09:04:49 Modified files: www/p5-Mojo : Makefile distinfo Log message: update to p5-Mojo 6.13, from Mark Patruck (maintainer) CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/09 10:01:49 Modified files: usr.sbin/syslogd: syslogd.c Log message: Set f_hostname to NULL after free() to avoid a double free when both !host and memory buffer are used. OK jung@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/07/09 10:33:42 Modified files: sys/dev/usb : if_athn_usb.c Log message: Revert previous, doesn't fix anything. I managed to reproduce the problem on one of my machines and the patch doesn't help. See http://marc.info/?l=openbsd-tech&m=143645936727569&w=2 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/07/09 11:05:15 Modified files: editors/libreoffice: Makefile distinfo editors/libreoffice/patches: patch-basic_source_runtime_methods_cxx patch-configure patch-vcl_unx_gtk_gdi_salnativewidgets-gtk_cxx editors/libreoffice/pkg: PLIST-i18n-ar PLIST-i18n-bg PLIST-i18n-ca PLIST-i18n-de PLIST-i18n-es PLIST-i18n-fa PLIST-i18n-fi PLIST-i18n-fr PLIST-i18n-hu PLIST-i18n-it PLIST-i18n-lt PLIST-i18n-lv PLIST-i18n-nl PLIST-i18n-pl PLIST-i18n-pt-br PLIST-i18n-ru PLIST-i18n-sl PLIST-i18n-sv PLIST-main Log message: update to 4.4.4.3 CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2015/07/09 13:33:54 Modified files: . : aviion.html plat.html Log message: typos CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/09 13:45:37 Modified files: sys/kern : init_main.c Log message: Disable pool_gc on m88k if MULTIPROCESSOR; we don't have enough volunteers for human sacrifices to get this fixed in a reasonably near future, and the tree must build. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/09 13:46:39 Modified files: lang/erlang : Makefile.inc lang/erlang/16 : Makefile lang/erlang/17 : Makefile lang/erlang/18 : Makefile Added files: lang/erlang/16/patches: patch-lib_wx_configure_in lang/erlang/16/pkg: DESCR-main DESCR-wx PLIST-main PLIST-wx lang/erlang/17/patches: patch-lib_wx_configure_in lang/erlang/17/pkg: DESCR-main DESCR-wx PLIST-main PLIST-wx lang/erlang/18/patches: patch-lib_wx_configure_in lang/erlang/18/pkg: DESCR-main DESCR-wx PLIST-main PLIST-wx Removed files: lang/erlang/16/pkg: DESCR PLIST lang/erlang/17/pkg: DESCR PLIST lang/erlang/18/pkg: DESCR PLIST Log message: - unbreak linking of wx bindings now that wxwidgets has been fixed - move all wx and observer bits into a wx subpackage this shrinks the main package by about 18M CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/07/09 13:48:36 Modified files: sbin/fdisk : fdisk.c Log message: Nuke unused variable. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/09 14:16:04 Modified files: usr.sbin/syslogd: privsep_fdpass.c Log message: During fd passing, receive_fd() tries to read the result value and the file descriptor. If the fd limit is exhausted, recvmsg(2) fails. The kernel discards the fd, but the result value stays in the socket. It has to be read on its own to keep the privsep parent and syslogd child in sync. OK benno@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/07/09 14:50:33 Modified files: . : index.html Log message: reinstate openbsd.dk, problem fixed CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/09 15:12:44 Modified files: regress/usr.sbin/syslogd: Makefile Proc.pm Added files: regress/usr.sbin/syslogd: args-fdexhaustion-config.pl args-fdexhaustion-sighup.pl Log message: Test syslogd with reduced file descriptor limit. It has too many log files in syslog.conf and must close and reopen them at SIGHUP. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/09 15:36:05 Modified files: www/epiphany : Makefile distinfo Log message: update to epiphany-3.16.3 CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/07/09 16:07:23 Modified files: x11/st : Makefile distinfo x11/st/patches : patch-Makefile patch-config_def_h patch-config_mk Log message: Update to st-0.6 Upsteam's changelog entry: * direct tty line support * "st -l /dev/ttyS0 115200" works * replace your screen(1) with st * backspace and delete now work like the Linux standard * you only need to change the defaults if you are using a real hardware terminal * much code refactoring * the -g(eometry) flag now behaves like in xterm * the main loop now uses a monotonic clock to prevent bugs tickling down from a flawed time scale reality * invisible attribute is now supported * struck-out attribute is now supported * many wide-character bugs are fixed * fix XIM in st * new sequences: * CAN, ESC, LS2, LS3, DECSCUSR * 8bit: DECID, NEL, HTS, DCS, APC, PM, OSC * children now show an error message * VT102ID can be configured in config.h * fix shell selection by grasping the value from the passwd file * don't allow shells run by users not in passwd * st supports utmp[2] * the bell in st now calls XkbBell so it's possible to catch the XkbBellNotifyEvent for your own pleasure * many changes in the font drawing code * speed optimisations! * clipboard handling has been fixed * default is primary * clipboard needs shortcuts * MANY small fixes to make st more stable Also, use DejaVu Sans Mono (from xenocara) and don't force CFLAGS that are not critical to build. OK gsoares@, jung@ and sthen@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/07/10 00:21:53 Modified files: usr.bin/ssh : clientloop.c myproposal.h readconf.c readconf.h scp.1 servconf.c servconf.h ssh.1 ssh_config.5 sshconnect2.c sshd.c sshd_config.5 Log message: Turn off DSA by default; add HostKeyAlgorithms to the server and PubkeyAcceptedKeyTypes to the client side, so it still can be tested or turned back on; feedback and ok djm@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2015/07/10 00:23:25 Modified files: regress/usr.bin/ssh: cert-hostkey.sh cert-userkey.sh hostkey-agent.sh hostkey-rotate.sh keytype.sh regress/usr.bin/ssh/unittests/kex: test_kex.c Log message: Adapt tests, now that DSA if off by default; use PubkeyAcceptedKeyTypes and PubkeyAcceptedKeyTypes to test DSA. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/07/10 00:29:25 Modified files: lang/php/5.4 : Makefile distinfo Log message: update to 5.4.43 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/10 01:06:07 Modified files: devel/scons : Makefile distinfo devel/scons/pkg: PLIST Log message: upstream re-rolled to the tarball to the actual release tag/branch, so now it does come with manpages again. size changed noticed by rpe@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/10 01:21:21 Modified files: net/ruby-msgpack: Makefile distinfo net/ruby-msgpack/pkg: PLIST Log message: - update to msgpack-0.6.1 ok jeremy@ sebastia@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/10 01:25:06 Modified files: devel/boost/patches: patch-libs_filesystem_src_path_cpp patch-libs_log_src_timestamp_cpp Log message: submitted upstream CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/10 02:13:46 Modified files: devel/boost/patches: patch-tools_build_src_tools_gcc_jam Log message: don't add -m32 to compiler flags; see if this unbreaks hppa CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/10 02:33:05 Log message: Import libkvkontakte, a KDE C++ wrapper for VK.com API. It was shipped previously as graphics/digikam-kde4,-vkontakte. To be unlinked until Digikam update (to be happen soon). Input and okay from czarkoff@. Status: Vendor Tag: zhuk Release Tags: zhuk_20150710 N ports/net/libkvkontakte/Makefile N ports/net/libkvkontakte/distinfo N ports/net/libkvkontakte/pkg/DESCR N ports/net/libkvkontakte/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/10 02:36:44 Modified files: x11 : Makefile Log message: x11/kde-shared-data was unlinked since initial import. Oops. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/07/10 03:02:10 Modified files: graphics/feh : Makefile Added files: graphics/feh/patches: patch-src_wallpaper_c Log message: commit 5e6cbb6c8d1435b3122dfc55b6e5cfeefb1a3aab Author: James Knight <james.d.knight@live.com> Date: Mon Jun 22 11:56:00 2015 -0400 ensure fehbg is free'ed The 'fehbg' variable can be allocated whether or not the user wishes to generated a fehbg file. Ensure the variable is free'ed before we return. Signed-off-by: James Knight <james.d.knight@live.com> CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/10 03:41:32 Modified files: audio/schismtracker: Makefile Log message: Needs lang/python. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/07/10 04:07:31 Modified files: sys/arch/i386/i386: pmap.c Log message: Don't call pool_put(9) while holding a mutex. Instead collect pv entries in a list and put them back into the pool after releasing the mutex. This prevents a lock ordering problem between the per-pmap mutexes and the kernel lock that arises because pool_put(9) may grab the kernel lock when it decides to free a pool page. This seems to make the i386 pmap mpsafe enough to run the reaper without holding the kernel lock. ok sthen@ (who helped me a lot debugging this) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/07/10 04:08:49 Modified files: sys/arch/amd64/amd64: pmap.c Log message: Avoid calling pool_put(9) while holding a mutex here as well to prevent lock order problems. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/07/10 05:27:06 Modified files: shells/bash : Makefile Log message: Use undocumented compile-time options to prefer system mktemp(3) and mkstemp(3) over homebrew versions (time ^ pid ^ random). Originally suggested by Henric Jungheim for FreeBSD. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/07/10 05:52:59 Modified files: sys/arch/i386/i386: pmapae.c Log message: Don't call pool_put(9) while holding a mutex. Instead collect pv entries in a list and put them back into the pool after releasing the mutex. This prevents a lock ordering problem between the per-pmap mutexes and the kernel lock that arises because pool_put(9) may grab the kernel lock when it decides to free a pool page. This seems to make the i386 pmap mpsafe enough to run the reaper without holding the kernel lock. ok sthen@ (who helped me a lot debugging this) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/07/10 06:11:41 Modified files: sys/arch/sparc64/sparc64: pmap.c Log message: Avoid calling pool_put(9) while holding a mutex here as well to prevent lock order problems. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/07/10 07:06:26 Modified files: sys/arch/i386/i386: pmapae.c Log message: Committed from the wrong tree. So now for real: Don't call pool_put(9) while holding a mutex. Instead collect pv entries in a list and put them back into the pool after releasing the mutex. This prevents a lock ordering problem between the per-pmap mutexes and the kernel lock that arises because pool_put(9) may grab the kernel lock when it decides to free a pool page. This seems to make the i386 pmap mpsafe enough to run the reaper without holding the kernel lock. ok sthen@ (who helped me a lot debugging this) CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/07/10 07:33:07 Modified files: games/hypatia : Makefile distinfo Log message: Update to 0.2.16 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/10 08:05:12 Modified files: www/webkitgtk4 : Makefile distinfo www/webkitgtk4/pkg: PLIST Log message: Update to webkitgtk4-2.8.4. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/07/10 09:16:03 Modified files: security : Makefile security/sudo : Makefile security/sudo/pkg: PLIST Added files: security/sudo/pkg: PFRAG.gettext Log message: minimal flavor by default. okay millert@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/10 09:45:57 Modified files: sys/dev/usb : ugen.c Log message: Do not use usbd_endpoint_count() and usbd_interface_count(), theses functions are almost unused and create confusion. Do like the rest of the drivers and simply get an interface or device descriptor. Tested by ajacoutot@ and Grant Czajkowski, thanks! CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/10 09:47:48 Modified files: sys/dev/usb : usbdi.c usbdi.h Log message: usbd_{endpoint,interface}_count() are no longer used and die. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/07/10 10:07:23 Modified files: x11/isomaster : Makefile distinfo x11/isomaster/pkg: PLIST Removed files: x11/isomaster/patches: patch-Makefile patch-bk_bkCache_c patch-bk_bkMisc_c patch-bk_bk_h patch-editfile_c patch-isomaster_c Log message: update to 1.3.13, patches committed upstream CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2015/07/10 10:19:41 Modified files: www/piwik : Makefile distinfo www/piwik/pkg : PLIST Log message: Update to 2.14.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/10 10:38:50 Modified files: x11/yakuake : Makefile Log message: tyop CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/10 11:10:10 Modified files: benchmarks/tsung: Makefile databases/apache-couchdb: Makefile databases/riak : Makefile devel/rebar : Makefile lang/elixir : Makefile net/ejabberd : Makefile net/rabbitmq : Makefile security/erl-bcrypt: Makefile www/erl-mochiweb: Makefile www/yaws : Makefile Log message: bump after erlang dependency change reminded by aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/10 11:15:22 Log message: Import py-feedgenerator-1.7. Feedgenerator is a standalone version of Django's feedgenerator. It is based on the current Django Version 1.5.dev20120824122350. from Vladimir Seleznev with tweaks ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20150710 N ports/www/py-feedgenerator/Makefile N ports/www/py-feedgenerator/distinfo N ports/www/py-feedgenerator/pkg/PLIST N ports/www/py-feedgenerator/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/10 11:16:28 Log message: Import pelican-3.5.0. Pelican is a static site generator, written in Python, that requires no database or server-side logic. <...> from Vladimir Seleznev with tweaks ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20150710 N ports/www/pelican/Makefile N ports/www/pelican/distinfo N ports/www/pelican/pkg/PLIST N ports/www/pelican/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/10 11:17:42 Modified files: www : Makefile Log message: +pelican +py-feedgenerator CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/10 11:24:27 Modified files: www/pelican : Makefile distinfo www/pelican/pkg: PLIST Log message: Update to pelican-3.6.0. (I missed the update when importing) from Vladimir Seleznev (maintainer) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/07/10 11:30:30 Modified files: audio/umurmur : Makefile distinfo audio/umurmur/patches: patch-src_channel_c patch-src_messagehandler_c patch-src_server_c Log message: Bugfixing update to umurmur-0.2.16a CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/10 12:28:14 Modified files: devel/kdevelop : Makefile distinfo devel/kdevelop/patches: patch-app_kdevelop! patch-languages_cpp_CMakeLists_txt devel/kdevelop/pkg: PLIST devel/kdevplatform: Makefile distinfo devel/kdevplatform/patches: patch-cmake_modules_KDevPlatformMacros_cmake patch-plugins_filetemplates_CMakeLists_txt devel/kdevplatform/pkg: PLIST Log message: Update KDevPlatform 1.7.1 and KDevelop to 4.7.1. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/10 12:34:27 Modified files: net : Makefile x11 : Makefile graphics/digikam-kde4: Makefile distinfo graphics/digikam-kde4/patches: patch-core_libs_dimg_dimg_cpp patch-extra_kipi-plugins_acquireimages_CMakeLists_txt patch-extra_kipi-plugins_common_libkipiplugins_CMakeLists_txt patch-extra_kipi-plugins_gpssync_CMakeLists_txt patch-extra_kipi-plugins_sendimages_CMakeLists_txt patch-extra_kipi-plugins_tests_multithreading_CMakeLists_txt patch-extra_libkgeomap_CMakeLists_txt patch-extra_libkgeomap_libkgeomap_CMakeLists_txt graphics/digikam-kde4/pkg: PLIST-kipi PLIST-main PLIST-mediawiki Added files: graphics/digikam-kde4/patches: patch-extra_kipi-plugins_CMakeLists_txt Removed files: graphics/digikam-kde4/patches: patch-core_libs_imageproperties_captionedit_cpp patch-core_libs_imageproperties_imagedescedittab_cpp patch-extra_kipi-plugins_expoblending_CMakeLists_txt patch-extra_kipi-plugins_jpeglossless_CMakeLists_txt patch-extra_kipi-plugins_panorama_CMakeLists_txt graphics/digikam-kde4/pkg: DESCR-face DESCR-geomap DESCR-vkontakte PLIST-face PLIST-geomap PLIST-vkontakte Log message: Update KDE4 version of Digikam to 4.11.0. This time we have three libraries previously shipped as a part of Digikam SC separated, this commit links them to build altogether. Thanks to sthen@ and czarkoff@ for reviewing considerable part of work. CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/07/10 13:00:42 Log message: Import tclgpg-20150324 A Tcl interface to GNU Privacy Guard. This library was designed to replace TclGPGME, allowing the same functionality with any GPG version. Multiple fixes from stu@ OK sthen@, stu@ Status: Vendor Tag: czarkoff Release Tags: czarkoff_20150710 N ports/security/tclgpg/Makefile N ports/security/tclgpg/distinfo N ports/security/tclgpg/patches/patch-tclconfig_tcl_m4 N ports/security/tclgpg/patches/patch-Makefile_in N ports/security/tclgpg/patches/patch-configure_in N ports/security/tclgpg/pkg/DESCR N ports/security/tclgpg/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/07/10 13:02:31 Modified files: security : Makefile Log message: +tclgpg CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/07/10 13:03:52 Modified files: net/tkabber/base: Makefile net/tkabber/base/pkg: README Log message: Mention tclgpg as optional dependency OK sthen@, stu@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/10 15:02:48 Modified files: sysutils/facter/patches: patch-lib_src_util_posix_dynamic_library_cc Log message: merged upstream CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/10 16:07:48 Modified files: sys/netinet : tcp_input.c Log message: Make KASSERT in tcp_input() less strict, tcpcb may be NULL. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/07/10 16:20:33 Modified files: net/p5-Net-DNS : Makefile Log message: Improve comment and dependencies. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/07/10 22:00:46 Modified files: sys/dev/pci/drm: drm_crtc.h drm_crtc_helper.c drm_linux.h sys/dev/pci/drm/radeon: atom.c radeon.h radeon_benchmark.c radeon_fence.c radeon_pm.c radeon_ring.c sys/dev/pci/drm/ttm: ttm_bo.c ttm_bo_driver.h Log message: Make use of recent drm_linux.h additions to further reduce the diff to linux. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/11 01:03:20 Modified files: sysutils/salt-testing: Makefile distinfo sysutils/salt-testing/pkg: PLIST Log message: Update to salt-testing-2015.7.10. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/07/11 01:47:05 Modified files: net/p5-Net-DNS-SEC: Makefile distinfo net/p5-Net-DNS-SEC/pkg: PLIST Log message: update p5-Net-DNS-SEC to 0.22 OK gsoares@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/11 01:59:41 Modified files: net/h323plus : Makefile net/h323plus/pkg: PLIST Log message: No need to install version.h. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/11 02:00:39 Modified files: net/gnugk : Makefile distinfo net/gnugk/patches: patch-configure Log message: Update to gnugk-3.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/11 04:39:12 Modified files: security/tclgpg: Makefile Log message: Unbreak: missing BUILD_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/11 05:00:55 Modified files: lang/erlang/17 : Makefile lang/erlang/18 : Makefile Log message: missed bump; spotted by nigel@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/11 06:57:05 Modified files: databases/riak : Makefile Log message: add missing dependency on wx subpackage; to be reworked shortly spotted by nigel@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/11 09:04:56 Modified files: usr.bin/openssl: dhparam.c Log message: Convert openssl(1) dhparam to new option handling. ok doug@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/07/11 10:10:38 Modified files: . : events.html Log message: mlarkin will present at hackfest in nov CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/07/11 10:13:18 Modified files: . : events.html Log message: and eurobsdcon CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/11 10:23:59 Modified files: lib/libutil : imsg_init.3 Log message: typo in embedded code block; from Ben Cornett CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/11 10:29:25 Modified files: sysutils/salt : Makefile distinfo sysutils/salt/patches: patch-salt_modules_openbsdrcctl_py sysutils/salt/pkg: PLIST Log message: Update to salt-2015.5.3. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/11 10:33:48 Modified files: bin/ed : main.c Log message: XXX annotate another signal race CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/07/11 20:35:52 Modified files: openssh : security.html Log message: Put a date in front of each security hole as they were fixed. Most were very very minor, but in case tally is being kept, this shows 1 in 2013, 2 in 2011, 1 in 2009, 3 in 2008, 1 in 2007, 3 in 2006, 2 in 2005, 2 in 2003, and that's far enough back. Concern expressed by doug, based on something he saw. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/12 02:40:08 Modified files: sysutils/remotebox: Makefile distinfo sysutils/remotebox/pkg: PLIST Log message: Update to remotebox-2.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/12 02:42:25 Modified files: print/cups : Makefile print/cups/pkg : cupsd.rc Log message: Relax pexp to cope with upcoming rc.subr(8) change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/12 02:56:50 Modified files: print/cups : Makefile print/cups/pkg : cupsd.rc Log message: Put a space after ${daemon} since cupsd always appends some stuffs in the process list. CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2015/07/12 03:51:25 Modified files: usr.bin/file : file.c Log message: Keep one byte for terminating '\0'. ok nicm@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/12 04:06:24 Modified files: x11/kde-applications/libkgeomap: Makefile Log message: Missing dependency, spotted by naddy@ and aja@. Don't know how I m[ie]ssed that - maybe because this was too obvious to check, - sorry. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/12 06:54:31 Modified files: sys/dev/usb : xhci.c Log message: Do not trust the hardware when it says that the number of remaining bytes to transfer is superior to the length of the transfer. Found by krw@ with an ETRON controller. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/07/12 08:06:23 Modified files: lang/php/5.6 : Makefile distinfo lang/php/5.6/patches: patch-ext_iconv_iconv_c Log message: update to 5.6.11 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/07/12 08:07:10 Modified files: lang/php/5.5 : Makefile distinfo lang/php/5.5/patches: patch-ext_iconv_iconv_c Log message: update to 5.5.27 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/07/12 08:13:25 Modified files: mail/z-push : Makefile distinfo Log message: update to 2.2.1 CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/07/12 08:21:09 Modified files: app/cwm : menu.c Log message: simplify menu print text CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2015/07/12 08:31:47 Modified files: app/cwm : calmwm.h conf.c cwmrc.5 kbfunc.c mousefunc.c search.c Log message: introduce 'groupsearch' for group menu search; matches on either group number/shortcut and/or name. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/07/12 08:44:04 Modified files: www/chromium : Makefile Removed files: www/chromium/patches: patch-chrome_browser_first_run_upgrade_util_linux_cc Log message: allow chromium to restart itself when necessary after asking the user for confirmation CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/07/12 08:44:34 Modified files: www/iridium : Makefile Removed files: www/iridium/patches: patch-chrome_browser_first_run_upgrade_util_linux_cc Log message: allow iridium to restart itself when necessary after asking the user for confirmation CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/07/12 08:52:17 Modified files: usr.sbin/pkg_add/OpenBSD: PackageRepository.pm Log message: improve the error message for incorrect PKG_CACHE. (yes, this should error out always) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/12 10:19:38 Modified files: graphics/ffmpeg: Makefile Log message: Revert previous ("Build with Clang on i386."). Several reports on ports@ mentionned it breaks at runtime. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/12 10:32:21 Modified files: usr.bin/openssl: crl2p7.c Log message: Convert openssl(1) crl2pkcs7 to the new option handling. input + ok jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/12 10:37:37 Modified files: usr.bin/openssl: dsaparam.c Log message: Convert openssl(1) dsaparam to the new option handling. This also removes support for -timebomb related code which was only enabled for GENCB_TEST. ok jsing@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/12 12:40:49 Modified files: lib/libutil : imsg-buffer.c imsg.c Log message: Use memset instead of bzero for better portability. ok gilles claudio doug CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/12 13:06:22 Modified files: editors/emacs : Makefile Added files: editors/emacs/patches: patch-src_unexelf_c Log message: Fix SIGBUS at unexec() step on sparc64. Most likely due to the switch to binutils-2.17, emacs crashes with SIGBUS at the loadup build step on sparc64, because it puts the section headers at an unaligned address. I am not sure whether this is the True Proper Fix. Also, other strict architectures ought to be affected too. But let's at least provide a working emacs package for sparc64 users at c2k15. To be revisited laterwith feedback from upstream. Problem reported by sthen/dlg/naddy. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/07/12 13:14:54 Added files: print/cups-filters/patches: patch-filter_pdftoopvp_OPVPOutputDev_cxx patch-filter_pdftoopvp_oprs_OPRS_cxx Log message: Let it build with upcoming poppler-0.34. ok aja@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2015/07/12 13:58:00 Modified files: usr.sbin/tcpdump: tcpdump.c Log message: For ASCII dumps, tighten printable characters. \v and \f aren't. ok semarie@ sthen@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/07/12 14:16:07 Modified files: games/hypatia : Makefile distinfo games/hypatia/pkg: PLIST Log message: Update to 0.2.18 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/07/12 14:35:44 Modified files: build : mirrors.dat Log message: add anoncvs mirror, openbsd.park.rambler.ru from Dmitry Alenichev CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/07/12 14:36:08 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/12 16:09:00 Modified files: usr.bin/openssl: gendh.c Log message: Convert gendh.c to the new option handling. ok jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/12 16:16:49 Modified files: usr.bin/openssl: ec.c Log message: Convert openssl(1) ec to the new option handling. ok jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/12 16:21:38 Modified files: usr.bin/openssl: dsa.c Log message: Convert openssl(1) dsa to the new option handling. ok jsing@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/07/12 16:37:12 Modified files: print/poppler : Makefile distinfo print/poppler/pkg: PLIST-main Log message: Update to poppler-0.34. ok aja@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/12 16:57:00 Modified files: usr.bin/openssl: dh.c Log message: Convert openssl(1) dh to the new option handling. ok jsing@ CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/07/12 18:53:13 ports/x11/dbus-tcl/patches Update of /cvs/ports/x11/dbus-tcl/patches In directory cvs.openbsd.org:/tmp/cvs-serv13441/patches Log Message: Directory /cvs/ports/x11/dbus-tcl/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/07/12 18:54:36 ports/x11/dbus-intf/patches Update of /cvs/ports/x11/dbus-intf/patches In directory cvs.openbsd.org:/tmp/cvs-serv14614/patches Log Message: Directory /cvs/ports/x11/dbus-intf/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/07/12 18:56:55 Modified files: x11/dbus-tcl : Makefile distinfo x11/dbus-tcl/pkg: PLIST README Added files: x11/dbus-tcl/patches: patch-Makefile_in patch-configure Log message: Update to 2.1. Install examples. Man page is ok without groff. Stop treating a loadable lib as a linkable lib. CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/07/12 18:57:06 Modified files: x11/dbus-intf : Makefile distinfo x11/dbus-intf/pkg: PLIST Added files: x11/dbus-intf/patches: patch-Makefile_in x11/dbus-intf/pkg: README Log message: Update to 1.2. Install examples. Install as a Tcl module. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/07/12 22:57:14 Modified files: usr.bin/ssh : compat.c Log message: Add "PuTTY_Local:" to the clients to which we do not offer DH-GEX. This was the string that was used for development versions prior to September 2014 and they don't do RFC4419 DH-GEX, but unfortunately there are some extant products based on those versions. bx2424 from Jay Rouman, ok markus@ djm@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2015/07/13 00:08:56 Modified files: faq : faq15.html Log message: typo, from Michael McConville CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/13 01:02:14 Modified files: databases/evolution-data-server: Makefile distinfo Log message: Update to evolution-data-server-3.16.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/13 01:02:36 Modified files: mail/evolution : Makefile distinfo Log message: Update to evolution-3.16.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/13 01:02:54 Modified files: mail/evolution-ews: Makefile distinfo Log message: Update to evolution-ews-3.16.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/13 01:07:48 Modified files: security/gnutls: Makefile distinfo Log message: Bug-fix update to gnutls-3.3.16. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/13 01:34:50 Modified files: regress/lib/libssl/unit: Makefile Log message: Unhook tls_ext_alpn test until the code passes it. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/07/13 02:20:41 Modified files: sys/arch/hppa/hppa: pmap.c Log message: Remove DIAGNOSTIC code that cleans up the pmap in pmap_destroy(). Replace it with a single KASSERT that checks whether the RB tree is empty. Seems uvm was fixed some time ago and no longer leaves mappings behind. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/13 02:56:20 ports/sysutils/facter/files Update of /cvs/ports/sysutils/facter/files In directory cvs.openbsd.org:/tmp/cvs-serv3481/files Log Message: Directory /cvs/ports/sysutils/facter/files added to the repository CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/07/13 06:41:54 Modified files: lib/libc/gen : devname.c Log message: Do not write a warning to stderr if the db cannot be opened, just return an error. Avoids bogus warnings in chroots. OK deraadt@ ajacoutot@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/07/13 07:07:39 Modified files: sys/arch/hppa/hppa: pmap.c Log message: First stab at making the hppa mpsafe. Not quite there yet though. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/13 07:28:50 Modified files: usr.bin/tmux : screen-write.c Log message: Revert to marking lines as wrapped on newlines, fixes problems with capturep -J. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/13 07:36:29 Modified files: usr.bin/tmux : cmd-show-environment.c tmux.1 Log message: Add a -s flag to show-environment to output Bourne shell commands a la ssh-agent. Mostly from Cam Hutchison with some changes by me. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/13 09:37:26 Modified files: usr.bin/tmux : format.c tmux.1 Log message: Add a format to show if client is a control client. From Bruno Sutic. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/13 09:49:31 Modified files: usr.bin/tmux : tmux.h server-client.c tty.c Log message: Initialize cwd fd to -1 so that we don't close fd 0 if the client is destroyed before it is changed. Also allow ttyname() to fail. Fixes problems when running out of file descriptors reported by Bruno Sutic. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/13 09:51:31 Modified files: usr.bin/tmux : tmux.h server-client.c tty.c Log message: Fix line endings. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/13 10:33:03 Modified files: graphics/digikam-kde4: Makefile Log message: Add another missing dependency, that was hiding behind the RUN_DEPENDS curtains. Noticed&reminded by nigel@, who was as much kind as possible. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/07/13 11:45:01 Modified files: sys/arch/i386/i386: ioapic.c sys/arch/i386/include: cpu.h sys/arch/i386/isa: isa_machdep.c Log message: remove unused isa_nodefaultirq; ok kettenis, mlarkin CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/07/13 11:45:55 Modified files: sys/arch/amd64/amd64: cpu.c Log message: remove unused cpu_copy_trampoline; ok mlarkin CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/13 12:10:26 Modified files: usr.bin/tmux : client.c Log message: Ignore environment variables that are too long to send to the server. CVSROOT: /cvs Module name: www Changes by: gilles@cvs.openbsd.org 2015/07/13 12:22:13 Modified files: opensmtpd : index.html Log message: add ons CVSROOT: /cvs Module name: www Changes by: gilles@cvs.openbsd.org 2015/07/13 12:33:13 Modified files: opensmtpd : index.html Log message: broken link CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/13 12:45:18 Modified files: usr.bin/tmux : input.c Log message: Reset G0/G1 state when resetting everything else with send-keys -R. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/13 13:03:19 Modified files: sysutils/facter: Makefile sysutils/facter/patches: patch-lib_CMakeLists_txt patch-lib_src_facts_bsd_filesystem_resolver_cc Log message: implement filesystem facts ('mountpoints') CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/13 13:05:23 Modified files: sys/arch/octeon/conf: GENERIC files.octeon sys/arch/octeon/dev: octeon_iobus.c Log message: Do not attempt to configure octhci, superseded by dwc2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/13 13:28:51 Modified files: sysutils/facter: Makefile sysutils/facter/patches: patch-lib_src_facts_bsd_filesystem_resolver_cc Log message: - previous pushed upstream - list 'noatime' option if a mount has it set CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/13 13:48:13 Added files: x11/vlc/patches: patch-bin_Makefile_am Log message: Force LD_PRELOAD=/usr/local/lib/libgobject-2.0.so when running vlc-cache-gen, working around an intermittent crash during build. ok brad@ aja@ robert@ "Some of the plugins are linked (indirectly) to gobject. During the generation of the plugin cache, these plugins are loaded and unloaded again. In some circumstances this causes gobject to be unloaded at the wrong time and vlc-cache-gen crashes." (debian bug 752544) CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/13 17:11:37 Modified files: sys/netinet : tcp_output.c Log message: Avoid a situation where we do not set the tcp persist timer after a zero window condition. If you send a 0-length packet, but there is data is the socket buffer, and neither the rexmt or persist timer is already set, then activate the persist timer. From FreeBSD revision 284941; OK deraadt@ markus@ mikeb@ claudio@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/13 17:11:55 Modified files: sys/netinet : Tag: OPENBSD_5_7 tcp_output.c Log message: Avoid a situation where we do not set the tcp persist timer after a zero window condition. If you send a 0-length packet, but there is data is the socket buffer, and neither the rexmt or persist timer is already set, then activate the persist timer. From FreeBSD revision 284941; OK deraadt@ markus@ mikeb@ claudio@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/13 17:12:13 Modified files: sys/netinet : Tag: OPENBSD_5_6 tcp_output.c Log message: Avoid a situation where we do not set the tcp persist timer after a zero window condition. If you send a 0-length packet, but there is data is the socket buffer, and neither the rexmt or persist timer is already set, then activate the persist timer. From FreeBSD revision 284941; OK deraadt@ markus@ mikeb@ claudio@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/13 21:21:15 Modified files: security/libnettle: Makefile distinfo security/libnettle/patches: patch-Makefile_in patch-configure security/libnettle/pkg: PLIST Added files: security/libnettle/patches: patch-ecc-point-mul-g_c patch-ecc-random_c patch-getopt_c Removed files: security/libnettle/patches: patch-pkcs1-decrypt_c Log message: Major upgrade to libnettle-3.1.1. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/13 21:27:20 Modified files: lib/libssl/src/ssl: s3_clnt.c Log message: Convert ssl3_get_server_certificate to CBS. ok miod@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/13 21:33:16 Modified files: lib/libssl/src/ssl: s3_clnt.c Log message: Convert ssl3_get_cert_status to CBS. ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/13 21:38:26 Modified files: lib/libssl/src/ssl: d1_srtp.c ssl_locl.h Log message: Convert ssl_parse_clienthello_use_srtp_ext to CBS. ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/13 21:47:38 Modified files: lib/libssl/src/ssl: s3_both.c Log message: Convert ssl3_get_finished to CBS. ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/13 23:16:47 Modified files: lib/libssl/src/ssl: s3_srvr.c Log message: Convert ssl3_get_client_certificate to CBS. ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/13 23:20:46 Modified files: lib/libssl/src/ssl: s3_lib.c Log message: Convert ssl3_get_cipher_by_char to CBS. ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/13 23:26:32 Modified files: lib/libssl/src/ssl: d1_clnt.c Log message: Convert dtls1_get_hello_verify to CBS. ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/13 23:41:07 Modified files: lib/libssl/src/ssl: s3_both.c Log message: Partially convert ssl3_get_message to CBS. Unlike the other conversions, this only partially converts the function for now. This is the second to last function which still uses the n2l3 macro. That macro is deprecated since we're using CBS. ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/07/14 00:50:04 Modified files: sys/arch/hppa/include: pmap.h Log message: First stab at making the hppa mpsafe. Not quite there yet though. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/07/14 02:17:38 Modified files: infrastructure/lib/DPB/SubEngine: Build.pm Log message: kill a bit of debug scaffolding, and log junk-proxy with 'J' as normal. less complexity CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/07/14 03:26:52 Modified files: misc/p5-File-LibMagic: Makefile distinfo Log message: update p5-File-LibMagic to 1.13 add libmagic also as a lib dependency CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/07/14 04:39:33 Modified files: www/iridium : Makefile distinfo Log message: update to 43.8 CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/07/14 06:05:44 Modified files: net/tor : Makefile distinfo Log message: Bugfix update to tor 0.2.6.10. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/14 07:06:37 Modified files: sbin/iked : iked.conf.5 Log message: clarification from trondd; ok mikeb CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/07/14 07:26:27 Modified files: devel/libyajl : Makefile distinfo devel/libyajl/patches: patch-reformatter_CMakeLists_txt devel/libyajl/pkg: DESCR Log message: Update to libyajl-2.1.0 Initial diff and ok jsg@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/07/14 10:16:07 Modified files: usr.bin/find : misc.c Log message: In brace_subst() if we realloc() the store, update p so that it points into the new store, not the old one. From Gregor Best. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/14 10:42:43 Modified files: mail/s-nail : Makefile distinfo Log message: Update to s-nail-14.8.3 This update does not include the new "dotlock" program since there's no way to make it work out of the box on OpenBSD. Enable tests while here. Feedback from Steffen Nurpmeso (upstream), ok william@ (maintainer) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/07/14 10:58:22 Modified files: usr.bin/find : misc.c Log message: Convert the last remaining realloc() in find to reallocarray(). CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/07/14 11:18:48 Modified files: usr.bin/find : misc.c Log message: Don't dereference a freed pointer when updating the value of p. Noted by tedu@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/07/14 13:05:12 Modified files: include : stdlib.h lib/libc/gen : devname.c Log message: The first argument to devname(3) should be dev_t, not int. The man page was already correct. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/07/14 13:05:52 Modified files: lib/libc/gen : devname.c Log message: Fall back to scanning /dev if /var/run/dev.db does not exist. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/07/14 13:10:45 Modified files: www/nginx : Makefile distinfo Log message: update to 1.9.3 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/07/14 13:14:05 Modified files: sbin/init : init.c Log message: Use volatile sig_atomic_t for requested_transition since it is modified inside signal handlers. Instead of returning a function pointer, the state functions now return an enum for the next state. This is used as an index into an array of function pointers to do the actual state change in transition(). OK deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/14 13:16:33 Modified files: bin/ed : ed.h main.c Log message: use atomic operations on sig_atomic_t variables inside the signal handlers, rather than sharing one variable unsafely. ok millert CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/14 14:08:21 Modified files: databases/py-peewee: Makefile distinfo databases/py-peewee/pkg: PLIST Log message: Update to peewee-2.6.3, from frantisek holop CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/14 14:23:40 Modified files: usr.sbin/tcpdump: privsep.c privsep.h tcpdump.c Log message: Move the BIOCGSTATS ioctl operation done by the tcpdump process (at ^C time) into a services provided by the privsep monitor. ok canacar CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/07/14 14:52:35 Modified files: . : hackathons.html Added files: images/hackathons: c2k15-s.gif c2k15.gif Log message: c2k15 is on CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/07/14 15:13:12 Modified files: sys/net80211 : ieee80211.h Log message: In ieee80211.h update references to standard sections to 802.11-2012. Add missing element IDs (and remove some non-standard ones), action field categories and values, some 11n related stuff, and other small things. Use the same element ID symbolic names as FreeBSD where applicable as suggested by millert. ok mpi millert CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/14 15:45:15 Modified files: sysutils/facter: Makefile sysutils/facter/patches: patch-lib_CMakeLists_txt Added files: sysutils/facter/files: collection.cc networking_resolver.cc networking_resolver.hpp Log message: implement networking resolver; this finally gives us the 'fqdn' fact (among others) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/14 15:59:09 Modified files: sysutils/facter: Makefile sysutils/facter/files: collection.cc networking_resolver.cc networking_resolver.hpp sysutils/facter/patches: patch-lib_CMakeLists_txt Added files: sysutils/facter/files: processor_resolver.cc processor_resolver.hpp Log message: - implement processor facts - dont override dhcp methods; we can read the dhclient.leases files just fine CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/14 16:02:25 Modified files: sysutils/facter: Makefile sysutils/facter/files: collection.cc sysutils/facter/patches: patch-lib_CMakeLists_txt Added files: sysutils/facter/files: memory_resolver.cc memory_resolver.hpp Log message: add memory resolver too (minus swap for now) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/14 16:06:24 Removed files: sysutils/facter/patches: patch-lib_src_facts_bsd_collection_cc Log message: remove patch that serves no purpose anymore CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/14 16:52:56 Modified files: lang/erlang : erlang.port.mk Log message: add MODERL_WX to set a BDEP/RDEP on the wx subpackage CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/14 16:53:30 Modified files: databases/riak : Makefile Log message: use MODERL_WX CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/14 17:14:42 Modified files: lang/lua : lua.port.mk Log message: spacing CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/07/14 17:16:56 Modified files: usr.sbin/rcctl : rcctl.8 rcctl.sh Log message: Deprecate getall (will be removed after 5.8). Implement a new "ls" subcommand, to list daemons according to the argument (all, started, ...). input and ok robert@ ok jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/14 17:28:59 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.17 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/07/14 17:30:02 Modified files: usr.bin/signify: signify.1 Log message: Bump example pubkey filenames for 5.8 OK benno@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/14 17:30:27 Modified files: sysutils/libvirt-python: Makefile distinfo Added files: sysutils/libvirt-python/patches: patch-generator_py Log message: - update to libvirt-python-1.2.17 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/14 17:31:56 Modified files: devel/p5-Config-IniFiles: Makefile distinfo Log message: update to p5-Config-IniFiles-2.88 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/14 17:51:48 Modified files: net/uhttpmock : Makefile distinfo net/uhttpmock/pkg: PLIST Log message: update to uhttpmock-0.5.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/14 17:54:06 Modified files: sysutils : Makefile Log message: -vifm CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/14 17:54:44 Removed files: sysutils/vifm : Makefile distinfo sysutils/vifm/patches: patch-src_Makefile_in patch-src_color_scheme_c patch-src_commands_c patch-src_filelist_c patch-src_keys_c patch-src_signals_c patch-src_signals_h patch-src_ui_c sysutils/vifm/pkg: DESCR PLIST Log message: remove; it's been runtime broken since forever and the latest version isn't any better either as confirmed by landry@. maintainer is MIA too. ok aja@ landry@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/14 17:55:49 Modified files: net : Makefile Log message: -ruby-amqp CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/14 17:56:35 Removed files: net/ruby-amqp : Makefile distinfo net/ruby-amqp/pkg: DESCR PLIST Log message: remove; it's unused and hasn't been updated in 6 years ok aja@ landry@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/14 17:58:59 Modified files: databases : Makefile Log message: -dbh CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/14 17:59:20 Removed files: databases/dbh : Makefile distinfo databases/dbh/patches: patch-src_Makefile_in databases/dbh/pkg: DESCR PLIST Log message: remove; it's unused and hasn't been updated in our tree in 10 years ok aja@ landry@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/14 17:59:32 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register vifm, dbh and ruby-amqp removals CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/14 18:10:51 Modified files: productivity/tryton/trytond: Makefile distinfo Log message: Update to trytond-3.2.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/14 18:12:23 Modified files: productivity/tryton/account: Makefile distinfo Log message: Update to trytond-module-account-3.2.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/14 18:16:04 Modified files: productivity/tryton/proteus: Makefile distinfo Log message: Update to proteus-3.2.5. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/14 18:17:07 Modified files: devel/ruby-rspec/specinfra: Makefile distinfo devel/ruby-rspec/specinfra/patches: patch-_metadata devel/ruby-rspec/specinfra/pkg: PLIST Log message: - update to specinfra-2.37.5 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/14 18:17:18 Modified files: productivity/tryton/account_asset: Makefile distinfo productivity/tryton/party: Makefile distinfo productivity/tryton/product: Makefile distinfo productivity/tryton/project_invoice: Makefile distinfo Log message: Update a few tryton modules to their latest release. CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2015/07/14 18:23:03 Modified files: . : octeon.html Log message: sync with reality CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/07/14 18:34:18 Modified files: distrib/notes/octeon: whatis Log message: make this a tad more complete CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/07/14 20:26:34 Modified files: games/galois : Makefile distinfo games/galois/patches: patch-src_main_cc Log message: Update to 0.4 CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/07/14 20:57:02 Modified files: lib/libc/sys : swapctl.2 Log message: mention that swapctl(2) can also be used to retrieve statistics ok millert@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/07/14 21:00:46 Modified files: usr.sbin/rcctl : rcctl.sh Log message: Sort 'ls all'. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/07/14 21:05:00 Modified files: usr.sbin/hostapd: print-802_11.c usr.sbin/tcpdump: print-802_11.c Log message: Unbreak the tree. Remove use of removed ieee80211 element IDs from hostapd and from tcpdump. Pointed out by James Hartley. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/14 21:09:35 Modified files: sysutils/salt : Makefile sysutils/salt/patches: patch-salt_modules_openbsdrcctl_py Log message: Use new rcctl syntax. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/07/14 21:21:38 Modified files: etc/rc.d : rc.subr Log message: Merge comments. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/07/14 22:01:26 Modified files: sys/dev/usb : if_uath.c Log message: Fix a crash caused by uath(4) if device init fails. usbd_close_pipes() now implies xfer cancellation and this driver was relying on assumptions from times when it didn't. With and ok mpi@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/07/14 22:19:41 Modified files: usr.sbin/rcctl : rcctl.8 rcctl.sh Log message: Make it possible to get the daemon_class. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/14 23:51:08 Modified files: usr.sbin/rcctl : rcctl.8 Log message: tweak previous; CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2015/07/15 00:14:12 Modified files: . : products.html Log message: remove two defunct companies; from Michael McConville <mmcconville at mykolab dot com> CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/07/15 00:16:42 Modified files: usr.bin/openssl: pkeyutl.c Log message: Make 'openssl pkeyutl -verify' return exit code 0 on success. Previously, it returned '1' regardless of whether is succeeded or failed. This is now fixed in the OpenSSL master branch as well. Thanks to Kinichiro Inoguchi for pointing it out. ok @deraadt CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/15 00:43:31 Modified files: net/isc-bind : Makefile Log message: Build BIND with --enable-filter-aaaa, no change by default, but this allows use of the filter-aaaa-on-v4 config option. Req'd by Marcus Andree. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/07/15 01:19:50 Modified files: regress/usr.bin/ssh/unittests/sshkey/testdata: 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 Log message: regen RSA1 test keys; the last batch was missing their private parts CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/07/15 02:00:11 Modified files: usr.bin/ssh : sshd.c Log message: fix NULL-deref when SSH1 reenabled CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/07/15 02:06:42 Modified files: www/chromium : Makefile distinfo Log message: update to 43.0.2357.134 CVSROOT: /cvs Module name: src Changes by: jung@cvs.openbsd.org 2015/07/15 02:39:11 Modified files: sys/dev/usb : ugold.c share/man/man4 : ugold.4 usb.4 Log message: add support for newer PCsensor TEMPerHUM thermo- and hygrometers: TEMPerHUM1V1.2 tested by Raf Czlonka via bugs@ and TEMPerHUM1V1.0 tested by myself earlier version tested by sasano, input from mpi@ and deraadt ok mpi@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/15 03:56:28 Modified files: multimedia/k3b-kde4: Makefile distinfo multimedia/k3b-kde4/pkg: PLIST Removed files: multimedia/k3b-kde4/patches: patch-libk3bdevice_k3bscsicommand_netbsd_cpp patch-plugins_decoder_ffmpeg_k3bffmpegwrapper_cpp Log message: Bugfix update to K3b 2.0.3a. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 06:15:22 Modified files: productivity/tryton/calendar: Makefile distinfo Log message: Update to trytond-module-calendar-3.2.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 06:15:39 Modified files: productivity/tryton/calendar_todo: Makefile distinfo Log message: Update to trytond-module-calendar_todo-3.2.2. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 06:26:25 Modified files: etc/rc.d : rc.subr Log message: Always use the default flags when running !start. This is necessary so that rc.d scripts launched with `-f' can be properly stopped, checked and reloaded. ok schwarze@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/15 07:14:17 Modified files: sys/dev/usb : hidkbd.c Log message: Fix two bugs in the variable keys handling: - do not overrun the array if there are more than MAXVARS, by using the proper variable in the check. - correctly allow up to MAXVARS (128), not strictly less than. This makes mlarkin's new shiny Corsair K70 RGB gaming keyboard work. Tested by and ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/15 07:25:49 Modified files: sys/dev/usb : usbdevs Log message: Another ID for the Netgear WG111T. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/15 07:26:10 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/15 07:27:41 Modified files: sys/dev/usb : if_uath.c Log message: Match another Netgear WG111T. This one shares the Non-Firmware ID of a another device. ok stsp@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 07:48:16 Modified files: etc/rc.d : rc.subr Log message: By default, require an exact match of the process name and argument list. This allows running several instances of the same rc.d(8) script by just linking it to different name. e.g. ln -s ftpproxy ftpproxy6 echo 'ftpproxy6_flags=-6' >>/etc/rc.conf.local This is likely to break some rc.d scripts in ports. I will try and fix them all in the next few days but I'd appreciate reports if I missed some. ok halex@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 07:50:54 Modified files: etc/rc.d : amd spamd sshd tftpproxy ypldap Log message: Fix base rc.d scripts after the recent rc.subr change. ok halex@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/15 07:54:34 Modified files: usr.bin/openssl: apps.c apps.h Log message: Add OPTION_ARG_LONG for handling of options with a long type. ok doug@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 07:54:55 Modified files: net/tor : Makefile net/tor/pkg : tor.rc Log message: No need to override the default pexp after recent rc.subr(8) change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 07:55:56 Modified files: devel/mm-common: Makefile distinfo devel/mm-common/pkg: PLIST Log message: Update to mm-common-0.9.8. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/15 08:15:47 Modified files: sys/dev/usb : hidkbd.c Log message: Use mallocarray() and unsigned integers. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/15 08:20:38 Modified files: sysutils/backuppc: Makefile Log message: Don't harcode MASTER_SITES, instead fix use of MASTER_SITE_SOURCEFORGE. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/07/15 08:28:08 Modified files: infrastructure/lib/DPB: Config.pm User.pm Log message: make the default better. If dpb starts as root, use the owner of the ports tree as a build_user. Also shows all the users that dpb uses (locally). (port_user is to be used by an interactive mode eventually). CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/07/15 08:30:27 Modified files: infrastructure/bin: dpb Added files: infrastructure/lib/DPB: Trace.pm Log message: move the tracing code into its own file. save traces/warning message in debug.log. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 08:35:49 Modified files: net/spectrum : Makefile net/bird : Makefile net/bird/pkg : bird.rc bird6.rc Log message: Adapt pexp after recent rc.subr change. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/15 08:39:13 Modified files: usr.sbin/httpd : config.c server.c Log message: Fix memory leaks that can occur when config_getserver() fails. config.c r1.34 and r1.30 introduced potential memory leaks for auth and return_uri when config_getserver fails. Fix this by switching to serverconfig_free() and adding the missing free for srv_conf->auth. While here, make serverconfig_free() a little more bulletproof by explicit_bzero()ing key material. ok reyk@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 08:49:02 Modified files: sysutils/ruby-puppet/3: Makefile sysutils/ruby-puppet/pkg: puppet.rc Log message: No need for a trailing '$' after the recent rc.subr change. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/15 08:49:42 Modified files: usr.sbin/httpd : server.c Log message: Explicitly check for and handle EOF on a TLS connection. ok reyk@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 08:59:15 Modified files: devel/jenkins/devel: Makefile devel/jenkins/pkg: jenkins.rc devel/jenkins/stable: Makefile misc/srcpd : Makefile misc/srcpd/pkg : srcpd.rc net/adsuck : Makefile net/adsuck/pkg : adsuck.rc productivity/tryton/trytond: Makefile productivity/tryton/trytond/pkg: trytond.rc www/lighttpd : Makefile www/lighttpd/pkg: lighttpd.rc www/puppet-dashboard: Makefile www/puppet-dashboard/pkg: puppet_dashboard.rc puppet_dashboard_workers.rc Log message: Adapr rc.d script after recent rc.subr change. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/07/15 09:03:06 Modified files: infrastructure/man/man1: dpb.1 Log message: rework documentation to show running dpb as root as the preferred mode of operation. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2015/07/15 09:16:59 Modified files: lib/libutil : isduid.3 Log message: typo in manual page. ok jsing@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/07/15 09:25:05 Modified files: . : errata56.html errata57.html Log message: release an errata for 5.6 and 5.7: A TCP socket can become confused and not properly cleanup resources. CVSROOT: /cvs Module name: ports Changes by: bmercer@cvs.openbsd.org 2015/07/15 09:38:41 Modified files: devel/arm-none-eabi/newlib: Makefile Log message: Fix the arm-none-eabi/newlib build. Diff from Dave Vandervies, OK naddy@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/07/15 09:40:36 Modified files: . : errata56.html errata57.html Log message: oops path typo; spotted by the ever vigilant TJ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/07/15 09:41:34 Modified files: devel/jsoncpp : Makefile distinfo devel/jsoncpp/files: jsoncpp.pc.in devel/jsoncpp/patches: patch-src_test_lib_json_main_cpp Log message: Update to jsoncpp-0.10.4 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/07/15 09:41:41 Modified files: infrastructure/man/man1: dpb.1 Log message: tweaks CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 09:52:29 Modified files: databases/mariadb: Makefile databases/mariadb/pkg: mysqld.rc Log message: Fix rc.d script after recent rc.subr change. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/15 09:53:48 Modified files: sysutils/bacula: Makefile sysutils/bacula/pkg: bacula_dir.rc bacula_fd.rc bacula_sd.rc Log message: Adjust pexp to cope with rc.subr(8) change. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/15 09:57:19 Modified files: mail/postfix/snapshot: Makefile mail/postfix/snapshot/pkg: postfix.rc mail/postfix/stable: Makefile mail/postfix/stable/pkg: postfix.rc Log message: Adjust pexp to cope with rc.subr(8) change. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/15 10:00:39 Modified files: usr.sbin/httpd : config.c httpd.h server.c Log message: Send the TLS certificate and key via separate imsgs, rather than including them in the IMSG_CFG_SERVER imsg. This allows the certificate and key to each be almost 16KB (the maximum size for an imsg), rather than having a combined total of less than 16KB (which can be reached with large keys, certificate bundles or by including text versions of certificates). ok reyk@ CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/07/15 10:02:39 Modified files: usr.sbin/httpd : server_http.c Log message: httpd don't sanitize variables before putting them in logs. It is possible for an attacker to push arbitaries characters in logs (newline for forging entries, or some control escaping interpreted by terminal emulator). OK reyk@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 10:03:07 Modified files: lang/php/5.4 : Makefile lang/php/5.4/pkg: php_fpm.rc lang/php/5.5 : Makefile lang/php/5.5/pkg: php_fpm.rc lang/php/5.6 : Makefile lang/php/5.6/pkg: php_fpm.rc Log message: Tweak pexp a bit. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/07/15 10:09:25 Modified files: usr.bin/passwd : passwd.1 Log message: Describe the behavior when no user is specified. OK jca@ deraadt@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/07/15 10:12:21 src/usr.sbin/unbound/sldns Update of /cvs/src/usr.sbin/unbound/sldns In directory cvs.openbsd.org:/tmp/cvs-serv8157/sldns Log Message: Directory /cvs/src/usr.sbin/unbound/sldns added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/15 10:12:35 Modified files: sysutils/facter: Makefile sysutils/facter/files: collection.cc sysutils/facter/patches: patch-lib_CMakeLists_txt Added files: sysutils/facter/files: dmi_resolver.cc dmi_resolver.hpp Log message: implement dmi resolver (product name, version, etc) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 10:15:35 Modified files: mail/smtp-vilter: Makefile mail/smtp-vilter/pkg: smtp_vilter.rc databases/redis: Makefile databases/redis/pkg: redis.rc Log message: Fix pexp after recent rc.subr change. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/15 10:18:45 Modified files: mail/postfix/snapshot: Makefile mail/postfix/snapshot/pkg: postfix.rc mail/postfix/stable: Makefile mail/postfix/stable/pkg: postfix.rc Log message: oops, adjust pexp not daemon, spotted by aja CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 10:22:45 Modified files: net/icbd : Makefile net/icbd/pkg : icbd.rc Log message: Tighten pexp. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/15 10:32:29 Modified files: lib/libssl/src/crypto/dsa: dsa_gen.c Log message: Previous fix for Coverity CID 21785 did not cope correctly with seed_len != 0, seed_in == NULL case. Since this situation is an error anyway, bail out early. with and ok beck@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/15 10:45:24 Modified files: lib/libssl/src/crypto/ts: ts_rsp_verify.c Log message: Do not allow TS_check_signer_name() with signer == NULL from int_TS_RESP_verify_token(). Coverity CID 21710. Looking further, int_TS_RESP_verify_token() will only initialize signer to something non-NULL if TS_VFY_SIGNATURE is set in ctx->flags. But guess what? TS_REQ_to_TS_VERIFY_CTX() in ts/ts_verify_ctx.c, which is the TS_VERIFY_CTX constructor, explicitely clears this bit, with: ret->flags = TS_VFY_ALL_IMPRINT & ~(TS_VFY_TSA_NAME | TS_VFY_SIGNATURE); followed by more conditional flag clears. Of course, nothing prevents the user to fiddle with ctx->flags afterwards. This is exactly what ts.c in usr.bin/openssl does. This is gross, mistakes will happen. ok beck@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/15 10:53:42 Modified files: lib/libssl/src/crypto/x509v3: pcy_data.c Log message: Avoid leaking objects upon error; tweaks & ok doug@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/15 10:58:49 Modified files: sysutils/facter: Makefile sysutils/facter/files: collection.cc Added files: sysutils/facter/files: virtualization_resolver.cc virtualization_resolver.hpp Log message: rudimentary support for virtualization recognition CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/15 11:00:35 Modified files: lib/libssl/src/crypto/x509v3: v3_cpols.c Log message: Unchecked allocations, and make sure we do not leak upon error. Fixes Coverity CID 21739 and more. ok bcook@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/15 11:02:03 Modified files: lib/libssl/src/crypto/x509v3: pcy_tree.c Log message: Memory leak; Coverity CID 78836 ok beck@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/15 11:06:48 Modified files: devel/libffi/patches: patch-src_arm_ffi_c Log message: remove bogus comment from patch which is no longer true CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 11:10:35 Modified files: mail/exim : Makefile mail/exim/pkg : exim.rc Log message: No need to override pexp. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/15 11:10:47 Modified files: usr.sbin/httpd : httpd.conf.5 Log message: Document default locations for TLS certificate and key. ok reyk@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/15 11:11:14 Modified files: usr.sbin/httpd : server.c Log message: Fix typo in comment. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2015/07/15 11:13:17 Modified files: lib/libssl/src/crypto/gost: gostr341194.c Log message: Fix possible 32 byte buffer overrun, found by coverity, CID 78869 ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/15 11:14:50 Modified files: usr.sbin/httpd : parse.y Log message: Unbreak configurations that have a non-TLS listen statement followed by a TLS listen statement. A bug was introduced in r1.68 of parse.y, which results in flags being directly copied from the parent, meaning that the TLS flag for the second server gets lost. ok reyk@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/15 11:23:31 Modified files: comms/xlog : Makefile distinfo comms/xlog/pkg : PLIST Removed files: comms/xlog/patches: patch-src_callbacks_mainwindow_menu_c patch-src_logfile_adif_c patch-src_logfile_cabrillo_c Log message: - update to xlog-2.0.13 - use a pre-configure target instead of patching most logfile handlers CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 11:24:11 Modified files: net/ddclient/pkg: ddclient.rc Log message: Fix pexp. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 11:24:38 Modified files: net/ddclient : Makefile Log message: ... and bump. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/15 11:29:11 Modified files: usr.sbin/httpd : server.c Log message: Close connections that fail to complete a TLS handshake. Based on a diff from Jack Burton <jack at saosce dot com dot au>. ok reyk@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 11:30:08 Modified files: net/zabbix : Makefile net/zabbix/pkg : zabbix_proxy.rc zabbix_server.rc Log message: No need to override the default pexp. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/15 11:33:48 Modified files: sys/netinet : ip_ipip.c ip_ether.c Log message: rename mbuf ** parameter from m to mp, to match other similar code ok mpi CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 11:38:05 Modified files: mail/postgrey : Makefile mail/postgrey/pkg: postgrey.rc Log message: Better pexp. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/15 11:41:56 Modified files: lib/libssl/src/crypto/asn1: x_name.c Log message: Fix two theoretical NULL pointer dereferences which can only happen if you have seriously corrupted your memory; Coverity CID 21708 and 21721. While there, plug a memory leak upon error in x509_name_canon(). ok bcook@ beck@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 11:42:08 Modified files: security/yubiserve: Makefile security/yubiserve/pkg: yubiserve.rc Log message: sort. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/15 11:44:20 Modified files: lib/libssl/src/crypto/pkcs7: pk7_doit.c Log message: Remove dead code. Coverity CID 21688 ok beck@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 11:45:12 Modified files: net/ladvd : Makefile net/ladvd/pkg : ladvd.rc Log message: Fix pexp. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 11:49:24 Modified files: net/spectrum : Makefile net/spectrum/pkg: spectrum.rc Log message: Forgot in previous. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/07/15 11:52:08 Modified files: sys/dev/usb : if_urtw.c Log message: Fix urtw(4) error code paths to not panic the kernel. Makes the driver work with a somewhat flaky urtw(4) device of mine. ok mpi@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/15 11:52:23 Modified files: usr.sbin/httpd : server_http.c Log message: Simplify the error path of the previous commit: by using ret = -1 by default and only setting it to 0 on success, we don't have to set it in each error case. While here, also remove two superfluous NULL checks (as pointed out by semarie). OK semarie@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/15 11:55:08 Modified files: sys/netinet : ip_mroute.c Log message: rename mbuf ** parameter from m to mp, to match other similar code CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/15 11:56:05 Modified files: sys/netinet6 : ip6_mroute.c Log message: rename mbuf ** parameter from m to mp, to match other similar code CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2015/07/15 12:02:15 Modified files: share/man/man4 : udav.4 Log message: typo. ok mpi@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/15 12:34:37 Modified files: lib/libssl/src/crypto/dsa: dsa_gen.c Log message: Fix inverted test in previous. Commit message told what we intended, but we did not notice my fingers slipping. Noticed by bcook@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2015/07/15 12:35:34 Modified files: lib/libssl/src/ssl: d1_clnt.c s3_clnt.c Log message: Flense out dead code, we don't do ecdhe_clnt_cert. coverity ID's 21691 21698 ok miod@, "Fry it" jsing@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 13:14:04 Modified files: net/sslh : Makefile net/sslh/pkg : sslh_fork.rc sslh_select.rc Log message: Fix pexp. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 13:19:16 Modified files: www/tomcat/v6 : Makefile www/tomcat/v6/pkg: tomcat.rc www/tomcat/v7 : Makefile www/tomcat/v7/pkg: tomcat.rc www/tomcat/v8 : Makefile www/tomcat/v8/pkg: tomcat.rc Log message: Better pexp. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 13:26:44 Modified files: mail/amavisd-new: Makefile mail/amavisd-new/pkg: amavis_mc.rc amavisd.rc Log message: Fix pexp. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 13:27:52 Modified files: net/geomyidae : Makefile net/geomyidae/pkg: geomyidae.rc Log message: Fix pexp. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 13:40:58 Modified files: net/munin : Makefile net/munin/pkg : munin_asyncd.rc munin_node.rc Log message: Fix pexp. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 13:43:26 Modified files: sysutils/salt : Makefile sysutils/salt/patches: patch-salt_modules_openbsdrcctl_py Log message: Pushed upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 13:47:35 Modified files: mail/milter-spamd: Makefile mail/milter-spamd/pkg: milter_spamd.rc Log message: No need for a specific pexp. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 13:49:41 Modified files: net/aircontrol : Makefile net/aircontrol/pkg: aircontrol.rc Log message: Fix pexp. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/15 14:10:58 Modified files: net/icinga/core: Makefile distinfo net/icinga/core/patches: patch-base_utils_c patch-cgi_avail_c patch-cgi_cmd_c patch-configure Log message: update to icinga 1.13.3 CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 14:28:37 Modified files: etc : ntpd.conf Log message: Drop comments; we already have a fully documented file under /etc/examples/ntpd.conf ok deraadt@ benno@ schwarze@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 14:33:57 Modified files: mail/postfwd : Makefile mail/postfwd/pkg: postfwd2.rc Log message: Fix pexp. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 14:45:24 Modified files: mail/mailscanner: Makefile mail/mailscanner/pkg: mailscanner.rc Log message: Fix pexp. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 14:59:43 Modified files: security/snort2pf: Makefile security/snort2pf/pkg: PLIST snort2pf.rc Log message: Fix pexp. Add /var/log/snort/alert, it's needed at runtime. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 15:03:23 Modified files: security/spiped: Makefile security/spiped/pkg: spiped.rc Log message: Fix pexp. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/07/15 15:09:41 Modified files: sys/arch/arm/cortex: ampintc.c sys/arch/armv7/armv7: armv7.c armv7_machdep.h platform.c sys/arch/armv7/exynos: exynos4.c exynos5.c Log message: The exynos gic is not at a fixed offset from periphbase unlike the other socs. Handle this by setting variables in exynos{4,5}_init functions and calling the board_init callback earlier. tested by and ok bmercer@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 15:14:06 Modified files: mail/courier-authlib: Makefile mail/courier-authlib/pkg: courier_authdaemond.rc mail/courier-imap: Makefile mail/courier-imap/pkg: courier_imap.rc courier_imap_ssl.rc courier_pop3.rc courier_pop3_ssl.rc Log message: Fix pexp. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/15 15:37:06 Modified files: sys/netinet6 : nd6.c Log message: Recognize CARP interfaces when sending packet to a multicast address. Fix a regression introduced when carp(4) left ether_output() found the hardway by florian@ and phessler@. ok benno@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/15 15:50:32 Modified files: net/samba4 : Makefile Added files: net/samba4/patches: patch-python_samba_provision___init___py patch-source4_scripting_bin_samba_upgradedns Log message: The correct group name used by net/isc-bind is "_bind" Needed for the bind DLZ backend, which works pretty fine. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2015/07/15 15:52:02 Modified files: lib/libssl/src/ssl: d1_srtp.c s3_both.c s3_clnt.c Log message: test for n<0 before use in CBS_init - mostly to shut up coverity. reluctant ok miod@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/15 16:00:48 Modified files: databases/ruby-sequel: Makefile distinfo databases/ruby-sequel/pkg: PLIST Log message: Update to sequel 4.24.0 Remove testing code, since upstream changed from rspec to minitest plus some minitest extensions not currently ported. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/15 16:01:23 Modified files: databases/ruby-sequel_pg: Makefile distinfo Log message: Update to sequel_pg 1.6.13 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/15 16:16:42 Modified files: sys/net : bridgestp.c bsd-comp.c if_bridge.c if_ethersubr.c if_pflog.c if_ppp.c if_pppx.c if_tun.c pipex.c ppp-deflate.c ppp_tty.c raw_usrreq.c rtsock.c sys/net80211 : ieee80211_crypto_ccmp.c ieee80211_crypto_tkip.c ieee80211_crypto_wep.c ieee80211_input.c ieee80211_node.c ieee80211_output.c ieee80211_pae_input.c ieee80211_proto.c sys/netinet : in_pcb.c ip_ah.c ip_divert.c ip_esp.c ip_ipcomp.c ip_ipip.c ip_output.c ipsec_output.c raw_ip.c tcp_input.c tcp_usrreq.c udp_usrreq.c sys/netinet6 : icmp6.c ip6_divert.c ip6_output.c nd6.c raw_ip6.c sys/netmpls : mpls_output.c sys/nfs : krpc_subr.c nfs_boot.c nfs_serv.c nfs_socket.c nfs_syscalls.c Log message: m_freem() can handle NULL, do not check for this condition beforehands. ok stsp mpi CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/15 16:19:24 Modified files: lang/jruby : Makefile distinfo lang/jruby/pkg : PLIST Log message: Update to jruby 1.7.21 This removes a lot of the gems that were temporarily shipped with JRuby. OK jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 16:20:50 Modified files: www/rt : Makefile www/rt/pkg : rt.rc Log message: Fix pexp. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2015/07/15 16:22:54 Modified files: lib/libssl/src/ssl: s3_clnt.c Log message: check n before cbs_init, coverity - ID 125063 ok bcook@ miod@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/15 16:23:00 Modified files: usr.sbin/httpd : server_http.c Log message: For some values like the User-Agent, use vis(3) instead of url_encode(). This makes the output more readable and matches Apache's log encoding. OK sthen@ brynet@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 16:24:51 Modified files: www/puppetboard: Makefile www/puppetboard/pkg: puppetboard.rc Log message: Fix pexp. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/15 16:29:32 Modified files: sys/kern : uipc_mbuf.c Log message: m_free() can now accept NULL, as a normal free() function. This makes calling code simpler. ok stsp mpi CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 16:35:43 Modified files: www/nginx : Makefile www/nginx/pkg : nginx.rc Log message: Fix pexp. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/15 16:36:28 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: update to postfix-3.1-20150421, from Brad CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/07/15 16:39:20 Modified files: sys/dev/pci/drm: drm.h drm_mode.h i915_drm.h nouveau_drm.h Log message: add some definitions from libdrm 2.4.62 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 16:40:09 Modified files: sysutils/backuppc: Makefile sysutils/backuppc/pkg: backuppc.rc wwbackuppc.rc Log message: Fix pexp. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/15 16:55:06 Modified files: net/quagga : Makefile Log message: Pass --disable-pie to configure all the time and rely on the compiler using PIE by default where supported. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2015/07/15 17:07:23 Modified files: sys/arch/octeon/octeon: machdep.c Log message: Refix memory handling for machines with less than 256M broken by revision 1.64. Allows my DSR-500 to boot again. Okay miod@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/15 17:09:59 Modified files: sys/netinet : raw_ip.c Log message: use mp for the name of a variable of type struct mbuf **, rather than m CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/15 17:16:38 Modified files: usr.sbin/httpd : httpd.h server.c server_http.c Log message: Escape the message in server_log() as well. OK benno@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/15 17:17:11 Modified files: net/smokeping : Makefile net/smokeping/pkg: smokeping.rc Log message: handle rc.subr pexp changes CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2015/07/15 17:19:17 Modified files: lib/libdrm : Makefile.inc shlib_version xf86drm.c xf86drmHash.c xf86drmMode.c xf86drmMode.h xf86drmRandom.c xf86drmSL.c lib/libdrm/intel: intel_bufmgr.c intel_bufmgr_fake.c intel_bufmgr_gem.c intel_chipset.h intel_decode.c mm.c mm.h shlib_version lib/libdrm/libkms: api.c dumb.c intel.c internal.h linux.c nouveau.c radeon.c vmwgfx.c lib/libdrm/radeon: r600_pci_ids.h radeon_bo.c radeon_bo_gem.c radeon_cs.c radeon_cs_gem.c radeon_cs_space.c radeon_surface.c Added files: lib/libdrm : libdrm_macros.h xf86drmHash.h xf86drmRandom.h Removed files: lib/libdrm : libdrm.h Log message: update to libdrm 2.4.62 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 17:19:45 Modified files: mail/sympa : Makefile mail/sympa/pkg : wwsympa.rc Log message: Betterer pexp. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2015/07/15 17:22:40 Modified files: sys/arch/octeon/include: octeonvar.h sys/arch/octeon/octeon: machdep.c Log message: Ditch the octeon simulator non-sense. Discussed with miod@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 17:29:57 Modified files: www/cherokee : Makefile www/cherokee/pkg: cherokee.rc Log message: Fix daemon and pexp. CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2015/07/15 17:32:11 Modified files: . : 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 17:34:49 Modified files: textproc/elasticsearch: Makefile textproc/elasticsearch/pkg: elasticsearch.rc Log message: Tweak pexp. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 17:56:36 Modified files: geo/mapserver : Makefile geo/mapserver/pkg: mapserv.rc geo/mapcache : Makefile geo/mapcache/pkg: mapcache.rc Log message: Fix pexp. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 18:09:32 Modified files: devel/py-buildbot: Makefile devel/py-buildbot/pkg: buildbot.rc Log message: Hopefull fix pexp; this port is curently broken at runtime. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 18:12:02 Modified files: news/sabnzbd : Makefile news/sabnzbd/pkg: sabnzbd.rc Log message: No need to override pexp. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/15 18:17:00 Modified files: net/samba4 : Makefile Log message: Don't force the use of PIE, cc does the right thing. CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2015/07/15 18:17:40 Modified files: sys/dev/usb : if_axenreg.h Log message: fix recv packet header definiton CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/07/15 18:20:53 Log message: Tests, help with the README file and OK jturner@. Racket is a multi-paradigm programming language in the Lisp/Scheme family, that also serves as a platform for language creation, design, and implementation. The primary components of Racket platform are: - The implementation of Racket (including a rich run-time system, various libraries, JIT compiler, and more). - pkg.racket-lang.org, Racket's web-based package distribution system for user-contributed packages. - raco, command line tool for finding documentation, compiling Racket source to bytecode, packaging executables, packaging installable archives, and installing packages from remote servers. Status: Vendor Tag: juanfra Release Tags: juanfra_2015_07_16 N ports/lang/racket-minimal/Makefile N ports/lang/racket-minimal/distinfo N ports/lang/racket-minimal/patches/patch-collects_net_http-client_rkt N ports/lang/racket-minimal/patches/patch-src_configure N ports/lang/racket-minimal/patches/patch-src_racket_gc2_gc2_h N ports/lang/racket-minimal/patches/patch-src_racket_src_network_c N ports/lang/racket-minimal/patches/patch-src_racket_src_thread_c N ports/lang/racket-minimal/pkg/DESCR N ports/lang/racket-minimal/pkg/PLIST N ports/lang/racket-minimal/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/07/15 18:22:50 Modified files: lang : Makefile Log message: racket -> racket-minimal CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2015/07/15 18:24:26 Modified files: sys/dev/usb : if_axen.c Log message: ignore 4 byte trailing padding of each recv packet, when copying to upper layer. CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/07/15 18:26:11 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: racket -> racket-minimal CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 18:26:20 Modified files: lang/racket-minimal: Makefile lang/racket-minimal/pkg: DESCR README Log message: Do not hardcode /usr/local. Remove bogus blank lines. CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/07/15 18:27:58 Removed files: lang/racket : Makefile distinfo lang/racket/patches: patch-src_racket_sconfig_h patch-src_racket_src_gmp_gmplonglong_h lang/racket/pkg: DESCR PLIST README Log message: -racket CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/15 18:29:41 Modified files: net/samba4/patches: patch-wscript Log message: Better patch + explain why we don't want -Wl,--as-needed CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 18:34:13 Modified files: lang/racket-minimal: Makefile lang/racket-minimal/pkg: PLIST Log message: Missing @conflict and @pkgpath markers discussed with sthen@ CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2015/07/15 18:35:07 Modified files: sys/dev/usb : if_axen.c Log message: add USB3.0 related code CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/15 18:39:38 Modified files: databases/ruby-swift: Makefile Log message: Remove explicit FLAVORS, just use FLAVORS from the ruby module CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 18:43:36 Modified files: www/varnish : Makefile www/varnish/pkg: varnishd.rc Log message: Fix pexp. Put rc_reload where it belongs. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/15 18:44:05 Modified files: www/yaws : Makefile Log message: don't hardcode the erl binary path from objdir spotted by aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/15 18:56:25 Modified files: www/yaws : Makefile Log message: kill unrecognized CONFIGURE_ARG CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/15 19:07:06 Modified files: sysutils/logstash/logstash: Makefile Log message: Don't have an RDEP on lang/ruby/*, only lang/jruby OK jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/15 19:08:48 Modified files: www/yaws : Makefile Added files: www/yaws/patches: patch-scripts_Makefile Log message: fix logdir CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 19:12:33 Modified files: www/yaws : Makefile www/yaws/patches: patch-scripts_gen-yaws-conf Log message: Fix conf. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 19:25:49 Modified files: net/munin : Makefile net/munin/pkg : PLIST-main Log message: No need to sample /var/run/munin/ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/15 19:26:16 Modified files: net/samba4/patches: patch-wscript Log message: Thinko in comment; spotted by sthen CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/07/15 19:42:22 Log message: update to Unbound 1.5.4, ok florian@, looks sane deraadt@ Status: Vendor Tag: NLNETLABS Release Tags: UNBOUND_1_5_4 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 C 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.in C src/usr.sbin/unbound/doc/libunbound.3.in U src/usr.sbin/unbound/doc/README.tests U src/usr.sbin/unbound/doc/README.DNS64 C src/usr.sbin/unbound/doc/unbound.8.in C 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 C src/usr.sbin/unbound/doc/example.conf.in C src/usr.sbin/unbound/doc/README C src/usr.sbin/unbound/doc/unbound-control.8.in U src/usr.sbin/unbound/doc/CREDITS C 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 C 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 C src/usr.sbin/unbound/util/config_file.h U src/usr.sbin/unbound/util/random.h U src/usr.sbin/unbound/util/tube.h U src/usr.sbin/unbound/util/random.c U src/usr.sbin/unbound/util/winsock_event.c U src/usr.sbin/unbound/util/mini_event.h U src/usr.sbin/unbound/util/configyyrename.h U src/usr.sbin/unbound/util/configparser.y U src/usr.sbin/unbound/util/rtt.h U src/usr.sbin/unbound/util/locks.h U src/usr.sbin/unbound/util/regional.h U src/usr.sbin/unbound/util/module.h U src/usr.sbin/unbound/util/winsock_event.h 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 U src/usr.sbin/unbound/util/fptr_wlist.h U src/usr.sbin/unbound/util/alloc.h C 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 C 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 C 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 C 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 C 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 C src/usr.sbin/unbound/iterator/iterator.c C src/usr.sbin/unbound/iterator/iter_hints.c C src/usr.sbin/unbound/iterator/iter_scrub.c U src/usr.sbin/unbound/iterator/iter_delegpt.h C 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 C src/usr.sbin/unbound/iterator/iter_utils.c U src/usr.sbin/unbound/smallapp/unbound-control.c U src/usr.sbin/unbound/smallapp/unbound-host.c U src/usr.sbin/unbound/smallapp/worker_cb.c U src/usr.sbin/unbound/smallapp/unbound-checkconf.c C src/usr.sbin/unbound/smallapp/unbound-control-setup.sh.in U src/usr.sbin/unbound/smallapp/unbound-anchor.c N src/usr.sbin/unbound/sldns/parseutil.h N src/usr.sbin/unbound/sldns/keyraw.c N src/usr.sbin/unbound/sldns/str2wire.h N src/usr.sbin/unbound/sldns/rrdef.h N src/usr.sbin/unbound/sldns/parse.h N src/usr.sbin/unbound/sldns/parseutil.c N src/usr.sbin/unbound/sldns/str2wire.c N src/usr.sbin/unbound/sldns/rrdef.c N src/usr.sbin/unbound/sldns/keyraw.h N src/usr.sbin/unbound/sldns/pkthdr.h N src/usr.sbin/unbound/sldns/wire2str.h N src/usr.sbin/unbound/sldns/sbuffer.h N src/usr.sbin/unbound/sldns/sbuffer.c N src/usr.sbin/unbound/sldns/parse.c N src/usr.sbin/unbound/sldns/wire2str.c C src/usr.sbin/unbound/dns64/dns64.c U src/usr.sbin/unbound/dns64/dns64.h U src/usr.sbin/unbound/dnstap/dnstap_config.h.in U src/usr.sbin/unbound/dnstap/dnstap.m4 U src/usr.sbin/unbound/dnstap/dnstap.h U src/usr.sbin/unbound/dnstap/dnstap.c U src/usr.sbin/unbound/dnstap/dnstap.proto 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 C 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 C src/usr.sbin/unbound/services/cache/dns.c U src/usr.sbin/unbound/services/cache/dns.h U src/usr.sbin/unbound/services/cache/rrset.c U src/usr.sbin/unbound/services/cache/infra.c U src/usr.sbin/unbound/validator/val_anchor.h C 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 U 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 C src/usr.sbin/unbound/daemon/cachedump.c U src/usr.sbin/unbound/libunbound/ubsyms.def U src/usr.sbin/unbound/libunbound/worker.h 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 U src/usr.sbin/unbound/libunbound/unbound-event.h C src/usr.sbin/unbound/libunbound/libworker.c U src/usr.sbin/unbound/libunbound/context.h 41 conflicts created by this import. Use the following command to help the merge: cvs checkout -jNLNETLABS:yesterday -jNLNETLABS src/usr.sbin/unbound CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/07/15 19:44:01 Modified files: usr.sbin/unbound: Makefile.in configure configure.ac usr.sbin/unbound/daemon: cachedump.c remote.c unbound.c worker.c worker.h usr.sbin/unbound/dns64: dns64.c usr.sbin/unbound/doc: Changelog README example.conf.in libunbound.3.in unbound-anchor.8.in unbound-checkconf.8.in unbound-control.8.in unbound-host.1.in unbound.8.in unbound.conf.5.in usr.sbin/unbound/iterator: iter_hints.c iter_resptype.c iter_scrub.c iter_utils.c iter_utils.h iterator.c iterator.h usr.sbin/unbound/libunbound: libworker.c usr.sbin/unbound/services: listen_dnsport.c listen_dnsport.h mesh.c usr.sbin/unbound/services/cache: dns.c usr.sbin/unbound/smallapp: unbound-control-setup.sh.in usr.sbin/unbound/util: config_file.c config_file.h fptr_wlist.c net_help.c netevent.c netevent.h usr.sbin/unbound/util/data: msgreply.c msgreply.h usr.sbin/unbound/validator: validator.c Log message: merge CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/07/15 19:44:46 Removed files: usr.sbin/unbound/ldns: keyraw.c keyraw.h parse.c parse.h parseutil.c parseutil.h pkthdr.h rrdef.c rrdef.h sbuffer.c sbuffer.h str2wire.c str2wire.h wire2str.c wire2str.h Log message: remove dead files (moved from unbound/ldns/ to unbound/sldns/) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 19:51:26 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/pkg: gdm.rc Log message: Tweak pkill invocation. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/15 19:56:14 Modified files: infrastructure/db: config.site Log message: Add some common PIE tests to config.site to our cache in config.site; this prevents some ports from adding their own flags to force PIE. On arch where PIE is known to work on OpenBSD we are setting the compiler to produce PIE object code by default so in those cases this is a noop, and should fix a few ports where arch don't work with PIE yet (e.g. arm). Discussed with naddy@ jca@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/15 20:14:48 Modified files: lib/libssl/src/crypto/pem: pem_lib.c Log message: Make sure the `reject negative sizes' logic introduced in 1.34 is actually applied to all code paths. ok beck@ bcook@ doug@ guenther@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/15 20:16:19 Modified files: lib/libssl/src/crypto/ocsp: ocsp_prn.c Log message: Check return value of all used functions in OCSP_REQUEST_print(); covers Coverity CID 78796; ok beck@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/15 20:18:58 Modified files: lib/libssl/src/crypto/asn1: a_mbstr.c Log message: Explicitely cast a char into unsigned long before shifting it left by 24, for this would promote it to int for the shift, and then cast to unsigned long, sign-extending it if sizeof(long) > sizeof(int). This was not a problem because the computed value was explicitely range checked afterwards, with an upper bound way smaller than 1U<<31, but it's better practice to cast correctly. ok beck@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/07/15 20:19:47 Modified files: sys/arch/octeon/dev: octeon_iobus.c Log message: make a comment more safe, there's no CRIME there. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/15 20:25:39 Added files: x11/vlc/patches: patch-Makefile_am Log message: use LD_PRELOAD for another instance of vlc-cache-gen which was intermittently failing; same as patch-bin_Makefile_am r1.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/15 20:43:27 Log message: import ruby-hiera3 some default settings changed from hiera2 which is why upstream bumped the major (and since it's incompatible with databases/ruby-hiera it remains a separate port). ok sebastia@ Status: Vendor Tag: jasper Release Tags: jasper_20151507 N ports/databases/ruby-hiera3/Makefile N ports/databases/ruby-hiera3/distinfo N ports/databases/ruby-hiera3/files/hiera.yaml N ports/databases/ruby-hiera3/patches/patch-spec_unit_util_spec_rb N ports/databases/ruby-hiera3/pkg/DESCR N ports/databases/ruby-hiera3/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/15 20:43:48 Modified files: databases : Makefile Removed files: databases/ruby-hiera2: Makefile distinfo databases/ruby-hiera2/files: hiera.yaml databases/ruby-hiera2/patches: patch-spec_unit_util_spec_rb databases/ruby-hiera2/pkg: DESCR PLIST Log message: remove ruby-hiera2 in favor of hiera3. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/07/15 20:46:49 Modified files: lib/libssl/src/crypto/ui: ui_openssl.c Log message: After reading a password with terminal echo off, restore the terminal to its original state instead of blindly turning echo on. problem reported on the openssl-dev list by William Freeman ok miod@ beck@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/15 20:49:21 Modified files: infrastructure/db: user.list Log message: reserve uid 755 for librenms, most of the files it needs to write are done from cronjobs rather than web, so no need to share www for most of these. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/15 20:50:33 Modified files: net/librenms : Makefile distinfo net/librenms/patches: patch-alerts_php patch-html_index_php patch-html_install_php patch-includes_defaults_inc_php patch-includes_definitions_inc_php patch-poller-wrapper_py patch-scripts_ntp-client_php patch-scripts_ntpd-server_php patch-scripts_powerdns_php patch-validate_php net/librenms/pkg: PLIST README Added files: net/librenms/patches: patch-librenms_nonroot_cron Removed files: net/librenms/patches: patch-librenms_cron Log message: update to a LibreNMS snapshot from today, and start using a separate uid CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 20:56:36 Modified files: www/p5-URI-Fetch: Makefile distinfo Log message: Update to p5-URI-Fetch-0.11. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/07/15 22:26:46 Modified files: editors/nano : Makefile distinfo editors/nano/pkg: PLIST Log message: maintenance update to 2.4.2 CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/15 22:27:33 Modified files: lib/libc/db/btree: btree.h lib/libc/db/recno: rec_close.c rec_open.c Log message: remove the stubby not working mmaped file support. ok sthen (long ago) CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/15 22:31:25 Modified files: libexec/getty : extern.h main.c subr.c Log message: remove ancient support for edited hostnames. ok deraadt (long ago) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/15 22:32:23 Modified files: distrib/sets/lists/base: md.loongson md.octeon md.sgi distrib/sets/lists/comp: md.loongson md.octeon md.sgi Log message: sync CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/15 22:33:19 Modified files: libexec/getty : gettytab.5 Log message: remove mention of hostname editing CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/15 22:39:35 Modified files: devel/ruby-rspec/3/mocks: Makefile distinfo devel/ruby-rspec/3/mocks/pkg: PLIST Log message: update to rspec-mocks-3.3.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/15 22:39:47 Modified files: devel/ruby-rspec/3/expectations: Makefile distinfo Log message: update to rspec-expectations-3.3.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/15 22:39:57 Modified files: devel/ruby-rspec/3/core: Makefile distinfo Log message: update to rspec-core-3.3.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 22:40:09 Modified files: x11/gnome/gfbgraph: Makefile distinfo x11/gnome/gfbgraph/pkg: PLIST Log message: Update to libgfbgraph-0.2.3. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/15 22:40:33 Modified files: devel/ruby-rspec/specinfra: Makefile distinfo devel/ruby-rspec/specinfra/pkg: PLIST Log message: update to specinfra-2.37.6 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/15 22:45:18 Modified files: sysutils/facter: Makefile sysutils/facter/patches: patch-CMakeLists_txt Removed files: sysutils/facter/patches: patch-lib_src_ruby_api_cc Log message: pass the location of libruby at configure time, since we define the version of ruby that'll be used anyway. drop a patch that did the dynamic lookup accordingly CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/15 22:46:07 Modified files: usr.sbin/httpd : httpd.h Log message: VIS_QUOTE is not there yet, unbreak the tree. Noticed by semarie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 22:54:41 Modified files: devel/py-ioflo : Makefile distinfo devel/py-ioflo/pkg: PLIST Log message: Update to py-ioflo-1.3.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 22:55:46 Modified files: print/hplip : Makefile distinfo print/hplip/patches: patch-Makefile_in patch-base_codes_py patch-prnt_cups_py patch-setup_py print/hplip/pkg: PLIST-hpijs Log message: Update to hplip-3.15.7. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/07/15 23:10:14 Modified files: sys/arch/amd64/amd64: intr.c softintr.c spl.S vector.S sys/arch/amd64/include: intr.h sys/arch/i386/i386: apicvec.s machdep.c softintr.c sys/arch/i386/include: intr.h sys/arch/i386/isa: icu.s Log message: Move grab/release of the kernel_lock for softintrs from the ASM stubs to softintr_dispatch(). Delete traces of long superseded stats code. ok beck@ mpi@ uebayasi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 23:11:38 Log message: Import p5-Package-New-0.07. The Package::New object provides a consistent constructor for objects. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20150716 N ports/devel/p5-Package-New/Makefile N ports/devel/p5-Package-New/distinfo N ports/devel/p5-Package-New/pkg/DESCR N ports/devel/p5-Package-New/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 23:12:15 Modified files: devel : Makefile Log message: +p5-Package-New CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 23:12:46 Modified files: geo/p5-Geo-Forward: Makefile distinfo Log message: Update to p5-Geo-Forward-0.14. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/15 23:12:57 Modified files: sysutils/facter: Makefile sysutils/facter/patches: patch-CMakeLists_txt Log message: use default version instead of 1.9 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 23:17:57 Modified files: games/minecraft: Makefile Log message: Add a PORTROACH annotation. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/15 23:25:50 Modified files: sysutils/facter: Makefile sysutils/facter/pkg: PLIST Log message: install facter.rb into the right location CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/15 23:43:48 Modified files: devel/help2man : Makefile distinfo Log message: Update to help2man-1.47.1. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2015/07/16 07:16:13 src/regress/lib/libm/complex Update of /cvs/src/regress/lib/libm/complex In directory cvs.openbsd.org:/tmp/cvs-serv23449/complex Log Message: Directory /cvs/src/regress/lib/libm/complex added to the repository CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2015/07/16 07:29:11 Modified files: lib/libm/src : s_cacosh.c s_cacoshf.c Added files: regress/lib/libm/complex: Makefile complex.c Log message: Signs of cacosh/cacoshf were not always correct (e.g., -1.1 -1.1i), as found by fortran regression tests. Also added some complex regression tests for cacosh, casinh, catanh. Reported by John Marino @ DragonFlyBSD. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2015/07/16 07:42:07 Modified files: regress/lib/libm/complex: complex.c lib/libm/src : s_cacoshl.c Log message: Adapt previous to extended-precision, and fix single-precision constants. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/07/16 08:36:35 Modified files: . : errata56.html errata57.html Log message: fix filenames to the errata, sigh CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2015/07/16 09:03:35 Modified files: usr.bin/openssl: apps.c Log message: kill leak, found by coverity, ID 105348 ok miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/16 09:05:55 Modified files: lang/ocaml : Makefile distinfo lang/ocaml/pkg : PLIST-main Log message: ocaml-4.02-refman-html.tar.gz was re-rolled upstream (regenerated with new hevea; header changes but no content changes) - adjust distinfo, and while there also package a .css file that was missing. OK chrisz@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/07/16 09:12:34 Modified files: www/p5-CGI-Emulate-PSGI: Makefile distinfo Log message: Update www/p5-CGI-Emulate-PSGI to 0.20 +maintainership OK benoit@ ajacoutot@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/16 09:13:25 Modified files: games/quiz/datfiles: province Log message: flower & bird adjustments for Nunavut, from pjanzen CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/07/16 09:13:38 Modified files: devel/p5-Throwable: Makefile distinfo Log message: Update devel/p5-Throwable to 0.200013 +maintainership OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/07/16 09:15:04 Modified files: mail/p5-Email-Sender: Makefile distinfo Log message: Update mail/p5-Email-Sender to 1.300018 +maintainership OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/16 09:16:13 Modified files: audio/pykaraoke: Makefile distinfo Log message: Update to pykaraoke-0.7.5. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/16 09:19:55 Modified files: gnu/usr.bin/perl: pp.c Log message: The expected behavior of Perl srand(0) is a deterministic pseudo random stream. Only srand() should give real random values. Make our pimped Perl more compatible with the rest of the world. OK afresh1@ millert@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2015/07/16 09:24:41 Modified files: usr.bin/openssl: engine.c Log message: fix coverity leak - ID 78921 ok miod@, bcook@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/16 09:28:38 Modified files: sys/netinet6 : nd6_nbr.c Log message: Kill incorrect and never set ``dad_ignore_ns'' button. ok phessler@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/16 09:30:47 Modified files: databases/openldap: Makefile Log message: add DPB_PROPERTIES=parallel, works ok and though it's not a huge port this is on the path to building libreoffice CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/16 09:31:35 Modified files: sys/net : if.c sys/netinet6 : in6_ifattach.c nd6.c nd6.h nd6_rtr.c Log message: Properly layer Router Solicitation code. Tweak and ok florian@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/16 09:43:26 Modified files: converters/dos2unix: Makefile distinfo converters/dos2unix/patches: patch-Makefile Log message: Update to dos2unix-7.2.3. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2015/07/16 09:46:41 Modified files: share/man/man4 : gre.4 Log message: double word fix. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/16 09:47:11 ports/textproc/ruby-rss/patches Update of /cvs/ports/textproc/ruby-rss/patches In directory cvs.openbsd.org:/tmp/cvs-serv9620/patches Log Message: Directory /cvs/ports/textproc/ruby-rss/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/16 09:49:03 Added files: textproc/ruby-rss/patches: patch-setup_rb Log message: Add patch for correct behavior on ruby 2.2, no change for current version. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/16 09:52:01 Modified files: sysutils/facter: Makefile Added files: sysutils/facter/patches: patch-lib_inc_internal_ruby_api_hpp patch-lib_src_ruby_api_cc Log message: when loading the ruby library it was only doing ruby_init(), but it didn't setup the load path at all. this caused it to fail loading 'rbconfig'. with jeremy@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/16 10:12:15 Modified files: sys/dev/pci : safe.c sys/lib/libsa : net.c netudp.c sys/net : if_gre.c pf.c pf_lb.c pf_osfp.c pipex.c sys/netinet : ip_ipip.c tcp_input.c tcp_subr.c sys/netinet6 : nd6_rtr.c Log message: Expand ancient NTOHL/NTOHS/HTONS/HTONL macros. ok guenther@, henning@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/16 10:23:22 Modified files: devel/libidn : Makefile distinfo Log message: Update to libidn-1.31. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/16 10:27:33 Modified files: cad/gtkwave : Makefile distinfo Removed files: cad/gtkwave/patches: patch-share_applications_Makefile_in Log message: Update to gtkwave-3.3.66. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/07/16 10:29:25 Modified files: usr.sbin/httpd : httpd.h server.c Log message: If we can read faster from disk than send data to the client stop reading from disk when we hold a certain amount of data in RAM. Re-enable reading once we send enough data to the client. Otherwise we might end up with the whole file (which can be huge) in RAM. Reported by Matthew Martin ( matt.a.martin AT gmail ) on bugs@, thanks! OK reyk@, benno@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/16 10:30:24 src/regress/usr.sbin/httpd/tests Update of /cvs/src/regress/usr.sbin/httpd/tests In directory cvs.openbsd.org:/tmp/cvs-serv21639/tests Log Message: Directory /cvs/src/regress/usr.sbin/httpd/tests added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/16 10:30:55 Modified files: databases/openldap: Makefile distinfo Removed files: databases/openldap/patches: patch-servers_slapd_filter_c patch-servers_slapd_overlays_deref_c Log message: update to openldap-2.4.41 and take maintainer CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/16 10:31:52 Modified files: sysutils/facter/patches: patch-lib_inc_internal_ruby_api_hpp patch-lib_src_ruby_api_cc Log message: submitted upstream CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/16 10:34:34 Modified files: regress/usr.sbin/syslogd: Syslogd.pm Log message: Kill a possibly running syslogd with -9 before testing. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/16 10:34:49 Modified files: regress/usr.sbin/syslogd: args-block-duplicate.pl args-block-host-quick.pl args-block-host.pl args-block-prog-host-quick.pl args-block-prog-host.pl args-block-prog-quick.pl args-block-prog.pl args-client-bind-only4.pl args-client-bind-only6.pl args-client-bind-port.pl args-client-bind.pl args-client-bind4-port.pl args-client-bind4.pl args-client-bind6-port.pl args-client-bind6.pl args-client-native.pl args-client-tcp-multichunks.pl args-client-tcp-nodns.pl args-client-tcp.pl args-client-tcp4-nodns.pl args-client-tcp4.pl args-client-tcp6-nodns.pl args-client-tcp6.pl args-client-udp-nodns.pl args-client-udp.pl args-client-udp4-nodns.pl args-client-udp4.pl args-client-udp6-nodns.pl args-client-udp6.pl args-client-unix.pl args-dropped-sigterm-tcp.pl args-dropped-sigterm-tls.pl args-fdexhaustion-config.pl args-fdexhaustion-sighup.pl args-localhost.pl args-maxhostlen.pl args-maxloghostlen.pl args-maxportlen.pl args-maxtcp.pl args-maxunix.pl args-memory-clear.pl args-memory-flags.pl args-memory-list.pl args-memory-overflow-flags.pl args-memory-read-clear.pl args-memory-read-cont.pl args-memory-read.pl args-only4.pl args-only6.pl args-prog.pl args-proto-invalid.pl args-proto-udp.pl args-proto-udp4-host6.pl args-proto-udp4-only6.pl args-proto-udp4.pl args-proto-udp6-host4.pl args-proto-udp6-only4.pl args-proto-udp6.pl args-rsyslog-tcp.pl args-rsyslog-tls.pl args-rsyslog-udp.pl args-server-tcp-close.pl args-server-tcp-error.pl args-server-tcp-sendback.pl args-server-tcp.pl args-server-tcp4.pl args-server-tcp6.pl args-server-tls-close.pl args-server-tls-error.pl args-server-tls-sendback.pl args-server-tls-tcp.pl args-server-tls.pl args-server-tls4.pl args-server-tls6.pl args-server-udp4.pl args-server-udp6.pl args-tls-cafile-default.pl args-tls-cafile-empty.pl args-tls-cafile-fake.pl args-tls-cafile-noexist.pl args-tls-cafile-toobig.pl args-tls-cipher-null.pl args-tls-host-bad.pl args-tls-v10-noverify.pl args-tls-v10-verify.pl args-tls-v12-default.pl args-tls-v12-ssl23.pl args-tls-verify.pl funcs.pl Log message: Test that syslogd does not append white spaces to messages. Per default the test pattern is stricter now. Also do some test cleanup CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/16 10:35:57 Modified files: regress/usr.sbin/httpd: Makefile Added files: regress/usr.sbin/httpd/tests: Client.pm Httpd.pm LICENSE Makefile Proc.pm README args-default.pl args-get-1048576.pl args-get-1073741824.pl args-get-slash.pl args-log-user-agent.pl args-tls.pl funcs.pl httpd.pl Log message: Add httpd regression tests based on bluhm's regression suite for relayd - "bluhm test". This is just the initial version, more tests and changes will be done. As discussed with bluhm@ florian@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/16 10:38:40 Modified files: regress/usr.sbin/httpd/tests: funcs.pl Log message: Remove my copyright here CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/16 10:43:25 Added files: regress/usr.sbin/httpd/tests: args-get-512.pl Log message: Add another test for small packets CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/16 10:44:59 Modified files: sysutils/facter: Makefile sysutils/facter/patches: patch-lib_CMakeLists_txt Log message: install facter.rb into vendorlibdir instead of vendordir as discussed with jeremy@ CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2015/07/16 10:52:59 Modified files: databases/sqlite3: Makefile Log message: sqlite3-tcl needs to RUN_DEPEND on Tcl ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/16 10:59:23 Modified files: sysutils/facter: Makefile sysutils/facter/pkg: PLIST Log message: install libfacter.so in a way ruby can actually load it CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/16 11:00:40 Removed files: regress/usr.sbin/syslogd: args-prog.pl Log message: This feature is tested in args-block-prog-quick.pl now. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/16 11:00:41 Modified files: regress/usr.sbin/httpd/tests: Makefile Log message: Fix non-sparse mode CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/16 11:24:39 Modified files: sysutils/logstash/logstash: Makefile sysutils/logstash/logstash/pkg: PLIST Log message: Remove use of lang/ruby module and fix PLIST to not depend on ruby 2.1. OK jasper@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2015/07/16 11:26:57 Modified files: usr.sbin/bgpd : rde.c Log message: fix pasto in error string ok claudio@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/16 11:27:09 Modified files: devel/gitsh : Makefile devel/ragel : Makefile devel/swig : Makefile lang/ruby : ruby.port.mk mail/mew : Makefile misc/tpp : Makefile multimedia/mkvtoolnix: Makefile net/rrdtool : Makefile net/weechat : Makefile sysutils/god : Makefile sysutils/mcollective: Makefile textproc/redland-bindings: Makefile www/webkit : Makefile www/webkitgtk4 : Makefile x11/gnome/code-assistance: Makefile x11/kde4/korundum: Makefile x11/kde4/kross-interpreters: Makefile x11/kde4/webdev: Makefile x11/kde4/workspace: Makefile Log message: Switch the default ruby version from ruby 2.1 to 2.2, and bump affected ports. OK jcs@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/16 11:27:49 Modified files: sysutils/facter/patches: patch-lib_src_facts_bsd_filesystem_resolver_cc Log message: merged upstream CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2015/07/16 11:31: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.sgi md.socppc md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/16 11:45:38 Modified files: sysutils/polkit: Makefile sysutils/polkit/patches: patch-configure_ac patch-src_polkit_polkitunixprocess_c patch-src_polkitbackend_polkitbackendinteractiveauthority_c patch-src_polkitbackend_polkitbackendjsauthority_c Log message: Sync with the patch in fd.o BZ. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/16 11:51:22 Modified files: usr.sbin/rarpd : rarpd.c Log message: typo CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/07/16 12:17:27 Modified files: sys/kern : vfs_subr.c sys/net : pf_table.c radix.c radix_mpath.c route.c rtsock.c Log message: Fix rn_match and there for the expoerted lookup functions in radix.c to never return the internal RNF_ROOT nodes. This removes the checks in the callee to verify that not an RNF_ROOT node was returned. OK mpi@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/16 12:18:08 Modified files: regress/usr.sbin/httpd/tests: funcs.pl Log message: Use sysread instead of <STDIN> for the stream. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/16 12:21:57 Modified files: lib/libssl/src/crypto/asn1: p8_pkey.c Log message: Enforce V_ASN1_OCTET_STRING type before accessing the object as octet string; from OpenSSL (RT #3683) ok doug@ jsing@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/07/16 12:26:04 Modified files: usr.sbin/bgpd : bgpd.c bgpd.h config.c parse.y printconf.c rde_filter.c session.h Log message: Next round of config cleanup. Move various lists into the bgpd_config struct. This is the next step to better split parsing and merging the config. OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/07/16 12:36:59 Modified files: sys/net : if_pflow.c Log message: add missing malloc check OK benno@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/07/16 12:48:51 Modified files: sys/dev/pci/drm: drm_linux.h sys/dev/pci/drm/i915: i915_gem.c i915_irq.c intel_display.c Log message: Introduce a Linux compatible wait_event API and use it in the inteldrm code. ok jsg@, guenther@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/16 12:50:09 Modified files: regress/usr.sbin/httpd/tests: funcs.pl Log message: Print the received percentage in client.log instead of dots. This makes it nicer when waiting for large test files. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/16 12:57:21 Added files: regress/usr.sbin/httpd/tests: args-tls-get-1073741824.pl Log message: Add gigabit test over tls CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/16 13:05:28 Modified files: usr.sbin/httpd : parse.y server_file.c server_http.c Log message: spacing CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/16 13:57:36 Modified files: sysutils/facter/patches: patch-CMakeLists_txt Log message: merged upstream CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/16 14:43:14 src/usr.bin/doas Update of /cvs/src/usr.bin/doas In directory cvs.openbsd.org:/tmp/cvs-serv31397/doas Log Message: Directory /cvs/src/usr.bin/doas added to the repository CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/16 14:44:21 Added files: usr.bin/doas : Makefile doas.1 doas.c doas.conf.5 doas.h parse.y Log message: import doas. still subject to changes, large and small. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/16 14:50:40 Modified files: usr.bin : Makefile Log message: enable doas CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/07/16 14:57:13 Modified files: usr.sbin/tcpdump: print-802_11.c Log message: Make tcpdump show 11n HT capabilities in 802.11 management frames. ok deraadt@ zhuk@ sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/16 14:57:42 Modified files: sysutils/facter: Makefile sysutils/facter/patches: patch-lib_CMakeLists_txt Log message: add a cmake flag to specify the location for facter.rb as suggested by upstream CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/16 15:00:59 Modified files: usr.bin/doas : doas.c Log message: combine fprintfs and use a constant format string. hint from reyk CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2015/07/16 15:05:08 Modified files: distrib/miniroot: install.sub Log message: zap trailing whitespace with rpe's blessing CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/07/16 15:12:12 Modified files: sys/arch/amd64/amd64: locore.S Log message: Fix a backward compare in boot argument parsing, and clarify a comment that was wrong. ok guenther@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/16 15:14:21 Modified files: sys/net : if_bridge.c pf.c pfvar.h sys/netinet : ip_input.c ip_output.c ip_var.h sys/netinet6 : ip6_forward.c ip6_input.c ip6_output.c Log message: Kill IP_ROUTETOETHER. This pseudo-option is a hack to support return-rst on bridge(4). It passes Ethernet information via a "struct route" through ip_output(). "struct route" is slowly dying... ok claudio@, benno@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/16 15:18:48 Modified files: devel/py-coverage: Makefile devel/py-coverage/pkg: PLIST Added files: devel/py-coverage/pkg: PFRAG.no-python3 PFRAG.python3 Log message: Add a python3 FLAVOR. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/16 15:19:24 Modified files: devel : Makefile Log message: +py-coverage,python3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/16 15:20:13 Modified files: www/py-beaker : Makefile Log message: Use devel/py-coverage${MODPY_FLAVOR}. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/16 15:21:49 Modified files: sys/net : if_gif.c if_gif.h Log message: Keep private definitions private. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/16 15:24:07 Modified files: usr.bin/doas : doas.conf.5 Log message: Typo: exeucte -> execute CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/16 15:27:41 Modified files: misc/py-memcached: Makefile distinfo misc/py-memcached/pkg: PLIST Log message: Update to py-memcached-1.54 and add a python3 FLAVOR. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/16 15:28:06 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/16 15:30:05 Modified files: misc/py-memcached: Makefile Log message: Use MODPY_ADJ_FILES instead of perl subst. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/16 15:30:30 Modified files: misc : Makefile Log message: +py-memcached,python3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/16 15:30:55 Modified files: www/py-beaker : Makefile Log message: Use misc/py-memcached${MODPY_FLAVOR}. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/16 15:36:11 Log message: Import racc Racc is a LALR(1) parser generator. It is written in Ruby itself, and generates Ruby programs. OK jasper@ Status: Vendor Tag: jeremy Release Tags: jeremy_2015-Jul-16 N ports/devel/ruby-racc/Makefile N ports/devel/ruby-racc/distinfo N ports/devel/ruby-racc/pkg/DESCR N ports/devel/ruby-racc/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/16 15:37:45 Log message: Import puma, a threaded ruby webserver Unlike other Ruby Webservers, Puma was built for speed and parallelism. Puma is a small library that provides a very fast and concurrent HTTP 1.1 server for Ruby web applications. It is designed for running Rack apps only. OK jasper@ Status: Vendor Tag: jeremy Release Tags: jeremy_2015-Jul-16 N ports/www/ruby-puma/Makefile N ports/www/ruby-puma/distinfo N ports/www/ruby-puma/pkg/DESCR N ports/www/ruby-puma/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/16 15:45:07 Modified files: www/py-beaker : Makefile Log message: Only TEST_DEPENDS on devel/py-mock for the !python FLAVOR. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/16 15:46:54 Modified files: multimedia/minidlna: Makefile Added files: multimedia/minidlna/patches: patch-minidlna_c Log message: fix address sent to ssdp; reported by Daniel LEVAI, patch from http://miniupnp.tuxfamily.org/forum/viewtopic.php?p=4413 CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/07/16 15:52:16 Modified files: usr.sbin/rcctl : rcctl.sh Log message: Shorten variable name. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/16 15:55:03 Modified files: usr.bin/doas : doas.c Log message: doas grows up. no insults. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/16 15:56:23 Modified files: databases/puppetdb: Makefile Log message: set PORTROACH CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/16 15:57:54 Modified files: usr.bin/doas : doas.c Log message: wrap long lines CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/07/16 16:03:02 Modified files: usr.sbin/rcctl : rcctl.sh Log message: No daemon_class for special services. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/07/16 16:06:08 Modified files: sys/arch/i386/i386: locore.s Log message: Remove a piece of code that has been commented out for 16 years and was wrong to begin with. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/16 16:11:01 Modified files: usr.bin/doas : doas.c parse.y Log message: Missing reallocarray check in doas.c (ok tedu) and a calloc in parse.y as well. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/16 16:22:02 Modified files: sysutils/facter/files: collection.cc dmi_resolver.cc virtualization_resolver.cc Log message: appease cpplint; no functional change CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2015/07/16 16:33:01 Modified files: usr.bin/doas : parse.y Log message: Allow (almost) any non-space character to be a part of "word" in doas.conf. This allows weird commands like /bin/echo to be used for real. No command arguments handling yet, though, as well as quoting. okay tedu@ CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/07/16 16:36:50 Modified files: lib/libssl/src/crypto: opensslv.h Log message: Bump LIBRESSL_VERSION defines. Moving forward, software should expect that LIBRESSL_VERSION_TEXT and LIBRESSL_VERSION_NUMBER will increment for each LibreSSL-portable release. ok deraadt@, beck@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/07/16 16:47:46 Modified files: usr.sbin/traceroute: traceroute.c Log message: The return type of memset(3) is void. No need for a cast. No object change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/16 17:00:45 Modified files: sysutils/ruby-facter: Makefile Log message: Missed bump after the default ruby version change. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/16 17:01:50 Modified files: devel : Makefile www : Makefile Log message: Hooks ruby-racc and ruby-puma CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/16 17:02:56 Modified files: usr.bin/doas : parse.y Log message: Prototype yy* functions, and use verrx in yyerror(). ok tedu CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2015/07/16 17:03:40 Modified files: sys/arch/amd64/amd64: machdep.c sys/arch/i386/i386: machdep.c Log message: Remove 4 second delay on reboot/shutdown that was added 8 years ago to "workaround MP timeout/splhigh/scsi race at reboot time". Probably the issue has been fixed by now. And if not, the relevant scsi controller drivers should add a workaround in their DVACT_POWERDOWN hook. While there, change the default final reset delay on amd64 to 0. People who like looking at the final reboot message may still set the CPURESET_DELAY define. OK deraadt@ kettenis@ mlarkin@ uebayasi@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/07/16 17:04:12 Modified files: sys/arch/amd64/amd64: locore.S Log message: remove 'cpu_brand_id' as we no longer use that method to calculate the name of the cpu. Further, the calculation of cpu_brand_id was in the wrong place to begin with, so it was being calculated incorrectly anyway. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/07/16 17:05:12 Modified files: usr.sbin/rcctl : rcctl.sh Log message: Consistency CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/16 17:13:01 Modified files: devel/apache-ant: Makefile distinfo devel/apache-ant/pkg: PLIST Log message: Update to apache-ant-1.9.6. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/16 17:16:33 Modified files: textproc/diffstat: Makefile distinfo Log message: update to diffstat-1.60 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/16 17:18:23 Modified files: devel/stfl : Makefile distinfo devel/stfl/patches: patch-Makefile Log message: Update to stfl-0.24. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/16 17:21:48 Modified files: textproc/oniguruma: Makefile distinfo textproc/oniguruma/pkg: PLIST Log message: update to oniguruma-5.9.6 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/16 17:22:08 Modified files: usr.bin/doas : doas.c Log message: Fail if /etc/doas.conf is g+w or o+w or is not owned by root. ok tedu CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/16 17:22:16 Modified files: www : Makefile Log message: -yaws CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/16 17:22:20 Modified files: graphics/p5-GD : Makefile distinfo graphics/p5-GD/pkg: PLIST Log message: Update to p5-GD-2.53. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/16 17:22:46 Removed files: www/yaws : Makefile distinfo www/yaws/patches: patch-configure patch-doc_Makefile patch-man_Makefile patch-scripts_Install patch-scripts_Makefile patch-scripts_gen-yaws-conf patch-scripts_regular-install patch-www_doc_yaws www/yaws/pkg : DESCR-main DESCR-web PFRAG.shared-main PLIST-main PLIST-web README-main yaws.rc Log message: remove, it's been subtly broken for a while and obviously nobody used it prompted by and ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/16 17:23:32 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register yaws removal CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/16 17:29:14 Modified files: usr.sbin/syslogd: syslogd.c Log message: When incrementing msg, decrement msglen. Otherwise too much data could be written into the log file. OK benno@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/07/16 17:34:54 Modified files: usr.sbin/tcpdump: print-802_11.c Log message: add missing ELEM_CHECK for csa printing, spotted by / ok stsp@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/16 17:57:29 Modified files: archivers/p5-Compress-LZO: Makefile archivers/p5-Compress-LZO/pkg: PLIST audio/p5-Audio-CD: Makefile audio/p5-Audio-CD/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-XS: Makefile converters/p5-JSON-XS/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 databases/p5-DBD-Pg: Makefile databases/p5-DBD-Pg/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-GDBM_File: Makefile databases/p5-GDBM_File/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-BSD-Resource: Makefile devel/p5-BSD-Resource/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-Load-XS: Makefile devel/p5-Class-Load-XS/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-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-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-SawAmpersand: Makefile devel/p5-Devel-SawAmpersand/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-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-Locale-gettext: Makefile devel/p5-Locale-gettext/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-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-Set-Object: Makefile devel/p5-Set-Object/pkg: PLIST devel/p5-String-CRC32: Makefile devel/p5-String-CRC32/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-Taint: Makefile devel/p5-Test-Taint/pkg: PLIST devel/p5-Tie-Hash-Indexed: Makefile devel/p5-Tie-Hash-Indexed/pkg: PLIST devel/p5-Unix-Mknod: Makefile devel/p5-Unix-Mknod/pkg: PLIST devel/p5-WeakRef: Makefile devel/p5-WeakRef/pkg: PLIST devel/p5-indirect: Makefile devel/p5-indirect/pkg: PLIST games/frozen-bubble: Makefile games/frozen-bubble/pkg: PLIST-main geo/p5-Geo-Coordinates-UTM-XS: Makefile geo/p5-Geo-Coordinates-UTM-XS/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-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/nkf : Makefile japanese/nkf/pkg: PLIST mail/razor-agents: Makefile mail/razor-agents/pkg: PLIST 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-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-MMagic-XS: Makefile misc/p5-File-MMagic-XS/pkg: PLIST multimedia/p5-Storable-AMF: Makefile multimedia/p5-Storable-AMF/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-LibIDN: Makefile net/p5-Net-LibIDN/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 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-IDEA: Makefile security/p5-Crypt-IDEA/pkg: PLIST security/p5-Crypt-OpenSSL-Bignum: Makefile security/p5-Crypt-OpenSSL-Bignum/pkg: PLIST security/p5-Crypt-OpenSSL-PKCS10: Makefile security/p5-Crypt-OpenSSL-PKCS10/pkg: PLIST security/p5-Crypt-OpenSSL-RSA: Makefile security/p5-Crypt-OpenSSL-RSA/pkg: PLIST security/p5-Crypt-OpenSSL-X509: Makefile security/p5-Crypt-OpenSSL-X509/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-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 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-Syslog: Makefile sysutils/p5-Unix-Syslog/pkg: PLIST textproc/p5-Encode-Detect: Makefile textproc/p5-Encode-Detect/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-Text-Aspell: Makefile textproc/p5-Text-Aspell/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-SAX-ExpatXS: Makefile textproc/p5-XML-SAX-ExpatXS/pkg: PLIST www/ap2-mod_perl: Makefile www/ap2-mod_perl/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-libapreq: Makefile www/p5-libapreq/pkg: PLIST x11/kde/bindings3: Makefile x11/kde/bindings3/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-X-Osd : Makefile x11/p5-X-Osd/pkg: PLIST Log message: Remove the perl bullshit. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/16 18:06:32 Modified files: www/nginx : Makefile Log message: add ruby22-passenger to the list of alternatives for nginx,passenger RUN_DEPENDS CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/16 19:14:13 Modified files: x11/kde : Makefile.inc Log message: KDE 3 distfiles were moved. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/16 19:17:31 Modified files: x11/kde : Makefile.inc Log message: MASTER_SITES0 isn't used, so zap this line. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/07/16 20:47:45 Modified files: usr.bin/ssh : sshd.c Log message: fix incorrect test for SSH1 keys when compiled without SSH1 support CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/07/16 21:04:28 Modified files: usr.bin/ssh : PROTOCOL.mux Log message: describe magic for setting up Unix domain socket fowards via the mux channel; bz#2422 patch from Daniel Black CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/07/16 21:09:19 Modified files: usr.bin/ssh : PROTOCOL Log message: direct-streamlocal@openssh.com Unix domain foward messages do not contain a "reserved for future use" field and in fact, serverloop.c checks that there isn't one. Remove erroneous mention from PROTOCOL description. bz#2421 from Daniel Black CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/07/16 21:34:27 Modified files: regress/usr.bin/ssh: keygen-knownhosts.sh Log message: remove -u flag to diff (only used for error output) to make things easier for -portable CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/16 23:54:45 Modified files: sysutils/ruby-puppet/3: Makefile Log message: Missed bump after the ruby default version update. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/07/17 00:13:44 Modified files: sys/arch/amd64/amd64: locore.S Log message: "are we 386, 386sx, or 486, or Pentium, or.." I'm pretty sure the amd64 kernel won't boot on any of those CPUs, so delete the (unused) variable that was supposed to track which 32 bit CPU we were running on. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/17 00:53:47 Modified files: usr.bin/tmux : server-client.c Log message: Initialize client fd to -1 as well, from Bobby Powers. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/17 01:04:41 Modified files: lib/libssl/src/doc/ssl: SSL_CTX_set_options.3 lib/libssl/src/ssl: d1_enc.c s3_cbc.c ssl.h ssl3.h t1_enc.c usr.bin/openssl: s_server.c Log message: Remove workaround for TLS padding bug from SSLeay days. OpenSSL doesn't remember which clients were impacted and the functionality has been broken in their stable releases for 2 years. Based on OpenSSL commit a8e4ac6a2fe67c19672ecf0c6aeafa15801ce3a5. ok jsing@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/07/17 02:14:48 Modified files: usr.bin/sndiod : file.c Log message: Stop using interval timers (not inherited by fork(2), obsolete in newer posix releases), use the poll(2) timeout parameter instead. Fixes hangs during clean-up after the audio device is disconnected or an unrecoverable error is detected. Suggested by and discussed with millert@. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/17 02:29:28 Modified files: productivity/kmymoney: Makefile distinfo productivity/kmymoney/pkg: PLIST Removed files: productivity/kmymoney/patches: patch-kmymoney_wizards_wizardpages_CMakeLists_txt Log message: Update KMyMoney to 4.7.2. The last patch gets removed, hurray! CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/07/17 03:37:07 Modified files: usr.bin/sndiod : file.c Log message: Simplify debug info: log poll descriptors on a single line, record timestamps only when they are needed. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/07/17 03:43:28 Modified files: usr.bin/sndiod : file.c Log message: Move non-debug varibles outside #ifdef DEBUG block CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/07/17 03:51:18 Modified files: usr.bin/sndiod : file.c file.h Log message: rename nfds to max_nfds, no object change CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/07/17 04:15:24 Modified files: usr.bin/sndiod : file.c file.h Log message: Use an offsets in the array of pollfd structures instead of pointers. No behaviour change. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/17 07:09:07 Modified files: usr.bin/tmux : window.c Log message: Do not call window_unzoom from window_destroy because it will try to add a notification which will get confused because the reference count is already zero and end up back in window_destroy and a double free. Instead, just destroy the layouts directly. Noticed by Thomas Adam. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2015/07/17 07:51:13 Modified files: devel/apktool : Makefile distinfo Log message: update apktool to 2.0.1. ok benoit@. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/17 08:36:29 Modified files: www/ruby-passenger: Makefile Log message: Make ruby22 the default FLAVOR CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/17 08:41:58 Added files: databases/mariadb: mariadb.port.mk Log message: Add mariadb.port.mk, a test-support module for MySQL/MariaDB-based ports. This is an analog of postgresql.port.mk, but for MariaDB. p5-DBD-mysql is on its way to use this module soon, others to follow. Documentation bits will go in soon as well. okay giovanni@ CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2015/07/17 08:47:24 Modified files: databases/puppetdb: Makefile Log message: bump now ruby22 is the default FLAVOR Ok jeremy@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/07/17 08:48:17 Modified files: sbin/iked : pfkey.c Log message: Assign correct destination port value for the destination netmask. This repairs setup of SPD flows that specify port only on the one side of the from-to specification. ok markus CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2015/07/17 08:59:18 Modified files: papers : index.html . : events.html Log message: finally publish the video of my BSDCan 2015 mandoc talk, https://www.youtube.com/watch?v=4jqvHLoNOEo CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2015/07/17 09:03:19 Modified files: share/man/man5 : port-modules.5 Log message: Documentation for recently committed databases/mariadb port module. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/17 09:07:51 Modified files: databases/puppetdb: Makefile distinfo Log message: update to puppetdb-2.3.6 CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2015/07/17 09:08:16 Modified files: devel/apktool : Makefile Log message: rewrite PKGNAME variable, idea from aja@ ok aja@. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/07/17 09:09:42 Modified files: audio/mumble : Makefile distinfo audio/mumble/pkg: PLIST Log message: Update to mumble-1.2.10 CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/07/17 09:11:52 Modified files: distrib/miniroot: install.sub Log message: Remove spaces before the double semicolons in case-blocks. OK krw@ halex@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/07/17 09:23:59 Modified files: sys/sys : socket.h sys/kern : uipc_syscalls.c Log message: In socketpair(), need to mask the type argument when testing for dgram. based on jeremy@'s diff ok jeremy@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 09:29:44 Modified files: sysutils/libvirt: Makefile Log message: Needs textproc/docbook2x for building. ok jasper@ (maintainer) CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/07/17 09:37:58 Modified files: sys/arch/amd64/amd64: locore.S vector.S sys/arch/amd64/include: frameasm.h Log message: Consistently use SEL_RPL as the mask when testing selector privilege level CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/17 09:50:37 Modified files: lib/libssl/src/doc/ssl: SSL_CTX_set_options.3 lib/libssl/src/ssl: s3_lib.c ssl.h ssl3.h t1_lib.c Log message: Remove compat hack that disabled ECDHE-ECDSA on OS X. For a few old releases, ECDHE-ECDSA was broken on OS X. This option cannot differentiate between working and broken OS X so it disabled ECDHE-ECDSA support on all OS X >= 10.6. 10.8-10.8.3 were the faulty releases but these are no longer relevant. Tested on OS X 10.10 by jsing. ok jsing@ CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2015/07/17 09:51:32 Modified files: security/sudo : Makefile distinfo Removed files: security/sudo/patches: patch-Makefile_in patch-configure patch-configure_ac patch-examples_Makefile_in patch-lib_util_Makefile_in patch-lib_zlib_Makefile_in patch-plugins_group_file_Makefile_in patch-plugins_sample_Makefile_in patch-plugins_sudoers_Makefile_in patch-plugins_system_group_Makefile_in patch-src_Makefile_in Log message: Update to sudo 1.8.14 CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/17 10:04:09 Modified files: usr.bin/openssl: ciphers.c Log message: Remove support for SSLv3 from openssl(1) ciphers. ok miod@ bcook@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/17 10:07:44 Modified files: usr.bin/openssl: s_client.c Log message: Remove SSLv3 support from openssl(1) s_client. ok miod@ bcook@ beck@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/17 10:09:46 Modified files: usr.bin/openssl: s_server.c Log message: Remove SSLv3 support from openssl(1) s_server. ok miod@ bcook@ beck@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/17 10:10:49 Modified files: usr.bin/openssl: s_time.c Log message: Remove SSLv3 support from openssl(1) s_time. ok miod@ bcook@ beck@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/17 10:13:26 Modified files: sys/arch/alpha/stand/boot: disk.c sys/arch/alpha/stand/netboot: if_prom.c Log message: Proper prototypes and return values. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 10:26:47 Modified files: graphics/evince: Makefile Log message: Do not RUN_DEPENDS on yelp for the light FLAVOR. requested by jca@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/17 10:34:01 Modified files: databases/p5-DBD-mysql: Makefile databases/p5-DBD-mysql/patches: patch-Makefile_PL Log message: Enable mariadb port module here, allowing non-interactive test runs. okay giovanni@ (MAINTAINER) and afresh1@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 10:52:11 Modified files: www/py-webtest : Makefile distinfo www/py-webtest/pkg: PLIST Log message: Update to py-webtest-2.0.18. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 10:55:57 Modified files: www/py-beaker : Makefile Log message: Only enable regression tests with !python3. CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2015/07/17 10:56:34 Modified files: sys/dev/pci : if_em_hw.c Log message: fix typo. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/07/17 11:02:52 Modified files: sys/arch/armv7/conf: GENERIC RAMDISK etc/etc.armv7 : Makefile.inc distrib/armv7/ramdisk: Makefile Log message: enable exynos CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/17 11:11:18 Modified files: usr.bin/doas : doas.1 Log message: improve wording, from Thanos Tsouanas CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 11:14:23 Modified files: www/phpvirtualbox: Makefile www/phpvirtualbox/pkg: README Log message: Tweak README. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/07/17 11:18:05 Modified files: sys/netinet6 : nd6_rtr.c Log message: Remove #if 0'ed code and update comment. There is no need to handle managed/other flags for router advertisments in the kernel according to the rfcs. Remove stale todo comment; we do handle the on-link bit. OK mpi CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2015/07/17 11:27:40 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update youtube-dl to 2015.07.07. New extractors: - snagfilms - thisamericanlife - twitter Removed: - empflix Okay dance by mpi@, grumpy agreement from mrposix@ and general agreement from the rest of the c2k15 party. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/17 11:31:27 Modified files: databases/mariadb: Makefile databases/mariadb/pkg: README-server Log message: Correct the examples path in the pkg-readme. Issue pointed out by Thanos Tsouanas <thanos at tsouanas dot org>, diff from brad, ok giovanni CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/07/17 11:33:50 Modified files: sys/arch/armv7/exynos: exynos.c exynos5.c Log message: add exdisplay to chromebook_devs tested by and ok bmercer@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/07/17 11:36:02 Log message: update to NSD 4.1.3, ok florian@, also tested by brad Status: Vendor Tag: NLNETLABS Release Tags: NSD_4_1_3 C src/usr.sbin/nsd/axfr.c C 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 C src/usr.sbin/nsd/xfrd-tcp.c U src/usr.sbin/nsd/zonec.h U src/usr.sbin/nsd/xfrd-disk.c C 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 C 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 C src/usr.sbin/nsd/nsd-checkconf.c C 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 C src/usr.sbin/nsd/configparser.y U src/usr.sbin/nsd/dns.c C src/usr.sbin/nsd/difffile.c U src/usr.sbin/nsd/xfrd-disk.h C 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 C 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 C src/usr.sbin/nsd/dname.c C src/usr.sbin/nsd/nsd-control.8.in U src/usr.sbin/nsd/dbaccess.c U src/usr.sbin/nsd/nsd-checkzone.c U src/usr.sbin/nsd/dbcreate.c C src/usr.sbin/nsd/util.h U src/usr.sbin/nsd/ipc.c C src/usr.sbin/nsd/config.h.in C src/usr.sbin/nsd/region-allocator.c U src/usr.sbin/nsd/lookup3.c U src/usr.sbin/nsd/acx_nlnetlabs.m4 C src/usr.sbin/nsd/rdata.c U src/usr.sbin/nsd/udbradtree.c U src/usr.sbin/nsd/lookup3.h C 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 C 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 C src/usr.sbin/nsd/util.c U src/usr.sbin/nsd/nsd-checkzone.8.in U src/usr.sbin/nsd/rbtree.c U src/usr.sbin/nsd/compat/pselect.c U src/usr.sbin/nsd/compat/malloc.c C 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 29 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: doug@cvs.openbsd.org 2015/07/17 11:36:24 Modified files: lib/libssl/src/ssl: d1_srtp.c ssl_locl.h Log message: Convert ssl_parse_serverhello_use_srtp_ext to CBS. ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/07/17 11:36:33 Modified files: usr.sbin/nsd : Makefile.in axfr.c config.h.in configparser.y configure configure.ac difffile.c dname.c namedb.c namedb.h nsd-checkconf.8.in nsd-checkconf.c nsd-control.8.in nsd.c nsd.conf.5.in query.c rdata.c region-allocator.c remote.c rrl.c server.c udb.c util.c util.h zonec.c zparser.y usr.sbin/nsd/compat: b64_pton.c Log message: merge conflicts CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 11:39:54 Modified files: www/owncloud : Makefile www/owncloud/pkg: PLIST README Log message: Set ownership to the "www" user. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 11:40:38 Modified files: www/phpvirtualbox: Makefile www/phpvirtualbox/pkg: README Log message: This chunk is not needed anymore. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/07/17 11:41:41 Modified files: usr.sbin/tcpdump: print-802_11.c Log message: Make tcpdump display BSS load information contained in 802.11 mgmt frames. ok phessler sthen CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/17 11:53:21 Modified files: sysutils/ruby-puppet/3: Makefile Added files: sysutils/ruby-puppet/3/patches: patch-lib_puppet_vendor_safe_yaml_lib_safe_yaml_rb Log message: unbreak runtime with ruby 2.2 CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 12:00:43 Modified files: usr.sbin/rcctl : rcctl.sh Log message: return 0 when using "getall" spotted by jasper@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/17 12:05:59 Modified files: sys/net : if_bridge.c if_gif.c if_gif.h Log message: Explicitly do EtherIP encapsulation in bridge_ifenqueue(). The way gif(4) and bridge(4) are plugged together is disgusting but at least this makes the layer violation obvious. Fix a regression introduced by the M_PROTO1 loop prevention cleaning because gif(4) was abusing this flag to figure out if the packet was coming from a bridge(4). Thanks to goda@ for finding this! ok goda@, claudio@ CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/07/17 12:06:05 Modified files: archivers/lzip/clzip: Makefile distinfo Log message: Update to clzip 1.7. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/17 12:09:55 Modified files: sysutils/ruby-puppet/3: Makefile sysutils/ruby-puppet/3/patches: patch-lib_puppet_provider_service_openbsd_rb Log message: print a warning when rcctl failed; instead of having the user guess at ruby error messages CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/17 12:15:41 Modified files: sys/net : bridgestp.c Log message: Pass the correct argument to bstp_notify_rtage(). Problem found and fix provided by Ryota Ozaki, thanks! ok deraadt@, yasuoka@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2015/07/17 12:31:09 Modified files: sys/kern : uipc_domain.c sys/net : pfkey.c pfkeyv2.c sys/netinet : ip_ipsp.h ip_spd.c Log message: manage spd entries by using the radix api directly instead of reaching around through the routing table original diff by myself, much improved by mikeb@ and mpi@ ok and testing mikeb@ mpi@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/17 12:35:25 Modified files: sys/netinet : if_ether.c Log message: Announce an IP address after inserting its corresponding RTF_LOCAL route and not during the SIOCSIFADDR ioctl. This way addresses are not announced when an error occurs. ok chris@, claudio@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/07/17 12:39:55 Modified files: sys/net : pf_lb.c Log message: fix the indentation of a block of code, no binary change ok mikeb@ some time ago CVSROOT: /cvs Module name: src Changes by: kspillner@cvs.openbsd.org 2015/07/17 12:55:00 Modified files: sys/lib/libsa : ufs.c ufs2.c Log message: Adjust type of link_len to match type of di_size in underlying struct, and change type of len to size_t to match strlen(3) result. Drop unneeded casts. u_int64_t is overkill because the actual size is still limited to SYMLINK_MAX but it is probably better to match the filesystem types. ok miod@, guenther@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/07/17 13:43:43 Modified files: usr.sbin/tcpdump: print-802_11.c Log message: Make tcpdump decode the country element in 802.11 mgmt frames. much help and ok zhuk@, ok sthen@ for an earlier version CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2015/07/17 13:46:05 Modified files: sys/net : pfvar.h Log message: sa_family_t should not be confused with u_int8_t ok deraadt@, ok floarian@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 13:52:06 Modified files: www/apache-httpd: Makefile www/apache-httpd/pkg: PLIST Log message: Change the default user to "www". This makes it easier to switch from one web server to the other. discussed with stsp@ sthen@ ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 13:52:14 Modified files: infrastructure/db: user.list Log message: No more _apache2. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/07/17 14:03:54 Modified files: usr.sbin/bgpd : kroute.c Log message: Only filter RTF_LLINFO or RTF_BROADCAST routes out but not RTF_LOCAL ones since we need those for loopback and point-to-point interfaces. OK mpi@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/07/17 14:06:46 Modified files: usr.sbin/ospfd : kroute.c Log message: Do similar handling of connected routes and filtering of llinfo and broadcast. With this the ospfd fib and the kernel routing table are better in sync. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/07/17 14:11:45 Modified files: infrastructure/lib/DPB: Config.pm Log message: oopsie found by naddy. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/07/17 14:12:38 Modified files: usr.sbin/ospf6d: kroute.c Log message: Similar to bgpd and ospfd skip broadcast (should not happen) and llinfo routes also adjust the tracking of connected routes to the new way. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 14:12:59 Modified files: print/libpaper : Makefile Log message: Add PORTROACH annotation. CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2015/07/17 14:15:52 Modified files: sys/dev/acpi : acpiac.c Log message: fix compilation with ACPI_DEBUG CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2015/07/17 14:22:02 Modified files: usr.bin/openssl: s_socket.c Log message: fix leak, found by coverity, ID 78877 ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/17 14:24:41 Modified files: usr.bin/doas : doas.1 Log message: tweak wording CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/17 14:25:42 Modified files: gnu/usr.bin/binutils-2.17/opcodes: i386-dis.c Log message: Correctly consume mandatory 0x66 prefix when disassembling aes{dec{,last},enc{,last},imc} instructions (regression in 2.17). Correctly disassemble aeskeygenassist. Before (binutils 2.15): 0: 66 0f 38 db c8 aesimc %xmm0,%xmm1 5: 66 0f 3a 44 da 04 pclmulqdq $0x4,%xmm2,%xmm3 b: 66 0f 3a 44 ec 10 pclmullqhqdq %xmm4,%xmm5 11: 66 data16 12: 0f .byte 0xf 13: 3a df cmp %bh,%bl 15: fe 08 decb (%rax) Currently (binutils 2.17): 0: 66 data16 1: 0f 38 db aesimc %xmm1,%xmm1 4: c8 66 0f 3a enterq $0xf66,$0x3a 8: 44 da 04 66 rexX fiaddl (%rsi,2) c: 0f 3a 44 ec 10 pclmullqhqdq %xmm4,%xmm5 11: 66 data16 12: 0f .byte 0xf 13: 3a df cmp %bh,%bl 15: fe 08 decb (%rax) With these changes: 0: 66 0f 38 db c8 aesimc %xmm0,%xmm1 5: 66 0f 3a 44 da 04 pclmulqdq $0x4,%xmm2,%xmm3 b: 66 0f 3a 44 ec 10 pclmullqhqdq %xmm4,%xmm5 11: 66 0f 3a df fe 08 aeskeygenassist $0x8,%xmm6,%xmm7 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/17 14:27:36 Modified files: lib/libssl/src/crypto/aes/asm: aesni-x86.pl Log message: extenstion -> extension CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/07/17 14:38:33 Modified files: usr.sbin/ripd : kroute.c Log message: Like bgpd and ospfd filter routes by RTF_LLINFO and RTF_BROADCAST and use the RTF_CONNECTED to know if a route is connected or not. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 14:38:43 Modified files: net/zabbix : Makefile net/zabbix/pkg : README-server Log message: Change the instructions to use su(1) instead of sudo(1). CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/07/17 14:38:57 Modified files: usr.bin/sed : defs.h extern.h main.c process.c sed.1 Log message: add -i flag to sed to do in-place editing; mostly based on freebsd feedback/ok deraadt@ millert@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/07/17 14:42:03 Modified files: regress/usr.bin/sed: Makefile Added files: regress/usr.bin/sed: inplace.in inplace2.expected inplace2.in inplace3.expected inplace3.in Log message: add tests for -i CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/17 14:44:39 Modified files: sys/arch/alpha/include: loadfile_machdep.h sys/arch/amd64/include: loadfile_machdep.h sys/arch/armish/include: loadfile_machdep.h sys/arch/armv7/include: loadfile_machdep.h sys/arch/i386/include: loadfile_machdep.h sys/arch/landisk/include: loadfile_machdep.h sys/arch/loongson/include: loadfile_machdep.h sys/arch/macppc/include: loadfile_machdep.h sys/arch/octeon/include: loadfile_machdep.h sys/arch/sgi/include: loadfile_machdep.h sys/arch/socppc/include: loadfile_machdep.h sys/arch/zaurus/include: loadfile_machdep.h sys/lib/libsa : loadfile.h Log message: Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.out kernels and we no longer have any. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/17 14:44:57 Modified files: usr.sbin/httpd : server_fcgi.c Log message: According to RFC 3875 PATH_INFO should either contain a full path or be empty (""). It was not set at all when there is nothing to set which caused problems with some FastCGI applications (like Flask/Python through uWSGI). From hrkfdn via github CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/07/17 14:50:31 Modified files: usr.bin/doas : doas.1 doas.conf.5 Log message: add some missing content and markup and optimize some indentation ok tedu@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/17 14:53:04 Modified files: net : Makefile Removed files: net/pidgin-facebookchat: Makefile distinfo net/pidgin-facebookchat/patches: patch-Makefile net/pidgin-facebookchat/pkg: DESCR PLIST Log message: remove pidgin-facebookchat, it's broken by upstream changes, as reported by Michael McConville CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/17 14:57:00 Modified files: databases/mariadb: mariadb.port.mk Log message: Improve mysqld readiness detection a bit: - Don't issue ping immediately, mysqld won't be ready for sure. - Don't print mysqladmin ping output: it confuses a careful reader and doesn't provide any useful info; we'd better say that mysqld could not start explicitly, if needed. Discovered while moving ports to mariadb.port.mk. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/17 14:57:28 ports/databases/ruby-mysql/patches Update of /cvs/ports/databases/ruby-mysql/patches In directory cvs.openbsd.org:/tmp/cvs-serv29952/patches Log Message: Directory /cvs/ports/databases/ruby-mysql/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/17 15:09:38 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: add obsolete_reason quirk for pidgin-facebookchat, requested by aja CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/17 15:13:14 Modified files: archivers/p5-Compress-LZO: Makefile Log message: use sed -i CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/17 15:21:03 Modified files: usr.bin/sed : main.c Log message: 7 space indents?? CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 15:23:08 Modified files: www/sogo : Makefile www/sogo/pkg : README Log message: sudo(8) -> su(1) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/07/17 15:26:05 Modified files: usr.sbin/ldpd : kroute.c Log message: Filter routes based on RTF_LLINFO and RTF_BROADCAST flags and use RTF_CONNECTED to properly track connected routes on -current. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 15:32:39 Modified files: net/py-impacket: Makefile net/py-impacket/patches: patch-examples_nmapAnswerMachine_py Log message: Do not hardcode path to python. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/17 15:33:07 Removed files: devel/libpeas/patches: patch-tests_libpeas_plugins_extension-python_Makefile_in Log message: drop now unneeded patch and just use sed CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/07/17 15:36:56 Modified files: sys/arch/i386/i386: bios.c sys/arch/i386/include: biosvar.h sys/arch/i386/pci: pcibios.c Log message: Include executable mapping for BIOS32 pages. Fixes a problem where mappings done in this region using PAE w/NX caused #PFs (as they lacked the exec permission previously). Also unmap the region when we're finished. No sense in leaving extra executable regions lying around. Fixes non-ACPI uniprocessor i386 machines that have NX/PAE (these would previously panic in pcibiosattach). ok deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/07/17 15:42:49 Modified files: sys/dev/ic : aic79xx.c aic79xx.h aic79xx_openbsd.c aic79xx_openbsd.h aic7xxx.c aic7xxx_cam.h aic7xxx_inline.h aic7xxx_openbsd.c aic7xxx_openbsd.h aic7xxx_seeprom.c aic7xxxvar.h Log message: Nuke a bunch of leading and trailing whitespace so I don't go blind reading this code. No intentional functional change. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 15:45:52 Modified files: etc : syslog.conf Log message: Add an example for doas(1) logging and drop sudo and chat. ok tedu@ rep@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/17 15:46:11 Modified files: devel/darcs : Makefile games/redeclipse: Makefile textproc/source-highlight: Makefile textproc/texi2html: Makefile www/icedtea-web: Makefile www/icedtea-web/patches: patch-Makefile_in x11/wbar : Makefile Removed files: devel/darcs/patches: patch-tests_hunk-editor_sh Log message: drop dependencies on gsed now that our sed can cope with -i CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 15:46:19 Modified files: sysutils/syslog-ng: Makefile sysutils/syslog-ng/files: syslog-ng.conf Log message: Sync with syslog.conf(5). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/17 15:48:40 Modified files: net/amsn/patches: patch-Makefile_in Log message: remove dance avoiding sed -i usage CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/17 15:51:03 Removed files: net/seafile/ccnet/patches: patch-Makefile_am net/seafile/seafile/patches: patch-lib_Makefile_am Log message: use sed -i CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/07/17 15:53:56 Modified files: sys/arch/amd64/amd64: autoconf.c sys/arch/amd64/include: biosvar.h Log message: Remove (unused) references to bios32, which is not present in amd64. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/17 15:53:57 Modified files: usr.sbin/httpd : server_file.c Log message: Adjust server_file_modified_since() to our style. Please keep httpd clean. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/07/17 15:54:26 Modified files: usr.bin/sed : main.c Log message: add missing prototype CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/07/17 15:56:14 Modified files: sys/uvm : uvm_addr.c uvm_map.c Log message: Release the kernel lock while tearing down the uvm map in the reaper. Speeds up workloads that fork a lot of processes and, more importantly reduces latency because it makes sure the reaper doesn't hold on to the kernel lock for long periods of time. This almost certainly breaks MP kernels on alpha, macppc, m88k and sgi; hppa might work, but probably doesn't. ok deraadt@, beck@ CVSROOT: /cvs Module name: src Changes by: rzalamena@cvs.openbsd.org 2015/07/17 15:58:07 Modified files: sys/net : if_ethersubr.c Log message: Fix MPLS routing when receiving packet with multiple labels. ok claudio@, phessler@, mpi@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/17 16:25:14 Modified files: audio/audacity/patches: patch-configure Removed files: mail/dovecot-antispam/patches: patch-doc_Makefile Log message: use sed -i CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/17 16:30:58 Modified files: sys/arch/macppc/dev: i2s.c Log message: Make sound cards work on older PowerMacs. On such machines the device-tree contains absolute addresses for the various sound buttons and the hardware was not properly initiliazed. Problem reported and fix tested by Fabian Frédérick. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/07/17 16:31:16 Modified files: sys/arch/i386/i386: bios.c Log message: Remove/reword some odd comments and a #define that looks like it was left over from someone's debugging. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/07/17 16:34:01 Modified files: sys/dev/acpi : acpi.c Log message: fix comments CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/07/17 16:35:36 Modified files: usr.bin/mandoc : Makefile main.c man.1 mdoc_term.c term.h term_ascii.c Added files: usr.bin/mandoc : tag.c tag.h Log message: Initial, still somewhat experimental implementation to leverage less(1) -T and :t ctags(1)-like functionality to jump to the definitions of various terms inside manual pages. To be polished in the tree, so bear with me and report issues. Technically, if less(1) is used as a pager, information is collected by the mdoc(7) terminal formatter, first stored using the ohash library, then ultimately written to a temporary file which is passed to less via -T. No change intended for other output formatters or when running without a pager. Based on an idea from Kristaps using feedback from many, in particular phessler@ nicm@ millert@ halex@ doug@ kspillner@ deraadt@. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/07/17 16:42:09 Modified files: sys/arch/amd64/include: pci_machdep.h sys/arch/i386/pci: pci_machdep.h Log message: Avoid assigning low addresses to PCI BARs. Some machines don't claim these memory addresses in their BIOS memory map making us believe they are available. However these addresses will never actually be routed to the PCI bus and therefore guaranteed not to work. ok krw@, mlarkin@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/17 16:42:12 Modified files: lang/gcc/4.9 : gcc4.port.mk Log message: copy the ccache handling from gcc/4.8/gcc4.port.mk and apply it to gcc/4.9 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/17 16:44:04 Modified files: net/seafile/libsearpc/patches: patch-Makefile_am Log message: use sed -i CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/17 16:44:28 Removed files: net/icinga/web/patches: patch-Makefile_in Log message: remove useless patch, the make target it's modifying isn't called CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/17 16:51:06 Modified files: sysutils/facter/files: dmi_resolver.cc Log message: remove unused defines, no pkg change CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/17 16:52:29 Modified files: sys/arch/alpha/conf: RAMDISK RAMDISKB RAMDISKBIG RAMDISKC files.alpha sys/arch/amd64/conf: RAMDISK RAMDISK_CD files.amd64 sys/arch/arm/conf: files.arm sys/arch/armish/conf: RAMDISK sys/arch/armv7/conf: RAMDISK sys/arch/aviion/conf: RAMDISK sys/arch/hppa/conf: RAMDISK files.hppa sys/arch/hppa64/conf: RAMDISK files.hppa64 sys/arch/i386/conf: RAMDISK RAMDISK_CD files.i386 sys/arch/landisk/conf: RAMDISK sys/arch/loongson/conf: RAMDISK sys/arch/luna88k/conf: RAMDISK sys/arch/m88k/conf: files.m88k sys/arch/macppc/conf: RAMDISK sys/arch/mips64/conf: files.mips64 sys/arch/octeon/conf: RAMDISK sys/arch/powerpc/conf: files.powerpc sys/arch/sgi/conf: RAMDISK-IP22 RAMDISK-IP26 RAMDISK-IP27 RAMDISK-IP28 RAMDISK-IP30 RAMDISK-IP32 sys/arch/sh/conf: files.sh sys/arch/socppc/conf: RAMDISK sys/arch/sparc/conf: RAMDISK files.sparc sys/arch/sparc64/conf: RAMDISK RAMDISKU1 RAMDISKU5 files.sparc64 sys/arch/vax/conf: RAMDISK files.vax sys/arch/zaurus/conf: RAMDISK sys/conf : GENERIC files sys/net : pf.c Log message: remove obsolete INET kernel option CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/17 17:11:52 Modified files: audio/audacity/patches: patch-configure Log message: - add note why we're using ',' as a separator in the sed command - add missing rcs id while here CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/07/17 17:22:39 Modified files: etc/mail : aliases etc : master.passwd group Log message: Add _dpb, _pbuild, _pfetch users to make it easier for people doing dpb multi-user builds. Discussed with espie, ajacoutot, ok deraadt CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/17 17:24:22 Modified files: misc/py-memcached: Makefile Log message: use MODPY_PI CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/17 17:28:22 Modified files: sysutils/facter/patches: patch-lib_CMakeLists_txt Log message: merged upstream CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/07/17 17:29:14 Modified files: sys/dev : video.c Log message: add missing braces to only call selrecord when intended to ok deraadt@ millert@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/17 17:32:18 Modified files: sys/net : if_trunk.c Log message: Drop promiscuously received packets if the trunk(4) interface is not in promiscuous mode. The long story is that claudio@ had his ssh session reset multiple times in the hackroom because czarkoff@'s machine was sending reset. We figured out that the packet was reaching pf because of this missing check. pf would then not find any state and sent a reset. Analyzed with and ok phessler@, claudio@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/07/17 17:42:15 Modified files: lib/libssl/src/doc/crypto: EC_GROUP_copy.pod EC_KEY_new.pod EVP_DigestVerifyInit.pod d2i_X509_NAME.pod Log message: delete doubled words; patch from Theo Buehler <theo at math dot ethz dot ch> CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/17 17:49:03 Modified files: sys/netinet : in_cksum.c Log message: ansi CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/17 17:54:37 Modified files: devel/py-urwid : Makefile distinfo devel/py-urwid/pkg: PLIST Removed files: devel/py-urwid/patches: patch-urwid_tests_py Log message: Update to urwid-1.3.0 Needed for wannabe new ports. While here adjust license marker and HOMEPAGE. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 17:57:58 Modified files: www/apache-httpd: Makefile www/apache-httpd/patches: patch-config_layout www/apache-httpd/pkg: apache2.rc Added files: www/apache-httpd/pkg: DESCR-common DESCR-main PFRAG.ldap-main PLIST-common PLIST-main Removed files: www/apache-httpd/pkg: DESCR PFRAG.ldap PLIST Log message: Move default document root to /var/www to be able to switch between web servers easily; idea from stsp@ Split the package into -main and -common (which holds common files for apache 1 and 2). discussed with stsp@ sthen@ ok stsp@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 17:58:25 Modified files: www/apache-httpd-openbsd: Makefile www/apache-httpd-openbsd/pkg: PLIST apache.rc Log message: RUN_DEPENDS on www/apache-httpd,-common to get the icons. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 17:58:43 Modified files: www/ap2-mod_dnssd: Makefile www/ap2-mod_jk : Makefile www/ap2-mod_perl: Makefile www/ap2-mod_wsgi: Makefile www/p5-Apache-Test: Makefile devel/subversion: Makefile Log message: Bump after apache-http subpackaging. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2015/07/17 18:01:05 Modified files: lib/libssl/src/crypto/x509v3: pcy_int.h pcy_node.c pcy_tree.c Log message: Fix leak found by coverity, issue 78897 - which also brough to light that the child counting was broken in the original code. this is still fugly, but this preserves all the existing goo. ok doug@ CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2015/07/17 18:02:30 Modified files: sys/net : rtsock.c lib/libc/gen : sysctl.3 Log message: On systems with a full routing table (550k+), we often want to be able to look at the routes with a priority, or to display all routes that do not have a specific priority (normally, don't show bgp). OK mpi@ benno@ previous versions OK deraadt@ sthen@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/07/17 18:03:34 Modified files: etc : rc netstart Log message: Improve comments - Add comments for functions - Start comments with capital letters - End comments with a full stop - Allow comments to extend up to column 80 OK krw@ CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2015/07/17 18:05:02 Modified files: sbin/route : keywords.h keywords.sh route.8 route.c show.c show.h Log message: On systems with a full routing table (550k+), we often want to be able to look at the routes with a priority, or to display all routes that do not have a specific priority (normally, don't show bgp). We are intentionally not updating netstat -r yet, as we do not have a good flag to use. first version from, and OK benno@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/17 18:15:10 Modified files: sys/kern : exec_conf.c sys/sys : proc.h Log message: Kill emul left-over. From Martin Natano CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/17 18:15:44 Modified files: devel/py-urwid : Makefile devel/py-urwid/pkg: PLIST Log message: Add a python3 flavor for py-urwid ok sthen@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/17 18:19:38 Modified files: usr.bin/doas : doas.c Log message: Add more error checking and use named constants when useful. ok sthen@ tedu@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/17 18:20:15 Modified files: devel : Makefile Log message: +urwid,python3 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/17 18:21:14 Modified files: sys/arch/alpha/pci: lca_pci.c Log message: Check for errors in the status register after performing a PCI configuration space read, for errors may not cause a machine check. This makes phantom PCI devices disappear on alphabook. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/07/17 18:25:06 Modified files: sys/net : if_ethersubr.c Log message: Packets that make it to ether_input that have M_VLANTAG set must be dropped. vlan(4) clears M_VLANTAG when a tag matches but if the tag is still there it means that the vlan is not configured on the interface. Found with mpi@ and rzalamena@ while discussing various vlan troubles. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/07/17 18:27:32 Modified files: usr.sbin/snmpd : kroute.c Log message: Better track connected routes similar to bgpd/ospfd. According to sthen@ this makes snmpd report routes more correct CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/17 18:27:44 Modified files: sys/arch/alpha/pci: pci_alphabook1.c Log message: Correctly set up interrupts; now the kernel no longer get stuck with an SCSI interrupt storm at the end of autoconf. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/17 18:31:07 Log message: Import pudb, a console-based python debugger. Input from and ok sthen@ $ cat pkg/DESCR: PuDB is a console-based python debugger which features: - Syntax-highlighted source, the stack, breakpoints and variables are all visible at once and continuously updated. This helps you be more aware of what’s going on in your program. Variable displays can be expanded, collapsed and have various customization options. - Simple, keyboard-based navigation using single keystrokes makes debugging quick and easy. PuDB understands cursor-keys and Vi shortcuts for navigation. Other keys are inspired by the corresponding pdb commands. - Use search to find relevant source code, or use "m" to invoke the module browser that shows loaded modules, lets you load new ones and reload existing ones. - Breakpoints can be set just by pointing at a source line and hitting "b" and then edited visually in the breakpoints window. Or hit "t" to run to the line under the cursor. - Drop to a Python shell in the current environment by pressing "!". - PuDB places special emphasis on exception handling. - A post-mortem mode makes it easy to retrace a crashing program’s last steps. - IPython integration (see wiki[1]) - Should work with Python 2.4 and newer, including Python 3. [1] http://wiki.tiker.net/PuDB Status: Vendor Tag: jca Release Tags: jca_2015-Jul-17 N ports/devel/pudb/Makefile N ports/devel/pudb/distinfo N ports/devel/pudb/pkg/PLIST N ports/devel/pudb/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/17 18:33:33 Modified files: devel : Makefile Log message: +pudb, ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 18:33:53 Modified files: www/apache-httpd: Makefile www/apache-httpd/patches: patch-config_layout www/apache-httpd/pkg: PLIST-common PLIST-main Log message: Cleanup. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/17 18:35:57 Modified files: devel/py-urwid : Makefile Log message: Fix TEST_DEPENDS for the python3 FLAVOR. Requested by and hint from ajacoutot@ CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2015/07/17 18:37:16 Modified files: sys/dev/pci : virtio.c virtio_pci.c Log message: KNF fixes No object file changes besides line numbers in KASSERTs CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/07/17 18:37:23 Modified files: etc : rc netstart Log message: - remove trailing blanks introduced in previous commit - no space in redirections like </foo or >$bar - few other minor whitespaces OK krw@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/17 18:41:07 Modified files: devel/py-urwid : Makefile Log message: Sigh, these days I can't even copy/paste properly. Preventive "sorry ajacoutot@!" CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/17 18:48:05 Modified files: sys/dev/ic : vga.c vga_subr.c sys/dev/isa : vga_isa.c sys/dev/pci : vga_pci.c vga_pci_common.c Log message: Shuffle include file ordering in preparation for future changes in vgavar.h, which will have it depend upon wsdisplayvar.h. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/17 18:50:23 Modified files: lang/clojure : Makefile distinfo lang/clojure/files: clj_completions lang/clojure/pkg: PLIST Log message: update to clojure-1.7.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 18:51:16 Modified files: www/mod_jk : Makefile www/mod_jk/pkg : README Log message: Remove the sudo(8) mention. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/07/17 18:53:37 Modified files: sys/arch/amd64/amd64: cpu.c sys/arch/i386/i386: cpu.c Log message: Set all the cr4 bits we want at once, instead of one by one ok jsg@ mlarkin@ CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/07/17 18:53:44 Modified files: usr.sbin/ntpd : client.c config.c control.c ntp.c ntpd.c parse.y server.c Log message: replace bzero with memset ok phessler@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 18:55:09 Modified files: www/apache-httpd: Makefile distinfo www/apache-httpd/patches: patch-Makefile_in www/apache-httpd/pkg: PLIST-common Removed files: www/apache-httpd/patches: patch-modules_ssl_ssl_engine_init_c patch-modules_ssl_ssl_engine_rand_c Log message: Update to apache-httpd-2.4.16. ok sthen@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/17 18:56:37 Modified files: lib/libc/crypt : bcrypt.c Log message: standards compliant error return (null). will make ruby happier, at least. ok deraadt jeremy CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/17 18:58:19 Modified files: lib/libc/crypt : crypt.c Log message: set errno in null cases, just in case. CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/07/17 18:59:00 Modified files: usr.sbin/ntpd : ntp.c Log message: replace _PATH_DEVNULL with "/dev/null", assume it will not move ok deraadt@ phessler@ claudio@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 18:59:51 Modified files: textproc/elasticsearch: Makefile textproc/elasticsearch/pkg: README Log message: sudo(8) -> su(1) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 19:11:18 Modified files: x11/xfe : Makefile x11/xfe/patches: patch-src_xfedefs_h Log message: Fix SUDOCMD. ok bcallah@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/17 19:11:40 Modified files: www/apache-httpd: Makefile www/apache-httpd/pkg: PLIST-main Log message: adjust @pkgpath depending on flavour, so updates for apache-httpd--ldap work correctly. (in reality this wasn't a big problem as we don't build the ldap flavoured version in bulk builds anyway, due to dependence on conflicting versions of apr-util). CVSROOT: /cvs Module name: src Changes by: jeremy@cvs.openbsd.org 2015/07/17 19:18:50 Modified files: lib/libc/crypt : crypt.c Log message: Unbreak, add errno header OK tedu@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 19:23:17 Modified files: databases/riak : Makefile databases/riak/pkg: PLIST Log message: Seems this uses su(1) nowadays. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/17 19:27:51 Modified files: www/trac : Makefile distinfo Log message: update to trac-1.0.7 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 19:29:03 Modified files: net/vnstat : Makefile net/vnstat/pkg : README-main Log message: sudo(8) -> su(1) CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/17 19:42:26 Modified files: lib/libssl/src/doc/ssl: SSL_CTX_set_options.3 lib/libssl/src/ssl: s3_srvr.c ssl.h Log message: Remove support for the SSL_OP_TLS_D5_BUG compat hack from SSLeay. This is a 17 year old workaround from SSLeay 0.9.0b. It was for clients that send RSA client key exchange in TLS using SSLv3 format (no length prefix). ok jsing@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 19:44:36 Modified files: sysutils/tray-app: Makefile sysutils/tray-app/pkg: DESCR Log message: Tweak DESCR. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 19:54:26 Modified files: sysutils/logstash/logstash/pkg: README Log message: sudo(8) -> su(1) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/17 20:11:13 Modified files: databases/tdb : Makefile distinfo databases/tdb/patches: patch-include_tdb_h patch-rules_mk patch-tdb_mk databases/tdb/pkg: PLIST Added files: databases/tdb/patches: patch-Makefile patch-buildtools_wafadmin_Tools_ccroot_py patch-buildtools_wafsamba_samba_install_py patch-buildtools_wafsamba_wafsamba_py patch-lib_replace_replace_h Log message: Update to tdb-1.2.12 Bite the bullet and switch to an upstream version that uses waf*. The plan is to use databases/tdb and devel/libtalloc in the samba4 port, and thus to keep those ports in sync with whatever bundled version comes with the samba4 tarball. * trying to make sense of the waf patches is highly discouraged While here: - reorder the Makefile - update the license marker - take maintainership (discussed with nicm@, former MAINTAINER) This is a SHARED_ONLY port, and a python wrapper is now provided. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/17 20:13:25 Modified files: devel/libtalloc: Makefile distinfo devel/libtalloc/pkg: PLIST Added files: devel/libtalloc/patches: patch-Makefile patch-buildtools_wafadmin_Tools_ccroot_py patch-buildtools_wafadmin_Tools_gcc_py patch-buildtools_wafadmin_Tools_gxx_py patch-buildtools_wafsamba_samba_install_py patch-buildtools_wafsamba_wafsamba_py patch-lib_replace_replace_h Log message: Update to talloc-2.1.2 Bite the bullet and switch to an upstream version that uses waf*. The plan is to use databases/tdb and devel/libtalloc in the samba4 port, and thus to keep those ports in sync with whatever bundled version comes with the samba4 tarball. * trying to make sense of the waf patches is highly discouraged While here, take maintainership. This is a SHARED_ONLY port, and a python module is now provided. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/07/17 20:19:23 Modified files: games/hypatia : Makefile distinfo games/hypatia/pkg: PLIST Log message: Update to 0.2.26 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/17 20:22:33 Modified files: databases/tdb : Makefile databases/tdb/pkg: PLIST Log message: Incorrect entries in PLIST (now provided by the python dep.) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/17 20:34:57 Modified files: databases/tdb : Makefile Log message: docbook needed to generate manpages CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/17 20:36:20 Modified files: devel/libtalloc: Makefile Log message: docbook needed to generate manpages CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/07/17 21:40:51 Modified files: usr.bin/mandoc : tag.c Log message: clean up the temporary file when the process dies from a signal CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/17 22:03:48 Modified files: converters/ruby-json: Makefile converters/ruby-json/pkg: PLIST Log message: Remove extension and java files from package CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/17 22:09:28 Modified files: security/yubiserve: Makefile security/yubiserve/patches: patch-yubiserve_py Log message: revert diff which changed SSLv23_METHOD to TLSv1_METHOD, the former is better as it allows detecting the best version to use (include TLS 1.0, 1.1, 1.2) whereas TLSv1_METHOD forces 1.0 only. CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2015/07/17 22:32:27 Modified files: textproc/groff : Makefile Added files: textproc/groff/patches: patch-tmac_tty_tmac Log message: Fix bullet character for UTF-8 output. From upstream git. naddy@ says i should just commit. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/07/17 22:40:40 Modified files: regress/usr.bin/mandoc/char/unicode: named.in named.out_ascii named.out_html named.out_utf8 nogroff.in nogroff.out_ascii nogroff.out_html nogroff.out_utf8 Log message: now that groff handles \(bu properly, remove the special casing in the test suite CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/17 22:46:56 Modified files: audio/cplay : Makefile Log message: remove defunct HOMEPAGE CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/17 22:51:29 Modified files: mail/fetchmail : Makefile Added files: mail/fetchmail/patches: patch-config_h_in patch-configure_ac patch-socket_c mail/imapfilter/patches: patch-src_imapfilter_c Log message: cope if SSLv3 is disabled CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/17 22:55:52 Modified files: www/ruby-sinatra: Makefile Log message: Remove test code, since tests now depend on git directory and it doesn't come with the gem. CVSROOT: /cvs Module name: src Changes by: jeremy@cvs.openbsd.org 2015/07/17 22:59:41 Modified files: share/man/man5 : ruby-module.5 Log message: Bring up to date with latest changes OK sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/17 22:59:42 Modified files: net/tn5250/patches: patch-src_sslstream_c Added files: www/apache-httpd/patches: patch-support_ab_c Log message: cope with sslv3 being disabled CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2015/07/17 23:32:56 Modified files: usr.sbin/tftpd : tftpd.8 tftpd.c Log message: Have tftpd provide a block of random data when clients request the file /etc/random.seed. This allows netbooted systems to inject entropy early in the kernel start. pxeboot requests it already, so no configuration or change is needed on the client side. ok deraadt@ beck@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/07/17 23:41:19 Modified files: usr.sbin/httpd : config.c httpd.conf.5 httpd.h parse.y server_http.c Log message: Implement HTTP Strict Transport Security (HSTS). Input & OK reyk CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/07/17 23:46:52 Modified files: usr.bin/mandoc : main.c Log message: Insist that manual page file name extensions must begin with a digit, lest pkg.conf(5) be shown when pkg(5) is asked for; issue reported by Michael Reed <m dot reed at mykolab dot com>. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 23:48:43 Modified files: emulators/qemu : Makefile Log message: ifdow/ifup require security/sudo. ok brad@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/17 23:49:27 Modified files: sysutils/logstash/logstash: Makefile Log message: Missed bump (thanks jca@) CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/18 00:00:43 Modified files: usr.sbin/httpd : config.c httpd.c httpd.conf.5 httpd.h parse.y server_file.c server_http.c Log message: Allow to change the default media type globally or per-location, eg. default type text/html. OK florian@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 00:01:44 Modified files: devel/py-buildslave: Makefile devel/py-buildslave/pkg: README Log message: sudo(8) -> su(1) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 00:15:08 Modified files: devel/py-buildbot: Makefile devel/py-buildbot/pkg: README Log message: sudo(8) -> su(1) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/18 00:15:48 Added files: net/samba4/patches: patch-buildtools_wafsamba_samba_bundled_py Log message: Add debug statements so that we can see why a library ought to be installed or no. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/18 00:33:23 Modified files: usr.bin/doas : doas.1 doas.c Log message: Add doas -s as a shorthand for doas $SHELL. ok tedu CVSROOT: /cvs Module name: src Changes by: rzalamena@cvs.openbsd.org 2015/07/18 00:50:24 Modified files: sbin/ifconfig : brconfig.c Log message: Indent the output of bridge rules in ifconfig. ok reyk@ CVSROOT: /cvs Module name: src Changes by: bentley@cvs.openbsd.org 2015/07/18 01:03:48 Modified files: usr.bin/doas : doas.conf.5 Log message: identity isn't optional. ok tedu@ CVSROOT: /cvs Module name: src Changes by: bcallah@cvs.openbsd.org 2015/07/18 01:49:16 Modified files: usr.bin/doas : doas.h Log message: Add RCS ID. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/07/18 01:57:14 Modified files: usr.bin/ssh : auth2-chall.c Log message: only query each keyboard-interactive device once per authentication request regardless of how many times it is listed; ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/07/18 02:00:21 Modified files: usr.bin/ssh : ssh-pkcs11.c Log message: skip uninitialised PKCS#11 slots; patch from Jakub Jelen in bz#2427 ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/07/18 02:02:17 Modified files: usr.bin/ssh : ssh-pkcs11.c Log message: don't ignore PKCS#11 hosted keys that return empty CKA_ID; patch by Jakub Jelen via bz#2429; ok markus CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/18 02:04:16 Modified files: net/samba4 : Makefile net/samba4/patches: patch-lib_tdb_wscript Removed files: net/samba4/pkg : DESCR-tdb PLIST-tdb Log message: Use libtdb from databases/tdb instead of the bundled copy. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/18 02:20:51 Modified files: net/samba4 : Makefile Log message: Bump REVISION after tdb changes, since some people already use samba4. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/18 02:26:05 Removed files: net/samba4/patches: patch-lib_tdb_wscript Log message: Remove empty patch. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/07/18 02:35:37 Modified files: infrastructure/lib/DPB: Config.pm Log message: if _dpb exists, use it as a default unpriv_user CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/18 03:22:31 Modified files: lib/libc/gen : sysctl.3 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/18 03:25:35 Modified files: share/man/man5 : port-modules.5 Log message: spelling fix; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/18 03:29:47 Modified files: usr.sbin/httpd : httpd.conf.5 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/18 03:33:00 Modified files: usr.bin/sed : main.c sed.1 Log message: various fixes; ok jasper CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/18 03:35:05 Modified files: libexec/getty : gettytab.5 Log message: remove note in BUGS about the he capability; CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/07/18 05:09:38 Modified files: www/goaccess : Makefile distinfo Added files: www/goaccess/patches: patch-src_error_h Log message: update to goaccess-0.9.2. changelog: https://raw.githubusercontent.com/allinurl/goaccess/master/ChangeLog ok for previous diff from william@, second maintainer. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/18 05:51:29 Modified files: databases/ruby-mysql: Makefile Added files: databases/ruby-mysql/patches: patch-test_test_mysql_rb Log message: Allow ruby-mysql to be tested, using mariadb.port.mk. Please note that "make test" will fail after fake stage. This is a lang/ruby module issue being worked on. okay jeremy@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/07/18 06:04:54 Modified files: sysutils/apcupsd: Makefile distinfo sysutils/apcupsd/patches: patch-platforms_openbsd_apccontrol_in patch-src_drivers_usb_bsd_bsd-usb_c Added files: sysutils/apcupsd/patches: patch-autoconf_configure_in patch-autoconf_targets_mak patch-configure Log message: update to apcupsd-3.14.13. the most significatn change is added support of modbus upses. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/07/18 06:57:24 Modified files: infrastructure/man/man1: dpb.1 Log message: document the existence of _dpb, _pfetch, _pbuild. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/18 07:33:08 Modified files: net/samba4 : Makefile net/samba4/pkg : DESCR-util PLIST-util Removed files: net/samba4/patches: patch-lib_talloc_wscript Log message: Use devel/libtalloc instead of the bundled copy. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 08:25:08 Modified files: x11/xfce4/xfce4-mount: Makefile Log message: Add a RUN_DEPENDS on security/sudo. ok landry@ (maintainer) CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/07/18 08:32:36 Modified files: usr.bin/xinstall: install.1 xinstall.c Log message: add -D to create the full destination path before installing the source into it ok millert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/18 08:33:25 Modified files: astro/stellarium: Makefile Log message: use sed instead of perl CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/18 08:33:50 Modified files: audio/abcde : Makefile audio/amarok : Makefile audio/chromaprint: Makefile audio/cmus : Makefile audio/cplay : Makefile audio/festival/core: Makefile audio/libgpod : Makefile audio/libmusicbrainz5: Makefile audio/mcp-plugins: Makefile audio/musique : Makefile audio/p5-Ogg-Vorbis-Header: Makefile audio/paulstretch: Makefile audio/pithos : Makefile audio/pulseaudio: Makefile audio/py-tagger: Makefile audio/pykaraoke: Makefile audio/pympd : Makefile audio/solfege : Makefile audio/speech-dispatcher: Makefile audio/xmcd : Makefile audio/xmms2 : Makefile Log message: use sed instead of perl CVSROOT: /cvs Module name: src Changes by: kili@cvs.openbsd.org 2015/07/18 08:36:24 Modified files: usr.sbin/httpd : server_file.c Log message: Fix check against NULL which was reverted by accident in r1.56. ok reyk@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/18 08:40:46 Modified files: benchmarks/netperf-wrapper: Makefile Log message: use sed -i CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/18 08:40:59 Modified files: lib/libssl/src/crypto/asn1: asn1_gen.c lib/libssl/src/crypto/pkcs7: pk7_doit.c Log message: Check the return value of ASN1_STRING_set(), for it may fail to allocate memory. Coverity CID 24810, 24846. ok bcook@ doug@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/18 08:57:48 Modified files: chinese/cconv : Makefile chinese/hc : Makefile Log message: use sed -i CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/07/18 09:00:01 Modified files: sys/kern : uipc_proto.c uipc_usrreq.c sys/miscfs/fifofs: fifo_vnops.c sys/sys : un.h unpcb.h Log message: Change unp_scan() and its callbacks to pass the array of struct file ** and a count instead of calling the callback on each one, while also renders the 'dispose' argument superfluous. Move unp_*() prototypes from <sys/un.h> to <sys/unpcb.h> ok claudio@ mpi@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/07/18 09:01:58 Modified files: build : mirrors.dat Log message: add new distribution mirrors: http://mirror.rise.ph/pub/OpenBSD/ (Cebu, Phillipines) http://mirrors.rentabiliweb.com/pub/OpenBSD/ (Amsterdam, the Netherlands) CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/07/18 09:02:39 Modified files: . : ftp.html ftplist openbgpd : ftp.html openntpd : portable.html openssh : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/18 09:05:32 Modified files: sys/netinet6 : in6.c in6_ifattach.c nd6.h nd6_rtr.c Log message: Merge two identical chunks to add new prefixes to the global data structures into a function. ok florian@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/07/18 09:08:47 Modified files: databases/redis: Makefile distinfo Log message: Bugfixing update to redis-3.0.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/18 09:10:23 Modified files: audio/xmcd : Makefile Log message: wrap silly long line CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2015/07/18 09:19:44 Modified files: sys/net : pf.c pf_lb.c pf_norm.c pf_table.c Log message: INET/INET6 address family check should be unified in PF it also adds af_unhandled(), where it is currently missing. ok mcbride@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/07/18 09:20:13 Modified files: sys/dev/acpi : acpicpu.c Log message: If _CST provides a C2 or C3 but lacks a C1 that we understand, provide a fallback C1 state using 'halt' tested in snaps for a bit problem laptops noted by and oks okan@ and kettenis@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/18 09:31:17 Modified files: comms/chirp : Makefile comms/mgetty+sendfax: Makefile comms/pilot-link: Makefile comms/qpage : Makefile comms/sredird : Makefile comms/xlog : Makefile Log message: use sed -i CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 09:32:47 Modified files: databases/postgresql: Makefile databases/postgresql/pkg: README-server Log message: sudo(8) -> su(1) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 09:33:51 Modified files: net/pavuk/patches: patch-src_myssl_openssl_c Log message: guard SSLv3_client_method() with #ifndef OPENSSL_NO_SSL3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 09:37:29 Added files: telephony/pjsua/patches: patch-pjlib_src_pj_ssl_sock_ossl_c Log message: guard SSLv3_client_method() with #ifndef OPENSSL_NO_SSL3 CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/07/18 09:42:37 Modified files: usr.bin/xinstall: xinstall.c Log message: kill trailing whitespace CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 09:43:44 Added files: net/haproxy/patches: patch-src_ssl_sock_c Log message: guard SSLv3_client_method() with #ifndef OPENSSL_NO_SSL3 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/18 09:46:12 Modified files: databases/ruby-sqlite3: Makefile geo/ruby-findmyiphone: Makefile net/ruby-mfi : Makefile sysutils/mcollective: Makefile sysutils/ruby-puppet/3: Makefile sysutils/ruby-puppet: Makefile.inc www/ruby-capybara-webkit: Makefile net/whatweb : Makefile Log message: Remove unnecessary dependency on ruby-json. The json library is shipped with ruby 1.9+, and these ports support the json library that comes with ruby. While here, remove some MODRUBY_ICONV_DEPENDS as those only are necessary on ruby 1.8. OK jasper@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/18 09:47:01 Modified files: sys/net : pf.c Log message: Even if pf(4) is not compiled with SMALL_KERNEL add a define around rt_mpath_next() to document the difference in behavior between the multipath and non-multipath routing code. No that the same pattern is present in if_group_egress_build(). ok claudio@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/18 09:51:17 Modified files: sys/conf : files sys/net : if.c if_pppx.c if_spppsubr.c radix_mpath.c radix_mpath.h route.c route.h rtsock.c sys/netinet : if_ether.c in_proto.c sys/netinet6 : in6_proto.c nd6_rtr.c sys/netmpls : mpls_proto.c sys/sys : sysctl.h Added files: sys/net : rtable.c rtable.h Log message: Abstract the routing table internals behind an rtable_* API. Code abusing the radix internals for the routing table should now includes <net/rtable.h> and only deal with "struct rtentry". Code using a radix tree for another purpose can still include <net/radix.h>. Inputs from and ok claudio@, mikeb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 09:53:08 Added files: security/sslsplit/patches: patch-opts_c Log message: guard SSLv3_method CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/18 09:57:14 Modified files: usr.sbin/ospfd : interface.c kroute.c Log message: Properly handle carp(4) interfaces in "backup" mode on start-up. Problem analyzed and fix provided by Johan Ymerson, thanks! ok claudio@, benno@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2015/07/18 10:01:28 Modified files: usr.sbin/relayd: relay.c relay_http.c relayd.h Log message: Fix unbounded buffer growth. In the case of a slow client reading large files, we would consume large ammounts of memory. Found by Matthew Martin <matt DOT a DOT martin AT gmail DOT com> in httpd, fixed in httpd by florian@ feedback from florian, reyk and bluhm, ok bluhm, reyk CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/18 10:10:03 Modified files: sys/net : if.c Log message: There's no longer a need to force carp(4) interfaces to be the last ones in the &ifnet list of interfaces. carp(4) is slowly becoming less special. Should keep the carp interfaces in the correct order in ifconfig output as reported by Johan Huldtgren. ok florian@, claudio@, benno@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/07/18 10:12:03 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: Tag dynamic routes with a D so I do not get confused when seeing dynamic routes because of PMTU in the show fib output. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/18 10:30:57 Modified files: usr.sbin/snmpd : snmpd.conf.5 Log message: Use better names as examples for snmpv3 users. As explained to blambert@ CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2015/07/18 10:35:34 Modified files: sys/dev/pci : virtio_pci.c Log message: virtio_pci: Do the ISR read without kernel lock The ISR read is relatively expensive because it causes a vmexit. Grab the kernel lock only after it is done. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/18 10:36:22 Modified files: net/nssl : Makefile Added files: net/nssl/patches: patch-sslut_c Log message: Replace SSLv3_client_method() with SSLv23_client_method(). CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2015/07/18 10:42:39 Modified files: usr.sbin/httpd : server_fcgi.c Log message: treat asprintf failure in REQUEST_URI case as a fatal error ok florian@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2015/07/18 10:54:44 Modified files: usr.sbin/snmpd : mps.c Log message: Fix malformed packets when returning 'no such object/entry' errors for snmp requests ok reyk@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/07/18 10:55:31 Modified files: usr.sbin/tcpdump: tcpdump.8 Log message: Add an example about showing wireless frames with tcpdump(8). Apparently sniffing wifi frames isn't a very popular addiction?!? Requested by David Hill. ok aja phessler mpi CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/18 11:13:17 ports/benchmarks/httperf/patches Update of /cvs/ports/benchmarks/httperf/patches In directory cvs.openbsd.org:/tmp/cvs-serv23885/patches Log Message: Directory /cvs/ports/benchmarks/httperf/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/18 11:13:49 Modified files: benchmarks/httperf: Makefile Added files: benchmarks/httperf/patches: patch-src_httperf_c Log message: 15 years later, SSLv23_client_method() ought to work CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/07/18 11:19:56 Modified files: regress/lib/libcrypto/evp: evptest.c Log message: check sscanf conversion, fixes Coverity 21666 ok doug@, miod@, guenther@ CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2015/07/18 11:26:09 Modified files: sys/arch/amd64/amd64: cpu.c Log message: unexpand spaces to tabs CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/07/18 11:34:40 Modified files: regress/lib/libcrypto/bn/general: bntest.c Log message: Explicitly mark ignored BN_* return vals in tests. The tests will fail all the same. Fixes Coverity 78811 21659 21658 21657. Discussed with beck@ CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/07/18 11:36:50 Modified files: regress/lib/libcrypto/bn/general: bntest.c Log message: remove mysterious, decorative comment blocklets CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2015/07/18 12:03:47 Modified files: sys/dev/mii : mii.h Log message: add following registers from IEEE 802.3-2009 Clause 22. - PSE control register (0x0b) - PSE status register (0x0c) - MMD access control register (0x0d) - MMD access address data register (0x0e) from netbsd ok deraadt@, miod@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/07/18 12:07:22 Modified files: games/manaplus : Makefile distinfo Log message: Update to 1.5.7.18 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/18 12:30:52 ports/security/ocaml-ssl/patches Update of /cvs/ports/security/ocaml-ssl/patches In directory cvs.openbsd.org:/tmp/cvs-serv32046/patches Log Message: Directory /cvs/ports/security/ocaml-ssl/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/18 12:31:23 Modified files: security/ocaml-ssl: Makefile Added files: security/ocaml-ssl/patches: patch-src_ssl_stubs_c Log message: guard sslv3 methods CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/18 12:43:30 Modified files: devel/commoncpp: Makefile Added files: devel/commoncpp/patches: patch-src_ssl_cpp Log message: Replace SSLv3_client_method() with SSLv23_client_method() CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/18 12:44:26 Modified files: usr.bin/doas : doas.c Log message: rearrange variable decls a little CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2015/07/18 13:06:37 Modified files: sys/net : pf_table.c Log message: follow up changes on unknown AF handling - PF should always use unhandled_af() - 0 is lame, AF_UNSPEC is profi ok bluhm@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2015/07/18 13:17:13 Modified files: regress/usr.sbin/httpd/tests: funcs.pl Log message: whitespace, no functional change CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2015/07/18 13:19:00 Modified files: sys/net : pf.c pf_ioctl.c pf_lb.c pf_osfp.c pf_ruleset.c Log message: msg.mpi CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2015/07/18 13:19:14 Modified files: sys/arch/amd64/amd64: cpu.c lapic.c sys/arch/amd64/include: cpuvar.h sys/arch/i386/i386: cpu.c lapic.c sys/arch/i386/include: cpuvar.h Log message: Make *_ipi_init return void on i386/amd64 They always returned 0 ok mlarkin@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 13:19:48 Modified files: audio/speech-dispatcher: Makefile Log message: Unbreak sed(1) command. CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2015/07/18 13:21:03 Modified files: sys/arch/amd64/amd64: cpu.c ipi.c lapic.c sys/arch/amd64/include: cpuvar.h sys/arch/i386/i386: cpu.c ipifuncs.c lapic.c sys/arch/i386/include: cpuvar.h Log message: Make {x86,i82489,x2apic,i386}_ipi return void They always returned 0 ok mlarkin@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/18 13:24:22 Modified files: graphics/clutter/clutter-gst: Makefile distinfo Log message: update to clutter-gst-3.0.8 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/07/18 13:41:28 Modified files: build : mirrors.dat Log message: update FE for rentabiliweb mirror CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/18 13:41:54 Modified files: lib/libssl/src/doc/ssl: SSL_CTX_set_options.3 lib/libssl/src/ssl: s3_both.c s3_pkt.c ssl.h ssl3.h Log message: Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER workaround. This was a hack to work around problems on IE 6 with SSLv3. ok miod@ bcook@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/18 13:55:14 Modified files: security : Makefile Removed files: security/py-sslwrapper: Makefile distinfo security/py-sslwrapper/patches: patch-POW_c patch-setup_py security/py-sslwrapper/pkg: DESCR PLIST Log message: Kill py-sslwrapper. Broken since ages (RC5, SSLv2, etc). ok ajacoutot@ sthen@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/18 13:57:02 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register py-sslwrapper removal. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/18 13:59:48 Added files: telephony/kamailio/patches: patch-modules_tls_tls_init_c Log message: guard SSLv3 methods ok sthen@ and Roman Kravchuk (maintainer) Last minute change: as noted by sthen@ no REVISION bump is needed. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 14:01:13 Modified files: www/apache-httpd: Makefile www/apache-httpd/pkg: PLIST-main Log message: Don't own /var/www/htdocs/, it's part of mtree. Don't ship the empty example logs directory. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/18 14:12:46 Modified files: converters/xmltoman: Makefile Log message: use sed -i CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 14:12:55 Modified files: games/redeclipse: Makefile Log message: Re-instate gsed dependency for now. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/18 14:25:15 Modified files: games/redeclipse: Makefile games/redeclipse/patches: patch-system-install_mk Log message: drop gsed dependency by fixing up the patch CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 14:27:37 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Add groups before users. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/07/18 14:32:04 Modified files: www : Makefile Log message: Unhook hs-snap & friends. CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/07/18 14:32:38 Modified files: usr.sbin/ntpd : constraint.c Log message: prevent the tls constraint state machine from getting hung on STATE_INVALID patch from Mikolaj Kucharski ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/07/18 14:32:39 Removed files: www/hs-snap : Makefile distinfo www/hs-snap/pkg: DESCR PLIST www/hs-snap-core: Makefile distinfo www/hs-snap-core/pkg: DESCR PLIST www/hs-snap-loader-dynamic: Makefile distinfo www/hs-snap-loader-dynamic/pkg: DESCR PLIST www/hs-snap-loader-static: Makefile distinfo www/hs-snap-loader-static/pkg: DESCR PLIST www/hs-snap-server: Makefile distinfo www/hs-snap-server/pkg: DESCR PLIST Log message: Remove hs-snap & friends to also get rid of some then unused dependencies (which will follow tomorrow). It's better to build and update frameworks like snap with cabal (from the cabal-install package) and eventually to keep only those hs-ports which are required for end user tools like darcs, xmonad, hpodder etc. ok aja@ dcoppa@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 14:33:07 Modified files: www/puppet-dashboard: Makefile www/puppet-dashboard/pkg: README Log message: sudo(8) -> su(1) CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/07/18 14:35:45 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register hs-snap* removal CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 14:36:57 Modified files: emulators/qemu : Makefile Added files: emulators/qemu/patches: patch-hw_block_fdc_c patch-hw_net_pcnet_c Log message: Security fixes for qemu, from brad: CVE-2015-3456 fdc: force the fifo access to be in bounds of the allocated buffer During processing of certain commands such as FD_CMD_READ_ID and FD_CMD_DRIVE_SPECIFICATION_COMMAND the fifo memory access could get out of bounds leading to memory corruption with values coming from the guest. Fix this by making sure that the index is always bounded by the allocated memory. CVE-2015-3209 pcnet: force the buffer access to be in bounds during tx 4096 is the maximum length per TMD and it is also currently the size of the relay buffer pcnet driver uses for sending the packet data to QEMU for further processing. With packet spanning multiple TMDs it can happen that the overall packet size will be bigger than sizeof(buffer), which results in memory corruption. Fix this by only allowing to queue maximum sizeof(buffer) bytes. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 14:38:02 Modified files: emulators/qemu : Tag: OPENBSD_5_7 Makefile Added files: emulators/qemu/patches: Tag: OPENBSD_5_7 patch-hw_block_fdc_c patch-hw_net_pcnet_c Log message: MFC Security fixes for qemu, from brad: CVE-2015-3456 fdc: force the fifo access to be in bounds of the allocated buffer During processing of certain commands such as FD_CMD_READ_ID and FD_CMD_DRIVE_SPECIFICATION_COMMAND the fifo memory access could get out of bounds leading to memory corruption with values coming from the guest. Fix this by making sure that the index is always bounded by the allocated memory. CVE-2015-3209 pcnet: force the buffer access to be in bounds during tx 4096 is the maximum length per TMD and it is also currently the size of the relay buffer pcnet driver uses for sending the packet data to QEMU for further processing. With packet spanning multiple TMDs it can happen that the overall packet size will be bigger than sizeof(buffer), which results in memory corruption. Fix this by only allowing to queue maximum sizeof(buffer) bytes. CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2015/07/18 14:38:44 Modified files: sys/dev/mii : mii.h Log message: fix typo. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 14:54:19 Added files: lang/php/5.4/patches: patch-ext_openssl_xp_ssl_c Log message: guard SSLv3_*_method with OPENSSL_NO_SSL3, same as php 5.6 does (if you use SSL/TLS in php, you really should be using 5.6+) (...if you use php at all, " " ) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 14:59:06 Modified files: www/blogsum : Makefile www/blogsum/pkg: README Log message: sudo(8) -> su(1) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 15:00:13 Added files: www/squid/snapshot/patches: patch-src_ssl_support_cc www/squid/stable/patches: patch-src_ssl_support_cc Log message: guard SSLv3_client_method with OPENSSL_NO_SSL3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 15:05:38 Modified files: security/hatchet: Makefile security/hatchet/patches: patch-docs_INSTALL patch-docs_README_OpenBSD security/hatchet/pkg: UNMESSAGE Log message: Stop mentioning sudo(8). CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/18 15:07:41 Modified files: converters/ruby-json: Makefile databases/ruby-sqlite3: Makefile devel/ruby-gettext: Makefile devel/ruby-ole : Makefile devel/ruby-rb-gsl: Makefile sysutils/ruby-puppet: Makefile.inc textproc/ruby-maruku: Makefile lang/ruby : ruby.port.mk games/easyrpg : Makefile textproc/gonzui: Makefile www/puppet-dashboard: Makefile Log message: Remove MODRUBY_ICONV_DEPENDS. ruby 1.8 specific ports can hard code the dependency, more modern ports don't need it. OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 15:08:28 Modified files: www/opengroupware: Makefile www/opengroupware/pkg: README Log message: Stop mentioning sudo(8). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/18 15:11:18 Modified files: databases/directoryassistant: Makefile databases/evolution-data-server: Makefile databases/freetds: Makefile databases/gdbm : Makefile databases/jxplorer: Makefile databases/mysql-zrm: Makefile databases/openldap23: Makefile databases/pgfouine: Makefile databases/pgloader: Makefile databases/puppetdb: Makefile databases/py-ldap: Makefile databases/py-sqlite2: Makefile databases/ruby-bdb: Makefile databases/ruby-hiera: Makefile databases/ruby-hiera3: Makefile databases/skytools: Makefile Log message: use sed -i CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/07/18 15:12:40 Modified files: etc : rc Log message: Put the opening curley brackets on the same line as the function name. OK krw@ halex@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 15:13:41 Modified files: productivity/taskd: Makefile productivity/taskd/pkg: README Log message: sudo(8) -> su(1) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/18 15:14:07 Modified files: devel/p5-Module-Starter: Makefile devel/p5-Module-Starter-Plugin-CGIApp: Makefile Log message: fixup maintainer address CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/18 15:15:15 Modified files: devel/p5-File-DirCompare: Makefile Log message: fixup another CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2015/07/18 15:21:28 Modified files: lib/libssl/src/crypto/objects: o_names.c Log message: Coverity ID 78910 - Yet another stupid API designed to not show failures. do the lease worst alternative and do nothing rather than dereference NULL, but having a function with fundamentally broken API to simply make a list of strings, sort them, and call a function with each string as an argument is really quite silly.... and of course it was exposed API that the ecosystem uses that we can't delete.. yet. ok miod@ doug@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 15:25:12 Modified files: archivers/lz4 : Makefile distinfo archivers/lz4/patches: patch-Makefile patch-lib_Makefile Log message: update to LZ4 r131 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/18 15:26:03 Modified files: sbin/route : route.c Log message: Make all commands accepting the "-priority" switch recognize aliases for common priorities. ok deraadt@, claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 15:29:46 Added files: net/monitoring-plugins/patches: patch-plugins_sslutils_c Log message: guard SSLv3_client_method with OPENSSL_NO_SSL3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 15:32:20 Added files: x11/e17/ecore/patches: patch-src_lib_ecore_con_ecore_con_ssl_c Log message: guard SSLv3_method CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 15:38:06 Modified files: print/foo2zjs : Makefile print/foo2zjs/pkg: README Log message: Drop bogus sudo(8) mention. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 15:39:05 Modified files: sysutils/syslog-ng: Makefile sysutils/syslog-ng/files: syslog-ng.conf Log message: Missed in previous. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/18 15:50:47 Modified files: usr.bin/ftp : fetch.c usr.sbin/ntpd : constraint.c Log message: Handle short writes and TLS_{READ,WRITE}_AGAIN around tls_write(). input doug@; OK beck@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 15:54:04 Added files: devel/ptlib/patches: patch-src_ptclib_pssl_cxx Log message: guard SSLv3_method CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/18 15:54:38 Modified files: fonts/zh-bg5pdf: Makefile fonts/zh-bg5ps : Makefile Log message: use sed -i CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/07/18 15:57:00 Modified files: regress/lib/libssl/bytestring: bytestringtest.c Log message: simplify length checking in do_indefinite_convert Fixes Coverity 117506, 117507, 117508 ok doug@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/18 15:57:43 Added files: security/luasec/patches: patch-src_context_c Log message: guard sslv3 method; ok gsoares@ (maintainer) CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/18 15:58:06 Modified files: sys/net : rtsock.c Log message: NET_RT_DUMP is dumb and tries to iterates over all possible AF tables of a given rtable if none is specified. In this case do not return an error if a table is missing for one of the ~30 funky AF defines we have in <sys/socket.h> Breakage found by and fix discussed with claudio@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/18 16:02:05 Modified files: benchmarks : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: benchmarks/lmbench: Makefile distinfo benchmarks/lmbench/files: Makefile benchmarks/lmbench/patches: patch-Makefile patch-src_bw_tcp_c patch-src_lat_rpc_c patch-src_lat_tcp_c patch-src_lat_udp_c patch-src_memsize_c benchmarks/lmbench/pkg: DESCR PLIST Log message: Remove lmbench. Highly outdated (1999 year benchmark, really?), non-free (the license marker in port was a lie) and ugly. okay aja@; also there were okays from sthen@ and kirby on earlier patch. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/18 16:08:46 ports/net/p5-Net-TCLink/patches Update of /cvs/ports/net/p5-Net-TCLink/patches In directory cvs.openbsd.org:/tmp/cvs-serv11677/patches Log Message: Directory /cvs/ports/net/p5-Net-TCLink/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/07/18 16:09:15 Modified files: devel/hmake : Makefile Log message: Former upstream is dead (noticed by bentley@, approved by Malcolm Wallace, the former upstream author). Change HOMEPAGE to an old darcs repository at code.haskell.org and mirrot the distfile. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2015/07/18 16:09:30 Modified files: lib/libssl/src/crypto/bio: bss_acpt.c Log message: Dead code, Coverity 78798 ok bcook@ doug@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2015/07/18 16:11:34 Modified files: regress/usr.sbin/relayd: Client.pm Server.pm funcs.pl Added files: regress/usr.sbin/relayd: args-http-slow-consumer.pl Log message: add relayd regression test args-http-slow-consumer.pl ok reyk@, bluhm@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/07/18 16:14:40 Modified files: sysutils/apcupsd: Makefile Log message: unbreak build for user not in operator group. spotted by ajacoutot@, thanks add missing LIB_DEPEND and bump. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/18 16:15:09 Modified files: lib/libtls : tls.c Log message: Set SSL_MODE_ENABLE_PARTIAL_WRITE and SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER in libtls. This gives tls_write() a similar short write semantics as write(2). So implementing daemons with libevent buffers will be easier and workarounds in syslogd and httpd can be removed. OK tedu@ beck@ reyk@ CVSROOT: /cvs Module name: src Changes by: goda@cvs.openbsd.org 2015/07/18 16:15:14 Modified files: sys/net : if_vxlan.c Log message: Raise SPL to SPL_NET before calling if_input() in vxlan_lookup(). ok reyk@ mpi@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/18 16:19:50 Modified files: usr.sbin/httpd : httpd.h server.c Log message: libtls has been changed to set SSL_MODE_ENABLE_PARTIAL_WRITE and SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER by default. This gives tls_write() a similar short write semantics as write(2) and a workaround in httpd to cope with the previous differences can be removed. Specifically, httpd can stop copying data into a local buffer that was used to keep it around for repeated writes. OK bluhm@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/18 16:24:48 Modified files: biology/py-biopython: Makefile distinfo biology/py-biopython/patches: patch-Tests_run_tests_py patch-setup_py biology/py-biopython/pkg: PLIST Log message: update to biopython-1.65 CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/18 16:28:53 Modified files: lib/libssl/src/ssl: d1_pkt.c Log message: Remove repeated code in dtls1_get_record. The "if" is a bit ugly, but this does remove a lot of repetitive code. This will be converted to CBS later as well. ok miod@ jsing@ roughly ok with it after seeing the CBS version CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 16:29:57 Modified files: x11/gnome/anjuta: Makefile x11/gnome/banshee: Makefile x11/gnome/baobab: Makefile x11/gnome/calendar: Makefile x11/gnome/clocks: Makefile x11/gnome/code-assistance: Makefile x11/gnome/color-manager: Makefile x11/gnome/empathy: Makefile x11/gnome/gdm : Makefile x11/gnome/libgda: Makefile x11/gnome/photos: Makefile x11/gnome/settings-daemon: Makefile x11/gnome/sushi: Makefile x11/gnome/terminal: Makefile x11/gnome/totem: Makefile x11/gnome/user-share: Makefile Log message: Move to sed -i. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 16:31:04 Modified files: net/lldpd : Makefile distinfo net/lldpd/pkg : PLIST Added files: net/lldpd/pkg : PFRAG.snmp Log message: update to lldpd-0.7.15 while there, install the mib with the -snmp flavour as requested by blambert CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/18 16:33:46 Modified files: usr.sbin/syslogd: evbuffer_tls.c evbuffer_tls.h syslogd.c Log message: As libtls previously did not set SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER, syslogd had to drop messages after tls_write() returned TLS_{READ,WRITE}_AGAIN. Now after libtls has been fixed, remove the workaround. Messages are stored in the libevent write buffer as we can safely do a realloc(3) now. OK reyk@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 16:34:53 Modified files: x11/gnome/mono-gnome: Makefile x11/gnome/tracker: Makefile Log message: Bit more sed -i... CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/18 16:36:55 Modified files: lib/libssl/src/ssl: d1_pkt.c Log message: Convert dtls1_get_record to CBS. ok miod@, input + ok jsing@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2015/07/18 16:42:09 Modified files: lib/libssl/src/crypto/conf: conf_def.c Log message: Coverity 21651 ok doug@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2015/07/18 16:42:24 Modified files: usr.sbin/httpd : server_fcgi.c Log message: remove XXX and handle error return from evbuffer_add() ok florian@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/18 16:44:13 Modified files: regress/usr.sbin/syslogd: args-dropped-sighup-tls.pl args-dropped-tcp.pl args-dropped-tls.pl Log message: Now tls_write() behaves like write(2), so the TLS tests produce the same results as the TCP tests. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/18 16:45:36 Added files: sysutils/monit/patches: patch-src_ssl_Ssl_c Log message: guard SSLv3_client_method() CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2015/07/18 16:46:42 Modified files: lib/libssl/src/crypto/rand: randfile.c Log message: rand_err doesn't exist anymore, coverity 78808 ok doug@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/18 16:50:47 Modified files: security/qca-ossl/patches: patch-qca-ossl_cpp Log message: guard sslv3 method; ok zhuk@ (maintainer) CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2015/07/18 16:52:39 Modified files: usr.sbin/bgpd : bgpd.h log.c rde.c Log message: give bgpd's fatal() varargs and use it to instrument bgpd fatal() calls to aid in debugging henning@ "makes sense to me", sthen@ "yes please", ok phessler@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/18 16:52:43 Modified files: security/qca-ossl: Makefile security/qca-ossl/patches: patch-qca-ossl_cpp Log message: TLSv1_client_method -> SSLv23_client_method Requested by and ok zhuk@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 16:59:01 Modified files: net/nagios/check_postgres: Makefile distinfo net/nagios/check_postgres/patches: patch-check_postgres_pl Log message: update to check_postgres-2.22.0 CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/18 17:00:23 Modified files: lib/libssl/src/ssl: d1_both.c d1_pkt.c ssl_locl.h Log message: Convert dtls1_get_message_header to CBS and change to int. Changed return value from void to int. It should never return an error given that the input length is not checked yet. ok miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 17:10:37 Modified files: net/weechat : Makefile distinfo net/weechat/patches: patch-doc_CMakeLists_txt Removed files: net/weechat/patches: patch-src_gui_curses_CMakeLists_txt Log message: Update to weechat-1.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 17:11:01 Modified files: mail/imapfilter: Makefile mail/imapfilter/patches: patch-src_imapfilter_c Log message: fix path to the cert store, from Michael McConville CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2015/07/18 17:11:35 Modified files: sys/net : pf.c Log message: pf_send_tcp() should also use unhandled_af() ok jsg@, ok mpi@ CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2015/07/18 17:15:28 Modified files: databases/postgresql-odbc: Makefile distinfo Log message: Update postgresql-odbc to 09.03.0400. With autoconf tweaks from sthen@. Okay sthen@, ajacoutot@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 17:17:37 Modified files: security/assl/patches: patch-assl_c Log message: guard SSLv3_method CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2015/07/18 17:23:20 Modified files: sbin/bioctl : bioctl.c Log message: remove the restriction to disallow the use of a passphrase file during initial creation of a crypto volume ok phessler CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/07/18 17:35:01 Modified files: usr.sbin/tcpdump: print-802_11.c Log message: Make tcpdump show HTOP elements in 11n management frames; ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 17:42:54 Modified files: security/yubikey-personalization-gui: Makefile distinfo Log message: update to yubikey-personalization-gui-3.1.21 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 17:44:17 Modified files: audio/quodlibet: Makefile distinfo audio/quodlibet/patches: patch-quodlibet_devices__gpod_py audio/quodlibet/pkg: PLIST Log message: update to quodlibet-3.4.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/18 17:55:43 Modified files: x11/xfce4/libxfce4ui: Makefile Log message: use sed -i CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/07/18 17:56:03 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm x11 : Makefile Removed files: x11/wterm : Makefile distinfo x11/wterm/pkg : DESCR PLIST Log message: Remove x11/wterm: ancient, abandoned, broken tty handling. ok jca@ tedu@ sthen@ aja@ jeremy@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/18 17:59:54 Modified files: telephony/iaxclient: Makefile Log message: kill trailing whitespace CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/18 18:02:24 Modified files: telephony/fobbit: Makefile telephony/kamailio: Makefile Log message: use sed -i CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/07/18 18:06:33 Modified files: usr.bin/mandoc : main.c Log message: If we aren't on a tty, clear the pager flag up front. Just to clean up code structure, no functional change. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 18:06:42 Modified files: security/openssl: Makefile Log message: Reenable crappy old protocols, mainly for use with sslscan (which connects to a server to identify supported SSL/TLS methods) - note that this port is not used generally within OpenBSD, only for testing and special cases. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 18:07:15 Modified files: security/sslscan: Makefile Log message: use openssl from ports, allows scanning for things which have been removed from libressl CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/07/18 18:12:54 Modified files: sys/arch/octeon/dev: cn30xxfpa.c Log message: remove pointless cast ok pirofti@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 18:31:29 Modified files: sysutils/polkit: Makefile sysutils/polkit/patches: patch-configure_ac patch-src_polkit_polkitunixprocess_c patch-src_polkitbackend_polkitbackendinteractiveauthority_c patch-src_polkitbackend_polkitbackendjsauthority_c Log message: Sync with BZ. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/07/18 18:33:36 Modified files: sys/arch/octeon/dev: octdwctwo.c Log message: set usb vendor string to 'Octeon' instead of '' ok pirofti@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 18:39:01 Modified files: security/openssl: Makefile Log message: tweak port CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/07/18 18:56:48 Modified files: lib/libssl/src/crypto/engine: eng_list.c Log message: abort when ENGINE_remove fails, fix Coverity 21656 ok doug@, beck@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/18 19:07:40 Modified files: lib/libssl/src/ssl: d1_pkt.c Log message: Assign p to CBS_data since it is used later. The p initialization was hiding this bug but Coverity 126279 saw it. ok miod@ bcook@ beck@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2015/07/18 19:08:07 Modified files: usr.sbin/snmpd : agentx.c usr.sbin/relayd: agentx.c Log message: don't return failure for agentx messages with 0-length payloads allows snmpd to properly handle ping messages from agentx subagents ok reyk@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/18 19:10:25 Modified files: usr.bin/openssl: ca.c Log message: Remove effectively unused variable. Fixes Coverity issue 21693. ok beck@ bcook@ CVSROOT: /cvs Module name: src Changes by: bmercer@cvs.openbsd.org 2015/07/18 19:13:27 Modified files: sys/arch/armv7/exynos: crosec_kbd.c crosecvar.h Log message: Make the keyboard driver poll until we can improve it more. Pulled from the original driver by Patrick Wildt, OK jsg@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 19:13:53 ports/www/py-werkzeug/patches Update of /cvs/ports/www/py-werkzeug/patches In directory cvs.openbsd.org:/tmp/cvs-serv2153/patches Log Message: Directory /cvs/ports/www/py-werkzeug/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 19:15:55 Modified files: www/py-werkzeug: Makefile distinfo www/py-werkzeug/pkg: PLIST Added files: www/py-werkzeug/patches: patch-setup_cfg Log message: update to py-werkzeug 0.10.4 and support python 3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 19:16:07 Modified files: databases/freetds: Makefile distinfo Log message: Update to freetds-0.95.18. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 19:17:05 Modified files: www : Makefile Log message: build py-jinja2,python3 and py-werkzeug,python3 CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2015/07/18 19:18:17 Modified files: lib/libssl/src/crypto/bio: bf_buff.c Log message: Fix Coverity 72742 - ret is overwritten immediately after this. ok doug@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/18 19:19:22 Modified files: usr.bin/doas : doas.c Log message: sudo emulation: if execvpe fails with ENOENT, print "command not found" requested by krw CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/18 19:20:32 Modified files: lib/libssl/src/crypto/x509v3: v3_pci.c Log message: Remove case that can never happen. It's a little convoluted due to gotos, but at that point, pci is always NULL. Spotted by Coverity 21702. ok miod@ beck@ bcook@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 19:32:46 Modified files: misc/ytree : Makefile distinfo Log message: Update to ytree-1.98. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 19:36:18 Modified files: multimedia/regionset: Makefile distinfo multimedia/regionset/patches: patch-README patch-regionset_c multimedia/regionset/pkg: PLIST Log message: Update to regionset-0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 19:37:26 Modified files: multimedia/regionset: Makefile Log message: GPLv2 CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/07/18 19:37:45 Modified files: etc : netstart Log message: Ensure, that we source rc.subr and parse rc.conf ONLY if we are not inside /etc/rc. With help from and OK halex@, ajacoutot@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/18 19:44:16 Modified files: lib/libssl/src/crypto/x509: x509_vfy.c Log message: Simplify X509_STORE_CTX_init and make it safe with stack variables. The current version is not safe with stack variables because it may return prematurely with a partially constructed object on error. ok miod@ a while back CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 19:46:18 Modified files: net/libbgpdump : Makefile distinfo net/libbgpdump/patches: patch-bgpdump_lib_c patch-configure Added files: net/libbgpdump/patches: patch-bgpdump_c Log message: Update to libbgpdump-1.4.99.14. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 19:51:42 Modified files: net/libupnp : Makefile distinfo Log message: Update to libupnp-1.6.19. CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2015/07/18 19:58:19 Modified files: sys/net : pf.c pf_norm.c pfvar.h Log message: unused arguments at pf_normalize_tcp_init() and pf_refragment6() OK deraadt. CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2015/07/18 19:59:32 Modified files: usr.sbin/ospfd : kroute.c interface.c Log message: revert previous Properly handle carp(4) interfaces in "backup" mode on start-up. Problem analyzed and fix provided by Johan Ymerson, thanks! ok claudio@, benno@ it breaks on systems without carp because iev_ospfe is not initiallized at the time kif_init() is called in main. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 20:03:48 Modified files: devel/py-pip : Makefile distinfo devel/py-pip/pkg: PLIST Log message: update to py-pip 7.1.0, from frantisek holop CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 20:06:30 Modified files: lang/spidermonkey/patches: patch-js_src_nanojit_Assembler_cpp patch-js_src_nanojit_Assembler_h patch-js_src_nanojit_NativeX64_cpp Log message: Fix comment. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/18 20:10:31 Modified files: lang/ruby : ruby.port.mk devel/ruby-ffi : Makefile devel/ruby-gem_plugin: Makefile devel/ruby-hoe : Makefile devel/ruby-mocha: Makefile devel/ruby-rubyinline: Makefile devel/ruby-rake-compiler: Makefile devel/ruby-jeweler: Makefile devel/ruby-rake-remote_task: Makefile sysutils/ruby-vlad: Makefile textproc/ruby-hpricot: Makefile www/ruby-mechanize: Makefile www/ruby-passenger: Makefile Log message: Remove MODRUBY_RAKE_DEPENDS. Only necessary on ruby 1.8, and none of the ports that use it are still built with ruby 1.8. OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 20:14:57 Modified files: mail/claws-mail: Makefile lang/ecl : Makefile Log message: Kill debug FLAVOR; same can be achieved by running "make DEBUG= ... " CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/18 20:21:41 Modified files: lib/libssl/src/crypto/aes/asm: aesni-x86_64.pl Log message: Replace `.byte 0x48,0x83,0xEC,0x08' with `sub \$8,%rsp' which is exactly the same four bytes, unobfuscated. CVSROOT: /cvs Module name: src Changes by: jeremy@cvs.openbsd.org 2015/07/18 20:24:09 Modified files: share/man/man5 : ruby-module.5 Log message: Remove MODRUBY_RAKE_DEPENDS and MODRUBY_ICONV_DEPENDS OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/18 20:25:35 Modified files: mail/sendmail : Makefile distinfo mail/sendmail/pkg: PLIST-main Log message: Update to sendmail-8.15.2. ok jca@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/18 20:26:32 Modified files: lib/libssl/src/crypto/aes/asm: aesni-sha1-x86_64.pl aesni-x86_64.pl lib/libssl/src/crypto/perlasm: x86_64-xlate.pl Log message: Remove the logic responsible for outputting most AES-NI instructions as raw byte sequences. The toolchains have had some time to update and assemble the instructions correctly (except for p{ins,ext}rd which are not supported yet by as(1) under OpenBSD, but will be fixed shortly). Inspired by a discussion between tedu@ and John-Mark Gurney. Verified to still work on Mac OS X and average Linux distros by bcook@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/18 20:35:35 Modified files: sys/conf : files sys/kern : kern_fork.c kern_sig.c kern_sysctl.c kern_time.c sys_generic.c syscalls.master uipc_syscalls.c vfs_lookup.c vfs_syscalls.c sys/netinet : in_pcb.c sys/netinet6 : in6_pcb.c sys/sys : proc.h syscall_mi.h Added files: sys/kern : kern_tame.c sys/sys : tame.h Log message: tame(2) is a subsystem which restricts programs into a "reduced feature operating model". This is the kernel component; various changes should proceed in-tree for a while before userland programs start using it. ok miod, discussions and help from many CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/18 20:37:29 Modified files: lib/libc/sys : Makefile.inc Added files: lib/libc/sys : tame.2 Log message: manual page for tame(2). not very good, so i will be hearing from jmc CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/18 20:37:44 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys : syscall.h syscallargs.h Log message: sync CVSROOT: /cvs Module name: src Changes by: bmercer@cvs.openbsd.org 2015/07/18 20:41:39 Modified files: sys/arch/armv7/exynos: tps65090.c Log message: Rename the tpspmic driver so it does not contain numbers. OK jsg@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/18 20:43:24 Modified files: lib/libssl/src/crypto/ts: ts_rsp_verify.c Log message: Put explicit braces around assignment used in a conditional. ok bcook@ doug@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/18 20:44:26 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: stsp@cvs.openbsd.org 2015/07/18 20:49:54 Modified files: usr.sbin/tcpdump: print-802_11.c Log message: In tcpdump, show 11n HTOP primary and secondary channel numbers for 40MHz BSS, instead of showing just the primary one and "above" or "below" for secondary. ok sthen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/18 20:52:35 Modified files: usr.bin/kdump : kdump.c Log message: Figure out the tty width using TIOCGWINSZ early on. Will make tame(2) integration easier in the future. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2015/07/18 21:05:32 Modified files: usr.bin/openssl: certhash.c Log message: Fix coverity 105339, by correctly checking return from strtoll ok miod@ bcook@ CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/07/18 21:13:14 Log message: surf is a simple webbrowser which is based on webkit/gtk+. It is able to display websites and follow links. It supports the Xembedded protocol which makes it possible to embed it into another application. Furthermore one can point surf to another URI by setting its XProperties. Feedback from jung@, zhuk@ OK jung@, sthen@ Status: Vendor Tag: czarkoff Release Tags: czarkoff_20150718 N ports/www/surf2/Makefile N ports/www/surf2/distinfo N ports/www/surf2/patches/patch-config_def_h N ports/www/surf2/patches/patch-config_mk N ports/www/surf2/patches/patch-surf_1 N ports/www/surf2/patches/patch-Makefile N ports/www/surf2/pkg/DESCR N ports/www/surf2/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/18 21:14:09 Modified files: usr.bin/openssl: rsautl.c Log message: Free passin on error. Fixes coverity 78826. ok miod@ bcook@ CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/07/18 21:18:01 Modified files: www/surf2/pkg : DESCR Log message: Tune wording to explain difference between surf and surf2 CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/18 21:18:10 Modified files: usr.bin/openssl: x509.c Log message: Free variable before potentially reusing. Fixes coverity 78824. ok bcook@ miod@ CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/07/18 21:18:39 Modified files: www : Makefile Log message: +surf2 CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/18 21:28:26 Modified files: usr.bin/openssl: s_socket.c Log message: Only close descriptor if not already closed. Fixes coverity 78916. ok miod@ bcook@ CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/07/18 22:41:17 Modified files: www/kcgi : Makefile distinfo www/kcgi/pkg : PLIST Log message: Update kcgi to 0.6.3 CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/07/18 22:44:36 Modified files: etc : rc netstart Log message: Replace test command with []. OK halex@ krw@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/07/18 22:45:25 Modified files: sys/sys : syscall_mi.h ktrace.h sys/kern : kern_ktrace.c usr.bin/kdump : kdump.c Log message: Make KTR_SYSRET records variables variables sized, leaving out the retval on error, including a long long retval on successful lseek(), and including a register_t retval for other successes. This fixes lseek reporting on ILP32 archs. While here, reworking internal kern_ktrace.c bits to be able to pass two buffers to ktrwriteraw(), so we can avoid mallocing a buffer in some cases and so that KTR_GENIO logs are split at PAGE_SIZE, not PAGE_SIZE-sizeof(struct ktrgenio) ok miod@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2015/07/18 22:54:53 Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: clarify how inet|inet6 work in filters mofified version by jmc@, ok phessler@ and claudio@ is fine with it (but notes that the details are more complicated) CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2015/07/18 22:59:39 Modified files: sys/dev/mii : ipgphy.c Log message: according to MII specification, these seems to be bug. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/18 23:17:27 Modified files: usr.sbin/httpd : config.c httpd.conf.5 httpd.h parse.y server_http.c Log message: For the completeness of HSTS, add the non-standard preload option. OK florian@ CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/07/18 23:37:38 Modified files: sys/dev/pci : pccbb.c Log message: simplify a triple-deep ternary operation. ok beck@ krw@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/18 23:42:55 Modified files: lib/libssl/src/crypto/ts: ts_rsp_verify.c lib/libssl/src/crypto/x509: x509_vfy.c Log message: Now that it is safe to invoke X509_STORE_CTX_cleanup() if X509_STORE_CTX_init() fails, check its return value and correctly mop up after ourselves. ok beck@ doug@ CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2015/07/18 23:48:12 Modified files: sys/net : pf.c pf_ioctl.c Log message: unsinged variables should not be compared to be leq than 0 (unsigned a <= 0) ok mcbride@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/18 23:49:27 Modified files: lib/libtls : tls_init.3 Log message: Add documentation on how to use TLS_{READ,WRITE}_AGAIN. ok beck@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/18 23:50:47 Modified files: usr.bin/openssl: ca.c Log message: Free memory when finished. Fixes coverity 78835. ok bcook@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/18 23:51:29 Modified files: databases/skytools: Makefile Log message: remove sed -i, the file it relates to doesn't actually exist (perl -pi -e doesn't return with an error code in this place) CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2015/07/18 23:54:54 Modified files: sys/net : pf_ioctl.c Log message: potential memory leak in SIOCADDRULE ok mcbride@ CVSROOT: /cvs Module name: src Changes by: bentley@cvs.openbsd.org 2015/07/18 23:58:00 Modified files: share/man/man5 : port-modules.5 Log message: Update default gcc version. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/07/18 23:58:59 Modified files: www/surf : Makefile www/surf/patches: patch-config_mk Log message: Remove "-pthread" from LIBS Regen WANTLIB while there. OK jung@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/07/18 23:59:07 Modified files: usr.bin/mandoc : Makefile main.c mandoc.h mandocdb.c read.c Log message: Do not fork and exec gunzip(1), just link with libz instead. As discussed with deraadt@, that's cleaner and will help tame(2). Something like this was also suggested earlier by bapt at FreeBSD. Minus 50 lines of code, deleting one interface function (mparse_wait), no functional change intended. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/19 00:10:11 Modified files: lib/libtls : shlib_version Log message: Crank the major of libtls: the behaviour of tls_write() has been changed in an incompatible way regarding partial writes. OK miod@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/19 00:10:13 Modified files: databases/py-ldap: Makefile Log message: fix sed -i line CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/19 00:12:06 Modified files: usr.bin/script : script.c Log message: SIGCHLD handler was established before forking into two processes. As a result it also ran in the child (incorrect). ok miod CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/07/19 00:14:23 Modified files: usr.bin/sed : main.c Log message: Print strerror, not just the filename, if opening the inplace file fails. ok jasper@ CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2015/07/19 00:14:37 Modified files: sys/dev/mii : ipgphy.c Log message: revert privious commit CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/19 00:23:51 Modified files: lib/libssl/src/ssl: s3_lib.c ssl3.h lib/libssl/ssl : shlib_version Log message: Crank major and remove legacy variables. Libtls is riding this crank. ok miod@ bcook@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2015/07/19 00:25:45 Modified files: net/argus : Makefile distinfo net/argus/patches: patch-argus_argus_c Log message: update to 3.0.8.1 ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2015/07/19 00:28:12 Modified files: sys/dev/mii : xmphy.c xmphyreg.h brgphy.c brgphyreg.h ciphy.c ciphyreg.h ipgphy.c ipgphyreg.h sys/dev/pci : if_sk.c if_bge.c Log message: use standardized register definition in mii.h rather than each specific driver definition. no logical change. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2015/07/19 00:28:28 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update, yet again, youtube-dl to 2015.07.18. New extractors: - kuwo - myvi - neteasemusic - rds - yinyuetai CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2015/07/19 00:30:02 Modified files: sys/dev/mii : miidevs Log message: add RTL8211 CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2015/07/19 00:31:16 Modified files: sys/dev/mii : miidevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/19 00:31:32 Modified files: lib/libssl/src/ssl: s23_clnt.c s23_meth.c s23_srvr.c ssl.h ssl_locl.h Log message: Add TLS_method, TLS_client_method and TLS_server_method. Use these instead of SSLv23_*method when you want to make sure TLS is used. By default, we disable SSLv3 but it's still possible for the user to re-enable it. TLS_*method does not allow SSLv3. Both BoringSSL and (next version of) OpenSSL have these methods. However, they have changed the implementation significantly. We will as well, but not right now. Riding the libssl major bump. ok miod@ bcook@ CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2015/07/19 00:35:18 Modified files: sys/dev/mii : rgephy.c rgephyreg.h Log message: use standardized register defintion in mii.h rather than specific driver definetion. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/19 00:38:15 Modified files: www/p5-Mojo : Makefile distinfo www/p5-Mojo/pkg: PLIST Log message: Update to p5-Mojolicious-6.14. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/19 00:42: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.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/07/19 00:47:55 Modified files: lib/libc : shlib_version Log message: adding a syscall requires a minor bump; ok guenther@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/19 00:50:58 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: guenther@cvs.openbsd.org 2015/07/19 00:57:27 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: Match change to fatal()'s prototype in bgpd ok benno@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/19 01:12:58 Modified files: lib/libc/sys : tame.2 Log message: succesfull -> succesful, from Ross L Richardson CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/19 01:16:22 Modified files: lib/libc/sys : tame.2 Log message: Trailing spaces and missing .Pp. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/19 01:18:59 Modified files: lib/libutil : imsg.c Log message: Handle malloc(0) returning NULL (which can happen on some other platforms) by explicitly making imsg->data = NULL when there is no data. ok deraadt CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/19 01:30:06 Modified files: lib/libssl/src/ssl: s23_clnt.c s23_meth.c s23_srvr.c ssl_locl.h Log message: Fix symbol collision with libtls. Pointed out by guenther. ok guenther@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/19 01:34:52 Modified files: lib/libssl/src/ssl: s3_clnt.c Log message: Convert ssl3_get_certificate_request to CBS. ok miod@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/19 02:11: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: jca@cvs.openbsd.org 2015/07/19 02:18:53 Modified files: security/libotr: Makefile Log message: autoconf 2.65->2.68 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/19 02:22:14 Modified files: net/bitlbee : Makefile Log message: Let cc(1) use PIE where appropriate. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/19 03:27:56 Modified files: www/py-werkzeug: Makefile Log message: Add test dep. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/19 04:11:16 Modified files: lib/libc/sys : tame.2 Log message: some basic tweaks; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/19 04:14:43 Modified files: lib/libc/sys : tame.2 Log message: no need for -compact; CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/07/19 04:39:19 Modified files: lib/freetype : Makefile Log message: Clean up and fix make depend. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/07/19 04:40:40 Modified files: data/xkeyboard-config: Makefile Log message: Don't redefine build: locally CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/07/19 04:41:31 Modified files: doc/gl-docs : Makefile Log message: Don't redefine build: locally CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/07/19 04:43:08 Modified files: app/fvwm : Makefile Log message: Don't redefine build: locally CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2015/07/19 04:44:05 Modified files: . : Makefile Log message: Complain if 'make build' is run with DESTDIR set. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/19 04:52:33 Modified files: databases/p5-Class-DBI-mysql: Makefile Log message: Switch p5-Class-DBI-mysql to mariadb.port.mk. okay Sam Smith (MAINTAINER). CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/19 06:34:41 Modified files: databases/mariadb: mariadb.port.mk databases/postgresql: postgresql.port.mk Log message: Don't use same directory for both mariadb.port.mk and postgresql.port.mk: they could be used at the same time, and each of them wipes the database directory before running server. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/19 06:42:20 Modified files: databases/mariadb: mariadb.port.mk databases/postgresql: postgresql.port.mk Log message: Run test commands in a subshell to avoid potential clutter of variables coming from those modules. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/19 07:41:07 Modified files: lib/libc/sys : tame.2 Log message: oops, SYS_ prefix stayed; noted by jmc CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/07/19 08:17:21 Modified files: etc : netstart Log message: Revert 1.148 for now until I can talk to rpe@ It introduced a regression reported by nigel@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/19 08:21:14 Modified files: sys/miscfs/fuse: fuse_vfsops.c Log message: basic fh functions. better than panicing! from Martin Natano CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/19 08:23:45 Modified files: www/p5-Mojo : Makefile www/p5-Mojo/pkg: PLIST Log message: Don't ship the certs directory, we don't want it to resite under ${P5SITE}. clue stick from Mark Patruck (maintainer) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/19 08:26:38 Modified files: lib/libc/sys : tame.2 Log message: word fix; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/19 08:35:41 Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: knock out "Ns Li" before colons - the Li was being ignored anyway, and i don;t think the colon needs marked up. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/19 08:40:54 Modified files: print/hplip : Makefile Log message: Add PORTROACH annotation. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2015/07/19 09:06:14 Modified files: graphics/pstoedit: Makefile distinfo graphics/pstoedit/patches: patch-src_Makefile_in graphics/pstoedit/pkg: PFRAG.shared PLIST Removed files: graphics/pstoedit/patches: patch-configure Log message: maintenance update to 3.70 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/07/19 09:06:59 Modified files: databases/hs-hedis: Makefile distinfo databases/hs-hedis/patches: patch-hedis_cabal Log message: Update to hedis-0.6.9 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/07/19 09:43:44 Modified files: sys/dev/pckbc : pms.c Log message: Don't emit values for 'width' that /usr/xenocara/driver/xf86-input-synaptics/src/wsconscomm.c doesn't understand. 'Fixes' synaptics trackpad in Dell L400 laptop so the cursor can be moved in X. Problem noted and experimental Dell L400 donated by Paolo Aglialoro. Thanks! ok miod@ mpi@ jcs@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/07/19 10:12:10 Modified files: sys/arch/amd64/stand/libsa: softraid.c sys/arch/i386/stand/libsa: softraid.c sys/arch/sparc64/stand/ofwboot: softraid.c sys/dev : softraid.c softraid_crypto.c Log message: Use DEV_BSIZE instead of 512 where appropriate. Use DL_SECTOBLK() where appropriate. Noop for disks with 512-byte sectors. i.e. the only kind currently allowed in softraid volumes. But starts laying the groundwork to allow disks with other sector sizes. ok jsing@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2015/07/19 10:21:11 Modified files: sys/kern : vfs_bio.c vfs_vops.c sys/sys : buf.h Log message: Use two 2q caches for the buffer cache, moving previously warm buffers from the first queue to the second. Mark the first queue as DMA in preparation for being able to use more memory by flipping. Flipper code currently only sets and clears the flag. ok tedu@ guenther@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/19 10:25:35 Modified files: editors/libreoffice: Makefile Log message: no need anymore for gsed; confirmed by/ok aja@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/19 10:33:12 Modified files: lib/libc/sys : tame.2 Log message: typo; ralf horstmann CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/19 10:33:56 Modified files: www/seamonkey : Makefile Removed files: www/seamonkey/patches: patch-ldap_sdks_c-sdk_configure_in Log message: Fix mismerge (the patch was committed upstream; however the port update reversed the diff rather than removing it). From Peter Piwowarski. CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2015/07/19 10:34:35 Modified files: usr.sbin/httpd : server_fcgi.c Log message: handle error returns from bufferevent_write() ok florian@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/19 10:38:48 Modified files: net/bro : Makefile Added files: net/bro/patches: patch-aux_broccoli_src_bro_openssl_c patch-src_ChunkedIO_cc Log message: change SSLv3_method to SSLv23_method, not tested but the former isn't going to work anyway. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/07/19 10:42:31 Modified files: usr.bin/doas : doas.1 Log message: spell out complete path to config file, okay tedu@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2015/07/19 10:48:38 Modified files: sys/arch/octeon/octeon: machdep.c Log message: Register the IPI handler early enough for the correct idle_mask to propagate to all threads. Otherwise early-started kernel threads run IPIs disabled, which will lead to a deadlock soon after other cores have started. ok miod@ pirofti@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/19 10:56:48 Modified files: gnu/gcc/gcc/doc: gcc.info Log message: Add the documentation of -Wbounded and attribute(bounded) from gcc-local(1) to the gcc info documentation as well. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/19 11:00:22 Modified files: usr.bin/doas : doas.1 Log message: whitespace; CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2015/07/19 11:00:39 Modified files: sys/arch/mips64/mips64: trap.c Log message: Add proper kernel locking in the fpe_branch_emulate() function, to prevent race conditions that could corrupt amap entries, among other things. ok miod@ pirofti@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/07/19 11:04:31 Modified files: sys/dev : softraid.c softraid_concat.c softraid_raid0.c softraid_raid1.c softraid_raid5.c softraid_raid6.c Log message: Stop adding and subtracting data offset. Just keep to chunk relative block offsets until actual i/o is constructed and needs the physical offset. Eliminate a number of <<DEV_BSIZE shifts as a bonus. No intentional functional change. Fixed and ok jsing@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/19 11:08:35 Modified files: lib/libc/sys : tame.2 Log message: sort; ok deraadt CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/19 11:10:23 Modified files: lib/libtls : tls_init.3 Log message: tweak previous; ok doug CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/07/19 11:20:15 Modified files: sys/dev : softraid_crypto.c Log message: Oops. Missed a file from offset commit. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/19 11:21:21 Modified files: usr.bin/sed : main.c process.c Log message: figure out the linewidth at initialization, rather than late ok tedu miod CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/07/19 11:29:42 Modified files: etc : unbound.conf Log message: change default unbound config to enable the control socket, without using keys/certificates for auth. ok florian@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/07/19 11:31:21 Modified files: etc/rc.d : unbound Log message: remove code from unbound's rc script that generates control keys/certs if control-enable is used, our standard configuration is using unix domain sockets without certs. existing setups with already-created certificates are ok, if somebody needs remote+certs they can generate keys themself. ok florian@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/07/19 11:31:44 Modified files: infrastructure/bin: make-plist infrastructure/mk: bsd.port.mk Log message: pass PORTSDIR_PATH through to make-plist so it will be honored by update-plist; ok espie@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2015/07/19 11:31:47 Modified files: lib/libm/src/ld80: s_nextafterl.c Log message: Make exponents of x and y signed and fix esx and esy comparisons. The offending input in gfortran's round_4.f90 was nextafterl(0.10000000000000000000135525271560688L, -INFINITY) which caused an ulp addition rather than subtraction. Reported by John Marino @ DragonFlyBSD. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2015/07/19 11:41:49 Modified files: include : math.h Log message: Define new C99 macros: - MATH_ERRNO, MATH_ERREXCEPTION and math_errhandling - Optional FP_FAST_FMA{,F,L} macros if fma() executes as fast or faster than (x * y) + z; which in practice is achievable if gcc implements __FP_FAST_FMA{,F,L} Reported by John Marino @ DragonFlyBSD. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/07/19 11:52:28 Removed files: usr.sbin/nsd/compat: basename.c fake-rfc2553.c fake-rfc2553.h inet_aton.c inet_ntop.c inet_pton.c malloc.c memcmp.c memcmp.h memmove.c pselect.c snprintf.c strlcat.c strlcpy.c strptime.c Log message: remove unused compat files, ok florian@ b64_{ntop,pton} remain for now, they are in libc as __b64_{ntop,pton} but to use this we either need to pull in resolv.h (which does "#define b64_ntop __b64_ntop") or access the __ versions directly (as done in ssh). CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/07/19 12:03:03 Modified files: sys/dev : softraid.c Log message: Change some obviously incorrect usages of daddr_t (a DEV_BSIZE address) to 64 signed or unsigned ints. Add some paranoia checks during partition size calculations to account for the fact that partition sizes (DL_GETPSIZE()) are unsigned values. More daddr_t rectification to do. ok jsing@ CVSROOT: /cvs Module name: src Changes by: bmercer@cvs.openbsd.org 2015/07/19 12:17:06 Modified files: sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC Log message: Enable GPT kernel support. Discussed with a few. OK miod@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/07/19 12:24:16 Modified files: sys/dev : softraid.c softraid_raid5.c softraid_raid6.c softraidvar.h Log message: Stop passing daddr_t parameters for lengths. Use long since that's the type of the destination fields. ok jsing@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/19 12:25:59 Modified files: lib/libssl/src/crypto/pkcs7: pk7_doit.c lib/libssl/src/crypto/ts: ts_rsp_verify.c Log message: Verify ASN1 objects types before attempting to access them as a particular type. ok guenther@ doug@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/07/19 12:27:26 Modified files: usr.bin/xinstall: xinstall.c Log message: when using -D, do not use the mode set for the target file as the directory mode ok millert@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/19 12:27:26 Modified files: lib/libssl/src/crypto/modes: cts128.c Log message: unifdef -UCBC_HANDLES_TRUNCATED_IO ok bcook@ doug@ CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/07/19 12:27:59 Modified files: usr.sbin/ldpd : kroute.c lde.h lde_lib.c ldpd.h Log message: Rework kroute.c to send only the best routes to lde. This is major rework of the kroute.c code. The idea is remove complexity from the lde process by making kroute.c advertise only the lowest priority routes of each prefix. kroute.c now keeps track of all routes using three different structures: kroute_prefix, kroute_priority and kroute_node. kroute_prefix represents a prefix and contains an ordered list of priorities (kroute_priority) and for each priority there is a list of nexthops (kroute_node). Arranging the routes using these three structures allows for the writing of a simpler code, easier to understand. Whenever a route is removed, if there's another route for the same prefix, but with a lower priority, this route is immediately sent to lde. Additional fixes: * On RTM_CHANGE, remove the old route before installing the new one; * On IMSG_CTL_KROUTE_ADDR, show all nexthops for multpath routes; CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/19 12:29:31 Modified files: lib/libssl/src/crypto/asn1: a_bitstr.c a_int.c a_sign.c lib/libssl/src/crypto/bio: bf_buff.c bf_lbuf.c lib/libssl/src/crypto/ocsp: ocsp_ext.c lib/libssl/src/crypto/pem: pem_lib.c lib/libssl/src/crypto/rsa: rsa_saos.c rsa_sign.c Log message: Drop stupid (int) casts for the arguments of malloc() and friends. This is not 16-bit MS-DOS anymore. ok bcook@ tedu@ CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/07/19 12:34:32 Modified files: usr.sbin/ldpd : lde.c lde.h lde_lib.c Log message: Uninstall associated label bindings when a neighbor is down. ok claudio@ CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2015/07/19 12:44:15 Modified files: sys/arch/amd64/include: intr.h sys/arch/amd64/amd64: ipi.c Log message: Make x86_send_ipi() return void Nobody uses its return value. This fixes it returning an undefined value since the previous commit. CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2015/07/19 12:53:49 Modified files: sys/arch/i386/i386: ipifuncs.c sys/arch/i386/include: intr.h Log message: Make i386_send_ipi() return void Nobody uses its return value. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/07/19 13:02:34 Modified files: build : mirrors.dat Log message: add a comment with the shell fragment to generate hostkey fingerprints in the correct format CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/07/19 13:23:26 Modified files: databases/py-sqlalchemy-migrate: Makefile distinfo databases/py-sqlalchemy-migrate/pkg: PLIST Log message: Update to py-sqlalchemy-migrate 0.7.2, required by current py-buildbot, but it seems i missed that dependency change last i updated it. Note that development moved to github under the openstack umbrella, but there are way too many versions there, and too many dragons to fight. Stay with a version that pleases buildbot (its only user) for now. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/19 13:23:36 Modified files: regress/etc : Makefile Log message: stop doing etc regress by default CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/07/19 13:24:19 Modified files: devel/py-buildbot: Makefile Log message: Enforce dependency on newer sqlalchemy-migrate, as spotted by ajacoutot@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/19 13:26:00 Modified files: bin/ps : print.c ps.1 Log message: show tame flag CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/07/19 13:33:51 Modified files: distrib/miniroot: install.sub Log message: Use the %c (version or snapshots) and %a (package architecture) for installpath in pkg.conf instead of hardcoding that information. This fixes the problem, that installpath has a path from an older release after updating from disk for a while. NOTE: This matches fw_update behaviour in that during a beta cycle, it will expand to 5.8 (for e.g.) instead of snapshots. requested by and OK ajacoutot@ OK halex@ krw@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/07/19 13:36:14 Modified files: build : mirrors.dat Log message: update SSH hostkey fingerprints for ftp5.eu, from martin@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/07/19 13:37:07 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/07/19 13:52:36 Modified files: etc : netstart Log message: Always source rc.subr to be able to use the rc.conf parsing routine to get the network related vars from rc.conf. This is even necessary if netstart is run from within /etc/rc. Remove test of $INRC which unintentionally evaluated always to true. problem with previous change found by nigel@ OK sthen@ aja@ halex@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/19 14:09:58 Modified files: lang/php/5.4/patches: patch-ext_openssl_xp_ssl_c Log message: fix typo CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/19 14:10:46 Modified files: usr.sbin/syslogd: syslogd.c Log message: For incoming TCP message streams autodetect wether the method is octet counting or non transparent framing. OK benno@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/19 14:18:18 Modified files: regress/usr.sbin/syslogd: args-client-tcp-maxline.pl args-client-tcp-multichunks.pl args-client-tcp-multilines.pl args-maxtcp.pl args-sync-tcp.pl funcs.pl Added files: regress/usr.sbin/syslogd: args-client-tcp-nontransp-maxline.pl args-client-tcp-nontransp.pl args-client-tcp-octet-badframe.pl args-client-tcp-octet-maxline.pl args-client-tcp-octet-nontransp.pl args-client-tcp-octet.pl Removed files: regress/usr.sbin/syslogd: args-sync-tls.pl Log message: Test octet counting and non transparent framing. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/19 14:32:19 Modified files: lib/libssl/src/ssl: d1_both.c d1_lib.c s3_enc.c ssl_lib.c t1_lib.c Log message: Allow *_free() functions in libssl to handle NULL input. This mimics free()'s behavior which makes error handling simpler. ok bcook@ miod@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/07/19 14:45:30 Modified files: share/mk : bsd.lib.mk Log message: Add infrastructure for specifying a "version script" for the shared library being built. ok kettenis@ zhuk@ millert@ CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/07/19 14:50:03 Modified files: usr.sbin/ldpd : lde.c lde_lib.c ldpd.conf.5 ldpd.h neighbor.c parse.y printconf.c Log message: Remove incomplete support for unnecessary modes of operation. LDP has several modes of operation, it was designed in that way so it could run on legacy equipment like ATM/FR switches with very strict memory limitations. For modern hardware there's no point on using either the "Conservative Label Retention" or "Downstream On Demand" modes of operation since they save memory at cost of blackholing traffic when routing changes. Major vendors implement only the "Liberal Label Retention" and "Downstream Unsolicited" modes for non ATM/FR hardware. Let's do that too. As for using either "Independent Control" or "Ordered Control", let's stick with the first option mainly because it's easier to implement and because it doesn't really matter which control mode is used. For reference, Cisco implements only "Independent Control" and Juniper only "Ordered Control". Both modes are interoperable. The point of supporting only one combination of all modes of operation is that it will allow for the writing of a simpler code without removing useful functionality. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/07/19 14:50:59 Modified files: security : Makefile Log message: Unhook hs-asn1-data. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/07/19 14:51:55 Modified files: textproc : Makefile Log message: Unhook hs-attoparsec-enumerator, hs-attoparsec-iteratee and hs-heist. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/07/19 14:53:46 Removed files: security/hs-asn1-data: Makefile distinfo security/hs-asn1-data/pkg: DESCR PLIST Log message: Remove hs-asn1-data, no longer used by other ports, and in the way of an update of hs-attoparsec and hs-aeson. CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/07/19 14:54:17 Modified files: usr.sbin/ldpd : labelmapping.c lde.c lde.h lde_lib.c ldp.h ldpd.h ldpe.c log.c Log message: Rework label mapping algorithms to be more in line with the RFC. This patch presents a thoroughly review of the label mapping algorithms. Most of the changes are minor bug fixes in the handling of received label messages. Additional improvements: * Add a few more references to the Appendix A of the RFC5036 ("LDP Label Distribution Procedures") into the code; * Add full multipath support; * Send label withdraws when appropriate; * Add label withdraw/release wildcard support. NOTE: As a result of implementing only the "Liberal Label Retention" and "Downstream Unsolicited" modes, we will never send a label request ("Request Never"). And that means that we can ignore the following notification messages: "Label Request Aborted", "No Label Resources", "No Route" and "Label Resources Available". The following algorithms mentioned in the RFC can also be ignored: "Timeout of Deferred Label Request", "Detect Local Label Resources Have Become Available" and "Receive Label Abort Request". Now, considering that we only support one combination of all modes of operation, we can say that we have an almost complete implementation of the protocol. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/07/19 14:55:22 Removed files: textproc/hs-attoparsec-enumerator: Makefile distinfo textproc/hs-attoparsec-enumerator/pkg: DESCR PLIST textproc/hs-attoparsec-iteratee: Makefile distinfo textproc/hs-attoparsec-iteratee/pkg: DESCR PLIST Log message: Remove hs-attoparsec-{enumerator,iteratee}. No longer used and in the way of an update ot hs-attoparsec and hs-aeson. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/07/19 14:56:40 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register removal of some more hs-* ports. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/19 14:57:43 Modified files: devel/libvmime : Makefile Log message: Enable tls, it seems to work fine now. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/07/19 15:00:00 Log message: Import mgba-0.2.1. mGBA is a Game Boy Advance emulator. It provides: - Near full Game Boy Advance hardware support. - Fast emulation. - Save type detection, even for flash memory size. - Real-time clock support. - A built-in BIOS implementation, and ability to load external BIOS. - Frameskip, configurable up to 9. - Screenshot support. - 9 savestate slots. Savestates are also viewable as screenshots. - Video and GIF recording. - Remappable controls for both keyboards and gamepads. - IPS and UPS patch support. - Game debugging via a command-line interface and GDB remote support. - Configurable emulation rewinding. ok bcallah@ Status: Vendor Tag: bentley Release Tags: bentley_20150719 N ports/emulators/mgba/Makefile N ports/emulators/mgba/distinfo N ports/emulators/mgba/pkg/DESCR-main N ports/emulators/mgba/pkg/DESCR-qt N ports/emulators/mgba/pkg/PLIST-main N ports/emulators/mgba/pkg/PLIST-qt N ports/emulators/mgba/patches/patch-src_platform_sdl_CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/07/19 15:00:56 Modified files: emulators : Makefile Log message: +mgba CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/07/19 15:01:55 Modified files: security : Makefile Log message: Welcome to the attic, hs-certificate and hs-tls. CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/07/19 15:01:56 Modified files: usr.sbin/ldpd : Makefile ldpd.conf.5 ldpd.h ldpe.c ldpe.h neighbor.c packet.c parse.y printconf.c Added files: usr.sbin/ldpd : pfkey.c Log message: Implement md5 authentication support. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/07/19 15:02:37 Removed files: security/hs-certificate: Makefile distinfo security/hs-certificate/pkg: DESCR PLIST security/hs-tls: Makefile distinfo security/hs-tls/pkg: DESCR PLIST Log message: Welcome to the attic, hs-certificate and hs-tls. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/07/19 15:03:51 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: hs-certificate and hs-tls are gone, too. CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/07/19 15:04:38 Modified files: usr.sbin/ldpd : interface.c neighbor.c parse.y Log message: Add missing LIST_INIT's. ok claudio@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/07/19 15:05:41 Modified files: distrib/miniroot: install.sh Log message: Replace two instances where ed is used for inplace editing of files with the new sed -i. "Nice" deraadt@ OK krw@ jasper@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/07/19 15:06:04 Modified files: sys/dev : softraid_raid0.c softraid_raid1.c softraid_raid5.c softraid_raid6.c Log message: Remove unneeded #include <disklabel.h>. ok jsing@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/07/19 15:08:23 Removed files: textproc/hs-heist: Makefile distinfo textproc/hs-heist/pkg: DESCR PLIST Log message: hs-heist meets his friends in the attic. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/07/19 15:09:57 Modified files: devel/p5-strictures: Makefile distinfo devel/p5-strictures/pkg: PLIST Log message: Update devel/p5-strictures to 2.000001 OK estetus AT gmail (maintainer) CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/07/19 15:11:26 Modified files: devel/p5-Role-Tiny: Makefile distinfo Log message: Update devel/p5-Role-Tiny to 2.000001 OK estetus AT gmail (maintainer) CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/07/19 15:11:48 Modified files: sys/arch/loongson/dev: glxclk.c sys/arch/octeon/dev: octrng.c Log message: don't check for the name in attach_args being NULL; nothing should call their match functions with (g)aa_name not set. ok miod@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/07/19 15:12:55 Modified files: devel/p5-Moo : Makefile distinfo devel/p5-Moo/pkg: PLIST Log message: Update devel/p5-Moo to 2.000001 OK estetus AT gmail (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/19 15:15:36 Modified files: net/whatweb : Makefile distinfo net/whatweb/pkg: PLIST Log message: Update to whatweb-0.4.8 to please jeremy@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2015/07/19 15:21:14 Modified files: sys/kern : vfs_biomem.c sys/uvm : uvm_extern.h uvm_page.c Log message: Change uvm_page[re]alloc_multi to actually use the flags passed in, and return a value so that they may be called with UVM_PLA_NOWAIT ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/07/19 15:22:49 Modified files: lang/gcc/4.9 : Makefile distinfo lang/gcc/4.9/patches: patch-gcc_builtins_c patch-gcc_c_c-decl_c patch-gcc_common_opt patch-gcc_config_alpha_alpha_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_sparc_sparc_c patch-gcc_configure patch-libgo_configure patch-libquadmath_configure Log message: Bugfix update to 4.9.3. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/19 15:25:32 Modified files: sys/kern : kern_tame.c Log message: Repair various strncmp lengths, noticed by Brandon Casey CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/07/19 15:40:01 Modified files: sys/dev/pci : if_iwm.c Log message: Make iwm(4) show command codes of unhandled firmware replies. Should make debugging easier when it happens, as observed by matthieu@ (not reproducible on demand, unfortunately). ok mpi@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/19 15:44:08 Modified files: games/tuxpaint-config/patches: patch-Makefile games/wizznic/patches: patch-Makefile security/wpa_supplicant/patches: patch-wpa_supplicant_Makefile x11/human-icon-theme/patches: patch-Makefile x11/tangerine-icon-theme: Makefile x11/tangerine-icon-theme/patches: patch-Makefile Removed files: security/xca/patches: patch-img_Makefile www/vimb/patches: patch-Makefile Log message: use install -D and drop ginstall dependency where applicable CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/19 15:44:16 Modified files: infrastructure/bin: install-wrapper Log message: accept '-D' CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2015/07/19 16:09:08 Modified files: usr.bin/doas : doas.conf.5 parse.y Log message: In the config file allow line continuations with backslashes. Document this, and comments and environment variables. ok tedu@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2015/07/19 16:11:41 Modified files: usr.bin/doas : parse.y Log message: wrap long lines and kill some whitespace CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/07/19 16:24:11 Modified files: emulators/mgba/patches: patch-src_platform_sdl_CMakeLists_txt Log message: Add a comment to the patch. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/19 16:34:27 Modified files: lib/libcrypto/crypto: Makefile shlib_version lib/libssl/src/crypto: opensslfeatures.h lib/libssl/src/crypto/engine: eng_all.c engine.h lib/libssl/ssl : shlib_version lib/libtls : shlib_version Removed files: lib/libssl/src/crypto/engine: eng_rsax.c Log message: Remove OpenSSL engine RSAX. OpenSSL stopped building it last year and removed it this year. Based on OpenSSL commit c436e05bdc7f49985a750df64122c960240b3ae1. Also cranked major version in libcrypto, libssl and libtls. "fine with me" bcook@ miod@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/19 16:36:30 Modified files: usr.sbin/ldpd : ldpd.conf.5 Log message: new sentence, new line; CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2015/07/19 16:52:30 Modified files: sys/uvm : uvm_page.c Log message: Fix backward test that broke the cache CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/07/19 17:07:48 ports/devel/gettext-tools Update of /cvs/ports/devel/gettext-tools In directory cvs.openbsd.org:/tmp/cvs-serv11650/gettext-tools Log Message: Directory /cvs/ports/devel/gettext-tools added to the repository CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/07/19 17:08:08 ports/devel/gettext-tools/patches Update of /cvs/ports/devel/gettext-tools/patches In directory cvs.openbsd.org:/tmp/cvs-serv22692/gettext-tools/patches Log Message: Directory /cvs/ports/devel/gettext-tools/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/07/19 17:08:08 ports/devel/gettext-tools/pkg Update of /cvs/ports/devel/gettext-tools/pkg In directory cvs.openbsd.org:/tmp/cvs-serv22692/gettext-tools/pkg Log Message: Directory /cvs/ports/devel/gettext-tools/pkg added to the repository CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2015/07/19 17:13:58 Modified files: sys/net : pf.c Log message: rule_item might leak, when pf_create_state() fails OK @mcbride CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/07/19 17:42:58 Modified files: etc : netstart Log message: Bring up pflow last as it might send with a source address that is on any of the other interfaces. OK deraadt, phessler, benno CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/19 17:44:51 Removed files: emulators/redhat: Makefile Makefile.inc emulators/redhat/libc5: Makefile distinfo emulators/redhat/libc5/pkg: DESCR PLIST Log message: Remove emulators/redhat/libc5; nothing in tree uses it, it's time to go. ok jasper@ sthen@ pirofti@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/07/19 17:46:08 Modified files: devel : Makefile devel/gettext : Makefile distinfo gettext.port.mk devel/gettext/patches: patch-gettext-runtime_intl_l10nflist_c patch-gettext-runtime_intl_relocatable_c devel/gettext/pkg: DESCR PLIST textproc/gtranslator: Makefile x11/kde4/poxml : Makefile x11/kde4/sdk-thumbnailers: Makefile Added files: devel/gettext-tools: Makefile distinfo devel/gettext-tools/patches: patch-gettext-tools_configure patch-gettext-tools_gnulib-lib_Makefile_in patch-gettext-tools_src_Makefile_in patch-gettext-tools_tests_lang-c++ devel/gettext-tools/pkg: DESCR PLIST Removed files: devel/gettext/patches: patch-gettext-tools_gnulib-lib_Makefile_in patch-gettext-tools_src_Makefile_in Log message: Split gettext into a small runtime component and a separate large set of development tools as recommended by upstream. Ports will continue to depend on devel/gettext for libintl. The gettext module also provides an automatic build dependency on devel/gettext-tools for msgfmt etc. A few ports that require a library provided by gettext-tools get a corresponding dependency. Also update gettext to 0.19.5.1. COMMENT and DESCR from FreeBSD. Bulk build testing by sthen@. ok sthen@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/07/19 17:46:50 Modified files: sys/arch/octeon/conf: GENERIC RAMDISK files.octeon sys/arch/octeon/dev: cn30xxgmx.c iobusvar.h octcf.c octeon_iobus.c Log message: rework how iobus(4) finds and attaches devices. this allows us to get rid of the static list of children devices, using only a lookup table for address hints where needed. as a bonus this removes the 'octcf0: [..] not configured' mesage on machines w/o octcf(4). tested by pirofti@ on DSR-500 and ERL by me ok miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/19 17:48:19 Removed files: www/opera : Makefile distinfo www/opera/files: operaprefs_default.ini operaprefs_fixed.ini www/opera/patches: patch-opera www/opera/pkg : DESCR PLIST Log message: Tedu tedu@'s first browser on OpenBSD. This old version has been unmaintained for months. The new one is based on webkit^blink^chromium and will not work with our current linux emulation layer. ok jeremy@ jca@ jasper@ sthen@ tedu@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/19 17:48:39 Modified files: www : Makefile Log message: -opera CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/19 17:48:56 Modified files: emulators : Makefile Log message: -redhat CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/19 17:50:16 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register redhat_libc5 and opera removal. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/19 17:53: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.zaurus Log message: sync CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/19 18:10:36 Modified files: net/pen : Makefile distinfo Added files: net/pen/patches: patch-ssl_c Log message: Update to pen-0.29.0, adding TLS and GeoIP support. Patch needed to get rid of SSLv3. ok ajacoutot@ on a previous version. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/07/19 18:16:16 Modified files: sys/arch/alpha/alpha: pmap.c sys/arch/powerpc/powerpc: pmap.c Log message: Make pmap_remove() grab the kernel lock. This is a big hammer but makes MP machines work again with the unlocked reaper. ok mpi@, deraadt@ no objection from miod@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2015/07/19 18:19:14 Modified files: sys/kern : kern_sig.c Log message: Fix annoying console spew when we can't write the core file. use log instead. ok krw@ sthen@ comments from deraadt@, miod@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/07/19 18:30:01 Modified files: usr.bin/ssh : sshd_config.5 Log message: mention that the default of UseDNS=no implies that hostnames cannot be used for host matching in sshd_config and authorized_keys; bz#2045, ok dtucker@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/19 18:33:13 Modified files: devel/py-serial: Makefile distinfo devel/py-serial/pkg: PLIST Removed files: devel/py-serial/patches: patch-serialposix_py Log message: Update to pyserial-2.7, from "Fred" on ports@ python3 flavor by me, improvements from Daniel Winters (maintainer) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/07/19 18:50:27 Modified files: print/enscript : Makefile distinfo print/enscript/pkg: DESCR PLIST Removed files: print/enscript/patches: patch-afm_Makefile_in patch-lib-Makefile_in patch-po-Makefile_in_in patch-src_gsint_h patch-src_main_c patch-src_psgen_c patch-src_util_c patch-states_hl_Makefile_in Log message: long overdue maintenance update to 1.6.6; ok jeremy@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/19 18:54:01 Modified files: usr.bin/doas : doas.c Log message: introduce a minimal badset ($ENV) for environment stripping so that root shells read the right .kshrc CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/19 18:54:25 Modified files: sysutils/toad : Makefile distinfo Log message: Update to toad-1.3. CVSROOT: /cvs Module name: src Changes by: kspillner@cvs.openbsd.org 2015/07/19 18:55:06 Modified files: sys/dev/pckbc : pms.c Log message: Tweak previous; the Synaptics TrackPoint in my ThinkPad T500 works again. ok krw@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/07/19 18:56:10 Modified files: sys/sys : unistd.h proc.h sys/uvm : uvm_mmap.c sys/kern : syscalls.master kern_exec.c Log message: Add kbind, a syscall for ld.so to use to securely and efficiently update memory for lazy binding ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/19 18:56:49 Modified files: net/whatweb : distinfo Log message: Unfuck distinfo; spotted by naddy@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/07/19 18:57:06 Modified files: sys/sys : syscall.h syscallargs.h sys/kern : init_sysent.c syscalls.c Log message: rebuild CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/19 18:57:53 Modified files: usr.bin/doas : doas.c Log message: rescope and rename some variables to reduce pressure on the alphabet CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/19 19:00:48 Modified files: usr.bin/doas : doas.c Log message: check that badlisted env has = after the name CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/19 19:04:37 Modified files: usr.bin/doas : doas.c Log message: sf points out sudo doesn't allow SHELL in children CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/19 19:12:09 Modified files: net/socat/patches: patch-sslcls_c Log message: Cope with upcoming SSLv3 removal. Input from and ok sthen@, ok nigel@ (maintainer) CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/07/19 19:12:49 Modified files: distrib/miniroot: install.sub Log message: Fix some typos and reformat comments. OK halex@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2015/07/19 19:18:33 Modified files: sys/net : pfvar.h pf.c Log message: INET6 is here to stay, so stop hauling around never-compiled code to optimize for an INET-only kernel, as well as the fantasy unicorn INET6-only kernel. (INET-only kernel still works) prompted by deraadt ok bluhm sashan CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/07/19 19:38:31 Modified files: sys/arch/octeon/dev: octcf.c octeon_pcibus.h Log message: it's unlikely we'll run on physical octeon hardware that's little endian; therefore remove unneeded ifdef blocks. ok miod@ pirofti@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/07/19 19:52:28 Modified files: include : vis.h lib/libc/gen : unvis.c vis.3 vis.c regress/lib/libc/vis: vis_test.c Log message: Add VIS_DQ to escape double quotes. OK deraadt@ semarie@ reyk@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/19 20:41:10 Modified files: usr.bin/openssl: apps.c Log message: Warn when rename() fails in openssl(1) apps. Fixes Coverity issues 78795 and 78803. ok bcook@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/19 20:43:26 Modified files: sys/kern : kern_tame.c Log message: In TAME_IOCTL, permit BIOCGSTATS on a vnode. We don't drill down deeper yet to verify it is a bpf node. Will be used by tcpdump privsep side. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/19 20:45:05 Modified files: print/libpaper : Makefile Log message: Tweak PORTROACH. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/19 21:02:46 Modified files: usr.bin/openssl: ecparam.c Log message: Remove check that is never true. Fixes coverity issue 78799 as group == NULL was already an error condition above here. ok beck@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/19 21:13:47 Modified files: security/p0f3 : Makefile security/p0f3/patches: patch-build_sh Log message: Don't for the use of PIE, cc knows better. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/19 21:22:25 Modified files: usr.bin/openssl: s_socket.c Log message: Check return value in openssl(1) s_socket. Fixes Coverity issue 21655. ok bcook@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/19 21:28:04 Modified files: usr.bin/openssl: apps.c Log message: Check return value for ENGINE_ctrl and ENGINE_ctrl_cmd. Fixes Coverity issue 21645. ok bcook@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/07/19 22:28:03 Modified files: usr.sbin/tftpd : tftpd.c Log message: tweak the /etc/random.seed interception so it provides a FILE* via fmemopen for the rest of the code to chew on, rather than having special casing for seed generation in the sending code. this also means our fake random.seed files will get proper netascii encoding by being read via the fgetc api instead of directly from a buffer. ok deraadt@ mcbride@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/19 23:20:27 Modified files: multimedia/mlt : Makefile distinfo multimedia/mlt/pkg: PLIST-main Log message: Update mlt to 0.9.6, the kdenlive package still builds fine. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/19 23:34:16 Modified files: regress/usr.sbin/relayd: Relayd.pm regress/usr.sbin/syslogd: Syslogd.pm args-block-duplicate.pl args-block-host-quick.pl args-block-host.pl args-block-prog-host-quick.pl args-block-prog-host.pl args-block-prog-quick.pl args-block-prog.pl args-fdexhaustion-config.pl args-fdexhaustion-sighup.pl args-selector.pl Log message: Allow to use $curdir, $objdir, $host, $hostname in the test config file. They are substituted automatically, to avoid this in each single test. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/19 23:37:49 Modified files: regress/usr.sbin/relayd: args-http-slow-consumer.pl funcs.pl Log message: Fix white spaces. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/07/19 23:49:30 Modified files: sys/uvm : uvm_mmap.c Log message: include sys/user.h to unbreak the build on at least arm after rev 1.110 ok miod@ CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2015/07/19 23:53:28 Modified files: lib/libcrypto : cert.pem Log message: add NetLock Kft. CA root certificate, already present in web browsers and needed for fetching ports distfiles. ok sthen@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/07/20 00:59:39 Modified files: etc : netstart rc Log message: Disable Strict Bourne shell mode for /etc/rc and /etc/netstart to be able to use ksh syntax within these scripts. This way init doesn't need to be changed, which starts /etc/rc using /bin/sh and people can still use "sh /etc/netstart ifname". Idea from and OK halex@ OK deraadt@ krw@ guenther@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/20 01:02:58 Modified files: security/py-openssl: Makefile distinfo security/py-openssl/patches: patch-OpenSSL_test_test_ssl_py security/py-openssl/pkg: PLIST Removed files: security/py-openssl/patches: patch-OpenSSL_rand_rand_c patch-OpenSSL_test_test_rand_py Log message: update to pyOpenSSL-0.14 (switch to py-cryptography as a backend), and take maintainer, ok eric@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/20 01:09:29 Modified files: multimedia/mkvtoolnix: Makefile distinfo multimedia/mkvtoolnix/patches: patch-ac_qt5_m4 multimedia/mkvtoolnix/pkg: PLIST Added files: multimedia/mkvtoolnix/patches: patch-src_mkvtoolnix-gui_main_window_main_window_cpp Removed files: multimedia/mkvtoolnix/patches: patch-src_mpegparser_M2VParser_cpp patch-src_mpegparser_M2VParser_h Log message: Update to mkvtoolnix-8.2.0. from brad (maintainer) CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/20 01:13:17 Modified files: regress/usr.sbin/syslogd: args-client-tcp-octet-badframe.pl Log message: More reliable test due to more specific regex. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/20 01:17:40 Modified files: mail/courier-imap: Makefile Added files: mail/courier-imap/patches: patch-libs_tcpd_configure_ac patch-libs_tcpd_libcouriertls_c Log message: Cope with the upcoming SSLv3 removal. ok sthen@ giovanni@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/20 01:17:40 Modified files: x11/kde4 : kde4.port.mk Log message: Allow to change marker that MODKDE4_FIX_GETTEXT uses; kdenlive people do continue to deviate from others. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/07/20 01:18:29 Modified files: multimedia/kdenlive: Makefile distinfo multimedia/kdenlive/pkg: PLIST Log message: Update kdenlive to 0.9.10. Requires recent kde4.port.mk to build. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/20 01:43:27 Modified files: usr.bin/doas : doas.conf.5 Log message: whitespace; CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/07/20 01:45:23 Modified files: sys/arch/alpha/alpha: locore.s Log message: go a bit further with miods last change to copy{in,out}{,str} and stash the address of the user structure to avoid having to always follow two pointers to get to the address of the onfault handler. this lets the code shrink and avoids some register use. while here, move the range checking of the arguments before saving the callers args onto the stack so we can ret faster on error. ok miod@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/20 02:51:41 Modified files: usr.bin/file : xmalloc.h Log message: Remove leftover xfree() prototype. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/20 04:34:11 Modified files: usr.bin/tmux : tmux.1 Log message: Correct the tsl/fsl sequence to ]0 not ]2 (from Marcel Korpel). While here, Xr xterm and remove some advice about elinks that is better elsewhere. CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/07/20 05:38:19 Modified files: usr.sbin/httpd : server_file.c Log message: ensure http_path is escaped before using it in Location redirection. OK reyk@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/07/20 08:45:37 Modified files: geo/gdal : Makefile geo/gdal/pkg : PLIST-main PLIST-python Log message: Install the damn manpages provided in the tarball, with a hint from upstream.. there's some rendering issues with .TH but at least it's better than no manpage for now. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/07/20 08:46:06 Modified files: x11/worker : Makefile distinfo Log message: Update to 3.8.0 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/20 09:26:28 Modified files: lib/libc/sys : tame.2 sys/kern : kern_tame.c Log message: Add setgroups(2) to TAME_PROC, ok deraadt CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/20 09:27:00 Modified files: lib/libssl/src/crypto/asn1: x_pkey.c Log message: In X509_PKEY_new(), make sure all allocation failures push an error to the error stack, not only the first one. ok guenther@ doug@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/20 09:29:13 Modified files: lib/libssl/src/crypto/asn1: x_crl.c Log message: When freeing an X509_CRL, if freeing the user-maintained meth_data fails, do not forgot to nevertheless keep freeing the other fields. ok doug@ guenther@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/07/20 09:33:29 Modified files: textproc/intltool: Makefile Log message: intltool requires the gettext tools at run time; noticed by and ok sthen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/07/20 09:37:24 Modified files: databases/p5-DBIx-Class: Makefile distinfo Log message: Update databases/p5-DBIx-Class to 0.082820 and switch to mariadb.port.mk, many thanks to zhuk@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/07/20 09:39:52 Modified files: usr.bin/ssh : ssh.1 Log message: Better desciption of Unix domain socket forwarding. bz#2423; ok jmc@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/20 09:41:48 Modified files: lib/libssl/src/crypto/asn1: tasn_dec.c Log message: Check the return value of asn1_enc_save(). ok bcook@ doug@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/20 09:43:23 Modified files: lib/libssl/src/crypto/asn1: tasn_new.c Log message: Use V_ASN1_UNDEF instead of -1. Make sure ASN1_primitive_new() will return NULL in *pval in all error situations. ok bcook@ doug@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/07/20 09:44:43 Modified files: sys/dev/pci : pccbb.c Log message: Try to assign a secondary bus number if the BIOS left the CardBus bridge unconfigured. ok miod@, mlarkin@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/20 09:45:29 Modified files: lib/libssl/src/crypto/hmac: hm_ameth.c Log message: Various memory leaks upon error or unchecked allocations. ok doug@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/20 09:50:04 Modified files: usr.bin/tmux : options-table.c server.c status.c tmux.1 tmux.c tmux.h Log message: Add an option (history-file) for a file to save/restore command prompt history, from Olof-Joachim Frahm. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/20 09:52:18 Modified files: sys/kern : kern_tame.c Log message: getpagesize() may occur late in programs; permit it CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/07/20 10:10:38 Modified files: usr.sbin/bgpd : bgpd.c bgpd.h rde.c session.c session.h Log message: Make bgpd execute the RDE and session engine process instead of just forking. This way ASLR and stack cookies are per process. With input from benno@ and deraadt@ OK benno@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/07/20 10:12:58 Modified files: www/rawdog : Makefile distinfo Removed files: www/rawdog/patches: patch-setup_py Log message: Update to 2.21 Replace the do-configure routine with MODPY_ADJ_FILES. Replace the patch with sed -i. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/20 10:15:40 Modified files: sys/kern : kern_tame.c Log message: tame_cmsg_send and tame_cmsg_recv are called with the data set to a file descriptor, so call fd_getfile to get a struct file *. ok deraadt CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/20 10:48:07 Modified files: sys/kern : kern_tame.c Log message: Don't try to dereference fp if it is NULL, ok deraadt CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/20 10:48:11 Modified files: usr.bin/openssl: pkcs7.c Log message: Remove condition that never happens and fix error handling. There were two issues here: 1) in == NULL is never true because it's checked above here. (Fixes Coverity 21705) 2) All error handling is in the if (in == NULL) guard, so effectively there's no error handling and it continues on. ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/20 11:01:26 Modified files: sys/kern : kern_tame.c Log message: Be more paranoid and don't let any ioctls through with invalid file descriptors. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/20 11:10:45 Modified files: usr.bin/openssl: dgst.c Log message: Avoid dereferencing a NULL. Move NULL check before use. Fixes Coverity issue 21746. ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/20 11:47:38 Modified files: usr.sbin/syslogd: syslogd.c Log message: Do not accept sockets when syslogd reaches the file descriptor limit. Instead disable the listen event and wait for a second. Keep a reserve of 5 file descriptors. OK benno@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/20 12:03:47 Added files: regress/usr.sbin/syslogd: args-client-tcp-deferred.pl args-fdexhaustion-tcp.pl Removed files: regress/usr.sbin/syslogd: args-maxtcp.pl Log message: Test what happens when syslogd reaches its file descriptor limit and cannot accept TCP connections anymore. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/07/20 12:04:06 Modified files: sys/kern : kern_tame.c lib/libc/sys : tame.2 Log message: In _TM_SELF, permit uname(3); OK deraadt@. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/20 12:05:04 Modified files: sys/dev/pci : pci_quirks.c Log message: Add a quirk for Cirrus Logic PD6729, for earlier silicon versions of this chip would advertize themselves as multi-function devices, while they are not. CVSROOT: /cvs Module name: src Changes by: rpointel@cvs.openbsd.org 2015/07/20 12:23:52 Modified files: usr.bin/openssl: dgst.c Log message: check the sigbuf value before using it. ok miod@ (thanks). CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/07/20 12:24:15 Modified files: usr.bin/sed : process.c Log message: fix eyesore whitespace CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/07/20 12:26:02 Modified files: regress/usr.bin/sed: inplace2.expected inplace2.in Log message: remove expanded rcs id CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/07/20 12:27:36 Modified files: sys/dev : softraid.c Log message: fix spacing CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/20 12:31:01 Modified files: usr.bin/openssl: s_server.c Log message: Avoid possible NULL deref in openssl(1) s_server. Fixes Coverity issue 78873. ok miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/20 12:36:15 Modified files: databases/tdb : Makefile Log message: bump, net/samba4,-tdb had the same version/REVISION CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/07/20 12:42:08 Modified files: sys/net : pf.c pf_lb.c pf_table.c Log message: Add some panics to default paths where code later assumes a non default path was taken. This both prevents warnings from clang and acts as a sanity check. ok mcbride@ henning@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/07/20 12:42:35 Modified files: usr.bin/ssh : ssh.c Log message: Sync usage with SYNOPSIS CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/07/20 12:44:12 Modified files: usr.bin/ssh : ssh.1 Log message: Move .Pp before .Bl, not after to quiet mandoc -Tlint. Noticed by jmc@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/07/20 12:53:19 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 Log message: add class used by the _pbuild user for DPB, ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/20 12:55:35 Modified files: usr.sbin/npppd/npppd: privsep.c Log message: Add missing initializations in privsep.c From Yuuichi Someya at IIJ. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/20 12:58:30 Modified files: usr.sbin/npppd/npppd: npppd_iface.c Log message: Remove old route to the tunnel interface when the interface's address is changed. From Yuuichi Someya at IIJ. CVSROOT: /cvs Module name: src Changes by: jeremy@cvs.openbsd.org 2015/07/20 12:58:53 Modified files: sys/kern : kern_tame.c Log message: Allow the sched_yield, __thrsleep, __thrwakeup, and __threxit syscalls when using tame(2). This allows threaded programs to work. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/20 13:03:54 Modified files: usr.sbin/npppd/l2tp: l2tp_call.c Log message: Pass the errcode when disconnecting L2TP call. From Yuuichi Someya at IIJ. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/20 13:26:41 Modified files: usr.sbin/npppd/common: debugutil.c Log message: Add size and NULL checks in debugutil.c Poined out by Yuuichi Someya at IIJ. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2015/07/20 13:44:32 Modified files: sys/arch/octeon/conf: GENERIC files.octeon sys/arch/octeon/dev: octeon_iobus.c sys/arch/octeon/include: octeonreg.h octeonvar.h sys/arch/octeon/octeon: autoconf.c conf.c Added files: sys/arch/octeon/dev: amdcf.c Log message: Add a new flash driver for Octeon that allows access to the internal memory on (at least) D-Link DSR500 machines. This follows the CFI specification with code borrowed from zrouter (FreeBSD). The idea, once the current driver is thoroughly tested, would be to move it to MI land. The prerequisites to MI are width, shift and row detection and handling. In the long run I hope to be able to also add wdc support. For now write support is disabled. Okay miod@, deraadt@. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/20 13:49:33 Modified files: usr.sbin/syslogd: syslogd.c Log message: Do not reconnect outgoing TCP connections too aggressively. In case the receiver closes the connection, wait for a second to give him a chance to recover. OK benno@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/20 13:55:58 Modified files: net/tor : Makefile net/tor/pkg : tor.rc Log message: Tweak pkill invocation. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/07/20 14:14:45 Modified files: infrastructure/lib/DPB: PortBuilder.pm Log message: dont error out if we can't write into permanent log. found out by naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/20 14:16:59 Modified files: sysutils/polkit/patches: 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 Log message: Pushed upstream. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/20 14:18:45 Modified files: usr.bin/doas : doas.conf.5 Log message: SHELL is out, from Michael Reed CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/20 14:24:53 Modified files: multimedia/mkvtoolnix: Makefile multimedia/mkvtoolnix/pkg: PFRAG.no-no_x11 PLIST Log message: Thank you Brad. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/07/20 14:46:24 Modified files: bin/ksh : c_sh.c Log message: Zero-pad the seconds in the output of 'time' to make columns line up ok pirofti@ halex@ krw@ deraadt@ jca@ doug@ CVSROOT: /cvs Module name: ports Changes by: kspillner@cvs.openbsd.org 2015/07/20 14:51:47 ports/net/websocketd/patches Update of /cvs/ports/net/websocketd/patches In directory cvs.openbsd.org:/cvs.d/hack/kspillner/cvs/ports/net/websocketd/patches Log Message: Directory /cvs/ports/net/websocketd/patches added to the repository CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/20 14:53:44 Modified files: regress/sys/net/pf_forward: Makefile regress/sys/net/pf_fragment: Makefile Log message: When test pf.conf changes, check its syntax and use the new one. CVSROOT: /cvs Module name: ports Changes by: kspillner@cvs.openbsd.org 2015/07/20 14:53:59 Modified files: net/websocketd : Makefile distinfo Added files: net/websocketd/patches: patch-examples_cgi-bin_README_txt patch-examples_cgi-bin_dump-env_sh patch-version_go Log message: Update net/websocketd to latest upstream release. With help from czarkoff@. ok czarkoff@ CVSROOT: /cvs Module name: src Changes by: rzalamena@cvs.openbsd.org 2015/07/20 15:16:39 Modified files: sys/net : if.c if_ethersubr.c if_loop.c netisr.c netisr.h sys/netinet : ip_ether.c ip_gre.c sys/netmpls : mpls.h mpls_input.c mpls_raw.c Log message: Kill NETISR_MPLS, from now on we will use interface input handlers to deal with MPLS packets. ok mpi@, claudio@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/20 15:31:57 Modified files: sys/kern : vfs_syscalls.c Log message: Move the construction of p_tamenote from sys_open() to doopenat(), so that it also applies to sys_openat(). CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/20 15:36:27 Modified files: sys/kern : kern_tame.c Log message: crudely canonicalize paths before taming them. ok deraadt doug CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/20 15:52:07 Modified files: usr.bin/openssl: s_cb.c Log message: Avoid NULL deref in openssl(1) s_cb. Fixes Coverity issue 24956. ok bcook@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/20 15:55:13 Modified files: usr.bin/openssl: speed.c Log message: Don't try to run ECDH if ecdh_checks fails in openssl(1) speed. Coverity 72744 noticed that rsa_count was overwitten. The underlying issue is that this code is supposed to be in an else block. ok bcook@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/20 15:56:47 Modified files: usr.bin/openssl: ecparam.c Log message: No need to recheck for NULL in openssl(1) ecparam. Fixes Coverity issue 78802. ok bcook@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/20 16:00:54 Modified files: comms/hylafax : Makefile Log message: Unbreak; I don't see why this port needs groff and gmake to run. Triggered by a PLIST mismatch registering gettext-tools as a new RUN_DEPENDS. hint from naddy@ RUN_DEPENDS = ${BUILD_DEPENDS} is bad! bad! bad! Do *not* use that construct. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/20 16:14:36 Modified files: mail/courier-imap: Makefile Log message: CONFIGURE_STYLE += automake, fixes build when automake-1.14 isn't installed Problem spotted by ajacoutot@ CVSROOT: /cvs Module name: src Changes by: rzalamena@cvs.openbsd.org 2015/07/20 16:16:41 Modified files: sys/conf : GENERIC files sys/net : if_bridge.c if_vlan.c sys/netmpls : mpls.h mpls_input.c sys/sys : sockio.h Added files: sys/net : if_mpw.c Log message: Implemented MPLS pseudowire (mpw(4)) to be used with VPLS and VPWS. ok mpi@, claudio@. CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2015/07/20 16:28:57 Modified files: sys/sys : tty.h sys/kern : tty.c Log message: Fix tty hiwat handling a bit - Introduce new defines TTHIWATMINSPACE, TTMINHIWAT for some magic values that are used in tty.c. - Remove hiwat adjustments in ttwrite(). This fixes this codepath not being interrupt safe. - Change ttysetwater() to keep at least TTHIWATMINSPACE space above the high water mark. This makes it consistent with ttycheckoutq(). Without this change, the hiwat adjustment change above causes deadlocks in pty. ok kspillner@ commit it now deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/20 16:41:41 Modified files: sys/uvm : uvm_mmap.c Log message: Actually return a value from sys_kbind() in the non-ld.so case, or the compiler will warn. CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/07/20 16:42:56 Modified files: lib/libssl/src/crypto/gost: gostr341001_params.c Log message: prefer string.h to strings.h ok guenther@ doug@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2015/07/20 16:51:11 Modified files: usr.sbin/snmpd : util.c Log message: properly encode IpAddress, Gauge32, and Counter32 varbinds received from subagents ok reyk@ CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/07/20 16:51:11 Modified files: usr.bin/openssl: apps.c Log message: app_tminterval moved to apps_posix.c, we don't need sys/times.h CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/20 16:54:30 Modified files: sys/net : if.c if_bridge.c if_loop.c if_tun.c if_vxlan.c Log message: Remove splassert(IPL_NET) from if_input(). if_input() has been designed to be able to safely handle a batch of packets from physical drivers to the network stack. Most of these drivers have an interrupt routine executed at IPL_NET and the check made sense during the conversion. However we also want to re-enqueue packets with if_input() from the network stack currently running at IPL_SOFTNET. ok claudio@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/07/20 17:04:17 Modified files: games/backgammon/common_source: one.c Log message: Sometimes, the computer's move was printed, but the computer's men didn't actually move. This happened when "swap" was called earlier, and then later in the final call to makmove(), swapping back would have been required, but was erroneously denied. Patch sent in pjanzen@. It looks like the bug was already present in the original version in 4.1a BSD in 1982. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/20 17:08:19 Modified files: math/py-scipy : Makefile Log message: umfpack, arpack and amd are not needed. ok pirofti@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/07/20 17:09:38 Modified files: devel/p5-AnyEvent: Makefile distinfo devel/p5-AnyEvent/pkg: PLIST Log message: update p5-AnyEvent to 7.11 add p5-EV as run dependency, it is a recommended backend CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/20 17:10:35 Log message: Import suitesparse-4.4.4. SuiteSparse is a suite of sparse matrix algorithms, including: <...> req. by and ok pirofti@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20150721 N ports/math/suitesparse/Makefile N ports/math/suitesparse/distinfo N ports/math/suitesparse/pkg/DESCR N ports/math/suitesparse/pkg/PLIST N ports/math/suitesparse/patches/patch-SuiteSparse_config_SuiteSparse_config_mk No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/20 17:12:56 Removed files: math/SuiteSparse_config: Makefile distinfo math/SuiteSparse_config/files: Makefile math/SuiteSparse_config/pkg: DESCR PLIST math/amd : Makefile distinfo math/amd/files : Makefile Makefile.f77 math/amd/pkg : DESCR PLIST math/camd : Makefile distinfo math/camd/files: Makefile math/camd/pkg : DESCR PLIST math/ccolamd : Makefile distinfo math/ccolamd/files: Makefile math/ccolamd/pkg: DESCR PLIST math/colamd : Makefile distinfo math/colamd/files: Makefile math/colamd/pkg: DESCR PLIST math/ufconfig : Makefile distinfo math/ufconfig/pkg: DESCR PLIST math/umfpack : Makefile distinfo math/umfpack/files: Makefile math/umfpack/patches: patch-Include_umfpack_h patch-Source_umf_config_h patch-Source_umf_free_c patch-Source_umf_malloc_c patch-Source_umf_realloc_c math/umfpack/pkg: DESCR PLIST Log message: Remove, there are superseded by math/suitesparse. req. by and ok pirofti@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/20 17:13:42 Modified files: math : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/20 17:13:59 Modified files: math/freemat : Makefile Log message: Fix dependencies. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/20 17:14:58 Modified files: math/octave : Makefile Log message: Temporarily mark BROKEN; update is in the work. ok pirofti@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/20 17:15:14 Modified files: math/eigen3 : Makefile Log message: Fix dependencies. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/20 17:15:28 Modified files: lib/libssl/src/crypto/bio: bss_dgram.c Log message: Correct #if/else logic in BIO's dgram_ctrl. Coverity issue 72741 noticed that ret is being overwritten before use. The actual issue is that the #if/else logic is guarding the wrong lines. Besides impacting ret, this also made the case's break logic wrong because it was in the wrong location. ok bcook@ beck@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/07/20 17:15:54 Modified files: sys/net : if_pflow.c if_pflow.h Log message: Use the kernel socket interface (sosend(9) etc) instead of shoving packets directly into the network stack with ip_output(). The locking is intentionally left as is and will be improved in another commit. Input / OK bluhm@, OK benno@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/20 17:21:07 Modified files: math/suitesparse: Makefile Log message: Indent. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/20 17:44:16 src/lib/libradius Update of /cvs/src/lib/libradius In directory cvs.openbsd.org:/tmp/cvs-serv4182/lib/libradius Log Message: Directory /cvs/src/lib/libradius added to the repository CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/20 17:44:16 src/usr.sbin/radiusd Update of /cvs/src/usr.sbin/radiusd In directory cvs.openbsd.org:/tmp/cvs-serv4182/usr.sbin/radiusd Log Message: Directory /cvs/src/usr.sbin/radiusd added to the repository CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/20 17:44:16 src/usr.sbin/radiusctl Update of /cvs/src/usr.sbin/radiusctl In directory cvs.openbsd.org:/tmp/cvs-serv4182/usr.sbin/radiusctl Log Message: Directory /cvs/src/usr.sbin/radiusctl added to the repository CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/20 17:44:16 src/regress/lib/libradius Update of /cvs/src/regress/lib/libradius In directory cvs.openbsd.org:/tmp/cvs-serv4182/regress/lib/libradius Log Message: Directory /cvs/src/regress/lib/libradius added to the repository CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2015/07/20 17:45:39 Modified files: usr.sbin/ospfd : interface.c kroute.c ospfd.c Log message: Fix a segfault at startup when if_change() ist called before imsg_init() exposed by the second part of this diff which makes carp(4) interfaces be recognized to be in "backup" mode on start-up. Problem analyzed and fix provided by Johan Ymerson, thanks! ok claudio@, mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/20 17:46:53 Modified files: mail/courier-imap: Makefile Log message: autoheader is implied when CONFIGURE_STYLE=automake CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2015/07/20 17:47:20 Modified files: sys/sys : kernel.h sys/kern : subr_pool.c kern_timeout.c Log message: Move `ticks' declaration to sys/kernel.h. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/20 17:52:29 Modified files: share/mk : bsd.README bsd.prog.mk Added files: lib/libradius : Makefile radius.3 radius.c radius.h radius_attr.c radius_eapmsk.c radius_local.h radius_mppe.c radius_msgauth.c radius_userpass.c shlib_version regress/lib/libradius: Makefile incs.h main.c test00.c test01.c test02.c test03.c test04.c test05.c test06.c test10.c test11.c test20.c test21.c test22.c test23.c test24.c test25.c Log message: Add radius(3) library. This will be used by RADIUS server and client programs to manipulate RADIUS packets. Mainly written by UMEZAWA Takeshi. fix and suggestion deraadt ok deraadt CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/20 17:55:09 src/usr.sbin/radiusd/radiusd_bsdauth Update of /cvs/src/usr.sbin/radiusd/radiusd_bsdauth In directory cvs.openbsd.org:/tmp/cvs-serv31050/radiusd_bsdauth Log Message: Directory /cvs/src/usr.sbin/radiusd/radiusd_bsdauth added to the repository CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/20 17:55:09 src/usr.sbin/radiusd/radiusd_radius Update of /cvs/src/usr.sbin/radiusd/radiusd_radius In directory cvs.openbsd.org:/tmp/cvs-serv31050/radiusd_radius Log Message: Directory /cvs/src/usr.sbin/radiusd/radiusd_radius added to the repository CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2015/07/20 17:55:27 Modified files: sys/sys : types.h Log message: Indent. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2015/07/20 18:16:45 Modified files: share/man/man4/man4.octeon: Makefile Added files: share/man/man4/man4.octeon: amdcf.4 Log message: Add manual page for the new amdcf(4) driver. CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/07/20 18:41:08 Modified files: archivers/lzip/lzlib: Makefile distinfo archivers/lzip/lzlib/patches: patch-Makefile_in Log message: Update to lzlib 1.7. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/20 20:25:06 Modified files: net/freeradius : Makefile net/freeradius/pkg: PLIST-main Added files: net/freeradius/pkg: freeradius.rc Removed files: net/freeradius/pkg: radiusd.rc Log message: rename freeradius' rc script, to avoid a future conflict. ok aja@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/07/20 20:28:02 Modified files: faq : current.html Log message: mention freeradius rc script renaming CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2015/07/20 20:32:04 Modified files: sys/net : pf.c pf_if.c pf_ioctl.c Log message: - added /* FALLTHROUGH */ comments, typecasts (u_int32_t)-1, ... ok mpi@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/20 20:33:00 src/usr.sbin/radiusd/radiusd Update of /cvs/src/usr.sbin/radiusd/radiusd In directory cvs.openbsd.org:/tmp/cvs-serv13276/radiusd Log Message: Directory /cvs/src/usr.sbin/radiusd/radiusd added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/20 20:38:40 Modified files: math/eigen3 : Makefile Removed files: math/eigen3/patches: patch-cmake_FindUmfpack_cmake Log message: Properly find umfpack. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/20 20:46:54 Modified files: sys/net : if_loop.c Log message: Put the mbuf_list inside "#ifdef MPLS". reported by rpe@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/07/20 21:00:20 Modified files: sys/net : if_pflow.c Log message: use curproc instead of proc0 pointed out by and OK bluhm@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/07/20 21:03:10 Modified files: sys/net : if_pflow.c Log message: We don't do 'ARGSUSED' anymore CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/20 21:10:40 Modified files: x11/ratpoison : Makefile Log message: No need to try supporting this on vax; ok william@ (maintainer) As discussed with miod there's no way to run X on vax right now since X requires shared libraries support, which vax doesn't have... yet. :) CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/07/20 21:26:02 Modified files: usr.bin/mandoc : main.c tag.c tag.h Log message: When creation of the temporary tags file fails, call the pager without the -T option, because otherwise the pager won't even start. Fixing a bug reported by jca@. While here, shorten the code by two lines and delete one internal interface function. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/20 21:27:25 Modified files: devel/swig : Makefile Log message: Does not seem to need boost. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/20 21:28:39 src/sys/dev/pv Update of /cvs/src/sys/dev/pv In directory cvs.openbsd.org:/tmp/cvs-serv27600/pv Log Message: Directory /cvs/src/sys/dev/pv added to the repository CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/07/20 21:30:51 Modified files: sys/arch/amd64/stand/libsa: softraid.c sys/arch/i386/stand/libsa: softraid.c sys/dev : softraid.c softraid_concat.c softraid_crypto.c softraid_raid0.c softraid_raid1.c softraid_raid5.c softraid_raid6.c softraidvar.h Log message: A few more daddr_t fixes. Rename 'phys_off' variables to 'offset' since they are now relative to chunks. Use 'blkno' as normal variable name for daddr_t items rather than mix of 'blkno, blk, offset. Change field name ssd_data_offset to ssd_data_blkno since it is a block and not byte quantity. No intentional functional change. CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/20 21:34:38 Modified files: lib/libssl/src/ssl: ssl_sess.c Log message: Remove duplicate check in libssl. If len == 0, it already set try_session_cache so there's no need to check len again. Fixes Coverity issue 21687. ok bcook@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/20 21:38:23 Modified files: sys/arch/amd64/amd64: identcpu.c mainbus.c sys/arch/amd64/conf: GENERIC files.amd64 sys/arch/i386/conf: GENERIC files.i386 sys/arch/i386/i386: machdep.c mainbus.c sys/conf : files sys/dev : vmt.c Added files: sys/dev/pv : files.pv pvbus.c pvreg.h pvvar.h Removed files: sys/dev : vmtvar.h Log message: Add pvbus(4), a pseudo-bus to attach non-PCI paravirtual devices and buses. vmt(4) is moved from mainbus0 to pvbus0, more devices will follow. OK sf@ deraadt@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/20 21:40:01 Modified files: share/man/man4 : Makefile vmt.4 Added files: share/man/man4 : pvbus.4 Log message: Add manpage for pvbus(4) and update vmt(4). OK sf@ CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2015/07/20 21:47:17 Modified files: usr.bin/openssl: apps.c Log message: remove superfluous strings.h CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/20 21:59:44 Modified files: etc : master.passwd group Log message: Add _radius to etc/master.passwd and etc/group for coming radiusd. ok deraadt CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/07/20 22:04:06 Modified files: usr.bin/jot : jot.c Log message: whitespace CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/20 22:06:04 Modified files: etc/mtree : 4.4BSD.dist Added files: usr.sbin/radiusctl: Makefile chap_ms.c chap_ms.h parser.c parser.h radiusctl.c usr.sbin/radiusd: Makefile Makefile.inc imsg_subr.c imsg_subr.h log.c log.h parse.y radiusd.8 radiusd.c radiusd.conf.5 radiusd.h radiusd_bsdauth.c radiusd_local.h radiusd_module.c radiusd_module.h radiusd_radius.c util.c util.h usr.sbin/radiusd/radiusd: Makefile usr.sbin/radiusd/radiusd_bsdauth: Makefile usr.sbin/radiusd/radiusd_radius: Makefile Log message: Add radiusd(8) and radiusctl(8). They are WIP. radiusd(8) is a RADIUS server and radiusctl(8) is to control the server. radiusd(8) currently supports bsdauth and radius (upstream radius servers) as authentication backends. fixes from jsg blambert ok deraadt CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/07/20 22:14:48 Modified files: sys/kern : Makefile Log message: hookup octeon ok deraadt@ CVSROOT: /cvs Module name: src Changes by: rzalamena@cvs.openbsd.org 2015/07/20 22:14:52 Modified files: sys/sys : sockio.h Log message: Fix ioctl number conflict and sort ioctl numbers. ok mpi@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/20 22:18:17 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.280. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/07/20 22:20:29 Modified files: etc/mail : aliases Log message: Add the _radiusd user. ok sthen@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2015/07/20 22:21:50 Modified files: sys/net : if.c Log message: No more AF_LINK addresses on the per-ifp address lists. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/20 22:27:23 Modified files: devel/appstream-glib: Makefile distinfo Log message: Update to appstream-glib-0.4.1. CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/07/20 22:39:28 Modified files: usr.sbin/ldpd : address.c interface.c kroute.c ldpd.h ldpe.c ldpe.h packet.c Log message: Improve handling of addresses on ldpe. This is a preliminary work for the the next patch (sigup config reload). We want to make sure that the ldpe process can handle duplicated addresses. The idea is to alloc two different if_addr structures for each address, and link one in the global list of addresses (used to send address messages) and link the other to the associated interface list of addresses. Doing that we will be able to call kif_redistribute() after reloading the config file and activate the new LDP enabled interfaces. NOTE: Interfaces are created at config parse time and the child processes inherit them on fork() so there's no need to send a status update at startup. ok claudio@ CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/07/20 22:40:56 Modified files: usr.sbin/ldpd : adjacency.c hello.c ldpd.h ldpe.h parse.y printconf.c Log message: Assorted fixes and code cleanup for targeted neighbors. ok claudio@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/20 22:41:26 Modified files: usr.sbin/radiusd: radiusd.8 radiusd.conf.5 Log message: Correct man pages. Update the config example, fix some options, fix the copyright and use $Mdocdate$. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/07/20 22:42:59 Modified files: usr.bin/join : join.c Log message: zap trailing whitespace CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/07/20 22:43:28 Modified files: usr.sbin/ldpd : adjacency.c hello.c interface.c kroute.c lde.c ldpd.c ldpd.h ldpe.c ldpe.h neighbor.c packet.c Log message: Add configuration reload support. ok claudio@ CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/07/20 22:45:21 Modified files: usr.sbin/ldpd : lde.c ldpd.c ldpd.h ldpe.c parse.y Log message: Reuse merge_config() logic to simplify the shutdown of each process. ok claudio@ CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/07/20 22:46:51 Modified files: usr.sbin/ldpd : lde.c lde.h lde_lib.c Log message: Rename structures and functions to be more generic. LDP work with FECs, where a FEC can be a prefix, a pseudowire and so on. ok claudio@ CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2015/07/20 22:48:33 Modified files: sys/arch/amd64/include: i82489reg.h Log message: Define some LAPIC timer register values. CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/07/20 22:48:42 Modified files: usr.sbin/ldpd : lde.c lde.h lde_lib.c Log message: Record all fields of the received label mappings. Since we implement the Liberal Label Retention mode, we need to record all fields of the received label mappings so the messages can be processed later when there is a matching nexthop for the advertised FECs. This will be important when we implement VPLS because we need to retain information like the pseudowire's interface MTU and Group ID. ok claudio@ CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/07/20 22:52:29 Modified files: usr.sbin/ldpd : address.c adjacency.c control.c hello.c kroute.c labelmapping.c lde.c lde.h lde_lib.c ldp.h ldpd.c ldpd.conf.5 ldpd.h ldpe.c ldpe.h log.c log.h notification.c parse.y printconf.c Added files: usr.sbin/ldpd : l2vpn.c Log message: VPLS signaling support. This patch introduces full support for pseudowire signaling in ldpd(8), including Control Word and Status TLV negotiation. As of now it's not possible to configure a VPWS, but the signaling is the same. In the future, when VPWS support is available in the kernel, ldpd(8) can be extended to support VPWS with only a few modifications. Limitations: * No support for FEC 129, only FEC 128 (more widely deployed); * No support for group withdraws (not widely deployed); * No support for MAC withdraws (not widely deployed). Related RFCs: * RFC 3916: Requirements for Pseudo-Wire Emulation Edge-to-Edge (PWE3) * RFC 3985: Pseudo Wire Emulation Edge-to-Edge (PWE3) Architecture * RFC 4385: Pseudowire Emulation Edge-to-Edge (PWE3) Control Word for Use over an MPLS PSN * RFC 4446: IANA Allocations for Pseudowire Edge to Edge Emulation (PWE3) * RFC 4447: Pseudowire Setup and Maintenance Using the Label Distribution Protocol (LDP) * RFC 4448: Encapsulation Methods for Transport of Ethernet over MPLS Networks * RFC 4905: Encapsulation Methods for Transport of Layer 2 Frames over MPLS Networks * RFC 4906: Transport of Layer 2 Frames Over MPLS ok claudio@ CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/07/20 22:56:44 Modified files: usr.sbin/ldpd : Makefile parse.y Log message: Validate ip addresses on configuration. ok claudio@ CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/07/20 22:58:48 Modified files: usr.sbin/ldpd : ldpe.c ldpe.h neighbor.c Log message: Fix some awful ipc synchronization issues. Under some rare circumstances the following can happen: 1 - one neighbor sends a label withdraw followed by a fatal notification message; 2 - ldpe parses the label withdraw and sends it to lde; 3 - ldpe parses the fatal notification message and closes the session; 4 - lde processes the label withdraw and asks ldpe to send a label release; 5 - at around the same time, ldpe restarts the session with the neighbor; 6 - ldpe processes the lde message and then sends a label release to the new neighbor. The problem is that we don't want a message enqueue to a neighbor to be sent after the session is restarted. If a session is closed, all the enqueued messages should be discarded. To acomplish this, we update the peerid of the nbr structure everytime the session is established. ok claudio@ CVSROOT: /cvs Module name: src Changes by: rzalamena@cvs.openbsd.org 2015/07/20 22:58:52 Modified files: sys/net : if_mpw.c Log message: Added OpenBSD CVS tag. CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/07/20 23:01:46 Modified files: usr.sbin/ldpd : ldpd.h neighbor.c Log message: Remove more unused defines. ok claudio@ CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/07/20 23:02:57 Modified files: usr.sbin/ldpd : labelmapping.c ldpe.c ldpe.h neighbor.c Log message: Rename, move and reuse mapping list functions. ok claudio@ CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/07/20 23:04:13 Modified files: usr.sbin/ldpd : ldpd.c ldpe.c Log message: Call control_cleanup() from the ldpe process, where it belongs. ok claudio@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2015/07/20 23:10:12 Modified files: infrastructure/lib/DPB: Shell.pm usr.sbin/pkg_add/OpenBSD: Paths.pm Log message: switch dpb from sudo to doas (and env as required); ok sthen@ CVSROOT: /cvs Module name: src Changes by: rzalamena@cvs.openbsd.org 2015/07/20 23:25:24 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : mpw.4 Log message: Added mpw(4) man page. CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/07/20 23:42:50 Modified files: usr.sbin/ldpctl: ldpctl.c Log message: Improve the show lib command. ok claudio@ CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/07/20 23:43:47 Modified files: usr.sbin/ldpctl: ldpctl.8 parser.c Log message: Re-enable the reload command. ok claudio@ CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/07/20 23:44:50 Modified files: usr.sbin/ldpctl: ldpctl.8 ldpctl.c parser.c parser.h Log message: Introduce two show commands for l2vpns. ok claudio@ CVSROOT: /cvs Module name: src Changes by: renato@cvs.openbsd.org 2015/07/20 23:45:56 Modified files: usr.sbin/ldpctl: ldpctl.8 Log message: Document the "ldpctl show discovery" command. ok claudio@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/07/20 23:58:34 Modified files: sys/arch/macppc/macppc: ofw_machdep.c Log message: add braces to avoid an uninitialised variable use ok mpi@ looks correct miod@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/07/21 00:15:33 Modified files: share/man/man4 : mpw.4 Log message: basic macro fixes: Fd -> In, Dv for ioctls, and a few others CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2015/07/21 00:19:50 Modified files: sys/arch/i386/include: i82489reg.h Log message: Sync with amd64; add LAPIC timer definitions. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/07/21 01:01:05 Modified files: share/man/man4 : vmt.4 Log message: basic macro fixes: Dv for signal names, Sy for non-base-system commands CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/07/21 01:01:21 Modified files: share/man/man4 : pvbus.4 Log message: don't use .Xr for things that have no manual page CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/07/21 01:04:53 Modified files: usr.sbin/radiusd: radiusd.8 radiusd.c Log message: add missing -n to the SYNOPSIS and usage() and -d to the DESCRIPTION; OK yasuoka@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/07/21 01:13:59 Modified files: usr.bin/tsort : tsort.c Log message: whitespace cleanup CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/21 01:14:31 Modified files: meta/xfce : Makefile meta/xfce/pkg : README-main Log message: Stop talking about sudo(8) for now; code is gone. It may come back at some point though. ok landry@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/07/21 01:33:27 Modified files: x11/xfce4/xfdesktop: Makefile distinfo Log message: update to xfdesktop 4.12.3 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/07/21 01:35:28 Modified files: lib/libc/sys : tame.2 Log message: basic macro cleanup, mostly converting to .Dv where appropriate CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/07/21 02:02:38 Modified files: geo/postgis : Makefile distinfo geo/postgis/pkg: PLIST Log message: Bugfix update to postgis 2.1.8 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/07/21 02:36:40 Modified files: geo/merkaartor : Makefile distinfo geo/merkaartor/patches: patch-src_src_pro geo/merkaartor/pkg: PLIST Removed files: geo/merkaartor/patches: patch-src_ImportExport_ImportExportGdal_cpp Log message: Update to merkaartor 0.18.2. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/21 03:13:11 Modified files: sys/dev/pv : files.pv Added files: sys/dev/pv : vmt.c Removed files: sys/dev : vmt.c Log message: Move vmt.c to sys/dev/pv/vmt.c. The history is lost but can be found in the Attic of sys/dev/vmt.c. OK to do it deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2015/07/21 03:34:57 Modified files: usr.sbin/ldpctl: ldpctl.c Log message: Remove the check for the connected flag since it is no longer around. Minimal fix to unbreak the tree. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/07/21 04:06:15 Modified files: geo/qgis : Makefile distinfo geo/qgis/patches: patch-CMakeLists_txt patch-doc_CMakeLists_txt patch-src_app_qgisapp_cpp patch-src_app_qgsabout_cpp patch-src_core_CMakeLists_txt patch-src_core_qgsapplication_cpp patch-src_providers_delimitedtext_CMakeLists_txt patch-src_server_CMakeLists_txt geo/qgis/pkg : PLIST Added files: geo/qgis/patches: patch-src_analysis_vector_qgszonalstatistics_cpp patch-src_core_qgshistogram_cpp patch-src_plugins_zonal_statistics_qgszonalstatisticsdialog_h Log message: Update to QGIS 2.10.1. See https://github.com/qgis/QGIS/blob/master/NEWS for ...news... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/21 04:44:09 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: src Changes by: zhuk@cvs.openbsd.org 2015/07/21 05:04:06 Modified files: usr.bin/doas : doas.1 doas.c doas.conf.5 doas.h parse.y Log message: Add argument matching support to doas. Input and generic support from many. Final okay from tedu@. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/07/21 05:39:52 Modified files: geo/qgis/patches: patch-src_analysis_vector_qgszonalstatistics_cpp patch-src_core_qgshistogram_cpp patch-src_plugins_zonal_statistics_qgszonalstatisticsdialog_h Log message: Add link to upstream merged PR. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2015/07/21 08:43:57 Modified files: databases/py-mysql: Makefile databases/py-mysql/pkg: PLIST Log message: add the conflict with upcoming py-mysqlclient port. ok benoit@ (thanks). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/21 08:44:13 Modified files: mail/courier-imap: Makefile Log message: This also requires devel/libtool... CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2015/07/21 08:48:39 Log message: import py-mysqlclient, an interface to the popular mysql database server. ok benoit@ (thanks). Status: Vendor Tag: rpointel Release Tags: rpointel_20150721 N ports/databases/py-mysqlclient/Makefile N ports/databases/py-mysqlclient/distinfo N ports/databases/py-mysqlclient/pkg/PLIST N ports/databases/py-mysqlclient/pkg/DESCR N ports/databases/py-mysqlclient/pkg/PFRAG.no-python3 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2015/07/21 08:51:11 Modified files: databases : Makefile Log message: + SUBDIR += py-mysqlclient + SUBDIR += py-mysqlclient,python3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/21 08:53:37 Modified files: databases/py-mysqlclient: Makefile Log message: No need for that BUILD_DEPENDS. Fix FLAVORS. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/07/21 08:56:25 Log message: Add devel/p5-Math-Base-Convert 0.08 This module provides fast functions and methods to convert between arbitrary number bases from 2 (binary) thru 65535. ok benoit@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20150721 N ports/devel/p5-Math-Base-Convert/Makefile N ports/devel/p5-Math-Base-Convert/distinfo N ports/devel/p5-Math-Base-Convert/pkg/DESCR N ports/devel/p5-Math-Base-Convert/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/07/21 08:58:46 Modified files: devel : Makefile Log message: +p5-Math-Base-Convert CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2015/07/21 09:05:57 Modified files: databases/p5-SQL-Statement: Makefile distinfo Log message: Update databases/p5-SQL-Statement to 1.407 ok benoit@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/21 09:19:34 Modified files: share/man/man4 : mpw.4 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/21 09:30:00 Modified files: share/man/man4/man4.octeon: amdcf.4 Log message: tweak previous; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/21 09:34:21 Modified files: x11/gtk+3 : Makefile distinfo x11/gtk+3/patches: patch-gtk_gtksettings_c Log message: Update to gtk+3-3.16.6. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/21 09:36:22 Modified files: usr.sbin/radiusd: radiusd.8 Log message: quote the %T title, to avoid confusing groff; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2015/07/21 09:44:04 Modified files: sys/dev/acpi : acpi.c Log message: iRespect the access size when reading or writing to pci config space. Fixes battery status passthrough in vmware and who knows what else. Tested by many. ok mlarkin@, deraadt@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2015/07/21 09:45:05 Modified files: faq : faq15.html faq/ports : ports.html Log message: Drop unnecessary version numbers. from Michael McConville CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/21 09:46:32 Modified files: x11/gnome/settings-daemon: Makefile distinfo Log message: Update to gnome-settings-daemon-3.16.3. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/21 09:51:37 Log message: import ti-msp430gcc, TI's open source compiler for MSP430 microcontrollers this will replace the existing msp430 toolchain at some point ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20152107 N ports/devel/ti-msp430gcc/Makefile N ports/devel/ti-msp430gcc/distinfo N ports/devel/ti-msp430gcc/pkg/PLIST N ports/devel/ti-msp430gcc/pkg/DESCR N ports/devel/ti-msp430gcc/patches/patch-sources_tools_Makefile_def N ports/devel/ti-msp430gcc/patches/patch-sources_tools_gcc_Makefile_in N ports/devel/ti-msp430gcc/patches/patch-sources_tools_libgloss_msp430_Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/21 09:52:23 Modified files: devel/msp430/binutils: Makefile devel/msp430/binutils/pkg: PLIST devel/msp430/gcc: Makefile devel/msp430/gcc/pkg: PLIST devel/msp430/gdb: Makefile devel/msp430/gdb/pkg: PLIST Log message: add conflict marker with new ti-msp430gcc CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/21 09:57:17 Modified files: devel : Makefile Log message: +ti-msp430gcc CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/21 10:12:04 Modified files: usr.bin/doas : doas.1 doas.c parse.y Log message: cases should line up with switch, from Dimitris Papastamos CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/21 10:15:20 Modified files: usr.bin/doas : doas.c Log message: oops, previous commit regarding cases should have just been for parse.y. then a commit that says: add a -C option to check config files without running. ok halex then *this* commit: use setresuid to be explicit. suggested by deraadt CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2015/07/21 10:17:15 Modified files: sys/arch/octeon/octeon: lock_machdep.c Log message: Let octeon kernel compile again with the MP_LOCKDEBUG option. ok miod@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/07/21 10:17:17 Modified files: sys/kern : kern_tame.c Log message: Always permit kbind (for dynamic linking) and add __thrsigdivert to the SELF list like the other threading calls ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/07/21 10:22:59 Modified files: usr.bin/uname : uname.c Log message: kill trailing whitespace CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/21 10:24:50 Modified files: devel/ti-msp430gcc: Makefile devel/ti-msp430gcc/pkg: PLIST Log message: install headers CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/21 10:34:31 Modified files: usr.bin/openssl: pkcs7.c Log message: Convert openssl(1) pkcs7 to new option handling. ok doug@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/21 10:41:34 Modified files: usr.bin/openssl: nseq.c Log message: Convert openssl(1) nseq to new option handling. ok bcook@ doug@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/21 11:43:32 Modified files: japanese/Wnn : Makefile Log message: mark Wnn BROKEN, it doesn't build any more CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/21 11:49:33 Modified files: usr.bin/doas : doas.1 doas.c Log message: options w/o args go first in SYNOPSIS, and add -C to usage(); CVSROOT: /cvs Module name: src Changes by: rzalamena@cvs.openbsd.org 2015/07/21 11:50:23 Modified files: sbin/ifconfig : ifconfig.c Log message: Teach ifconfig(8) about mpw(4) commands. ok claudio@, renato@, mpi@. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/21 11:51:50 Modified files: regress/sys/net/pf_forward: Makefile regress/sys/net/pf_fragment: Makefile pf.conf Log message: Extend the setup with another address for testing pf route-to. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/21 11:59:03 Modified files: net/openvmps : Makefile Added files: net/openvmps/patches: patch-Makefile_in Log message: Don't force the use of PIE, cc(1) knows better. ok ajacoutot@ (maintainer) CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/21 11:59:58 Modified files: sys/dev/pv : pvbus.c pvvar.h vmt.c Log message: Switch pvbus(4) to fully dynamic autoconf - drivers don't have to be listed in pvbus.c anymore and are defined by the config only. OK mlarkin@ sf@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/21 12:08:34 Modified files: net/p5-Net-TCLink: Makefile Added files: net/p5-Net-TCLink/patches: patch-tclink_c Log message: Switch from SSLv3 to SSLv23_client_method() for now. It's still unclear whether this port actually works with this fix applied, let's wait a bit for user reports. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/07/21 13:07:13 Modified files: libexec/security: security Log message: When reading untrusted user files, don't risk blocking, such that users can't mount a DOS attack against security(8), and for additional safety against race attacks, make sure they are regular files after opening and before actually reading them. Issue originally hinted at by Sevan Janiyan <venture37 at geeklan dot com dot uk> based on a NetBSD commit message, then commented on by tedu@, problem finally confirmed by guenther@, who also provided feedback on the actual patch. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/21 14:12:00 Modified files: sys/arch/amd64/amd64: mainbus.c Log message: pvbus(4) was attaching too early, it has to wait for identifycpu. Problem found on GENERIC by mlarkin. OK mlarkin@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2015/07/21 14:29:34 Modified files: sysutils/syslog-ng: Makefile distinfo sysutils/syslog-ng/files: syslog-ng.conf sysutils/syslog-ng/patches: patch-Makefile_in patch-configure patch-modules_afmongodb_libmongo-client_src_mongo-utils_c sysutils/syslog-ng/pkg: PLIST Added files: sysutils/syslog-ng/patches: patch-lib_compat_getutent_h patch-modules_afsocket_transport-unix-socket_c patch-syslog-ng-ctl_control-client-unix_c Removed files: sysutils/syslog-ng/patches: patch-modules_syslogformat_syslog-format_c Log message: update to 3.6.4 ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2015/07/21 20:34:59 Modified files: etc : moduli usr.bin/ssh/moduli-gen: moduli.1536 moduli.2048 moduli.3072 moduli.4096 moduli.6144 moduli.7680 moduli.8192 Log message: Generate new moduli. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/07/21 23:28:38 Modified files: mail/thunderbird-i18n: Makefile.inc distinfo mail/mozilla-thunderbird: Makefile distinfo Log message: Update to thunderbird 38.1.0 / lightning 4.0.1. - See https://www.mozilla.org/en-US/thunderbird/38.1.0/releasenotes/ - Fixes MFSA 2015-59, 63, 66, 67, 70 & 71 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/21 23:31:33 Modified files: sys/kern : kern_exec.c Log message: memory leak in execve with systrace, plus some unreachable code spotted by Maxime Villard ok guenther millert CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/21 23:32:44 Modified files: sys/kern : kern_tame.c Log message: Slam signal handlers harder in tame_fail(), found by semarie. Also delete some prototype KTRACE code which is not headed in the right direction. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/21 23:37:23 Modified files: usr.bin/doas : doas.c Log message: one whitespace out of place CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/22 00:20:06 Modified files: sbin/ifconfig : ifconfig.c Log message: process_mpw_commands should not go to install-media ifconfig CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/22 00:30:12 Modified files: usr.bin/doas : doas.conf.5 Log message: tweak previous; ok zhuk CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/07/22 04:48:07 Modified files: devel/p5-Variable-Magic: Makefile distinfo Log message: Update to p5-Variable-Magic-0.58. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/07/22 05:05:15 Modified files: security/cracklib: Makefile distinfo Log message: Update to cracklib-2.9.5. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/07/22 06:37:50 Modified files: math/ntl : Makefile distinfo Removed files: math/ntl/patches: patch-src_tools_c patch-src_tools_h Log message: Update to ntl-9.3.0. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/07/22 06:48:53 Modified files: devel/git : Makefile distinfo Log message: Update to git-2.4.6. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/22 09:52:32 Modified files: usr.bin/openssl: ca.c Log message: Revert ca.c r1.7 - BN_to_ASN1_INTEGER() only allocates an ASN.1 integer when it is not passed a reference to one. In this case, it is passed a reference to an ASN.1 integer that is part of the X509 ASN.1 data structure. Freeing this causes bad things to happen, since it is used and then freed later on. Found the hard way by kinichiro inoguchi. CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2015/07/22 10:35:03 Modified files: usr.bin/doas : doas.c Log message: Small tweaks: - whitespace on empty line; - use getuid() consistently. okay tedu@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2015/07/22 10:37:04 Modified files: usr.bin/tail : reverse.c Log message: Fix memory leak when tail -r is used with anything but regular files. ok schwarze@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/22 11:35:39 Modified files: print/libpaper : Makefile distinfo Log message: Update to libpaper-1.1.24.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/22 11:37:16 Modified files: print/libpaper : Makefile Log message: PORTROACH should not be needed anymore. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/22 12:09:17 Modified files: x11/dbus : Makefile distinfo x11/dbus/patches: patch-bus_Makefile_in patch-dbus_Makefile_in patch-tools_Makefile_in x11/dbus/pkg : PLIST-main Log message: Update to dbus-1.8.20. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/22 12:27:48 Modified files: x11/gnome/control-center: Makefile distinfo x11/gnome/control-center/pkg: PLIST Log message: Update to gnome-control-center-3.16.3. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/07/22 13:06:28 Modified files: sys/dev : audio.c Log message: Represent the current stream position in blocks rather than bytes just because it's simpler this way. No behaviour change. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/07/22 13:32:51 Modified files: geo/gdal : Makefile Log message: Remove the duplicated .TH section using sed -i. Reported upstream as http://trac.osgeo.org/gdal/ticket/6048. With hints from schwarze@ & bentley@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/22 13:44:28 Modified files: graphics/gdk-pixbuf2: Makefile Added files: graphics/gdk-pixbuf2/patches: patch-gdk-pixbuf_pixops_pixops_c Log message: SECURITY: fix a heap overflow and a DoS triggered by the scaling of a malformed bmp. https://bugzilla.gnome.org/show_bug.cgi?id=752297 https://git.gnome.org/browse/gdk-pixbuf/commit/?id=ffec86ed5010c5a2be14f47b33bcf4ed3169a199 CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2015/07/22 14:15:24 Modified files: usr.bin/doas : doas.conf.5 parse.y Log message: Implement quoting support in doas.conf. Now you can pass environment variables and arguments with almost any values. As a bonus, doas will now point to exact place where syntax error occured most of times; there is some room for improvement, though. okay tedu@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/07/22 16:12:17 Modified files: . : events.html Log message: event is over CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/07/22 16:23:52 Modified files: archivers/lzip/plzip: Makefile distinfo Log message: Update to plzip 1.4. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/22 18:38:06 Modified files: sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC Log message: GPT appears to create broken spoofed labels for empty disks (at least vnd, maybe related to the small size of such media) CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/22 20:57:51 Modified files: sys/kern : kern_tame.c Log message: Replace TIOCSWINSZ with TIOCGWINSZ in tame(2). ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/22 22:22:50 Modified files: textproc/meld : Makefile distinfo textproc/meld/pkg: PLIST Log message: Update to meld-3.14.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/22 23:25:58 Modified files: graphics/gdk-pixbuf2: Tag: OPENBSD_5_7 Makefile Added files: graphics/gdk-pixbuf2/patches: Tag: OPENBSD_5_7 patch-gdk-pixbuf_pixops_pixops_c Log message: Fix a heap overflow and DoS. https://bugzilla.gnome.org/show_bug.cgi?id=752297 CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/22 23:44:40 Modified files: lib/libc/sys : tame.2 Log message: Sync with kernel TIOCGWINSZ change. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/23 00:04:12 Modified files: include : Makefile lib : Makefile Log message: Build and install libradius as default. ok deraadt CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/07/23 00:05:04 Modified files: devel/capstone : Makefile distinfo Log message: Update to capstone-3.0.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/23 00:10:35 Modified files: print/libpaper : Makefile distinfo Log message: Tweak distname to please portroach. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/23 00:21:37 Modified files: sys/arch/i386/i386: mainbus.c Log message: Attach pvbus(4) later just before pci(4). Same change was done for amd64. Tested on VMware-GENERIC-i386. OK mlarkin@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/07/23 01:33:17 Modified files: sysutils/collectd: Makefile distinfo sysutils/collectd/patches: patch-configure patch-src_Makefile_in sysutils/collectd/pkg: PLIST-main PLIST-virt collectd.rc Added files: sysutils/collectd/pkg: README-main Removed files: sysutils/collectd/patches: patch-src_collectd_c patch-src_memory_c patch-src_plugin_h patch-src_processes_c patch-src_tcpconns_c patch-src_users_c Log message: Update to collectd 5.5.0. Enable aggregation, curl_json, fhcount, log_logstash, memcached, threshold, write_log & write_riemann plugins. Add dependencies on devel/libyajl for curl_json & log_logstash and devel/protobuf-c for write_riemann. Add a README explaining how to run the daemon as _collectd user in case you dont need the dns and ping plugins (the only ones requiring root). Lots of patches merged upstream. From Pavel Korovin with small tweaks by me, tested here on ppc. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/23 01:35:13 Modified files: www/llgal : Makefile Log message: This needs devel/gettext-tools. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/23 01:48:24 Modified files: textproc/txt2tags: Makefile Log message: Needs devel/gettext-tools. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/23 01:50:00 Modified files: print/pdfshuffler: Makefile Log message: Needs devel/gettext-tools. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2015/07/23 02:05:18 Modified files: infrastructure/man/man1: check-problems.1 clean-old-distfiles.1 dpb.1 make-plist.1 out-of-date.1 pkg_subst.1 portcheck.1 portimport.1 portslogger.1 retrieve-index.1 update-patches.1 Log message: Typo fixes and lint cleanup in ports manpages, from Michael Reed. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/23 02:06:28 Modified files: sysutils/facter: Makefile distinfo sysutils/facter/files: dmi_resolver.cc dmi_resolver.hpp processor_resolver.cc sysutils/facter/patches: patch-lib_CMakeLists_txt patch-lib_inc_internal_ruby_api_hpp patch-lib_src_ruby_api_cc Log message: - update to facter-3.0.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/23 02:21:28 Modified files: sysutils/facter: Makefile Log message: list all outstanding pull requests CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/23 02:50:06 Modified files: usr.sbin : Makefile Log message: Build and install radiusd(8) and radiusctl(8) as default. They still lack of privsep and man page, they will be fixed soon. ok deraadt CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/23 03:04:06 Modified files: usr.sbin/npppd/npppd: Makefile chap.c npppd_local.h npppd_radius.c pap.c ppp.c ppp.h radius_req.c radius_req.h Removed files: usr.sbin/npppd/npppd: radius+.c radius+.h radius+_local.h radiusconst.h Log message: Make npppd use libradius(3). Remove radius+ files. CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/07/23 03:36:32 Modified files: usr.sbin/httpd : server_http.c Log message: The realm in authenticate directive of config file isn't escaped for '"' char. The diff corrects this problem by using VIS_DQ. ok reyk@ florian@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/23 03:58:35 Modified files: sysutils/p5-Sys-Virt: Makefile distinfo sysutils/p5-Sys-Virt/pkg: PLIST Log message: update to p5-Sys-Virt-1.2.17 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/07/23 04:02:08 Modified files: japanese/Wnn : Makefile japanese/Wnn/patches: patch-Wnn_etc_pwd_c Log message: fix tedu's breakage, again CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/07/23 04:16:21 Modified files: lang/parrot : Makefile Log message: Force use of /usr/bin/make; otherwise this may pick up gmake, as noticed by ajacoutot@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/23 04:26:24 Modified files: devel/libvirt-glib: Makefile distinfo devel/libvirt-glib/pkg: PLIST Log message: update to libvirt-glib-0.2.2 CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/23 06:08:42 Modified files: sys/dev/pv : pvbus.c pvvar.h Log message: Add the bhyve id to recognize if we're running under this hypervisor. OK mlarkin@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/07/23 06:44:43 Modified files: sys/kern : subr_pool.c Log message: remove the POOL_NEEDS_CATCHUP macro, it isnt used. from martin natano CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/23 06:46:01 Modified files: devel/ipython : Makefile devel/ipython/patches: patch-IPython_html_base_handlers_py Log message: Security fix for CVE-2015-5607 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/23 07:04:22 Modified files: devel/ipython : Tag: OPENBSD_5_7 Makefile devel/ipython/patches: Tag: OPENBSD_5_7 patch-IPython_html_base_handlers_py Log message: Security fix for CVE-2015-5607 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/07/23 07:44:04 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-base_base_gypi patch-base_process_process_posix_cc patch-base_sys_info_openbsd_cc patch-base_threading_platform_thread_linux_cc patch-build_all_gyp patch-build_common_gypi patch-chrome_app_chrome_main_delegate_cc patch-chrome_app_chromium_strings_grd patch-chrome_app_google_chrome_strings_grd patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_about_flags_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_download_download_commands_cc patch-chrome_browser_download_download_commands_h patch-chrome_browser_download_download_prefs_cc patch-chrome_browser_download_download_prefs_h patch-chrome_browser_extensions_bookmark_app_helper_cc patch-chrome_browser_media_galleries_media_file_system_registry_cc patch-chrome_browser_memory_details_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_notifications_message_center_notification_manager_cc patch-chrome_browser_renderer_preferences_util_cc patch-chrome_browser_speech_tts_controller_impl_cc patch-chrome_browser_ssl_ssl_blocking_page_cc patch-chrome_browser_ui_browser_cc patch-chrome_browser_ui_browser_command_controller_cc patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_toolbar_wrench_menu_model_cc patch-chrome_browser_ui_views_apps_chrome_native_app_window_views_aura_cc patch-chrome_browser_ui_views_chrome_views_delegate_cc patch-chrome_browser_ui_views_chrome_views_delegate_h patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc patch-chrome_browser_ui_views_frame_system_menu_model_builder_cc patch-chrome_browser_ui_views_tabs_tab_strip_cc patch-chrome_browser_ui_webui_about_ui_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_options_browser_options_handler_cc patch-chrome_browser_web_applications_web_app_cc patch-chrome_browser_web_applications_web_app_h patch-chrome_chrome_browser_extensions_gypi patch-chrome_chrome_browser_gypi patch-chrome_chrome_browser_ui_gypi patch-chrome_chrome_common_gypi patch-chrome_chrome_exe_gypi patch-chrome_chrome_utility_gypi patch-chrome_common_chrome_paths_cc patch-chrome_common_chrome_paths_h patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_extensions_api_schemas_gypi patch-chrome_common_pref_names_cc patch-chrome_common_pref_names_h patch-chrome_common_url_constants_cc patch-chrome_common_url_constants_h patch-components_policy_tools_generate_policy_source_py patch-components_printing_renderer_print_web_view_helper_h patch-content_app_content_main_runner_cc patch-content_browser_browser_main_loop_cc patch-content_browser_child_process_launcher_cc patch-content_browser_gpu_gpu_data_manager_impl_private_cc patch-content_browser_gpu_gpu_internals_ui_cc patch-content_browser_renderer_host_render_widget_host_view_aura_cc patch-content_content_browser_gypi patch-content_content_common_gypi patch-content_content_renderer_gypi patch-content_gpu_gpu_main_cc patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_blink_platform_impl_h patch-content_shell_browser_shell_browser_main_parts_cc patch-dbus_property_cc patch-device_serial_serial_io_handler_posix_cc patch-device_serial_serial_service_impl_cc patch-device_usb_usb_context_cc patch-device_usb_usb_service_impl_cc patch-device_usb_usb_service_impl_h patch-gpu_command_buffer_service_async_pixel_transfer_manager_egl_cc patch-gpu_command_buffer_service_async_pixel_transfer_manager_share_group_cc patch-gpu_gpu_config_gypi patch-media_audio_audio_input_controller_cc patch-media_media_gyp patch-media_video_capture_fake_video_capture_device_factory_cc patch-media_video_capture_video_capture_device_h patch-net_net_gypi patch-net_udp_udp_socket_libevent_cc patch-net_url_request_url_request_context_builder_cc patch-pdf_pdfium_pdfium_engine_cc patch-third_party_WebKit_Source_core_core_gyp patch-third_party_WebKit_Source_platform_fonts_SimpleFontData_cpp patch-third_party_WebKit_Source_platform_heap_StackFrameDepth_cpp patch-third_party_WebKit_Source_platform_heap_ThreadState_cpp patch-third_party_WebKit_Source_platform_heap_ThreadState_h patch-third_party_WebKit_Source_web_PopupListBox_cpp patch-third_party_ffmpeg_ffmpeg_gyp patch-third_party_libjingle_libjingle_gyp patch-third_party_pdfium_build_standalone_gypi patch-third_party_pdfium_core_include_fxcrt_fx_system_h patch-third_party_pdfium_core_src_fxge_ge_fx_ge_linux_cpp patch-third_party_pdfium_fpdfsdk_src_javascript_PublicMethods_cpp patch-third_party_pdfium_fpdfsdk_src_jsapi_fxjs_v8_cpp patch-third_party_skia_src_core_SkVarAlloc_cpp patch-third_party_webrtc_base_base_gyp patch-third_party_webrtc_base_network_cc patch-third_party_webrtc_build_common_gypi patch-ui_app_list_app_list_constants_cc patch-ui_app_list_app_list_constants_h patch-ui_app_list_views_app_list_item_view_cc patch-ui_app_list_views_app_list_view_cc patch-ui_base_resource_resource_bundle_cc patch-ui_base_webui_web_ui_util_cc patch-ui_gl_generate_bindings_py patch-ui_message_center_views_message_center_view_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_views_delegate_cc patch-ui_views_views_delegate_h patch-ui_views_views_gyp patch-v8_src_base_platform_platform-posix_cc www/chromium/pkg: PLIST Added files: www/chromium/patches: patch-ash_display_mirror_window_controller_cc patch-third_party_ffmpeg_libavutil_autorename_libavutil_cpu_c patch-ui_events_keycodes_dom_keycode_converter_cc Removed files: www/chromium/patches: patch-content_renderer_pepper_usb_key_code_conversion_cc patch-ui_events_keycodes_dom4_keycode_converter_cc Log message: update to 44.0.2403.89 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/23 08:13:22 Modified files: devel/p5-Glib2 : Makefile distinfo Log message: Update to p5-Glib2-1.311. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/07/23 08:49:10 Modified files: etc/mtree : special etc : changelist Log message: add doas.conf to mtree (from Theo Buehler) and changelist. ok phessler@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/23 09:26:37 Modified files: usr.bin/doas : doas.conf.5 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/23 10:26:57 Modified files: sys/conf : newvers.sh Log message: remove -beta tag. take that as a hint. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/23 10:29:02 Modified files: multimedia/minidlna/patches: patch-minidlna_c Log message: Add link to upstream bug report, no package change. From Daniel LEVAI. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/07/23 10:35:34 Modified files: sys/arch/sparc64/stand/ofwboot: softraid.c Log message: Missed file in *_data_offset -> *_data_blkno switch. Found the hardway by benoit@. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/07/23 11:58:55 Modified files: textproc/hs-attoparsec: Makefile distinfo Log message: Update to hs-attoparsec-0.11.3.4. (Initial diff probably from ian@ last year) CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/07/23 12:00:11 Modified files: devel/hs-aeson : Makefile distinfo devel/hs-aeson/pkg: PLIST Log message: Update to hs-aeson-0.7.0.6. (Initial diff probably from ian@ last year) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/07/23 12:02:59 Modified files: sys/arch/amd64/amd64: disksubr.c sys/arch/i386/i386: disksubr.c sys/kern : subr_disk.c sys/sys : disklabel.h Log message: Revert attempted GPT code cleanup. Too much code, too little testing. Requested by deraadt@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/07/23 12:05:51 Modified files: audio/hs-libmpd: Makefile devel/hs-configurator: Makefile www/hs-warp : Makefile Log message: Bump after update of hs-attoparsec. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/23 12:51:38 Modified files: textproc/meld : Makefile Log message: Betterer HOMEPAGE; from Rafael Sadowski CVSROOT: /cvs Module name: src Changes by: jung@cvs.openbsd.org 2015/07/23 13:46:52 Modified files: usr.sbin/pkg_add/OpenBSD: Paths.pm Log message: change the expansion of %m and %c in installpath during -beta to the snapshots/ folder ok phessler@ sthen@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/23 14:22:09 Modified files: net : Makefile Removed files: net/p5-Net-TCLink: Makefile distinfo net/p5-Net-TCLink/patches: patch-tclink_c net/p5-Net-TCLink/pkg: DESCR PLIST Log message: Remove p5-Net-TCLink: old, insecure *and* broken company-specific software. Uses SSLv3 only, does no certificate checking, no update since 2003, regress tests don't pass, etc. The company behind it restricts access to data needed to make this port work properly in the long run. Discussed with Chris Bennett, who doesn't use this port anymore but tried to discuss with upstream. Thanks! CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/23 14:24:49 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register p5-Net-TCLink removal. CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2015/07/23 14:51:10 Modified files: security/sudo : Makefile distinfo Log message: Update to sudo-1.8.14p3 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/23 16:01:52 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: jca@cvs.openbsd.org 2015/07/23 16:19:03 Modified files: shells/nsh/patches: patch-version_c Added files: shells/nsh/patches: patch-sysctl_c Log message: Missed in previous. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/23 16:19:03 Modified files: lib/libc/crypt : cryptutil.c Log message: permit "bcrypt" as an alias for "blowfish". this is, after all, what 99% of the world calls it. allow just "bcrypt" without params to mean auto-tune ("bcrypt,a"). default remains 8 rounds (for now) ok deraadt CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/23 16:20:02 Modified files: lib/libc/crypt : crypt_checkpass.3 Log message: call it bcrypt in the man page too CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/07/23 19:19:18 Modified files: sys/dev/pci : if_bnx.c Log message: if we free the mbuf in the rx path, clear the pointer to it so we dont try and queue it for the stack and cause a use after free. found by maxime villard and brainy CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/07/23 20:08:17 Modified files: lang/node-typescript: Makefile distinfo lang/node-typescript/pkg: PLIST Log message: Update node-typescript to 1.5.3 CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/23 20:39:43 Modified files: lib/libssl/src/ssl: s3_pkt.c Log message: Convert ssl3_get_record to CBS. ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/23 21:50:12 Modified files: lib/libssl/src/ssl: t1_lib.c Log message: Convert tls1_process_sigalgs to CBS. ok miod@ jsing@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/24 00:18:21 Modified files: security/libpwquality: Makefile distinfo security/libpwquality/pkg: PLIST Log message: Update to libpwquality-1.3.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/07/24 00:26:36 Modified files: devel/iso-codes: Makefile Log message: Needs msgmerge -> fix BDEP on gettext-tools ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2015/07/24 00:36:42 Modified files: usr.bin/doas : doas.c doas.h parse.y Log message: Further improve syntax error reporting in doas: - teach parser to recover after error, allowing to report many errors instead of the first one only; - fix remaining error printouts without exact position. Some ideas were taken from diff sent by dlg@ earlier, thanks! okay tedu@, dlg@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/24 01:17:03 Modified files: sysutils/monit/patches: patch-src_ssl_Ssl_c Log message: submitted upstream CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/24 01:29:12 Modified files: infrastructure/templates: rc.template Log message: Sync template with recent rc.subr(8) changes. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/07/24 01:29:52 Modified files: www/chromium : Makefile www/chromium/patches: patch-ash_display_mirror_window_controller_cc Log message: fix a patch for llvm CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/24 01:57:48 Modified files: lib/libssl/src/ssl: ssl_locl.h t1_lib.c Log message: Convert tls1_process_ticket to CBS. ok miod@ jsing@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/07/24 02:43:04 Modified files: usr.bin/sndiod : siofile.c Log message: Clear watchdog timer when device is closed, fixes use-after-free in error code-paths when device is closed before audio is stopped. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/07/24 02:43:58 Modified files: usr.bin/sndiod : siofile.c Log message: Log when device is disconnected. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/07/24 02:46:35 Modified files: usr.bin/sndiod : siofile.c Log message: Crank watchdog timeout from 2 to 4 seconds. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/07/24 02:50:29 Modified files: lib/libsndio : sio_sun.c Log message: Fix arithmetic mistake causing errors when there are more xruns on the record side than on the play side. This almost never happens are record buffer are much larger than play buffers. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/07/24 02:56:45 Modified files: sys/dev : audio.c Log message: Switch back into counting bytes rather than blocks. We can't just multiply the block count by the block size to get the bytes count because they won't wrap correctly. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/24 03:20:28 Modified files: security/py-secretstorage: Makefile distinfo security/py-secretstorage/pkg: PLIST Log message: Update to py-secretstorage-2.1.2. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/24 06:46:23 Modified files: print/ghostscript/gnu: Makefile Added files: print/ghostscript/gnu/patches: patch-base_gsmalloc_c Log message: Security fix for CVE-2015-3228 ghostscript-core: out-of-bounbds read and write in gs_ttf.ps ok kili@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/24 06:47:44 Modified files: print/ghostscript/gnu: Tag: OPENBSD_5_7 Makefile Added files: print/ghostscript/gnu/patches: Tag: OPENBSD_5_7 patch-base_gsmalloc_c Log message: Security fix for CVE-2015-3228 ghostscript-core: out-of-bounbds read and write in gs_ttf.ps ok kili@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/24 06:50:38 Modified files: sysutils/monit/patches: patch-src_ssl_Ssl_c Log message: merged upstream CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/24 07:49:58 Modified files: lib/libssl/src/crypto/asn1: a_time.c tasn_typ.c Log message: Expand IMPLEMENT_ASN1_MSTRING macros - the generated assembly only differs by changes to line numbers. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/24 08:20:05 Modified files: geo/spatialite/freexl: Makefile distinfo geo/spatialite/freexl/patches: patch-src_freexl_c Log message: - update to freexl-1.0.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/24 08:30:13 Modified files: www/py-django : Makefile distinfo www/py-django/pkg: PLIST Log message: Security update to django-1.7.9 https://www.djangoproject.com/weblog/2015/jul/08/security-releases/ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/24 08:32:58 Modified files: www/py-django : Tag: OPENBSD_5_7 Makefile distinfo www/py-django/pkg: Tag: OPENBSD_5_7 PLIST Log message: Security update to django-1.7.9 https://www.djangoproject.com/weblog/2015/jul/08/security-releases/ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/07/24 08:44:02 Modified files: databases/hs-hedis: Makefile databases/hs-hedis/patches: patch-hedis_cabal Log message: Fix patch after the update to attoparsec-0.11.* CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/07/24 08:49:16 Modified files: devel/jsoncpp : Makefile distinfo Log message: Maintenance update to jsoncpp-0.10.5 CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2015/07/24 08:54:01 Modified files: math/octave : Makefile distinfo math/octave/pkg: DESCR PLIST Added files: math/octave/patches: patch-scripts_pkg_private_configure_make_m Removed files: math/octave/patches: patch-configure_in patch-doc_faq_Makefile_in patch-doc_interpreter_Makefile_in patch-doc_liboctave_Makefile_in patch-libcruft_Makefile_in patch-libcruft_mkf77def_in patch-liboctave_Makefile_in patch-liboctave_getopt_c patch-liboctave_kpse-xfns_c patch-octMakefile_in patch-run-octave_in patch-scripts_pkg_pkg_m patch-src_DLD-FUNCTIONS_urlwrite_cc patch-src_Makefile_in Log message: Update to Octave 4.0.0 OK aja@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/07/24 09:03:38 Modified files: audio/umurmur : Makefile audio/umurmur/patches: patch-src_server_c Log message: More fixes for null pointer references into server.c (upstream git commit 71893121fbce7762f5cd9e6a98c4ead7e5cd6211) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/24 09:09:52 Modified files: lib/libssl/src/crypto/asn1: tasn_typ.c x_algor.c x_exten.c x_name.c Log message: Expand ASN1_ITEM_TEMPLATE/ASN1_EX_TEMPLATE_TYPE/ASN1_ITEM_TEMPLATE_END macros - the generated assembly only differs by changes to line numbers. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/24 09:25:08 Modified files: lib/libssl/src/doc/ssl: SSL_connect.3 SSL_get_error.3 lib/libcrypto/man: BIO_s_bio.3 usr.sbin/relayd: relayd.conf.5 usr.sbin/relayctl: relayctl.8 Log message: an TLS -> a TLS; from thanos tsouanas CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/24 09:25:44 Modified files: lib/libssl/src/crypto/ts: ts_asn1.c Log message: Expand ASN.1 template macros - the generated assembly only differs by changes to line numbers. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/24 09:29:52 Modified files: share/man/man8 : daily.8 Log message: no need to mention /var/tmp; from thanos tsouanas CVSROOT: /cvs Module name: ports Changes by: czarkoff@cvs.openbsd.org 2015/07/24 09:39:23 Modified files: x11/st : Makefile Added files: x11/st/patches : patch-st_c Log message: Accept "-T" flag which cwm(1) expects from term command OK jung@ (maintainer), sthen@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/24 09:47:34 Modified files: lib/libssl/src/crypto/gost: gost_asn1.c Log message: Expand ASN.1 template macros - no change in generated assembly. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/24 09:51:49 Modified files: lib/libssl/src/crypto/ecdsa: ecs_asn1.c Log message: Expand ASN.1 template macros - no change in generated assembly. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2015/07/24 12:16:14 Modified files: www/hs-http-attoparsec: Makefile distinfo Log message: Update to hs-http-attoparsec-0.1.1 to let it build with the new hs-attoparsec; i just forgot to commit this one, noticed by nigel@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/24 12:19:36 Modified files: sysutils/ruby-puppet/3: Makefile sysutils/ruby-puppet/3/patches: patch-lib_puppet_defaults_rb Log message: fix ruby 2.2 warning; spotted by sebastia@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/24 12:20:24 Modified files: net/ruby-msgpack: Makefile distinfo net/ruby-msgpack/pkg: PLIST Log message: update to ruby-msgpack-0.6.2 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/07/24 12:49:04 Modified files: devel/harfbuzz : Makefile Log message: BROKEN-hppa: no atomic primitives (and takes out a whole part of the tree) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/24 12:50:34 Modified files: converters/xmltoman: Makefile Log message: no need for do-install, we can just use post-install now that we have install -D CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/07/24 13:08:07 Modified files: devel/p5-Devel-CheckBin: Makefile distinfo Log message: update p5-Devel-CheckBin to 0.04 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/24 13:19:52 Modified files: sysutils/ruby-puppet/3/patches: patch-lib_puppet_defaults_rb Log message: merged upstream CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2015/07/24 13:22:21 Modified files: net/p5-Net-Inspect: Makefile distinfo Log message: update p5-Net-Inspect to 0.325 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/24 16:41:50 Modified files: devel/harfbuzz : Makefile Log message: Tweak previous. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/07/24 17:07:18 Modified files: multimedia/mediainfo: Makefile distinfo multimedia/mediainfo/patches: patch-MediaInfoLib_Project_GNU_Library_configure patch-MediaInfo_Project_GNU_CLI_configure patch-ZenLib_Project_GNU_Library_configure Log message: maintenance update to 0.7.75 CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/07/24 17:43:17 Modified files: lang/gambit : Makefile distinfo lang/gambit/pkg: PLIST Added files: lang/gambit/patches: patch-configure Log message: Update to gambit 4.7.7. Regex and OK jasper@. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/07/24 22:12:43 Modified files: usr.sbin/rcctl : rcctl.sh Log message: Fix usage() output. from Michael Reed CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/24 22:21:05 Modified files: www/weboob : Makefile Log message: Needs gmake. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/24 22:25:57 Modified files: textproc/rarian: Makefile textproc/rarian/patches: patch-util_rarian-sk-config_in patch-util_rarian-sk-rebuild_in patch-util_rarian-sk-update_in Added files: textproc/rarian/patches: patch-util_rarian-sk-extract_in Log message: Make this oldie not depend on bash(1) anymore. From FreeBSD #186879. tested in a bulk CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/07/25 00:51:50 Modified files: www/mozilla-firefox: Makefile www/firefox-esr: Makefile www/seamonkey : Makefile mail/mozilla-thunderbird: Makefile Log message: Face reality, mark as BROKEN-sparc64. xpcshell SIGBUSes during fake, and nobody cares. No point in wasting hours during bulk builds.... If you want a graphical browser on sparc64, try netsurf. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2015/07/25 02:00:05 Modified files: security/clusterssh: Makefile distinfo security/clusterssh/pkg: PLIST Log message: update to 4.03.06 and take maintainer input from sthen@, ok giovanni@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2015/07/25 02:18:20 Modified files: devel/libivykis: Makefile distinfo Log message: minor update to 0.36.3 take maintainer while here CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/07/25 03:45:52 Modified files: usr.sbin/rcctl : rcctl.8 Log message: Use .Cm rather than .Ar for fixed strings passed as arguments (command modifiers). Patch from Michael Reed <m dot reed at mykolab dot com>, tweaked by jmc@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/25 06:29:41 Modified files: share/man/man3 : intro.3 share/man/man7 : hier.7 Log message: some radius bits; help/ok yasuoka CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/07/25 06:59:15 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-third_party_ffmpeg_ffmpeg_gyp Added files: www/chromium/patches: patch-chrome_browser_extensions_api_tabs_tabs_api_cc patch-content_browser_time_zone_monitor_cc patch-ui_base_user_activity_user_activity_detector_cc Log message: update to 44.0.2403.107 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/07/25 08:01:39 Modified files: usr.bin/mandoc : mdoc_term.c tag.c tag.h Log message: basic support for tag priorities; written at YYC CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/07/25 08:17:48 Modified files: usr.bin/mandoc : mdoc_term.c Log message: basic tag support for function names; written at YYC CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/07/25 08:22:40 Modified files: usr.bin/mandoc : mdoc_term.c Log message: implement tagging for .Er CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/07/25 08:28:40 Modified files: usr.bin/mandoc : mdoc_term.c tag.c tag.h Log message: Simplify and make tag_put() more efficient by integrating tag_get() into it and by only handling NUL-terminated strings. Minus 25 lines of code, no functional change. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/25 08:36:39 Modified files: lib/libssl/src/crypto/ec: ec_asn1.c Log message: Expand ASN.1 template macros - the generated assembly only differs by changes to line numbers. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/25 08:49:46 Modified files: lib/libssl/src/crypto/krb5: krb5_asn.c Log message: Expand ASN.1 template macros - no change in generated assembly. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/25 08:51:28 Modified files: net/dhcpcd : Makefile distinfo net/dhcpcd/patches: patch-dhcpcd_conf Log message: update to dhcpcd-6.9.1 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/25 08:52:47 Modified files: lib/libssl/src/crypto/ocsp: ocsp_asn.c Log message: Expand ASN.1 template macros - no change in generated assembly. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/25 09:22:10 Modified files: lib/libssl/src/crypto/cms: cms_asn1.c Log message: Expand another wall of ASN.1 template macros - no change to generated assembly. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/25 09:33:06 Modified files: lib/libssl/src/crypto/pkcs7: pk7_asn1.c Log message: Expand ASN.1 template macros - no change in generated assembly. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/25 09:42:14 Modified files: lib/libssl/src/crypto/pkcs12: p12_asn.c Log message: Expand ASN.1 template macros - no change in generated assembly. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/25 10:00:15 Modified files: lib/libssl/src/crypto/x509v3: v3_akeya.c v3_bcons.c v3_cpols.c v3_crld.c v3_extku.c v3_genn.c v3_info.c v3_ncons.c v3_pcia.c v3_pcons.c v3_pku.c v3_pmaps.c v3_sxnet.c Log message: Expand ASN.1 template macros - the generated assembly only differs by changes to line numbers. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/25 10:14:29 Modified files: lib/libssl/src/crypto/x509v3: v3_crld.c v3_ncons.c v3_pcons.c Log message: Expand ASN.1 template macros that got missed in the last pass - only change to generated assembly is due to line numbers. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/25 10:30:01 Modified files: www/p5-URI : Makefile distinfo Log message: Update to p5-URI-1.69. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/07/25 10:47:12 Modified files: japanese/Wnn : Makefile japanese/Wnn/patches: patch-Wnn_etc_pwd_c patch-Wnn_jlib_js_c patch-Wnn_jserver_de_c patch-Wnn_jserver_readfile_c patch-Wnn_jutil_wddel_c patch-Wnn_jutil_wnnstat_c patch-Wnn_uum_jhlp_c patch-Wnn_uum_wnnrc_op_c patch-Xwnmo_xwnmo_do_xjutil_c patch-Xwnmo_xwnmo_jhlp_c Added files: japanese/Wnn/patches: patch-Wnn_etc_msg_c patch-Wnn_etc_strings_c patch-Wnn_include_jslib_h patch-Wnn_include_wnn_malloc_h patch-Wnn_jlib_jl_c patch-Wnn_jserver_error_c patch-Wnn_jserver_malloc_c patch-Wnn_jutil_atod_c patch-Wnn_jutil_atof_c patch-Wnn_jutil_atorev_c patch-Wnn_jutil_dtoa_c patch-Wnn_jutil_ujisf_c patch-Wnn_jutil_wdreg_c patch-Wnn_jutil_wnntouch_c patch-Wnn_uum_history_c patch-Wnn_uum_setutmp_c patch-Wnn_uum_sheader_h patch-Xwnmo_romkan_m_rk_alloc_c patch-Xwnmo_romkan_m_rk_main_c patch-Xwnmo_xwnmo_killxwnmo_c patch-Xwnmo_xwnmo_localalloc_c Log message: move to new auth checks. Add "a few" includes to placate a lot of warnings. (and bump affected packages of course) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/25 11:07:17 Modified files: lib/libssl/src/crypto/asn1: tasn_utl.c x_bignum.c x_long.c Log message: Manually expand ASN.1 template macros - only change in generated assembly is due to line numbering. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/25 11:08:40 Modified files: lib/libssl/src/crypto/pkcs12: p12_asn.c Log message: Expand another ASN.1 template macro that snuck through last time around. No change in generated assembly. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2015/07/25 11:19:21 Modified files: lib/libcrypto/man: BN_rand.3 Log message: double word fix. ok jmc@, schwarze@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/25 11:20:02 Modified files: lib/libssl/src/crypto/asn1: asn1t.h Log message: Place the ASN.1 template macros (and remaining implement macros) under #ifndef LIBRESSL_INTERNAL - we're not using these anymore! CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2015/07/25 11:28:59 Modified files: lib/libssl/src/doc/crypto: EVP_PKEY_verify.pod engine.pod Log message: double words fix; docs are slowly getting moved to mdoc, but this change will help people translating them. ok jmc@, schwarze@ CVSROOT: /cvs Module name: src Changes by: rzalamena@cvs.openbsd.org 2015/07/25 12:07:18 Modified files: sbin/ifconfig : ifconfig.8 Log message: Teach ifconfig(8) man page about the mpw(4) commands. ok jmc@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2015/07/25 13:16:47 Modified files: build/mirrors : ftp.html.head Log message: updated two outdated numbers; committing because the generated files need regenatation anyway CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2015/07/25 13:18:19 Modified files: build/mirrors : ftp.html.end Log message: add missing armv7 subdirectory; committing because the generated files need regeneration anyway CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2015/07/25 13:24:19 Modified files: . : ftp.html openbgpd : ftp.html openntpd : portable.html openssh : ftp.html portable.html Log message: regenerate, this was apparently forgotten at release time; reported by Richard Thornton <secularsolutionsllc at gmail dot com> on misc@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/25 14:45:05 Modified files: sys/arch/m88k/include: pmap.h sys/arch/m88k/m88k: pmap.c Log message: Only store mod/ref flags in the vm_page_md struct, not in every pv_entry. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/25 16:34:46 Modified files: x11/xscreensaver: Makefile distinfo x11/xscreensaver/pkg: PLIST Removed files: x11/xscreensaver/patches: patch-hacks_memscroller_c Log message: Update to xscreensaver-5.33. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 16:51:32 Modified files: databases/ruby-pg: Makefile distinfo Log message: Update to pg 0.18.2 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 16:56:14 Modified files: databases/ruby-sqlite3: Makefile distinfo Log message: Update to sqlite3 1.3.10 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 17:01:18 Modified files: databases/ruby-swift-db-postgres: Makefile distinfo Log message: Update to swift-db-postgres 0.3.1 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 17:05:53 Modified files: databases/ruby-swift-db-mysql: Makefile distinfo Removed files: databases/ruby-swift-db-mysql/patches: patch-ext_swift_db_mysql_extconf_rb Log message: Update to swift-db-mysql 0.3.2 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 17:09:08 Modified files: databases/ruby-swift-db-sqlite3: Makefile distinfo Log message: Update to swift-db-sqlite3 0.1.5 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 17:20:20 Modified files: devel/ruby-arrayfields: Makefile distinfo devel/ruby-arrayfields/pkg: PLIST Log message: Update to arrayfields 4.9.2 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 17:20:46 Modified files: databases/ruby-amalgalite: Makefile distinfo Removed files: databases/ruby-amalgalite/patches: patch-_metadata Log message: Update to amalgalite 1.4.0 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 17:28:23 Modified files: textproc/ruby-nokogiri: Makefile distinfo textproc/ruby-nokogiri/pkg: PLIST Removed files: textproc/ruby-nokogiri/patches: patch-ext_nokogiri_extconf_rb Log message: Update to nokogiri 1.6.6.2 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 19:15:55 Modified files: security/ruby-bcrypt: Makefile distinfo security/ruby-bcrypt/pkg: PLIST Removed files: security/ruby-bcrypt/patches: patch-Rakefile patch-spec_bcrypt_engine_spec_rb patch-spec_bcrypt_password_spec_rb Log message: Update to bcrypt 3.1.10 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 19:34:14 Added files: www/ruby-passenger/pkg: DESCR PLIST Removed files: www/ruby-passenger/pkg: DESCR-main DESCR-standalone PLIST-main PLIST-standalone Log message: Update to passenger 5.0.14 Remove subpackages, revert to a single package, since standalone package is now only 10% the size of the main package. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 19:34:53 Modified files: www/nginx : Makefile Log message: Update passenger FLAVOR depends due to removal of passenger subpackages CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 19:36:16 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add quirks to update ruby*-passenger-standalone to ruby*-passenger CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/25 20:14:09 Modified files: sys/dev/ic : i82365.c Log message: Make pcic_ident_ok() completely silent in case of failure. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/07/25 21:08:16 Modified files: libexec/ld.so/amd64: rtld_machine.c libexec/ld.so/i386: rtld_machine.c libexec/ld.so/sparc: rtld_machine.c Log message: Copy relocations can't be jump-slot relocations, so delete the test for that. ok miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/25 21:17:07 Modified files: sys/dev/ic : vga.c vgavar.h Log message: When attaching on an alpha system, get the current textmode resolution by querying the 6845 registers, and preserve it if it is larger than 80x25 yet plausible. This is necessary to properly operate on the Alphabook 1 where the vga display is running in a 100x37 textmode. Other platforms are not affected. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 21:18:00 Modified files: audio/ruby-taglib: Makefile distinfo audio/ruby-taglib/pkg: PLIST Log message: Update to taglib 0.7.0 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 21:20:01 Modified files: www/ruby-capybara-webkit: Makefile distinfo www/ruby-capybara-webkit/pkg: PLIST Log message: Update to capybara-webkit 1.6.0 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 21:28:53 Modified files: databases/ruby-ldap: Makefile distinfo databases/ruby-ldap/pkg: PLIST Log message: Update to ldap 0.9.17 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 21:31:04 Modified files: devel/ruby-atomic: Makefile distinfo devel/ruby-atomic/pkg: PLIST Removed files: devel/ruby-atomic/patches: patch-test_test_atomic_rb Log message: Update to atomic 1.1.99 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 21:33:31 Modified files: devel/ruby-ffi : Makefile distinfo devel/ruby-ffi/pkg: PLIST Log message: Update to ffi 1.9.10 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 21:36:40 Modified files: devel/ruby-indentation: Makefile distinfo devel/ruby-indentation/pkg: PLIST Log message: Update to indentation 0.1.1 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 21:37:00 Modified files: devel/ruby-gir_ffi: Makefile distinfo devel/ruby-gir_ffi/pkg: PLIST Log message: Update to gir_ffi 0.7.9 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 21:39:53 Modified files: devel/ruby-ncurses: Makefile distinfo devel/ruby-ncurses/pkg: PLIST Log message: Update to ncurses 1.2.4 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 21:46:07 Modified files: textproc/ruby-rdiscount: Makefile distinfo textproc/ruby-rdiscount/pkg: PLIST Removed files: textproc/ruby-rdiscount/patches: patch-Rakefile Log message: Update to rdiscount 2.1.8 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 21:49:06 Modified files: textproc/ruby-redcarpet: Makefile distinfo textproc/ruby-redcarpet/pkg: PLIST Added files: textproc/ruby-redcarpet/patches: patch-test_redcarpet_bin_test_rb Log message: Update redcarpet to 3.3.2 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 21:50:04 Modified files: devel/ruby-rb-gsl: Makefile distinfo devel/ruby-rb-gsl/patches: patch-ext_gsl_matrix_complex_c patch-ext_gsl_vector_complex_c devel/ruby-rb-gsl/pkg: PLIST Log message: Update to gsl 1.16.0.6 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 21:51:51 Modified files: www/ruby-fcgi : Makefile distinfo Log message: Update to fcgi 0.9.2.1 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 22:40:16 Modified files: lang/jruby : Makefile distinfo lang/jruby/patches: patch-jruby-launcher_extconf_rb patch-jruby-launcher_unixlauncher_cpp lang/jruby/pkg : PLIST Added files: lang/jruby/patches: patch-lib_ruby_stdlib_ffi_library_rb Removed files: lang/jruby/patches: patch-lib_ruby_shared_ffi_library_rb Log message: Update to JRuby 9.0.0.0 Bump jdk dependency to 1.8.0 Help and OK jasper@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 22:41:37 Modified files: lang/ruby : ruby.port.mk Log message: Update MODRUBY_LIBREV on jruby to 2.2.0 due to JRuby upgrade CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/25 23:09:44 Modified files: sys/arch/alpha/pci: pci_1000.c pci_1000a.c pci_2100_a50.c pci_550.c pci_6600.c pci_alphabook1.c pci_axppci_33.c pci_eb164.c pci_eb64plus.c pci_kn20aa.c pci_kn300.c pci_machdep.c pci_machdep.h pci_up1000.c Log message: Make sure pci_intr_map() will perform proper interrupt swizzling for devices behind a bridge, if the SRM didn't pick an interrupt line for them. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/25 23:49:37 Modified files: audio/aqualung/pkg: PLIST Added files: audio/aqualung/patches: patch-src_core_c patch-src_ext_lua_c patch-src_gui_main_c Removed files: audio/aqualung/patches: patch-src_decoder_Makefile_am patch-src_decoder_dec_lavc_c patch-src_decoder_dec_lavc_h patch-src_ext_title_format_c patch-src_plugin_c Log message: Update to aqualung 1.0-rc1 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/26 00:08:15 Modified files: emulators/mednafen: Makefile distinfo Log message: Update to mednafen 0.9.38.5 OK jca@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2015/07/26 00:56:51 Modified files: math/octave : Makefile Log message: needs gnuplot to build the documentation noticed by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/26 01:22:15 Modified files: graphics/ffmpeg: Makefile distinfo graphics/ffmpeg/patches: patch-configure patch-library_mak Log message: Update to FFmpeg 20150723 (2.7.2). from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/26 01:22:53 Modified files: x11/mplayer : Makefile Log message: Bump FFmpeg version. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2015/07/26 02:18:24 Modified files: net/vsftpd : Makefile distinfo Log message: Update to vsftpd-3.0.3. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/26 02:20:29 Modified files: share/termtypes: termtypes.master Log message: Update to terminfo-20150725. Also add a note at the start about our (two) local changes. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/26 02:23:33 Modified files: share/termtypes: termtypes.master Log message: Whoops, "screen" we also change kbs=^H to kbs=\177 now (this is why we need a list of changes!) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/07/26 03:32:38 Added files: www/chromium/patches: patch-ui_touch_selection_ui_touch_selection_gyp Log message: add a missing dependency on internal resource CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/26 06:32:37 Modified files: multimedia/devede: Makefile Log message: Needs devel/gettext-tools. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/07/26 08:01:07 Modified files: sys/kern : subr_disk.c Log message: Always initialize the b_error field and B_ERROR flag before using a buf. Otherwise stale data might cause a successful I/O to be seen as a failed I/O. ok tedu@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/07/26 08:07:49 Modified files: etc/etc.amd64 : disktab Log message: Fix ba# attribute in rdroot entry. It should be 4096 (a valid size for a FFS block), not 4480 (the size of the partition). ok millert@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/07/26 08:32:19 Modified files: usr.bin/patch : common.h inp.c patch.1 pch.c util.c util.h Log message: Remove support for automatically checking files out of RCS. The behavior is confusing to users and even GNU patch no longer does it by default. OK krw@ guenther@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2015/07/26 08:43:49 Modified files: games/hypatia : Makefile distinfo games/hypatia/pkg: PLIST Log message: Update to 0.2.29 CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2015/07/26 11:24:02 Modified files: usr.bin/doas : doas.1 doas.c Log message: Implement command matching without execution. This just extends functionality of the -C flag, so we are not introducing more garbage. Input and okay from jmc@ (documentation) and tedu@ (everything). CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2015/07/26 11:25:58 src/regress/usr.bin/doas Update of /cvs/src/regress/usr.bin/doas In directory cvs.openbsd.org:/tmp/cvs-serv3776/doas Log Message: Directory /cvs/src/regress/usr.bin/doas added to the repository CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2015/07/26 11:28:05 Added files: regress/usr.bin/doas: Makefile t-fail-quotes.conf t-fail-quotes.err t-fail-quotes.expected.err t-fail-quotes.out t-okay.conf t-okay.err t-okay.out t-permit-1.conf t-permit-1.patterns Log message: Import test suite for doas. Relies on recently committed command matching functionlity with -C flag. CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2015/07/26 11:29:41 Modified files: regress/usr.bin: Makefile Log message: Hook up doas tests. CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2015/07/26 11:31:18 Modified files: regress/usr.bin/doas: Makefile Log message: Make test names printed like other test suites do. CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2015/07/26 13:08:17 Modified files: usr.bin/doas : doas.c Log message: Stop exiting on cmdline overflow: it's used only for logging, so aborting the whole process is stupid, and actually breaks things. Noticed and analyzed by as well as input from nigel@. Okay tedu@, espie@ and (if I understood correctly) hall@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2015/07/26 13:12:28 Modified files: usr.bin/nc : netcat.c Log message: remove unused variable ok tedu@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/26 13:14:46 Modified files: usr.bin/doas : doas.c Log message: tweak config checking slightly CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2015/07/26 13:19:33 Modified files: net/yersinia : Makefile distinfo net/yersinia/patches: patch-configure patch-src_interfaces_c Added files: net/yersinia/patches: patch-src_interfaces_h Log message: update to 0.7.3 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/07/26 13:30:59 Modified files: libexec/ld.so : Makefile Log message: Reenable the ld.so pre-install test; the "am I cross-compiling" test was too loose. Update the test to try to exercise the printf binding twice. ok miod@ CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2015/07/26 13:49:11 Modified files: usr.bin/doas : doas.c Log message: Oops, CVS mismerged changes, resulting in compilable and mostly working, but somewhat wrong code. Well, the CVS mismerged but I just missed. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/07/26 14:47:01 Modified files: usr.bin/doas : doas.1 doas.c Log message: nflag (as in sudo, force non-interactive mode) as discussed with ted@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/26 15:30:13 Modified files: misc/portroach : Makefile distinfo Log message: - update to portroach-2.0.6 * now includes a link to HOMEPAGE in first column of the webresults (requires javascript to view those!) and move the cvsweb link to the second column. as requested by aja@ and sthen@ at kensington pub CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/07/26 15:31:50 Modified files: security/kpcli : Makefile Log message: Add missing RDEP on p5-Clone, spotted by Daniel Jakots. CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2015/07/26 16:16:43 Modified files: usr.sbin/sa : main.c Log message: fix format string ok deraadt@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2015/07/26 16:17:34 Modified files: usr.bin/ipcrm : ipcrm.c Log message: fix format string ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2015/07/26 16:21:20 Modified files: security/lynis : Makefile distinfo security/lynis/pkg: PLIST Log message: Little update for Lynis to 2.1.1: https://raw.githubusercontent.com/CISOfy/lynis/master/CHANGELOG OK benoit@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2015/07/26 16:37:40 Modified files: sbin/ifconfig : ifconfig.c Log message: remove unused variable ok mpi@ rzalamena@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/26 16:44:33 Modified files: usr.bin/doas : doas.c Log message: checkconfig doesn't return anymore, noted by zhuk CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/26 17:00:15 Modified files: usr.bin/doas : doas.1 Log message: small clarifications CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/26 20:27:32 Modified files: lib/libradius : Makefile Added files: lib/libradius : radius_new_request_packet.3 Removed files: lib/libradius : radius.3 Log message: Rename radius.3 to radius_new_request_packet.3 to be named after a function. Also make all functions be listed in the NAME section and have MLINKS in the makefile. suggest jmc ok deraadt CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/26 21:01:22 Modified files: lib/libradius : radius.c radius_new_request_packet.3 Log message: Add a description about radius_get_eap_msk(). CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/07/26 21:36:38 Modified files: sys/arch/hppa/include: pmap.h Log message: Always #include <sys/mutex.h>: need struct mutex for struct vm_page_md problem noted by landry@ ok dlg@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/07/26 22:01:51 Modified files: sys/kern : uipc_syscalls.c Log message: tame check of msghdr should be done after checking for copyin failure ok deraadt@ CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2015/07/26 22:11:58 Modified files: sys/dev : softraid.c softraid_crypto.c Log message: zap trailing linefeeds from sr_error() and panic() calls ok jsing@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/07/27 00:10:22 Modified files: share/man/man4 : audio.4 Log message: Remove sections that describe features we don't support any longer. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/27 00:35:05 Modified files: x11/kde/i18n3 : Makefile.inc Log message: Needs devel/gettext-tools. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/27 02:43:11 Modified files: usr.sbin/radiusd: radiusd.c Log message: Use log_warn() instead of warn() in radiusd_module_load(). Also fix style. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/27 02:44:40 Modified files: www/lighttpd : Makefile distinfo Removed files: www/lighttpd/patches: patch-src_configfile-glue_c patch-src_configfile_c patch-src_server_c Log message: SECURITY update to lighttpd-1.4.36. CVE-2015-3200: escape all strings for logging (fixes #2646 log file injection) from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/27 02:45:45 Modified files: usr.bin/tmux : cmd-set-option.c tmux.1 Log message: Make -q suppress ambiguous option warnings too, from Cam Hutchison. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/27 02:56:06 Modified files: www/lighttpd : Tag: OPENBSD_5_7 Makefile distinfo Removed files: www/lighttpd/patches: Tag: OPENBSD_5_7 patch-src_configfile-glue_c patch-src_configfile_c patch-src_server_c Log message: SECURITY update to lighttpd-1.4.36. CVE-2015-3200: escape all strings for logging (fixes #2646 log file injection) CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/27 02:58:09 Modified files: usr.sbin/radiusd: radiusd.h radiusd_bsdauth.c radiusd_local.h radiusd_module.c radiusd_module.h radiusd_radius.c Log message: Drop the privilege from modules. "radiusd_radius" could simply run without root. "radiusd_bsdauth" uses some functions which needs root. So separate its process into a privileged process and a non-privileged process. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/27 03:27:23 Modified files: usr.sbin/radiusd: radiusd_bsdauth.c radiusd_radius.c Log message: Stop using _this in radiusd modules. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/07/27 05:02:39 Modified files: etc : services Log message: Add services entries for BFD (RFC5880), and reorder MS RDP while there. From Denis Fondras, ok deraadt CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/27 06:53:56 Modified files: lib/libssl/src/crypto/asn1: asn1_lib.c x_pkey.c Log message: Less asn1_mac.h - asn1_lib.c does not need it and x_pkey.c should be using ASN1err() instead of ASN1_MAC_H_err(). ok miod@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/27 07:31:26 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/07/27 07:51:35 Modified files: . : errata56.html errata57.html Log message: release errata for execve & patch CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2015/07/27 08:50:58 Modified files: usr.sbin/relayd: relayd.8 Log message: use file system path (.Pa) semantic markup macros where appropriate. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/07/27 08:53:38 Modified files: sysutils/collectd: Makefile Added files: sysutils/collectd/patches: patch-src_daemon_Makefile_in Log message: Fix previous, collectd failed to load its plugins and really wants to use gnu libtool with -export-symbol-regex when linking them, otherwise it fails to find module_register. While here fix PKGLOCALSTATEDIR and PIDFILE in src/daemon/Makefile.in. Somehow, my limited testing on powerpc didnt show this failure at all.. All this from Pavel Korovin, thanks! CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/07/27 09:02:36 Modified files: sys/kern : kern_tame.c Log message: enforce tame by disabling all TAME_ flags if tame_fail() is reach, and not only if TAME_ABORT is setted. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/07/27 09:38:11 Modified files: usr.bin/doas : doas.c Log message: Add -n to usage. As noticed by Theo Buehler. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/07/27 09:51:28 Modified files: sys/kern : Tag: OPENBSD_5_7 kern_exec.c Log message: Index: sys/kern/kern_exec.c =================================================================== RCS file: /cvs/src/sys/kern/kern_exec.c,v retrieving revision 1.160 diff -u -p -r1.160 kern_exec.c --- sys/kern/kern_exec.c 9 Feb 2015 11:52:47 -0000 1.160 +++ sys/kern/kern_exec.c 27 Jul 2015 00:23:35 -0000 @@ -785,12 +785,12 @@ exec_abort: free_pack_abort: free(pack.ep_hdr, M_EXEC, 0); + if (pathbuf != NULL) + pool_put(&namei_pool, pathbuf); exit1(p, W_EXITCODE(0, SIGABRT), EXIT_NORMAL); /* NOTREACHED */ atomic_clearbits_int(&pr->ps_flags, PS_INEXEC); - if (pathbuf != NULL) - pool_put(&namei_pool, pathbuf); return (0); } CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/07/27 09:53:40 Modified files: sys/kern : Tag: OPENBSD_5_6 kern_exec.c Log message: Backport rev 1.163 by deraadt: memory leak in execve with systrace, plus some unreachable code spotted by Maxime Villard ok guenther millert CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/07/27 10:08:18 Modified files: usr.bin/patch : Tag: OPENBSD_5_6 common.h inp.c patch.1 pch.c util.c util.h Log message: Backport commit of 2014-11-22 15:49 by tobias: Remove SCCS support. For this to work, we would need "get", which we don't even have in ports. XSI functionality of POSIX, therefore optional. ok deraadt, schwarze, tedu ---------------------------- Backport commit of 2015-07-26 14:32 by millert Remove support for automatically checking files out of RCS. The behavior is confusing to users and even GNU patch no longer does it by default. OK krw@ guenther@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/07/27 10:10:54 Modified files: usr.bin/patch : Tag: OPENBSD_5_7 common.h inp.c patch.1 pch.c util.c util.h Log message: Backport commit of 2015-07-26 14:32 by millert Remove support for automatically checking files out of RCS. The behavior is confusing to users and even GNU patch no longer does it by default. OK krw@ guenther@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/07/27 10:29:23 Modified files: usr.bin/ssh : sandbox-systrace.c Log message: Permit kbind(2) use in the sandbox now, to ease testing of ld.so work using it reminded by miod@, ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2015/07/27 10:29:58 Modified files: databases : Makefile Removed files: databases/pg_top: Makefile distinfo databases/pg_top/patches: patch-machine_m_openbsd_c patch-pg_top_1_in databases/pg_top/pkg: DESCR PLIST Log message: Remove pg_top; marked BROKEN since Apr 2014, and still no interest in fixing (including me). Requires adjusting to various API/ABI changes since, cherry-picking from top(1) and then some. ok zhuk@ sthen@ jasper@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2015/07/27 10:33:40 Modified files: sys/arch/mips64/mips64: ipifuncs.c Log message: Allow coalescing of IPI requests on mips64, to make IPI sending non-blocking. This improves performance on systems that have more than a few cores and where there is a heavy IPI load. Currently the only place where coalescing must not happen is rendezvous processing, but there invocations are serialized by the rendezvous mutex. ok miod@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/07/27 11:19:46 Modified files: infrastructure/lib/DPB: Config.pm Vars.pm infrastructure/lib/DPB/Core: Init.pm Log message: grab a few more things off our ports tree introspection. Locally PLIST_DB. Distantly, WRKOBJDIR and LOCKDIR, so that we can pass these off to a startup script to ensure correct user. The distant stuff has to happen at the right moment, after whoami, so that we don't try to use doas/sudo unnecessarily... CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2015/07/27 11:28:40 Modified files: libexec/spamd : spamd.8 sbin/kbd : kbd.8 share/man/man5 : mixerctl.conf.5 mk.conf.5 share/man/man8 : diskless.8 usr.bin/mixerctl: mixerctl.1 usr.bin/openssl: openssl.1 usr.bin/passwd : passwd.1 usr.bin/rdist : rdist.1 usr.sbin/arp : arp.8 usr.sbin/dvmrpd: dvmrpd.8 usr.sbin/hotplugd: hotplugd.8 usr.sbin/ikectl: ikectl.8 usr.sbin/iscsictl: iscsictl.8 usr.sbin/iscsid: iscsid.8 usr.sbin/ldpd : ldpd.8 usr.sbin/ospf6d: ospf6d.8 usr.sbin/ospfd : ospfd.8 usr.sbin/pppd : pppd.8 usr.sbin/ripd : ripd.8 usr.sbin/sensorsd: sensorsd.8 sensorsd.conf.5 usr.sbin/sysmerge: sysmerge.8 usr.sbin/ypldap: ypldap.8 Log message: use file system path (.Pa) semantic markup macros where appropriate. ok jmc@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/27 11:48:06 Modified files: sys/sys : tame.h Log message: typo CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/27 11:57:06 Modified files: usr.bin/doas : doas.1 doas.conf.5 Log message: some improvements from michael reed; CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/07/27 11:57:31 src/regress/sys/kern/tame Update of /cvs/src/regress/sys/kern/tame In directory cvs.openbsd.org:/tmp/cvs-serv4339/tame Log Message: Directory /cvs/src/regress/sys/kern/tame added to the repository CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/07/27 11:59:26 src/regress/sys/kern/tame/sigabrt Update of /cvs/src/regress/sys/kern/tame/sigabrt In directory cvs.openbsd.org:/tmp/cvs-serv1105/sigabrt Log Message: Directory /cvs/src/regress/sys/kern/tame/sigabrt added to the repository CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/07/27 11:59:50 src/regress/sys/kern/tame/sigkill Update of /cvs/src/regress/sys/kern/tame/sigkill In directory cvs.openbsd.org:/tmp/cvs-serv32701/sigkill Log Message: Directory /cvs/src/regress/sys/kern/tame/sigkill added to the repository CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/07/27 12:03:36 Added files: regress/sys/kern/tame: Makefile regress/sys/kern/tame/sigabrt: Makefile sigabrt.c sigabrt.out regress/sys/kern/tame/sigkill: Makefile sigkill.c sigkill.out Log message: add some regress for tame. just a starting point for now CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/27 12:22:37 Modified files: sys/sys : proc.h sys/kern : kern_sig.c kern_tame.c Log message: Rather than disabling tame to coredump, leave it enabled but flag that a coredump is happening. This improves behaviour while threaded. ok semarie CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/27 12:42:53 Modified files: lib/libradius : radius_new_request_packet.3 Log message: some readability fixes; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/27 12:46:19 Modified files: sbin/fsck_ext2fs: fsck_ext2fs.8 sbin/fsck_ffs : fsck_ffs.8 sbin/fsck_msdos: fsck_msdos.8 Log message: document "F" in interactive mode, like for fsck.8; from michael mcconville ok deraadt CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2015/07/27 12:48:05 Modified files: games/tetris : tetris.6 usr.sbin/dhcpd : dhcpd.leases.5 usr.sbin/dvmrpctl: dvmrpctl.8 usr.sbin/ldpctl: ldpctl.8 usr.sbin/ospf6ctl: ospf6ctl.8 usr.sbin/ospfctl: ospfctl.8 usr.sbin/ripctl: ripctl.8 usr.sbin/smtpd : smtpctl.8 usr.sbin/snmpctl: snmpctl.8 Log message: use file system path (.Pa) semantic markup macros where appropriate. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2015/07/27 13:17:02 ports/www/py-django/lts Update of /cvs/ports/www/py-django/lts In directory cvs.openbsd.org:/tmp/cvs-serv27453/lts Log Message: Directory /cvs/ports/www/py-django/lts added to the repository CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2015/07/27 13:17:02 ports/www/py-django/stable Update of /cvs/ports/www/py-django/stable In directory cvs.openbsd.org:/tmp/cvs-serv27453/stable Log Message: Directory /cvs/ports/www/py-django/stable added to the repository CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/07/27 13:17:10 Modified files: etc/etc.i386 : disktab Log message: Fix geometry of rdroot entry so nt# * ns# * nc# == pc# == pa# which makes for a better disklabel via getdiskbyname(). ok deraadt@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2015/07/27 13:50:41 Modified files: gnu/gcc/gcc : c-common.h c-parser.c Log message: Implement support for __builtin_complex() to construct complex values, required by the upcoming libm work. OK miod@. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2015/07/27 13:54:37 ports/www/py-django/lts/pkg Update of /cvs/ports/www/py-django/lts/pkg In directory cvs.openbsd.org:/tmp/cvs-serv15748/lts/pkg Log Message: Directory /cvs/ports/www/py-django/lts/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2015/07/27 13:57:51 ports/www/py-django/stable/patches Update of /cvs/ports/www/py-django/stable/patches In directory cvs.openbsd.org:/tmp/cvs-serv3202/stable/patches Log Message: Directory /cvs/ports/www/py-django/stable/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2015/07/27 14:00:00 ports/www/py-django/stable/pkg Update of /cvs/ports/www/py-django/stable/pkg In directory cvs.openbsd.org:/tmp/cvs-serv27916/stable/pkg Log Message: Directory /cvs/ports/www/py-django/stable/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2015/07/27 14:01:02 Modified files: www/py-django : Makefile Added files: www/py-django : Makefile.inc www/py-django/lts: Makefile distinfo www/py-django/lts/pkg: DESCR PLIST README www/py-django/stable: Makefile distinfo www/py-django/stable/patches: patch-django_core_servers_basehttp_py www/py-django/stable/pkg: DESCR PLIST README Removed files: www/py-django : distinfo www/py-django/patches: patch-django_core_servers_basehttp_py www/py-django/pkg: DESCR PLIST README Log message: add py-django-lts version 1.8.3 and create a structure with a Makefile.inc. from me and some tweaks by jasper@. ok jasper@ (thanks). CVSROOT: /cvs Module name: ports Changes by: kspillner@cvs.openbsd.org 2015/07/27 15:06:22 Modified files: net/go-websocket: Makefile distinfo Log message: Update to current upstream version. Fixes issue #10866 "websocket.Conn.Close leaks file descriptors if remote has disconnected." ok aja@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/27 15:44:11 Modified files: usr.bin/doas : doas.conf.5 Log message: default permitted target is all users, not root. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/07/27 23:50:41 Modified files: sys/sys : ktrace.h sys/kern : sys_generic.c uipc_syscalls.c usr.bin/kdump : ktrstruct.c Log message: Add ktracing of structs iovec, msghdr, and cmsghdr for {,p}{read,write}v(), sendmsg(), and recvmsg(). For cmsghdr, the len, level, and type are always shown, and for SOL_SOCKET,SCM_RIGHTS the fd numbers being passed are shown. ok millert@ deraadt@ CVSROOT: /cvs Module name: www Changes by: giovanni@cvs.openbsd.org 2015/07/28 00:22:56 Modified files: . : events.html Log message: I will give a talk about smtpd(8) at Linuxcon Europe CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/28 01:05:31 Modified files: devel/harfbuzz : Makefile distinfo Log message: Update to harfbuzz-1.0.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/28 01:05:37 Modified files: misc/portroach : Makefile misc/portroach/pkg: PLIST Added files: misc/portroach/patches: patch-sql_migrations_pgsql_2_0_6_sql Log message: add missing migration; this needs to be run before upgrading. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/28 01:25:57 Modified files: net/ocsync : Makefile Log message: Mark BROKEN; does not work with newer ownCloud. discussed with kirby@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2015/07/28 02:41:30 Modified files: usr.sbin/radiusd: radiusd.8 Log message: add a FILES section to make clear where RADIUS configuration file is placed by default. ok yasuoka@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2015/07/28 03:20:54 Modified files: infrastructure/lib/DPB: State.pm Log message: open path files with logger user. noticed by krw@ CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2015/07/28 03:42:58 Modified files: devel/p5-Test-CheckManifest: Makefile distinfo Log message: Update to version 1.29 Ok aja@ benoit@ CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2015/07/28 03:46:04 Modified files: multimedia/p5-Storable-AMF: Makefile distinfo Log message: Update to version 1.08 Ok aja@ steven@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/28 03:48:52 Modified files: sys/dev/pv : pvbus.c pvreg.h pvvar.h vmt.c Log message: Add callbacks for supported hypervisors in pvbus(4) to print more information and for some generic CPUID/MSR-level initialization. This changes the attach/match path a bit. Hypervisor informatiom may include a version number, for example: pvbus0 at mainbus0: Hyper-V 6.3.9600 OK mlarkin@ CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2015/07/28 03:49:53 Modified files: net/p5-Net-DHCP: Makefile distinfo Log message: Update to version 0.696 Ok aja@ steven@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/28 03:51:20 Modified files: emulators/qemu : Makefile Added files: emulators/qemu/patches: patch-hw_ide_core_c Log message: add security fix for qemu CVE-2015-5154, from brad: ide: Check array bounds before writing to io_buffer CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/28 03:52:07 Modified files: emulators/qemu : Tag: OPENBSD_5_7 Makefile Added files: emulators/qemu/patches: Tag: OPENBSD_5_7 patch-hw_ide_core_c Log message: MFC: add security fix for qemu CVE-2015-5154, from brad: ide: Check array bounds before writing to io_buffer CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2015/07/28 03:53:30 Modified files: net/p5-Net-HTTP: Makefile distinfo Log message: update to version 6.09 Ok aja@ steven@ CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2015/07/28 03:57:28 Modified files: textproc/p5-Encode-Locale: Makefile distinfo Log message: Update to version 1.05 Ok aja@ CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2015/07/28 04:03:06 Modified files: www/p5-HTTP-Message: Makefile distinfo www/p5-HTTP-Message/patches: patch-lib_HTTP_Headers_pm www/p5-HTTP-Message/pkg: PLIST Log message: Update to version 6.10 Ok aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/28 04:06:07 Modified files: www/chromium/patches: patch-chrome_chrome_browser_extensions_gypi Log message: register another missing internal dependency (there are still more, though) CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2015/07/28 04:08:00 Modified files: security/nikto : Makefile Log message: Switch from perl to sed inline edit. No changes to package Ok aja@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/07/28 04:13:42 Modified files: usr.sbin/httpd : server_fcgi.c Log message: add HSTS to fcgi responses OK reyk CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/07/28 04:15:33 src/regress/sys/kern/tame/sys_exit Update of /cvs/src/regress/sys/kern/tame/sys_exit In directory cvs.openbsd.org:/tmp/cvs-serv17122/sys_exit Log Message: Directory /cvs/src/regress/sys/kern/tame/sys_exit added to the repository CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2015/07/28 04:17:10 Added files: regress/sys/kern/tame/sys_exit: Makefile sys_exit.c Log message: check that flags value of 0 restricts the process to the _exit(2) system call. note that it isn't the case currently. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/07/28 04:17:14 Modified files: x11/gnustep/cynthiune: Makefile Log message: Cynthiune picks up libmusicbrainz if available, add explicit dependency to libmusicbrainz5, which is the preferred version. pointed out by naddy@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/28 04:24:26 Modified files: usr.sbin/relayd: relay.c relay_http.c Log message: spacing CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/28 05:20:20 Modified files: devel : Makefile Log message: +py-serial,python3 Reminded by Daniel Winters (py-serial maintainer) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/28 05:23:54 Modified files: audio/puddletag: Makefile Added files: audio/puddletag/patches: patch-puddlestuff_puddleobjects_py Log message: Upstream fix for puddletag with PyQt4>=4.11.4 Problem reported by micah (micahmuer at gmail dot com) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/07/28 05:30:25 Modified files: www/chromium : Makefile Added files: www/chromium/patches: patch-chromecast_browser_cast_content_browser_client_cc Log message: add a missing patch and remove some bad practice shell code from the Makefile CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/28 05:44:51 Modified files: sys/netinet6 : raw_ip6.c Log message: iDo not link an ICMP6 socket to the pf state. When multiple ICMP packets with a different ICMP ID are sent over the same raw socket, multiple states should be created. Put a similar check into rip6_output() like in the IPv4 case. OK mikeb@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/28 06:22:07 Modified files: sys/netinet : raw_ip.c sys/netinet6 : icmp6.c raw_ip6.c Log message: Implement pf divert-reply for raw sockets. Note that an empty divert->addr means that the rule has a divert-reply option. With divert-to the divert->addr is always set. The divert-reply rules should compare the original packet with the socket addresses. So skip the step that compares the inp->inp_laddr with the empty divert->addr. OK mikeb@ CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2015/07/28 06:25:27 Modified files: regress/usr.bin/doas: Makefile Added files: regress/usr.bin/doas: master.passwd t-run-keepenv-path.conf Log message: Add (currently failing) test for passing PATH via keepenv in doas. Initial report by Ze Loff on misc@. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/28 06:31:29 Modified files: regress/sys/net/pf_divert: LICENSE Makefile args-icmp-to.pl args-rip-reply.pl args-rip-to.pl args-tcp-reply.pl args-tcp-to.pl args-udp-reply.pl args-udp-to.pl funcs.pl remote.pl Added files: regress/sys/net/pf_divert: README args-icmp-reply-reuse.pl args-icmp-reply-to.pl args-rip-reply-to.pl args-udp-reply-to.pl Log message: Add more and deeper tests for pf divert-reply rules. Especially the combination of sending and receiving multiple packets over one socket is tested for UDP, raw IP and ICMP. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2015/07/28 07:13:13 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register pg_top removal. Reminded by bcallah and ajacoutot with ok. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/07/28 07:22:07 Modified files: usr.sbin/pkg_add/OpenBSD: Delete.pm Log message: make -B with bad checksums cope. Reported by millert@ CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2015/07/28 08:08:52 Modified files: usr.bin/doas : doas.c Log message: Fix keepenv handling. Initially reported by Ze Loff on misc@. tedu@ agrees. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/28 08:20:10 Modified files: sys/kern : uipc_usrreq.c Log message: For unix domain sequenced packet socket pairs the ruby regression tests reported an EMSGSIZE error although the sent message was not too large. The way backpressure was implemented for unix domain sockets confused the check in sosend(). Unix domain sockets append data only to the recv buffer. To report the amount of content to the sender, the high watermark of the send buffer was reduced. This happend for SOCK_STREAM and SOCK_SEQPACKET. Sosend checks wether atomic chunks could ever fit into the send buffer which is limited by the high watermark. This happens for SOCK_DGRAM and SOCK_SEQPACKET. For SOCK_SEQPACKET the combination of these mechanisms resulted in an EMSGSIZE error when the buffer got filled. This also happened when space could be created by reading from the other end in contradiction to the semantics of EMSGSIZE. Do not emulate a send buffer that has no space. It is better to fill the buffer with fake data than to reduce its size. Thus the high watermark always contains the real value. When disconnecting, reset the counters. Otherwise the socket layer would try to flush non existing data in the send buffer. Tested by jeremy@ with a C program and the ruby tests. OK markus@ jeremy@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/07/28 08:22:26 Modified files: usr.bin/make : job.c Log message: let the hack that lets make kill jobs after sudo also work with doas. okay tedu@, millert@, tweaks by millert@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2015/07/28 08:31:50 Modified files: share/man/man4 : ppp.4 Log message: Add a note to ppp(4)'s BUGS section where it talks about lack of IPv6 support to make it clear that pppoe(4) does work with IPv6. Problem noted by Simon Farnsworth. Add xrefs to pppoe(4) and pppx(4) to show that this isn't the only PPP implementation on OpenBSD. ok/tweak stsp@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/28 08:33:58 Modified files: net/avahi : Makefile net/avahi/pkg : README-main Log message: Give examples for enabling D-BUS ("messagebus") at startup; the script name is no longer "D-BUS" so the descriptive text doesn't give that much of a clue as to what's needed. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/28 08:46:13 Modified files: net/avahi : Makefile net/avahi/pkg : README-main Log message: tyop CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/28 09:18:10 Modified files: usr.bin/tmux : cmd-show-messages.c status.c tmux.h tty-term.c Log message: Tidy up the way terminals are described and move some structs out of tmux.h. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/28 09:22:25 Modified files: sys/kern : kern_tame.c sys/sys : tame.h Log message: normalize disclaimer to license.template; noted by reyk CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/28 09:33:05 Modified files: textproc/jq : Makefile Log message: Makefile spacing and reordering. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/07/28 09:42:23 Modified files: sys/dev : softraid.c Log message: Tweak a couple of [SLIST|TAILQ]_REMOVE() usages in loops to a more obvious idiom. ok bluhm@ jsing@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2015/07/28 10:47:24 Modified files: www/awstats : Makefile distinfo www/awstats/pkg: PLIST README Log message: Update www/awstats to 7.4 - use sed -i instead of perl - make the port work with nginx - change README to reflect that feedback and OK aja@ OK sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/28 11:46:53 Modified files: bin/ed : buf.c main.c re.c Log message: remove gratuitous casts CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/28 12:12:57 Modified files: lib/libc/sys : tame.2 Log message: unsort: requested by deraadt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/28 12:20:41 Modified files: lib/libc/sys : tame.2 Log message: describe CPATH before TMPPATH CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2015/07/28 12:38:05 Modified files: usr.bin/mandoc : main.c tag.c tag.h Log message: Remove the hack of scrolling forward and backward with +G1G that many (jmc@, millert@, espie@, deraadt@) considered revolting. Instead, when using a pager, since we are using a temporary file for tags anyway, use another temporary file for the formatted page(s), as suggested by millert@ and similar to what the traditional BSD man(1) did, except that we use only one single temporary output file rather than one for each formatted manual page, such that searching (both with / and :t) works across all the displayed files. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/07/28 12:59:20 Modified files: share/man/man9 : km_alloc.9 Log message: kv_executable was removed CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2015/07/28 13:49:04 Modified files: usr.bin/doas : doas.c Log message: Rename some variables and add few comments in keepenv handling code. Makes the code more readable. okay tedu@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/28 14:03:35 Modified files: net/isc-bind : Makefile distinfo Log message: Security update to BIND 9.10.2p3 - a failure to reset a value to NULL in tkey.c could result in an assertion failure. (CVE-2015-5477) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/28 14:04:17 Modified files: net/isc-bind : Tag: OPENBSD_5_7 Makefile distinfo net/isc-bind/patches: Tag: OPENBSD_5_7 patch-configure_in Log message: Security update to BIND 9.10.2p3 - a failure to reset a value to NULL in tkey.c could result in an assertion failure. (CVE-2015-5477) CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/07/28 14:45:02 Modified files: sys/sys : audioio.h sys/dev : audio.c share/man/man4 : audio.4 Log message: Add the AUDIO_GETPOS ioctl() to fetch a snapshot of the 4 counters returned by AUDIO_GETxOFFS and AUDIO_xERROR ioctls. ok deraadt CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/07/28 14:48:49 Modified files: lib/libsndio : sio_sun.c Log message: Use new AUDIO_GETPOS ioctl instead of AUDIO_GETxOFFS and AUDIO_xERROR. It returns a snapshot of the counters we need and avoids inconsistencies. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/07/28 14:51:10 Modified files: usr.bin/audioctl: audioctl.c Log message: Use new AUDIO_GETPOS ioctl() to ensure "bytes" and "errors" counters are consistent. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/07/28 14:57:35 Modified files: sys/dev : audio.c Log message: In case the system misses enough audio interrupts for DMA pointers to wrap, recover by detecting and compensating for the missed interrupts. Fixes certain audio hangs on MP machines. with help from armani@, typos fixed by Alexey Suslikov CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/07/28 15:04:28 Modified files: sys/dev : audio.c Log message: add missing space, from Donovan Watteau <tsoomi at gmail.com> thanks! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/28 15:36:03 Modified files: usr.bin/doas : doas.c parse.y Log message: wrap some exceedingly long lines CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2015/07/28 15:55:32 Modified files: lang/jruby : Makefile Log message: Set ONLY_FOR_ARCHS = amd64, due to runtime issues on i386 OK jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/28 16:10:01 Modified files: mail/postfix/stable: Makefile distinfo Log message: update to Postfix 3.0.2, from Brad - bug fixes and TLS strengthening CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/28 16:48:31 Modified files: lib/libc/sys : execve.2 intro.2 Log message: ARG_MAX is the standard name (not NCARGS); probab[l]y guenther CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/07/28 17:10:13 Modified files: sys/kern : subr_disk.c Log message: Convert sectors to DEV_BSIZE block values were necessary to find, read and validate disklabels on GPT partitioned disks. Makes it much more likely GPT partitioned disks with non-512-byte sectors will work. Part of the larger reverted GPT work. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/07/28 17:20:42 Modified files: usr.bin/ssh : compat.c Log message: add Cisco to the list of clients that choke on the hostkeys update extension. Pointed out by Howard Kash CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/28 18:00:31 Modified files: usr.bin/doas : doas.c Log message: refine a comment CVSROOT: /cvs Module name: src Changes by: rzalamena@cvs.openbsd.org 2015/07/28 18:04:03 Modified files: sys/net : if.c if_ethersubr.c if_loop.c sys/netinet : ip_ether.c ip_gre.c sys/netmpls : mpls.h mpls_input.c Log message: Don't use mpls_input() as input handler anymore and instead call it directly. Also protect non mp-safe functions while at it. ok mpi@. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/07/28 18:15:36 Modified files: sys/kern : subr_disk.c Log message: Zap a couple of extra blank lines that keep showing up in diffs I'm trying to build. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2015/07/28 22:04:04 Modified files: games/redeclipse: Makefile distinfo games/redeclipse/pkg: PLIST-data Log message: Unbreak after the redeclipse github repository got restructured to have a large number of submodules. Update to 1.5.3 while here as the submodules don't have the 1.5.2 tag. Problem reported by Henrique Lengler. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/07/28 22:43:06 Modified files: usr.bin/ssh : kex.c kex.h packet.c Log message: include the peer's offer when logging a failure to negotiate a mutual set of algorithms (kex, pubkey, ciphers, etc.) ok markus@ CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2015/07/28 23:47:25 Modified files: dist/Mesa/src/gallium/drivers/r300: r300_blit.c r300_context.h r300_state.c r300_state_derived.c r300_texture.c r300_texture.h r300_transfer.c dist/Mesa/src/gallium/state_trackers/dri/common: dri_drawable.c dist/Mesa/src/gallium/state_trackers/dri/drm: dri2.c Log message: Make the Gallium r300 works on big-endian architectures. Diff provided by Michel Daenzer [0] as a possible solution for a regression introduced in Mesa 9 [1]. This diff allows macppc users to use OpenGL accelerated appplications (i.e. GNOME3). As disucssed during c2k15 we won't try to keep this patch during the next Mesa update. [0] https://bugs.freedesktop.org/show_bug.cgi?id=71789 [1] http://lists.freedesktop.org/archives/mesa-dev/2013-December/050218.html Tested by myself and ajacoutot@, regression test and ok jsg@ CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2015/07/28 23:49:16 Modified files: lib/libGL/dri : Makefile lib/libGL/gallium/winsys: Makefile Log message: Build r300g and r600g on macppc and sparc64. ok jsg@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2015/07/29 01:03:00 Modified files: usr.sbin/radiusd: radiusd.conf.5 Log message: add a FILES section to make clear where RADIUS configuration file is placed by default. ok yasuoka@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/29 01:55:35 Modified files: devel/libgsf : Makefile distinfo Log message: Bugfix update to libgsf-1.14.34. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/29 01:59:36 Modified files: devel/maven : Makefile distinfo devel/maven/pkg: PLIST Log message: Update to maven-3.3.1 and bump java version. from and ok ian@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/07/29 02:06:29 Modified files: sys/dev/pci : azalia.c Log message: Rework buffer position reporting code. - use simpler data structures (makes the code shorter). - if multiple interrupts are missed, call audio(4) as many times as we missed interrupts (unless the pointer wrapped, which this is undetectable, but upper layer handles it) - fetch the link fifos size in the interrupt handler, as, according to the spec it may change dynamically. - certain devices expose the last offset of the link fifo size instead of the fifo size itself; workaround this by incrementing the reported link fifo size if it's odd. Fixes recovery after missed interrupts on asus eeepcs, maybe others. ok deraadt, help from armani@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/29 02:12:16 Modified files: devel/goffice : Makefile distinfo Log message: Bugfix update to goffice-0.10.23. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/29 02:12:53 Modified files: math/gnumeric : Makefile distinfo Log message: Bugfix update to gnumeric-1.12.23. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/07/29 02:34:54 Modified files: usr.bin/ssh : kex.c Log message: fix bug in previous; was printing incorrect string for failed host key algorithms negotiation CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/29 02:41:10 Modified files: textproc/meld : Makefile Log message: Missing RUN_DEPENDS (unbreak runtime). CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2015/07/29 04:42:37 Modified files: usr.bin/tsort : tsort.c Log message: gc macro that's no longer used since the move to reallocarray CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/07/29 05:36:38 Modified files: www/chromium : Makefile distinfo Log message: update to 44.0.2403.125; add a hack to build the generated resources to avoid random build failures CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2015/07/29 05:56:02 Modified files: usr.bin/tmux : server-client.c status.c tmux.h Log message: status_out and associated data structures are no longer used. CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2015/07/29 06:00:24 Modified files: distrib/sets/lists/xserv: md.macppc Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/29 06:13:17 Modified files: audio/sonata : Makefile x11/arandr : Makefile Log message: Needs devel/gettext-tools. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/07/29 06:58:16 Modified files: sys/dev : softraid.c Log message: Zap a SLIST in a more obviously correct/safe way. Originally from pelikan@, recent prodding from bluhm@ and jsg@. ok pelikan@ millert@ bluhm@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/29 08:53:20 Modified files: lib/libssl/src/crypto/asn1: asn1_lib.c Log message: Expand obsolete M_ASN1_STRING_* macros in asn1_lib.c, apply some style(9) and drop an unnecessary return from a void function. ok bcook@ doug@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/29 08:58:34 Modified files: lib/libssl/src/crypto/asn1: a_bitstr.c a_int.c a_octet.c t_req.c evp_asn1.c lib/libssl/src/crypto/ec: ec_asn1.c lib/libssl/src/crypto/pkcs12: p12_mutl.c lib/libssl/src/crypto/pkcs7: pk7_lib.c pk7_doit.c lib/libssl/src/crypto/ts: ts_lib.c ts_rsp_utils.c lib/libssl/src/crypto/x509: x509_cmp.c x509_set.c x509cset.c x509_v3.c lib/libssl/src/crypto/x509v3: v3_prn.c v3_skey.c v3_akey.c v3_sxnet.c v3_alt.c Log message: Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated assembly. ok bcook@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2015/07/29 10:13:49 Modified files: lib/libssl/src/crypto/x509v3: v3_akey.c v3_alt.c v3_bcons.c v3_bitst.c v3_cpols.c v3_crld.c v3_enum.c v3_extku.c v3_ia5.c v3_info.c v3_int.c v3_ncons.c v3_ocsp.c v3_pci.c v3_pcons.c v3_pku.c v3_pmaps.c v3_skey.c v3_sxnet.c Log message: Use named initialisers for X509V3_EXT_METHOD structs (for the usual reasons) - only change in generated assembly is due to line numbering. CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2015/07/29 10:24:02 Modified files: math : Makefile Removed files: math/qtoctave : Makefile distinfo math/qtoctave/patches: patch-Makefile patch-configure patch-qtoctave_configure_h patch-qtoctave_qtoctave_pro math/qtoctave/pkg: DESCR PLIST Log message: Remove QtOctave No longer maintained upstream and Octave now comes with its own GUI. OK zhuk@, steven@, jasper@ CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2015/07/29 10:26:55 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register qtoctave removal CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2015/07/29 11:08:46 Modified files: sys/dev/pv : pvbus.c pvreg.h Log message: Determine and print Xen hypervisor version. ok reyk, with deraadt@'s permission CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/07/29 11:17:57 Added files: . : 58.html Log message: add 5.8 release file, ready for additions CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/07/29 11:19:45 Modified files: . : 58.html Log message: two more numbers need to roll forward CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/29 11:21:11 Modified files: www/nginx : Makefile www/nginx/pkg : nginx.rc Log message: Typo in pexp. reported by sebastia@ CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2015/07/29 11:39:49 Modified files: security/reop : Makefile Log message: Update HOMEPAGE, MASTER_SITES and bump. ok sthen@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/07/29 11:49:31 Modified files: . : 58.html Log message: 5.8 keys CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/29 11:54:35 Modified files: sys/arch/m88k/m88k: pmap.c Log message: Acquire the kernel lock in pmap_remove(). The reasons for this can't be stated here as I have been asked to be polite in this commit message. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/29 11:55:27 Modified files: sys/kern : kern_tame.c Log message: Neuter tame(2) with ENOSYS for upcoming release cycle, in a fairly simple and gross fashion, but the least impact on other parts... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/29 12:33:17 Modified files: sys/dev/acpi : acpi.c Log message: Something subtle in previous revision is locking up suspend or booting on some laptops. Mailing lists threads mention x220 and Asus machines. Reverting for now. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/29 12:52:44 Modified files: sys/arch/macppc/macppc: locore.S sys/arch/powerpc/include: pcb.h sys/arch/powerpc/powerpc: trap.c sys/arch/socppc/socppc: locore.S Log message: 17 years ago, setfault() was modified to save the status register in the faultbuf. But 1/ sr was only restored for machine check exceptions, and 2/ the way it was saved was unsafe if interrupts were enabled, and could cause %r2 to be lost. Discussing this with deraadt@ at the end of c2k15, this was probably needed for the old VI boards which were the target of the original powerpc port, came with a worse-than-Genesi openfirmware. Since then, machine check exceptions have been unheard of; or, if they happen, they do not need the status register to be restored. ok mpi@ deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2015/07/29 13:16:09 Modified files: lib/libssl/src/ssl: s3_clnt.c s3_meth.c s3_srvr.c Log message: Add linker warnings in case SSLv3_{,client,server}_method are referenced. Use of this symbols proves the existence of a code path willingly using SSLv3, even with OPENSSL_NO_SSL3 being defined, which hints that it needs fixing. Discussed with the LibreSSL cabal during c2k15; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/07/29 14:03:14 Modified files: usr.sbin/httpd : httpd.h server.c server_fcgi.c server_http.c Log message: Read fcgi response records until we have the whole http header and can parse it. Otherwise http headers can leak into the body. Pointed out by Jean-Philippe Ouellet on bugs@ Thanks! OK reyk, commit ASAP deraadt@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2015/07/29 14:55:43 Modified files: usr.sbin/relayd: relayd.c Log message: fix bug where other than the last of multiple forward rules in http protocols would be ignored, reported and fixed by J. Fischer (lists -AT- mistrust -DOT- net) and reminded by (trondd -AT- kagu-tsuchi -DOT- com), thanks! ok deraadt@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/07/29 15:10:50 Modified files: sys/dev/pci : envy.c envyvar.h Log message: Use DMA pointer determine the number of times the audio(4) layer has to advance in time. This is needed to properly recover, when interrupts are blocked for too long. Fixes permanent distortion on MP systems. ok deraadt CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/07/29 15:13:32 Modified files: sys/dev : audio.c Log message: Fix spacing and be more verbose in printfs under #ifdef AUDIO_DEBUG. No binary change. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2015/07/29 16:03:41 Modified files: usr.sbin/httpd : httpd.h server.c server_fcgi.c server_http.c Log message: backout the previous: it broke wordpress somehow. we need more care to find a proper fix for the fastcgi headers. acknowledged by deraadt@ CVSROOT: /cvs Module name: www Changes by: bluhm@cvs.openbsd.org 2015/07/29 17:48:24 Modified files: . : 58.html Log message: Add new syslogd(8) features. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/07/29 18:01:34 Modified files: usr.bin/ssh : kex.c kex.h readconf.c servconf.c ssh.c ssh_config.5 sshconnect2.c sshd.c sshd_config.5 Log message: Allow ssh_config and sshd_config kex parameters options be prefixed by a '+' to indicate that the specified items be appended to the default rather than replacing it. approach suggested by dtucker@, feedback dlg@, ok markus@ CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2015/07/29 18:03:44 Added files: openssh : legacy.html Log message: documentation for re-enabling legacy crypto in OpenSSH 7.0+ "get it in" deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2015/07/29 19:35:37 Modified files: distrib/sets/lists/xserv: md.sparc64 Log message: sync ok deraadt@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2015/07/29 20:18:26 Modified files: opensmtpd : index.html Log message: relative links are better; from vigdis at chown dot me, thanks! CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/07/30 00:07:10 Log message: qtkeychain is a dependency for newer versions of owncloudclient (former mirall). Discussed with ajacoutot@, sthen@ and zhuk@ OK ajacoutot@ and jasper@ QtKeychain is a Qt API to store passwords and other secret data securely. If running, GNOME Keyring is used, otherwise qtkeychain tries to use KWallet (via D-Bus), if available. Status: Vendor Tag: kirby Release Tags: kirby_20150730 N ports/security/qtkeychain/Makefile N ports/security/qtkeychain/distinfo N ports/security/qtkeychain/pkg/DESCR N ports/security/qtkeychain/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/07/30 00:09:38 Modified files: security : Makefile Log message: + qtkeychain CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/07/30 00:14:14 Log message: Owncloudclient is a tool to synchronize files from ownCloud Server with your computer. Discussed with ajacoutot@ OK ajacoutot@ and jasper@ Status: Vendor Tag: kirby Release Tags: kirby_20150730 N ports/net/owncloudclient/Makefile N ports/net/owncloudclient/distinfo N ports/net/owncloudclient/patches/patch-cmake_modules_FindINotify_cmake N ports/net/owncloudclient/patches/patch-src_libsync_utility_cpp N ports/net/owncloudclient/patches/patch-src_gui_application_cpp N ports/net/owncloudclient/patches/patch-csync_src_httpbf_src_httpbf_c N ports/net/owncloudclient/patches/patch-src_libsync_CMakeLists_txt N ports/net/owncloudclient/patches/patch-csync_src_std_c_private_h N ports/net/owncloudclient/pkg/DESCR N ports/net/owncloudclient/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/07/30 00:17:27 Modified files: net : Makefile Log message: - mirall + owncloudclient CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/30 00:17:36 Modified files: usr.sbin/radiusd: radiusd_radius.c Log message: q_id didn't pass to radiusd_radius properly. It should be u_int not u_int. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/07/30 00:21:19 Removed files: net/mirall : Makefile distinfo net/mirall/patches: patch-cmake_modules_FindINotify_cmake patch-src_CMakeLists_txt patch-src_mirall_application_cpp patch-src_mirall_utility_cpp net/mirall/pkg : DESCR PLIST Log message: Remove mirall. It was replaced by owncloudclient CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/07/30 00:25:37 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: add bits about mirall and ocsync CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/07/30 01:09:33 Removed files: net/ocsync : Makefile distinfo net/ocsync/patches: patch-src_csync_statedb_c patch-src_httpbf_src_httpbf_c patch-src_std_c_file_c patch-src_std_c_macro_h patch-src_vio_csync_vio_c net/ocsync/pkg : DESCR PLIST Log message: remove ocsync. it's no longer used by other ports and doesn't work with latest versions of owncloud server. OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/07/30 01:11:25 Modified files: net : Makefile Log message: - ocsync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/30 01:49:33 Modified files: x11/nx : Makefile.inc x11/nx/nxcomp : Makefile x11/nx/nxproxy : Makefile x11/nx/nxssh : Makefile Log message: Add working MASTER_SITES; from Rafael Sadowski CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/30 01:53:26 Modified files: sysutils/logstash/logstash: Makefile distinfo sysutils/logstash/logstash/pkg: PLIST Added files: sysutils/logstash/logstash/patches: patch-vendor_bundle_jruby_1_9_gems_logstash-core-1_5_3-java_lib_logstash_patches_stronger_openssl_defaults_rb Log message: - update to logstash-1.5.3 - switch to jdk 1.8 with Pavel Korovin CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/30 01:54:51 Modified files: textproc/elasticsearch: Makefile distinfo textproc/elasticsearch/pkg: PLIST Log message: - update to elasticsearch-1.7.1 - switch to jdk 1.8 with Pavel Korovin CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/07/30 01:56:20 Modified files: sysutils/facter: Makefile sysutils/facter/files: memory_resolver.cc processor_resolver.cc Log message: small tweaks incorporated while trying to push this upstream CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/30 02:03:50 Modified files: usr.bin/su : su.1 share/man/man8 : afterboot.8 release.8 share/man/man5 : bsd.port.mk.5 bsd.regress.mk.5 mk.conf.5 share/man/man7 : hier.7 ports.7 Log message: switch references from sudo to doas; ok deraadt CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/07/30 02:11:53 Modified files: x11/i3status : Makefile Added files: x11/i3status/patches: patch-Makefile patch-src_print_volume_c Log message: move away from ossaudio and get the information from the mixer(4) directly in order to get proper volume and mute information when there is no hardware button for volume/mute available ok jasper@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/30 02:46:05 Modified files: usr.sbin/radiusd: radiusd_bsdauth.c Log message: Fix typo in comment. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/30 03:16:30 Modified files: usr.sbin/radiusd: radiusd_radius.c Log message: Fix the variable name for struct radius_server. It was confused. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/07/30 03:21:51 Modified files: usr.sbin/radiusd: radiusd_radius.c Log message: Use the dedicated log function instead of log_warn(). Also, fix the variable name again. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/07/30 03:46:18 Modified files: lang/php : Makefile.inc Log message: remove all references to the suhosin patch CVSROOT: /cvs Module name: www Changes by: gsoares@cvs.openbsd.org 2015/07/30 04:56:41 Modified files: faq/ports : guide.html Log message: fix typo; from Clemens Goessnitzer CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/30 05:11:33 Modified files: share/man/man7 : hier.7 Log message: two revisions ago i bungled the addition of radiusd - fix that now; ok deraadt CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/30 05:13:24 Modified files: usr.bin/file : file.1 Log message: note that symlinks are not followed by default; from tilo stritzky ok nicm and discussed with deraadt CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/30 05:28:31 Modified files: productivity/gtg: Makefile Log message: Needs devel/gettext-tools. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/30 05:36:57 Modified files: graphics/mirage: Makefile Log message: Needs devel/gettext-tools. CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2015/07/30 08:02:04 Modified files: usr.bin/doas : doas.conf.5 Log message: Fix usage examples. From Theo Buehler on misc@, thanks! okay jmc@, deraadt@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/30 08:16:47 Modified files: sysutils/freeipmi: Makefile Log message: mirror distfile; MASTER_SITES points at an nonexistent hostname CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2015/07/30 08:59:12 Modified files: bin/ksh : lex.c Log message: Fix the baskslash-escaped codes ('\nnn') usage in PS1. Report and initial proposal from Vadim Ushakov on bugs@, tweaked by me. okay deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/30 09:09:27 Modified files: audio/picard : Makefile Log message: Needs devel/gettext-tools. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/07/30 10:04:38 Modified files: www/owncloud : Makefile www/owncloud/pkg: README Log message: mention new desktop client for owncloud. noticed by zhuk@ remove couple of trailing white spaces while here. OK ajacoutot@, maintainer. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/30 10:05:51 Modified files: benchmarks/smtp-benchmark: Makefile games/sudoku-solver: Makefile mail/ldapvacation: Makefile mail/smsmail : Makefile mail/smtp-vilter: Makefile sysutils/tabled: Makefile www/mod_ldapvhost: Makefile Log message: mirror files no longer on MASTER_SITES and remove old HOMEPAGEs, pointed out by naddy CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2015/07/30 10:35:22 Modified files: audio/midish : Makefile distinfo Log message: update to 1.1.1 CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2015/07/30 11:02:17 Modified files: sys/arch/mips64/mips64: pmap.c Log message: Make mips64 pmap prepared for the unlocked reaper. ok miod@, deraadt@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/30 11:04:33 Modified files: usr.bin/doas : doas.c Log message: make gid parsing look like uid parsing. from Martijn van Duren ack deraadt CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/07/30 11:24:08 Modified files: regress/bin/ksh: regress.t Log message: Add regress test to exercise octal expansion (via blackslash) in PS1 and PS2. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/07/30 11:46:35 Modified files: share/man/man3 : intro.3 Log message: update the radius reference; CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/07/30 11:49:04 ports/x11/gnustep/cynthiune/patches Update of /cvs/ports/x11/gnustep/cynthiune/patches In directory cvs.openbsd.org:/tmp/cvs-serv5150/patches Log Message: Directory /cvs/ports/x11/gnustep/cynthiune/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/30 12:15:11 Modified files: geo/gdal : Makefile Log message: Explicitely pass --without-hdf5 otherwise libhdf5 gets picked up if installed. I'll leave it to maintainer whether we want hdf5 or not but I am committing this now because we are approaching lock. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/30 12:33:58 Modified files: devel : Makefile Removed files: devel/tla : Makefile distinfo devel/tla/patches: patch-hackerlab_vu_vu-virtual-null_h patch-tla_libneon_ne_207_c patch-tla_libneon_ne_auth_c patch-tla_libneon_ne_locks_c patch-tla_libneon_ne_props_c patch-tla_libneon_ne_xml_c patch-tla_tests_test-framework devel/tla/pkg : DESCR PLIST Log message: Remove tla (GNU Arch), the project is dead since several years. Already discussed in 2013. ok kili@, Laurent Cheylus (maintainer). CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/30 12:36:27 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register the removal of devel/tla. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/07/30 13:23:02 Modified files: usr.bin/ssh : servconf.c sshd_config sshd_config.5 Log message: change default: PermitRootLogin without-password matching install script changes coming as well ok djm markus CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/07/30 13:40:32 Modified files: distrib/miniroot: install.sub Log message: Change installer to cope with the new sshd_config(5) default for the PermitRootLogin option. Additionally to 'yes' and 'no' allow 'without-password' and make that the proposed default answer for the "Allow root ssh login?" question. Modify sshd_config only if the user choice is not the default. OK deraadt discussed with halex@, sthen@ and others CVSROOT: /cvs Module name: www Changes by: jung@cvs.openbsd.org 2015/07/30 14:21:22 Modified files: . : 58.html Log message: mention ugold(4) improvements CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/07/30 14:24:58 Modified files: x11/gnustep/cynthiune: Makefile Added files: x11/gnustep/cynthiune/patches: patch-Bundles_MP3_MP3_m Log message: Backport fix that prevents crashers when playing MP3 OK aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/30 15:51:22 Modified files: sysutils/ipmitool: Makefile sysutils/ipmitool/pkg: DESCR PLIST Log message: don't install useless files, mention supported protocols in DESCR, don't use groff, adjust comment CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/30 17:08:10 Modified files: sysutils/nut : Makefile Log message: add a defensive --without-ipmi to CONFIGURE_ARGS. currently a noop (-> no package change), but a pending (post-5.8) update to freeipmi will cause it to be picked up. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/07/30 17:09:15 Modified files: usr.bin/ssh : sshpty.c Log message: fix pty permissions; patch from Nikolay Edigaryev; ok deraadt CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/30 17:26:59 Modified files: net/isc-bind : Tag: OPENBSD_5_6 Makefile distinfo Removed files: net/isc-bind/patches: Tag: OPENBSD_5_6 patch-bin_named_config_c Log message: Apply BIND security update to OPENBSD_5_6 as well Security update to BIND 9.10.2p3 - a failure to reset a value to NULL in tkey.c could result in an assertion failure. (CVE-2015-5477) CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2015/07/30 18:10:51 Modified files: usr.sbin/httpd : httpd.h server_fcgi.c server_http.c Log message: repair hsts header output, wrong format strings caused broken Strict-Transport-Security headers. Add __format__ attribute to kv_set() and kv_setkey() to make it easier to spot such problems. Found by and fix from Donovan Watteau <tsoomi -AT- gmail -DOT- com>, thanks for your help. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2015/07/30 18:16:53 Modified files: sys/conf : GENERIC Log message: As usual, turn off POOL_DEBUG for the release. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/07/30 18:24:14 Modified files: usr.bin/patch : pch.c Log message: Account for newlines in substitution (s///) commands. Substitution commands might contain a newline in the replacement pattern (escaped with a backslash before it), causing patch's understanding of the state the ed child process is in to diverge from reality. This can lead to patch unwillingly feeding '!' (execute shell command) lines to ed. From Martin Natano. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: doug@cvs.openbsd.org 2015/07/30 18:35:06 Modified files: lib/libssl/src/ssl: d1_srtp.c Log message: Fix SRTP parsing. jsing@ noticed that during the CBS conversion, an extra CBS_len comparison was introduced. It should be 0 after extracting MKI. ok jsing@ bcook@ deraadt@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/07/30 22:58:05 Modified files: . : errata56.html errata57.html Log message: patch patch ... again. another errata CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/31 02:00:42 Modified files: net/owncloudclient: Makefile net/owncloudclient/patches: patch-src_gui_application_cpp Log message: Fix a typo and add a comment; no pkg change. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/07/31 05:30:12 Modified files: share/man/man8 : release.8 Log message: need to use env here. from Mark Patruck CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/07/31 05:45:14 Modified files: devel/spidermonkey/patches: patch-jsapi_cpp Log message: Unbreak build on hppa; ok landry@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2015/07/31 05:48:22 Modified files: www/opengroupware: Makefile www/opengroupware/pkg: README Log message: Mention apache-httpd-openbsd package instead of the non existing apache httpd from base. Pointed out by zhukov@ OK sthen@, ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/07/31 06:05:36 Modified files: sysutils/collectd/patches: patch-src_pf_c patch-src_libcollectdclient_Makefile_in patch-src_dns_c patch-Makefile_in Log message: Regen patches. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/07/31 06:06:18 Modified files: sysutils/collectd: Makefile Added files: sysutils/collectd/patches: patch-src_tcpconns_c Log message: Backport fix for https://github.com/collectd/collectd/issues/1094 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2015/07/31 06:40:11 Modified files: lang/chibi-scheme: Makefile Log message: chibi-scheme does not work on architectures which require aligned access to memory. The bug is fixed in upstream's repo but the patch is not simple and it could break the code on amd64/i386. Build failures on sparc64 and hppa spotted by tobiasu@. CVSROOT: /cvs Module name: src Changes by: tobiasu@cvs.openbsd.org 2015/07/31 08:18:06 Modified files: regress/lib/libssl/bytestring: Makefile Log message: Don't hardcode /usr/src, use BSDSRCDIR CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/07/31 08:37:34 Modified files: lang/chibi-scheme: Makefile Log message: fix variable name CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/07/31 09:36:15 Modified files: sbin/ifconfig : ifconfig.8 Log message: Document acceptable values for "carpdemote", from Julien Dhaille. ok jmc@, deraadt@ CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2015/07/31 09:38:09 Modified files: usr.bin/ssh : servconf.c Log message: Allow PermitRootLogin to be overridden by config ok markus@ deeradt@ CVSROOT: /cvs Module name: src Changes by: rzalamena@cvs.openbsd.org 2015/07/31 09:38:10 Modified files: sys/netinet : ip_ether.c Log message: Removed uninitialized pointer usage, we didn't need to use it there anyway. Thanks to Patrick Wild for noticing that! ok mpi@, deraadt@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/31 10:08:44 Modified files: net/libtorrent : Makefile Log message: build libtorrent with -march=i586 -fomit-frame-pointer on i386, to allow 64-bit atomic operations. (insufficient reg's to retain the frame pointer) copy net/rtorrent's BROKEN markers for the remaining arch to libtorrent instead; the actual failures are in the library, but don't show up until attempting to link it. ok tobiasu@ dcoppa@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/07/31 10:09:23 Modified files: net/rtorrent : Makefile Log message: remove unnecessary BROKEN markers, they have moved to libtorrent. ok tobiasu@ dcoppa@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/07/31 12:21:58 Modified files: usr.bin/patch : Tag: OPENBSD_5_6 pch.c Log message: Backport rev 1.53 by millert: Account for newlines in substitution (s///) commands. Substitution commands might contain a newline in the replacement pattern (escaped with a backslash before it), causing patch's understanding of the state the ed child process is in to diverge from reality. This can lead to patch unwillingly feeding '!' (execute shell command) lines to ed. From Martin Natano. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2015/07/31 12:34:30 Modified files: usr.bin/patch : Tag: OPENBSD_5_7 pch.c Log message: Backport rev 1.53 by millert: Account for newlines in substitution (s///) commands. Substitution commands might contain a newline in the replacement pattern (escaped with a backslash before it), causing patch's understanding of the state the ed child process is in to diverge from reality. This can lead to patch unwillingly feeding '!' (execute shell command) lines to ed. From Martin Natano. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/07/31 12:39:30 Modified files: x11/gnome/tracker: Makefile distinfo x11/gnome/tracker/patches: patch-src_tracker_Makefile_in x11/gnome/tracker/pkg: PLIST Log message: Bugfix update to (meta-)tracker-1.4.1. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/07/31 14:49:54 Modified files: games/sudoku-solver: Makefile games/sudoku-solver/patches: patch-webui_Makefile Log message: Remove a spurious -fpic which broke the build on sparc64, and build the webui component statically as it seems to have been intended. ok tobiasu@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/07/31 18:02:15 src/distrib/armv7/miniroot/wandboard Update of /cvs/src/distrib/armv7/miniroot/wandboard In directory cvs.openbsd.org:/tmp/cvs-serv21982/wandboard Log Message: Directory /cvs/src/distrib/armv7/miniroot/wandboard added to the repository CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2015/07/31 18:04:01 Modified files: regress/sys/kern/kqueue: kqueue-pipe.c Log message: SPC -> TAB CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/07/31 18:15:37 Modified files: distrib/armv7/miniroot: Makefile Makefile.inc distrib/armv7/ramdisk: install.md etc/etc.armv7 : Makefile.inc disktab Added files: distrib/armv7/miniroot/wandboard: Makefile Log message: Make use of u-boot 2015.07's unified wandboard config to provide a miniroot to cover all current wandboard variations. Unlike the other imx u-boot configs the wandboard config doesn't search for ext2 only a fat fs. Grow the ramdisk size to fit the extra u-boot files. From Roman Kravchuk. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/07/31 18:20:37 Modified files: regress/usr.sbin/syslogd: args-dropped-tcp.pl args-dropped-tls.pl args-sync-tcp.pl Log message: Make syslogd tests more reliable. Allow TLS tests to drop a wider rage of messages and make dropped regexes more specific. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/07/31 18:25:14 Modified files: distrib/armv7/ramdisk: install.md Log message: redirect dd standard output to /dev/null CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2015/07/31 18:37:58 Modified files: . : armv7.html Log message: In most cases imxesdhc(4) can only identify cards and hits errors with data transfers so don't mention it here. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/07/31 18:44:06 Modified files: distrib/notes/armv7: contents Log message: mention the wandboard miniroot CVSROOT: /cvs Module name: ports Changes by: uebayasi@cvs.openbsd.org 2015/07/31 21:08:30 Modified files: devel/valgrind : Makefile distinfo Removed files: devel/valgrind/patches: patch-coregrind_m_signals_c Log message: Update devel/valgrind to 3.10.1p6 (20150731). Most notably fixed syscall EINTR handling, reported by yasuoka@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/08/01 00:13:25 Modified files: www/puppetboard: Makefile www/puppetboard/pkg: puppetboard.rc Log message: Fix and extend pexp. mismatch reported by sebastia@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/08/01 01:18:12 Modified files: print/cups : Makefile distinfo print/cups/patches: patch-backend_ipp_c patch-scheduler_ipp_c print/cups/pkg : PLIST-main Log message: Maintenance update to cups-2.0.4. Fixes several bugs in the scheduler, web interface ... CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/08/01 01:18:30 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/08/01 01:50:25 Modified files: graphics/ffmpeg: Makefile Added files: graphics/ffmpeg/patches: patch-libavcodec_mips_hevcdsp_mips_h Log message: - unbreak on mips64 with gcc 4.2 (similar patch has been merged upstream by now) - also add --disable-mipsfpu to prevent 'illegal instructions' from Donovan Watteau ok brad (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/08/01 01:52:36 Modified files: net/dnsmasq : Makefile distinfo Log message: Bugfix update to dnsmasq-2.75. from brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2015/08/01 02:13:01 Modified files: net/libtorrent : Makefile Log message: Disable instrumentation to not depend on atomic operations on 64bit values. Unbreak net/rtorrent on powerpc & i386. i386 tested by Jan Vlach. ok landry@, dcoppa@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/08/01 02:46:34 Modified files: www/php-predis : Makefile distinfo www/php-predis/pkg: PLIST Log message: Update to Predis-1.0.3 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/08/01 03:03:31 Modified files: x11/i3 : Makefile distinfo x11/i3/patches : patch-man_i3-migrate-config-to-v4_1 Log message: Bugfix update to i3-4.10.3 CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/08/01 04:30:52 Modified files: lib/libsndio : sndio.7 Log message: Use "Ev" macro for AUCAT_COOKIE environment variable. From Michael Reed <m.reed at mykolab.com>. Thanks. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2015/08/01 04:47:30 Modified files: usr.bin/sndiod : file.c file.h Log message: Move processing of polled files in its own function, and call it twice: once for files that need immediate handling, and once for files that would block. No behavior change. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/08/01 05:07:29 Modified files: www/chromium : Makefile Log message: add the suggestions target to the list of pre-built targets CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/08/01 05:28:14 Modified files: usr.sbin/rcctl : rcctl.sh Log message: Tweak needs_root() output. When using "ls" with a root action, properly output the action and flags in the error output; from Theo Buehler CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/08/01 05:48:16 Modified files: devel/cmake : Makefile Log message: tentative trick to please portroach... CVSROOT: /cvs Module name: ports Changes by: tobiasu@cvs.openbsd.org 2015/08/01 06:07:46 Modified files: devel/ffcall : Makefile devel/ffcall/patches: patch-avcall_Makefile_in patch-callback_vacall_r_Makefile_in Added files: devel/ffcall/patches: patch-callback_trampoline_r_Makefile_in Log message: Fix ffcall on powerpc. Libtool doesn't like renaming objects behind its back. Tested with clisp "hello world" looks sensible to naddy@ ok landry@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/08/01 08:55:58 Modified files: regress/usr.sbin/syslogd: args-client-bind-only4.pl args-client-bind-only6.pl args-client-bind-port.pl args-client-bind.pl args-client-bind4-port.pl args-client-bind4.pl args-client-bind6-port.pl args-client-bind6.pl args-client-tcp-maxline.pl args-client-tcp-multichunks.pl args-client-tcp-multilines.pl args-client-tcp-nontransp-maxline.pl args-client-tcp-nontransp.pl args-client-tcp-octet-badframe.pl args-client-tcp-octet-maxline.pl args-client-tcp-octet-nontransp.pl args-client-tcp-octet.pl args-client-tcp4.pl args-client-tcp6.pl args-fdexhaustion-tcp.pl args-rsyslog-client-tcp.pl args-rsyslog-client-udp.pl args-rsyslog-tcp.pl args-rsyslog-tls.pl args-rsyslog-udp.pl Log message: Use Socket to make Perl syntax check of single test files pass. CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/08/01 10:20:40 Modified files: distrib/miniroot: install.sub Log message: - Be more specific as to what accept as answer to the "Allow root ssh login?" question. Either the first letter or the whole word - Use grep to check for the default in sshd_config - Simplify sed expression for changing sshd_config Based on feedback from and OK halex@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2015/08/01 12:11:08 Modified files: lib/libc/gen : fnmatch.c Log message: Fix a potential out-of-bounds read found via address-sanitizer while fuzzing as reported by Elliott Hughes. OK doug@ stsp@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/08/01 14:12:34 Modified files: sys/kern : kern_ktrace.c Log message: Fix free() of uninitialized variable introduced in previous commit. Eliminate the goto that I tripped on. problem noted by Mark Latimer (mark.latimer (at) gmail.com) ok miod@ millert@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/08/01 17:07:30 Modified files: games/supertuxkart: Makefile Log message: Don't even attempt to build this on anything but amd64 and i386. 3D accel isn't nearly good enough to run it on sparc64 or macppc. CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2015/08/01 18:47:25 Modified files: regress/sys/kern/kqueue: kqueue-process.c Log message: Refactor to prepare a future change; no functional changes. CVSROOT: /cvs Module name: src Changes by: uebayasi@cvs.openbsd.org 2015/08/01 20:42:22 Modified files: regress/sys/kern/kqueue: kqueue-process.c Log message: Kill a useless assignment. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/08/02 03:54:29 Modified files: distrib/notes/octeon: hardware install prep Log message: long overdue overhaul to include instructions for miniroot and usb CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/08/02 03:56:42 Modified files: usr.bin/ssh : version.h Log message: openssh 7.0; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/08/02 06:43:44 Modified files: usr.bin/openssl: openssl.1 Log message: remove ssl3 bits; ok doug CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/08/02 06:57:12 Modified files: devel/ti-msp430gcc: Makefile devel/ti-msp430gcc/pkg: PLIST Log message: disable LTO which doesn't really do anything but emit errors CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2015/08/02 10:14:06 Modified files: www/chromium : Makefile Log message: add net_interfaces to the list of pre-built targets CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/08/02 15:24:25 Modified files: usr.sbin/radiusd: radiusd.c Log message: Fix radiusd to start without -d. Also stop using event_initialized() to check whether the event handler is set. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/08/02 15:27:27 Modified files: usr.sbin/radiusd: radiusd_radius.c Log message: Fix radiusd_radius to use syslog(3). It had used stderr for debug. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/08/02 15:30:34 Modified files: usr.sbin/radiusd: radiusd_module.c Log message: radiusd_module with libevent didn't stop when the daemon stops. Fix it to delete its event handler properly. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/08/02 15:48:55 Modified files: usr.sbin/radiusd: parse.y radiusd.c Log message: Tweak XXX comments. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/08/02 15:54:21 Modified files: lib/libc/sys : ptrace.2 lib/libcrypto/man: BIO_s_bio.3 BN_BLINDING_new.3 Log message: spelling; ok deraadt CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/08/02 17:27:50 Modified files: usr.sbin/radiusd: radiusd.c Log message: Fire pending events when the module starts. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/08/02 17:29:27 Modified files: usr.sbin/radiusd: radiusd_module.c Log message: Check the received packet length properly. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/08/02 17:49:31 Modified files: usr.sbin/radiusctl: radiusctl.c Log message: Fix styles. Also delete -h option since any other ctl command doesn't have it. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/08/02 20:23:09 Modified files: usr.sbin/radiusd: radiusd.conf.5 Log message: Make radiusd.conf.5 describe all configuration options CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/08/02 22:10:21 Modified files: usr.sbin/radiusctl: Makefile Added files: usr.sbin/radiusctl: radiusctl.8 Log message: Add radiusctl.8 ok deraadt CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2015/08/02 22:19:25 Modified files: etc : Makefile changelist rc rc.conf etc/mtree : special Added files: etc/examples : radiusd.conf etc/rc.d : radiusd Log message: Place etc/defaults/radiusd.conf and etc/rc.d/radiusd. Modify etc/rc to hook the rc script and modify etc/rc.conf to make it disable by default. Also add an entry for /etc/radiusd.conf to etc/changelist and etc/mtree/special. ok deraadt CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2015/08/03 00:11:50 Modified files: devel/cmake : Makefile Log message: second attempt CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/08/03 01:35:25 Modified files: usr.sbin/radiusd: radiusd.conf.5 Log message: fix up previous; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/08/03 01:38:23 Modified files: net/dnsmasq : Tag: OPENBSD_5_7 Makefile distinfo net/dnsmasq/patches: Tag: OPENBSD_5_7 patch-man_dnsmasq_8 patch-src_config_h Removed files: net/dnsmasq/patches: Tag: OPENBSD_5_7 patch-src_option_c patch-src_rfc3315_c Log message: SECURITY update to dnsmasq-2.75. - fix for CVE-2015-3294 from Brad (maintainer) ok jasper@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2015/08/03 01:42:30 Modified files: databases/postgresql: Makefile postgresql.port.mk databases/postgresql/pkg: README-plpython README-server Log message: - remove trailing white spaces - add RSC id and header to README-plpython OK jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/08/03 01:44:57 Modified files: x11/gnome/libsecret: Makefile distinfo x11/gnome/libsecret/pkg: PLIST Log message: Minor update to libsecret-0.18.3. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/08/03 01:45:05 Modified files: usr.sbin/radiusctl: radiusctl.8 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/08/03 01:49:06 Modified files: usr.sbin/radiusctl: radiusctl.c Log message: sync usage(); CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/08/03 03:03:34 Modified files: x11/gnome/documents: Makefile distinfo x11/gnome/documents/pkg: PLIST Log message: Bugfix update to gnome-documents-3.16.3. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/08/03 03:20:44 Modified files: sys/dev/pci : cs4281.c Log message: Remove a debug printf that should have been removed years ago. ok ratchov CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/08/03 03:46:51 Added files: editors/emacs/patches: patch-configure Log message: Don't try to run the tputs conftest; segfaults* on powerpc/hppa * the actual reason is not known yet CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/08/03 04:03:23 Modified files: productivity : Makefile Log message: -googlecl CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/08/03 04:04:54 Removed files: productivity/googlecl: Makefile distinfo productivity/googlecl/pkg: DESCR PLIST Log message: remove googlecl, it's been broken since google dropped OAuth1 support and upstream (google) deems it unlikely googlecl will ever be fixed. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/08/03 04:05:38 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register googlecl removal CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/08/03 04:21:15 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: Update to postfix-3.1.20150721. from Brad (maintainer) ok sthen@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2015/08/03 04:36:41 Modified files: distrib/macppc/ramdisk: install.md Log message: Enable the xdm installer question on macppc, now that it has virtual consoles. Noted by stsp OK deraadt CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2015/08/03 04:56:14 Modified files: sys/arch/octeon/conf: RAMDISK Log message: add amdcf(4) here too; unbreaks RAMDISK ok pirofti@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/08/03 05:29:10 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2015/08/03 05:45:17 Modified files: usr.sbin/httpd : httpd.h server.c server_fcgi.c server_file.c Log message: Fix rev 1.70 of server.c by only re-enabling the bufferevent if we previously disabled it because we were reading to fast (from disk). Problem noted and tracked down to that commit by weerd@ and independently by stsp@. Tested by weerd@, stsp@, reyk@ OK bluhm@, reyk@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2015/08/03 07:18:48 Modified files: usr.sbin/rcctl : rcctl.sh Log message: "ls" requires an argument. issue reported by kirby@ "hurry up" deraadt@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2015/08/03 07:32:15 Modified files: sys/arch/mips64/mips64: trap.c Log message: On mips64, enable IPIs before calling refreshcreds() in trap(), to avoid a potential deadlock. ok miod@, deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/08/03 07:33:12 Modified files: sys/net : pf_lb.c Log message: A recently added sanity check panic in pf_postprocess_addr() was triggered for a reply-to rule. It turns out this case has been using uninitialised memory as if it were a valid pf pool. As the rest of the function assumes a valid pool for now just return. Problem reported by RD Thrush. ok jung@ mikeb@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/08/03 07:39:22 Modified files: usr.sbin/rarpd : arptab.c Log message: Explicitly request the sockaddr_dl when doing a RTM_GET rather than assuming that it will be in the gateway sa. Fixes a regression introduced with the support of multiple connected routes, found the hardway by sebastia@. ok florian@, benno@, deraadt@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2015/08/03 08:20:39 Modified files: sys/kern : kern_sysctl.c Log message: Unfortunately netstat did not show sockets without file descriptors since it had been converted from kvm to sysctl. This was hiding a bunch of TCP states which are important for network debugging. Loop over the internet PCB tables to fill the network information into the KERN_FILE_BYFILE sysctl result. Skip internet sockets when looping over the file desciptors. From markus@; OK guenther@; Go for it deraadt@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/08/03 09:31:05 Modified files: usr.bin/doas : doas.c Log message: remove an extra getuid call, reported by Martijn van Duren CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2015/08/03 10:37:45 Modified files: games/supertuxkart: Makefile Log message: Re-enable on powerpc; mpi@ still sees value in having a package. CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2015/08/03 11:40:07 Modified files: share/man/man4 : carp.4 Log message: Rolf Sommerhalder reports that the examples in the carp manpage are little lies: you have to use carpdev now to configure a carp parent interface. ok mpi@ jmc@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2015/08/03 12:03:04 Modified files: gnu/usr.bin/binutils-2.17/bfd: elf32-ppc.c Log message: Prevent a NULL dereference when a plt entry is not found. This smells like a workaround but it allows audio/mpd to build and the resulting binary runs well enough to make landry@ happy. In any case, having a broken binary is not much worse than not having a binary because ld(1) crashed. ok miod@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/08/03 12:29:30 Modified files: devel/boost : Makefile devel/boost/patches: patch-tools_build_src_tools_gcc_jam devel/boost/pkg: PLIST Added files: devel/boost/patches: patch-boost_atomic_detail_platform_hpp Log message: Unbreak boost on (at least) alpha, hppa and sparc64 - ensure we don't build the 'context' and 'coroutine' libs, they are not portable and the latter depends on the former - don't use the 'gcc_sparc' backend in Boost.atomic, for it doesn't build; use the generic gcc backend based on __sync_* - stop tweaking cc -march / -mcpu values; this is not desirable on any arch and it breaks on sparc64 due to a bogus -mcpu=c3 default - don't attempt to force -m32 / -m64 flags, this breaks at least alpha (64 bits but doesn't understand -m64) alpha, hppa & sparc64 tests by landry@, amd64 bulk by ajacoutot@ ok jasper@ CVSROOT: /cvs Module name: ports Changes by: jung@cvs.openbsd.org 2015/08/03 13:14:56 Modified files: emulators/qemu : Makefile emulators/qemu/files: qemu-ifdown qemu-ifup emulators/qemu/pkg: README Log message: remove sudo as run dependency and switch to doas in readme and scripts ok sthen deraadt CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2015/08/03 16:22:38 Removed files: editors/emacs/patches: patch-configure Log message: Remove patch; ld -Z is broken on powerpc CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/08/03 22:20:35 Modified files: sys/dev/acpi : acpidev.h Log message: Fix a handful of incorrect register offsets in acpihpet. from patrick keshishian <pkeshish at gmail.com> ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2015/08/03 22:24:08 Modified files: etc : Makefile Log message: install the radiusd rc.d file ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/08/03 22:30:28 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2015/08/03 22:44:19 Modified files: distrib/sets/lists/xserv: md.sgi Log message: sync CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/08/03 23:15:02 Modified files: sys/dev/acpi : acpicpu.c Log message: Provide the fallback C1-via-halt even when _CST can't be evaluated. Fixed systems that only provide _CST for a subset of the CPUs. Problem reported by <david.a.baer (at) gmail.com> ok mlarkin@ deraadt@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/08/03 23:23:06 Modified files: usr.bin/ssh : ssh.h sshkey.h Log message: backout SSH_RSA_MINIMUM_MODULUS_SIZE increase for this release; problems spotted by sthen@ ok deraadt@ markus@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/08/04 00:12:16 Modified files: sys/arch/i386/i386: pmapae.c Log message: Remove some ancient code in PAE mode that was part of supporting > 4GB physmem on i386, which we don't support anymore. And since we removed the physmem ranges above 4GB in machdep.c, this code did nothing anyway. ok beck@, deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/08/04 00:34:24 Modified files: share/man/man7 : hier.7 Log message: add /var/run/rc.d/ help/ok schwarze CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/08/04 00:43:23 Modified files: net/amule : Makefile Log message: Needs devel/gettext-tools. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2015/08/04 01:24:31 Modified files: usr.sbin/apm : apm.8 Log message: Clarify how ACPI unhibernate works, as well as expand a bit on visual feedback that may be presented to the user during unhibernate/resume. suggested by espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2015/08/04 01:27:42 Modified files: devel/libidn : Makefile distinfo devel/libidn/pkg: PLIST Log message: Update to libidn-1.32. - Fix crash in idna_to_unicode_8z8z and idna_to_unicode_8zlz (problem was introduced in 1.31) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/08/04 03:00:50 Modified files: sysutils/facter: Makefile Log message: memory resolver has been merged CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2015/08/04 03:22:19 Modified files: usr.sbin/apm : apm.8 Log message: tweak previous; ok deraadt CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/08/04 03:53:27 Modified files: misc/remind : Makefile Added files: misc/remind/patches: patch-src_var_c Log message: fix a buffer overflow; from upstream CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2015/08/04 03:57:04 Modified files: misc/remind : Tag: OPENBSD_5_7 Makefile Added files: misc/remind/patches: Tag: OPENBSD_5_7 patch-src_var_c Log message: fix a buffer overflow; from upstream CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2015/08/04 04:17:05 Modified files: textproc/aspell/dicts/eo: Makefile textproc/aspell/dicts/ru: Makefile Log message: Enable aspell-eo and aspell-ru packages: they do have licenses now. okay jasper@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2015/08/04 05:05:18 Modified files: usr.sbin/identd: identd.c Log message: consider the default failure handling for errors on socket operations to close the socket rather than kill the program. tested for a few days on the student shell box at work. based on discussion with guenther@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2015/08/04 08:35:28 Modified files: build : groups.skel support.skel Log message: No more translation for a while. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2015/08/04 08:35:36 Modified files: . : groups.html support.html Log message: sync CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2015/08/04 08:46:38 Modified files: usr.sbin/bgpd : bgpd.c rde.c session.c Log message: Give more precise errors, to help track when bgpd quits OK florian@ benno@ sthen@ deraadt@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2015/08/04 08:53:08 Modified files: sys/dev/pci : cs4281.c Log message: Fix clct(4) audio driver which was stuttering to the point of being useless. Tested on Thinkpad X21 by me. All the hard work was done by ratchov@. I just made some cosmetic fixes while here. ok ratchov@ deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/08/04 09:21:59 Modified files: sys/dev/acpi : acpi.c acpicpu.c Log message: If we are setting ACPI_PM1_BM_RLD do it only once, and remember to repeat this action at resume time. ok mlarkin guenther CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/08/04 09:24:35 Modified files: sysutils : Makefile Removed files: sysutils/cyphertite: Makefile distinfo sysutils/cyphertite/pkg: DESCR MESSAGE PLIST Log message: Remove sysutils/cyphertite (the service is shutting down in a fortnight) Requested by David Hill, ok ajacoutot. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/08/04 09:28:36 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: quirk for cyphertite removal, reminded by aja@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/08/04 14:51:06 Modified files: . : INDEX Log message: sync, 9144 CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/08/04 15:19:28 Modified files: sys/dev/pci : pcidevs Log message: add C610 HD Audio, from Alexandre H. ok deraadt CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/08/04 15:19:49 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2015/08/04 15:21:38 Modified files: sys/dev/pci : azalia_codec.c Log message: add Realtek ALC1150, from Alexandre H. ok deraadt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/08/04 16:22:28 Modified files: sys/dev/acpi : acpihpet.c Log message: do not save & restore a capability register, it is RO. issue noticed by patrick kehishian, ok mlarkin CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2015/08/04 16:25:54 Modified files: sys/dev/acpi : acpicpu.c Log message: Skip C2 and C3 states from the FADT if the cpu doesn't have ARAT. problem reported by patrick keshishian (pkeshish (at) gmail.com) based on diff from mlarkin@, ok mlarkin@ deraadt@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2015/08/04 23:27:33 Modified files: regress/usr.bin/ssh/unittests/sshkey: test_sshkey.c Log message: adjust for RSA minimum modulus switch; ok deraadt@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/08/04 23:32:55 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 plus56.html plus57.html Added files: . : plus58.html Log message: roll plus files CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/08/04 23:35:00 Modified files: . : 58.html Log message: few tweaks CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/08/04 23:36:59 Modified files: . : 58.html Log message: future tense CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2015/08/05 00:49:40 Modified files: . : 58.html Log message: Check and update version numbers of included 3rd party packages. remove sudo from that list. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2015/08/05 06:07:11 Modified files: sys/arch/octeon/conf: RAMDISK Log message: Add octrtc(4) to RAMDISK. Okay deraadt@, jasper@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/08/05 06:46:12 Modified files: sbin/ping : ping.c Log message: repair buffer size checks around chacha block, spotted by Dimitris Papastamos ok florian CVSROOT: /cvs Module name: www Changes by: bentley@cvs.openbsd.org 2015/08/05 11:08:45 Modified files: faq : faq6.html Log message: Mention vxlan(4) and mpe(4) in list of virtual interfaces. Missing entries pointed out by Pedro Caetano. ok nick@ CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2015/08/05 12:31:14 Modified files: sys/dev/pci : if_em_hw.c if_em_hw.h Log message: Fix i217 PHY initialization Add a workaround for a hardware bug were receiving of packets would stop until the battery of the laptop was removed. The problem could be triggered if the LAN cable was plugged in after the PHY had already been initialized. The workaround is already present in FreeBSD (e1000_ich8lan.c: e1000_lv_jumbo_workaround_ich8lan()) and Linux. The commit messages of b20a7744 and da1e2046 in Linux have some more details. Found and ported from FreeBSD by Valentin Dornauer. Tested by many. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: stu@cvs.openbsd.org 2015/08/05 16:05:18 Modified files: . : 58.html Log message: Sync for Tcl/Tk. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2015/08/05 16:09:12 Modified files: devel/subversion: Makefile distinfo Log message: Update to Subversion 1.8.14. Fixes CVE-2015-3184 and CVE-2015-3187. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: tobiasu@cvs.openbsd.org 2015/08/05 16:49:59 Modified files: devel/csmith : Makefile devel/csmith/patches: patch-src_platform_cpp Log message: Use arc4random instead of x86/powerpc specific cpu time counters as a random seed. Unbreaks all non-x86 architectures. ok daniel@, post-ports-lock ok from sthen@ CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2015/08/05 19:24:50 Modified files: libressl : index.html releases.html Log message: Updates for LibreSSL 2.2.2 CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2015/08/05 19:58:33 Modified files: . : 58.html Log message: update version numbers; add sudo CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2015/08/05 21:42:25 Modified files: . : 57.html Log message: ELF support for hangman was overlooked CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2015/08/05 21:56:08 Modified files: . : 58.html Log message: sudo was replaced with doas. worm is even more fun. CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2015/08/05 22:03:50 Modified files: . : 58.html Log message: speeling CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/08/06 00:39:42 Modified files: distrib/miniroot: install.sub Log message: Change the ssh root login question to avoid the unnatural keyword "without-password". Instead use "pubkeys-only" which people will find conceptually easier. Still quietly accept "w" or "without-password" as an option. Place a warning beforehands: WARNING: root is targetted by password guessing attacks, pubkeys are safer. Everyone happy now, or at learning to not use root passwords? CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/08/06 03:10:50 Modified files: . : plus58.html Log message: typo: ldcomctl/ldomctl CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2015/08/06 03:38:26 Modified files: . : 58.html Log message: add some bits: file(1), bgpd(8), ospfd(8), ldpd(8)/mpw(4) (may want extending), re(4) jumbos, vlan(4) mtu, new upd(4) sensors, ehci(4) isochronous, new default DH group for ipsec.conf(5) CVSROOT: /cvs Module name: www Changes by: sobrado@cvs.openbsd.org 2015/08/06 04:41:35 Modified files: . : 58.html Log message: update to LibreSSL section. CVSROOT: /cvs Module name: www Changes by: sobrado@cvs.openbsd.org 2015/08/06 05:23:31 Modified files: . : 58.html Log message: OpenSSH 7.0 new features and bug fixes. CVSROOT: /cvs Module name: www Changes by: sobrado@cvs.openbsd.org 2015/08/06 06:04:39 Modified files: . : 58.html Log message: minor tweaks on my previous commit. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/08/06 07:15:53 Modified files: distrib/miniroot: install.sub Log message: spelling CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/08/06 08:53:21 Modified files: usr.bin/ssh : auth.c servconf.c sshd_config sshd_config.5 Log message: add prohibit-password as a synonymn for without-password, since the without-password is causing too many questions. Harden it to ban all but pubkey, hostbased, and GSSAPI auth (when the latter is enabled) from djm, ok markus CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/08/06 08:55:51 Modified files: distrib/miniroot: install.sub Log message: match change to prohibit-password. however, also default to "no", as as strong secure-by-default stance. people who upload root keys via site.tgz need to adjust sshd_config; those who load a root key via autoinstall should trigger on this question and select prohibit-password. discussed at length CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/08/06 09:50:25 Modified files: . : 58.html Log message: even more plurality CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/08/06 12:38:34 Modified files: lang/gcc/4.9 : Makefile Added files: lang/gcc/4.9/patches: patch-gcc_config_rs6000_rs6000_c Log message: Disable code added in GCC 4.9.3 which passes ".machine ppc" to the assembler; this breaks builds when -maltivec is used, including Mozilla ports. Borrowed from a commit to the Amiga development tools project, https://github.com/sba1/adtools/commit/b24ae065714a2390d7718d2c348fe5cfa40c2b48 ok landry@ mpi@ naddy@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/08/06 15:50:20 Modified files: . : 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 56.html 57.html Log message: adjust song link CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/08/06 16:09:39 Modified files: security/opensc: Makefile Log message: force -DOPENSSL_NO_STATIC_ENGINE to unbreak opensc, problem found by dcoppa, define suggested by miod, ok naddy@ dcoppa@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2015/08/06 16:19:13 Modified files: . : INDEX Log message: sync; 9144 for 5.8 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2015/08/07 07:39:36 Modified files: www/firefox-esr: Makefile distinfo www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: SECURITY update to firefox 39.0.3 & firefox-esr 38.1.1. Fixes MFSA2015-78, see https://blog.mozilla.org/security/2015/08/06/firefox-exploit-found-in-the-wild/ and https://www.mozilla.org/en-US/security/advisories/mfsa2015-78/ ok naddy@ sthen@ CVSROOT: /cvs Module name: www Changes by: landry@cvs.openbsd.org 2015/08/07 08:25:03 Modified files: . : 58.html Log message: 5.8 will ship with firefox 39.0.3 and 38.1.1esr CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2015/08/07 08:37:27 Modified files: . : INDEX Log message: sync; 9144 for 5.8 CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2015/08/07 15:39:36 Modified files: . : 58.html Log message: mention automatic disk allocation in the installer CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2015/08/08 11:14:47 Modified files: . : want.html Log message: remove request; received a qlogic 10160 scsi card a while ago already CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/08/08 18:39:22 Modified files: . : plus58.html Log message: new update; from Tim van der Molen CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2015/08/09 04:08:00 Modified files: . : want.html Log message: i've moved a while back CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2015/08/09 11:53:34 Modified files: . : plus58.html Log message: Various typo fixes from Markus Lude (markus.lude (at) gmx.de), with additional tweaks CVSROOT: /cvs Module name: www Changes by: mpi@cvs.openbsd.org 2015/08/09 12:40:00 Modified files: . : 58.html Log message: Some macppc stuff: SMP stability and Quad G5 support. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/08/09 12:57:31 Modified files: . : plus58.html Log message: remove extra bit CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2015/08/09 19:03:32 Modified files: . : 58.html Log message: No more DUID question; various misc utility and lib improvements CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2015/08/09 19:42:01 Modified files: . : 58.html Log message: binutils 2.17; sparc static PIE, alpha secureplt CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2015/08/09 21:21:41 Modified files: . : 58.html Log message: acpicpu C-states, AVX, mpw(4), kernel ELF checks, FIFO poll correctness, closed sockets in netstat/systat CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2015/08/09 22:26:08 Modified files: . : 58.html Log message: neither aviion release nor m88k packages CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/08/09 22:32:13 Modified files: . : 58.html Log message: fix columns CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2015/08/10 06:12:58 Modified files: sys/arch/i386/i386: mpbios_intr_fixup.c sys/arch/amd64/amd64: mpbios_intr_fixup.c Log message: Explicitly NULL-terminate mpbios_icu_table as required by the code which uses it. On ramdisk kernels built with -Os, (accidental termination) did not occur, leading to heisenbug occurances.... Found by Mike Larkin, ok kettenis CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2015/08/10 09:21:51 Modified files: . : 58.html Log message: new openssh default is prohibit-password. But our installer defaults to no, on top of that.