libfetch: remove support for FTP
As discussed in #10749, I suggested that we remove FTP support to reduce possible attack surface
as there are no Alpine mirrors which use FTP.
There are also no known mirrors of any other apk-using distribution which use FTP, so I believe
we are safe to remove support for FTP-based mirrors in apk-tools 3.
Signed-off-by:
Ariadne Conill <ariadne@dereferenced.org>
Showing
- libfetch/Makefile 2 additions, 2 deletionslibfetch/Makefile
- libfetch/common.c 1 addition, 7 deletionslibfetch/common.c
- libfetch/common.h 0 additions, 2 deletionslibfetch/common.h
- libfetch/fetch.3 2 additions, 47 deletionslibfetch/fetch.3
- libfetch/fetch.c 0 additions, 20 deletionslibfetch/fetch.c
- libfetch/fetch.cat3 2 additions, 33 deletionslibfetch/fetch.cat3
- libfetch/fetch.h 0 additions, 9 deletionslibfetch/fetch.h
- libfetch/ftp.c 0 additions, 1268 deletionslibfetch/ftp.c
- libfetch/ftp.errors 0 additions, 48 deletionslibfetch/ftp.errors
- libfetch/http.c 0 additions, 8 deletionslibfetch/http.c
- libfetch/meson.build 1 addition, 10 deletionslibfetch/meson.build
Loading
Please register or sign in to comment