Github messages for voidlinux
 help / color / mirror / Atom feed
From: agausmann <agausmann@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New packages: libopensmtpd-0.7 opensmtpd-filter-dkimsign-0.5
Date: Mon, 25 Jul 2022 17:52:33 +0200	[thread overview]
Message-ID: <20220725155233._V60X5x8in6IVEhgf4fuvpNHvYbtGcezCrdNcvk7Bf4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38253@inbox.vuxu.org>

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

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

https://github.com/agausmann/void-packages libopensmtpd
https://github.com/void-linux/void-packages/pull/38253

New packages: libopensmtpd-0.7 opensmtpd-filter-dkimsign-0.5
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
  - Integration test with and a fully configured OpenSMTPD server: Passed DKIM test provided by https://appmaildev.com/en/dkim

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**
  - The software needs to be compiled

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->


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

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

From 18b75593f69689ed26eb78952bfbe1c5af366eb2 Mon Sep 17 00:00:00 2001
From: Adam Gausmann <agausmann@fastmail.com>
Date: Sun, 24 Jul 2022 14:45:34 -0500
Subject: [PATCH 1/2] New package: libopensmtpd-0.7

---
 common/shlibs                 |  1 +
 srcpkgs/libopensmtpd-devel    |  1 +
 srcpkgs/libopensmtpd/template | 34 ++++++++++++++++++++++++++++++++++
 3 files changed, 36 insertions(+)
 create mode 120000 srcpkgs/libopensmtpd-devel
 create mode 100644 srcpkgs/libopensmtpd/template

diff --git a/common/shlibs b/common/shlibs
index c3dd63f542db..8df21eef97a3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4175,3 +4175,4 @@ libjaylink.so.0 libjaylink-0.2.0_1
 libnvidia-container.so.1 libnvidia-container-1.10.0_1
 libnvidia-container-go.so.1 libnvidia-container-1.10.0_1
 libqtspell-qt5.so.1 qtspell-1.0.1_1
+libopensmtpd.so.0 libopensmtpd-0.7_1
diff --git a/srcpkgs/libopensmtpd-devel b/srcpkgs/libopensmtpd-devel
new file mode 120000
index 000000000000..c2cb53a79f1b
--- /dev/null
+++ b/srcpkgs/libopensmtpd-devel
@@ -0,0 +1 @@
+libopensmtpd
\ No newline at end of file
diff --git a/srcpkgs/libopensmtpd/template b/srcpkgs/libopensmtpd/template
new file mode 100644
index 000000000000..a5d270be4e2d
--- /dev/null
+++ b/srcpkgs/libopensmtpd/template
@@ -0,0 +1,34 @@
+# Template file for 'libopensmtpd'
+pkgname=libopensmtpd
+version=0.7
+revision=1
+build_style=gnu-makefile
+make_cmd="make -f Makefile.gnu"
+make_use_env=yes
+make_build_args="MANFORMAT="
+make_install_args="MANFORMAT="
+makedepends="libevent-devel"
+short_desc="Library for creating opensmtpd filters"
+maintainer="Adam Gausmann <agausmann@fastmail.com>"
+license="ISC"
+homepage="http://imperialat.at/dev/libopensmtpd/"
+distfiles="https://distfiles.sigtrap.nl/${pkgname}-${version}.tar.gz"
+checksum=cdd6d5e11a7063f9265da43a42309c646554b8b68b03982ca8472dbe2b08a613
+
+do_check() {
+    : # `make check` fails: there is no check/test target
+}
+
+post_install() {
+	vlicense LICENSE
+}
+
+libopensmtpd-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove usr/share/man/man3
+	}
+}

From 6336596cdad204f9c0968082d498a2976227c759 Mon Sep 17 00:00:00 2001
From: Adam Gausmann <agausmann@fastmail.com>
Date: Sun, 24 Jul 2022 15:23:11 -0500
Subject: [PATCH 2/2] New package: opensmtpd-filter-dkimsign-0.5

