pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc doc/NEWS: Document recent infrastructure changes



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8034e935e369
branches:  trunk
changeset: 459391:8034e935e369
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Oct 06 05:49:55 2021 +0000

description:
doc/NEWS: Document recent infrastructure changes

diffstat:

 doc/NEWS |  28 +++++++++++++++++++++++++++-
 1 files changed, 27 insertions(+), 1 deletions(-)

diffs (42 lines):

diff -r eb41f44a1828 -r 8034e935e369 doc/NEWS
--- a/doc/NEWS  Tue Oct 05 23:54:26 2021 +0000
+++ b/doc/NEWS  Wed Oct 06 05:49:55 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NEWS,v 1.19 2021/07/04 08:56:47 nia Exp $
+# $NetBSD: NEWS,v 1.20 2021/10/06 05:49:55 nia Exp $
 
 PKGSRC NEWS
 ===========
@@ -7,6 +7,32 @@
   pkgsrc. The intended readers are the pkgsrc developers as well as anyone
   tracking pkgsrc-current.
 
+Default Python version changed to 3.9 [nia 2021-10-01]
+
+Increased enabled-by-default hardening options [nia 2021-09-27]
+
+       PKGSRC_USE_MKPIE was enabled on some architectures.
+       Packages that provide static libraries to other packages
+       should be rebuilt with MKPIE enabled.
+       Some packages may experience runtime errors on platforms
+       like i386 - usually this is due to unsafe assembly code,
+       which should be disabled when MKPIE is enabled.
+
+       PKGSRC_USE_RELRO was enabled on some architectures.
+       This should not affect the majority of packages that properly
+       honor CFLAGS/LDFLAGS when building.  Packages experiencing
+       problems loading dynamic ELF plugins at runtime should have
+       RELRO disabled.
+
+       PKGSRC_USE_SSP was bumped from "yes" to "strong".  This
+       is not expected to have a noticable effect.
+
+       More information:
+       https://www.NetBSD.org/docs/pkgsrc/hardening.html
+       (or see "Security hardening" section of doc/pkgsrc.txt)
+
+Default MySQL implementation changed to MariaDB 10.6 [nia 2021-09-27]
+
 Default PostgreSQL changed to 13 [nia 2021-06-28]
 
 Default MySQL implementation changed to MariaDB [nia 2021-06-24]



Home | Main Index | Thread Index | Old Index