Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/quagga: upgrade to 1.2.4 | Timo Teräs | 2018-02-20 | 1 | -2/+2 |
| | |||||
* | main/quagga: security upgrade to 1.2.3 | Timo Teräs | 2018-02-16 | 1 | -2/+2 |
| | |||||
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/ | ||||
* | main/quagga: upgrade to 1.2.2 | Timo Teräs | 2017-10-04 | 1 | -3/+3 |
| | |||||
* | main/quagga: rebuild against readline-7.0.003 | Leonardo Arena | 2017-06-05 | 1 | -1/+1 |
| | |||||
* | main/quagga: upgrade to 1.2.1 | Timo Teräs | 2017-03-25 | 1 | -2/+2 |
| | |||||
* | main/quagga: upgrade to 1.2.0 | Timo Teräs | 2017-02-09 | 1 | -15/+10 |
| | | | | | | - nhrpd added - replace and provde quagga-nhrp now that it's upstreamed - remove quagga-nhrp as obsolete | ||||
* | main/quagga: upgrade to 1.1.1, one CVE | William Johansson | 2017-01-24 | 1 | -4/+8 |
| | | | | | | Fixes CVE-2017-5495. [TT: Added secfixes annotation] | ||||
* | main/quagga: upgrade to 1.1.0, two CVEs | Timo Teräs | 2016-10-19 | 1 | -18/+9 |
| | | | | | | | | | | | CVE-2016-1245 Stack buffer overflow in zebra on Linux, if IPv6 and IPv6 neighbour discovery router advertisements (SLAC) are enabled ("no ipv6 nd suppress-ra"). Thanks to David Lamparter for reporting and fixing this issue. CVE-2016-4049 A controlled crash, leading to a DoS, in the BGP MRT route dumping code, if a prefix had too many entries to write to one record. Thanks to Evgeny Uskov for reporting and fixing this issue. | ||||
* | main/[various]: bump pkgrel for pre-install fixes | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | main/quagga: security upgrade to 1.0.20160315 (CVE-2016-2342). Fixes #5341 | Leonardo Arena | 2016-04-06 | 1 | -9/+7 |
| | |||||
* | don't prefix GPL version number with a dash | Sören Tempel | 2015-10-03 | 1 | -1/+1 |
| | | | | | This conforms to wiki documentation regarding package creation: http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license | ||||
* | Do not delete *.la files manually | Bartłomiej Piotrowski | 2015-09-10 | 1 | -1/+0 |
| | | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified. | ||||
* | main/quagga: fix bgpd patch, and disable handling of coredump signals | Timo Teräs | 2015-06-23 | 1 | -4/+8 |
| | |||||
* | main/quagga: rework the bgp route selection fix | Timo Teräs | 2015-06-23 | 1 | -5/+5 |
| | |||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 1 | -7/+7 |
| | |||||
* | main/quagga: upgrade to 0.99.24.1 | Timo Teräs | 2015-03-09 | 1 | -10/+6 |
| | | | | enable pimd, remove deprecated configure options and upstreamed patch | ||||
* | main/quagga: apply fix to rare bgpd crash during route selection | Timo Teräs | 2014-12-17 | 1 | -2/+6 |
| | | | | patch picked up from Cumulus Network's quagga patch queue | ||||
* | main/quagga: upgrade to 0.99.23.1 | Timo Teräs | 2014-08-27 | 1 | -47/+9 |
| | | | | | remove upstreamed patches, autoreconf no longer needed. 'next-hop-self all' patch refreshed to the upstream master git commit. | ||||
* | main/quagga: fix linux-ipv6 detection | Timo Teräs | 2014-07-29 | 1 | -2/+8 |
| | | | | remove the glibc version checks. ref #3244 | ||||
* | main/quagga: fix msghdr initializers | Timo Teräs | 2014-07-29 | 1 | -1/+5 |
| | | | | ref #3244 | ||||
* | main/quagga: add -dbg sub package | Natanael Copa | 2014-07-03 | 1 | -2/+2 |
| | | | | ref #3101 | ||||
* | main/quagga: cherry-pick bgp fixes from 0.99.23-stable branch | Timo Teräs | 2014-06-30 | 1 | -1/+25 |
| | |||||
* | main/quagga: upgrade to 0.99.23 | Timo Teräs | 2014-06-25 | 1 | -24/+8 |
| | | | | remove patches present in upstream | ||||
* | main/quagga: cherry-pick upstream commits | Timo Teräs | 2014-04-24 | 1 | -8/+20 |
| | | | | | fixes an annoying bug, and contains a required change for the bgpd-implement-next-hop-self-all patch to work. | ||||
* | main/quagga: apply patch to implement bgp next-hop-self all | Timo Teräs | 2014-04-24 | 1 | -1/+5 |
| | | | | | | Useful in various situations. And practically counts as a bugfix because the route-map set ip next-hop does not work for iBGP but it should. | ||||
* | main/quagga: fix build against libreadline-6.3 | Timo Teräs | 2014-03-21 | 1 | -1/+5 |
| | |||||
* | main/quagga: create /var/run/quagga at startup | Natanael Copa | 2014-01-07 | 1 | -24/+11 |
| | | | | | and refactor the scripts while at it ref #2294 | ||||
* | main/quagga: use proc for ipforward, and fix musl build | Timo Teräs | 2013-12-18 | 1 | -6/+7 |
| | | | | | | | musl does not have ipctl #define's and recent linux kernels have deprecated sysctl use. so migrate over to proc variant. fix also musl build. | ||||
* | main/quagga: remove quagga-0.99.11-del-routes | Natanael Copa | 2013-12-09 | 1 | -5/+1 |
| | | | | ref #2476 | ||||
* | main/quagga: upgrade to 0.99.22.4 | Natanael Copa | 2013-09-09 | 1 | -5/+5 |
| | |||||
* | main/quagga: use /sbin/nologin as shell | Natanael Copa | 2013-09-04 | 1 | -1/+1 |
| | |||||
* | main/quagga: use /sbin/nologin as shell | Natanael Copa | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | main/quagga: fix ownership on /etc/quagga | Natanael Copa | 2013-08-30 | 1 | -2/+2 |
| | |||||
* | main/quagga: upgrade to 0.99.22.3 | Natanael Copa | 2013-08-06 | 1 | -5/+5 |
| | |||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -1/+4 |
| | |||||
* | main/quagga: enable multipath | Natanael Copa | 2013-05-03 | 1 | -1/+2 |
| | |||||
* | main/quagga: upgrade to 0.99.22.1 | Natanael Copa | 2013-04-15 | 1 | -9/+5 |
| | |||||
* | main/quagga: add snmp support | Leonardo Arena | 2013-03-22 | 1 | -2/+3 |
| | |||||
* | main/quagga: build fix. add perl | Natanael Copa | 2013-03-13 | 1 | -2/+3 |
| | |||||
* | main/quagga: upgrade to 0.99.22 | Natanael Copa | 2013-03-13 | 1 | -15/+28 |
| | |||||
* | main/quagga: build fixes for automake and recent kernel headers | Natanael Copa | 2013-01-01 | 1 | -5/+9 |
| | |||||
* | main/quagga: create empty config dir | Natanael Copa | 2012-10-09 | 1 | -1/+2 |
| | |||||
* | main/quagga: add post-install/upgrade to cleanup | Natanael Copa | 2012-05-14 | 1 | -2/+2 |
| | | | | | Some really old installs added /usr/lib/quagga to /etc/ld.so.conf We don't need that anymore so we clean it up | ||||
* | main/quagga: upgrade to 0.99.21 | Natanael Copa | 2012-05-02 | 1 | -2/+2 |
| | |||||
* | main/quagga: upgrade to 0.99.20.1 | Natanael Copa | 2012-04-30 | 1 | -7/+10 |
| | |||||
* | main/quagga: upgrade to 0.99.20. Fixes #757 (Security Updates) | Leonardo Arena | 2011-10-07 | 1 | -3/+3 |
| | |||||
* | main/quagga: remove *.la | Natanael Copa | 2011-06-29 | 1 | -2/+3 |
| | |||||
* | main/quagga: upgrade to 0.99.18 | Natanael Copa | 2011-03-22 | 1 | -2/+2 |
| | |||||
* | Set all packages with arch="x86 x86_64" to arch="all". | William Pitcock | 2011-01-13 | 1 | -1/+1 |
| |