<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/frr, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>community/frr: move from testing</title>
<updated>2020-03-24T08:24:24+00:00</updated>
<author>
<name>Thomas Liske</name>
<email>thomas@fiasko-nw.net</email>
</author>
<published>2020-03-23T11:15:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=621005066e1510cda646b2a5f4707dcab7b5540f'/>
<id>621005066e1510cda646b2a5f4707dcab7b5540f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/frr: do not set SPHINXBUILD explicitly</title>
<updated>2020-01-26T11:43:19+00:00</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2020-01-26T11:29:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=6cb42d976ef6f466e38227a54be0ff162abd1dab'/>
<id>6cb42d976ef6f466e38227a54be0ff162abd1dab</id>
<content type='text'>
Previously phy3-sphinx only provided sphinx-build-3, not sphinx-build.
Fortunately, this changed recently. This change does not include a
pkgrel bump as it should result in the same package.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously phy3-sphinx only provided sphinx-build-3, not sphinx-build.
Fortunately, this changed recently. This change does not include a
pkgrel bump as it should result in the same package.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/frr: disable on s390x, lots of failing tests</title>
<updated>2019-12-22T22:45:52+00:00</updated>
<author>
<name>Rasmus Thomsen</name>
<email>oss@cogitri.dev</email>
</author>
<published>2019-12-22T22:45:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=14dd43e7c953a7640cc076039a38c8039da0b123'/>
<id>14dd43e7c953a7640cc076039a38c8039da0b123</id>
<content type='text'>
Fix indention (use tabs instead of spaces)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix indention (use tabs instead of spaces)
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/frr: upgrade to 7.2, take maintainership</title>
<updated>2019-12-22T13:38:22+00:00</updated>
<author>
<name>Daniel Corbe</name>
<email>daniel@corbe.net</email>
</author>
<published>2019-12-22T05:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=3a95b47cd34a53d4a5daf99247657a5558f73d8d'/>
<id>3a95b47cd34a53d4a5daf99247657a5558f73d8d</id>
<content type='text'>
It appears as if the previous maintainer does not have a vaild
E-Mail address and I would like to see frr bumped to 7.2 in testing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It appears as if the previous maintainer does not have a vaild
E-Mail address and I would like to see frr bumped to 7.2 in testing
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/frr: use python3</title>
<updated>2019-09-09T15:37:48+00:00</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2019-09-09T15:05:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=43cac210ee9ac7a736b07e3f6b7162be1674d554'/>
<id>43cac210ee9ac7a736b07e3f6b7162be1674d554</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/frr: Update to 7.1</title>
<updated>2019-07-24T13:30:05+00:00</updated>
<author>
<name>Christian Franke</name>
<email>nobody@nowhere.ws</email>
</author>
<published>2019-03-28T13:42:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=2c49ce286bac1d18bd5399a47b2ac42724797b2f'/>
<id>2c49ce286bac1d18bd5399a47b2ac42724797b2f</id>
<content type='text'>
Insert myself as a maintainer. I have not heard from Arthur Jones for
quite some time. Given that there has been no update to the package
since August 2018 although upstream released two new major versions in
the meantime, this package seems abandoned to me, so I hope this is
acceptable.

FRR should build and run fine on all architectures, so the package
`arch` should not be limited to x86_64.

While a small part of FRR's source is provided under the terms of the
LGPL license, the resulting binary can only be distributed under the
terms of the GPL, version 2.0 or (at the users option) any later
version. Update the `license` field to reflect this.

Starting from version 6.0, FRR requires libyang, so add it as a
build time dependency.

FRR has modules for integrating SNMP and RPKI. Add their dependencies
as build time dependencies and package them as subpackages.

Add `noarch` to those subpackages which do not contain any architecture
specific files.

FRR changed its statup script to  `/usr/lib/frr/frrinit.sh` - propagate this
change to the OpenRC wrapper script.

`inet_ntop` in musl has been fixed to be standards compliant, so the
patch `make-check-bypass-isisd-tlv.patch` is no longer needed.

According to upstream the headers and shared libraries are not for
consumption by external programs, so they should not be packaged
as a `-dev` package.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Insert myself as a maintainer. I have not heard from Arthur Jones for
quite some time. Given that there has been no update to the package
since August 2018 although upstream released two new major versions in
the meantime, this package seems abandoned to me, so I hope this is
acceptable.

FRR should build and run fine on all architectures, so the package
`arch` should not be limited to x86_64.

While a small part of FRR's source is provided under the terms of the
LGPL license, the resulting binary can only be distributed under the
terms of the GPL, version 2.0 or (at the users option) any later
version. Update the `license` field to reflect this.

Starting from version 6.0, FRR requires libyang, so add it as a
build time dependency.

FRR has modules for integrating SNMP and RPKI. Add their dependencies
as build time dependencies and package them as subpackages.

Add `noarch` to those subpackages which do not contain any architecture
specific files.

FRR changed its statup script to  `/usr/lib/frr/frrinit.sh` - propagate this
change to the OpenRC wrapper script.

`inet_ntop` in musl has been fixed to be standards compliant, so the
patch `make-check-bypass-isisd-tlv.patch` is no longer needed.

According to upstream the headers and shared libraries are not for
consumption by external programs, so they should not be packaged
as a `-dev` package.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/frr: rebuild against readline 8</title>
<updated>2019-03-13T17:15:34+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-03-13T15:10:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=80899d256542960f670bb4df3533603115ae1e0a'/>
<id>80899d256542960f670bb4df3533603115ae1e0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/frr: set /etc/frr to be owned by frr:frr</title>
<updated>2018-08-30T15:33:02+00:00</updated>
<author>
<name>Arthur Jones</name>
<email>arthur.jones@riverbed.com</email>
</author>
<published>2018-08-22T21:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=b59f1ba19925bb222f1dd525700e8d1111a9dd1d'/>
<id>b59f1ba19925bb222f1dd525700e8d1111a9dd1d</id>
<content type='text'>
Currently, /etc/frr is owned by root, but when re-writing config
with command like:

router# copy running-config startup-config

we fail as we drop down to frr:frr when writing config.

Here, we chown -R frr:frr /etc/frr to make sure we can re-write config
safely

Fixes: #9328
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, /etc/frr is owned by root, but when re-writing config
with command like:

router# copy running-config startup-config

we fail as we drop down to frr:frr when writing config.

Here, we chown -R frr:frr /etc/frr to make sure we can re-write config
safely

Fixes: #9328
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/frr: break out a tools subpackage to clean up dependencies</title>
<updated>2018-08-05T16:39:23+00:00</updated>
<author>
<name>Arthur Jones</name>
<email>arthur.jones@riverbed.com</email>
</author>
<published>2018-08-01T16:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=1ec8c4f6cd9470ba3bee7eb87dd9a738090c11a7'/>
<id>1ec8c4f6cd9470ba3bee7eb87dd9a738090c11a7</id>
<content type='text'>
For convenience, frr-reload.py is now packaged with the main package,
but that brings in python2.  Here, we break out an frr-pythontools package
so that we can keep python2 out of the base package.

Fixes #9172
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For convenience, frr-reload.py is now packaged with the main package,
but that brings in python2.  Here, we break out an frr-pythontools package
so that we can keep python2 out of the base package.

Fixes #9172
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/frr: improve dependencies</title>
<updated>2018-07-31T12:32:24+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-07-31T12:27:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=53496e7ce2dc6668247ee704c5a8f0780f21fbaa'/>
<id>53496e7ce2dc6668247ee704c5a8f0780f21fbaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
