summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-ftp/proftpd: move off virtual/mysql, bug #665974Sergei Trofimovich2018-09-161-0/+262
| | | | | | | | | Move off virtual/mysql to dev-db/mysql-connector-c as a library provider (with proper subslot). Reported-by: Brian Evans Closes: https://bugs.gentoo.org/665974 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* net-ftp/proftpd: create /var/run/proftpd at package install time, bug #650000Sergei Trofimovich2018-03-101-0/+262
| | | | | | | | | | | | | The directory is supposed to be created by tmpfiles.d entry: $ cat /usr/lib/tmpfiles.d/proftpd.conf d /var/run/proftpd 0755 root root The problem here is that systemd (or openrc) is not being triggered right after package is installed. Reported-by: tazinblack Closes: https://bugs.gentoo.org/650000 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-ftp/proftpd: Remove linguas_* from IUSE.Ulrich Müller2018-01-053-13/+6
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* net-ftp/*: Update Manifest hashesMichał Górny2017-12-101-8/+8
|
* net-ftp/proftpd: remove unused patchMichael Mair-Keimberger2017-10-171-24/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/5817
* net-ftp/proftpd: unconditionally enable USE=trace, disable broken tests, bug ↵Sergei Trofimovich2017-07-152-2/+24
| | | | | | | | #624570 Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/624570 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* net-ftp/proftpd: drop oldSergei Trofimovich2017-04-294-513/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* net-ftp/proftpd: ia64 stable, bug #614714Sergei Trofimovich2017-04-291-1/+1
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* net-ftp/proftpd: sparc stable wrt bug #614714Agostino Sarubbo2017-04-271-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-ftp/proftpd-1.3.5e-r0: add alpha keywordTobias Klausmann2017-04-221-1/+1
| | | | Gentoo-Bug: 614714
* net-ftp/proftpd: ppc stable (bug 614714).Michael Weber2017-04-181-1/+1
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* net-ftp/proftpd: arm/ppc64 stable (bug 614714).Michael Weber2017-04-181-1/+1
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* net-ftp/proftpd: x86 stable wrt bug #614714Agostino Sarubbo2017-04-171-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-ftp/proftpd: amd64 stable wrt bug #614714Agostino Sarubbo2017-04-171-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-ftp/proftpd: Stable for HPPA (bug #614714).Jeroen Roovers2017-04-151-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches
* net-ftp/proftpd: drop oldSergei Trofimovich2017-04-102-235/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* net-ftp/proftpd: drop oldSergei Trofimovich2017-04-102-257/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* net-ftp/proftpd: bump up to 1.3.5e, 1.3.6, bug #614714Sergei Trofimovich2017-04-103-0/+490
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | From http://proftpd.org/docs/RELEASE_NOTES-1.3.5e: 1.3.5e --------- + Fixed SFTP issue with umac-64@openssh.com digest/MAC. + Fixed regression with mod_sftp rekeying. + Backported fix for "AllowChrootSymlinks off" checking each component for symlinks (CVE-2017-7418). 1.3.6 --------- + Support for using Redis for caching, logging; see the doc/howto/Redis.html documentation. + Fixed mod_sql_postgres SSL support (Issue #415). + Support building against LibreSSL instead of OpenSSL (Issue #361). + Better support on AIX for login restraictions (Bug #4285). + TimeoutLogin (and other timeouts) were not working properly for SFTP connections (Bug#4299). + Handling of the SIGILL and SIGINT signals, by the daemon process, now causes the child processes to be terminated as well (Issue #461). + RPM .spec file naming changed to conform to Fedora guidelines. + Fix for "AllowChrootSymlinks off" checking each component for symlinks (CVE-2017-7418). Bug: https://bugs.gentoo.org/614714 Package-Manager: Portage-2.3.5, Repoman-2.3.2
* net-ftp/proftpd: bump up to 1.3.6_rc4Sergei Trofimovich2017-03-267-0/+410
| | | | | | | | | In https://bugs.gentoo.org/612664 Yuri Mamaev reports a crash in mod_sftp. There was a few fixes upstream since. Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-281-1/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-ftp/proftpd: bump up to 1.3.5dSergei Trofimovich2017-01-162-0/+238
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-ftp/proftpd: drop old vulnerable versions, bug #577046Sergei Trofimovich2016-06-304-372/+0
| | | | Package-Manager: portage-2.3.0
* net-ftp/proftpd: ia64, sparc stable, bug #577046Sergei Trofimovich2016-06-301-1/+1
| | | | Package-Manager: portage-2.3.0
* net-ftp/proftpd-1.3.5b-r0: add alpha keywordTobias Klausmann2016-05-201-2/+2
| | | | | | Gentoo-Bug: 577046 Package-Manager: portage-2.3.0_rc1
* net-ftp/proftpd: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-181-1/+1
|
* net-ftp/proftpd: downgrade sqlite and memcache version warnings, bug #555076Sergei Trofimovich2016-04-142-0/+274
| | | | | | | Reported-by: Matthew Schultz Bug: https://bugs.gentoo.org/555076 Package-Manager: portage-2.2.28
* net-ftp/proftpd: remove proxy maintainerBernard Cafarelli2016-04-111-13/+0
| | | | Package-Manager: portage-2.2.28
* net-ftp/proftpd: arm stable, bug #577046Markus Meier2016-03-301-1/+1
| | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="arm"
* net-ftp/proftpd: ppc stable wrt bug #577046Agostino Sarubbo2016-03-271-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-ftp/proftpd: Stable for HPPA PPC64 (bug #577046).Jeroen Roovers2016-03-261-1/+1
| | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches
* net-ftp/proftpd: x86 stable wrt bug #577046Agostino Sarubbo2016-03-241-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-ftp/proftpd: amd64 stable wrt bug #577046Agostino Sarubbo2016-03-241-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-ftp/proftpd: bump up to 1.3.5b, bug #577046 (CVE-2016-3125)Sergei Trofimovich2016-03-112-0/+239
| | | | | | | | | | proftpd Ignored configured Diffie Hellman parameters and uses risky 1024 bit. Reported-by: Hanno Boeck Bug: http://bugs.proftpd.org/show_bug.cgi?id=4230 Bug: https://bugs.gentoo.org/577046 Package-Manager: portage-2.2.28
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-4/+4
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-2/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* net-ftp/proftpd: drop old vulnerable versions, bug #567252Sergei Trofimovich2016-01-163-475/+0
| | | | Package-Manager: portage-2.2.26
* net-ftp/proftpd: ia64 stable wrt bug #567252Agostino Sarubbo2016-01-111-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-ftp/proftpd: alpha stable wrt bug #567252Agostino Sarubbo2016-01-101-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="alpha" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-ftp/proftpd: sparc stable wrt bug #567252Agostino Sarubbo2016-01-091-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-ftp/proftpd: x86 stable wrt bug #567252Agostino Sarubbo2015-12-251-1/+1
| | | | | | Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-ftp/proftpd: arm stable, bug #567252Markus Meier2015-12-091-1/+1
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="arm"
* net-ftp/proftpd: ppc stable wrt bug #567252Agostino Sarubbo2015-12-071-1/+1
| | | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-ftp/proftpd: Stable for HPPA PPC64 (bug #567252).Jeroen Roovers2015-12-041-1/+1
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches
* net-ftp/proftpd: amd64 stable wrt bug #567252Agostino Sarubbo2015-12-031-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* net-ftp/proftpd: fix size limit of SFTP handshake, bug #567252Sergei Trofimovich2015-12-013-0/+371
| | | | | | | | Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/567252 Bug: http://bugs.proftpd.org/4210 Package-Manager: portage-2.2.25
* net-ftp/proftpd: add libressl support, bug #565372 by Marek BehunSergei Trofimovich2015-11-102-1/+239
| | | | | | | Reported-by: Marek Behun Bug: https://bugs.gentoo.org/565372 Package-Manager: portage-2.2.24
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-088-0/+438
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed