pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/s6-dns Update to 2.3.5.1. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/545e1bd99a21
branches:  trunk
changeset: 451406:545e1bd99a21
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Apr 26 15:05:09 2021 +0000

description:
Update to 2.3.5.1. From the changelog:

- Libraries and binaries don't have the .note.GNU-stack section stripped
  anymore. Previously, "make strip" would strip that section, which
  would sometimes (depending on the toolchain) cause binaries to be
  incorrectly tagged as needing an executable stack. This is not a
  security issue in itself, but an executable stack makes it easier for
  an attacker to turn bugs into exploits, so it should be avoided
  whenever possible. Thanks to Xavier Stonestreet for reporting and
  finding the cause of the problem.

- Link tests are now performed with a regular file as their
  output, instead of /dev/null, which makes them more portable to
  old/buggy linkers.

Bump default BUILDLINK_API_DEPENDS to match.

diffstat:

 net/s6-dns/Makefile      |   5 ++---
 net/s6-dns/buildlink3.mk |   4 ++--
 net/s6-dns/distinfo      |  10 +++++-----
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs (51 lines):

diff -r 29141173e038 -r 545e1bd99a21 net/s6-dns/Makefile
--- a/net/s6-dns/Makefile       Mon Apr 26 15:04:35 2021 +0000
+++ b/net/s6-dns/Makefile       Mon Apr 26 15:05:09 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2021/01/22 16:09:00 schmonz Exp $
+# $NetBSD: Makefile,v 1.4 2021/04/26 15:05:09 schmonz Exp $
 
-DISTNAME=      s6-dns-2.3.5.0
+DISTNAME=      s6-dns-2.3.5.1
 CATEGORIES=    net
 MASTER_SITES=  ${HOMEPAGE}
 
@@ -16,6 +16,5 @@
 CONFIGURE_ARGS+=       --with-lib=${PREFIX}/lib/skalibs
 CONFIGURE_ARGS+=       --with-include=${PREFIX}/include
 
-BUILDLINK_API_DEPENDS.skalibs+=        skalibs>=2.10.0.1
 .include "../../devel/skalibs/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 29141173e038 -r 545e1bd99a21 net/s6-dns/buildlink3.mk
--- a/net/s6-dns/buildlink3.mk  Mon Apr 26 15:04:35 2021 +0000
+++ b/net/s6-dns/buildlink3.mk  Mon Apr 26 15:05:09 2021 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.1 2020/11/19 20:05:54 schmonz Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2021/04/26 15:05:09 schmonz Exp $
 
 BUILDLINK_TREE+=       s6-dns
 
 .if !defined(S6_DNS_BUILDLINK3_MK)
 S6_DNS_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.s6-dns+= s6-dns>=2.3.3.0
+BUILDLINK_API_DEPENDS.s6-dns+= s6-dns>=2.3.5.1
 BUILDLINK_PKGSRCDIR.s6-dns?=   ../../net/s6-dns
 BUILDLINK_INCDIRS.s6-dns+=     include/s6-dns
 BUILDLINK_LIBDIRS.s6-dns+=     lib/s6-dns
diff -r 29141173e038 -r 545e1bd99a21 net/s6-dns/distinfo
--- a/net/s6-dns/distinfo       Mon Apr 26 15:04:35 2021 +0000
+++ b/net/s6-dns/distinfo       Mon Apr 26 15:05:09 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/01/22 16:09:00 schmonz Exp $
+$NetBSD: distinfo,v 1.4 2021/04/26 15:05:09 schmonz Exp $
 
-SHA1 (s6-dns-2.3.5.0.tar.gz) = 0220b382d62efa1b71e623e20a4a6fbc5bd93e60
-RMD160 (s6-dns-2.3.5.0.tar.gz) = c1d4bd775d20010d8d394a35884f4badbce6a407
-SHA512 (s6-dns-2.3.5.0.tar.gz) = 994a786b8d725cc98640be102e05a25f033624fbf8762fc53361555f4a721f5be819e282b907ceedaa0c1adbd670c80e1819096dc2ff7e2a2e476098bded3ade
-Size (s6-dns-2.3.5.0.tar.gz) = 84229 bytes
+SHA1 (s6-dns-2.3.5.1.tar.gz) = 98a0f9bdc3f309401b713a41a6cb23a2dcea2215
+RMD160 (s6-dns-2.3.5.1.tar.gz) = 3c4790988b97fa54ab73627dca0737b3eeb3899e
+SHA512 (s6-dns-2.3.5.1.tar.gz) = 8b7e3c63624e178fa79582317df4daae5f5eff715efc0355ef3c401eded335f38467e9715015cf50b5c8eba62bbf58dc81e30fe521c63f9de7846692f9249dd3
+Size (s6-dns-2.3.5.1.tar.gz) = 84557 bytes



Home | Main Index | Thread Index | Old Index