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 (upstrea