notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net/quagga/Makefile

Number of commits found: 202 (showing only 100 on this page)

1 | 2 | 3  »  

Monday, 22 Jan 2024
15:50 Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/quagga: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
commit hash: d0f79afd7c105aa948e472258aa3c568c1ab0f1d commit hash: d0f79afd7c105aa948e472258aa3c568c1ab0f1d commit hash: d0f79afd7c105aa948e472258aa3c568c1ab0f1d commit hash: d0f79afd7c105aa948e472258aa3c568c1ab0f1d d0f79af
Tuesday, 3 Jan 2023
08:50 Eugene Grosbein (eugen) search for other commits by this committer
net/quagga: introduce compatible installation mode

This change makes it possible to build a package not conflicting
with frr, pimd nor openbgpd introducing new port option LEGACY
enabled by default. If disabled, the package is called quagga-compat
and has following differences:

* /usr/local/bin/vtysh renamed to /usr/local/bin/qvtysh;
* libraries install to /usr/local/quagga/lib instead of /usr/local/lib;
* binaries install to /usr/local/quagga/sbin instead of /usr/local/sbin.
* manual pages install to /usr/local/quagga/man;

This is intended to ease migration from quagga to frr
making it possible to stop quagga and start frr at once
and fall back quickly if things go wrong.

Also, remove unneeded USES=ssl. Add other distfile mirrors.
commit hash: 54df541db5b43bad19051ca8c5a6d0d8667fd8b5 commit hash: 54df541db5b43bad19051ca8c5a6d0d8667fd8b5 commit hash: 54df541db5b43bad19051ca8c5a6d0d8667fd8b5 commit hash: 54df541db5b43bad19051ca8c5a6d0d8667fd8b5 54df541
Saturday, 31 Dec 2022
17:17 Eugene Grosbein (eugen) search for other commits by this committer
net/quagga: use MORE=-E implicitly within vtysh

quagga's vtysh utility defaults to "more" as PAGER that is less(1)
under FreeBSD and its current behaviour is not suitable for vtysh.

Generally, setting MORE=-E in user environment makes it behave better
but due to collateral damage in bash version 5+
this setting may be ignored.

Let's make it work out of the box while still allowing users to change or
restore pager behaviour with custom MORE settings.
commit hash: 6c11c9f48a511b4097e532fd678726b5d3e17e8b commit hash: 6c11c9f48a511b4097e532fd678726b5d3e17e8b commit hash: 6c11c9f48a511b4097e532fd678726b5d3e17e8b commit hash: 6c11c9f48a511b4097e532fd678726b5d3e17e8b 6c11c9f
16:20 Eugene Grosbein (eugen) search for other commits by this committer
net/quagga: take maintainership and undeprecate

With years, Quagga got decent support for FreeBSD networking stack
that is still better than one in FRRouting project tested with Linux mostly.

Quagga deals with FreeBSD implementation of IP aliases better,
its OSPF implementation is more robust etc.

I use the software and will maintain the port.
commit hash: 55d1418b46e7a65d876fc3ced26d5fb1ec6e2acc commit hash: 55d1418b46e7a65d876fc3ced26d5fb1ec6e2acc commit hash: 55d1418b46e7a65d876fc3ced26d5fb1ec6e2acc commit hash: 55d1418b46e7a65d876fc3ced26d5fb1ec6e2acc 55d1418
13:43 Daniel Engberg (diizzy) search for other commits by this committer
net/quagga: Deprecate and set expiration date to 2023-03-31

