summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-261-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* net-ftp/vsftpd: disable seccomp_sandbox by defaultMike Gilbert2020-02-072-20/+40
| | | | | | Closes: https://bugs.gentoo.org/443898 Package-Manager: Portage-2.3.86_p1, Repoman-2.3.20_p43 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: [QA] Remove redundant `|| die` guardsDavid Seifert2019-12-111-3/+3
| | | | | | | | | | | | * Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* net-ftp/vsftpd: migrate to sys-libs/pamMikle Kolyada2019-10-131-2/+2
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* net-ftp: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-ftp/vsftpd: remove unused patchMichael Mair-Keimberger2019-03-021-13/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-ftp/vsftpd: restore still used patch, bug #678680Sergei Trofimovich2019-02-241-0/+16
| | | | | | Closes: https://bugs.gentoo.org/678680 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-ftp/vsftpd: Drop oldPacho Ramos2019-02-2411-1047/+0
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* net-ftp/vsftpd: mark stable wrt bug #659326Mikle Kolyada2018-09-151-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-ftp/vsftpd: stable 3.0.3-r2 for hppa, bug #659326Sergei Trofimovich2018-07-231-1/+1
| | | | | | Bug: https://bugs.gentoo.org/659326 Package-Manager: Portage-2.3.43, Repoman-2.3.10 RepoMan-Options: --include-arches="hppa"
* net-ftp/vsftpd: arm stable wrt bug #659326Mikle Kolyada2018-07-221-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* */*: Reassign packages from hwoarangMichał Górny2018-07-191-4/+1
| | | | Bug: https://bugs.gentoo.org/251364
* net-ftp/vsftpd: amd64 stable wrt bug #659326Mikle Kolyada2018-07-091-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-ftp/vsftpd: x86 stable (bug #659326)Thomas Deutschmann2018-07-021-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-ftp/vsftpd: stable 3.0.3-r2 for ppc, bug #659326Sergei Trofimovich2018-07-011-1/+1
| | | | | | Bug: https://bugs.gentoo.org/659326 Package-Manager: Portage-2.3.41, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc"
* net-ftp/vsftpd: stable 3.0.3-r2 for sparcRolf Eike Beer2018-07-011-1/+1
| | | | | | Bug: https://bugs.gentoo.org/659326 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc"
* net-ftp/vsftpd: stable 3.0.3-r2 for ppc64, bug #659326Sergei Trofimovich2018-06-301-1/+1
| | | | | | Bug: https://bugs.gentoo.org/659326 Package-Manager: Portage-2.3.41, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64"
* net-ftp/vsftpd: stable 3.0.3-r2 for ia64, bug #659326Sergei Trofimovich2018-06-291-2/+2
| | | | | | Bug: https://bugs.gentoo.org/659326 Package-Manager: Portage-2.3.41, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64"
* net-ftp/vsftpd-3.0.3-r2: alpha stableTobias Klausmann2018-06-271-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/659326
* net-ftp/*: Update Manifest hashesMichał Górny2017-12-101-2/+2
|
* net-ftp/vsftpd: fix clone usage, bug #630704Sergei Trofimovich2017-11-253-1/+154
| | | | | | | | | | | | Rolf Eike Beer found and fixed the cause of vsftpd being broken on sparc: clone syscall needs special handling of sparc as argument passing is special there. Reported-by: Rolf Eike Beer Fixed-by: Rolf Eike Beer Closes: https://bugs.gentoo.org/630704 Package-Manager: Portage-2.3.16, Repoman-2.3.6
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-283-3/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-288-8/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-ftp/vsftpd: remove unused patchMichael Mair-Keimberger (asterix)2017-01-291-264/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/3369
* net-ftp/vsftpd: remove proxied maintainer per his requestGöktürk Yüksek2016-11-031-9/+0
| | | | Package-Manager: portage-2.2.28
* net-ftp/vsftpd: bump to EAPI=6 and add libressl supportAnthony G. Basile2016-08-231-0/+135
| | | | Package-Manager: portage-2.2.28
* net-ftp/vsftpd: Cleanup per bug #269977Pacho Ramos2016-08-071-4/+0
| | | | Package-Manager: portage-2.3.0
* net-ftp/vsftpd: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-181-1/+1
|
* 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/vsftpd: Version bumpMarkos Chandras2015-08-292-0/+133
| | | | Package-Manager: portage-2.2.20.1
* 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-0826-0/+1676
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