Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mod_md-2.4.21
@ 2023-04-19 15:24 akierig
  2023-04-19 15:40 ` [PR PATCH] [Updated] " akierig
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: akierig @ 2023-04-19 15:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 655 bytes --]

There is a new pull request by akierig against master on the void-packages repository

https://github.com/akierig/void-packages apache-md
https://github.com/void-linux/void-packages/pull/43526

New package: mod_md-2.4.21
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64


A patch file from https://github.com/void-linux/void-packages/pull/43526.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-apache-md-43526.patch --]
[-- Type: text/x-diff, Size: 2057 bytes --]

From 720bcd648be3d76923419b42ef65b5918bcd3899 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Wed, 19 Apr 2023 10:14:48 -0500
Subject: [PATCH] New package: mod_md-2.4.21

---
 srcpkgs/mod_md/INSTALL.msg |  4 ++++
 srcpkgs/mod_md/REMOVE.msg  |  4 ++++
 srcpkgs/mod_md/template    | 16 ++++++++++++++++
 3 files changed, 24 insertions(+)
 create mode 100644 srcpkgs/mod_md/INSTALL.msg
 create mode 100644 srcpkgs/mod_md/REMOVE.msg
 create mode 100644 srcpkgs/mod_md/template

diff --git a/srcpkgs/mod_md/INSTALL.msg b/srcpkgs/mod_md/INSTALL.msg
new file mode 100644
index 000000000000..4eb4221a87cb
--- /dev/null
+++ b/srcpkgs/mod_md/INSTALL.msg
@@ -0,0 +1,4 @@
+To activate mod_md, add the following line to /etc/apache/httpd.conf
+and restart Apache.
+
+	LoadModule md_module /usr/libexec/httpd/mod_md.so
diff --git a/srcpkgs/mod_md/REMOVE.msg b/srcpkgs/mod_md/REMOVE.msg
new file mode 100644
index 000000000000..1b1acd2ad169
--- /dev/null
+++ b/srcpkgs/mod_md/REMOVE.msg
@@ -0,0 +1,4 @@
+Please ensure that the following line has been removed from your
+/etc/apache/httpd.conf and restart Apache
+
+	LoadModule md_module /usr/libexec/httpd/mod_md.so
diff --git a/srcpkgs/mod_md/template b/srcpkgs/mod_md/template
new file mode 100644
index 000000000000..629802a7becc
--- /dev/null
+++ b/srcpkgs/mod_md/template
@@ -0,0 +1,16 @@
+# Template file for 'mod_md'
+pkgname=mod_md
+version=2.4.21
+revision=1
+build_style=gnu-configure
+configure_args="--with-apxs=/usr/bin/apxs --enable-werror"
+makedepends="apache-devel jansson-devel libcurl-devel"
+short_desc="Automated ACME/Certbot certificate management for Apache HTTPD"
+maintainer="anelki <akierig@fastmail.de>"
+license="GPL-3.0-or-later"
+homepage="https://icing.github.io/mod_md/"
+changelog="https://github.com/icing/mod_md/blob/master/ChangeLog"
+distfiles="https://github.com/icing/mod_md/releases/download/v${version}/mod_md-${version}.tar.gz"
+checksum=67839ab81b1dd27ab9edf8c26aee3063e85a900f4452204a1d15bd4af6b80a43
+
+### need message about adding to /etc/apache/httpd.conf

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

* Re: [PR PATCH] [Updated] New package: mod_md-2.4.21
  2023-04-19 15:24 [PR PATCH] New package: mod_md-2.4.21 akierig
@ 2023-04-19 15:40 ` akierig
  2023-04-19 15:41 ` [PR REVIEW] " paper42
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2023-04-19 15:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 660 bytes --]

There is an updated pull request by akierig against master on the void-packages repository

https://github.com/akierig/void-packages apache-md
https://github.com/void-linux/void-packages/pull/43526

New package: mod_md-2.4.21
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64


A patch file from https://github.com/void-linux/void-packages/pull/43526.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-apache-md-43526.patch --]
[-- Type: text/x-diff, Size: 2067 bytes --]

From 2cbfe69271156465f95497dac427d265aceca65d Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Wed, 19 Apr 2023 10:14:48 -0500
Subject: [PATCH] New package: mod_md-2.4.21

---
 srcpkgs/mod_md/INSTALL.msg |  4 ++++
 srcpkgs/mod_md/REMOVE.msg  |  4 ++++
 srcpkgs/mod_md/template    | 16 ++++++++++++++++
 3 files changed, 24 insertions(+)
 create mode 100644 srcpkgs/mod_md/INSTALL.msg
 create mode 100644 srcpkgs/mod_md/REMOVE.msg
 create mode 100644 srcpkgs/mod_md/template

diff --git a/srcpkgs/mod_md/INSTALL.msg b/srcpkgs/mod_md/INSTALL.msg
new file mode 100644
index 000000000000..4eb4221a87cb
--- /dev/null
+++ b/srcpkgs/mod_md/INSTALL.msg
@@ -0,0 +1,4 @@
+To activate mod_md, add the following line to /etc/apache/httpd.conf
+and restart Apache.
+
+	LoadModule md_module /usr/libexec/httpd/mod_md.so
diff --git a/srcpkgs/mod_md/REMOVE.msg b/srcpkgs/mod_md/REMOVE.msg
new file mode 100644
index 000000000000..1b1acd2ad169
--- /dev/null
+++ b/srcpkgs/mod_md/REMOVE.msg
@@ -0,0 +1,4 @@
+Please ensure that the following line has been removed from your
+/etc/apache/httpd.conf and restart Apache
+
+	LoadModule md_module /usr/libexec/httpd/mod_md.so
diff --git a/srcpkgs/mod_md/template b/srcpkgs/mod_md/template
new file mode 100644
index 000000000000..3f00e0172caf
--- /dev/null
+++ b/srcpkgs/mod_md/template
@@ -0,0 +1,16 @@
+# Template file for 'mod_md'
+pkgname=mod_md
+version=2.4.21
+revision=1
+build_style=gnu-configure
+configure_args="--with-apxs=/usr/bin/apxs --enable-werror"
+makedepends="apache-devel apr-devel jansson-devel libcurl-devel"
+short_desc="Automated ACME/Certbot certificate management for Apache HTTPD"
+maintainer="anelki <akierig@fastmail.de>"
+license="GPL-3.0-or-later"
+homepage="https://icing.github.io/mod_md/"
+changelog="https://github.com/icing/mod_md/blob/master/ChangeLog"
+distfiles="https://github.com/icing/mod_md/releases/download/v${version}/mod_md-${version}.tar.gz"
+checksum=67839ab81b1dd27ab9edf8c26aee3063e85a900f4452204a1d15bd4af6b80a43
+
+### need message about adding to /etc/apache/httpd.conf

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

* Re: [PR REVIEW] New package: mod_md-2.4.21
  2023-04-19 15:24 [PR PATCH] New package: mod_md-2.4.21 akierig
  2023-04-19 15:40 ` [PR PATCH] [Updated] " akierig
@ 2023-04-19 15:41 ` paper42
  2023-04-19 15:42 ` [PR PATCH] [Updated] " akierig
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: paper42 @ 2023-04-19 15:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 267 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/43526#discussion_r1171530393

Comment:
we shouldn't be enabling Werror, compiler updates often add new warnings which would break the build for no real reason

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

* Re: [PR PATCH] [Updated] New package: mod_md-2.4.21
  2023-04-19 15:24 [PR PATCH] New package: mod_md-2.4.21 akierig
  2023-04-19 15:40 ` [PR PATCH] [Updated] " akierig
  2023-04-19 15:41 ` [PR REVIEW] " paper42
@ 2023-04-19 15:42 ` akierig
  2023-04-19 15:48 ` akierig
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2023-04-19 15:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 660 bytes --]

There is an updated pull request by akierig against master on the void-packages repository

https://github.com/akierig/void-packages apache-md
https://github.com/void-linux/void-packages/pull/43526

New package: mod_md-2.4.21
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64


A patch file from https://github.com/void-linux/void-packages/pull/43526.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-apache-md-43526.patch --]
[-- Type: text/x-diff, Size: 2082 bytes --]

From 6f9ad3c5f778011ade19ec6286ebab1deb9a501e Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Wed, 19 Apr 2023 10:14:48 -0500
Subject: [PATCH] New package: mod_md-2.4.21

