quagga: update to version 1.1.1 (#541)
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 26 Jan 2020 22:13:23 +0000 (23:13 +0100)
committerMoritz Warning <moritzwarning@web.de>
Mon, 27 Jan 2020 22:58:39 +0000 (23:58 +0100)
commit839ea37939ad1c6cbb4ac543962bbb66be4a2a3f
treec37394959f0cfa298a2d4eec28a8e426937c46e3
parentc82ce8d095a87df32bbd3a89e3cf113721d3ae82
quagga: update to version 1.1.1 (#541)

Makefile changes:
- Use HTTPS everywhere
- Reorder some things to have it in sync with other packages
- Fixed SPDX License Identifier
- Added PKG_LICENSE_FILES
- For checksum use SHA256

Refreshed patches

Fixes CVEs:
- CVE-2017-5495
- CVE-2017-16227

Fixes security issues:
- Quagga-2018-0543: attr_endp used for NOTIFY data
https://gogs.quagga.net/Quagga/quagga/src/master/doc/security/Quagga-2018-0543.txt
- Quagga-2018-1114: bgpd double free
https://gogs.quagga.net/Quagga/quagga/src/master/doc/security/Quagga-2018-1114.txt
- Quagga-2018-1550: debug overrun in notify lookup tables
https://gogs.quagga.net/Quagga/quagga/src/master/doc/security/Quagga-2018-1550.txt
- Quagga-2018-1975: BGP capability inf. loop
https://gogs.quagga.net/Quagga/quagga/src/master/doc/security/Quagga-2018-1975.txt

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
quagga/Makefile
quagga/patches/001-bgpd-Fix-AS_PATH-size-calculation-for-long-paths.patch [new file with mode: 0644]
quagga/patches/002-Quagga-2018-0543.patch [new file with mode: 0644]
quagga/patches/003-Quagga-2018-1114.patch [new file with mode: 0644]
quagga/patches/004-Quagga-2018-1550.patch [new file with mode: 0644]
quagga/patches/005-Quagga-2018-1975.patch [new file with mode: 0644]
quagga/patches/150-no-cross-fs-link.patch