Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.4_13 06 May 2024 12:36:01 |
Eugene Grosbein (eugen) |
net/quagga: minor fixes
- generalize CONFLICTS;
- fix subtle bug in my patch-vtysh.c;
- fix call to getgrouplist() function,
this part based on submission by Alexander Mitrokhin.
Bump PORTREVISION. |
1.2.4_12 22 Jan 2024 15:50:45 |
Muhammad Moinur Rahman (bofh) |
net/quagga: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
1.2.4_11 03 Jan 2023 08:50:02 |
Eugene Grosbein (eugen) |
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. |
1.2.4_10 31 Dec 2022 17:17:05 |
Eugene Grosbein (eugen) |
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. |
1.2.4_9 31 Dec 2022 16:20:06 |
Eugene Grosbein (eugen) |
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. |
1.2.4_9 31 Dec 2022 13:43:51 |
Daniel Engberg (diizzy) |
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* |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2.4_9 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
1.2.4_9 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
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> (Only the first 15 lines of the commit message are shown above ) |
1.2.4_9 15 Jan 2022 09:48:03 |
Eugene Grosbein (eugen) |
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) |
1.2.4_8 12 Oct 2021 08:40:29 |
Eugene Grosbein (eugen) |
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. |
1.2.4_8 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.2.4_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.4_8 10 Sep 2020 10:13:52 |
olivier |
Remove old net/frr6.
Reported by: pkg-fallout |
1.2.4_8 20 Aug 2020 11:17:34 |
eugen |
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 |
1.2.4_8 02 Aug 2020 09:57:31 |
pi |
net/quagga: return to the pool |
1.2.4_8 20 Feb 2020 15:31:29 |
pi |
net/quagga: Adding new PROVIDE keyword dynamicrouting in rc.d script
- See also https://reviews.freebsd.org/D23329
PR: 244027
Submitted by: olivier |
1.2.4_7 09 Oct 2019 12:17:15 |
bapt |
Drop the ipv6 virtual category for n* category as it is not relevant anymore |
1.2.4_7 21 Aug 2019 14:29:58 |
tobik |
Fix "daemon" and "continuing" typos
"deamon" is back! |
1.2.4_7 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
1.2.4_7 26 Jul 2019 20:46:57 |
gerald |
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 |
1.2.4_6 06 Jul 2019 14:08:35 |
eugen |
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) |
1.2.4_5 16 Apr 2019 09:56:54 |
olivier |
Remove net/frr3 and net/frr4: Upstream no longer maintained |
1.2.4_5 09 Apr 2019 14:04:50 |
sunpoet |
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 |
1.2.4_4 16 Mar 2019 09:00:10 |
tobik |
Fix more daemon typos |
1.2.4_4 08 Jan 2019 12:47:04 |
pi |
net/quagga: fix EXAMPLES option
PR: 234738
Submitted by: tobik |
1.2.4_3 12 Dec 2018 01:35:36 |
gerald |
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 |
1.2.4_2 10 Nov 2018 18:12:58 |
bapt |
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 |
1.2.4_1 22 Oct 2018 09:06:30 |
olivier |
New port: net/frr6 (6.0)
PR: 232122
Reported by: pautina@kharkiv.net |
1.2.4_1 10 Oct 2018 09:38:40 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket |
1.2.4_1 10 Sep 2018 13:15:48 |
mat |
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 |
1.2.4_1 29 Jul 2018 22:18:46 |
gerald |
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 |
1.2.4 06 Jul 2018 07:36:07 |
olivier |
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 |
1.2.4 28 Jun 2018 20:18:08 |
pi |
net/quagga: update CONFLICTS after frr -> frr3+4
PR: 229328
Submitted by: Franco Fichtner <franco@opnsense.org> |
1.2.4 20 Feb 2018 04:30:35 |
pi |
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 |
1.2.3 16 Feb 2018 19:30:55 |
pi |
net/quagga: fix build if SNMP is not selected
- configure script tries to detect net-snmp even if not requested,
but fails, if net-snmp is not installed.
Reported by: antoine, garga |
1.2.3 15 Feb 2018 22:17:36 |
pi |
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 (Only the first 15 lines of the commit message are shown above ) |
1.2.2_1 19 Dec 2017 15:28:09 |
pi |
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 |
1.2.2 09 Oct 2017 18:58:37 |
pi |
net/quagga{-esr}: add conflicts
- detected by rodrigo's conflict scanner |
1.2.2 03 Oct 2017 18:10:38 |
pi |
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> |
1.2.1_4 01 Oct 2017 13:29:03 |
pi |
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> |
1.2.1_3 16 Sep 2017 16:31:15 |
pi |
net/quagga: register conflict with frr
PR: 222368
Submitted by: Franco Fichtner <franco@opnsense.org> |
1.2.1_3 10 Sep 2017 20:55:39 |
gerald |
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 |
1.2.1_2 27 Jun 2017 13:46:53 |
sunpoet |
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 |
1.2.1_1 22 Apr 2017 14:42:02 |
pi |
net/quagga: fix typo in pkg-descr
PR: 218485
Submitted by: Franco Fichtner <franco@opnsense.org> |
1.2.1_1 01 Apr 2017 15:23:32 |
gerald |
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 |
1.2.1 11 Mar 2017 08:06:54 |
pi |
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 |
1.2.0 07 Mar 2017 18:21:02 |
pi |
net/quagga: really take maintainer
PR: 217588
Reported by: bdrewery |
1.2.0 06 Mar 2017 17:57:56 |
pi |
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) |
1.1.1 24 Jan 2017 19:30:51 |
pi |
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 |
1.1.0_2 20 Nov 2016 09:38:09 |
gerald |
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. |
1.1.0_1 20 Oct 2016 12:27:20 |
mat |
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 |
1.1.0 19 Oct 2016 11:37:32 |
mat |
Update to 1.1.0.
Sponsored by: Absolight |
1.0.20161017 18 Oct 2016 13:43:45 |
pi |
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) |
1.0.20160315 19 Jul 2016 15:31:44 |
mat |
Actually make the last two commit really work.
Pointy hat: mat
Sponsored by: Absolight |
1.0.20160315 19 Jul 2016 14:16:24 |
mat |
Fix the OSPF_NEXTHOP patch.
PR: 210835
Reported by: dgilbert eicat ca, miha rylov rambler ru
Sponsored by: Absolight |
1.0.20160315 19 Jul 2016 14:16:15 |
mat |
Remove OSPF_OPAQUE_LSA option, it was a noop.
Sponsored by: Absolight |
1.0.20160315 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.0.20160315 17 Mar 2016 16:20:07 |
mat |
Update to 1.0.20160315.
PR: 208064
Submitted by: pi
Sponsored by: Absolight |
0.99.24.1_2 20 Jul 2015 13:03:16 |
bapt |
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 |
0.99.24.1_1 17 Apr 2015 09:18:12 |
mat |
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 |
0.99.24.1 18 Mar 2015 13:52:55 |
mat |
Add CPE.
Sponsored by: Absolight |
0.99.24.1 11 Mar 2015 14:09:01 |
mat |
Update to 0.99.24.1.
Sponsored by: Absolight |
0.99.24_1 10 Mar 2015 11:30:44 |
mat |
Make quagga announce BGP routes by default.
PR: 198485
Submitted by: lerik nolink net
Pointy hat to: mat
Sponsored by: Absolight |
0.99.24 03 Mar 2015 13:57:34 |
mat |
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 |
0.99.23.1_4 17 Feb 2015 15:28:15 |
mat |
Fix -n usage.
Sponsored by: Absolight |
0.99.23.1_3 17 Feb 2015 14:25:24 |
mat |
Make quagga's rc script conform to the porter's handbook guidelines.
PR: 197036
Submitted by: Kozlov Sergey
Sponsored by: Absolight |
0.99.23.1_2 26 Jan 2015 13:51:52 |
mat |
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 |
0.99.23.1_2 24 Jan 2015 23:22:39 |
mat |
Fix build after last automake update.
Sponsored by: Absolight |
0.99.23.1_2 02 Oct 2014 21:18:36 |
mat |
And allow people building with options.
Noticed by: hrs
Pointy hat to: mat
Sponsored by: Absolight |
0.99.23.1_1 02 Oct 2014 18:33:43 |
mat |
Learn to write shell scripts.
Pointy hat to: mat
Sponsored by: Absolight |
0.99.23.1 02 Oct 2014 15:44:04 |
mat |
Update to 0.99.23.1. [1]
General cleanup.
PR: 194090 [1]
Submitted by: Olivier Cochard [1]
Sponsored by: Absolight |
0.99.22.4_4 02 Oct 2014 09:56:35 |
mat |
Take this.
Sponsored by: Absolight |
0.99.22.4_4 02 Oct 2014 07:45:59 |
bapt |
Reset maintainership
Former maintainer stating he is not maintaining it anymore
Reported by: Olivier Cochard-Labbe <olivier@cochard.me> |
0.99.22.4_4 22 Sep 2014 14:43:35 |
tijl |
- 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> |
0.99.22.4_3 14 Sep 2014 12:21:39 |
tijl |
- Convert to INSTALL_TARGET=install-strip
- Remove USE_AUTOTOOLS
- Let user decide about stack protector |
0.99.22.4_3 08 Aug 2014 07:27:01 |
mat |
Fix plist
Noticed by: Craig Leres
Sponsored by: Absolight |
0.99.22.4_2 21 Jul 2014 17:29:42 |
mat |
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 |
0.99.22.4_1 13 Jul 2014 22:24:18 |
bapt |
Fix build on recent head without shared readline |
0.99.22.4_1 26 Jun 2014 11:02:07 |
antoine |
Allow to build with texinfo from ports
With hat: portmgr |
0.99.22.4_1 15 Jun 2014 07:26:48 |
pi |
net/quagga: fix build error messages related to vtysh/extract.pl
Approved by: Boris Kovalenko <boris@tagnet.ru> (maintainer) |
0.99.22.4_1 13 Jun 2014 18:45:22 |
pi |
net/quagga: fix OSPF Opaque-LSA option bug in pkg-plist
Bug reported by: mat
Approved by: portmgr (mat) |
0.99.22.4 10 Jun 2014 08:25:32 |
pi |
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) |
0.99.22.3 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
0.99.22.3 03 Jan 2014 01:13:00 |
bapt |
Part 2 at removing now useless FETCH_ARGS redifition |
0.99.22.3 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.99.22.3 16 Sep 2013 06:30:31 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
0.99.22.3 01 Aug 2013 15:35:54 |
wg |
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 |
0.99.22_2 23 Jul 2013 20:00:54 |
pawel |
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 |
0.99.22_1 11 Jun 2013 21:06:30 |
rakuco |
Fix MAN8 leftover.
PR: ports/179492
Submitted by: Anes Mukhametov <anes@anes.su>
Approved by: Boris Kovalenko <boris@tagnet.ru> (maintainer) |
0.99.22 29 Mar 2013 05:19:52 |
rm |
- 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> |
0.99.21 02 Nov 2012 13:06:15 |
sem |
- 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 |
0.99.21 05 Aug 2012 23:19:40 |
dougb |
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 |
0.99.21 21 Jun 2012 15:11:34 |
sem |
- Remove -p from MKDIR
Reported by: zi |
0.99.21 20 Jun 2012 12:39:57 |
sem |
- Fix install on clean system
Submitted by: maintainer |
0.99.21 11 Jun 2012 11:07:47 |
zi |
- 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 |
0.99.20.1 04 Jun 2012 14:15:22 |
sem |
- Fix CONFLICT line
Submitted by: FreeBSD Ports conflicts checker
Approved by: maintainer (implicitly) |
0.99.20.1 24 Mar 2012 17:31:00 |
zi |
- 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 |
0.99.20_3 14 Jan 2012 08:57:23 |
dougb |
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. |
0.99.20_3 17 Nov 2011 13:02:07 |
sem |
- 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 |