diff --git a/net/frr10/Makefile b/net/frr10/Makefile index 5cce46748f3f..2c35a7ea2a24 100644 --- a/net/frr10/Makefile +++ b/net/frr10/Makefile @@ -1,146 +1,146 @@ PORTNAME= frr DISTVERSIONPREFIX= frr- -DISTVERSION= 10.5.3 +DISTVERSION= 10.6.0 CATEGORIES= net .if defined(PYTHONTOOLS) PKGNAMESUFFIX= 10-pythontools .else PKGNAMESUFFIX= 10 .endif MAINTAINER= olivier@FreeBSD.org COMMENT?= IP routing protocol suite WWW= https://frrouting.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING .if defined(PYTHONTOOLS) RUN_DEPENDS= frr-reload:net/frr10 USES= python:run shebangfix post-patch: @${REINPLACE_CMD} -e 's|/etc/frr|${ETCDIR}|g' \ -e 's|/usr/bin|${PREFIX}/bin|g' \ ${WRKSRC}/tools/frr-reload.py @${REINPLACE_CMD} -e 's|/etc/frr|${ETCDIR}|g' \ ${WRKSRC}/tools/generate_support_bundle.py do-install: ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_SCRIPT} ${WRKSRC}/tools/frr-reload.py ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_SCRIPT} ${WRKSRC}/tools/generate_support_bundle.py ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_DATA} ${WRKSRC}/tools/etc/frr/support_bundle_commands.conf ${STAGEDIR}${ETCDIR}/ .else LIB_DEPENDS= libcares.so:dns/c-ares \ libjson-c.so:devel/json-c \ libpcre2-8.so:devel/pcre2 \ libprotobuf-c.so:devel/protobuf-c \ - libyang.so.2:net/libyang2 + libyang.so.3:net/libyang3 USES= autoreconf bison compiler:c++11-lang gmake libtool makeinfo \ pkgconfig python:build readline shebangfix BINARY_ALIAS= python=${PYTHON_VERSION} CONFLICTS= frr8 frr9 openbgpd openospfd quagga zebra GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip USE_LDCONFIG= yes .endif USE_GITHUB= yes GH_ACCOUNT= FRRouting .if defined(PYTHONTOOLS) NO_BUILD= yes NO_ARCH= yes SHEBANG_FILES= tools/frr-reload.py \ tools/generate_support_bundle.py PLIST= ${.CURDIR}/pkg-plist PKGMESSAGE= "" .else INFO= frr OPTIONS_DEFINE= BACKTRACE CONFIGROLLBACKS DATACENTER FPM LDPD MANPAGES \ MULTIPATH PAM RPKI SCRIPTING SHARPD SHELLACCESS SNMP TCMALLOC OPTIONS_DEFAULT= BACKTRACE FPM MANPAGES RPKI OPTIONS_SUB= yes BACKTRACE_DESC= Enable backtrace CONFIGROLLBACKS_DESC= Enable configuration rollback support DATACENTER_DESC= Use reduced BGP timers FPM_DESC= Enable Forwarding Plane Manager support LDPD_DESC= Build ldpd MULTIPATH_DESC= Allow 64 multipath routes (16 default) PAM_DESC= Use libpam for PAM support in vtysh RPKI_DESC= Add BGP RPKI (RFC 6810) support SCRIPTING_DESC= Enable lua scripting capabilities SHARPD_DESC= Build sharpd SHELLACCESS_DESC= Allow users to access shell/telnet/ssh SNMP_DESC= SNMP support TCMALLOC_DESC= Use tcmalloc USERS= frr GROUPS= frr frrvty # PIMD and PBRD compile but doesn't work on FreeBSD CONFIGURE_ARGS= --enable-user=frr \ --enable-group=frr \ --enable-vty-group=frrvty \ --enable-vtysh \ --disable-doc-html \ --sysconfdir=${ETCDIR} \ --localstatedir=/var/run/frr \ --disable-nhrpd \ --disable-pathd \ --disable-ospfclient \ --disable-pimd \ --disable-pbrd \ --with-vtysh-pager=cat BACKTRACE_LIB_DEPENDS= libunwind.so:devel/libunwind BACKTRACE_CONFIGURE_ENABLE= backtrace CONFIGROLLBACKS_USES= sqlite CONFIGROLLBACKS_CONFIGURE_ENABLE= config-rollbacks DATACENTER_CONFIGURE_ENABLE= datacenter FPM_CONFIGURE_ENABLE= fpm LDPD_CONFIGURE_ENABLE= ldpd MANPAGES_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} MANPAGES_CONFIGURE_OFF= --disable-doc MULTIPATH_CONFIGURE_ON= --enable-multipath=64 PAM_CONFIGURE_WITH= libpam RPKI_CONFIGURE_ENABLE= rpki RPKI_LIB_DEPENDS= librtr.so:net-mgmt/rtrlib \ libssh.so:security/libssh SCRIPTING_CONFIGURE_ENABLE= scripting SCRIPTING_USES= lua:53 SHARPD_CONFIGURE_ENABLE= sharpd SHELLACCESS_CONFIGURE_ENABLE= shell-access SNMP_CONFIGURE_ENABLE= snmp SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp SNMP_USES= ssl TCMALLOC_CONFIGURE_ENABLE= tcmalloc TCMALLOC_LIB_DEPENDS= libtcmalloc.so:devel/google-perftools USE_RC_SUBR= frr SHEBANG_FILES= yang/embedmodel.py post-patch: @${REINPLACE_CMD} -e 's|/etc/frr|${ETCDIR}|g' \ -e 's|/usr/lib/frr|${PREFIX}/sbin|g' \ -e 's|frr-pythontools|frr10-pythontools|g' \ ${WRKSRC}/tools/frr-reload post-install: ${MKDIR} ${STAGEDIR}/var/run/frr ${INSTALL_SCRIPT} ${WRKSRC}/tools/frr-reload ${STAGEDIR}${PREFIX}/sbin .endif .include diff --git a/net/frr10/distinfo b/net/frr10/distinfo index 09410063f815..ecb05feb28b2 100644 --- a/net/frr10/distinfo +++ b/net/frr10/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1773570315 -SHA256 (FRRouting-frr-frr-10.5.3_GH0.tar.gz) = ecc95009b88e66df2c91be02fbf0a3eb8e1de434fd652e0cbf46f19126f708ec -SIZE (FRRouting-frr-frr-10.5.3_GH0.tar.gz) = 11681795 +TIMESTAMP = 1775482534 +SHA256 (FRRouting-frr-frr-10.6.0_GH0.tar.gz) = f575c821f0b6a2c9034eda0b464e6053eadce892d29ccaf54d60e601cc9f59ef +SIZE (FRRouting-frr-frr-10.6.0_GH0.tar.gz) = 11989734 diff --git a/net/frr10/pkg-plist b/net/frr10/pkg-plist index ca6b6fa9fcab..60fff1821dff 100644 --- a/net/frr10/pkg-plist +++ b/net/frr10/pkg-plist @@ -1,335 +1,335 @@ bin/vtysh include/frr/eigrpd/eigrp_dump.h include/frr/eigrpd/eigrp_topology.h include/frr/eigrpd/eigrpd.h include/frr/lib/admin_group.h include/frr/lib/affinitymap.h include/frr/lib/agg_table.h include/frr/lib/asn.h include/frr/lib/assert/assert.h include/frr/lib/atomlist.h include/frr/lib/base64.h include/frr/lib/bfd.h include/frr/bfdd/bfddp_packet.h include/frr/lib/bitfield.h include/frr/lib/buffer.h include/frr/lib/checksum.h include/frr/lib/command.h include/frr/lib/command_graph.h include/frr/lib/command_match.h include/frr/lib/compiler.h include/frr/lib/cspf.h include/frr/lib/csv.h include/frr/lib/darr.h include/frr/lib/db.h include/frr/lib/debug.h include/frr/lib/defaults.h include/frr/lib/distribute.h include/frr/lib/ferr.h include/frr/lib/filter.h include/frr/lib/flex_algo.h include/frr/lib/freebsd-queue.h include/frr/lib/frr_pthread.h include/frr/lib/frratomic.h include/frr/lib/frrcu.h include/frr/lib/frrdistance.h include/frr/lib/frrevent.h include/frr/lib/frrlua.h include/frr/lib/frrscript.h include/frr/lib/frrsendmmsg.h include/frr/lib/frrstr.h include/frr/lib/graph.h include/frr/lib/hash.h include/frr/lib/hook.h include/frr/lib/host_nb.h include/frr/lib/iana_afi.h include/frr/lib/id_alloc.h include/frr/lib/if.h include/frr/lib/if_rmap.h -include/frr/lib/imsg.h include/frr/lib/ipaddr.h include/frr/lib/iso.h include/frr/lib/jhash.h include/frr/lib/json.h include/frr/lib/keychain.h include/frr/lib/ldp_sync.h include/frr/lib/libagentx.h include/frr/lib/lib_errors.h include/frr/lib/lib_vty.h include/frr/lib/libfrr.h include/frr/lib/libfrr_trace.h include/frr/lib/libospf.h include/frr/lib/link_state.h include/frr/lib/linklist.h include/frr/lib/log.h include/frr/lib/log_vty.h include/frr/lib/md5.h include/frr/lib/memory.h include/frr/lib/mgmt_be_client.h include/frr/lib/mgmt_defines.h include/frr/lib/mgmt_fe_client.h include/frr/lib/mgmt_msg.h include/frr/lib/mgmt_msg_native.h include/frr/lib/mlag.h include/frr/lib/module.h include/frr/lib/monotime.h include/frr/lib/mpls.h +include/frr/lib/netlink_parser.h include/frr/lib/network.h include/frr/lib/nexthop.h include/frr/lib/nexthop_group.h include/frr/lib/nexthop_group_private.h include/frr/lib/northbound.h include/frr/lib/northbound_cli.h include/frr/lib/northbound_db.h include/frr/lib/ns.h include/frr/lib/openbsd-queue.h include/frr/lib/openbsd-tree.h include/frr/lib/vlan.h include/frr/lib/workqueue.h include/frr/ospfd/ospf_api.h include/frr/ospfd/ospf_asbr.h include/frr/ospfd/ospf_dump.h include/frr/ospfd/ospf_dump_api.h include/frr/ospfd/ospf_ism.h include/frr/ospfd/ospf_lsa.h include/frr/ospfd/ospf_lsdb.h include/frr/ospfd/ospf_nsm.h include/frr/ospfd/ospf_opaque.h include/frr/ospfd/ospfd.h include/frr/lib/pbr.h include/frr/lib/plist.h include/frr/lib/prefix.h include/frr/lib/printfrr.h include/frr/lib/privs.h include/frr/lib/ptm_lib.h include/frr/lib/pullwr.h include/frr/lib/pw.h include/frr/lib/qobj.h include/frr/lib/queue.h include/frr/lib/resolver.h include/frr/lib/ringbuf.h include/frr/lib/route_opaque.h include/frr/lib/route_types.h include/frr/lib/routemap.h include/frr/lib/routing_nb.h include/frr/lib/sbuf.h include/frr/lib/segment_routing.h include/frr/lib/seqlock.h include/frr/lib/sha256.h include/frr/lib/sigevent.h include/frr/lib/skiplist.h include/frr/lib/smux.h include/frr/lib/sockopt.h include/frr/lib/sockunion.h include/frr/lib/spf_backoff.h include/frr/lib/srcdest_table.h include/frr/lib/srte.h include/frr/lib/srv6.h include/frr/lib/stream.h include/frr/lib/systemd.h include/frr/lib/table.h include/frr/lib/tc.h include/frr/lib/termtable.h include/frr/lib/trace.h include/frr/lib/typerb.h include/frr/lib/typesafe.h include/frr/lib/vector.h include/frr/lib/version.h include/frr/lib/vrf.h include/frr/lib/vrf_int.h include/frr/lib/vty.h include/frr/lib/vxlan.h include/frr/lib/wheel.h include/frr/lib/xref.h include/frr/lib/yang.h include/frr/lib/yang_translator.h include/frr/lib/yang_wrappers.h include/frr/lib/zclient.h include/frr/lib/zebra.h include/frr/lib/zlog.h include/frr/lib/zlog_5424.h include/frr/lib/zlog_live.h include/frr/lib/zlog_recirculate.h include/frr/lib/zlog_targets.h include/frr/zebra/connected.h include/frr/zebra/debug.h include/frr/zebra/ge_netlink.h include/frr/zebra/if_netlink.h include/frr/zebra/interface.h include/frr/zebra/ioctl.h include/frr/zebra/ipforward.h include/frr/zebra/kernel_netlink.h include/frr/zebra/kernel_socket.h include/frr/zebra/label_manager.h include/frr/zebra/netconf_netlink.h include/frr/zebra/redistribute.h include/frr/zebra/rib.h include/frr/zebra/router-id.h include/frr/zebra/rt.h include/frr/zebra/rt_netlink.h include/frr/zebra/rtadv.h include/frr/zebra/rule_netlink.h include/frr/zebra/table_manager.h include/frr/zebra/tc_netlink.h include/frr/zebra/zapi_msg.h include/frr/zebra/zebra_affinitymap.h include/frr/zebra/zebra_dplane.h include/frr/zebra/zebra_errors.h include/frr/zebra/zebra_evpn.h include/frr/zebra/zebra_evpn_mac.h include/frr/zebra/zebra_evpn_mh.h include/frr/zebra/zebra_evpn_neigh.h include/frr/zebra/zebra_evpn_vxlan.h include/frr/zebra/zebra_fpm_private.h include/frr/zebra/zebra_l2.h include/frr/zebra/zebra_l2_bridge_if.h include/frr/zebra/zebra_mlag.h include/frr/zebra/zebra_mlag_vty.h include/frr/zebra/zebra_mpls.h include/frr/zebra/zebra_mroute.h include/frr/zebra/zebra_nb.h include/frr/zebra/zebra_neigh.h include/frr/zebra/zebra_netns_id.h include/frr/zebra/zebra_netns_notify.h include/frr/zebra/zebra_nhg.h include/frr/zebra/zebra_nhg_private.h include/frr/zebra/zebra_ns.h include/frr/zebra/zebra_opaque.h include/frr/zebra/zebra_pbr.h include/frr/zebra/zebra_ptm.h include/frr/zebra/zebra_ptm_redistribute.h include/frr/zebra/zebra_pw.h include/frr/zebra/zebra_rnh.h include/frr/zebra/zebra_routemap.h include/frr/zebra/zebra_routemap_nb.h include/frr/zebra/zebra_router.h include/frr/zebra/zebra_script.h include/frr/zebra/zebra_srte.h include/frr/zebra/zebra_srv6.h include/frr/zebra/zebra_srv6_vty.h include/frr/zebra/zebra_tc.h include/frr/zebra/zebra_trace.h include/frr/zebra/zebra_vrf.h include/frr/zebra/zebra_vxlan.h include/frr/zebra/zebra_vxlan_if.h include/frr/zebra/zebra_vxlan_private.h include/frr/zebra/zserv.h share/yang/frr-logging.yang share/yang/ietf-syslog-types.yang lib/libfrr.a lib/libfrr.so lib/libfrr.so.0 lib/libfrr.so.0.0.0 lib/libfrr_pb.a lib/libfrr_pb.so lib/libfrr_pb.so.0 lib/libfrr_pb.so.0.0.0 lib/libfrrcares.a lib/libfrrcares.so lib/libfrrcares.so.0 lib/libfrrcares.so.0.0.0 %%FPM%%lib/libfrrfpm_pb.a %%FPM%%lib/libfrrfpm_pb.so %%FPM%%lib/libfrrfpm_pb.so.0 %%FPM%%lib/libfrrfpm_pb.so.0.0.0 %%SNMP%%lib/libfrrsnmp.a %%SNMP%%lib/libfrrsnmp.so %%SNMP%%lib/libfrrsnmp.so.0 %%SNMP%%lib/libfrrsnmp.so.0.0.0 lib/libmgmt_be_nb.a lib/libmgmt_be_nb.so lib/libmgmt_be_nb.so.0 lib/libmgmt_be_nb.so.0.0.0 lib/libmlag_pb.a lib/libmlag_pb.so lib/libmlag_pb.so.0 lib/libmlag_pb.so.0.0.0 %%SNMP%%lib/frr/modules/bgpd_bmp.so %%RPKI%%lib/frr/modules/bgpd_rpki.so %%SNMP%%lib/frr/modules/bgpd_snmp.so %%SNMP%%lib/frr/modules/isisd_snmp.so %%SNMP%%%%LDPD%%lib/frr/modules/ldpd_snmp.so %%SNMP%%lib/frr/modules/ospf6d_snmp.so %%SNMP%%lib/frr/modules/ospfd_snmp.so %%SNMP%%lib/frr/modules/ripd_snmp.so %%FPM%%lib/frr/modules/zebra_fpm.so %%SNMP%%lib/frr/modules/zebra_snmp.so %%MANPAGES%%share/man/man1/frr.1.gz %%MANPAGES%%share/man/man8/frr-bfdd.8.gz %%MANPAGES%%share/man/man8/frr-eigrpd.8.gz %%MANPAGES%%share/man/man8/frr-isisd.8.gz %%MANPAGES%%share/man/man8/frr-staticd.8.gz %%MANPAGES%%share/man/man8/frr-watchfrr.8.gz %%MANPAGES%%share/man/man1/vtysh.1.gz %%MANPAGES%%share/man/man8/frr-bgpd.8.gz %%MANPAGES%%%%LDPD%%share/man/man8/frr-ldpd.8.gz %%MANPAGES%%share/man/man8/frr-ospf6d.8.gz %%MANPAGES%%share/man/man8/frr-ospfd.8.gz %%MANPAGES%%share/man/man8/frr-ripd.8.gz %%MANPAGES%%share/man/man8/frr-ripngd.8.gz %%MANPAGES%%%%SHARPD%%share/man/man8/frr-sharpd.8.gz %%MANPAGES%%share/man/man8/frr-zebra.8.gz sbin/babeld sbin/bfdd sbin/bgpd sbin/eigrpd sbin/fabricd sbin/fpm_listener sbin/frr-reload %%LDPD%%sbin/ldpd sbin/isisd sbin/mgmtd sbin/ospf6d sbin/ospfd sbin/ripd sbin/ripngd %%SHARPD%%sbin/sharpd sbin/staticd sbin/watchfrr sbin/zebra share/yang/frr-affinity-map.yang share/yang/frr-backend.yang share/yang/frr-bfdd.yang share/yang/frr-bgp-bmp.yang share/yang/frr-bgp-common-multiprotocol.yang share/yang/frr-bgp-common-structure.yang share/yang/frr-bgp-common.yang share/yang/frr-bgp-filter.yang share/yang/frr-bgp-neighbor.yang share/yang/frr-bgp-peer-group.yang share/yang/frr-bgp-route-map.yang share/yang/frr-bgp-rpki.yang share/yang/frr-bgp-types.yang share/yang/frr-bgp.yang share/yang/frr-deviations-bgp-datacenter.yang share/yang/frr-deviations-ietf-key-chain.yang share/yang/frr-eigrpd.yang share/yang/frr-filter.yang share/yang/frr-host.yang share/yang/frr-if-rmap.yang share/yang/frr-interface.yang share/yang/frr-isisd.yang share/yang/frr-module-translator.yang share/yang/frr-nexthop.yang share/yang/frr-ospf-route-map.yang share/yang/frr-ospf6-route-map.yang share/yang/frr-ospfd.yang share/yang/frr-ripd.yang share/yang/frr-ripngd.yang share/yang/frr-route-map.yang share/yang/frr-route-types.yang share/yang/frr-routing.yang share/yang/frr-staticd.yang share/yang/frr-test-module.yang share/yang/frr-vrf.yang share/yang/frr-zebra-route-map.yang share/yang/frr-zebra.yang share/yang/ietf-bgp-types.yang share/yang/ietf-interfaces.yang share/yang/ietf-key-chain.yang share/yang/ietf-netconf-acm.yang share/yang/ietf-netconf-with-defaults.yang share/yang/ietf-netconf.yang share/yang/ietf-routing-types.yang share/yang/ietf-srv6-types.yang @dir(frr,frr,755) /var/run/frr