2da89 FreshPorts -- net/quagga
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
quagga 0.99.22 net on this many watch lists=20 search for ports that depend on this port An older version of this port was marked as vulnerable.
Free RIPv1, RIPv2, OSPFv2, BGP4, IS-IS route software
Maintained by: boris@tagnet.ru search for ports maintained by this maintainer
Port Added: 27 Sep 2003 23:41:49
Also Listed In: ipv6
License: GPLv2


Quagga is a routing software suite, providing implementations of
OSPFv2, OSPFv3, RIP v1 and v2, RIPv3, BGPv4 and experemental ISIS
for Unix platforms, particularly FreeBSD and Linux and also NetBSD,
to mention a few. Quagga is a fork of GNU Zebra which was developed
by KunihiroIshiguro. The Quagga tree aims to build a more involved
community around Quagga than the current centralised model of GNU Zebra.

WWW: http://www.quagga.net/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/gawk
  2. devel/gmake
  3. lang/perl5.14
  4. devel/automake
  5. devel/autoconf
  6. devel/libtool
There are no ports dependent upon this port

To install the port: cd /usr/ports/net/quagga/ && make install clean
To add the package: pkg_add -r quagga


Configuration Options
===> The following configuration options are available for quagga-0.99.22:
     DLMALLOC=off: Use dlmalloc (makes bgpd much faster)
     ISISD=off: Enable experimental ISIS daemon
     NO_BGP_ANNOUNCE=off: Turn off BGP route announcement
     OSPF_NEXTHOP=off: Set ip next-hop in OSPF route maps
     OSPF_OPAQUE_LSA=off: OSPF Opaque-LSA support (RFC2370)
     PAM=off: PAM authentication for vtysh
     RTADV=off: IPv6 Router Advertisements
     SNMP=off: SNMP protocol support
     TCPSOCKETS=off: Use TCP/IP sockets for protocol daemons
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.twaren.net/Unix/NonGNU/quagga/
  3. ftp://gnu.mirrors.pair.com/savannah/quagga/
  4. http://download-mirror.savannah.gnu.org/releases/quagga/
  5. http://ftp.twaren.net/Unix/NonGNU/quagga/
  6. http://gnu.mirrors.pair.com/savannah/savannah/quagga/
  7. http://mirror.lihnidos.org/GNU/savannah/quagga/
  8. http://nongnu.askapache.com/quagga/

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

1 | 2  »  

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
29 Mar 2013 05:19:52
Original commit files touched by this commit  0.99.22
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>
02 Nov 2012 13:06:15
Original commit files touched by this commit  0.99.21
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
05 Aug 2012 23:19:40
Original commit files touched by this commit  0.99.21
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
21 Jun 2012 15:11:34
Original commit files touched by this commit  0.99.21
sem search for other commits by this committer
- Remove -p from MKDIR

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

Submitted by:   maintainer
11 Jun 2012 11:07:47
Original commit files touched by this commit  0.99.21
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
04 Jun 2012 14:15:22
Original commit files touched by this commit  0.99.20.1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Fix CONFLICT line

Submitted by:   FreeBSD Ports conflicts checker
Approved by:    maintainer (implicitly)
24 Mar 2012 17:31:00
Original commit files touched by this commit  0.99.20.1
 This port version is marked as vulnerable.
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
14 Jan 2012 08:57:23
Original commit files touched by this commit  0.99.20_3
 This port version is marked as vulnerable.
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
17 Nov 2011 13:02:07
Original commit files touched by this commit  0.99.20_3
 This port version is marked as vulnerable.
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
12 Nov 2011 17:51:07
Original commit files touched by this commit  0.99.20_2
 This port version is marked as vulnerable.
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
18 Oct 2011 14:43:45
Original commit files touched by this commit  0.99.20_1
 This port version is marked as vulnerable.
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
05 Oct 2011 20:26:10
Original commit files touched by this commit  0.99.20
 This port version is marked as vulnerable.
delphij search for other commits by this committer
Update to 0.99.20, this is a security fix.

