* [gentoo-commits] repo/gentoo:master commit in: acct-user/ftp/
@ 2021-07-23 19:50 Conrad Kostecki
0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2021-07-23 19:50 UTC (permalink / raw
To: gentoo-commits
commit: 13723374668ce55fed9356605607546904fa205f
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 23 11:25:35 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Jul 23 19:49:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13723374
acct-user/ftp: update home
Since '/home' is forbidden for system users,
switching to '/var/lib/ftp' as a replacement.
Bug: https://bugs.gentoo.org/692032
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
acct-user/ftp/ftp-0-r2.ebuild | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/acct-user/ftp/ftp-0-r2.ebuild b/acct-user/ftp/ftp-0-r2.ebuild
new file mode 100644
index 00000000000..b514d0c8149
--- /dev/null
+++ b/acct-user/ftp/ftp-0-r2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="File Transfer Protocol (FTP) server user"
+
+ACCT_USER_GROUPS=( "ftp" )
+ACCT_USER_HOME="/var/lib/ftp"
+ACCT_USER_ID="21"
+
+acct-user_add_deps
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: acct-user/ftp/
@ 2021-07-23 19:50 Conrad Kostecki
0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2021-07-23 19:50 UTC (permalink / raw
To: gentoo-commits
commit: 09ce3a6d77669cb814f51893340a0d4d9bb38548
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 23 11:27:00 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Jul 23 19:49:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ce3a6d
acct-user/ftp: drop old version
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
acct-user/ftp/ftp-0-r1.ebuild | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/acct-user/ftp/ftp-0-r1.ebuild b/acct-user/ftp/ftp-0-r1.ebuild
deleted file mode 100644
index de40a1fdbe1..00000000000
--- a/acct-user/ftp/ftp-0-r1.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit acct-user
-
-DESCRIPTION="File Transfer Protocol server user"
-ACCT_USER_ID=21
-ACCT_USER_HOME=/home/ftp
-ACCT_USER_HOME_OWNER=root:ftp
-ACCT_USER_GROUPS=( ftp )
-
-acct-user_add_deps
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: acct-user/ftp/
@ 2021-07-23 19:50 Conrad Kostecki
0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2021-07-23 19:50 UTC (permalink / raw
To: gentoo-commits
commit: ef3f71cbd01a058459ef8a58cf1693842fc422ed
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 23 11:21:49 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Jul 23 19:49:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3f71cb
acct-user/ftp: take ownership
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
acct-user/ftp/metadata.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/acct-user/ftp/metadata.xml b/acct-user/ftp/metadata.xml
index 7a38bb90096..debde3ef6ae 100644
--- a/acct-user/ftp/metadata.xml
+++ b/acct-user/ftp/metadata.xml
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>conikost@gentoo.org</email>
+ <name>Conrad Kostecki</name>
+ </maintainer>
+ <stabilize-allarches/>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: acct-user/ftp/
@ 2021-07-24 22:59 Conrad Kostecki
0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2021-07-24 22:59 UTC (permalink / raw
To: gentoo-commits
commit: 0a4f660fa6870a2260d40282f4e2b0a78f822459
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 24 22:57:36 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jul 24 22:59:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4f660f
acct-user/ftp: update home owner
Closes: https://bugs.gentoo.org/803932
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
acct-user/ftp/ftp-0-r3.ebuild | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/acct-user/ftp/ftp-0-r3.ebuild b/acct-user/ftp/ftp-0-r3.ebuild
new file mode 100644
index 00000000000..d82683fffe9
--- /dev/null
+++ b/acct-user/ftp/ftp-0-r3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="File Transfer Protocol (FTP) server user"
+
+ACCT_USER_GROUPS=( "ftp" )
+ACCT_USER_HOME="/var/lib/ftp"
+ACCT_USER_HOME_OWNER="root:ftp"
+ACCT_USER_ID="21"
+
+acct-user_add_deps
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: acct-user/ftp/
@ 2021-07-24 22:59 Conrad Kostecki
0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2021-07-24 22:59 UTC (permalink / raw
To: gentoo-commits
commit: 7ec5fa74e8f7de7cccadf69d3a008b5052a179c5
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 24 22:58:55 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jul 24 22:59:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec5fa74
acct-user/ftp: drop old version
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
acct-user/ftp/ftp-0-r2.ebuild | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/acct-user/ftp/ftp-0-r2.ebuild b/acct-user/ftp/ftp-0-r2.ebuild
deleted file mode 100644
index b514d0c8149..00000000000
--- a/acct-user/ftp/ftp-0-r2.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit acct-user
-
-DESCRIPTION="File Transfer Protocol (FTP) server user"
-
-ACCT_USER_GROUPS=( "ftp" )
-ACCT_USER_HOME="/var/lib/ftp"
-ACCT_USER_ID="21"
-
-acct-user_add_deps
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-07-24 22:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-23 19:50 [gentoo-commits] repo/gentoo:master commit in: acct-user/ftp/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2021-07-24 22:59 Conrad Kostecki
2021-07-24 22:59 Conrad Kostecki
2021-07-23 19:50 Conrad Kostecki
2021-07-23 19:50 Conrad Kostecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox