osmo-st-sip.git branch master updated. 439f34e6755a3c0238ae939361104c2be37e6496

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Fri Mar 20 07:35:44 UTC 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SIP handling PetitParser".

The branch, master has been updated
       via  439f34e6755a3c0238ae939361104c2be37e6496 (commit)
      from  3f47d2f6b0d2c9ebe48aebddd80cd6417c22ec5b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/smalltalk/osmo-st-sip/commit/?id=439f34e6755a3c0238ae939361104c2be37e6496

commit 439f34e6755a3c0238ae939361104c2be37e6496
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Fri Mar 20 08:33:45 2015 +0100

    use an IPv4 address instead of localhost
    
    Depending on the host OS localhost might resolve to something
    we can't handle properly. In a FreeBSD jail this started to
    behave oddly. There is no point to force AF_INET6 for this
    test.
    
    open("/etc/hosts",O_CLOEXEC,0666)		 = 3 (0x3)
    fstat(3,{ mode=-rw-r--r-- ,inode=12621,size=1138,blksize=4096 }) = 0 (0x0)
    read(3,"# $FreeBSD: src/etc/hosts,v 1.16"...,4096) = 1138 (0x472)
    read(3,0x80282e000,4096)			 = 0 (0x0)
    close(3)					 = 0 (0x0)
    __sysctl(0x7fffffffaff0,0x4,0x0,0x7fffffffb070,0x0,0x0) = 0 (0x0)
    __sysctl(0x7fffffffaff0,0x4,0x82b0aa300,0x7fffffffb070,0x0,0x0) = 0 (0x0)
    socket(PF_INET6,0x10000002,17)			 = 3 (0x3)
    connect(3,{ AF_INET6 [::1]:1 },28)		 = 0 (0x0)
    getsockname(3,{ AF_INET6 [2a01:4f8:150:70c4::5:2]:55378 },0x7fffffffafec) = 0 (0x0)
    ioctl(3,SIOCGIFAFLAG_IN6,0xffffaec8)		 ERR#6 'Device not configured'
    close(3)					 = 0 (0x0)
    socket(PF_INET6,0x10000002,17)			 = 3 (0x3)
    connect(3,{ AF_INET6 [::1]:1 },28)		 = 0 (0x0)
    getsockname(3,{ AF_INET6 [2a01:4f8:150:70c4::5:2]:14967 },0x7fffffffafec) = 0 (0x0)
    ioctl(3,SIOCGIFAFLAG_IN6,0xffffaec8)		 ERR#6 'Device not configured'
    close(3)					 = 0 (0x0)
    socket(PF_INET6,0x10000002,17)			 = 3 (0x3)
    connect(3,{ AF_INET6 [::1]:1 },28)		 = 0 (0x0)
    getsockname(3,{ AF_INET6 [2a01:4f8:150:70c4::5:2]:39503 },0x7fffffffafec) = 0 (0x0)
    ioctl(3,SIOCGIFAFLAG_IN6,0xffffaec8)		 ERR#6 'Device not configured'
    close(3)					 = 0 (0x0)

-----------------------------------------------------------------------

Summary of changes:
 callagent/tests/Tests.st | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
SIP handling PetitParser



More information about the osmocom-commitlog mailing list