Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2010 19:27:03 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net/openbgpd Makefile distinfo pkg-descr pkg-install ports/net/openbgpd/files patch-bgpctl-compat-openbsd.h patch-bgpctl_bgpctl.8 patch-bgpctl_bgpctl.c patch-bgpctl_fmt_scaled.c patch-bgpctl_irr_asset.c patch-bgpctl_irr_parser.c patch-bgpctl_irr_prefix.c ...
Message-ID:  <201002161927.o1GJR30Z066814@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
hrs         2010-02-16 19:27:03 UTC

  FreeBSD ports repository

  Modified files:
    net/openbgpd         Makefile distinfo pkg-descr pkg-install 
    net/openbgpd/files   patch-bgpctl_bgpctl.8 
                         patch-bgpctl_bgpctl.c 
                         patch-bgpctl_irr_parser.c 
                         patch-bgpctl_irrfilter.h 
                         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_carp.c 
                         patch-bgpd_config.c patch-bgpd_control.c 
                         patch-bgpd_imsg.c patch-bgpd_imsg.h 
                         patch-bgpd_kroute.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_prefix.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 
  Added files:
    net/openbgpd/files   patch-bgpctl_irr_prefix.c 
                         patch-bgpctl_whois.c patch-bgpd_log.c 
                         patch-bgpd_pftable.c 
  Removed files:
    net/openbgpd/files   patch-bgpctl-compat-openbsd.h 
                         patch-bgpctl_fmt_scaled.c 
                         patch-bgpctl_irr_asset.c 
                         patch-bgpctl_util.h patch-bgpd_log.h 
                         patch-bgpd_name2id.c 
                         patch-bgpd_pfkey_compat.c 
                         patch-bgpd_timer.c 
  Log:
  Update to 4.6.20100215.
  
  Feature safe:   yes
  
  Revision  Changes      Path
  1.26      +2 -2        ports/net/openbgpd/Makefile
  1.8       +3 -12       ports/net/openbgpd/distinfo
  1.2       +0 -6        ports/net/openbgpd/files/patch-bgpctl-compat-openbsd.h (dead)
  1.5       +26 -28      ports/net/openbgpd/files/patch-bgpctl_bgpctl.8
  1.10      +410 -115    ports/net/openbgpd/files/patch-bgpctl_bgpctl.c
  1.3       +0 -271      ports/net/openbgpd/files/patch-bgpctl_fmt_scaled.c (dead)
  1.2       +0 -23       ports/net/openbgpd/files/patch-bgpctl_irr_asset.c (dead)
  1.2       +37 -12      ports/net/openbgpd/files/patch-bgpctl_irr_parser.c
  1.1       +156 -0      ports/net/openbgpd/files/patch-bgpctl_irr_prefix.c (new)
  1.2       +46 -6       ports/net/openbgpd/files/patch-bgpctl_irrfilter.h
  1.5       +131 -113    ports/net/openbgpd/files/patch-bgpctl_parser.c
  1.3       +23 -13      ports/net/openbgpd/files/patch-bgpctl_parser.h
  1.3       +0 -122      ports/net/openbgpd/files/patch-bgpctl_util.h (dead)
  1.1       +24 -0       ports/net/openbgpd/files/patch-bgpctl_whois.c (new)
  1.6       +6 -8        ports/net/openbgpd/files/patch-bgpd_Makefile
  1.9       +33 -19      ports/net/openbgpd/files/patch-bgpd_bgpd.8
  1.3       +176 -63     ports/net/openbgpd/files/patch-bgpd_bgpd.c
  1.6       +129 -99     ports/net/openbgpd/files/patch-bgpd_bgpd.conf.5
  1.6       +280 -322    ports/net/openbgpd/files/patch-bgpd_bgpd.h
  1.3       +39 -194     ports/net/openbgpd/files/patch-bgpd_buffer.c
  1.6       +8 -27       ports/net/openbgpd/files/patch-bgpd_carp.c
  1.2       +30 -15      ports/net/openbgpd/files/patch-bgpd_config.c
  1.3       +95 -23      ports/net/openbgpd/files/patch-bgpd_control.c
  1.3       +11 -252     ports/net/openbgpd/files/patch-bgpd_imsg.c
  1.3       +13 -113     ports/net/openbgpd/files/patch-bgpd_imsg.h
  1.9       +283 -924    ports/net/openbgpd/files/patch-bgpd_kroute.c
  1.1       +74 -0       ports/net/openbgpd/files/patch-bgpd_log.c (new)
  1.2       +0 -21       ports/net/openbgpd/files/patch-bgpd_log.h (dead)
  1.3       +79 -959     ports/net/openbgpd/files/patch-bgpd_mrt.c
  1.2       +13 -198     ports/net/openbgpd/files/patch-bgpd_mrt.h
  1.2       +0 -14       ports/net/openbgpd/files/patch-bgpd_name2id.c (dead)
  1.6       +669 -373    ports/net/openbgpd/files/patch-bgpd_parse.y
  1.2       +107 -68     ports/net/openbgpd/files/patch-bgpd_pfkey.c
  1.2       +0 -30       ports/net/openbgpd/files/patch-bgpd_pfkey_compat.c (dead)
  1.1       +23 -0       ports/net/openbgpd/files/patch-bgpd_pftable.c (new)
  1.5       +168 -100    ports/net/openbgpd/files/patch-bgpd_printconf.c
  1.3       +1145 -1360  ports/net/openbgpd/files/patch-bgpd_rde.c
  1.3       +119 -269    ports/net/openbgpd/files/patch-bgpd_rde.h
  1.4       +219 -41     ports/net/openbgpd/files/patch-bgpd_rde_attr.c
  1.3       +10 -102     ports/net/openbgpd/files/patch-bgpd_rde_decide.c
  1.4       +146 -33     ports/net/openbgpd/files/patch-bgpd_rde_filter.c
  1.3       +232 -270    ports/net/openbgpd/files/patch-bgpd_rde_prefix.c
  1.5       +221 -880    ports/net/openbgpd/files/patch-bgpd_rde_rib.c
  1.5       +561 -141    ports/net/openbgpd/files/patch-bgpd_rde_update.c
  1.7       +763 -305    ports/net/openbgpd/files/patch-bgpd_session.c
  1.3       +36 -37      ports/net/openbgpd/files/patch-bgpd_session.h
  1.2       +0 -14       ports/net/openbgpd/files/patch-bgpd_timer.c (dead)
  1.4       +168 -34     ports/net/openbgpd/files/patch-bgpd_util.c
  1.3       +44 -3       ports/net/openbgpd/files/patch-openbsd-compat_openbsd-compat.h
  1.2       +1 -4        ports/net/openbgpd/pkg-descr
  1.2       +1 -0        ports/net/openbgpd/pkg-install



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002161927.o1GJR30Z066814>