<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/vsftpd/patches, 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-06-02T09:00:26Z</updated>
<entry>
<title>vsftpd: update to 3.0.4</title>
<updated>2021-06-02T09:00:26Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-02T01:03:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3737c84bbdeb45c451c103664bab696e3f35692c'/>
<id>urn:sha1:3737c84bbdeb45c451c103664bab696e3f35692c</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<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>vsftpd: Fix compilation without ECC or deprecated APIs</title>
<updated>2018-11-24T02:18:03Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-11-24T02:18:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1371b7be878382b8b52cd73ff72a3a41d28013c4'/>
<id>urn:sha1:1371b7be878382b8b52cd73ff72a3a41d28013c4</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>vsftpd: update to 3.0.3</title>
<updated>2015-08-17T19:21:23Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2015-08-17T19:21:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f1b60bac41d922f10f7f47c3c3a354268104a4db'/>
<id>urn:sha1:f1b60bac41d922f10f7f47c3c3a354268104a4db</id>
<content type='text'>
Update vsftpd to 3.0.3 released in July 2015.

Changelog: https://security.appspot.com/vsftpd/Changelog.txt
Release blog: http://scarybeastsecurity.blogspot.fi/2015/07/vsftpd-303-released-and-horrors-of-ftp.html

- Increase VSFTP_AS_LIMIT to 200MB; various reports.
- Make the PWD response more RFC compliant; report from Barry Kelly
&lt;barry@modeltwozero.com&gt;.
- Remove the trailing period from EPSV response to work around BT Internet
issues; report from Tim Bishop &lt;tdb@mirrorservice.org&gt;.
- Fix syslog_enable issues vs. seccomp filtering. Report from Michal Vyskocil
&lt;mvyskocil@suse.cz&gt;. At least, syslogging seems to work on my Fedora now.
- Allow gettimeofday() in the seccomp sandbox. I can't repro failures, but I
probably have a different distro / libc / etc. and there are multiple reports.
- Some kernels support PR_SET_NO_NEW_PRIVS but not PR_SET_SECCOMP, so handle
this case gracefully. Report from Vasily Averin &lt;vvs@odin.com&gt;.
- List the TLS1.2 cipher AES128-GCM-SHA256 as first preference by default.
- Make some compile-time SSL defaults (such as correct client shutdown
handling) stricter.
- Disable Nagle algorithm during SSL data connection shutdown, to avoid 200ms
delays. From Tim Kosse &lt;tim.kosse@filezilla-project.org&gt;.
- Kill the FTP session if we see HTTP protocol commands, to avoid
cross-protocol attacks. A report from Jann Horn &lt;jann@thejh.net&gt;.
- Kill the FTP session if we see session re-use failure. A report from
Tim Kosse &lt;tim.kosse@filezilla-project.org&gt;.
(vsftpd-3.0.3pre1)
- Enable ECDHE, Tim Kosse &lt;tim.kosse@filezilla-project.org&gt;.
- Default cipher list is now just ECDHE-RSA-AES256-GCM-SHA384.
- Minor SSL logging improvements.
- Un-default tunable_strict_ssl_write_shutdown again. We still have
tunable_strict_ssl_read_eof defaulted now, which is the important one to prove
upload integrity.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>[packages] vsftpd: CVE-2015-1419 Unspecified vulnerability in vsftp 3.0.2 and earlier allows remote attackers to bypass access restrictions via unknown vectors, related to deny_file parsing.</title>
<updated>2015-06-28T20:02:08Z</updated>
<author>
<name>Cezary Jackiewicz</name>
</author>
<published>2015-06-28T20:02:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=62fff58380787e886f26c95991c5b4804de3a511'/>
<id>urn:sha1:62fff58380787e886f26c95991c5b4804de3a511</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vsftpd: fix musl compatibility</title>
<updated>2015-06-16T18:50:04Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2015-06-16T18:50:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bc7c3799d4a406ece96e74418b2df2734f571bfc'/>
<id>urn:sha1:bc7c3799d4a406ece96e74418b2df2734f571bfc</id>
<content type='text'>
Make vsftpd to compile with musl, while preserving uclibc compatibility.

When using musl:
* disable UTMPX functionality
* disable -lnsl option in upstream Makefile

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>vsftpd: import from oldpackages. No changes.</title>
<updated>2014-07-21T16:40:36Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2014-07-21T16:40:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=aff2e9e76448a59782585605c9fbfbdba8fd5203'/>
<id>urn:sha1:aff2e9e76448a59782585605c9fbfbdba8fd5203</id>
<content type='text'>
</content>
</entry>
</feed>