Submitted by:   maintaier
PR:             ports/156332
23 Sep 2011 22:26:39
Original commit files touched by this commit  0.99.17_9
 This port version is marked as vulnerable.
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
28 Jul 2011 12:43:22
Original commit files touched by this commit  0.99.17_9
 This port version is marked as vulnerable.
sylvio search for other commits by this committer
- Chase net-snmp shlib version bump.
15 May 2011 02:49:17
Original commit files touched by this commit  0.99.17_8
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
23 Apr 2011 19:26:48
Original commit files touched by this commit  0.99.17_8
 This port version is marked as vulnerable.
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)
02 Apr 2011 18:15:01
Original commit files touched by this commit  0.99.17_7
 This port version is marked as vulnerable.
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
01 Apr 2011 17:47:01
Original commit files touched by this commit  0.99.17_6
 This port version is marked as vulnerable.
sem search for other commits by this committer
- security patches for CVE-2010-1674, CVE-2010-1645.

Approved by:    maintainer
20 Mar 2011 12:54:45
Original commit files touched by this commit  0.99.17_5
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Get Rid MD5 support
22 Feb 2011 12:29:09
Original commit files touched by this commit  0.99.17_5
 This port version is marked as vulnerable.
sem search for other commits by this committer
- A little hack for RC script to allow start/stop/restart only specified
  daemons. No PORTVERSION bump.

Submitted by:   Dmitrij Tejblum <tejblum at yandex-team.ru>
Approved by:    maintainer
14 Jan 2011 16:14:07
Original commit files touched by this commit  0.99.17_5
 This port version is marked as vulnerable.
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
28 Dec 2010 14:35:34
Original commit files touched by this commit  0.99.17_4
 This port version is marked as vulnerable.
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
04 Dec 2010 07:34:27
Original commit files touched by this commit  0.99.17_3
 This port version is marked as vulnerable.
ade search for other commits by this committer
Sync to new bsd.autotools.mk
21 Oct 2010 14:03:23
Original commit files touched by this commit  0.99.17_3
 This port version is marked as vulnerable.
sem search for other commits by this committer
- A patch from quagga git to fix time in statistic output.

Approved by:    maintainer
16 Oct 2010 11:52:47
Original commit files touched by this commit  0.99.17_2
 This port version is marked as vulnerable.
ade search for other commits by this committer
Punt autoconf267->autoconf268
20 Sep 2010 16:29:08
Original commit files touched by this commit  0.99.17_2
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Revive a patch to fix ospf multicast problem
- Add a patch to fix a bug with ipv6 interfaces

PR:             ports/150329, ports/150455
Submitted by:   Ingo Flaschberger <if at xip.at>
Approved by:    maintainer
15 Sep 2010 18:35:24
Original commit files touched by this commit  0.99.17_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
25 Aug 2010 08:00:03
Original commit files touched by this commit  0.99.17
 This port version is marked as vulnerable.
niels search for other commits by this committer
- Security update to version 0.99.17
- This update also resolves functional problems of PR 148238 and 147970

PR:             ports/149940
PR:             ports/148238
PR:             ports/147970
Approved by:    itetcu (mentor, implicit), maintainer
Submitted by:   mike@sentex.net, maintainer
Security:       167953a4-b01c-11df-9a98-0015587e2cc1
Security:       http://www.openwall.com/lists/oss-security/2010/08/24/3
19 Jun 2010 21:35:52
Original commit files touched by this commit  0.99.16
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to 0.99.16

Submitted by:   maintainer
Feature safe:   yes
06 Jun 2010 22:09:10
Original commit files touched by this commit  0.99.15_5
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Remove bms from the pkg-descr's of ports he no longer maintains.
02 Jun 2010 19:14:17
Original commit files touched by this commit  0.99.15_5
 This port version is marked as vulnerable.
sylvio search for other commits by this committer
- Chase net-snmp shlib bump
27 Mar 2010 00:15:24
Original commit files touched by this commit  0.99.15_4
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
14 Feb 2010 17:16:00
Original commit files touched by this commit  0.99.15_4
 This port version is marked as vulnerable.
wxs search for other commits by this committer
- Add option to disable BGP announcements

