aboutsummaryrefslogtreecommitdiffstats
path: root/main/quagga
Commit message (Collapse)AuthorAgeFilesLines
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-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.2Timo Teräs2017-10-041-3/+3
|
* main/quagga: rebuild against readline-7.0.003Leonardo Arena2017-06-051-1/+1
|
* main/quagga: upgrade to 1.2.1Timo Teräs2017-03-251-2/+2
|
* main/quagga: upgrade to 1.2.0Timo Teräs2017-02-092-15/+79
| | | | | | - 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 CVEWilliam Johansson2017-01-241-4/+8
| | | | | | Fixes CVE-2017-5495. [TT: Added secfixes annotation]
* main/quagga: upgrade to 1.1.0, two CVEsTimo Teräs2016-10-191-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 fixesPrzemyslaw Pawelczyk2016-04-251-1/+1
|
* Reorder arguments passed to addgroup/adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | | Now all invocations have following order of arguments (if present): addgroup -S -g ... GROUP adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
* Improve consistency of scripts using adduser/addgroup.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | | | | | | | Following rules have been applied: - script starts with shebang !#/bin/sh followed by blank line, - script ends with exit 0 prepended by blank line, - only stderr of adduser, addgroup or passwd is redirected to /dev/null, - getent passwd/group instances has been removed, - manual checking of file and group existence has been removed, - `|| true` instances has been removed. Comments and line wrapping have been preserved.
* Add -g option (GECOS/comment) to adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | This way we can avoid ugly default: Linux user,,,
* main/quagga: security upgrade to 1.0.20160315 (CVE-2016-2342). Fixes #5341Leonardo Arena2016-04-062-25/+7
|
* don't prefix GPL version number with a dashSören Tempel2015-10-031-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 manuallyBartłomiej Piotrowski2015-09-101-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 signalsTimo Teräs2015-06-233-15/+39
|
* main/quagga: rework the bgp route selection fixTimo Teräs2015-06-233-42/+21
|
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-283-9/+9
|
* main/quagga: upgrade to 0.99.24.1Timo Teräs2015-03-092-161/+6
| | | | enable pimd, remove deprecated configure options and upstreamed patch
* main/quagga: apply fix to rare bgpd crash during route selectionTimo Teräs2014-12-172-2/+43
| | | | patch picked up from Cumulus Network's quagga patch queue
* main/quagga: upgrade to 0.99.23.1Timo Teräs2014-08-2711-616/+44
| | | | | remove upstreamed patches, autoreconf no longer needed. 'next-hop-self all' patch refreshed to the upstream master git commit.
* main/quagga: fix linux-ipv6 detectionTimo Teräs2014-07-292-2/+30
| | | | remove the glibc version checks. ref #3244
* main/quagga: fix msghdr initializersTimo Teräs2014-07-292-1/+47
| | | | ref #3244
* main/quagga: add -dbg sub packageNatanael Copa2014-07-031-2/+2
| | | | ref #3101
* main/quagga: cherry-pick bgp fixes from 0.99.23-stable branchTimo Teräs2014-06-307-1/+488
|
* main/quagga: upgrade to 0.99.23Timo Teräs2014-06-256-3439/+8
| | | | remove patches present in upstream
* main/quagga: cherry-pick upstream commitsTimo Teräs2014-04-246-11/+3414
| | | | | 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 allTimo Teräs2014-04-242-1/+141
| | | | | | 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.3Timo Teräs2014-03-212-1/+19
|
* main/quagga: create /var/run/quagga at startupNatanael Copa2014-01-077-210/+41
| | | | | and refactor the scripts while at it ref #2294
* main/quagga: use proc for ipforward, and fix musl buildTimo Teräs2013-12-183-25/+39
| | | | | | | 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-routesNatanael Copa2013-12-092-49/+1
| | | | ref #2476
* main/quagga: upgrade to 0.99.22.4Natanael Copa2013-09-091-5/+5
|
* main/quagga: use /sbin/nologin as shellNatanael Copa2013-09-042-2/+2
|
* main/quagga: use /sbin/nologin as shellNatanael Copa2013-09-031-1/+1
|
* main/quagga: fix ownership on /etc/quaggaNatanael Copa2013-08-301-2/+2
|
* main/quagga: upgrade to 0.99.22.3Natanael Copa2013-08-061-5/+5
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-1/+4
|
* main/quagga: enable multipathNatanael Copa2013-05-031-1/+2
|
* main/quagga: upgrade to 0.99.22.1Natanael Copa2013-04-152-22/+5
|
* main/quagga: add snmp supportLeonardo Arena2013-03-221-2/+3
|
* main/quagga: build fix. add perlNatanael Copa2013-03-131-2/+3
|
* main/quagga: upgrade to 0.99.22Natanael Copa2013-03-134-50/+41
|
* main/quagga: build fixes for automake and recent kernel headersNatanael Copa2013-01-013-5/+39
|
* main/quagga: create empty config dirNatanael Copa2012-10-091-1/+2
|
* main/quagga: add post-install/upgrade to cleanupNatanael Copa2012-05-143-2/+12
| | | | | 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.21Natanael Copa2012-05-021-2/+2
|
* main/quagga: upgrade to 0.99.20.1Natanael Copa2012-04-303-16/+12
|
* main/quagga: upgrade to 0.99.20. Fixes #757 (Security Updates)Leonardo Arena2011-10-071-3/+3
|
* main/quagga: remove *.laNatanael Copa2011-06-291-2/+3
|
* main/quagga: upgrade to 0.99.18Natanael Copa2011-03-221-2/+2
|