commit: 2df1ea56a6e652d459e19c2cae51a6408ad68623 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Sep 24 23:48:06 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Sep 24 23:48:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2df1ea56
net-misc/sitecopy: add neon-0.31 patch Closes: https://bugs.gentoo.org/779847 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/sitecopy/files/sitecopy-0.16.6-32-neon-0.31.patch | 13 +++++++++++++ net-misc/sitecopy/sitecopy-0.16.6-r1.ebuild | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/net-misc/sitecopy/files/sitecopy-0.16.6-32-neon-0.31.patch b/net-misc/sitecopy/files/sitecopy-0.16.6-32-neon-0.31.patch new file mode 100644 index 00000000000..c07c5085a34 --- /dev/null +++ b/net-misc/sitecopy/files/sitecopy-0.16.6-32-neon-0.31.patch @@ -0,0 +1,13 @@ +https://sources.debian.org/patches/sitecopy/1:0.16.6-9/32_neon-0.31.patch/ +https://bugs.gentoo.org/779847 +--- a/src/ftp.c ++++ b/src/ftp.c +@@ -634,7 +634,7 @@ static int dtp_open_active(ftp_session * + char *a, *p; + int ret; + int listener; +- ksize_t alen; ++ size_t alen; + struct sockaddr_in addr; + + ret = ftp_open(sess); diff --git a/net-misc/sitecopy/sitecopy-0.16.6-r1.ebuild b/net-misc/sitecopy/sitecopy-0.16.6-r1.ebuild index 94aa7118251..3b63980075a 100644 --- a/net-misc/sitecopy/sitecopy-0.16.6-r1.ebuild +++ b/net-misc/sitecopy/sitecopy-0.16.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -38,6 +38,7 @@ src_prepare() { "${FILESDIR}/sitecopy-0.16.6-10-bts410703-preserve-storage-files-sigint.patch" \ "${FILESDIR}/sitecopy-0.16.6-20-bts549721-add-compatibility-for-neon-0.29.0.patch" \ "${FILESDIR}/sitecopy-0.16.6-30-bts320586-manpage-document-sftp.patch" \ + "${FILESDIR}/sitecopy-0.16.6-32-neon-0.31.patch" \ "${DISTDIR}/sitecopy-0.16.6-04-manpages-addition-fixes.patch" # Source package uses incorrect '/usr/doc' for the doc folder. So use