PR:             ports/143538
Submitted by:   Ryan Steinmetz <rpsfa@rit.edu>
Approved by:    Boris Kovalenko <boris@tagnet.ru> (maintainer)
01 Feb 2010 17:45:31
Original commit files touched by this commit  0.99.15_4
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- Fix the return value of the rc.d script

PR:             ports/143086
Submitted by:   Emil Smolenski <am@raisa.eu.org>
Approved by:    Boris Kovalenko <boris@tagnet.ru> (maintainer)
14 Dec 2009 16:40:53
Original commit files touched by this commit  0.99.15_3
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Changes is RC script:
  * proper run order
  * Deprecate option quagga_delay and introduce option quagga_wait_for.
    Instead of sleeping for some constant time wait for appearing of
    a certain route in routing table.

Submitted by:   glebius
Approved by:    maintainer
09 Dec 2009 16:47:28
Original commit files touched by this commit  0.99.15_2
 This port version is marked as vulnerable.
sem search for other commits by this committer
The UINT16_MAX constant this patch (re)defines since Feb 2006 in ospfd.h
is already available by means of zebra.h, which has it since May 2006
(git commit 35cfc90cce32b19c71d2f40aab06d36eb6bfdc44). This way
patch-ospfd-ospfd.h can be safely discarded.

Requested by:   Quagga developers
02 Dec 2009 05:59:11
Original commit files touched by this commit  0.99.15_2
 This port version is marked as vulnerable.
bms search for other commits by this committer
Fix a potential buffer overflow, by increasing the size of a temporary
buffer used during BGP dump.

Submitted by:   Randy Bush
16 Nov 2009 16:02:18
Original commit files touched by this commit  0.99.15_1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Add a patch from quagga GIT (ID: 9964fcfc).
  * Fix HAVE_CLOCK_MONOTONIC spelling.
- Remove obsoleted configuration flag --enable-pidfile-mask.

Approved by:    maintainer (implicitly)
30 Aug 2009 10:37:01
Original commit files touched by this commit  0.99.15
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to 0.99.15

Submitted by:   maintainer
21 Aug 2009 11:27:50
Original commit files touched by this commit  0.99.14_3
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Vendor patch from git: do not touch socket before pidfile locking

Approved by:    maintainer (implicitly)
18 Aug 2009 12:49:04
Original commit files touched by this commit  0.99.14_2
 This port version is marked as vulnerable.
bsam search for other commits by this committer
. fix an ospf6d bug on quagga-0.99.14 (bug #541 on quagga's bugzilla);  [1]
. bump PORTREVISION.

PR:             ports/137510  [1]
Submitted by:   dikshie <dikshie at sfc.wide.ad.jp>  [1]
Approved by:    Boris Kovalenko <boris at tagnet.ru> (maintainer)  [1]
02 Aug 2009 19:36:34
Original commit files touched by this commit  0.99.14_1
 This port version is marked as vulnerable.
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
27 Jul 2009 10:31:11
Original commit files touched by this commit  0.99.14_1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Patch from GIT repo: fix update-source command

Approved by:    maintainer (implicit)
23 Jul 2009 14:10:15
Original commit files touched by this commit  0.99.14
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to 0.99.14
  * fixed a bug with ospf6d
- Remove old patches for FreeBSD 4.x

Submitted by:   maintainer
17 Jul 2009 15:05:29
Original commit files touched by this commit  0.99.13
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to 0.99.13

Submitted by:   maintainer
15 Jul 2009 16:56:10
Original commit files touched by this commit  0.99.12
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
14 May 2009 12:06:23
Original commit files touched by this commit  0.99.12
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Fix build with WITH_SNMP.

Submitted by:   maintainer
12 May 2009 10:18:29
Original commit files touched by this commit  0.99.12
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to 0.99.12

Submitted by:   maintainer
04 May 2009 14:37:48
Original commit files touched by this commit  0.99.11_3
 This port version is marked as vulnerable.
wxs search for other commits by this committer
- Fix bgpd crash. More information is at:
  http://lists.quagga.net/pipermail/quagga-users/2009-February/010342.html
  This crash can be triggered remotely.

PR:             ports/134108
Submitted by:   Eugene Grosbein <eugen@eg.svzserv.kuzbass.ru>
Approved by:    Boris Kovalenko <boris@tagnet.ru> (maintainer)
29 Apr 2009 18:49:13
Original commit files touched by this commit  0.99.11_2
 This port version is marked as vulnerable.
itetcu search for other commits by this committer
Fix INDEX by removing vs/rcs/??? merge conflicts.

Reported by:    QAT
29 Apr 2009 18:21:54
Original commit files touched by this commit  0.99.11_2
  Sanity Test Failure This port version is marked as vulnerable.
sem search for other commits by this committer
- Remove FreeBSD specific patches for BGP MD5 support. A native support
  should be better now.

Submitted by:   maintainer
11 Jan 2009 20:35:57
Original commit files touched by this commit  0.99.11_1
 This port version is marked as vulnerable.
erwin search for other commits by this committer
Remove BROKEN for 8, a patch was committed which I overlooked in
the previous commit.

Submitted by:   sem
08 Jan 2009 17:47:41
Original commit files touched by this commit  0.99.11_1
 This port version is marked as vulnerable.
erwin search for other commits by this committer
Mark BROKEN on 8: does not build after the arp-v2 import.

Submitted by:   pointyhat
06 Jan 2009 17:59:31
Original commit files touched by this commit  0.99.11_1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
03 Jan 2009 17:38:06
Original commit files touched by this commit  0.99.11_1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Fix build on CURRENT with new arp code

Submitted by:   Ian FREISLICH (on net@)
Approved by:    maintainer
15 Dec 2008 17:46:36
Original commit files touched by this commit  0.99.11_1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Add a patch from quagga-qit. It fixes a fletcher checksum problem.
15 Dec 2008 17:03:33
Original commit files touched by this commit  0.99.11
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to 0.99.11

Approved by:    maintainer timeout
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.99.10_3
 This port version is marked as vulnerable.
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
06 Jul 2008 12:44:21
Original commit files touched by this commit  0.99.10_3
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Fix rc script for command other than start/stop/restart.

Reported in:    ports@
Approved by:    maintainer
02 Jul 2008 16:22:57
Original commit files touched by this commit  0.99.10_2
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Add a patch from quagga CVS that fixes a bug which prevented
  the zebra daemon from seeing the state of logical interfaces (tun/ng/...)
  after it has been started

Submitted by:   Doichin Dokov <root at net1.cc> (in ports@)
02 Jul 2008 12:27:22
Original commit files touched by this commit  0.99.10_1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Fix rc-script. Split restart command on stop/start and fix runing order.

Approved by:    maintainer
28 Jun 2008 03:23:36
Original commit files touched by this commit  0.99.10
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to 0.99.10

Submitted by:   maintainer
25 Apr 2008 15:42:13
Original commit files touched by this commit  0.99.9_7
 This port version is marked as vulnerable.
sem search for other commits by this committer
- fix a message: 'options FAST_IPSEC' changed to 'options IPSEC' for 7.0+
17 Apr 2008 12:46:14
Original commit files touched by this commit  0.99.9_7
 This port version is marked as vulnerable.
mat search for other commits by this committer
Chase on more shlib version bump.

Pointy Hat To:  kuriyama
20 Feb 2008 18:05:50
Original commit files touched by this commit  0.99.9_7
 This port version is marked as vulnerable.
sem search for other commits by this committer
Add a vendor patch:
= A bugfix for FreeBSD users (Quagga bug #326):
        * zebra_rib.[ch]: (rib_lookup_and_pushup) New function, which makes
sure,
          that if_set_prefix() has nothing in its way of assigning an address.
        * ioctl.c: (if_set_prefix) Use rib_lookup_and_pushup() to resolve
          bug #326.

Approved by:    maintainer (implicitly)
08 Feb 2008 14:44:45
Original commit files touched by this commit  0.99.9_6
 This port version is marked as vulnerable.
rafan search for other commits by this committer
- Add proper arguments for configure if WITH_TCPSOCKETS is enabled

PR:             ports/118339
Reported by:    Oles Hnatkevych <don_oles at able.com.ua>
Approved by:    Boris Kovalenko <boris at tagnet.ru> (maintainer)
11 Jan 2008 14:06:45
Original commit files touched by this commit  0.99.9_6
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Add a work around for quagga works with multicast sockets in 7.0.

Submitted by:   maintainer
12 Nov 2007 20:53:30
Original commit files touched by this commit  0.99.9_5
 This port version is marked as vulnerable.
sem search for other commits by this committer
- A vendor patch. It fixes a bug#418 - changing address on an existing
  interface doesn't cause static routes to be revalidated.

Approved by:    portmgr (erwin), maintainer
29 Oct 2007 06:51:22
Original commit files touched by this commit  0.99.9_4
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Add 'seconds' to the output of the delay
26 Oct 2007 09:46:41
Original commit files touched by this commit  0.99.9_4
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Integrate one more vendor patch. It fixes IPv6 issue.

Approved by:    maintainer (implicitly)
17 Oct 2007 12:08:58
Original commit files touched by this commit  0.99.9_3
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Fix build with WITH_PAM. Quite hacky and will be reimplement some time.
- Simplify patch-cvs-6-pidfile_mask. It's enough to hard code 0644 as
  parmissions for a pidfile.

Approved by:    maintainer
04 Oct 2007 02:10:52
Original commit files touched by this commit  0.99.9_2
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
03 Oct 2007 15:41:10
Original commit files touched by this commit  0.99.9_2
 This port version is marked as vulnerable.
sem search for other commits by this committer
- add two patches.
  1. fix pid-file permissions. it made watchquagga mad.
  2. add debug info in ipv6 code just like for ipv4 code. it makes problems
detecion easier.

Approved by:    maintainer (implicitly)
01 Oct 2007 10:54:10
Original commit files touched by this commit  0.99.9_1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- If compiled with libdlmalloc it requires ldconfig before running.
  Fix rc file for it.
- Make a little cleaner why you may want dlmalloc library (it makes bgpd much
faster).

Approved by:    maintainer (implicitly)
24 Sep 2007 07:59:17
Original commit files touched by this commit  0.99.9
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to 0.99.9 + patches from quagga CVS

Approved by:    maintainer
06 Sep 2007 14:53:42
Original commit files touched by this commit  0.99.8_2
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Add one more patch from quagga CVS. It fixes ignoring kernel routes in some
cases.

Approved by:    maintainer
28 Aug 2007 10:48:38
Original commit files touched by this commit  0.99.8_1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Integrate patches from quagga CVS.
  They fix a few problems with inconsistences routes between
  quagga and kernel route tables, loss MTU, assert in route-map code, etc.

Submitted by:   Yandex company
Approved by:    maintainer
09 Aug 2007 11:00:17
Original commit files touched by this commit  0.99.8
 This port version is marked as vulnerable.
rafan search for other commits by this committer
- Update to 0.99.8

PR:             ports/115343
Submitted by:   Boris Kovalenko <boris at tagnet.ru> (maintainer)
20 Jun 2007 02:19:55
Original commit files touched by this commit  0.99.7_2
 This port version is marked as vulnerable.
edwin search for other commits by this committer
[patch] net/quagga - add optional delay after startup

        I'm so tired of my machines rebooting and having to manually
        start half of the services because they were started when
        ospfd hadn't kicked in, so I added this quagga_delay to the
        rc.d file.

PR:             ports/113351
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Approved by:    Boris Kovalenko <boris@tagnet.ru>
28 May 2007 19:47:39
Original commit files touched by this commit  0.99.7_1
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Remove patch from wrong dirctory :>

Request by:     Umka@RusNet, az@
27 May 2007 09:30:14
Original commit files touched by this commit  0.99.7_1
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Fix PtP interface detection.

PR:             112797
Submitted by:   Boris Kovalenko <boris@tagnet.ru> (maintainer)
03 May 2007 07:11:44
Original commit files touched by this commit  0.99.7
 This port version is marked as vulnerable.
vanilla search for other commits by this committer
Upgrade to 0.99.7.

PR:             ports/112342
Submitted by:   maintainer
17 Mar 2007 14:18:28
Original commit files touched by this commit  0.99.6_3
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Simplify
28 Feb 2007 15:17:41
Original commit files touched by this commit  0.99.6_3
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Restore info files install and fix build them on OSVERSION<600000

PR:             ports/109593
Submitted by:   Eugene Grosbein <eugen_AT_grosbein.pp.ru>
Approved by:    maintainer
28 Feb 2007 01:19:04
Original commit files touched by this commit  0.99.6_2
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.
01 Feb 2007 13:25:05
Original commit files touched by this commit  0.99.6_1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Add a sanity check when ripd takes metric from RTM_NEWADDR message.
- Bump PORTREVISION.

PR:             ports/108430
Submitted by:   Eugene Grosbein <eugen_AT_grosbein.pp.ru>
Approved by:    maintainer
28 Jan 2007 09:07:47
Original commit files touched by this commit  0.99.6
 This port version is marked as vulnerable.
kris search for other commits by this committer
Use libtool port instead of included one to avoid objformat a.out botch
27 Jan 2007 08:08:10
Original commit files touched by this commit  0.99.6
 This port version is marked as vulnerable.
kris search for other commits by this committer
Use libtool port instead of included one to avoid objformat a.out botch
12 Dec 2006 21:08:40
Original commit files touched by this commit  0.99.6
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 0.99.6

PR:             ports/106640
Submitted by:   Boris Kovalenko <boris@tagnet.ru> (maintainer)
08 Nov 2006 23:07:29
Original commit files touched by this commit  0.99.5_1
 This port version is marked as vulnerable.
miwi search for other commits by this committer
From Changelog:

2006-08-28 Andy Gay

        * ospf_packet.c: (ospf_make_db_desc) Assert added with More-bit
        fixes does not hold up with addition of Ogier DB-Exchange
        optimisation, which can empty the db-summary list in between
        sent DD packets. Remove assert, update More-bit always when
        in Exchange.

PR:             ports/105279
Submitted by:   Boris Kovalenko <boris@tagnet.ru> (maintainer)
31 Oct 2006 03:03:15
Original commit files touched by this commit  0.99.5
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- Update to 0.99.5
BGP users of 0.99 are strongly encouraged to upgrade to 0.99.5, due to an
important fix for an AS-Path loop-checking regression, or even a CVS snapshot,
to assist in testing. OSPF 0.99-CVS is believed to be stable at this point.

PR:             ports/104371
Submitted by:   maintainer (Boris Kovalenko)
17 Jul 2006 16:28:21
Original commit files touched by this commit  0.99.4_2
 This port version is marked as vulnerable.
rafan search for other commits by this committer
- Enhancement rc scripts, bump PORTREVISION

PR:             ports/100421
Submitted by:   maintainer
12 Jul 2006 17:33:21
Original commit files touched by this commit  0.99.4_1
 This port version is marked as vulnerable.
itetcu search for other commits by this committer
Change the way of OPTIONS is checked as suggested by Porters Handbook.

PR:             ports/100157
Submitted by:   maintianer
12 Jun 2006 04:10:12
Original commit files touched by this commit  0.99.4_1
 This port version is marked as vulnerable.
lawrance search for other commits by this committer
Apply USE_RCORDER or USE_RC_SUBR, conditional on OSVERSION.
Bump PORTREVISION for the moved startup script.

Submitted by:   Boris Kovalenko <boris@tagnet.ru> (maintainer)
29 May 2006 20:28:35
Original commit files touched by this commit  0.99.4
 This port version is marked as vulnerable.
lawrance search for other commits by this committer
Update to 0.99.4.

PR:             ports/97122
Submitted by:   Boris Kovalenko <boris@tagnet.ru> (maintainer)
11 May 2006 22:49:56
Original commit files touched by this commit  0.99.3_2
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with N
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.99.3_2
 This port version is marked as vulnerable.
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
20 Feb 2006 20:47:50
Original commit files touched by this commit  0.99.3_1
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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.
10 Feb 2006 12:45:36
Original commit files touched by this commit  0.99.3_1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Fix a crash when vtysh was executed.
- 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

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

1 | 2  »  

2827
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24533
Broken 215
Deprecated 473
Ignore 631
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours9
new 7 days28
new fortnight61
new month217

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0