cvs commit: ports/net/openbgpd Makefile pkg-install ports/net/openbgpd/files patch-bgpctl_Makefile patch-bgpctl_bgpctl.8 patch-bgpctl_bgpctl.c patch-bgpctl_irr_prefix.c patch-bgpctl_parser.c patch-bgpctl_parser.h patch-bgpd_Makefile patch-bgpd_bgpd.8 ...

Hiroki Sato hrs at FreeBSD.org
Sun Jul 3 05:18:38 UTC 2011


hrs         2011-07-03 05:18:37 UTC

  FreeBSD ports repository

  Modified files:
    net/openbgpd         Makefile 
    net/openbgpd/files   patch-bgpctl_Makefile 
                         patch-bgpctl_bgpctl.8 
                         patch-bgpctl_bgpctl.c 
                         patch-bgpctl_irr_prefix.c 
                         patch-bgpctl_parser.c 
                         patch-bgpctl_parser.h patch-bgpd_Makefile 
                         patch-bgpd_bgpd.8 patch-bgpd_bgpd.c 
                         patch-bgpd_bgpd.conf.5 patch-bgpd_bgpd.h 
                         patch-bgpd_buffer.c patch-bgpd_config.c 
                         patch-bgpd_control.c patch-bgpd_imsg.c 
                         patch-bgpd_imsg.h patch-bgpd_kroute.c 
                         patch-bgpd_log.c patch-bgpd_mrt.c 
                         patch-bgpd_mrt.h patch-bgpd_parse.y 
                         patch-bgpd_pfkey.c patch-bgpd_printconf.c 
                         patch-bgpd_rde.c patch-bgpd_rde.h 
                         patch-bgpd_rde_attr.c 
                         patch-bgpd_rde_decide.c 
                         patch-bgpd_rde_filter.c 
                         patch-bgpd_rde_rib.c 
                         patch-bgpd_rde_update.c 
                         patch-bgpd_session.c patch-bgpd_session.h 
                         patch-bgpd_util.c 
                         patch-openbsd-compat_openbsd-compat.h 
                         patch-openbsd-compat_pfkey_compat.c 
  Added files:
    net/openbgpd/files   patch-bgpd_timer.c 
                         patch-openbsd-compat_imsg-buffer.c 
                         patch-openbsd-compat_imsg.c 
                         patch-openbsd-compat_imsg.h 
  Removed files:
    net/openbgpd         pkg-install 
  Log:
  - Update to a 4.9 snapshot as of 2011.06.12.
  - Use USERS and GROUPS.
  
  Revision  Changes     Path
  1.30      +3 -2       ports/net/openbgpd/Makefile
  1.4       +6 -5       ports/net/openbgpd/files/patch-bgpctl_Makefile
  1.6       +81 -6      ports/net/openbgpd/files/patch-bgpctl_bgpctl.8
  1.12      +233 -40    ports/net/openbgpd/files/patch-bgpctl_bgpctl.c
  1.2       +6 -5       ports/net/openbgpd/files/patch-bgpctl_irr_prefix.c
  1.7       +105 -13    ports/net/openbgpd/files/patch-bgpctl_parser.c
  1.4       +19 -7      ports/net/openbgpd/files/patch-bgpctl_parser.h
  1.7       +15 -11     ports/net/openbgpd/files/patch-bgpd_Makefile
  1.11      +57 -17     ports/net/openbgpd/files/patch-bgpd_bgpd.8
  1.5       +429 -51    ports/net/openbgpd/files/patch-bgpd_bgpd.c
  1.8       +415 -24    ports/net/openbgpd/files/patch-bgpd_bgpd.conf.5
  1.8       +299 -25    ports/net/openbgpd/files/patch-bgpd_bgpd.h
  1.4       +283 -75    ports/net/openbgpd/files/patch-bgpd_buffer.c
  1.3       +77 -6      ports/net/openbgpd/files/patch-bgpd_config.c
  1.4       +44 -10     ports/net/openbgpd/files/patch-bgpd_control.c
  1.5       +268 -28    ports/net/openbgpd/files/patch-bgpd_imsg.c
  1.4       +112 -13    ports/net/openbgpd/files/patch-bgpd_imsg.h
  1.13      +2338 -104  ports/net/openbgpd/files/patch-bgpd_kroute.c
  1.2       +46 -5      ports/net/openbgpd/files/patch-bgpd_log.c
  1.4       +457 -23    ports/net/openbgpd/files/patch-bgpd_mrt.c
  1.3       +48 -5      ports/net/openbgpd/files/patch-bgpd_mrt.h
  1.8       +700 -53    ports/net/openbgpd/files/patch-bgpd_parse.y
  1.3       +82 -4      ports/net/openbgpd/files/patch-bgpd_pfkey.c
  1.7       +203 -25    ports/net/openbgpd/files/patch-bgpd_printconf.c
  1.5       +861 -155   ports/net/openbgpd/files/patch-bgpd_rde.c
  1.5       +64 -15     ports/net/openbgpd/files/patch-bgpd_rde.h
  1.6       +125 -20    ports/net/openbgpd/files/patch-bgpd_rde_attr.c
  1.4       +11 -3      ports/net/openbgpd/files/patch-bgpd_rde_decide.c
  1.6       +74 -13     ports/net/openbgpd/files/patch-bgpd_rde_filter.c
  1.7       +114 -20    ports/net/openbgpd/files/patch-bgpd_rde_rib.c
  1.6       +32 -32     ports/net/openbgpd/files/patch-bgpd_rde_update.c
  1.8       +405 -94    ports/net/openbgpd/files/patch-bgpd_session.c
  1.4       +76 -10     ports/net/openbgpd/files/patch-bgpd_session.h
  1.3       +23 -0      ports/net/openbgpd/files/patch-bgpd_timer.c (new)
  1.6       +79 -7      ports/net/openbgpd/files/patch-bgpd_util.c
  1.1       +310 -0     ports/net/openbgpd/files/patch-openbsd-compat_imsg-buffer.c (new)
  1.1       +278 -0     ports/net/openbgpd/files/patch-openbsd-compat_imsg.c (new)
  1.1       +119 -0     ports/net/openbgpd/files/patch-openbsd-compat_imsg.h (new)
  1.4       +2 -2       ports/net/openbgpd/files/patch-openbsd-compat_openbsd-compat.h
  1.2       +7 -2       ports/net/openbgpd/files/patch-openbsd-compat_pfkey_compat.c
  1.3       +0 -37      ports/net/openbgpd/pkg-install (dead)


More information about the cvs-all mailing list