pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/s6-portable-utils Update to 2.2.3.2. From the cha...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3dd22efbd28d
branches: trunk
changeset: 451403:3dd22efbd28d
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Mon Apr 26 15:04:27 2021 +0000
description:
Update to 2.2.3.2. 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.
diffstat:
misc/s6-portable-utils/Makefile | 5 ++---
misc/s6-portable-utils/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (28 lines):
diff -r cf86e143115e -r 3dd22efbd28d misc/s6-portable-utils/Makefile
--- a/misc/s6-portable-utils/Makefile Mon Apr 26 15:04:02 2021 +0000
+++ b/misc/s6-portable-utils/Makefile Mon Apr 26 15:04:27 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2021/01/22 16:10:35 schmonz Exp $
+# $NetBSD: Makefile,v 1.4 2021/04/26 15:04:27 schmonz Exp $
-DISTNAME= s6-portable-utils-2.2.3.1
-PKGREVISION= 1
+DISTNAME= s6-portable-utils-2.2.3.2
CATEGORIES= misc
MASTER_SITES= ${HOMEPAGE}
diff -r cf86e143115e -r 3dd22efbd28d misc/s6-portable-utils/distinfo
--- a/misc/s6-portable-utils/distinfo Mon Apr 26 15:04:02 2021 +0000
+++ b/misc/s6-portable-utils/distinfo Mon Apr 26 15:04:27 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2021/01/11 18:19:03 schmonz Exp $
+$NetBSD: distinfo,v 1.3 2021/04/26 15:04:27 schmonz Exp $
-SHA1 (s6-portable-utils-2.2.3.1.tar.gz) = 8a4f6dc28639c89cdf37cd69fc244881ce03ad9e
-RMD160 (s6-portable-utils-2.2.3.1.tar.gz) = 104c30d1565f83bde54ccb9782211617f3a91fb4
-SHA512 (s6-portable-utils-2.2.3.1.tar.gz) = 76c464b90b5c67f87bec053cadb5dac1b5928df7f373b7a0b6700e8ab684fb8c5354788720e216f1fb9e332a0a5dec92618aee3e0f6ff578c8aa42f2aa787549
-Size (s6-portable-utils-2.2.3.1.tar.gz) = 49264 bytes
+SHA1 (s6-portable-utils-2.2.3.2.tar.gz) = 4dcf4705e6709856b376ded05b49994324afc922
+RMD160 (s6-portable-utils-2.2.3.2.tar.gz) = d50cede6bce887b707a626044d7d079be723668e
+SHA512 (s6-portable-utils-2.2.3.2.tar.gz) = 3d976bb41502b86cc68d25bcde44fc218668d8d1c4c6e513ab2bc0dda459439d6d55144e503420ac38d0b052e7c678a254780f9cc6dee6ae6d6debf4d1954134
+Size (s6-portable-utils-2.2.3.2.tar.gz) = 49515 bytes
Home |
Main Index |
Thread Index |
Old Index