Abandonware, last release in 2018 and no development in years.
Redirect users to alternatives such as net/frr* , net/bird2 and net/openbgpd*
commit hash: d496ebd9a5de472c99f36179cbef35079ee0c9a4 commit hash: d496ebd9a5de472c99f36179cbef35079ee0c9a4 commit hash: d496ebd9a5de472c99f36179cbef35079ee0c9a4 commit hash: d496ebd9a5de472c99f36179cbef35079ee0c9a4 d496ebd
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alex Kapranoff <kappa@FreeBSD.org.ua>
  *  Alex Miller <asm@asm.kiev.ua>
  *  Alexander Hausner <alex@hugo.bmg.gv.at>
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Logvinov <avl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Moisseev <moiseev@mezonplus.ru>
  *  Alexander Novitsky
  *  Alexander Nusov <alexander.nusov@nfvexpress.com>
  *  Alexander Panyushkin <vsityz@gmail.com>
  *  Alexander V. Chernikov <melifaro@FreeBSD.org>
  *  Alexandre Biancalana <ale@biancalanas.net>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Degtyarev <alexey@renatasystems.org>
  *  Alfred Perlstein <alfred@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Anatoliy Dmytriyev
  *  Anders Nordby <anders@FreeBSD.org>
  *  Anders Nordby <anders@fix.no>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andrei Lavreniyuk <andy.lavr@gmail.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Thompson <thompsa@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Andy Kosela <akosela@andykosela.com>
  *  Anes Mukhametov <anes@anes.su>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Karpov <toxa@toxahost.ru>
  *  Anton Yuzhaninov <citrin@citrin.ru>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Antonio Querubin <tony@lava.net>
  *  Archie Cobbs
  *  Arne Lundberg <arlu@telia.com>
  *  Babak Farrokhi
  *  Babak Farrokhi <babak@farrokhi.net>
  *  Babak Farrokhi <farrokhi@FreeBSD.org>
  *  Bartek Rutkowski robak@FreeBSD.org
  *  Bill Fenner <fenner@FreeBSD.org>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Bill Fumerola <billf@mu.org>
  *  Bjorn Konig <bkoenig@alpha-tierchen.de>
  *  Blaz Zupan <blaz@si.FreeBSD.org>
  *  BluePex Security Solutions <freebsd-ports@bluepex.com>
  *  Bob Frazier
  *  Boris Lytochkin <lytboris@gmail.com>
  *  Brad Davis <so14k@so14k.com>
  *  Brent B. Powers <bbp2006@columbia.edu>
  *  Brian Somers <brian@FreeBSD.org>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Bruce M. Simpson <bms@FreeBSD.org>
  *  Bruce Simpson
  *  Carlo Strub <cs@FreeBSD.org>
  *  Carlos J Puga Medina <cpm@FreeBSD.org>
  *  Carsten Larsen <cs@innolan.dk>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Cheng-Lung Sung <clsung@dragon2.net>
  *  Chris Hutchinson <portmaster@BSDforge.com>
  *  Christer Edwards <christer.edwards@gmail.com>
  *  Christian Brueffer <chris@unixpages.org)
  *  Christian Laursen <xi@borderworlds.dk>
  *  Christopher Boumenot <boumenot@gmail.com>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chung-Kie Tung <tung@turtle.ee.ncku.edu.tw>
  *  Clement Laforet
  *  Clement Laforet <clement@FreeBSD.org>
  *  Clement Laforet <sheepkiller@cultdeadsheep.org>
  *  Corey Smith <corsmith@gmail.com>
  *  Cory R. King <coryking@mozimedia.com>
  *  Craig Boston <craig@yekse.gank.org>
  *  Craig Leres <leres@FreeBSD.org>
  *  Daisuke Aoyama <aoyama@peach.ne.jp>
  *  Dan Caescu <daniel at freebsd.ro>
  *  Dan Pelleg <dpelleg+unison@cs.cmu.edu>
  *  Daniel Baker <dbaker@FreeBSD.org> <dbaker@cuckoo.com>
  *  Daniel Bryan <sisko@bsdmail.com>
  *  Daniel O'Connor <darius@dons.net.au>
  *  Danilo G. Baio <dbaio@FreeBSD.org>
  *  Danny Howard <dannyman@tellme.com>
  *  David Carlier
  *  David O'Brien (obrien@FreeBSD.org)
  *  David O'Brien (obrien@NUXI.com)
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  David O'Brien <obrien@NUXI.com>
  *  David Shane Holden <dpejesh@yahoo.com>
  *  David Thiel (lx@redundancy.redundancy.org)
  *  David Thiel <lx@redundancy.redundancy.org>
  *  Dean Freeman (wfreeman@sourcefire.com)
  *  Denis Generalov <gd.workbox@gmail.com>
  *  Denis Pokataev <catone@cpan.org>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Dennis Herrmann <dhn@FreeBSD.org>
  *  Derek Schrock <dereks@lifeofadishwasher.com>
  *  Diederik de Groot
  *  Dima Dorfman <dd@FreeBSD.org>
  *  Dima Panov <fluffy@FreeBSD.org>
  *  Dima Sivachenko
  *  Dima Sivachenko <dima@chg.ru>
  *  Dirk-Willem van Gulik / dirkx@webweaving.org
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Dmitry Sivachenko <mitya@yandex-team.ru>
  *  Dominic Marks <dominic.marks@btinternet.com>
  *  Dominic Mitchell <dom@happygiraffe.net>
  *  Douglas Thrift <douglas@douglasthrift.net>
  *  Dryice Liu
  *  Ed Schouten <ed@FreeBSD.org>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Elias Mandouvalos <ocean@compulink.gr>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Emmanuel Richiardone (err@tollari.org)
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Erich Zigler <erich@tacni.net>
  *  Erwin Lansing <erwin@FreeBSD.org>
  *  Eugene Grosbein <eugen@FreeBSD.org>
  *  Eugene Grosbein <ports@grosbein.net>
  *  Felippe de Meirelles Motta <lippemail@gmail.com>
  *  Felix Hanley
  *  Felix Hanley <felix@userspace.com.au>
  *  Filippo Natali <filippo.natali@gmail.com>
  *  Filippo Natali <filippo@widestore.net>
  *  Florent Thoumie <flz@xbsd.org>
  *  Franco Fichtner <franco@opnsense.org>
  *  Frank Fenor <frank@fenor.de>
  *  Frank W. Josellis <frank@dynamical-systems.org>
  *  Frederic Culot <culot@FreeBSD.org>
  *  Frederic Culot <frederic@culot.org>
  *  Fukang Chen <loader@FreeBSD.org>
  *  G. Adam Stanislav <adam@whizkidtech.net>
  *  Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
  *  Gabriel Dutra <0xdutra@gmail.com>
  *  Gabriel M. Dutra <0xdutra@gmail.com>
  *  Ganael LAPLANCHE <ganael.laplanche@martymac.org>
  *  Ganael Laplanche <ganael.laplanche@martymac.org>
  *  Gasol Wu <gasol.wu@gmail.com>
  *  Gaspar Chilingarov <nm@web.am>
  *  Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geoff Garside
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  George V. Neville-Neil
  *  Gerrit Beine (<tux@pinguru.net>)
  *  GomoR <netpkt@gomor.org>
  *  Goran Tal
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Gregory Edigarov <greg@bestnet.kharkov.ua>
  *  Guangyuan Yang <ygy@FreeBSD.org>
  *  Guerkan Karaman <gk.freebsd@googlemail.com>
  *  Gunter Wambaugh <gunter@six-two.net>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  HSIN-HSIUNG CHANG
  *  Hajimu UMEMOTO <ume@FreeBSD.org>
  *  Haowu Ge <ghw@7axu.com>
  *  Henk van Oers <hvo.pm@xs4all.nl>
  *  Henrik Hodne <henrik@hodne.io>
  *  Honza Betik
  *  Hugo Saro <hugo@barafranca.com>
  *  Hung-Yi Chen <gaod@hychen.org>
  *  Hye-Shik Chang <perky@FreeBSD.org>
  *  IWATSUKI Hiroyuki <don@na.rim.or.jp>
  *  Iblis Lin <iblis@hs.ntnu.edu.tw>
  *  Igor Vinokurov <igor@zynaps.ru>
  *  Ilia Skalozubov <freebsd@skinc.ru>
  *  Ilya Bakulin <webmaster@kibab.com>
  *  Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
  *  J.R. Oldroyd <fbsd@opal.com>
  *  Jaap Akkerhuis <jaap@NLnetLabs.nl>
  *  Jacques Vidrine <nectar@FreeBSD.org>
  *  James Elstone <james@elstone.net>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jan Hornyak <pav@oook.cz>
  *  Janni
  *  Janos Mohacsi <janos.mohacsi@bsd.hu>
  *  Janos.Mohacsi@bsd.hu
  *  Janos.Mohacsi@dante.org.uk
  *  Jase Thew <freebsd@beardz.net>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeff Putsch <jdputsch@comcast.net>
  *  Jeremie Le Hen <jlh@FreeBSD.org>
  *  Jesper Skriver <jesper@FreeBSD.org>
  *  Jesse McConnell <jesse@gallup.com>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Clarke
  *  Joe Horn <joehorn@gmail.com>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Bayly <freebsd.ports@tipstrade.net>
  *  John Hixson <jhixson@gmail.com>
  *  John Hixson<jhixson@FreeBSD.org>
  *  John Polstra <jdp@FreeBSD.org>
  *  Jon Nistor <nistor@snickers.org>
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Jose M. Alcaide <jose@we.lc.ehu.es>
  *  Joseph Benden <joe@thrallingpenguin.com>
  *  Joseph Scott <joseph@randomnetworks.com>
  *  Joshua Goodall <joshua@roughtrade.net>
  *  Jov <amutu@amutu.com>
  *  Juergen Lock <nox@FreeBSD.org>
  *  Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Juraj Lutter <otis@FreeBSD.org>
  *  Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  *  Karsten Pedersen <kpedersen@disroot.org>
  *  Kelly Yancey <kbyanc@FreeBSD.org>
  *  Kelly Yancey <kbyanc@posi.net>
  *  Kevin Bowling <k@kev009.com>
  *  Kevin Bowling <kbowling@freebsd.org>
  *  Kevin Lo <kevlo@FreeBSD.org>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Kimura Fuyuki <fuyuki@mj.0038.net>
  *  Kirill Ponomarew <krion@FreeBSD.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Koop Mast <einekoai@chello.nl>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kris Kennaway <kris@FreeBSD.org
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kristof Provost <kp@FreeBSD.org>
  *  Krzysztof Stryjek <ports@bsdserwis.com>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Lars Eggert <lars@eggert.org>
  *  Lars Erik Gullerud <lerik@nolink.net>
  *  Lars Thegler <lars@thegler.dk>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Lasse L. Johnsen (lasse@freebsdcluster.org)
  *  Lawrence Chen <beastie@tardisi.com>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Loic Pefferkorn <loic-freebsd@loicp.eu>
  *  Loren M. Lang
  *  Lung-Pin Chang <changlp@cs.nctu.edu.tw>
  *  M. Birgmeier
  *  MANTANI Nobutaka <nobutaka@FreeBSD.org>
  *  MIHIRA Yoshiro <sanpei@FreeBSD.org>
  *  Mahlon E. Smith <mahlon@martini.nu>
  *  Maksym Sobolyev <sobomax@pbxpress.it>
  *  Manuel Creach <manuel.creach@icloud.com>
  *  Marcin Cieslak <saper@system.pl>
  *  Marcin Jessa <freebsd@yazzy.org>
  *  Marcin Jessa <yazzy@yazzy.org>
  *  Marco P. Rodrigues <drkangel@drkangel.org>
  *  Marco Steinbach <coco@webdev.c0c0.intra>
  *  Marcus Glocker <marcus@nazgul.ch>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <liouxFreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Mars G Miro <spry@anarchy.in.the.ph>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Masafumi NAKANE <max@FreeBSD.org>
  *  Masahiro Teramoto <markun@onohara.to>
  *  Masaki TAGAWA <masaki@club.kyutech.ac.jp>
  *  Massimiliano Stucchi <mstucchi@ripe.net>
  *  Matt Emmerton <matt@gsicomp.on.ca>
  *  Matt Peterson <matt@peterson.org>
  *  Matthew George <mdg@secureworks.net>
  *  Matthew Luckie <mjl@luckie.org.nz>
  *  Matthew Seaman
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Matthias Teege <matthias@mteege.de>
  *  Max Khon <fjoe@FreeBSD.org>
  *  Max V. Kostikov <max@kostikov.co>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Meno Abels <meno.abels@adviser.com>
  *  Michael Frey <frey@raum3.de>
  *  Michael Handler <handler@grendel.net>
  *  Michael Johnson <ahze@FreeBSD.org
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Joyner <mjoyner@hq.dyns.cx>
  *  Michael Kohn <mike@mikekohn.net>
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael L. Hostbaek <mich@freebsdcluster.org>
  *  Michael Muenz <m.muenz@gmail.com>
  *  Mike Carlson <carlson39@llnl.gov>
  *  Mikhail Teterin
  *  Mikhail Teterin <mi@aldan.algebra.com>
  *  Mikhail Zakharov <zmey20000@yahoo.com>
  *  Muhammad Moinur Rahman <5u623l20@gmail.com>
  *  Muhammad Moinur Rahman <bd_subzero@yahoo.com>
  *  Muhammad Moinur Rahman <bofh@FreeBSD.org>
  *  Munechika SUMIKAWA <sumikawa@FreeBSD.org>
  *  Nathan Whitehon <nwhitehorn@freebsd.org>
  *  Neil Booth
  *  Nick Sayer <nsayer@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nobutaka Mantani <nobutaka@FreeBSD.org>
  *  Oleg Mamontov <oleg@mamontov.net>
  *  Oliver Mahmoudi <olivermahmoudi@gmail.com>
  *  Olivier Cochard-Labbé <olivier@FreeBSD.org>
  *  Olivier Duchateau
  *  Olivier Tharan <olive@oban.frmug.org>
  *  Palle Girgensohn <girgen@FreeBSD.org>
  *  Pankov Pavel <pankov_p@mail.ru>
  *  Paolo Pisati <flag@gufi.org>
  *  Patrick Li <pat@databits.net>
  *  Patrick MARIE <mycroft@virgaria.org>
  *  Patrick Powell <papowell@astart.com>
  *  Paul Dlug <paul@aps.org>
  *  Paul Schmehl <pauls@utdallas.edu>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Philip M. Gollucci <ports@FreeBSD.org>
  *  Philippe Audeoud <jadawin@tuxaco.net>
  *  Phillip Neumann <pneumann@gmail.com>
  *  Piotr Florczyk <pf@itwf.pl>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Raffaele De Lorenzo - raffaele.delorenzo@libero.it
  *  Rich Neswold <rneswold@mcs.net>
  *  Richard Gallamore <ultima@FreeBSD.org>
  *  Roger Hardiman <roger@FreeBSD.org>
  *  Roman Bogorodskiy <novel@FreeBSD.org>
  *  Roman Neuhauser (<neuhauser@bellavista.cz>)
  *  Roman Shterenzon <roman@xpert.com>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Rong-En Fan <rafan@infor.org>
  *  Roy Marples <roy@marples.name>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Russell Francis
  *  Ryan Steinmetz <rpsfa@rit.edu>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Ryan T. Dean <rtdean@cytherianage.net>
  *  Sahil Tandon <sahil@FreeBSD.org>
  *  Sahil Tandon <sahil@tandon.net>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sebastien Petit <spe@phear.org>
  *  Sebastien Santoro <dereckson@gmail.com>
  *  Seiichirou Hiraoka
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergey Kandaurov <pluknet@gmail.com>
  *  Sergey Kozlov <sergey.kozlov@intel.com>
  *  Sergey Kozlov <skozlov@FreeBSD.org>
  *  Sergey Matveychuk <sem@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sergey Velichkevych <serg@cad.kiev.ua>
  *  Shinsuke Matsui (<smatsui@karashi.org>)
  *  Silvio Ap Silva aka kanazuchi <alvolivre@live.com>
  *  Simon Barner <barner@gmx.de>
  *  Simun Mikecin < numisemis at yahoo dot com >
  *  Simun Mikecin <numisemis@yahoo.com>
  *  Sofian Brabez <sbrabez@gmail.com>
  *  Stacey D. Son <sds@son.org>
  *  Stanislav Sedov <stas@FreeBSD.org>
  *  Stefan Hagen <sh@codevoid.de>
  *  Steve Jacobson <sjac@cs.stanford.edu>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Sunagawa Koji <koj@ofug.net>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKAHASHI Kaoru <kaoru@kaisei.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  TERAMOTO Masahiro <markun@onohara.to>
  *  Talal Al Dik (tad@vif.com)
  *  Thibault Payet <monwarez@mailoo.org>
  *  Thierry Thomas (<thierry@FreeBSD.org>)
  *  Thierry Thomas (<thierry@pompo.net>)
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Dreibholz <dreibh@iem.uni-due.de>
  *  Thomas Quinot <thomas@cuivre.fr.eu.org>
  *  Tillman Hodgson <tillman@seekingfire.com>
  *  Tim Bishop <tim@bishnet.net>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Timothy Redaelli <drizzt@gufi.org>
  *  Tom McLaughlin <tmclaugh@FreeBSD.org>
  *  Tom McLaughlin <tmclaugh@sdf.lonestar.org>
  *  Tony Shadwick <tshadwick@oss-solutions.com>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Torsten Zuehlsdorff <tz@FreeBSD.org>
  *  Trenton Schulz <trueos@norwegianrockcat.com>
  *  Trevor Corpropst <tcornpropst@cox.net>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Ulrich Spoerlein <uspoerlein@gmail.com>
  *  Vadim Belman <vab@lflat.vas.mobilix.dk>
  *  Valery Komarov <komarov@valerka.net>
  *  Vanilla I. Shu <vanilla@FreeBSD.org>
  *  Vasil Dimov <vd@FreeBSD.org>
  *  Vassili Tchersky <vt@bsdjeunz.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Victor Yagofarov <xnasx@yandex.ru>
  *  Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen Heping<wenheping@gmail.com>
  *  Wen heping <wenheping@gmail.com>)
  *  Weongyo Jeong <weongyo@FreeBSD.org>
  *  Willem Jan Withagen <wjw@digiware.nl>
  *  William Grzybowski <wg@FreeBSD.org>
  *  William Ward <William.Ward@ericsson.com>
  *  Winston Weinert <winstonw@lavabit.com>
  *  Xiaoding Liu <xiaoding+freebsd@xiaoding.org>
  *  Xin LI <delphij@FreeBSD.org>
  *  Xin Li <delphij@FreeBSD.org>
  *  Yann Berthier <yb@sainte-barbe.org>
  *  Yarema <yds@CoolRat.org>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
  *  Yen-Ming Lee <leeym@leeym.com>
  *  Yi-Hsuan Hsin <mhsin@mhsin.org>
  *  Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
  *  Yi-Jheng, Lin <yzlin@cs.nctu.edu.tw>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yoshihiko Sarumaru <mistral@imasy.or.jp>
  *  Yukihiro Nakai <Nacai@iname.com>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zach Thompson <hideo@lastamericanempire.com>
  *  Zane C, Bowers <vvelox@vvelox.net>
  *  Zane C. Bowers <vvelox@vvelox.net>
  *  Zane C. Bowers-Hadley <vvelox@vvelox.net>
  *  Zhen REN <bg1tpt@gmail.com>
  *  aaron@FreeBSD.org
  *  ache
  *  adam
  *  adam@veda.is
  *  adamw
  *  alepulver
  *  alexp
  *  andreas
  *  andreas@FreeBSD.org
  *  andrey@kostenko.name
  *  arved
  *  asami
  *  ats (original)
  *  brd@FreeBSD.org
  *  brix@FreeBSD.org
  *  bsdx
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  clsung
  *  clsung@dragon2.net
  *  cpm <cpm@fbsd.es>
  *  cy@FreeBSD.org
  *  dave@dogwood.com
  *  dds
  *  devin@spamcop.net
  *  dikshie <dikshie@lapi.itb.ac.id>
  *  dikshie@sfc.wide.ad.jp
  *  doconnor@gsoft.com.au
  *  erwin@FreeBSD.org
  *  fenner
  *  gahr
  *  gebhart@secnetix.de
  *  glarkin
  *  glewis
  *  gugu
  *  igor@zynaps.ru
  *  ijliao
  *  james@targetnet.com
  *  jameskamlyn@gmail.com
  *  jamundsen
  *  janos.mohacsi@bsd.hu
  *  jeff@cetlink.net
  *  jesusr
  *  jhay
  *  jkh
  *  johans@stack.nl
  *  jupengfei <jupengfei@gmail.com>
  *  kai
  *  krion@FreeBSD.org
  *  kris@FreeBSD.org
  *  kungfuftr <scott@surreytech.co.uk>
  *  kuriyama
  *  lance@evitel.net
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  liamfoy@sepulcrum.org
  *  lwhsu@FreeBSD.org
  *  marck@FreeBSD.org
  *  matusita@jp.FreeBSD.org
  *  maurice
  *  melifaro@ipfw.ru
  *  mfechner@FreeBSD.org
  *  mharo@FreeBSD.org
  *  michael johnson <ahze@ahze.net>
  *  mike@binghamton.edu
  *  msmith
  *  mwest@uct.ac.za
  *  nbm
  *  netch@netch.kiev.ua
  *  nishida@sfc.wide.ad.jp
  *  nork@FreeBSD.org
  *  pat@databits.net
  *  paul@FreeBSD.org
  *  petef
  *  petef@FreeBSD.org
  *  peter
  *  ports@c0decafe.net
  *  quest <quest@mac.com>
  *  rdenis@simphalempin.com
  *  renchap@cocoa-x.com
  *  rflynn@acsalaska.net
  *  roam@orbitel.bg
  *  ru
  *  ryo
  *  scrappy@FreeBSD.org
  *  shan
  *  shanali
  *  shigeru@iij.ad.jp
  *  shipley@dis.org
  *  skreuzer
  *  smace@FreeBSD.org
  *  sobomax
  *  spf@xslt.cs.nccu.edu.tw
  *  stast
  *  stb
  *  steinex
  *  sten@blinkenlights.nl
  *  swills@
  *  thierry@pompo.net
  *  tim@relay.nnn.tstu.ru
  *  timur@FreeBSD.org
  *  tm@onepost.net
  *  trevor
  *  vanhu <vanhu@netasq.com>
  *  vanilla
  *  vanilla@
  *  wenheping <wenheping@gmail.com>
  *  will
  * # Created by Matthias Fechner <mfechner@FreeBSD.org>
  * # Created by Radim Kolar <hsn@sendmail.cz>

With hat:	portmgr
commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 6a378e5
Saturday, 15 Jan 2022
09:48 Eugene Grosbein (eugen) search for other commits by this committer
net/quagga: add three bugfixes from upstream

This change imports three post-1.2.4 release changes
from the primary Git repository of Quagga Project:

1) Fix threading error that broke ripd:
https://gogs.quagga.net/Quagga/quagga/commit/1f918980c08d9fb9215609db39f7fb279c2e1807

2) Fix memory corruption that may occur
when limit.rlim_cur is less then FD_SETSIZE:
https://gogs.quagga.net/Quagga/quagga/commit/b54de751ef72fa67749825a0ea30af7c22d575c5

3) Prevent queue corruption when removing the last entry of queues
https://gogs.quagga.net/Quagga/quagga/commit/e21719d8fa2b560d7cc9d1d9204bafee4984c577

PR:		261205
Approved by:	pi (maintainer)
commit hash: f29fab6043ae4e3a2d448406a6c900c26f41c353 commit hash: f29fab6043ae4e3a2d448406a6c900c26f41c353 commit hash: f29fab6043ae4e3a2d448406a6c900c26f41c353 commit hash: f29fab6043ae4e3a2d448406a6c900c26f41c353 f29fab6
Tuesday, 12 Oct 2021
08:40 Eugene Grosbein (eugen) search for other commits by this committer
net/quagga: make it fetchable again

