Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 513486 - net-ftp/atftp - increase BKLSIZE
Summary: net-ftp/atftp - increase BKLSIZE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tobias Klausmann (RETIRED)
URL:
Whiteboard:
Keywords: PATCH, PullRequest
Depends on:
Blocks:
 
Reported: 2014-06-16 16:55 UTC by Pavel
Modified: 2019-04-23 08:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
atftp-0.7 blksize patch (atftp-0.7-blksize.patch,5.69 KB, patch)
2014-06-16 16:55 UTC, Pavel
Details | Diff
atftp-0.7-r4.ebuild (atftp-0.7-r4.ebuild,1.93 KB, text/plain)
2014-06-16 16:56 UTC, Pavel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel 2014-06-16 16:55:10 UTC
Created attachment 379046 [details, diff]
atftp-0.7 blksize patch

fixes problem, when clients cann't download files more then 32Mb by tftp from atftp server - and the server print in log: "Requested file to big, increase BLKSIZE".
Comment 1 Pavel 2014-06-16 16:56:28 UTC
Created attachment 379048 [details]
atftp-0.7-r4.ebuild
Comment 2 Pavel 2014-06-16 16:58:06 UTC
patch and ebuild for atftp-0.7 solving problem with uploading files more then 32Mb from tftp server
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2014-06-16 20:30:53 UTC
(In reply to Pavel from comment #2)
> patch and ebuild for atftp-0.7 solving problem with uploading files more
> then 32Mb from tftp server

I assume you meant MB for megabytes and not mb for millibits.
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2014-06-16 20:31:16 UTC
Comment on attachment 379048 [details]
atftp-0.7-r4.ebuild

--- atftp-0.7-r3.ebuild 2014-01-26 23:44:32.128956624 +0100
+++ -   2014-06-16 22:31:08.883338208 +0200
@@ -35,6 +35,7 @@
        epatch "${FILESDIR}"/${P}-blockno.patch
        epatch "${FILESDIR}"/${P}-spaced_filename.patch
        epatch "${FILESDIR}"/${P}-illreply.patch
+       epatch "${FILESDIR}"/${P}-blksize.patch
        # remove upstream's broken CFLAGS
        sed -i.orig -e \
          '/^CFLAGS="-g -Wall -D_REENTRANT"/s,".*","",g' \
Comment 5 Pavel 2014-06-18 03:29:50 UTC
(In reply to Jeroen Roovers from comment #3)
> (In reply to Pavel from comment #2)
> > patch and ebuild for atftp-0.7 solving problem with uploading files more
> > then 32Mb from tftp server
> 
> I assume you meant MB for megabytes and not mb for millibits.

Yes, MB
Comment 6 Larry the Git Cow gentoo-dev 2019-04-23 08:09:36 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a381735043aa3af0fb344388d12148b857d57847

commit a381735043aa3af0fb344388d12148b857d57847
Author:     Martin Dummer <martin.dummer@gmx.net>
AuthorDate: 2019-04-22 10:11:17 +0000
Commit:     Tobias Klausmann <klausman@gentoo.org>
CommitDate: 2019-04-23 08:09:09 +0000

    net-ftp/atftp: version bump to 0.7.2
    
    new version 0.7.2, includes all patches from debian & gentoo
    add proxy-maintainer
    
    Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
    Closes: https://bugs.gentoo.org/513486
    Closes: https://bugs.gentoo.org/636150
    Package-Manager: Portage-2.3.63, Repoman-2.3.12
    Signed-off-by: Tobias Klausmann <klausman@gentoo.org>

 net-ftp/atftp/Manifest                       |  1 +
 net-ftp/atftp/atftp-0.7.2.ebuild             | 68 ++++++++++++++++++++++++++++
 net-ftp/atftp/files/atftp-0.7.2-CFLAGS.patch | 32 +++++++++++++
 net-ftp/atftp/files/atftp.init               |  0
 net-ftp/atftp/metadata.xml                   | 13 ++++--
 5 files changed, 111 insertions(+), 3 deletions(-)