Commit Graph

18 Commits

Author SHA1 Message Date
Adolf Belka
fdbd6bd32f frr: Update to version 10.1
- Update from version 9.1 to 10.1
- Update of rootfile
- CVE Fixes in 9.1.1
- Changelog
    10.1
	Breaking changes
		Enable BGP dynamic capability by default for datacenter profile
		Advertise BGP "Dynamic" capability by default if using a datacenter
		 profile. The dynamic capability gives more flexibility in terms of
		 changing some parameters (e.g. Graceful-Restart,
		 Long-lived Graceful-Restart timers, Addpath, Role, etc.) without
		 resetting the session.
		Split BGP rpki cache command into separate per SSH/TCP
		The old command is broken at some level. When configuring a TCP session
		 with the source, the command thinks it's an SSH session with a username.
		Add deprecation cycle for OSPF router-info X [A.B.C.D] command
	Features
		BGP dampening per-neighbor support
		It is now possible to configure BGP dampening parameters on a
		 per-neighbor basis. In previous releases, BGP dampening could only be
		 configured globally or per-SAFI.
		BMP send-experimental stats
			We added an option to send experimental BMP (RFC 7854) stats
			 [65531-65534].
			RFC 7854 defines BMP statistics types:
			    Values 65531 through 65534 are Experimental, and value 65535
			     is Reserved.
		Implement extended link-bandwidth for BGP
		By default bandwidth in extended communities is encoded in IEEE
		 floating-point format, and is limited to a maximum of 25 Gbps. Since
		 not every vendor implements this correctly (due to IEEE floating-point),
		 another draft is implemented to encode the bandwidth into IPv6
		 address-specific extended community.
		Paths Limit for Multiple Paths in BGP
		Implemented this draft as an extension for the Addpath capability, that
		 tells the sender to send only an arbitrary number of paths per prefix
		 instead of sending all of the known paths.
		New command for OSPFv2 ip ospf neighbor-filter NAME [A.B.C.D]
		Configure an IP prefix list to filter packets received from OSPF
		 neighbors on the OSPF interface.
		Implement non-broadcast support for point-to-multipoint networks
		This extends non-broadcast support to point-to-multipoint networks.
		The AllOSPFRouters (224.0.0.5) is still joined for non-broadcast
		 networks since it is joined for NBMA networks.
	Other significant changes
		bgpd
		    Fix route leaking from the default l3vrf
		    Fix match peer when switching between IPv4/IPv6/interface
		    Fix dynamic peer graceful restart race condition
		    Fix colored routes not installed after a switchover
		    Fix crash when deleting the SRv6 locator
		    Fix no set as-path prepend ASNUM...
		    Fix negative commands for Graceful-Restart operations (avoid
		     entering incorrect state)
		    Fix ipv4-mapped ipv6 on non 6pe
		    Fix show run of network route-distinguisher
		    Fix display when using missing-as-worst
		    Fix show bgp neighbors output
		    Fix error handling for MP/GR capabilities as a dynamic capability
		    Fix error handling when receiving BGP Prefix-SID attribute
		    Fix route-target display with a dotted format
		    Fix no bgp as-path access-list
		    Fix no form for neighbor X capability software-version
		    Check against extended community unit size for link bandwidth
		    Make sure we have enough data to handle extended link bandwidth
		    Check if FQDN capability length is in valid ranges
		    Allow using different ASNs per VRF instances
		    Send End-of-RIB not only if Graceful-Restart capability is received
		    Implement backpressure to avoid CPU hog
		    Ignore validating the attribute flags if path-attribute is configured
		    Prevent deletion of BGP peer groups associated with bgp listen range
		    Inherit some peer flags from the peer-group
		    Allow specification of AS 0 for RPKI commands
		    Allow using maximum-prefix for EVPN
		    Increase install/uninstall speed of EVPN VNIs
		    Update default-originate route-map actual map structure
		    Include unsuppress-map as a valid outgoing eBGP policy
		    Allow dynamically disable graceful-restart/long-lived graceful-restart
		    Unset advertised capabilities if the capability is disabled
		    Aggregated summary-only remove suppressed from EVPN
		isisd
		    Fix crash when deactivating ISIS adjacency on the interface
		    Fix show isis database [detail] json
		    Fix show isis algorithm
		    Fix crash when configuring the circuit type for the interface
		    Fix IP/IPv6 reachability TLVs
		    When the metric-type is configured as "wide", the IS-IS generates
		     incorrect metric values for IPv4 directly connected routes
		    Add link state support for SRv6 adjacencies
		    The hold time of hello packets on a P2P link does not match the
		     sending interval
		mgmtd
		    Implement YANG RPC/action support
		ospfd
		    Fix crash in OSPF TE parsing
		    Fix the bug where ip_ospf_dead-interval_minimal_hello-multiplier did
		     not reset the hello timer
		    Fix no write-multiplier command
		    Fix no maximum-paths command
		    Solved crash in RI parsing with OSPF TE
		    Assure OSPF AS External routes are installed after the link flap
		    Send LS Updates in response to LS Request as unicast
		ospf6d
		    Handle topo change in Graceful-Restart Helper mode for max-age LSAs
		    Prevent heap-buffer-overflow with an unknown type
		    Redistribute metric for AS-external route
		    Fix next-hop computation for inter-area multi-ABR ECMP
		    Fix interface type vs. connected routes updates
		pathd
		    Retry synchronous label-manager ZAPI connection
		pimd
		    Fix null register before aging out reg-stop
		    Fix dr-priority range
		    Fix crash unconfiguring rp keepalive timer
		lib
		    Fix keychain NB crash
		    Do not convert EVPN prefixes into IPv4/IPv6 if not needed
		ripd
		    Fix clear ip rip command
		ripngd
		    Fix clear ipv6 ripng command
		tools
		    Handle seq num for BGP as-path in frr-reload.py
		vtysh
		    Fix 'show ip[v6] prefix-list ... json' formatting by moving it to vtysh
		    Fix show route-map command when calling via do
		    Show ip ospf network ... even if it's not the same as the interface
		     type
		zebra
		    Fix mpls label bind command
		    Fix excessive exit commands
		    Fix static SRv6 segment-list SID order
		    Fix JSON output for show route summary json
		    Fix malformed json output for multiple vrfs in command show ip route
		     vrf all json
		    Fix crash if MAC-VLAN link in another netns
		    Fix crash on MAC-VLAN link down/up
		    Deny the routes if ip protocol CLI refers to an undefined route-map
		    Bridge flap handle VLAN membership update
		    Add show fpm status [json] command
    9.1.1
	Fixed CVEs
	    CVE-2024-31950
	    CVE-2024-31951
	    CVE-2024-31949
	Bug Fixes
		bgpd
		    "default-originate" shouldn't withdraw non-default routes
		    Aggr summary-only suppressed export to evpn
		    Allow using optional table id for negative `no set table x` command
		    Arrange peer notification to after zebra announce
		    Check bgp evpn instance presence in soo
		    Convert the bgp_advertise_attr->adv to a fifo
		    Do not show tcp mss if the socket is broken
		    Ensure bgp does not stop monitoring nexthops
		    Ensure community data is freed in some cases.
		    Ensure that the correct aspath is free'd
		    Fix `match peer` when switching between ipv4/ipv6/interface
		    Fix `no set as-path prepend asnum...`
		    Fix bgp_best_selection heap-use-after-free
		    Fix crash when deleting the srv6 locator
		    Fix display when using `missing-as-worst`
		    Fix dynamic peer graceful restart race condition
		    Fix ecommunity_fill_pbr_action heap-buffer-overflow
		    Fix error handling when receiving bgp prefix sid attribute
		    Fix errors handling for mp/gr capabilities as dynamic capability
		    Fix format overflow for graceful-restart debug logs
		    Fix logging message when receiving a software version capability
		    Fix no bgp as-path access-list  issue
		    Fix route-map match probability deconfiguration callback
		    Fix srv6 memory leak detection
		    Fix the order of null check and zapi decode
		    Fix vrf leaking with 'no bgp network import-check
		    Free memory for srv6 functions and locator chunks
		    Ignore validating the attribute flags if path-attribute is configured
		    Include unsuppress-map as a valid outgoing policy
		    Lttng tp add evpn route events
		    Make `suppress-fib-pending` clear peering
		    Note when receiving but not understanding a route notification
		    Prevent from one more cve triggering this place
		    Set correct ttl for the dynamic neighbor peers
		    Update default-originate route-map actual map structure
		    Revert "Fix pointer arithmetic in bgp snmp module"
		doc
		    Add param range for graceful-restart helper supported-grace-time
		    Remove duplicated show route-map
		isisd
		    Fix _isis_spftree_del heap-use-after-free
		    Fix dislaying lsp id
		    Fix heap-after-free with prefix sid
		    Fix ip/ipv6 reachability tlvs
		lib
		    Check for not being a blackhole route
		    Fix show route map json output
		    Do not convert evpn prefixes into ipv4/ipv6 if not needed
		    Replace deprecated ares_gethostbyname
		    Replace deprecated ares_process()
		nhrpd
		    Fix race condition
		    Fix core dump on shutdown
		ospf6d
		    Ospfv3 route change comparision fixed for asbr-only change
		    Prevent heap-buffer-overflow with unknown type
		ospfd
		    Add support for "no router-info [<area|as>] command"
		    Can not delete "segment-routing node-msd" when sr if off
		    Correct lsa parser which fulfill the ted
		    Correct opaque lsa extended parser
		    Correct sid check size
		    Fix ospf dead-interval minimal hello-multiplier param range
		    Fix the bug where ip_ospf_dead-interval_minimal_hello-multiplier did
		     not reset hello timer
		    Protect call to get_edge() in ospf_te.c
		    Solved crash in ospf te parsing
		    Solved crash in ri parsing with ospf te
		    Revert "Fix some dicey pointer arith in snmp module"
		pbrd
		    Fix map seq installed flag in json
		    Fix pbr handling for last rule deletion
		pimd
		    Fix crash unconfiguring rp keepalive timer
		    Fix crash when configuring ssmpingd
		    Fix dr-priority range
		    Fix null register before aging out reg-stop
		    Fix order of operations for evaluating join
		    Re-evaluated s,g oils upon rp changes and for empty sg upstream oils
		    Fix crash when mixing ssm/any-source joins
		staticd
		    Fix changing to source auto in bfd monitor
		tests
		    Check for 0.0.0.0/1 in bgp_default_route
		    Check if ibgp session can drop invalid aigp attribute
		    Extend tests for aspath exclude
		    Update ospf te topotests
		tools
		    Apply black formatting for tools/frr-reload.py
		    Fix frr-reload interface desc cmd
		    Fix frr-reload multiple no description cmds
		    Fix frr-reload multiple no description cmds
		    Use error log level when failing to execute commands via frr-reload.py
		topotests
		    Do not check table version
		    Redispatch tests in bfd_topo3
		    Test wrong bfd source in bfd_topo3
		    Vpnv4 route leaking with no import-check
		vtysh
		    Show `ip ospf network ...` even if it's not the same as the
		     interface type
		zebra
		    Add missing whitespace when printing route entry status
		    Deny the routes if ip protocol cli refers to an undefined rmap
		    Don't deref vxlan-vni array
		    Fix crash if macvlan link in another netns
		    Fix crash on macvlan link down/up
		    Fix evpn svd based remote nh neigh del
		    Fix mpls command
		    Fix route deletion during zebra shutdown
		    The dplane_fpm_nl return path leaks memory

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2024-08-13 09:14:30 +00:00
Michael Tremer
ee08f7aea1 frr: Bump release version
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2024-03-30 12:14:51 +00:00
Adolf Belka
30dc4c0248 frr: elfutils moved from addon dependency to core program
Fixes: Bug#13516
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2024-02-07 10:55:46 +00:00
Adolf Belka
13835af399 frr: Update to version 9.1
- Update from version 8.5.2 to 9.1
- Update of rootfile
- Build dependencies of frr now include protobuf-c. protobuf-c requires protobuf.
   protobuf requires abseil-cpp.