SAVANNAH does not hold the distfile anymore,
so switch to GITHUB as distfile source (same checksum).

Also, drop unneeded GAWK build dependency.

PORTREVISION not changed as both distfile and resulting package
not affected.
commit hash: c38fddddbeec1c0392065d81f3104aeeb118d77e commit hash: c38fddddbeec1c0392065d81f3104aeeb118d77e commit hash: c38fddddbeec1c0392065d81f3104aeeb118d77e commit hash: c38fddddbeec1c0392065d81f3104aeeb118d77e c38fddd
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 10 Sep 2020
10:13 olivier search for other commits by this committer
Remove old net/frr6.

Reported by:	pkg-fallout
Original commitRevision:548198 
Thursday, 20 Aug 2020
11:17 eugen search for other commits by this committer
net/quagga: fix build for clang 11 and gcc 10 (FreeBSD 13)

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
Original commitRevision:545529 
Sunday, 2 Aug 2020
09:57 pi search for other commits by this committer
net/quagga: return to the pool
Original commitRevision:543940 
Thursday, 20 Feb 2020
15:31 pi search for other commits by this committer
net/quagga: Adding new PROVIDE keyword dynamicrouting in rc.d script

- See also https://reviews.freebsd.org/D23329

PR:		244027
Submitted by:	olivier
Original commitRevision:526572 
Wednesday, 9 Oct 2019
12:17 bapt search for other commits by this committer
Drop the ipv6 virtual category for n* category as it is not relevant anymore
Original commitRevision:514143 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
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
Original commitRevision:507372 
Saturday, 6 Jul 2019
14:08 eugen search for other commits by this committer
net/quagga: unbreak ripd for 1.2.4

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)
Original commitRevision:505996 
Tuesday, 16 Apr 2019
09:56 olivier search for other commits by this committer
Remove net/frr3 and net/frr4: Upstream no longer maintained
Original commitRevision:499086 
Tuesday, 9 Apr 2019
14:04 sunpoet search for other commits by this committer
Update devel/readline to 8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
Original commitRevision:498476 
Tuesday, 8 Jan 2019
12:47 pi search for other commits by this committer
net/quagga: fix EXAMPLES option

