summaryrefslogtreecommitdiff
path: root/net/quagga (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Conversion to a single libtool environment.Ade Lovett2006-02-232-26/+16
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-202-2/+2
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* - Fix a crash when vtysh was executed.Sergey Matveychuk2006-02-103-4/+15
| | | | | | | | | | | - Remove useless target (install is default) in depends PR: ports/93094 Reported by: TANABE Hiroyasu <h@cosat.com>, John <freebsd@moe.co.uk> Submitted by: maintainer Notes: svn path=/head/; revision=155641
* - Update to 0.99.3Andrej Zverev2006-02-037-50/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix build on 4.11 by sem@ (files/patch-lib-buffer.c files/patch-ospfd-ospfd.h -------------------------------- Some known problems outstanding: - bgpd: prefix counts can get a bit screwy after clears/resets this is mostly cosmetic *unless* you use max-prefix counts. - bgpd: There is a memory leak if 'set community' is used in route-maps. This is present in 0.98 too. See bugzilla #89. - ospfd: 'default-originate always' loses the 'always' qualifier. Some regressions fixed in 0.99.3: - bgpd: workqueues were too conservative and could backlog under load (e.g. continual session up then reset), eventually leading to OOM. - ospfd: crash on startup (and only startup) if redistribute was enabled fixed. - bgpd: SEGV in bgp_aspath.c fixed. - bgpd: memory leak in bgp_aspath.c fixed - ospfd: oversize LSA support was not functional, fixed. - ospfd: leak of connected struct fixed - ospfd: NSM problems fixed, see bug #234 - vtysh: integrated config file reading should work again. - zserv: flags above 32bits should make it across to daemons now (affecting Solaris and IFF_NOXMIT and IFF_VIRTUAL) - ripd: MD5 auth verification fixed. The full changelog is available at: http://www.quagga.net/download/quagga-0.99.3.changelog.txt PR: ports/92524 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Notes: svn path=/head/; revision=155127
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Chase shlib version bump of net-snmp.Jun Kuriyama2005-11-301-2/+2
| | | | Notes: svn path=/head/; revision=149997
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Manage CONFLICTS:Sergey A. Osokin2005-11-031-2/+2
| | | | | | | | | | | | * remove zebra-devel, which don't exist anymore * add openbgpd Bump PORTREVISION. Approved by: Boris Kovalenko aka boris at tagnet dot ru (maintainer) Notes: svn path=/head/; revision=147127
* - Kludge snmp detection in configure scriptPav Lucistnik2005-09-142-2/+44
| | | | | | | | PR: ports/86102 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Notes: svn path=/head/; revision=142773
* - Update to 0.98.5Renato Botelho2005-08-3010-70/+14
| | | | | | | | | | | | | From the official site: 0.98.5 from stable series is released fixing several bugs in ospfd and bgpd, most notably some crashes in ospfd and yet another route server functionality regression in bgpd. PR: ports/85461 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Notes: svn path=/head/; revision=141440
* - Fix typo in quagga startup script (2nd part).Florent Thoumie2005-04-172-2/+2
| | | | Notes: svn path=/head/; revision=133545
* - Fix typo in rcNG startup script.Florent Thoumie2005-04-152-2/+2
| | | | | | | | | PR: ports/79866 Submitted by: Shunsuke SHINOMIYA <shino@fornext.org> Approved by: maintainer Notes: svn path=/head/; revision=133423
* - Update to 0.98.3Sergey Matveychuk2005-04-044-43/+4
| | | | | | | | PR: ports/79517 Submitted by: maintainer Notes: svn path=/head/; revision=132438
* - patch for annoing OSPF infinite loop when time goes backPav Lucistnik2005-03-152-5/+38
| | | | | | | | PR: ports/78855 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Notes: svn path=/head/; revision=131345
* - Make use of USE_RCORDER.Florent Thoumie2005-03-094-28/+19
| | | | | | | | | PR: ports/78614 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Approved by: pav (mentor) Notes: svn path=/head/; revision=130740
* tarball was relolled due the unpack problems on NetBSD. No otherSergey Matveychuk2005-02-251-2/+2
| | | | | | | | | | changes was made. PR: ports/78004 Submitted by: maintainer Notes: svn path=/head/; revision=129727
* Fix some bugs in this port and work around the issueYaroslav Tykhiy2005-02-073-34/+34
| | | | | | | | | | | of @exec'ing ldconfig after @cwd. The latter is a hack that should be revised. PR: ports/77194 Submitted by: maintainer Notes: svn path=/head/; revision=128218
* - Update to 0.98.2Pav Lucistnik2005-02-0511-55/+333
| | | | | | | | PR: ports/77086 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Notes: svn path=/head/; revision=128104
* - Update to 0.98.0Pav Lucistnik2005-01-1517-460/+179
| | | | | | | | | | - Kill the ultra-ugly configure script and use OPTIONS PR: ports/76243 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Notes: svn path=/head/; revision=126480
* - Chase net-snmp updatePav Lucistnik2004-12-011-2/+2
| | | | | | | | | PR: ports/74544 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Forgotten by: kuryiama Notes: svn path=/head/; revision=122928
* Attached patch comes from official quagga developer list. It fixesEdwin Groothuis2004-11-222-3/+26
| | | | | | | | | | | the problem with bgpd lockup when remote peer dies. Patch is tested by many people. Here is also some cleanup to Makefile to remove unused variable. Please commit it. Submitted by: Boris Kovalenko <boris@ntmk.ru> Notes: svn path=/head/; revision=122117
* Kill off automake18, switching to automake19. Requiem Mors Pacem.Ade Lovett2004-10-151-1/+1
| | | | Notes: svn path=/head/; revision=119518
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andAde Lovett2004-07-011-2/+2
| | | | | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!) Notes: svn path=/head/; revision=112679
* Add TCP-MD5 application level support to the FreeBSD quagga port.Bruce M Simpson2004-05-209-1/+287
| | | | | | | | Note that this still requires the network administrator to set up TCP-MD5 SAs in the system SADB via setkey(8). Notes: svn path=/head/; revision=109560
* Add a new rc variable, quagga_extralibs_path, to workaround boot-timeBruce M Simpson2004-05-202-7/+23
| | | | | | | | | | | | | | | | | shared library dependencies. Directory paths listed in this variable MUST belong to local filesystems. When Quagga is compiled with additional libraries (e.g. net-snmp) it can not start during system boot on -CURRENT because ldconfig is called after NETWORKING; "REQUIRE ldconfig" cannot be used because /etc/rc.d/ldconfig uses "REQUIRE mountcritremote" which requires NETWORKING. Wordsmith some comments in the quagga.sh rcNG script. Submitted by: Boris Kovalenko (with some cleanups) Notes: svn path=/head/; revision=109557
* Update to 0.96.5 of Quagga. This fixes a number of bugs, especially onBruce M Simpson2004-05-135-79/+95
| | | | | | | | | -CURRENT, and adds support for the OSI IS-IS backbone routing protocol. Submitted by: Boris Kovalenko Notes: svn path=/head/; revision=109069
* Update the user-id used by the quagga user installed by the pkg-installBruce M Simpson2004-04-082-2/+51
| | | | | | | | | script to one which does not conflict with the Firebird package. Submitted by: Boris Kovalenko Notes: svn path=/head/; revision=106521
* Revert 1.14, which was committed prematurely.Kris Kennaway2004-03-281-2/+2
| | | | Notes: svn path=/head/; revision=105471
* Add SIZE.Bruce M Simpson2004-03-241-0/+2
| | | | | | | Submitted by: trevor@ Notes: svn path=/head/; revision=105171
* Whitespace.Bruce M Simpson2004-03-241-9/+9
| | | | Notes: svn path=/head/; revision=105170
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withAde Lovett2004-03-121-2/+2
| | | | | | | | | | | the USE_<x> equivalents. In the current scheme of things, the WANT_ variables in this case are synonymous with the USE_ ones, and thus need to be exterminated. First in a series of major autotools cleanups. Notes: svn path=/head/; revision=103722
* Allow users to specify exactly which Quagga daemons should be startedBruce M Simpson2004-03-021-6/+10
| | | | | | | | | | using the rc.conf mechanism. Define variables quagga_flags and quagga_daemons to control startup behaviour. Submitted by: Boris Kovalenko (maintainer) Notes: svn path=/head/; revision=102715
* Update net-snmp paths to reflect port movements.Bruce M Simpson2004-03-021-3/+3
| | | | | | | Submitted by: Boris Kovalenko (maintainer) Notes: svn path=/head/; revision=102694
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Fix the net-snmp check in the configure.ac script. Previously, the check wouldBruce M Simpson2003-12-081-9/+32
| | | | | | | | fail silently and the package would build anyway. This should fix support for linking against net-snmp for SNMP support. Notes: svn path=/head/; revision=95383
* Bump dependency on net/net-snmp to check for libnetsnmp.so.6.Bruce M Simpson2003-12-031-2/+2
| | | | | | | Approved by: marcus (portmgr) Notes: svn path=/head/; revision=94848
* Add new rc script, remove old rc script.Bruce M Simpson2003-11-222-57/+61
| | | | | | | Submitted by: Boris Kovalenko Notes: svn path=/head/; revision=94708
* Use new rc script suite.Bruce M Simpson2003-11-212-16/+44
| | | | | | | Submitted by: Boris Kovalenko Notes: svn path=/head/; revision=94622
* Use net-snmp v5 by default. Add a switch, WITH_SNMP_4, to allow 4.x toBruce M Simpson2003-11-142-4/+9
| | | | | | | be used instead. Bump PORTREVISION. Notes: svn path=/head/; revision=93975
* Fix packaging when OSPFAPI is requested. This installs additional headers,Bruce M Simpson2003-11-142-65/+70
| | | | | | | | | | | | | | | | and an additional directory. Use the PLIST_SUB mechanism to achieve this rather than rewriting the entire pkg-plist; if more sweeping additions are required we can do this later. The smoke-and-mirrors going on here mean that we have to keep Makefile.inc around in the WRKDIR until the install step, so that the pkg-plist can be substituted. Keep the pkg-plist sort -r'd to avoid churn on future changes. Noticed by: kris Notes: svn path=/head/; revision=93958
* Use ${PREFIX} for --includedir.Bruce M Simpson2003-11-091-1/+1
| | | | | | | Submitted by: Boris Kovalenko Notes: svn path=/head/; revision=93509
* Bump PORTREVISION.Bruce M Simpson2003-11-091-1/+1
| | | | Notes: svn path=/head/; revision=93498
* Fix a bug whereby the port could overwrite headers belonging to other portsBruce M Simpson2003-11-092-11/+46
| | | | | | | | | | when installed. Submitted by: Boris Kovalenko Reviewed by: bms Notes: svn path=/head/; revision=93497
* Add patch to fix build on 4.x systems.Bruce M Simpson2003-11-052-0/+5
| | | | | | | Submitted by: quagga.net Notes: svn path=/head/; revision=93157
* Assign maintainership to Boris Kovalenko with outgoing maintainer's blessing.Bruce M Simpson2003-11-051-1/+1
| | | | | | | Submitted by: Jean-Francois LaForest Notes: svn path=/head/; revision=93147
* Update Quagga to 0.96.4.Bruce M Simpson2003-11-055-27/+114
| | | | | | | | | | | | | | | | | - Refresh net-snmp configure.ac fix target. - Add ${SYSCONF_DIR} and ${LOCALSTATE_DIR} configuration variables, and defaults, so that the vty and zserv.api UNIX domain sockets are created in a directory for which the ${ENABLE_USER} has access. This was the cause of much pain previously, causing daemons to fail in mysterious circumstances. - Update zebractl.sh script accordingly. - Add USE_SUBMAKE to ensure that the variables set by the interactive configure dialog are referenced. Submitted by: Boris Kovalenko Notes: svn path=/head/; revision=93146
* Zebra-pj was removed.Munechika SUMIKAWA2003-09-291-1/+1
| | | | Notes: svn path=/head/; revision=89809
* Quagga is a new fork of the GNU Zebra software router. This version, 0.96.2,Bruce M Simpson2003-09-277-0/+308
fixes many bugs in Zebra and adds several new features including support for OSPFAPI, allowing developers to build powerful applications on top of the OSPF routing protocol. Submitted by: fuzzball@ipv6peer.net Notes: svn path=/head/; revision=89590