- Build dependency of libyang will have a minimum version requirement of 2.1.128 coming
   out of an issue. Minimum version for frr-9.1 is 2.1.80 but excluding 2.1.111 due to
   API issues. Based on the near future requirement being 2.1.128 will move to current
   latest version of 2.1.148
- This patch set includes the above build dependencies
- Changelog
    9.1
	FRR 9.1 brings a long list of enhancements and fixes with 941 commits from 73
	 developers.
	OSPFv2 HMAC-SHA Cryptographic Authentication
		Specify that HMAC cryptographic authentication must be used on a
		 specific interface using a key chain.
	BGP MAC-VRF Site-Of-Origin support
		In some EVPN deployments, it is useful to associate a logical VTEP’s
		 Layer 2 domain (MAC-VRF) with a Site-of-Origin “site” identifier. This
		 provides a BGP topology-independent means of marking and
		 import-filtering EVPN routes originating from a particular L2 domain.
		 One situation where this is valuable is when deploying EVPN using
		 anycast VTEPs, i.e. Active/Active MLAG, as it can be used to avoid
		 ownership conflicts between the two control planes (EVPN vs MLAG).
	BGP Dynamic capability support
		Added support for Graceful-Restart, Long-lived Graceful-Restart,
		 Software-version, and Role BGP capabilities to be adjusted dynamically
		 using BGP dynamic capability.
		Dynamic BGP capability allows the dynamic update of capabilities over an
		 established BGP session. This capability would facilitate
		 non-disruptive capability changes by BGP speakers.
	IS-IS SRv6 uSID support (RFC 9352)
		The Segment Routing (SR) architecture allows a flexible definition of
		 the end-to-end path by encoding it as a sequence of topological
		 elements called "segments". It can be implemented over the MPLS or the
		 IPv6 data plane. This feature enables extensions in IS-IS to support
		 Segment Routing over the IPv6 data plane (SRv6) as per RFC 9352.
	Next-hop resolution via the default route
		Changed the default for a traditional profile to be enabled. The
		 datacenter profile is left as disabled.
	Add support for VLAN, ECN, DSCP mangling/filtering
		PBR maps are a way to specify a set of rules that are applied to packets
		 received on individual interfaces. If a received packet matches a rule,
		 the rule’s next-hop-group or next-hop is used to forward it; any other
		 actions specified in the rule are also applied to the packet.
		With this change, we added more commands for PBR maps, like matching
		 src-ip, dst-ip, src-port, dst-port, vlan, dscp, ecn, and more.
	libyang 2.1.80 related breaking changes
		prefix-list matching in route-maps is fundamentally broken with
		 libyang 2.1.111. If you have this version, please downgrade to the most
		 stable version 2.1.80.
		More details CESNET/libyang#2090
	Other significant changes
	    Zebra support for route replace semantics in FPM link
	    New command for BGP neighbor x addpath-tx-best-selected link
	    New command for BGP mpls bgp l3vpn-multi-domain-switching link
	    A couple more new BGP route-map commands:
	        set as-path exclude all link
	        set as-path exclude as-path-access-list link
	        set extended-comm-list delete link
	        set as-path replace <any|ASN> [<ASN>] link
	        set as-path replace as-path-access-list WORD [<ASN>] link
	        match community-list X any UPDATE
	Deprecations
	    Deprecate pre-standard outbound route filtering capability
	    Deprecate pre-standard route refresh capability
	    Drop deprecated capability
	A complete log of changes can be found by browsing the commit history of the
	 FRR 9.1 tag
    9.0.2
	Fixed CVE-2023-47235
		More details: https://frrouting.org/security/cve-2023-47235
	Bug Fixes
	bgpd
	    Fix aggregate-address summary-only suppressed export to EVPN
	    Allow using attribute number 255 for path attr discard/withdraw cmds
	    Check mandatory attributes more carefully for the UPDATE message
	    Do not suppress conditional advertisement updates if triggered
	    Fix Extended community memory leak
	    Fix the no set as-path prepend command
	    Fix heap-use-after-free for bgp_best_selection()
	    Fix crash in SNMP BGP4V2-MIB bgpv2PeerErrorsTable()
	    Fix clear bgp ipv6 unicast ... command
	    Flush attributes only if we don't have to announce a conditional route
	     (avoid use-after-free)
	    Free memory for SRv6 functions and locator chunks
	    Handle MP_UNREACH_NLRI malformed packets with session reset
	    Ignore handling NLRIs if we received the MP_UNREACH_NLRI attribute
	    Initialise timebuf arrays to zeros for dampening reuse timer
	    Initialise buffer in bgp_notify_admin_message() before using it
	    LTTng add EVPN route trace events
	    Make sure dampening is enabled for the specified AFI/SAFI
	    Use proper AFI when dumping information for dampening stuff
	    Treat the AS4-PATH attribute as withdrawn if malformed
	    Treat PMSI tunnel attribute as withdrawn if malformed
	    Treat EOR as withdrawn to avoid unwanted handling of malformed attrs
	eigrpd
	    Use the correct memory pool on interface deletion
	mgmtd
	    Change mgmtd_vty_port to 2623
	    Fix crash on show mgmtd datastore-contents
	ospf6d
	    Fix setting of the forwarding address in as-external LSAs
	    Set loopback interface cost to 0
	ospfd
	    Fixing infinite loop when listing OSPF interfaces
	pathd
	    Add no msd command
	    Add no pcep command
	pbrd
	    Fix show pbr map detail json command
	    Free memory in pbr_map_delete()
	pim6d
	    Fix valgrind issues
	pimd
	    Fix missing pimreg interface
	tools
	    Fix the frr-reload interface description command
	    Fix the frr-reload route-map description command
	    Make --quiet actually suppress output
	vtysh
	    Fix entering configuration node in file-lock mode
	    Fix configure terminal argument descriptions
	    Fix working in file-lock mode
	    Fix show route map json output
	zebra
	    Add encap type when building packet for FPM
	    Display ptmStatus order in interface JSON
	    Fix connected route deletion when multiple entry exists
	    Fix FPM multipath encap addition
	    Fix link update for veth interfaces
	    Fix zebra crash when replacing nhe during shutdown
	    Prevent null pointer dereference
    9.0.1
	Bug Fixes
	bgpd
	    Add peers back to peer hash when peer_xfer_conn fails
	    Check the length of the rcv software version
	    Do not explicitly print maxttl value for ebgp-multihop vty output
	    Do not process nlris if the attribute length is zero
	    Don't read the first byte of orf header if we are ahead of stream
	    Evpn code was not properly unlocking rd_dest
	    Fix show bgp all rpki notfound
	    Make sure we have enough data to read two bytes when validating aigp
	    Use treat-as-withdraw for tunnel encapsulation attribute
	zebra
	    Fix evpn nexthop config order
	lib
	    Allow unsetting walltime-warning and cpu-warning
	ospfd
	    Prevent use after free( and crash of ospf ) when no router ospf
	pimd
	    Prevent crash when receiving register message when the rp() is unknown
	    When receiving a packet be more careful with length in pim_pim_packet
	vtysh
	    Print uniq lines when parsing no service ...
    8.5.4