---
 srcpkgs/mod_md/INSTALL.msg |  4 ++++
 srcpkgs/mod_md/REMOVE.msg  |  4 ++++
 srcpkgs/mod_md/template    | 16 ++++++++++++++++
 3 files changed, 24 insertions(+)
 create mode 100644 srcpkgs/mod_md/INSTALL.msg
 create mode 100644 srcpkgs/mod_md/REMOVE.msg
 create mode 100644 srcpkgs/mod_md/template

diff --git a/srcpkgs/mod_md/INSTALL.msg b/srcpkgs/mod_md/INSTALL.msg
new file mode 100644
index 000000000000..4eb4221a87cb
--- /dev/null
+++ b/srcpkgs/mod_md/INSTALL.msg
@@ -0,0 +1,4 @@
+To activate mod_md, add the following line to /etc/apache/httpd.conf
+and restart Apache.
+
+	LoadModule md_module /usr/libexec/httpd/mod_md.so
diff --git a/srcpkgs/mod_md/REMOVE.msg b/srcpkgs/mod_md/REMOVE.msg
new file mode 100644
index 000000000000..1b1acd2ad169
--- /dev/null
+++ b/srcpkgs/mod_md/REMOVE.msg
@@ -0,0 +1,4 @@
+Please ensure that the following line has been removed from your
+/etc/apache/httpd.conf and restart Apache
+
+	LoadModule md_module /usr/libexec/httpd/mod_md.so
diff --git a/srcpkgs/mod_md/template b/srcpkgs/mod_md/template
new file mode 100644
index 000000000000..6ed5d5621ad7
--- /dev/null
+++ b/srcpkgs/mod_md/template
@@ -0,0 +1,16 @@
+# Template file for 'mod_md'
+pkgname=mod_md
+version=2.4.21
+revision=1
+build_style=gnu-configure
+configure_args="--with-apxs=/usr/bin/apxs --enable-werror"
+makedepends="apache-devel apr-devel apr-util-devel jansson-devel libcurl-devel"
+short_desc="Automated ACME/Certbot certificate management for Apache HTTPD"
+maintainer="anelki <akierig@fastmail.de>"
+license="GPL-3.0-or-later"
+homepage="https://icing.github.io/mod_md/"
+changelog="https://github.com/icing/mod_md/blob/master/ChangeLog"
+distfiles="https://github.com/icing/mod_md/releases/download/v${version}/mod_md-${version}.tar.gz"
+checksum=67839ab81b1dd27ab9edf8c26aee3063e85a900f4452204a1d15bd4af6b80a43
+
+### need message about adding to /etc/apache/httpd.conf

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

* Re: [PR PATCH] [Updated] New package: mod_md-2.4.21
  2023-04-19 15:24 [PR PATCH] New package: mod_md-2.4.21 akierig
                   ` (2 preceding siblings ...)
  2023-04-19 15:42 ` [PR PATCH] [Updated] " akierig
@ 2023-04-19 15:48 ` akierig
  2023-04-19 15:56 ` akierig
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2023-04-19 15:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 660 bytes --]

There is an updated pull request by akierig against master on the void-packages repository

https://github.com/akierig/void-packages apache-md
https://github.com/void-linux/void-packages/pull/43526

New package: mod_md-2.4.21
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64


A patch file from https://github.com/void-linux/void-packages/pull/43526.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-apache-md-43526.patch --]
[-- Type: text/x-diff, Size: 2046 bytes --]

From a49337faaecd4e49075d1368c458fe0000be52ad Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Wed, 19 Apr 2023 10:14:48 -0500
Subject: [PATCH] New package: mod_md-2.4.21

---
 srcpkgs/mod_md/INSTALL.msg |  4 ++++
 srcpkgs/mod_md/REMOVE.msg  |  4 ++++
 srcpkgs/mod_md/template    | 15 +++++++++++++++
 3 files changed, 23 insertions(+)
 create mode 100644 srcpkgs/mod_md/INSTALL.msg
 create mode 100644 srcpkgs/mod_md/REMOVE.msg
 create mode 100644 srcpkgs/mod_md/template

