Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: libopensmtpd-0.7
@ 2022-07-24 20:54 agausmann
  2022-07-24 22:08 ` [PR PATCH] [Updated] " agausmann
                   ` (34 more replies)
  0 siblings, 35 replies; 36+ messages in thread
From: agausmann @ 2022-07-24 20:54 UTC (permalink / raw)
  To: ml

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

There is a new 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 package: libopensmtpd-0.7
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
  - Integration test with opensmtpd-filter-dkimsign (PR pending) 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**
  - It is a dependency of opensmtpd-filter-dkimsign (PR pending)

<!-- 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.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures:
  - x86_64-musl crossbuild
  - i686 crossbuild
  - aarch64 crossbuild
  - aarch64-musl crossbuild


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: 2094 bytes --]

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

---
 common/shlibs                 |  1 +
 srcpkgs/libopensmtpd-devel    |  1 +
 srcpkgs/libopensmtpd/template | 31 +++++++++++++++++++++++++++++++
 3 files changed, 33 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..0ad80471b65e
--- /dev/null
+++ b/srcpkgs/libopensmtpd/template
@@ -0,0 +1,31 @@
+# Template file for 'libopensmtpd'
+pkgname=libopensmtpd
+version=0.7
+revision=1
+hostmakedepends="mdocml"
+makedepends="libevent-devel"
+short_desc="Library for creating opensmtpd filters"
+maintainer="Adam Gausmann <agausmann@fastmail.com>"
+license="custom:BSD-like"
+homepage="http://imperialat.at/dev/libopensmtpd/"
+distfiles="https://distfiles.sigtrap.nl/${pkgname}-${version}.tar.gz"
+checksum="cdd6d5e11a7063f9265da43a42309c646554b8b68b03982ca8472dbe2b08a613"
+
+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
+	}
+}
+
+do_build() {
+	make -f Makefile.gnu
+}
+
+do_install() {
+	make -f Makefile.gnu DESTDIR="$DESTDIR" install
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2022-07-26 16:44 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PR PATCH] [Updated] " agausmann
2022-07-25 16:57 ` [PR REVIEW] " 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

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).