<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/i2pd, branch 3.10-stable</title>
<subtitle>Main aports tree
</subtitle>
<id>https://git-old.alpinelinux.org/aports/atom?h=3.10-stable</id>
<link rel='self' href='https://git-old.alpinelinux.org/aports/atom?h=3.10-stable'/>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<updated>2019-06-15T15:22:13Z</updated>
<entry>
<title>testing/i2pd: bump to 2.26 and enable upnp</title>
<updated>2019-06-15T15:22:13Z</updated>
<author>
<name>opal hart</name>
<email>opal@wowana.me</email>
</author>
<published>2019-06-15T09:48:13Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=82cc89968a82f865789123c5a68d372fa699bde8'/>
<id>urn:sha1:82cc89968a82f865789123c5a68d372fa699bde8</id>
<content type='text'>
set USE_UPNP=yes for make args and add dependency for miniupnpc-dev.
this allows i2pd to be more useful for users e.g. on residential ISPs,
behind NAT
</content>
</entry>
<entry>
<title>testing/i2pd: upgrade to 2.25.0</title>
<updated>2019-05-10T10:38:49Z</updated>
<author>
<name>R4SAS</name>
<email>r4sas@users.noreply.github.com</email>
</author>
<published>2019-05-10T02:15:43Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=4bb55736b3c65d9ca9c261f331bc71df3c759aa3'/>
<id>urn:sha1:4bb55736b3c65d9ca9c261f331bc71df3c759aa3</id>
<content type='text'>
Closes GH-7761
</content>
</entry>
<entry>
<title>testing/i2pd: rebuild against boost-1.69</title>
<updated>2019-04-02T10:31:58Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-04-01T16:52:03Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=57c38e109e4fa2f968c1decb029684034b8bd357'/>
<id>urn:sha1:57c38e109e4fa2f968c1decb029684034b8bd357</id>
<content type='text'>
</content>
</entry>
<entry>
<title>testing/i2pd: upgrade to 2.24.0</title>
<updated>2019-03-22T19:56:59Z</updated>
<author>
<name>R4SAS</name>
<email>r4sas@i2pmail.org</email>
</author>
<published>2019-03-22T19:46:25Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=7dd426b1452b0b2b24ab2a9c125dcec9696698ef'/>
<id>urn:sha1:7dd426b1452b0b2b24ab2a9c125dcec9696698ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>testing/i2pd: disable build on arm family</title>
<updated>2018-12-08T11:40:34Z</updated>
<author>
<name>Carlo Landmeter</name>
<email>clandmeter@alpinelinux.org</email>
</author>
<published>2018-12-08T11:40:34Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=43012876f890ad9fc5745e6f7c5a79605377e4ba'/>
<id>urn:sha1:43012876f890ad9fc5745e6f7c5a79605377e4ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>testing/i2pd: upgrade to 2.22.0</title>
<updated>2018-12-08T11:03:14Z</updated>
<author>
<name>Andy Postnikov</name>
<email>apostnikov@gmail.com</email>
</author>
<published>2018-12-08T10:51:26Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=d4415b94e7e6d65e15f68283c9ba47c29d5e47c1'/>
<id>urn:sha1:d4415b94e7e6d65e15f68283c9ba47c29d5e47c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>testing/i2pd: rebuild against openssl 1.1</title>
<updated>2018-11-07T16:46:15Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-11-06T16:41:57Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=61ad2260d9f23ab558ed67096df41a89229bd421'/>
<id>urn:sha1:61ad2260d9f23ab558ed67096df41a89229bd421</id>
<content type='text'>
</content>
</entry>
<entry>
<title>testing/i2pd: Allow for use with syslog</title>
<updated>2018-11-01T15:29:26Z</updated>
<author>
<name>opal hart</name>
<email>opal@wowana.me</email>
</author>
<published>2018-10-31T06:47:33Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=262b38de90060adb6cd3601ae7184d6551473912'/>
<id>urn:sha1:262b38de90060adb6cd3601ae7184d6551473912</id>
<content type='text'>
Currently the init script for i2pd expects I2PD_LOG to be set and
proceeds to touch the file on service start. However, i2pd is allowed to
log to stdout/syslog which does not require this log file to be created.
This patch removes the mandation that I2PD_LOG be set in
/etc/conf.d/i2pd and will only touch the file if the log variable is
set. For anyone using the default log-to-file settings, there is no
noticeable change in functionality.
</content>
</entry>
<entry>
<title>testing/i2pd: upgrade to 2.21.1</title>
<updated>2018-11-01T15:25:49Z</updated>
<author>
<name>opal hart</name>
<email>opal@wowana.me</email>
</author>
<published>2018-10-31T06:37:15Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=53c40f97a7885b8daa780524ab5cd1c5872b9656'/>
<id>urn:sha1:53c40f97a7885b8daa780524ab5cd1c5872b9656</id>
<content type='text'>
</content>
</entry>
<entry>
<title>testing/i2pd: upgrade to 2.21.0</title>
<updated>2018-10-05T23:09:49Z</updated>
<author>
<name>Andy Postnikov</name>
<email>apostnikov@gmail.com</email>
</author>
<published>2018-10-05T20:38:15Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=1b92495e887cd2c819aed086045011952a26c55e'/>
<id>urn:sha1:1b92495e887cd2c819aed086045011952a26c55e</id>
<content type='text'>
</content>
</entry>
</feed>
