Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 717736 - net-ftp/filezilla calls directly CC
Summary: net-ftp/filezilla calls directly CC
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly CVE-2019-5429
  Show dependency tree
 
Reported: 2020-04-16 17:38 UTC by Agostino Sarubbo
Modified: 2020-05-09 14:25 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,19.54 KB, text/plain)
2020-04-16 17:38 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-04-16 17:38:53 UTC
This is an auto-filled bug because net-ftp/filezilla calls directly CC. Attached build log and emerge --info
Comment 1 Agostino Sarubbo gentoo-dev 2020-04-16 17:38:58 UTC
Created attachment 633258 [details]
build.log

build log and emerge --info
Comment 2 Bernard Cafarelli gentoo-dev 2020-05-09 13:58:38 UTC
This was only in a stray subdir configure call in src/fzshellext (a windows-only shell extension), which is never compiled after that on Linux.

Anyway, fixing this in 3.47.2.1 stable target and 3.48 bump
Comment 3 Larry the Git Cow gentoo-dev 2020-05-09 14:25:11 UTC
The bug has been closed via the following commit(s):

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

commit d4618488e5f1564a6b89aebe99c7e189a1a597d2
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2020-05-09 14:23:46 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2020-05-09 14:25:00 +0000

    net-ftp/filezilla: 3.48.0 bump
    
    Also patch build system to skip useless configure sub script (win-only
    shell extension) that used default CC. Apply same patch to stable
    candidate 3.47.2.1
    
    Closes: https://bugs.gentoo.org/717736
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>

 net-ftp/filezilla/Manifest                         |  1 +
 .../filezilla-3.47.0-disable-shellext_conf.patch   | 13 ++++
 net-ftp/filezilla/filezilla-3.47.2.1.ebuild        |  1 +
 net-ftp/filezilla/filezilla-3.48.0.ebuild          | 88 ++++++++++++++++++++++
 4 files changed, 103 insertions(+)