aboutsummaryrefslogtreecommitdiff
path: root/net/quagga
Commit message (Collapse)AuthorAgeFilesLines
* net/quagga: add patches to fix IPv6, multi-segment AS_PATH UPDATE fixKurt Jaeger2017-12-195-4/+30
| | | | | | | | | | | | | | - For the IPv6 problem description see also: https://bugzilla.quagga.net/show_bug.cgi?id=870 https://lists.quagga.net/pipermail/quagga-dev/2017-December/033309.html - Another part of the multi-segment AS_PATH UPDATE message length calculation fix PR: 214481 Reported by: dgilbert@eicat.ca Notes: svn path=/head/; revision=456724
* net/quagga{-esr}: add conflictsKurt Jaeger2017-10-091-1/+1
| | | | | | | - detected by rodrigo's conflict scanner Notes: svn path=/head/; revision=451630
* net/quagga: update 1.2.1 -> 1.2.2Kurt Jaeger2017-10-033-16/+4
| | | | | | | | | | | | | | - bgpd: Fix AS_PATH size calculation for long paths - zebra: Fix to set tag for a static route configured, #955 - Removed the installation of vrf specific tag and distance command - nhrpd: several changes and bug fixes - ripd: ripv2 fails to send packets on non multicast interface - vtysh:address-family vpnv6 and vpnv6 unicast added, #950 Reported by: Balaji Gurudoss <balajig81@gmail.com> Notes: svn path=/head/; revision=451161
* net/quagga: bgpd: multi-segment AS_PATH UPDATE message length calculation fixKurt Jaeger2017-10-012-1/+12
| | | | | | | | | | | See https://lists.quagga.net/pipermail/quagga-dev/2017-September/033284.html for the source of this patch. Submitted by: Andreas Jaggi <aj@open.ch> Notes: svn path=/head/; revision=451045
* net/quagga: register conflict with frrKurt Jaeger2017-09-161-1/+1
| | | | | | | | PR: 222368 Submitted by: Franco Fichtner <franco@opnsense.org> Notes: svn path=/head/; revision=449967
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* net/quagga: fix typo in pkg-descrKurt Jaeger2017-04-221-1/+1
| | | | | | | | PR: 218485 Submitted by: Franco Fichtner <franco@opnsense.org> Notes: svn path=/head/; revision=439175
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* net/quagga: update 1.2.0 -> 1.2.1Kurt Jaeger2017-03-112-4/+4
| | | | | | | | Changes: http://mirror.easyname.at/nongnu/quagga/quagga-1.2.1.changelog.txt https://lists.quagga.net/pipermail/quagga-users/2017-March/014681.html Notes: svn path=/head/; revision=435886
* net/quagga: really take maintainerKurt Jaeger2017-03-071-1/+1
| | | | | | | | PR: 217588 Reported by: bdrewery Notes: svn path=/head/; revision=435631
* net/quagga: update 1.1.1 -> 1.2.0Kurt Jaeger2017-03-062-4/+4
| | | | | | | | | | | - also take maintainer PR: 217588 Changes: http://mirror.easyname.at/nongnu/quagga/quagga-1.2.0.changelog.txt Approved by: mat (old maintainer) Notes: svn path=/head/; revision=435561
* net/quagga: update 1.1.0 -> 1.1.1Kurt Jaeger2017-01-243-7/+6
| | | | | | | | | | | | Warning: This version still has this IPv6 bug: https://bugzilla.quagga.net/show_bug.cgi?id=870 PR: 216440 Approved by: mat Changes: https://lists.quagga.net/pipermail/quagga-dev/2017-January/016585.html Notes: svn path=/head/; revision=432375
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-1/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* Fix build.Mathieu Arnold2016-10-205-31/+46
| | | | | | | | | | | As I managed to somehow build it yesterday before committing the update, and I am removing an option, I'm bumping PORTREVISION Submitted by: pkg-fallout Sponsored by: Absolight Notes: svn path=/head/; revision=424324
* Update to 1.1.0.Mathieu Arnold2016-10-195-10/+10
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=424240
* net/quagga: Update 1.0.20160315 -> 1.0.20161017Kurt Jaeger2016-10-182-4/+5
| | | | | | | | | | | | | | - This release also includes 4 other fixes for undefined behaviour that may have security implications, for BGP, IS-IS and OSPFv3. PR: 213576 Changes: https://lists.quagga.net/pipermail/quagga-users/2016-October/014477.html Security: CVE-2016-4049 MFH: 2016Q4 Approved by: mat (maintainer) Notes: svn path=/head/; revision=424161
* Actually make the last two commit really work.Mathieu Arnold2016-07-192-9/+9
| | | | | | | | Pointy hat: mat Sponsored by: Absolight Notes: svn path=/head/; revision=418805
* Fix the OSPF_NEXTHOP patch.Mathieu Arnold2016-07-191-5/+16
| | | | | | | | | PR: 210835 Reported by: dgilbert eicat ca, miha rylov rambler ru Sponsored by: Absolight Notes: svn path=/head/; revision=418795
* Remove OSPF_OPAQUE_LSA option, it was a noop.Mathieu Arnold2016-07-191-4/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=418794
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Update to 1.0.20160315.Mathieu Arnold2016-03-174-35/+6
| | | | | | | | | PR: 208064 Submitted by: pi Sponsored by: Absolight Notes: svn path=/head/; revision=411288
* Fix with custom SYSCONF_DIR and fix qa testsBaptiste Daroussin2015-07-202-3/+3
| | | | | | | | | | | | | | | Change the home directory of the quagga user to /var/empty which prevent QA First the home does not need to be harcoded to /usr/local/etc/quagga, second it fixes issues where the home created by the user addition is 755 then the plist modifies it to 750 Reviewed by: mat Approved by: mat (maintainer) Sponsored by: gandi.net Differential Revision: https://reviews.freebsd.org/D3135 Notes: svn path=/head/; revision=392567
* Fix ipv6 on 8 and possibly 9.Mathieu Arnold2015-04-172-1/+30
| | | | | | | | Obtained from: http://git.savannah.gnu.org/gitweb/?p=quagga.git;a=patch;h=3e07588e6c2d11464b458cef3965ae31b5f99181 Sponsored by: Absolight Notes: svn path=/head/; revision=384144
* Add CPE.Mathieu Arnold2015-03-181-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=381551
* Update to 0.99.24.1.Mathieu Arnold2015-03-112-4/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=380984
* Make quagga announce BGP routes by default.Mathieu Arnold2015-03-101-1/+4
| | | | | | | | | | PR: 198485 Submitted by: lerik nolink net Pointy hat to: mat Sponsored by: Absolight Notes: svn path=/head/; revision=380906
* Update to 0.99.24.Mathieu Arnold2015-03-039-83/+81
| | | | | | | | | | | | | | Enable ISISD, RTADV, OSPF_OPAQUE_LSA by default as they're enabled by default by quagga's configure. Enable PIMD because the releases notes says we should unless short on space. Release notes: http://savannah.nongnu.org/forum/forum.php?forum_id=8222 Changelog: http://download.savannah.gnu.org/releases/quagga/quagga-0.99.24.changelog.txt Sponsored by: Absolight Notes: svn path=/head/; revision=380374
* Fix -n usage.Mathieu Arnold2015-02-172-3/+3
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=379165
* Make quagga's rc script conform to the porter's handbook guidelines.Mathieu Arnold2015-02-172-10/+19
| | | | | | | | | PR: 197036 Submitted by: Kozlov Sergey Sponsored by: Absolight Notes: svn path=/head/; revision=379163
* Fix build on 8 and 9. This time for reals.Mathieu Arnold2015-01-261-1/+1
| | | | | | | | | | | So, quagga uses some anonymous structs/unions, it's part of c11, and gcc from base on 8 and 9, while not throwing errors when seeing those, kindly ignores the definition and breaks everything. Sponsored by: Absolight Notes: svn path=/head/; revision=377934
* Fix build after last automake update.Mathieu Arnold2015-01-243-12/+12
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=377839
* And allow people building with options.Mathieu Arnold2014-10-021-2/+1
| | | | | | | | | Noticed by: hrs Pointy hat to: mat Sponsored by: Absolight Notes: svn path=/head/; revision=369865
* Learn to write shell scripts.Mathieu Arnold2014-10-022-38/+39
| | | | | | | | Pointy hat to: mat Sponsored by: Absolight Notes: svn path=/head/; revision=369845
* Update to 0.99.23.1. [1]Mathieu Arnold2014-10-0210-193/+132
| | | | | | | | | | | General cleanup. PR: 194090 [1] Submitted by: Olivier Cochard [1] Sponsored by: Absolight Notes: svn path=/head/; revision=369831
* Take this.Mathieu Arnold2014-10-021-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=369807
* Reset maintainershipBaptiste Daroussin2014-10-021-1/+1
| | | | | | | | | Former maintainer stating he is not maintaining it anymore Reported by: Olivier Cochard-Labbé <olivier@cochard.me> Notes: svn path=/head/; revision=369799
* - Add patch after the recent SOCK_RAW bug fix in FreeBSD head (r270929)Tijl Coosemans2014-09-222-6/+14
| | | | | | | | | | | - Fix DLMALLOC option - Remove unused SCRIPTS_ENV PR: 193244 193825 Submitted by: Olivier Cochard-Labbé <olivier@cochard.me> Notes: svn path=/head/; revision=368946
* - Convert to INSTALL_TARGET=install-stripTijl Coosemans2014-09-141-20/+9
| | | | | | | | - Remove USE_AUTOTOOLS - Let user decide about stack protector Notes: svn path=/head/; revision=368171
* Fix plistMathieu Arnold2014-08-082-3/+3
| | | | | | | | Noticed by: Craig Leres Sponsored by: Absolight Notes: svn path=/head/; revision=364345
* Install ETCDIR and /var/run/quagga with the right owner and group so theMathieu Arnold2014-07-212-3/+6
| | | | | | | | | | service can be started without manual intervention. While there, fix a non reviewed makeplist problem. Sponsored by: Absolight Notes: svn path=/head/; revision=362454
* Fix build on recent head without shared readlineBaptiste Daroussin2014-07-131-1/+1
| | | | Notes: svn path=/head/; revision=361715
* Allow to build with texinfo from portsAntoine Brodin2014-06-261-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359329
* net/quagga: fix build error messages related to vtysh/extract.plKurt Jaeger2014-06-151-0/+11
| | | | | | | Approved by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Notes: svn path=/head/; revision=357833
* net/quagga: fix OSPF Opaque-LSA option bug in pkg-plistKurt Jaeger2014-06-132-1/+6
| | | | | | | | Bug reported by: mat Approved by: portmgr (mat) Notes: svn path=/head/; revision=357717
* net/quagga: 0.99.22.3 -> .4, stagify, build-as-user, fix libdependsKurt Jaeger2014-06-103-21/+23
| | | | | | | | | ChangeLog: http://download.savannah.gnu.org/releases/quagga/quagga-0.99.22.4.changelog.txt Approved-by: Boris Kovalenko <boris@tagnet.ru> (maintainer), jadawin (mentor) Notes: svn path=/head/; revision=357282
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Part 2 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338513
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - convert to the new perl5 frameworkAndrej Zverev2013-09-161-2/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327365