Fixed CVE-2023-47235
	More details: https://frrouting.org/security/cve-2023-47235
	Bug Fixes
	bgpd
	    Check mandatory attributes more carefully for the UPDATE message
	    Do not suppress conditional advertisement updates if triggered
	    Fix crash in SNMP BGP4V2-MIB bgpv2PeerErrorsTable()
	    Handle MP_UNREACH_NLRI malformed packets with session reset
	    Ignore handling NLRIs if we received the MP_UNREACH_NLRI attribute
	    Initialise timebuf arrays to zeros for dampening reuse timer
	    Initialise buffer in bgp_notify_admin_message() before using it
	    Make sure dampening is enabled for the specified AFI/SAFI
	    Use proper AFI when dumping information for dampening stuff
	    Treat EOR as withdrawn to avoid unwanted handling of malformed attrs
	eigrpd
	    Use the correct memory pool on interface deletion
	vtysh
	    Fix show route map JSON output
	ospfd
	    Fix infinite loop when listing OSPF interfaces
	pbrd
	    Fix show pbr map detail json output
	zebra
	    Add encap type when building packet for FPM
	    Display ptmStatus order in interface JSON
	    Fix connected route deletion when multiple entry exists
	    Fix FPM multipath encap addition
	    Fix link update for veth interfaces
	    Fix zebra crash when replacing nhe during shutdown
	    Prevent null pointer dereference
    8.5.3
	Bug Fixes
	bgpd
	    Add peers back to peer hash when peer_xfer_conn fails
	    Do not explicitly print maxttl value for ebgp-multihop vty output
	    Do not process nlris if the attribute length is zero
	    Do not try to redistribute routes if we are shutting down
	    Don't read the first byte of orf header if we are ahead of stream
	    Evpn code was not properly unlocking rd_dest
	    Fix show bgp all rpki notfound
	    Fix session reset issue caused by malformed core attributes
	    Free bgp vpn policy
	    Free previously dup'ed aspath attribute for aggregate routes
	    Free temporary memory after using argv_concat()
	    Intern attributes before putting into rib-out
	    Make sure we have enough data to read two bytes when validating aigp
	    Prevent use after free
	    Rfapi memleak fixes, clean ce tables at exit
	    Unlock dest if we return earlier for aggregate install
	    Use treat-as-withdraw for tunnel encapsulation attribute
	zebra
	    Fix evpn nexthop config order
	    Abstract dplane_ctx_route_init to init route without copying
	    Fix crash when dplane_fpm_nl fails to process received routes
	    Further handle route replace semantics
	    Fix command ipv6 nht xxx
	lib
	    Allow unsetting walltime-warning and cpu-warning
	    Skip route-map optimization if !af_inet(6)
	    Use max_bitlen instead of magic number
	ospf6d
	    Fix crash because neighbor structure was freed
	    Stop crash in ospf6_write
	ospfd
	    Check for nulls in vty code
	    Prevent use after free( and crash of ospf ) when no router ospf
	pbrd
	    Fix crash with match command
	pimd
	    Prevent crash when receiving register message when the rp() is unknown
	    When receiving a packet be more careful with length in pim_pim_packet
	ripd, ripngd
	    Revert "Cleanup memory allocations on shutdown"
	tools
	    Add what frr thinks as the fib routes for support_bundle
	vtysh
	    Print uniq lines when parsing no service ...

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2024-01-25 10:23:03 +00:00
Adolf Belka
4aa189ddee frr: Update to version 8.5.2
- Update from version 8.0.1 to 8.5.2
- Update of rootfile
- tar.xz versions are no longer provided by the developers. They onl provide the tar.gz
   that is automatically created by github. This started shortly after 8.0.1 was released
