gethostbyname(3) RES_OPTIONS

2016-08-05 Thread Martijn van Duren
Hello tech@, In gethostbyname(3) the RES_OPTIONS refers to resolver(3), which in turn merely refers to resolv.conf(5). So why not make the referral directly? martijn@ Index: gethostbyname.3 === RCS file:

Re: armv7/imx: imxdisplay(4)

2016-08-05 Thread Ian Sutton
Work continues on imxdisplay(4). New patch included below further configures HDMI/IPU/DI clocks. Ian Index: conf/GENERIC === RCS file: /cvs/src/sys/arch/armv7/conf/GENERIC,v retrieving revision 1.31 diff -u -p -r1.31 GENERIC ---

nd6 router adv problem: valid lifetime is 0

2016-08-05 Thread Stuart Henderson
Running current I am hitting this on the emfcamp network. in6_update_ifa: valid lifetime is 0 for 2a05:e201:0:1224:f00a:ed61:f722:c5d1 It's slightly annoying because the default route *is* added to the table but obviously because the address isn't added the v6 is unusable and causes a bunch of

Re: Update: FreeType 2.6.5

2016-08-05 Thread David Coppa
On Fri, Aug 5, 2016 at 2:41 PM, Matthieu Herrb wrote: > On Thu, Aug 04, 2016 at 10:55:29AM +0200, David Coppa wrote: >> >> Here's the update to the latest freetype. >> >> $ check_sym >> /usr/X11R6/lib/libfreetype.so.25.0 --> obj/libfreetype.so.25.0 >> Dynamic export changes: >>

Re: fix usermod -Z / -S

2016-08-05 Thread Todd C. Miller
Here is a diff to remove the encrypted password length check. I don't believe that user(8) has any business mucking about with either existing encrypted passwords in master.password or with the password specified by the user. This also eliminates the exceptionally ugly 13 '*' character entries

vxlan 1/2: multicast fix

2016-08-05 Thread Reyk Floeter
Hi, VXLAN has to clear all multicast flags from the outer packet after decapsulating the mbuf. This fixes things like ARP in VXLAN multicast tunnels. It used to work ... but simply clearing M_MCAST and M_BCAST is a practical approach that is also found in other L2 tunnel drivers. OK? Reyk

vxlan 2/2: ipv6 tunnel support

2016-08-05 Thread Reyk Floeter
Hi, this diff adds support for tunneling VXLAN over IPv6, roughly based on an older diff from yasuoka@ and/or goda@. It currently only supports unicast and not IPv6 multicast mode. ifconfig vxlan6 tunnel fd00::1 fd00::2 10.1.6.1/24 vnetid 6 up This diff also includes the previous multicast

OpenIKED Keepalive Broken

2016-08-05 Thread William Ahern
The logic of ikev2_ike_sa_alive presumes too much, and breaks NAT traversal when the _actual_ initiator of real traffic (as opposed to merely being the SA initiator) is behind NAT. Background: I currently have an IPSec tunnel configured to provide access to a corporate network from a remote

Re: nd6 router adv problem: valid lifetime is 0

2016-08-05 Thread Stuart Henderson
An update on this. Looking at flags after a hint from phrased - they're not setting the on-link flag (intentionally, to prevent flooding multicast NDs over the wlan, which makes sense) so it's hitting the XXX case in nd6_rtr.c which replaces lifetimes with 0. Non-OpenBSD devices are working

Re: Perl HTTP Tiny non configurable Timeout

2016-08-05 Thread Andrew Fresh
On Fri, Aug 05, 2016 at 05:01:10PM -0400, sven falempin wrote: > Base perl got a deprecated HTTP Tiny code (0.29), > one can use a package but base may enjoy the correction > around or a better one. I'm planning to update perl in base after I get mod_perl working under a version > 5.20, which

Re: quiet legacy drivers on amd64

2016-08-05 Thread Mike Larkin
On Mon, Aug 01, 2016 at 04:14:54PM -0500, joshua stein wrote: > are these complaints really helpful on modern machines? > > Please do not DEBUG these. They are useful for me when testing vmm, since presently I have neither the nvram or clock laid out right. We can remove these once I get the

Perl HTTP Tiny non configurable Timeout

2016-08-05 Thread sven falempin
Base perl got a deprecated HTTP Tiny code (0.29), one can use a package but base may enjoy the correction around or a better one. # Annoyingly IO::Socket's connect() is where the timeout logic is Index: IP.pm === RCS file: