package/vsftpd: bump to 3.0.5
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
966d33676f
commit
6a89a3b830
@ -73,7 +73,7 @@ Index: vsftpd-3.0.2/str.c
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- vsftpd-3.0.2.orig/str.c
|
--- vsftpd-3.0.2.orig/str.c
|
||||||
+++ vsftpd-3.0.2/str.c
|
+++ vsftpd-3.0.2/str.c
|
||||||
@@ -770,3 +770,14 @@ str_replace_unprintable(struct mystr* p_
|
@@ -711,3 +711,14 @@ str_replace_unprintable(struct mystr* p_
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -92,7 +92,7 @@ Index: vsftpd-3.0.2/str.h
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- vsftpd-3.0.2.orig/str.h
|
--- vsftpd-3.0.2.orig/str.h
|
||||||
+++ vsftpd-3.0.2/str.h
|
+++ vsftpd-3.0.2/str.h
|
||||||
@@ -101,6 +101,7 @@ void str_replace_unprintable(struct myst
|
@@ -100,6 +100,7 @@ void str_replace_unprintable(struct myst
|
||||||
int str_atoi(const struct mystr* p_str);
|
int str_atoi(const struct mystr* p_str);
|
||||||
filesize_t str_a_to_filesize_t(const struct mystr* p_str);
|
filesize_t str_a_to_filesize_t(const struct mystr* p_str);
|
||||||
unsigned int str_octal_to_uint(const struct mystr* p_str);
|
unsigned int str_octal_to_uint(const struct mystr* p_str);
|
||||||
|
@ -21,7 +21,7 @@ diff --git a/sysutil.c b/sysutil.c
|
|||||||
index 6d7cb3f..099748f 100644
|
index 6d7cb3f..099748f 100644
|
||||||
--- a/sysutil.c
|
--- a/sysutil.c
|
||||||
+++ b/sysutil.c
|
+++ b/sysutil.c
|
||||||
@@ -608,13 +608,13 @@ vsf_sysutil_exit(int exit_code)
|
@@ -592,13 +592,13 @@ vsf_sysutil_exit(int exit_code)
|
||||||
}
|
}
|
||||||
|
|
||||||
struct vsf_sysutil_wait_retval
|
struct vsf_sysutil_wait_retval
|
||||||
@ -41,7 +41,7 @@ diff --git a/sysutil.h b/sysutil.h
|
|||||||
index c145bdf..13153cd 100644
|
index c145bdf..13153cd 100644
|
||||||
--- a/sysutil.h
|
--- a/sysutil.h
|
||||||
+++ b/sysutil.h
|
+++ b/sysutil.h
|
||||||
@@ -177,7 +177,7 @@ struct vsf_sysutil_wait_retval
|
@@ -175,7 +175,7 @@ struct vsf_sysutil_wait_retval
|
||||||
int PRIVATE_HANDS_OFF_syscall_retval;
|
int PRIVATE_HANDS_OFF_syscall_retval;
|
||||||
int PRIVATE_HANDS_OFF_exit_status;
|
int PRIVATE_HANDS_OFF_exit_status;
|
||||||
};
|
};
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Locally calculated after checking pgp signature
|
# Locally calculated after checking pgp signature
|
||||||
sha256 6b9421bd27e8a6cdeed5b31154f294a20b003a11a26c09500715a0a6b1b86a26 vsftpd-3.0.4.tar.gz
|
sha256 26b602ae454b0ba6d99ef44a09b6b9e0dfa7f67228106736df1f278c70bc91d3 vsftpd-3.0.5.tar.gz
|
||||||
# Locally computed
|
# Locally computed
|
||||||
sha256 c9cf119e2f9dbcf187fb805ba5aded105db26a693803636fb7228c98460ffbf2 COPYING
|
sha256 c9cf119e2f9dbcf187fb805ba5aded105db26a693803636fb7228c98460ffbf2 COPYING
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
VSFTPD_VERSION = 3.0.4
|
VSFTPD_VERSION = 3.0.5
|
||||||
VSFTPD_SITE = https://security.appspot.com/downloads
|
VSFTPD_SITE = https://security.appspot.com/downloads
|
||||||
VSFTPD_LIBS = -lcrypt
|
VSFTPD_LIBS = -lcrypt
|
||||||
VSFTPD_LICENSE = GPL-2.0
|
VSFTPD_LICENSE = GPL-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user