Skip to content

Commit

Permalink
vsftpd:
Browse files Browse the repository at this point in the history
 * bump version to [https://security.appspot.com/vsftpd/Changelog.txt 3.0.3]


git-svn-id: file:///var/svn/freetz/trunk@13427 149334a1-2f27-0410-a3b9-fc62619ac1e6
  • Loading branch information
er13 committed Oct 11, 2015
1 parent c6d593b commit f5cffce
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 21 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ Latest changes:
* unrar 5.2.7 (=rar 5.21)
* usbip 0.1.8
* vim 7.4.663
* vsftpd 3.0.3
* wget 1.16.3
* xpdf 3.04
* Zabbix 2.4.6
Expand Down
2 changes: 1 addition & 1 deletion make/vsftpd/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_VSFTPD
bool "vsftpd 3.0.2"
bool "vsftpd 3.0.3"
select FREETZ_LIB_libcrypt if ! FREETZ_PACKAGE_VSFTPD_STATIC
default n
help
Expand Down
17 changes: 0 additions & 17 deletions make/vsftpd/patches/0045-seccomp-gettimeofday.debian.patch

This file was deleted.

2 changes: 1 addition & 1 deletion make/vsftpd/patches/100-freetz_paths.patch
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
+ install_str_setting("/var/tmp/flash/vsftpd.pem",
&tunable_rsa_cert_file);
install_str_setting(0, &tunable_dsa_cert_file);
install_str_setting("AES128-SHA:DES-CBC3-SHA", &tunable_ssl_ciphers);
install_str_setting("ECDHE-RSA-AES256-GCM-SHA384", &tunable_ssl_ciphers);
--- defs.h
+++ defs.h
@@ -1,7 +1,7 @@
Expand Down
4 changes: 2 additions & 2 deletions make/vsftpd/vsftpd.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$(call PKG_INIT_BIN, 3.0.2)
$(call PKG_INIT_BIN, 3.0.3)
$(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tar.gz
$(PKG)_SOURCE_MD5:=8b00c749719089401315bd3c44dddbb2
$(PKG)_SOURCE_MD5:=da119d084bd3f98664636ea05b5bb398
$(PKG)_SITE:=https://security.appspot.com/downloads

$(PKG)_BINARY:=$($(PKG)_DIR)/vsftpd
Expand Down

0 comments on commit f5cffce

Please sign in to comment.