Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] dma: update to 0.12.
Date: Wed, 18 Sep 2019 00:32:50 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14539@inbox.vuxu.org> (raw)

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

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

https://github.com/daniel-eys/void-packages dma
https://github.com/void-linux/void-packages/pull/14539

dma: update to 0.12.
* sys/param.h musl-patch not needed anymore (included upstream)

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

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

From ae89a1979ed9c9c93c64367dd8cd204c43799548 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Tue, 17 Sep 2019 23:12:51 +0200
Subject: [PATCH] dma: update to 0.12.

---
 srcpkgs/dma/patches/musl_sys_param_h.patch | 12 ------------
 srcpkgs/dma/template                       |  9 +++++----
 2 files changed, 5 insertions(+), 16 deletions(-)
 delete mode 100644 srcpkgs/dma/patches/musl_sys_param_h.patch

diff --git a/srcpkgs/dma/patches/musl_sys_param_h.patch b/srcpkgs/dma/patches/musl_sys_param_h.patch
deleted file mode 100644
index 170b6895bdc..00000000000
--- a/srcpkgs/dma/patches/musl_sys_param_h.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Include <sys/param.h> for roundup() declaration with musl libc
-
---- dns.c	2013-06-03 16:03:15.000000000 +0200
-+++ dns.c	2015-08-07 14:53:01.499713464 +0200
-@@ -33,6 +33,7 @@
-  */
- 
- #include <sys/types.h>
-+#include <sys/param.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
- #include <arpa/nameser.h>
diff --git a/srcpkgs/dma/template b/srcpkgs/dma/template
index eeae971c688..d521dcfc0b7 100644
--- a/srcpkgs/dma/template
+++ b/srcpkgs/dma/template
@@ -1,17 +1,17 @@
 # Template file for 'dma'
 pkgname=dma
-version=0.11
-revision=10
+version=0.12
+revision=1
 conf_files="/etc/dma/*.conf"
 make_dirs="/var/spool/dma 2775 root mail"
 hostmakedepends="flex"
 makedepends="libressl-devel"
 short_desc="Small Mail Transport Agent (MTA), designed for home and office use"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="BSD"
+license="BSD-3-Clause"
 homepage="https://github.com/corecode/dma"
 distfiles="https://github.com/corecode/dma/archive/v${version}.tar.gz"
-checksum=288bd57f17aba696b6423b1fa0cd0f7d9b7228d32811f1cd7b821d5f020051b8
+checksum=054a40203d43bc1182dcadf2375ccf01944329dce472444acb42d56cf01de367
 system_accounts="mail"
 
 provides="smtp-server-0_1 smtp-forwarder-0_1"
@@ -20,6 +20,7 @@ replaces="smtp-server>=0 smtp-forwarder>=0"
 do_build() {
 	make PREFIX=/usr SBIN=/usr/bin CC=$CC LEX=flex ${makejobs}
 }
+
 do_install() {
 	vmkdir usr/bin
 	make PREFIX=/usr SBIN=/usr/bin DESTDIR=${DESTDIR} sendmail-link mailq-link install-etc install

             reply	other threads:[~2019-09-17 22:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-17 22:32 voidlinux-github [this message]
2019-09-18  7:35 ` [PR PATCH] [Merged]: " voidlinux-github

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14539@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).