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.
This commit is contained in:
parent
65f7f89c89
commit
8c29d6443e
2 changed files with 7 additions and 8 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue