pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/inspircd3



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jun 23 10:04:27 UTC 2019

Modified Files:
        pkgsrc/chat/inspircd3: Makefile distinfo
Added Files:
        pkgsrc/chat/inspircd3/patches: patch-configure

Log Message:
inspircd3: Don't "exit 1" when the group we build as is "wheel".


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/chat/inspircd3/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/chat/inspircd3/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/chat/inspircd3/patches/patch-configure

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

Modified files:

Index: pkgsrc/chat/inspircd3/Makefile
diff -u pkgsrc/chat/inspircd3/Makefile:1.8 pkgsrc/chat/inspircd3/Makefile:1.9
--- pkgsrc/chat/inspircd3/Makefile:1.8  Fri Jun 21 14:06:48 2019
+++ pkgsrc/chat/inspircd3/Makefile      Sun Jun 23 10:04:26 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2019/06/21 14:06:48 nia Exp $
+# $NetBSD: Makefile,v 1.9 2019/06/23 10:04:26 nia Exp $
 
 DISTNAME=      inspircd-3.1.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=inspircd/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/chat/inspircd3/distinfo
diff -u pkgsrc/chat/inspircd3/distinfo:1.5 pkgsrc/chat/inspircd3/distinfo:1.6
--- pkgsrc/chat/inspircd3/distinfo:1.5  Fri May 17 09:59:18 2019
+++ pkgsrc/chat/inspircd3/distinfo      Sun Jun 23 10:04:26 2019
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.5 2019/05/17 09:59:18 nia Exp $
+$NetBSD: distinfo,v 1.6 2019/06/23 10:04:26 nia Exp $
 
 SHA1 (inspircd-3.1.0.tar.gz) = 5f520f97177c9c92337170d1e25695411ca3ef59
 RMD160 (inspircd-3.1.0.tar.gz) = 8ac3d8404266f2a211dd12e074a4f6a536e21f77
 SHA512 (inspircd-3.1.0.tar.gz) = 77e5602115d612be6bb1dc0123f5fde2e6ff0547376de04cd5c24de9376797654bbd62a01d058b6f27858bd338ae9126cdd0dcd8571ba0c33afc1f3e166e000c
 Size (inspircd-3.1.0.tar.gz) = 795435 bytes
+SHA1 (patch-configure) = b58da682a8add14cf9c35ea9af0020c7dfde6e14
 SHA1 (patch-docs_conf_inspircd.conf.example) = 077c5b474c7ce70096b25b48b66817422b134ce0
 SHA1 (patch-docs_conf_modules.conf.example) = 4a4ef063ae1c908268a34f0407a00c1df70a6a18
 SHA1 (patch-docs_conf_services_anope.conf.example) = ab9078cf3bbe5e7393a8463c95b8db02bc5c019f

Added files:

Index: pkgsrc/chat/inspircd3/patches/patch-configure
diff -u /dev/null pkgsrc/chat/inspircd3/patches/patch-configure:1.1
--- /dev/null   Sun Jun 23 10:04:27 2019
+++ pkgsrc/chat/inspircd3/patches/patch-configure       Sun Jun 23 10:04:27 2019
@@ -0,0 +1,18 @@
+$NetBSD: patch-configure,v 1.1 2019/06/23 10:04:27 nia Exp $
+
+Allow building as wheel group. We can't predict the gid the user will
+be assigned before the package is installed.
+
+--- configure.orig     2019-05-17 08:51:03.000000000 +0000
++++ configure
+@@ -219,10 +219,6 @@ This is almost never what you should do.
+ unprivileged user/group to build and run as or pass the '--gid [id|name]' flag
+ to specify an unprivileged group to run as.
+ EOW
+-              if (!prompt_bool $interactive, "Are you sure you want to build as the $group[0] group?", 0) {
+-                      say STDERR "If you are sure you want to build as the $group[0] group pass the --gid $group[2] flag." unless $interactive;
+-                      exit 1;
+-              }
+       }
+ }
+ $config{GROUP} = $group[0];



Home | Main Index | Thread Index | Old Index