diff --git a/srcpkgs/mod_md/INSTALL.msg b/srcpkgs/mod_md/INSTALL.msg
new file mode 100644
index 000000000000..4eb4221a87cb
--- /dev/null
+++ b/srcpkgs/mod_md/INSTALL.msg
@@ -0,0 +1,4 @@
+To activate mod_md, add the following line to /etc/apache/httpd.conf
+and restart Apache.
+
+	LoadModule md_module /usr/libexec/httpd/mod_md.so
diff --git a/srcpkgs/mod_md/REMOVE.msg b/srcpkgs/mod_md/REMOVE.msg
new file mode 100644
index 000000000000..1b1acd2ad169
--- /dev/null
+++ b/srcpkgs/mod_md/REMOVE.msg
@@ -0,0 +1,4 @@
+Please ensure that the following line has been removed from your
+/etc/apache/httpd.conf and restart Apache
+
+	LoadModule md_module /usr/libexec/httpd/mod_md.so
diff --git a/srcpkgs/mod_md/template b/srcpkgs/mod_md/template
new file mode 100644
index 000000000000..6bd9a27d9a3f
--- /dev/null
+++ b/srcpkgs/mod_md/template
@@ -0,0 +1,15 @@
+# Template file for 'mod_md'
+pkgname=mod_md
+version=2.4.21
+revision=1
+build_style=gnu-configure
+configure_args="--with-apxs=/usr/bin/apxs --enable-werror"
+makedepends="apache-devel apr-devel apr-util apr-util-devel jansson-devel libcurl-devel"
+depends="apr"
+short_desc="Automated ACME/Certbot certificate management for Apache HTTPD"
+maintainer="anelki <akierig@fastmail.de>"
+license="GPL-3.0-or-later"
+homepage="https://icing.github.io/mod_md/"
+changelog="https://github.com/icing/mod_md/blob/master/ChangeLog"
+distfiles="https://github.com/icing/mod_md/releases/download/v${version}/mod_md-${version}.tar.gz"
+checksum=67839ab81b1dd27ab9edf8c26aee3063e85a900f4452204a1d15bd4af6b80a43

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

* Re: [PR PATCH] [Updated] New package: mod_md-2.4.21
  2023-04-19 15:24 [PR PATCH] New package: mod_md-2.4.21 akierig
                   ` (3 preceding siblings ...)
  2023-04-19 15:48 ` akierig
@ 2023-04-19 15:56 ` akierig
  2023-04-19 16:15 ` akierig
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2023-04-19 15:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 660 bytes --]

There is an updated pull request by akierig against master on the void-packages repository

https://github.com/akierig/void-packages apache-md
https://github.com/void-linux/void-packages/pull/43526

New package: mod_md-2.4.21
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64


A patch file from https://github.com/void-linux/void-packages/pull/43526.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-apache-md-43526.patch --]
[-- Type: text/x-diff, Size: 2046 bytes --]

From e4f5d8e620f6507ab4de24170fa60f54a7c8aff0 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Wed, 19 Apr 2023 10:14:48 -0500
Subject: [PATCH] New package: mod_md-2.4.21

---
 srcpkgs/mod_md/INSTALL.msg |  4 ++++
 srcpkgs/mod_md/REMOVE.msg  |  4 ++++
 srcpkgs/mod_md/template    | 15 +++++++++++++++
 3 files changed, 23 insertions(+)
 create mode 100644 srcpkgs/mod_md/INSTALL.msg
 create mode 100644 srcpkgs/mod_md/REMOVE.msg
 create mode 100644 srcpkgs/mod_md/template

diff --git a/srcpkgs/mod_md/INSTALL.msg b/srcpkgs/mod_md/INSTALL.msg
new file mode 100644
index 000000000000..4eb4221a87cb
--- /dev/null
+++ b/srcpkgs/mod_md/INSTALL.msg
@@ -0,0 +1,4 @@
+To activate mod_md, add the following line to /etc/apache/httpd.conf
+and restart Apache.
+
+	LoadModule md_module /usr/libexec/httpd/mod_md.so
diff --git a/srcpkgs/mod_md/REMOVE.msg b/srcpkgs/mod_md/REMOVE.msg
new file mode 100644
index 000000000000..1b1acd2ad169
--- /dev/null
+++ b/srcpkgs/mod_md/REMOVE.msg
@@ -0,0 +1,4 @@
+Please ensure that the following line has been removed from your
+/etc/apache/httpd.conf and restart Apache
+
+	LoadModule md_module /usr/libexec/httpd/mod_md.so
diff --git a/srcpkgs/mod_md/template b/srcpkgs/mod_md/template
new file mode 100644
index 000000000000..6bd9a27d9a3f
--- /dev/null
+++ b/srcpkgs/mod_md/template
@@ -0,0 +1,15 @@
+# Template file for 'mod_md'
+pkgname=mod_md
+version=2.4.21
+revision=1
+build_style=gnu-configure
+configure_args="--with-apxs=/usr/bin/apxs --enable-werror"
+makedepends="apache-devel apr-devel apr-util apr-util-devel jansson-devel libcurl-devel"
+depends="apr"
+short_desc="Automated ACME/Certbot certificate management for Apache HTTPD"
+maintainer="anelki <akierig@fastmail.de>"
+license="GPL-3.0-or-later"
+homepage="https://icing.github.io/mod_md/"
+changelog="https://github.com/icing/mod_md/blob/master/ChangeLog"
+distfiles="https://github.com/icing/mod_md/releases/download/v${version}/mod_md-${version}.tar.gz"
+checksum=67839ab81b1dd27ab9edf8c26aee3063e85a900f4452204a1d15bd4af6b80a43

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

* Re: [PR PATCH] [Updated] New package: mod_md-2.4.21
  2023-04-19 15:24 [PR PATCH] New package: mod_md-2.4.21 akierig
                   ` (4 preceding siblings ...)
  2023-04-19 15:56 ` akierig
@ 2023-04-19 16:15 ` akierig
  2023-04-19 16:38 ` akierig
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2023-04-19 16:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 660 bytes --]

There is an updated pull request by akierig against master on the void-packages repository

https://github.com/akierig/void-packages apache-md
https://github.com/void-linux/void-packages/pull/43526

New package: mod_md-2.4.21
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64


A patch file from https://github.com/void-linux/void-packages/pull/43526.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-apache-md-43526.patch --]
[-- Type: text/x-diff, Size: 2005 bytes --]

From 724db025584cbb4ce8cd39eff69c88848ef1e9f6 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Wed, 19 Apr 2023 10:14:48 -0500
Subject: [PATCH] New package: mod_md-2.4.21

---
 srcpkgs/mod_md/INSTALL.msg |  4 ++++
 srcpkgs/mod_md/REMOVE.msg  |  4 ++++
 srcpkgs/mod_md/template    | 14 ++++++++++++++
 3 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/mod_md/INSTALL.msg
 create mode 100644 srcpkgs/mod_md/REMOVE.msg
 create mode 100644 srcpkgs/mod_md/template

diff --git a/srcpkgs/mod_md/INSTALL.msg b/srcpkgs/mod_md/INSTALL.msg
new file mode 100644
index 000000000000..4eb4221a87cb
--- /dev/null
+++ b/srcpkgs/mod_md/INSTALL.msg
@@ -0,0 +1,4 @@
+To activate mod_md, add the following line to /etc/apache/httpd.conf
+and restart Apache.
+
+	LoadModule md_module /usr/libexec/httpd/mod_md.so
diff --git a/srcpkgs/mod_md/REMOVE.msg b/srcpkgs/mod_md/REMOVE.msg
new file mode 100644
index 000000000000..1b1acd2ad169
--- /dev/null
+++ b/srcpkgs/mod_md/REMOVE.msg
@@ -0,0 +1,4 @@
+Please ensure that the following line has been removed from your
+/etc/apache/httpd.conf and restart Apache
+
+	LoadModule md_module /usr/libexec/httpd/mod_md.so
diff --git a/srcpkgs/mod_md/template b/srcpkgs/mod_md/template
new file mode 100644
index 000000000000..22d858e493cb
--- /dev/null
+++ b/srcpkgs/mod_md/template
@@ -0,0 +1,14 @@
+# Template file for 'mod_md'
+pkgname=mod_md
+version=2.4.21
+revision=1
+build_style=gnu-configure
+configure_args="--with-apxs=/usr/bin/apxs"
+makedepends="apache-devel apr-devel apr-util-devel jansson-devel libcurl-devel"
+short_desc="Automated ACME/Certbot certificate management for Apache HTTPD"
+maintainer="anelki <akierig@fastmail.de>"
+license="GPL-3.0-or-later"
+homepage="https://icing.github.io/mod_md/"
+changelog="https://github.com/icing/mod_md/blob/master/ChangeLog"
+distfiles="https://github.com/icing/mod_md/releases/download/v${version}/mod_md-${version}.tar.gz"
+checksum=67839ab81b1dd27ab9edf8c26aee3063e85a900f4452204a1d15bd4af6b80a43

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

* Re: New package: mod_md-2.4.21
  2023-04-19 15:24 [PR PATCH] New package: mod_md-2.4.21 akierig
                   ` (5 preceding siblings ...)
  2023-04-19 16:15 ` akierig
@ 2023-04-19 16:38 ` akierig
  2023-04-19 16:39 ` [PR REVIEW] " akierig
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2023-04-19 16:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 222 bytes --]

New comment by akierig on void-packages repository

https://github.com/void-linux/void-packages/pull/43526#issuecomment-1515045881

Comment:
I'm gonna mark this as x86/x86_musl/i686 only until I can update/test `apr` etc.

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

* Re: [PR REVIEW] New package: mod_md-2.4.21
  2023-04-19 15:24 [PR PATCH] New package: mod_md-2.4.21 akierig
                   ` (6 preceding siblings ...)
  2023-04-19 16:38 ` akierig
@ 2023-04-19 16:39 ` akierig
  2023-04-19 17:03 ` [PR PATCH] [Updated] " akierig
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2023-04-19 16:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

New review comment by akierig on void-packages repository

https://github.com/void-linux/void-packages/pull/43526#discussion_r1171598367

Comment:
fixed

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

* Re: [PR PATCH] [Updated] New package: mod_md-2.4.21
  2023-04-19 15:24 [PR PATCH] New package: mod_md-2.4.21 akierig
                   ` (7 preceding siblings ...)
  2023-04-19 16:39 ` [PR REVIEW] " akierig
@ 2023-04-19 17:03 ` akierig
  2023-04-19 19:37 ` akierig
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2023-04-19 17:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 660 bytes --]

There is an updated pull request by akierig against master on the void-packages repository

https://github.com/akierig/void-packages apache-md
https://github.com/void-linux/void-packages/pull/43526

New package: mod_md-2.4.21
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64


A patch file from https://github.com/void-linux/void-packages/pull/43526.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-apache-md-43526.patch --]
[-- Type: text/x-diff, Size: 2106 bytes --]

From b97eff25217e92a254c18d48421b30d837b68dd8 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Wed, 19 Apr 2023 10:14:48 -0500
Subject: [PATCH] New package: mod_md-2.4.21

---
 srcpkgs/mod_md/INSTALL.msg |  4 ++++
 srcpkgs/mod_md/REMOVE.msg  |  4 ++++
 srcpkgs/mod_md/template    | 17 +++++++++++++++++
 3 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/mod_md/INSTALL.msg
 create mode 100644 srcpkgs/mod_md/REMOVE.msg
 create mode 100644 srcpkgs/mod_md/template

diff --git a/srcpkgs/mod_md/INSTALL.msg b/srcpkgs/mod_md/INSTALL.msg
new file mode 100644
index 000000000000..4eb4221a87cb
--- /dev/null
+++ b/srcpkgs/mod_md/INSTALL.msg
@@ -0,0 +1,4 @@
+To activate mod_md, add the following line to /etc/apache/httpd.conf
+and restart Apache.
+
+	LoadModule md_module /usr/libexec/httpd/mod_md.so
diff --git a/srcpkgs/mod_md/REMOVE.msg b/srcpkgs/mod_md/REMOVE.msg
new file mode 100644
index 000000000000..1b1acd2ad169
--- /dev/null
+++ b/srcpkgs/mod_md/REMOVE.msg
@@ -0,0 +1,4 @@
+Please ensure that the following line has been removed from your
+/etc/apache/httpd.conf and restart Apache
+
+	LoadModule md_module /usr/libexec/httpd/mod_md.so
diff --git a/srcpkgs/mod_md/template b/srcpkgs/mod_md/template
new file mode 100644
index 000000000000..db9346828bc2
--- /dev/null
+++ b/srcpkgs/mod_md/template
@@ -0,0 +1,17 @@
+# Template file for 'mod_md'
+pkgname=mod_md
+version=2.4.21
+revision=1
+# need to check apr etc. with aarch64 and others
+archs="x86_64 x86_64-musl i686"
+build_style=gnu-configure
+configure_args="--with-apxs=/usr/bin/apxs"
+makedepends="apache-devel apr-devel apr-util-devel jansson-devel libcurl-devel"
+depends="apr"
+short_desc="Automated ACME/Certbot certificate management for Apache HTTPD"
+maintainer="anelki <akierig@fastmail.de>"
+license="GPL-3.0-or-later"
+homepage="https://icing.github.io/mod_md/"
+changelog="https://github.com/icing/mod_md/blob/master/ChangeLog"
+distfiles="https://github.com/icing/mod_md/releases/download/v${version}/mod_md-${version}.tar.gz"
+checksum=67839ab81b1dd27ab9edf8c26aee3063e85a900f4452204a1d15bd4af6b80a43

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