- Changelog is too large to include here. For full details see the changelog details at
   https://github.com/FRRouting/frr/releases

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-07-26 16:09:00 +00:00
Adolf Belka
d14dc41b70 frr: Ship due to sobump from json-c update
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2023-01-05 10:40:58 +00:00
Michael Tremer
c183124f58 Bump PAK_VER for all packages that use SERVICES
Since we have extended services.cgi that it reads the Services field
from the Pakfire metadata, we will need to make sure that that metadata
is going to be on those systems.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2022-09-15 10:43:54 +00:00
Peter Müller
9a7e4d8506 Switch checksums from MD5 to BLAKE2
Historically, the MD5 checksums in our LFS files serve as a protection
against broken downloads, or accidentally corrupted source files.

While the sources are nowadays downloaded via HTTPS, it make sense to
beef up integrity protection for them, since transparently intercepting
TLS is believed to be feasible for more powerful actors, and the state
of the public PKI ecosystem is clearly not helping.

Therefore, this patch switches from MD5 to BLAKE2, updating all LFS
files as well as make.sh to deal with this checksum algorithm. BLAKE2 is
notably faster (and more secure) than SHA2, so the performance penalty
introduced by this patch is negligible, if noticeable at all.

In preparation of this patch, the toolchain files currently used have
been supplied with BLAKE2 checksums as well on
https://source.ipfire.org/.

Cc: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Acked-by: Michael Tremer <michael.tremeripfire.org>
2022-04-02 14:19:25 +00:00
Peter Müller
66c3619872 Early spring clean: Remove trailing whitespaces, and correct licence headers
Bumping across one of our scripts with very long trailing whitespaces, I
thought it might be a good idea to clean these up. Doing so, some
missing or inconsistent licence headers were fixed.

There is no need in shipping all these files en bloc, as their
functionality won't change.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2022-02-18 23:54:57 +00:00
Robin Roevens
f15707c78c buildprocess: Add extra metadata to pak lfs files
* Add a Summary and Services field to all pak lfs files
* Replace occurances of INSTALL_INITSCRIPT with new INSTALL_INITSCRIPTS
  macro in all pak lfs files.

Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2022-02-11 15:13:15 +00:00
Michael Tremer
b0fbd41651 frr: Depend on elfutils
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>
2022-01-25 16:35:12 +00:00
Adolf Belka
6594738bb6 frr: Update to version 8.0.1
- This v2 version used the frr-8.0.1 source instead of the frr-frr-8.0 source
- Update from 6.0 to 8.0.1
- 8.0.1 requires libyang for the build. Introduced with separate patch in this series.
- 6.0 is only compilable with python2.
  python3 compatability was introduced in version 7.4
- Previously confirmed that building frr-8.0 was successful with only python3 available
- Added --disable-static to the ./configure options.
- Rootfile updated
- Changelog from 6.0 to 8.0.1 is too large to include here. It can be viewed to obtain
   more details at https://github.com/FRRouting/frr/releases

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2021-09-17 09:01:12 +00:00
Michael Tremer
95295212a5 frr: Update automake
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-06 11:14:51 +00:00
Michael Tremer
f0bd381fad frr: Fix build with GCC 10
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2020-08-16 10:29:42 +00:00
Michael Tremer
2dc2a27803 lfs: Drop quotes in DEPS variable
Not sure why this has ever been there. This simply makes it
nicer to read and edit because we can have line-breaks now.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-24 08:57:27 +00:00
Michael Tremer
58e0aa18cc frr: Add backup include file
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-10-31 09:30:44 +00:00
Michael Tremer
ebd6fe2b50 frr: Add initscript
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-10-30 17:27:28 +00:00
Michael Tremer
feaa3d91bd frr: New package
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-10-30 16:55:42 +00:00