pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/doas



Module Name:    pkgsrc
Committed By:   ng0
Date:           Wed Jan  1 01:30:19 UTC 2020

Modified Files:
        pkgsrc/security/doas: Makefile distinfo
Removed Files:
        pkgsrc/security/doas/patches: patch-a

Log Message:
security/doas: update to version 6.2p4

Changelog picked from https://github.com/slicer69/doas/releases:

6.2p4:
* Keeping environment variables with keepenv
  On some platforms (seemingly Linux and macOS) it is possible for
  repeated calls to getpwuid() can over-write the original struct
  passwd structure. (This behaviour may vary depending on which
  C library is used. This can lead to the original user's
  environment data being overwritten by the target user's, even
  when "keepenv" is specified in the doas.conf file.
  We now do a deep copy of the original and target users' struct
  passwd information to avoid over-writing the original on platforms
  where libc uses a static area for all calls.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/doas/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/doas/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/security/doas/patches/patch-a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/doas/Makefile
diff -u pkgsrc/security/doas/Makefile:1.6 pkgsrc/security/doas/Makefile:1.7
--- pkgsrc/security/doas/Makefile:1.6   Sat Dec 14 11:19:54 2019
+++ pkgsrc/security/doas/Makefile       Wed Jan  1 01:30:19 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/12/14 11:19:54 ng0 Exp $
+# $NetBSD: Makefile,v 1.7 2020/01/01 01:30:19 ng0 Exp $
 
-DISTNAME=      doas-6.2p2
-PKGREVISION=   1
+DISTNAME=      doas-6.2p4
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=slicer69/}
 

Index: pkgsrc/security/doas/distinfo
diff -u pkgsrc/security/doas/distinfo:1.4 pkgsrc/security/doas/distinfo:1.5
--- pkgsrc/security/doas/distinfo:1.4   Sat Dec 14 11:19:54 2019
+++ pkgsrc/security/doas/distinfo       Wed Jan  1 01:30:19 2020
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/12/14 11:19:54 ng0 Exp $
+$NetBSD: distinfo,v 1.5 2020/01/01 01:30:19 ng0 Exp $
 
-SHA1 (doas-6.2p2.tar.gz) = 417cb9de4d1815b342f1bb3fb96f31e2c8b25479
-RMD160 (doas-6.2p2.tar.gz) = d80538763cb0a0367eb2a6e50369743ea66aa1a5
-SHA512 (doas-6.2p2.tar.gz) = 5020559461bc423852c2d30c07df671b8cbf93cec2171ac755eac04f2bf56fca37fda8d72718fbf4150bf70e7855d29d3027cb54d81062d28d2271a290c297a5
-Size (doas-6.2p2.tar.gz) = 25634 bytes
-SHA1 (patch-a) = 4ed8fba651e1c5fcb707b84e6480ae4c8b457d42
+SHA1 (doas-6.2p4.tar.gz) = dd90972c3a120ae2b96432bae2c7a78c4c729166
+RMD160 (doas-6.2p4.tar.gz) = a8ed8677fbffd48bf87b4fa5c6b0dd98f0c5e428
+SHA512 (doas-6.2p4.tar.gz) = 951686a58300ab6ffcdd7b98502df832b35c43787234c52c71c42eaca9e4dbeb1c2e33e7535a9b8babdb2f38840f6cff1045f6a90fa609029590e7c1384b8a75
+Size (doas-6.2p4.tar.gz) = 26098 bytes



Home | Main Index | Thread Index | Old Index