---
 srcpkgs/opensmtpd-filter-dkimsign/template | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/opensmtpd-filter-dkimsign/template

diff --git a/srcpkgs/opensmtpd-filter-dkimsign/template b/srcpkgs/opensmtpd-filter-dkimsign/template
new file mode 100644
index 000000000000..84b09724ab90
--- /dev/null
+++ b/srcpkgs/opensmtpd-filter-dkimsign/template
@@ -0,0 +1,25 @@
+# Template file for 'opensmtpd-filter-dkimsign'
+pkgname=opensmtpd-filter-dkimsign
+version=0.5
+revision=1
+wrksrc="filter-dkimsign-${version}"
+build_style=gnu-makefile
+make_cmd="make -f Makefile.gnu"
+make_use_env=yes
+make_build_args="MANFORMAT="
+make_install_args="MANFORMAT="
+makedepends="libopensmtpd-devel openssl-devel"
+short_desc="Filter for signing mail with DKIM"
+maintainer="Adam Gausmann <agausmann@fastmail.com>"
+license="ISC"
+homepage="https://imperialat.at/dev/filter-dkimsign/"
+distfiles="https://distfiles.sigtrap.nl/filter-dkimsign-${version}.tar.gz"
+checksum=a5b4ec3af5ecb42351a0b5459bdd0f32c00ec55c23050b5f46dfaed8e321974b
+
+do_check() {
+    : # `make check` fails: there is no check/test target.
+}
+
+post_install() {
+	vlicense LICENSE
+}

  parent reply	other threads:[~2022-07-25 15:52 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-24 20:54 [PR PATCH] New package: libopensmtpd-0.7 agausmann
2022-07-24 22:08 ` [PR PATCH] [Updated] " agausmann
2022-07-24 22:25 ` [PR REVIEW] " Duncaen
2022-07-24 22:25 ` Duncaen
2022-07-24 22:26 ` Duncaen
2022-07-24 22:27 ` Duncaen
2022-07-24 22:39 ` agausmann
2022-07-24 22:40 ` agausmann
2022-07-24 22:42 ` agausmann
2022-07-24 22:47 ` agausmann
2022-07-24 22:48 ` agausmann
2022-07-24 22:58 ` agausmann
2022-07-24 22:59 ` agausmann
2022-07-24 23:05 ` Duncaen
2022-07-24 23:08 ` Duncaen
2022-07-24 23:12 ` agausmann
2022-07-24 23:13 ` Duncaen
2022-07-24 23:13 ` Duncaen
2022-07-24 23:38 ` [PR PATCH] [Updated] " agausmann
2022-07-24 23:57 ` [PR PATCH] [Updated] New packages: libopensmtpd-0.7 opensmtpd-filter-dkimsign-0.5 agausmann
2022-07-25  9:47 ` [PR REVIEW] " Duncaen
2022-07-25  9:47 ` Duncaen
2022-07-25 10:01 ` paper42
2022-07-25 15:19 ` agausmann
2022-07-25 15:32 ` [PR PATCH] [Updated] " agausmann
2022-07-25 15:41 ` [PR REVIEW] " agausmann
2022-07-25 15:52 ` agausmann [this message]
2022-07-25 16:57 ` paper42
2022-07-25 17:52 ` [PR PATCH] [Updated] " agausmann
2022-07-25 17:55 ` [PR REVIEW] " agausmann
2022-07-25 17:55 ` agausmann
2022-07-25 18:29 ` agausmann
2022-07-25 20:13 ` Duncaen
2022-07-25 20:35 ` [PR PATCH] [Updated] " agausmann
2022-07-25 20:42 ` agausmann
2022-07-26 16:44 ` [PR PATCH] [Merged]: " Duncaen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220725155233._V60X5x8in6IVEhgf4fuvpNHvYbtGcezCrdNcvk7Bf4@z \
    --to=agausmann@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).