PR:		234738
Submitted by:	tobik
Original commitRevision:489676 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
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
Original commitRevision:487272 
Saturday, 10 Nov 2018
18:12 bapt search for other commits by this committer
Install texinfo files (GNU info) into ${PREFIX}/share/info

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
Original commitRevision:484628 
Monday, 22 Oct 2018
09:06 olivier search for other commits by this committer
New port: net/frr6 (6.0)

PR:		232122
Reported by:	pautina@kharkiv.net
Original commitRevision:482740 
Wednesday, 10 Oct 2018
09:38 amdmi3 search for other commits by this committer
- Fix LICENSE
- Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
Original commitRevision:481704 
Monday, 10 Sep 2018
13:15 mat search for other commits by this committer
Add EXAMPLES options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479407 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
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
Original commitRevision:475857 
Friday, 6 Jul 2018
07:36 olivier search for other commits by this committer
New port: net/frr5 (5.0.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
Original commitRevision:473998 
Thursday, 28 Jun 2018
20:18 pi search for other commits by this committer
net/quagga: update CONFLICTS after frr -> frr3+4

PR:		229328
Submitted by:	Franco Fichtner <franco@opnsense.org>
Original commitRevision:473506 
Tuesday, 20 Feb 2018
04:30 pi search for other commits by this committer
net/quagga: upgrade 1.2.3 -> 1.2.4, fix ospfd crash

- ospfd crashed in 1.2.3, this update fixes that crash

MFH:		2018Q1
Relnotes:	https://github.com/GNOME/evince/blob/master/NEWS
Original commitRevision:462370 
Thursday, 15 Feb 2018
22:17 pi search for other commits by this committer
net/quagga: update 1.2.2 -> 1.2.3

- 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
Original commitRevision:461952 
Tuesday, 19 Dec 2017
15:28 pi search for other commits by this committer
net/quagga: add patches to fix IPv6, multi-segment AS_PATH UPDATE fix

- 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
Original commitRevision:456724 
Monday, 9 Oct 2017
18:58 pi search for other commits by this committer
net/quagga{-esr}: add conflicts

- detected by rodrigo's conflict scanner
Original commitRevision:451630 
Tuesday, 3 Oct 2017
18:10 pi search for other commits by this committer
net/quagga: update 1.2.1 -> 1.2.2

- 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>
Original commitRevision:451161 
Sunday, 1 Oct 2017
13:29 pi search for other commits by this committer
net/quagga: bgpd: multi-segment AS_PATH UPDATE message length calculation fix

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>
Original commitRevision:451045 
Saturday, 16 Sep 2017
16:31 pi search for other commits by this committer
net/quagga: register conflict with frr

PR:		222368
Submitted by:	Franco Fichtner <franco@opnsense.org>
Original commitRevision:449967 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(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
Original commitRevision:449591 
Tuesday, 27 Jun 2017
13:46 sunpoet search for other commits by this committer
Update devel/readline to 7.0 patch 3

- 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
Original commitRevision:444463 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
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
Original commitRevision:437439 
Saturday, 11 Mar 2017
08:06 pi search for other commits by this committer
net/quagga: update 1.2.0 -> 1.2.1

Changes: http://mirror.easyname.at/nongnu/quagga/quagga-1.2.1.changelog.txt
	 https://lists.quagga.net/pipermail/quagga-users/2017-March/014681.html
Original commitRevision:435886 
Tuesday, 7 Mar 2017
18:21 pi search for other commits by this committer
net/quagga: really take maintainer

PR:		217588
Reported by:	bdrewery
Original commitRevision:435631 
Monday, 6 Mar 2017
17:57 pi search for other commits by this committer
net/quagga: update 1.1.1 -> 1.2.0

- also take maintainer

PR:		217588
Changes:	http://mirror.easyname.at/nongnu/quagga/quagga-1.2.0.changelog.txt
Approved by:	mat (old maintainer)
Original commitRevision:435561 
Tuesday, 24 Jan 2017
19:30 pi search for other commits by this committer
net/quagga: update 1.1.0 -> 1.1.1

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
Original commitRevision:432375 
Sunday, 20 Nov 2016
09:38 gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
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.
Original commitRevision:426566 
Thursday, 20 Oct 2016
12:27 mat search for other commits by this committer
Fix build.

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
Original commitRevision:424324 
Wednesday, 19 Oct 2016
11:37 mat search for other commits by this committer
Update to 1.1.0.

Sponsored by:	Absolight
Original commitRevision:424240 
Tuesday, 18 Oct 2016
13:43 pi search for other commits by this committer
net/quagga: Update 1.0.20160315 -> 1.0.20161017

- 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)
Original commitRevision:424161 
Tuesday, 19 Jul 2016
14:16 mat search for other commits by this committer
Remove OSPF_OPAQUE_LSA option, it was a noop.

Sponsored by:	Absolight
Original commitRevision:418794 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Thursday, 17 Mar 2016
16:20 mat search for other commits by this committer
Update to 1.0.20160315.

PR:		208064
Submitted by:	pi
Sponsored by:	Absolight
Original commitRevision:411288 
Monday, 20 Jul 2015
13:03 bapt search for other commits by this committer
Fix with custom SYSCONF_DIR and fix qa tests

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
Original commitRevision:392567 
Friday, 17 Apr 2015
09:18 mat search for other commits by this committer
Fix ipv6 on 8 and possibly 9.

Obtained
from:	http://git.savannah.gnu.org/gitweb/?p=quagga.git;a=patch;h=3e07588e6c2d11464b458cef3965ae31b5f99181
Sponsored by:	Absolight
Original commitRevision:384144 
Wednesday, 18 Mar 2015
13:52 mat search for other commits by this committer
Add CPE.

Sponsored by:	Absolight
Original commitRevision:381551 
Wednesday, 11 Mar 2015
14:09 mat search for other commits by this committer
Update to 0.99.24.1.

Sponsored by:	Absolight
Original commitRevision:380984 
Tuesday, 10 Mar 2015
11:30 mat search for other commits by this committer
Make quagga announce BGP routes by default.

PR:		198485
Submitted by:	lerik nolink net
Pointy hat to:	mat
Sponsored by:	Absolight
Original commitRevision:380906 
Tuesday, 3 Mar 2015
13:57 mat search for other commits by this committer
Update to 0.99.24.

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
Original commitRevision:380374 
Tuesday, 17 Feb 2015
15:28 mat search for other commits by this committer
Fix -n usage.

Sponsored by:	Absolight
Original commitRevision:379165 
14:25 mat search for other commits by this committer
Make quagga's rc script conform to the porter's handbook guidelines.

PR:		197036
Submitted by:	Kozlov Sergey
Sponsored by:	Absolight
Original commitRevision:379163 
Monday, 26 Jan 2015
13:51 mat search for other commits by this committer
Fix build on 8 and 9. This time for reals.

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
Original commitRevision:377934 
Saturday, 24 Jan 2015
23:22 mat search for other commits by this committer
Fix build after last automake update.

Sponsored by:	Absolight
Original commitRevision:377839 
Thursday, 2 Oct 2014
21:18 mat search for other commits by this committer
And allow people building with options.

Noticed by:	hrs
Pointy hat to:	mat
Sponsored by:	Absolight
Original commitRevision:369865 
18:33 mat search for other commits by this committer
Learn to write shell scripts.

Pointy hat to:	mat
Sponsored by:	Absolight
Original commitRevision:369845 
15:44 mat search for other commits by this committer
Update to 0.99.23.1. [1]
General cleanup.

PR:		194090 [1]
Submitted by:	Olivier Cochard [1]
Sponsored by:	Absolight
Original commitRevision:369831 
09:56 mat search for other commits by this committer
Take this.

Sponsored by:	Absolight
Original commitRevision:369807 
07:45 bapt search for other commits by this committer
Reset maintainership

Former maintainer stating he is not maintaining it anymore

Reported by:	Olivier Cochard-Labbe <olivier@cochard.me>
Original commitRevision:369799 
Monday, 22 Sep 2014
14:43 tijl search for other commits by this committer
- Add patch after the recent SOCK_RAW bug fix in FreeBSD head (r270929)
- Fix DLMALLOC option
- Remove unused SCRIPTS_ENV

PR:		193244 193825
Submitted by:	Olivier Cochard-Labbe <olivier@cochard.me>
Original commitRevision:368946 
Sunday, 14 Sep 2014
12:21 tijl search for other commits by this committer
- Convert to INSTALL_TARGET=install-strip
- Remove USE_AUTOTOOLS
- Let user decide about stack protector
Original commitRevision:368171 
Friday, 8 Aug 2014
07:27 mat search for other commits by this committer
Fix plist

Noticed by:	Craig Leres
Sponsored by:	Absolight
Original commitRevision:364345 
Monday, 21 Jul 2014
17:29 mat search for other commits by this committer
Install ETCDIR and /var/run/quagga with the right owner and group so the
service can be started without manual intervention.
While there, fix a non reviewed makeplist problem.

Sponsored by:	Absolight
Original commitRevision:362454 
Sunday, 13 Jul 2014
22:24 bapt search for other commits by this committer
Fix build on recent head without shared readline
Original commitRevision:361715 
Thursday, 26 Jun 2014
11:02 antoine search for other commits by this committer
Allow to build with texinfo from ports

With hat:	portmgr
Original commitRevision:359329 
Friday, 13 Jun 2014
18:45 pi search for other commits by this committer
net/quagga: fix OSPF Opaque-LSA option bug in pkg-plist

Bug reported by:	mat
Approved by:		portmgr (mat)
Original commitRevision:357717 
Tuesday, 10 Jun 2014
08:25 pi search for other commits by this committer
net/quagga: 0.99.22.3 -> .4, stagify, build-as-user, fix libdepends

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)
Original commitRevision:357282 
Friday, 3 Jan 2014
01:13 bapt search for other commits by this committer
Part 2 at removing now useless FETCH_ARGS redifition
Original commitRevision:338513 
Friday, 20 Sep 2013
22:10 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Original commitRevision:327755 
Monday, 16 Sep 2013
06:30 az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:327365 
Thursday, 1 Aug 2013
15:35 wg search for other commits by this committer
net/quagga: update to 0.99.22.3

