Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] libasr: update to 1.0.3
Date: Wed, 30 Oct 2019 19:20:03 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15962@inbox.vuxu.org> (raw)

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

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

https://github.com/ndowens/void-packages libasr
https://github.com/void-linux/void-packages/pull/15962

libasr: update to 1.0.3
SONAME version did not change, no need of bumping opensmtpd

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

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

From cb32c579d2b827375ac271c669848eff897c727d Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Wed, 30 Oct 2019 12:32:05 -0500
Subject: [PATCH] libasr: update to 1.0.3

SONAME version did not change, no need of bumping opensmtpd
---
 .../libasr/patches/bootstrap-automake.patch   | 11 ---------
 .../patches/musl-inline-res_randomid.patch    | 24 -------------------
 srcpkgs/libasr/patches/netdb_success.patch    | 11 ---------
 srcpkgs/libasr/template                       |  9 ++++---
 4 files changed, 4 insertions(+), 51 deletions(-)
 delete mode 100644 srcpkgs/libasr/patches/bootstrap-automake.patch
 delete mode 100644 srcpkgs/libasr/patches/musl-inline-res_randomid.patch
 delete mode 100644 srcpkgs/libasr/patches/netdb_success.patch

diff --git a/srcpkgs/libasr/patches/bootstrap-automake.patch b/srcpkgs/libasr/patches/bootstrap-automake.patch
deleted file mode 100644
index e5036cae0cf..00000000000
--- a/srcpkgs/libasr/patches/bootstrap-automake.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- bootstrap	2018-08-28 15:14:58.777885703 +0200
-+++ bootstrap	2018-08-28 15:14:50.697886185 +0200
-@@ -36,7 +36,7 @@
- 
- # Check for automake
- amvers="no"
--for v in 15 14 13 12 11 10 9 8 7 6 5; do
-+for v in 16 15 14 13 12 11 10 9 8 7 6 5; do
-   if automake-1.${v} --version >/dev/null 2>&1; then
-     amvers="-1.${v}"
-     break
diff --git a/srcpkgs/libasr/patches/musl-inline-res_randomid.patch b/srcpkgs/libasr/patches/musl-inline-res_randomid.patch
deleted file mode 100644
index 1fe96baade4..00000000000
--- a/srcpkgs/libasr/patches/musl-inline-res_randomid.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git configure.ac configure.ac
-index 10aff04..07e149f 100644
---- configure.ac
-+++ configure.ac
-@@ -456,6 +456,7 @@ AC_CHECK_FUNCS([ \
- 	issetugid \
- 	memmove \
- 	reallocarray \
-+	res_randomid \
- 	snprintf \
- 	strdup \
- 	strerror \
-diff --git src/asr_private.h src/asr_private.h
-index 0960e37..158e7ff 100644
---- src/asr_private.h
-+++ src/asr_private.h
-@@ -365,3 +365,7 @@ extern FILE * asr_debug;
- 		asr_statestr((a)->as_state),	\
- 		asr_statestr((s)));		\
- 	(a)->as_state = (s); } while (0)
-+
-+#ifndef HAVE_RES_RANDOMID
-+#define res_randomid(x) (0xffff & getpid())
-+#endif
diff --git a/srcpkgs/libasr/patches/netdb_success.patch b/srcpkgs/libasr/patches/netdb_success.patch
deleted file mode 100644
index 6c176c03c8f..00000000000
--- a/srcpkgs/libasr/patches/netdb_success.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- openbsd-compat/defines.h.orig
-+++ openbsd-compat/defines.h
-@@ -823,7 +823,7 @@
- #endif
- 
- #ifndef NETDB_SUCCESS
--# define NETDB_SUCCESS -1
-+# define NETDB_SUCCESS 0
- #endif
- 
- /* end of chl */
diff --git a/srcpkgs/libasr/template b/srcpkgs/libasr/template
index c83f984bf2d..b36323fb094 100644
--- a/srcpkgs/libasr/template
+++ b/srcpkgs/libasr/template
@@ -1,8 +1,7 @@
 # Template file for 'libasr'
 pkgname=libasr
-version=1.0.2
-revision=4
-wrksrc="${pkgname}-${pkgname}-${version}"
+version=1.0.3
+revision=1
 build_style=gnu-configure
 hostmakedepends="automake libtool"
 makedepends="libressl-devel"
@@ -10,8 +9,8 @@ short_desc="Simple and portable asynchronous resolver library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://www.opensmtpd.org/"
-distfiles="https://github.com/OpenSMTPD/${pkgname}/archive/${pkgname}-${version}.tar.gz"
-checksum=4ab54264206e255fd6c2de982764bb5ce7857ec8f649ad3ee45771244593b6e1
+distfiles="https://github.com/OpenSMTPD/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz"
+checksum=9cd88e0172e6d426438875e09229d1d473d56db546d02b630f9dd14db226d68d
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) ;;

             reply	other threads:[~2019-10-30 18:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-30 18:20 voidlinux-github [this message]
2019-11-01 11:41 ` voidlinux-github
2019-11-01 14:40 ` [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-15962@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).