aboutsummaryrefslogtreecommitdiff
path: root/net/quagga
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-6/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove old net/frr6.Olivier Cochard2020-09-101-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=548198
* net/quagga: fix build for clang 11 and gcc 10 (FreeBSD 13)Eugene Grosbein2020-08-201-2/+4
| | | | | | | | | | | Adding -fcommon to CFLAGS as patching would be too invasive. PORTREVISION not bumped as it fixes build for FreeBSD 13. Pet portlint. Reported by: pkg-fallout Notes: svn path=/head/; revision=545529
* net/quagga: return to the poolKurt Jaeger2020-08-021-1/+1
| | | | Notes: svn path=/head/; revision=543940
* net/quagga: Adding new PROVIDE keyword dynamicrouting in rc.d scriptKurt Jaeger2020-02-202-3/+3
| | | | | | | | | | - See also https://reviews.freebsd.org/D23329 PR: 244027 Submitted by: olivier Notes: svn path=/head/; revision=526572
* Drop the ipv6 virtual category for n* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514143
* Fix "daemon" and "continuing" typosTobias Kortkamp2019-08-211-1/+1
| | | | | | | "deamon" is back! Notes: svn path=/head/; revision=509507
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-2/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. 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, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* net/quagga: unbreak ripd for 1.2.4Eugene Grosbein2019-07-062-1/+12
| | | | | | | | | | | | | | | | | ripd is essentially non-functional in quagga-1.2.4 as it aborts on first announce timeout due to some threading logic bug. The problem was reported upstream over a year ago and ignored: https://bugzilla.quagga.net/show_bug.cgi?id=985 https://bugzilla.quagga.net/show_bug.cgi?id=1008 Add work-around that restores ripd stability. PR: 238760 Approved by: pi (maintainer timeout, 2 weeks) Notes: svn path=/head/; revision=505996
* Remove net/frr3 and net/frr4: Upstream no longer maintainedOlivier Cochard2019-04-161-1/+1
| | | | Notes: svn path=/head/; revision=499086
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* Fix more daemon typosTobias Kortkamp2019-03-161-1/+1
| | | | Notes: svn path=/head/; revision=495859
* net/quagga: fix EXAMPLES optionKurt Jaeger2019-01-082-15/+15
| | | | | | | | PR: 234738 Submitted by: tobik Notes: svn path=/head/; revision=489676
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 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, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* New port: net/frr6 (6.0)Olivier Cochard2018-10-221-1/+1
| | | | | | | | PR: 232122 Reported by: pautina@kharkiv.net Notes: svn path=/head/; revision=482740
* - Fix LICENSEDmitry Marakasov2018-10-102-2/+3
| | | | | | | | | | - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=481704
* Add EXAMPLES options to ports that should have one.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479407
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* New port: net/frr5 (5.0.1).Olivier Cochard2018-07-061-1/+1
| | | | | | | | | | | | | | | | | | | PR: 229397 Reported by: pi Sponsored by: Orange Fix build with SNMP option. PR: 228159 Reported by: pautina@kharkiv.net Fix crash with gif/tun/gre interface. PR: 228643 Reported by: mike@sentex.net Notes: svn path=/head/; revision=473998
* net/quagga: update CONFLICTS after frr -> frr3+4Kurt Jaeger2018-06-281-1/+1
| | | | | | | | PR: 229328 Submitted by: Franco Fichtner <franco@opnsense.org> Notes: svn path=/head/; revision=473506
* net/quagga: upgrade 1.2.3 -> 1.2.4, fix ospfd crashKurt Jaeger2018-02-202-4/+4
| | | | | | | | | | - ospfd crashed in 1.2.3, this update fixes that crash MFH: 2018Q1 Relnotes: https://github.com/GNOME/evince/blob/master/NEWS Notes: svn path=/head/; revision=462370
* net/quagga: fix build if SNMP is not selectedKurt Jaeger2018-02-161-0/+12
| | | | | | | | | | - configure script tries to detect net-snmp even if not requested, but fails, if net-snmp is not installed. Reported by: antoine, garga Notes: svn path=/head/; revision=462055
* net/quagga: update 1.2.2 -> 1.2.3Kurt Jaeger2018-02-158-45/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - doc/security: Security announcements for 4 issues - doc/security: Add a doc/security folder and template for announcements - doc: Add commit message template, suitable for commit.template - bgpd: remove stream_pnt use for notify data - lib/privs: Remove of CAP_NET_BROADCAST forgot to decrement array count - bgpd/security: debug print of received NOTIFY data can over-read msg array - bgpd/security: fix infinite loop on certain invalid OPEN messages - bgpd/security: Fix double free of unknown attribute - bgpd/security: invalid attr length sends NOTIFY with data overrun - zebra/redistribute: Implicit withdraw needs to be explicit if update isn't sent - doc: 'match aspath' should be 'match as-path' - bgpd: fix SIGBUS - bgpd: Fix mistake in NHT of connected IPv6 next-hops preventing route advertisements - Updated the protocol supported list - lib/command: make config file robust more robust and kinder to system - doc: Bring documentation on Zserv header up to date. - bgpd: distance comment - doc: Fix small but important logical mistake in community-list example - doc: document that changing bgp distance needs a hard clear of routes - bgpd: malformed attribute handling: don't pass on, and add missing notify - lib/filter: change add/delete callback hooks to robustly delete - Revert "lib: Fix Free Pointer dereference in lib/filter.c" - infra/buildbot: allow bots to be picked out by installed compiler. - infra/buildbot: Add bots, add JSON "env" config variable, poll all git branches - lib: ptr macro arg may need brackets in some cases - distro/systemd: add man page ref and set config file permissions - doc: Fix manpage number for ospfclient. - vtysh: Fix spelling errors in strings flagged by lintian. - doc: Tweak grammar in zebra manpage to keep lintian happy. - vtysh: print error if PAM auth does not succeed - lib/thread: get rid of the shallow-copy thread_fetch add a sane thread_main - buildbot/master: use a helper generator for make cmd string list - buildbot/master: fix the common steps - buildbot/master: Add OBSD bot, and support for environment variable config - build: AC_EGREPP_CPP actions wrong way around, worked by accident mostly. - build: Work around illumos still shipping MFH: 2018Q1 Security: CVE-2018-5378, https://gogs.quagga.net/Quagga/quagga/src/master/doc/security/Quagga-2018-0543.txt CVE-2018-5379, https://gogs.quagga.net/Quagga/quagga/src/master/doc/security/Quagga-2018-1114.txt CVE-2018-5380, https://gogs.quagga.net/Quagga/quagga/src/master/doc/security/Quagga-2018-1550.txt CVE-2018-5381, https://gogs.quagga.net/Quagga/quagga/src/master/doc/security/Quagga-2018-1975.txt Notes: svn path=/head/; revision=461952
* 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