- Update to 0.99.22.3 [1]
- USES gmake
- Remove useless options include

Changes: http://savannah.c3sl.ufpr.br//quagga/quagga-0.99.22.3.changelog.txt

PR:		ports/180962 [1]
Submitted by:	Kurt Jaeger <fbsd-ports opsec.eu>
Approved by:	maintainer
Original commitRevision:324111 
Tuesday, 23 Jul 2013
20:00 pawel search for other commits by this committer
Fix plist, ospfclient manpage is only installed when OSPF_OPAQUE_LSA=on

PR:		ports/180570
Submitted by:	Anes Mukhametov <anes@anes.su>
Approved by:	maintainer
Original commitRevision:323547 
Tuesday, 11 Jun 2013
21:06 rakuco search for other commits by this committer
Fix MAN8 leftover.

PR:		ports/179492
Submitted by:	Anes Mukhametov <anes@anes.su>
Approved by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
Original commitRevision:320643 
Friday, 29 Mar 2013
05:19 rm search for other commits by this committer
- update to 0.99.22

PR: 177303
Submitted by:   Boris Kovalenko <boris@tagnet.ru> (maintainer)

- add "--no_kernel" option decription to man-page

PR: 173624
Reported by:    Rasmus G. Andersen <rga@abiosis.dk>

