cvs commit: ports/net/ser Makefile pkg-plist ports/net/ser/files patch-Makefile patch-Makefile.defs patch-daemonize.c patch-main.c patch-modules::auth_db::authorize.c patch-modules::mysql::my_con.c patch-modules::tm::t_lookup.c patch-modules::usrloc::urecord.c patch-parser::msg_parser.h patch-udp_server.c

Maxim Sobolev sobomax at FreeBSD.org
Fri Apr 21 06:30:44 UTC 2006


sobomax     2006-04-21 06:30:44 UTC

  FreeBSD ports repository

  Modified files:
    net/ser              Makefile pkg-plist 
    net/ser/files        patch-Makefile patch-Makefile.defs 
                         patch-main.c 
                         patch-modules::tm::t_lookup.c 
  Added files:
    net/ser/files        patch-daemonize.c 
                         patch-modules::auth_db::authorize.c 
                         patch-modules::mysql::my_con.c 
                         patch-modules::usrloc::urecord.c 
                         patch-parser::msg_parser.h 
                         patch-udp_server.c 
  Log:
  Merge in latest local changes and improvements:
  
  o Allow radius and presence modules to be turned off;
  
  o don't override CFLAGS;
  
  o don't duplicate error messages to the console;
  
  o postgresql backend doesn't set NULL flag on results properly, so that
    don't use VAL_NULL() macros on them;
  
  o reconnect to MySQL db when necessary;
  
  o relax transaction matching rules, so that it works with wider range of
    phones;
  
  o add some missed sanity checks in usrloc;
  
  o ignore incoming UDP messages that are shorter than certain limin (128
    bytes). They cannot be SIP messages anyway.
  
  Revision  Changes    Path
  1.17      +20 -4     ports/net/ser/Makefile
  1.5       +5 -5      ports/net/ser/files/patch-Makefile
  1.9       +15 -4     ports/net/ser/files/patch-Makefile.defs
  1.1       +14 -0     ports/net/ser/files/patch-daemonize.c (new)
  1.2       +9 -1      ports/net/ser/files/patch-main.c
  1.1       +44 -0     ports/net/ser/files/patch-modules::auth_db::authorize.c (new)
  1.1       +15 -0     ports/net/ser/files/patch-modules::mysql::my_con.c (new)
  1.5       +15 -4     ports/net/ser/files/patch-modules::tm::t_lookup.c
  1.1       +16 -0     ports/net/ser/files/patch-modules::usrloc::urecord.c (new)
  1.1       +25 -0     ports/net/ser/files/patch-parser::msg_parser.h (new)
  1.3       +16 -0     ports/net/ser/files/patch-udp_server.c (new)
  1.7       +4 -4      ports/net/ser/pkg-plist


More information about the cvs-ports mailing list