Mon, 16 Sep 2024 04:49:00 UTC | login

Information for build proftpd-1.3.6-22.fc31

ID107143
Package Nameproftpd
Version1.3.6
Release22.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/proftpd.git#447397e580e60ed82033940135d45f2fa4c07a83
SummaryFlexible, stable and highly-configurable FTP server
DescriptionProFTPD is an enhanced FTP server with a focus toward simplicity, security, and ease of configuration. It features a very Apache-like configuration syntax, and a highly customizable server infrastructure, including support for multiple 'virtual' FTP servers, anonymous FTP, and permission-based directory visibility. This package defaults to the standalone behavior of ProFTPD, but all the needed scripts to have it run by systemd instead are included.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 30 Jul 2019 18:34:30 UTC
CompletedTue, 30 Jul 2019 21:09:22 UTC
Taskbuild (f31-candidate, /rpms/proftpd.git:447397e580e60ed82033940135d45f2fa4c07a83)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/proftpd.git#447397e580e60ed82033940135d45f2fa4c07a83'}}
Tags
f31
f32
f33
RPMs
src
proftpd-1.3.6-22.fc31.src.rpm (info) (download)
riscv64
proftpd-1.3.6-22.fc31.riscv64.rpm (info) (download)
proftpd-devel-1.3.6-22.fc31.riscv64.rpm (info) (download)
proftpd-ldap-1.3.6-22.fc31.riscv64.rpm (info) (download)
proftpd-mysql-1.3.6-22.fc31.riscv64.rpm (info) (download)
proftpd-postgresql-1.3.6-22.fc31.riscv64.rpm (info) (download)
proftpd-sqlite-1.3.6-22.fc31.riscv64.rpm (info) (download)
proftpd-utils-1.3.6-22.fc31.riscv64.rpm (info) (download)
proftpd-debuginfo-1.3.6-22.fc31.riscv64.rpm (info) (download)
proftpd-debugsource-1.3.6-22.fc31.riscv64.rpm (info) (download)
proftpd-ldap-debuginfo-1.3.6-22.fc31.riscv64.rpm (info) (download)
proftpd-mysql-debuginfo-1.3.6-22.fc31.riscv64.rpm (info) (download)
proftpd-postgresql-debuginfo-1.3.6-22.fc31.riscv64.rpm (info) (download)
proftpd-sqlite-debuginfo-1.3.6-22.fc31.riscv64.rpm (info) (download)
proftpd-utils-debuginfo-1.3.6-22.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Jul 23 2019 Paul Howarth <paul@city-fan.org> - 1.3.6-21 - An arbitrary file copy vulnerability in mod_copy in ProFTPD allowed for remote code execution and information disclosure without authentication (CVE-2019-12815) http://bugs.proftpd.org/show_bug.cgi?id=4372 https://github.com/proftpd/proftpd/pull/816 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 1.3.6-19 - Rebuilt for libcrypt.so.2 (#1666033) * Thu Sep 06 2018 Paul Howarth <paul@city-fan.org> - 1.3.6-18 - Switch from postgresql-devel to libpq-devel from Fedora 30 onwards * Fri Aug 24 2018 Paul Howarth <paul@city-fan.org> - 1.3.6-17 - Fix infinite loop possible in mod_sftp's set_sftphostkey() function, by actually iterating properly for the next configuration record http://bugs.proftpd.org/show_bug.cgi?id=4356 https://github.com/proftpd/proftpd/pull/736 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jul 05 2018 Paul Howarth <paul@city-fan.org> - 1.3.6-15 - Don't assume ENOATTR is always defined in test suite - Update mod_sftp to handle changed APIs in OpenSSL 1.1.x releases https://github.com/proftpd/proftpd/issues/674 https://github.com/proftpd/proftpd/pull/710 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sun Jan 28 2018 Paul Howarth <paul@city-fan.org> - 1.3.6-13 - Account for systemd-units being merged into systemd at Fedora 17 - Use forward-looking conditionals - Don't use full paths from commands in scriptlets, to aid readability * Mon Jan 22 2018 Paul Howarth <paul@city-fan.org> - 1.3.6-12 - Disable strict linker checks for undefined symbols, which breaks build due to modules containing references to symbols in the main daemon * Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 1.3.6-11 - Rebuilt for switch to libxcrypt * Tue Jan 09 2018 Merlin Mathesius <mmathesi@redhat.com> - 1.3.6-10 - Cleanup spec file conditionals * Fri Dec 01 2017 Paul Howarth <paul@city-fan.org> - 1.3.6-9 - Disable tcp_wrappers support via libwrap/mod_wrap from F-28 onwards; note that similar functionality is still available using mod_wrap2, which does not use libwrap (ref: https://bugzilla.redhat.com/show_bug.cgi?id=1518776) * Mon Oct 30 2017 Paul Howarth <paul@city-fan.org> - 1.3.6-8 - With systemd, wait for network-online.target before starting (#1506805) * Thu Sep 21 2017 Paul Howarth <paul@city-fan.org> - 1.3.6-7 - Switch to build with MariaDB Connector/C library rather than full mysql-devel package from Fedora 28 onwards (#1493657, https://fedoraproject.org/wiki/User:Hhorak/mariadb-connector-c-proposal) * Wed Sep 20 2017 Paul Howarth <paul@city-fan.org> - 1.3.6-6 - Add sqlite sub-package with mod_sql_sqlite for SQLite support (#1328321) * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild