Re: CVS commit: src

2012-07-14 Thread dieter roelants
On Sat, 14 Jul 2012 15:06:27 +
Darren Reed darr...@netbsd.org wrote:

 Module Name:  src
 Committed By: darrenr
 Date: Sat Jul 14 15:06:26 UTC 2012
 
 Modified Files:
   src/include: unistd.h
   src/lib/libc: shlib_version
   src/lib/libc/net: rcmd.c
   src/libexec/rshd: rshd.c
 
 Log Message:
 bin/46703: BSD r-commands use wrong source address for stderr
 http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=46703
 Bump libc minor for the addition of rresvport_af_addr()

You should probably add it to rcmd(3) as well...

kind regards
dieter


Re: CVS commit: src

2012-07-14 Thread Pierre Pronchery
Hi,

On Sat, 14 Jul 2012 19:07:58 +0200, dieter roelants wrote:

 On Sat, 14 Jul 2012 15:06:27 + Darren Reed darr...@netbsd.org
 wrote:
 
 Module Name: src Committed By:   darrenr Date:   Sat Jul 
14 15:06:26 UTC
 2012
 
 Modified Files:
  src/include: unistd.h src/lib/libc: shlib_version src/lib/libc/
net:
  rcmd.c src/libexec/rshd: rshd.c
 
 Log Message:
 bin/46703: BSD r-commands use wrong source address for stderr
 http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=46703 Bump
 libc minor for the addition of rresvport_af_addr()
 
 You should probably add it to rcmd(3) as well...

It should maybe also be pulled-up to netbsd-6, right?

Cheers,
-- 
khorben



Re: CVS commit: src/external/bsd/atf/lib/libatf-c++

2012-07-14 Thread Julio Merino
On Thu, Jul 12, 2012 at 12:15 PM, Christos Zoulas chris...@netbsd.orgwrote:

 Module Name:src
 Committed By:   christos
 Date:   Thu Jul 12 16:15:40 UTC 2012

 Modified Files:
 src/external/bsd/atf/lib/libatf-c++: Makefile

 Log Message:
 Properly include dependent library, unbreaks objdir build.


Does bsd.test.mk need a similar change?  It's also using DPADD.