* Re: New package: mod_md-2.4.21
  2023-04-19 15:24 [PR PATCH] New package: mod_md-2.4.21 akierig
                   ` (8 preceding siblings ...)
  2023-04-19 17:03 ` [PR PATCH] [Updated] " akierig
@ 2023-04-19 19:37 ` akierig
  2023-04-19 19:37 ` akierig
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2023-04-19 19:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 171 bytes --]

New comment by akierig on void-packages repository

https://github.com/void-linux/void-packages/pull/43526#issuecomment-1515275266

Comment:
Apache #43108 and APR #42972 

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

* Re: New package: mod_md-2.4.21
  2023-04-19 15:24 [PR PATCH] New package: mod_md-2.4.21 akierig
                   ` (9 preceding siblings ...)
  2023-04-19 19:37 ` akierig
@ 2023-04-19 19:37 ` akierig
  2023-04-19 23:56 ` Duncaen
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2023-04-19 19:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 175 bytes --]

New comment by akierig on void-packages repository

https://github.com/void-linux/void-packages/pull/43526#issuecomment-1515275266

Comment:
cf. Apache #43108 and APR #42972 

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

* Re: New package: mod_md-2.4.21
  2023-04-19 15:24 [PR PATCH] New package: mod_md-2.4.21 akierig
                   ` (10 preceding siblings ...)
  2023-04-19 19:37 ` akierig
@ 2023-04-19 23:56 ` Duncaen
  2023-04-20  3:06 ` [PR PATCH] [Updated] " akierig
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Duncaen @ 2023-04-19 23:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 292 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/43526#issuecomment-1515522537

Comment:
Don't use install and remove messages as documentation, if void specific documentation is required add `README.voidlinux` file like other packages do.

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

* Re: [PR PATCH] [Updated] New package: mod_md-2.4.21
  2023-04-19 15:24 [PR PATCH] New package: mod_md-2.4.21 akierig
                   ` (11 preceding siblings ...)
  2023-04-19 23:56 ` Duncaen
@ 2023-04-20  3:06 ` akierig
  2023-04-20  3:07 ` akierig
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2023-04-20  3:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 660 bytes --]

There is an updated pull request by akierig against master on the void-packages repository

https://github.com/akierig/void-packages apache-md
https://github.com/void-linux/void-packages/pull/43526

New package: mod_md-2.4.21
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64


A patch file from https://github.com/void-linux/void-packages/pull/43526.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-apache-md-43526.patch --]
[-- Type: text/x-diff, Size: 1706 bytes --]

From 17816bd5cbc5d19811fc17af94615fb0a7cd8696 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Wed, 19 Apr 2023 10:14:48 -0500
Subject: [PATCH] New package: mod_md-2.4.21

---
 srcpkgs/mod_md/README.voidlinux |  4 ++++
 srcpkgs/mod_md/template         | 17 +++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/mod_md/README.voidlinux
 create mode 100644 srcpkgs/mod_md/template

diff --git a/srcpkgs/mod_md/README.voidlinux b/srcpkgs/mod_md/README.voidlinux
new file mode 100644
index 000000000000..4eb4221a87cb
--- /dev/null
+++ b/srcpkgs/mod_md/README.voidlinux
@@ -0,0 +1,4 @@
+To activate mod_md, add the following line to /etc/apache/httpd.conf
+and restart Apache.
+
+	LoadModule md_module /usr/libexec/httpd/mod_md.so
diff --git a/srcpkgs/mod_md/template b/srcpkgs/mod_md/template
new file mode 100644
index 000000000000..db9346828bc2
--- /dev/null
+++ b/srcpkgs/mod_md/template
@@ -0,0 +1,17 @@
+# Template file for 'mod_md'
+pkgname=mod_md
+version=2.4.21
+revision=1
+# need to check apr etc. with aarch64 and others
+archs="x86_64 x86_64-musl i686"
+build_style=gnu-configure
+configure_args="--with-apxs=/usr/bin/apxs"
+makedepends="apache-devel apr-devel apr-util-devel jansson-devel libcurl-devel"
+depends="apr"
+short_desc="Automated ACME/Certbot certificate management for Apache HTTPD"
+maintainer="anelki <akierig@fastmail.de>"
+license="GPL-3.0-or-later"
+homepage="https://icing.github.io/mod_md/"
+changelog="https://github.com/icing/mod_md/blob/master/ChangeLog"
+distfiles="https://github.com/icing/mod_md/releases/download/v${version}/mod_md-${version}.tar.gz"
+checksum=67839ab81b1dd27ab9edf8c26aee3063e85a900f4452204a1d15bd4af6b80a43

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

* Re: New package: mod_md-2.4.21
  2023-04-19 15:24 [PR PATCH] New package: mod_md-2.4.21 akierig
                   ` (12 preceding siblings ...)
  2023-04-20  3:06 ` [PR PATCH] [Updated] " akierig
@ 2023-04-20  3:07 ` akierig
  2023-07-20  1:53 ` github-actions
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2023-04-20  3:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 310 bytes --]

New comment by akierig on void-packages repository

https://github.com/void-linux/void-packages/pull/43526#issuecomment-1515648000

Comment:
> Don't use install and remove messages as documentation, if void specific documentation is required add README.voidlinux file like other packages do.

fixed, thanks!

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

* Re: New package: mod_md-2.4.21
  2023-04-19 15:24 [PR PATCH] New package: mod_md-2.4.21 akierig
                   ` (13 preceding siblings ...)
  2023-04-20  3:07 ` akierig
@ 2023-07-20  1:53 ` github-actions
  2023-07-20 17:52 ` akierig
  2023-07-20 17:52 ` [PR PATCH] [Closed]: " akierig
  16 siblings, 0 replies; 18+ messages in thread
From: github-actions @ 2023-07-20  1:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/43526#issuecomment-1642988869

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: mod_md-2.4.21
  2023-04-19 15:24 [PR PATCH] New package: mod_md-2.4.21 akierig
                   ` (14 preceding siblings ...)
  2023-07-20  1:53 ` github-actions
@ 2023-07-20 17:52 ` akierig
  2023-07-20 17:52 ` [PR PATCH] [Closed]: " akierig
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2023-07-20 17:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]

New comment by akierig on void-packages repository

https://github.com/void-linux/void-packages/pull/43526#issuecomment-1644349982

Comment:
I've decided against using apache `httpd(8)` on void--hence I won't need this package and am closing the PR.

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

* Re: [PR PATCH] [Closed]: New package: mod_md-2.4.21
  2023-04-19 15:24 [PR PATCH] New package: mod_md-2.4.21 akierig
                   ` (15 preceding siblings ...)
  2023-07-20 17:52 ` akierig
@ 2023-07-20 17:52 ` akierig
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2023-07-20 17:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 502 bytes --]

There's a closed pull request on the void-packages repository

New package: mod_md-2.4.21
https://github.com/void-linux/void-packages/pull/43526

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64


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

end of thread, other threads:[~2023-07-20 17:52 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-19 15:24 [PR PATCH] New package: mod_md-2.4.21 akierig
2023-04-19 15:40 ` [PR PATCH] [Updated] " akierig
2023-04-19 15:41 ` [PR REVIEW] " paper42
2023-04-19 15:42 ` [PR PATCH] [Updated] " akierig
2023-04-19 15:48 ` akierig
2023-04-19 15:56 ` akierig
2023-04-19 16:15 ` akierig
2023-04-19 16:38 ` akierig
2023-04-19 16:39 ` [PR REVIEW] " akierig
2023-04-19 17:03 ` [PR PATCH] [Updated] " akierig
2023-04-19 19:37 ` akierig
2023-04-19 19:37 ` akierig
2023-04-19 23:56 ` Duncaen
2023-04-20  3:06 ` [PR PATCH] [Updated] " akierig
2023-04-20  3:07 ` akierig
2023-07-20  1:53 ` github-actions
2023-07-20 17:52 ` akierig
2023-07-20 17:52 ` [PR PATCH] [Closed]: " akierig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).