- add integrated-vtysh-config mode to rc-script

PR: 176223
Submitted by:   Michael deMan <freebsd@deman.com>

- add config file testing before start/restart in rc-script

PR: 176995
Submitted by:   Alexander Brovikov <alexander@brovikov.ru>
Original commitRevision:315520 
Friday, 2 Nov 2012
13:06 sem search for other commits by this committer
- Add an optional patch to allow 'set ip next-hop' in route maps
  for OSPF announces. This is useful for OSPF with CARP.

Submitted by:	glebius
Approved by:	maintainer
Feature safe:	yes
Original commitRevision:306847 
Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Original commit
Thursday, 21 Jun 2012
15:11 sem search for other commits by this committer
- Remove -p from MKDIR

Reported by:    zi
Original commit
Wednesday, 20 Jun 2012
12:39 sem search for other commits by this committer
- Fix install on clean system

Submitted by:   maintainer
Original commit
Monday, 11 Jun 2012
11:07 zi search for other commits by this committer
- Update to 0.99.21
- Security fix for CVE-2012-1820 (obtained from redhat's bugzilla
instance/Quagga-RE git repo)
- Convert to OptionsNG
- Fix style issues

PR:             ports/168920
Submitted by:   me
Approved by:    Boris Kovalenko <boris@tagnet.ru> (maintainer)
Security:       1e14d46f-af1f-11e1-b242-00215af774f0
Original commit
Monday, 4 Jun 2012
14:15 sem search for other commits by this committer
- Fix CONFLICT line

