Commit Graph

87 Commits

Author SHA256 Message Date
Ana Guerrero
9c657d3407 Accepting request 1236870 from network
OBS-URL: https://build.opensuse.org/request/show/1236870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frr?expand=0&rev=38
2025-01-12 10:21:03 +00:00
f8f6f6eb79 - Update to frr 10.2.1 release providing fix for a Denial of Service
scenario due to RIB revalidation (CVE-2024-55553,bsc#1235237) and
  other fixes, see https://frrouting.org/release/10.2.1/
  The 10.2 version provides new features and many enhancements, see
  https://frrouting.org/release/10.2/
- Add new fpm_listener daemon binary to rpm file lists.
- Remove --localstatedir configure parameter causing to use /run/lib
  instead of /var/lib prefix for the northbound databases and added
  the /var/lib/frr directory to the rpm file list.
- Adjust to set permissions in rpm attr macros (rpmlint suggestion)
  and use frr_group instead of frr_user in group parameter.

OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=81
2025-01-10 13:12:33 +00:00
Ana Guerrero
7aa3d069f6 Accepting request 1204981 from network
OBS-URL: https://build.opensuse.org/request/show/1204981
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frr?expand=0&rev=37
2024-10-02 19:33:24 +00:00
Erico Mendonca
a775fc8d7f - Update to frr 10.0.2 release providing fix for CVE-2024-44070
and other issues, see https://frrouting.org/release/10.0.2/
- Removed patch included in the sources:
  [- 0002-bgpd-Check-the-actual-remaining-stream-length-before.patch]

OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=79
2024-10-01 19:38:40 +00:00
Ana Guerrero
5b2f7c7b59 Accepting request 1201459 from network
- add release notes url to 10.0.1 update

  See https://frrouting.org/release/10.0.1/

OBS-URL: https://build.opensuse.org/request/show/1201459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frr?expand=0&rev=36
2024-09-17 16:17:53 +00:00
448d2e623c - add release notes url to 10.0.1 update
See https://frrouting.org/release/10.0.1/

OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=77
2024-09-16 16:37:43 +00:00
Ana Guerrero
e6cb949ee1 Accepting request 1201405 from network
- fixed bug/pull request references in frr.changes file

  treat-as-withdraw outcome (CVE-2023-47235,bsc#1216896,6814f2e013)
  bsc#1216897,c37119df45)

OBS-URL: https://build.opensuse.org/request/show/1201405
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frr?expand=0&rev=35
2024-09-16 15:41:42 +00:00
553baa9dc7 fix date in last frr.changes entry
OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=75
2024-09-16 11:32:32 +00:00
801844c464 - fixed bug/pull request references in frr.changes file
treat-as-withdraw outcome (CVE-2023-47235,bsc#1216896,6814f2e013)
  bsc#1216897,c37119df45)

OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=74
2024-09-16 10:13:01 +00:00
Ana Guerrero
4590a8dbd6 Accepting request 1195727 from network
OBS-URL: https://build.opensuse.org/request/show/1195727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frr?expand=0&rev=34
2024-08-23 20:27:25 +00:00
Erico Mendonca
7e97e9eb90 - Apply upstream fix for crash in bgp_attr_encap that were missing
a check of the actual remaining stream length before taking the
  TLV value (CVE-2024-44070,bsc#1229438,gh#FRRouting/frr#16502):
  + 0002-bgpd-Check-the-actual-remaining-stream-length-before.patch
- Re-added 0001-disable-zmq-test.patch to avoid (sporadic or arch
  specific, e.g. aarch64) "make check" test failures (bsc#1180217).
  + 0001-disable-zmq-test.patch
- Re-added hardening patch for systemd service(s) (bsc#1181400):
  + harden_frr.service.patch
- Cleanup unknown --enable-systemd and correct the --sysconfdir
  and --localstatedir configure options to not end in …/frr.

OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=72
2024-08-23 13:01:22 +00:00
Dominique Leuenberger
ec3733e9b8 Accepting request 1192960 from network
- Fixing Source URL/archive name.
- Update to version 10.0.1 from official sources.
- Clean slate: removing all previous patches.
- The following patches were obsoleted:
  - 0001-disable-zmq-test.patch
  - harden_frr.service.patch
  - 0003-tools-Run-as-FRR_USER-install-chown-commands-to-avoi.patch
  - 0004-tools-remove-backslash-from-declare-check-regex.patch
  - 0005-root-ok-in-account-frr.pam.patch
  - 0006-bgpd-Check-7-bytes-for-Long-lived-Graceful-Restart-c.patch
  - 0007-bgpd-Ensure-stream-received-has-enough-data.patch
  - 0008-bgpd-Don-t-read-the-first-byte-of-ORF-header-if-we-a.patch
  - 0009-bgpd-Do-not-process-NLRIs-if-the-attribute-length-is.patch
  - 0010-bgpd-Use-treat-as-withdraw-for-tunnel-encapsulation-.patch
  - 0011-babeld-fix-11808-to-avoid-infinite-loops.patch
  - 0012-bgpd-Limit-flowspec-to-no-attribute-means-a-implicit.patch
  - 0013-bgpd-Check-mandatory-attributes-more-carefully-for-U.patch
  - 0014-bgpd-Handle-MP_REACH_NLRI-malformed-packets-with-ses.patch
  - 0015-bgpd-Treat-EOR-as-withdrawn-to-avoid-unwanted-handli.patch
  - 0016-bgpd-Ignore-handling-NLRIs-if-we-received-MP_UNREACH.patch
  - 0017-bgpd-Fix-use-beyond-end-of-stream-of-labeled-unicast.patch
  - 0018-bgpd-Flowspec-overflow-issue.patch
  - 0019-bgpd-fix-error-handling-when-receiving-BGP-Prefix-SID-attribute.patch
  - 0020-ospfd-Solved-crash-in-OSPF-TE-parsing.patch
  - 0021-ospfd-Solved-crash-in-RI-parsing-with-OSPF-TE.patch
  - 0022-ospfd-Correct-Opaque-LSA-Extended-parser.patch
  - 0023-ospfd-protect-call-to-get_edge-in-ospf_te.c.patch

OBS-URL: https://build.opensuse.org/request/show/1192960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frr?expand=0&rev=33
2024-08-10 17:07:12 +00:00
Erico Mendonca
80b188223a fixing source URL and archive name
OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=70
2024-08-09 14:15:50 +00:00
Erico Mendonca
0d23942aca - Update to version 10.0.1 from official sources.
- Clean slate: removing all previous patches.
- The following patches were obsoleted:
  - 0001-disable-zmq-test.patch
  - harden_frr.service.patch
  - 0003-tools-Run-as-FRR_USER-install-chown-commands-to-avoi.patch
  - 0004-tools-remove-backslash-from-declare-check-regex.patch
  - 0005-root-ok-in-account-frr.pam.patch
  - 0006-bgpd-Check-7-bytes-for-Long-lived-Graceful-Restart-c.patch
  - 0007-bgpd-Ensure-stream-received-has-enough-data.patch
  - 0008-bgpd-Don-t-read-the-first-byte-of-ORF-header-if-we-a.patch
  - 0009-bgpd-Do-not-process-NLRIs-if-the-attribute-length-is.patch
  - 0010-bgpd-Use-treat-as-withdraw-for-tunnel-encapsulation-.patch
  - 0011-babeld-fix-11808-to-avoid-infinite-loops.patch
  - 0012-bgpd-Limit-flowspec-to-no-attribute-means-a-implicit.patch
  - 0013-bgpd-Check-mandatory-attributes-more-carefully-for-U.patch
  - 0014-bgpd-Handle-MP_REACH_NLRI-malformed-packets-with-ses.patch
  - 0015-bgpd-Treat-EOR-as-withdrawn-to-avoid-unwanted-handli.patch
  - 0016-bgpd-Ignore-handling-NLRIs-if-we-received-MP_UNREACH.patch
  - 0017-bgpd-Fix-use-beyond-end-of-stream-of-labeled-unicast.patch
  - 0018-bgpd-Flowspec-overflow-issue.patch
  - 0019-bgpd-fix-error-handling-when-receiving-BGP-Prefix-SID-attribute.patch
  - 0020-ospfd-Solved-crash-in-OSPF-TE-parsing.patch
  - 0021-ospfd-Solved-crash-in-RI-parsing-with-OSPF-TE.patch
  - 0022-ospfd-Correct-Opaque-LSA-Extended-parser.patch
  - 0023-ospfd-protect-call-to-get_edge-in-ospf_te.c.patch

OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=69
2024-08-08 12:14:43 +00:00
Ana Guerrero
234fd30855 Accepting request 1179914 from network
OBS-URL: https://build.opensuse.org/request/show/1179914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frr?expand=0&rev=32
2024-06-11 16:30:51 +00:00
26e7e54960 Accepting request 1178686 from home:mtomaschewski:branches:network
- Apply upstream fix solving ospfd denial of service via get_edge()
  function returning a NULL pointer (CVE-2024-34088,bsc#1223786,
  gh#FRRouting/frr#16088).
  [+ 0023-ospfd-protect-call-to-get_edge-in-ospf_te.c.patch]
- Apply upstream fix solving ospfd buffer overflow and daemon crash
  in ospf_te_parse_ext_link for OSPF LSA packets during an attempt
  to read Segment Routing Adjacency SID subTLVs (CVE-2024-31951,
  bsc#1222528,gh#FRRouting/frr#16088).
  [+ 0022-ospfd-Correct-Opaque-LSA-Extended-parser.patch]
- Apply upstream fix solving ospfd buffer overflow and daemon crash
  in RI parsing with OSPF TE (CVE-2024-31950,bsc#1222526,
  gh#FRRouting/frr#16088).
  [+ 0021-ospfd-Solved-crash-in-RI-parsing-with-OSPF-TE.patch]

OBS-URL: https://build.opensuse.org/request/show/1178686
OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=67
2024-06-11 07:47:26 +00:00
Ana Guerrero
b47b7669c1 Accepting request 1170587 from network
OBS-URL: https://build.opensuse.org/request/show/1170587
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frr?expand=0&rev=31
2024-04-28 19:51:15 +00:00
Martin Hauke
52c44b19ae Accepting request 1170057 from home:mtomaschewski:branches:network
- Apply upstream fix solving crash in OSPF TE parsing (bsc#1220548,
  CVE-2024-27913, gh#FRRouting/frr#15431)
  [+ 0020-ospfd-Solved-crash-in-OSPF-TE-parsing.patch]

OBS-URL: https://build.opensuse.org/request/show/1170057
OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=65
2024-04-28 13:12:33 +00:00
Ana Guerrero
cfd24c0efe Accepting request 1167542 from network
- add
  0019-bgpd-fix-error-handling-when-receiving-BGP-Prefix-SID-attribute.patch:
  * Apply upstream fix on error handling when receiving BGP Prefix
    SID attribute (bsc#1222518,CVE-2024-31948,gh#FRRouting/frr#15628)

- Migration of PAM settings to /usr/lib/pam.d.
  [+ 0001-disable-zmq-test.patch]
- enable verbose make rules
- Cleanup spec file

OBS-URL: https://build.opensuse.org/request/show/1167542
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frr?expand=0&rev=30
2024-04-14 09:55:04 +00:00
6cbbcd79f4 - add
0019-bgpd-fix-error-handling-when-receiving-BGP-Prefix-SID-attribute.patch:
  * Apply upstream fix on error handling when receiving BGP Prefix
    SID attribute (bsc#1222518,CVE-2024-31948,gh#FRRouting/frr#15628)
- Migration of PAM settings to /usr/lib/pam.d.
  [+ 0001-disable-zmq-test.patch]
- enable verbose make rules
- Cleanup spec file

OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=63
2024-04-13 07:49:45 +00:00
728032ef78 Accepting request 1166797 from home:cfconrad:branches:network
- Apply upstream fix on error handling when receiving BGP Prefix 
  SID attribute (bsc#1222518,CVE-2024-31948,gh#FRRouting/frr#15628)

OBS-URL: https://build.opensuse.org/request/show/1166797
OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=62
2024-04-11 14:28:22 +00:00
Ana Guerrero
c1cc809099 Accepting request 1145085 from network
OBS-URL: https://build.opensuse.org/request/show/1145085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frr?expand=0&rev=29
2024-02-08 18:03:09 +00:00
2494781aec Accepting request 1145054 from home:dimstar:Factory
- Provide user/group symbol for user created during pre.

OBS-URL: https://build.opensuse.org/request/show/1145054
OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=60
2024-02-08 09:08:25 +00:00
Martin Hauke
b62254bcf0 Accepting request 1143569 from home:dimstar:Factory
- Fix build with RPM 4.19: a stray %-escape sequence was found in
  the files section.

OBS-URL: https://build.opensuse.org/request/show/1143569
OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=59
2024-02-07 13:00:51 +00:00
Ana Guerrero
4a3cb0fd34 Accepting request 1130955 from network
OBS-URL: https://build.opensuse.org/request/show/1130955
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frr?expand=0&rev=28
2023-12-05 16:04:21 +00:00
53d2f4bd0b Accepting request 1130736 from home:mtomaschewski:frr
- Apply upstream fix for a crash on malformed BGP UPDATE message
  with an EOR, because the presence of EOR does not lead to a
  treat-as-withdraw outcome (CVE-2023-47235,1216896,6814f2e013)
  [+ 0015-bgpd-Treat-EOR-as-withdrawn-to-avoid-unwanted-handli.patch]
- Apply upstream fix for a crash on crafted BGP UPDATE message with
  a MP_UNREACH_NLRI attribute and additional NLRI data (CVE-2023-47234,
  bsc#1216897,ttps://github.com/FRRouting/frr/pull/14716/commits/c37119df45bbf4ef713bc10475af2ee06e12f3bf)
  [+ 0016-bgpd-Ignore-handling-NLRIs-if-we-received-MP_UNREACH.patch]
- Apply upstream fix for attempts to read beyond the end of the
  stream during labeled unicast parsing (CVE-2023-38407,bsc#1216899,ab362eae68)
  [+ 0017-bgpd-Fix-use-beyond-end-of-stream-of-labeled-unicast.patch]
- Apply upstream fix for an nlri length of zero mishandling, aka
  "flowspec overflow" (CVE-2023-38406,bsc#1216900,0b999c886e)
  [+ 0018-bgpd-Flowspec-overflow-issue.patch]

OBS-URL: https://build.opensuse.org/request/show/1130736
OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=57
2023-12-05 10:45:46 +00:00
Ana Guerrero
8ed5d9e914 Accepting request 1121416 from network
OBS-URL: https://build.opensuse.org/request/show/1121416
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frr?expand=0&rev=27
2023-10-31 19:26:24 +00:00
5c09118e23 Accepting request 1121202 from home:mtomaschewski:frr
- Apply upstream fix for a crash due to a crafted BGP UPDATE message
  (CVE-2023-46753,bsc#1216626,21418d64af).
  [+ 0013-bgpd-Check-mandatory-attributes-more-carefully-for-U.patch]
- Apply upstream fix for a crash due to mishandled malformed
  MP_REACH_NLRI data (CVE-2023-46752,bsc#1216627,b08afc81c6).
  [+ 0014-bgpd-Handle-MP_REACH_NLRI-malformed-packets-with-ses.patch]

OBS-URL: https://build.opensuse.org/request/show/1121202
OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=55
2023-10-31 10:54:44 +00:00
Ana Guerrero
eec4bcb5f7 Accepting request 1111557 from network
OBS-URL: https://build.opensuse.org/request/show/1111557
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frr?expand=0&rev=26
2023-09-15 20:05:48 +00:00
Martin Hauke
cee0900b9b Accepting request 1111550 from home:mtomaschewski:frr
- Apply upstream fix for NULL pointer dereference due to processing
  of malformed requests with no attributes in bgp_nlri_parse_flowspec
  (CVE-2023-41909,bsc#1215065,cfd04dcb3e).
  [+ 0012-bgpd-Limit-flowspec-to-no-attribute-means-a-implicit.patch]

OBS-URL: https://build.opensuse.org/request/show/1111550
OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=53
2023-09-15 12:32:32 +00:00
Ana Guerrero
9b46f1712c Accepting request 1108711 from network
OBS-URL: https://build.opensuse.org/request/show/1108711
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frr?expand=0&rev=25
2023-09-04 20:52:42 +00:00
Martin Hauke
fbadf37a51 Accepting request 1108163 from home:mtomaschewski:frr
- Removed protobuf-c BuildRequires (source package name) breaking
  build-system setup with libprotobuf-c-devel 1.3.2 updates.
- Apply upstream fix for bgpd: Don't read initial byte of the ORF
  header in an ahead-of-stream situation (CVE-2023-41360,
  bsc#1214739,https://github.com/FRRouting/frr/pull/14245)
  [+ 0008-bgpd-Don-t-read-the-first-byte-of-ORF-header-if-we-a.patch]
- Apply upstream fix for bgpd: Do not process NLRIs if the attribute
  length is zero (CVE-2023-41358,bsc#1214735,
  https://github.com/FRRouting/frr/pull/14260)
  [+ 0009-bgpd-Do-not-process-NLRIs-if-the-attribute-length-is.patch]
- Apply upstream fix bgpd: Use treat-as-withdraw for tunnel encapsulation
  attribute instead of session reset (CVE-2023-38802,bsc#1213284,
  https://github.com/FRRouting/frr/pull/14290)
  [+ 0010-bgpd-Use-treat-as-withdraw-for-tunnel-encapsulation-.patch]
- Apply upstream fix babeld: avoid infinite loops (CVE-2023-3748,bsc#1213434,
  gh#FRRouting/frr#11808,https://github.com/FRRouting/frr/pull/12952)
  [+ 0011-babeld-fix-11808-to-avoid-infinite-loops.patch]

OBS-URL: https://build.opensuse.org/request/show/1108163
OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=51
2023-09-03 14:42:25 +00:00
Dominique Leuenberger
07b077893b Accepting request 1090241 from network
OBS-URL: https://build.opensuse.org/request/show/1090241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frr?expand=0&rev=24
2023-06-01 15:20:50 +00:00
694815f1d3 Accepting request 1088895 from home:mtomaschewski:branches:network
- Apply upstream fix for denial of service via the bgp_capability_llgr()
  function (bsc#1211248,CVE-2023-31489,gh#FRRouting/frr#13098).
  [+ 0006-bgpd-Check-7-bytes-for-Long-lived-Graceful-Restart-c.patch]
- Apply upstream fix for denial of service via the bgp_attr_psid_sub()
  function (bsc#1211249,CVE-2023-31490,gh#FRRouting/frr#13099).
  [+ 0007-bgpd-Ensure-stream-received-has-enough-data.patch]

OBS-URL: https://build.opensuse.org/request/show/1088895
OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=49
2023-06-01 10:02:15 +00:00
Dominique Leuenberger
11d7c93795 Accepting request 1077239 from network
OBS-URL: https://build.opensuse.org/request/show/1077239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frr?expand=0&rev=23
2023-04-04 19:27:35 +00:00
Martin Hauke
addf7abe6b Accepting request 1077182 from home:mtomaschewski:branches:network
- Enable pim6d providing PIMv6 support (bsc#1206234)

OBS-URL: https://build.opensuse.org/request/show/1077182
OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=47
2023-04-04 15:27:10 +00:00
Dominique Leuenberger
ebd17cfb1d Accepting request 1058297 from network
OBS-URL: https://build.opensuse.org/request/show/1058297
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frr?expand=0&rev=22
2023-01-13 23:03:42 +00:00
Martin Hauke
3ffde6cb9b Accepting request 1058229 from home:schubi2:pam_usr_etc
- Migration of PAM settings to /usr/lib/pam.d.

OBS-URL: https://build.opensuse.org/request/show/1058229
OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=45
2023-01-13 18:50:56 +00:00
Dominique Leuenberger
12f3483621 Accepting request 1035865 from network
OBS-URL: https://build.opensuse.org/request/show/1035865
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frr?expand=0&rev=21
2022-11-16 14:43:09 +00:00
Martin Hauke
729276ccdc Accepting request 1035289 from home:mtomaschewski:branches:network
- Migration to /usr/etc: Conditionally moved /etc/logrotate.d/frr
  file to vendor specific directory /usr/etc/logrotate.d and added
  saving of user changed configuration files in /etc and restoring
  them while an RPM update.
- Declare root as sufficient also in the pam account verification;
  without vtysh use causes to log a pam frr:account warnings
  (https://github.com/FRRouting/frr/pull/12308)
  [+ 0005-root-ok-in-account-frr.pam.patch]
- Applied fix removing a not needed backslash causing to log a warning
  (https://github.com/FRRouting/frr/pull/12307)
  [+ 0004-tools-remove-backslash-from-declare-check-regex.patch]
- Applied upstream fixes for frrinit.sh to avoid a privilege escalation
  from frr to root in frr config creation (bsc#1204124,CVE-2022-42917,
  https://github.com/FRRouting/frr/pull/12157).
  [+ 0003-tools-Run-as-FRR_USER-install-chown-commands-to-avoi.patch]
- Removed obsolete patches provided in the 8.4 source archive:
  [- 0003-babeld-fix-10487-by-adding-a-check-on-packet-length.patch,
   - 0004-babeld-fix-10502-10503-by-repairing-the-checks-on-le.patch,
   - 0005-isisd-fix-router-capability-TLV-parsing-issues.patch,
   - 0006-isisd-fix-10505-using-base64-encoding.patch,
   - 0007-bgpd-Make-sure-hdr-length-is-at-a-minimum-of-what-is.patch,
   - 0008-isisd-Ensure-rcap-is-freed-in-error-case.patch]
- Update to version 8.4, see https://frrouting.org/release/8.4/
  * New BGP command (neighbor PEER soo) to configure SoO to prevent
    routing loops and suboptimal routing on dual-homed sites.
  * Command debug bgp allow-martian replaced to bgp allow-martian-nexthop
    because previously we allowed using martian next-hops when debug is
    turned on.
  * Implement BGP Prefix Origin Validation State Extended Community rfc8097
  *  Implement Route Leak Prevention and Detection Using Roles in UPDATE

OBS-URL: https://build.opensuse.org/request/show/1035289
OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=43
2022-11-15 14:31:19 +00:00
Dominique Leuenberger
857f9bd362 Accepting request 1001516 from network
OBS-URL: https://build.opensuse.org/request/show/1001516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frr?expand=0&rev=20
2022-09-07 09:05:55 +00:00
Martin Hauke
9b537df10f Accepting request 1001489 from home:mtomaschewski:frr
Fixed bug number in changes file to:
 - Apply upstream fix for a memory leak in the IS-IS daemon that
   may lead to server memory exhaustion (bsc#1202022,CVE-2019-25074)
   [+ 0008-isisd-Ensure-rcap-is-freed-in-error-case.patch]

OBS-URL: https://build.opensuse.org/request/show/1001489
OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=41
2022-09-06 19:33:51 +00:00
Martin Hauke
35f367fe53 Accepting request 1001418 from home:mtomaschewski:frr
- Apply upstream fix for out-of-bounds read in the BGP daemon
  that may lead to information disclosure or denial of service
  (bsc#1202023,CVE-2022-37032)
  [+ 0007-bgpd-Make-sure-hdr-length-is-at-a-minimum-of-what-is.patch]
- Apply upstream fix for a memory leak in the IS-IS daemon that
  may lead to server memory exhaustion (bsc#1202023,CVE-2019-25074)
  [+ 0008-isisd-Ensure-rcap-is-freed-in-error-case.patch]

OBS-URL: https://build.opensuse.org/request/show/1001418
OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=40
2022-09-06 12:14:05 +00:00
Dominique Leuenberger
3ecf89a58c Accepting request 963468 from network
OBS-URL: https://build.opensuse.org/request/show/963468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frr?expand=0&rev=19
2022-03-21 19:11:41 +00:00
f8566d7d81 Accepting request 962454 from home:dimstar:Factory
- Make build a bit cheaper: do only BuildRequire the primary python
  interpreter and its modules (python3-FOO) instead of all
  available versions as done using %{python_module FOO}

OBS-URL: https://build.opensuse.org/request/show/962454
OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=38
2022-03-21 07:45:03 +00:00
Dominique Leuenberger
01c063db3a Accepting request 958103 from network
OBS-URL: https://build.opensuse.org/request/show/958103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frr?expand=0&rev=18
2022-03-01 16:03:26 +00:00
Martin Hauke
96a81d154e Accepting request 958040 from home:mtomaschewski:frr
- Apply fix for a buffer overflow in isisd due to the use of strdup
  with a non-zero-terminated binary string (bsc#1196506,CVE-2022-26126)
  [+ 0006-isisd-fix-10505-using-base64-encoding.patch]
- Apply fix for a buffer overflow in isisd due to wrong checks on
  the input packet length (bsc#1196505,CVE-2022-26125) with workaround
  for the GIT binary patch to tests/isisd/test_fuzz_isis_tlv_tests.h.gz
  [+ 0005-isisd-fix-router-capability-TLV-parsing-issues.patch]
- Apply fix for a buffer overflow in babeld due to wrong checks on
  the input packet length in the packet_examin and subtlv parsing
  (bsc#1196504,bsc#1196507,CVE-2022-26128,CVE-2022-26129)
  [+ 0004-babeld-fix-10502-10503-by-repairing-the-checks-on-le.patch]
- Apply fix for a heap buffer overflow in babeld due to missing check
  on the input packet length (bsc#1196503,CVE-2022-26127)
  [+ 0003-babeld-fix-10487-by-adding-a-check-on-packet-length.patch]

OBS-URL: https://build.opensuse.org/request/show/958040
OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=37
2022-02-28 19:21:42 +00:00
Dominique Leuenberger
e2c079f28b Accepting request 937650 from network
OBS-URL: https://build.opensuse.org/request/show/937650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frr?expand=0&rev=17
2021-12-09 18:45:43 +00:00
Martin Hauke
2fc51f9063 Accepting request 937520 from home:jsegitz:branches:systemdhardening:network
- Add ReadWritePaths=/etc/frr to harden_frr.service.patch (bsc#1181400).

OBS-URL: https://build.opensuse.org/request/show/937520
OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=36
2021-12-09 09:26:15 +00:00
Dominique Leuenberger
57b06e7ada Accepting request 932045 from network
OBS-URL: https://build.opensuse.org/request/show/932045
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frr?expand=0&rev=16
2021-11-18 09:34:47 +00:00