pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/genpasswd



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Sep  3 14:38:31 UTC 2026

Modified Files:
        pkgsrc/sysutils/genpasswd: Makefile distinfo

Log Message:
genpasswd: Honor LDFLAGS

This also fixes actual build issues on platform that enable RELRO where it
previously failing with:

 ERROR: bin/genpasswd: missing RELRO

Noticed by <martin>, thanks!

PKGREVISION++


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/genpasswd/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/genpasswd/distinfo

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

Modified files:

Index: pkgsrc/sysutils/genpasswd/Makefile
diff -u pkgsrc/sysutils/genpasswd/Makefile:1.11 pkgsrc/sysutils/genpasswd/Makefile:1.12
--- pkgsrc/sysutils/genpasswd/Makefile:1.11     Tue Dec 19 17:23:13 2023
+++ pkgsrc/sysutils/genpasswd/Makefile  Thu Sep  3 14:38:31 2026
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2023/12/19 17:23:13 zafer Exp $
+# $NetBSD: Makefile,v 1.12 2026/09/03 14:38:31 leot Exp $
 #
 
 DISTNAME=              genpasswd-1.5
+PKGREVISION=           1
 CATEGORIES=            sysutils
 MASTER_SITES=          https://software.kimmo.suominen.com/
 

Index: pkgsrc/sysutils/genpasswd/distinfo
diff -u pkgsrc/sysutils/genpasswd/distinfo:1.6 pkgsrc/sysutils/genpasswd/distinfo:1.7
--- pkgsrc/sysutils/genpasswd/distinfo:1.6      Tue Oct 26 11:19:37 2021
+++ pkgsrc/sysutils/genpasswd/distinfo  Thu Sep  3 14:38:31 2026
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:19:37 nia Exp $
+$NetBSD: distinfo,v 1.7 2026/09/03 14:38:31 leot Exp $
 
 BLAKE2s (genpasswd-1.5.tar.gz) = 4462cce32d51f274b849daff6c0ea0ac240282ef136d7fbef2af11ec6673d177
 SHA512 (genpasswd-1.5.tar.gz) = 86600e340836a154a249c152145b4e674b6ea203395f3cf2335f4e53ed143735752665228fb5999d058a8ce439304350833f47a6ba30d09407e870e8e27f00a1
 Size (genpasswd-1.5.tar.gz) = 2724 bytes
+SHA1 (patch-Makefile) = 075f6e7f2ba1bc9422d5d49df28eda0777514c5c



Home | Main Index | Thread Index | Old Index