<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/mail/nail, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2021-02-21T00:02:15Z</updated>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>nail: Fix compilation without deprecated OpenSSL APIs</title>
<updated>2018-12-03T01:01:44Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-12-03T01:01:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=fbbfabd3c170fc746aaf4358f4b8fc20aa63dd43'/>
<id>urn:sha1:fbbfabd3c170fc746aaf4358f4b8fc20aa63dd43</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>nail: Remove GSSAPI dependency</title>
<updated>2018-11-17T01:13:35Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-11-17T01:11:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=277ca5900854354d7b26c5dce32b8c6f221fff81'/>
<id>urn:sha1:277ca5900854354d7b26c5dce32b8c6f221fff81</id>
<content type='text'>
Buildbots are currently failing because of this.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>nail: add compatibility with openssl 1.1</title>
<updated>2018-05-24T14:41:02Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2018-05-24T14:41:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=624d4c5efded008b1750919759fbd2bca0025477'/>
<id>urn:sha1:624d4c5efded008b1750919759fbd2bca0025477</id>
<content type='text'>
Openssl 1.1 doesn't support SSL2 and does not define the OPENSSL_NO_SSL2
flag either.  Also, it defaults to NO_EGD, so do not use EGD if it's not
enabled in openssl.

Signed-off-by: Eneas U de Queiroz &lt;cote2004-github@yahoo.com&gt;
</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
<entry>
<title>nail: fix build against OpenSSL with disabled SSLv3</title>
<updated>2017-01-18T03:05:26Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2017-01-18T03:03:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a642b4d3715ca9316b615a464de94b9d91ec50db'/>
<id>urn:sha1:a642b4d3715ca9316b615a464de94b9d91ec50db</id>
<content type='text'>
Extend the existing patch handling disabled SSLv2 to cover the SSLv3 case as
well in order to fix the following build error reported by the buildbot:

    openssl.o: In function `ssl_open':
    openssl.c:(.text+0xa1c): undefined reference to `SSLv3_client_method'
    collect2: error: ld returned 1 exit status

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>nail: unbreak compilation</title>
<updated>2014-12-16T08:30:36Z</updated>
<author>
<name>Steven Barth</name>
</author>
<published>2014-12-16T08:30:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=de0ab1305ebb27e18884ad4788e1a21002047a5d'/>
<id>urn:sha1:de0ab1305ebb27e18884ad4788e1a21002047a5d</id>
<content type='text'>
disabling SSLv2 and SSLv3 caused nail to break, fixed this
some of our snapshot builders don't have CVS, switch to Debian as source

Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;
</content>
</entry>
<entry>
<title>nail: fixed version</title>
<updated>2014-11-24T12:05:17Z</updated>
<author>
<name>Dmitry V. Zimin</name>
</author>
<published>2014-11-24T12:05:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2b305a03177bc9fe647376d240882bb9349ae7e8'/>
<id>urn:sha1:2b305a03177bc9fe647376d240882bb9349ae7e8</id>
<content type='text'>
Signed-off-by: Dmitry V. Zimin &lt;pfzim@mail.ru&gt;
</content>
</entry>
<entry>
<title>nail: new package added (heirloom-mailx)</title>
<updated>2014-11-20T14:44:00Z</updated>
<author>
<name>Dmitry V. Zimin</name>
</author>
<published>2014-11-20T14:44:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=74329f9eaa3822bed12406b5f1e24a2177363cdd'/>
<id>urn:sha1:74329f9eaa3822bed12406b5f1e24a2177363cdd</id>
<content type='text'>
Signed-off-by: Dmitry V. Zimin &lt;pfzim@mail.ru&gt;
</content>
</entry>
</feed>
