Version: 1.2.4, Package name: quagga-1.2.4 |
Maintained by: The OpenBSD ports mailing-list |
Master sites:
|
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description Quagga is free software that manages various IPv4 and IPv6 routing protocols. Currently it supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1, RIPv2, and RIPng as well as very early support for IS-IS. |
Filesize: 2857.272 KB |
Version History (View Complete History) |
|
2021-02-04 06:17:12 by Theo Buehler | Files touched by this commit (5) |
Log message: net/quagga: fix for -fno-common Declare instead of defining variables in headers and extern a variable in one test; move one variable definition to a C file. ok sthen |
2021-01-22 08:58:13 by Kirill Bychkov | Files touched by this commit (1) |
Log message: - switch HOMEPAGE to HTTPS - move MASTER_SITES on its place as in Makefile.template and use MASTER_SITE_SAVANNAH |
2021-01-09 14:51:09 by Stuart Henderson | Files touched by this commit (4) |
Log message: Remove the hack from net/quagga now that we have ip_mreqn. If you're using ospf/rip with quagga please test and report back if this introduces a problem. |
2020-09-23 16:26:02 by Jeremie Courreges-Anglas | Files touched by this commit (3) |
Log message: Minor update to quagga-1.2.4 + fix usage of getgrouplist getgrouplist fix in FRR by renato@, patch and update to 1.2.4 by mgraves at brainfat.net. While here, sync WANTLIB of the snmp FLAVOR. |
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-07-11 14:25:12 by Stuart Henderson | Files touched by this commit (1) |
Log message: allow to build if RTM_LOSING is unavailable |
2018-07-03 05:52:02 by Christian Weisgerber | Files touched by this commit (2) |
Log message: catch up with RTM_LOCK removal; ok sthen@ |
2018-02-17 05:58:10 by Gleydson Soares | Files touched by this commit (2) |
Log message: backport the fixes for some minor security issues. https://www.quagga.net/security/Quagga-2018-1550.txt https://www.quagga.net/security/Quagga-2018-1975.txt OK sthen@ |
2018-02-16 15:11:41 by Stuart Henderson | Files touched by this commit (2) |
Log message: backport the fix for the worst of the recent Quagga bugs, https://www.quagga.net/security/Quagga-2018-1114.txt Double-free (crash, possible code execution) when processing a BGP update. << The issue is a double-free in bgp_attr_flush called from bgp_packet.c:bgp_update_receive. This can be triggered by a variety of BGP UPDATE messages, containing either a "CLUSTER_LIST" attribute (used in iBGP route-reflection) or an unknown attribute. An unrecognised optional/transitive UPDATE attribute should be passed along by conforming BGP speakers, if the attribute is otherwise well-formed. Therefore this issue potentially can be triggered across a number of Quagga bgpd speakers, over a wide area of a network, by one BGP speaker sending an UPDATE. >> |
2018-02-16 14:20:05 by Gleydson Soares | Files touched by this commit (3) |
Log message: update to 1.2.3 (this release contains a number of fixes, including potentially important BGP security fixes) https://www.quagga.net/security/Quagga-2018-0543.txt https://www.quagga.net/security/Quagga-2018-1114.txt https://www.quagga.net/security/Quagga-2018-1550.txt https://www.quagga.net/security/Quagga-2018-1975.txt full changelog at: https://savannah.nongnu.org/forum/forum.php?forum_id=9095 |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2016-06-27 13:55:48 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message: Repair IPV6_MINHOPCOUNT support. ok sthen@ |
2016-04-15 08:32:41 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message: Backport fix for ospfd/ripd. Upstream assumes that we support passing an interface index instead of an address in struct ip_mreq.imr_interface (hack supported by FreeBSD & NetBSD). Prompted by a report from Christophe "STux", ok sthen@ (maintainer) |
2016-03-31 16:42:00 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Fix quagga ospfd Upstream assumes that they can pass an interface index instead of an ip address in struct ip_mreq.imr_interface. We do not support this. ok sthen@ (maintainer) |
2016-03-22 06:57:54 by Jeremie Courreges-Anglas | Files touched by this commit (8) |
Log message: Update to 1.0.20160315, ok sthen@ (maintainer) Announce: https://lists.quagga.net/pipermail/quagga-users/2016-March/014293.html ChangeLog: http://savannah.spinellicreations.com/quagga/quagga-1.0.20160315.changelog.txt http://savannah.spinellicreations.com/quagga/quagga-1.0.20160309.changelog.txt Note that this update brings a fix for CVE-2016-2342. This vulnerability affects quagga MPLS VPN setups which probably aren't possible on OpenBSD. |
2015-10-08 15:19:23 by Stuart Henderson | Files touched by this commit (33) |
Log message: Bump some ports which reference if_msghdr in their source, so that package updates are triggered. This is following the struct if_data ABI change a few days ago; if_msghdr has an embedded if_data. Some may be unnecessary, but some are definitely needed and bumps are cheaper than debugging. Problem reported with wpa_supplicant by Mikolaj Kucharski. |
2015-10-05 10:29:02 by Stuart Henderson | Files touched by this commit (24) |
Log message: REVISION bumps following the additional member in struct if_data, to make sure packages get updated |
2015-09-11 14:56:11 by Stuart Henderson | Files touched by this commit (2) |
Log message: -RTF_XRESOLVE |
2015-09-11 10:15:31 by Stuart Henderson | Files touched by this commit (1) |
Log message: bump; ifmedia64 |
2015-07-15 16:55:06 by Stuart Henderson | Files touched by this commit (1) |
Log message: Pass --disable-pie to configure all the time and rely on the compiler using PIE by default where supported. |
2015-04-18 04:39:34 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to quagga 0.99.24.1, from Brad |
2015-01-19 08:44:13 by Stuart Henderson | Files touched by this commit (3) |
Log message: build isisd in quagga, not tested but no reason not to build |
2011-05-11 06:03:20 by Jasper Lievisse Adriaanse | Files touched by this commit (44) |
Log message: Sanitize some @unexec/@extraunexec calls to rm: move them up in the PLIST and delete everything under the @sample'd directory instead of the directory itself to prevent a warning from pkg_delete(1) trying to remove a non existing directory and to help preventing left-over files and directories. ok aja@ |
2011-03-26 06:00:53 by Stuart Henderson | Files touched by this commit (9) |
Log message: - SECURITY update to 0.99.18 (pointed out by Brad) CVE-2010-1674 null pointer deref with malformed BGP Extended Communities CVE-2010-1675 BGP session reset with malformed AS-path - install info documentation - patches added: build fixes from upstream |
2010-11-19 15:31:39 by Marc Espie | Files touched by this commit (372) |
Log message: new depends |
2010-10-18 12:37:00 by Marc Espie | Files touched by this commit (357) |
Log message: USE_GROFF=Yes |
2010-09-24 03:30:04 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to 0.99.17 |
2010-07-09 05:46:02 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to 0.99.16 |
2009-05-12 06:18:04 by Stuart Henderson | Files touched by this commit (15) |
Log message: bugfix update to 0.99.12; rolls in patches for the problem where 4-byte ASNs with long prepends are seen. |
2009-05-01 07:48:26 by Stuart Henderson | Files touched by this commit (11) |
Log message: fix 4-byte ASN related crash in quaggga's bgpd. from upstream repo. |
2009-02-17 17:37:53 by Stuart Henderson | Files touched by this commit (13) |
Log message: update quagga to 0.99.11. the SNMP flavour was already broken, disable it for now. |
2008-05-23 06:55:58 by Claudio Jeker | Files touched by this commit (2) |
Log message: quagga does not handel multiple RTM_VERSIONs gracefully. Patch it to ignore messages with wrong RTM_VERSION instead of trying to parse them and crashing doing so. OK rui@, jasper@, looks good mbalmer@ |
2007-09-15 16:37:00 by Michael Erdely | Files touched by this commit (333) |
Log message: Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@) |
2007-09-12 14:31:18 by Rui Reis | Files touched by this commit (12) |
Log message: SECURITY: update quagga to 0.99.9 which fixes some DoS vulnerabilities. Reference: http://secunia.com/advisories/26744/ ok pyr@ |
2007-06-20 12:05:36 by Rui Reis | Files touched by this commit (15) |
Log message: update quagga to 0.99.7 help and ok pyr@ |
2007-04-05 10:20:19 by Marc Espie | Files touched by this commit (912) |
Log message: base64 checksums. |
2006-04-12 15:01:46 by David Krause | Files touched by this commit (2) |
Log message: remove myself from MAINTAINER |
2005-08-10 02:53:26 by Alexandre Anriot | Files touched by this commit (1) |
Log message: forgot to bump PKGNAME. spotted by sturm@ |
2005-08-09 16:55:34 by Alexandre Anriot | Files touched by this commit (1) |
Log message: add sample config file. ok david@ |
2005-06-09 14:42:37 by Robert Nagy | Files touched by this commit (2) |
Log message: We don't have RTM_OLDADD and RTM_OLDDEL caused by the SIOCADDRT and SIOCDELRT (4.3BSD routing table) ioctls anymore. So don't try to use them. ok naddy@ |
2005-01-05 10:15:08 by Christian Weisgerber | Files touched by this commit (250) |
Log message: SIZE |
2004-11-30 16:12:54 by Aleksander Piotrowski | Files touched by this commit (5) |
Log message: - Replace INSTALL with @new(user|group), MESSAGE and @sample - Kill DEINSTALL - Add WANTLIB marker - Bump PKGNAME ok david@ |
2004-10-12 21:13:15 by Dan Harnett | Files touched by this commit (1) |
Log message: this is needed for net-snmp too |
2004-10-12 21:10:49 by Dan Harnett | Files touched by this commit (6) |
Log message: convert snmp FLAVOR to use net-snmp. I do not see how this worked in the first place without smux support. |
2004-09-18 07:01:48 by Marc Espie | Files touched by this commit (8) |
Log message: new style conflicts. |
2004-09-15 12:17:48 by Marc Espie | Files touched by this commit (262) |
Log message: new plists, kill a few INSTALL scripts. |
2004-01-01 23:50:55 by David Krause | Files touched by this commit (2) |
Log message: install SERVICES doc file |
2004-01-01 23:45:19 by David Krause | Files touched by this commit (1) |
Log message: fix busted makefile so that example OSPF API client builds |