Author Topic: How to update pure-ftpd  (Read 12864 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
How to update pure-ftpd
« on: February 23, 2018, 09:47:38 AM »
Could someone perhaps explain how to update pure-ftpd on CWP 6 please.
My current version is the default from install, FTP version: 1.0.36 , which is now an obsolete version.

Offline
***
Re: How to update pure-ftpd
« Reply #1 on: February 24, 2018, 05:11:44 PM »
Did you tryed..?:
# yum update

Re: How to update pure-ftpd
« Reply #2 on: February 27, 2018, 11:51:49 AM »
CWP 6 = CWP for CentOS 6?
Code: [Select]
yum info pure-ftpd
Will show if there is any more recent version available on the repos of the system. For CentOS 7 CWP is providing currently pure-ftpd v 1.0.46 which is just slightly behind the latest release : 1.0.47 (released on October 27, 2017)

Else you head over to https://www.pureftpd.org/project/pure-ftpd and compile the latest version from source.

Offline
*
Re: How to update pure-ftpd
« Reply #3 on: February 27, 2018, 02:35:48 PM »
Thx for the info
Yes i am referring CWP 6 as CentOS 6

Results of

 yum info pure-ftpd
Loaded plugins: fastestmirror, protectbase, replace
Loading mirror speeds from cached hostfile
 * base: centos.bhs.mirrors.ovh.net
 * extras: centos.bhs.mirrors.ovh.net
 * rpmforge: mirror.team-cymru.org
 * updates: centos.bhs.mirrors.ovh.net
0 packages excluded due to repository protections
Installed Packages
Name        : pure-ftpd
Arch        : x86_64
Version     : 1.0.36
Release     : 1.el6.rf
Size        : 1.4 M
Repo        : installed
From repo   : rpmforge
Summary     : Lightweight, fast and secure FTP server
URL         : http://www.pureftpd.org/
License     : BSD
Description : Pure-FTPd is a fast, production-quality, standard-comformant FTP
            : server, based upon Troll-FTPd. Unlike other popular FTP servers,
            : it has no known security flaw, it is really trivial to set up and
            : it is especially designed for modern Linux and FreeBSD kernels
            : (setfsuid, sendfile, capabilities) . Features include PAM support,
            : IPv6, chroot()ed home directories, virtual domains, built-in LS,
            : anti-warez system, bandwidth throttling, FXP, bounded ports for
            : passive downloads, UL/DL ratios, native LDAP and SQL support,
            : Apache log files and more. Rebuild switches:
            : --without extauth  disable external authentication
            : --without ldap     disable ldap support
            : --without mysql    disable mysql support
            : --without pgsql    disable postgresql support
            : --without tls      disable SSL/TLS

seems there is no update available possibly due to repo protections??
Reason i have not updated from source is I am unsure if there will be any conflicts , hopefully admin will respond and clarify this.

Re: How to update pure-ftpd
« Reply #4 on: February 27, 2018, 03:12:21 PM »
your installation stems from the rpmforge repo. Is the cwp repo enabled?
Code: [Select]
yum repolist all
and perhaps check also
Code: [Select]
yum whatprovides pure-ftpd

Re: How to update pure-ftpd
« Reply #5 on: February 27, 2018, 03:14:36 PM »
https://wiki.centos.org/AdditionalResources/Repositories/RPMForge
Quote
RPMForge/RepoForge is a dead project. It is not maintained. DO NOT USE.

Offline
*
Re: How to update pure-ftpd
« Reply #6 on: February 27, 2018, 05:26:13 PM »
Thx once again.

cwp repo is enabled and i have also disabled rpmforge repo.
It seems that pureftpd is in fact coming from the rpmforge repo.





Re: How to update pure-ftpd
« Reply #7 on: February 27, 2018, 05:28:10 PM »
and the cwp repo does not provide pure-ftpd at all?

Offline
*
Re: How to update pure-ftpd
« Reply #8 on: February 27, 2018, 05:33:30 PM »
Doesn't look like it
http://repo.centos-webpanel.com/repo/6/

when you look at the cwp 7 repo they have pure-ftpd listed on that.