Submitted by:   FreeBSD Ports conflicts checker
Approved by:    maintainer (implicitly)
Original commit
Saturday, 24 Mar 2012
17:31 zi search for other commits by this committer
- Update to 0.99.20.1
- Add LICENSE
- Use USERS/GROUPS
- Cleanup whitespace
- Remove legacy targets/options
- Update MASTER_SITES
- Use pkg-message instead of ${ECHO}

PR:             ports/166368
Submitted by:   Boris Kovalenko <boris@tagnet.ru> (maintainer)
Security:       42a2c82a-75b9-11e1-89b4-001ec9578670
Feature safe:   yes
Original commit
Thursday, 17 Nov 2011
13:02 sem search for other commits by this committer
- Fix regression in ospfd after upgrade to 0.99.20_2

PR:             ports/162559
Submitted by:   Ildar Hizbulin <hizel_at_vyborg.ru>
Fixed by:       maintainer
Feature safe:   Yes
Original commit
Saturday, 12 Nov 2011
17:51 crees search for other commits by this committer
Fix on FreeBSD 10+

PR:             ports/162497
Submitted by:   Boris Kovalenko <boris@tagnet.ru> (maintainer)
Feature safe:   yes
Original commit
Tuesday, 18 Oct 2011
14:43 zi search for other commits by this committer
- Resolve memory leak in bgpd
- Bump PORTREVISION

WWW: http://lists.quagga.net/pipermail/quagga-users/2011-October/012529.html

PR:             ports/161668
Submitted by:   Mike Tancsa <mike@sentex.net>
Approved by:    Boris Kovalenko <boris@tagnet.ru> (maintainer)
Obtained from:  quagga-users mailing list
Original commit
Wednesday, 5 Oct 2011
20:26 delphij search for other commits by this committer
Update to 0.99.20, this is a security fix.

Submitted by:   maintaier
PR:             ports/156332
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Thursday, 28 Jul 2011
12:43 sylvio search for other commits by this committer
- Chase net-snmp shlib version bump.
Original commit
Saturday, 23 Apr 2011
19:26 sem search for other commits by this committer
- A patch from a developers git: add command "mtu-ignore" to ospf6d
  daemon just like in ospfd.

Submitted by:   Dmitrij Tejblum <tejblum_at_yandex-team.ru>
Approved by:    maintainer (implicitly)
Original commit
Saturday, 2 Apr 2011
18:15 sem search for other commits by this committer
- Fix ripd on 7.0+.
  ripd could not join multicast group and complains to the log:
  Can't setsockopt IP_MULTICAST_IF on fd 11 to source address XXX.XXX.XXX.XXX
  for interface ng2 can't send packet : Permission denied

PR:             ports/155706
Submitted by:   Eugene Grosbein
Approved by:    maintainer
Original commit
Friday, 1 Apr 2011
17:47 sem search for other commits by this committer
- security patches for CVE-2010-1674, CVE-2010-1645.

Approved by:    maintainer
Original commit
Friday, 14 Jan 2011
16:14 sem search for other commits by this committer
- Add three patches from Quagga GIT:
 
http://code.quagga.net/?p=quagga.git;a=commit;h=08a7a91646a1ee317c402b421e3a7036a640bcf4
 
http://code.quagga.net/?p=quagga.git;a=commit;h=403138e189c24f6867824c4eeb668d11564e1ca0
 
http://code.quagga.net/?p=quagga.git;a=commit;h=c7aa8abd8788c3607ad0131f02e892cf92221e40

Submitted by:   Dmitry Tejblum <tejblum_at_yandex-team.ru>
Approved by:    maintainer (implicitly)
Feature safe: yes
Original commit
Tuesday, 28 Dec 2010
14:35 arved search for other commits by this committer
Rework the ipv6 detection patch to actually work

PR:             152860
Submitted by:   Alexey Illarionov
Approved by:    maintainer timeout
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Thursday, 21 Oct 2010
14:03 sem search for other commits by this committer
- A patch from quagga git to fix time in statistic output.

Approved by:    maintainer
Original commit
Saturday, 16 Oct 2010
11:52 ade search for other commits by this committer
Punt autoconf267->autoconf268
Original commit

Number of commits found: 202 (showing only 100 on this page)

1 | 2 | 3  »