[Olsr-commit] OLSR.org main repository branch, stable, updated. OLSRD_0_6_3-93-g8ae7c4d

(spam-protected) (spam-protected)
Sat Jun 9 11:40:56 CEST 2012


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 "OLSR.org main repository".

        See http://olsr.org/git/?p=olsrd.git;a=commitdiff;h=OLSRD_0_6_3-93-g8ae7c4d
        for a web version of the last commit.

The branch, stable has been updated
       via  8ae7c4d6412eb9abd52d26ca14f32b4a06b9db8e (commit)
       via  f3c8649b480b50b65f6e8ffb9e33bdbb2027828d (commit)
       via  d37cd04e850c64848c6b32e9db1073862668b24f (commit)
       via  7d5a1586a8ea1c01f76c3d87e2abdb5df8801126 (commit)
       via  ada5a48425c68fa057fafa7f0b98227c70819aac (commit)
       via  dcce80814a435e8603d77638004da787146d9178 (commit)
       via  2ec29815e831db7379a7046bbefeae17390302c9 (commit)
       via  a1aa4ec684781580b5eff31d816e83c356bde31a (commit)
       via  7008b0f974ba99936072f2cebcc4d63bc71e4e65 (commit)
       via  0aabaa6a93cb7ee7e95ed26b998cf4ac17d0fb20 (commit)
       via  1aefdb1fa237ee07fcda6684c2e788e42a1057e9 (commit)
       via  84f37bd90b03b222f9c193dcd7ffeedf93f3dabc (commit)
       via  d58c3105d7e9e978365e204b5b69414c16727e08 (commit)
       via  dd86149d16ebfb0046b15ffc099d6a61844d5752 (commit)
       via  cddbbd4e3ef06f172f82d05fec774defa13cc579 (commit)
       via  cd3d32e8926c8f8e41379433fd7a51063d4a6819 (commit)
       via  5924650f920477b0e5ef629a85f687da60dcf86c (commit)
      from  fcb4314f61fb132c7eedb952641fd13feee21146 (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 -----------------------------------------------------------------
commit 8ae7c4d6412eb9abd52d26ca14f32b4a06b9db8e
Author: Ferry Huberts <(spam-protected)>
Date:   Sat Jun 9 11:34:04 2012 +0200

    PUD: wireformat: no need to check OS, done by PUD makefile
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit f3c8649b480b50b65f6e8ffb9e33bdbb2027828d
Author: Ferry Huberts <(spam-protected)>
Date:   Sat Jun 9 10:51:14 2012 +0200

    PUD: nmealib: remove -Werror from CFLAGS
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit d37cd04e850c64848c6b32e9db1073862668b24f
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Jun 8 23:58:23 2012 +0200

    PUD: remove -Werror from CFLAGS
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 7d5a1586a8ea1c01f76c3d87e2abdb5df8801126
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Jun 8 23:58:01 2012 +0200

    PUD: improve unsupported OS reporting
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit ada5a48425c68fa057fafa7f0b98227c70819aac
Author: Ferry Huberts <(spam-protected)>
Date:   Sat Jun 9 11:03:17 2012 +0200

    sgwdynspeed: add to default Linux and Android make targets
    
    It now compile correctly on OpenWRT and Android
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit dcce80814a435e8603d77638004da787146d9178
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Jun 8 21:26:01 2012 +0200

    sgwdynspeed: supported on android
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 2ec29815e831db7379a7046bbefeae17390302c9
Author: Ferry Huberts <(spam-protected)>
Date:   Sat Jun 9 10:50:54 2012 +0200

    sgwdynspeed: remove -Werror from CFLAGS
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit a1aa4ec684781580b5eff31d816e83c356bde31a
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Jun 8 21:10:34 2012 +0200

    android: regex: fix compiler warnings
    
    ../../android/regex/engine.c: In function 'sdissect':
    ../../android/regex/engine.c:312: warning: switch missing default case
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 7008b0f974ba99936072f2cebcc4d63bc71e4e65
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Jun 8 21:06:42 2012 +0200

    android: regex: fix compiler warnings
    
    ../../android/regex/regcomp.c: In function 'pluscount':
    ../../android/regex/regcomp.c:1503: warning: switch missing default case
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 0aabaa6a93cb7ee7e95ed26b998cf4ac17d0fb20
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Jun 8 21:04:54 2012 +0200

    android: regex: fix compiler warnings
    
    ../../android/regex/regcomp.c: In function 'mcinvert':
    ../../android/regex/regcomp.c:1193: warning: unused parameter 'p'
    ../../android/regex/regcomp.c: In function 'mccase':
    ../../android/regex/regcomp.c:1206: warning: unused parameter 'p'
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 1aefdb1fa237ee07fcda6684c2e788e42a1057e9
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Jun 8 20:58:42 2012 +0200

    android:regex: fix compiler warning
    
    ../../android/regex/regcomp.c: In function 'regcomp':
    ../../android/regex/regcomp.c:171: warning: cast discards qualifiers from pointer target type
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 84f37bd90b03b222f9c193dcd7ffeedf93f3dabc
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Jun 8 20:56:02 2012 +0200

    android: regex: fix compiler warnings
    
    ../../android/regex/regerror.c:54: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:54: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:55: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:55: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:56: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:56: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:57: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:57: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:58: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:58: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:59: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:59: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:60: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:60: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:61: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:61: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:62: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:62: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:63: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:63: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:64: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:64: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:65: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:65: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:66: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:66: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:67: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:67: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:68: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:68: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:69: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:69: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:70: warning: initialization discards qualifiers from pointer target type
    ../../android/regex/regerror.c:70: warning: initialization discards qualifiers from pointer target type
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit d58c3105d7e9e978365e204b5b69414c16727e08
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Jun 8 20:49:40 2012 +0200

    android: regex: fix compile warnings
    
    ../../android/regex/cname.h:43: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:44: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:45: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:46: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:47: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:48: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:49: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:50: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:51: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:52: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:53: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:54: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:55: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:56: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:57: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:58: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:59: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:60: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:61: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:62: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:63: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:64: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:65: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:66: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:67: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:68: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:69: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:70: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:71: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:72: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:73: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:74: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:75: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:76: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:77: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:78: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:79: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:80: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:81: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:82: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:83: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:84: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:85: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:86: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:87: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:88: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:89: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:90: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:91: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:92: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:93: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:94: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:95: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:96: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:97: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:98: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:99: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:100: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:101: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:102: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:103: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:104: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:105: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:106: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:107: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:108: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:109: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:110: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:111: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:112: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:113: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:114: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:115: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:116: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:117: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:118: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:119: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:120: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:121: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:122: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:123: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:124: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:125: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:126: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:127: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:128: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:129: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:130: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:131: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:132: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:133: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:134: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:135: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:136: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cname.h:137: error: initialization discards qualifiers from pointer target type
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit dd86149d16ebfb0046b15ffc099d6a61844d5752
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Jun 8 20:49:12 2012 +0200

    android: regex: fix compile warnings
    
    In file included from ../../android/regex/regcomp.c:48:
    ../../android/regex/cclass.h:44: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:44: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:44: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:46: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:46: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:47: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:48: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:48: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:48: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:49: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:49: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:49: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:51: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:51: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:51: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:52: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:52: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:54: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:55: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:55: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:56: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:57: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:57: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:59: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:60: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:60: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:61: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:62: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:62: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:62: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:63: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:63: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:64: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:65: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:65: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:66: error: initialization discards qualifiers from pointer target type
    ../../android/regex/cclass.h:67: error: initialization discards qualifiers from pointer target type
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit cddbbd4e3ef06f172f82d05fec774defa13cc579
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Jun 8 20:33:31 2012 +0200

    httpinfo: fix compile warning
    
    src/olsrd_httpinfo.c: In function 'build_ipaddr_link':
    src/olsrd_httpinfo.c:745: error: passing argument 1 of 'gethostbyaddr' from incompatible pointer type
    /home/ferry/android/android-ndk-r8/platforms/android-4/arch-arm/usr/include/netdb.h:204: note: expected 'const char *' but argument is of type 'const union olsr_ip_addr * const'
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit cd3d32e8926c8f8e41379433fd7a51063d4a6819
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Jun 8 20:24:30 2012 +0200

    unix: fix compile warning
    
    src/unix/log.c: In function 'olsr_openlog':
    src/unix/log.c:56: error: unused parameter 'ident'
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 5924650f920477b0e5ef629a85f687da60dcf86c
Author: Ferry Huberts <(spam-protected)>
Date:   Sat Jun 9 11:20:11 2012 +0200

    Makefile: quote some arguments
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

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

Summary of changes:
 Makefile                          |    4 ++--
 Makefile.inc                      |    2 +-
 android/regex/cclass.h            |    6 +++---
 android/regex/cname.h             |    4 ++--
 android/regex/engine.c            |    2 ++
 android/regex/regcomp.c           |    8 +++++---
 android/regex/regerror.c          |    4 ++--
 lib/httpinfo/src/olsrd_httpinfo.c |    2 +-
 lib/pud/Makefile                  |    4 ++--
 lib/pud/nmealib/Makefile.inc      |    4 ++--
 lib/pud/wireformat/Makefile       |   14 --------------
 lib/sgwdynspeed/Makefile          |   15 +++++++++++----
 src/unix/log.c                    |    2 +-
 13 files changed, 34 insertions(+), 37 deletions(-)


hooks/post-receive
-- 
OLSR.org main repository




More information about the Olsr-commit mailing list