public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-lighttpd/
@ 2023-10-08  1:04 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-10-08  1:04 UTC (permalink / raw
  To: gentoo-commits

commit:     082957f80b5a87a06f32b13eba06f20d3206d7de
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 00:41:10 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 00:41:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=082957f8

sec-keys/openpgp-keys-lighttpd: new package, add 20231008

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sec-keys/openpgp-keys-lighttpd/Manifest              |  1 +
 sec-keys/openpgp-keys-lighttpd/metadata.xml          |  8 ++++++++
 .../openpgp-keys-lighttpd-20231008.ebuild            | 20 ++++++++++++++++++++
 3 files changed, 29 insertions(+)

diff --git a/sec-keys/openpgp-keys-lighttpd/Manifest b/sec-keys/openpgp-keys-lighttpd/Manifest
new file mode 100644
index 000000000000..19a9372f888c
--- /dev/null
+++ b/sec-keys/openpgp-keys-lighttpd/Manifest
@@ -0,0 +1 @@
+DIST openpgp-keys-lighttpd-20231008.asc 5397 BLAKE2B 6a234c7ea217fe5819ab06a1c87544752c097bfa8cb765a2742ffd82086887aa43962059d823a5262710983f54c28928051aea709534a3d556d6a479caf0da6c SHA512 000a10351998f0d058a0e127040127e8baeca33f9bf5c76c0df33dd85c863f6838d0dc60b6d964f1b6d760328ed1e0dfb91663795fa5b1ce112e26f228298abf

diff --git a/sec-keys/openpgp-keys-lighttpd/metadata.xml b/sec-keys/openpgp-keys-lighttpd/metadata.xml
new file mode 100644
index 000000000000..38bfb729261e
--- /dev/null
+++ b/sec-keys/openpgp-keys-lighttpd/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">                                              
+		<email>sam@gentoo.org</email>                                   
+		<name>Sam James</name>                                          
+	</maintainer>      
+</pkgmetadata>

diff --git a/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild b/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild
new file mode 100644
index 000000000000..983d36fca412
--- /dev/null
+++ b/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used to sign lighttpd"
+HOMEPAGE="https://www.lighttpd.net/"
+SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.asc"
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+src_install() {
+	local files=( ${A} )
+
+	insinto /usr/share/openpgp-keys
+	newins - lighttpd.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-lighttpd/
@ 2023-12-15  6:52 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-12-15  6:52 UTC (permalink / raw
  To: gentoo-commits

commit:     403dabd7bf9f8586f8229d213102b51c4edfb49f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 06:51:35 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 06:51:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403dabd7

sec-keys/openpgp-keys-lighttpd: Stabilize 20231008 arm, #919946

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild b/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild
index 983d36fca412..5143761f8651 100644
--- a/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild
+++ b/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 src_install() {
 	local files=( ${A} )


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-lighttpd/
@ 2023-12-15  7:06 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-12-15  7:06 UTC (permalink / raw
  To: gentoo-commits

commit:     ec7bee34a9331ca679aa123f966fcf290053e939
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 07:05:08 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 07:05:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7bee34

sec-keys/openpgp-keys-lighttpd: Stabilize 20231008 ppc64, #919946

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild b/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild
index 5143761f8651..de32ffe1414e 100644
--- a/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild
+++ b/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 
 src_install() {
 	local files=( ${A} )


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-lighttpd/
@ 2023-12-15  7:14 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-12-15  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     65f9c14376499d28745e09ab65d9fa6b41c054c3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 07:13:22 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 07:13:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f9c143

sec-keys/openpgp-keys-lighttpd: Stabilize 20231008 sparc, #919946

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild b/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild
index de32ffe1414e..85d92e2f56df 100644
--- a/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild
+++ b/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
 
 src_install() {
 	local files=( ${A} )


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-lighttpd/
@ 2023-12-15 12:53 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2023-12-15 12:53 UTC (permalink / raw
  To: gentoo-commits

commit:     84c15a17190d75c73b327d221ce9d91c0ed09e38
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 12:53:09 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 12:53:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c15a17

sec-keys/openpgp-keys-lighttpd: Stabilize 20231008 x86, #919946

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild b/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild
index 3f323b78059a..3a072950d6ed 100644
--- a/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild
+++ b/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 src_install() {
 	local files=( ${A} )


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-lighttpd/
@ 2024-01-13 11:14 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-01-13 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     f7b5e1a0e750624d5ecf7fae805a6f59f844500a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 11:13:37 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 11:13:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b5e1a0

sec-keys/openpgp-keys-lighttpd: Stabilize 20231008 amd64, #919946

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild b/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild
index 3a072950d6ed..7ac3ff1b20cf 100644
--- a/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild
+++ b/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 src_install() {
 	local files=( ${A} )


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-lighttpd/
@ 2025-01-10 18:53 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2025-01-10 18:53 UTC (permalink / raw
  To: gentoo-commits

commit:     a79b4ef4ce438c5aa3d487b5d4b560584c6879f0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 18:53:23 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 18:53:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79b4ef4

sec-keys/openpgp-keys-lighttpd: Stabilize 20231008 arm64, #947821

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild b/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild
index 5bbcbc257af4..dd2557f8b06e 100644
--- a/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild
+++ b/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20231008.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 src_install() {
 	local files=( ${A} )


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-lighttpd/
@ 2025-03-25  3:31 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2025-03-25  3:31 UTC (permalink / raw
  To: gentoo-commits

commit:     bd691766e97db3e7697089845e6ed99ca42c5607
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 23 07:55:34 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 25 03:30:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd691766

sec-keys/openpgp-keys-lighttpd: add 20250325

See discussion at https://github.com/gentoo/gentoo/pull/41230#issuecomment-2746030992.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sec-keys/openpgp-keys-lighttpd/Manifest            |  1 +
 .../openpgp-keys-lighttpd-20250325.ebuild          | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/sec-keys/openpgp-keys-lighttpd/Manifest b/sec-keys/openpgp-keys-lighttpd/Manifest
index 19a9372f888c..fb3e3fb72d3d 100644
--- a/sec-keys/openpgp-keys-lighttpd/Manifest
+++ b/sec-keys/openpgp-keys-lighttpd/Manifest
@@ -1 +1,2 @@
 DIST openpgp-keys-lighttpd-20231008.asc 5397 BLAKE2B 6a234c7ea217fe5819ab06a1c87544752c097bfa8cb765a2742ffd82086887aa43962059d823a5262710983f54c28928051aea709534a3d556d6a479caf0da6c SHA512 000a10351998f0d058a0e127040127e8baeca33f9bf5c76c0df33dd85c863f6838d0dc60b6d964f1b6d760328ed1e0dfb91663795fa5b1ce112e26f228298abf
+DIST openpgp-keys-lighttpd-20250325.asc 5397 BLAKE2B 8d6f8f98919294d1d5f37d34f46e70ff750eead2607c66cb09ebf968ab748d928bc1d34b49380ba1b0a7d8ca150d3acbfb4da6d9c469ffca33b885fd6bb9dd67 SHA512 d84787763a80f0b72080b706c6601859b07ecc9e02348de301c60722ff90f90094beb1d9f0cc861a38eada4450f558df71fee07416d9092f18faf87300806154

diff --git a/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20250325.ebuild b/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20250325.ebuild
new file mode 100644
index 000000000000..39a18e7f9a4f
--- /dev/null
+++ b/sec-keys/openpgp-keys-lighttpd/openpgp-keys-lighttpd-20250325.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# XXX: When this expires next after 20250325, there should be a static
+# key location for us to pull from (see https://github.com/gentoo/gentoo/pull/41230).
+DESCRIPTION="OpenPGP keys used to sign lighttpd"
+HOMEPAGE="https://www.lighttpd.net/"
+SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.asc"
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+src_install() {
+	local files=( ${A} )
+
+	insinto /usr/share/openpgp-keys
+	newins - lighttpd.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-03-25  3:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-15  7:14 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-lighttpd/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-03-25  3:31 Sam James
2025-01-10 18:53 Sam James
2024-01-13 11:14 Sam James
2023-12-15 12:53 Arthur Zamarin
2023-12-15  7:06 Sam James
2023-12-15  6:52 Sam James
2023-10-08  1:04 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox